*, html, body, p{
	font-family: 'Mulish', sans-serif;
	font-size: 1rem;
	color: #4E4E4E;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Nova Flat', cursive;	
}
.header{
	position: relative;
	background: url(../images/header_bg.png) no-repeat 0 0;
	background-size: cover;
	min-height: 200px;
	display: flex;
}
.header .navbar{
	z-index: 100;
	padding: 20px 0;
	background-color: rgba(2, 18, 99, 0.7);
}
.header::after, header::after {
    content: '';
    background-color: #021263;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.navbar-brand{
	margin-right: 0;
}
.navbar-brand img{
	max-width: 60%;
}
.btn-outline-primary{
	border-color: #fff;
	color: #fff;
}
.banner-text{
	display: flex;
	width: 100%;
	position: relative;
	z-index: 9;
	margin-top: 8rem;
	margin-bottom: 10rem;
}
.banner-text h1{
	color: #fff;
	font-size: 3.75rem;
	text-align: center;
	line-height: auto;
	margin-bottom: 2rem;
}
.banner-text p{
	font-size: 1rem;
	text-align: center;
	color: #fff;
    font-family: 'Mulish', sans-serif;
}
.buttons{
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}
.btn-ornage{
	background-color:#FE6000;
	border-color: #FE6000;
}
.btn-ornage:hover{
	color: #FE6000;
	border-color: #FE6000;
	background-color: transparent;
}

.services-box {
    display: flex;
    width: 100%;
}
.services-box{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	position: relative;	
	z-index: 20;
	margin-top: -8%;
	margin-bottom: 6rem;
}
.service-block {
    padding: 2rem 3rem;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
.service-block .icon-box{
	margin-bottom: 1.2rem;
}
h3{
	color: #021263;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.service-block p{
	text-align: center;
}
.portfolio-box{
	width: 100%;
	overflow: hidden;
	max-height: 300px;
	border: 1px solid #C6C6C6;
	border-radius:10px;
	padding: 3px;
	margin-bottom: 30px;
	position: relative;
}
.portfolio-box img{
	max-width: 100%;
	border-radius: 10px;
}
.overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-color: rgba(254, 96, 0, 0.95);
	display: none;
	flex-direction: column;
}
.portfolio-box:hover .overlay-box{
	display: flex;
}
.overlay-box h4{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.link{
	padding: 10px;
	background-color: #fff;
	border-radius: 50px;
	margin-bottom: 1rem;
}
.page-title{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
}
.page-title h1{
	display: flex;
	text-align: center;
	position: relative;
}
.page-title h1:after{
	content: '';
	width: 60px;
	height: 3px;
	display: block;
	background-color: #FE6000;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -30px;
}
.footer{
	background-color: #021263;
	padding: 2rem 0;
	margin-top: 2rem;
}
.footer .page-title{
	padding: 2rem 0 0 0;
	flex-direction: column;
}
.footer .page-title p,
.footer .page-title h1{
	color: #fff;
	margin-bottom: 30px;
}
.footer .page-title h1:after{
	content: normal;
}
.btn-lg{
	padding: 1rem 2.5rem;
	font-size: 1rem;
	border-radius: 10px;
}
.copyright{
	border-top: 1px solid #C4C4C4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0 0 0;
}
h1, .h2{
	font-size: 3.5rem;
}
.copyright p{
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05rem;
}
@media(max-width: 767px){
	.banner-text h1{
		font-size: 1.75rem!important;
	}
	.navbar-brand {
	    margin-right: 0;
	    width: 51%;
	}
	.header .navbar{
		padding: 10px;
	}
	.navbar-brand img {
	    max-width: 100%;
	}
	.banner-text{
		margin-bottom: 4rem!important;
	}
	.service-block {
    	padding: 1rem 1.2rem!important;
	}
	h1, .h2 {
	    font-size: 2rem!important;
	}
	.services-box{
		margin-bottom: 3rem!important;
	}
	h3{
		font-size: 1.2rem!important;
	}

	*, html, body, p{
		font-size: 0.9rem!important;
	}
}
