/* || G E N E R A L _ S T Y L E S */
body {
	font-family: "Ubuntu", sans-serif;
}

h1, h2, h3 {
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
}

h4, h5 {
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
}

p {
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
	color: #1E2022;
	font-size: 1.125rem;
	line-height: 1.5;
}

/* || H E A D I N G S */
.heading-1 {
	font-size: 2.027rem;
	line-height: 1.5;
	color: #52616B;
}

.heading-2 {
	font-size: 1.802rem;
	line-height: 1;
	color: #52616B;
}

.heading-3 {
	font-size: 1.602rem;
	line-height: 1.5;
}

.heading-4 {
	font-size: 1.424rem;
	line-height: 1.5;
}

.heading-5 {
	font-size: 1.266rem;
	line-height: 1.5;
}



/* || GRAYSCALE ROLLOVER */

/*img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}*/



/* || M I S C */
/* Hide things */
.hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Hide footer links */
@media (min-width: 992px) {
	.hide-row {
		display: none;
	}
}

/* || C O N T A I N E R S */
.container-fluid {
	padding: 0 5% 0 7%;
}

@media (max-width: 992px) {
	.container-fluid {
		padding: 0 5%;
	}
}

/* || S E C T I O N S */
#main-section {
	padding: 5% 0 0 0;
	background-color: #fff;
	color: #52616B;
}

/* || N A V I G A T I O N _ B A R */
.logo-mob {
	width: 70%;
}

.logo-desk {
	width: 90%;
}

.navbar {
	padding: 0.5rem 0 1rem;
	background-color: #fff;
}

.navbar {
	padding: 0.5rem 0 1rem;
	background-color: #fff;
}

.navbar-nav {
	margin-top: 3%;
	margin-bottom: 0;
}

.nav-item {
	padding: 30px 5px 0;
}

.to-right {
	padding-left: 60px;
}

.nav-link {
	font-size: 1rem;
	font-family: "Ubuntu";
	font-weight: 400;
}

.navbar-light .navbar-toggler {
	border: 0;
	margin-top: 20px;
}

/* N A V I G A T I O N _ B A R _ R E S P O N S I V E */
@media (max-width: 992px) {
	.navbar-collapse {
		margin-top: 0%;
		margin-bottom: 0%;
	}

	.nav-item {
		padding: 0;
		margin-left: 85px;
		border-top: 0;
		border-bottom: 1px solid;
		border-left: 0;
		border-right: 0;
		border-color: #000;
	}

	.to-right {
		padding: 0;
	}

	/* .navbar-nav {
		margin-bottom: 100%;
		margin-left: 100%;
		margin-right: 100%;
	} */

	/* .navbar {
		padding-bottom: 10%;
	} */

	.nav-link {
		font-size: 1.2rem;
		font-family: "Ubuntu";
		font-weight: 400;
	}
}

@media (max-width: 540px) {
	.navbar-brand {
		padding-top: 20px;
	}
}

/* || Hamburger Animation */
.animated-icon1, .animated-icon2, .animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon1 span {
	background: #000;
}

.animated-icon1 span:nth-child(1) {
	top: 0;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;
}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* || END Hamburger Animation */
/* || I N D E X _ P A G E */
.head-image {
	width: 100%;
	margin-bottom: 6%;
	/* margin: 20px; */
}

@media (max-width: 540px) {
	.head-image {
		margin-bottom: 13%;
	}
}

/* || S E R V I C E S _ P A G E */
.img-services {
	padding-bottom: 25px;
}

.services-row {
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.img-services {
		width: 75%;
	}
}

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

/* || P R O J E C T S */
.project-card {
	border: none;
}

.project-card .heading-4 {
	font-size: 1.266rem;
	margin-bottom: 2px;
}

.project-card p {
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 0.7rem;
}

/* colorize on hover image */
.colorize {
	position: relative;
	padding: 10px 3px 30px 3px;
}

/* class of the image */
.card-img-top {
	cursor: pointer;
}

/* || P R O J E C T _ P A G E */
.figure-caption {
	font-size: 0.9rem;
}

@media (max-width: 992px) {
	.figure-caption {
		text-align: left !important;
	}
}

/* || C O N T A C T _ P A G E */
/* map iframe */
iframe {
	border: 0;
}

.contact-row {
	padding-bottom: 20px;
}

.map-container {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 56.25%;
	position: relative;
	height: 500px;
}

.map-container iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.form-group {
	font-size: 0.9rem;
	color: red;
}

.form-control {
	font-size: 1rem;
}

.text-muted {
	font-size: 0.9rem;
}

.btn-custom:hover {
	background-color: green !important;
}

/* C O N T A C T _ R E S P O N S I V E */
@media (max-width: 992px) {
	.map-container {
		margin-bottom: 40px;
		margin-top: 20px;
		height: 300px;
	}
}

/* || F O O T E R */
.footer {
	background-color: #fff;
	margin: 0 5% 2% 5%;
	border-top: 1px solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-color: #52616B;
}

.btn-link {
	color: #52616B;
	text-decoration: none;
	padding: 0 0 20px 0;
	font-size: 0.889rem;
}

.btn-link:active {
	text-decoration: none;
	outline: none;
}

.btn-link:hover {
	text-decoration: none;
	color: #000;
}

.btn-link:focus {
	outline: none;
	text-decoration: none;
	box-shadow: none;
}

.alignments {
	text-align: left;
}

.btn-copyright {
	font-size: 0.702rem;
	font-weight: 300;
	text-align: left;
}

@media (max-width: 992px) {
	.btn-copyright {
		text-align: center;
	}

	.alignments {
		text-align: center;
	}
}
