@font-face {
    font-family: mainFont;
    /* src: url('Exo/static/Exo-Regular.ttf'); */
    /* src: url('Bree_Serif/BreeSerif-Regular.ttf'); */
    src: url('Josefin_Sans/JosefinSans-VariableFont_wght.ttf');
    /* src: url('Concert_One/ConcertOne-Regular.ttf'); */
    color: #000;
    font-weight: 320;
    font-size: 16px;
}

@font-face {
    font-family: secondaryFont;
    src: url('Acme/Acme-Regular.ttf');
}

.header-row{
    height: 80px;
}

.stretched .full-header #header-wrap .container {
    width: 100%;
    max-width: none;
    padding: 0 30px;
}

.primary-menu{
    height: 100%;
}


.primary-menu ul li div{
    font-size: 12px !important;
}

.menu-article-what-we-do.menu-item{
    display: none;
}

.menu-item.current{
    height: 80px;
}

.menu-item.current .menu-link{
    height: 100%;
    align-items: center;
    /* vertical-align: middle; */
    display: flex;
}

.menu-item.current > .menu-link{
    color: #ffff;
}

.menu-item:hover {
    height: 80px;
}

.menu-item:hover a{
    height: 100%;
    align-items: center;
    position: relative;
    display: flex;
    color:#fff !important;
}

#logo img{
    height: 80px !important;
}

body{
    /* font-family: 'mainFont'; */
    font-family: 'Istok Web', sans-serif !important;
    font-size: 13px;
    
}

.slider-caption h2, .slider-caption .h2{
    font-family: 'secondaryFont' !important;
}

.swiper-slide{
    position: relative;
    background:white;
}

.slide-white{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color:#FFF;
    /* background:url('../images/slider_main_bg.png'); */
}

.shape {
    content: "";
    display: block;
    position: absolute;
    border-radius: 180% 200%;
    width: 75%;
    /* max-height: 100%; */
    background-color: #dbf6ff;
    right: -10%;
    top: -100px;
    /* background-position-x: right; */
    /* background-position-y: top; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 110%;
}

.slider-caption.slider-caption-center {
    position: relative;
    max-width: 50%;
    text-align: left;
    color: #333;
    margin:unset;
}

.slider-caption h2, .slider-caption .h2 {
    color: #1f1f1f;
    font-size: 60px;
}

.slider-caption p {
    font-size: 16px !important;
    color: #333;
}

#header-wrap{
    background: #ffffffa3;
}

.menu-link{
    color:#161616;
}

.btn{
    border-radius: 3px;
    font-size: 16px;
}

.section{
    background: #fff;
    /* padding: 20px 60px; */
}

#section-features{
    padding: 0 20px !important;
    text-align: center;
    font-size: 18px;
}

#section-features img{
    width: 40px;
}

#section-features .feature-name{
    margin-bottom: 5px;
    font-weight: bold;
}

#section-features .feature-description{
    font-size: 12px;
    color: #918f8f;
}

.vertical-divider {
    /* border-right: 1px solid #ebebeb; */
    border-right-width: 1px;
    border-right-style: solid;
    /* border-image: linear-gradient(to bottom, #e6ba4c, rgba(0, 0, 0, 0)) 1 10; */
}

#section-features p{
    font-size: 13px;
}

.banner-social-icons{
    display: inline-flex;
}

.banner-social-icons .social-icon{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-top: 20px;
}

.slider-btns{
    margin-top: 25px;
}

.fa-solid, .fas {
    font-weight: 600;
    font-size: 15px;
}

.bg-envelope{
    background: #cb0900;
}

.main-headings h2{
    font-family: 'Istok Web', sans-serif !important;
    font-size: 40px;
}

#section-about-us{
    padding-bottom: 250px;
    /* background: url('../images/about_us_bg.png');
    background-size: cover; */
}

#section-about-us .colored-area{
    /* background: #cda43c; */
    /* background: rgb(165,130,40);
    background: linear-gradient(0deg, #ffb604 15%, #edaa07 47%, #ebb021 75%); */
    /* background: linear-gradient(0deg, rgba(165,130,40,1) 15%, rgba(192,157,66,1) 47%, rgba(205,164,60,1) 75%); */
    height:300px;
    margin-top: 110px;
}

.about-content-wrapper{
    top: 10px;
    position: absolute;    
}

.about-us-content{
    background: #fffffff0;
    padding: 40px;
    border-radius:30px;
    line-height: 26px;
}

#section-about-us .round-img{
    border: 2px solid #fff;
    padding: 3px;
}

.round-img{
    border-radius: 100%;
}

.about-content-card{
    top: -350px;
    position: relative;
    left: 150px;
}


/** home categories section**/
#section-home-product-categories{
    padding:40px;
}

#section-home-product-categories:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    content: '1111';
    color: transparent !important;
}

#section-home-product-categories h2{
    color:#fff;
}

/* .category-card-wrapper:nth-child(even) {
    margin-top: 50px !important;
} */

.category-card-wrapper{
    margin-bottom: 20px;
}

.category-card {
    position: relative;
    display: block;
    transition: 0.5s;
    box-shadow: 0 0 5px #141414;
    border-radius: 20px;
}

.category-card .category-card-img{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    transition: 0.5s;
}

.category-card .category-card-img img {
    min-height: 261px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.5s;
    overflow: hidden;
    transform: scale(1);
    max-width: 100%;
    width: 100%;
} 

.category-card:hover .category-card-img img {
    transform: scale(1.2);
    transform-origin: 50% 50%;
    transition: all .5s ease-in-out;
    border-radius: 20px;
}

.category-card-content{
    position: absolute;
    bottom: 0;
    line-height: 32px;
    z-index: 2;    
    width: 100%;
    left: 0;
    text-align: center;
    min-height: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.5s;
    color: #fff;
}

/** end home ctegoris section **/

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

#section-testimonials .card{
    padding:0;
    border-radius: 15px;
}

#section-testimonials .card-header{
    background:linear-gradient(0deg, rgba(51,51,51,1) 22%, rgba(45,45,45,1) 55%, rgba(34,34,34,1) 89%);
    color: #ffff;
    padding: 30px 10px;
    text-transform: uppercase;
    font-size: 13px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.client-designation{
    margin-bottom: 0;
    font-size: 11px;
    text-transform: capitalize;
    font-style: italic;
}

.client-designation::before{
    content: '~ ';
}

#section-testimonials .card-header h5{
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    min-height: 40px;
}

#section-testimonials .card-header p{
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom:2px;
}

#section-testimonials .card-header p:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: 10px;
}


#section-testimonials .card:hover .card-header p:after {
    width: 60%;
    /* background: #eecc56; */
    transition: all .5s ease-in-out;
}

#section-testimonials .card-body{
    background:#f5f5f5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#section-testimonials .card-body .card-text{
    top: -20px;
    position: relative;
}

#section-testimonials .card-body .card-text p{
    color: #333;
    line-height: 26px;
    font-size: 12px;
    min-height: 130px;
}

#section-testimonials .card-body img{
    border-radius: 200px;
    width: 70%;
    top:-40px;
    position: relative;
    left:15%;
}

#section-testimonials .card:hover img{
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}


.testimonial-modal h5{
    font-style: italic;
    /* font-family: 'secondaryFont' !important; */
    letter-spacing: 1px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.testimonial-modal h5::before{
    content:'"';
}

.testimonial-modal h5::after{
    content:'"';
}

.testimonial-modal img{
    border-radius: 300px;
    width: 60%;
    padding: 3px;
    border: 1px solid #ddd;
}


.testimonial-modal h3{
    margin-bottom: 5px; 
    font-size: 18px;
}

.testimonial-modal p{
   line-height: 26px;
}

.testimonial-modal .client-designation{
    margin-bottom: 10px;
}

.btn-sm {
    height: 35px !important;
    line-height: 36px !important;
    font-size: 13px  !important;
    width: 120px !important;
}

.btn-main {
    color: #111 !important;
    text-shadow: none;
    width: 150px;
    font-size: 13px;
    height: 45px;
}

.garden-btn {
    min-width: 125px;
    height: 44px;
    display: inline-block;
    color: #333;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
    width: auto !important;
}

.garden-btn:hover {
    color: #1a1a1a !important;
}

.garden-btn.btn-dark{
    background-color:#333;
    color:#fff !important;
}

.garden-btn.sm-btn{
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-radius: 50px;
}

.move-eff span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.move-eff::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.move-eff:hover::before {
    opacity: 1;
    -webkit-transform: translate(0px, -190px);
    transform: translate(0px, -190px);
}

.move-eff:hover::after {
    opacity: 1;
    -webkit-transform: translate(0px, -150px);
    transform: translate(0px, -150px);
}


#section-middle-contact{
    z-index: 100;
    clip-path: ellipse(100% 55% at 48% 44%);
}

/* #section-middle-contact::before{
    height: 45px;
    background-image: url(../images/curve.svg);
    background-size: 100% 100%;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    z-index: 5000;
}  */


.middle-contact-content  .display-4{
    color: #fff;
    font-family: 'secondaryFont' !important;
}

.middle-contact-content  .display-4 a{
    color: #fff;
    font-size: 50px;
}


#section-services {
    margin-top: -30px !important;
    /* background: #f5f5f5; */
}

/* #section-services:before {
    background-image:  url('../images/product_bg.jpg');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.09;
    content: '1111';
    color: transparent !important;
} */

/* #section-services .main-headings{
    margin-top: 20px;
} */

.service-card {
    box-shadow: 0 0 5px #e1e1e1;
    background: linear-gradient(to bottom, #efefef 50%, #fff 50%);
    border-radius: 20px;
    min-height: 30px;
    height: auto;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-bottom: 20px;
}

.service-card .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    border-radius: 500px;
    border: 3px solid #fff;
    padding: 3px;
}

.service-card img {
    z-index: 100;
    position: relative;    
    border-radius: 500px;    
    transition: all .5s ease-in-out;
    overflow: hidden;
    max-width: 100%;
    display: block;
    width: 100%;
    transform: scale(1);
}

.service-card .service-title {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.service-card .service-title:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: 10px;
}

.service-card:hover .service-title:after {
    width: 60%;
    transition: all .5s ease-in-out;
}

.service-card .service-details {
    background: #fff;
    padding: 0 10px 20px 10px;
    position: relative;
}

.service-card .service-description{
    margin-bottom: 20px;
    min-height: 60px;
}

.service-card:hover img{
    transform: scale(1.2);
    transform-origin: 50% 50%;
    transition: all .5s ease-in-out;
}


#section-products{
    background: #f7f7f7;
    padding: 60px 60px 30px 60px;
    margin-top: -100px !important;
}

.product-view-all-btn{
    margin-top:100px;
}

#section-products:before {
    background-image:  url('../images/product_bg.jpg');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.09;
    content: '1111';
    color: transparent !important;
}

#section-products .main-headings h2{
    margin-top: 100px;
}

.product-card{
    padding: 0 0 20px 0;
    box-shadow: 0px 2px 5px #c7c7c7;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 20px;
}

.product-card:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  
  /* @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  } */

  @keyframes shake {
    0% {
      transform: translateX(0);
    }
  
    12.5% {
      transform: translateX(-6px) rotateY(-9deg) skewY(1deg);
    }
  
    37.5% {
      transform: translateX(5px) rotateY(4.5deg) skewY(-1deg);
    }
  
    62.5% {
      transform: translateX(-3px) rotateY(-2.25deg) skewY(0);
    }
  
    87.5% {
      transform: translateX(2px) rotateY(3deg) ;
    }
  
    100% {
      transform: translateX(0);
    }
  }

  /* @keyframes shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(1deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-1deg); }
    100% { transform: rotate(0deg); }
  } */

.product-card img{
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.product-card .product-title{
    text-align: center;
    /* padding: 20px 0; */
    font-size: 15px;
    font-weight: bold;
    min-height: 40px;
}

.product-card .product-title a{
    color:#111;
}

.product-card .product-title:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: 10px;
}


.product-card:hover .product-title:after {
    width: 60%;    
    transition: all .5s ease-in-out;
}

.product-card:hover .product-read-more-circle i{
    border: none;
    color: #fff;
    transition: all .5s ease-in-out;
}

.product-card .product-description{
    text-align: center;
    min-height: 80px;
}

.product-details{
    padding: 0 15px;
}

.product-read-more-circle{
    width: 100%;
    height: 40px;
}

.product-read-more-circle i{
    background: #ffffff;
    width: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 31px;
    font-size: 18px;
    margin: -50% auto;
    border: 2px solid #fff;
    /* border: 1px solid #ffb604;
    color: #ffb604; */
}

.product-price-details{
    background: transparent;    
    font-size: 13px;
}

#section-portfolios{
    background: linear-gradient(to bottom, #2c2c2c 50%, #181818 50%);
    padding: 60px 60px 30px 60px;
}

#section-portfolios .main-headings h2{
    color: #fff;
}

#section-portfolios img{
    border-radius: 25px;
    border: 2px solid #fff;
    transition: all .5s ease-in-out;
    overflow: hidden;
    max-width: 100%;
    display: block;
    width: 100%;
    transform: scale(1);
}

.portfolio-row{
    margin-top: 20px;
}

.portfolio-social-icons{
    display: inline-flex;
    margin-top: 20px;
}

#section-portfolios .portfolio-card{
    transition: all .5s ease-in-out;
    overflow: hidden;
    max-width: 100%;
    display: block;
    width: 100%;
    transform: scale(1);
    border-radius: 25px;
}

#section-portfolios .portfolio-card:hover img {
    transform: scale(1.2);
    transform-origin: 50% 50%;
    transition: all .5s ease-in-out;
}

footer{
    margin: 0;
    max-width: 100%;
    overflow: hidden;
}

footer .footer-content{
    /* padding: 80px 60px 5px 60px; */
    background: linear-gradient(0deg, #222222 22%, #1e1a1a 55%, #222222 89%);
    color: #eee;
}

footer h5{
    color: #ffb604;
    font-size: 14px;
    margin-bottom: 2px;
}

footer img.footer-logo{
    height: 55px;
    left: -20px;
    position: relative;
}


footer ul.quick-links{
    list-style-type: none;
    display: inline-flex;
    margin-top: 20px;
    padding: 0;
    margin-left: -10px;
    margin-bottom: 10px;
    line-height: 36px;
}

footer .quick-links li{
    padding:0 15px;
    color: #959595;
}



footer .quick-links li:first-child{
    margin-left: 0;
}

/* footer .quick-links li::after{
    content: ' | ';
}

footer .quick-links li:last-child:after{
    content: '';
} */

.footer-vd{
    border-right-width: 1px;
    border-right-style: solid;
    border-image: linear-gradient(to bottom, #9f9f9f, rgba(0, 0, 0, 0)) 1 10;
}

#copyrights{
    padding: 10px;
    font-size: 12px;
    background: #1c1c1c;
    color: #cbcbcb;
}

#map {
    width: 100%;
    height: 100% !important;
    /* height: 250px;
    min-height: 250px; */
    background: url('../images/map.jpg');
    display: inline-block;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#facebook-widget{
    width: 100%;
    height: 250px;
    min-height: 250px;
    background: url('../images/fb.jpg');
    display: inline-block;
    background-size: cover;
}

.footer-banner{
    width: 100%;
    height: 300px;
    background: gold;
    margin-left: 0;
    position: relative;
    z-index: 10;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    /* border: 1px solid #a1a1a1; */
}


.footer-banner .parallax{
    height: 100%;
    /* border-radius: 25px; */
}

.footer-banner h2{
    color:#fff;
}

.text-right{
    text-align: right;
}

.dot {
    height: 18px;
    width: 18px;
    /* background-color: #ffb604; */
    border-radius: 50%;
    display: inline-block;
}

.small-dot {
    height: 8px;
    width: 8px;
    background-color: #ffb604;
    border-radius: 50%;
    display: inline-block;
}


.no-margin{
    margin:0 !important;
}

.no-padding{
    padding:0 !important;
}

#section-contact-us .form-control{
    margin-bottom: 20px;
    font-size: 13px;
}

#section-contact-us a{
    color: #fff;
}

#section-contact-us button.btn-dark{
    border:none !important;
}

.contact-widget form.contacts-us-form .waitMe{
    background: transparent !important;
}

#section-contact-us .portfolio-social-icons{
    margin-top:0;
    width: 100%;
    max-width: 100%;
} 

.white-bg{
    background: #fff;
}

#section-contact-us .cu-first-col{
    padding: 20px 60px;
    background:#efefef;
}

#section-contact-us .cu-middle-col{
    color: #fff;
    padding: 60px 20px;
}

#section-contact-us .cu-middle-col h5{
    color: #ffb604;
    margin-bottom: 5px;
}

#section-contact-us .cu-middle-col p{
    margin-bottom: 5px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#gotoTop{
    border-radius: 100px;
}

#gotoTop:hover {
    background-color: #ffb604;
}


#slider .swiper-slide .container{
    margin:0 0 0 10px;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #aa8453);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap::after {
    position: absolute;
    font-family: "font-icons";
    font-weight: 900;
    content:"\e7a6";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ab8a62;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg.progress-circle path {
    stroke: #aa8453;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path {
    fill: none;
}



@media (min-width: 992px) {
    #section-testimonials .container {
        max-width: 90%;
    }

    .primary-menu-trigger, #page-menu-trigger {
        display: none;
        opacity: 0;
        pointer-events: none;
        z-index: 0;
    }
    
    .full-header #logo , #header.transparent-header.full-header #logo{
        border-right:0 !important;
        border-right-color:transparent !important;
    }
    
    .transparent-header.full-header .primary-menu .menu-container, .full-header .primary-menu .menu-container{
        border-right:0 !important;
        border-right-color:transparent !important;
    }

}

@media (min-width: 767px) {
    #section-testimonials .container {
        max-width: 90%;
    }
}


@media only screen and (max-width: 2000px) {
    #section-about-us {
        padding-bottom: 450px;
    }
}

@media only screen and (max-width: 1600px) {
    #section-about-us {
        padding-bottom: 350px;
    }
}

@media only screen and (max-width: 1165px) {
    #section-testimonials .card-body .card-text p{
        min-height: 160px;
    }
}

@media only screen and (max-width: 1047px) {
    #section-testimonials .card-body .card-text p{
        line-height: 22px;
    }

    #section-testimonials .card-header h5{
        letter-spacing: 0px;
        font-size: 12px;
    }
}


@media only screen and (min-width:991px) and (max-width: 1200px) {
    .about-content-card {
        top: -250px;
        position: relative;
        left: 75px;
    }

    #section-about-us {
        padding-bottom: 300px;
    }
}


@media only screen and (max-width: 991px) {
    .slider-caption h2, .slider-caption .h2 {
        font-size: 45px;
        text-shadow: 1px 1px 3px #efefef;
    }
    .slider-caption p {
        font-size: 16px;
    }

    ul.menu-container{
        z-index: 100;
        background: #fffffff7;
        top: 81px;
        position: absolute;
        padding: 10px 20px;
        box-shadow: 1px 1px 3px #898989;
    }

    .primary-menu ul li div {
        font-size: 11px !important;
    }

    .about-content-card {
        top: -150px;
        position: relative;
        left: 20px;
    }

    #section-testimonials .card-header h5 {
        letter-spacing: 1px;
        font-size: 13px;
    }

    #section-testimonials .card-body .card-text p {
        line-height: 26px;
    }

    #section-testimonials .card-body .card-text p {
        min-height: 140px;
    }

    .menu-item:hover {
        height: 100%;
    }

    .menu-item.current{
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    #section-testimonials .card-body .card-text p {
        min-height: 160px;
    }
}

@media only screen and (max-width: 779px) {
    #section-testimonials .card-body{
        padding:5px;
    }
}

@media only screen and (min-width: 767px) and (max-width:991px) {
    #map{
        height: 100%;
        background-position: center;
        min-height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .shape{
        top:-160px;
        border-radius: 250% 400%;
        width: 90%;
    }

    .slider-caption p {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .about-content-card {
        padding: 0 40px;
        left: 0;
    }

    #section-about-us {
        padding-bottom: 350px;
    }

    #section-services{
        padding-left: 40px;
        padding-right: 40px;
    }

    #section-testimonials .container{
        max-width: 90%;
    }

    #section-testimonials .card-body .card-text p {
        min-height: 90px;
    }

    .product-view-all-btn {
        margin-top: 20px;
    }
    
}

@media only screen and (max-width: 667px) {
    #section-about-us {
        padding-bottom: 330px;
    }
}

@media only screen and (max-width: 600px) {
    .shape{
        top:-160px;
        border-radius: 0;
        width: 100%;
        clip-path: ellipse(100% 55% at 80% 45%);
        right: 0;
    }

    #section-features p {
        font-size: 12px;
    }

    .slider-caption p {
        font-family: 'secondaryFont';
    }
    /* #section-about-us {
        padding-bottom: 270px;
    } */
}

@media only screen and (max-width: 575px) {
    #section-about-us {
        padding-bottom: 450px;
    }
    .about-content-card {
        padding: 0 20px;
    }

    .about-content-wrapper{
        padding:0 15px;
    }

    .product-card .product-title{
        font-size: 15px;
        min-height: 40px;
    }
    .client-designation {
        margin-bottom: 20px;
    }

    #section-testimonials .card-header h5{
        min-height: 35px;
        margin-bottom: 5px;
    }

    /* .category-card-wrapper:nth-child(odd) {
        margin-top: 50px !important;
    } */

    /* #section-home-product-categories h2{
        margin-bottom: 0;
    } */
}

@media only screen and (max-width: 400px) {
    .dot {
        height: 14px;
        width: 14px;
    }
    .main-headings h2 {
        font-size: 26px;
    }

    #section-contact-us .cu-first-col{
        padding:20px 30px;
    }
}
