@charset "utf-8";

html {
	scroll-behavior: smooth;
}

:root {
	--container-width: 1250px;
	--container-padding: calc((100vw - var(--container-width)) / 2);
}

.scrollmagic-toggle-class {
	opacity: 0;
	transition: all 1s ease;
}

.scrollmagic-toggle-class.scrollmagic-active {
	transition: all 2.5s ease;
	opacity: 1;
}

img {
	max-width: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	color: #3f3f3f;
	font-weight: 400;
	background-color: #fefefe;
	overflow-x: hidden;
}

a {
	color: #012042;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #012042;
	text-decoration: underline;
}

hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}

.pad_0 {
	padding: 0 !important;
}

.mar_0 {
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #000;
}

hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}

.container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.tables {
	margin: 10px 0px;
}

.tables td {
	padding: 3px 7px;
	border: 1px solid grey;
}

#wrap {
	float: left;
	width: 100%;
}

.page-header {
	float: left;
	width: 100%;
	margin: 0px 0px;
	padding: 0px 0px;
	border-bottom: 0;
	background-color: #fff;
	transition: all .3s ease-in-out;
}

.page-header .top_cont {
	background: #ee1c24;
	padding: 7px 0;
	text-align: center;
}

.page-header .top_cont p {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
}

.page-header .top_cont .read_btn {
	display: inline-block;
	padding: 6px 25px;
	margin-left: 10px;
	background: #000000;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.page-header .top_cont .read_btn:hover {
	background: #fff200;
	color: #002d74;
}

#header .page-header .topHeader {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	float: left;
	width: 100%;
	padding: 10px 0 15px;
}

.page-header .logo {
	width: 230px;
}

.page-header .logo img {
	width: 100%;
	height: auto;
}

.page-header .headerBox {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 10px 0;
}

.page-header .cb_logo {
	float: left;
	width: 220px;
}

.page-header .cb_logo img {
	width: 100%;
	height: auto;
}

.page-header .top_right {
	width: calc(100% - 240px);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	flex-direction: column;
}

.page-header .top_right .top_row_menu {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: end;
}

.page-header .top_right .top_row_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.page-header .top_right .top_row_menu ul li {
	position: relative;
	display: inline-block;
	padding: 0 0px;
}

.page-header .top_right .top_row_menu ul li:after {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #51401C;
}

.page-header .top_right .top_row_menu ul li:last-child:after {
	content: none;
}

.page-header .top_right .top_row_menu ul li a {
	display: inline-block;
	margin: 0 8px;
	font-size: 14px;
	line-height: 20px;
	color: #012042;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.page-header .top_right .top_row_menu ul li:first-child a {
	margin-left: 0;
}

.page-header .top_right .top_row_menu ul li:last-child a {
	margin-right: 0;
}

.page-header .top_right .top_row_menu ul li a:hover {
	color: #84b124;
	text-decoration: none;
}

.page-header .top_right .top_row_menu .rightBtn .emergencyBtn {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px transparent;
	background: #ff0000;
	transition: all 0.3s ease-in-out;
}

.page-header .top_right .top_row_menu .rightBtn .emergencyBtn:hover {
	color: #ff0000;
	border-color: #ff0000;
	background-color: #ffffff;
}

.page-header .top_right .rightBtn a.serviceBtn {
	display: inline-block;
	padding: 10px 10px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px transparent;
	background: #ff0000;
	transition: all 0.3s ease-in-out;
}

.page-header .top_right .rightBtn a.serviceBtn:hover {
	color: #ff0000;
	border-color: #ff0000;
	background-color: #ffffff;
}

.page-header .top_right .menu_box {
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: end;
}

.page-header .top_right .menu_box ul.menu {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.page-header .top_right .menu_box ul.menu li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.page-header .top_right .menu_box ul.menu li:last-child {
	margin: 0;
}

.page-header .top_right .menu_box ul.menu li a {
	position: relative;
	display: block;
	padding: 26px 0 26px 0;
	font-size: 16px;
	color: #012042;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.page-header .top_right .menu_box ul.menu li>a:not(:only-child) {
	padding-right: 20px;
}

.page-header .top_right .menu_box ul.menu li>a:not(:only-child):after {
	content: "\f140";
	font-family: 'Material Design Icons';
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.page-header .top_right .menu_box ul.menu>li>a:hover,
.page-header .top_right .menu_box ul.menu>li:hover>a,
.page-header .top_right .menu_box ul.menu>li.active>a {
	color: #84b124;
}

.page-header .top_right .menu_box ul.menu>li:hover>ul.sub-menu {
	display: block;
}

.page-header .top_right .menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	min-width: 300px;
	background-color: #86b025;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
	padding: 0;
}

.page-header .top_right .menu_box ul.menu li ul.sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
}

.page-header .top_right .menu_box ul.menu li ul.sub-menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	color: #ffffff;
	text-transform: none;
	text-align: left;
}

.page-header .top_right .menu_box ul.menu li ul.sub-menu li a:hover,
.page-header .top_right .menu_box ul.menu li ul.sub-menu li:hover a,
.page-header .top_right .menu_box ul.menu li ul.sub-menu li.active a {
	color: #000000;
	text-decoration: none;
}

.page-header .top_right .menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}

.page-header .top_right .menu_box ul.menu>li>ul>li:hover>ul.sub-menu {
	display: block;
}

.page-header .top_right .menu_box .getaFreeBtn {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	border: solid 1px transparent;
	background: #012042;
	transition: all 0.3s ease-in-out;
}

.page-header .top_right .menu_box .getaFreeBtn:hover {
	color: #ffffff;
	background-color: #86b025;
}

.cb-header {
	position: fixed;
	left: 0;
	visibility: hidden;
	height: 138px;
}

.header1 {
	width: 100%;
	background-color: #F9F9F9;
}

.header2 {
	float: left;
	width: 100%;
}

.page-header.top2 {
	float: left;
	width: 100%;
	height: 138px;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1) !important;
}

.page-header.top2 #slider {
	margin-top: 200px;
}

.page-header.top2 .top_right .top_menu2 {
	float: left;
	width: 100%;
	display: inline;
}

/* Slider Section */
#slider {
	float: left;
	width: 100%;
	margin-top: 138px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#slider .bxslider li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #012042 35%, #ffffff00 100%);
	/* z-index: -1; */
}

#slider>img {
	width: 100%;
}

#slider .container {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	left: 0;
	z-index: 2;
}

#slider .caption {
	display: flex;
	max-width: 50%;
	padding: 50px 0;
	height: 100%;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

#slider .caption .title {
	font-family: 'Oswald', sans-serif;
	display: block;
	margin: 0 0 20px 0;
	font-size: 55px;
	color: #ffffff;
	font-weight: 600;
	line-height: 60px;
	text-transform: uppercase;
}

#slider .caption p {
	margin: 0 0 30px 0;
	font-size: 18px;
	color: rgb(255 255 255 / 90%);
	font-weight: 500;
	line-height: 28px;
}

#slider .caption .bannerBtn {
	display: flex;
	gap: 20px;
}

#slider .caption .bannerBtn a {
	display: inline-block;
	padding: 15px 20px;
	background: #86b025;
	border: 2px solid transparent;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

#slider .caption .bannerBtn a:hover {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.60);
}

#slider .caption .bannerBtn a.servicesBtn {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.60);
}

#slider .caption .bannerBtn a.servicesBtn:hover {
	background: #86b025;
	border-color: transparent;
}

#slider .rightInfoBox {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	max-width: 540px;
	gap: 20px;
	padding: 30px;
	background-color: #012042;
	z-index: 2;
}

#slider .rightInfoBox .lefticon {
	width: 44px;
}

#slider .rightInfoBox .lefticon img {
	width: 100%;
	height: auto;
}

#slider .rightInfoBox .info {
	width: calc(100% - 50px);
}

#slider .rightInfoBox .info p {
	font-size: 20px;
	text-transform: uppercase;
	color: rgb(255 255 255 / 90%);
	font-weight: 600;
	line-height: 30px;
	margin: 0;
}

#slider .bx-wrapper {
	box-shadow: none;
	margin-bottom: 0;
	border: 0px solid #fff;
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
#slider .bx-wrapper .bx-prev {
	left: 30px;
	background: url('../images/pre_arrow.png') no-repeat 0 0px;
	background-position: center;
}

#slider .bx-wrapper .bx-next {
	right: 30px;
	background: url('../images/next_arrow.png') no-repeat 0px 0px;
	background-position: center;
}

#slider .bx-wrapper .bx-controls-direction a {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #86b025;
}

#slider .bx-controls {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff200;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	width: 14px;
	height: 14px;
	border-radius: 10px;
}

#middle {
	float: left;
	width: 100%;
}

/* Services Section */
.services_sec {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 2px #ececed;
}

.services_sec .servicesRow {
	display: flex;
	flex-wrap: wrap;
}

.services_sec .servicesRow .servicesCol {
	width: 16.66%;
	position: relative;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.services_sec .servicesRow .servicesCol::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 2px;
	height: 110px;
	background-color: #ececed;
}

.services_sec .servicesRow .servicesCol:last-child:before {
	display: none;
}

.services_sec .servicesRow .servicesCol .icon {
	width: 52px;
	margin-bottom: 15px;
}

.services_sec .servicesRow .servicesCol .icon img {
	width: 100%;
	height: auto;
}

.services_sec .servicesRow .servicesCol .info {
	width: 100%;
}

.services_sec .servicesRow .servicesCol .info h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #012042;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	text-align: center;
}

/* General Services Section  */
.generalServicesSec {
	padding-top: 25px;
	padding-bottom: 25px;
}

.generalServicesSec h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #86b025;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 30px 0;
	text-align: center;
}

.generalServicesSec h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 55px;
	margin: 0 0 45px 0;
	text-align: center;
	color: #012042;
	text-transform: uppercase;
}

.generalServicesSec p.info {
	max-width: 90%;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	text-align: center;
	margin: 0 auto 25px auto;
}

.generalServicesSec .row {
	display: flex;
	flex-wrap: wrap;
}

.generalServicesSec .generalServicesBox {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: solid 2px #ececed;
	overflow: hidden;
}

.generalServicesSec .generalServicesBox .servicesImg {
	position: relative;
	width: 100%;
}

.generalServicesSec .generalServicesBox .servicesImg img {
	width: 100%;
	height: auto;
}

.generalServicesSec .generalServicesBox .servicesImg .servicesIcon {
	position: absolute;
	bottom: -30px;
	left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	border: solid 2px #ececed;
	background-color: #012042;
	overflow: hidden;
}

.generalServicesSec .generalServicesBox .servicesImg .servicesIcon img {
	width: 50px;
	height: auto;
}

.generalServicesSec .generalServicesBox .servicesInfo {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	padding: 40px 15px 20px 15px;
	flex: 1;
}

.generalServicesSec .generalServicesBox .servicesInfo h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 10px 0;
	color: #012042;
	text-transform: uppercase;
}

.generalServicesSec .generalServicesBox .servicesInfo p {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	margin-bottom: 20px;
	flex: 1;
}

.generalServicesSec .generalServicesBox .servicesInfo .learnMoreBtn {
	font-family: 'Oswald', sans-serif;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #86b025;
	text-decoration: none;
	text-transform: uppercase;
}

.generalServicesSec .generalServicesBox .servicesInfo .learnMoreBtn img {
	margin-left: 10px;
	transition: all .3s ease-in-out;
}

.generalServicesSec .generalServicesBox .servicesInfo .learnMoreBtn:hover img {
	transform: translateX(5px);
}


/* Roofing Icons Section  */
.roofingIcons {
	padding-top: 25px;
	padding-bottom: 25px;
}
.roofingIcons .row {
	display: flex;
	flex-wrap: wrap;
}
.roofingIcons .IconsBox {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: solid 2px #ececed;
	overflow: hidden;
	padding: 20px 15px 0px 15px;
}
.roofingIcons .IconsBox .Icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	background-color: #94d032;
	overflow: hidden;
}
.roofingIcons .IconsBox .Icon img {
	width: 50px;
	height: auto;
	filter: brightness(0) invert(1);
}
.roofingIcons .IconsBox .Info {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	padding: 20px 0px 20px 0px;
	flex: 1;
}

.roofingIcons .IconsBox .Info h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 10px 0;
	color: #012042;
	text-transform: uppercase;
	min-height: 60px;
}
.roofingIcons .IconsBox .Info p {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	margin-bottom: 20px;
	flex: 1;
}
/* Owned Woman Section */
.ownedWomanSec .row {
	display: flex;
	flex-wrap: wrap;
}

.ownedWomanSec .leftCol {
	display: flex;
	width: 50%;
}

.ownedWomanSec .leftCol .leftImg {
	width: 50%;
}

.ownedWomanSec .leftCol .leftImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ownedWomanSec .leftCol .infoBox {
	width: 50%;
	padding: 30px;
	background-color: #012042;
}

.ownedWomanSec .leftCol .infoBox h2 {
	font-family: 'Oswald', sans-serif;
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #86b025;
	font-weight: 500;
	line-height: 45px;
	text-transform: uppercase;
}

.ownedWomanSec .leftCol .infoBox p {
	font-size: 18px;
	color: rgb(255 255 255 / 70%);
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 20px 0;
}

.ownedWomanSec .leftCol .infoBox img {
	max-width: 173px;
	width: 100%;
	height: auto;
}

.ownedWomanSec .leftCol .infoBox h6 {
	font-size: 16px;
	color: rgb(255 255 255 / 70%);
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 10px 0;
}

.ownedWomanSec .leftCol .infoBox .aboutBtn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	color: rgb(255 255 255 / 90%);
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	border: solid 1px rgba(255, 255, 255, 0.60);
	background: transparent;
	transition: all 0.3s ease-in-out;
}

.ownedWomanSec .leftCol .infoBox .aboutBtn:hover {
	background-color: rgba(255, 255, 255, 0.60);
}

.ownedWomanSec .rightCol {
	display: flex;
	width: 50%;
	padding: 40px;
	background-color: #f0efef;
}

.ownedWomanSec .rightCol .lokesanName {
	width: 50%;
	padding-right: 10px;
}

.ownedWomanSec .rightCol .lokesanName h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 0 30px 0;
	color: #012042;
	text-transform: uppercase;
}

.ownedWomanSec .rightCol .lokesanName ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.ownedWomanSec .rightCol .lokesanName ul li {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	margin-bottom: 10px;
}

.ownedWomanSec .rightCol .lokesanName ul li:before {
	position: absolute;
	left: 0;
	top: 0px;
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(../images/checked-icons.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.ownedWomanSec .rightCol .map {
	width: 50%;
}

.ownedWomanSec .rightCol .map img {
	width: 100%;
	height: auto;
}

/* Testimonials Section */
.testimonialsSec {
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: solid 2px #ececed;
}

.testimonialsSec .testimonialsRow {
	display: flex;
	gap: 30px;
}

.testimonialsSec .testimonialsRow .leftCol {
	width: 70%;
}

.testimonialsSec .testimonialsRow .leftCol .title {
	display: flex;
	gap: 25px;
	align-items: center;
	margin: 0 0 30px 0;
}

.testimonialsSec .testimonialsRow .leftCol .title h2 {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	color: #012042;
	text-transform: uppercase;
}

.testimonialsSec .testimonialsRow .leftCol .title ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

.testimonialsSec .testimonialsRow .leftCol .row {
	display: flex;
	flex-wrap: wrap;
}

.testimonialsSec .testimonialsRow .leftCol .servicesInfo {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	border: solid 2px #ececed;
}

.testimonialsSec .testimonialsRow .leftCol .servicesInfo p {
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
	flex: 1;
}

.testimonialsSec .testimonialsRow .leftCol .servicesInfo h4 {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	color: #86b025;
	padding-left: 20px;
}

.testimonialsSec .testimonialsRow .leftCol .servicesInfo h4::before {
	position: absolute;
	left: 0;
	top: 13px;
	content: '';
	width: 10px;
	height: 4px;
	background-color: #86b025;
}

.testimonialsSec .testimonialsRow .leftCol .text-center {
	margin-top: 20px;
}

.testimonialsSec .testimonialsRow .leftCol .text-center .reviewsBtn {
	display: inline-block;
	font-size: 18px;
	color: #012042;
	font-weight: 600;
	line-height: 22px;
	border-radius: 5px;
	border: 2px solid #012042;
	padding: 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	transition: all 0.3s ease-in-out;
}

.testimonialsSec .testimonialsRow .leftCol .text-center .reviewsBtn:hover {
	color: #ffffff;
	background-color: #012042;
}

.testimonialsSec .testimonialsRow .rightCol {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 30%;
	border-radius: 4px;
	padding: 40px 30px;
	background-color: #012042;
}

.testimonialsSec .testimonialsRow .rightCol .rightContent {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.testimonialsSec .testimonialsRow .rightCol .rightContent .info {
	width: calc(80% - 10px);
}

.testimonialsSec .testimonialsRow .rightCol .rightContent .info h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
}

.testimonialsSec .testimonialsRow .rightCol .rightContent .info h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
	color: #86b025;
	margin: 0 0 25px 0;
}

.testimonialsSec .testimonialsRow .rightCol .rightContent .info p {
	font-size: 17px;
	color: rgb(255 255 255 / 60%);
	font-weight: 500;
	line-height: 26px;
	margin: 0 0 30px 0;
}

.testimonialsSec .testimonialsRow .rightCol .rightContent .rightIcons {
	width: 20%;
}

.testimonialsSec .testimonialsRow .rightCol .rightContent .rightIcons img {
	width: 100%;
	height: auto;
}

.testimonialsSec .testimonialsRow .rightCol .requestBtn {
	display: inline-block;
	font-size: 16px;
	color: #86b025;
	font-weight: 600;
	line-height: 24px;
	border-radius: 5px;
	border: 2px solid #86b025;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	transition: all 0.3s ease-in-out;
}

.testimonialsSec .testimonialsRow .rightCol .requestBtn:hover {
	color: #ffffff;
	background-color: #86b025;
}

/* FAQ Section */
.faqSec {
	padding-top: 30px;
	padding-bottom: 20px;
}

.faqSec .title {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	margin: 0 0 15px 0;
}

.faqSec .title h2 {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	color: #012042;
	text-transform: uppercase;
}

.faqSec .title .viewAllBtn {
	font-family: 'Oswald', sans-serif;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	color: #86b025;
	text-decoration: none;
	text-transform: uppercase;
}

.faqSec .title .viewAllBtn img {
	margin-left: 10px;
	transition: all .3s ease-in-out;
}

.faqSec .title .viewAllBtn:hover img {
	transform: translateX(5px);
}

.faqSec .faqRow {
	display: flex;
	flex-wrap: wrap;
	gap: 0 76px;
}

.faqSec .faqRow .leftCol,
.faqSec .faqRow .rightCol {
	width: calc(50% - 38px);
}

.faqSec .faqRow .faqsBox {
	margin: 0;
}

.faqSec .faqsBox .panel {
	border-radius: 5px;
	border-color: #ececed;
	border-width: 2px;
}

.faqSec .faqsBox .panel .panel-heading {
	padding: 0;
	background-color: transparent;
}

.faqSec .faqsBox .panel .panel-heading:hover {
	color: #BB9545;
}

.faqSec .faqsBox .panel .panel-heading .panel-title {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	color: #012042;
	font-weight: 600;
}

.faqSec .faqsBox .panel .panel-heading .panel-title a {
	display: block;
	padding: 15px 50px 15px 25px;
	color: inherit;
	text-decoration: none;
}

.faqSec .faqsBox .panel .panel-heading .panel-title a:hover {
	color: inherit;
}

.faqSec .faqsBox .panel .panel-heading .panel-title .plus-toggle:before {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f374";
	font-family: "Material Design Icons";
	color: #86b025;
	font-size: 25px;
	line-height: normal;
}

.faqSec .faqsBox .panel .panel-heading .panel-title .plus-toggle.collapsed:before {
	content: "\f415";
}

.faqSec .faqsBox .panel .panel-collapse .panel-body {
	padding: 15px 20px;
	border-top-color: #ececed;
	border-width: 2px;
}

.faqSec .faqsBox .panel .panel-collapse .panel-body p {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	margin-bottom: 20px;
}

.faqSec .faqsBox .panel .panel-collapse .panel-body p:last-child {
	margin-bottom: 0;
}

/* Your Project Section */
.yourProjectSec {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #012042;
	border-bottom: solid 1px #ececed;
}

.yourProjectSec .faqRow {
	display: flex;
	align-items: center;
	gap: 30px;
}

.yourProjectSec .faqRow .leftCol {
	display: flex;
	align-items: center;
	width: 70%;
}

.yourProjectSec .faqRow .leftCol .startIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95px;
	height: 95px;
	border-radius: 100%;
	background-color: #86b025;
}

.yourProjectSec .faqRow .leftCol .startIcon img {
	width: 52px;
	height: auto;
}

.yourProjectSec .faqRow .leftCol .title {
	width: calc(100% - 95px);
	padding-left: 25px;
}

.yourProjectSec .faqRow .leftCol .title h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
}

.yourProjectSec .faqRow .leftCol .title p {
	font-size: 18px;
	color: rgb(255 255 255 / 90%);
	font-weight: 500;
	line-height: 28px;
	margin: 0;
}

.yourProjectSec .faqRow .rightCol {
	width: 30%;
	text-align: right;
}

.yourProjectSec .faqRow .rightCol .getFreeBtn {
	display: inline-block;
	padding: 15px 20px;
	background: #86b025;
	border: 2px solid transparent;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}


.yourProjectSec .faqRow .rightCol .getFreeBtn:hover {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.60);
}

/* Footer Section */
#footer {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #012042;
}

#footer .footerRow {
	display: flex;
	gap: 30px;
	width: 100%;
	margin-bottom: 20px;
}

#footer .footerRow .ftr-logo {
	width: 25%;
}

#footer .footerRow .ftr-links {
	width: 20%;
}

#footer .footerRow .ftr-services,
#footer .footerRow .ftr-serAreas,
#footer .footerRow .ftr-contact {
	width: 24%;
}

#footer .footerRow .ftr-logo .footer-logo {
	max-width: 216px;
	width: 100%;
	margin-bottom: 15px;
}

#footer .footerRow .ftr-logo .footer-logo img {
	width: 100%;
	height: auto;
}

#footer .footerRow .ftr-logo p {
	font-size: 16px;
	color: rgb(255 255 255 / 60%);
	font-weight: 500;
	line-height: 26px;
	margin: 0 0 15px 0;
}

#footer .footerRow .ftr-logo ul.social-icons {
	display: flex;
	gap: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .footerRow .ftr-logo ul.social-icons li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background-color: #ffffff;
	transition: all .3s ease-in-out;
}

#footer .footerRow .ftr-logo ul.social-icons li a i {
	font-size: 20px;
	color: #012042;
}

#footer .footerRow h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	color: #ffffff;
}

#footer .footerRow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footerRow ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: rgb(255 255 255 / 60%);
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#footer .footerRow ul li a:hover {
	color: #86b025;
}

#footer .footerRow ul li p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	color: rgb(255 255 255 / 60%);
}

#footer .footerRow .ftr-contact ul {
	margin-bottom: 20px;
}

#footer .footerRow .ftr-contact ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
}

#footer .footerRow .ftr-contact ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Material Design Icons";
	font-size: 25px;
	line-height: normal;
	color: #86b025;
}

#footer .footerRow .ftr-contact ul li.call::before {
	content: "\f3f2";
}

#footer .footerRow .ftr-contact ul li.email::before {
	content: "\f1ee";
}

#footer .footerRow .ftr-contact ul li.location::before {
	content: "\f34e";
}

#footer .footerRow .ftr-contact a.getFreeBtn {
	display: inline-block;
	font-size: 16px;
	color: #86b025;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 4px;
	border: solid 1px #86b025;
	background: transparent;
	transition: all 0.3s ease-in-out;
}

#footer .footerRow .ftr-contact a.getFreeBtn:hover {
	background-color: #86b025;
	color: #ffffff;
}

#footer .ftr-copyright {
	width: 100%;
}

#footer .ftr-copyright .topBox {
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
}

#footer .ftr-copyright .topBox p {
	font-size: 16px;
	color: rgb(255 255 255 / 60%);
	font-weight: 500;
	line-height: 26px;
	margin: 0;
}

#footer .ftr-copyright .topBox ul {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .ftr-copyright .topBox ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: rgb(255 255 255 / 60%);
}

#footer .ftr-copyright .topBox ul li a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: rgb(255 255 255 / 60%);
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#footer .ftr-copyright .topBox ul li a:hover {
	color: #86b025;
}

#footer .ftr-copyright .topBox ul li a::before {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 5px;
	height: 5px;
	background-color: rgb(255 255 255 / 60%);
	border-radius: 100%;
}

#footer .ftr-copyright .topBox ul li:last-child a::before {
	display: none;
}

#footer .ftr-copyright .bottomBox {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#footer .ftr-copyright .bottomBox p {
	font-size: 16px;
	color: rgb(255 255 255 / 60%);
	font-weight: 500;
	line-height: 26px;
	margin: 0;
}

#footer .ftr-copyright .bottomBox p a {
	color: inherit;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#footer .ftr-copyright .bottomBox p a:hover {
	color: #86b025;
}

#footer .ftr-copyright .bottomBox ul {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .ftr-copyright .bottomBox ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: rgb(255 255 255 / 60%);
}

#footer .ftr-copyright .bottomBox ul li a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: rgb(255 255 255 / 60%);
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#footer .ftr-copyright .bottomBox ul li a:hover {
	color: #86b025;
}

#footer .ftr-copyright .bottomBox ul li a::before {
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 5px;
	height: 5px;
	background-color: rgb(255 255 255 / 60%);
	border-radius: 100%;
}

#footer .ftr-copyright .bottomBox ul li:last-child a::before {
	display: none;
}

.alignleft,
.alignnone {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 0 50px 20px 0;
	border-radius: 20px;
}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 50px;
	border-radius: 20px;
}

.aligncenter {
	float: none;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
	border-radius: 20px;
}

/* ---------- Inner Banner Css ---------- */
#inner_banner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 370px;
	margin-top: 138px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

#inner_banner::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #012042 35%, #ffffff00 100%);
	z-index: -1;
}

#inner_banner .caption {
	width: 50%;
}

#inner_banner h1 {
	font-family: 'Oswald', sans-serif;
	display: block;
	margin: 0 0 20px 0;
	font-size: 55px;
	color: #ffffff;
	font-weight: 600;
	line-height: 60px;
	text-transform: uppercase;
}

#inner_banner .breadcrumb {
	padding: 0;
	margin: 12px 0 0 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
}

#inner_banner .breadcrumb li {
	font-size: 18px;
	color: #90bf22;
	font-weight: 500;
}

#inner_banner .breadcrumb li+li:before {
	content: "/\00a0";
	padding: 0;
	color: rgb(255 255 255 / 90%);
}

#inner_banner .breadcrumb li a {
	color: rgb(255 255 255 / 90%);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#inner_banner .breadcrumb li a:hover {
	color: #90bf22;
	text-decoration: none;
}

/*----------------- Inner Pages -----------------*/
.inner_section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.inner_section h2 {
	margin: 0 0 45px 0;
	font-size: 45px;
	font-weight: 600;
	line-height: 55px;
	color: #012042;
}

.inner_section h3 {
	margin: 0 0 35px 0;
	font-size: 30px;
	color: #012042;
	font-weight: 700;
	line-height: 40px;
}

.inner_section h4 {
	margin: 0 0 25px 0;
	font-size: 25px;
	color: #012042;
	font-weight: 700;
	line-height: 30px;
}

.inner_section h5 {
	margin: 0 0 15px 0;
	font-size: 25px;
	color: #012042;
	font-weight: 700;
	line-height: 30px;
}

.inner_section h6 {
	margin: 0 0 15px 0;
	font-size: 22px;
	color: #012042;
	font-weight: 700;
	line-height: 30px;
}

.inner_section p {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #00183A;
	font-weight: 400;
	line-height: 25px;
}

.inner_section p:last-child {
	margin-bottom: 0;
}

.inner_section ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}
.inner_section ul li {
	width: 100%;
	position: relative;
	padding-left: 35px;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	margin-bottom: 10px;
}
.inner_section ul li::before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../images/checked-icons.png);
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	top: 1px;
}
.inner_section ul li a {
	color: #000000;
	text-decoration: none;
}

.inner_section ul li a:hover {
	color: #90bf22;
}
.inner_section ul.service-areas li {
	width: 32.70%;
}
/*----------------- About Page -----------------*/
.about_sec {
	padding-top: 25px;
	padding-bottom: 25px;
}

.about_sec .cont-col {
	display: flex;
	width: 80%;
	flex-direction: column;
	margin: 0 auto;
	align-content: center;
	align-items: center;
}

.about_sec h6 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #86b025;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 30px 0;
}

.about_sec h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 55px;
	margin: 0 0 45px 0;
	color: #012042;
	text-transform: uppercase;
}

.about_sec p {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	text-align: center;
	margin: 0 0 25px 0;
}

.about_sec .image-col {
	display: flex;
	width: 80%;
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
}

.about_sec .image-col img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.started_sec {
	margin-top: 50px;
	position: relative;
	background-color: #012042;
}

.started_sec .image-col {
	position: absolute;
	left: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.started_sec .image-col img {
	width: 100%;
	height: auto;
}

.started_sec .cont-col {
	float: right;
	padding: 100px 50px;
}

.started_sec .cont-col h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 55px;
	margin: 0 0 45px 0;
	color: #86b025;
	text-transform: uppercase;
}

.started_sec .cont-col p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: rgb(255 255 255 / 70%);
	font-weight: 500;
	line-height: 28px;
}

.started_sec .cont-col ul {
	padding: 0 0 15px 0;
	margin: 0;
	list-style: none;
}

.started_sec .cont-col ul li {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: rgb(255 255 255 / 70%);
	margin-bottom: 10px;
}

.started_sec .cont-col ul li span {
	font-weight: 700;
}

.started_sec .cont-col ul li:before {
	position: absolute;
	left: 0;
	top: 0px;
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../images/checked-icons.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.partnerships_sec {
	padding-top: 35px;
	padding-bottom: 20px;
	border-bottom: solid 2px #ececed;
}

.partnerships_sec .partnershipsRow {
	display: flex;
	gap: 30px;
}

.partnerships_sec .partnershipsRow .leftCol {
	width: 70%;
}

.partnerships_sec .partnershipsRow .leftCol .title {
	display: flex;
	gap: 25px;
	align-items: center;
	margin: 0 0 30px 0;
}

.partnerships_sec .partnershipsRow .leftCol .title h2 {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	color: #012042;
	text-transform: uppercase;
}

.partnerships_sec .partnershipsRow .leftCol .title ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

.partnerships_sec .partnershipsRow .leftCol .row {
	display: flex;
	flex-wrap: wrap;
}

.partnerships_sec .partnershipsRow .leftCol .cont-col {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	border: solid 2px #ececed;
}

.partnerships_sec .partnershipsRow .leftCol .cont-col p {
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
	flex: 1;
}

.partnerships_sec .partnershipsRow .leftCol .cont-col h4 {
	position: relative;
	margin: 0 0 15px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	color: #86b025;
}

.partnerships_sec .partnershipsRow .leftCol .cont-col ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.partnerships_sec .partnershipsRow .leftCol .cont-col ul li {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	margin-bottom: 10px;
}

.partnerships_sec .partnershipsRow .leftCol .cont-col ul li:before {
	position: absolute;
	left: 0;
	top: 6px;
	content: '';
	width: 18px;
	height: 18px;
	background-image: url(../images/checked-icons.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.partnerships_sec .partnershipsRow .rightCol {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 30%;
	border-radius: 4px;
	padding: 40px 30px;
	background-color: #012042;
}

.partnerships_sec .partnershipsRow .rightCol .rightContent {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partnerships_sec .partnershipsRow .rightCol .rightContent .info {
	width: calc(80% - 10px);
}

.partnerships_sec .partnershipsRow .rightCol .rightContent .info h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
}

.partnerships_sec .partnershipsRow .rightCol .rightContent .info h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
	color: #86b025;
	margin: 0 0 25px 0;
}

.partnerships_sec .partnershipsRow .rightCol .rightContent .info p {
	font-size: 17px;
	color: rgb(255 255 255 / 60%);
	font-weight: 500;
	line-height: 26px;
	margin: 0 0 30px 0;
}

.partnerships_sec .partnershipsRow .rightCol .rightContent .rightIcons {
	width: 20%;
}

.partnerships_sec .partnershipsRow .rightCol .rightContent .rightIcons img {
	width: 100%;
	height: auto;
}

.partnerships_sec .partnershipsRow .rightCol .requestBtn {
	display: inline-block;
	font-size: 16px;
	color: #86b025;
	font-weight: 600;
	line-height: 24px;
	border-radius: 5px;
	border: 2px solid #86b025;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	transition: all 0.3s ease-in-out;
}

.partnerships_sec .partnershipsRow .rightCol .requestBtn:hover {
	color: #ffffff;
	background-color: #86b025;
}

.faq-page .faqSec .title {
	justify-content: center;
}

.faq-page .faqSec .faqRow .leftCol {
	width: 80%;
	margin: 0 auto;
}

/* ----------------- Projects Page ----------------- */
.photos_box {
	margin-top: 40px;
}

.photos_box .thumbnail {
	margin-bottom: 30px;
	border-color: #012042;
	border-radius: 5px;
	position:relative;
}

.photos_box .thumbnail a {
	display: flex;
	align-items: center;
	height: 210px;
	overflow: hidden;
}

.photos_box .thumbnail a img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.photos_box .thumbnail .title {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	position: absolute;
    color: #ffffff;
    width: 100%;
    text-align: center;
	transition: all 0.3s ease-in-out;
}

.roofGallery .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px 10px;
	margin-right: calc(0px - var(--container-padding));
	margin-left: calc(0px - var(--container-padding));
}
.roofGallery .grid .thumbnail {
	margin-bottom: 0;
	padding: 0;
	border: none;
	border-radius: 0px;
}
.roofGallery .grid .thumbnail a {
	height: auto;
}
.roofGallery .grid .thumbnail a img {
    border-radius: 0px;
}

/* ----------------- Contact Page ----------------- */
.contact_section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.contact_section h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 55px;
	margin: 0 0 45px 0;
	color: #012042;
	text-transform: uppercase;
}

.contact_section p {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	margin: 0 0 25px 0;
}

.contact_form {
	width: 100%;
}

.contact_form .form-group {
	margin-bottom: 20px;
}

.contact_form .form-group:last-child {
	margin-bottom: 0px;
}

.contact_form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	border: 2px solid #ececed;
	border-radius: 4px;
	padding: 10px 20px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

.contact_form .form-control::placeholder {
	color: #000000;
}

.contact_form .form-group .submit_btn {
	padding: 15px 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	border-radius: 5px;
	background-color: #86b025;
	transition: all 0.3s ease-in-out;
}

.contact_form .form-group .submit_btn:hover {
	background: #012042;
}

.contact_form textarea.form-control {
	height: auto;
	resize: none;
}

.contact_detail {
	padding-left: 50px;
}

.contact_detail h3 {
	margin: 0 0 30px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: #86b025;
	text-transform: uppercase;
}

.contact_detail ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.contact_detail ul li {
	position: relative;
	padding: 0 0 0 40px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	line-height: 26px;

}

.contact_detail ul li::before {
	position: absolute;
	left: 0;
	content: '';
	background-image: unset;
	font-family: "Material Design Icons";
	font-size: 26px;
	color: #86b025;
	top: 0;
}

.contact_detail ul li.address::before {
	content: '\F34E';
	top: 5px;
}

.contact_detail ul li.phone::before {
	content: '\F3F2';
}

.contact_detail ul li.email::before {
	content: '\F1EE';
}

.contact_detail ul li a {
	color: #012042;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.contact_detail ul li a:hover {
	color: #86b025;
}

.map_sec {
	float: left;
	width: 100%;
}

.map_sec iframe {
	width: 100%;
	height: 500px;
}