/* Fonts */
@font-face {
	font-family: 'poppins-medium';
	src: url('../fonts/Poppins-Medium.ttf');
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif!important;
}
a:hover {
	text-decoration: none!important;
}
.page-wrapper {
	padding: 0;
	margin: 0;
	padding-top: 82px;
}
	header {
		background: #03608E;
		padding: 18px 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
		.logo-holder {
			float: left;
		}

		nav {
			float: right;
		}
			nav ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}
				nav ul li {
					float: left;
				}
					nav ul li a {
						font-size: 14px;
						font-weight: 200;
					    color: #fff;
					    text-transform: uppercase;
					    padding: 12px 20px;
					    display: inline-block;
					    font-family: 'poppins-medium' !important;
					}
						nav ul li a:hover {
							color: #fff;
						}

	.banner-holder {
		background: #03608E;
	}
		.banner-content {
			width: 80%;
			float: right;
			padding-top: 230px;
			position: relative;
			z-index: 1;
		}
			.banner-content h2 {
				text-transform: uppercase;
				text-align: right;
				color: #fff;
				font-weight: 700;
				font-size: 60px;
			}
				.banner-content h2 span {
					color: #7EE5FF;
				}
			.banner-content p {
				text-align: right;
				color: #fff;
				width: 68%;
				float: right;
				margin-top: 30px;
				font-size: 22px;
				line-height: 30px;
				font-weight: 200;
				font-family: 'poppins-medium' !important;
			}
		.banner-img {
			position: relative;
			z-index: 0;
		}
			.banner-img img {
				margin-top: -110px!important;
			}

	.content-1 {
		background: url(../images/white-bg.png) #fff no-repeat;
		background-size: cover;
		background-position-x: center;
		min-height: 500px;
		padding: 250px 0;
	}
		.content h3{
			font-size: 50px;
			font-weight: 100;
			color: #03608E;
		}
			.content h3 span {
				font-weight: 700;
				font-size: 70px;
				display: block;
			}
		.content p {
			font-size: 16px;
			font-weight: 200;
			color: #3F3F3F;
			margin-bottom: 0;
			margin-top: 20px;
			font-family: 'poppins-medium' !important;
		}
		.company-img {
			text-align: center;
		}
			.company-img img {
				width: 100%;
			}
		.content-line {
			margin-top: 40px;
		}
		.info {
			font-size: 14px;
			font-style: italic;
			font-weight: 400;
			color: #3F3F3F;
			-ms-transform: rotate(-90deg); /* IE 9 */
  			transform: rotate(-90deg);
  			margin-top: 70px;
		}
			.info i {
				color: #03608E;
			}

	.content-2 {
		background: url(../images/blue-bg.png) #03608E no-repeat;
		background-size: cover;
		background-position-x: center;
		min-height: 500px;
		padding: 150px 0;
	}

footer {
	background: #212121;
	min-height: 20px;
	padding: 100px 0;
	padding-bottom: 0!important;
	position: relative;
}
	.company-info {

	}
		.company-info ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			.company-info ul li {
				color: #fff;
				padding: 10px 0;
				font-weight: 200;
				font-size: 16px;
				position: relative;
				padding-left: 40px;
			}
				.company-info ul li img {
					position: absolute;
					left: 0;
				}
	.social {

	}
		.social ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.social ul li {
				float: left;
				padding: 0 10px;
			}
				.social ul li:last-child {
					padding-right: 0!important;
				}
		.footer-logo {
			margin-top: 20px;
		}
footer p {
	font-size: 17px;
	text-align: center;
	color: #7EE5FF;
	font-weight: 100;
	padding: 30px 0;
	margin-top: 70px;
}

.project-content-holder {
	background: url(../images/white-bg.png) #fff no-repeat;
	background-size: cover;
	background-position-x: center;
	min-height: 500px;
	padding: 150px 0;
}
.project-content-holder-2 {
	background: url(../images/blue-bg.png) #fff no-repeat;
	background-size: cover;
	background-position-x: center;
	min-height: 500px;
	padding: 150px 0;
}
.page-sub-title {
	color: #03608E;
	font-size: 60px;
	font-weight: 200;
	margin-bottom: 100px;
}
	.page-sub-title span {
		display: block;
		font-size: 80px;
		font-weight: 700;
	}
	.project-content h3 {
		font-size: 40px;
		font-weight: 700;
		color: #03608E;
	}
		.project-content h3 small {
			text-transform: none;
			font-weight: 200;
		}
	.project-content p {
		font-weight: 300;
		font-size: 16px;
		line-height: 25px;
		font-family: 'poppins-medium' !important;
		text-align: justify !important;
	}
		.proj-more {
			font-size: 15px;
			font-weight: 600;
			color: #03608E;
			font-style: italic;
			display: none;
			margin-top: 20px;
			margin-bottom: 50px;
		}
	.project-content-2 h3 {
		font-size: 40px;
		font-weight: 700;
		color: #7EE5FF;
	}
		.project-content-2 h3 small {
			text-transform: none;
			font-weight: 200;
			color: #fff;
		}
	.project-content-2 p {
		font-weight: 300;
		font-size: 16px;
		line-height: 25px;
		color: #fff;
		font-family: 'poppins-medium' !important;
		text-align: justify !important;
	}
		.proj-more-2 {
			font-size: 15px;
			font-weight: 600;
			color: #fff;
			font-style: italic;
			display: none;
			margin-top: 20px;
			margin-bottom: 50px;
		}
.slide-content .line-md{
	margin: 0 auto;
	margin-top: 70px!important;
}
.slide-content-img {
	text-align: center;
	margin-top: 70px;
}
.slide-content p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	margin-top: 40px;
	text-align: center;
	font-family: 'poppins-medium' !important;
}
.slide-title {
	height: 168px;
}


.contact-form-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #212121;
	visibility: hidden;
    opacity: 0;
	transform: scale(0.9);
	transition: all 0.3s ease-in-out;
}
	.contact-form {
		width: 300px;
		margin: 0 auto;
		margin-top: 70px;
	}
	.input-grp {
		margin-bottom: 15px;
	}
		.input-grp .input-control {
			width: 100%;
			padding: 12px;
			color: #3F3F3F;
			border: none;
		}
			.input-grp .input-control::placeholder {
				color: #aaa;
				font-weight: 300;
			}
		.btn-send {
			border: 1px solid #fff;
			color: #fff;
			background: transparent;
			display: block;
			width: 100%;
			padding: 12px;
			cursor: pointer;
			transition: all ease 0.3s;
		}
			.btn-send:hover {
				color: #212121;
				background: #fff;
				transition: all ease 0.3s;
			}
.close-form {
	position: absolute;
	right: 20px;
	top: 20px;
}
.contact-show {
	transform: scale(1);
	visibility: visible;
  	opacity: 1;
}
.pop {
	font-size: 18px;
	background: transparent;
	padding: 15px;
	width: 300px;
	color: #fff;
	margin-top: 70px;
	cursor: pointer;
	transition: all ease 0.3s;
}
	.pop:hover {
		color: #212121;
		background: #fff;
		transition: all ease 0.3s;
	}

.project p {
	font-family: 'poppins-medium' !important;
}

.project span {
	font-family: 'poppins-medium' !important;
}


.why-we-do {
	margin-top: 110px !important;
}

#sm-line2 {
	display: none;
}




@media (max-width: 1200px) {
	.banner-content h2 {
		font-size: 60px;
	}
	.banner-content p {
		font-size: 19px;
	}
}

@media (max-width: 991px) {
	.banner-content {
		width: 100%;
	}
	.banner-img img {
		width: 100%;
		margin-top: 0!important;
	}
	.banner-content h2 {
		font-size: 60px;
		text-align: center;
	}
	.banner-content p {
		font-size: 19px;
		text-align: center;
		width: 100%;
	}
	.content-1 {
		padding: 100px 0;
	}
	.content h3 {
		font-size: 30px;
	}
		.content h3 span {
			font-size: 40px;
		}
	.content p {
		font-size: 13px;
	}
	.info h4{
		font-size: 10px;
	}

	.info {
		margin-left: -30px !important;
	}


	/*components*/
	.project span {
		text-align: left!important;
	}
	.line-md, .line-md-2, .line-sm, .line-sm-2 {
		width: 50px!important;
	}
	.page-title , .page-sub-title {
		font-size: 40px!important;
	}
		.page-title span, .page-sub-title span {
			font-size: 50px!important;
		}
	.project h3 {
		font-size: 20px!important;
	}
		.project h3 small {
			font-size: 30px!important;
		}

	.slide-title {
		height: 108px;
	}

	.carousel-control-next-icon, .carousel-control-prev-icon {
		top: 380px !important;
	}
}
@media (max-width: 768px) {
	.banner-content h2 {
		font-size: 40px;
	}
	.banner-content p {
		font-size: 15px;
		line-height: 20px;
	}
	.project-content p, .project-content .text-center, .project-content .proj-line {
		display: none!important;
	}
	.project-content-2 p, .project-content-2 .text-center, .project-content-2 .proj-line {
		display: none;
	}
	.project-img {
		width: 100%;
	}
	.proj-more, .proj-more-2 {
		display: block;
	}
	.slide-content-img img {
		/*width: 90%;*/
		max-width: 100% !important;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		margin-top: -300px!important;
	}

	.career-sub-images {
		display: none !important;
	}

	.why-we-do {
		margin-top: 0px !important;
	}

	.slide-content-img > ul > li > img {
		margin-top: 50px !important;
	}
	.project span {
		margin-top: 20px !important;
	}

	#sm-line2 {
		display:  inline-block;
		margin-left: 1px;
		width: 100px !important;
	}

	#sm-line1 {
		display: none;
	}

	.social-media > div > a > img {
		max-width: 100% !important;
	}

	.company-info {
		text-align: center; 
	}
	.company-info ul li img {
		position: relative;
		padding-left: 0px !important;
	}

	.company-info ul li {
		padding-left: 0px !important;
	}

	.social-media {
		text-align: center !important;
		margin-top: 30px !important;
	}

	.social-media > .float-right, .social-media > div > a > img {
		float: unset !important;
	}

	.social-media > div > a {
		margin-top: 30px;
	}

	.social ul {
		list-style: none !important;
    	margin: 0 !important;
    	display: inline-flex;
	}

	.banner-content {
		padding-top: 70px !important;
	}

	.slide-content p {
		margin-top: 40px !important;
	}

	.carousel-control-next-icon, .carousel-control-prev-icon {
		top: 630px !important;
	}

	.btn-main {
		padding: 10px 15px !important;
		font-size: 18px !important;
		margin-top: 100px !important;
	}
	.company-info ul li {
		font-size: 14px !important;
	}
}
@media (max-width: 575px) {
	nav {
		position: fixed;
		width: 200px;
		background: rgba(255,255,255,0.9);
		right: 0;
		top: 0;
		height: 100%;
		padding-top: 82px;
		display: none!important;
	}
		nav ul li {
			float: none;
		}
			nav ul li a {
				color: #03608E;
				display: block;
				text-align: right;
				font-weight: 400;
				font-size: 15px;
			}
	.menu {
		display: block!important;
	}
	.social  {
		padding: 30px 0;
	}
	.project-content h3 {
		font-size: 23px;
	}
	.project-content-2 h3 {
		font-size: 23px;
	}

	.career-sub-images {
		display: none !important;
	}

	.why-we-do {
		margin-top: 0px !important;
	}

	.project-holder {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	footer {
		padding: 50px 0px !important;
	}

}
@media (max-width: 414px) {
	.banner-content h2 {
		font-size: 27px;
	}
	.content h3 {
		font-size: 20px;
	}
		.content h3 span {
			font-size: 30px;
		}
	.project h3 {
		font-size: 20px!important;
	}
		.project h3 small {
			font-size: 26px!important;
		}
	.content-1, .content-2, .project-content-holder, .project-content-holder-2 {
		padding: 70px 0;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		top: 580px !important;
	}

	.why-we-do {
		margin-top: 0px !important;
	}

	.project-holder {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	footer {
		padding: 50px 0px !important;
	}
} 






