.page-title{
	position:relative;
	text-align:center;
	padding:200px 0px 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-title:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.60);
}

.page-title .auto-container{
	position:relative;
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:74px;
	line-height:1.2em;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform:capitalize;
	}

.page-breadcrumb{
	position:relative;
	margin-top:5px;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: ">";
	right:-2px;
	top:1px;
	color:#ffffff;
	font-size:14px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:500;
	text-transform: capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color:#0F6DBA;
}

.about-section{
	position: relative;
	padding:120px 0px 80px;
	z-index: 0;
}

.about-section .bg-layer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.about-section .sec-title{
	margin-bottom: 30px;
}

.about-section .content-column{
	position: relative;
	margin-bottom: 50px;
}

.about-section .content-column .inner-column{
	position: relative;
}

.about-section .content-column .message{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.4em;
	color: #0F6DBA;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	margin-bottom: 30px;
}

.about-section .text-box{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.about-section .text-box p{
	position: relative;
	margin-bottom: 20px;
}

.about-section .list-style-two li{
	float: left;
	width: 50%;
	color: #aaaaaa;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
}

.about-section .btn-box{
	position: relative;
	display: block;
}

.about-section .image-column{
	position: relative;
	margin-bottom: 50px;
}

.about-section .image-column .inner-column{
	position: relative;
	padding: 50px 50px 0;
}

.about-section .image-column .image{
	position: relative;
	margin-bottom: 0;
	box-shadow: 0 0 40px rgba(0,0,0,0.50);
}

.about-section .image-column .image:before{
	position: absolute;
	left: -50px;
	top: -50px;
	height: 100%;
	width: 100%;
	border: 15px solid #0F6DBA;
	content: "";
	box-shadow: 0 0 40px rgba(0,0,0,0.50);
	z-index: -1;
}

.about-section .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
}

.contact-info-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}

.contact-info-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #222222;
	opacity: .90;
	content: "";
}

.contact-info-section .content{
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.contact-info-section .title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #0F6DBA;
	margin-bottom: 20px;
}

.contact-info-section h2{
	position: relative;
	display: block;
	font-size: 42px;
	line-height: 1.3em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}

.contact-info-section h2 span{

}

.contact-info-section .number{
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 1em;
	color: #0F6DBA;
	font-weight: 600;
	margin-bottom: 30px;
}

.contact-info-section .number a{
	color: #0F6DBA;
}

.call-back-section{
	position: relative;
	padding: 120px 0px 80px;
}

.call-back-section .outer-box{
	position: relative;
	max-width: 90%;
	margin: 0 auto;
}

.call-back-section .form-column{
	position: relative;	
}

.call-back-section .form-column .inner-column{
	position: relative;
}

.request-form{
	position: relative;
	padding: 30px 25px;
	background-color: #f2f2f2;
	box-shadow: 0 0 3px rgba(0,0,0,0.50);
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #0F6DBA;
}

.request-form .form-group{
	position:relative;
	margin-bottom:15px;	
}

.request-form .form-group:last-child{
	margin-bottom: 0;
}

.request-form .form-group input[type="text"],
.request-form .form-group input[type="email"],
.request-form .form-group input[type="url"],
.request-form .form-group textarea,
.request-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    padding: 14px 20px;
    background-color: rgba(255,255,255,.10);
	box-shadow: 0 0 2px rgba(0,0,0,0.30);
    font-weight: 400;
    border: 1px solid rgba(255,255,255,.10);
    height: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.request-form .form-group textarea{
	height: 150px;
	resize: none;
}

.request-form .form-group input:focus,
.request-form .form-group textarea:focus,
.request-form .form-group select:focus{
	border-color: #0F6DBA;
}

.request-form .form-group button{
	text-transform: capitalize;
	font-size: 14px;
	padding: 15px 40px;
	line-height: 20px;
	border-radius: 0;
}

.call-back-section .image-column{
	position: relative;
	text-align: center;
	z-index: 9;
}

.call-back-section .image-column .image-box{
	position: relative;
}

.call-back-section .image-column .image{
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}

.call-back-section .image-column .image:before{
	position: absolute;
	left: 90px;
	top: 50px;
	width: 300px;
	height: 450px;
	border: 10px solid #0F6DBA;
	z-index: -1;
	content: "";
	box-shadow: 0 0 10px rgba(0,0,0,0.50);
}

.clients-section{
	position:relative;
	padding:40px 0px 20px;
	background:transparent;
	box-shadow: 0 0 50px rgba(0,0,0,0.00);
}

.clients-section .slide-item{
	text-align:center;	
}

.clients-section .slide-item a{
	position:relative;
	display:block;
}

.clients-section .slide-item img{
	position:relative;
	display: inline-block;
	max-width: 100%;
	width:auto;
	opacity:0.5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.clients-section .slide-item a:hover img{
	opacity:1;
}
