@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: 20px 0 20px 0!important;
  background-color: #070a11!important;
  z-index: 98!important;
}

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

.blue-dots {
	background-color: #5D929E!important;
}

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

.eco-col {
	width: 20%;
}

.about-summary > p {
	font-family: Muli;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    color: #A9AFC3;
    margin-bottom: 21px;
}

.about-summary {
	padding-left: 90px;
}

.amentities-section {
	padding: 100px 0;
}

.our-features-list li > h3:hover {
    color: #dc4242;
}

.features-list-2 li {
	margin-bottom: 40px!important;
}

.semester-title {
	margin-bottom: 30px;
}












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

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