@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

@font-face{
	font-family: 'uni-light';
	src: url(../fonts/uni-sans-thin.otf);
}
@font-face{
	font-family: 'uni-bold';
	src: url(../fonts/uni-sans-heavy.otf);
}
body{
	font-family: 'Roboto Slab', serif;
}
.h1{
	margin: 0 auto;
	padding: 0px;
	font-size: 50px;
	font-family: 'uni-light';
	color: #0366c3;
	text-align: center;
}



/*============================================
				navbar
============================================*/

/*---------------NAVBAR TOGGLE--------------*/
.navbar-default .navbar-toggle {
   	border-color: #ffd000;
}
.navbar-default .navbar-toggle .icon-bar {
   	background-color: #ffd000;
}
.navbar-toggle{
	border-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  	background-color: rgba(19, 98, 169, 0.6);
}
/*--------------NAVBAR TOGGLE---------------*/
.navbar-default{
	margin: 0 auto;
	background-color: rgba(18, 97, 169, 0.6);
	border: none;
}
.navbar-brand{
	font-size: 36px;
	font-family: 'uni-bold';
	color: #fff !important;
	margin-top: 20px;
	transition: all 0.7s;
}
.navbar-brand:hover{
	color: #ffd000 !important;
}
.navbar-brand span{
	font-family: 'uni-light';
	font-size: 24px;
}
.navbar-link-home{
	border-left: 1px solid rgba(19, 98, 169, 0.3);
}
.navbar-nav li{
	background-color: transparent;
	transition: all 0.7s;
	border-right: 1px solid rgba(19, 98, 169, 0.3);
}
.navbar-nav li:hover{
	background-color: #1362a9;
}
.navbar-nav li a{
	color: #fff !important;
	margin: 0 auto;
	padding: 8px 30px;
	transition: all 0.7s;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
}
.navbar-nav li a:hover{
	color: #bbb !important;
}
.navbar-nav li a span{
	font-size: 34px;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-bottom: 7px;
	transition: all 0.7s;
}
.navbar-nav li a span:hover{
	color: #bbb;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
  	background-color: #1362a9;
  	color: #fff;
	transition: all 0.7s;
 }
 .navbar-default .navbar-nav > .active > a:hover{
 	color: #bbb !important;
 }





/*===================================================
					banner
===================================================*/
/*--------------LEFT SIDE------------*/
.banner{
	margin: 0 auto;
	background-image: url(../img/banner2.jpg);
	background-size: cover;
	width: 100%;
	padding-top: 83px;
}
.banner-outer-border{
	margin-top: 70px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 5px;
	border-radius: 5px;
	position: relative;
	margin-bottom: -60px;
	z-index: 10;
}
.banner-form::before{
	content: url(../img/apply.png);
	display: block;
	top: -45px;
	left: -16px;
	position: absolute;

}
.banner-form::after {
	content: "";
    background-image: url(../img/form-shadow.png);
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background-size: cover;
    left: 3px;
}
.banner-form{
	background-color: rgba(18, 97, 169, 0.6);
	padding: 10px;
}
.banner-form p{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Roboto Slab';
	margin: 0 auto;
	padding: 4px 0px 4px 0px;
}
.banner-form input{
	background-color: #f1f1f1;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto Slab';
	height: 40px;
	border: 1px solid #1362a9;
	border-radius: 2px;
}
.banner-form button{
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 2px;
	padding: 12px 0px;
	display: block;
	width: 80%;
	background-color: #e12323;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	font-family: 'roboto Slab';
	border: none;
	transition: all 0.7s;
}
.banner-form button:hover{
	background-color: #ffd000;
	color: #000;
}

/*-------------RIGHT SIDE------------*/
.banner-right-text{
	margin: 0 auto;
	margin-top: 262px;
	margin-left: 40px;
	margin-bottom: 40px;
	padding-top: 28px;
	padding-bottom: 28px;
	padding-left: 26px;
	padding-right: 0px;
	float: left;
	width: 80%;
	background-color: rgba(255, 255, 255, 0.45);
}
.banner-right-text::after{
	content: url(../img/arrow.png);
	display: block;
	position: absolute;
	float: left;
	margin-left: -95px;
	margin-top: 30px;
}
.banner-right-text h2{
	margin: 0 auto;
	padding: 0px;
	font-size: 40px;
	font-family: 'uni-bold';
	color: #fff;
	text-shadow: 1px 1px 2px #555;
	word-spacing: 3px;
	letter-spacing: 1px;
}





/*===============================================================
							services
===============================================================*/
.our-services{
	background-color: #fff;
	margin: 0 auto;
	padding-top: 90px;
}
.services-heading{
	margin: 0 auto;
	margin-bottom: 30px;
}
.services-heading h1{
	margin: 0 auto;
}
.services-cols{
	margin: 0 auto;
	padding: 10px;
	border-right: 3px solid #eff7ff;
}
.services-last-col{
	border: none;
}
.services-col-content{
	margin: 0 auto;
	padding-bottom: 45px;
}
.services-col-content img{
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}
.services-col-content h3{
	margin: 0 auto;
	font-size: 20px;
	font-family: 'uni-bold';
	color: #0366c3;
	text-align: center;
	margin-bottom: 10px;
}
.services-col-content p{
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	color: #898989;
	text-align: center;
	line-height: 1.6em;
}






/*===============================================================
						how it works
===============================================================*/
.how-it-works{
	background-color: #eff7ff;
	padding-top: 50px;
	padding-bottom: 35px;
}
.how-it-works-heading{
	margin-bottom: 30px;
}
.how-it-works-heading p{
	margin: 0 auto;
	font-size: 16px;
	font-family: 'roboto Slab';
	color: #898989;
	line-height: 1.7em;
	text-align: center;
	margin-top: 20px;
	width: 80%;
	font-weight: 300;
}
.how-it-works-row{
	margin-top: 20px;
	margin-bottom: 20px;
}
.how-it-works-central-row{
	padding-left: 70px;
}
.how-it-works-outer-rows{
	padding-right: 70px;
}
.how-it-works-small-image img{
	margin-top: 40px;
}
.how-it-works-column-center-panel-heading{
	margin-left: -25px !important;
	text-align: left !important;
}
.how-it-works-column-center-panel-heading span{
	float: left !important;
}
.how-it-works-column-heading{
	margin: 0 auto;
	margin-top: 98px;
	font-size: 30px;
	font-family: 'uni-bold';
	color: #0366c3;
	width: 100%;
	text-align: right;
	margin-right: -25px;
}
.how-it-works-column-heading span{
	margin: 0 auto;
	font-size: 16px;
	font-family: 'roboto Slab';
	color: #898989;
	float: right;
	font-weight: 300;
	line-height: 1.5em;
}






/*===============================================================
						testimonial
===============================================================*/
.what-our-clients-say{
	background-color: #f1f1f1;
	display: block;
	padding-top: 50px;
}

.what-our-clients-say p{
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	color: #898989;
	line-height: 1.7em;
	text-align: center;
	margin-top: 20px;
	width: 100%;
	padding-bottom: 40px;
}
.top-slider-content{
	margin: 0 auto 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	opacity: 0.5;

}
.clients-say-text{
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 70px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	padding-top: 40px;
	    box-shadow: 0 0 15px -8px;
}
.commas{
	position: absolute;
	top: -15px;
}
.commas img{
	opacity: 1;
	border-radius: 50px;
	border: none;
}
.clients-say-text p{
	font-size: 16px;
	font-weight: 300;
	color: #444;
	line-height: 1.6em;
	word-spacing: 1px;
	margin-top: 5px;
	padding-bottom: 20px;
	font-style: italic;
}
.john{
	float: left;
}
.john p{
	float: right;
	font-size: 16px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 20px;
	color: #444;
	text-align: left;
	font-style: normal;
	word-spacing: 0px;
}
.john-doe{
	font-size: 22px;
	font-weight: 400;
	color: #444;
	display: block;
	    font-family: 'uni-bold';
	    color: #0366c3;
}
.john img{
	margin-bottom: 0px;
	float: right;
	border-radius: 50px;
	margin-top: 15px;
}
.top-slider{
	margin: 0 auto;
}
.slick-active{
	opacity: 1;
}
.slick-dots li{
	padding-top: 5px;
	padding-left: 5px;
}







/*===============================================================
						why choose us
===============================================================*/
.why-choose-us{
	padding-top: 60px;
	padding-bottom: 60px;
}
.why-choose-us h1{
	margin-bottom: 20px;
}
.why-choose-us-col-content{
	margin: 0 auto;
}
.why-choose-us-col-content img{
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}
.why-choose-us-col-content h3{
	margin: 0 auto;
	font-size: 24px;
	font-family: 'uni-bold';
	color: #0366c3;
	text-align: center;
	margin-bottom: 10px;
}
.why-choose-us-col-content p{
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	color: #000;
	text-align: center;
	line-height: 1.6em;
}

/*=================================================================
							short form
==================================================================*/
.short-form{
	margin: 0 auto;
	background-color: #ffd000;
	padding-top: 60px;
	padding-bottom: 60px;
}
.short-form-left{
	margin: 0 auto;
}
.short-form-left h4{
	margin: 0 auto;
	padding: 0px;
	color: #000;
	font-size: 30px;
	font-family: 'uni-bold';
}
.short-form-left h1{
	text-align: left;
	color: #000;
}
.short-form-right{
	margin: 0 auto;
}
.short-form-right button{
	margin: 0 auto;
	margin-top: 20px;
	padding: 8px 15px;
	display: block;
	width: 70%;
	background-color: #ffd000;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	font-family: 'roboto Slab';
	border: 1px solid #000;
	transition: all 0.7s;
	float: left;
}
.short-form-right button:hover{
	background-color: #000;
	color: #ffd000;
}







/*=================================================================
							last panel
==================================================================*/
.last-panel{
	margin: 0 auto;
	background-color: #0366c3;
	padding-top: 50px;
}
.last-panel-sitemap{
	margin: 0 auto;
}
.last-panel-sitemap h3, .last-panel-services h3, .last-panel-contact-us h3{
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 100%;
	border-bottom: 1px solid #4f94d5;
	color: #fff;
	font-size: 26px;
	font-family: 'uni-bold';
	letter-spacing: 1px;
}
.sitemap-list, .services-list{
	margin: 0 auto;
	padding: 0px;
	margin-left: 10px;
	margin-top: 15px;
}
.sitemap-list li, .services-list li{
	margin: 0 auto;
	list-style: none;
	margin-bottom: 15px;
}
.sitemap-list li a, .services-list li a{
	margin: 0 auto;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	transition: all 0.7s;
}
.sitemap-list li a:hover, .services-list li a:hover{
	color: #bbb;
}
.contact-us-form{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
.contact-us-form input{
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0px;
	height: 45px;
	background-color: #4f94d5;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	padding-left: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.contact-us-form textarea{
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0px;
	background-color: #4f94d5;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	padding-left: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.last-panel-contact-us button{
	margin: 0 auto;
	background-color: #ffd000;
	color: #0366c3;
	font-size: 18px;
	font-weight: 300;
	font-family: 'roboto Slab';
	padding: 5px 14px;
	border: 1px solid #ffd000;
	transition: all 0.7s;
	margin-bottom: 10px;
	float: right;
	width: 25%;
}
.last-panel-contact-us button:hover{
	background-color: #0366c3;
	color: #ffd000;
	border-color: #ffd000;
}
.amount-left {
	color: #fff;
}
.amount {
	float: right;
	color: #fff;
}
.curent-amnt {
    width: 100%;
    background-color: #fff;
    border: solid 1px #1362a9;
    padding: 10px 8px;
    display: block;
    border-radius: 3px;
}

/*=================================================================
							footer
==================================================================*/
.footer{
	background-color: #015cb1;
	padding-top: 25px;
	padding-bottom: 10px;
}
.footer-links{
	margin: 0 auto;
}
.footer-links img{
	margin: 0 auto;
	margin-right: 25px;
}
.copyright{
	margin: 0 auto;
}
.copyright p{
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	color: #fff;
	float: right;
}





/*=================================================================
							slick slider
==================================================================*/
.slick-prev,
.slick-next {
	width: 20px;
    height: 20px;
    color: transparent;
    background: transparent;
    padding-top: 3px;
    z-index: 50;
}
.slick-prev {
    left: 0px;
    top: 40%;
}
.slick-next {
    right: 0px;
    top: 40%;
}
.slick-prev:hover,.slick-next:hover {
    color: #fdc143;
    outline: none;
    background: transparent;
}
.slick-prev:before,
.slick-next:before {
	color: #3068b8;
	width: 50px;
	height: 50px;
	background: transparent;
}
.slick-dots{
	bottom: 0px;
}
.slick-slider {
    margin-bottom: 0px;
}


/*==============================================================
				code added on 23-12-15
==============================================================*/
::-webkit-input-placeholder {
   color: white !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: white !important;  
}
::-moz-placeholder {   /*Firefox 19+ */
   color: white !important;  
}
:-ms-input-placeholder {  
   color: white !important;  
}



.slick-dots li button:before {
content:"";
}
.slick-dots li button {
border-radius: 50px;
background:#0366C3;
width: 12px;
height: 12px;
}
li.slick-active button {
background:#e5e5e5;
box-shadow: 0.5px 0px 0px 3px #0366c3;
}









/*=================================================================
							inner pages
==================================================================*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							ABOUT US PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*------------------banner-------------------*/
.about-page-banner{
	margin: 0 auto;
	background-image: url(../img/aboutbanner.png);
	background-size: cover;
	margin-top: 77px;
}
.about-page-heading{
	margin: 0 auto;
}
.about-page-heading h2{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0px;
	text-align: left;
	color: #1362A9;
	font-family: 'uni-bold';
	font-size: 48px;
}

/*------------------about info-------------------*/
.about-info{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 40px;
	margin: 0 auto;
}
.about-info-left{
	margin: 0 auto;
	padding: 0px;
}
.about-info-left p{
	margin: 0 auto;
	padding: 0px;
	font-size: 24px;
	color: #000;
	font-family: 'uni-light';
	line-height: 1.35em;
}
.about-info-right{
	margin: 0 auto;
	padding: 0px;
}
.about-info-right p{
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	color: #898989;
	line-height: 1.7em;
}
.about-info-right button{
	margin: 0 auto;
	margin-right: 20px;
	padding: 12px 0px;
	background-color: #ffd000;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	font-family: 'roboto Slab';
	float: right;
	width: 36%;
	margin-top: 10px;
	border: none;
	border-radius: 3px;
	transition: all 0.7s;
}
.about-info-right button:hover{
	background-color: #000;
	color: #ffd000;
}

/*------------------what makes us different-------------------*/
.what-makes-different{
	margin: 0 auto;
	background-color: #f1f1f1;
	padding-top: 40px;
	padding-bottom: 10px;
}
.what-makes-different-heading{
	margin-bottom: 40px;
}
.what-makes-different-content{
	margin: 0 auto;
	margin-left: 15px;
	padding-left: 50px;
	margin-bottom: 30px;
}
.what-makes-different-content img{
	float: left;
	margin-left: -50px;
}
.what-makes-different-content h3{
	font-size: 24px;
	font-family: 'uni-bold';
	color: #0366c3;
	margin: 0 auto;
}
.what-makes-different-content p{
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	line-height: 1.7em;
	color: #000;
}

/*------------------meet the team-------------------*/
.meet-the-team{
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}
.meet-the-team-heading{
	margin-bottom: 30px;
}
.meet-team-john-heading{
	margin: 0 auto;
	padding: 0px;
}
.meet-team-john-heading h3{
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 24px;
	font-family: 'uni-bold';
	color: #0366c3;
}
.meet-team-john-heading h3 span{
	font-family: 'uni-light';
}
.meet-team-content{
	margin: 0 auto;
	padding: 0px;
}
.meet-team-content div{
	margin: 0 auto;
	padding: 0px;
}
.meet-team-content-left{
	margin: 0 auto;
}
.john-black{
	margin: 0 auto !important;
	padding: 0px !important;
	float: left;
	display: block;
	width: 85%;
}
.meet-team-content-left img{
	margin: 0 auto;
	margin-left: 25px;
	margin-right: -5px;
	margin-top: 10px;
}
.meet-team-content-right p{
	margin: 0 auto;
	margin-left: -15px;
	margin-top: -7px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	color: #000;
	line-height: 1.6em;
}






/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
						  CONTACT US PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------banner------------------*/
.contact-page-banner{
	margin: 0 auto;
	background-image: url(../img/contactbanner.png);
	background-size: cover;
	margin-top: 77px;
}
.contact-page-heading{
	margin: 0 auto;
	padding-top: 0px;
}
.contact-page-heading h2{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0px;
	text-align: left;
	color: #1362A9;
	font-family: 'uni-bold';
	font-size: 48px;
}
/*----------------contact us middle area------------------*/
.contact-page-form{
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #fff;
}
.contact-page-form-left{
	margin: 0 auto;
	margin-top: 5px;
}
.contact-page-form-left input, .contact-page-form-left textarea{
	margin: 0 auto;
	padding-left: 15px;
	border: 1px solid #0366c3;
	border-radius: 0px;
	box-shadow: 1px 1px 5px -2px #0366c3;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	color: #000;
}
.contact-page-form-left input{
	height: 50px;
	margin-bottom: 10px;
}
.contact-page-form-right{
	margin: 0 auto;
	margin-left: 20px;
}
.contact-page-talk-to-us{
	margin: 0 auto;
}
.contact-page-talk-to-us h3{
	margin: 0 auto;
	padding: 0px;
	font-size: 30px;
	font-family: 'uni-bold';
	color: #0366c3;
	margin-bottom: 7px;
}
.contact-page-talk-to-us p{
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	color: #898989;
	line-height: 1.8em;
}
.contact-page-talk-to-us a{
	font-size: 16px;
	font-weight: 400;
	font-family: 'roboto Slab';
	color: #0366c3;
	text-decoration: underline;
}
.contact-page-talk-to-us a:hover{
	text-decoration: none;
}
.snail-mail{
	margin-top: 25px;
	margin-bottom: 15px;
}

/*------------------google map------------------*/
#googleMap{
	width: 100%;
	height: 400px;
}







/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
						  PRODUCT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------banner------------------*/
.product-page-banner{
	margin: 0 auto;
	background-image: url(../img/productbanner.png);
	background-size: cover;
	margin-top: 77px;
}
.product-page-heading{
	margin: 0 auto;
	padding-top: 20px;
}
.product-page-heading h2{
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 0px;
	text-align: left;
	color: #1362A9;
	font-family: 'uni-bold';
	font-size: 48px;
}

/*------------------product panel------------------*/
.product-panel{
	background-color: #f1f1f1;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
.product-panel-content{
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
	box-shadow: 3px 2px 10px -3px #888;
	overflow: hidden;
	margin-bottom: 20px;
}
.product-panel-one-left-area, .product-panel-two-right-area{
	padding-left: 20px;
	padding-top: 25px;
	margin: 0 auto;
}
.product-panel-one-left-area h3, .product-panel-two-right-area h3{
	margin: 0 auto;
	padding: 0px;
	font-size: 30px;
	font-family: 'uni-bold';
	color: #0366c3;
	margin-bottom: 10px;
}
.product-panel-one-left-area p, .product-panel-two-right-area p{
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'roboto Slab';
	color: #898989;
	line-height: 1.8em;
}

.product-panel-one-right-area, .product-panel-two-left-area{
	margin: 0 auto;
}
.product-panel-two-left-area{
	padding-left: 0px;
 }
 .product-panel-one-right-area{
 	padding-right: 0px;
 }
.product-panel-one-right-area img, .product-panel-two-left-area img{
	margin: 0 auto;
	width: 100%;
}
.product-panel-two-left-area img{
	float: left;
}
.product-panel-one-right-area img{
	float: right;
}







/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							FAQ PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------banner------------------*/
.faq-page-banner{
	margin: 0 auto;
	background-image: url(../img/contactbanner.png);
	background-size: cover;
	margin-top: 77px;
}
.faq-page-heading{
	margin: 0 auto;
	padding-top: 0px;
}
.faq-page-heading h2{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0px;
	text-align: left;
	color: #1362A9;
	font-family: 'uni-bold';
	font-size: 48px;
}
/*------------------faq main------------------*/
.faq-main{
	background-color: #fff;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
.faq-full-panel{
	box-shadow: 2px 2px 4px -3px #777 !important;
	border: none !important;
	margin-bottom: 10px !important;
}
.faq-panel-heading{
	background-color: #d3d3d3 !important;
	height: 50px !important;
	border-radius: 0px !important;
}
.faq-panel-heading h4{
	font-size: 20px !important;
	font-weight: 300 !important;
	font-family: 'roboto Slab' !important;
	color: #444 !important;
	margin-top: 5px !important;
}
.faq-panel-body{
	border: 1px solid #d3d3d3 !important;
	font-size: 16px !important;
	font-weight: 300;
	font-family: 'roboto Slab';
	color: #898989;
	line-height: 1.8em;
}







/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							PROCESS PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------banner------------------*/
.process-page-banner{
	margin: 0 auto;
	background-image: url(../img/productbanner.png);
	background-size: cover;
	margin-top: 77px;
}
.process-page-heading{
	margin: 0 auto;
	padding-top: 20px;
}
.process-page-heading h2{
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 0px;
	text-align: left;
	color: #1362A9;
	font-family: 'uni-bold';
	font-size: 48px;
}

/*------------------process main------------------*/
.process-page-main{
	padding-top: 200px;
	padding-bottom: 200px;
}





















/*=================================================================
							MEDIA QUERIES
==================================================================*/
/*=================================================================
						MEDIA QUERY NUMBER ONE
==================================================================*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 INDEX PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 320px) and (max-width: 600px){
	.navbar-brand{
		margin-top: 10px;
		width: 100%;
		text-align: center;
		padding: 0px;
		height: 30px;
		line-height: 30px;
	}
	.navbar-nav li a span{
		visibility: hidden;
		display: none;
	}
	.navbar-nav li a{
		padding: 12px 30px;
	}
	.banner-outer-border{
		margin-top: 83px;
	}
	.banner-form button{
		font-size: 19px;
		padding: 9px 0px;
		width: 75%;
	}
	.banner-right-text{
		margin: 0 auto;
		margin-top: 82px;
		margin-bottom: 30px;
		padding: 15px;
		width: 100%;
	}
	.banner-right-text h2{
		font-size: 30px;
	}
	.banner-right-text::after{
		visibility: hidden;
	}
	.our-services{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.services-cols{
		border: 1px solid #ccc;
		margin-bottom: 15px;
	}
	.services-col-content{
		padding: 0px;
	}
	.how-it-works{
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.how-it-works-row {
    	margin: 15px auto;
    	border: 1px solid #ccc;
	}
	.how-it-works-outer-rows {
		padding: 30px
	}
	.how-it-works-central-row {
		padding: 30px
	}
	.how-it-works-heading p{
		font-size: 14px;
		margin-top: 10px;
		width: 100%;
	}
	.what-our-clients-say{
		padding-top: 20px;
	}
	.what-our-clients-say h1{
		width: 90%;
	}
	.what-our-clients-say p{
		padding-bottom: 15px;
		width: 95%;
	}
	.why-choose-us {
    	padding-top: 20px;
    	padding-bottom: 15px;
	}
	.why-choose-us-col-content {
    	margin: 0 auto 15px;
    	border: 1px solid #ccc;
    	padding: 10px;
	}
	.short-form{
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.short-form-right button{
		width: 65%;
		padding: 9px 0px;
		font-size: 18px;
	}
	.last-panel{
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.last-panel-contact-us button{
		width: 30%;
		padding: 5px 0px;
		font-size: 16px;
	}
	.footer{
		padding:15px 0px;
	}
	.footer-links{
		padding: 0px 24.75%;
	}
	.footer-links img {
    	margin: 0px 5%;
	}
	.copyright p{
		text-align: center;
		width: 100%;
		margin-top: 10px;
		font-size: 15px;
	}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 PRODUCT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.product-page-banner, .about-page-banner, .process-page-banner, .faq-page-banner, .contact-page-banner{
		margin-top: 90px;
	}
	.product-page-heading h2, .about-page-heading h2, .process-page-heading h2, .faq-page-heading h2, .contact-page-heading h2{
		font-size: 40px;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 45px;
	}
	.product-panel-one-left-area, .product-panel-two-right-area{
		margin: 15px;
		padding: 15px 10px;
		border: 1px solid #ccc;
	}
	.product-panel-one-right-area {
    	padding-right: 15px;
	}
	.product-panel-one-right-area, .product-panel-two-left-area {
    	margin: 0 auto;
    	padding: 15px;
    	overflow: hidden;
	}
	.product-panel-two-left-area {
    	padding-left: 15px;
	}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 ABOUT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.about-info-right button{
		width: 42%;
		font-size: 17px;
		margin-right: 0px;
	}
	.what-makes-different-content{
		border: 1px solid #ccc;
		padding: 10px 10px 10px 45px;
	}
	.what-makes-different-content img{
		margin-left: -42px;
	}
	.meet-team-content div{
		width: 100%;
	}
	.john-black{
		width: 160px;
		height: 170px;
		float: none;
	}
	.meet-team-social-links{
		margin: 10px auto !important;
		padding: 0px 32% !important;
	}
	.meet-team-social-links img{
		margin: 0px 5%;
	}
	.meet-team-content-right p{
		margin: 0 auto;
		margin-bottom: 10px;
	}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 FAQ PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.faq-panel-heading h4{
		font-size: 18px !important;
	}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 CONTACT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.contact-page-form-left{
		margin-bottom: 30px;
	}

}    /*MIAN QUERY NUMBER ONE ENDS HERE*/








/*=================================================================
						MEDIA QUERY NUMBER TWO
==================================================================*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 INDEX PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 601px) and (max-width: 767px){
	.navbar-brand{
		margin-top: 0px;
	}
	.banner{
		padding-top: 67px;
	}
	.navbar-nav li a span{
		visibility: hidden;
		display: none;
	}
	.navbar-nav li a{
		padding: 12px 30px;
	}
	.banner-right-text{
		margin: 0 auto;
		margin-top: 87px;
		margin-bottom: 40px;
		padding: 20px;
		width: 100%;
	}
	.banner-right-text::after{
		visibility: hidden;
	}
	.our-services{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.services-cols{
		border: 1px solid #ccc;
		margin-bottom: 20px;
		padding: 30px;
	}
	.services-col-content{
		padding: 0px;
	}
	.how-it-works{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.how-it-works-row {
    	margin: 20px auto;
    	border: 1px solid #ccc;
	}
	.how-it-works-outer-rows {
		padding: 30px
	}
	.how-it-works-central-row {
		padding: 30px
	}
	.how-it-works-heading p{
		font-size: 14px;
		margin-top: 10px;
		width: 100%;
	}
	.what-our-clients-say{
		padding-top: 30px;
	}
	.what-our-clients-say h1{
		width: 90%;
	}
	.what-our-clients-say p{
		padding-bottom: 15px;
		width: 95%;
	}
	.why-choose-us {
    	padding-top: 30px;
    	padding-bottom: 20px;
	}
	.why-choose-us-col-content {
    	margin: 0 auto 20px;
    	border: 1px solid #ccc;
    	padding: 20px;
	}
	.short-form{
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.short-form-right button{
		width: 50%;
	}
	.last-panel{
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.last-panel-contact-us button{
		width: 28%;
	}
	.footer{
		padding: 15px 0px;
	}
	.footer-links{
		float: left;
	}
	.copyright p{
		text-align: right;
		margin-top: 5px;
		font-size: 15px;
	}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 PRODUCT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.product-page-banner, .about-page-banner, .process-page-banner, .faq-page-banner, .contact-page-banner{
		margin-top: 50px;
	}
	.product-page-heading h2, .about-page-heading h2, .process-page-heading h2, .faq-page-heading h2, .contact-page-heading h2{
		font-size: 42px;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.product-panel-one-left-area, .product-panel-two-right-area{
		margin: 15px;
		padding: 20px;
		border: 1px solid #ccc;
	}
	.product-panel-one-right-area {
    	padding-right: 15px;
	}
	.product-panel-one-right-area, .product-panel-two-left-area {
    	margin: 0 auto;
    	padding: 15px;
    	overflow: hidden;
	}
	.product-panel-two-left-area {
    	padding-left: 15px;
	}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 ABOUT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.about-info-right button{
		width: 42%;
		font-size: 17px;
		margin-right: 0px;
	}
	.what-makes-different-content{
		border: 1px solid #ccc;
		padding: 10px 10px 10px 45px;
		background-color: #fff;
		box-shadow: 2px 2px 7px -5px #555;
	}
	.what-makes-different-content img{
		margin-left: -42px;
	}
	.meet-team-john-heading h3{
		clear: both;
		padding-bottom: 5px;
		padding-top: 15px;
	}
	.meet-team-content-left img{
		margin-left: 15%;
	}
	.meet-team-content-right p{
		margin-top: 0px;
	}
	.what-makes-different{
		background-color: #dfdfdf;
	}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 CONTACT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.contact-page-form-left{
		margin-bottom: 30px;
	}

}    /*MIAN QUERY NUMBER TWO ENDS HERE*/










/*=================================================================
						MEDIA QUERY NUMBER THREE
==================================================================*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 INDEX PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 768px) and (max-width: 991px){
	.navbar-brand{
		margin: 6px auto;
	}
	.banner{
		padding-top: 67px;
	}
	.navbar-right{
		margin-right: 0px !important;
	}
	.navbar-nav li a span{
		font-size: 20px;
		margin-bottom: 4px;
	}
	.navbar-nav li a{
		padding: 9px 18.6%;
		font-size: 14px;
	}
	.banner-right-text{
		margin: 0 auto;
		margin-top: 160px;
		margin-bottom: 160px;
		padding: 20px;
		width: 100%;
	}
	.banner-right-text::after{
		visibility: visible;
		margin-left: -50px;
		margin-top: 15px;
	}
	.our-services{
		padding-top: 85px;
		padding-bottom: 25px;
	}
	.services-cols{
		margin-bottom: 20px;
		padding: 0px;
		height: 240px;
		border: none;
	}
	.services-col-content{
		padding: 15px;
		border: 1px solid #ccc;
		margin: 0px 10px auto;
	}
	.how-it-works{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.how-it-works-row {
    	margin: 20px auto;
    	border: 1px solid #ccc;
	}
	.how-it-works-outer-rows {
		padding: 30px
	}
	.how-it-works-central-row {
		padding: 30px
	}
	.how-it-works-heading p{
		font-size: 14px;
		margin-top: 10px;
		width: 100%;
	}
	.what-our-clients-say{
		padding-top: 30px;
	}
	.what-our-clients-say h1{
		width: 90%;
	}
	.what-our-clients-say p{
		padding-bottom: 15px;
		width: 80%;
	}
	.why-choose-us {
    	padding-top: 30px;
    	padding-bottom: 20px;
	}
	.why-choose-us-col-content {
    	margin: 0 auto 20px;
    	border: 1px solid #ccc;
    	padding: 20px;
    	height: 250px;
	}
	.short-form{
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.short-form-right button{
		width: 40%;
	}
	.last-panel{
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.last-panel-contact-us button{
		width: 28%;
	}
	.footer{
		padding: 15px 0px;
	}
	.footer-links{
		float: left;
	}
	.copyright p{
		text-align: right;
		margin-top: 5px;
		font-size: 15px;
	}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 PRODUCT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.product-page-banner, .about-page-banner, .process-page-banner, .faq-page-banner, .contact-page-banner{
		margin-top: 62px;
	}
	.product-page-heading h2, .about-page-heading h2, .process-page-heading h2, .faq-page-heading h2, .contact-page-heading h2{
		font-size: 44px;
		text-align: left;
		margin-top: 35px;
		margin-bottom: 55px;
	}
	.product-panel-one-left-area, .product-panel-two-right-area{
		margin: 15px;
		padding: 20px;
		border: 1px solid #ccc;
	}
	.product-panel-one-right-area {
    	padding-right: 20px;
	}
	.product-panel-one-right-area, .product-panel-two-left-area {
    	margin: 0 auto;
    	padding: 20px;
    	overflow: hidden;
	}
	.product-panel-two-left-area {
    	padding-left: 20px;
	}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 ABOUT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.about-info-right button{
		width: 42%;
		font-size: 17px;
		margin-right: 0px;
	}
	.what-makes-different-content{
		border: 1px solid #ccc;
		padding: 10px 10px 10px 45px;
		background-color: #fff;
		box-shadow: 2px 2px 7px -5px #555;
	}
	.what-makes-different-content img{
		margin-left: -42px;
	}
	.meet-team-john-heading h3{
		clear: both;
		padding-bottom: 5px;
		padding-top: 15px;
	}
	.meet-team-content-left img{
		margin-left: 15%;
	}
	.meet-team-content-right p{
		margin-top: 0px;
	}
	.what-makes-different{
		background-color: #dfdfdf;
	}

	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 CONTACT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.contact-page-form-left input{
		margin-bottom: 15px;
	}
	.contact-page-talk-to-us h3{
		margin-bottom: 5px;
		font-size: 28px;
	}
	.contact-page-talk-to-us p{
		line-height: 1.6em;
	}
	.snail-mail {
    	margin-top: 10px;
    	margin-bottom: 10px;
	}

}    /*MIAN QUERY NUMBER THREE ENDS HERE*/







/*=================================================================
						MEDIA QUERY NUMBER FOUR
==================================================================*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 INDEX PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 992px) and (max-width: 1199px){
	.navbar-brand{
		margin: 13.5px auto;
	}
	.navbar-nav li a{
		padding: 8px 29px;
	}
	.how-it-works-column-heading{
		margin-top: 83px;
	}
	.why-choose-us-col-content h3{
		font-size: 23px;
	}
	.short-form-right {
    	margin: 0 auto;
    	margin-top: 20px;
    	margin-left: -50px;
    	margin-right: 50px;
	}
	.services-cols{
		padding: 0px;
		border: none;
	}
	.services-col-content {
    	margin: 0 auto;
    	border: 1px solid #ccc;
    	padding: 10px 4px;
    	margin-bottom: 30px;
    	margin-right: 3px;
	}
	.services-col-content h3{
		font-size: 19px;
		letter-spacing: -1px;
		word-spacing: 1px;
	}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							 PRODUCT PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	.product-page-heading h2, .about-page-heading h2, .process-page-heading h2, .faq-page-heading h2, .contact-page-heading h2{
		font-size: 46px;
		text-align: left;
		margin-top: 35px;
		margin-bottom: 55px;
	}
	.product-panel-one-left-area, .product-panel-two-right-area{
		margin: 0 auto;
		padding: 15px;
	}
	.product-panel-one-right-area img, .product-panel-two-left-area img{
		height: 303px;
	}

}    /*MIAN QUERY NUMBER FOUR ENDS HERE*/






















