/* About Css Start Here */
.about_sec {
	padding: 60px 0;
}

.about_sec .img-box img {
	width: 100%;
}

.about_sec .content-wrapper {
	max-width: 92%;
	padding: 30px 0px;
}

.about_sec .heading-wrapper h2 {
	line-height: 1.2;
}

section.about_sec.with-bg {
    position: relative;
    padding-bottom: 80px;
}

section.about_sec.with-bg::before {
	content: "";
	position: absolute;
	display: block;
	background: #007033;
	opacity: 0.12;
	width: 100%;
	height: 71%;
	top: 4.5%;
	z-index: -1;
}

section.about_sec.with-bg .img-box figure img {
    position: relative;
    top: -20px;
    height: 430px;
}

.about_sec .content-wrapper p {
	font-size: 13px;
	color: var(#010101);
}

.about_sec ul.bullets-points {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 20px;
}

.team-box:hover ul.social-icons .share-icon {
	opacity: 0;
}

.about_sec ul.bullets-points li {
	margin-bottom: 10px;
	font-family: "roboto-reg";
	padding-left: 30px;
	position: relative;
	transition: 0.7s;
}

.about_sec ul.bullets-points li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 8px;
	background: #007033;
	color: #fff;
	width: 15px;
	position: absolute;
	left: 0;
	height: 15px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 15px;
	top: 4px;
}

.about_sec .solar-logo img {
	width: 170px;
	margin: 0px 0 0 auto;
	display: table;
}
.about_sec .content-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about_sec .content-wrapper ul li {
    position: relative;
    padding: 10px 0px 10px 15px;
}
.about_sec .content-wrapper ul li:before {
    content: '';
    background-image: url(../../../assets/front/img/icon.png);
    background-size: 10px;
    position: absolute;
    left: 0;
    top: 18px;
    width: 10px;
    height: 10px;
}
/* Laptop Responsive  */
@media (max-width: 1100px) {
	.about_sec .heading-wrapper h2 {
		font-size: 42px;
		line-height: 55px;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
	section.about_sec.with-bg::before {
		height: 34%;
		top: -3%;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive Starts Here  */
@media (max-width: 575px) {
	.about_sec {
		padding: 30px 0;
	}

	.about_sec .heading-wrapper h2 {
		font-size: 20px;
		line-height: normal;
	}

	.about_sec .solar-logo img {
		margin: 0px auto;
	}

	.about_sec ul.bullets-points li {
		font-size: 14px;
	}

	section.about_sec.with-bg::before {
		height: 100%;
	}
}

/* Mobile Responsive Ends Here  */

/* About Css End Here */

/* Steps Css Start Here */
.work-process {
	padding: 60px 0;
}

.work-process .steps-box .steps .title {
	display: -webkit-box;
	-: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.work-process .heading-wrapper {
	max-width: 60%;
}

.work-process .steps-box {
	padding: 200px 0;
	position: relative;
	background-image: url(../img/world-map.png);
	background-size: cover;
	background-position: center center;
}

.work-process .steps-box .steps {
	position: absolute;
	max-width: 25%;
	text-align: center;
}

.work-process .steps-box .step1 {
	bottom: 80px;
	left: 9%;
}

.work-process .steps-box .step2 {
	top: 90px;
	left: 27.5%;
}

.work-process .steps-box .step3 {
	left: 20%;
	bottom: 100px;
	right: 0;
	margin: 0px auto;
}

.work-process .steps-box .step4 {
	top: 90px;
	right: 8.5%;
}

/* Tablet Responsive  */
@media (max-width: 991px) {
	.work-process .steps-box .steps {
		max-width: 30%;
	}

	.work-process .steps-box .step1 {
		bottom: 65px;
		left: -2%;
	}

	.work-process .steps-box .step2 {
		top: 90px;
		left: 22.5%;
	}

	.work-process .steps-box .step3 {
		left: 28%;
		bottom: 85px;
	}

	.work-process .steps-box .step4 {
		top: 90px;
		right: -4.5%;
	}
}

/* Tablet Responsive  */
/* Steps Css End Here */

/* Our Vision Sec Start Here */
.our-vision {
	padding: 0 0 60px;
}

.our-vision .heading-wrapper {
	max-width: 75%;
	padding-bottom: 20px;
}

.our-vision .heading-wrapper {
	max-width: 75%;
}

.our-vision .buildIcon {
	display: none;
	opacity: 0;
}

/* Mobile Responsive Starts Here  */
@media (max-width: 575px) {
	.our-vision .heading-wrapper {
		max-width: 100%;
	}
}

/* Mobile Responsive Ends Here  */

/* Our Vision Sec End Here */

/* Team Box Css Start Here */
.team_sec {
	padding: 60px 0 100px;
}

.team_sec .team-boxes {
	padding: 0 50px;
}

.team_sec .heading-wrapper {
	padding-bottom: 65px;
}

/* Laptop Responsive  */
@media (max-width: 991px) {
	.team_sec .team-boxes {
		padding: 0 0px;
	}
}

/* Laptop Responsive  */

/* Mobile Responsive Starts Here  */
@media (max-width: 1400px) {
	.about_sec .content-wrapper {
		max-width: 98%;
	}
}

@media (max-width: 575px) {
	.team_sec {
		padding: 0px 0 10px;
	}

	.team_sec .heading-wrapper {
		padding-bottom: 30px;
	}

	.team_sec .team-boxes {
		padding: 0px;
	}

	.team_sec .team-boxes .team-box {
		margin-bottom: 20px;
	}

	.team-box .team-member-name {
		text-align: center;
	}

	.team-box .team-member-name h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.team-box .team-member-name p {
		font-size: 12px;
	}
}

/* Mobile Responsive Ends Here  */
/* Team Box Css End Here */

.innerImgPoint {
	background: #0a702f;
	height: 8px;
	width: 8px;
	top: 15px;
	left: 15px;
}

.iactiveImgPoint {
	background: transparent;
	border: 2px solid #0a702f;
	width: 22px;
	height: 22px;
}