/* banner_carousel styles */

.banner_carousel .carousel-item {
    height: 612px;
}

.banner_carousel .carousel-item .carousel-item-container {
    position: relative;
    height: 100%;
}

.banner_carousel .carousel-item .carousel-item-container .car-abs-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner_carousel .carousel-item .carousel-item-container .car-abs-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.banner_carousel .carousel-item .car-content {
    position: relative;
    z-index: 2;
    max-width: 996px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 88px 16px 58px 16px;
}

.banner_carousel .carousel-item .car-title h2 {
    margin: 0;
    letter-spacing: 0.4px;
    font-size: 40px;
    line-height: 53.6px;
}

.banner_carousel .banner-carousel-main-container .wow {
    visibility: hidden !important;
    transition: all 0.3s;
}

.banner_carousel .banner-carousel-main-container .active-vis.wow {
    visibility: visible !important;
}

.banner_carousel .carousel-item-2 .wow,
.banner_carousel .carousel-item-3 .wow {
    /*visibility: hidden !important;*/
    /*transition: all 0.3s;*/
    /*opacity: 0 !important;*/
}

.banner_carousel .carousel-item-2 .wow.active-vis,
.banner_carousel .carousel-item-3 .wow.active-vis {
    /*visibility: visible !important;*/
    /*opacity: 1 !important;*/
    /*transition: all 0.3s;*/
}

.banner_carousel .carousel-item .site-logo {
    margin: 40px auto 10px auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner_carousel .carousel-item .site-logo img {
    max-width: 290px;
    width: 100%;
    height: 58px;
    -o-object-fit: contain;
    object-fit: contain;
}

.banner_carousel .carousel-item .global-btn {
    padding-top: 41px;
}

.banner_carousel .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_carousel .btn-group > a {
    margin-top: 20px;
    padding: 10px 34px 10px 24px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.16);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner_carousel .btn-group > a:hover {
    background-color: #89FFC3;
}

.banner_carousel .btn-group > a .icon {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.banner_carousel .btn-group > a .icon svg {
    width: 100%;
    height: 100%;
}

.banner_carousel .btn-group > a .icon svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner_carousel .btn-group > a .txt {
    display: inline-block;
    padding-left: 10px;
    color: #89FFC3;
    text-align: center;
    font-family: var(--ff-manrope);
    font-size: 24px;
    font-style: normal;
    font-weight: var(--fw-700);
    line-height: 32.16px;
    letter-spacing: 0.24px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner_carousel .btn-group > a:hover svg path {
    fill: var(--c-dark);
}

.banner_carousel .btn-group > a:hover .txt {
    color: var(--c-dark);
}

.banner_carousel .mob-img {
    display: none;
}

.banner_carousel .carousel-item-1 #animation1 {
    width: 1500px;
    max-width: 1500px;
    height: 150px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner_carousel .carousel-item-1 #animation2 {
    width: 100%;
    max-width: 250px;
    height: 62px;
    margin: auto;
}

.banner_carousel .carousel-item-1 #animation3 {
    width: 2000px;
    max-width: 2000px;
    height: 300px;
    margin: auto;
    opacity: 0.06;
    margin-bottom: 180px;
}

.banner_carousel .carousel-item-1 .carousel-item-container .car-abs-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0px;
}

.banner_carousel .carousel-item-1 .car-title {
    overflow: hidden;
    height: 150px;
    position: relative;
}

/*.banner_carousel .banner-carousel-main-container {*/
/*    position: relative;*/
/*    height: 612px;*/
/*}*/

/*.banner_carousel .banner-carousel-main .carousel-item {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*}*/

/*.banner_carousel .banner-carousel-main .carousel-item-1 {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/

@media (max-width: 767px) {
    .banner_carousel .carousel-item {
        height: 490px;
    }

    .banner_carousel .carousel-item .car-content {
        padding-bottom: 140px;
        padding-top: 40px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner_carousel .carousel-item .site-logo img {
        max-width: 165px;
        height: 34px;
    }

    .banner_carousel .mob-img {
        display: block;
    }

    .banner_carousel .desc-img {
        display: none;
    }

    .banner_carousel .carousel-item.carousel-item-1 .carousel-item-container .car-abs-bg img {
        -o-object-fit: contain;
        object-fit: contain;
        padding: 0 16px;
    }

    .banner_carousel .btn-group > a {
        padding: 8px 35px;
        width: 343px;
    }

    .banner_carousel .btn-group > a:nth-child(3),
    .banner_carousel .btn-group > a:last-child {
        width: auto;
    }

    .banner_carousel .btn-group > a .txt {
        padding-left: 7px;
        font-size: 14px;
        line-height: 18.76px;
    }

    .banner_carousel .btn-group > a .icon {
        width: 20px;
        height: 20px;
    }
}

/* banner_carousel styles end */

/* tabs styles */

.tabs {
    margin-top: 0px;
    padding-bottom: 212px;
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.tabs:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 140px;
    max-width: 871px;
    width: 100%;
    height: 197px;
    background-image: url('../img/bg.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner_carousel .tab-heading-main-container {
    padding: 0 20px;
}

.banner_carousel .tabs-heading {
    max-width: 1280px;
    width: 100%;
    margin: -118px auto 0 auto;
}

.banner_carousel .tabs-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner_carousel .tabs-heading .tab-head a {
    border-radius: 20px 0px 0px 0px;
    background: rgba(45, 72, 102, 0.72);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 28px 32px;
    text-align: center;
    color: var(--c-white);
    font-family: var(--ff-manrope);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--fw-800);
    line-height: 31.2px;
    letter-spacing: 0.2px;
    width: 100%;
    min-height: 118.41px;
}

.banner_carousel .tabs-heading .tab-head.active a,
.banner_carousel .tabs-heading .tab-head a:hover {
    background: rgba(93, 170, 131, 0.72);
}

.banner_carousel .tabs-heading .tab-head-1 a {
    border-right: 0px solid var(--c-white);
    border-radius: 0 20px 0 0;
}

.banner_carousel .tabs-heading .tab-head-2 a {
    border-radius: 0px 0px 0px 0px;
}

.tabs .tabs-container {
    position: relative;
    z-index: 2;
}

.tabs .tabs-container {
    padding: 0px 16px 0 16px;
}

.tabs .tabs-content {
    padding-top: 220px;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*.tabs .tab-content-main {*/
/*    display: none;*/
/*}*/

.tabs .tab-content-main-container .column {
    width: 24%;
    padding: 0 10px;
}

.tabs .tab-content-main-container > .d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs .tab-content-main-container .column .column-title,
.tabs .tab-content-main-container .column .icon {
    text-align: center;
}

.tabs .tab-content-main-container .column .column-title h3 {
    margin: 15px auto 0 auto;
}

.tabs .tab-content-main-container .column .icon img {
    max-width: 72px;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
}

.banner_carousel .tabs-heading .tab-head {
    height: 100%;
    width: 33.333%;
}

.banner_carousel .tabs-heading .tab-head a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs .tab-content-main .tab-content-main-container.animated,
.tabs .column > .animated {
    visibility: visible !important;
}

.banner_carousel .carousel-item.carousel-item-0 .car-content {
    max-width: 1036px;
}

.banner_carousel .carousel-item.carousel-item-3 .car-content {
    max-width: 700px;
}

.banner_carousel .carousel-item .car-desc {
    margin-top: 12px;
    margin-bottom: 3px;
}

.banner_carousel .carousel-item .car-desc p {
    margin: 0;
    letter-spacing: 0.1px;
}

@media (max-width: 1260px) {
    .banner_carousel .tabs-heading .tab-head a {
        font-size: 15px;
        line-height: 22px;
        min-height: 100px;
    }

    .banner_carousel .tabs-heading {
        margin-top: -100px;
    }
}

@media (max-width: 1024px) {
    .banner_carousel .tabs-heading .tab-head {
        min-width: auto;
        width: 50%;
    }

    .banner_carousel .tabs-heading .tab-head a {
        min-width: auto;
        width: 100%;
    }

    .tabs .tabs-content {
        padding-top: 80px;
    }

    .tabs {
        padding-bottom: 120px;
    }

    .tabs:after {
        bottom: 0;
        max-width: 100%;
        width: 100%;
    }

    .banner_carousel .tabs-heading .tab-head a {
        font-size: 15px;
        letter-spacing: 0.1px;
        padding: 28px 20px;
        min-height: 122px;
    }

    .banner_carousel .tabs-heading {
        margin-top: -122px;
    }

    .banner_carousel .tabs-heading {
        max-width: 728px;
    }

    .banner_carousel .carousel-item .car-title h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .banner_carousel .carousel-item .global-btn {
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    .tabs .tab-content-main-container .column {
        width: 50%;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .banner_carousel .tabs-heading .tab-head a {
        padding: 12px 7px;
        border-radius: 6px 0px 0px 0px;
        font-size: 10px;
        line-height: 15.6px;
        letter-spacing: 0.1px;
        min-height: 102px;
    }

    .banner_carousel .tabs-heading {
        max-width: 343px;
    }

    .tabs {
        margin-top: 0px;
        padding-bottom: 47px;
    }

    .tabs .tabs-content {
        padding-top: 7px;
    }

    .tabs:after {
        display: none;
    }

    .tabs .tab-content-main-container .column .column-title h3 {
        margin-top: 8px;
    }

    .tabs .tab-content-main-container .column .icon img {
        max-width: 32px;
        height: 12px;
    }

    .banner_carousel .tab-heading-main-container {
        padding: 0 16px;
    }

    .banner_carousel .carousel-item .car-title h2 {
        font-size: 22px;
        line-height: 34px;
        letter-spacing: 0.22px;
    }

    .banner_carousel .tabs-heading .tab-head-2 a {
        border-radius: 0px 0px 0px 0px;
    }

    .banner_carousel .tabs-heading .tab-head-1 a {
        border-radius: 0px 6px 0px 0px;
    }

    .banner_carousel .tabs-heading {
        margin-top: -102px;
    }
}

/* tabs styles end */

/* parallax_section styles */

.infinite-scroll {
    --animate-duration: 1s;
}

.infinite-scroll.animate__animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.parallax_section {
    min-height: 524px;
    padding: 32px 16px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.parallax_section .parallax-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.parallax_section .parallax-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    will-change: transform;
}

.parallax_section .parallax-inner-container {
    position: relative;
    z-index: 2;
}

.parallax_section:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 17, 13, 0.80);
    z-index: 1;
}

.parallax_section > .container {
    position: relative;
    z-index: 2;
}

.parallax_section .section-title {
    margin-bottom: 40px;
}

.parallax_section .section-title h2 {
    margin: 0;
    letter-spacing: 0.62px;
}

.parallax_section .desc p {
    margin: 0;
    letter-spacing: 0.32px;
}

@media (max-width: 1024px) {
    .parallax_section {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
    .parallax_section {
        padding: 52px 18px 66px 18px;
        min-height: auto;
    }

    .parallax_section .parallax-image img {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .parallax_section .section-title {
        margin-bottom: 11px;
    }

    .parallax_section .section-title h2 {
        letter-spacing: 0.32px;
    }

    .parallax_section .desc p {
        letter-spacing: 0.16px;
    }
}

/* parallax_section styles end */

/* image_boxes styles */

.image_boxes {
    padding: 137px 16px 0 16px;
}

.image_boxes .section-title {
    padding-bottom: 46px;
}

.image_boxes .section-title h2 {
    margin: 0;
    letter-spacing: 0.62px;
}

.image_boxes .boxes-main {
    margin: 0 -11px;
}

.image_boxes .boxes-main .boxes-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image_boxes .boxes-main .boxes-container .box-item {
    margin-top: 40px;
    width: 33.333%;
}

.image_boxes .boxes-main .boxes-container .box-item .box-item-container {
    padding: 0 11px;
    position: relative;
}

.image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content {
    position: relative;
    z-index: 2;
    margin-left: 31px;
    margin-top: 117px;
    min-height: 187px;
    border-radius: 10px;
    background: var(--c-blue);
    padding: 10px 22px;
}

.image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content .col-title {
    margin-bottom: 6px;
}

.image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content .col-title h3 {
    margin: 0;
    letter-spacing: 0.26px;
}

.image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content .desc p {
    margin: 0;
    letter-spacing: 0.18px;
}

.image_boxes .boxes-main .boxes-container .box-item .box-item-container .abs-img {
    position: absolute;
    left: 10px;
    top: -117px;
    width: 100%;
    height: 244px;
    border-radius: 8px;
    max-width: calc(100% - 21px);
    overflow: hidden;
}

.image_boxes .boxes-main .boxes-container .box-item .box-item-container .abs-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.image_boxes .boxes-main .boxes-container .box-item .box-item-container:hover .abs-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content .col-title h3 {
        font-size: 18px;
        line-height: 23.4px;
        letter-spacing: 0.18px;
    }

    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content .col-title {
        margin-bottom: 4px;
    }

    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content .desc {
        font-size: 14px;
        line-height: 22.4px;
    }

    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content .desc p {
        letter-spacing: 0.14px;
    }

    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content {
        padding: 6px 15px 15px 15px;
        min-height: 140px;
    }

    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .abs-img {
        height: 170px;
    }

    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content {
        margin-top: 82px;
        margin-left: 22px;
    }

    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .abs-img {
        top: -82px;
    }
}

@media (max-width: 992px) {
    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content {
        min-height: 184px;
    }

    .image_boxes {
        padding-top: 71px;
    }
}

@media (max-width: 767px) {
    .image_boxes .section-title {
        padding-bottom: 0;
    }

    .image_boxes .boxes-main {
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }

    .image_boxes .boxes-main .boxes-container .box-item {
        width: 100%;
    }

    .image_boxes .boxes-main .boxes-container .box-item:first-child {
        margin-top: 28px;
    }

    .image_boxes .section-title h2 {
        font-size: 24px;
        line-height: 38.4px;
        letter-spacing: 0.24px;
    }

    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .col-content {
        min-height: 138px;
        border-radius: 7px;
    }

    .image_boxes .boxes-main .boxes-container .box-item .box-item-container .abs-img img {
        border-radius: 5.5px;
    }
}

/* image_boxes styles end */

/* icon_boxes styles */

.icon_boxes {
    padding: 140px 16px 146px 16px;
}

.icon_boxes .section-title h2 {
    margin: 0;
    letter-spacing: 0.62px;
}

.icon_boxes .box {
    width: 50%;
}

.icon_boxes .box:nth-child(odd) {
    padding-right: 35px;
}

.icon_boxes .box:nth-child(even) {
    padding-left: 35px;
}

.icon_boxes .boxes-main .boxes-main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon_boxes .box {
    width: 50%;
    margin-top: 45px;
}

.icon_boxes .box .box-container {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.90);
    background: rgba(255, 255, 255, 0.84);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 21px 29px;
    height: 100%;
    display: block;
}

.icon_boxes .box .box-container:hover {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.28);
}

.icon_boxes .box .box-icon {
    width: 62px;
    height: 62px;
    border-radius: 8px;
    background: #85C8A6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.icon_boxes .box .box-icon img {
    width: 42px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.icon_boxes .box .box-title h3 {
    margin: 0;
    letter-spacing: 0.36px;
}

.icon_boxes .box .box-title {
    margin-top: 18px;
    margin-bottom: 24px;
}

.icon_boxes .box .desc p {
    margin: 0;
    letter-spacing: 0.2px;
}

.icon_boxes .box .line {
    margin-top: 30px;
    height: 5px;
    background-color: var(--c-blue);
    width: 100%;
}

@media (max-width: 1024px) {
    .icon_boxes .box:nth-child(odd) {
        padding-right: 10px;
    }

    .icon_boxes .box:nth-child(even) {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .icon_boxes {
        padding-top: 84px;
        padding-bottom: 85px;
    }

    .icon_boxes .section-title h2 {
        font-size: 24px;
        line-height: 38.4px;
        letter-spacing: 0.24px;
    }

    .icon_boxes .box:nth-child(even) {
        padding-left: 0;
    }

    .icon_boxes .box:nth-child(odd) {
        padding-right: 0;
    }

    .icon_boxes .box {
        width: 100%;
        margin-top: 18px;
    }

    .icon_boxes .box:first-child {
        margin-top: 15px;
    }

    .icon_boxes .box .box-container {
        padding: 10px 14px;
    }

    .icon_boxes .box .box-icon {
        width: 30px;
        height: 30px;
    }

    .icon_boxes .box .box-icon img {
        width: 18px;
        height: 20px;
    }

    .icon_boxes .box .box-title {
        margin-top: 9px;
        margin-bottom: 12px;
    }

    .icon_boxes .box .desc p {
        font-size: 10px;
        line-height: 17.8px;
        letter-spacing: 0.1px;
    }

    .icon_boxes .box .line {
        margin-top: 15px;
        height: 2.5px;
    }
}

/* icon_boxes styles end */

/* icon_tabs styles */

.icon_tabs {
    padding: 105px 16px 0 16px;
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.icon_tabs .title-container > .d-flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
}

.icon_tabs .title-container h2 {
    margin: 0;
    letter-spacing: 0.62px;
    display: inline-block;
    max-width: 584px;
    width: 100%;
    margin-bottom: 8px;
}

.icon_tabs .title-container .icon {
    padding-left: 15px;
    max-width: calc(100% - 584px);
    width: 100%;
}

.icon_tabs .title-container .icon svg {
    width: 100%;
    height: 100%;
}

.icon_tabs > .container {
    position: relative;
    z-index: 2;
}

.icon_tabs > .abs-img {
    width: 100%;
    height: 100%;
}

.icon_tabs:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 1440px;
    width: 100%;
    height: 324px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('../img/bg-2.svg');
}

.icon_tabs .icon-tabs-main {
    padding-top: 52px;
    padding-bottom: 42px;
}

.icon_tabs .tabs-headings-main {
    max-width: 574px;
    width: 100%;
    height: 574px;
}

.icon_tabs .tabs-content-main {
    max-width: calc(100% - 574px);
    width: 100%;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.icon_tabs .tabs-content-main-container {
    max-width: 640px;
    width: 100%;
}

.icon_tabs .tab-content-petal-container p {
    margin: 0;
}

.icon_tabs .tab-content-petal.active {
    display: block;
}

.icon_tabs .tabs-headings-container,
.icon_tabs .petal-container {
    width: 100%;
    height: 100%;
}

.icon_tabs .petal-container {
    position: relative;
}

.petal {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.petal.central.top,
.petal.central.bottom {
    width: 264px;
    height: 182px;
}

.petal.central {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.petal {
    bottom: 0;
    right: 0;
}

.petal-container .petal a {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.petal-container .petal a > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.petal-container svg,
.petal-container svg *,
.petal-container svg path,
.petal-container svg circle,
.petal-container span,
.petal-container .petal,
.petal-container a {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.petal-container .petal .petal-content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.petal-container .petal a > div {
    position: relative;
    z-index: 3;
}

.petal-container .petal .petal-content > svg {
    width: 62px;
    height: 62px;
    margin-left: auto;
    margin-right: auto;
}

.petal-container .petal span {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #5DAA83;
    text-align: center;
    font-family: var(--ff-manrope);
    font-size: 28px;
    font-style: normal;
    font-weight: var(--fw-700);
    line-height: 44.8px;
    letter-spacing: 0.28px;
}

.icon_tabs .tab-content-petal {
    display: none;
}

.icon_tabs .centered-icon.abs-logo {
    max-width: 155px;
    width: 100%;
    height: 32px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.icon_tabs .centered-icon.abs-logo svg {
    width: 100%;
    height: 100%;
}

.petal-container .petal:nth-child(1) > a > .petal-bg-main {
    width: 264px;
    height: 182px;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.petal-container .petal:nth-child(1) .petal-content svg {
    margin-left: auto;
    margin-right: 96px;
    margin-top: 16px;
}

.petal-container .petal a .petal-bg-main path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.petal-container .petal a:hover .petal-bg-main path {
    fill: #85C8A6;
    stroke: #85C8A6;
}

.petal-container .petal a.active .petal-bg-main path {
    fill: #5DAA83;
    stroke: #56A77E;
}

.petal-container .petal a.active span,
.petal-container .petal a:hover span {
    color: var(--c-white);
}

.petal-container .petal a.active .petal-content svg path,
.petal-container .petal a:hover .petal-content svg path {
    fill: var(--c-white);
}

.petal.central.bottom {
    top: unset;
    bottom: 0;
}

.petal-container .petal:nth-child(4) .petal-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.petal-container .petal:nth-child(4) .petal-content span {
    padding-top: 54px;
    padding-bottom: 12px;
}

.petal-container .petal:nth-child(2) {
    top: 47px;
    right: 0;
    width: 221px;
    height: 235px;
    bottom: unset;
}

.petal-container .petal:nth-child(6) {
    top: 47px;
    right: unset;
    bottom: unset;
    left: 0;
    width: 221px;
    height: 235px;
}


.petal-container .petal:nth-child(6) a > svg,
.petal-container .petal:nth-child(2) a > svg {
    width: 221px;
    height: 235px;
}

.petal-container .petal:nth-child(6) .petal-content > svg {
    margin-right: 57px;
    margin-left: auto;
    width: 64px;
    height: 48px;
}

.petal-container .petal:nth-child(2) a .petal-content > svg {
    margin-left: 66px;
    width: 55px;
    height: 50px;
}

.petal-container .petal:nth-child(6) a .petal-content,
.petal-container .petal:nth-child(2) a .petal-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 72px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.petal-container .petal:nth-child(6) span {
    text-align: left;
    padding-left: 39px;
    padding-top: 7px;
}

.petal-container .petal:nth-child(2) span {
    text-align: right;
    padding-right: 38px;
}

.tab-content-petal-container.animated {
    visibility: visible !important;
}

.petal-container .petal:nth-child(3) {
    bottom: 48px;
    width: 221px;
    height: 235px;
}

.petal-container .petal:nth-child(5) {
    bottom: 48px;
    width: 221px;
    height: 235px;
    right: unset;
    left: 0;
}

.petal-container .petal:nth-child(3) .petal-content,
.petal-container .petal:nth-child(5) .petal-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.petal-container .petal:nth-child(3) span {
    padding-top: 25px;
    max-width: 122px;
    width: 100%;
    margin-left: auto;
    margin-right: 38px;
    padding-bottom: 8px;
}

.petal-container .petal:nth-child(3) .petal-content > svg {
    width: 58px;
    height: 58px;
}

.petal-container .petal:nth-child(5) span {
    text-align: left;
    padding: 24px 0 23px 19px;
}

.icon_tabs #animation4 {
    width: 800px;
    max-width: 800px;
    height: 120px;
    opacity: 0.06;
}

@media (max-width: 1200px) {
    .icon_tabs #animation4 {
        width: 350px;
        max-width: 350px;
        height: 100px;
    }
}

@media (max-width: 1024px) {
    .icon_tabs .title-container h2 {
        max-width: 392px;
    }

    .icon_tabs .title-container .icon {
        max-width: calc(100% - 392px);
    }

    .icon_tabs .tabs-headings-main {
        margin-left: auto;
        margin-right: auto;
    }

    .icon_tabs .tabs-content-main {
        max-width: 100%;
        width: 100%;
        padding: 38px 0 0 0;
    }

    .icon_tabs .tabs-content-main-container {
        max-width: 100%;
    }

    .icon_tabs:after {
        bottom: -180px;
    }

    .icon_tabs #animation4 {
        width: 320px;
        max-width: 320px;
        height: 100px;
    }

    .banner_carousel .carousel-item-1 #animation1 {
        width: 1200px;
        max-width: 1200px;
        height: 120px;
    }

    .banner_carousel .carousel-item-1 #animation3 {
        width: 1200px;
        max-width: 1200px;
        height: 220px;
        margin-bottom: 170px;
    }
}

@media (max-width: 767px) {
    .icon_tabs {
        padding-top: 72px;
    }

    .icon_tabs .title-container h2 {
        max-width: 100%;
        margin: 0;
        letter-spacing: 0.24px;
        font-size: 24px;
        line-height: 38.4px;
    }

    .icon_tabs .title-container .icon {
        display: none;
    }

    .icon_tabs .icon-tabs-main {
        padding-bottom: 0;
    }

    .icon_tabs:after {
        height: 72px;
        bottom: -32px;
        background-size: cover;
    }

    .icon_tabs .tab-content-petal .desc {
        font-size: 14px;
        line-height: 23.66px;
    }

    .icon_tabs .tab-content-petal .desc p {
        letter-spacing: 0.14px;
    }

    .icon_tabs .icon-tabs-main {
        padding-top: 58px;
    }

    .icon_tabs .tabs-headings-main {
        max-width: 287px;
        height: 287px;
    }

    .petal-container .petal:nth-child(1) > a > .petal-bg-main,
    .petal.central.top,
    .petal.central.bottom {
        width: 132px;
        height: 91px;
    }

    .petal-container .petal:nth-child(1) .petal-content svg {
        margin-left: 54px;
        margin-top: 9px;
        width: 31px;
        height: 31px;
    }

    .petal-container .petal span {
        font-size: 14px;
        line-height: 22.416px;
        letter-spacing: 0.14px;
    }

    .petal-container .petal:nth-child(6) a .petal-content,
    .petal-container .petal:nth-child(2) a .petal-content {
        padding-top: 36px;
    }

    .petal-container .petal:nth-child(2) a .petal-content > svg {
        margin-left: 33px;
        width: 27px;
        height: 25px;
    }

    .petal-container .petal:nth-child(6),
    .petal-container .petal:nth-child(2) {
        top: 24px;
        width: 111px;
        height: 118px;
    }

    .petal-container .petal:nth-child(5),
    .petal-container .petal:nth-child(3) {
        bottom: 23px;
        width: 111px;
        height: 118px;
    }

    .petal-container .petal:nth-child(6) a > svg,
    .petal-container .petal:nth-child(5) a > svg,
    .petal-container .petal:nth-child(3) a > svg,
    .petal-container .petal:nth-child(2) a > svg {
        width: 111px;
        height: 118px;
    }

    .petal-container .petal:nth-child(2) span {
        padding-right: 15px;
    }

    .petal-container .petal:nth-child(1) span {
        margin: 0;
        display: inline-block;
        width: auto;
        margin-right: 46px;
    }

    .petal-container .petal:nth-child(3) .petal-content > svg {
        width: 29px;
        height: 29px;
    }

    .petal-container .petal:nth-child(3) span {
        padding-top: 4px;
    }

    .petal-container .petal:nth-child(3) span {
        margin-right: 19px;
        max-width: 61px;
        width: 100%;
        padding-top: 13px;
    }

    .icon_tabs .centered-icon.abs-logo {
        max-width: 77px;
        height: 16px;
    }

    .petal-container .petal:nth-child(4) .petal-content span {
        padding-top: 27px;
        padding-bottom: 9px;
    }

    .petal-container .petal .petal-content > svg {
        width: 29px;
        height: 29px;
    }

    .petal-container .petal:nth-child(5) span {
        padding-top: 12px;
        padding-left: 10px;
        padding-bottom: 12px;
    }

    .petal-container .petal:nth-child(6) a .petal-content {
        padding-top: 36px;
    }

    .petal-container .petal:nth-child(6) .petal-content > svg {
        margin-right: 29px;
        width: 32px;
        height: 24px;
    }

    .petal-container .petal:nth-child(6) span {
        padding-top: 3px;
        padding-left: 19px;
    }

    .banner_carousel .carousel-item-1 #animation1 {
        width: 220px;
        max-width: 220px;
        height: 80px;
    }

    .banner_carousel .carousel-item-1 #animation3 {
        width: 335px;
        max-width: 335px;
        height: 100px;
        margin-bottom: 190px;
    }

    .banner_carousel .carousel-item-1 .car-title {
        height: 80px;
    }

    .banner_carousel .carousel-item-1 #animation2 {
        max-width: 200px;
    }

    .banner_carousel .tabs-heading {
        margin-top: -102px;
    }
}

/* icon_tabs styles end */

/* default hero style */

.def-hero {
    position: relative;
}

.def-hero .hero-main {
    padding: 24px 16px 190px 16px;
    overflow: hidden;
}

.def-hero .hero-main .col-content {
    width: 65%;
    padding-right: 20px;
}

.def-hero .hero-main .img-col {
    width: 35%;
}

.def-hero .page-title h1 {
    letter-spacing: 0.48px;
    margin: 0;
}

.def-hero .page-title {
    margin-bottom: 19px;
    padding-top: 48px;
}

.hero-main .col-content-container .desc p {
    margin: 0;
    letter-spacing: 0.2px;
}

.hero-main .col-content-container .desc {
    max-width: 721px;
    width: 100%;
}

.def-hero .hero-main .img-col img {
    max-width: 400px;
    width: 100%;
    height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.def-hero .hero-main .container {
    position: relative;
}

.def-hero .hero-main .container > .d-flex {
    position: relative;
    z-index: 2;
}

.def-hero .hero-main .container .abs-img {
    content: "";
    display: block;
    position: absolute;
    left: -163px;
    bottom: -184px;
    background-image: url('../img/Lines.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1635px;
    height: 640px;
}

.def-hero .icon-box-main {
    padding: 40px 16px 140px 16px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.def-hero .abs-img-bottom {
    display: none;
}

.def-hero .abs-img-all-section {
    max-width: 100%;
    width: 100%;
    height: 832px;
    position: absolute;
    left: 50%;
    bottom: -124px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.def-hero .abs-img-all-section img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
}

.def-hero .ic-box-main > .d-flex {
    margin: 0 -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.def-hero .ic-box-main .ic-main {
    width: 50%;
    padding: 0 20px;
    margin: 40px 0 0 0;
}

.def-hero .ic-box-main .ic-main .ic-main-container {
    padding: 28px 34px 34px 34px;
    border-radius: 8px;
    border: 1px solid var(--c-white);
    background: rgba(255, 255, 255, 0.28);
    height: 100%;
}

.def-hero .ic-box-main .ic-heading {
    margin-bottom: 4px;
}

.def-hero .ic-box-main .ic-heading .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.def-hero .ic-box-main .ic-heading .icon img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.def-hero .ic-box-main .ic-heading .col-title {
    max-width: calc(100% - 40px);
    width: 100%;
    padding-left: 10px;
}

.def-hero .ic-box-main .ic-heading .col-title h3 {
    letter-spacing: 0.24px;
    margin: -7px 0 0 0;
}

.def-hero .ic-box-main .ic-bottom ul {
    list-style-type: disc;
    padding-left: 30px;
}

.def-hero .ic-box-main .ic-bottom ul li {
    letter-spacing: 0.2px;
}

.data-style .def-hero .abs-img-all-section {
    height: 896px;
    bottom: 0;
}

.def-hero .ic-list .ic-list-container-main {
    max-width: 893px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    border: 1px solid var(--c-white);
    background: rgba(255, 255, 255, 0.28);
    padding: 30px 34px 52px 34px;
}

.def-hero .ic-list .ic-list-container-main .ic-list-item {
    margin-bottom: 40px;
}

.def-hero .ic-list .ic-list-container-main .ic-list-item:last-child {
    margin-bottom: 0;
}

.def-hero .ic-list .ic-list-container-main .ic-list-item .icon {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.def-hero .ic-list .ic-list-container-main .ic-list-item .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.def-hero .ic-list .ic-list-container-main .ic-list-item .txt {
    letter-spacing: 0.24px;
    padding-left: 16px;
    position: relative;
    max-width: calc(100% - 34px);
    width: 100%;
}

.def-hero .ic-list .ic-list-container-main .ic-list-item .txt:after {
    /*content: "";*/
    /*display: block;*/
    position: absolute;
    left: 13px;
    top: 16px;
    width: 8px;
    height: 8px;
    background-color: var(--c-blue);
    border-radius: 50%;
}

.bio-style .def-hero .icon-box-main {
    padding-top: 74px;
}

.bio-style .def-hero .abs-img-all-section {
    height: 896px;
    bottom: -100px;
    -o-object-position: bottom center;
    object-position: bottom center;
}

.about-style .def-hero .hero-main {
    padding-top: 74px;
    padding-bottom: 192px;
}

.stat-style .ic-list,
.data-style .ic-list,
.about-style .icon-box-main {
    display: none;
}

.about-style .def-hero .page-title {
    padding-top: 0;
}

.about-style .def-hero .hero-main .img-col {
    display: none;
}

.about-style .def-hero .hero-main .col-content {
    width: 100%;
}

.about-style .hero-main .col-content-container .desc {
    max-width: 100%;
}

.about-style .def-hero .hero-main .container .abs-img {
    bottom: -63px;
}

.about-style .about-style {
    position: relative;
}

.about-style .about-style:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 325px;
    background-image: url('../img/About-bottom.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.data-style .def-hero .abs-img-all-section img {
    -o-object-position: 50% 11%;
    object-position: 50% 11%;
}

.about-style .hero-main .col-content-container .desc h2 {
    margin: 32px 0;
    color: var(--c-dark-3);
    font-family: var(--ff-manrope);
    font-size: 30px;
    font-style: normal;
    font-weight: var(--fw-800);
    line-height: 38px;
    letter-spacing: 0.48px;
}

.default-style-2 .def-hero .hero-main .container .abs-img {
    display: none;
}

.default-style-2 .hero-main .col-content-container .desc p:nth-child(3) {
    margin-top: 12px;
}

.default-style-2 .hero-main .col-content-container .desc p:nth-child(5),
.default-style-2 .hero-main .col-content-container .desc p:nth-child(3) {
    max-width: 1280px;
    width: 1280px;
}

.default-style-2 .def-hero .abs-img-all-section {
    max-width: 100%;
    width: 100%;
    height: 100%;
    bottom: unset;
    top: 0;
}

.default-style-2 .def-hero .hero-main {
    padding-bottom: 0;
}

.default-style-2 .icon-box-main {
    padding-top: 81px;
    padding-bottom: 178px;
}

.default-style-2 .def-hero .ic-list .ic-list-container-main {
    max-width: 100%;
    border-radius: 8px;
    border: none;
    background: transparent;
    padding: 0;
}

.default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item .icon {
    width: 48px;
    height: 48px;
}

.default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item .txt {
    padding-left: 24px;
    max-width: calc(100% - 48px);
    font-size: 22px;
    line-height: 38.72px;
    letter-spacing: 0.17px;
}

.default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item .txt span {
    color: var(--c-green-2);
}

.default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item {
    margin-bottom: 46px;
    position: relative;
}

.default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    border-radius: 50px;
    background: rgba(53, 191, 122, 0.32);
}

.default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item.ic-8 {
    margin-bottom: 0;
}

.default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item.ic-4:after,
.default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item.ic-8:after {
    display: none;
}

.default-style-2 .desc-container {
    margin-top: -6px;
}

.default-style-2 .desc-container p {
    margin: 0;
    letter-spacing: 0.24px;
}

.default-style-2 .ic-list-title .desc {
    margin: 0;
    padding-top: 81px;
    padding-bottom: 24px;
    letter-spacing: 0.32px;
}

.default-style-2 .blue_section {
    /*background-color: #192A3C;*/
    /*padding: 80px 20px 0px 20px;*/
}

.blue-sect-1.blue-sect-container-main {
    background-color: #F7F8FA;
    padding: 80px 20px 0px 20px;
}

.blue-sect-container-main {
    background-color: #192A3C;
    padding: 0 20px;
}

.default-style-2 .blue_section .item-1 .blue-cols {
    padding-bottom: 140px;
}

.default-style-2 .blue_section .item-2 .section-title {
    padding-top: 124px;
}

.default-style-2 .blue_section .section-title {
    margin-bottom: 20px;
}

.default-style-2 .blue_section .section-title h1,
.default-style-2 .blue_section .section-title h2 {
    margin: 0;
    letter-spacing: 0.48px;
}

.default-style-2 .blue_section .desc p {
    margin: 0;
    letter-spacing: 0.24px;
}

.default-style-2 .blue_section .blue-cols {
    padding: 100px 0 140px 0;
}

.default-style-2 .blue_section .blue-icon-title .icon {
    width: 53px;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.default-style-2 .blue_section .blue-icon-title .icon img {
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.default-style-2 .blue_section .blue-icon-title .title {
    max-width: calc(100% - 53px);
    width: 100%;
    padding-left: 22px;
}

.default-style-2 .blue_section .blue-icon-title .title h3 {
    margin: 0;
    letter-spacing: 0.36px;
}

.default-style-2 .blue_section .cols-main {
    padding-top: 28px;
}

.default-style-2 .blue_section .cols-main .cols-main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.default-style-2 .blue_section .cols-main {
    margin: 0 -10px;
}

.default-style-2 .blue_section .cols-main .cols-main-container .ic-col_item {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
}

.default-style-2 .blue_section .cols-main .cols-main-container .ic-col_item .ic-col_item-container {
    border-radius: 8px;
    background: rgba(93, 170, 131, 0.04);
    padding: 18px 22px 22px 22px;
    height: 100%;
}

.ic-col_item .ic-col_item-container .ic-heading {
    margin-bottom: 20px;
}

.ic-col_item .ic-col_item-container .ic-heading > .d-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ic-col_item .ic-col_item-container .ic-heading .icon {
    width: 36px;
    height: 36px;
}

.ic-col_item .ic-col_item-container .ic-heading .icon img {
    width: 100%;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
}

.ic-col_item .ic-col_item-container .ic-heading .col-title {
    max-width: calc(100% - 36px);
    width: 100%;
    padding-left: 10px;
}

.ic-col_item .ic-col_item-container .ic-heading .col-title h3 {
    line-height: 44.8px;
    margin: 0;
    letter-spacing: 0.28px;
}

.ic-col_item .ic-col_item-container .ic-bottom-container .desc p {
    line-height: 35.4px;
    letter-spacing: 0.2px;
}

.blue-sect-1 .ic-col_item .ic-col_item-container .ic-heading .col-title h3,
.default-style-2 .blue_section .blue-sect-1 .section-title h1,
.default-style-2 .blue_section .blue-sect-1 .blue-icon-title .title h3,
.default-style-2 .blue_section .blue-sect-1 .desc {
    color: #1A2F46;
}

.default-style-2 .blue_section .blue-sect-1 .cols-main .cols-main-container .ic-col_item .ic-col_item-container {
    background-color: var(--c-white);
}

@media (max-width: 1320px) {
    .default-style-2 .hero-main .col-content-container .desc p:nth-child(5),
    .default-style-2 .hero-main .col-content-container .desc p:nth-child(3) {
        max-width: 1000px;
        width: 1000px;
    }
}

@media (max-width: 1120px) {
    .default-style-2 .hero-main .col-content-container .desc p:nth-child(5),
    .default-style-2 .hero-main .col-content-container .desc p:nth-child(3) {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .def-hero .hero-main .col-content {
        width: 100%;
        padding-right: 0;
        padding-bottom: 24px;
    }

    .def-hero .hero-main .img-col {
        width: 100%;
        text-align: center;
    }

    .def-hero .page-title {
        padding-top: 16px;
        margin-bottom: 12px;
    }

    .def-hero .hero-main {
        padding-bottom: 110px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .def-hero .ic-box-main .ic-main {
        width: 100%;
        padding: 0;
    }

    .def-hero .icon-box-main {
        padding: 0 16px 86px 16px;
    }

    .def-hero .ic-box-main > .d-flex {
        margin: 0 auto;
    }

    .def-hero .ic-box-main .ic-main:first-child {
        margin-top: 0;
    }

    .def-hero .hero-main .container .abs-img {
        left: 0;
        bottom: -120px;
        width: 100%;
        height: 150px;
        background-size: cover;
        /*background-image: url('../img/Bg-mob.svg');*/
    }

    .hero-main .col-content-container .desc {
        max-width: 100%;
    }

    .bio-style .def-hero .icon-box-main {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .def-hero .page-title h1 {
        letter-spacing: 0.2px;
    }

    .hero-main .col-content-container .desc {
        max-width: 100%;
    }

    .hero-main .col-content-container .desc p {
        font-size: 12px;
        line-height: 22.32px;
        letter-spacing: 0.12px;
    }

    .def-hero .hero-main .img-col img {
        max-width: 222px;
        height: auto;
    }

    .def-hero .hero-main .container .abs-img {
        left: 0;
        bottom: -100px;
        width: 288px;
        height: 92px;
        background-size: contain;
        background-image: url('../img/Bg-mob.png');
    }

    .def-hero .ic-box-main .ic-main .ic-main-container {
        padding: 13px 16px 6px 16px;
        border-radius: 4px;
        border: 0.5px solid #FFF;
        background: rgba(255, 255, 255, 0.28);
    }

    .def-hero .ic-list .ic-list-container-main .ic-list-item .icon,
    .def-hero .ic-box-main .ic-heading .icon {
        width: 20px;
        height: 20px;
    }

    .def-hero .ic-list .ic-list-container-main .ic-list-item .txt,
    .def-hero .ic-box-main .ic-heading .col-title {
        padding-left: 5px;
        max-width: calc(100% - 20px);
    }

    .def-hero .ic-list .ic-list-container-main .ic-list-item .txt,
    .def-hero .ic-box-main .ic-heading .col-title h3 {
        margin-top: -3px;
        font-size: 12px;
        line-height: 19.2px;
        letter-spacing: 0.12px;
    }

    .def-hero .ic-box-main .ic-heading {
        margin-bottom: 7px;
    }

    .def-hero .ic-box-main .ic-bottom ul {
        padding-left: 20px;
    }

    .def-hero .ic-box-main .ic-bottom ul li {
        font-size: 10px;
        line-height: 17.2px;
        letter-spacing: 0.1px;
    }

    .def-hero .ic-box-main .ic-main {
        margin-top: 24px;
    }

    .def-hero .abs-img-all-section {
        display: none;
    }

    .def-hero .ic-list .ic-list-container-main {
        padding: 13px 16px 6px 16px;
        border-radius: 4px;
        border: 0.5px solid #FFF;
        background: rgba(255, 255, 255, 0.28);
    }

    .def-hero .ic-list .ic-list-container-main .ic-list-item {
        margin-bottom: 16px;
    }

    .about-style .hero-main .col-content-container .desc h2 {
        font-size: 16px;
        line-height: 22px;
        margin: 16px 0;
    }

    .about-style .def-hero .hero-main {
        padding-bottom: 80px;
    }

    .about-style .about-style:after {
        height: 80px;
    }

    .default-style-2 .def-hero .hero-main .container .abs-img {
        top: 540px;
        bottom: unset;
        display: block;
    }

    .default-style-2 .def-hero .hero-main .img-col img {
        max-width: 262px;
    }

    .default-style-2 .def-hero .hero-main .col-content {
        padding-bottom: 50px;
    }

    .default-style-2 .def-hero .ic-list .ic-list-container-main {
        padding-top: 65px;
    }

    .default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item {
        margin-bottom: 28px;
    }

    .default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item .ic-list-container > .d-flex {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item .icon {
        width: 30px;
        height: 30px;
    }

    .default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item .txt {
        padding-left: 15px;
        max-width: calc(100% - 30px);
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.136px;
    }

    .default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item:after {
        bottom: -14px;
    }

    .default-style-2 .def-hero .ic-list .ic-list-container-main .ic-list-item {
        margin-bottom: 40px;
    }

    .default-style-2 .desc-container {
        margin-top: 0;
    }

    .default-style-2 .desc-container p {
        font-size: 15px;
        line-height: 27px;
        letter-spacing: 0.15px;
    }

    .default-style-2 .ic-list-title .desc {
        padding: 49px 0 29px 0;
    }

    .default-style-2 .ic-list-title .desc {
        font-size: 20px;
        line-height: 26.8px;
        letter-spacing: 0.2px;
    }

    .default-style-2 .def-hero .icon-box-main {
        padding-bottom: 62px;
    }

    .default-style-2 .blue_section {
        /*padding: 64px 16px 0 16px;*/
    }

    .blue-sect-container-main {
        padding: 0px 16px 0 16px;
    }

    .blue-sect-1.blue-sect-container-main {
        /*background-color: #F7F8FA;*/
        padding: 64px 16px 64px 16px;
    }

    .default-style-2 .blue_section .item-2 .section-title {
        padding-top: 64px;
    }

    .default-style-2 .blue_section .section-title h1,
    .default-style-2 .blue_section .section-title h2 {
        letter-spacing: 0.2px;
    }

    .default-style-2 .blue_section .section-title {
        margin-bottom: 8px;
    }

    .default-style-2 .blue_section .desc p {
        letter-spacing: 0.12px;
    }

    .default-style-2 .blue_section .blue-cols {
        padding-top: 43px;
        padding-bottom: 81px;
    }

    .default-style-2 .blue_section .cols-main {
        margin: 0 auto;
    }

    .default-style-2 .blue_section .cols-main {
        padding-top: 4px;
    }

    .default-style-2 .blue_section .cols-main .cols-main-container .ic-col_item {
        width: 100%;
        padding: 0;
        margin-top: 28px;
    }

    .default-style-2 .blue_section .cols-main .cols-main-container .ic-col_item .ic-col_item-container {
        border-radius: 4px;
        background: rgba(93, 170, 131, 0.04);
        padding: 14px 10px 21px 9px;
    }

    .ic-col_item .ic-col_item-container .ic-heading .icon {
        width: 32px;
        height: 32px;
    }

    .ic-col_item .ic-col_item-container .ic-heading .col-title {
        padding-left: 7px;
        max-width: calc(100% - 32px);
    }

    .ic-col_item .ic-col_item-container .ic-heading .col-title h3 {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0.2px;
    }

    .ic-col_item .ic-col_item-container .ic-bottom-container .desc p {
        line-height: 21.24px;
        letter-spacing: 0.12px;
    }

    .default-style-2 .blue_section .item-1 .blue-cols {
        padding-bottom: 0px;
    }
}

/* default hero style end */

/* contact_section styles */

.contact_section {
    background: linear-gradient(180deg, #ECEDEE 16.9%, #E2E4E6 86.63%);
    padding: 72px 16px 140px 16px;
}

.contact_section .page-title {
    margin-bottom: 22px;
}

.contact_section .page-title h1 {
    margin: 0;
    color: #192A3C;
    letter-spacing: 0.48px;
}

.contact_section .col-content {
    width: 28%;
}

.contact_section .img-col {
    width: 72%;
    padding-left: 20px;
}

.contact_section .img-col .img-col-container {
    text-align: right;
    padding-bottom: 145px;
    padding-right: 140px;
}

.contact_section .img-col .img-col-container img {
    max-width: 581px;
    width: 100%;
    height: 581px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.contact_section .container > .d-flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.form-style form {
    max-width: 353px;
    width: 100%;
}

.form-style form p {
    margin: 0;
}

.form-style form br,
.form-style form .wpcf7-spinner {
    display: none !important;
}

.form-style form label {
    color: #192A3C;
    font-family: var(--ff-manrope);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-500);
    line-height: 31px;
    letter-spacing: 0.18px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

.form-style form label span {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 5px;
}

.form-style form label input::-webkit-input-placeholder, .form-style form label textarea::-webkit-input-placeholder {
    color: rgba(25, 42, 60, 0.46);
}

.form-style form label input::-moz-placeholder, .form-style form label textarea::-moz-placeholder {
    color: rgba(25, 42, 60, 0.46);
}

.form-style form label input:-ms-input-placeholder, .form-style form label textarea:-ms-input-placeholder {
    color: rgba(25, 42, 60, 0.46);
}

.form-style form label input::-ms-input-placeholder, .form-style form label textarea::-ms-input-placeholder {
    color: rgba(25, 42, 60, 0.46);
}

.form-style form label input::placeholder,
.form-style form label textarea::placeholder {
    color: rgba(25, 42, 60, 0.46);
}

.form-style form label select {
    padding-right: 32px;
}

.form-style form label select,
.form-style form label input,
.form-style form label textarea {
    display: block;
    width: 100%;
    border-radius: 4px;
    background: var(--c-white);
    padding: 6px 12px;
    outline: none;
    border: none;
    color: rgba(25, 42, 60, 1);
    font-family: var(--ff-manrope);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.52px;
    letter-spacing: 0.16px;
}

.form-style form label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
}

.form-style form label textarea {
    resize: none;
    height: 114px;
}

.form-style form .wpcf7-submit {
    margin-top: 28px;
    border-radius: 50px;
    background: #192A3C;
    min-width: 88px;
    min-height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    width: auto;
    color: #fff;
    font-family: var(--ff-manrope);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--fw-700);
    line-height: 26px;
    letter-spacing: 0.16px;
    border: 1px solid transparent;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-style form .wpcf7-submit:hover {
    border-color: #192A3C;
    background-color: transparent;
    color: #192A3C;
}

.form-style form .wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    line-height: 16px;
    font-weight: var(--fw-400);
    font-family: var(--ff-manrope);
}

.form-style .wpcf7 form .wpcf7-response-output {
    border: none;
    padding: 0;
    margin-top: 20px;
    color: red;
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--fw-400);
    font-family: var(--ff-manrope);
}

.form-style .wpcf7 form.sent .wpcf7-response-output {
    color: var(--c-green);
}

.form-style form label span:has(>select) {
    position: relative;
}

.form-style form label span:has(>select):after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 18px;
    width: 11px;
    height: 5px;
    background-image: url('../img/icons/arr-bottom.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.form-style .upl-file .wpcf7-form-control-wrap {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

.form-style .upl-file .wpcf7-form-control-wrap input {
    width: 100%;
}

.form-style .upl-file {
    padding: 10px 0 16px 0;
    position: relative;
    width: 100%;
}

.form-style .upl-file .txt {
    color: var(--c-white);
    font-family: var(--ff-manrope);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fw-500);
    line-height: 31px;
    letter-spacing: 0.18px;
    cursor: pointer;
    position: relative;
}

.form-style .upl-file,
.form-style .upl-file > p {
    cursor: pointer;
}

.form-style .upl-file .txt:after {
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    width: 24px;
    height: 24px;
    background-image: url('../img/icons/upload.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .contact_section .col-content {
        width: 40%;
    }

    .contact_section .img-col {
        width: 60%;
    }

    .contact_section .img-col .img-col-container {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .contact_section {
        padding: 40px 16px 100px 16px;
    }

    .contact_section .col-content {
        width: 100%;
        padding-bottom: 100px;
    }

    .contact_section .img-col {
        width: 100%;
        padding-left: 0;
    }

    .contact_section .img-col .img-col-container {
        padding-bottom: 0;
        text-align: center;
    }

    .contact_section .img-col .img-col-container img {
        max-width: 235px;
        height: auto;
    }

    .contact_section .page-title h1 {
        font-size: 26px;
        line-height: 41px;
        letter-spacing: 0.26px;
    }

    .form-style form {
        max-width: 100%;
    }
}

/* contact_section styles end */

/* other styles */

.contact_section.no-background-image {
    background-image: none !important;
}

.contact_section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-style.def-hero .abs-img-all-section {
    height: 100%;
    bottom: 0;
}

.contact_section.join-us-styles {
    padding-top: 72px;
    padding-bottom: 92px;
}

.contact_section.join-us-styles .img-col .img-col-container img {
    display: none;
}

.contact_section.join-us-styles .form-style .upl-file .txt {
    color: #192A3C;
}

.def-hero.long-style .hero-main .img-col img {
    -o-object-position: top center;
    object-position: top center;
}

.default-style-2 .long-first.def-hero .hero-main {
    padding-top: 72px;
    padding-bottom: 25px;
}

.default-style-2 .long-first .hero-main .img-col {
    padding-top: 82px;
}

.def-hero.long-first .page-title {
    padding-top: 0;
    margin-bottom: 13px;
}

.def-hero.long-first .page-title h1 {
    letter-spacing: 0.48px;
    margin: 0;
    max-width: 1110px;
    width: 1110px;
}

.default-style-2 .def-hero.long-first .hero-main .container .abs-img {
    display: block;
    background-image: url('../img/long_lines.svg');
    left: 0;
    bottom: -76px;
    width: 1280px;
    height: 407px;
}

.long-first .hero-main .col-content-container .desc {
    max-width: 778px;
}

.long-first .hero-main .col-content-container .desc h3 {
    margin: 20px 0 10px 0;
    color: #232323;
    font-family: var(--ff-manrope);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34.84px;
    letter-spacing: 0.26px;
}

body.long-page-style {
    background-color: #F7F8FA;
}

.default-style-2 .long-first .hero-main .col-content-container .desc p:nth-child(5),
.default-style-2 .long-first .hero-main .col-content-container .desc p:nth-child(3) {
    max-width: 793px;
    width: 793px;
}

.default-style-2 .long-first .hero-main .img-col > div {
    text-align: left;
    padding-left: 14px;
}

.def-hero.long-first .hero-main .col-content {
    width: 68%;
}

.def-hero.long-first .hero-main .img-col {
    width: 32%;
}

.def-hero.long-style.long-first .hero-main .img-col img {
    max-width: 350px;
    height: 290px;
}

.default-style-2 .icon-box-main.style-list-main {
    padding-top: 0px;
    padding-bottom: 62px;
}

.def-hero .ic-box-main.style-list-main .ic-main {
    margin-top: 14px;
}

.def-hero .style-list-main .ic-box-main > .d-flex {
    margin: 0 auto;
}

.def-hero .style-list-main .ic-box-main .ic-main:first-child {
    margin-top: 0;
}

.def-hero .style-list-main .ic-box-main .ic-main {
    width: 100%;
    padding: 0;
    margin: 14px auto 0 auto;
}

.def-hero .style-list-main .ic-box-main .ic-main .ic-main-container {
    padding: 18px 10px;
    border-radius: 8px;
    background-color: var(--c-white);
    border: none;
}

.def-hero .style-list-main .ic-box-main .ic-heading .col-title {
    padding-left: 8px;
}

.def-hero .style-list-main .ic-box-main .ic-heading .col-title h3 {
    margin: 0;
    color: #1A2F46;
    font-family: var(--ff-manrope);
    font-size: 28px;
    font-style: normal;
    font-weight: var(--fw-700);
    line-height: 44.8px;
    letter-spacing: 0.28px;
}

.def-hero .style-list-main .ic-box-main .ic-bottom p {
    margin: 0;
    letter-spacing: 0.2px;
}

.def-hero .style-list-main .ic-box-main .ic-bottom .desc {
    color: #1A2F46;
    font-family: var(--ff-manrope);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--fw-500);
    line-height: 35.4px;
}

.def-hero .style-list-main .ic-box-main .ic-heading {
    margin-bottom: 20px;
}

.def-hero.long-second .hero-main .img-col img {
    -o-object-position: top center;
    object-position: top center;
}

.def-hero.long-second .hero-main {
    padding-top: 56px;
}

.def-hero.long-second .hero-main .img-col > div {
    text-align: right;
    padding-right: 19px;
}

.def-hero.long-second .hero-main .img-col img {
    max-width: 424px;
    height: 363px;
}

.def-hero.long-second .page-title {
    padding-top: 52px;
    margin-bottom: 16px;
    max-width: 600px;
    width: 100%;
}

.def-hero.long-second .page-title h2 {
    color: #2D4866;
    font-size: 50px;
    font-style: normal;
    font-weight: var(--fw-800);
    line-height: 67px;
    letter-spacing: 0.5px;
    margin: 0;
}

.long-second .hero-main .col-content-container .desc {
    max-width: 790px;
}

.default-style-2 .long-second .hero-main .col-content-container .desc p:nth-child(3) {
    margin-top: 0;
}

.default-style-2 .long-second .icon-box-main {
    padding-bottom: 226px;
}

@media (max-width: 1250px) {
    .default-style-2 .long-first .hero-main .col-content-container .desc p:nth-child(5),
    .default-style-2 .long-first .hero-main .col-content-container .desc p:nth-child(3),
    .def-hero.long-first .page-title h1 {
        max-width: 100%;
        width: 100%;
    }

    .default-style-2 .long-first .hero-main .img-col {
        padding-top: 0;
    }

    .def-hero.long-second .page-title {
        padding-top: 0;
    }

    .def-hero.long-second .hero-main .img-col > div,
    .default-style-2 .long-first .hero-main .img-col > div {
        text-align: center;
        padding: 0;
    }

    .long-second .hero-main .col-content-container .desc {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .def-hero.long-first .hero-main .col-content {
        width: 100%;
        padding-right: 0;
        padding-bottom: 24px;
    }

    .def-hero.long-first .hero-main .img-col {
        width: 100%;
        text-align: center;
    }

    .def-hero.long-second .page-title {
        max-width: 100%;
    }

    .def-hero.long-second .page-title h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .default-style-2 .long-second .icon-box-main {
        padding-top: 32px;
        padding-bottom: 85px;
    }
}

@media (min-width: 768px) {
    .about-style .about-style:after,
    .about-style.def-hero .hero-main .container .abs-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-style .def-hero .hero-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-style.def-hero .abs-img-all-section {
        display: none;
    }

    .about-style .def-hero .hero-main .container .abs-img {
        bottom: 0;
    }

    .contact_section.join-us-styles .img-col {
        display: none;
    }

    .contact_section.join-us-styles {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact_section.join-us-styles .col-content {
        padding-bottom: 0;
    }

    .long-first .hero-main .col-content-container .desc h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .def-hero .style-list-main .ic-box-main .ic-heading .col-title h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .def-hero .style-list-main .ic-box-main .ic-heading {
        margin-bottom: 10px;
    }

    .def-hero .style-list-main .ic-box-main .ic-bottom .desc,
    .def-hero .style-list-main .ic-box-main .ic-bottom .desc p {
        font-size: 12px;
        line-height: 22.32px;
        letter-spacing: 0.12px;
    }

    .default-style-2 .icon-box-main.style-list-main {
        padding-bottom: 0;
    }

    .def-hero.long-second .page-title h2 {
        font-size: 20px;
        line-height: 31.6px;
    }

    .default-style-2 .long-second .icon-box-main {
        padding-top: 0;
    }

    .def-hero.long-style.long-first .hero-main .img-col img,
    .def-hero.long-second .hero-main .img-col img {
        height: auto;
    }

    .default-style-2 .def-hero.long-first .hero-main .container .abs-img {
        display: none;
    }
}

/* other styles end */