/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6, a, p, ul , li, button, input{
    font-family: "Myriad Pro";
}

.button_font {
    font-size: 18px;
    font-family: "Myriad Pro";
}

h1 {

    color: #FFF;
    font-family: "Myriad Pro";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 11px;
}

h3.news_title a .excerpt {
    padding-top: 10px;
}

h2, .font_35 {
    color: #1B204C;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
/* ==========================================================================
   BUTTONS
   ========================================================================== */

button.gradient_btn.right {
    padding: 9px 70PX;
    border-radius: 5px;
    background: linear-gradient(91deg, #1B204C 2.41%, #727DA3 99.82%);
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}
.right_text.solution_btn {
    display: flex;
    justify-content: end;
    align-items: center;
}
.gradient_btn {
    background-image: var(--btn-gradient);
    font-weight: 700;
    color: #fff;

    font-size: 18px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    min-width: 180px;
    transition: 0.3s;
    text-decoration: none;
    height: 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    transition: width 2s, height 2s, transform 2s;
}


button.gradient_btn.right:hover,
a.gradient_btn.right:hover {
    scale: 1.05;
}

a.gradient_btn.right {
    margin-bottom: 0px !important
}

.gray_btn {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 9px 50px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #727DA3;
    transition: 0.3s;
    text-decoration: none;
    margin-bottom: 30px;
}

.gray_btn:hover {
    background: #fff;
    color: var(--dark-blue);

}

/* ==========================================================================
   NEWS 
   ========================================================================== */

   .category_pill {
    background: var(--gray);
    color: #fff;
    border-radius: 100px;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 12px 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.news_title {
    margin: 0;
    margin-bottom: 9px;
}

.meta>div {
    font-family: 'myriad pro' !important;
    align-items: center;
    padding: 13px 0px;
    border-bottom: 1px solid var(--gray);
}

.date {
    font-weight: 400;
    font-size: 11px;
    line-height: 155%;
    letter-spacing: 2px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
}

.news-item .img_wrap {
    position: relative;
    padding-top: 62%;
    overflow: hidden;

}


.news-item .img_wrap img {
    position: absolute;
    height: 100%;
    transition: 0.3s;
    width: 100%;
    object-fit: cover;
    top: 0px;
}

.news-item:hover img {
    transform: scale(1.06);
}

h3.news_title a .excerpt {
    color: #1B204C;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}



a.read_more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #727DA3;
    font-size: 15px;
}

a.read_more img {
    position: relative;
    display: inline-block;
    transform: 0.3s;
    transition: 0.3s;
}

h3.news_title:hover a {
    color: var(--gray);
}

a.read_more:hover img {
    margin-left: 4px;
}

.row.news_row {
    margin: 0px -14px;
}

/* ==========================================================================
   BANNER 
   ========================================================================== */

   .bg_div {
    padding: 90px 0px 110px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub_head {
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.banner_section {
    position: relative;
}

.banner_section .slick-dots,
.solution_section .slick-dots {
    position: absolute;
    bottom: 0px;
    display: flex;
    width: 1300px;
    right: 20px;
    list-style: none;
    max-width: 100%;
    gap: 10px;
    justify-content: end;
    padding: 0px;
}

.banner_section ul.slick-dots button,
.solution_section ul.slick-dots button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 16px;
    cursor: pointer;
    height: 16px;
    font-size: 0px;
    line-height: 0;
    padding: 0px;
}

.banner_section ul.slick-dots .slick-active button,
.banner_section ul.slick-dots button:hover {
    background-color: #fff;
}

.banner_section_slider .slick-track {
    display: flex;
}

.banner_section_slider .slick-track .slick-slide {
    height: inherit;
}

.banner_section_slider .slick-track .slick-slide>div,
.banner_section_slider .bg_div {
    height: 100%;
}
.bg_div_3 img {
    margin-top: 15px;
}
/* ==========================================================================
   SWIPER 
   ========================================================================== */
.swiper-slide {
    height: auto;
    background: transparent;
}

.swiper {
    position: relative;
    padding-bottom: 20px;
}

/* Fixed pagination and controls styling */
.swiper-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.swiper-pagination {
    position: static !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: transparent !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--gray) !important;
    margin: 0px;
}

.swiper-pagination-bullet-active {
    background-color: var(--gray) !important;
    transform: scale(1.2) !important;
}

.banner_section_slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ==========================================================================
   EXPLORE SOLUTION 
   ========================================================================== */

   .exlore_section {
    padding: 50px 0px;
}


ul.icon_list li {
    font-family: 'myriad pro' !important;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 14px;
    list-style: none;
    display: flex;
    text-align: left;
}

ul.icon_list i {
    margin-top: 7px;

}

ul.icon_list {
    padding: 0px;
    margin-bottom: 40px;
    display: vl;
}

ul.icon_list i {
    color: #727DA3;
    margin-right: 22px;
}

.col-md-8 {
    position: relative;
}

.explore_img {
    position: absolute;
    top: -27%;
    right: 0px;
    width: 100%;
}


/* ==========================================================================
   SOLUTION
   ========================================================================== */

.solution_section {
    padding: 50px 0px 0px 0px;
}

.solution_item_wrap .img_wrap {
    position: relative;
    padding-top: 60%;
}

.solution_item_wrap .img_wrap img {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.solution_item_wrap .img_wrap img:hover {
        transform: scale(1.06);
    }



.solution_title {
    font-family: 'myriad pro' !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    text-align: left;
}

.solution_item_wrap a {
    text-decoration: none;
}

.solution_section ul.slick-dots button {
    border-color: var(--gray);
}

.solution_section .slick-dots {
    left: 0px;
    width: fit-content;
    bottom: 0px;
    justify-content: start;
    right: unset;
}

.solution_slider {
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.solution_section ul.slick-dots .slick-active button,
.solution_section ul.slick-dots button:hover {
    background-color: var(--gray);
}

.right_text {
    text-align: right;

}


.slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
}

.slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
    z-index: 9;
    transform: translateY(-50%);
    background-color: #c13d3d00;
    border: transparent;
    width: 25px;
    cursor: pointer;
    height: 30px;
    font-size: 0px;
}

button.slick-next.slick-arrow {
    right: -10px;
    transform: translateY(-50%) rotate(185deg);
}

button.slick-prev.slick-arrow {
    left: -10px;
}

.swiper-pagination-bullet:hover {
    background-color: var(--gray) !important;
    transform: scale(1.2) !important;
}     
.custom-arrow:hover {
    transform: scale(1.1);
}



/* ==========================================================================
   FORM 
   ========================================================================== */
   .form-section  .select2-container--default .select2-selection--single {
    height: 47px!important;
}
.form {
    padding: 38px 0;
    box-shadow: 0px -4px 25.5px -4px #00000040 inset;
    background: #F1F2F7;
}
.form h3 {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2%;
    text-transform: uppercase;
    margin-bottom: 33px;
    color: #1B204C;
}
.form h3 {
    margin-top: 20px
}


/* ==========================================================================
   PRODUCT SECTION 
   ========================================================================== */

/* Product Section */
.product_section {
    padding: 50px 0px;
}

.row.product_row {
    margin: 0 -15px;
}

.product_item_wrap {
    padding: 0 15px;
}

.product_item_wrap a {
    text-decoration: none;
}

.product_title {
    font-family: 'myriad pro' !important;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 10px;
}

/* Image Wrapper */
.product_item_wrap .img_wrap {
    background-color: #f9f9fa;
    position: relative;
    padding-top: 59.011%;
    height: 0;
    margin-bottom: 7px;
}

/* Category Bar product imp */
.product_item_wrap .img_wrap .cats {
    width: 60.4%;
    height: 18px;
    position: absolute;
    left: 18px;
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
}

.product_item_wrap .img_wrap .cats>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.product_item_wrap .img_wrap .cats>div:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    transition: all 0.2s ease;
}

.product_item_wrap .img_wrap .cats>div div {
    line-height: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 3px;
    position: relative;
    transition: all 0.2s ease;
}

/* Category Colors */
.product_item_wrap .img_wrap .cats>div.land:before {
    background-color: #ddc9a3;
}

.product_item_wrap .img_wrap .cats>div.land div {
    color: #ddc9a3;
}

.product_item_wrap .img_wrap .cats>div.maritime:before {
    background-color: #92c0e9;
}

.product_item_wrap .img_wrap .cats>div.maritime div {
    color: #92c0e9;
}

/* Two Category Layout */
.product_item_wrap .img_wrap .cats-2>div {
    width: 50%;
    height: 100%;
}

.product_item_wrap .img_wrap .cats-2>div:first-child {
    left: 0;
}

.product_item_wrap .img_wrap .cats-2>div:last-child {
    left: 50%;
}

/* Image Div */
.product_item_wrap .img_wrap .image-div {
    position: absolute;
    left: 18px;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50%;
}

/* Hover Effects */
.product_item_wrap:hover .cats>div:before {
    height: 100%;
}

.product_item_wrap:hover .cats>div div {
    color: #fff !important;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.product_section {
    padding-top: 58px;
    padding-bottom: 63px;
    position: relative;
    overflow: hidden;
}

.product_section h2 {
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.row.product_row>* {
    flex: 0 0 auto;
    max-width: 100%;
    padding-inline: 15px;
}

.product_item_wrap {
    padding: 0;
}


.product_item_wrap .img_wrap {
    padding-top: 60.516%;
}

.product_title {
    font-size: 21px;
    margin-top: 7px;
}
.right_text.solution_btn {
    margin-top: 20px;
}

h2.main_heading {
    color: #1B204C;
    font-family: "Myriad Pro";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 25px;
}


.loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0, 0%, 100%, 0.8);
    padding-top: 200px;
}

.load-more {
    text-align: center;
    margin-top: 30px;
}

.load-more a {
    background: #1b204c;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
}

.load-more a:hover {
    opacity: 0.8;
}

.load-more .loader,
.load-more.loading a {
    display: none;
}

.load-more.loading .loader {
    display: block;
}

.no-results {
    display: none;
    font-size: 16px;
    text-align: center;
}

.no-more .load-more {
    display: none;
}

.loading .loading-overlay,
.no-results .no-results {
    display: block;
}


/* level section */

.level_section{
    display: flex;
    align-items: center;
    min-height: 55vh;
    padding: 70px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.level_section_wrap {
    display: flex;
    width: 529px;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    justify-content: center;
    text-align: right;
}

.d-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-end {
    justify-content: end;
    margin-left: 4.2rem;
}

.justify-between {
    justify-content: space-between;
}

h2.sub_text {
    color: #FFF;
    font-family: "Myriad Pro";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 126.316% */
    letter-spacing: 0.76px;
    text-transform: uppercase;
}

.sub_content {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Myriad Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 118.182% */
    padding-top: 12px;
    padding-bottom: 40px;
}

img {
    max-width: 100%;
}


.font_38 {
    font-weight: 700;
    font-size: 38px;
    margin: 0px 0px 10px 0px;
    line-height: 48px;
    letter-spacing: 2%;
    text-transform: uppercase;

}

.font_40 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2%;
    text-transform: uppercase;
}

.font_22 {
    font-family: 'myriad pro' !important;
    font-weight: 300;
    font-style: Light;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;

}

.text_blue {
    color: var(--dark-blue);
}

.text_white {
    color: #fff;
}

.text_gray {
    color: #758592;
}

.bg_blue {
    background-color: var(--dark-blue);
}

.d_flex {
    display: flex;
}

.align_center {
    align-items: center;
}

.justify_between {
    justify-content: space-between;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

.news_row {
    margin-top: 25px;
}


ul.slick-dots {
    margin-right: 1.75rem;
}

.gradient_btn:hover {
    background: var(--dark-blue);
}



/* banner section */


/* tab section */
.about_text {
    width: 500px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
    color: var(--dark-blue);
    font-family: 'myriad pro' !important;
}

.tab_section {
    padding-bottom: 40px;
}

.custom-tab-buttons {
    display: flex;
    width: 800px;
    max-width: 100%;
    top: -80px;
    position: absolute;
}

.custom-tab-btn {
    flex: 1;
    height: 50px;
    border: none;
    color: var(--dark-blue);
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}

.custom-tab-btn:hover {
    background: #E5E8F1
}

.custom-tab-btn:first-child {
    background: #E5E8F1;
    z-index: 3;
    margin-right: -10px;
    border-radius: 0px 7px 0px 0px;
    box-shadow: 9px 0px 12px 0px #0000001F;
}

.custom-tab-btn:nth-child(2) {
    background: #CED3E4;
    ;
    z-index: 2;
    box-shadow: 9px 0px 12px 0px #0000001F;
    margin-right: -10px;
    border-radius: 0px 7px 0px 0px;
}

.custom-tab-btn:nth-child(3) {
    background: #BEC4D5;
    z-index: 1;
    border-radius: 0px 7px 0px 0px;
    box-shadow: 9px 0px 12px 0px #0000001F;
}

.custom-tab-content {
    padding: 50px 0px 0px 0px;

    border-top: none;
    background: #fff;
}

.custom-tab-panel {
    display: none;
}

.custom-tab-panel.active {
    display: block;
}

.custom-tab-btn:nth-child(2) {
    border-bottom: 0px;
  }




/* level section */


.mb_20 {
    margin-bottom: 2rem;
}

.d-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-end {
    justify-content: end;
    margin-left: 4.2rem;
}

.justify-between {
    justify-content: space-between;
}

.solution_section {
    margin-bottom: 80px;
}

ul.contact_list {
    list-style: none;
    padding: 0px;
}

ul.contact_list li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-family: Myriad Pro;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: inherit;
}

ul.contact_list li a svg {
    width: 23px;
}

ul.contact_list li a:hover path {
    stroke: var(--dark-blue);
}

ul.contact_list li a:hover {
    font-weight: 600;
}

.text {
    font-family: 'myriad pro' !important;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 1rem;
    letter-spacing: 0px;
    color: #1B204C;


}
.iti--separate-dial-code .iti__selected-flag{
    background: transparent
}
iti__flag {
    height: 12px !important;
}

.iti__selected-dial-code {
    display: none;
}

#about ul.icon_list li {
    color: var(--dark-blue);
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

#about ul.icon_list {

    margin-bottom: 0px;
}

div#about {
    margin-top: -20px;
}

.small_heading {
    font-weight: 700;
    color: var(--dark-blue);
    font-style: Bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;


}

.about-title {

    color: #1B204C;
    font-family: 'Myriad Web Pro' !important;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0.5rem;
    padding-bottom: 0.25rem;
}


#contact {
    margin-top: 0.75rem;

}


.about_text {
    margin-bottom: 1.25rem;
}

.row.contact-section {
    gap: 20px;
}

.contact-section .col-md-8 {
    width: 65%;
}

/* Swiper Container for Tab Content */
.tab-swiper {
    height: auto;
    overflow: hidden;
}

.tab-swiper .swiper-wrapper {
    align-items: stretch;
}

.tab-swiper .swiper-slide {
    height: auto;
    padding: 40px 0px 0px 0px;
    background: white;
}

.tab_section {
    margin: 0;
    border-radius: 0;
}

@media (max-width: 480px) {
    .custom-tab-buttons {
        flex-direction: column;
    }

    .custom-tab-btn {
        border-bottom: 1px solid #e9ecef;
    }

    .custom-tab-btn.active::after {
        height: 0;
    }

    .custom-tab-btn.active::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 60%;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }
}

.custom-tab-btn.active,
.custom-tab-btn.active:first-child {
    background: #E5E8F1;
}

.custom-tab-btn.active:nth-child(2) {
    z-index: 4;
    box-shadow: 0px 0px 22.1px 0px #00000033;
}

.custom-tab-btn.active:nth-child(3) {
    z-index: 4;
    box-shadow: 0px 0px 22.1px 0px #00000033;
}

.custom-tab-btn:first-child {
    background: #CED3E4;
}

.swiper-wrapper-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    opacity: 0;
    display: none;
}

.swiper-button-prev.custom-arrow {
    left: -40px;
}

.swiper-button-next.custom-arrow {
    right: -40px;
}

.tab_section ul.icon_list li {
    color: var(--dark-blue);
}

.banner_section .slick-dots,
.solution_section .slick-dots {
    bottom: 14px;
    margin-bottom: 0px;
}

ul#iti-0__country-listbox {
    font-size: 14px;
}

.about_logo_section {
    display: none;
    background: #f1f2f7;
    box-shadow: 0px 0px 18.5px 0px #00000040 inset;
    padding: 30px 0px 60px 0px;
}

.about_logo_section h3.small_heading {
    margin-bottom: 20px;
}

.about_logo_section .row {
    gap: 30px;
}

.logo_wrap {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 2px 14px rgb(179 179 179);
    border-radius: 10px;
    padding: 12px;

}

* {
    box-sizing: border-box;
}

.banner_section .slick-dots,
.solution_section .slick-dots {
    position: absolute;
    bottom: 14px;
}

#slide_about ul.icon_list {
    margin: 0pc;
}

.banner_content a.gray_btn.mob_show {
    display: none !important;

}

body:has(#slide_about.swiper-slide-active) .about_logo_section {
    display: block;
}


body:has(#slide_about.swiper-slide-active) .level_section,
body:has(#slide_about.swiper-slide-active) .product_section,
body:has(#slide_about.swiper-slide-active) .exlore_section,
body:has(#slide_about.swiper-slide-active) .solution_section,

body:has(#slide_about.swiper-slide-active) .form-section,
body:has(#slide_contact.swiper-slide-active) .level_section,
body:has(#slide_contact.swiper-slide-active) .product_section,
body:has(#slide_contact.swiper-slide-active) .exlore_section,
body:has(#slide_contact.swiper-slide-active) .solution_section,
body:has(#slide_contact.swiper-slide-active) .form-section {
    display: none !important;
}

/* .solution_section .container {
    max-width: 1400px;
    width: 100%;
    position: relative;
    padding: 0px 50px;
} */

.solution_item {
    width: 100%;
}



h2.about-title {
    color: #1B204C;
    font-family: "Myriad Pro" !important;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 9px
}


.text p,  #slide_about ul li  {
    color: #1B204C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.text {
    margin-bottom: 23px
}



h3.small_heading {
    margin-bottom: 20px !important;

}

p.about-disclaimer {
    color: #1B204C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Myriad Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 130% */
}
.captcha-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 15px; /* optional spacing */
}
.rc-anchor-pt {
    display: none;
    visibility: none;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    color: #758592 !important;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Myriad Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.4px;
}

span.select2-selection__placeholder {
    font-family: 'Myriad Pro' !important;
}

.form {
    padding: 38px 0;
    box-shadow: 0px -4px 25.5px -4px #00000040 inset;
    background: #F1F2F7;
}

h3.small_heading {
    margin-bottom: 24px;
}


.logo_wrap {
    display: flex;
    padding: 36px 21px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 38px 155px 45px 0 rgba(0, 0, 0, 0.00), 25px 99px 41px 0 rgba(0, 0, 0, 0.01), 14px 56px 34px 0 rgba(0, 0, 0, 0.05), 6px 25px 26px 0 rgba(0, 0, 0, 0.09), 2px 6px 14px 0 rgba(0, 0, 0, 0.10);
    width: 254px;
    height: 254px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
}

.logo_wrap img {
    width: 182px;
    height: 182px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
    position: relative;
}

/* Slide content - initially hidden off-screen left */
.slide-content {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #727DA3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
}


.content-inner {
    padding: 57px 24px 57px 24px;
}



.content-inner p {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 144.444% */
}

/* Hover effects - swiper-like slide animation */
.logo_wrap:hover .slide-content {
    left: 0;
}

.logo_wrap:hover .content-inner {
    transform: translateX(0);
    opacity: 1;
}

.logo_wrap:hover img {
    transform: translateX(100%) scale(0.8);
    opacity: 0;
}

/* Enhanced hover effect for container */
.logo_wrap:hover {
    transform: scale(1.02);
    box-shadow: 38px 155px 45px 0 rgba(0, 0, 0, 0.05), 25px 99px 41px 0 rgba(0, 0, 0, 0.08), 14px 56px 34px 0 rgba(0, 0, 0, 0.12), 6px 25px 26px 0 rgba(0, 0, 0, 0.15), 2px 6px 14px 0 rgba(0, 0, 0, 0.20);
}

/* Member flex layout */
.member-flex {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}


.member-flex {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}


.col-md-4.inside-flex {
    display: flex;
    width: 346px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.contact-section-pareent {
    padding-top: 10px;
}

.slick-dots li button:before {
    opacity: 0 !important;
}

.mob_show {
    display: none;
}

.text p {
    padding-top: 21px;
}

li.contact_list_item {
    margin-bottom: 6px;
}

.about_text p {
    color: #1B204C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'myriad pro' !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    padding-bottom: 25px;
    width: 346px;
    max-width: 100%;
}

h3.news_title {
    font-size: 20px;
    line-height: 29px;
    margin-top: 11px;
}

/* Most Important */

.form input::placeholder,
.form textarea::placeholder {
    color: #758592;
}

.form .select2-selection__placeholder {
    color: #758592 !important;
}

.form .select2-container--default .select2-selection__placeholder {
    color: #758592 !important;
    font-family: "Myriad Pro", sans-serif;
}

.form .select2-container--default .select2-selection--single .select2-selection__placeholder,
.form .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #758592 !important;
}
.form-section .select2-container--default .select2-selection--single {
    height: 45px !important;
}
span.select2-selection.select2-selection--multiple {
    height: 39px !important;
}
span#select2-hear-source-container {
    position: relative;
    top: 4px;
        padding-left: 0px

}

span#select2-country-select-container {
    position: relative;
    top: 5px;
    padding-left: 0px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}
.bg_div_3  .sub_head {
    line-height: 36px !important;
}

.bg_div.desktop-hidden {
    display: none !important;
}

.banner_section.mobile-hidden{
    display: block !important;
}
.banner_section.desktop-hidden{
    display: none !important;
}
.content_with_list_section li {
    color: #1b204c !important;
    margin: 0px;
}
.mb-5{
    margin-bottom: 10px;
}

.content_with_side_image_section .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.desktop-hidden {
		display: none;
	}

	.mobile-hidden {
		display: block;
	}
.banner_section_slider .bg_div {
		position: relative;
	}

	.bg_div{
		background-size: cover;
		padding-bottom: 85px;	
	}
	.bg_div img {
		width: 76%;
	}
.exlore_section.desktop-hidden,
	.level_section.desktop-hidden {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.sub_head p {
		color: white ;
	}
	a {
		text-decoration: none !important;
	}

	p.excerpt {color: #1b204c;}
	.iti--separate-dial-code .iti__selected-flag {
		background-color: transparent !important
	}
	
	.exlore_section.mobile-hidden {
		display: flex;
		justify-content: center;
		align-items: center;
		background-repeat: no-repeat;
		height: 700px;
		background-size: cover;
	}
	.sub_head.text_blue p{
		color: #1b204c;
	}
	#header-v2 {
		position: relative !important;
	}
.sub_content.text_blue{
		color: #1b204c !important;
	}
	li.text_blue{
		color: #1b204c !important;
	}
	.product_section{
		padding-top: 0px !important;
	}
	h1{
		font-size:54px;
	}
@media (max-width: 1342px) {
    .container {
        padding-inline: 40px;
    }
}
@media (max-width: 1140px) {
    .container:not(.n-p) {
        padding:0px 40px;
    }
}