.af-header {
    position: relative;
    z-index: 41
}

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: #141d38;
    text-transform: uppercase
}

.main-menu a:hover {
    color: #5484FF;
}

.main-menu>ul>li {
    margin: 0 14px
}

.main-menu>ul>li>a {
    padding: 47px 0
}

.main-menu>ul>li>a:hover {
    color: #5484FF;
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    position: relative;
    font-family: Phosphor !important;
    margin-left: 2px;
    font-weight: 600;
    top: 1px;
    color: #798792;
    font-size: 1em
}

.main-menu ul li:last-child {
    margin-right: 0 !important
}

.main-menu ul li:first-child {
    margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%)
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: rgb(221 240 254);
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 15px 10px -15px #746f6f;
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 15px;
    line-height: 33px;
    font-weight: 400;
}

.main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0px;
    padding: 0px 10px 0px 5px;
    transition: all 400ms linear;

}

.main-menu ul.sub-menu li a::before {
    transition: all 700ms linear;
}

.main-menu ul.sub-menu li:hover a::before {
    animation: rightMove 2s;
}

@keyframes rightMove {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0px);
    }
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 1px
}

.main-menu ul.sub-menu li a,
.main-menu ul.mega-menu li ul li a {
    position: relative;
    padding-left: 18px;
    text-transform: unset;
    color: transparent;
    background-image: linear-gradient(90deg, #0c5adb 50%, #000 50%);
    background-position: 100%;
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-position .5s ease;
}

.main-menu ul.sub-menu li a:hover,
.main-menu ul.mega-menu li ul li a:hover {
    background-position: 0;
}

.main-menu ul.sub-menu li a:before,
.main-menu ul.mega-menu li ul li a::after {
    content: "\e06c";
    position: absolute;
    top: 10px;
    left: -3px;
    font-family: Phosphor !important;
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    color: #0c5adb;
    font-weight: 500
}

.main-menu ul.mega-menu li .mega-menu-head {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 3px;
    font-weight: 500;
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: 1220px;
    padding: 20px 15px 23px 15px;
    left: 50%;
    -webkit-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%)
}

.main-menu ul.mega-menu.mega-menu-content {
    background-color: transparent;
    width: -webkit-fill-available;
    padding: 0;
    box-shadow: none
}

.main-menu ul.mega-menu.mega-menu-content li {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 15px
}

.main-menu ul.mega-menu.mega-menu-content .megamenu-list {
    min-width: 260px
}

@media (max-width: 1699px) {
    .main-menu ul.mega-menu.mega-menu-content .megamenu-list {
        min-width: 180px
    }
}

@media (max-width: 1199px) {
    .main-menu ul.mega-menu.mega-menu-content .megamenu-list {
        min-width: 100px
    }
}

.main-menu ul.mega-menu.mega-menu-content .megamenu-list .mega-menu-title {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: #141D38;
    border-color: #0c5adb;
}

.main-menu ul.mega-menu.mega-menu-content .megamenu-list .mega-menu-title:after,
.main-menu ul.mega-menu.mega-menu-content .megamenu-list .mega-menu-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #0c5adb;
}

.main-menu ul.mega-menu.mega-menu-content .megamenu-list .mega-menu-title:after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 1px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block;
    text-transform: capitalize
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: #141D38;
    border-color: #0c5adb
}

.main-menu ul.mega-menu>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #0c5adb
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 0px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.main-menu.style2>ul>li {
    margin: 0 6px
}

.main-menu.style2>ul>li>a {
    padding: 30px 15px 28px 15px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.main-menu.style2>ul>li>a:hover {
    background-color: rgba(64, 102, 242, 0.1)
}

.main-menu.style2 ul.sub-menu {
    padding: 10px 16px 10px 16px;
    left: 0px;
    margin-top: 50px;
    border-radius: 0 0 25px 25px;
    top: 35px;
}

.main-menu.style2 .mega-menu.mega-menu-content {
    margin-top: 20px
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.header-button a {
    font-size: 15px;
    height: 5rem;
    line-height: 5rem;
    padding: 0 2rem;
    margin-left: 10px;
    transition: all 350ms linear;
}

.header-button a:hover {
    background-color: #000;
    color: #fff;
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400
}

.header-links li:not(:last-child) {
    margin: 0 26px 0 0
}

.header-links li>i {
    margin-right: 6px
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: #737887
}

.header-links a:hover {
    color: #0c5adb
}

.header-links i {
    color: #737887
}

.header-links b,
.header-links strong {
    font-weight: 600
}

.header-social .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: #737887
}

.header-social a {
    font-size: 16px;
    display: inline-block;
    color: #737887;
    margin: 0 15px 0 0
}

.header-social a:last-child {
    margin-right: 0
}

.header-social a:hover {
    color: #0c5adb
}

.header-logo {
    padding-top: 8px;
    padding-bottom: 8px
}

@media (max-width: 575px) {
    .header-logo {
        max-width: 150px;
        padding: 0;
    }

    .header-logo .icon-masking .mask-icon {
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

@media (max-width: 1199px) {
    .main-menu>ul>li>a {
        padding: 37px 0
    }
}


.header-layout .sticky-wrapper.sticky {
    background-color: #EFF1F9;
    z-index: 9;
}

.header-layout .sticky-wrapper.sticky .menu-area {
    max-width: 100%;
    border-radius: 0;
    margin-top: 0;
    background: transparent;
    margin-bottom: 0;
    padding: 5px;
}

.header-layout .menu-area {
    max-width: 1380px;
    display: block;
    margin: auto;
    background: rgb(17 87 228 / 5%);
    border-radius: 200px;
    padding: 0px 20px;
    margin-top: 20px
}

@media (max-width: 375px) {
    .header-layout .menu-area {
        padding: 16px 15px
    }
}

.header-layout .main-menu.style2>ul>li {
    margin: 0 4px
}

.header-layout .main-menu>ul>li>a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500
}

.header-layout .main-menu>ul>li>a:hover {
    color: #0c5adb !important;
    background: -webkit-linear-gradient(top, #0c5adb 0%, #0c5adb 100%);
    background: linear-gradient(180deg, #0c5adb 0%, #0c5adb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-layout .main-menu>ul>li>a:hover:before {
    opacity: 0.1
}

.header-layout .main-menu>ul>li>a:hover:after {
    color: #0c5adb !important;
    background: -webkit-linear-gradient(top, #0c5adb 0%, #0c5adb 100%);
    background: linear-gradient(180deg, #0c5adb 0%, #0c5adb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-layout .main-menu ul li.menu-item-has-children>a:after {
    content: "\e136";
    font-size: 12px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header-layout .main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\e13c";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-layout .header-button .th-btn {
    padding: 17px 40px
}

@media (max-width: 1199px) {
    .header-layout .header-button .th-btn {
        display: none
    }
}

.header-layout .th-menu-toggle {
    border-radius: 50%
}

.th-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 28px;
    border: none;
    background-color: #0c5adb;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.th-menu-wrapper .mobile-logo {
    padding-bottom: 10px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: #000000
}

.th-menu-wrapper .mobile-logo .text-logo {
    color: #fff;
}

.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
    background-color: #5484FF;
    border-radius: 50%
}

.th-menu-wrapper .th-menu-toggle:hover {
    background-color: #5484FF;
    color: #fff
}

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 320px;
    background-color: #000000;
    border-right: 1px solid #5484FF;
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper2 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.th-menu-wrapper2 .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: #f2f2f2
}

.th-menu-wrapper2 .mobile-logo svg {
    max-width: 185px
}

.th-menu-wrapper2 .th-menu-toggle2 {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
    background-color: #5484FF;
    border-radius: 8px
}

.th-menu-wrapper2 .th-menu-toggle2:hover {
    background-color: #5484FF;
    color: #fff
}

.th-menu-wrapper2 .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid #5484FF;
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.th-menu-wrapper2.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper2.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.th-mobile-menu ul li {
    border-bottom: 1px dashed #444444;
    list-style-type: none
}

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 11px 0;
    line-height: 1.2;
    font-size: 13px;
    color: #fff;
    padding-left: 18px
}

.th-mobile-menu ul li a:before {
    content: '\e13a';
    font-family: Phosphor !important;
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.th-mobile-menu ul li.th-active>a {
    color: #5484FF
}

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 0px
}

.th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.th-mobile-menu ul li ul li a::before {
    content: "\e01a";
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: #f2f2f2;
    color: #000000;
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%
}


.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
    content: '\e3d4';
    font-family: Phosphor !important
}

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "\f067";
    font-family: Phosphor !important;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: transparent;
    float: right;
    margin-top: 1px
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
    content: '\e32a'
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
    content: "\f068"
}

.th-mobile-menu>ul {
    padding: 0 25px
}

.th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.th-menu-toggle:hover {
    background-color: #5484FF
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #000;
    font-size: 20px
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: #fff;
}

.th-menu-toggle2 {
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 18px;
    border: none;
    background-color: #5484FF;
    color: #fff;
    display: inline-block;
    border-radius: 50%
}

.th-menu-toggle2:hover {
    background-color: #5484FF
}

.th-menu-toggle2.style-text,
.th-menu-toggle2.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #5484FF;
    font-size: 20px
}

.th-menu-toggle2.style-text i,
.th-menu-toggle2.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle2.style-text-white {
    color: #fff
}

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 320px
    }

    .th-mobile-menu>ul {
        padding: 0 12px
    }
}



@media only screen and (min-width: 1300px) {

    .af-header .container,
    .main-menu ul.mega-menu {
        max-width: 1380px;
    }
}



@media (max-width: 1400px) {
    .sticky-wrapper {
        max-width: 95%;
        margin: auto;
    }
}

@media (max-width:1320px) {
    .header-layout .main-menu.style2>ul>li {
        margin: 0;
    }

    .main-menu.style2>ul>li>a {
        font-size: 15px;
        padding: 2px 13px;
    }
}

@media (max-width:1199px) {
    .main-menu.style2>ul>li>a {
        padding: 2px 8px;
    }

    .header-button {
        gap: 0;
    }
}



@media (min-width: 1200px) {
    .header-layout .menu-area {
        max-width: unset;
        margin: 20px 2rem 10px;
    }
}

@media (min-width: 1500px) {
    .header-layout .menu-area {
        max-width: unset;
        margin: 20px 6rem 10px;
    }
}

@media (min-width: 1600px) {
    .header-layout .menu-area {
        max-width: unset;
        margin: 20px 9rem 10px;
    }
}


/* --------------------------------- */

#search-box {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}

#search-box .container {
    display: table;
    width: 100%;
    height: 100%;
}

#search-box .container .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

#search-box .container .close:hover {
    opacity: 1;
}

#search-box .container .close:before,
#search-box .container .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: white;
}

#search-box .container .close:before {
    transform: rotate(45deg);
}

#search-box .container .close:after {
    transform: rotate(-45deg);
}

#search-box .container .search-main {
    display: table-cell;
    vertical-align: middle;
}

#search-box .container .search-main .search-inner {
    width: 80%;
    margin: 0 auto;
}

#search-box .container .search-main form {
    position: relative;
}

#search-box .container .search-main input {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 12px 74px 12px 0;
    font-size: 20px;
    height: 60px;
    border-bottom: 2px solid white;
    display: block;
    color: white;
    margin-bottom: 0;
    width: 100%;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 3s;
}

#search-box .container .search-main input:focus {
    outline: none;
}

#search-box .container .search-main button {
    border: 0;
    left: auto;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0.3em;
    bottom: 0.3em;
    background: transparent;
    font-size: 43px;
}

#search-box .container .search-main .search-info {
    display: block;
    color: white;
    text-align: right;
    float: right;
    margin-top: 4px;
    font-size: 14px;
}

#search-box.-open {
    background: rgba(0, 0, 0, 0.95);
    visibility: visible;
    animation: fadein 0.8s;
}

#search-box.-open .container .search-main input {
    transform: scale3d(1, 1, 1);
    transition-duration: 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header-layout .main-menu .searchBtn,
.header-layout .searchBtn {
    background-color: #000 !important;
    color: #fff !important;
    width: 50px;
    height: 50px !important;
    border-radius: 50%;
    text-align: center;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}

.header-layout .main-menu .searchBtn:hover,
.header-layout .searchBtn:hover {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    background: transparent;
    box-shadow: 2px 2px 5px #a7cfd6;
}

.header-layout .main-menu .searchBtn i,
.header-layout .searchBtn i {
    transition: all ease 1s;
}

.header-layout .main-menu .searchBtn:hover i,
.header-layout .searchBtn:hover i {
    transform: rotate(15deg) scale(1.1);
}



/* ======================== */
#google_translate_element {
    display: none;
}

iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

ul.languages {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 5;
    width: 70px;
    margin: auto;
    text-align: center;
}

ul.languages li {
    display: block;
    line-height: 1;
}

body {
    top: 0 !important;
}

.flag-icon {
    width: 2em;
    line-height: 2em;
}

a.flag_link {
    line-height: normal;
    margin: 0;
    width: 55px;
    height: 25px;
    text-align: center;
    background-color: rgb(98 207 221);
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 0px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.languages.flag li:last-child a.flag_link {
    border-bottom: 0;
}

.header-button {
    position: relative;
}

.langBtn {
    width: 45px;
    height: 45px !important;
    background: #62cfdd;
    border-radius: 50%;
    text-align: center;
    padding: 0 !important;
    overflow: hidden;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.langBtn i {
    transform: scale(2.3);
}

.langBtn .globe {
    transform: scale(2);
}

.header-button .langBtn:hover {
    background-color: #fff;
    color: #000;
}

.languages li a:hover {
    background-color: transparent;
}

.main-menu.style2 ul li:last-child {
    transform: translateY(1px);
}

.languages a.flag_link:hover,
.languages a.flag_link.active {
    background-color: #026e89;
    color: #ffffff;
}

.main-menu>ul>li:has(.sub-menu:hover)>a,
.main-menu>ul>li:has(.mega-menu:hover)>a {
    color: #0c5adb
}

.main-menu>ul>li:has(.sub-menu:hover)>a::after,
.main-menu>ul>li:has(.mega-menu:hover)>a::after {
    content: "\e13c";
    color: #0c5adb;
}

a.flag_link.eng.ph-globe.globe {
    line-height: normal;
    margin: 0;
    width: 38px;
    height: 29px;
    text-align: center;
    background-color: #000;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border-radius: 3px;
    color: #fff;
}

@media (max-width:991px) {
    ul.languages {
        width: auto;
    }

    a.flag_link {
        font-size: 9px;
        width: 46px;
        height: 20px;
    }

    .langBtn .globe {
        transform: scale(1.6);
    }

    .langBtn {
        margin-top: 3px;
    }
}

@media (max-width:575px) {
    .header-layout .main-menu .searchBtn,
    .header-layout .searchBtn,
    .langBtn {
        width: 40px;
        height: 40px !important;
        margin-right: 5px !important;
    }

    .header-layout .th-menu-toggle {
        width: 40px;
        height: 40px !important;
        font-size: 20px;
    }

    html[lang="ar"] .text-logo {
        font-size: 25px;
    }

    .langBtn {
        margin-top: 0px;
    }
}

.lan-en,
.lan-fr {
    display: none;
    font-size: 10px;
}

.lan-en.active,
.lan-fr.active {
    display: inline;
    position: absolute;
    inset: 0;
    color: #000;
    font-family: 'DM Sans';
    font-size: 6px;
    font-weight: 800;
}
