@charset "utf-8";

.service-col .svs-icon img {
    max-width: 120px;
}

.svs-details {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.svs-details  p{
	color: white;
	line-height: 1.5;
    font-weight: 100;
    font-size: 14px;
}

.promise-section {
	display: flex;
	align-items: end;
	justify-content: center;
}

.promise-text {
	color: white;
	font-size: 30px;
}

.promise-img {
	margin-right: 10px;
}

.promise-img img {
	width: 250px;
}

.promise-text-bottom {
	color: white;
	margin-top: 20px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

.promise-left-logo img {
	max-width: 200px;
}

.promise-right-text p {
	font-family: Muli;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #A9AFC3;
}

.mb-80 {
	margin-bottom: 80px;
}

.promise-container .row {
	margin: 30px 0px;
}

.team-name {
	font-style: italic;
}

.team-name span {
	font-size: 30px;
	font-weight: 700;
	margin-right: 10px;
	color: white;
	font-style: normal;
}

a.btn-default2 img {
    width: auto;
}

form.newsletter-form button img {
    width: auto;
}

.sticky {
  position: fixed!important;
  padding: 40px 0 40px 0!important;
  background-color: #070a11!important;
  z-index: 98!important;
}

.services-section .row {
    justify-content: center;
}

.blue-dots {
	background-color: #9BB93D!important;
}

.eco-col {
	width: 20%;
}

.menu-overlay.show {
    transition: all 0.4s ease-in-out;
    background: black;
    opacity: 0.6;
	width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
	top: 0;
	z-index: 1;
}

.response .success {
    padding: 10px;
    color: white;
    margin-bottom: 61px;
    background: green;
}








@media (max-width:991px) {
.eco-col {
	width: 33.333%;
}
}

@media (max-width:768px) {
.eco-col {
	width: 100%;
}
.sticky {
    position: fixed!important;
    padding: 20px 0 20px 0!important;
    background-color: #070a11!important;
    z-index: 98!important;
}	
.banner-slider {
    padding: 90px 0 130px;
}
.expt-text {
    width: 100%;
    text-align: left;
    max-width: 100%;
}	
.banner-slide .col-md-6 div img.banner-logo {
    width: 350px;
	padding-bottom: 20px!important;
}	
.main-banner-text {
    text-align: left;
}	
}

@media (max-width:350px) {
.promise-section {
    display: block;
}
.promise-img {
    margin-bottom: 20px;
}
.promise-img img {
    margin-left: -5px;
}	
.promise-text-bottom {
    color: white;
    margin-top: 20px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
}	
}	