/*--------------
All Contents
--------------*/


/*
    Template Name: Lancer-modern portfolio template
    Author: Matricx
    Author URI: 
    Description: 
    Version: 1.0
*/


/*-----------------
1. Reset.css
2. Helper Classes
3. Home page Hero Sections
4. About Section Styling
5. Features Section Styling
6. Review Styling
7. Pricing section
8. Subscribe Section
9. All Media Queries
------------------*/


/* 1 - Google Font
------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|khula:300,400,700');

@font-face {
	font-family: 'icofont';
	src: url('fonts/icofont.eot?v=1.0.0-beta');
	src: url('fonts/icofont.eot?v=1.0.0-beta') format('embedded-opentype'), 
		url('fonts/icofont.woff2?v=1.0.0-beta') format('woff2'), 
		url('fonts/icofont.woff?v=1.0.0-beta') format('woff'), 
		url('fonts/icofont.ttf?v=1.0.0-beta') format('truetype'), 
		url('fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*----- 1. Reset.css -----*/

body {
	line-height: 1;
    font-family: "Poppins",sans-serif;
}

body,html{
		width: 100%;
	height: 100%;
}
ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.no-padding {
	padding: 0;
}

a,
a:focus,
a:active,
a:link,
img {
	outline: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #555;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}

a:hover {
	color: #FF7E60;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

a:link,
a:visited {
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}


/* --- Common Styles ---*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: "Poppins",sans-serif;
	
}

p {
	font-family: "Poppins",sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	 color: #777;
}

h1 {
	font-size: 43px;
	line-height: 53px;
}

h2 {
	font-size: 27px;
	line-height: 37px;
}

h3 {
	font-size: 24px;
	line-height: 32px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
}

h5 {
	font-size: 15px;
	line-height: 23px;
}

h6 {
	font-size: 13px;
	line-height: 18px;
}

.section-intro {
	margin-bottom: 60px;
}

.section-intro p {
	margin: 20px 0px;
}

.section-padding{
	padding: 100px 0px;
}


/*----- Helper Classes -----*/

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	color: #FFFFFF;
	background: #3333CC;
}

::-webkit-selection {
	color: #FFFFFF;
	background: #3333CC;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	opacity: 1;
	background-color: #F2F2F2;
	z-index: 9999;
	text-align: center;
}

#loading-image {
	display: inline;
	top: 40%;
	position: relative;
	z-index: 9999;
}

.logo {
	margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover,
.logo:focus {
	text-decoration: none;
	color: #FFF;
}

.pt {
	padding: 80px 0px;
}


/* ============buttons style =============*/


.btn-action,
.btn-action.black {
	font-family: "khula",sans-serif;
	display: inline-block;
	outline: none;
	background-color: #333;
	border: 2px solid #333;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 13px 25px;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action:active:focus {
	background: transparent;
	outline: none;
	color: #333;
	background: transparent;
	border-color: #333;
}

.btn-action.black,
.btn-action.white:hover,
.btn-action.grey:hover ,.btn-action.feature:hover{
	background: #333;
	border-color: #333;
	color: #fff;
}

.btn-action.white {
	background: #fff;
	border-color: #fff;
	color: #333;
}

.btn-action.grey {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-action.feature {
	background: #2477bb;
	border-color: #2477bb;
	color: #fff;
}
.btn-action.default{
	background: transparent;
	border-color: #2477bb;
	color: #2477bb;
}


.btn-container{
	margin-top: 20px;
}

.btn-action.default:hover{
	background: transparent;
	border-color:#333;
	color: #333;
}

/* ------ Navbar Styling Starts ----- */

.navbar-brand {
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-brand img{
	width: 80%;
}

.navbar {
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-backface-visibility: hidden;
}

.navbar-default {
	transition: all 0.6s ease;
	border-color: transparent;
	background-color: transparent;
	border-bottom: 1px solid #448ccb;
	padding:10px 0px;
}


.navbar-default .navbar-toggle {
	border-radius: 0px;
	border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
	padding: 4px 6px;
	font-size: 14px;
	color: #111111;
}

.navbar-default .navbar-brand {
	padding-top: 5px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
	transition: 1s;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
	transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #A1A1A1;
}

.navbar-default .navbar-nav > .active > a {
	background: transparent;
	color: #222222;
}

.navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #333333;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #111111;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
	
}
.navbar-default .navbar-nav .open .dropdown-toggle {
	color: #eee;
}

.navbar-default .nav-white > li > a {
	color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
	color: #999999;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}


/*---------- Media Queries ---------*/

@media only screen and (max-width: 1000px) {
	.navbar-default .navbar-collapse {
		border: 0;
		border-color: transparent;
		background-color: #111;
	}
	
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
}
@media only screen and (max-width: 767px) {
	.navbar {
		height: 60px;
	}
	.navbar-default {
		border: 0px;
		background-color: transparent;
	}
	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
	}
	.navbar-default .navbar-collapse {
		border: 0;
		border-color: transparent;
		background-color: #111;
	}
	.navbar-default .navbar-nav > li> a {
		color: #fff;
		
	}
	.navbar-default .navbar-nav > li> a:hover {
		color: #222222;
	}
	.navbar-default .navbar-brand {
		color: #FFFFFF;
		padding: 16px 15px !important;
	}
	.navbar-default .navbar-brand.nav-white {
		color: #FFFFFF;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
}

@media only screen and (min-width: 240px) {
	.navbar.past-main {
		font-size: 14px;
		padding-top: 5px;
		height: 60px;
		background: #1475B8;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
		border-bottom: transparent;
	}
	.navbar-default.past-main .navbar-brand {
		color: #111111;
	}
	.navbar-default.past-main .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default.past-main .navbar-nav > li > a {
		color: #fff;
		-webkit-transition: color 0.5s;
		transition: color 0.5s;

	}
	.navbar-default.past-main .navbar-nav > li > a:hover {
		color: #666;
	}
	.navbar-default.past-main .navbar-nav > .active > a:hover,.navbar-default.past-main .navbar-nav > .active > a ,.navbar-default.past-main .navbar-nav > .active > a:focus {
		background: transparent;
		color: #222222;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
	}
}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}


/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/

#main {
	height: 100%;
}


.main-banner{
	position: relative;
	background: url("../images/banner.jpg") fixed center center;
	-webkit-background-size: cover;
	background-size:cover ;
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	content:"";
	background: #0d72b9;
	opacity: .96;
	top: 0px;
	left: 0px;
}

.hero-section {
	height: 100%;
	padding: 120px 0 0 0;
}

.hero-content {
	overflow: hidden;
	padding: 120px 0px;
}

.hero-content h1 {
	font-weight: 100;
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
    line-height: 65px;
}
.hero-content h1 span{
	font-weight: 700;
}
.hero-content p {
	font-family: Poppins;
	color: #eee;
	margin: 0 0 25px 0;
}

.hero-content .btn-action {
	margin-top: 10px;
    margin-right: 10px;
}

.banner-img{
	margin-top: 150px;
}


.text-middle{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 200px;
}



/*------------------------------
    HEADER CONTACT INFO
-------------------------------*/


#section-contact-info{
	background: #c9e9ff;
	
}
.contact-info-block{
	padding: 40px 30px;
}

.contact-info-block i{
	width: 60px;
	height: 60px;
	text-align: center;border: 1px solid#0d72b9;
	border-radius: 100%;
	padding-top: 20px;
	float: left;
	font-size: 22px	;
	margin-right: 30px;
}
.contact-info-block .info-block{
	float: left;
}

.contact-info-block .info-block h4{
	margin: 0px;
}

.block-bg-1{
	background: #fff;
}

.info-block p{
	color: #777;
}


/* -------------------------------------------------------
----------- ABOUT section Starts Here --------------
---------------------------------------------------------*/
.pro-img{}
.pro-img-wrap{
	position: relative;
}
.pro-img-wrap:after{
	position: absolute;
	content:"";
	border: 10px solid#0d72b9;
	width: 100%;
	height: 90%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.pro-img-wrap img{
	width: 100%;
	margin-left: 40px;
	z-index: 2;
	padding-top: 40px;
}





/* -------------------------------------------------------
----------- SECTION TITLE  --------------
---------------------------------------------------------*/


.section-title{
	margin-bottom: 80px;
}
.section-title h1{
	font-size: 52px;
	line-height: 60px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	margin-top: -120px;
}

.section-box{
	width: 200px;
	height: 200px;
	background: #ffeded;
	margin-left: 40px;
	
}







/* -------------------------------------------------------
----------- EXPEREICNE Starts Here --------------
---------------------------------------------------------*/

.experience-content-box{
	margin-top: 40px;
	padding-left: 40px;
}

.experience-content-box h3{
	text-transform: uppercase;
	margin: 0px;
}

.experience-content-box p{
	margin-top: 20px;
}
.experience-content-box h4{
	color: #006bb6;
	margin: 0px;
	font-weight: 300;
}


.about-img{
    margin-top:50px ;
}







/*------------------------------
    SERVICE AREA
-------------------------------*/

#section-service.section-padding{
    padding-bottom: 60px;
}

.section-title.center{
	text-align: center;
	margin-bottom: 180px;
}
#section-feature .section-title.center .section-box{
	background: #a4daff;
}

.section-title.center .section-box{
	margin: 0 auto;
}




.feature-content-box{
	border: 1px solid#e1e1e1;
	-webkit-transition: all .3s;
	-o-transition:all .3s ;
	transition: all .3s;
}

.feature-icon-box i{
	width: 65px;
	height: 65px;
	background: #f7f7f7;
	text-align: center;
	padding-top: 20px;
	font-size: 22px;
	float: right;
	margin-top: -32px;
	color: #006bb6;
	margin-right: 60px;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-o-transition:all .3s ;
	transition: all .3s;
}


.feature-content-block{
	padding: 40px;
}

.read-more{
	text-transform: uppercase;
	color: #006bb6;
	font-size: 14px;
}

.feature-content-block h4{
	text-transform: capitalize;
	letter-spacing: 1px;
}
.feature-content-block p{
	margin: 20px 0px;
}

.spacer{
	height: 60px;
}


.feature-content-box.active,.feature-content-box:hover{
	border-color: #006bb6;
}

.feature-content-box:hover  i{
	background:  #006bb6;
	color: #fff;
}

/*------------------------------
      SERVICE  AREA
-------------------------------*/

.service-content-box{
	text-align: center;
}



.c1{
	background: #82e6dc;
}
.c2{
	background: #ffeded;
}
.c3{
	background: #a4daff;
}


.service-icon-block{
	padding: 82px 0px;
}
.service-icon-block i{
	font-size: 60px;
}

.service-content{
	padding: 20px 20px;
	text-align: left;
}
.service-content h4{
	text-transform: uppercase;
}



/*=====================================================
    SECTION PORTFOLIO
==========================================================*/


.grey-bg{
	background: #F5F5F5;
}
#section-gallery .section-title.center .section-box{
	background: #82e6dc;
}


.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    text-align: center;
	border-top: 1px solid#eee;
	padding: 12px 0px;
	width: 70%;
	margin: 0 auto 30px;
}

ul.work li {
    display: inline-block;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px!important;
    color: #333;
    border: none;
    cursor: pointer;
	border-bottom: 2px solid transparent;
}

ul.work li:hover {
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom: 2px solid #000;
}

ul.work li.active {
    color: #000;
	font-weight: 600;
	border-bottom: 2px solid #000;
}



/*------------------------------
    CLIENT AREA
-------------------------------*/
#section-client{
    background: #0D6EB2;
    padding: 60px 0px;
}


/*------------------------------
    CONTACT AREA
-------------------------------*/
#section-contact .section-title{
	width: 70%;
	margin: 0 auto 50px;
	text-align: center;
}
.contact-form{
	padding: 40px 0px;
}
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	-webkit-transition:  all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 14px;
	height: 50px;
	border-radius: 0px;
    background: #EAEAEA;
}

.form-control:focus {
	border-color: #55ACEE;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #eaeaea;
}

.form-control::-webkit-input-placeholder {
	color: #9e9e9e;
}

.form-control::-moz-placeholder {
	color: #9e9e9e;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #9e9e9e;
}


/* contact branch info styles*/
.contact-inner-info {}
.contact-inner-info ul{
	padding-top: 50px;
}

.inner-info-box{
	padding: 30px 30px;
	text-align: center;
	border: 1px dashed#eee;
	margin-bottom: 5px;
}
.inner-info-box i{
	color: #FF7E60;
	font-size: 30px;
}
.inner-info-box h4{
	margin: 10px 0px;
}
.inner-info-box p{
	margin: 8px 0px;
}

#contact-form .btn{
    margin-top: 15px;
}

/*------------------------------
    FOOTER AREA
-------------------------------*/

#section-footer{
	position: relative;
	background: url("../images/footer-bg.jpg") fixed center center;
	-webkit-background-size: cover;
	background-size:cover ;
	height: 100%;
	padding: 30px 0px;
}

.footer-content-block p{
	color: #fff;
}
.footer-content-block ul li a{
	color: #000;
	text-transform: capitalize;
	border-bottom: 1px solid#0D6EB2;
}
.footer-content-block h2{
	color: #fff;
}


/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/

.back-to-top {
	margin: 0;
	position: fixed;
	bottom: 30px;
	right:60px;
	z-index: 90;
	display: none;
	text-decoration: none;
	border: 1px solid#1778BB;
	width: 60px;
	height: 60px;
	background: #1778BB;
}

.back-to-top i {
	position: relative;
	left: 13px;
	top: 8px;
	font-size: 35px;
	color: #fff;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}


.back-to-top:hover i {
	top: 6px;
}

.back-to-top:focus {
	color: #FFFFFF;
}



/*---------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/

