@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap');

.content-desktop {
    display: block;
}

.content-mobile {
    display: none;
}

@media screen and (max-width: 768px) {

    .content-desktop {
        display: none;
    }

    .content-mobile {
        display: block;
    }
}

.header-logo img {
    height: auto;
    padding: 5px;
}

.primary-menu ul>li>a {
    font-size: 16px !important;
}

.primary-menu ul {
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.header-top-action .action {
    text-transform: lowercase !important;
}

.copyright-content-center {
    padding-top: 4px;
    padding-bottom: 15px;
    text-align: center;
}

.copyright-content-center .copyright-text {
    padding-top: 10px;
}

.copyright-content-center .copyright-text p {
    font-family: "Jost", serif;
    color: #202020;
}

.adrs-align {
    display: flex;
    align-items: baseline;
}

.mr5 {
    margin-right: 5px;
}

.footer-widget-section {
    padding-bottom: 30px !important;
}

.footer-widget {
    margin-top: 0px !important;
}

.copyright-text a {
    color: #ffc107;
}

.about-section {
    margin-top: 0px;
}

.about-content .about-title {
    text-align: center;
}

.about-content p {
    width: 100%;
    font-size: 16px;
}

.krishya-content {
    margin: auto;
    text-align: center;
}

.content-01 {
    margin: auto;
}

.title-unique {
    padding-top: 35px;
}

.product-banner-section {
    margin-top: 50px;
}

.product-banner-item {
    border-radius: 30px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product-banner-item img {
    transition: all 0.5s ease 0s;
    width: 100%;
}

.product-banner-item:before {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.product-banner-item:after {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.product-banner-item:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.product-banner-item:hover:before {
    left: 180%;
}

.product-banner-item:hover:after {
    left: -280px;
}

.footer-widget .footer-widget-link ul li a {
    font-weight: normal;
}

.footer-widget .widget-info-wrapper .single-info p {
    font-weight: normal;
}

.header-top {
    background-color: #315fc1;
}

.header-top-info p {
    color: #ffffff;
}

.header-top-info p+p::before {
    color: #ffffff;
}

.header-top-action a {
    color: #ffffff;
    margin-left: 12px;
}

.slider-section {
    background-color: #d5eeff;
}

.footer-section {
    background-color: #315fc1;
}

.footer-copyright {
    background-color: #214aa1;
}

.footer-widget-title {
    color: #ffffff;
}

.footer-widget .widget-text p {
    color: #ffffff;
}

.footer-widget .footer-widget-link ul li a {
    color: #ffffff;
}

.footer-widget .footer-widget-link ul li a:hover {
    color: #ffffff;
}

.footer-widget .widget-info-wrapper .single-info p {
    color: #ffffff;
}

.footer-widget .widget-social .social a {
    color: #ffffff;
}

.footer-widget .widget-social .title {
    color: #ffffff;
}

.copyright-content-center .copyright-text p {
    color: #ffffff;
}

.back-to-top {
    background-color: #ff8e00;
    bottom: 150px;
}

.back-to-top:hover {
    background-color: #cd7100;
}

.about-us {
    margin-bottom: 70px;
    margin-top: 70px;
}

.about-us img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.banner-bottom {
    margin: 70px 0px 70px 0px;
}

.banner-bottom img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.align-center {
    align-items: center;
}

.fsz-26 {
    font-size: 26px;
}

.slider-content .main-title {
    font-size: 45px;
}

.small-text {
    font-size: 20px;
    color: #525252;
    font-family: 'Jost';
}

.mt-120 {
    margin-top: 120px;
}

.h-100 {
    height: 100% !important;
}

.about-feature-list .feature-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-feature-list .feature-list-wrap {
    background: #f5f5f5;
}

.align-items-center {
    align-items: center !important;
}

.about-feature-list .feature-list-wrap .feature-list-shape {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.position-absolute {
    position: absolute !important;
}

.about-feature-list .feature-list-wrap .feature-list-content {
    max-width: 570px;
    margin-left: 30px;
    padding: 80px 0;
}

.about-feature-list .feature-list-wrap .feature-list-content h5 {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #d70638;
}

.about-feature-list .feature-list-wrap .feature-list-content h2 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    color: #1d1d1d;
}

.about-feature-list .feature-list-wrap .feature-list-content h2 span {
    color: #d70638;
    text-transform: uppercase;
    font-weight: 600;
}

.about-feature-list .feature-list-wrap .feature-list-content p {
    font-size: 16px;
    line-height: 30px;
    color: #6b6b6b;
    margin-top: 14px;
}

.about-feature-list .feature-list-wrap .feature-list-content .f-list {
    margin-top: 18px;
}

.about-feature-list .feature-list-wrap .feature-list-content .f-list li {
    font-size: 16px;
    text-transform: capitalize;
    color: #6b6b6b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13px;
}

.about-feature-list .feature-list-wrap .feature-list-content .f-list li i {
    color: #b8b8b8;
    margin-right: 12px;
    line-height: 0;
}

@media (min-width: 992px) {
    .custom-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media (min-width: 1170px) and (max-width: 1399px) {
    /* .features-area {
        margin-top: -55px;
    } */

    @media (min-width: 1170px) and (max-width: 1399px) {
        .features-inner {
            padding: 60px 20px 20px 35px;
        }
    }

    .features-inner {
        background-color: #f9efed;
        /* padding: 100px 120px 60px 120px; */
        padding: 60px;
    }
}

/* .features-area {
    margin-left: -120px;
} */

.features-inner .features-title {
    font-size: 35px;
    margin-bottom: 40px;
}

.features-inner .features-item {
    margin-bottom: 30px;
    padding: 0 10px;
}

.features-inner .features-item .features-icon {
    float: left;
    margin: 10px 30px 0 0;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.our-features-area {
    margin-top: 140px;
    margin-bottom: 80px;
}

.features-inner {
    background-color: #f9efed;
    padding: 60px;
}

/* .features-area {
    margin-top: -55px;
} */

.contact-desktop {
    display: block;
}

.contact-phone {
    display: none;
}

@media screen and (max-width:768px) {
    .contact-desktop {
        display: none;
    }

    .contact-phone {
        display: block;
    }
}

.product-list li i {
    font-weight: lighter;
    font-size: 14px;
    color: #6b6b6b;
}

.product-list li {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    list-style: none !important;
    font-size: 17px !important;
}

.products-title {
    margin-top: 110px;
}

/* Gallery CSS */
/*---------------------------------------
   gallery section              
-----------------------------------------*/
.gallery-wrap {
    position: relative;
    background: url(../images/home/gallery-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 0px 0;
}

.gallery_box {
    display: table;
    height: 100%;
}

.gallery_left {
    display: table-cell;
    vertical-align: middle;
}

.galleryImg {
    margin: 0px 0 24px;
    position: relative;
}

.gallery-wrap .col-lg-4:nth-child(2) .galleryImg+.galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
    margin-top: 30px;
}

.serImg {
    margin-bottom: 30px;
}

.galley_inner .row>div {
    margin: 15px 0;
}

.galley_inner {
    text-align: center;
}

.testi_list {
    list-style: none;
}

.testi_list li {
    margin: 36px 0;
}

.testi_list .testimonials_sec {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.portfolio-overley {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.galleryImg img {
    width: 100%;
}

.gallery-wrap .galleryImg:hover .portfolio-overley,
.galley_inner .galleryImg:hover .portfolio-overley {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-wrap .content,
.galley_inner .content {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.gallery-wrap .content .image-link,
.galley_inner .content .image-link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    background: #f0aa00;
    display: block;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
}

.section-title h2::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    bottom: 0;
    height: 6px;
    width: 90px;
    background-image: url(../images/line-2.png);
    background-position: center;
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200px 0;
    }
}

.k-icon {
    height: 20px;
    margin-right: 6px;
}

.k-align {
    align-items: center;
    display: flex !important;
}

.our-features-area .custom-content-image img{
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-features-area .custom-content-image {
    height: 100%;
}

.offcanvas-menu {
    z-index: 9999;
}


.features-area {
position: relative;
}
.choose-bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
}



@media screen and (max-width: 1200px) {
    /* .features-area {
        margin-left: unset;
    } */
    .our-features-area {
        margin-top: 36px;
    }
    .about-content p {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 480px) {  

    .features-inner {
        padding: 25px;

    }
    .k-align {
        align-items: unset;
    }
}

/* Whatsapp css */
.floating_btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  .w-65{width: 65% !important;}
  .error{color: #ff0000;}

  .flourel-bg div{
    display: inline-block;
    position: relative;
    padding: 0px;

  }
  .flourel-bg div::before {
    position: absolute;
    content: "";
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: 1;
    border: 1px solid #000000;
    border-radius: 300px;
    padding: 10px;
  }

  .flourel-bg img {
    border-radius: 300px;
    position: relative;
  }
  .flourel-bg div:after {
    background: rgba(255,255,255,.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
  }

  .flourel-bg div:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
  }

  .floural-top {
    position: absolute !important;
    top: 0px;
    left: -30px;
    z-index: 9;
    width: 100px;
    animation: bounce-y 10s infinite linear;
  }
  .floural-bottom {
    position: absolute !important;
    bottom: 0px;
    right: -30px;
    z-index: 9;
    width: 100px;
    animation: bounce-y 10s infinite linear;
  }

  

.flour-pro-img {
    
    
    animation: bounce-y 10s infinite linear;
}

.about-image-01 .flour-pro-img-wrap {
    transform: scaleX(-1);
    position: absolute;
    right: -100px;
    bottom: -70px;
    filter: brightness(-200%);
    opacity: .2;
    z-index: -1;
}

.about-image-01 {
    position: relative;
}

.about-section {
    overflow: hidden;
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


.enquiry-form-sec {
    padding: 60px 0px;
    background: url(../images/bg/enquiry-bg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    clear: both;
    position: relative;
    z-index: 1;
}
.enquiry-form-sec::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #0bc7cd42;
    z-index: -1;
}

.enquiry-form-sec .contact-title {
    color: #315fc1;
    text-align: center;
}

.enquiry-form-sec .contact-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
}

.btn-blue {
    background-image: linear-gradient(to right, #16c9ce, #315fc1, #16c6ce, #3063c2);
    box-shadow: 0 4px 15px 0 rgb(36 146 199);
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.btn-blue:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #ffffff;
}

.enquiry-form-sec input, .enquiry-form-sec textarea{
border-radius: 18px !important;
}