h4{
    font-family: 'Ubuntu', sans-serif !important;
    padding: 20px 0 20px 0;
    color: #FFF;
    text-align: center;
}

.text-center-web{
    padding: 0 25% 0 25%;
}

.heading-title-web h3 {
    margin: 0;
    font-weight: 300;
    font-family: Avenir,Arial,Helvetica,sans-serif;
    font-size: 52px;
    line-height: 70px;
    /* padding-left: 150px; */
}

.heading-title-web2{
    margin: 0 350px 0 350px;
}

.heading-title-web2 h3 {
    margin: 0;
    font-weight: 300;
    font-family: Avenir,Arial,Helvetica,sans-serif;
    font-size: 46px;
    line-height: 70px;
    text-align: center;
}

.heading-description{
    font-size: 1.3em;
    padding-top: 10px;
}

.addingSpaceing{
    padding: 20px 15% 0 15%;
}

.whyus-bg{
    background-color: #e1ece7;
}

.heading--big1{
    background-color:#e1ecec;
}

.heading-descriptionabout{
    font-size: 1.3em;
    /* text-align: center; */
    padding-top: 20px;
    /* margin: 0 160px 0 160px; */
}
.heading-description2{
    font-size: 1.3em;
    text-align: center;
    padding-top: 20px;
    margin-top: 15px;
}


.feature-content-web p {
    padding-left: 50px;
    font-size: 19px;
}

.heading-title-web3 h3{
    margin: 0;
    font-weight: 300;
    font-family: Avenir,Arial,Helvetica,sans-serif;
    font-size: 46px;
    line-height: 70px;
    max-width: 100%;
    text-align: center;
    /* padding-left: 300px; */
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.carousel-inner > .item > img {
    width:640px;
    height:360px;
}
.img-fluid{
    width: 200px !important;
}

.h4contact-web{
    color: rgb(56, 56, 56);
    padding-left: 25%;
}
.h4contact-web2{
    color: rgb(56, 56, 56);
    text-align: left;
    padding-left: 35%;
}

/* Sevices section */

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* About .html */

.card{
    width: 29rem ;
    margin: 20px 0 20px 60px;
    height: 15rem;
    border: none !important;
}

.heading-description-about{
    font-size: 1.3em;
    padding-top: 20px;
}

.aboutwebimg{
    width: 100%;
    padding-left: 80px;
}

#webabouttext{
    padding: 50px 200px 0 0;
}

/* h2 service heading*/
h2.services-heading{
    /* padding-top: 20px; */
    font-size: 25px;
}

/* Size of image in why us*/
img.card-img-top {
    width: 110px;
}

/* services provided hover effect*/
.services-box{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 0 18px 0;
  cursor: pointer;
}
.services-box:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
/*carousel */
 .carousel-control-prev,
.carousel-control-next{
  align-self: flex-end; /* Aligns it at the bottom */
}
/*carousle icon color*/
 .carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}
#recipeCarousel{
    display:block;

}
#MobileCarousel{
    display:none;
}
p.text-muted {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0 20px 10px 20px;
}

/* --------------------------- */
/* FADE IN FADE OUT ANIMATION */
/* ------------------------------- */
.services {
    opacity: 0;
    -webkit-transform: translateY(200px);
         -moz-transform: translateY(200px);
            -ms-transform: translateY(200px);
             -o-transform: translateY(200px);
                    transform: translateY(200px);
    -webkit-transition: all 1s ease-out;
         -moz-transition: all 1s ease-out;
            -ms-transition: all 1s ease-out;
             -o-transition: all 1s ease-out;
                    transition: all 1s ease-out;
}
.services.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}
.fadeleft {
    opacity: 0;
    -webkit-transform: translateX(120px);
         -moz-transform: translateX(120px);
            -ms-transform: translateX(120px);
             -o-transform: translateX(120px);
                    transform: translateX(120px);
    -webkit-transition: all 0.6s ease-out;
         -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}
.fadeleft.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}

.faderight {
    opacity: 0;
    -webkit-transform: translateX(-40px);
         -moz-transform: translateX(-40px);
            -ms-transform: translateX(-40px);
             -o-transform: translateX(-40px);
                    transform: translateX(-40px);
    -webkit-transition: all 0.6s ease-out;
         -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}
.faderight.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}


@media (max-width: 768px){
    .text-center-web{
        padding: 0;
    }

    #webpageheading h2{
        font-size: 20px !important;
        padding-left: 5px;
        padding-right: 8px;
       
        margin-top: -13px;
    }
    section {
        padding: 0px;
        position: relative;
    }
    #webpageheading h4{
        font-size: 12px !important;
        line-height: 22px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: -9px;

    }

    .heading-title-web h3{
        margin-top:30px;
        padding: 0 !important;
        font-size: 28px;
        line-height: 30px;
    }

    .heading-title-web2 h3{
        font-size: 20px;
        line-height: 30px;
        margin-top: 15px;
    }    

    .webimg{
        width: 350px !important;
        margin-left: 10px !important;
    }

    .feature-content-web{
        text-align: center;
        padding-right: 10px;
    }

    .feature-content-web p{
        text-align: center;
        font-size: 28px;
        padding: 0 !important;
        margin-left: 20px;
        margin-top: 20px;
        line-height: 0px;
    }

    .heading-title-web3 h3{
        padding: 30px 0 0 0;
        font-size: 25px;
        text-align: center !important;
        margin: auto;
        line-height: 0px;
       
    }
    .heading-title-web2{
        margin: 0;
        line-height: 0;
    }
    .heading-description{
        font-size: 16px;
        text-align: left;
        margin: 0;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 15px;
    }
    #webabouttext {
        padding:0;
        height: 30px; 
    }
    
    .d-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .aboutwebimg {
        width: 100%;
        padding-left: 0;
    }
    .card{
        margin:0;
    }

    section.info{
        padding: 0;
    }

    #recipeCarousel{
        display:none;

    }
    #MobileCarousel{
        display:block;
    }
    .gap-30 {
        clear: both;
        height: 0px;
    }
    p.h3{
        font-size: 20px;
    }

}