body,html,table,td {
	font-family: Montserrat;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;

	color: #3F4040;
}

.navbar {
	box-shadow: 0px 4px 4px rgba(237, 237, 237, 0.25);
	font-weight: bold;
	background: #FFFFFF;
}
.navbar .nav-item a {
	color: #3F4040;
}
.navbar .nav-item  {
	color: #3F4040;
	padding: 0 30px;
}
.navbar-brand img {
	display: block;
	margin: 2px 0;
}


.main-header-corner {
	background: url('../img/top.png') 0 75px no-repeat;
	padding-left: 60px;
}
.main-header .block-text span {
	color: #00E100;
}
.main-header .block-text h1 {
	font-size: 28px;
	line-height: 150%;
}
.main-header .block-text {
	max-width: 680px;
}
.main-header-bottom {
	background: url('../img/bottom.png') 100% bottom no-repeat;
	font-weight: 500;
	font-size: 24px;
	padding-top: 300px;
	line-height: 150%;
	color: #000080;
	
}
.main-header .down-link a {
	width: 73px;
	height: 73px;
	display: block;
	background: url('../img/down.png') 0 0 no-repeat;
}
.main-header .down-link {
	margin-top: 50px;
	position: relative;
}
.main-header .down-link::after {
	content: '';
	height: 300px;
	margin-left: 35px;
	display: block;
	margin-top: -7px;
	width: 1px;
	background: #00E100;
}
.main-header.main-header-project {
	
}

.main-header-project .main-header-corner {
	background: url('../img/project-top.png') 0 75px no-repeat;
	padding: 0;
}

.main-header-project-1 .main-header-bottom {
	background: url('../img/project-bottom.png') 100% bottom no-repeat;
}
.main-header.main-header-project-1 {
	background-image: url( '../img/s-bg-1.png' );
}
.main-header.main-header-project-2 {
	background-image: url( '../img/s-bg-2.png' );
}
.main-header.main-header-project-3 {
	background-image: url( '../img/s-bg-3.png' );
}
.main-header.main-header-project-4 {
	background-image: url( '../img/s-bg-4.png' );
}

.main-header {
	background: url('../img/main.jpg') center 0 no-repeat;
	background-size: cover;
}
#services {
	position: absolute;
	margin-top: -70px;
}
.services-header {
	margin-top: 50px;
	position: relative;
}
.services-header h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #000080;
}
.services-header h2::after {
	content: '';
	display: block;
	margin: 30px 0 0 0;
	width: 30px;
	height: 3px;
	background: #00E100;
}

.projects  {
	padding: 50px 30px 60px 30px;
}
.projects>.container>.row {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.projects>.container>.row>div[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
	border: 15px solid #FFFFFF;
}
.projects .project-content {
	padding: 60px 50px 160px 60px;
}
.projects .project-2::before,
.projects .project-1::before {
	top: 0;
	right: 45px;
	bottom: 25px;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	background: #00E100;
}
.projects .project-2::after,
.projects .project-1::after {
	display: block;
	content: '';
	width: 59px;
	height: 26px;
	background: url('../img/circle-bottom.png') 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	right: 15px;
}
.projects .project-3::before,
.projects .project-4::before {
	top: 25px;
	right: 45px;
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	background: #00E100;
}
.projects .project-3::after,
.projects .project-4::after {
	display: block;
	content: '';
	width: 59px;
	height: 26px;
	background: url('../img/circle-top.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 15px;
}
.projects .project {
	padding: 0px 45px 25px 0px;
	line-height: 180%;
	margin-bottom: 30px;
	position: relative;
}
.projects .project-1 {
	background: url('../img/p1.png') center 0 no-repeat;
	background-size: cover;
	padding: 0px 45px 25px 0px;
	
}
.projects .project-2 {
	background: url('../img/p2.png') center 0 no-repeat;
	background-size: cover;
	padding: 0px 45px 25px 0px;
	
}
.projects .project-3 {
	
	background: url('../img/p3.png') center 0 no-repeat;
	background-size: cover;
	padding: 25px 45px 0 0px;
}
.projects .project-4 {
	background: url('../img/p4.png') center 0 no-repeat;
	background-size: cover;
	padding: 25px 45px 0 0px;
}
.projects h3 {
	min-height: 70px;
	font-size: 18px;
	color: #4B4B4B;
	padding: 0;
	max-width: 300px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.projects .button {
	position: absolute;
	bottom: 70px;
	left: 60px;
}
.projects .button a:hover {
	background: #00E100;
	
}
.projects .button a {
	display: inline-block;
	background: #1919C5;
	color: #FFFFFF;
	height: 57px;
	line-height: 57px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 60px;
	transition: background 1s;
}

footer h2::after {
	content: '';
	display: block;
	margin: 30px 0 50px 0;
	width: 30px;
	height: 3px;
	background: #00E100;
}
footer .col {
	display: inline;
	padding: 0 80px 0 0;
}
footer h3 {
	font-size: 18px;
	margin-bottom: 30px;
	display: block;
	font-weight: 600;
}
footer strong {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 30px;
	font-weight: 600;
}
footer h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 600;
}
footer a {
	color: #FFFFFF;
}
footer a:hover {
	color: #FFFFFF;
}
footer {
	background: url('../img/footer.jpg') center 0 no-repeat;
	padding: 60px 0 120px 0;
	font-size: 12px;
	color: #FFFFFF;
}

.service-content {
	padding-top: 70px;
}
.service-content h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	color: #000080;
}
.service-content h3::after {
	content: '';
	display: block;
	margin: 30px 0 30px 0;
	width: 30px;
	height: 3px;
	background: #00E100;
}


.service-content .services-content-text {
	color:#4B4B4B;
	line-height: 200%;
	max-width: 80%;
}
.service-content .services-header {
	
	margin-top: 0px;
	margin-bottom: -30px;
	position: relative;
}
.service-content .service-img-bg img {
	display: block;
	margin: 0 auto 0 auto;
	max-width: 65%;
	position: relative;
	z-index: 10;
}
.service-content .service-img-bg::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: #FFFFFF;
}
.service-content .service-img-bg {
	position: relative;
	z-index: 10;
	background: #FCFCFC;
	padding: 60px 0 0px 0;
	margin: 30px 0 30px 0;
}
.service-content .service-img {
	position: relative;
	z-index: 10;
	margin: 30px 0 30px 0;
}
.service-content .service-img img {
	display: block;
	margin: 0 auto 0 auto;
	max-width: 100%;
}

@media (max-width: 992px) { 
	.main-header-bottom {
		padding-top: 200px;
	}
	.main-header .down-link::after {
		content: '';
		height: 160px;
	}
	.projects {
		padding: 50px 0px 60px 0px;
	}
	.projects .project-content {
		padding: 40px 30px 120px 40px;
	}
	.projects .button {
		position: absolute;
		bottom: 60px;
		left: 40px;
	}
	.service-content .services-content-text {
		max-width: 100%;
	}
	.service-content .service-img-bg::after {
		
		height: 30px;
	}
}
@media (max-width: 768px) { 
	.navbar-toggler {
		border: 1px solid #CCCCCC;
		padding: 5px 4px;
	}
	.navbar-toggler .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: #CCCCCC;
		margin: 3px 0;
	}
	.projects>.container>.row {
		display: block;
		width: auto;
	}
	.navbar .nav-item a {
		padding: 15px 10px;
	}
	.navbar .nav-item {
		text-align: center;
			
	}
	.service-content .service-img-bg::after {
		
		height: 20px;
	}
	.projects>.container>.row>div[class*="col-"] {
		float: none;
		display: block;
		border: 0 solid #FFFFFF;
	}
	.projects .project-content {
		padding: 40px 30px 150px 40px;
	}
	.main-header-corner {
		padding-left: 20px;
	}
	.main-header-bottom {
		background-size: 50% auto;
		font-size: 24px;
		padding-top: 120px;
	}
	footer .col {
		display: block;
		padding: 0 0px 15px 0;
	}
}