@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("fancybox.css");
@import url("aos.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: Outfit, sans-serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

label,
p {
    margin: 0px;
    font-weight: normal;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border: none;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

.header15 .current_time {
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.header15 .top_right {
    display: flex;
    justify-content: flex-end;
    height: 48px;
    align-items: center;
}

.header15 .top_right>span {
    margin-right: 24px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.header15 .top_right ul {
    display: flex;
    gap: 12px;
}

.header15 .top_right ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A3F5C;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    background-color: #e9e9e9d9;
    font-size: 14px;
    transition: all .3s;
}

.header15 .top_right ul li a:hover {
    background-color: #45A3CC;
    color: #fff;
}

.header15.header_menu {
    padding: 13px 0;
    z-index: 10;
    box-shadow: 0px 4px 7px 0px #0000001A;
    top: 0;
    background: #fff;
    position: relative;
}

.header15 .the_logo1 {
    display: inline-flex;
    vertical-align: middle;
    font-weight: 700;
    color: #1A3F5C;
    font-size: 36px;
}

.header15 .the_logo1 img {
    max-width: 220px;
    max-height: 119px;
}

.header15 .hm_inner {
    display: flex;
}

.header15.header_menu .row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header15 .hm_inner ul {
    gap: 18px;
}

@media(min-width:1201px) {
    .header15 .hm_inner>ul>li>ul {
        pointer-events: none;
    }

    .header15 .hm_inner>ul>li:hover>ul {
        pointer-events: all;
    }

    .header15 .hm_inner>ul>li:hover>a {
        background-color: #D2EBF5;
    }

    .header15 .src_overlay.active input {
        padding-left: 45px;
    }

    .header15 .src_button.active {
        position: relative;
        z-index: 2;
    }

    .header15 .src_button.active img:last-child {
        display: block
    }

    .header15 .src_button.active img:first-child {
        display: none
    }

    .header15 .sub-menu li {
        position: relative;
    }

    .header15 .sub-menu li ul {
        left: 100%;
        top: 0;
    }

    .header15 .sub-menu li:hover ul {
        visibility: visible;
        opacity: 1
    }

    .header15 .hm_inner>ul>li ul li {
        position: relative;
    }

    .header15 .hm_inner>ul>li ul li ul {
        position: absolute;
        left: 100%;
        top: 0
    }

    .header15 .hm_inner>ul {
        display: flex !important;
        align-items: center;
    }

    .header15 .hm_inner>ul>li ul li:hover>a {
        background-color: #d2eaf5;
        color: #1c3f5c;
    }

    .header15 .hm_inner>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header15 .hm_inner>ul>li:hover>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header15 .hm_inner>ul>li {
        position: relative;
    }

    .header15 .hm_inner>ul>li a {
        transition: all .3s;
    }

    .header15 .hm_inner>ul>li:hover a {
        /* background: #00225B0D; */
    }

    .header15 .hm_inner>ul>li ul {
        display: block !important;
    }

    .header15 .src_button.active {
        margin-right: -30px;
    }
}

.header15 .hm_inner>ul>li>a {
    color: #1A3F5C;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    height: 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 0 10px;
}

.header15 .hm_inner ul li.active>a {
    color: #1A3F5C;
    font-weight: 700;
}

.header15 .hm_inner>ul>li>a.has-submenu::after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 7px;
}

.header15 .has-submenu+i {
    display: none;
}

.header15 .hm_inner>ul>li ul {
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0px 0px 10px 0px #00000033;
    border-radius: 5px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    background: #1A3F5C;
}

.header15 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: 600;
    color: #fff;
    padding: 8px 8px;
    font-size: 13px;
    white-space: nowrap;
}

.header15 .src_button {
    margin-left: 35px;
    padding-left: 15px;
    color: #969696;
    transition: all .3s;
    display: none;
}

.header15 .src_button img {
    height: 24px;
}

.header15 .src_button img:last-child {
    display: none;
}

.header15 .menu_trigger {
    display: none;
}

.header15 .src_overlay {
    width: 240px;
    margin-left: 40px;
    position: relative;
}

.header15 .src_overlay.active {
    width: 260px;
}

.header15 .src_overlay input {
    transition: all .3s;
    width: 100%;
    height: 34px;
    padding-left: 34px;
    border: 1px solid #D9D9D9;
    font-size: 13px;
    background: #fff;
    border-radius: 5px;
}

.header15 .src_overlay input:focus {
    border-color: #C285CC;
}

.header15 .src_overlay button {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 2;
    width: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.header15 .src_overlay button img {
    width: 18px;
}

.header15.header_menu .row>div.active .the_logo1,
.header15.header_menu .row>div.active .hm_inner>button {
    visibility: hidden;
}

.header15 .src_overlay button img:last-child {
    display: none;
}

.header15 .header_src>button {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #D2EBF5;
}

.header15 .ct_overlay ul {
    display: flex;
    gap: 20px;
}

.header15 .ct_overlay ul li {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    height: 48px;
}

.header15 .ct_overlay ul li svg {
    height: 14px;
}

.header15 .header_btns {
    display: flex;
    gap: 10px;
}

.header15 .header_btns li a {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background-color: transparent;
    color: #1A3F5C;
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s;
    white-space: nowrap;
    border: 1px solid #1A3F5C;
}

.header15 .header_btns li a:hover {
    background-color: #1A3F5C;
    color: #fff;
}

.header15 .header_btns li a.pureLink {
    background-color: transparent;
    color: #45A3CC;
}

.header15 .header_btns li a.pureLink:hover {
    background-color: #f5f5f5;
}

.header15 .header_src {
    position: relative;
}

.header15 .src_input {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 240px;
    display: none;
}

.header15 .src_input button {
    position: absolute;
    right: 0;
    padding: 0 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #929292;
    background-color: #fff;
}

.header15 .src_input.active {
    display: block;
}

.header15 .src_input input {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    width: 100%;
    padding-left: 40px;
}

.header15 .src_input svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.slider4.main_slider {
    position: relative;
    background-color: #3a4349;
}

.slider4.main_slider .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider4 #pagination1 {
    position: absolute;
    left: 50%;
    width: auto;
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 9px;
    transform: translate(-50%, -50%);
    margin-left: -30px;
    top: 50%;
    bottom: auto;
}

.slider4 #pagination1 .swiper-pagination-bullet {
    width: 6px;
    height: 12px;
    background-color: #fff;
    border-radius: 0;
    transition: all .3s;
}

.slider4 #pagination1 .swiper-pagination-bullet-active {
    height: 24px;
}

.slider4 .ts_overlay {
    width: calc(50% - 120px);
    pointer-events: none;
}

.slider4 .mainSwiper {
    overflow: hidden;
    width: 50%;
    margin-left: auto;
}

.slider4 .ms_img_item {
    height: 500px;
    background-position: center;
    background-size: contain;
    margin-left: auto;
    background-repeat: no-repeat;
    background-color: #fff;
}

.slider4.slider_component h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.slider4.slider_component p {
    font-size: 18px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #fff;
    margin-top: 20px;
}

.slider4.slider_component a {
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s;
    border: 2px solid #fff;
    margin-top: 24px;
    background: #fff;
    background-color: #fff;
    color: #3a4349;
    border-color: #fff;
    pointer-events: all;
    gap: 10px;
}

@media(min-width:1201px) {
    .slider4.slider_component a:hover {
        background-color: transparent;
        color: #fff;
    }

    .slider4 .slider_btns button:hover {
        color: #fff;
        background-color: #218BC3;
    }
}

.slider4.slider_component .slider_btns {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.slider4 .slider_btns button {
    font-size: 24px;
    color: #218BC3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border: 2px solid #fff;
    border-radius: 6px;
    pointer-events: all;
    background: #fff;
}

.slider4 .slider_btns button+button {
    margin-left: 10px;
}

.aboutus_section98 .counter_title {
    row-gap: 30px;
    justify-content: space-between;
}

.aboutus_section98 .counter_title h2 {
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 30px;
}

.aboutus_section98 .ia_counter strong {
    font-weight: 900;
    margin: 0 0 10px;
    font-size: 30px;
}

.aboutus_section98 .ia_counter strong::after {
    content: attr(data-after);
}

.aboutus_section98 .ia_counter p {
    font-weight: 500;
    font-size: 15px;
    color: #636371;
}

.aboutus_section98 .counter_title a {
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
    background: #212529;
    border: 1px solid #212529;
    margin-top: 30px;
    border-color: #1e1e1e;
    color: #1e1e1e;
    background-color: transparent;
}

.aboutus_section98 .counter_title a+a {
    margin-left: 15px;
}

.aboutus_section98 .counter_title a:hover {
    background-color: #1e1e1e;
    color: #fff;
}

.statistics_bar {
    padding: 60px 0;
    background: #f1f1f1;
}

.aboutus_section99 {
    padding: 40px 0;
}

.aboutus_section99 img {
    width: 100%;
    border: 1px solid #eaeaea;
}

.aboutus_section99 .row {
    align-items: center;
    row-gap: 30px;
}

.aboutus_section99 .ia_texts {
    padding-left: 25px;
}

.aboutus_section99 .section_title2 h2 {
    font-size: 48px;
    margin: 0 0 20px;
    font-weight: 600;
}

.aboutus_section99 .section_title2 p {
    font-size: 18px;
}

.aboutus_section99 .ia_texts a {
    margin-top: 15px;
}

.aboutus_section99 .ia_texts a {
    font-weight: 600;
    font-size: 16px;
    color: #2E2E2E;
    display: inline-flex;
    position: relative;
    padding-bottom: 5px;
}

.aboutus_section99 .ia_texts a::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #2E2E2E;
    transition: all .3s;
}

.aboutus_section99 .ia_texts a::after {
    content: "\f30b";
    font-family: 'FontAwesome';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-5px);
    margin-left: 10px;
    transition: all .3s;
    opacity: 0;
}

@media(min-width:1201px) {
    .aboutus_section99 .ia_texts a:hover::before {
        width: calc(100% + 50px);
    }

    .aboutus_section99 .ia_texts a:hover::after {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

.aboutus_section99 ul,
.counter_title ul {
    padding-left: 15px;
    margin: 15px 0;
}

.aboutus_section99 ul li,
.counter_title ul li {
    list-style-type: disc;
}

.counter_title ul li {
    font-size: 22px;
}

.aboutus_section99 ul.checkDisc li {
    list-style: none;
    position: relative;
}

.aboutus_section99 ul.checkDisc li::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: -20px;
}

.aboutus_section102 {
    padding: 80px 0;
    overflow: hidden;
}

.aboutus_section102 img {
    border-radius: 20px;
    width: 100%;
    border: 1px solid #eaeaea;
}

.aboutus_section102 .about_text {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.aboutus_section102 .about_text h3 {
    margin: 0 0 40px;
    font-size: 36px;
    font-weight: 700;
    color: #003366;
}

.aboutus_section102 .about_text p {
    font-size: 20px;
}

.aboutus_section102 .about_text>div+div {
    margin-top: 40px;
}

.aboutus_section102 .wc_items {
    margin: 0 -20px;
    row-gap: 40px;
    align-items: center;
}

.aboutus_section102 .wc_items>div {
    padding: 0 20px;
}

.aboutus_section102 .wc_item {
    background-color: #F9F9F9;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transition: all .3s;
    height: 100%;
}

.aboutus_section102 .wc_item>div+div {
    margin-top: 40px;
    width: 100%;
}

.aboutus_section102 .wc_item_icon {
    width: 80px;
    height: 80px;
    background-color: #3a4349;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s;
    font-size: 36px;
    color: #fac10b;
}

.aboutus_section102 .wc_item_icon svg {
    height: 40px;
}

.aboutus_section102 .wc_item h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    color: #3a4349;
    transition: all .3s;
}

.aboutus_section102 .wc_item p {
    font-size: 14px;
    color: #003366;
    transition: all .3s;
}

.aboutus_section102 .wc_item.active {
    background-color: #3a4349;
}

.aboutus_section102 .wc_item.active h4 {
    color: #FFC107;
}

.aboutus_section102 .wc_item.active p {
    color: #fff;
}

.aboutus_section102 .wc_item.active .wc_item_icon {
    background-color: #FFC107;
    color: #3a4349;
}

.aboutus_section102 .wc_item .wc_item_icon svg * {
    fill: #FFC107;
}

.aboutus_section102 .wc_item.active .wc_item_icon svg * {
    fill: #003366;
    transition: all .3s;
}

.aboutus_section102 .wc_row {
    margin: 0 -20px;
    row-gap: 40px;
    align-items: center;
}

.aboutus_section102 .wc_row>div {
    padding: 0 20px;
}

.contact_component86 .bigText {
    background-color: #F5F5F5;
    padding: 80px 0;
}

.contact_component86 .bigText h2 {
    color: #1e1e1e;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 20px;
}

.contact_component86 .bigText p:not(.accordion-content p) {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.4;
}

.contact_component86 .footer_social {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.contact_component86 .mapFrame {
    filter: grayscale(1);
}

.contact_component86 .mapFrame .row {
    align-items: center;
    row-gap: 30px;
}

.contact_component86 .mapFrame .section_title {
    text-align: left;
    margin: 0;
}

.contact_component86 .mapFrame .section_title h2 {
    font-size: 30px;
}

.contact_component86 .mapFrame iframe {
    height: 80vh;
    width: 100%;
    border-radius: 10px;
    min-height: 600px;
}

.contact_component86 #contact_page1 .row {
    align-items: center;
}

.contact_component86 .contact_right {
    padding-right: 60px;
    padding-top: 40px;
}

.contact_component86 .contactForm h2 {
    color: #1e1e1e;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 24px;
    text-align: center;
}

.contact_component86 .indexForm .if_texts {
    padding-right: 80px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.contact_component86 .contactForm .row {
    row-gap: 20px;
}

.contact_component86 .contactForm input,
.contact_component86 .contactForm textarea {
    border: 1px solid #1E1E1E;
    border-radius: 30px !important;
    height: 50px !important;
    width: 100% !important;
    padding-left: 15px !important;
    transition: all .3s;
    background: #fff;
    opacity: .8;
    font-size: 14px;
}

.contact_component86 .contactForm .formbuilder-text-label,
.contact_component86 .contactForm .formbuilder-textarea-label {
    display: none
}

.contact_component86 .g-recaptcha {
    margin-bottom: 15px
}

.contact_component86 .contactForm input:focus,
.contact_component86 .contactForm textarea:focus {
    opacity: 1;
    padding-left: 30px !important;
}

.contact_component86 .contactForm textarea {
    padding: 15px !important;
    height: 140px !important;
    resize: none;
}

.contact_component86 .contactForm button {
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0 40px;
    color: #1e1e1e;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: all .3s;
    justify-content: space-between;
    border: 1px solid #1e1e1e;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    border-radius: 30px;
    margin-top: 20px;
}

.contact_component86 .indexForm .row {
    row-gap: 30px;
}

.contact_component86 .pwws_09 iframe {
    width: 100% !important;
}

.contact_component86 .c_exp {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 14px;
    color: #47636B;
}

.contact_component86 .contact_info_box {
    display: flex;
    margin: 40px 0 0;
}

.contact_component86 .contact_info_box>div {
    flex: 1;
}

.contact_component86 .cib_1 {
    border: 2px solid #C7D0D2;
    padding: 30px;
    height: 100%;
}

.contact_component86 .cib_1,
.contact_component86 .cib_1 ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact_component86 .cib_1 ul li {
    display: flex;
    color: #47636B;
    font-size: 14px;
    font-weight: 700;
}

.contact_component86 .cib_1 ul li i {
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

@media(min-width:993px) {
    .contact_component86 .contact_info_box>div+div .cib_1 {
        border-left: none;
    }
}

.contact_component86 .contact_info_box>div:first-child .cib_1 {
    border-radius: 5px 0 0 5px;
}

.contact_component86 .contact_info_box>div:last-child .cib_1 {
    border-radius: 0 5px 5px 0;
}

.contact_component86 .contactForm .btn_component1 {
    height: 52px;
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    border-radius: 30px;
    margin-top: 20px;
}

.contact_component86 .contactForm .btn_component1:hover {
    background-color: #1E1E1E;
    color: #fff;
}

.contact_component86 .contact_section>div>div {
    row-gap: 30px;
}

.contact_component86 .iframe_wrapper {
    position: relative;
}

.contact_component86 .iframe_wrapper iframe {
    width: 100%;
    height: 600px;
}

.contact_component86 .faq_full {
    margin-top: 80px;
}

.contact_component86 .c_boxes.row {
    row-gap: 30px;
}

.contact_component86 .contact_section {
    padding: 80px 0;
}

.contact_component86 .contact_section .section_title {
    text-align: left;
    margin-bottom: 30px;
}

.contact_component86 .contact_section .section_title h2 {
    font-size: 48px;
}

.contact_component86 .contact_boxes {
    display: flex;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_component86 .contact_boxes>a {
    width: calc(33% - 15px);
    height: 320px;
    background-color: #F4F4F9;
    display: flex;
    align-items: flex-end;
    color: #1e1e1e;
    transition: all .3s;
    border-radius: 20px;
    padding: 0 40px 40px 40px;
    text-align: left;
}

.contact_component86 .contact_boxes>a>div {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.contact_component86 .contact_boxes>a>div strong {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
}

.contact_component86 .contact_boxes>a svg {
    height: 51px;
}

.contact_component86 .contact_boxes>a svg * {
    transition: all .3s;
    fill: var(--greenColor);
}

.contact_component86 .contact_boxes>a:hover {
    background-color: #1e1e1e;
    color: #fff;
}

.contact_component86 .contact_boxes>a:hover svg * {
    fill: #fff;
}

.contact_component86 .contactForm label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    display: none;
}

.contact_component86 .cb_overlay {
    margin-top: 80px;
}

.contact_component86 .form_overlay {
    width: 500px;
    max-width: 100%;
}

.other_imgs {
    margin-top: 40px;
}

.other_imgs .row {
    row-gap: 30px;
}

.other_imgs img {
    width: 100%;
    border: 1px solid #eaeaea;
}

/* responsive */

@media(max-width:1200px) {
    .aboutus_section99 .section_title2 h2 {
        font-size: 36px;
    }

    .aboutus_section99 .section_title2 p {
        font-size: 16px;
    }

    .slider4.slider_component h2 {
        font-size: 28px;
    }

    .slider4.slider_component p {
        font-size: 16px;
    }

    .slider4 .ts_overlay {
        width: calc(50% - 60px);
    }

    .header15 .hm_inner>ul {
        max-height: 350px;
        overflow-y: auto;
    }

    .header15 .hm_inner>ul ul {
        padding-right: 0 !important;
    }

    .header15 .hm_inner>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header15 .h_menu>ul>li>a.has-submenu::after,
    .header15 .has-submenu::after {
        content: "\f107";
        font-family: 'FontAwesome';
        color: #fff;
        position: static;
        height: auto;
        border-radius: 0;
        font-size: 20px;
        line-height: normal;
    }

    .header15 .has-submenu.active::after {
        content: "\f106" !important;
        font-size: 18px;
    }

    .header15.header_menu .row>div {
        gap: 15px;
    }

    .header15 .middle_menu {
        margin-left: auto;
    }

    .header15 .src_overlay button img:last-child {
        display: block
    }

    .header15 .src_overlay button img:first-child {
        display: none
    }

    .header15 .the_logo1 img {
        max-height: 80px;
    }

    .header15 .src_overlay button {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 34px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        left: auto;
        width: auto;
        pointer-events: all;
    }

    .header15 .src_overlay button img {
        height: 20px;
    }

    .header15 .src_overlay {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 100%;
        background-color: #fff;
        z-index: 2;
        display: none;
        margin-left: 0;
        transform: translateY(-50%);
        right: 15px;
    }

    .header15 .src_overlay.active {
        display: block;
        width: auto;
    }

    .header15 .src_overlay input {
        padding-left: 15px;
    }

    .header15 .hm_inner>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0;
        padding: 0 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header15 .hm_inner>ul>li ul li a {
        color: #fff;
    }

    .header15 .menu_trigger {
        display: block;
    }

    .header15.header_menu .row {
        position: relative;
    }

    .header15 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: #1A3F5C;
        margin-top: 15px;
        display: none;
    }

    .header15 .hm_inner ul li {
        width: 100%;
    }

    .header15 .hm_inner ul li a {
        color: #fff;
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
        border-bottom: 1px solid rgb(255 255 255 / 11%);
    }

    .header15 .hm_inner ul li.active a {
        color: #fff;
    }

    .header15 .src_button {
        margin-left: 0;
        font-size: 24px;
        display: block;
    }
}

@media(max-width:992px) {
    .no_reverse {
        flex-direction: column-reverse;
    }

    .contact_component86 .contactForm {
        margin-top: 0;
    }

    .contact_component86 .faq_full {
        margin-top: 40px;
    }

    .contact_component86 .contact_section {
        padding: 40px 0;
    }

    .contact_component86 .contact_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_component86 .contact_info_box {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .contact_component86 .contact_info_box>div {
        width: 100%;
        flex: none;
    }

    .contact_component86 .cib_1 {
        border-radius: 5px;
    }

    .contact_component86 .form_overlay {
        width: 100%;
    }

    .contact_component86 .contact_boxes {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px 0;
    }

    .contact_component86 .contact_boxes>a {
        width: calc(50% - 15px);
        flex: unset;
    }

    .contact_component86 .contact_section {
        padding: 40px 0;
    }

    .aboutus_section99 .ia_texts {
        padding-left: 0;
    }

    .slider4 .text_swiper .swiper-slide>div {
        padding-right: 60px;
    }

    .slider4.slider_component .slider_btns {
        display: none;
    }

    .slider4 #pagination1 {
        transform: none;
        right: 15px;
        top: 15px;
        left: auto;
        margin-left: 0;
    }

    .slider4.slider_component a {
        color: #fff;
        border-color: #fff;
        background-color: transparent;
    }

    .slider4 .ms_img_item::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: .8;
        /* background: rgb(0, 0, 0); */
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .slider4 .mainSwiper {
        width: 100%;
    }

    .slider4.main_slider .container {
        z-index: 2;
        top: auto;
        bottom: 30px;
        transform: translateX(-50%);
        pointer-events: none;
    }

    .slider4.slider_component h2,
    .slider4.slider_component p,
    .slider4 #pagination1 {
        color: #fff;
    }

    .slider4 .slider_btns button {
        color: #fff;
        border-color: #fff;
        height: 40px;
        font-size: 24px;
    }

    .slider4 .ts_overlay {
        width: 100%;
    }

    .header15.header_menu .container,
    .header15.header_top .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media(max-width:768px) {
    .contact_component86 .bigText h2 {
        font-size: 28px;
    }

    .contact_component86 .bigText p:not(.accordion-content p) {
        font-size: 18px;
    }

    .contact_component86 .bigText {
        padding: 40px 0;
    }

    .contact_component86 .indexForm .if_texts {
        padding-right: 0;
    }

    .contact_component86 .contact_section .section_title h2 {
        font-size: 28px;
    }

    .contact_component86 .contactForm .btn_component1 {
        margin-top: 15px;
    }

    .contact_component86 .contact_boxes>a {
        width: 100%;
        height: 280px;
    }

    .contact_component86 .contact_boxes {
        gap: 15px 0;
    }

    .contact_component86 .cb_overlay {
        margin-top: 40px;
    }

    .aboutus_section102 {
        padding: 40px 0;
    }

    .aboutus_section102 .about_text h3 {
        font-size: 28px;
        margin: 0 0 15px;
    }

    .aboutus_section102 .about_text p {
        font-size: 16px;
    }

    .aboutus_section102 .about_text>div+div {
        margin-top: 20px;
    }

    .aboutus_section102 .wc_row,
    .aboutus_section102 .wc_items {
        row-gap: 20px;
    }

    .aboutus_section99 .section_title2 h2 {
        font-size: 28px;
    }

    .aboutus_section99 .section_title2 p {
        font-size: 15px;
    }

    .aboutus_section99 {
        padding: 40px 0;
    }

    .aboutus_section98 .counter_title a {
        height: 40px;
        padding: 0px 20px;
        font-size: 16px;
    }

    .aboutus_section98 .counter_title {
        margin-bottom: 40px;
    }

    .aboutus_section98 .counter_title h2 {
        font-size: 24px;
        margin: 0;
    }

    .aboutus_section98 .counter_title h2 br {
        display: none;
    }

    .slider4.slider_component h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .slider4.slider_component p {
        font-size: 14px;
        margin-top: 10px;
    }

    .slider4.slider_component .slider_btns {
        margin-top: 15px;
    }

    .slider4.slider_component a {
        margin-top: 20px;
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .header15 .src_input svg {
        left: 0;
    }

    .header15 .src_input input {
        padding-left: 25px;
    }

    .header15 .hiddenMobile {
        display: none;
    }

    .header15 .v_hidden {
        display: none !important;
    }

    .header15 .top_right {
        position: relative;
    }

    .header15 .header_src {
        position: static;
    }

    .header15.header_menu .container,
    .header15.header_top .container {
        padding: 0 15px;
    }

    .header15 .src_input {
        right: auto;
        left: 0;
        width: 100%;
    }

    .header15 .header_src {
        margin-right: auto;
    }

    .header15 .header_src>button {
        border-right: none;
    }

    .header15 .src_overlay button,
    .header15 .src_overlay input {
        height: 30px;
    }

    .header15 .src_button {
        font-size: 24px;
    }

    .header15 .ct_overlay {
        display: none;
    }

    .header15 .the_logo1 img {
        max-height: 55px;
        max-width: 190px;
    }

    .header15 .hm_inner ul {
        left: -15px;
        right: -15px;
        padding: 15px 15px;
    }
}