@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;	
    letter-spacing: 0.5px;
}
* {
	box-sizing: border-box;
}
/*css*/
.serving_our_customer_inner {
    border-bottom: 1px solid #cccccc85;
    padding: 60px 0;
}
.serving_heading h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #232121;
    line-height: 55px;
    font-size: 40px;
    font-weight: 400;
	font-family: initial;
}
.sub_heading h3 {
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 0;
    color: #232121;
    line-height: 20px;
    font-size: 40px;
    font-weight: bold;
	font-family: initial;
	
}
.serving_description p {
    font-size: 20px;
    font-weight: 400;
    color: #6c6c6c;
    padding: 20px 60px 20px 0;
	font-family: initial;
}
.why-choose-us_inner {
    padding: 70px 0;
    background: #f7f7f2;
    margin-bottom: 70px;
}
.why_us_box {
    text-align: center;
}
.why_us_box h5 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: 1.1px;
    font-family: initial;
    padding: 25px 0 0;
}
.why_us_box p {
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 24px;
    font-size: 16px;
    color: #6c6c6c;
    letter-spacing: 0.2px;
    font-weight: normal;
    font-family: initial;
}
.our-process_inner {
    padding-bottom: 80px;
}
.why_us_box img {
    transition: .8s;
}
.why_us_box:hover img {
    transform: scale(1.1);
    transition: .8s;
}


.featured_projects_section {
    background: #f7f7f2;
    padding: 70px 0 20px;
}
h2, .h2 {
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -1px;
	font-family: 'Lato', sans-serif;
}
.same_heading h2 {
    font-size: 55px;
    padding: 0 0 47px 0;
    color: #3ea292;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
	font-family: initial;
}
.logo_section {
    margin: 65px 0;
}
.main_media_coverage_section {
    margin-top: 100px;
    margin-bottom: 140px;
}


.col-center {
	margin: 0 auto;
	float: none !important;
}

.carousel .item {
    text-align: center;
}
.carousel .img-box img {
    width: 35px;
    height: 35px;
    display: inline-block;
}
.carousel .testimonial {
    width: 70%;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 34px;
}
.carousel .testimonial a {
    color: #fff;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 36px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: #fff;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.main_testimonial_section {
    background: #f86960;
    padding: 30px 0;
}

.media-coverage_section {
    background: #f7f7f2;
    padding: 70px 0 10px 0;
}




















/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    display: inline-block;
    object-fit: fill;
    min-height: 100px;
    max-height: 100px;
    width: 100%;
    max-width: max-content;
    margin: 0px auto;
    min-width: min-content;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
