i {
    margin-right: 10px;
}

/*----------bootstrap-navbar-css------------*/
.navbar-logo {
    padding: 15px;
    color: #fff;
}



.navbar-mainbg {
    background-color: var(--primary_clr);
    padding: 0px;
}

#navbarSupportedContent {
    /* overflow: hidden; */
    overflow: visible;
    position: relative;
    justify-content: end;
}

.dropdown-item {
    font-size: 15px;
}

.dropdown-menu.show {
    display: block;
    position: absolute !important;
    content: '';
    height: auto;
    width: auto;
    top: 97.5%;
    left: -25%;
    border: none;
}

#navbarSupportedContent>ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent>ul>li>a>i {
    margin-right: 10px;
}

#navbarSupportedContent>li {
    list-style-type: none;
    float: left;
}

#navbarSupportedContent>ul>li>a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

#navbarSupportedContent>ul>li.active>a {
    color: var(--primary_clr);
    ;
    background-color: transparent;
    transition: all 0.7s;
}

.nav-item.dropdown.active {
    font-weight: 600;
}

#navbarSupportedContent>a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    /* bottom: 10px; */
    bottom: 0px;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary_clr);
    ;
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}


@media(min-width: 992px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}


@media (max-width: 991px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }

    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
    }

    .hori-selector .left {
        top: -25px;
        left: auto;
    }

    .hori-selector .right {
        bottom: -25px;
    }

    .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }

    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
}

.navbar-brand.navbar-logo {
    background-color: #fff;
    padding: 0;
    position: relative;
}

.navbar-brand.navbar-logo img {
    max-width: 320px;
    z-index: 992;
    position: relative;
    background: white;

}

/* 
.navbar-brand.navbar-logo::after {
    position: absolute;
    content: '';
    background-color: white;
    left: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    transform: scale(1.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); */
.navbar-brand.navbar-logo::after {
    position: absolute;
    content: '';
    background-color: white;
    left: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    transform: scale(1, 1.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    border-radius: 0 0 5px 0;

}



.main-menu-area .header-search {
    margin: 30px 0;
    text-align: right;
}

.main-menu-area .header-search .search-form {
    display: none;
    position: absolute;
    bottom: -51px;
    right: 15px;
    z-index: 10;
    color: #fff;
    height: 50px;
    width: 500px;
    font-size: 18px;
    background: rgba(253, 200, 0, 0.7);
    border: 2px solid var(--primary_clr);
    padding: 5px 18px 5px 10px;
    -webkit-box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, 0.3);
    box-shadow: inset 0 0 10px 5px rgba(253, 200, 0, 0.3);
}



.main-menu-area .header-search a i {
    color: var(--primary_clr);
    border-left: 1px solid #d3d3d3;
    padding-left: 30px;
}



.main-menu-area .header-search input:focus {
    outline: 0;
}



.main-menu-area .header-search input::-webkit-input-placeholder {
    color: #fff;
}



.main-menu-area .header-search input::-moz-placeholder {
    color: #fff;
}



.main-menu-area .header-search input:-moz-placeholder {
    color: #fff;
}



.main-menu-area .header-search input:-ms-input-placeholder {
    color: #fff;
}


.fab {
    padding: 8px 0;
    font-size: 20px;
    text-decoration: none;
    min-width: 35px;
    text-align: center;
    background-color: white;
    color: var(--secondary_clr);
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}

.fab:hover {
    box-shadow: 0 0 0px 25px var(--secondary_clr) inset;
    color: white;
}


/* erfgnrje */
.main-menu-area {
    /* background: var(--primary_clr); */
    background: rgba(13, 110, 253, 0.15);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.main-menu-area {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 10;
    padding: 20px 0;
}



.main-menu-area .logo-area {
    margin: 10px 0;
}



@media(min-width:992px) and (max-width:1199px) {
    .main-menu-area .logo-area {
        margin: 25px 0;
    }

}



@media(min-width:768px) and (max-width:991px) {
    .main-menu-area .logo-area {
        margin: 22px 0;
    }

}



.main-menu-area .apply-btn-area {
    margin: 22px 0;
    text-align: right;
}






.stick {
    background: rgba(0, 33, 71, 0.9);
    border-bottom: 2px solid #002147;
    position: fixed;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}



#header1 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}


.header-top-area {
    background: var(--primary_clr);
    position: relative;
    z-index: 9;
}



.header-top-area .header-top-left {
    margin: 0;
}

.header-top-left ul {
    margin-bottom: 0;
}

.header-top-area .header-top-left ul li {
    display: inline-block;
    text-transform: initial;
    font-size: 14px;
    border-right: 1px solid #bdbdbd;
    margin-right: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fefefe;
}



.header-top-area .header-top-left ul li i {
    padding-right: 10px;
    color: #fefefe;
    font-size: 14px;
}



.header-top-area .header-top-left ul li a {
    color: #d0d6dd;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.header-top-area .header-top-left ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}



.header-top-area .header-top-left ul li:hover a {
    color: var(--primary_clr);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.header-top-area .header-top-right {
    text-align: right;
}



.header-top-area .header-top-right ul li {
    font-size: 13px;
    padding-right: 0;
    display: inline-block;
    margin-left: 15px;
    position: relative;
}



.header-top-area .header-top-right ul li .login-btn-area {
    padding: 9px 15px;
    display: block;
    color: #bcc8d6;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.header-top-area .header-top-right ul li .login-btn-area i {
    padding-right: 10px;
    font-size: 14px;
    color: var(--primary_clr);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.header-top-area .header-top-right ul li .login-btn-area:hover {
    color: var(--primary_clr);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.header-top-area .header-top-right ul li .apply-btn-area {
    text-align: right;
}



.header-search a i {
    color: #444;
    border-left: 1px solid #d3d3d3;
    padding-left: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.header-search a:hover i {
    color: var(--primary_clr);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



/*  nav#desktop-nav>ul>li>a {
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
}



 nav#desktop-nav>ul>li>a:hover {
    color: #ffffff;
    background: #fc6700;
}



@media(min-width:992px) and (max-width:1199px) {
     nav#desktop-nav>ul>li>a {
        padding: 5px 10px;
        line-height: 13px;
    }

}



@media(min-width:768px) and (max-width:991px) {
     nav#desktop-nav>ul>li>a {
        padding: 5px 11px;
        font-size: 13px;
        line-height: 14px;
    }

}



 nav#desktop-nav>ul>li ul {
    left: 0px;
}



@media(min-width:992px) and (max-width:1199px) {
     nav#desktop-nav>ul>li ul {
        left: 3px;
    }

}



@media(min-width:768px) and (max-width:991px) {
     nav#desktop-nav>ul>li ul {
        left: -9px;
    }

}



@media(min-width:992px) and (max-width:1199px) {
     nav#desktop-nav>ul>li .mega-menu-area {
        left: -267px;
    }

}



@media(min-width:768px) and (max-width:991px) {
     nav#desktop-nav>ul>li .mega-menu-area {
        left: -272px;
    }

}



 nav#desktop-nav>ul .active>a {
    color: #ffffff;
    background: #fc6701;
}

 */

.stick {
    background: var(--primary_clr);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}








@media only screen and (max-width:767px) {

    /* header {
        display: none;
    } */

}



nav#desktop-nav ul {
    text-align: left;
}



nav#desktop-nav ul .active>a {
    color: var(--primary_clr);
}



nav#desktop-nav ul li {
    display: inline-block;
    position: relative;
}



nav#desktop-nav ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}



nav#desktop-nav ul li:hover ul:before {
    width: 100%;
}



nav#desktop-nav ul li a {
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}



@media(min-width:992px) and (max-width:1199px) {
    nav #desktop-nav ul li a {
        padding: 30px 12px;
    }

}



@media(min-width:768px) and (max-width:991px) {
    nav #desktop-nav ul li a {
        padding: 30px 5px;
        font-size: 12px;
    }

}

@media(max-width:768px){
    .dropdown-menu.show {
        left: 0%;
    }
}
/* nav#desktop-nav ul li a:hover {
    color: var(--primary_clr);
} */



nav#desktop-nav ul li .active {
    background-color: #1a3b61;
}



nav#desktop-nav ul li .active a {
    color: var(--primary_clr);
}



nav#desktop-nav ul li>ul {
    position: relative;
    margin-top: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: all .5s ease 0s;
    width: 220px;
    z-index: 99999;
    background: #3f78af;
    padding: 0;
    left: 5px;
}



@media(min-width:992px) and (max-width:1199px) {
    nav #desktop-nav ul li>ul {
        left: -3px;
    }

}



@media only screen and (max-width:991px) {

    nav#desktop-nav ul li>ul {
        left: -9px;
    }

}



nav#desktop-nav ul li>ul:before {
    position: absolute;
    content: "";
    background-color: var(--primary_clr);
    margin: 0 auto;
    z-index: 12;
    height: 1px;
    top: 0;
    left: 0;
    width: 0;
    right: 0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}



nav#desktop-nav ul li>ul>li {
    padding: 0;
    display: block;
    border-bottom: 1px solid var(--primary_clr);
}



nav#desktop-nav ul li>ul>li>a {
    padding: 10px 10px 10px 10px;
    display: block;
    color: white;
    font-size: 13px;
}



nav#desktop-nav ul li>ul>li:last-child {
    border-bottom: 0;
}

nav#desktop-nav ul li>ul>li:hover,
nav#desktop-nav ul li>ul>li .active {
    background: var(--primary_clr);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    border-color: white;
}

nav#desktop-nav ul li>ul>li:hover a,
nav#desktop-nav ul li>ul>li .active a {
    color: #b15493;
}

nav#desktop-nav ul li>ul>li:hover a:before,
nav#desktop-nav ul li>ul>li .active a:before {
    opacity: 0;
}

nav#desktop-nav ul li .mega-menu-area {
    padding: 18px 15px;
    width: 716px;
    left: 5px;
}

@media(min-width:992px) and (max-width:1199px) {
    nav #desktop-nav ul li .mega-menu-area {
        left: -258px;
    }

}

@media only screen and (max-width:991px) {

    nav#desktop-nav ul li .mega-menu-area {
        left: -272px;
    }

}

nav#desktop-nav ul li .mega-menu-area>li {
    width: 158px;
    border-bottom: 0;
    display: inline-block;
    margin-right: 14px;
}

nav#desktop-nav ul li .mega-menu-area>li:hover {
    background: transparent !important;
}

nav#desktop-nav ul li .mega-menu-area>li:hover>a {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

nav#desktop-nav ul li .mega-menu-area>li:hover>a:hover {
    color: var(--primary_clr);
    background: #1a3b61;
    padding-left: 10px;
}

nav#desktop-nav ul li .mega-menu-area>li a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #1a3b61;
}

nav#desktop-nav ul li .mega-menu-area>li a:last-child {
    border-bottom: 0;
}

nav#desktop-nav ul li .mega-menu-area>li:last-child {
    margin-right: 0;
}

nav#desktop-nav ul li .mega-menu-area>li .active {
    padding-left: 10px;
    background-color: #1a3b61;
    color: var(--primary_clr);
}

nav#desktop-nav li.has-child-menu {
    position: relative;
}

nav#desktop-nav li.has-child-menu>a {
    color: #fff;
}


nav#desktop-nav li.has-child-menu>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
}


nav#desktop-nav li.has-child-menu>ul.thired-level {
    position: absolute;
    left: 220px;
    top: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: all .5s ease 0s;
}


nav#desktop-nav li.has-child-menu>ul.thired-level li a {
    color: whtie;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


nav#desktop-nav li.has-child-menu>ul.thired-level li:hover a {
    color: #ffffff;
}


nav#desktop-nav li.has-child-menu>ul.thired-level .active {
    background-color: #1a3b61;
}



nav#desktop-nav li.has-child-menu>ul.thired-level .active a {
    color: var(--primary_clr);
}



nav#desktop-nav li.has-child-menu:hover ul.thired-level {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

nav#desktop-nav>ul>li>a {
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
}



nav#desktop-nav>ul>li>a:hover {
    color: #ffffff;
    background: #fc6700;
}



@media(min-width:992px) and (max-width:1199px) {
    nav#desktop-nav>ul>li>a {
        padding: 5px 10px;
        line-height: 13px;
    }

}

@media(min-width:768px) and (max-width:991px) {
    nav#desktop-nav>ul>li>a {
        padding: 5px 11px;
        font-size: 13px;
        line-height: 14px;
    }

}



nav#desktop-nav>ul>li ul {
    left: 0px;
}



@media(min-width:992px) and (max-width:1199px) {
    nav#desktop-nav>ul>li ul {
        left: 3px;
    }

}



@media(min-width:768px) and (max-width:991px) {
    nav#desktop-nav>ul>li ul {
        left: -9px;
    }

}



@media(min-width:992px) and (max-width:1199px) {
    nav#desktop-nav>ul>li .mega-menu-area {
        left: -267px;
    }

}



@media(min-width:768px) and (max-width:991px) {
    nav#desktop-nav>ul>li .mega-menu-area {
        left: -272px;
    }

}



nav#desktop-nav>ul .active>a {
    color: #ffffff;
    background: #fc6701;
}

nav#desktop-nav ul li>ul.thired-level {

    background: var(--primary_clr);

}

nav#desktop-nav ul.thired-level li {

    border-color: #fc6700;

}

nav#desktop-nav ul ul.thired-lavel li:hover,
nav#desktop-nav ul ul.thired-lavel li .active {

    background: red;

}

nav#desktop-nav ul li>ul.thired-level>li:hover,
nav#desktop-nav ul.thired-level li>ul>li .active {

    background: #fc6700;

    border-color: var(--primary_clr);
}

nav#desktop-nav>ul li.active li.active>a {

    background: var(--primary_clr);

    color: white;

}

nav#desktop-nav>ul li.active li.active li.active>a {

    background: #fc6701;

    color: #fff;

}


header#web_header{
    /* background: var(--secondary_clr); */
    width: 100%;
    z-index: 999999;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.225);
    position: relative;

}
header#web_header.fixHeader {
    position: fixed;
    top: 0;
    transition: all 2.3s ease;
}
.hideOnScroll{
    display: none;
    transition: all 2.3s ease;
}
.hideOnScroll, #web_headerLogos{
    
    transition: all 2.3s ease;
}


@media(min-width: 1024px){
#navbarSupportedContent>ul>li>a {

    font-size: 15px;
    padding: 15px 14px;
}
}