/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basic typography */
body {
    font-family: "Arial Regular";
    line-height: 1.6;
    color: #1b1b1b;
    letter-spacing: 0.5px;
}

/*ul {
    margin: 0;
    padding: 0;
    list-style: none;
}*/

/* Container */

/* Headings */
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
    color: #0a044b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.title_h2 {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
}

.paragraph_title {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.card-why-choose {
    border: 1px solid rgba(105, 105, 105, 0.23);
    border-radius: 15px;
    padding: 30px;
    background: url(../images/why_c_box_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    /*min-height: 220px;*/
    min-height: 248px;
}

.slider-one {
    min-width: 1600px;
}

.card-why-choose p {
    color: rgba(0, 0, 0, 1);
    margin: 15px 0 0 0;
    font-size: 16px;
}

.slider-one-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
}

.slider-one-button .swiper-button-prev,
.slider-one-button .swiper-button-next {
    position: unset;
    border: 1px solid rgba(0, 0, 0, 0.37);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slider-one-button .swiper-button-prev::after,
.slider-one-button .swiper-button-next::after {
    font-size: 20px;
}

/*.banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}*/
.banner_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
}
.btn-custom {
    display: flex;
    width: fit-content;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #f57c00;
    color: #fff;
    font-size: 15px;
}

.btn-custom span img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-custom:hover span img {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.banner_content h1 {
    font-size: 50px;
}
.banner_content h1 br{
    display: none;
}
.banner_content p {
    font-size: 16px;
    margin: 25px 0;
}

#header_main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 15px;
}

.top_bar {
    gap: 10px;
}

.top_bar a {
    border-radius: 43px;
    background: rgba(0, 0, 0, 0.09);
    backdrop-filter: blur(9px);
    padding: 2px 16px !important;
}

#header_main a {
    color: #fff;
    padding: 5px 8px;
    font-weight: 300;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    transition: opacity 0.2s ease;
}

#header_main .navbar-brand {
    padding: 0;
    position: relative;
    top: -30px;
}

#header_main ul li ul li a {
    color: #414040;
}

#header_main .dropdown-toggle::after {
    background: url(../images/dropdown-arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    border: none;
    background-position: 0 2px;
    background-size: 19px;
}

#header_main .dropdown-toggle.show::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#header_main .navbar-brand img {
    height: 60px;
}

.top_bar::after {
    content: "";
    width: 71%;
    height: 1px;
    display: block;
    background: linear-gradient(to right, transparent 0%, #ffffff6e 100%);
    position: absolute;
    bottom: -13px;
}

/* .slider-banner .swiper-pagination {
display: flex;
background: red;
position: absolute;
right: 0;
top: 0;
bottom: unset;
left: auto;
width: auto;
height: 100%;
}
.slider-banner .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
border-radius: 50%;
background: #fff;
opacity: 1;
margin: 6px 0 !important;

} */

.slider-banner .swiper-pagination {
    position: absolute;
    right: 35px;
    top: 0;
    transform: translateY(0);
    flex-direction: column;
    gap: 10px;
    left: auto;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-banner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    margin: 5px 0 !important;
}

.slider-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    /* active color */
    position: relative;
}

.slider-banner .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -6px;
    left: -6px;
    box-sizing: border-box;
}

.bnr_upper_sec {
    position: relative;
    top: -85px;
    z-index: 999;
}

.bnr_upper_sec_box_main {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 31px 0 rgba(0, 0, 0, 0.06);
    padding: 25px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    position: relative;
}

.bnr_upper_sec_box {
    flex: 1;
    text-align: center;
}

.bnr_upper_sec_box p {
    color: #000;
    text-align: center;
    font-family: Outfit;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.bnr_upper_sec_box span {
    display: block;
    width: auto;
    margin: 0 0 22px 0;
}

.bnr_upper_sec_box_main::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 44px;
    background: url(../images/border-angle-left.svg) no-repeat;
    left: -2px;
    top: -2px;
    background-size: cover;
}

.bnr_upper_sec_box_main::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 44px;
    background: url(../images/border-angle-right.svg) no-repeat;
    right: -2px;
    bottom: -2px;
    background-size: cover;
}

.bnr_upper_sec_box {
    position: relative;
}
.bnr_upper_sec_box a {
    display: block;
}
.bnr_upper_sec_box::after {
    content: "";
    stroke-width: 1px;
    background: rgba(0, 0, 0, 0.12);
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.bnr_upper_sec_box_main .bnr_upper_sec_box:nth-child(5)::after {
    display: none;
}

.we_are_skipper_box h3 {
    color: #004a70;
    font-family: Outfit;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.we_are_skipper_box p {
    color: #404040;
    font-family: Outfit;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.we_are_skipper_number {
    display: flex;
    justify-content: space-between;
    max-width: 885px;
    margin: 0 auto;
    gap: 70px;
}

.we_are_skipper_box {
    flex: 1;
}

.we_are_skipper_box::after {
    content: "";
    background: rgba(0, 0, 0, 0.37);
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.we_are_skipper_number .we_are_skipper_box:nth-child(3)::after {
    display: none;
}
.sustain_number_sec_main .we_are_skipper_number .we_are_skipper_box:nth-child(3)::after {
    display: block;
}

.tower_image {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.22;
    width: 160px;
}

.tower_image img {
    width: 100%;
}

.cleft_image {
    position: absolute;
    left: 0;
    top: 160px;
    opacity: 0.9;
    z-index: 1;
}

.cleft_image img {
    width: 100%;
}

.capabilities_tab {
    display: flex;
/*    display: none;*/
    justify-content: center;
    margin: 25px 0 0 0;
}

.capabilities_tab ul {
    display: flex;
    justify-content: center;
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 35px;
}

.capabilities_tab ul li button:hover {
    box-shadow: none;
    border: none;
}

.capabilities_tab ul li button {
    padding: 7px 23px;
    border-radius: 60px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    color: #626e70;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    margin: 0;
    box-shadow: none !important;
    border: none !important;
}

.capabilities_tab ul li button.active {
    background: radial-gradient(99.35% 154.09% at 13.41% -8.54%,
            #f57c00 0%,
            #ffb640 66.7%,
            #ff9930 100%);
    background-size: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 60px;
    color: #fff !important;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.capabilities_box {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 30px 0 0 0;
}

.capabilities_box_img {
    width: 57%;
    min-width: 57%;
    max-width: 57%;
}

.capabilities_box_img figure {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.capabilities_box_img.capabilities_small {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
}

.capabilities_box_img figcaption {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 25px;
}

.capabilities_box_img figcaption h6 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 15px 0;
}

.capabilities_box_img figcaption p {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.left_top {
    position: absolute;
    left: 0;
    top: 0;
}

.left_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}

.right_top {
    position: absolute;
    right: 0;
    top: 0;
}

.right_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.line_vector_capa {
    position: absolute;
    left: 40px;
    bottom: -77px;
    z-index: 0;
    height: 100%;
}

.line_vector_capa img {
    height: 100%;
}

.featured_project_box {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 40.9px 0 rgba(0, 0, 0, 0.06);
    margin: 30px 5px;
}

.featured_project_box p {
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    min-height: 110px;
    margin: 0;
    padding: 20px;
}

.featured_project_box img {
    margin: 20px 0;
}

.featured_project_box a {
    display: flex;
    align-items: center;
    padding: 0 20px 20px;
    gap: 10px;
}

.featured_project_box a img {
    margin: 0;
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.featured_project_box:hover span img {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.slider-featured-button .btn_slider_style {
    position: unset;
    position: unset;
    border: 1px solid rgba(0, 0, 0, 0.37);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slider-featured-button .swiper-button-prev::after,
.slider-featured-button .swiper-button-next::after {
    font-size: 20px;
}

.slider-featured-button {
    display: flex;
    align-items: center;
}

.sustainable_sec_inr {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
}

.sustainable_sec_inr {
    text-align: center;
}

.sustainable_sec_inr a {
    width: fit-content;
    margin: 0 auto;
}

.sus_tain_a {
    position: absolute;
    left: 0;
    top: 54px;
    width: 122px;
}

.sus_tain_a img,
.sus_tain_b img {
    width: 100%;
}

.sus_tain_b {
    position: absolute;
    right: 0;
    bottom: 31px;
    width: 231px;
}

.casestudy_sec {
    background: #f2f2f2 url(../images/case-study-bg-2.svg) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
}

.case_study_box {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
}

.case_cate {
    width: fit-content;
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #f2f2f2;
    font-size: 14px;
}

.case_date {
    color: #959595;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 25px 0 15px 0;
    display: block;
}

.case_study_box h6 {
    color: #232323;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 15px 0 25px 0;
}

.case_study_box p {
    color: #525252;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.case_study_box a.btn-custom {
    background: transparent;
    border: 1px solid #f57c00;
    color: #252525;
    margin: 60px 0 0 0;
}

.slider-casestudy {
    margin: 40px 0 0 0;
}

/* footer */
/* footer */
.ftr_address ul li {
    display: flex;
    gap: 13px;
    margin: 15px 0;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    color: #262626;
}
.ftr_address ul li a {
    color: #262626;
}
.ftr_logo_box_span p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.ftr_logo_box_span {
    width: 100%;
}
.ftr_logo {
    margin: 0 0 30px 0;
}

.ftr_list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ftr_list ul li {
    width: 50%;
    margin: 5px 0;
    font-family: "Outfit", sans-serif;
}

.ftr_list ul li a {
    color: #262626;
}

.ftr_list h3 {
    font-size: 19px;
    margin: 0 0 20px 0;
}

.ftr_list form {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #00182247;
    padding: 0;
}

.ftr_list form input {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    border: none;
    outline: none;
    padding: 10px 0;
    box-shadow: none;
    font-family: "Outfit", sans-serif;
}

.ftr_list form button {
    width: 5%;
    min-width: 5%;
    max-width: 5%;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: right;
}

.ftr_list ul.social_icon {
    flex-wrap: unset;
    gap: 10px;
    margin: 40px 0 0 0;
}

.ftr_list ul.social_icon li {
    width: auto;
    margin: 0;
}

.ftr_list ul.social_icon li a {
    flex: unset;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7e7e7;
    margin: 0;
    border-radius: 50%;
}

.ftr_list ul.social_icon li a:hover {
    background: #f57c00;
}

.ftr_down_inr p {
    margin: 0;
    color: #959595;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Outfit", sans-serif;
}

.ftr_down_inr {
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding: 15px 0;
    margin: 25px 0 0 0;
}

.ftr_down_inr ul {
    display: flex;
    gap: 20px;
     padding: 0;
    margin: 0;
    list-style: none;
}

.ftr_down_inr ul li a {
    margin: 0;
    color: #262626;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Outfit", sans-serif;
}

.logo_mobile {
    display: none;
}

/* About */
.banner_section_inner .banner_content h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    margin: 0 0 15px 0;
}

.breadcrumb-item a {
    color: #949494;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb-item.active a {
    color: #0d0d0d;
}
.our_mission_box.our_mission_box_about {
    min-height: 250px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 15px;
    margin: 13px 0;
}
.our_mission_box {
    background: url(../images/our_mission_box_bg.svg) 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px;
}

.our_mission_box p {
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 22px 0 0 0;
}

.about_global_leader {
    background: url(../images/about_tower.svg) 0 0 no-repeat;
    background-position: right 30%;
    background-size: 125px;
}

.our_vission_box-content {
    width: 100%;
    max-width: 723px;
    margin-left: auto;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 6px 36.8px 0 rgba(0, 0, 0, 0.06);
    padding: 50px 40px;
    position: absolute;
    right: 0;
    bottom: -40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.our_vission_box_image {
    max-width: 710px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.about_our_core_value {
    background: #f2f2f2;
}

.about_our_vission {
    background: url(../images/featured_bg.svg) 0 0 no-repeat;
    background-position: -12px 100%;
    background-size: 242px;
}

.corevalueabout_box {
    display: flex;
    align-items: center;
    padding: 25px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 40.9px 0 rgba(0, 0, 0, 0.06);
    margin: 28px 0;
    gap: 25px;
    position: relative;
}

.corevalueabout_box::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 47px;
    background: url(../images/border-angle-left.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    top: -2px;
    left: 0;
    z-index: 0;
}

.corevalueabout_box figure {
    min-width: 38%;
    max-width: 38%;
    width: 38%;
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.corevalueabout_box figcaption {
    width: 58%;
    min-width: 58%;
    max-width: 58%;
}

.corevalueabout_box figcaption h3 {
    color: #004a70;
    font-family: Arial;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.corevalueabout_box figcaption p {
    color: #3e3e3e;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin: 15px 0 0 0;
}

.leader_ship_team_box {
    background: #002437;
    padding: 40px;
    border-radius: 20px;
}

.leader_ship_team_box .slider-featured-button .btn_slider_style {
    border: 1px solid rgba(255, 255, 255, 0.37);
    color: #fff;
}

/* ****** */
.leader_about_inner {
    display: flex;
    width: 100%;
    max-height: 300px;
    gap: 10px;
}

.leader_about_inner_box {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
    /* border-radius: 10px; */
    display: flex;
    align-items: center;
    border-right: 1px solid #123a4f;
    border-radius: 0;
}

.leader_about_inner .leader_about_inner_box:last-child {
    border-right: none;
}

.leader_about_inner_box figure {
    width: 170px;
    height: 170px;
    min-width: 170px;
    max-width: 170px;
    min-height: 170px;
    max-height: 170px;
}

.leader_about_inner_box figure h6 {
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.leader_about_inner_box figure span {
    width: 170px;
    height: 170px;
    min-width: 170px;
    max-width: 170px;
    min-height: 170px;
    max-height: 170px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.leader_about_inner_box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.leader_about_inner_box figcaption {
    padding: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
}

.leader_about_inner_box.active {
    flex: 3;
}

.leader_about_inner_box.active figcaption {
    opacity: 1;
    transform: translateY(0);
}

.leader_about_inner_box.active figure img {
    transform: scale(1.1);
}

.leader_about_inner_box.active figure h6 {
    display: none;
}

.leader_about_inner_box p {
    color: #fff;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 15px 0;
}

.leader_about_inner_box h6 {
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.leader_about_inner_box span {
    color: rgba(255, 255, 255, 0.45);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#leaderAccordion {
    display: none;
}
/* CSS */
.explore_sticky h3 {
    padding: 12px 25px;
    background: #05679b;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
    margin-left: auto;
    position: fixed;
    right: -43px;
    top: 50%;
    transform: rotate(-90deg);
    z-index: 9;
    cursor: pointer;
}

/*.explore_sticky {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    text-align: center;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
height: 45px;
}*/

.explore_sticky h3 span img {
    width: 12px;
    height: 12px;
}

.explore_inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: #1e1e1e;
    padding: 25px 15px;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    width: 247px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    height: 100vh;
    align-content: center;
    justify-content: center;
}
.explore_inner a {
    width: 100%;
}
.explore_inner p {
    color: #c2bebe;
    margin: 8px 0 0 0;
    font-size: 15px;
    text-align: center;
}
.explore_sticky.active .explore_inner {
/*    display: flex;*/
    transform: translateX(0%);
    opacity: 1;
}

.explore_inner a img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

/* contact */
/* .contact_de_box_left, .contact_de_box_right {
flex: 1;
} */
.contact_de_box {
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
}

.contact_map iframe {
    width: 100%;
    height: 415px;
    border-radius: 15px 0 0 15px;
    margin: 30px 0 0 0;
}

.contact_de_location_box h6 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 12px 0;
}

.contact_de_location_box p,
.contact_de_location_box p a {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    margin: 0;
}

.contact_de_location {
    gap: 30px;
    margin: 40px 0 0 0;
}

.contact_de_box_left {
    width: 57%;
    max-width: 57%;
    min-width: 57%;
}

.contact_de_box_right {
    width: 43%;
    max-width: 43%;
    min-width: 43%;
    background: #002437;
    border-radius: 20px;
    padding: 70px 48px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}

.contact_de_box_right label {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Outfit", sans-serif;
}

.contact_de_box_right .form-control {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    font-size: 15px;
    outline: none;
    font-family: "Outfit", sans-serif;
    box-shadow: none;
    padding: 12px;
}

.contact_de_box_right .btn.btn-primary {
    display: flex;
    width: 206px !important;
    padding: 15px 37px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #f57c00;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: "Outfit", sans-serif;
    margin: 25px 0 0 0;
}

.contact_left_image {
    position: absolute;
    left: 0;
    bottom: -50px;
    opacity: 0.9;
    z-index: 1;
    width: 113px;
}

.contact_line_image {
    width: 749px;
    position: absolute;
    top: 47px;
    left: 29px;
    z-index: -1;
}

.contact_tower_image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 285px;
}

.global_contact_presence {
    background: #f2f2f2;
}

.contact_country_box_item {
    flex: 1;
}

.contact_country_box_item h6 {
    color: #262626;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 30px 0 15px 0;
}

.contact_country_box_item p {
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}

.global_presence_tower {
    width: 127px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact_form_left {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 6px 40.9px 0 rgba(0, 0, 0, 0.10);
    padding: 45px;
    margin: 50px 0 0 0;
}

.contact_form_left h3 {
    color: #232323;
    font-family: Outfit;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}

.contact_form_left label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
}

.contact_form_left .form-control {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    padding: 12px;
    outline: none;
    box-shadow: none;
    color: #131313;
}

.contact_form_left .form-control:focus {
    border: 1px solid rgba(0, 0, 0, 0.926);
}

.contact_form_left .d-flex {
    gap: 20px;
}

.contact_form_left .d-flex .mb-3 {
    flex: 1;
}

.contact_form_left textarea.form-control {
    max-height: 70px;
    resize: none;
}
.contact_form_left select.form-control {
    background: #fff url(../images/select_icon.svg)0 0 no-repeat;
    background-size: 12px;
    background-position: 97% 50%;
}
.contact_form_left .mb-3 {
    margin-bottom: 25px !important;
}
.contact_form_left .btn.btn-primary {
    display: flex;
    width: 175px !important;
    padding: 15px 37px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #f57c00;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: "Outfit", sans-serif;
    margin: 25px 0 0 0;
}
.contact_form_left .btn.btn-primary span img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.contact_form_left .btn.btn-primary:hover span img {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.contact_general_enq {
    margin-top: 50px;
    padding: 35px;
    background: url(../images/general_enq_bg.png) 0 0 no-repeat;
}
.contact_general_enq {
    margin-top: 50px;
    padding: 50px;
    background: url(../images/general_enq_bg.png) 0 0 no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.contact_general_enq h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contact_general_enq ul li a {
    color: #BBB;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin: 10px 0;
}
.contact_team_box {
    display: flex;
    width: 100%;
    padding: 35px 40px 35px 40px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    margin: 10px 0px;
}
.contact_team_box figure {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}
.contact_team_box figure img{
    width: 100%;
}
.contact_team_box h3 {
    color: #004A70;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}
.contact_team_box p {
    color: #5B5B5B;
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0;
}
.slider-team-study {
    padding: 0 5px;
    margin-top: 30px;
}


/* product */
.banner_section_inner h6 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 21px 0;
}

.product_power_excellence_sec {
    background: url(../images/about_tower.svg) 0 0 no-repeat;
    background-position: right 30%;
    background-size: 125px;
}

.product_compehensive {
    background: #F2F2F2 url(../images/comprehensive_bg.svg) 0 0 no-repeat;
    background-position: left bottom;
}

.product_compehensive .paragraph_title {
    margin: 0;
    color: #232323;
    font-family: Outfit;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.why_choose_product_box {
    padding: 35px;
    background-size: cover !important;
    min-height: 310px;
    overflow: hidden;
    border-radius: 15px;
}

.why_choose_product_box p {
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 21px 0 0 0;
}

.why_choose_product_box:hover {
    background: url(../images/hover_why_choose_product_box_bg.png) 0 0 no-repeat !important;
    background-size: 100% 100% !important;
    background-position: right center !important;
    overflow: hidden;
}

.why_choose_product_box:hover h6,
.why_choose_product_box:hover p {
    color: #fff;
}

.why_choose_product_box:hover span {
    display: none;
}

.guyed_tower.pb-5 {
    background: url(../images/featured_bg.svg) 0 0 no-repeat;
    background-size: 250px;
    background-position: 0% 10%;
}

.featured_project_box h6 {
    color: #004A70;
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding: 20px 20px 0 20px;
}

.skipper_epc_box {
    max-width: 1125px;
    background: url(../images/skipper_epc_box_bg.png) 0 0 no-repeat;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px;
    gap: 50px;
}

.skipper_epc_box_left,
.skipper_epc_box_right {
    flex: 1;
}

.skipper_epc_box_left h2 {
    color: #F57C00;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.skipper_epc_box_left p {
    color: #FFF;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.skipper_epc_box_left h6 {
    color: #FFF;
    font-family: Outfit;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.skipper_epc_box_right a {
    display: inline-flex;
    padding: 7px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #F57C00;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.great_place_sticky {
    position: absolute;
    right: 80px;
    top: 0;
    width: 50px;
}

/* sustain */

.sustain_journey h6 {
    text-align: center;
    font-size: 18px;
}

.sustain_thumb_box {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 6px 40.9px 0 rgba(0, 0, 0, 0.10);
}

.sustain_thumb_box h3 {
    color: #000;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.sustain_thumb_box p {
    color: #232323;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 15px 0;
}

.sustain_thumb_box a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sustain_thumb_box a img {
    margin: 0;
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sustain_thumb_box a:hover span img {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.sustain_thumb_box figure {
    margin: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.sustain_thumb_box_mid figure {
    margin: 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}

.sustain_thumb_box figcaption {
    padding: 30px;
}

.sustain_journey .cleft_image {
    width: 97px;
    left: -14px;
    bottom: 48%;
    top: unset;
}

.sustain_journey::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 41%;
    background: #dedede;
    left: 42px;
    top: 7px;
}

.sustain_journey::before {
    content: "";
    position: absolute;
    width: 743px;
    height: 14px;
    background: url(../images/sustain_top_line.svg) no-repeat;
    left: 43px;
    top: 0;
    background-size: auto;
}

.envirobox h6 {
    color: #000;
    font-family: Arial;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    margin: 12px 0;
}

.envirobox p {
    color: #232323;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 138.889% */
}

.envirobox ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.envirobox ul li {
    position: relative;
    color: #232323;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    padding: 0 0 0 24px;
}

.envirobox ul li::before {
    content: '';
    background: url(../images/charm_circle-tick.svg) no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    display: block;
    left: 0;
    top: 12px;
}

.sustain_journey .tower_image {
    top: unset;
    bottom: 0;
    opacity: 0.5;
}

.governance_compli_sec {
    background-size: cover !important;
    background-position: center bottom !important;
}

.governance_box {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 6px 40.9px 0 rgba(0, 0, 0, 0.10);
    padding: 50px 30px;
    min-height: 377px;
}

.governance_box_inr {
    display: flex;
    gap: 15px;
}

.governance_box_inr figure {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    margin: 0;
}

.governance_box_inr h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

.governance_box_inr p {
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin: 15px 0;
}

.governance_box_inr ul, .contact_general_enq  ul, .ftr_address ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.governance_box_inr ul li {
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0;
}
.breadcrumb-item {
    font-family: "Outfit", sans-serif;
}
.governance_box_inr ul li span {
    color: #F57C00;
    margin: 0 5px 0 0;
}

.governance_compli_sec h6 {
    color: #232323;
    text-align: center;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.iso_logo_box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.iso_logo_box_item {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #ECEBEB;
    background: #FFF;
}

.iso_logo_box_item p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.iso_logo_box_item span {
    color: #838282;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    display: block;
    margin: 10px 0 0 0;
}





.sustain_number_box {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    gap: 35px;
}

.sustain_number_box .we_are_skipper_box:nth-child(5)::after {
    display: none;
}

.sustain_future_box {
    display: block;
}

.sustain_future_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.sustain_future_btn .sustain_future_btn_border {
    color: #fff;
    font-size: 14px;
    display: flex;
    font-family: Outfit;
    align-items: center;
    gap: 8px;
    border: 1px solid #f57c00;
    padding: 7px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sustain_future_btn .sustain_future_btn_back {
    display: inline-flex;
    padding: 17px 22px;
    border-radius: 4px;
    background: #F57C00;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sustain_future_box h2 {
    font-size: 26px;
}

.sustain_future_box p {
    color: #FFF;
    font-family: Outfit;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 10px 0 30px 0;
}

/*.icon_hide_sticky {
    display: none;
}

.explore_sticky.active .icon_hide_sticky {
    display: block;
}

.explore_sticky.active .icon_show_sticky {
    display: none;
}*/
.slide_off_btn {
    padding: 12px 25px;
    background: #05679b;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
    align-items: center;
    gap: 5px;
    width: auto;
    margin-left: auto;
    position: fixed;
    left: -77px;
    top: 50%;
    transform: rotate(-90deg);
    z-index: 0;
    cursor: pointer;
}
.explore_sticky.active .explore_inner .slide_off_btn {
    display: flex;
}
.explore_sticky.active h3 {
    display: none;
}
/* details */
.product_details_sec {
    background: url(../images/details_tower.png) no-repeat;
    background-position: right bottom;
    background-size: 125px;
}

.product_get_touch_box {
    background: url(../images/product_get_t_bg.png) 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 45px 200px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
}
.product_get_touch_box ul{
    flex: 1;
}
.product_get_touch_box_left {
    flex: 1;
}
.product_get_touch_box_left img {
    height: 40px;
}
.product_get_touch_box_left h2 {
    color: #F57C00;
    font-family: Outfit;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 15px 0;
    border-bottom: 1px solid #ffffff7a;
    padding-bottom: 15px;
    width: fit-content;
    display: block;
}
.product_get_touch_box_left p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.product_get_touch_box ul li {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* details */

/* project */
.project_list_item p {
    margin: 0;
    color: #232323;
    font-family: Outfit;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
}
.project_list_item figure {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.project_list_box {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
}
.project_list_item {
    width: 47%;
    min-width: 47%;
    max-width: 47%;
}
.project_list_sec {
    background: url(../images/project_list_bg_b.png) 0 0 no-repeat;
    background-position: center bottom;
    background-size: 100%;
    position: relative;
}
.project_list_sec::before {
    content: '';
    background: url(../images/project_list_bg_a.png) 0 0 no-repeat;
    width: 295px;
    height: 80%;
    position: absolute;
    left: -95px;
    display: block;
    background-size: contain;
}
.project_list_sec::after {
    content: '';
    background: url(../images/details_tower.png) 0 0 no-repeat;
    width: 161px;
    height: 587px;
    position: absolute;
    right: 0;
    display: block;
    background-size: contain;
    top: 0;
}
/* project */



/*-- home page --*/
.slider-casestudy .swiper-slide,
.slider-about-corevalue .swiper-slide{
    height: auto;
    display: flex;    
    align-items: stretch;
}

.about_sales_leadership_team {
    background: #f2f2f2;
}

.team_box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.team_box img {
    width: 100%;
    border-radius: 10px;
}
.team_name_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 102px;
    padding: 0 19px;
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20.05px);
    border-radius: 0px 0px 10px 10px;
}
.team_name_box h3 {
    color: #fff;
    font-size: 21px;
    margin: 7px 0;
}
.team_name_box p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

/*30-12-2025*/
#servicesTabContent #tab-1 .capabilities_box_img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
#servicesTabContent #tab-1 .capabilities_box_img figure {
    flex: 1;
}
#servicesTabContent #tab-1 .capabilities_box_img figcaption {
    position: unset;
    flex: 1;
}
#servicesTabContent #tab-1 .capabilities_box_img figcaption h6,
#servicesTabContent #tab-1 .capabilities_box_img figcaption p {
    color: rgba(0, 0, 0, 1);
}
#servicesTabContent #tab-1 .capabilities_box_img figcaption ul {
    margin: 15px 0 0 0;
    padding: 0 0 0 15px;
}
#servicesTabContent #tab-1 .capabilities_box_img figcaption ul li {
    margin: 4px 0;
}
.skipper_epc_box_capabilties {
    display: block;
}
.skipper_epc_box_capabilties .skipper_epc_box_right {
    text-align: center;
}
.test_why_choose{
    background: url(../images/test_why_bg.jpg) 0 0 no-repeat;
    background-size: cover; 
    background-position: center center;
}
.test_why_choose .title_h2{
    color: #fff;
}
.test_why_choose .why_choose_product_box h6 {
    text-align: left;
}
.test_rd_why_choose .cleft_image {
    width: 245px;
    left: 0;
    bottom: 48%;
    top: unset;
    z-index: -2;
    opacity: 1;
}

.slider-manufac-capa {
    background: #002437;
    padding: 50px 0 115px 0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.slider-manufac-capa::before {
    content: '';
    background: rgba(0, 36, 55, 0.79);
    display: block;
    width: 150px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.slider-manufac-capa::after {
    content: '';
    background: rgba(0, 36, 55, 0.79);
    display: block;
    width: 150px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.manu_slider_box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    gap: 60px;
    justify-content: space-between;
}
.manu_slider_box figure, .manu_slider_box figcaption {
    width: 47%;
    min-width: 47%;
    max-width: 47%;
    margin: 0px;
}

.slider-manufac-capa .slick-slide {
    margin: 0 15px;
}
.manu_slider_box figcaption h6 {
    color: #004A70;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    margin: 24px 0 15px 0;
    text-align: left;
}
.manu_slider_box figcaption p {
    color: #3E3E3E;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}
.manu_slider_box figcaption img {
    width: 100%;
}
.manufacturing_capa::after {
    height: 100%;
}
.manufacturing_capa .cleft_image {
    width: 349px;
    left: -17px;
    bottom: -339px;
    top: unset;
    z-index: -2;
    opacity: 1;
}
.slider-manufac-capa .slick-prev {
    position: absolute;
    bottom: 0;
    left: 45%;
    top: unset;
    background: url(../images/maufac_left.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
}

.slider-manufac-capa .slick-next {
    position: absolute;
    bottom: 0;
    right: 45%;
    top: unset;
    background: url(../images/maufac_right.png) 0 0 no-repeat;
     width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
}

.slider-manufac-capa .slick-prev::before,
.slider-manufac-capa .slick-next::before
{
    display: none;
}
.manufacturing_capa .tower_image {
    top: 0;
    bottom: unset;
    opacity: 0.2;
}
.test_limited{
     background: url(../images/skipper-limited-bg.png) 0 0 no-repeat;
}
.test_limited .col-md-4 img {
    width: 100%;
    border-radius: 25px;
}
.limited_btn {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.limited_btn a {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 11px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pdf_btn img {
    height: 23px;
}
.pdf_btn.cta-btn img {
    height: 13px;
    filter: invert(1);
}
.test_limited_content {
    padding-left: 100px;
}
.ftr_address ul {
    display: flex;
    gap: 15px;
}
.ftr_logo_box {
    flex: 1;
}