/**
 
 *
 * Table of Content
 * -----------------------------------------------------------------------------
 * 
 * 1. Global
 * 2. Shortcodes
 * 3. Form
 * 4. Button
 * 5. Header
 * 6. Sections
 *
 *    6.1 Slider
 *    6.2 What we do
 *    6.3 About us
 *    6.4 Our Features
 *    6.5 Our Services
 *    6.6 Our Works
 *    6.7 Pricing Tables
 *    6.8 Why choose us
 *    6.9 Meet our team
 *    6.10 Happy Clients
 *    6.11 Latest News
 *    6.12 Newsletter
 *    6.13 Contact
 * 
 * 7. Footer
 * 8. Project popup           
 * 9. Quote popup
 * 10. Blog Page
 * 11. Sinle Page
 * 12. Sidebar     
 */  
	

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); /* IE */  
  src: local('Montserrat-Regular'), url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'); /* non-IE */
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf'); /* IE */  
  src: local('Montserrat-Bold'), url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'); /* non-IE */
}   

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/Open_Sans/OpenSans-Regular.ttf'); /* IE */  
  src: local('OpenSans-Regular'), url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); /* non-IE */
}
   
@font-face {
  font-family: 'Signika-Light';
  src: url('../fonts/Signika/Signika-Light.ttf'); /* IE */  
  src: local('Signika-Light'), url('../fonts/Signika/Signika-Light.ttf') format('truetype'); /* non-IE */
}

@font-face {
  font-family: 'Signika-Regular';
  src: url('../fonts/Signika/Signika-Regular.ttf'); /* IE */  
  src: local('Signika-Regular'), url('../fonts/Signika/Signika-Regular.ttf') format('truetype'); /* non-IE */
}

@font-face {
  font-family: 'Signika-Bold';
  src: url('../fonts/Signika/Signika-Bold.ttf'); /* IE */  
  src: local('Signika-Bold'), url('../fonts/Signika/Signika-Bold.ttf') format('truetype'); /* non-IE */
}

@font-face {
  font-family: 'FiraSans-LightItalic';
  src: url('../fonts/fira-sans/FiraSans-LightItalic.ttf'); /* IE */  
  src: local('FiraSans-LightItalic'), url('../fonts/fira-sans/FiraSans-LightItalic.ttf') format('truetype'); /* non-IE */
}

html, body{
	height: 100%;
	margin: 0;
}

body{
	font-family: 'Signika-Regular';
	font-size: 14px;
	color: #2c2c2d;
	margin: 0;
	padding: 0;
	background: #fcfbfb;
}

ul{
	margin: 0;
	padding: 0;
}

ul li{
	list-style-type: none;
}

a:hover{
	text-decoration: none;
}

.vertical-line{
	width: 22px;
	height: 119px;
	margin: 0 auto 20px;
	display: block;
	background: url('../images/header.png') no-repeat;
}

/*
 #
 # 3. FORM
 # -----------------------------------------------------------------------------
 # 
 */ 


.comment-form input[type="text"], .comment-form input[type="email"]{
	width: 48%;
	height: 50px;
	padding: 5px 10px;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
	margin-bottom: 15px;
	transition: all .30s linear;
	float: left;
}

.comment-form input[type="email"]{
	float: right;
}

.comment-form textarea{
	width: 100%;
	height: 200px;
	padding: 5px 10px;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
	margin-bottom: 15px;
	transition: all .30s linear;
}

.comment-form input[type="submit"]{
	background: #007dac;
	border: 0;
	border-bottom: 3px solid #015c7e;
	border-radius: 2px;
	color: #fff;
	position: relative;
	padding: 15px 20px;
	float: right;
	margin-right: 15px;
	transition: all .30s linear;
}

.comment-form input[type="submit"]:hover{
	background: #006dac;
	color: #fff;
}

.comment-form input[type="email"]:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus{
	border-color: #007dac;
	color: #007dac;
}

/*
 #
 # 4. BUTTON
 # -----------------------------------------------------------------------------
 # 
 */ 

/* ### Colored Button ### */

button.colored-btn, a.colored-btn{
	background: none;
	width: 150px;
	height: 50px;
	color: #1F1F1F;
	margin: 40px auto 0px;
	display: block;
	text-align: center;
	line-height: 48px;
	border-radius: 2px;
	border: 2px solid #F1F1F1;
	transition: all .25s linear;
}

button.colored-btn:hover, a.colored-btn:hover{
	background: #007dac;
	color: #fff;
	border-color: #007dac;
}    

/* ### Get Quote Button ### */

.get-quote-header{
	float: right;
}

.get-quote-header a{
	color: #007dac;
	display: block;
	padding: 2px 15px;
	border: 1px solid #007dac;
	text-align: center;
	line-height: 28px;
	border-radius: 30px;
	margin-top: 17px;
	margin-left: 10px;
	transition: all .25s linear;
}

.get-quote-header a:hover{
	background: #007dac;
	color: #fff;
	border-color: #007dac;
}

/* ## Call Button ## */

button.outer-btn {
	height: 50px;
	padding: 0 15px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	background: none;
	margin-left: 15px;
	transition: all .25s linear;
}

button.outer-btn i{
	margin-left: 10px;
}

button.outer-btn:hover{
	background: #007dac;
	color: #fff;
	border-color: #007dac;
}

/* ## Link Button ## */

a.outer-btn {
	height: 50px;
	padding: 15px 35px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	background: none;
	margin-left: 15px;
	transition: all .25s linear;
	line-height: 70px;
}

a.outer-btn i{
	margin-left: 10px;
}

a.outer-btn:hover{
	background: #007dac;
	color: #fff;
	border-color: #007dac;
}


@media (max-width: 767px){
	.call-action-section a.outer-btn{
		display: block;
		width: 130px;
		line-height: 20px;
		margin: 15px auto 0px;
		display: block;
	}
	
	.newsletter-section a.outer-btn{
		display: block;
		width: 155px;
		line-height: 20px;
		margin: 15px auto 0px;
		display: block;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	
	.call-action-section a.outer-btn{
		width: 130px;
		line-height: 20px;
		margin: 15px auto 0px;
		display: block;
	}
	
	.newsletter-section a.outer-btn{
		width: 155px;
		line-height: 20px;
		margin: 30px auto 0px;
		display: block;
	}
}

/* ## More Projects Button ## */

.more-projects a{
	background: none;
	width: 150px;
	height: 50px;
	color: #1F1F1F;
	margin: 40px auto 0px;
	display: block;
	text-align: center;
	line-height: 48px;
	border-radius: 2px;
	border: 2px solid #F1F1F1;
	transition: all .25s linear;
}

.more-projects a:hover{
	border-color: #006dac;
	background: #006dac;
	color: #fff;
}



/*
 #
 # 5. HEADER
 # -----------------------------------------------------------------------------
 # 
 */ 

.navbar{
	background: none;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
	border: 0;
	border-radius: 0;
	transition: all .30s linear;
}

.navbar-brand{
	margin: 6px 0;
	padding: 0;
	height: 0px;
}

.navbar-brand img{
	height: 100px;
    margin-top:-35px;
}

.navbar ul li a{
	display: block;
	padding: 24px 15px 24px 20px;
	color: #fff;
	font-family: 'Signika-Bold';
	letter-spacing: 1px;
	font-size: 13px;
}

.navbar ul li:before{
	content:" ";
	display: block;
	float: left;
	margin-top: 25px;
	color: #fff;
}

.navbar ul li:first-child:before{
	display: none;
}

.navbar ul li a:after{
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	border-top: 2px solid #fff;
	margin: 0 auto;
	position: absolute;
	bottom: -1px;
	left: 4px;
	right: 0;
	transition: all .25s linear;
	opacity: 0;
}

.navbar ul li.active a{
	padding: 24px 15px 24px 20px;
	background: none;
	color: #fff !important;
}

.navbar li.active a:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-top: 2px solid #fff;
	margin: 0 auto;
	position: absolute;
	bottom: -1px;
	left: 4px;
	right: 0;
	transition: all .25s linear;
	opacity: 1;
}

.navbar .navbar-collapse{
	float: right;
}

.navbar li:hover a{
	color: #fff;
}

.navbar li:hover a:before{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	opacity: 1;
}

.navbar li:hover a:after{
	position: absolute;
	opacity: 1;
	width: 100%;
}

/* ### NAVBAR FIXED ### */

.navbar-fixed-top{
	background: rgba(255,255,255, .98);
	border-bottom: 1px solid #f5f5f5;
}

.navbar-fixed-top ul li a{
	color: #1F1F1F !important;
}

.navbar-fixed-top ul li:before{
	color: #1F1F1F;
}

.navbar-fixed-top ul li a:before{
	border-top: 2px solid #007dac;
}

.navbar-fixed-top ul li a:after{
	border-top: 2px solid #007dac;
}

.navbar-fixed-top ul li:hover a{
	color: #007dac !important;
}

.navbar-fixed-top li.active a:after{
	border-top: 2px solid #007dac;
}

.navbar-fixed-top ul li.active a{
	color: #007dac !important;
}

@media (min-width: 767px) and (max-width: 993px) {
	
	.navbar ul{
		float: right;
	}
	
	.navbar ul li a {
		padding: 24px 12px 24px 18px;
		font-size: 12px;
	}
	
}

@media (max-width: 767px) {
	
	.container > .navbar-header{
		height: 70px;
	}
	
	.navbar{
		background: #fff;
	}
	
	.navbar .navbar-collapse{
		float: none;
		background: #fff;
	}
	
	.navbar .navbar-toggle{
		background: #007dac;
		width: 70px;
		height: 70px;
		color: #fff;
		margin: 0;
		border: none;
		border-radius: 0;
		font-size: 24px;
		transition: all .30s linear;
	}
	
	.navbar .navbar-toggle:hover{
		background: none;
		color: #007dac;
	}
	
	.navbar-brand{
		margin-left: 10px;
	}
	
	.navbar-fixed-top .navbar-toggle{
		background: #007dac;
	}
	
	.navbar ul li{
		padding: 0 25px;
	}
	
	.navbar ul li a{
		color: #1F1F1F;
		padding: 15px 15px 15px 20px;
	}
	
	.navbar ul li:before{
		color: #1F1F1F;
	}
	.navbar li:hover a{
		color: #007dac;
	}
	
	.navbar ul li.active a{
		padding: 15px 15px 15px 20px;
	}
	
	.navbar ul li:before{
		margin-top: 15px;
	}
}

/* ### HEAD SECTION ### */

.head-section{
	text-align: center;
	position: relative;
	margin: 0px 0 30px;
}

h2.title-section{
	font-family: 'Signika-Bold';
	font-size: 48px;
	color: #1f1f1f;
	position: relative;
	margin: 0;
	margin-bottom: 15px;
	
}

h2.greet-section{
	font-family: 'Signika-Bold';
	font-size: 28px;
	color: #1f1f1f;
	position: relative;
	margin: 0;
	margin-bottom: 15px;
}

.subtitle-section{
	background: #007dac;
	height: 16px;
	color: #ffffff;
	padding: 6px 10px 6px;
	margin-top: 0px;
	line-height: 16px;
	font-size: 12px;
	font-family: 'FiraSans-LightItalic';
	letter-spacing: 2px;
}

.overlay-parallax{
	background: #1f1f1f;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}

.head-parallax h2{
	color: #fff;
	text-align: left;
	margin-bottom: 50px;
}

.line-2{
	width: 30px;
	height: 10px;
	background: #fff;
	margin-left: 3px;
	position: relative;
}

@media (min-width: 1350px) {

	.progress-bars {
		margin: 75px 0;
	}
}

/*
 #
 # 6.1 SLIDER
 # -----------------------------------------------------------------------------
 # 
 */ 

.slider-section{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1f1f1f;
	opacity: .3;
}

.slider-bg{
	background: url('../images/slider_1.jpg') no-repeat center center;
	  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-animation: zoom 50s; /* Chrome, Safari, Opera */
	animation: zoom 50s;
	background-attachment: fixed;
}

.slider-content{
	width: 550px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 34%;
	display: block;
	margin: 0 auto;
}

.slider-content img{
	margin-bottom: 20px;
}

.subtitle{
	color: #fff;
	position: relative;
	display: block;
	margin: 0;
	font-size: 15px;
}

.maintitle{
	color: #fff;
	position: relative;
	display: block;
	margin: 0;
	font-size: 40px;
	font-style: italic;
}

.slider-content a{
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 2px;
	transition: all .30s linear;
	margin: 30px 5px 0;
	padding: 12px 25px;  
}

.slider-content .btn-blue{
	background: #007dac;
	border-color: #007dac;
}

.slider-content .btn-green{
	background: #0dd659;
	border-color: #0dd659;
}

.slider-content a:hover{
	background: #fff;
	color: #007dac;
	border-color: #fff;
}

.bounce {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	text-align: center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	color: #fff;
	font-size: 24px;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

/* Standard syntax */
@keyframes zoom {
   from {
		transform: scale(1,1);
   }
   to {
		transform: scale(1.3,1.3);
   }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1,1);
	}
	to {
		-webkit-transform: scale(1.3,1.3);
	}
}


@media (max-width: 767px){
	h2.title-section{
		font-size: 30px;
	}
	
	h2.greet-section{
		font-size: 15px;
	}
	
	.vertical-line{
		margin-bottom: 15px;
	}
	
	.slider-content{
		width: 100%;
		padding: 15px;
	}
	
	.slider-content img{
		width: 100%;
	}
	
	.slider-content a{
		width: 110px;
		height: 40px;
		font-size: 11px;
	}
}

/*
 #
 # 6.2 WHAT WE DO
 # -----------------------------------------------------------------------------
 # 
 */ 

.we-do-section{
	
	padding-bottom: 70px;
/*    background: url('../images/bg-team.png') no-repeat;*/
	background-size: cover;
	background: #fff;
	
}

.description{
	width: 500px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-family: 'Signika-Regular';
	line-height: 24px;
	margin-bottom: 30px;
	margin-top: 30px;
	color: #556369;
}

.proccess{
	text-align: center;
	margin-top: 50px;
}

.procces{
	transition: all .30s linear;
}

.procces:hover .proccess-icon{
	background: #007dac;
	color: #fff;
	border-color: #007dac;
}

.procces:hover .proccess-icon i{
	transform: scale(0.95);
	background: #007dac;
	border: 2px solid #fff;
	line-height: 63px;
	color: #fff;
}

.proccess-icon{
	width: 80px;
	height: 80px;
	border-radius: 35%;
	border: 2px solid #F1F1F1;
	line-height: 82px;
	transition: all .25s linear;
	margin: 0 auto;
}

.proccess-icon i{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: none;
	margin: 0 auto;
	font-size: 22px;
	line-height: 70px;
	color: #007dac;
	transform: scale(1);
	transition: all .25s linear;
}

.proccess h3{
	font-family: 'Signika-Bold';
	font-size: 18px;
	margin-bottom: 20px;
	color: #333;
	margin-top: 26px;
}

.proccess p{
	line-height: 24px;
	color: #556369;
	padding: 0 15px;
}


@media (max-width: 767px) {
	
	.we-do-section{
		padding-bottom: 30px;
	}
	
	.description{
		width: 100%;
		font-size: 13px;
		line-height: 22px;
		padding: 0 15px;
	}
	
	.procces{
		margin-bottom: 50px;
	}
	
	.proccess p{
		padding: 0;
	}
	
	.achiev-description .description{
		width: 100%;
		font-size: 13px !important;
		padding: 0 15px;
	}
}

/*
 #
 # 6.3 ABOUT US
 # -----------------------------------------------------------------------------
 # 
 */ 

.about-section{
	height: 500px;
	width: 100%;
}

.about-section .subtitle-section{
		background: #fff;
	color: #007dac;
	position: relative;
	margin-bottom: 30px;
	padding: 5px 10px;
}

.about-section .left{
	background: url(../images/back-1.jpg) no-repeat;
	width: 100%;
	height: 500px;
}
.about-section .left-2{
	background: url(../images/back-3.jpg) no-repeat;
	width: 100%;
	height: 500px;
}
.about-section .rightImage{
	background: url(../images/back-2.jpg) no-repeat;
	width: 100%;
	height: 500px;
    float:left;
}
.about-section .rightImage-2{
	background: url(../images/rest-system-1.jpg) no-repeat;
	width: 100%;
	height: 500px;
    float:left;
}

.about-section .overlay-side{
	background: #1f1f1f;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}

.right .achievement:nth-child(1){
	border-right: 1px solid #0071ac;
	border-bottom: 1px solid #0071ac;
}

.right .achievement:nth-child(2){
   border-bottom: 1px solid #0071ac;
   
}

.right .achievement:nth-child(3){
	border-right: 1px solid #0071ac;
}

.right .achievement:nth-child(4){
	
}

.about-description{
	position: relative;
}

.about-description .head-section{
	padding-top: 100px;
}

.about-description .title-section{
	color: #fff;
}

.about-description .description{
	color: #fff;
	font-family: 'FiraSans-LightItalic';
	font-size: 14px;
	line-height: 28px;
}

.call-form{
	margin: 0 auto;
	display: block;
	width: 380px;
	font-family: 'Signika-Regular';
}

.call-form input[type="tel"]{
	width: 180px;
	height: 50px;
	border: none;
	padding: 10px;
	border-bottom: 1px solid #fff;
	background: none;
	color: #fff;
	transition: all .25s linear;
}

.call-form input[type="tel"]:focus{
	border-bottom-color: #007dac;
}

.about-section .right{
	width: 100%;
	height: 500px;
	background: #007dac;
}

.about-section .right .achievement{
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	padding: 63px;
	position: relative;
	height: 250px;
}

.about-section .right .achievement .achievement-icon{
	font-size: 110px;
	position: absolute;
	left: 0;
	top: 15%;
	right: 0;
	opacity: 0.1;
}

.about-section .right .achievement .achievement-number{
	font-size: 52px;
	display: block;
	font-family: 'Signika-Bold';
	text-shadow: 3px 2px #0061ac;
}

.about-section .right .achievement .achievement-desc{
	font-size: 14px;
	font-family: 'Signika-Light';
}


@media (max-width: 767px) {
	
	.about-section{
		height: auto;
	}
	
	.about-section .right .achievement{
		padding: 80px 20px;
	}
	
	.about-section .right .achievement .achievement-number{
		font-size: 42px;
	}
	
	.call-form{
		width: 57%;
	}
    .about-section .left {
        background:url(../images/back-ERP-Small-1.jpg) no-repeat;
        height:350px;
        width:100%;
    }
    .about-section .left-2 {
        background:url(../images/back-pos.jpg) no-repeat;
        height:350px;
        width:100%;
    }
    .about-section .right{
         height:400px;
        width:100%;
    }
     .about-section .left{
         height:400px;
        width:100%;
    }
    .about-section .rightImage {
        background:url(../images/back-2-1.jpg) no-repeat;
        float:right;
        height:350px;
        width:100%;
    }
    .about-section .rightImage-2 {
        background:url(../images/back-3-1.jpg) no-repeat;
        float:right;
        height:350px;
        width:100%;
    }
}



@media (min-width: 767px) and (max-width: 992px) {
	
	.about-section{
		height: auto;
	}
	
	.services-section .head-parallax h2{
		font-size: 28px;
		margin-left: 25px !important;
		margin-bottom: 20px !important;
	}
	
	.services-section .services-content .descriptions{
		width: 100% !important;
		margin: 0 15px !important;
	}
	
	.services-content{
		right: 15px !important;  
		top: 40px;   
	}
	
	.services-section .services-content p{
		font-size: 13px !important;
		line-height: 20px;
	}  
	
	ul.tabs{  
		padding-left: 24px !important;   
	}
	
	ul.tabs li{
		margin-right: 12px !important;
	}
	
	.services-section .services-content ul.tabs i{
		font-size: 20px !important;
	}
	
	.services-section .services-content ul.tabs span{
		font-size: 12px;
	}
	
	.services-section .services-content .descriptions .service-description{
		top: 0 !important;
		padding: 0 10px;
	}
	
}

/*
 #
 # 6.4 OUR FEATURES
 # -----------------------------------------------------------------------------
 # 
 */ 

.features-section{
	padding: 0 0 60px;
	background: #fff;
}

.features{
	padding-left: 90px;
	padding-top: 30px;
}

.features ul{
	margin: 0;
	padding: 0;
}

.features ul li{
	display: block;
	list-style-type: none;
	margin-bottom: 45px;
}

.features .feature-icon{
	width: 40px;
	height: 40px;
	border-radius: 35%;
	border: 2px solid #F1F1F1;
	line-height: 82px;
	transition: all .25s linear;
	position: relative;
	text-align: center;
	color: #017eac;
	font-size: 16px;
	line-height: 38px;
	transition: all .5s linear 0s;
	float: left;
	margin-right: 15px;
}

.features ul li:hover .feature-icon{
	border-color: #017eac;
	color: #fff;
	background: #017eac;
}

.feature-content{
	margin-left: 55px;
}

.feature-content h3{
	font-size: 20px;
	color: #017eac;
	font-family: 'Signika-Bold';
	line-height: 42px;
	margin-bottom: 0; 
}

.feature-content p{
	font-family: 'Signika-Regular';
	color: #556369;
	font-size: 14px;
}

.features-section img{
	display: block;
	margin: 0 auto;
	width: 65%;
}

@media (max-width: 767px) {
	
	.achievement-section{
		height: auto;
	}
	
	.features{
		padding: 0;
	}
	
	.features ul li{
		padding: 0 15px;
		margin-bottom: 35px;
		text-align: center;
	}
	
	.features .feature-icon{
		display: block;
		margin: 0 auto;
		float: none;
	}
	 
	.feature-content h3{
		font-size: 18px;
	}
	
	.feature-content{
		margin: 0;
		padding: 0 30px;
	}
	
	
}

/*
 #
 # 6.5 OUR SERVICES
 # -----------------------------------------------------------------------------
 # 
 */ 

.services-section{
	width: 100%;
	height: 520px;
	background: url('../images/hire-me-bg.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top: 70px;
}

.services-section .overlay-parallax{
	background: #1f1f1f;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .95;
}

.services-section .head-parallax h2{
	color: #fff;
	text-align: left;
	margin-bottom: 30px;
	margin-left: 60px;
}

.services-section .line-2{
	width: 30px;
	height: 10px;
	background: #fff;
	margin-left: 3px;
	position: relative;
}

.services-content{
	position: absolute;
	right: 0px;
	top: 60px;
	width: 50%;
}

.services-section .services-images {
	position: absolute;
	left: 0;
	top: 0%;
	z-index: 9;
	width: 50%;
	overflow: hidden;
	height: 520px !important;
}

.services-section .service-image {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	display: none;
	background-size: cover !important;
}

.services-section .services-content .descriptions {
	color: #fff;
	font-size: 14px; 
	text-align: left;
	line-height: 24px;
	height: 350px;
	position: relative;
	margin-bottom: 10px;
	margin-left: 60px;
	width: 470px;
	float: left;
}

.services-section .services-content .descriptions h3 {
	color: #7DBA2F;
	font-weight: 800;
	font-size: 13px;
	margin-left: 2px;
	border-bottom: 3px solid #7DBA2F;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.services-section .services-content .descriptions .service-description {
	height: auto;
	display: none;
	position: absolute;
	top: 0%;
}

.services-section .services-content p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 28px;
	font-family: 'FiraSans-LightItalic';
}

.services-section .services-content p.without-margin-bottom {
	margin-bottom: 0;
}

.services-section .services-content p a {
	color: #2C3459;
	text-decoration: underline;
}

.services-section .services-content p a:hover {
	text-decoration: none;
}

ul.tabs{
	display: block;
	float: left;  
	width: 100%;
	padding-left: 60px;
	padding-top: 0px;
}

ul.tabs li {
	float: left;
	color: #fff;
	text-align: center;
	margin-right: 30px;
	text-transform: uppercase;
	font-family: 'Signika-Bold';
	transition: all .25s linear;
}

.services-section .services-content ul.tabs i{
	font-size: 32px;
	display: block;
	margin-bottom: 8px;
	transition: all .30s linear .10s;
}

.services-section .services-content ul.tabs li.active{
	color: #1175b4;
}

.services-section .services-content ul.tabs li:hover{
	color: #1175b4;
	cursor: pointer;
}

@media (max-width: 767px) {
	
	.services-section{
		height: auto;
		padding-top: 0;
	}
	
	.services-section .services-images{
		position: relative;
		width: 100%;
		height: 300px !important;
		overflow: auto;
	}
	
	.services-content{
		position: relative;
		width: 100%;
		top: 0;
	}
	
	.services-section .services-content .descriptions{
		margin: 0;
		width: 100%;
		font-size: 12px;
	}
	
	.services-section .services-content .descriptions .service-description{
	   top: 0;
		position: absolute;
		left: 0;
		height: auto;
		width: 100%;
	}
	
	.services-section .head-parallax h2{
		margin: 10px 0 0;
		font-size: 32px;
	}
	
	.services-section .services-content p{
		font-size: 12px;
	}
	
	ul.tabs{
		margin: 40px 0 50px;
		height: 40px;  
		padding: 0;
		text-align: center;
	} 
	
	ul.tabs li{
		margin: 0 8px;
		float: none;
		display: inline-block !important;
	}
	
	.services-section .services-content ul.tabs i{
		font-size: 32px;
	}
	
	.services-section .services-content ul.tabs span{
		font-size: 12px;
	}
	
	.services-section .services-content p{
		padding: 0px;
		line-height: 24px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
}

/*
 #
 # 6.6 OUR WORKS
 # -----------------------------------------------------------------------------
 # 
 */ 

.work-section{
	background: #fefdfd;
}

.filter-work ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

.filter-work ul li{
	list-style-type: none;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 60px;
}

.filter-work ul li a{
	display: block;
	padding: 7px 17px;
	border: 2px solid #F1F1F1;
	color: #333;
	transition: all .15s linear;
	border-radius: 2px;
	font-family: 'Signika-Regular';
} 

.filter-work ul li a:hover{    
	text-decoration: none;
	background: #007dac;
	border-color: #007dac;
	color: #fff;    
	cursor: pointer;
}

.filter-work li.active a{
	background: #007dac;
	box-shadow: 2px 2px 0px 0 rgba(0,125,172, .2);
	border: 1px solid #007dac;
	color: #fff;
}

.works .mix{
	display: none;
}

.work{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 15px;	
}

.work:hover{
	cursor: url('../images/crosshair.png'), crosshair;
}

.work-box{
	overflow: hidden;
	position: relative;
}

.work .work-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 99;
	transition: all .35s linear;
	opacity: 0;
}

.work:hover .work-overlay{
	opacity: .7;
	position: absolute;
}

.work-box .thumbnail img{
	transition: all .30s linear;
	transform: scale(1);
}

.work-box:hover .thumbnail img{
	transform: scale(1.2);
}

.work .corners:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 5px solid rgba(1, 126, 172, .8);
	border-left: 5px solid rgba(1, 126, 172, .8);
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: -1;
	transition: all .40s linear;
}

.work:hover .corners:before{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
}

.work .corners:after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 5px solid rgba(1, 126, 172, .8);
	border-right: 5px solid rgba(1, 126, 172, .8);
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: 999;
	transition: all .40s linear ;
}

.work:hover .corners:after{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}

.work .thumbnail{
	padding: 0;
	margin: 0;
	border: none;
	border-right: 0;
}

.work .work-detail{
	text-align: center;
	position: absolute;
	top: 42%;
	left: 0;
	z-index: 999;
	opacity: 0;
	transition: all .50s ease;
	width: 100%;
	height: 100%;
}

.work:hover .work-detail{
	opacity: 1;
}

.work .work-detail .work-title{
	font-family: 'Signika-Bold';
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	margin: 0;
}

.work .work-detail .work-category{
	font-size: 12px;
	display: block;
	font-family: 'FiraSans-LightItalic';
}

@media (max-width: 767px) {
	
	.work{
		padding: 2px;
	}
	
	.filter-work ul{
		margin-bottom: 30px;    
	}
	
	.filter-work ul li{
		margin-bottom: 10px;
	}
	
	.filter-work ul li a{
		padding: 5px 8px;
		font-size: 13px;
	}
	
	.work .work-detail .work-title{
		font-size: 16px;
	}
}

/*
 #
 # 6.7 PRICING TABLES
 # -----------------------------------------------------------------------------
 # 
 */ 

.pricing-section{
	padding-bottom: 100px;
}

.table{
	padding: 30px;
	transition: all .20s ease 0s;
	border: 2px solid rgba(1, 125, 172, .05);
	border-radius: 2px;
}

.table:hover{
	background: #fff;
	border-width: 2px;
	border-color: #007dac;
	box-shadow: 5px 5px 0 0 rgba(1,126,172, .1);
	transform: translate(-1%, -1%) scale(1);
}

.table:hover button{
	background: #007dac;
	border-radius: 2px;
	color: #fff;
	position: relative;
	padding: 10px 15px;
	margin-top: 20px;
	font-size: 12px;
	transition: all .20s linear;
}
.table h3{
	font-family: 'Signika-Bold';
	font-size: 26px;
	color: #007dac;
	text-transform: uppercase;
	margin-top: 0;
}

.table p{
	font-family: 'FiraSans-LightItalic';
	text-align: left;
}

.table-price{
	font-family: 'Signika-Bold';
	padding-top: 15px;
	padding-bottom: 25px;
}

.table-price .curriency{
	vertical-align: super;
	font-size: 24px;
	top: -25px;
	position: relative;
	margin-right: 8px;
	color: #888888;
}

.table-price .price{
	font-size: 60px;
	color: #007dac;
}

.table-price .month{
	vertical-align: bottom;
	font-size: 12px;
	position: relative;
	bottom: 10px;
	color: #888888;
	font-family: 'FiraSans-LightItalic';
}

ul.table-items li{
	display: block;
	margin-bottom: 8px;
	color: #1F1F1F;
	font-family: 'FiraSans-LightItalic';
}

ul.table-items li:hover{
	background: #fff;
}

ul.table-items li i{
	margin-right: 8px;
}

.table button{
	background: none;
	border: 1px solid #017eac;
	border-radius: 2px;
	color: #017eac;
	position: relative;
	padding: 10px 15px;
	margin-top: 20px;
	font-size: 12px;
	transition: all .20s linear;
	float: right;
}

.table button:hover{
	border: 1px solid #017eac;
	background: #fff;
	color: #017eac;
}

@media (max-width: 767px) {
	
	.pricing-section{
		padding-bottom: 30px;
	}
	
	.table{
		width: 280px;
		margin: 0 auto 30px;
		padding: 20px;
	}
	 
	.table h3{
		font-size: 20px;
	}
	
	.table p{
		font-size: 11px;
	}
	
	.table-price .curriency, .table-price .month{
		font-size: 11px;
	}
	
	.table-price .price{
		font-size: 40px;
		top: -15px;
	}
	
	ul.table-items li{
		font-size: 11px;
	}
}

@media (min-width: 767px) and (max-width: 992px){
	
	.table{      
		width: 340px;
		margin: 0 auto 30px; 
		display: block;   
	}
	
}

/* ### GET QUOTE ### */

.quote{
	position: relative;
	width: 100%;
	height: 150px;
}

/*
 #
 # 6.8 WHY CHOOSE US
 # -----------------------------------------------------------------------------
 # 
 */ 

.call-action-section{
	background: url('../images/call-to-action-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 50px 0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	position: relative;
}

.call-action-section h2{
	color: #fff;
	text-align: center;
	font-family: 'Signika-Bold';
	margin: 0 0 5px;
	text-align: right;
	font-size: 36px;
}

.call-action-section .subtitle-section{
	background: none;
	text-align: right;
	float: right;
	font-size: 14px;
	padding: 0;
}

.call-action-section p{
	font-size: 16px;
	color: #fff;
	font-family: 'Signika-Light';
}


a.outerborder-btn{
	padding: 15px 35px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	background: none;
	margin-left: 15px;
	transition: all .25s linear;
	float: left;
	margin-top: 10px;
}

a.outerborder-btn:hover{
	background: #007dac;
	color: #fff;
	border-color: #007dac;
}



@media (max-width: 767px) {
	
	.call-action-section h2{
		text-align: center;
		font-size: 30px;
		margin-bottom: 0;
	}
	
	.call-action-section .subtitle-section{
		float: none;
		text-align: center;
		font-size: 14px;
		display: block;
		margin: 0 auto 15px;
	}
	
	.call-action-section p{
		text-align: center;
		font-size: 14px;
		margin-top: 15px;
	}
	
	call-action-section a.outerborder-btn{
		display: block;
		margin: 0 auto;
		float: none;
	}
}

/*
 #
 # 6.9 MEET OUR TEAM
 # -----------------------------------------------------------------------------
 # 
 */ 

.team-section{
	padding: 0px 0 100px;
	border-bottom: 1px solid #f7f7f7;
	background: url('../images/bg1-team.png') no-repeat;
		;
}

.member{
	width: 100%;
	height: 342px;
	position: relative;
}

.function{
	position: absolute;
	bottom: 40%;
	left: -100px;
	transform: rotate(-90deg);
	font-size: 22px;
	font-family: 'Signika-Bold';
	transition: all .3s linear;
	color: #1F1F1F;
}

.member-box{
	width: 245px;
	float: right;
	position: relative;
}

.member .member-img{
	transition: all 1s ease 0s;
	overflow: hidden;
	position: relative;
}

.member img{
	transition: all 1s ease 0s;
}

.member:hover img{
	transform: rotate(5deg)scale(1.1);
}

.member-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #007dac;
	opacity: 0;
	z-index: 9999;
	transition: all .3s linear;
}

.member:hover .member-img .member-overlay{
	opacity: .7;
}

.member:hover .function{
	color: #888888;
}

.member-box h3{
	text-transform: uppercase;
	color: #007dac;
	font-family: 'Signika-Bold';
	font-size: 18px;
	text-align: center;
	margin: 0;
	height: 42px;
	line-height: 45px;
	background: #fff;
	border-bottom: 1px solid #F1F1F1;
}

ul.member-social-media{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 7%;
	left: 15%;
	z-index: -1;
	opacity: 0;
	transition: all .25s linear;
}

ul.member-social-media li{
	list-style-type: none;
	display: inline-block;
}

ul.member-social-media li a{
	width: 27px;
	height: 27px;
	display: block;
	background: #fff;
	transform: rotate(45deg);
	color: #007dac;
	text-align: center;
	line-height: 27px;
	margin: 0 6px;
	border-radius: 3px;
}

ul.member-social-media a i{
	transform: rotate(-44deg);
	font-size: 12px;
}

.member:hover ul.member-social-media{
	position: absolute;
	bottom: 22%;
	left: 15%;
	z-index: 9999;
	opacity: 1;
	transition: scale(1.6);
}

.team-section .owl-nav{
	width: 70px;
	display: block;
	margin: 40px auto 0;
}

.team-section .owl-next{
	width: 30px;
	height: 30px;
	border-radius: 35%;
	font-size: 18px;
	color: #333;
	border: 1px solid #F1F1F1;
	text-align: center;
	line-height: 28px;
	float: right;
	transition: all .30s linear;
}

.team-section .owl-prev{
	width: 30px;
	height: 30px;
	border-radius: 35%;
	font-size: 18px;
	color: #333;
	border: 1px solid #F1F1F1;
	text-align: center;
	line-height: 28px;
	float: left;
	transition: all .30s linear;
}

.team-section .owl-prev:hover, .owl-next:hover{
	background: #333;
	color: #fff;
	border-color: #333;
}

.team-section .owl-dots{
	display: none !important;
}

@media (max-width: 767px) {
	
	.team-section{
		padding-bottom: 30px;  
	}
	
	.member{
		width: 280px;
		height: 342px;
		position: relative;
		margin: 0 auto 40px;
		display: block;
	}
	
	.function{
		left: 16px;
		transform: rotate(0);
		position: relative;
		bottom: 0;
		text-align: left;
		line-height: 16px;
	}

	.member{
		width: 90%;
		margin: 0 auto;
		display: block;
	}

	.member-box{
		width: 100%;
	}
}

@media (min-width: 767px) and (max-width: 992px){
	
	.member{
		height: auto;
	}
	
	.member-box{
		float: none;
		margin: 0 auto;
		display: block;
	}
	
	.function{
		left: 60px;
		transform: rotate(0);
		position: relative;
		bottom: 0;
		text-align: left;
		line-height: 16px; 
	}
}

/*
 #
 # 6.10 HAPPY CLIENTS
 # -----------------------------------------------------------------------------
 # 
 */ 

.testimonials-section{
	width: 100%;
	background: url('../images/whatsay.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top: 70px;
	padding-bottom: 50px;
}

.testimonials-section .head-parallax{
	width: 100%;
	text-align: center;
}

.testimonials-section .head-parallax i{
	position: relative;
	font-size: 60px;
	color: #fff;
	margin-bottom: 20px;
}

.testimonials-section .head-parallax h2{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 28px;
}

.testimonials-section .subtitle-section{
	background: #fff;
	color: #007dac;
	position: relative;
	margin-bottom: 30px;
	padding: 5px 10px;
}

.testimonials-section .lead{
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 0 230px;
	line-height: 26px;
	margin-top: 30px;
}

.testimonials-section .thumbnail{
	width: 90px;
	height: 90px;
	display: block;
	margin: 40px auto 20px;
	border: 3px solid #fff;
	background: transparent;
	border-radius: 50%;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.testimonials-section .costumer{
	text-align: center;
	margin-bottom: 20px;
}

.testimonials-section .costumer h3{
	font-size: 16px;
	font-family: 'Signika-Bold';
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px; 
}

.testimonials-section .costumer span{
	color: #007dac;
	font-size: 12px;
	text-align: center;
}

@media (max-width: 767px) {
	
	.testimonials-section .lead{
		padding: 0 15px;
		width: 100%;
		font-size: 14px;
	}
	
}

/*
 #
 # 6.11 LATEST NEWS
 # -----------------------------------------------------------------------------
 # 
 */

.blog-section{
	padding-bottom: 100px;
	background: #f7f7f7;
}

.blog{
	width: 100%;
	border-radius: 1px;
	position: relative;
	background: #fff;
	box-shadow: 0 1px 0px 0 rgba(0,0,0, .1);
	margin-top: 30px;
}

.blog .thumbnail{
	border: 0;
	padding: 0;
	border-radius: 0;
	margin: 0;
	overflow: hidden;
}

.head-box-blog{
	width: 100%;
	height: auto;
	position: relative;
}

.blog-overlay{
	width: 100%;
	height: 100%;
	background: #007dac;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .30s ease .10s;
	opacity: 0;
	z-index: 99;
}

.blog:hover .blog-overlay{
	opacity: .7;
}


.blog img{
	transition: all .40s linear;
	width: 100%;
}

.blog:hover  img{
	transform: rotate(4deg)scale(1.1);
}

.head-box-blog a{
	width: 40px;
	height: 40px;
	border-radius: 35%;
	border: 2px solid #fff;
	display: block;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	z-index: 9999;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	opacity: 0;
	transition: all .30s ease .10s;
}

.blog:hover a{
	opacity: 1;
}

.blog a:hover{
	background: #fff;
	color: #007dac;
}

.head-box-blog .detail-blog{
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 40px;
	font-family: 'Signika-Bold';
	z-index: 999;
}

.head-box-blog .detail-blog .day{
	background: #1E1E1E;
	width: 50px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 25px;
}

.head-box-blog .detail-blog .month{
	background: #007dac;
	width: 50px;
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0;
}

.head-box-blog .date{
	margin-left: 40px;
	line-height: 56px;
	float: left;
	color: #a8a8a8;
	font-size: 12px;
}

.head-box-blog .author{
	float: right;
	margin-right: 62px;
	line-height: 44px;
	color: #a8a8a8;
	font-size: 12px;
}


.exrept{
	padding: 15px 15px 30px;
}

.exrept h2{
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	color: #1E1E1E;
	text-align: center;
	margin-top: 0px;
}

.exrept p{
	font-family: 'OpenSans-Regular';
	font-size: 13px;
	text-align: center;
}

.exrept a{
	font-family: 'Montserrat-Bold';
	color: #007dac;
	display: block;
	margin-top: 15px;
	transition: all .20s linear;
	text-align: center;
}

.exrept a:hover{
	color: #0593c9;
}

@media (max-width: 767px) {
	
	.blog-section{
		padding-bottom: 30px;
	}
	
	.blog{
		margin-bottom: 30px;
	}
	
}

@media (min-width: 767px) and (max-width: 992px){
	
	.blog{
		width: 340px;
		margin: 0 auto 30px; 
		display: block;   
	}
	
}

/*
 #
 # 6.12 NEWSLETTER
 # -----------------------------------------------------------------------------
 # 
 */ 

.newsletter-section{
	background: url('../images/newsletter.jpg') no-repeat center center;
	background-size: cover;
	padding: 100px 0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	position: relative;
}

.newsletter-section h2{
	color: #fff;
	text-align: center;
	font-family: 'Signika-Bold';
	margin: 0px 0 10px;
	text-align: right;
	font-size: 36px;
}

.newsletter-section .subtitle-section{
	background: none;
	text-align: right;
	float: right;
	font-size: 16px;
}

.newsletter-section input[type="email"]{
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
	padding: 15px;
	margin-top: 10px;
	color: #fff;
	transition: all .25s linear;
}

.newsletter-section input[type="email"]:focus{
	border-bottom-color: #007dac;
}

a.outerborder-btn{
	padding: 15px 35px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	background: none;
	margin-left: 15px;
	transition: all .25s linear;
	float: left;
	margin-top: 10px;
}

a.outerborder-btn i{
	margin-left: 10px;
}

a.outerborder-btn:hover{
	background: #007dac;
	color: #fff;
	border-color: #007dac;
}

@media (max-width: 767px) {
	
	.newsletter-section{
		padding: 30px 0;
	}
	.newsletter-section h2{
		text-align: center;
	}
	
	.newsletter-section .subtitle-section{
		float: none;
		text-align: center;
		display: block;
		margin-top: 10px;
	}
	
	a.outerborder-btn{
		float: none;
		margin: 30px auto 0px;
		display: block;
		width: 155px;
	}
	
	.newsletter-section input[type="email"]{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	
}

@media (min-width: 767px) and (max-width: 992px) {
	
	.newsletter-section h2{
		text-align: center;
	}
	
	.newsletter-section .subtitle-section{
		text-align: center;
		float: none;
		display: block;
		margin-bottom: 40px;
	}
	
	.newsletter-section p{
		text-align: center;
	}

}



/*
 #
 # 6.13 CONTACT
 # -----------------------------------------------------------------------------
 # 
 */ 

.contact-section{
	padding-bottom: 50px;
	/*background: url('../images/contact-bg.jpg') no-repeat center center;*/
	background-size: cover;
	background: #f7f7f7;
}

.info-contact{
	padding-right: 50px;
}

.info-contact p{
	line-height: 24px;
	margin-bottom: 30px;
}

.info-contact li{
	margin-bottom: 32px;
}
.info-contact li span{
	display: block;
}

.info-contact li span.info-title{
	font-family: 'Signika-Bold';
	color: #1E1E1E;
	margin-bottom: 15px;
	font-size: 16px;
}

.info-contact li span.info-title i{
	margin-right: 8px;
}

.contact-form .input-group-addon{
	width: 50px;
	height: 50px;
	background: none;
	color: #888;
	float: left;
	border: none;
	border-bottom: 1px solid #888;
	line-height: 40px;
	border-radius: 0;
}
.contact-form input[type="text"].costumer-name,
.contact-form input[type="email"]{
	width: 86%;
	height: 50px;
	border: none;
	padding-left: 5px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #888;
	background: none;
	transition: all .25s linear;
}

.contact-form input[type="text"].subject{
	width: 93.2%;
	height: 50px;
	border: none;
	padding-left: 5px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #888;
	background: none;
}

.contact-form textarea{
	width: 100%;
	height: 115px;
	padding: 15px;
	background: none;
	border: none;
	border-bottom: 1px solid #b4b4b4;
}

.contact-form input[type="text"].costumer-name:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="text"].subject:focus,
.contact-form textarea:focus{
	border-bottom-color: #007dac;
}

.contact-form button{

}

.contact-form .success{
	margin-bottom: 30px;
	font-weight: 900;
	color: #007dac;
}

@media (max-width: 767px) {
	
	.info-contact{
		padding: 0;
	}
	
	.info-contact li span.info-title{
		text-align: center;
	}
	
	.info-contact li span{
		text-align: center;
	}
	
	.contact-form input.costumer-name[type="text"],
	.contact-form input[type="email"]{
		width: 84%;
	}
	
	.contact-form input.subject[type="text"]{
		width: 84.2%;
	}
	
	.contact-form button{
		width: 100%;
		display: block;
		float: none;
		
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	
	.info-contact ul{
		text-align: center;
	}
	
	.contact-form input.costumer-name[type="text"], .contact-form input[type="email"]{
		width: 92%;
	}
	
	.contact-form input.subject[type="text"]{
		width: 92.2%;
	}
}


/*
 #
 # 7. FOOTER
 # -----------------------------------------------------------------------------
 # 
 */ 

.footer-section{
	text-align: center;
	color: #fff;
	background: #1F1F1F;
	padding: 60px 0 30px;
}

.footer-section .logo-footer{
	width: 300px;
	margin: 0 auto;
	display: block;
}

.footer-section .logo-footer img{
	height: 60px;
	margin-bottom: 15px;
}

.footer-section h4{
	font-size: 16px;
	margin-bottom: 15px;
}

.footer-section h4:before{
	content: "";
	display: block;
	height: 4px;
	width: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 20px auto 15px;
}

.footer-section ul.social-media-follow{
	margin: 0 0 15px;
}

.footer-section ul.social-media-follow li{
	display: inline-block;
	margin: 10px 10px 0;
}

.footer-section ul.social-media-follow li a{
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	float: left;
	position: relative;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	transition: all .25s linear;
}

.footer-section li.facebook:hover a{
	background: #fff;
	color: #3b5998;
	border-color: #fff;
}

.footer-section li.twitter:hover a{
	background: #fff;
	color: #00aced;
	border-color: #fff;
}

.footer-section li.linkedin:hover a{
	background: #fff;
	color: #007bb5;
	border-color: #fff;
}

.footer-section li.google:hover a{
	background: #fff;
	color: #dd4b39;
	border-color: #fff;
}

.footer-section li.pinterest:hover a{
	background: #fff;
	color: #3b5998;
	border-color: #fff;
}

.footer-section li.youtube:hover a{
	background: #fff;
	color: #3b5998;
	border-color: #fff;
}

@media (max-width: 767px) {
	.footer-section ul.social-media-follow li{
		margin: 10px 5px 0;
	}
	
	.footer-section ul.social-media-follow li a{
		width: 32px;
		height: 32px;
		border: 1px solid #fff;
		line-height: 31px;
	}
}


/*
 #
 # 8. PROJECT POPUP
 # -----------------------------------------------------------------------------
 # 
 */ 

.modal{
	background: rgba(255,255,255, .7);
}

.modal-dialog{
	width: 1100px;
	height: 500px;
	background: #fff;
	margin: 7% auto;
	box-shadow: 0 0px 6px 0 rgba(0,0,0, .3);
	border-radius: 2px;
}

.project-image{
	float: left;
	width: 695px;
}

.project-image img{
	width: 100%;
	max-height:500px;
	object-fit: contain;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.project-detail{
	width: 405px;
	padding: 50px 50px;
	float: right;
}

.project-detail h2{
	color: #007dac;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Signika-Bold';
	margin: 0;
	margin-bottom: 20px;
}

.project-detail h2:before{
	content: "";
	width: 20px;
	height: 18px;
	background: #007dac;
	margin-right: 10px;
	display: block;
	float: left;
}

.project-detail p{
	line-height: 22px;
	color: #1F1F1F;
	text-align: justify;
	font-size: 13px;
}

.project-detail ul li{
	border-bottom: 1px solid #ededed;
	padding: 15px 0;
	height: 50px;
}

.project-detail ul li:last-child{
	border-bottom: none;
}

.project-detail .left{
	float: left;
	text-transform: uppercase;
	color: #007dac;
	font-family: 'Signika-Bold';
	font-size: 14px;
}

.project-detail .right{
	float: right;
	color: #333;
	font-size: 14px;
}

a.external-link{
	background: #007dac;
	width: 100%;
	height: 50px;
	color: #fff;
	margin: 40px auto 0px;
	display: block;
	text-align: center;
	line-height: 48px;
	border-radius: 2px;
	border-bottom: 3px solid #006dac;
	transition: all .25s linear;
}

a.external-link:hover{
	background: #006dac;
}

.project .close{
	position: absolute;
	height: 40px;
	width: 40px;
	background: #333;
	top: -20px;
	right: -18px;
	color: #fff;
	opacity: 1;
	box-shadow: 3px -3px 0px 0px rgba(255,255,255, .6);
}

@media (max-width: 767px) {
	
	.work-section .modal-dialog{
		width: 90%;
		margin: 25% auto 0;
	}
	
	.project{
		background: #fff;
	}
	
	.project-image{
		width: 100%;
	}
	
	.project-detail{
		width: 100%;
		padding: 30px;
	}
	
	.project .close{
		top: -10px;
		right: -8px;
	}
	
}

/*
 #
 # 9. QUOTE POPUP
 # -----------------------------------------------------------------------------
 # 
 */ 

.get-free-quote{
	padding: 15px;
}

.get-free-quote .title-quote{
	color: #007dac;
	font-size: 28px;
	text-align: left;
	margin-left: 15px;
	margin-top: 30px;
}

.get-free-quote p{
	font-size: 14px;
	color: #1E1E1E;
	margin-bottom: 30px;
	margin-left: 15px;
}

.get-free-quote label.field-title{
	font-size: 16px;
	color: #1E1E1E;
	display: block;
	margin-bottom: 15px;
	margin-top: 14px;
}

.get-free-quote input[type="text"],
.get-free-quote input[type="email"],
.get-free-quote input[type="tel"]{
	width: 100%;
	height: 50px;
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 5px 10px;
	transition: all .25s linear;
}

.get-free-quote select{
	height: 30px;
	width: 100%;
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	padding: 5px 10px;    
}

.get-free-quote span{
	display: block;
}

.get-free-quote span label{
	font-weight: 400;
	margin-left: 5px;
}

.get-free-quote textarea{
	width: 100%;
	height: 179px;
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	padding: 5px 10px;   
	transition: all .25s linear;
}

.get-free-quote input[type="submit"]{
	width: 100%;
	height: 50px;
	background: #007dac;
	color: #fff;
	margin-top: 15px;
	border: none;
	transition: all .25s linear;
}

.get-free-quote input[type="text"]:focus,
.get-free-quote input[type="email"]:focus,
.get-free-quote input[type="tel"]:focus,
.get-free-quote textarea:focus{
	border: 2px solid #007dac;
}

#get-quote-request .close{
	margin-right: 8px;
	margin-top: 0px;
	font-size: 32px;
}


ul.tabs li{
	display: block;
	cursor: pointer;
	color: #fff;
}


@media (min-width: 767px) and (max-width: 992px) {
	
	.call-action-section h2{
		text-align: center;
	}
	
	.call-action-section .subtitle-section{
		text-align: center;
		float: none;
		display: block;
		margin-bottom: 40px;
	}
	
	.call-action-section p{
		text-align: center;
	}

}

@media (max-width: 767px) {
	
	.call-action-section .modal-dialog{
		width: 90%;
		margin: 90px auto 0;
		display: block;
		height: auto;
	}
	
	.call-action-section .get-free-quote p{
		text-align: left;
	}
	
}

/*
 #
 # 10. BLOG PAGE
 # -----------------------------------------------------------------------------
 # 
 */ 

.header-page{
	width: 100%;
	background: url('../images/header-page.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	margin-bottom: 100px;
	position: relative;
	padding: 80px 0 60px;
}

.header-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}

.header-page h2{
	margin: 0;
	padding: 0;
	font-family: 'signika-bold';
	text-transform: uppercase;
	position: relative;
	font-size: 42px;
	padding-top: 80px;
}

.breadcrumbs{
	position: relative;
}

ul.breadcrumbs li{
	display: inline-block;
	margin-right: 5px;
	color: #fff;
}

ul.breadcrumbs li a{
	color: #fff;
}

.page-blog{
	margin-bottom: 30px;
}

.posts{
	width: 100%;
	background: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
	box-shadow: 0 1px 0px 0 rgba(0,0,0, .05);
	margin-bottom: 50px;
	overflow: hidden;
}

.posts .post-date{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 60px;
	text-align: center;
	font-family: 'signika-bold';
}

.posts .post-date .day{
	background: #1E1E1E;
	color: #fff;
	display: block;
	font-size: 32px;
}

.posts .post-date .month{
	background: #007dac;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	padding: 5px 0;
}

.posts .thumbnail{
	padding: 0;
	border-radius: 0;
	height: 400px;
	width: 100%;
	overflow: hidden;
	border: none;
	
}

.posts img{
	transition: all .40s linear;
	width: 100%;
}

.posts:hover  img{
	transform: rotate(4deg)scale(1.1);
}


.posts h2 a{
	font-size: 22px;
	color: #007dac;
	font-family: 'signika-bold';
}

.posts ul{
	margin: 0;
	padding: 0;
}

.posts ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0 10px;
	margin: 15px 0 20px;
}

.posts ul li a{
	color: #1E1E1E;
	font-family: 'signika-bold';
	transition: all .30s linear;
}

.posts ul li a:hover{
	color: #007dac;
}

.posts ul li i{
	margin-right: 5px;
}

.posts p{
	color: #a5a5a5;
	padding: 0 60px;
	margin-bottom: 15px;
}

.posts a.learn-more{
	color: #007dac;
	text-decoration: underline;
	transition: all .30s linear;
}

.posts a.learn-more:hover{
	text-decoration: none;
	color: #1E1E1E;
}

.previous-posts a{
	float: left;
	color: #C8C8C8;
	transition: all .40s linear;
}

.next-posts a{
	float: right;
	color: #C8C8C8;
	transition: all .40s linear;
	
}

.previous-posts a:hover, .next-posts a:hover{
	color: #007dac;
	border-color: #007dac
}

/* ### PAGINATION POSTS ### */

.pagination{
	margin: 0;
	margin-top: 30px;
}

.pagination-post{
	width: 48%;
	height: 186px;
	overflow: hidden;
	position: relative;
	float: left;
}

.pagination-post:before{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #007dac;
	opacity: 0;
	z-index: 9;
	transition: all .30s linear;
}

.pagination-post:hover:before{
	opacity: .5;
}

.pagination .pag-left h2{
	position: absolute;
	top: 10px;
	left: -100px;
	margin: 0;
	z-index: 99;
	opacity: 0;
	transition: all .30s linear;
}

.pagination .pag-left:hover h2{
	left: 20px;
	opacity: 1;
}

.pagination .pag-left h2 a,
.pagination .pag-right h2 a{
	color: #fff;
	font-size: 18px;
}

.pagination .pag-right h2{
	position: absolute;
	top: 10px;
	right: -100px;
	margin: 0;
	z-index: 99;
	opacity: 0;
	transition: all .30s linear;
}

.pagination .pag-right:hover h2{
	right: 20px;
	opacity: 1;
}

a.pag-prev-btn{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #fff;
	padding: 5px;
	z-index: 9999;
}

.pag-right{
	float: right;
}

.pagination-post img{
	width: 100%;
	transition: all .40s linear;
}

.pagination-post:hover img{
	transform: scale(1.2);
}

a.pag-next-btn{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #fff;
	padding: 5px;
	z-index: 9999;
}

@media (max-width: 767px) {
	
	.header-page{
		text-align: center;
		margin-bottom: 50px;
	}
	
	.header-page h2{
		padding-top: 50px;
		font-size: 22px;
	}
	
	.posts .thumbnail{
		height: auto;
	}
	
	.posts .post-date{
		width: 40px;
	}
	
	.posts .post-date .day{
		font-size: 22px;
	}
	
	.posts .post-date .month{
		font-size: 13px;
	}
	
	.posts h2 a{
		font-size: 18px;
	}
	
}

/*
 #
 # 11. SINGLE PAGE
 # -----------------------------------------------------------------------------
 # 
 */ 

.page-blog{
	margin-bottom: 30px;
}

.post .thumbnail{
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
}

.post .thumbnail img{
	width: 100%;
}

.post h2 a{
	font-size: 24px;
	font-family: 'Signika-bold';
	color: #007dac;
	margin-bottom: 15px;
}

.post span{
	color: #a8a8a8;
}

.post .views{
	float: right;
	color: #007dac;
	margin-right: 0px !important;
}

.post .content{
	padding: 20px 15px 0;
	font-family: 'OpenSans-Regular';
	line-height: 24px;
	text-align: justify;
	background: #f9f9f9;
	border-bottom: 2px solid #F1F1F1;
	
}

.post .content h2{
	margin-top: 0;
}

.post .content .post-detail{
	padding-bottom: 40px;
	padding-top: 20px;
}

.post .content .post-detail span{
	margin-right: 10px;
}

.post .content .post-detail i{
	margin-right: 5px;
}

/* ### TAGS ### */

.tags-sharer{
	border-top: 1px dashed #e7e7e7;
	padding: 10px 0;
	margin-top: 60px;
}

.tags{
	text-align: left;
}

.tags h4{
	text-transform: uppercase;
	color: #1E1E1E;
	font-family: 'Signika-bold';
	float: left;
	margin-right: 30px;
}

.tags li{
	display: inline-block;
	line-height: 40px;
}

.tags li a{
	padding: 8px;
	color: #007dac;  
	font-size: 12px;
}

@media (max-width: 767px){
	
	.tags h4{
		margin-right: 15px;
	}
	.tags li a{
		font-size: 11px;
		padding: 3px;
	}
	
	.share ul{
		text-align: center;
	}
	
	a.pag-next-btn, a.pag-prev-btn{
		bottom: 10px;
	}
}

/* ### SHARE ### */

.share ul{
	text-align: right;
}

.share ul li{
	display: inline-block;
	padding-top: 5px;
}

.share ul li a{ 
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	margin-left: 5px;
	transition: all .25s linear;
}

.share li.facebook a{
	color: #3b5998;
}

.share li.twitter a{
	color: #12afea;
}

.share li.google a{
	color: #dd4b39;
}

.share li.linkedin a{
	color: #007bb5;
}

.share li.pinterest a{
	color: #dd4b39;
}

.share li.facebook a:hover{
	background: #3b5998;
	color: #fff;
	border-color: #3b5998;    
}

.share li.twitter a:hover{
	background: #12afea;
	color: #fff;
	border-color: #12afea;    
}

.share li.google a:hover{
	background: #dd4b39;
	color: #fff;
	border-color: #dd4b39;    
}

.share li.linkedin a:hover{
	background: #007bb5;
	color: #fff;
	border-color: #007bb5;
}

.share li.pinterest a:hover{
	background: #dd4b39;
	color: #fff;
	border-color: #dd4b39;
}

/*
 #
 # 12. SIDEBAR
 # -----------------------------------------------------------------------------
 # 
 */ 


/* ### WIDGET TITLE ### */

h3.title-widget{
	color: #333;
	border-bottom: 2px solid #007dac;
	padding-bottom: 10px;
	display: inline-block;
	font-size: 16px;
	font-family: 'signika-bold';
	margin: 0;
	margin-bottom: 0px;
	text-transform: uppercase;
}


.divider-widget{
	height: 2px;
	border-bottom: 2px solid #E9E9E9;
	display: block;
	margin-top: -2px;
	margin-bottom: 20px;
}

@media (min-width: 767px) and (max-width: 992px){
	.sidebar{
		margin-top: 120px;
	}
	
	.posts-widget li{
		width: 50%;
		float: left;
	}
}


/* ### WIDGET RECENT & POPULAR POSTS ### */

.posts-widget{
	padding: 0 15px;
	margin-bottom: 50px;
}

.posts-widget li{
	height: 55px;
	margin-bottom: 24px;
}

.posts-widget li .thumbnail{
	width: 100px;
	border: none;
	padding: 0;
	border-radius: 0;
	float: left;
	margin: 0;
	margin-right: 10px;
	overflow: hidden;
}

.posts-widget li img{
	transition: all .40s linear;
	width: 100%;
}

.posts-widget li:hover  img{
	transform: scale(1.1);
}

.posts-widget li h2{
	margin: 5px 0;
	line-height: 22px;
}

.posts-widget li h2 a{
	font-size: 15px;
	font-family: 'signika-bold';
	color: #1E1E1E;
}

.posts-widget li span{
	color: #a8a8a8;
	font-size: 12px;
}

/* ### WIDGET QUOTE ### */

.quote-widget{
	padding: 0 15px; 
	margin-bottom: 50px;
	
}

.free-quote-widget{
	background: #007dac;
	padding: 30px 30px 20px;
}

.free-quote-widget h3{
	color: #fff;
	border-top: 2px solid #fff;
	padding-top: 10px;
	display: inline-block;
	font-size: 16px;
	font-family: 'signika-bold';
	margin: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.free-quote-widget p{
	color: #fff;
	text-align: justify;
}

.free-quote-widget a.outer-btn{
	margin-left: 0;
	margin-top: 10px;
}

/* ### WIDGET CATEGORIES ### */

.categories-widget{
	padding: 0 15px;
	margin-bottom: 50px;
}

.categories-widget ul li{
	display: block;
	padding: 7px 0;
}

.categories-widget ul li a{
	color: #1E1E1E;
}

.categories-widget ul li a:before{
	content: "\f0c1";
	font-family: 'FontAwesome';
	margin-right: 10px;
	transition: all .25s linear;
}

.categories-widget ul li a:hover{
	color: #007dac;
}

/* ### WIDGET NEWSLETTER ### */

.newsletter-widget{
	padding: 0 15px;
	margin-bottom: 50px;
}

.newsletter-widget input[type="email"]{
	width: 80%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #d8d8d8;
	padding: 5px 10px;
	margin-bottom: 15px;
	text-align: left;
	transition: all .25s linear;
	float: left;
	background: #fcfbfb;
}

.newsletter-widget input[type="submit"]{
	color: #333;
	background: none;
	width: 20%;
	height: 50px;
	display: block;
	border: none;
	border-bottom: 1px solid #d8d8d8;
	transition: all .25s linear;
}

.newsletter-widget input[type="submit"]:hover{
	color: #007dac;
	border-color: #007dac;
}

.newsletter-widget input[type="email"]:focus{
	border-color: #007dac;
}

/* ### WIDGET TAGS ### */

.tags-widget{
	padding: 0 15px;
	margin-bottom: 50px;
}

.tags-widget li{
	display: inline-block;
}

.tags-widget li a{
	padding: 8px 18px;
	border: 1px solid #1E1E1E;
	color: #1E1E1E;
	height: 35px;
	float: left;
	margin-bottom: 4px;
	margin-right: 6px;
	font-size: 11px;
	line-height: 18px;
	transition: all .30s ease;
}

.tags-widget li a:hover{
	border: 1px solid #007dac;
	color: #007dac;
}

@media (max-width: 767px) {
	
	.sidebar{
		margin-top: 120px;
	}
	
}



/* ### COMMENTS ### */

.comments{
	margin: 30px 0 60px;
	padding: 20px 15px 30px;
	font-family: 'OpenSans-Regular';
	line-height: 24px;
	text-align: justify;
	background: #f9f9f9;
	border-bottom: 2px solid #F1F1F1;
}

.comments h3{
	font-family: 'Signika-Bold';
	font-size: 18px;
	margin-top: 0;
}

.comment-form h3{
	font-family: 'Signika-Bold';
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.comments .comment{
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

.comments .comment .thumbnail{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #333;
	float: left;
	overflow: hidden;
}

.comment .comment-content{
	margin-left: 85px;
	text-align: justify;
}

.comment .user-name{
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	font-family: 'Signika-Bold';
	display: block;
	margin-bottom: 5px;
}

.comment .posted{
	margin: 10px 0;
}

.comment p{
	margin-top: 10px;
}

.comment-children{
	padding-left: 85px;
}

@media (max-width: 767px) {
	
	.post h2 a{
		font-size: 18px;
	}
	
	.post .content p{
		font-size: 12px;
	}
	
	.pagination-post{
		height: 86px;
	}
	
	a.pag-next-btn, a.pag-prev-btn{
		top: 35%;
	}
	
	.comments .comment .thumbnail{
		width: 50px;
		height: 50px;
	}
	
	.comment .comment-content{
		margin-left: 65px;
	}
	
	.comment p{
		font-size: 11px;
		line-height: 20px;
	}
}

/*
 #
 # 3. OWL CAROUSEL
 # -----------------------------------------------------------------------------
 # 
 */ 


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
	opacity: 1;
  }

  100% {
	opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
	opacity: 1;
  }

  100% {
	opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-controls .owl-dot span {
	background: #fff;
	border-radius: 20px;
	display: block;
	height: 5px;
	width: 20px;
	margin: 5px 7px;
	opacity: 1;
	float: left;
}

.owl-carousel .owl-controls .owl-dots{
	width: 103px;
	margin: 0 auto;
	display: block;
}

.owl-carousel .owl-controls .owl-dots .active span{
	background: #007dac;
}

#load{
	width:100%;
	height:100vh;
	position:fixed;
	z-index:9999999;
	background: #fff;
}

.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #007dac;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
  } 50% { 
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
  }
}