:root {
	--app-main: #1866bd;
	--app-main-compliment: #5a9eea;
}

body, html{
	font-family: "Open Sans", sans-serif;
	font-size:16px;
	overflow-x: hidden;
}
a{
	text-decoration: none !important;
}
a:hover:not(.header-link){
	text-decoration: underline !important;
}
footer{
	background: var(--app-main) !important;
	color:white !important;
}

.a{
	color:#1866bd !important;
	font-weight: 600 !important;
}
.h2{
	color:var(--app-main) !important;
	font-weight: 400 !important;
}
.fs-basic{
	font-size: 18px !important;
}
.sub-banner{
	background-position: 50%;
	background-repeat: no-repeat; background-size: cover;
	background-image: linear-gradient(90deg, rgba(0, 15, 43, 0) 1%, #000611),url(../images/sub-banner.jpg);
}
.app-btn{
	background: var(--app-main);
	color:white;
	padding: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 30px;
	border:none;
	font-weight: 500 !important;
}
.app-btn.white{
	background: white !important;
	color:var(--app-main) !important;
}
.square-border{
	border-radius: 3px !important;
	border:1px solid #333 !important;
}
.toggle-a{
	color:#3490dc;
	font-size: 15px;
	font-weight: 500 !important;
}
.service-more-info{
	position: absolute;
	bottom:25px;
	right:15px;
}
.clip{
	background: #fff;
	bottom: -25px;
	-webkit-clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
	clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
	height: 70%;
	left: 40%;
	position: absolute;
	width: 100%;
}
.service-bg{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.service-title{
	position: absolute;
	left:20px;
	top:20px;
	color:white;
	font-size: 30px;
	line-height: 32px;
	font-weight: 400 !important;
}
.feature-icon{
	width: 45px;
	margin-right: 15px;
}
.header{
	border-bottom: 4px solid #1866bd;
	box-shadow: 0 5px 10px #b8b8b8;
}

.header-link{
	padding: 3px;
	border: 1px solid #1866bd;
	padding-right: 10px !important;
	padding-left: 10px !important;
	border-radius: 40px;
	text-decoration: none !important;
	cursor: pointer;
	transition: .25s;
	margin-left: 7px;
	font-size: 15px !important;

}
.header-link:hover{
	background: #1866bd;
	transition: .25s;
	color:white !important;
}
.mobile-trigger{
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #1866bd;
	border-radius: 100%;
	text-align: center;
	color:white;
	font-size: 17px;
}
.cursor-pointer{
	cursor: pointer;
}

.our-service-image{
	transition: .25s;

}
.our-service-image:hover{
	transform: scale(0.95);
	transition: .25s;
}
.header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

@media(max-width: 1200px){
	.clip{
		background: #fff;
		bottom: -17px;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
		clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
		height: 100% !important;
		left: 50%;
		position: absolute;
		width: 100%;
	}
	.service-title{
		font-size: 20px !important;
		line-height: 22px;
		top:10px !important;
		left:10px !important;
	}
}

@media(max-width: 991px){
	.sub-banner{
		background-image: linear-gradient(180deg, rgba(0, 15, 43, 0) 1%, #000611),url(../images/sub-banner.jpg) !important;
	}
	.clip{
		background: #fff;
		bottom: -47px;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
		clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
		height: 120% !important;
		left: 40%;
		position: absolute;
		width: 100%;
	}
	.service-more-info{
		bottom:25px;
		right:15px;
	}
	.service-title{
		font-size: 26px !important;
		line-height: 28px;
		top:10px !important;
		left:10px !important;
	}
}
@media(max-width: 767px){
	.clip{
		background: #fff;
		bottom: -47px;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
		clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
		height: 90% !important;
		left:60%;
		position: absolute;
		width: 100%;
	}
	.service-more-info{
		bottom:15px;
		right:15px;
	}
}
@media(max-width: 500px){
	.clip{
		background: #fff;
		bottom: -47px;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
		clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
		height: 90% !important;
		left: 50%;
		position: absolute;
		width: 100%;
	}
	.service-more-info{
		bottom:15px;
		right:15px;
	}
}
@media(max-width: 450px){
	.clip{
		background: #fff;
		bottom: -47px;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
		clip-path: polygon(100% 100%, 100% 0, 0 90%, 0 100%);
		height: 110% !important;
		left: 50%;
		position: absolute;
		width: 100%;
	}
	.service-more-info{
		bottom:15px;
		right:15px;
	}
}
@media(max-width: 400px){
	.clip{
		display: none;
	}
	.service-more-info{
		bottom:0px;
		right:0px;
		background: white !important;
		padding: 5px;
		border-top-left-radius: 10px;
	}
}
/*
*****************************************
! CONTACT FORM ! ----------------------*
*****************************************
*/
.contact .info {
	border-top: 3px solid var(--app-main);
	border-bottom: 3px solid var(--app-main);
	padding: 20px;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact a{
	text-decoration: none;
}


.contact .info i {
	font-size: 20px;
	float: left;
	width: 44px;
	height: 44px;
	background: var(--app-main-compliment);
	color:white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #777777;
}

.contact .info p {
	padding: 0 0 10px 60px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #6182ba;
}

.contact .info .email p {
	padding-top: 5px;
}

.contact .info .social-links {
	padding-left: 60px;
}

.contact .info .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	margin-right: 10px;
}

.contact .info .social-links a:hover {
	background: var(--app-main);
	color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
	background: var(--app-main);
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	border-top: 3px solid var(--app-main);
	border-bottom: 3px solid var(--app-main);
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}
.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: var(--app-main);
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button{
	background: var(--app-main);
	border: 0;
	padding: 12px 34px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}

.contact .php-email-form button:hover {
	background: var(--app-main-compliment);
}
