.feature{
	background-color: blue;
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}

/**Clients Logos**/

     .section-header h3 {
     font-size: 36px;
     color: #283d50;
     text-align: center;
     font-weight: 500;
     position: relative
 }

 .section-header p {
     text-align: center;
     margin: auto;
     font-size: 15px;
     padding-bottom: 60px;
     color: #556877;
     width: 50%
 }

 #clients {
     padding: 60px 0
 }

 #clients .clients-wrap {
     border-top: 1px solid #d6eaff;
     border-left: 1px solid #d6eaff;
     margin-bottom: 30px
 }

 #clients .client-logo {
     padding: 64px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-right: 1px solid #d6eaff;
     border-bottom: 1px solid #d6eaff;
     overflow: hidden;
     background: #fff;
     height: 160px
 }

 #clients img {
     transition: all 0.4s ease-in-out
 }



/*slider*/
h1.display-1.text-white.mb-md-4.animated.zoomIn {
    font-size: 50px !important;
}


/*contact*/
h4.text-primary.mb-0 {
    font-size: 20px !important;
}


@media (max-width: 600px){
    h1.display-1.text-white.mb-md-4.animated.zoomIn {
        font-size: 20px !important;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 3rem;
        height: 1rem;
    }

}