@import url("icon-pack.css");
@import url("animate.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

:root {
    --primary-color: #333;
}

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100%;
}

body {
    width: 100%;
    backface-visibility: hidden;
    padding-top: 80px;
    counter-reset: my-sec-counter 0;
}

* {
    font-family: Manrope, sans-serif;
    scroll-behavior: smooth;
}

label,
p {
    margin: 0px;
    font-weight: normal;
    letter-spacing: 0.3px;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border: none;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}


ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

.htmlFixed {
    overflow: hidden;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

.the_container {
    width: 1660px;
    padding: 0px 30px;
    max-width: 100%;
    margin: 0px auto;
}

.the_header {
    box-shadow: rgba(24, 39, 75, 0.08) 0px 8px 16px -6px;
    background: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.the_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand_logo img {
    height: 50px;
}

.brand_logo .mobile_logo {
    display: none;
}

@media (max-width: 768px) {
    .brand_logo .desktop_logo {
        display: none;
    }

    .brand_logo .mobile_logo {
        display: block;
    }
}

.header_lng img {
    height: 30px;
    margin-right: 5px;
}

a.header_lng {
    display: flex;
    align-items: center;
    color: rgb(51, 51, 51);
    font-size: 16px;
    position: relative;
    padding-right: 15px;
    font-weight: 500;
}

.th_right>div>ul {
    display: flex;
    align-items: center;
}

.th_right>div>ul>li a {
    font-size: 20px;
    color: #333;
}

.th_right>div>ul>li>a>i::before {
    margin: 0;
}

.th_right>div>ul>li>a>svg {
    height: 20px;
    user-select: none;
    pointer-events: none;
}

.th_right ul li a svg g {
    fill: red !important;
}

.th_right>div>ul>li+li {
    margin-left: 20px;
}

a.header_lng::after {
    content: "";
    position: absolute;
    right: 0px;
    top: -5px;
    bottom: -5px;
    width: 1px;
    background-color: rgb(234, 234, 234);
}

.header_lng span {
    position: relative;
    top: 0px;
    margin-left: 6px;
    font-size: 18px;
}

.th_right>div {
    display: flex;
    align-items: center;
}

.th_right>div>a {
    margin-left: 20px;
}

a.btn_style1,
.btn_style1 {
    display: inline-flex;
    align-items: center;
    padding: 0px 15px;
    background-color: rgb(60, 201, 156);
    border: 2px solid rgb(60, 201, 156);
    color: rgb(255, 255, 255);
    height: 44px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    user-select: none;
}

.th_left {
    display: flex;
    align-items: center;
}

.header_menu>ul {
    display: flex;
}

.header_menu>ul>li+li {
    margin-left: 30px;
}

.header_menu>ul>li>a {
    color: rgb(51, 51, 51);
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.the_dropdown>a::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
}

.header_menu>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 0%;
    background-color: rgb(51, 51, 51);
    border-radius: 3px;
    transition: all 0.3s ease 0s;
    transform: translateX(-50%);
    left: 50%;
    display: block !important;
}

.the_megamenu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: rgba(24, 39, 75, 0.08) 0px 8px 16px -6px;
    background-color: rgb(255, 255, 255);
    max-height: 0px;
    overflow: hidden;
    transition: all 1s ease 0s;
    z-index: 0;
}

.mm_content {
    padding: 30px 30px 30px 40px;
    background-color: rgb(245, 252, 251);
    width: 100%;
    border-radius: 10px;
    column-gap: 30px;
    display: flex;
    margin-bottom: 30px;
}

.mm_content>div:not(.mm_banner) {
    flex: 1 1 0%;
    padding-right: 40px;
}

.mm_banner h4 {
    margin: 0px 0px 15px;
    font-size: 18px;
}

.mm_banner {
    position: relative;
    width: 223px;
}

.mm_banner>div {
    position: relative;
    z-index: 2;
}

.mm_banner::before {
    content: "";
    position: absolute;
    inset: -30px;
    background-image: radial-gradient(94.99% 89.49% at 100% 100%, rgba(255, 236, 64, 0.5) 0px, rgba(255, 236, 64, 0) 100%);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: rgb(242, 245, 245);
    opacity: 0.5;
    border-radius: 0px 20px 20px 0px;
}

.mm_banner>div {
    position: relative;
    z-index: 2;
}

.mm_banner a {
    text-align: center;
    margin-top: 30px;
    justify-content: center;
    background: rgb(44, 84, 117);
    border-color: rgb(44, 84, 117);
}

.mm_content>div ul li a.fire_icon {
    position: relative;
}

.mm_content>div ul li a.fire_icon::before {
    content: attr(data-title);
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.mm_banner a img {
    height: 20px;
    margin-right: 10px;
}

.main_banner {
    /* background-color: rgb(245, 252, 251); */
    overflow: hidden;
    position: relative;
}

.mb_inner {
    display: flex;
    flex-wrap: wrap;
    place-content: space-between center;
}

.mb_inner>div:first-child {
    width: 100%;
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

.mb_texts {
    text-align: center;
}

.textPack1 h1 {
    font-weight: 800;
    margin: 0px 0px 20px;
    color: #2c5475;
    font-size: 44px;
}

.textPack1 p {
    font-weight: 400;
    font-size: 18px;
    margin: 0px auto;
    max-width: 100%;
    width: 1030px;
}

.textPack1 p strong {
    font-weight: 600;
}

.btn_list1 {
    display: flex;
    column-gap: 10px;
    margin-top: 30px;
    justify-content: center;
}

.btn_list1 li:nth-child(2) a {
    background-color: rgb(44, 84, 117);
    border-color: rgb(44, 84, 117);
}

.mb_texts ul li a {
    height: 45px;
    padding: 0px 30px;
}

.textPack1 h1 span {
    position: relative;
    height: 100%;
    display: inline-block;
    z-index: 1;
}

.textPack1 h1 span::before {
    display: inline;
    background-image: url("../img/line.svg");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    background-position: left bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
    bottom: 0px;
    z-index: -1;
}

.main_bg {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.mb_clouds {
    z-index: 0;
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 400px;
    width: 1200px;
    max-width: 100%;
}

.mb_clouds img {
    position: absolute !important;
    inset: 0 !important;
    user-select: none;
    transition: all .3s;
}

.translateTop {}

.section_padding {
    padding: 80px 0px;
}

.title_block1 {
    margin: 0px 0px 40px;
    text-align: center;
}

.title_block1 h2 {
    margin: 0px 0px 15px;
    letter-spacing: -0.3px;
    color: #2c5475;
    font-weight: 600;
}

.title_block1 p {
    font-size: 18px;
    color: rgb(146, 146, 146);
    width: 750px;
    max-width: 100%;
    letter-spacing: -0.3px;
    margin: 0px auto;
}

.nz_item {
    width: 322px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-between;
    white-space: normal;
    height: 100%;
    position: relative;
    min-width: 322px;
    max-width: 322px;
}

.nz_item::before {
    content: "";
    position: absolute;
    top: 35px;
    height: 2px;
    width: calc(100% + 40px);
    border-bottom: 2px dashed rgba(11, 22, 63, 0.12);
    border-top-color: rgba(11, 22, 63, 0.12);
    border-right-color: rgba(11, 22, 63, 0.12);
    border-left-color: rgba(11, 22, 63, 0.12);
    z-index: -1;
}

.nz_item strong {
    margin: 15px 0px;
    display: block;
    font-size: 22px;
    color: rgb(51, 51, 51);
}

.nz_item p {
    font-size: 16px;
    color: rgb(146, 146, 146);
    min-height: 72px;
}

.nz_item a,
a.all_props.btn_style1 {
    margin-top: 15px;
    border: 2px solid rgb(51, 51, 51);
    color: rgb(51, 51, 51);
    background-color: transparent;
    transition: all 0.3s ease 0s;
    height: 40px;
}

.net_zero>div {
    white-space: nowrap;
    height: 100%;
    transform: translateX(20%);
    padding: 0px !important;
    transition: all 1s;
    display: inline-block;
    /* width: 100%; */
    /* flex-wrap: nowrap; */
}

.nz_item+.nz_item {
    padding-left: 30px;
}

.nz_item span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgba(11, 22, 63, 0.12);
    color: rgb(44, 84, 117);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
}

.nz_icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(24, 39, 75, 0.17) 0px 8px 16px -6px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
}

.nz_icon::before {
    counter-increment: my-sec-counter 1;
    content: counter(my-sec-counter);
    position: absolute;
    right: -14px;
    top: -8px;
    width: 25px;
    height: 25px;
    background: rgb(44, 84, 117);
    border: 2px solid rgb(60, 201, 156);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-weight: 700;
}

.nz_icon img {
    width: 70%;
}

#netZero {
    position: relative;
    overflow: hidden;
}

#netZero::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0px;
    z-index: -1;
    height: 300px;
    width: 300px;
    filter: blur(600px);
    transform: translate(-50%, -50%);
}

.net_zero>div .nz_item:last-child::before {
    display: none;
}

.net_zero>div>div {
    position: static !important;
}

.accordion_boxed {
    background: #0cebeb;
    background: -webkit-linear-gradient(to right, #29ffc6, #20e3b2, #0cebeb);
    background: linear-gradient(to right, #29ffc687, #20e3b287, #0cebeb87);
    border-radius: 0.8rem;
    position: relative;
    overflow: hidden;
    padding: 60px 80px;
    display: flex;
}

.accordion_boxed::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    filter: blur(300px);
    background-color: #2c5475;
}

.acb_left {
    width: 750px;
    position: relative;
    z-index: 2;
}

.acb_title {
    margin: 0px 0px 40px;
}

.acb_left h2 {
    font-weight: 600;
    color: rgb(52, 63, 82);
    letter-spacing: -.3px;
    margin: 0 0 15px;
}

.acb_left p {
    color: rgb(52, 63, 82);
    font-size: 18px;
}

.acb_right {
    flex: 1 1 0%;
}

.accordion {
    padding: 0.9rem 3.3rem 0.85rem 1.3rem;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: all 0.4s ease 0s;
    border-radius: 0.4rem;
    box-shadow: rgba(8, 60, 130, 0.06) 0px 0px 0px 0.05rem, rgba(30, 34, 40, 0.04) 0px 0px 1.25rem;
    background-color: rgb(255, 255, 255);
    position: relative;
    color: rgb(51, 51, 51);
    font-weight: 600;
}

.acc_box+.acc_box {
    margin-top: 1.25rem;
}

.active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.question h4::after {
    content: "\f107";
    color: rgb(180, 232, 228);
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 22px;
    font-family: FontAwesome;
}

.question h4.open::after {
    content: "\f106";
}

.panel {
    padding: 0px 1.25rem 0px 2.35rem;
    background-color: white;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out 0s;
    border-radius: 0px 0px 0.4rem 0.4rem;
}

.panel.active {
    max-height: 1000px;
}

.panel p {
    font-size: 17px;
    padding: 30px 0px;
}

.container-lg1 {
    width: 1500px;
    max-width: 100%;
    margin: 0px auto;
}

.acb_right {
    padding-left: 60px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.acb_right img {
    width: 100%;
    object-fit: contain;
}

.question {
    border-radius: 0.4rem;
    overflow: hidden;
}

.question .faqAnswer {
    display: none;
    font-size: 16px;
    padding: 30px 1.25rem 30px 2.35rem;
    background: rgb(255, 255, 255);
    color: rgb(96, 105, 123);
}

.question h4 {
    padding: 0.9rem 3.3rem 0.85rem 1.3rem;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: all 0.4s ease 0s;
    border-radius: 0.4rem;
    box-shadow: rgba(8, 60, 130, 0.06) 0px 0px 0px 0.05rem, rgba(30, 34, 40, 0.04) 0px 0px 1.25rem;
    background-color: rgb(255, 255, 255);
    position: relative;
    color: rgb(51, 51, 51);
    font-weight: 600;
    margin: 0px;
}

.question h4.open {
    margin: 0px;
    cursor: pointer;
    border-radius: 0.4rem 0.4rem 0px 0px;
}

.question+.question {
    margin-top: 15px;
}

.features1 {
    background-color: rgb(245, 252, 251);
}

.tab_buttons_row ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    overflow-y: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab_buttons_row ul::-webkit-scrollbar {
    display: none;
}

.tab_buttons_row ul li+li {
    margin-left: 30px;
}

.tab_buttons_row ul li button {
    font-weight: 600;
    font-size: 16px;
    color: rgb(51, 51, 51);
    padding: 8px 16px;
    letter-spacing: 0.3px;
    position: relative;
}

.tab_buttons_row ul li button.active {
    color: rgb(60, 201, 156);
}

.tab_buttons_row ul li button::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    bottom: 0px;
    height: 2px;
    background-color: rgb(60, 201, 156);
    transition: all 0.3s ease 0s;
}

.tab_buttons_row ul li button.active::before {
    width: 100%;
}

.features_tab_content {
    background-color: rgb(255, 255, 255);
    min-height: 40vh;
    border-radius: 10px;
    padding: 60px 80px;
    display: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    animation: 1s ease 0s 1 normal none running fadeEffect;
    border: 2px solid rgb(60, 201, 156);
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.features_tab_content.active {
    display: flex;
}

.ftc_left {
    width: 600px;
    padding-right: 45px;
}

.ftc_img {
    flex: 1 1 0%;
    transform: translateX(60px);
}

.ftc_left>div:not(.title_block2) {
    transform: translateX(-60px);
}

.ftc_left>div:not(.title_block2),
.ftc_img {
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.features_tab_content.active .ftc_left>div,
.features_tab_content.active .ftc_img {
    transform: none;
    opacity: 1;
}

.dm_texts p span {
    color: rgb(60, 201, 156);
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.dm_texts p span::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: rgb(60, 201, 156);
}

.title_block2 span {
    color: rgb(60, 201, 156);
    font-weight: 600;
    position: relative;
}

.title_block2 h3 {
    font-weight: 600;
    font-size: 30px;
    margin: 15px 0px;
    letter-spacing: 0.3px;
    color: rgb(51, 51, 51);
    text-transform: capitalize;
}

.ftc_left p {
    color: rgb(146, 146, 146);
}

.ftc_left p span {
    font-weight: 500;
    color: rgb(0, 0, 0);
    position: relative;
    display: inline-block;
    text-decoration: underline;
}

.ftc_left p span::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    /* background-color: rgb(0, 0, 0); */
}

.ftc_left p+p {
    margin-top: 15px;
}

.ftc_left ul {
    margin-top: 30px;
    counter-reset: fta_1 0;
}

.ftc_left ul li a strong {
    color: rgb(51, 51, 51);
}

.ftc_left ul li a span {
    color: rgb(146, 146, 146);
}

.ftc_left ul li+li {
    margin-top: 20px;
}

.ftc_left ul li a {
    padding: 2px 0px 0px 45px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.ftc_left ul li a::before {
    counter-increment: fta_1 1;
    content: counter(fta_1);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(60, 201, 156);
    border: 2px solid rgb(60, 201, 156);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.section_padding.features1,
#sticky_section {
    padding-top: 70px;
}

.ftc_img img {
    width: 100%;
    border-radius: 4px;
}

.ftc_left ul li a i {
    display: block;
    font-style: normal;
    color: rgb(60, 201, 156);
    text-decoration: underline;
    font-weight: 500;
}

.text-left {
    text-align: left !important;
}

.rgt_04 a {
    padding: 0px 30px;
    height: 45px;
    font-size: 18px;
}

.whs_item {}

.whs_item+.whs_item {
    margin-top: 30px;
    padding-top: 30px;
}

.whs_item img {
    width: 100%;
    border-radius: 20px;
}

.whs_item>div {
    margin-top:15px;
    position: relative;
}

.whs_item>div h3 {
    font-weight: 600;
    margin: 0px 0px 15px;
    font-size: 24px;
    color: #2c5475;
    max-width: 100%;
    line-height: 1.4;
}

.whs_item>div p {}

.whs_item>div ul {
    margin-top: 15px;
}

.whs_item>div ul li,
.whs_item>div p {
    font-size: 16px;
    color: rgb(146, 146, 146);
}

.whs_item>div ul li {
    position: relative;
    padding-left: 23px;
    letter-spacing: 0.3px;
}

.whs_item>div ul li+li {
    margin-top: 5px;
}

.whs_item>div ul li::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../img/check.svg");
    background-position: center center;
    background-size: cover;
    left: 0px;
    top: 3px;
}

#sticky_section .title_block1 {
    margin-bottom: 30px;
}

.sticky_right {
    padding-left: 60px;
}

.brand_swiper img,
.brand_swiper2 img {
    max-width: 60%;
    max-height: 50px;
    opacity: 0.8;
    user-select: none;
    filter: grayscale(1);
    transition: all .3s;
}

.brand_swiper .swiper-slide,
.brand_swiper2 .swiper-slide {
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
}

.brand_swiper,
.brand_swiper2 {
    overflow: hidden;
    position: relative;
}

.brand_swiper::before,
.brand_swiper2::before,
.brand_swiper2::after,
.brand_swiper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    z-index: 2;
}

.brand_swiper::before,
.brand_swiper2::before {
    left: 0;
}

.brand_swiper::after,
.brand_swiper2::after {
    right: 0;
}

.brands_outer {
    border: 1px solid rgb(231, 243, 255);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 0px;
}

.brand_swiper .swiper-wrapper>div {
    position: relative;
    padding: 15px 0px;
}

.brand_swiper .swiper-wrapper>div+div::before {
    content: "";
    position: absolute;
    top: -15px;
    bottom: -15px;
    width: 1px;
    background-color: rgb(231, 243, 255);
    left: 0px;
}

.the_footer {
    background-color: rgb(245, 252, 251);
    min-height: 300px;
    position:relative;
    /*padding: 0 0px 30px;*/
}
footer .footer-bg{
    background:transparent;
    border-top:1px solid #00000012;
}
.the_footer::before{
    content:'';
    position:absolute;
    inset:0;
    background-image: radial-gradient(44.99% 89.49% at 100% 100%, rgb(255 236 64 / 55%) 0px, rgba(255, 236, 64, 0) 100%);
    opacity: .5;
    pointer-events: none;
}


.footer_info img {
    max-width: 100%;
    height: 50px;
}

.footer_info p {
    margin-top: 30px;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.link_pack h3,
.footer_nws h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2c5475;
    margin: 0px 0px 30px;
}

.link_pack ul li+li {
    margin-top: 15px;
}

.link_pack ul li a {
    color: rgb(51, 51, 51);
    font-weight: 500;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    position: relative;
}

.link_pack ul li a::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    background-color: rgb(63, 68, 75);
    width: 10px;
    transform: translateX(-10px);
    transition: all 0.3s ease 0s;
    opacity: 0;
    margin-top: 2px;
}

.f_nws {
    position: relative;
}

.f_nws input {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    transition: all 0.3s ease 0s;
}

.f_nws input::placeholder {
    color: #2c5475
}

.footer_nws {
    width: 100%;
    position: relative;
    max-width: 100%;
}

.f_nws button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c5475;
    border-radius: 50%;
    color: rgb(255, 255, 255);
}

.footer_social {}

.footer_social h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer_social ul {
    display: flex;
    align-items: center;
    margin-top: 38px;
}

.footer_social ul li+li {
    margin-left: 15px;
}

.footer_social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.footer_social ul li a i {
    transition: all 0.3s ease 0s;
    font-size: 20px;
    height: 24px;
    display: flex;
    align-items: center;
}

.footer_social ul li a::after {
    content: attr(data-title);
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
}

.footer_bottom {
    display: flex;
    /*margin-top: 60px;*/
    /*padding-top: 30px;*/
    /*border-top: 1px solid rgb(229, 229, 229);*/
    justify-content: center;
    align-items: center;
}

.footer_bottom ul {
    display: flex;
}

.footer_bottom ul li+li {
    margin-left: 30px;
}

.footer_bottom>span {
    color: rgb(146, 146, 146);
    font-size: 16px;
    letter-spacing: 0.3px;
}

.footer_bottom ul li a {
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.contactLis {
    margin-top: 32px;
}

.contactLis li+li {
    margin-top: 15px;
}

.contactLis li a {
    display: inline-flex;
    color: #fff;
}

.contactLis li a div {
    line-height: 1.2;
}

.contactLis li a i {
    margin-right: 15px;
}

.contactLis li a div a {
    color: inherit;
}

.contactLis li a div span {
    line-height: 1.6;
    font-size: 16px;
    display: block;
}

.contactLis li a div span {
    font-size: 30px;
    font-weight: 300;
    margin-top: 3px;
}

.our_locations {
    display: flex;
    justify-content: space-between;
}

.our_locations {
    margin-top: 60px;
}

.loc_item {
    position: relative;
    color: #fff;
}

.page_title {
    background-color: rgb(245, 252, 251);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.page_title h1 {
    font-weight: 900;
    font-size: 40px;
    margin: 0px;
    color: rgb(55, 186, 153);
    text-align: center;
}

.page_inner_title h2 {
    color: rgb(51, 51, 51);
    font-weight: 800;
    font-size: 46px;
    margin: 0px;
}

.page_inner_title h2 span {
    font-weight: 400;
}

.page_inner_title p {
    width: 850px;
    max-width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    padding-top: 20px;
    margin: 30px auto 0;
}

.page_inner_title {
    margin-bottom: 60px;
    text-align: CENTER;
}

.contact_area {
    border-radius: 10px;
    border: 1px solid rgba(11, 12, 12, 0.08);
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 25px 0px;
    padding: 30px 30px 0;
}

.contact_area .address {}

.contact_area .title {
    color: var(--title-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
}

.contact_area .address span {
    color: var(--text-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin-bottom: 30px;
}

.contact_area .address p {
    color: var(--text-color);
    font-family: var(--font-inter);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0px;
}

#mapFrame .contact_area {
    padding: 0px;
    height: 100%;
}

.contact_area iframe {
    height: 400px;
    border-radius: 10px;
    outline: none;
    filter: grayscale(100%) invert(72%) contrast(122%);
    margin-top: 30px;
    vertical-align: initial;
    margin-left: -30px;
    display: block;
    width: calc(100% + 60px);
    border-radius: 0 0 10px 10px;
}

.map_nav {
    display: flex;
    margin-bottom: 30px;
}

.map_nav button {
    font-size: 36px;
}

.map_nav li+li {
    margin-left: 0px;
    position: relative;
    top: 15px;
}

.map_nav button img {
    height: 36px;
}

.map_nav li:first-child button {
    transform: rotateY(180deg);
    display: block;
}

.address_swiper {
    overflow: hidden;
    height: 100%;
}

.contact_form {
    background-color: rgb(60, 201, 156);
}

.contact_form.section_padding {
    padding-top: 120px;
}

.contact_form .container>a {
    color: rgb(255, 255, 255);
    font-size: 46px;
    letter-spacing: 10px;
    font-weight: 200;
}

.contact_form .container {
    text-align: center;
}

.contact_form ul {
    justify-content: center;
}

.contact_form h4 {
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}

.contact_form ul li a {
    color: rgb(255, 255, 255);
}

.contact_form .footer_social ul li a i {
    font-size: 42px;
    height: 63px;
}

.contact_form .footer_social ul li a::after {
    margin-top: 0px;
}

.page_title ul {
    margin-bottom: 15px;
    border-radius: 30px;
    padding: 5px 0;
    opacity: .7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.page_title ul li {
    display: inline;
}

.page_title .container:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    justify-content: flex-end;
}

.page_title ul li+li {
    margin-left: 10px;
}

.page_title ul li a {
    color: #064132;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.page_title ul li:last-child a {
    font-weight: 800;
}

.page_title .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.page_title .container>div {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page_title .container>div>div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page_title ul li+li::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #064132;
}

#innerEffect::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    filter: blur(300px);
    background-color: rgb(21, 149, 255);
    z-index: 2;
    pointer-events: none;
}

.detail_main {
    display: flex;
}

.detail_main img {
    width: 530px;
    max-width: 100%;
}

.detail_main .col-lg-6:last-child {
    display: flex;
    justify-content: flex-end;
}

.dm_texts {
    padding-top: 100px;
}

.dm_texts h2 {
    font-weight: 700;
    font-size: 50px;
    color: rgb(51, 51, 51);
    margin: 0px;
}

.dm_texts p {
    font-size: 22px;
    margin: 30px 0px;
}

.atropos {
    transition: all 0.3s ease 0s;
}

.paragraph_1 p,
.paragraph_1 strong {
    margin-bottom: 15px;
    display: block;
    color: inherit;
}

.paragraph_1 p {
    font-size: 18px;
}

.paragraph_1 strong {
    font-size: 24px;
}

.section_padding.black_text {
    background-color: rgb(52, 163, 236);
    padding-top: 100px;
    color: rgb(255, 255, 255);
}

.section_padding.white_padding {
    padding-top: 120px;
}

.list_count {
    counter-reset: sg2 0;
    margin-top: 60px;
}

.listStyle1 li {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
    min-height: 40px;
    padding-right: 30px;
    font-weight: 600;
}

.listStyle1 li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    counter-increment: sg2 1;
    content: counter(sg2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(240, 251, 247);
    color: rgb(60, 201, 156);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.list_count>div+div {
    position: relative;
}

.list_count>div+div::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: rgb(231, 243, 255);
}

.t_row img {
    width: 100%;
    border-radius: 10px;
}

.t_texts {
    padding: 30px 0px 0px;
}

.t_texts .ftc_left {
    width: auto;
    padding: 0px;
}

.t_texts .ftc_left ul li+li {
    margin-top: 30px;
}

.t_texts .ftc_left ul li {
    padding-top: 2px;
}

.timelapse figure {
    position: relative;
    width: 630px;
    max-width: 100%;
    margin: 0;
}

.image_shadow {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: rgb(239, 247, 250);
    right: -40px;
    bottom: -40px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.timelapse .t_row:nth-child(2n + 2) .row {
    display: flex;
    flex-direction: row-reverse;
}

.timelapse .t_row+.t_row {
    margin-top: 100px;
}

.timelapse .t_row:nth-child(2n + 2) .row .col-md-7 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.timelapse .t_row:nth-child(2n + 2) .row .col-md-7 .image_shadow {
    right: auto;
    left: -40px;
}

p {
    color: rgb(146, 146, 146);
}

.mainBanner1 {
    min-height: calc(-80px + 100vh);
    display: flex;
    align-items: center;
}

img {
    max-width: 100%;
}

.img-full img {
    width: 100%;
    border-radius: 20px;
}

.atropos {
    position: relative;
    z-index: 6;
}

.mainBanner1 .atropos-inner>img {
    width: 530px;
}

.absolute_atropos {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-wrap {
    padding: 31px 0px;
    background: rgb(240, 251, 247);
    overflow: hidden;
}

.marquee-wrap .marquee__group .m-item {
    margin-right: 25px;
    display: inline;
}

.marquee-wrap .marquee__group .m-item a {
    font-size: 28px;
    color: rgb(60, 201, 156);
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.marquee-wrap .marquee__group .m-item a i {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .marquee-wrap .marquee__group .m-item a {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .marquee-wrap .marquee__group .m-item a {
        font-size: 24px;
    }
}

@media (max-width: 375px) {
    .marquee-wrap .marquee__group .m-item a {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

.src_dic {
    width: 700px;
    max-width: 100%;
    margin: -30px auto 0px;
    z-index: 8;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    position: relative;
}

.src_dic input {
    width: 100%;
    height: 60px;
    padding-left: 30px;
    letter-spacing: 0.3px;
    font-weight: 600;
}

.src_dic input::placeholder {
    color: rgb(146, 146, 146);
    font-weight: 400;
}

.src_dic>div>button {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(60, 201, 156);
    border-radius: 50%;
    color: rgb(255, 255, 255);
}

.src_dic>div {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(24, 39, 75, 0.08) 0px 8px 16px -6px;
    border-radius: 30px;
}

.letter_list {
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(90px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 3;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 30px;
    box-shadow: rgba(24, 39, 75, 0.08) 0px 8px 16px -6px;
    background: #2c5475;
    width: 700px;
}

.letter_list.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
}

.letter_list li a {
    color: #fff;
    font-weight: 600;
}

.dic_res {
    margin-top: 60px;
}

.dic_item {
    background-color: rgb(245, 252, 251);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.dic_item>span {
    font-weight: 600;
    font-size: 24px;
    color: rgb(60, 201, 156);
    margin: 0px 0px 15px;
    display: block;
    position: relative;
    line-height: 1.2;
    text-transform: capitalize;
}

.dic_item>span span {
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.dic_item>span::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: rgb(21 149 255 / 10%);
    border-radius: 50%;
}

.dic_item p {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.dic_res .row {
    row-gap: 30px;
}

.letter_section_title {
    color: rgb(51, 51, 51);
    font-size: 36px;
    margin: 0px;
    font-weight: 700;
}

.dic_res {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.modal-header button {
    font-size: 24px;
}

.modal-title {
    text-transform: capitalize;
    font-weight: 700;
    padding-right: 15px;
    line-height: 1.2;
}

.modal-header {
    border: none;
    padding-bottom: 0px;
}

a.btn-success,
a.btn-success:hover {
    background-color: rgb(60, 201, 156);
    border: none;
}

.modal-footer a,
.modal-footer button {
    border-radius: 30px;
}

.modal-footer {
    border-top: none;
    padding-top: 0px;
}

.text_content {
    position: relative;
    background-color: rgb(255, 255, 255);
    z-index: 2;
    width: 100%;
    border-radius: 4px;
    display: flex;
}

.tc_left {
    width: 340px;
    padding: 0px 30px 0 0;
    border-radius: 4px 0px 0px 4px;
}

.linkBox+.linkBox {
    margin-top: 15px;
}

.tc_left>div h4 {
    font-weight: 800;
    text-transform:none;
    font-size: 14px;
    margin: 0px 0px 15px;
    color: rgb(51, 51, 51);
    letter-spacing: 1px;
}

.linkBox ul li a {
    color: rgb(51, 51, 51);
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    padding: 11px 0;
    justify-content: space-between;
}

.linkBox ul li a.active2.no_plus::after {
    display: none;
}

.linkBox ul li a svg {
    height: 25px;
    width: auto;
    margin-right: 10px;
}

.linkBox ul li a.active svg,
.linkBox ul li a.active svg path {
    fill: rgb(255, 255, 255);
}

.tc_content {
    flex: 1 1 0%;
    border-radius: 0px 4px 4px 0px;
    padding: 0px 0 0 30px;
    border-left: 1px solid #f5f5f5;
}

.tc_title {
    background-color: rgb(255, 255, 255);
    padding: 0px 30px 18px 0px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    color: rgb(51, 51, 51);
    letter-spacing: 1px;
    border-radius: 0px 4px 0px 0px;
}

.tcc_inner {
    padding: 0px;
}

.tcc_inner>img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
}

.tcc_inner p {
    color: rgb(146, 146, 146);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.tcc_inner>h1,
.tcc_inner>h2:not(.section_title),
.tcc_inner>h3,
.tcc_inner>h4,
.tcc_inner>h5,
.tcc_inner>h6 {
    font-weight: 800;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #2c5475;
}

.doc_box {
    background-color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease 0s;
    height: 100%;
}

.doc_box>div:first-child {
    width: 40px;
    display: flex;
    align-items: center;
}

.doc_box>div:first-child img {
    width: 100%;
    margin-bottom: 0px;
}

.doc_box>div:last-child {
    flex: 1 1 0%;
    padding-left: 12px;
}

.doc_box>div:last-child strong {
    color: rgb(51, 51, 51);
    font-size: 13px;
    text-transform:none;
    line-height: 1.3;
    display: block;
}

.doc_box>div:last-child span {
    color: #929292;
    font-weight: 700;
    font-size: 14px;
    display: block;
}

.text_content.blog_inner {
    display: block;
    background-color: transparent;
    box-shadow: none;
}

.gap30.row {
    row-gap: 15px;
}

.gap30.row {
    margin: 0px -7.5px;
}

.gap30.row>div {
    padding: 0px 7.5px;
}

.tc_left>div {
    position: sticky;
    top: 110px;
}

.blog_inner img {
    width: 100%;
    border-radius: 4px;
    transition: all 1s ease 0s;
    height: 100%;
    object-fit: cover;
}

.blog_main2 {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}

.blog_main2>div {
    width: 100%;
    height: calc(50% - 15px);
}

.blog_item img {
    height: 100%;
}

.blog_inner a {
    border-radius: 4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog_inner a::before {
    border-radius: 0px 0px 10px 10px;
    content: "";
    position: absolute;
    bottom: 0px;
    height: 80%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 212, 255, 0) 100%);
    left: 0px;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
}

.blog_inner span {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    z-index: 2;
    text-transform: capitalize;
}

.blog_main2 a span {
    font-size: 22px;
}

.blogList {}

.blogList a span {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
    margin: 5px 0px 15px;
    text-transform: capitalize;
    height: 54px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blogList a p {
    color: rgb(146, 146, 146);
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.blogList a img {
    width: 100%;
    border-radius: 4px;
}

.blogList .row {
    row-gap: 30px;
}

.blog_title {
    font-weight: 400;
    font-size: 28px;
    margin: 40px 0px 0px;
    border-top: 3px solid rgb(55, 186, 153);
    padding-top: 20px;
    color: rgb(55, 186, 153);
}

.blog_title strong {
    font-weight: 800;
}

.blogList a i {
    background-color: #2c5475;
    color: rgb(255, 255, 255);
    font-style: normal;
    margin-top: 15px;
    display: inline-block;
    padding: 3px 10px;
    /*border-radius: 30px;*/
    font-size: 13px;
    font-weight: 600;
}

.blogList .col-md-3>a {
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
    position: relative;
}

.blogList .col-md-3>a::before {
    content: "";
    position: absolute;
    inset: 15px;
    transition: all 0.3s ease 0s;
    background-color: rgba(60, 201, 156, 0.09);
    z-index: -1;
    opacity: 0;
}

.blogList .col-md-3>a.active::before {
    inset: 0px;
    opacity: 1;
}

#detail_container {
    width: 900px;
    max-width: 100%;
    margin: 0px auto;
    flex-wrap: wrap;
    box-shadow: none;
}

.dc_inner {
    padding: 30px 30px 0px 0;
}

.dc_inner p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.dc_inner p:last-child {
    margin-bottom: 0px;
}

.dc_inner h1,
.dc_inner h2,
.dc_inner h3,
.dc_inner h4,
.dc_inner h5,
.dc_inner h6 {
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.dc_outer {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.dc_inner {
    flex: 1 1 0%;
    background: rgb(255, 255, 255);
    position: relative;
}

.dc_right {
    width: 340px;
    height: 100%;
    padding: 30px;
    background-color: rgb(245, 252, 251);
}

.dc_right>div {
    position: sticky;
    top: 105px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.ob_item {
    display: flex;
    width: 100%;
}

.blog_item7 {
    position: relative;
}

.blog_item7::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 10px;
    z-index: -1;
    height: 100%;
    background-color: rgb(60, 201, 156);
    transition: all .3s;
    opacity: 0;
}

.ob_item>div:first-child {
    width: 60px;
}

.ob_item>div:first-child img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.ob_item>div:last-child {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.ob_item>div:last-child a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    color: rgb(51, 51, 51);
}

.ob_item ul {
    display: flex;
    column-gap: 15px;
}

.ob_item ul li a {
    font-size: 20px;
    color: rgb(51, 51, 51);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ob_item ul li a::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    background-color: rgb(60, 201, 156);
    transition: all .3s;
    opacity: 0;
    border-radius: 50%;
}

#detail_container img {
    width: 100%;
}

.dc_inner p strong {
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.section_title {
    text-align: center;
    font-weight: 700;
    color: rgb(60, 201, 156);
    font-size: 48px;
    margin: 0px 0px 60px;
}

.faq_container {
    width: 800px;
    margin: 0px auto;
    max-width: 100%;
}

.faq_container .question h4,
.faq_container .question h4.open {
    border: 1px solid rgb(234, 234, 234);
    border-radius: 0.4rem;
}

.faq_container .question h4::after {
    color: rgb(60, 201, 156);
}

.eco_content p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.6;
}

.eco_content p strong {
    font-size: 22px;
}

.gtr_01 * {
    color: rgb(255, 255, 255) !important;
}

.for_ec.accordion_boxed::before {
    right: auto;
    left: 0px;
}

#ecopilot .acb_left h2 {
    font-weight: 300;
}

.ecopilot img {
    height: 70px;
    width: auto;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20%;
    margin-right: 10px;
}

.ecopilot {
    font-size: 24px;
    margin: 0px 0px 15px;
}

#ecopilot .acb_left {
    width: 400px;
}

#ecopilot .acb_left ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 30px;
}

#ecopilot .acb_left ul li {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}

#ecopilot .acb_left ul li::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
}

#packs_overlay {
    background-color: transparent;
    box-shadow: none;
}

.pt_item {
    width: 33.3333%;
    background-color: rgb(255, 255, 255);
    padding: 0px 30px 30px;
    border-radius: 10px;
    text-align: center;
}

.pt_item h2 {
    margin: 0px 0px 5px;
    color: rgb(51, 51, 51);
    font-size: 38px;
    font-weight: 600;
}

.pt_item h2 sup {
    font-weight: 700;
    font-size: 50%;
    top: -13px;
}

.pt_item strong {
    font-weight: 600;
    font-size: 20px;
    color: rgb(51, 51, 51);
    position: sticky;
    top: 65px;
    background: rgb(255, 255, 255);
    display: block;
    margin: 0px -30px;
    padding: 30px 0px 10px;
    border-radius: 10px;
    z-index: 2;
}

.pt_item a {
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(60, 201, 156);
    color: rgb(255, 255, 255);
    margin-top: 30px;
    border-radius: 30px;
    height: 40px;
    transition: all 0.3s ease 0s;
}

.pt_item ul {
    margin: 30px -30px 0px;
}

.pt_item ul li {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(55, 186, 153);
    font-size: 24px;
}

.pt_item ul li:nth-child(2n) {
    background-color: rgb(245, 252, 251);
    color: rgb(55, 186, 153);
}

.packs_top {
    display: flex;
    width: 100%;
}

.pt_right {
    flex: 1 1 0%;
    display: flex;
}

.pt_left {
    width: 400px;
    padding-top: 245px;
}

.pt_left ul li {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-weight: 600;
    color: rgb(146, 146, 146);
    font-size: 15px;
    line-height: 1.2;
}

.pt_left ul li:nth-child(2n) {
    background-color: rgb(245, 252, 251);
}

.pt_item.bigSize {
    border: 3px solid rgb(55, 186, 153);
    position: relative;
    top: -4px;
}

.pt_left ul li.title_block,
.title_block {
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.info_circle {
    position: relative;
    cursor: pointer;
    color: rgb(42, 188, 142);
    margin-right: 10px;
}
.uyari .info_circle:is([data-title])::after{
    color: red;
}

.info_circle:is([data-title])::after {
    content: attr(data-title);
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #929292;
    text-align: center;
    padding: 10px 5px;
    line-height:16px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    bottom: calc(100% + 20px);
    font-size: 13px;
    font-weight: 600;
    font-family: Manrope, sans-serif;
}

.form_modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    inset: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.form_modal.active {
    opacity: 1;
    visibility: visible;
}

.form_modal>span {
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}

.form_modal>div {
    width: 540px;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
    border-radius: 10px;
    padding: 40px;
    overflow: hidden;
    transform: translateY(60px);
    transition: all 0.3s ease 0s;
}

.form_modal.active>div {
    opacity: 1;
    transform: none;
}

.form_modal>div svg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    pointer-events: none;
}

.form_modal iframe {
    height: 400px;
    display: block;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.modal_title span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: rgb(60, 201, 156);
}

.modal_title {
    color: rgb(51, 51, 51);
    font-size: 26px;
    font-weight: 700;
    margin: 0px 0px 15px;
    position: relative;
    z-index: 2;
}

.otherWay {
    background-color: rgb(60, 201, 156);
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    padding: 30px;
    color: rgb(255, 255, 255);
}

.ow_overlay svg {
    width: 100%;
    vertical-align: middle;
    margin-bottom: -1px;
}

.otherWay h4 {
    font-weight: 400;
    font-size: 26px;
    margin: 0px 0px 15px;
}

.otherWay p {
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.1px;
    font-size: 18px;
}

.otherWay ul li a {
    color: rgb(255, 255, 255);
}

.ow_overlay>div {
    position: sticky;
    top: 100px;
    margin-bottom: -35px;
}

.ow_overlay .contactLis a svg {
    height: 45px;
    width: auto;
    margin-right: 15px;
}

.ow_overlay .contactLis li a div span {
    margin-top: -3px;
}

.form_modal>div>button {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgb(55, 186, 153);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.form_row_section {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border: 1px solid rgb(234, 234, 234);
}

.form_row_section label {
    display: block;
}

.form_row_section label span.label {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: rgb(146, 146, 146);
}

.form_row_section input[type="text"] {
    width: 100%;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 10px;
    height: 45px;
    padding-left: 15px;
    transition: all 0.3s ease 0s;
}

.form_row_section input[type="text"]:focus,
.form_row_section textarea:focus {
    border-color: rgb(55, 186, 153);
}

.form_row_section .row {
    row-gap: 15px;
}

.form_row_section+.form_row_section {
    margin-top: 15px;
}

.form_row_section textarea {
    width: 100%;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 10px;
    height: 120px;
    padding: 15px;
    transition: all 0.3s ease 0s;
    resize: none;
}

.pac-logo::after {
    display: none !important;
}

.files-inp {
    position: relative;
    color: rgb(158, 158, 158);
    display: block;
    height: 100%;
    font-size: 13px;
    padding: 34px 70px;
    text-align: center;
    border: 2px dashed rgb(234, 234, 234);
    border-radius: 10px;
}

.files-inp input {
    padding: 0px 12px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.files-inp i {
    position: absolute;
    font-size: 22px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

label.choose {
    color: rgb(148, 148, 148);
    outline: none;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    line-height: 1.4;
}

.choose span {
    font-weight: 400;
}

.form_footer {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.form_footer .btn_style1 {
    height: 45px;
}

.form_row_section label.position_item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.position_item {
    cursor: pointer;
}

.position_item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.position_item span {
    border: 1px solid rgb(234, 234, 234);
    border-radius: 10px;
    height: 45px;
    padding-left: 15px;
    display: inline-block;
    align-items: center;
    color: rgb(146, 146, 146);
    font-weight: 500;
    font-size: 14px;
    flex: 1 1 0%;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 43px;
    padding-right: 15px;
}

.position_item i {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.position_item i::after {
    content: "";
    position: absolute;
    inset: 3px;
    background-color: rgb(60, 201, 156);
    border-radius: inherit;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.position_item input:checked~i {
    border-color: rgb(60, 201, 156);
}

.position_item input:checked~i::after {
    opacity: 1;
    transform: none;
}

.position_item input:checked~span {
    color: rgb(60, 201, 156);
    border-color: rgb(60, 201, 156);
}

.gtf_04 {
    row-gap: 15px;
}

.mb_shapes {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -48px;
}

.mb_shapes img.center_img {
    height: 180px;
    width: auto !important;
}

.mb_right {
    position: absolute;
    left: calc(50% + 102px);
    width: 100%;
    height: 180px;
    background-repeat: repeat-x;
    background-size: contain;
}

.mb_left {
    position: relative;
    z-index: 2;
    height: 180px;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: right center;
    margin-left: -100vh;
    margin-right: -100vh;
    width: 100vw;
}

.mb_left2 {
    position: relative;
    z-index: 2;
    height: 370px;
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center 50px;
    margin-left: -100vh;
    margin-right: -100vh;
    width: 100vw;
}

.sss_container {
    width: 100%;
}

.fq_item {
    padding: 30px 30px 30px 125px;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 10px;
    color: rgb(52, 63, 82);
    position: relative;
    transition: all 0.3s ease 0s;
    border: 1px solid transparent;
    cursor: pointer;
    height: 100%;
}

.fq_item strong {
    font-size: 18px;
    color: inherit;
    margin-bottom: 15px;
    display: block;
    line-height: 1.2;
}

.fq_item p {
    font-size: 16px;
    line-height: 1.4;
    color: inherit;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.fq_item img {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 74px;
}

.other_qst {
    text-align: center;
    margin-top: 60px;
    color: rgb(52, 63, 82);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other_qst a {
    font-weight: 500;
    position: relative;
    background: rgb(52, 63, 82);
    color: rgb(255, 255, 255);
    padding: 3px 15px;
    border-radius: 30px;
    margin: 0px 5px;
    font-size: 15px;
}

.fq_item span {
    font-weight: 600;
    margin-top: 15px;
    display: block;
    font-size: 15px;
}

.other_partners {
    margin-top: 80px;
}

.ecopilot_inner {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.ei_left {
    position: relative;
    width: 150px;
}

.ei_left .atropos {}

.ei_left .eco_frame {
    position: absolute;
    inset: -30px;
    border-radius: 10px;
}

.ei_left img {
    width: 150px;
}

.atropos-inner img:nth-child(2) {
    position: absolute;
    left: 0px;
    top: 0px;
    filter: brightness(10);
}

.ei_right {
    padding: 0 0px 0 40px;
    flex: 1;
    display: flex;
    /* flex-wrap: wrap; */
}

.ei_right p {
    color: rgb(52, 63, 82);
    font-weight: 600;
}

.ei_right h2 {
    font-size: 28px;
    font-weight: 400;
    color: rgb(52, 63, 82);
    margin: 0px 0px 15px;
    line-height: 1.4;
}

.ei_right h2 span {
    display: block;
    font-size: 100%;
    font-weight: 700;
}

.ei_list ul {
    margin-top: 10px;
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
}

.ei_list ul li {
    color: rgb(52, 63, 82);
    font-weight: 600;
    font-size: 18px;
    width: 100%;
}

.ei_right a {
    color: inherit;
    font-weight: 700;
    position: relative;
}

.ei_right a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: rgb(52, 63, 82);
    margin-top: -3px;
}

a.all_props.btn_style1 {
    margin-left: 45px;
    border-width: 1px;
    margin-top: 30px;
}

a.all_props.btn_style1 i {
    margin-left: 10px;
}

#brands_gray {
    border: none;
}

#brands_gray .brand_swiper .swiper-wrapper>div+div::before {
    background-color: rgb(234, 234, 234);
}

.megamenu3 {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    box-shadow: rgba(24, 39, 75, 0.08) 0px 8px 16px -6px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-15px) translateX(-50%);
    transition: all 0.3s;
    transition-delay: 0.3s;
    pointer-events: none;
}

.megamenu3.active {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%);
    pointer-events: all;
}

.icon_ul {
    display: flex;
    flex-wrap: wrap;
}

ul.icon_ul li {
    width: 33.3333%;
}

ul.icon_ul li a {
    padding: 15px 15px 15px 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #333;
    width: 100%;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    line-height: 1.4;
    font-size: 14px;
}

@media(min-width: 993px) {

    .pt_left ul li.active,
    .pt_item ul li.active {
        background-color: rgb(60 201 156 / 20%);
    }

    .linkBox ul li a.active {
        background-color: rgb(60, 201, 156);
        color: rgb(255, 255, 255);
        padding-left: 30px;
        position: relative;
        left: -60px;
        width: calc(100% + 60px);
        border-radius: 30px;
        box-shadow: rgba(24, 39, 75, 0.08) 0px 8px 16px -6px;
        letter-spacing: 0.3px;
        font-size: 16px;
        text-transform: capitalize;
    }

    .linkBox>ul {
        display: block !important;
    }
}

@media(min-width:1201px) {
    .blogList a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .blogList a::before {
        content: '';
        position: absolute;
        inset: 0;
        transform: scale(.9);
        background-color: rgba(60, 201, 156, 0.242);
        z-index: -1;
        opacity: 0;
        transition: all .3s;
    }

    .blogList a:hover::before {
        opacity: 1;
        transform: scale(1.07);
    }

    .qi_item a:hover {
        border-color: rgb(60, 201, 156);
        color: rgb(60, 201, 156);
    }

    .timelapse .atropos:hover {
        transform: none;
    }

    .dic_item:hover {
        border-color: rgb(60, 201, 156);
    }

    .doc_box:hover {
        border-color: rgb(221, 221, 221);
    }

    .blog_inner a:hover img {
        transform: scale(1.2);
    }

    .pt_item a:hover {
        transform: scale(1.1);
    }

    .info_circle:hover::after,
    .info_circle:hover .triangle-bottom,
    .info_circle:hover .triangle-bottom2 {
        opacity: 1;
        visibility: visible;
    }

    .fq_item:hover {
        transform: scale(1.05);
    }

    a.all_props.btn_style1:hover {
        background-color: rgb(44, 84, 117);
        border-color: rgb(44, 84, 117);
        color: rgb(255, 255, 255);
    }

    .atropos:hover {
        transform: scale(1.03);
    }

    .footer_social ul li a:hover i {
        transform: scale(1.3);
    }

    .link_pack ul li a:hover::before {
        transform: translateX(0px);
        opacity: 1;
        width: 100%;
    }

    .ftc_left ul li a:hover::before {
        color: rgb(60, 201, 156);
        background-color: rgb(255, 255, 255);
    }

    .question.open:hover {
        background: white;
    }

    .btn_list1 li:nth-child(2) a:hover {
        color: rgb(44, 84, 117);
        background-color: transparent;
    }

    .header_menu>ul>li:hover .the_megamenu {
        max-height: 100vh;
        z-index: 1;
    }

    .header_menu>ul>li:hover>a::before {
        width: 100%;
    }

    a.btn_style1:hover,
    .btn_style1:hover {
        color: rgb(60, 201, 156);
        background-color: transparent;
    }

    .mm_banner a:hover {
        background-color: rgb(44, 84, 117);
        color: rgb(255, 255, 255);
    }

    .nz_item a:hover {
        background-color: rgb(44, 84, 117);
        color: rgb(255, 255, 255);
        border-color: rgb(44, 84, 117);
    }

    .brand_swiper .swiper-slide:hover img,
    .brand_swiper2 .swiper-slide:hover img {
        filter: none;
    }

    .menu_bwb2 ul>li a:hover {
        border-color: #3cc99c;
    }

    .ref_lister a:hover {
        box-shadow: rgb(24 39 75 / 16%) 0px 0px 15px 0px;
    }

    ul.icon_ul li a:hover {
        background-color: rgb(217, 242, 238);
    }

    .linkBox ul li a:not(.active2, .active):hover,
    .linkBox ul li a:not(.active2, .active):hover::after {
        color: #3cc99c;
    }

    ul.list_menu li a:hover {
        opacity: 1;
    }

    ul.list_menu li a:hover {
        background-color: transparent;
        text-decoration: underline;
    }

    .ob_item ul li a:hover {
        color: #fff;
    }

    .ob_item ul li a:hover::before {
        transform: scale(1.2);
        opacity: 1;
    }

    .ob_item:hover::before {
        transform: scale(1.2);
        opacity: 1;
    }
}

ul.icon_ul li a span {
    display: block;
    font-size: 14px;
    opacity: 0.7;
    font-weight: 600;
}

ul.icon_ul li a svg,
ul.icon_ul li a img {
    width: 30px;
    height: auto;
    position: absolute;
    left: 15px;
    top: 15px;
}

ul.icon_ul li a svg path {
    fill: rgb(44, 84, 117);
}

h3.list_menu_title {
    font-weight: 700;
    margin: 0px 0px 15px;
    font-size: 17px;
    color: #2c5475;
}

h3.list_menu_title.logo_icon {
    padding-left: 20px;
}

ul.list_menu li a {
    padding: 5px 0px;
    font-weight: 600;
    display: inline-flex;
    width: auto;
    color: #333;
    align-items: center;
    font-size: 14px;
}

.mm_content .row .col-md-4+.col-md-4,
.mm_content .row .col-md-4+.col-md-8 {
    position: relative;
}

.mm_content .row .col-md-4+.col-md-4::before,
.mm_content .row .col-md-4+.col-md-8::before {
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
    width: 1px;
    bottom: 0;
    background: #e2e2e2;
}

.col-md-8 ul.icon_ul li {
    width: 50%;
}

.col-md-4 ul.icon_ul li {
    width: 100%;
}

.mm_content .row {
    height: 100%;
}

.mm_content .row .col-md-4+.col-md-4 .list_menu_title,
.mm_content .row .col-md-4+.col-md-8 .list_menu_title,
.mm_content .row .col-md-4+.col-md-4 .list_menu {
    padding-left: 15px;
}

.menu_content {
    display: none;
}

.menu_content.active {
    display: block;
}

.col-md-12 .icon_ul {
    margin-left: -30px;
}

.col-md-12 .icon_ul li {
    padding: 0 15px;
}

.col-md-12 .icon_ul li:nth-child(3n + 1) {
    border: none;
}

.logo_icon {
    position: relative;
}

.logo_icon img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    left: 0;
}

.other_q {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.sss_item {
    border: 1px solid rgb(234, 234, 234);
    overflow: hidden;
    border-width: 0 0 1px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.sss_item h4 {
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    /* background: #f5f5f5; */
    padding: 0;
    margin: 0;
}

.sss_item p {
    margin: 30px 0 0;
    padding: 0;
}

.tcc_inner .sss_item:last-child {
    border: none;
}

.linkBox ul li ul {
    padding-left: 20px;
    position: relative;
    padding-top: 10px;
}

.linkBox ul li ul::before {
    content: '';
    position: absolute;
    top: 24px;
    bottom: 10px;
    width: 2px;
    background-color: rgb(60, 201, 156);
    left: 0;
}

.linkBox ul li ul li a {
    font-weight: 600;
    font-size: 14px;
}

.s_toggle ul {
    display: none;
}

a {
    cursor: pointer;
}

.linkBox ul li+li {
    margin-top: 5px;
}

.s_toggle>a.active2 {
    background: rgb(60, 201, 156);
    position: relative;
    color: #fff;
}

.s_toggle>a::after {
    content: "\f055";
    font-family: 'FontAwesome';
    color: #333;
    margin-left: 10px;
    font-size: 19px;
    transition: inherit;
}

.s_toggle>a.active2::after {
    content: "\f056";
    color: inherit;
}

.linkBox>ul>li>a {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
}

.contact_box {
    border: 1px solid #eaeaea;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.c_boxes {
    margin-bottom: 90px;
    margin-top: 20px;
}

.c_boxes h3 {
    font-size: 20px;
    margin: 0 0 15px;
    color: #333;
}

.contact_box div {
    font-weight: 600;
    font-size: 24px;
    color: #333;
    position: relative;
}

.contact_box.scaleBox {
    background-color: #37ba99;
    transform: scale(1.2);
    border: none;
    box-shadow: rgba(24, 39, 75, 0.08) 0px 8px 16px -6px;
    padding-top: 24px;
}

.contact_box.scaleBox div {
    color: #fff;
    margin-top: -7px;
    font-size: 28px;
}

.contact_box.scaleBox h3 {
    color: #fff;
}

.footer_social.mt-0 {
    padding: 0 15px;
}

.contact_box div ul.phn_list {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
}

.contact_box div ul.phn_list li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 400;
}

.footer_social.mt-0 ul {
    justify-content: space-between;
}

#dic_detail p {
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
}

.sss_item {
    margin-top: 0;
    border-bottom: none;
}

.bn_sss {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    column-gap: 80px;
    position: relative;
}

.bn_sss a {
    color: #333;
    font-weight: 600;
    /* width: 1px; */
    display: inline-block
}

.bn_sss .after a {
    text-align: right;
}

.bn_sss a:not(.middle_dic a) i {
    content: attr(data-title);
    color: #37ba99;
    display: block;
    font-style: normal;
}

.bn_sss .before a i {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.bn_sss .after a i em {
    display: inline-block;
    transform: rotateY(180deg);
}

.middle_dic a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border: 2px solid #37ba99;
    border-radius: 7px;
    color: #37ba93;
}

.middle_dic a i {
    color: inherit;
}

.bn_sss .before,
.bn_sss .after {
    width: 50%;
}

.middle_dic {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
}

.bn_sss .after {
    display: flex;
    justify-content: flex-end;
}

.ref_lister a {
    width: 100%;
    background-color: #fff;
    height: 150px;
    box-shadow: rgba(24, 39, 75, 0.08) 0px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all .3s;
}

.ref_lister a img {
    max-width: 70%;
    max-height: 60px;
    filter: grayscale(1);
}

.ref_lister .row {
    row-gap: 30px;
}

.linkBox ul li ul li a.active1 {
    color: #37ba99;
}

.sss_item .listitem {
    margin-top: 30px
}

.sss_item .listitem li {
    font-size: 18px;
    color: rgb(146, 146, 146);
    width: 100%;
}

.sss_item .listitem li::before {
    content: '\e806';
    font-family: 'icon-pack';
    margin-right: 5px;
    color: rgb(55, 186, 153);
}

.listitem {
    display: flex;
    row-gap: 15px;
    flex-wrap: wrap;
}

.mac_frame {
    margin-bottom: 15px;
    box-shadow: rgba(24, 39, 75, 0.08) 0px 8px 16px -6px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
}

.mac_frame .topLine {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    height: 40px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 0 20px;
    border-bottom: 1px solid #eaeaea;
}

.mac_frame .topLine i {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.mac_frame .topLine i:first-child {
    background-color: hsl(3deg 90.91% 65.49%);
}

.mac_frame .topLine i:nth-child(2) {
    background-color: hsl(41.76deg 95.33% 58.04%);
}

.mac_frame .topLine i:nth-child(3) {
    background-color: hsl(122.54deg 56.35% 50.59%);
}

.qi_item {
    margin-top: 15px;
}

.qi_item a {
    border-radius: 0.4rem;
    padding: 0.9rem 3.3rem 0.85rem 1.3rem;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: all 0.4s ease 0s;
    border-radius: 0.4rem;
    box-shadow: rgba(8, 60, 130, 0.06) 0px 0px 0px 0.05rem, rgba(30, 34, 40, 0.04) 0px 0px 1.25rem;
    background-color: rgb(255, 255, 255);
    position: relative;
    color: rgb(51, 51, 51);
    font-weight: 600;
    margin: 0px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
}

.qi_item a::after {
    content: "\f105";
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 22px;
    font-family: FontAwesome;
    color: rgb(60, 201, 156);
}

.the_header .container {
    position: relative;
}

.header_src {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 15px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.the_header.src_active .header_src {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.header_src input {
    width: 100%;
    height: 80px;
    padding-left: 40px;
    letter-spacing: .3px;
}

.the_header .container>*:not(.header_src) {
    transition: all .3s;
}

.the_header>.container {
    height: 80px;
}

.the_header.src_active .container>*:not(.header_src) {
    visibility: hidden;
    opacity: 0;
    margin-top: -15px;
}

.header_src img {
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .4;
}

.header_src button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #929292;
    font-size: 24px;
}

.menu_bwb2 {
    position: relative;
}

.menu_bwb2 ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 280px;
    margin-top: 25px;
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(24, 39, 75, 0.08) 0px 0px 16px 0px;
    background-color: #fff;
    /* border: 1px solid #f5f5f5; */
    padding: 15px;
    display: flex;
    justify-content: space-between;
    row-gap: 15px;
    flex-wrap: wrap;
    transition: all .3s;
    transform: translateY(30px) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    user-select: none;
}

.menu_bwb2 ul.active {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

.menu_bwb2::after {
    content: '';
    border: 14px solid;
    border-color: transparent transparent #ffffff transparent;
    filter: drop-shadow(0px 0 2px rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 100%;
    transform: translateX(-50%) translateY(30px);
    z-index: -1;
    left: 50%;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.menu_bwb2.active::after {
    transform: translateX(-50%) translateY(0);
    visibility: visible;
    opacity: 1;
}

.menu_bwb2 ul>li {
    width: calc(50% - 7.5px);
    transform: scale(.5);
    opacity: 0;
    transition-delay: .3s;
    transition: all .3s;
}

.menu_bwb2 ul.active>li {
    transform: none;
    opacity: 1;
}

.menu_bwb2 ul>li a {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: rgb(60 201 156 / 14%);
    height: 100%;
    border: 1px solid transparent;
    transition: all .3s;
}

.menu_bwb2 ul>li a span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
}

.menu_bwb2 ul>li a svg,
.menu_bwb2 ul>li a img {
    height: 35px;
    width: 100%;
}

.menu_bwb2::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 40px;
    height: 40px;
    background-color: #3CC99C;
    border-radius: 50%;
    z-index: -1;
    transition: all .3s;
    border: 1px solid #3CC99C;
}

.menu_bwb2.active::before {
    transform: translate(-50%, -50%) scale(1);
}

.menu_bwb2>a {
    transition: all .3s;
}

.menu_bwb2.active>a {
    color: #fff !important;
}

.net_zero {
    margin-top: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

div.section_padding .faq_container {
    width: 100%;
}

div.section_padding {
    padding: 50px 0;
}

div.section_padding .section_title {
    margin-bottom: 15px;
    text-align: left;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c5475;
}

.ref_lister .col-md-3 {
    width: 20%;
}

#linksOverlay>div {
    width: 20%;
}

.contactLis li a div a:first-child {
    font-weight: bold;
}

.footer_top {
    background-color: #2c5475;
    padding: 60px 0;
}

.loc_item p {
    color: #fff;
}

.footer_top .link_pack h3,
.footer_top .footer_nws h3 {
    color: #fff;
}

.ei_list {
    width: 400px;
}

.footer_top>.container>.row>div:first-child {
    width: 380px;
    padding-right: 30px;
}

.footer_top>.container>.row>div:last-child {
    flex: 1;
    width: auto;
    padding-left: 30px;
    border-left: 1px solid rgb(255 255 255 / 35%);
}

.menu_closer {
    display: none;
}

.menu_phone span {
    color: inherit;
    display: block;
    font-weight: 400;
    font-size: 16px;
}

a.menu_phone {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: none;
    z-index: 2;
    left: 30px;
    bottom: 30px;
    font-size: 22px;
    padding-left: 55px;
}

.menu_phone span {
    font-size: 16px;
    margin-bottom: -2px;
}

.menu_phone img {
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mm_prev,
.mobile_menuBtn,
.mobile_lng {
    display: none;
}

@media(min-width:768px) {
    .link_pack ul {
        display: block !important;
    }
}

.wave_shape {
    position: relative;
    margin-top: 15px;
}

.wave_shape::before {
    content: '';
    position: absolute;
    bottom: 50%;
    width: 100%;
    background-color: rgb(245, 252, 251);
    z-index: -1;
    height: 150vh;
}

.wave_shape img {
    mix-blend-mode: darken;
    user-select: none;
    pointer-events: none;
    width: 100%;
    min-height: 100px;
}

.contact_box .footer_social ul li a {
    color: #333;
}

.dic_res>div {
    display: flex;
    row-gap: 30px;
    flex-wrap: wrap;
}

.mm_logo {
    display: none;
}

.row30 {
    row-gap: 30px;
}

.icon-check8:before {
    margin: 0;
}

.modal-header button span {
    color: #333;
}

.col-lg-5 .atropos,
.timelapse figure {
    position: sticky;
    top: 110px;
}

.sss_container .row {
    row-gap: 30px;
}

.ei_right>div:first-child {
    flex: 1;
    padding-right: 40px;
}

.page_title img {
    position: absolute;
    mix-blend-mode: darken;
    bottom: -150px;
    width: 1920px;
    max-width: none;
    opacity: .2;
    pointer-events: none;
    user-select: none;
}

.ob_item strong {
    font-size: 18px;
}

#trx_09 {
    row-gap: 30px;
}

#trx_09 .blog_main2 {
    display: flex;
    justify-content: space-between;
}

#trx_09 .blog_main2>div {
    width: calc(50% - 15px);
    height: auto;
}
i.triangle-bottom {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 23px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

i.triangle-bottom2 {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 9px 0 9px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}


/* responsive */

@media(max-width:1400px) {
    section#sticky_section {
        padding-top: 80px !important;
    }

    .section_padding.eco_spacing {
        padding: 0;
    }

    .accordion_boxed {
        border-radius: 0;
    }

    .timelapse .t_row .row .col-md-7 {
        padding-right: 100px;
    }

    .timelapse .t_row:nth-child(2n + 2) .row .col-md-7 {
        padding-right: 0;
        padding-left: 100px;
    }

    .dm_texts h2 {
        font-size: 40px;
    }

    .dm_texts p {
        font-size: 18px;
    }

    .pt_item h2 {
        font-size: 30px;
    }

    .pt_item p {
        height: 48px;
    }

    .pt_item strong {
        font-size: 18px;
    }

    .pt_item ul li {
        font-size: 20px;
    }

    .pt_left {
        padding-top: 257px;
    }

    .link_pack .contactLis li a div a:last-child {
        font-size: 26px;
    }
}

@media(max-width:1350px) {
    .linkBox ul li a.active {
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .contact_box .footer_social ul li a::after {
        display: none;
    }

    .contact_box .footer_social.mt-0 ul {
        margin-top: 25px;
    }

    .fq_item strong {
        font-size: 16px;
    }

    .fq_item span {
        font-size: 14px;
    }

    .fq_item img {
        position: static;
        margin-bottom: 15px;
    }

    .fq_item {
        padding-left: 30px;
    }
}

@media(max-width:1200px) {
    .ei_right {
        flex-wrap: wrap;
    }

    .ei_list {
        width: 100%;
    }

    .ei_right>div:first-child {
        padding-right: 0;
    }

    .ecopilot_inner {
        align-items: flex-start;
    }

    .ftc_left {
        width: 400px;
    }

    .wave_shape {
        margin: 30px 0;
    }

    .textPack1 h1 {
        font-size: 36px;
    }

    .pt_left {
        padding-top: 292px;
    }

    .pt_item ul li {
        font-size: 18px;
    }

    .blog_main2 a span {
        font-size: 20px;
    }

    .c_boxes h3 {
        font-size: 18px;
    }

    .contact_box div {
        font-size: 22px;
    }

    .contact_box.scaleBox div {
        font-size: 20px;
    }

    .contact_box div ul.phn_list {
        margin-top: 5px;
    }

    .list_menu.forMarker li a::before {
        content: "\f124";
        font-family: 'FontAwesome';
        margin-right: 5px;
    }

    .mm_logo {
        display: block;
        margin-bottom: 15px;
        height: 40px;
    }

    .link_pack .contactLis li a div a {
        font-size: 22px;
        white-space: nowrap;
    }

    ul.icon_ul li a span {
        display: none;
    }

    .dic_item>span {
        font-size: 18px;
    }

    .letter_section_title {
        font-size: 30px;
    }

    .menuTrigger1 {
        position: relative;
        margin-right: 8px;
    }

    .menuTrigger1::before {
        content: attr(data-title);
        position: absolute;
        right: -8px;
        top: -4px;
        background-color: #37ba99;
        color: #fff;
        padding: 1px 3px;
        font-size: 7px;
        border-radius: 3px;
        font-weight: 800;
    }

    .mobile_lng {
        display: flex;
        position: absolute;
        bottom: 120px;
        left: 30px;
        background: #3cc89b;
        height: 45px;
        color: #fff;
        font-size: 16px;
        border-radius: 10px;
        padding: 0 0 0 50px;
        align-items: center;
        right: 30px;
        font-weight: 600;
    }

    .mobile_lng i {
        position: absolute;
        left: 9px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25px;
    }

    .header_menu::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        width: 100%;
        background-color: #37ba99;
    }

    .mm_content .row .col-md-4+.col-md-4 .list_menu_title,
    .mm_content .row .col-md-4+.col-md-8 .list_menu_title,
    .mm_content .row .col-md-4+.col-md-4 .list_menu {
        padding-left: 0;
    }

    .mm_prev {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 30px;
        display: block;
        font-weight: 600;
        background-color: rgb(44, 84, 117);
        color: #fff;
        text-align: left;
        height: 50px;
        z-index: 2;
        width: 320px;
    }

    .header_menu::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgb(60 200 155 / 12%);
        height: 100px;
    }

    .the_dropdown>a::after {
        content: '\f105';
    }

    a.menu_phone {
        display: block;
    }

    ul.icon_ul li {
        width: 100%;
    }

    .col-md-12 .icon_ul {
        margin-left: 0;
    }

    .col-md-12 .icon_ul li {
        padding: 0;
    }

    .icon_ul li:last-child a,
    .icon_ul li:last-child a {
        padding-bottom: 0;
    }

    .menu_closer {
        display: block;
        position: fixed;
        background-color: rgb(0 0 0 / 70%);
        z-index: 11;
        right: 0px;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
        transform: translateX(100%);
        width: calc(100% - 320px);
        height: 100%;
        top: 0;
        margin: 0;
    }

    .menu_closer.active {
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .header_menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 320px;
        background-color: #fff;
        height: 100%;
        z-index: 12;
        padding: 20px;
        transform: translateX(-100%);
        transition: all .3s;
        overflow: hidden;
    }

    .header_menu.active {
        transform: none;
    }

    .header_menu>ul {
        flex-wrap: wrap;
    }

    .header_menu>ul>li {
        width: 100%;
    }

    .header_menu>ul>li>a {
        height: auto;
        padding: 10px 0;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
    }

    .header_menu>ul>li+li {
        margin-left: 0px;
    }

    .megamenu3 {
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
        visibility: hidden;
        opacity: 0;
        transform: translateX(100%) translateY(0);
        bottom: 185px;
        overflow-y: auto;
        transition-delay: 0s;
        z-index: 2;
    }

    .megamenu3.active {
        transform: none;
    }

    .menu_content .col-md-8,
    .menu_content .col-md-4 {
        width: 100%;
    }

    .megamenu3 .container,
    .menu_content .col-md-12 {
        padding: 0;
    }

    .col-md-8 ul.icon_ul li {
        width: 100%;
    }

    .mm_content>div:not(.mm_banner) {
        padding-right: 0;
    }

    .mm_content .row .col-md-4+.col-md-4::before,
    .mm_content .row .col-md-4+.col-md-8::before {
        display: none;
    }

    .menu_content .col-md-8,
    .menu_content .col-md-4 {
        padding: 0;
    }

    .mm_content {
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-top: 80px;
    }

    .mm_content .row {
        margin: 0;
        row-gap: 30px;
    }

    h3.list_menu_title:not(.logo_icon) {
        padding-left: 0 !important;
    }

    ul.icon_ul li a {
        padding: 0px 0 30px 35px;
    }

    .header_menu>ul>li>a::before {
        display: none !important;
    }

    ul.icon_ul li a svg,
    ul.icon_ul li a img {
        left: 0;
        top: -4px;
        width: 25px;
    }

    ul.list_menu li a {
        width: 100%;
    }

    .mm_banner::before {
        inset: 0;
    }

    .mm_banner {
        width: 100%;
        margin-top: 15px;
        display: none;
    }

    .mm_banner>div {
        padding: 15px;
        border-radius: 10px;
    }

    .mm_banner h4 {
        font-size: 16px;
    }

    .mm_banner p {
        font-size: 14px;
    }

    h3.list_menu_title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    ul.icon_ul li+li a::before {
        content: '';
        position: absolute;
        top: -17px;
        left: 0;
        height: 1px;
        background-color: rgb(44 84 117 / 13%);
        width: 100%;
    }

    .th_right>div>a,
    .menu_bwb2,
    .lng_hider {
        display: none;
    }

    .th_right>div>ul>li+li.mobile_menuBtn {
        margin-left: 0;
    }

    .mobile_menuBtn {
        display: block;
    }

    .th_right>div>ul>li+li {
        margin-left: 0;
    }

    .th_right>div>ul>li a {
        padding-left: 20px;
    }
}

@media(max-width:992px) {
    .page_title img {
        left: 50%;
        transform: translateX(-50%);
        bottom: -90px;
        width: 1000px;
    }

    .nz_item+.nz_item {
        padding-left: 0px;
    }

    .net_zero>div {
        transform: none !important;
    }

    .scrollmagic-pin-spacer {
        height: auto !important;
        min-height: auto !important;
        padding: 0 !important;
    }

    #netZero {
        position: static !important;
        width: auto !important;
    }

    .nz_item {
        width: calc(50% - 30px);
        max-width: none;
        min-width: auto;
        display: block;
    }

    .net_zero>div {
        white-space: normal;
        display: flex;
        flex-wrap: wrap;
        row-gap: 60px;
        height: auto;
        justify-content: space-between;
    }

    .nz_item::before {
        display: none;
    }

    #sticky_section .row>div {
        padding: 0 15px;
    }

    .sticky_right {
        padding: 0;
    }

    #sticky_section .row {
        row-gap: 30px;
        margin: 0 -20px;
    }

    .features_tab_content {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .features_tab_content>div {
        width: 100%;
        flex: none;
    }

    .tab_buttons_row ul {
        justify-content: flex-start;
    }

    .tab_buttons_row ul li+li {
        margin-left: 0px;
    }

    .marquee-wrap .marquee__group .m-item a {
        font-size: 22px;
    }

    .marquee-wrap {
        padding: 20px;
    }

    .ry_30 {
        row-gap: 30px;
    }

    .col-lg-5 .atropos {
        position: relative;
        top: 0;
    }

    .ftc_left {
        padding-right: 0;
    }

    .detail_main .col-lg-6:last-child {
        justify-content: center;
    }

    .detail_main .col-lg-6:last-child {
        padding: 100px 0;
    }

    .dm_texts {
        padding-top: 0;
    }

    .list_menu.forMarker li a {
        font-size: 16px;
    }

    .pt_item ul li:not(.title_block) {
        position: relative;
        padding-left: 40px;
    }

    .pt_item ul li:not(.title_block, .none-i)::after {
        content: "\f05a";
        font-family: 'FontAwesome';
        position: absolute;
        left: 15px;
        top: 8px;
        color: #2c5475;
        font-size: 16px;
    }

    .pt_item ul li.title_block::before {
        color: #000;
    }

    .pt_right .pt_item:first-child {
        /* padding-top: 0; */
        margin-top: -30px;
    }

    .section_title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .pt_item p {
        height: auto;
    }

    .pt_left {
        display: none;
    }

    .pt_right {
        flex-wrap: wrap;
    }

    .pt_item ul li {
        display: flex;
        justify-content: space-between;
        padding: 8px 15px;
        height: auto;
    }

    .pt_item ul li::before {
        content: attr(data-title);
        margin-right: 30px;
        font-size: 14px;
        text-align: left;
        color: #929292;
        font-weight: 600;
    }

    .pt_item {
        width: 100%;
    }

    .blog_main2>div {
        width: calc(50% - 15px);
        height: auto;
    }

    .blog_main2 {
        justify-content: space-between;
    }

    .blog_inner .row {
        row-gap: 30px;
    }

    .footer_social.mt-0 ul {
        justify-content: flex-start;
        margin-top: 5px;
    }

    .contact_box div ul.phn_list {
        position: static;
    }

    .footer_social.mt-0 {
        display: flex;
        justify-content: center;
    }

    .linkBox>ul {
        display: none;
        margin-top: 15px;
        padding-left: 30px;
    }

    .tc_left>div h4 {
        border-radius: 4px;
        margin: 0;
        background-color: #2c5475;
        color: #fff;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0 15px;
        justify-content: space-between;
        font-size: 12px;
    }

    .tc_left>div h4::after {
        content: '+';
        font-size: 22px;
    }

    .tc_left>div h4.active::after {
        content: '-';
    }

    .link_pack .contactLis li a div span {
        font-size: 19px;
        text-align: left;
    }

    .link_pack .contactLis li a div span {
        font-size: 14px;
    }

    #innerEffect::before {
        display: none;
    }

    .link_pack h3,
    .footer_nws h3 {
        font-size: 16px;
    }

    .link_pack h3 {
        min-height: 39px;
    }

    .our_locations {
        row-gap: 0px;
        margin-left: 0;
        margin-right: 0;
    }

    .footer_top>.container>.row>div:first-child {
        width: 100%;
        padding: 0;
    }

    .footer_top>.container>.row {
        row-gap: 30px;
    }

    .footer_top>.container>.row>div:last-child {
        padding: 0;
        border: none;
    }

    .footer_top .link_pack h3,
    .footer_top .footer_nws h3 {
        text-align: center;
    }

    .footer_social ul {
        justify-content: center;
    }

    .contactLis {
        text-align: center;
    }

    .tc_content {
        padding-left: 0;
        border: none;
    }

    .text_content {
        flex-wrap: wrap;
        row-gap: 30px;
        /* flex-direction: column-reverse; */
    }

    .text_content>div {
        width: 100%;
        padding: 0;
    }

    .tc_left>div {
        position: static;
    }

    .page_title h1 {
        font-size: 38px;
    }

    .page_title {
        padding: 80px 0;
    }

    .page_title ul li a {
        font-size: 13px;
    }

    .brand_logo img {
        height: 40px;
    }

    .page_title .container>div {
        width: 100%;
        justify-content: center;
    }

    .loc_item {
        text-align: center;
    }

    .contact_box.scaleBox {
        transform: none;
    }

    .c_boxes .row {
        row-gap: 20px;
    }

    .dc_right {
        width: 290px;
    }

    .list_count>div+div::before {
        display: none;
    }

    .list_count>div:last-child .listStyle1 li:last-child {
        margin-bottom: 0;
    }

    .listStyle1 li {
        padding-right: 0;
    }
}

@media(max-width:768px) {
    #trx_09 .blog_main2>div {
        width: 100%;
    }

    .net_zero>div>div.nz_item:last-child::after {
        content: '';
        position: absolute;
        left: 29px;
        width: 2px;
        background-color: #fff;
        height: 100%;
        top: 0;
    }

    .accordion_boxed::before,
    .accordion_boxed::before {
        display: none;
    }

    .net_zero {
        position: relative;
    }

    .net_zero::before {
        content: '';
        position: absolute;
        left: 29px;
        width: 0;
        border-right: 2px dashed #eaeaea;
        top: 10px;
        bottom: 0px;
    }

    .net_zero>div>div.nz_item {
        width: 100%;
        position: relative !important;
        padding-left: 90px;
    }

    .nz_icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        z-index: 2;
    }

    .nz_item p {
        min-height: auto;
    }

    .ei_left {
        width: 100px;
    }

    #brands_gray {
        /* padding: 0; */
    }

    .nz_item strong {
        font-size: 18px;
        margin-top: 0;
    }

    .whs_item img {
        border-radius: 10px;
    }

    section#sticky_section {
        padding-top: 40px !important;
    }

    .ei_right h2 {
        font-size: 22px;
    }

    .ei_right p,
    .ei_list ul li {
        font-size: 16px;
    }

    .ei_list ul {
        margin-top: 30px;
    }

    .ecopilot_inner {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .accordion_boxed {
        flex-wrap: wrap;
    }

    .ei_right {
        width: 100%;
        flex: none;
        padding: 0;
    }

    .ftc_left ul li a::before {
        top: 1px;
    }

    .title_block1 p {
        font-size: 16px;
    }

    .ftc_left ul li a strong,
    .ftc_left p {
        font-size: 14px;
    }

    .other_partners {
        margin-top: 40px;
    }

    .features_tab_content {
        padding: 30px;
    }

    .title_block1 h2,
    .acb_left h2 {
        font-size: 22px;
    }

    .section_padding.features1,
    #sticky_section {
        padding-top: 40px;
    }

    .tab_buttons_row ul li button {
        font-size: 14px;
        padding: 16px;
    }

    .fq_item strong {
        font-size: 16px;
    }

    .fq_item p {
        font-size: 15px;
    }

    .acb_left p {
        font-size: 14px;
    }

    .fq_item img {
        width: 60px;
    }

    .fq_item {
        padding-left: 115px;
    }

    .other_qst {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .accordion_boxed {
        padding: 40px 15px;
    }

    .sss_container {
        width: 540px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .sss_container .row {
        row-gap: 15px;
    }

    .mb_texts ul li a,
    a.btn_style1,
    .btn_style1 {
        height: 40px;
        padding: 0px 15px;
        font-size: 14px;
    }

    .whs_item>div h3 {
        font-size: 18px;
    }

    .whs_item>div ul li,
    .whs_item>div p {
        font-size: 14px;
    }

    .whs_item>div {
        margin: 0px 15px -15px;
        top: -15px;
        padding: 15px;
        border-radius: 10px;
    }

    .whs_item+.whs_item {
        margin-top: 15px;
        padding-top: 15px;
    }

    .textPack1 h1 {
        font-size: 28px;
    }

    .textPack1 p {
        font-size: 16px;
    }

    .mb_inner>div:first-child {
        padding-top: 40px;
    }

    .timelapse .t_row+.t_row {
        margin-top: 40px;
    }

    .t_texts {
        padding: 30px 15px 0px;
    }

    .timelapse .t_row:nth-child(2n + 2) .row .col-md-7 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .timelapse .t_row .row .col-md-7 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .timelapse figure {
        position: relative;
        top: 0;
    }

    .marquee-wrap .marquee__group .m-item a {
        font-size: 18px;
    }

    .marquee-wrap .marquee__group .m-item a i {
        margin-right: 15px;
    }

    .marquee-wrap .marquee__group .m-item {
        margin-right: 20px;
    }

    .title_block2 h3 {
        font-size: 24px;
    }

    .section_padding.white_padding {
        padding-top: 40px;
    }

    .image_shadow {
        display: none;
    }

    .detail_main .col-lg-6:last-child {
        padding: 60px 0;
    }

    .dm_texts h2 {
        font-size: 32px;
    }

    .dm_texts p {
        font-size: 16px;
    }

    .ref_lister a {
        height: 130px;
    }

    .section_title {
        font-size: 28px;
    }

    .dc_outer {
        row-gap: 30px;
    }

    .dc_right>div {
        position: static;
    }

    .dc_outer>div {
        width: 100%;
        height: auto;
    }

    .dc_inner {
        padding: 0;
    }

    .blog_main2>div {
        width: 100%;
    }

    .blog_inner span {
        font-size: 20px;
    }

    .contact_box div {
        font-size: 18px;
    }

    .page_inner_title h2 {
        font-size: 32px;
    }

    .page_inner_title p {
        padding-top: 0;
        font-size: 16px;
    }

    .contact_area .address p {
        font-size: 16px;
    }

    .contact_area .title {
        font-size: 20px;
    }

    .contact_area .address span {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .c_boxes {
        margin-bottom: 60px;
    }

    .page_inner_title {
        margin-bottom: 30px;
    }

    .footer_social ul {
        margin-top: 20px;
    }

    .footer_social ul li a i {
        font-size: 16px;
    }

    .footer_social ul li a::after {
        font-size: 13px;
    }

    .f_nws input {
        height: 50px;
    }

    .linkBox ul li+li {
        margin-top: 0;
    }

    ul.icon_ul li a svg,
    ul.icon_ul li a img {
        width: 22px;
        top: -2px;
    }

    .dic_res>div {
        flex: 1;
    }

    .letter_list {
        position: sticky;
        left: 0;
        bottom: 0;
        transform: none;
        top: 70px;
        border-radius: 0;
        width: auto;
        display: block;
        white-space: nowrap;
        overflow-y: auto;
        padding: 0 5px;
        margin: 0 -20px;
    }

    .letter_list.active {
        transform: none;
    }

    .letter_list li {
        display: inline-block;
    }

    .letter_list li a {
        width: 100%;
        text-align: center;
        display: inline-block;
        width: 40px;
        padding: 15px 0;
    }

    .letter_section_title {
        font-size: 24px;
    }

    .choose span {
        font-size: 14px;
    }

    .files-inp {
        font-size: 13px;
        padding: 34px 70px 34px 15px;
        text-align: left;
    }

    .form_row_section h5 {
        margin-bottom: 10px;
    }

    .footer_top {
        padding: 30px 0;
    }

    .qi_item a {
        font-size: 14px;
    }

    .middle_dic a {
        font-size: 26px;
    }

    .bn_sss a:not(.middle_dic a) i {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .bn_sss a:not(.middle_dic a) {
        font-size: 14px;
    }

    .header_src {
        left: 20px;
        right: 20px;
        width: auto;
    }

    .footer_top .row.our_locations {
        display: none;
    }

    .footer_top .row {
        margin: 0;
    }

    .link_pack h3::before {
        content: "+";
        color: #2c5475;
        font-weight: bold;
        position: absolute;
        right: 15px;
        top: 12px;
        font-size: 22px;
    }

    .link_pack h3.active::before {
        content: '-';
    }

    .link_pack ul {
        margin-top: 0;
        display: none;
        padding-left: 1.3rem;
        text-align: left;
    }

    #linksOverlay {
        padding: 0;
    }

    .our_locations,
    .footer_bottom {
        margin-top: 30px;
    }

    .link_pack h3 {
        padding: 0.9rem 3.3rem 0.85rem 1.3rem;
        border-radius: 4px;
        margin-bottom: 0 !important;
        position: relative;
    }

    #linksOverlay>div {
        width: 100%;
    }

    .link_pack h3,
    .footer_nws h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .link_pack ul li a {
        font-size: 14px;
    }

    .link_pack ul li+li {
        margin-top: 5px;
    }

    div.section_padding {
        padding-bottom: 0;
    }

    .tcc_inner p {
        font-size: 14px;
    }

    #dic_detail p,
    .sss_item .listitem li {
        font-size: 16px;
    }

    .tcc_inner>img {
        min-height: 200px;
        object-fit: cover;
    }

    .other_q {
        margin-top: 30px;
    }

    .container {
        padding: 0 20px;
    }

    .question .faqAnswer {
        padding: 15px;
    }

    .linkBox>ul>li>a {
        margin-left: 0;
        width: 100%;
        font-size: 14px;
        padding: 8px 0;
    }

    .linkBox>ul>li>a.active2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section_padding {
        padding: 40px 0;
    }

    .page_title {
        padding: 40px 0 70px 0;
    }

    .page_title h2 {
        font-size: 24px;
    }

    .page_title ul li a {
        font-size: 12px;
    }

    .header_src input {
        font-size: 13px;
        padding-left: 30px;
        height: 70px;
    }

    .header_src button {
        font-size: 20px;
        right: 0;
    }

    .header_src img {
        height: 20px;
    }

    .the_header>.container {
        height: 70px;
    }

    body {
        padding-top: 70px;
    }

    .brand_logo img {
        height: 38px;
    }

    .mm_prev {
        width: 270px;
    }

    .menu_phone img {
        height: 30px;
    }

    a.menu_phone {
        padding-left: 45px;
    }

    .menu_phone span {
        font-size: 14px;
    }

    a.menu_phone {
        font-size: 18px;
    }

    ul.icon_ul li a span {
        font-size: 13px;
    }

    .header_menu {
        width: 270px;
    }

    .menu_closer {
        width: calc(100% - 270px);
    }

    .mm_banner a {
        font-size: 14px;
    }

    .mm_content {
        padding: 75px 30px 30px;
    }
}

#contactFormIf {
    height:750px;width:60%;border:none;overflow:hidden;
}
@media only screen and (max-width:991px) {
    #contactFormIf {
        width: 100%;
    }
}
.email-text {
    color:#333;
}
.email-text:hover {
    color:rgb(44, 84, 117) !important;
}
.demo-talep-form input, 
.demo-talep-form textarea {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 16px;
color: #333;
box-sizing: border-box;
}

.demo-talep-form input:focus, 
.demo-talep-form textarea:focus {
border-color: #37ba99;
outline: none;
}

.demo-talep-form .captcha img {
display: block;
margin: 0 auto;
}

.demo-talep-form .captcha input {
text-align: center;
}

.demo-talep-form .submit-area {
text-align: center;
}

.demo-talep-form .theme-btn {
background-color: #37ba99;
color: white;
border: none;
padding: 10px 20px;
font-size: 16px;
width: 100%;
cursor: pointer;
border-radius: 5px;
font-weight: 600;
transition: background-color 0.3s ease;
}

.demo-talep-form .captcha_image {
margin-bottom: 10px;
border-radius: 3px;
}

/* Küçük açıklama metni */
.demo-talep-form .mobile_yazi {
display: block;
text-align: center;
font-size: 14px;
color: #ff5e14;
margin-bottom: 10px;
}

/* Loader ikonu */
.demo-talep-form #loader {
display: none;
margin-top: 10px;
}

.demo-talep-form .ti-reload {
font-size: 24px;
color: #ff5e14;
}

/* Tam genişlik ayarları */
.demo-talep-form .fullwidth {
width: 100%;
}
.form-check{
display: flex;
}
.form-check-input{
max-width: 20px;
margin-right: 10px;
}
.demo-talep-form select {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 5px; /* Aynı border-radius'u koruyoruz */
font-size: 16px;
color: #333;
background-color: white; /* Arka plan rengi */
box-sizing: border-box;
appearance: none; /* Tarayıcı varsayılan stilini kaldırmak için */
}

/* Seçim kutusu odaklandığında */
.demo-talep-form select:focus {
border-color: #37ba99; /* Odaklanıldığında kenar rengi */
outline: none; /* Kenar çizgisini kaldır */
}

/* Seçim kutusu için ok simgesi */
.demo-talep-form select {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="%23333"><polygon points="0,0 10,0 5,5" /></svg>'); /* Ok simgesi */
background-repeat: no-repeat;
background-position: right 10px center; /* Ok simgesi konumu */
background-size: 10px; /* Ok simgesi boyutu */
}

/* Placeholder yerine label kullanımı */
.demo-talep-form label {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: rgb(51, 51, 51);
}

/* Yan yana sıralanmış alanlar */
.row {
display: flex;
flex-wrap: wrap;
margin-bottom: 15px;
}

.row > div {
padding-right: 10px;
}


/* Küçük ekranlar için */
@media only screen and (max-width: 991px) {
.row {
    flex-direction: column;
}

.row > div {
    padding-right: 0;
}
}

/* Yetkili Bilgileri Başlığı */
.firma-yetkili-bilgileri h3 {
font-size: 20px;
margin-bottom: 15px;
color: #333;
}

.iletisim-form input, 
.iletisim-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
}

.iletisim-form input:focus, 
.iletisim-form textarea:focus {
    border-color: #37ba99;
    outline: none;
}

.iletisim-form .captcha img {
    display: block;
    margin: 0 auto;
}

.iletisim-form .captcha input {
    text-align: center;
}

.iletisim-form .submit-area {
    text-align: center;
}

.iletisim-form .theme-btn {
    background-color: #37ba99;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.iletisim-form .captcha_image {
    margin-bottom: 10px;
    border-radius: 3px;
}

/* Küçük açıklama metni */
.iletisim-form .mobile_yazi {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ff5e14;
    margin-bottom: 10px;
}

/* Loader ikonu */
.iletisim-form #loader {
    display: none;
    margin-top: 10px;
}

.iletisim-form .ti-reload {
    font-size: 24px;
    color: #ff5e14;
}

/* Tam genişlik ayarları */
.iletisim-form .fullwidth {
    width: 100%;
}