@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-style: normal;
    --prime: #012B02;
    --prime2: #25A4D6;    
    --prime3: #4A7E4B;  
    --brown:#F1E9E4;
    --brown2:#E9DAD1;
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html
{
    overflow-x: hidden;
    overflow-y: visible; 
}
body
{
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.bg-brown
{
    background: var(--brown);
}
.bg-brown2
{
    background: var(--brown2);
}
/* onload animation with animation timeline */
@media (prefers-reduced-motion: no-preference) {

    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
}
.hover-top
{
    transition: 0.3s;
}
.hover-top:hover
{
    transform: translateY(-10px);
    transition: 0.3s;
}

body {
    font-family: "Open Sans", serif;

}


.text-underline
{
    text-decoration: underline !important;
}
.text-gray
{
    color: #767676 !important;
}


/* onload animation with animation timeline */
@media (prefers-reduced-motion: no-preference) {

    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
}



.tp-animate {
	animation: tp-animate 5s infinite;
}
@keyframes tp-animate 
{
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}
.tp-animate2 {
	animation: tp-animate2 6s infinite;
}
@keyframes tp-animate2 
{
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: "Open Sans", serif;
    font-size: 15px;
    font-weight: 400;
    line-height:27px;
    color: #333;
}
h1 {
    font-weight: 400;
    color: #fff;
    font-family: "Open Sans", serif;
    font-size: 55px;
}
h1 span {
    font-weight: 700;
}   
h2 {
    font-weight: 500;
    color: #333;
    font-family: "Open Sans", serif;
    font-size: 35px;    
    margin-bottom: 20px;
}
h2 span {
    font-weight: 700;
    color: var(--prime2);
}
h3 {
    font-family: "Open Sans", serif;
    font-size: 26px;
    font-weight:600;
    line-height:30px;
    color: #333;
}
h4 {
    font-family: "Open Sans", serif;
    font-size: 22px;
    font-weight:600;
    line-height:34px;
    color: #333;
}
h5 {
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: 600;
    line-height:24px;
    color: #333;
}
h6 {
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #333;
}
.text ul
{
    list-style-type: disc !important;
}
button {
    border: none;
    background: none;
}
.img-radius
{
    border-radius: 20px;
}
.text-prime {
    color: var(--prime);
}
.text-prime2 {
    color: var(--prime2);
}
.text-prime3 {
    color: var(--prime3);
}
.card-rows-section
{
    background: #fff;
    padding:40px 30px;
    border-radius: 16px;
    margin-bottom:40px;
    box-shadow: 0px 4px 40px 0px #0000001A;
    position: relative;
}
.card-rows-section::before {
    position: absolute;
    left: -150px;
    top: -170px;
    background: url('../img/particles.png') center no-repeat;
    background-size: contain;
    height: 350px;
    width: 280px;
    content: '';
    z-index: -1;
    animation: tp-animate 5s infinite;
}
.card-rows-section:nth-child(odd):before {
    left:initial;
    right: -180px;
    transform: rotate(180deg);
    /* animation: tp-animate2 5s infinite !important; */
}
.card-rows-section:last-child::after {
    position: absolute;
    left: -150px;
    bottom: -130px;
    background: url('../img/particles.png') center no-repeat;
    background-size: contain;
    height: 350px;
    width: 280px;
    content: '';
    z-index: -1;
    animation: tp-animate 5s infinite;
}
.card-rows-section:nth-child(odd):before {
   
}
.card-rows-section:last-child
{
    /* margin-bottom:0; */
}
.card-rows-section:hover .circle-icon2
{
    transform: rotate(360deg);
    transition: 0.4s;    
}
.bg-prime-circle
{
    background: var(--prime3);
    padding: 15px;
    border-radius: 500px;
}
.img-rotate
{
    transform: rotate(0deg);
    transition: 0.4s;     
}
.img-rotate img
{
    transform: rotate(0deg);
    transition: 0.4s;     
}
.img-rotate:hover img
{
    transform: rotate(360deg);
    transition: 0.4s;    
}

.img-shape
{
    transform: rotate(0deg);
    transition: 0.4s;     
}
.img-shape:hover .circle-icon2
{
    transform: rotate(360deg);
    transition: 0.4s;    
}
.testimonial-bg
{
    min-height:350px;
}
.img-shape
{
    position: relative;
}
.img-shape::before {
    position: absolute;
    right: -4px;
    bottom: -4px;
    background: url('../img/shape-white.svg') center no-repeat;
    background-size: contain;
    height: 140px;
    width: 140px;
    content: '';
}
.img-shape.brown::before {
    right: -5px;
    bottom: -3px;
    background: url('../img/shape-brown.svg') center no-repeat;
}
.img-shape.brown2::before {
    right: -5px;
    bottom: -3px;
    background: url('../img/shape-brown2.svg') center no-repeat;
}
.img-shape .logo
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.scrollbar
{
    max-height: 500px;
    overflow-y: auto;
}
/* width */
.scrollbar::-webkit-scrollbar {
    width: 10px;
  }
   /* Track */
  .scrollbar::-webkit-scrollbar-track {
    background:#D9D9D9; 
  }
   
  /* Handle */
  .scrollbar::-webkit-scrollbar-thumb {
    background: var(--prime3); 
  }
  
  .homebanner-c-after
  {
    position: absolute;
    left: 0;
    top: -41vw;
    /* transform: translateY(-50%); */
  }
  .homebanner .container
  {
    margin-top: -10em;
  }

.homeBannerslide h2
{
    font-size: 62px;
    font-weight: 400;
}
.homeBannerslide .item
{
overflow: hidden;
}
.homeBannerslide .item
{
    padding-top: 100px;
    padding-bottom: 150px;
}
.homeBannerslide .item, 
.homeBannerslide .item *
{
    position: relative;    
}
.homeBannerslide .item *
{
    z-index: 2;
}
.homeBannerslide .item::after {
    background: linear-gradient(181.31deg, rgba(85, 167, 59, 0.4) 3.07%, rgba(37, 164, 214, 0.4) 98.93%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.homeBannerslide .item::before {
    background: linear-gradient(161.18deg, #55A73B 4.86%, #060D13 92.97%);
    content: '';
    position: absolute;
    left: -4%;
    top: -10%;
    width: 30%;
    height: 130%;
    z-index: 0;
    transform: rotate(-17deg);
}
.homeBannerslide .owl-nav {
    width: 97% !important;
}
.homeBannerslide  .owl-nav button span {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 500px;
    opacity: 1 !important;
    color: var(--prime3) !important;
}
.machine {
    position: absolute;
    right: 0;
    z-index: -1;
}
.machine2 {
    margin-bottom: 0;
    position: relative;
    right: -6rem;
}
.common-padd {
    padding-top: 60px;
    padding-bottom: 60px;
}

.btn, .wpcf7-submi {
    background:var(--prime3);
    color: #fff;
    padding: 12px 35px;
    text-align: center;
    border: 1px solid  var(--prime3);
    border-radius:8px;
    transition: 0.4s;
}
.btn:hover, .wpcf7-submi:hover {
    background: transparent;
    color: var(--prime3) !important;
    border: 1px solid  var(--prime3);
    transition: 0.4s;
}
.btn2 {
    background: #fff;
    color: var(--prime3);
    padding: 12px 35px;
    box-shadow: unset;
    border-radius: 8px;
    transition: 0.4s;
}
.btn2:hover {
    color: #fff;
    background: var(--prime3);
    transition: 0.4s;
}
input[type="submit"]:hover
{
    background:transparent;
    color: var(--prime) !important;
}
select:focus, 
select:active
{
    box-shadow: unset !important;
    outline:  unset !important;
}
.categorydrop{
    border: 1px solid var(--prime3);
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #333;
    font-weight:500;
    padding: 12px 20px;
    border-radius: 500px;
}
.min-height
{
    min-height: 250px;
}


.btn-border {
    border: 1px solid var(--prime3);
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color:  var(--prime3);
    font-weight:600;
    padding: 12px 35px;
    border-radius:8px;
}
.btn-border:hover {
    background: var(--prime3);
    color:#fff!important;
    transition: 0.3s;
}
.btn-border:hover img {
    filter: brightness(100) invert(0);
    transition: 0.3s;
}

.btn-border img
{
margin-left: 10px;
}

.btn-border-white {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    /* display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content; */
    color: #fff;
    padding: 12px 95px;
    border-radius:10px;
    border-radius: 10px;
    transition: 0.3s;
}
.btn-border-white:hover {
    background: #fff;    
    color: var(--prime2);
    transition: 0.3s;
}
input[type="submit"]
{
   
}

.w-fit {
    width: fit-content;
}
.h-fit {
    height: fit-content;
}

.max {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.max2
{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.max3 {
    max-width: 1000px;
}
.bg-cover
{
    background-size: cover !important;
}

.info-box
{
    display: flex;
}
.info-box img
{
    margin-right: 10px;
}

.bg-transparent
{
    background:transparent !important;
}
header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
    /* margin-bottom: -90px; */
    box-shadow: 0px 4px 40px 0px #0000001A;
}
header.stick .navbar-brand img
{
 width: 100px;
}
header.stick nav
{
    padding-top: 0;
    padding-bottom: 0;
}
header .outer-menu
{
color: #000;
}
header.stick .outer-menu
{
color: #000;
}
header.stick  .opnenav::before {
    background:#0000002b;
}

header.stick {
    position: fixed;
    top: 0;
    width: 100%;
    /* box-shadow: 0 0 3px 0 rgba(0, 0, 0,0.2); */
    background: #fff;
    border-bottom: 1px solid #0000002b;
}

header .navbar-nav .nav-item 
{
    margin-left: 20px;
}
header .navbar-nav .nav-item .nav-link {
    position: relative;
    padding-bottom: 16px;
    transition: 0.4s;
}
header .navbar-nav .nav-item .nav-link::before {
    background: var(--prime3);
    content: '';
    position: absolute;
    left: -50%;
    transform:unset;
    bottom: 0;
    width: 82%;
    height: 4px;
    z-index: 1;
    border-radius: 20px;
    opacity: 0;
    transition: 0.4s;
}
header .navbar-nav  .dropdown-item.active, header .navbar-nav  .dropdown-item.focus,
header .navbar-nav  .dropdown-item:active, header .navbar-nav  .dropdown-item:focus
{
    color: var(--prime3) !important;
    font-weight: 700 !important;
}
header .navbar-nav  .dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}
header .navbar-nav .dropdown-menu 
{
    padding-left: 10px;
    padding-right:10px;
}
header .navbar-nav .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e2e2;
}
header .navbar-nav .dropdown-item .sub-submenu-arrow
{
    position: relative;
}
header .navbar-nav .dropdown-item.sub-submenu-arrow::before {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    /* transform: translateY(-50%); */
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #000;
    height: 4px;
    width: 9px;
}

header .navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}
header .navbar-nav .nav-item .active
{
   color: var(--prime3);
    font-weight:700;
        
}
header .navbar-nav .nav-item .nav-link.active::before, 
header .navbar-nav .nav-item:hover .nav-link::before
{  
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: 0.4s;
}
header .navbar-nav .sub-menu {
   position: relative;
   transition: 0.3s;
}
header .navbar-nav .sub-menu:hover .sub-menu-dropdown {
    display: block;
    transition: 0.3s;
 }
 header .navbar-nav .sub-menu-dropdown {
    /* position: absolute; */
    /* left: 141px; */
    min-width: 210px;
    background: #fff;
    /* top: -6px; */
    padding-left: 20px;
    display: none;
    transition: 0.3s;
}
header .navbar-nav .sub-menu-dropdown a
{ 
display: block;
border-bottom: 1px solid #e2e2e2;
padding: 10px;
}
.icon-left {
    position: absolute;
    left: 0;
    top: -120px;
    width: 200px;
}
.icon-left.style2 {
    left: -7em;
    top: -96px;
    width: 300px;
}
.overlay
{
    position: relative;
}
.overlay::before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #033104;
    height: 100%;
    width: 100%;
    opacity: 0.7;
}
.mb-100
{
    margin-bottom: 100px;
}


  .grid-2
  {
     display: flex;
     /* grid-template-columns: 1fr 1fr; */
     /* gap: 20px; */
     list-style: none;
     padding-left: 0;
     flex-wrap: wrap;
     justify-content: center;
  }
  .grid-2 li
{
    max-width:48%;
    flex:  50%;
    margin: 1%;    
    position: relative;
}
  .grid-3
  {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     /* gap: 20px; */
  }
  
.grid-3
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    width: 102%;
    margin-left: -1%;
}
.grid-3 li
{
    width: 33.33%;
    max-width:  31.33%;
    flex:  33.33%;
    margin: 1%;    
    position: relative;
    border-radius: 8px;
}


.grid-4
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.grid-4 li
{
    width: 25%;
    max-width: 23%;
    flex: 25%;
    margin: 1%;    
}
.card-style {
    margin-top: -100px;
    z-index: 2;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.card-style > li
{
    background: #fff;
    padding: 40px;
    box-shadow: 0px 4px 40px 0px #0000001A;
    border-radius: 30px;
}
.owl-carousel.card-style  .text-center
{
    background: #fff;
    padding: 24px;
    box-shadow: 0px 4px 40px 0px #0000001A;
    border-radius: 30px;
}
.owl-carousel.card-style {
    margin-top: -100px;
    z-index: 2;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-left: 10%;
    padding-right: 10%;
}
.owl-carousel.card-style .owl-stage-outer
{
    /* padding: 0px 40px; */
}
.owl-carousel.card-style .owl-stage-outer .owl-stage
{
   /* margin-left: -40px; */
}

.owl-carousel.card-style .owl-stage-outer { 
    overflow: visible;
    }
    
    .owl-carousel.card-style   .owl-item {
       opacity: 0;
       transition: opacity 500ms;
    }
    .owl-carousel.card-style  .owl-item.active {
      opacity: 1;
    }

.ul-design ul li
{
margin-bottom: 15px;
}
.ul-design ul li:last-child
{
margin-bottom: 0;
}

.circle-icon, 
.circle-icon2
{
    background: var(--prime3);
    width: fit-content;
    padding: 14px;
    border-radius: 500px;
}
.circle-icon2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    transition: 0.4s;
}
.after-banner-card
{
    margin-top: -80px;
}
.after-banner-card li
{
  background: #fff;
  padding: 35px;
  border-radius:8px;
  box-shadow: 0px 4px 40px 0px #0000001A;
}
.modal-backdrop {
    background-color: transparent;
 }
.modal
{
    background: rgba(0, 0, 0, 0.7);
}
.modal-dialog
{
    max-width: 800px;
}
.modal-body {
    position: relative;
    padding: 30px 30px;
}
.modal-body .btn-close {
    background: var(--prime);
    padding: 10px;
    position: absolute;
    z-index: 9;
    right: 1px;
    top: 1px;
    border-radius: 500px;
    opacity: 1;
}
.modal-body .btn-close::before {
    position: absolute;
    content: 'x';
    height: 20px;
    width: 20px;
    top: 37%;
    left: 53%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
}
.inner-banner {
    min-height: 380px;
    display: flex;
    align-items: center !important;
    position: relative;
    overflow: hidden;
}
.inner-banner h1
{
    position: relative;
}
.inner-banner::after {
    background: linear-gradient(181.31deg, rgba(85, 167, 59, 0.4) 3.07%, rgba(37, 164, 214, 0.4) 98.93%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inner-banner::before {
    background: linear-gradient(161.18deg, #55A73B 4.86%, #060D13 92.97%);
    content: '';
    position: absolute;
    left: -6%;
    top: -10%;
    width: 21%;
    height: 150%;
    z-index: 0;
    transform: rotate(-20deg);
}
.text-image {
    /* font-size: 400px;
    letter-spacing: -72px;
    font-weight: 700;   
color: #000;

    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.zoom
{
overflow: hidden;
}
.zoom, 
.zoom img
{
    transition: 0.4s;    
}
.zoom:hover img
{
    transform: scale(1.1);
    transition: 0.4s;    
}


.modal-body {
    position: relative;
    padding: 30px 30px;
}
.modal-body .btn-close {
    background: var(--prime);
    padding: 10px;
    position: absolute;
    z-index: 9;
    right: 4px;
    top: 4px;
    border-radius: 500px;
    opacity: 1;
}
.modal-body .btn-close::before {
    position: absolute;
    content: 'x';
    height: 20px;
    width: 20px;
    top: 37%;
    left: 53%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
}

.social-links
{
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
    margin-top: 40px;
}
.social-links li:first-child
{
margin-left: 0;
}
.social-links li
{
margin: 0 8px;
transition: 0.5s;
}

footer {
    padding: 60px 0px 20px 0;
    background: var(--prime);
}
.common-slide.nav-style2 .owl-nav
{
    top: 35%;
    transform: translate(-50%,-65%);
}
.common-slide .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 107%;
}
.common-slide .owl-nav .owl-prev, 
.common-slide .owl-nav .owl-next
{
/* background: var(--prime) !important; */
/* height: 45px;
width: 45px;
border-radius: 500px; */
display: flex;
justify-content: center;
align-items: center;
}
.common-slide .owl-nav .owl-prev span, .common-slide .owl-nav .owl-next span {
    color: #000000;
    font-size: 46px;
    font-weight: 500 !important;
    opacity: 0.5;
}

.common-slide .owl-dots {
    position: relative;
    margin-top: 20px;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* background: hwb(0deg 0% 100% / 43%); */
    padding: 10px 14px;
    border-radius: 500px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.common-slide .owl-dots button
{
    height: 15px;
    width: 15px;
    background: #ABA7A7;
    border-radius: 500px;
    margin: 0 6px;
    opacity: 0.5;
}
.common-slide .owl-dots button.active
{      
    background: var(--prime3);
    opacity:1;   
}   
.breadcrumb a, 
.breadcrumb span
{
/* font-size: 20px; */
font-weight: 300;
}
.breadcrumb span
{
    padding-left:5px;
}
.gallerySlide .item
{
    transition: 0.4s;
}
.gallerySlide .item .gallery-img {
    border-radius: 30px;
    min-height: 470px;
    /* border: 1px solid var(--prime2); */
    object-fit: cover;
}
.gallerySlide .item:hover a .magnifier
{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.4s;
}
.magnifier {
    position: absolute;
    left:calc(100% - 50px);
    top: calc(100% - 50px);
    width: 40px !important;
    transition: 0.4s;
}
.info-list
{
    padding-left: 0;
    list-style: none;
}
.info-list li
{
display: flex;
margin-bottom: 20px;
}
.info-list li .info-list-img {
    margin-right: 28px;
    padding: 12px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px #00000029;
    border-radius: 8px;
}

label
{
    font-weight: 600 !important;
    /* color: var(--prime2); */
    color: #000;
    padding-bottom:10px;
}

.form-style {
    box-shadow: 0px 4px 40px 0px #0000001A;
    padding:30px 40px;
    background: #fff;
    border-radius: 20px;
    margin-top: -10em;
}
.form-style p
{
margin-bottom: 0; 
}
.form-style  input[type="text"], .form-style  input[type="email"], .form-style  input[type="tel"], .form-style   select, .form-style   textarea, .form-style  input[type="file"], .form-style  input[type="number"]  {
    box-shadow: unset;
    color: var(--prime3);
    font-weight: 400;
    background: transparent !important;
    display: block;
    width: 100%;
    padding:10px 24px;
    border: 1px solid var(--prime3);
    border-radius: 22px;
    box-shadow: unset;
}
.form-style  input:focus, 
.form-style  input:active
{
    border: 1px solid var(--prime3) !important;
    box-shadow: unset !important;
    outline: 0 !important;
}
.form-style   textarea
{
    height: 170px;
}
.form-style   input::placeholder,.form-style  select::placeholder, .form-style  textarea::placeholder
{
    color: #5B5858;

}
.form-style .wpcf7-submit {
    width: 50%;
}
.form-style .wpcf7-submit:hover
{
    background: transparent !important;
    color:var(--prime3) !important;
    
}
.form-style .col-12
{
margin-bottom:22px;
}
.form-style .row:last-child .col-12
{
margin-bottom:0;
}
.owl-btn-wrap .prev
{
    transform: rotate(180deg);
    margin-right: 8px;
}
.owl-btn-wrap img
{
width: 55px;
}
.owl-btn-wrap button
{
    transition: 0.3s;
}
.owl-btn-wrap button:hover
{
    opacity: 0.6;
    transition: 0.3s;
}
.quick-link
{
    list-style: none;
    padding-left: 0;
}
.quick-link a {
    color: #fff;
    margin-bottom: 7px;
    display: block;
}

.bg-gray-logo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 85%;
}
.profile-img
{
    max-width: 70px;
}
.mt-n
{
    margin-top: -100px;
}
.form-style.style2 {
    margin-top: 0;
}

.form-style.style2 .col-12 {
    margin-bottom: 30px;

}
.gallery-grid
{

}
.gallery-grid
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.gallery-grid a
{
    width: 33.33%;
    max-width: 31.33%;
    flex: 33.33%;
    margin: 1%;
    position: relative;
    transition: 0.4s;   
}
.gallery-grid a .gallery-img
{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid var(--prime2);
}
.gallery-grid a:hover .magnifier {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.4s;
}
/* .product-link h4{
    color: #000; 
    background: url('http://localhost/hippocrat/wp-content/uploads/2025/02/Subtractas-1.jpg') no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.leadership .owl-stage
{
    margin-left: -40px;
}
.leadership .owl-stage-outer { 
    margin-left: -40px; 
    padding: 30px 60px; 
}
.leadership .owl-dots {
    margin-top: 10px;
}

.product-link {
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    /* border: 1px solid #D9D9D9; */
    box-shadow: 0px 4px 30px 0px #00000000;
	height: 100%;
}
.leadership .product-link.style2
{
    padding: 0 !important;
}
.leadership .product-link img {
    border-radius: 20px 20px 0 0;
}

.product-link .cont {
    padding: 0px 25px 25px 25px;
}
.product-link .arrow {
    position: absolute;
    right: 5px;
    bottom: 5px;
    max-width: 52px;
    margin-bottom: 14px;
    margin-right: 10px;
}
.product-link img
{
    margin-bottom:20px;
}
.product-link h4, 
.product-link .text {
    padding-right:50px;
}

.testimonials 
{
    max-width: 75%; 
     margin-left: auto;
    margin-right: auto;
   
}
.testimonials .owl-stage-outer
{
    /* padding:30px 80px; */
    
}
.testimonials .owl-stage-outer .owl-stage
{
    /* margin-left: -80px; */
}
.testimonials .item {
    padding: 25px 25px 18px 25px;
}
.testimonials .item .content {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 20px 0 #00000033;
}

.testimonials .img-shape::before {
    /* right: -25px;
    bottom: -25px;
    background: url('../img/shape-brown.svg') center no-repeat;
    height: 120px;
    width: 120px;
    background-size: 100%; */
}
.testimonials .circle-icon2 {
    height: 60px;
    width: 60px;
    right: -18px;
    bottom: -18px;
}
.testimonials .circle-icon2 img {
    max-width: 28px !important;
}

.testimonials .owl-item.active.center .item {
    /* display: block; */
    opacity: 1;
  }
  .prod-details {
    display: grid;
    grid-template-columns: 22% 78%;
}
 
.prod-details ul {
    padding-left: 1rem;
}
.prod-details.style2 {
    grid-template-columns:35% 65%;
}


@media (min-width: 1280px) and (max-width: 1500px) 
{
  .container
  {
    max-width: 90%;
  }
    .common-slide .owl-nav {
        width: 105%;
    }
    .card-rows-section::before {
        left: -113px;
    }
    .card-rows-section:last-child::after {
        left: -113px;
    }
}

@media (max-width: 1920px) 
{
    .homebanner-c-after {
        top: -41vw;
    }

}

@media (max-width: 1280px) 
{
   .container
  {
    max-width: 93%;
  }
    .homeBannerslide h2 {
        font-size: 50px;
    }  
    .homeBannerslide .owl-nav {
        width: 98% !important;
    }
}

@media (max-width:1600px) {
    .common-padd {
        padding-top: 50px;
        padding-bottom: 50px;
    }
   
}

@media (max-width:1500px) {
    .fancybox-content {
        transform: translate(-50%, -50%) !important;
        left: 50% !important;
        top: 50% !important;
        width: 90%  !important;
        height: calc(100% - 150px) !important;
    } 
    .fancybox-content .fancybox-image{
       object-fit: contain ;
    } 
}


@media (max-width:1400px) {
    body
    {
        zoom: 0.85;
    } 
    .homebanner-c-after {
        top: -45vw;
    }
   

}
@media (max-width:1350px) {
   
   
}
@media (max-width:1300px) {
   
   
    
}

@media (max-width:1279px) {
    body {       
        zoom:0.9;
    }
    h1 {
        font-size: 45px;
    }
    .machine {
        width: 50%;
    }  
    .img-shape.brown::before {
        right: -6px;
        bottom: -5px;
    }         
}

.productSlide .item img:first-child{
	aspect-ratio:170/101;
}



@media (max-width:1199px) {   
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    .flip-1200
    {
        flex-direction: column-reverse;
    }
    .icon-left.style2 {
        left: -3.5em;
        width: 245px;
    }  
   
}

@media (max-width:991px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size:28px;
    }
    h3 {
        font-size: 25px;
    }   
    .common-padd {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .flip-992
    {
        flex-direction: column-reverse;
    }   
    .inner-banner {
        min-height: 260px;
    }      
    .homeBannerslide h2 {
        font-size: 40px;
    }
    .homeBannerslide  .owl-nav button span {
        height: 30px;
        width: 30px;
        font-size: 24px !important;
    }
    .img-shape .logo {
        max-width: 250px;
    }
    .after-banner-card li {
        padding: 20px;
    }
    .after-banner-card {
        margin-top: -60px;
    }
    .grid-4 li {
        width: 50%;
        max-width: 48%;
        flex: 50%;
        margin: 1%;
    }
    .machine {
        right: initial;
        z-index: -1;
        left: 0;
        width: 80%;
    }
    .card-style {
        width: 100%;
    }
    .scrollbar {
        max-height: 280px;
    }
        .btn, .wpcf7-submi, .btn-border {
        padding: 9px 25px;
    }
    .card-rows-section:nth-child(odd):before {
        right: -179px;
        height: 240px;
    }
    .card-rows-section::before, 
    .card-rows-section:last-child::after {
        left: -100px;
        height: 220px;
    }
    .icon-left.style2 {
        left: -3.5em;
        width: 180px;
    }
    .gallerySlide .item .gallery-img {
        min-height: 325px;
    }   
    header.stick nav {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    header .navbar-toggler-icon {
        width: 1em;
        height: 1em;    
    }
    header .navbar-nav .nav-item .nav-link::before {
        width: 0;
        height: 0;
    }
    header .navbar-nav .sub-menu-dropdown {
        position: relative;
        left: 0;
        min-width: 210px;
        top: 0;
        padding-left: 24px;
    }
    .inner-banner {
        min-height: 300px;
    }
    .leadership .owl-stage-outer {
        margin-left: 0px;
        padding: 30px 40px;
    }
    .gallery-grid a .gallery-img {  
        height: 300px;
    }
    .tab-gallery .f-carousel__slide, 
    .tab-gallery .f-carousel__slide a
    {
        width: 100% !important;
    }
    .tab-gallery .f-carousel__slide a img {
        height: auto;
    }
    .tab-gallery {
        margin-bottom: 20px;
    }
    .info-icon
    {
        max-width:60px;
    }
    .icon-left {
        width: 140px;
    }

}

@media (max-width:767px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
    body {
        font-size: 14px;
        line-height: 26px;
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    h4 {
        font-size:20px;
        line-height: 26.05px;
    }
    h5 {
        font-size: 16px;
    } 
    .inner-banner {
        min-height: 270px;
    } 
    .homeBannerslide h2 {
        font-size: 34px;
    } 
   
    .grid-3 li {
        width: 100%;
        max-width:100%;
        flex: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .grid-3 li:last-child {
        margin-bottom: 0;
    }
    .homeBannerslide .item .col-lg-6 {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .grid-2 li
    {
        max-width:100%;
        flex:  100%;
        margin: 0;    
        margin-bottom: 20px;
    }
    .grid-2 li:last-child
    {
        margin-bottom: 0;
    }
    .card-style > li {
        padding: 25px;
    }
    .card-rows-section .row {
        flex-direction: column-reverse !important;
    }
    .card-rows-section .row .col-md-5{
        margin-top:30px;
    }
    .icon-left.style2 {
        left: -3.5em;
        width: 145px;
    }
    .gallerySlide .item .gallery-img {
        min-height: 400px;
    }
    .testimonials {
        max-width: 100%;
    }
    .common-slide .owl-dots button {
        margin: 0 4px 6px 4px;
        height: 12px;
        width: 12px;
    }
    .testimonials .item {
        padding: 0;
    }
    .form-style {
        padding: 20px 20px;
    }
    .icon-left.style2 {
        left: -1.5em;
        width: 170px;
        top: -75px;
    }
    .social-links {
        margin-top: 20px;
    }
    footer {
        padding: 60px 0px 0px 0;
    }
    .gallery-grid a {
        width: 50%;
        max-width: 48%;
        flex: 50%;
        margin: 1%;
    }
    .tab-gallery {
        padding: 18px;
    }
    .f-thumbs__track .f-thumbs__slide .f-thumbs__slide__button .f-thumbs__slide__img {
        border-radius: 10px !important;
    }
    .icon-left {
        left: 0;
        top: -100px;
        width: 114px;
    }
}

@media (max-width:576px) {
    h1 {
        font-size:26px;
        margin-bottom: 0;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 26.05px;
    }
    .inner-banner {
        min-height: 200px;
    }
    .homeBannerslide h2 {
        font-size: 30px;
    }
    
    .common-slide .owl-nav .owl-prev, .common-slide .owl-nav .owl-next {
        height: 38px;
        width: 38px;
    }
    .common-slide .owl-nav .owl-prev span, .common-slide .owl-nav .owl-next span {
        font-size: 52px;
    }
    .common-slide .owl-nav {
        width: 110%;
    }
    .grid-4 li {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .grid-4 li:last-child {
        margin-bottom: 0;
    }
    .after-banner-card li {
        width: 50%;
        max-width: 48%;
        flex: 50%;
        margin: 1%;
    }
    .icon-left.style2 {
        left: -3.5em;
        width: 124px;
    }
    .gallerySlide .item .gallery-img {
        min-height: 300px;
    }
    .testimonials .circle-icon2 {
        height: 40px;
        width: 40px;
        padding: 11px;
    }
    .icon-left.style2 {
        left: -1.5em;
        width: 124px;
    }
    .gallery-grid a .gallery-img {
        height: 240px;
    }
    .magnifier {
        width: 30px !important;
    }
    .icon-left {
        top: -100px;
        width: 90px;
    }
    .homeBannerslide .item {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media (max-width:450px) {
    .after-banner-card {
        margin-top: -44px;
    }
    .gallery-grid a .gallery-img {
        height: 200px;
    }
    .prod-details {
        grid-template-columns: 100%;
    }
}
@media (max-width:400px) {   
    .gallery-grid a .gallery-img {
        height: 180px;
    }
   
}
