body {
    font-size: 14px;
    font-family: "Rochester", serif;
    font-family: "Poppins", serif;
    overflow-y: auto;
    overflow-x: hidden;
    color: #444444;
    transition: all 0.4s;
    top: 0px !important;
}
body.overflow_style {
    overflow: hidden;
}
*,
a {
    text-decoration: none;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    position: relative;
}
a {
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {
    outline: none;
    box-shadow: none;
}
ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    margin: 0;
    line-height: 1.69;
}
::selection {
    color: #ffffff;
    background: #444444;
}
html::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

html::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #808080;
}
section {
    position: relative;
    z-index: 1;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
 
/* ==== header_css ===== */
header {
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #ffffff;
} 
header.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 100;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}
header .header_menu_list ul.navbar-nav li.nav-item {
    align-items: center;
    display: flex;
    margin: 0 22px;
}
.main_body_space{
    margin-top: 150px;
}
header .header_menu_list ul.navbar-nav li.nav-item button.dropdown-toggle {
    float: right;
}
header .header_menu_list ul.navbar-nav li.nav-item a {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 6px;
    line-height: 1.2;
    border: unset;
}
.btn_animation {
    background: #0D9C4D;
    color: #ffffff;
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid #0D9C4D;
    letter-spacing: 0.123px;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    transition: all 0.4s;
}
a.logo_part{
    max-width: fit-content;
}
header a.logo_part img {
    max-height: 124px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s;
    z-index: 2;
}
header.navbar-fixed-top a.logo_part img {
    max-height: 95px;
}
header nav.navbar {
    padding: 12px 28px 12px;
}
 
.inquiry_btn {
    display: flex;
}

.btn_animation:after {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% + 0px);
    background: #FFC90C;
    left: 50%;
    top: 0;
    transition: all 0.7s;
    z-index: -1;
    transform: translateX(-50%);
    clip-path: circle(0.0% at 50% 50%);
}
/* .language_translate .translate-btn {
    max-width: 36px;
} 
.language_translate {
    display: flex;
    margin-right: 30px;
}
.language_translate:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    top: calc(50% + 0px);
    right: 2px;
    border: 5px solid #ffffffc7;
    border-color: transparent;
    border-top-color: #444444;
    transform: translateY(-50%);
} */
/* .header .lang_translate{position: relative;} */
header .lang_translate .translate_btn {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    background: transparent;
    border: unset;
    padding: 0 12px 0 0;
    margin-right: 22px;
    color: #444444;
    font-size: 17px;
    font-weight: 500;
}
header .lang_translate .translate_btn img{transition: 0.5s;}
header .lang_translate .translate_btn.show img{transform: scale3d(1,-1,1);}
header .lang_translate .translate_btn::after{display: none;}
header .lang_translate .language ul {
    position: absolute;
    left: unset;
    right: 0;
    top: 100px;
    padding: 0;
    margin: 0;
    border: unset;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    min-width: unset;
    clip-path: polygon(0px 0px, 100% 0px, 100% 0px, 0px 0px);
    display: block;
    transition: 0.4s ease;
    transform-origin: top center;
    width: 125px;
}
header.navbar-fixed-top .lang_translate .language ul {
    top: 84px;
}
header .lang_translate .language ul li a {
    font-size: 15px;
    color: #444444;
    display: block;
    padding: 8px 12px;
    line-height: 1.3;
    font-weight: 400;
}
header .lang_translate .language ul li a:hover {
    color: #0d9c4d;
}
header .lang_translate .language ul li + li a{border-top: 1px solid #CFCFCF;}
header .lang_translate .language ul.show{clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);}
/* .header.sticky .lang_translate .language ul{top: 51px;} */
/* header .lang_translate .translate_btn:before {
    border: none;
    content: "\f107";
    font-family: 'FontAwesome';
    vertical-align: baseline;
    float: right;
    right: 0;
    position: absolute;
    font-size: 16px;
} */
header .lang_translate .translate_btn:before {
    border: none; 
    content: ""; 
    vertical-align: baseline;
    float: right;
    right: 0;
    margin: 3px 0 0 0;
    position: absolute;
    font-size: 16px;
    border-top: 4px solid #444444;
    border-right: 4px solid #ff000000;
    border-bottom: 4px solid #ff000000;
    border-left: 4px solid #ff000000;
}
.btn_animation:hover:after {
    clip-path: circle(70.7% at 50% 50%);
}
.btn_animation:hover {
    color: #444444;
    border-color: #FFC90C;
}
header .header_menu_list ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li:focus {
    box-shadow: unset;
    outline: unset;
    background-color: transparent;
} 
.main_body {
    z-index: 1;
    padding-bottom: 50px;
}
.main_body.main_body_space{
    margin-top: 130px;
}
.home_slider button {
    opacity: 1;
    display: flex;
    max-width: 68px;
    padding: 25px;
    max-height: 68px;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    border: unset;
    background-color: rgb(255 255 255 / 20%);
    transition: all 0.4s;
}
.home_slider button.carousel-control-prev{
    left: auto;
    right: 30px;
    top: calc(50% + 40px);
}
.home_slider button.carousel-control-next{
    right: 30px;
    top: calc(50% - 40px);
}
.home_slider button.carousel-control-next img {
    transform: scale(-1);
}
.home_slider button:hover {
    background: #0d9c4d;
}
.home_slider .carousel-item img{
    object-fit: cover;
}
header .inquiry_btn .btn_animation span {
    width: 100%;
    max-width: fit-content;
    white-space: nowrap;
}
header.navbar-fixed-top .inquiry_btn .btn_animation {
    padding: 10px 24px; 
}
header .header_menu_list ul.navbar-nav li.nav-item.dropdown {
    margin: 0 40px 0 22px;
    position: static;
}
header .header_menu_list ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu{
    padding: 59px 0 0 0; 
}
header.navbar-fixed-top .header_menu_list ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu{
    padding: 44px 0 0 0; 
}
.p_50{
    padding: 50px 0;
}
.m_55{
    margin: 55px 0;
}
.mt_50{
    margin-top: 50px;
}
header .header_menu_list {
    width: 100%;
    max-width: 680px;
} 
/* ===== home about us part ====== */
section.about_part:before, section.about_part::after, .our_values_part::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -55px;
    background-image: url(./../images/new_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    background-position: bottom;
    max-height: 55px;
    /* filter: invert(0.1); */
}
section.about_part::after {
    bottom: auto;
    top: -55px;
    background-position: bottom;
    transform: rotate(180deg);
}
.about_img, .about_img img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}
.info_part{
    z-index: 1;
}
.info_part span.sub_title {
    font-size: 18px;
    position: relative;
    display: inline-block;
    line-height: 1.3;
    padding: 12px 6px 12px 10px;
    font-weight: 600;
    letter-spacing: 1.7px;
    color: #000;
}
.info_part span.sub_title:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 86px;
    background: #0D9C4D;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0px 6px 0 6px;
    -webkit-border-radius: 0px 6px 0 6px;
    opacity: 0.24;
} 
.info_part .btn_animation {
    font-size: 15px;
    padding: 9px 24px;
    background: transparent;
    color: #444444;
    transition: all 0.4s;
}
.mt_30{
    margin-top: 30px;
}
.info_part h2 {
    font-size: 30px;
    margin: 18px 0;
    line-height: 1.34;
    color: #000;
    white-space: pre-line;
}
.left_padding_space {
    padding-left: 20px;
} 
.right_padding_space {
    padding-right: 20px;
}
.about_part .about_img {
    padding-left: 9px;
}
.about_part .info_part {
    padding-right: 10px;
}

/* ===== home products_part  =======*/
section.products_part {
    padding: 80px 0 35px 0;
    z-index: 0;
    margin: 55px 0;
}
section.products_part:before, .inter_business:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #0D9C4D;
    left: 0;
    top: -55px;
    z-index: -1;
    height: calc(100% + 110px);
}
section.products_part:after, .inter_business:after {
    content: "";
    position: absolute;
    height: calc(100% + 110px);
    width: 100%;
    background: url(./../images/products_overlay.png);
    background-repeat: repeat-x;
    background-size: cover;
    left: 0;
    background-attachment: fixed;
    top: -55px;
    z-index: -1;
    opacity: 0.5;
    mix-blend-mode: multiply;
}
section.products_part .info_part, section.products_part .products_slider{
    z-index: 1;
}
.products_part .info_part span.sub_title:before, .light_white span.sub_title:before, .inter_business span.sub_title:before {
    background: #ffffff;
}
.light_white {
    z-index: 1;
}
section.products_part .info_part h2 {
    white-space: pre-line;
}
span.leaf_img {
    position: absolute;
    bottom: -190px;
    z-index: 1111;
    display: flex;
    max-width: 350px;
    right: 0;
    overflow: hidden;
}
.leaf_img img {
    animation: leaf_1 8s infinite linear;
    pointer-events: none;
    right: -95px;
}

@keyframes leaf_1{
    0%{
        transform: translate(15px, -10px)  scale(0.85)  rotate(20deg);
    }
    50%{
        transform: translate(0px, 0px) scale(1) rotate(0deg);
    }
    100%{
        transform: translate(15px, -10px) scale(0.85)  rotate(20deg);
    }
}
@-webkit-keyframes leaf_1 {
    0%{
        transform: translate(15px, -10px)  scale(0.85)  rotate(20deg);
    }
    50%{
        transform: translate(0px, 0px) scale(1) rotate(0deg);
    }
    100%{
        transform: translate(15px, -10px) scale(0.85)  rotate(20deg);
    }
  }
  section.products_part .products_slider{
    margin-top: 50px;
  }
  section.products_part .products_slider a.item:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(196, 196, 196, 0) 100%);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: auto;
    max-height: 90px;
    bottom: 0;
    transition: all 0.4s;
} 
section.products_part .products_slider a.item {
    overflow: hidden;
    position: relative;
    display: block;
}
section.products_part .products_slider a.item:hover:after {
    max-height: 100%;
    opacity: 0.6;
    /* backdrop-filter: blur(10px); */
}
section.products_part .products_slider a.item img {
    transform: scale(1);
    transition: all 0.4s;
}
section.products_part .products_slider a.item:hover img {
    transform: scale(1.05); 
}
.products_slider a h3 {
    position: absolute;
    bottom: 40px;
    margin: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    font-size: 26px;
} 
/* ============ left_right_part =============== */
.left_right_part {
    background: #DBF0E5;
}
.left_right_part .lef_right_content {
    min-height: 735px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 55px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.left_right_part .left_right_img_part {
    position: absolute;
    width: 50%;
    display: flex;
    right: 0;
    top: 0;
    height: 100%;
}
.left_right_part .left_right_img_part img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home_why_choose_us.left_right_part .left_right_img_part {
    right: auto;
    left: 0;
} 

ul.list_points li {
    font-size: 18px;
    line-height: 1.541;
    color: #000000;
    margin: 25px 0px;
    padding-left: 20px;
    /* list-style-type: disc; */
}
/* ul.list_points li::marker {
    height: 5px;
    width: 5px;
    line-height: 5px;
    font-size: 13px;
} */
ul.list_points li:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #000000;
    left: 5px;
    top: 12px; 
}
ul.list_points li:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 9px;
    height: 10px;
    width: 10px;
    border: 1px solid #000000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
ul.list_points li:first-child {
    margin-top: 0;
}
ul.list_points li:last-child{
    margin-bottom: 0;
}
ul.icon_list_points li {
    color: #ffffff;
    font-size: 22px;
    background: #0D9C4D;
    margin: 27px 0;
    padding: 24px 12px 24px 50px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    /* box-shadow: 0px 0px 0px #ffc90c; */
    transition: all 0.4s;
    cursor: pointer;
}
/* ul.icon_list_points li:hover {
    box-shadow: 4px 4px 0px #ffc90c;
} */
ul.icon_list_points li:first-child {
    margin-top: 20px;
}
ul.icon_list_points li:last-child {
    margin-bottom: 0px;
}

.home_why_choose_us.left_right_part .lef_right_content {
    padding-left: 70px;
}
.online_store {
    padding: 80px 0px 00px 0px;
    background: #ffffff;
}
.main_body:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    background-image: url(./../images/new_bg.svg);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    background-position: bottom;
}
.online_store_slide .item {
    padding: 1px;
}
.online_store_slide a.store_img img {
    max-height: 55px;
    max-width: fit-content;
    width: 100%;
}
.online_store_slide a.store_img {
    border: 1px solid #C9C5C5;
    display: block;
    padding: 48px 95px 48px 15px;
    display: flex;
    justify-content: center;
}
.online_store_slide a.store_img:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-color: #0c8d45; */
    right: 0;
    top: 0;
    max-width: 86px;
    background-image: url(./../images/arrow_white.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
}
.online_store_slide a.store_img:hover:before{
    filter: invert(1);
}
.online_store_slide a.store_img:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #0c8d45;
    max-width: 86px;
    z-index: -1;
    transition: all 0.4s;
}
.online_store_slide a.store_img:hover:after {
    background-color: #FFC90C;
}
/* .online_store_slide a.store_img:after{  
    background-color: #FFC90C;  
    background-image: url(./../images/arrow_white.svg); 
   transform: scale(0.85);
   opacity: 00;
} */
/* .online_store_slide a.store_img:hover:after{
    transform: scale(1);
    opacity: 1;
} */
footer {
    padding: 95px 0 15px 0;
    background: #0D9C4D;
    /* margin-top: -35px; */
}
footer:after {
    content: "";
    position: absolute;
    height: calc(100% + 00px);
    width: 100%;
    background: url(./../images/products_overlay.png);
    background-repeat: repeat-x;
    background-size: cover;
    left: 0;
    background-attachment: fixed;
    top: 0;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: 0;
}
/* footer:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #0D9C4D;
    left: 0;
    top: -50px;
    height: calc(100% + 50px);
    z-index: -1;
} */
footer .footer_logo_part {
    text-align: center; 
    z-index: 1;
} 
footer ul.footer_social  {
    margin-top: 32px;
    gap: 20px;
}
footer ul.footer_social li a img {
    max-width: 30px;
    max-height: 30px;
    transition: all 0.4s;
}
.footer_list p, .footer_list a {
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    white-space: pre-line;
    letter-spacing: 0.5px;
}
.footer_list.company_information {
    display: flex;
    gap: 30px 55px;
    flex-direction: row;
    padding-left: 32px;
}
.company_information h5 img, .company_information h4 img {
    max-width: 16px;
    opacity: 0.75;
    margin-right: 8px;
}
.footer_list h5 {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.footer_list a {
    line-height: 1.8;
}
.company_information h4 {
    color: #ffffff;
    opacity: 0.75;
    margin: 0px 0 3px 0;
    font-size: 15px;
    font-weight: 400;
}
.footer_list {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: fit-content;
    z-index: 1; 
}
footer .footer_logo_part a.footer_logo, footer ul.footer_social {
    left: -28px;
}
.footer_list.navigation_part {
    left: -12px;
}
.footer_list.get_in_touch {
    left: 50px;
}
.footer_list a:hover {
    color: #ffc90c;
}
footer ul.footer_social li a:hover img {
    opacity: 0.7;
}
a.whatsapp_btn {
    position: fixed;
    z-index: 1;
    bottom: 35px;
    left: 35px;
} 
a.whatsapp_btn img {
    max-width: 50px;
    filter: drop-shadow(0px 0px 4px rgb(0 0 0 / 18%));
}
.copy_right {
    margin-top: 40px;
    padding: 20px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    gap: 15px 78px;
    z-index: 1;
}
.copy_right p, .copy_right a, .copy_right .text_right {
    color: rgb(255 255 255 / 75%);
    font-weight: 400;
    font-size: 14px;
}
.copy_right a:hover{
    color: #ffffff;
}

/* ====== top_bottom_style */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 25px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: "";
    line-height: 50px;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    color: #0D9C4D;
    background-image: url(../images/arrow-up-solid.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    opacity: 0.85;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #000000;
    stroke-width: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap::after {
    color: #0D9C4D;
} 
.progress-wrap .progress-circle {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: inset 0px 0px 0px 1px rgb(0 0 0 / 14%);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: rgb(255 255 255 / 20%);
    height: 38px;
    width: 38px;
    border-radius: 100%;
    transition: all 0.4s;
}
.owl-carousel .owl-nav button img {
    max-width: 11px;
} 
.owl-carousel .owl-nav {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 14px;
} 
.owl-carousel .owl-nav button.owl-next img {
    transform: scaleX(-1);
}
.owl-carousel .owl-nav button:hover {
    background: #0D9C4D;
}
.info_part p {
    margin-bottom: 15px;
}
.info_part p:last-child {
    margin-bottom: 0;
}
ul.icon_list_points li span { 
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    max-height: 62px;
    max-width: 62px;
    position: absolute;
    left: -31px;
    top: 10px;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 100%;
    -webkit-border-radius:100%;
    z-index: 1; 
    transition: 0.5s;
} 
ul.icon_list_points li span img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: 33px;
}
ul.icon_list_points li span:before {
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border: 2px dashed;
    content: "";
    position: absolute;
    border-radius: 100%;
    transition: all 0.4s;
    transform: scale(0.85) rotate(45deg);
    border-right-color: #FFC90C;
    border-top-color: #FFC90C;
    border-left-color: #0d9c4d;
    border-bottom-color: #0d9c4d;
    opacity: 0;  
}   
ul.icon_list_points li:hover span:before {
    transform: scale(1) rotate(45deg);
    opacity: 1; 
}
ul.icon_list_points li span:after{
    background: #FFC90C;
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    z-index: -1; 
}
ul.icon_list_points li:hover span {
    transform: translateX(-3px);
} 
.slider_text ul li a:hover {
    color: #ffffff;
}

/* ====== contact us form part ====== */
.contact_us_body {
    /* background: #DBF0E5; */
}
section.contact_info {
    padding: 70px 0 80px;
}
ul.contact_icon_text li {
    width: 100%;
    border-bottom: 1px dashed rgb(0 0 0 / 18%);
    padding: 35px 15px 35px 100px;
}
ul.contact_icon_text li:last-child{
    padding-bottom: 0;
}
ul.contact_icon_text li h3 {
    color: #444444;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
ul.contact_icon_text li a, ul.contact_icon_text li p {
    color: #444444;
    letter-spacing: 0.4px;
    font-size: 16px;
}
ul.contact_icon_text li p{
    margin: 0;
    white-space: pre-line;
}
ul.contact_icon_text li img {
    position: absolute;
    max-height: 45px;
    left: 34px;
    top: 38px;
    max-width: 45px;
    filter: drop-shadow(-3px -2px 0px rgb(0 0 0 / 10%));
    height: 100%;
    width: 100%;
}

ul.contact_icon_text {
    display: flex;
    flex-wrap: wrap;
    padding-right: 50px;
}

ul.contact_icon_text li:before {
    content: "";
    position: absolute;
    height: 60px;
    width: 60px;
    background: #cdcdcd;
    left: 18px;
    top: 22px;
    z-index: -1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    opacity: 0.24;
}
.contact_information {
    padding-right: 30px;
    position: sticky;
    top: 165px;
}
ul.contact_icon_text li:last-child {
    border-bottom: unset;
}
section.google_map iframe {
    width: 100%;
    height: 400px;
    filter: grayscale(0.8) contrast(1.08);
}
section.google_map {
    margin-bottom: -70px;
}
section.google_map:before {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    content: "";
    position: absolute;
    height: 30%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    filter: blur(1px);
    pointer-events: none;
}
.contact_form_part {
    padding: 60px 0 0;
    z-index: auto;
}
.contact_info span.leaf_img {
    bottom: -165px;
}
.contact_form_part:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #0D9C4D;
    left: 0;
    top: 0;
    height: calc(100% + 0px);
    z-index: -1;
}
.contact_form_part:after {
    content: "";
    position: absolute;
    height: calc(100% + 0px);
    width: 100%;
    background: url(./../images/products_overlay.png);
    background-repeat: repeat-x;
    background-size: cover;
    left: 0;
    background-attachment: fixed;
    top: 0px;
    z-index: -1;
    opacity: 0.5;
    mix-blend-mode: multiply;
}
form.form_design {
    background: #DBF0E5;
    padding: 60px 50px 70px 50px;
    margin-top: 35px;
    border-radius: 30px 30px 0 0;
}
form.form_design label {
    color: rgb(0 0 0 / 32%);
    font-size: 34px;
    font-weight: 500;
    padding-right: 22px;
    width: 100%;
    text-align: left;
    max-width: fit-content;
}
form.form_design ul {
    width: 100%;
    max-width: 950px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
    gap: 28px;
}

form.form_design input, form.form_design textarea {
    background: transparent;
    width: 100%;
    border: unset;
    resize: none;
    border-bottom: 1px solid #444444;
    padding: 0 45px 0 10px; 
    color: #444444;
}

form.form_design li {
    display: flex;
    width: 100%;
}

form.form_design input::placeholder, form.form_design textarea::placeholder {
    color: rgb(0 0 0 / 62%);
    font-size: 15px; 
}
.contact_form_part .info_part .btn_animation:after, .contact_form_part .info_part .btn_animation:before {
    background: #0D9C4D;
}
.contact_form_part .info_part .btn_animation:hover{
    border-color: #0D9C4D;
    color: #ffffff;
}
form.form_design li img {
    position: absolute;
    right: 10px;
    top: 15px;
    max-width: 22px;
    max-height: 22px;
    height: 100%;
    width: 100%;
}
form.form_design textarea {
    margin-top: 15px;
}
/* ====== contact form part close ==== */
/* .modal.popup_modal{
    opacity: 1; 
    display: block;
}
.popup_modal.modal{ 
    transition: all .7s; 
    clip-path: circle(0.0% at 50% 50%);

}
.popup_modal.modal.show, .popup_modal.modal{ 
   clip-path: circle(70.7% at 50% 50%);

}
.popup_modal.modal .modal-body.contact_form_part:after {
    display: none;
}
.modal-backdrop{
    background-color: transparent;
}
.popup_modal.modal .modal-body {
    z-index: 1;
    padding: 0;
    background-color: #0D9C4D;
    padding: 80px;
}
.popup_modal.modal .modal-dialog{
    transform: translate(0, 00px);
}
.popup_modal .modal-content button.btn-close, .popup_modal .modal-content button.btn-close:focus {
    outline: unset;
    background: transparent;
    border: 2px solid #FFC90C;
    padding: 8px;
    position: absolute;
    right: 80px;
    top: 70px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    z-index: 2;
    opacity: 1;
    box-shadow: unset;
}
.popup_modal .modal-content button.btn-close img {
    max-width: 16px;
} 
.popup_modal .info_part span.sub_title:before {
    background: #ffffff;
}
.popup_modal .popup_modal_block span, .popup_modal .popup_modal_block h2, .popup_modal .popup_modal_block p, .popup_modal .popup_modal_block a {
    color: #ffffff;
} 
.popup_modal .popup_modal_block { 
    max-width: 1110px;
    margin: auto; 
    width: 100%;
}
.popup_modal .contact_form_part:before{
    background-color: transparent;
}
.popup_modal .modal-body {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.popup_modal .popup_modal_block .info_part p a { 
    font-weight: 500;
}
.popup_modal .modal-content span.all_side_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}
.popup_modal .modal-content span.all_side_bg:after, .popup_modal .modal-content span.all_side_bg:before{
    content: "";
    position: absolute;  
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    bottom: 0;
    background-image: url(./../images/new_bg.svg);
    background-repeat: repeat-x;
    max-height: 55px;
    background-position: center bottom; 
}
.popup_modal .modal-content span.all_side_bg:before {
    bottom: auto;
    top: auto;
    transform: scaley(1);
}  
.popup_modal .modal-content span.all_side_bg.step_1:after{
    transform: scaley(-1);
}
  
.popup_modal .contact_form_part form.form_design {
    background: transparent;
    padding: 0;
    background: rgb(219 240 229 / 8%);
    margin: 35px auto 0;
    padding: 40px;
    backdrop-filter: blur(4px);
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
.popup_modal .modal-content{
    background-color: #0D9C4D;
}
.popup_modal .modal-content:after {
    content: "";
    position: absolute;
    height: calc(100% + 0px);
    width: 100%;
    background: url(./../images/products_overlay.png);
    background-repeat: repeat-x;
    background-size: cover;
    left: 0;
    background-attachment: fixed;
    top: 0px;
    z-index: -1;
    opacity: 0.5;
    mix-blend-mode: multiply;
}
.popup_modal.modal .contact_form_part form.form_design label {
    color: rgb(255 255 255 / 40%);
    font-size: 28px;
}
.popup_modal.modal .contact_form_part form.form_design input, .popup_modal.modal .contact_form_part form.form_design textarea {
    border-bottom: 1px solid rgb(255 255 255 / 42%);
}

.popup_modal.modal .contact_form_part form.form_design input::placeholder, .popup_modal.modal .contact_form_part form.form_design textarea::placeholder {
    color: rgb(255 255 255 / 100%);
}

.popup_modal.modal .contact_form_part form.form_design li img {
    filter: invert(1);
    max-width: 22px;
    max-height: 20px;
}

.popup_modal.modal  button.btn_animation {
    padding: 10px 22px;
    margin-top: 40px;
}
.popup_modal .contact_form_part form.form_design ul {
    max-width: 100%;
} */


.modal.popup_modal{
    opacity: 1; 
    display: block;
}
.popup_modal.modal{ 
    transition: all .7s cubic-bezier(0.62, -0.06, 0.58, 1); 
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
 
}
.popup_modal.modal.show{ 
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);

} 
.modal-backdrop{
    background-color: transparent;
}
.popup_modal.modal .modal-body {
    z-index: 1;
    padding: 0;
    background-color: #0D9C4D;
    padding: 80px;
}
.modal-body:before {
    content: "";
    position: fixed;
    height: calc(100% + 0px);
    width: 100%;
    background: url(./../images/products_overlay.png);
    background-repeat: repeat;
    background-size: cover;
    left: 0;
    background-attachment: fixed;
    top: 0px;
    z-index: -1;
    opacity: 0.5;
    mix-blend-mode: multiply;
}
.popup_modal.modal .modal-dialog{
    transform: translate(0, 00px);
}
.popup_modal .modal-content button.btn-close, .popup_modal .modal-content button.btn-close:focus {
    position: absolute;
    right: 30px;
    top: 70px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    z-index: 2;
    opacity: 1;
    box-shadow: unset;
    outline: unset;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 201, 12);
    border-image: initial;
    padding: 8px;
    border-radius: 100%;
}
.popup_modal .modal-content button.btn-close img {
    max-width: 16px;
    transition: all 0.4s;
}
.popup_modal .modal-content button.btn-close:hover img, header nav.navbar .navbar-toggler-close:hover img {
    filter: invert(1) brightness(0.5);
}
.popup_modal .modal-content span.all_side_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}
.popup_modal .modal-content span.all_side_bg:after, .popup_modal .modal-content span.all_side_bg:before{
    content: "";
    position: absolute;  
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    bottom: 0;
    background-image: url(./../images/new_bg.svg);
    background-repeat: repeat-x;
    max-height: 55px;
    background-position: center bottom; 
    transform: scaley(-1);
}
.popup_modal .modal-content span.all_side_bg:before {
    bottom: auto;
    top: auto;
    transform: scaley(1);
}   
.popup_modal .popup_modal_block span, .popup_modal .popup_modal_block h2, .popup_modal .popup_modal_block p, .popup_modal .popup_modal_block a {
    color: rgb(255, 255, 255);
}
.popup_modal .info_part span.sub_title::before {
    background: rgb(255, 255, 255);
}
.popup_modal .popup_modal_block {
    max-width: 1110px;
    width: 100%;
    margin: auto;
}
.popup_modal.modal form.form_design label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
}
.popup_modal.modal form.form_design input, .popup_modal.modal form.form_design textarea {
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    color: #ffffff;
}
.popup_modal.modal form.form_design li img {
    filter: invert(1);
    max-width: 22px;
    max-height: 20px;
}
.popup_modal form.form_design {
    backdrop-filter: blur(4px);
    width: 100%;
    background: rgba(219, 240, 229, 0.08);
    margin: 35px auto 0px;
    padding: 40px;
    border-radius: 8px;
}
.popup_modal.modal form.form_design input::placeholder, .popup_modal.modal form.form_design textarea::placeholder {
    color: rgb(255 255 255 / 100%);
}
.popup_modal form.form_design ul {
    margin: 0;
    max-width: unset;
}
.popup_modal.modal button.btn_animation {
    margin-top: 40px;
    padding: 10px 22px;
}
.popup_modal .modal-body {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.popup_modal .modal-content button.btn-close:before, header nav.navbar .navbar-toggler-close:before {
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    background: rgb(255, 201, 12);
    left: -1px;
    top: -1px;
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.4s;
}
.popup_modal .modal-content button.btn-close:hover:before, header nav.navbar .navbar-toggler-close:hover:before{
    transform: scale(1);
}
 
.skiptranslate {
    display: none !important;
}
footer ul.footer_social li:last-child a img {
    max-height: 26px;
}
section.tx_error_part .info_part img {
    max-width: 90px;
}
section.tx_error_part{
    margin: 70px 0 0;
}
section.tx_error_part .info_part p{
    white-space: pre-line;
}