
@media only screen and (max-width: 767px) {
	.main-navigation ul ul li a {
    		color: #2E2E2E !important;
	}
}




body{

    font-family: 'Poppins', sans-serif;

    box-sizing: border-box;

    font-size: 16px;

    color: #2A2A2A;

}



.header-inner {

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;
    padding: 10px 0px 0px;

}
.header-inner .navbar-brand img {
    width: 88px;
    height: 60px;
}
.page-header .header-top{
    padding: 10px 0;
    background: #2B48B3;
}
.page-header .header-top a {
    color: #fff;
    text-decoration: none;
}
.page-header .header-top a .fa-mobile:before{
    content: "\f10b" !important;
    font-family: FontAwesome;
}


.page-header.headersticky {

    transition: all .2s ease;

    position: fixed;

    background: #fff;

    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%);

    -webkit-animation: 0.7s ease-out 0s 1 normal forwards running fadeInDown;

    -moz-animation: 0.7s ease-out 0s 1 normal forwards running fadeInDown;

    -ms-animation: 0.7s ease-out 0s 1 normal forwards running fadeInDown;

    animation: 0.7s ease-out 0s 1 normal forwards running fadeInDown;

    z-index: 999;

    top: 0;

    left: 0;

    right: 0;

}



@-webkit-keyframes spin {

    0% { -webkit-transform: translate(-50%,-50%) rotate(0deg); }

    100% { -webkit-transform: translate(-50%,-50%) rotate(360deg); }

}



@keyframes spin {

    0% { transform: translate(-50%,-50%) rotate(0deg); }

    100% { transform:translate(-50%,-50%)  rotate(360deg); }

    }



 

.header-inner .main-navigation {

    display: inline-block;

    width: auto;

}



.main-navigation li{

    margin: 0px 10px;

    padding: 0px 10px;

}

.main-navigation a{

    padding: 0px 0px;

    color: #2E2E2E;

}

.main-navigation a:visited{

    color: #2E2E2E;

}

header#masthead {
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.08);
    padding: 0px 0px 10px;
}

.main-navigation ul > li:last-child {

    margin-right: 0;

    padding-right: 0;

}



.main-navigation ul > li.menu-item-has-children > a:after {

    content: "\f107";

    font-family: FontAwesome;

    margin-left: 5px;

}


ul.sub-menu{
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


@media only screen and (min-width: 768px){



    .main-navigation li a {

        border-bottom: 2px solid #fff;

        outline: none;
        text-decoration: none;

    }

    .main-navigation li a:hover{

        color: #2B48B3;

        border-bottom: 2px solid #2B48B3;

    }

    

    .main-navigation li.current-menu-item > a {

        border-bottom: 2px solid #2B48B3;

        color: #2B48B3;

    }

   



    .main-navigation ul > li:last-child a{

        display: flex;

        flex-direction: row;

        align-items: flex-start;

        padding: 12px 18px;

        gap: 10px;

        background: #2B48B3;

        border: none;

        border-radius: 5px;

        color: #fff;

    }



}





@media only screen and (max-width: 1381px){







}



@media only screen and (max-width: 1024px){



    .main-navigation li {

        margin: 0px 6px;

        padding: 0px 6px;

    }



}



@media only screen and (max-width: 767px){




    .page-header .main-navigation ul li{

        display: flex;

        flex-wrap: wrap;

    }

    .page-header .main-navigation ul li:hover > ul,  .page-header .main-navigation ul li.focus > ul{
        position: relative;
        top: inherit;
        box-shadow: none;
        width: 100%;
        margin-top: 10px;
    }
    .page-header .main-navigation ul li:first-child > a {
        width: 100%;
    }

    .page-header .main-navigation ul ul li {

        padding: 0;

    }

    .header-inner .main-navigation.toggled .menu-menu-1-container {

        position: absolute;

        left: 0;

        background: #2B48B3;

        right: 0;

        top: 80px;

        padding: 20px 0px 20px;

        z-index: 2;

    }

    .main-navigation ul > li.menu-item-has-children > a:after{
        right: 0;
        position: absolute;
        width: 40px;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
    }

    .main-navigation a:hover,.main-navigation a:active,.main-navigation a:focus,.main-navigation a:visited{

        color: #FFF !important;

    }

    .header-inner .main-navigation button.menu-toggle {

        background: #2B48B3;

        color: #fff;

        font-size: 30px;

        padding: 0 10px;

        border: none;

        box-shadow: none;

    }

    .header-inner .main-navigation button.menu-toggle:focus{

        outline: none;

    }
    .page-header {
        z-index: 2;
        position: relative;
    }

    .main-navigation li {

        position: initial;

        border-bottom: 1px solid #fff;

    }

    .main-navigation a{

        height: auto;

        color: #fff;

        padding: 10px 0px;

    }

    .main-navigation ul > li:last-child{

        border-bottom: none;

    }

    



}