*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Google Sans Flex", sans-serif;
}
body {
    top: 0 !important;
}
.body-class {
    overflow: hidden;
}
.navbar-nav .dropdown-item.active{
    color: var(--blue-color);
    background-color: #f1f1f1;
    
}
.dropdown-menu li a.dropdown-item.active::before {
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-link.active {
    color: var(--blue-color);
}
li{list-style: none;}
ul{margin: 0;padding: 0;}
a{text-decoration: none;}
:root{
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #444444;
    --green-color: #79BB00;
    --blue-color: #0071B4;
    --gray-light: #666666;
}
/* Navabar Start */
.nav-link {
    color: #444444;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.nav_contact .inquiry .inquiry_img::after,
.nav_contact .call .call_img::after {
    position: absolute;
    content: "";
    bottom: auto;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--green-color);
    z-index: -1;
    transition: all 450ms ease;
    border-radius: 50%;
}
.nav_contact .inquiry .inquiry_img, .nav_contact .call .call_img {
    width: 41px;
    position: relative;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call:hover .call_img::after {
    background-color: var(--black-color);
}
.inquiry:hover .inquiry_img::after {
    background-color: #000000;
}
.call:hover span {
    color: var(--blue-color);
}
.nav_contact .inquiry .inquiry_img img,
.nav_contact .call .call_img img {
    width: 19px;
}
.nav_contact .inquiry,
.nav_contact .call {
    color: var(--gray-color);
    font-size: 17px;
    font-weight: 500;
    margin: 8px 21px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    transition: all 450ms ease;
    letter-spacing: 0.4px;
    position: relative;
}
.nav_contact .inquiry::after,
.nav_contact .call::after{
    position: absolute;
    content: "";
    top: 0;
    right: -21px;
    width: 1px;
    height: 100%;
    background-color:  #d2d2d2;
}
li.nav-item {
    margin-right: 7px;
    margin-left: 7px;
}
/* ===== translate language Start==== */
.translate_language a.dropdown-toggle, header .header_part .header_menu_list .translate_language a.dropdown-toggle:focus-visible {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    box-shadow: unset;
    outline: unset;
    padding: 0px 21px 0px 21px;
}
.translate_language img {
    max-width: 20px;
    margin-right: 4px;
    margin-left: 10px;
}
.translate_language a.dropdown-toggle:after {
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-down.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0;
    border: none;
}
.translate_language ul.dropdown-menu {
    padding: 0px 0px;
    border-radius: 5px;
    visibility: hidden;
    inset: unset !important;
    transform-origin: top;
    border: unset;
    overflow-y: scroll;
    z-index: 0;
    background: transparent;
    border: 1px solid #e2e2e2;
    max-height: 0;
    position: absolute;
    right: 0!important;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: unset; 
    margin-top: 0px !important;
    display: block;
    top: 100% !important;
}
.translate_language ul.dropdown-menu.show {
    max-height: 200px;
    transition: all 0.4s;
    visibility: visible;
    padding: 0px 0px;
}
.translate_language ul.dropdown-menu {
    max-height: 0px;
    background-color: var(--white-color);
}
.translate_language ul.dropdown-menu li a {
    color: #444444;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    background-color: var(--white-color);
}
.translate_language ul.dropdown-menu li:last-child a {
    border: unset;
    padding-bottom: 0;
}
.skiptranslate {
    display: none;
}
/* ===== translate language End==== */
.company_logo {
    margin-left: 28px;
    margin-right: 44px;
    transition: all 450ms ease;
}
.company_logo:focus-visible{
    outline: none;
}
.company_logo img{
    width: 100%;
    transition: all 450ms ease;
    max-width: 198px;
}
.company_logo img:focus-visible{
    outline: none;
}
.nav_contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
    display: inline-block;
}
.navbar-nav  .nav-item.dropdown .nav-link{
    padding-right: 0px;
}
.navbar-nav  .nav-item.dropdown{
    margin-right: 10px;
}
.navbar {
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    background: var(--white-color);
    width: 100%;
    left: 0;
    transition: 0.4s all;
    box-shadow: 0 2px 63px rgba(0, 0, 0, 38%);
    padding-top: 9.5px;
    padding-bottom: 9.5px;
}
.navbar:has(+ .brd_bnr_sec) {
    box-shadow: 0 2px 63px rgba(0, 0, 0, 0.28);
}
.nav-link:focus, .nav-link:hover {
    color: var(--blue-color);
}
li.nav-item.dropdown .dropdown-menu {
    z-index: 0;
    margin-top: 0;
    border: none;
    left: -15px;
    top: 32px;
    max-width: fit-content;
    min-width: 200px;
    border: unset;
    background: transparent;
    border-width: 0px 1px 1px 1px;
    border-radius: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    transition: all 650ms ease;
    transform-origin: top;
    overflow: hidden;
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 38px 0 0 0;
}
.dropdown-menu li {
    transition: all 0.6s;
    background-color: var(--white-color);
    position: relative;
    border-bottom: 1px solid #aeaeae36;
}
.dropdown-menu li a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--blue-color);
    opacity: 0;
    visibility: hidden;
    outline-offset: 2px;
    outline: 1px solid var(--blue-color);
    transition: all 450ms ease;
}
.dropdown-menu.dropdown-menu-end li a::before{
    visibility: hidden;
}
.dropdown-menu.dropdown-menu-end li a:hover::before {
    visibility: hidden;
}
.dropdown-menu li a:hover::before {
    opacity: 1;
    visibility: visible;
}
.dropdown-item {
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-color);
    line-height: 1;
    padding: 11px 20px 11px 22px;
    transition: all 450ms ease;
    letter-spacing: 0.4px;
}
.dropdown-menu li:hover .dropdown-item{
    color: var(--blue-color);
    background-color: #f1f1f1;
}
.nav-item .nav-link.dropdown-toggle {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    border: none;
    background-color: transparent;
}

.dropdown-toggle:focus-visible{
    outline: none;
}
li.nav-item.dropdown .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotateX(180deg);
}
.dropdown-toggle::after {
     color: var(--blue-color);
    transition: all 450ms ease;
    display: inline-block;
     margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    top: 2px;
    position: relative;
}
.dropdown-toggle.nav-link::after {
    top: 1px;
}
button.dropdown-toggle {
    border: none;
    background: transparent;
}
.navbar-toggler {
    padding: 0;
    z-index: 999;
    width: 32px;
    height: 32px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.navbar-toggler .navbar-toggler-icon span{
    width: 100%;
    height: 2px;
    background-color: var(--blue-color);
    display: block; 
}
.navbar-toggler .navbar-toggler-icon span:nth-child(1) {
    width: calc(100% - 6px);
    float: left;
    transition: all 450ms ease;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
}
.navbar-toggler .navbar-toggler-icon span:nth-child(2) {
    width: calc(100% - 0px);
    float: left;
    transition: all 450ms ease;
    position: absolute;
    top: 50%;
    left: 0;
}
.navbar-toggler .navbar-toggler-icon span:nth-child(3) {
    width: calc(100% - 6px);
    float: right;
    transition: all 450ms ease;
    position: absolute;
    top: calc(50% + 8px);
    left: 0;
} 
.navbar-collapse.collapse.show + .nav_contact .navbar-toggler .navbar-toggler-icon span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    position: absolute;
    left: 50%;
    width: 100%;
}
.navbar-collapse.collapse.show + .nav_contact .navbar-toggler .navbar-toggler-icon span:nth-child(2){
    width: 0px;
} 
.navbar-collapse.collapse.show + .nav_contact .navbar-toggler .navbar-toggler-icon span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    position: absolute;
    left: 50%;
    width: 100%;
}
.translate_language .dropdown-item {
        padding: 8px 12px 8px 12px;
    }
/* Navabar End */

/* Banner Section Start */
.hero_banner {
    position: relative;
    transition: all 450ms ease;
}
.hero_banner .swiper-pagination-bullet {
    position: relative;
    width: 6%;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.56);
    opacity: 1;
    overflow: hidden;
}
.hero_banner .swiper-pagination-bullet span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: var(--green-color);
}
.hero_banner .swiper-pagination {
    bottom: 20px !important;
}
.hero_banner .swiper-button-next, .hero_banner .swiper-button-prev {
    left: auto;
    transform: scale(1);
    transition: all 0.4s;
    background-color: #FFFFFF00;
    backdrop-filter: blur(20px);
    height: 50px;
    width: 50px;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.4s;
    z-index: 999;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 77;
}
.hero_banner:hover .swiper-button-prev,
.hero_banner:hover .swiper-button-next {
    opacity: 0;
}
.hero_banner .swiper-button-prev {
    right: 0%;
    top: calc(50% - 34px);
}
.hero_banner .swiper-button-next {
    right: 0%;
    top: calc(50% + 34px);
}
.hero_banner .swiper-button-prev:hover,
.hero_banner .swiper-button-next:hover {
    background-color: #000000;
}
.hero_banner .swiper-button-next::after, .hero_banner .swiper-button-prev::after {
    background: none;
    background-image: url(../images/arrow-white.svg);
    width: 16px;
    height: 16px;
    font-size: 0px;
    object-fit: contain;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.hero_banner .swiper-button-prev::after {
    transform: rotate(180deg);
}
.hero_banner .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Banner Section End */

/*  About Section Start */
.about_sec{
    position: relative;
    padding: 100px 0;
}
.theme_box h4 {
    font-size: 17px;
    font-weight: 500;
    color: var(--gray-light);
    border-bottom: 1px solid #AEAEAE;
    padding-bottom: 20px;
    max-width: 631px;
    margin: 0 auto 20px;
    width: 100%;
    letter-spacing: 0.4px;
}
.about_sec .theme_box h4 {
    margin:0 0 20px;
}
.theme_box h2 {
    font-size: 35px;
    font-weight: 400;
    color: var(--gray-color);
    margin-bottom: 20px;
    white-space: pre-line;
}
p,
.theme_box p {
    font-size: 17px;
    font-weight: 400;
    color: var(--gray-color);
    line-height: 1.6;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.theme_padding {
    max-width: 664px;
    margin: 0 auto 0 60px;
}
.theme_btn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 31px;
    height: 100%;
    background-color: var(--green-color);
    transition: all 450ms ease;
    border-radius: 20px;
    z-index: -1;
}
.theme_btn:hover::before {
    width: 100%;
}
.theme_btn::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../images/arrow-white.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 450ms ease;
    z-index: 0;
}
.theme_btn {
    position: relative;
    padding: 4.5px 37px 4.5px 0px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-color);
    transition: all 450ms ease;
    margin: 20px 0 0;
    border: none;
}
.theme_btn:hover {
    padding: 4.5px 40px 4.5px 13px;
}
.theme_btn:hover{
    color: var(--white-color);
}
.about_img {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}
.about_img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 10px;
    height: 100%;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 0;
}
.about_img::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #fff;
    transform: translateY(-50%);
}
.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 49% 13%;
    transition: all 450ms ease;
}
.about_img:hover img {
    border-radius: 13%;
}
.exp_year_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: hidden;
    z-index: 3;
    width: 202px;
    height: 202px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.exp_year_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffffbd;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 450ms ease;
}
.about_img:hover .exp_year_box::before {
    background-color: #ffffffd9;
}
.exp_year_box p{
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-color);
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 0.5px;
}
.exp_year_box h4{
    margin-bottom: 0;
    position: relative;
    margin-left: -10px;
}
.exp_year_box h5{
    font-size: 18px;
    font-weight: 600;
    color: var(--gray-color);
    white-space: pre-line;
}
/*counter start*/
.about_year .counter {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 72px;
    text-align: center;
    padding-right: 0px;
    justify-content: center;
}
.about_year .counter > span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 43px;
    transition: transform 2s ease;
    transform: translateY(0);
    align-items: center;
    font-weight: 600;
    color: var(--blue-color);
}
.about_year .counter > span span {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.about_year h4:after {
    content: "+";
    color: var(--green-color);
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    right: -16px;
}
.about_year h4 span{
     font-size: 70px;
    font-weight: 700;
    line-height: 1;
    color: var(--blue-color);
    margin-bottom: 0;
}
/*counter end*/
/*  About Section End */

/* Product Section Start */
.product_sec {
    padding: 75px 0 26px;
    position: relative;
    background-color: #F3F1EC;
}
.product_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 35%;
    background: url(../images/light_bg.jpg) no-repeat center center / cover;
    mix-blend-mode: luminosity;
    z-index: 0;
} 
.product_sec .container{
    z-index: 1;
    position: relative;
}
.product_sec .theme_box h2{
    margin-bottom: 55px;
}
.box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 450ms ease;
    display: block;
}
.box::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 116px);
    background-color: var(--white-color);
    opacity: 50%;
    border-radius: 100px 10px;
    box-shadow: 1px 25px 66px rgba(0, 0, 0, 0.25);
    transition: all 450ms ease;
    z-index: -1;
}
.box:hover::after {
    border-radius: 50px 10px;
}
  .products_title {
    padding: 30px 30px 44px 30px;
}
.products_title h4 {
    font-size: 25px;
    color: var(--gray-color);
    font-weight: 600;
    margin-bottom: 0;
}
.two_arrow_btn {
    width: 41px;
    height: 41px;
    border: none;
    border-radius: 50%;
    background-color: var(--black-color);
    overflow: hidden;
    bottom: -20px;
    position: absolute;
    top: auto;
    left: 50%;
    transition: all 450ms ease;
    transform: translateX(-50%);
}
.box:hover .two_arrow_btn{
    background-color: var(--green-color);
}
.arrow {
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}
.arrow.right {
    transform: translate(-50%, -50%);
    opacity: 1;
    width: 16px!important;
}
.arrow.left {
    transform: translate(-150%, -50%);
    opacity: 0;
    width: 16px!important;
}
.box:hover .two_arrow_btn .arrow.right {
    transform: translate(150%, -50%);
    opacity: 0;
}
.box:hover .two_arrow_btn .arrow.left {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.products_image img{
    width: 200px;
    height: 200px;
}
.owl-carousel .owl-item .pro_img {
    display: inline-block;
    width: auto;
    max-height: 231px;
    max-width: 231px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 1px 25px 50px rgba(0, 0, 0, 0.25);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    display: flex;
    height: 100%;
    padding-bottom: 100px;
}
/* Product Section End */
/* Quality Assurance Section Start */
.quality_sec{
    padding: 100px 0;
}
.quality_img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 450ms ease;
    object-fit: cover;
}
.quality_img:hover img {
    transform: scale(1.03);
}
.quality_img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    border-radius: 20px;
}
.quality_img::before,
.quality_img::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 450ms ease;
    background-color: rgb(225 225 225 / 10%);
    z-index: 1;
    clip-path: polygon(0 49%, 100% 49%, 100% 0, 0 0);
}
.quality_img:hover::after{
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.quality_img::before{
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
.quality_img:hover::before{
    opacity: 1;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.quality_info{
    max-width: 516px;
    margin: 0 auto auto 48px;
}
.mb_100{
    margin-bottom: 100px;
}
.quality_info p{
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/* Quality Assurance Section End */
/*Whay Choose Us Section Start */
.why_sec {
    padding: 100px 0;
    position: relative;
    background-color: #F3F1EC;
}
.why_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 35%;
    background: url(../images/light_bg.jpg) no-repeat center center / cover;
    mix-blend-mode: luminosity;
    z-index: 0;
}
.why_sec .container{
    z-index: 1;
    position: relative;
}
.why_sec .theme_box h2 {
    margin-bottom: 0px;
}

.why_sec .theme_box h4 {
    margin: 0 0 20px;
}
.why_icon_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
    padding: 20px 0;
    position: relative;
    z-index: 0;
    transition: all 450ms ease;
}
.why_sec.why_about_sec .why_icon_box{
    padding: 16px 0;
}
.why_icon_box h4 {
    font-size: 19px;
    color: #444444;
    font-weight: 500;
    white-space: pre-line;
    margin-bottom: 0;
    line-height: 1.4;
    transition: all 450ms ease;
    letter-spacing: 0.6px;
}
.why_icon_box:hover h4{
    color: var(--blue-color);
}
.why_sec.why_about_sec .why_icon_main {
    padding: 40px 0;
}
.why_icon_main {
    padding-top: 64px;
    padding-bottom: 10px;
}
.why_icon img {
    max-width: 54px;
    width: 100%;
    transition: all 450ms ease;
}
.why_icon_box:hover .why_icon img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(99%) saturate(1650%) hue-rotate(182deg) brightness(97%) contrast(101%);
}
.looking_box {
    max-width: 438px;
    margin: 0 auto;
    margin-top: -155px;
    position: sticky;
    top: 110px;
    transition: all 450ms ease;
}
.looking_text {
    padding: 40px 40px 58px 55px;
    border-radius: 20px 20px 0 0;
    position: relative;
    width: calc(100% - 58px);
    margin: 0 auto;
    margin-bottom: -184px;
    z-index: 1;
    overflow: hidden;
    background-color: rgb(0 0 0 / 41%);
    backdrop-filter: blur(8px) brightness(0.47);
    opacity: 93%;
}
.looking_box:hover .looking_text::after {
    height: 100%;
    top: auto;
}
.looking_text h3{
    font-size: 35px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 29px;
    line-height: 1.1;
}
.looking_text p {
    font-size: 18px;
    color: var(--white-color);
    opacity: 85%;
    font-weight: 500;
    margin-bottom: 32px;
    letter-spacing: 0.4px;
    line-height: 1.4;
}
.contact_btn {
    position: relative;
    padding: 4.5px 44px 4.5px 0px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
     font-size: 17px;
    font-weight: 500;
    color: var(--white-color);
    transition: all 450ms ease;
    margin: 0;
    z-index: 0;
}
.contact_btn::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../images/arrow-white.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 450ms ease;
    z-index: 0;
}
.contact_btn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    background-color: var(--green-color);
    transition: all 450ms ease;
    border-radius: 20px;
    z-index: -1;
}
.looking_box:hover .contact_btn {
    padding: 4.5px 40px 4.5px 13px;
    color: var(--white-color);
}
.looking_box:hover .contact_btn::before {
    width: 100%;
}
.looking_img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.looking_img {
  position: relative;
}
/*Whay Choose Us Section End */
/* Footer Start */
footer {
    padding: 58px 0 0;
    position: relative;
    background:url(../images/bg.jpg) no-repeat center center / cover, #174F2C;
    background-blend-mode: multiply;
}
.footer_list h3 {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}
.footer_list li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    font-weight: 300;
    padding: 4px 0;
    display: block;
    position: relative;
    padding-left: 0;
    transition: all 450ms ease;
    letter-spacing: 0.4px;
}
.footer_list li a:hover{
    color: var(--white-color);
    padding-left: 2px;
    /* padding-left: 14px; */
}
/* .footer_list li a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--green-color);
    opacity: 0;
    visibility: hidden;
    outline-offset: 2px;
    outline: 1px solid var(--green-color);
    transition: all 450ms ease;
}
.footer_list li a:hover::before {
    opacity: 1;
    left: 0;
    visibility: visible;
} */
.f_list_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 10px;
}
.footer_list p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    font-weight: 300;
    white-space: pre-line;
    text-align: right;
    margin-bottom: 10px;
    line-height: 1.6;
    letter-spacing: 0.4px;
}
.footer_list li{
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    font-weight: 400;
}
.footer_list.footer_right h3{
    text-align: right;
    margin-bottom: 22px;
}
.footer_contact h5, .footer_contact a{
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-align: right;
    transition: all 450ms ease;
}
.footer_contact a:hover{
    color: var(--white-color);
}
footer .container:first-child{
    margin-bottom: 28px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(225, 225, 225, 19%);
}
footer .container:nth-child(2){
    margin-bottom: 30px;
}
footer .container .row{
    padding-left: 20px;
    padding-right: 20px;
}
ul.social_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}
li.social a {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: var(--green-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    transition: all 450ms ease;
    overflow: hidden;
    border: 1px solid var(--green-color);
}
li.social a:hover{
    background-color: transparent;
    border: 1px solid var(--white-color);
}
li.social a img{
    transition: all 450ms ease;
    max-height: 18px;
}
.copyright_part_text {
    background-color: #0F391F;
    text-align: center;
    padding: 25.5px 20px 20px;
    border-radius: 20px 20px 0 0;
}
.copyright_part_text p span:before {
    content: "";
    position: absolute;
    height: calc(100% - 8px);
    width: 2px;
    background: var(--white-color);
    opacity: 0.65;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
.copyright_part_text p span:last-child::before {
    display: none;
}
.copyright_part_text p span {
    padding: 0px 6px;
    display: inline-block;
    position: relative;
}
.webplus a img {
    max-width: 27px;
    transition: all 0.4s;
    margin-left: 2px;
    filter: grayscale(0.8);
    height: 100%;
    max-height: 26px;
    transition: all 450ms ease;
    max-width: 27px;
    margin-left: 2px;
    max-height: 26px;
    height: 100%;
    transition: all 0.45s ease;
    mix-blend-mode: luminosity;
}
.copyright_part_text img{
        mix-blend-mode: luminosity;
    }
    .copyright_part_text img:hover{
        mix-blend-mode: normal;
    }
.copyright_part_text p span.webplus::before {
    opacity: 0;
}
.copyright_part_text p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
}
/* Footer End*/
/*Request a Quote Model Start*/
@media (min-width: 576px) {
   .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
}
.modal{height: 100%;background-color: var(--white-color);}
.modal-content{background-color: transparent;}
.modal.fade.show{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);opacity: 1;}
.modal.fade{display: inline-block;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);transition: all 0.5s; opacity: 1;}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-blend-mode: luminosity;
    background: url(../images/light_bg_old.jpg) no-repeat center center / cover, #F3F1EC;
}
.model_img {height: 100vh;position: sticky;top: 0;}
.model_img img{width: 100%;height: 100vh;object-fit: cover;}
#req_a_quote .Enquiry_form {
    height: 100%;
    padding: 60px;
    margin: 60px 60px 60px 50px;
    background-color: #ffffff9e;
    position: relative;
    max-height: fit-content;
    border-radius: 8px;
}
.btn-close {
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    padding: 0px;
    background: none;
    border: 0;
    opacity: 1;
    position: fixed;
    transition: all 450ms ease;
    top: 20px;
    right: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    z-index: 9;
    background-color: transparent;
}
.btn-close:focus{box-shadow: none;}
.btn-close:hover {opacity: 1;transition: all 450ms ease;}
.btn-close span:nth-child(1) {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--blue-color);
    transition: all 450ms ease;
    opacity: 1;
}
.btn-close span:nth-child(2) {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: var(--blue-color);
    transition: all 450ms ease;
    opacity: 1;
}
.btn-close:hover span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(0deg);
}
.btn-close:hover span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg);
}
.Enquiry_form .theme_box h4 {
    margin: 0 0 20px 0;
}
.Enquiry_form .theme_btn::before {
    z-index: -1;
}
.Enquiry_form .theme_btn {
    z-index: 1;
    background-color: transparent;
}
.Enquiry_form .theme_box p {
    max-width: 610px;
    text-align: center;
    margin: 0 auto;
}
.Enquiry_form .theme_box p a{
    font-size: 17px;
    font-weight: 500;
    color: var(--gray-color);
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
    transition: all 450ms ease;
    white-space: pre;
}
.Enquiry_form .theme_box p a:hover{
    color: var(--blue-color);
}
.Enquiry_form .theme_box h2 {
    margin-bottom: 16px;
    text-align: center;
}
.Enquiry_form .theme_btn{
    margin: 0 auto;
    display: flex;
}
.form-control{
    background-color: transparent;
}
textarea.form-control:active,
textarea.form-control:focus,
.form-label,
.form-control {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-color);
    letter-spacing: 0.2px;
    transition: all 450ms ease;
}
textarea.form-control::placeholder,
input.form-control::placeholder{
    font-size: 15px;
    color: #b4b4b4;
    font-weight: 400;
    letter-spacing: 0.2px;
    transition: all 450ms ease;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid var(--blue-color);
    background-color: transparent;
}
textarea.form-control {resize: none;}
/*Request a Quote Model End*/
/*navbar sticy class start*/
.navbar {
    transition: all 250ms ease;
}
.navbar.h_fixed .company_logo img{
    max-width: 170px;
}
.navbar.h_fixed li.nav-item.dropdown .dropdown-menu {
    top: 26px;
}
/*navbar sticy class End*/

/*WhatsApp Connect Start*/
button.wtsapp {
    position: fixed;
    z-index: 2;
    right: 2px;
    bottom: 30px;
    transition: all .5s ease;
    background: transparent;
    border: 0;
}
.whatsapp_content.open {
    opacity: 1;
    visibility: visible;
    bottom: 65px;
    right: 46px;
    margin-left: 12px;
    position: fixed;
    border-radius: 7px;
    overflow: hidden;
}
.whatsapp_content {
    max-width: 315px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms cubic-bezier(0.335, 0.01, 0.03, 1.36);
    position: relative;
    bottom: 60px;
    display: none;
    display: table-column;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
    z-index: 2;
}
.whatsapp_content.open p {
    background: #29a71a;
    color: var(--white-color);
    font-weight: 500;
    padding: 15px;
    margin: 0;
    font-size: 13px;
}
button#ws_toggle img {
    max-width: 56px;
}
div#whatsapp_content img {
    max-width: 30px;
}
.wtsapp-number {
    padding: 15px;
    background-color: var(--white-color);
}
.wtsapp-number a {
    color: var(--gray-color);
    font-size: 14px;
    font-weight: 600;
}
.wtsapp {
    position: relative;
    border: none;
    background: transparent;
    padding: 10px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.wtsapp img {
    position: relative;
    z-index: 3;
    width: 40px;
    height: auto;
}
.zoom-animate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    border: 4px solid #29a71a;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 1;
    opacity: 0;
    animation: zoomInOut 2s ease-out infinite;
    transition: all 0.9s ease-in-out;
}
.wave1 {
    animation-delay: 0s;
}
.wave2 {
    animation-delay: 1s;
}
@keyframes zoomInOut {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.6;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}
/*WhatsApp Connect End*/


/* ==== thanks_error_css ====== */
.thanks_error_part img {
    max-width: 105px;
    margin-bottom: 15px;
}
.thanks_error_part p {
    max-width: 700px;
    margin: 0 auto 28px;
}
.thanks_error_part h5{
    color: #444444;
    font-size: 20px;
}