/*
Theme Name:Global Consulting Engineers Pty Ltd
Author: krishna
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/*************************
*******Typography******
**************************/

.mt-0{margin-top:0px !important} .mt-10{margin-top:10px !important} .mt-20{margin-top:20px !important} .mt-30{margin-top:30px !important} .mt-40{margin-top:40px !important} .mt-50{margin-top:50px !important} .mt-60{margin-top:60px !important} .mt-70{margin-top:70px !important}

.mb-0{margin-bottom:0px !important} .mb-10{margin-bottom:10px !important} .mb-20{margin-bottom:20px !important} .mb-30{margin-bottom:30px !important} .mb-40{margin-bottom:40px !important} .mb-50{margin-bottom:50px !important} .mb-60{margin-bottom:60px !important} .mb-70{margin-bottom:70px !important}

.mr-0{margin-right:0px !important} .mr-10{margin-right:10px !important} 

.ml-0{margin-left:0px !important} .ml-10{margin-left:10px !important} 

.pt-0 {padding-top: 0px !important;} .pt-10 {padding-top: 10px !important;} .pt-15 {padding-top: 15px !important;} .pt-20 {padding-top: 20px !important;} .pt-30 {padding-top: 30px !important;} .pt-40 {padding-top: 40px !important;} .pt-50 {padding-top: 50px !important;} .pt-60 {padding-top: 60px !important;} .pt-70 {padding-top: 70px !important;} .pt-80 {padding-top: 80px !important;} .pt-90 {padding-top: 90px !important;}

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400,700');

.text-uppercase {text-transform: uppercase !important;}
.text-center {text-align: center !important;}

.bg-light{background:#F5F5F5}
.bg-dark{background:#252525}
.bg-black{background:#101010}
.bg-white{background:#FFF}

.theme-color{color:#198850 !important;}
.text-white{color:#FFF !important;}
.text-gray{color:#9e9e9e !important;}

.display-n {display: none; max-width: 550px; font-family: 'Lato';}
.display-n h4 {font-family: 'Lato'; color:#0d0d0d; font-size: 15px; font-weight:400;}
.display-n h4 strong {color:#000; font-size: 15px;font-weight:700;}
.display-n p {font-family: 'Lato'; color:#353535; font-size: 14px; font-weight:400; margin:20px 0px 10px 0px;}
.img-full { width:100%; height: auto;}
.img-full img { width:100%; height: auto;}

.form-check-inline {display: inline-block; margin-right:15px;color: #767676; vertical-align: middle; font-size:16px;}

.border1{border:1px solid #f5f5f5; padding:15px;}
.clear{clear: both;}

.blog-list {padding-top:70px;}

ul.labo {list-style: none; padding-left:10px;}
ul.labo li {font-size: 16px; padding:4px 0px 4px 0px;}
ul.labo li i {font-size: 12px; color:#000; padding-right:3px;}

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Lato';
	font-size: 12px; background:#252525;
}
li{
	list-style: none;
}
/*------  LINK STYLE  ------*/
a, 
a:hover, 
a:active,
a:focus{
	text-decoration: none;
	color: #263248;

	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*------  //LINK STYLE  ------*/

p {
	font-size: 16px;
	color: #9e9d9d;
}
hr{
	margin: 0;
}
.flex-direction-nav,
.flex-control-nav{
	display: none;
}
.slides {
    display: inline-block;
}
/*------  TITLE  ------*/
.title{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 65px;
}
	.title .name{
		font-size: 30px;
		font-weight: 900;
		line-height: 30px;
		text-transform: uppercase;
		color: #d2d2d2;
		position: relative;
		display: inline-block;
		margin-bottom: 14px;
	}
	.title.white .name{
		color: #fff;
	}
	.title .name:after,
	.title .name:before{
		content: "";
		position: absolute;
		right: 100%;
		margin-right: 20px;
		width: 30px;
		height: 2px;
		top: 50%;
		margin-top: -1px;
		background: #4e4e4e;
	}
	.title .name:before{
		right: auto;
		left: 100%;
		margin-left: 20px;
	}
	.title p{
		font-size: 18px;
		line-height: 18px;
	}
	.title.white p{
		color: #7e8aa2;
	}
/*------  //TITLE  ------*/

/*------  PRELOADER  ------*/
#preloader{
	color: #666;
    font-weight: 900;
    left: 50%;
    letter-spacing: 2px;
    margin: -16px 0 0 -40px;
    position: fixed;
    text-transform: uppercase;
    top: 50%;
    width: 80px;
    text-align: center;
    font-size: 10px;
}
	#preloader img{
		display: inline-block;
	}
.page-wrapper{
	opacity: 0;
}
/*------  //PRELOADER  ------*/

/*------  BUTTON  ------*/
.button{
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 250px;
	text-align: center;
	color: #fff;
	display: block;
	background: #336699;
	font-weight: 900;
	font-size: 16px;
	border: none;
}
.button:hover{
	background: #263248;
	color: #fff;
}
.button.var2{
	background: none;
	border: 2px solid #777777;
	line-height: 56px;
}
	.button.var2:hover{
		background: #fff;
		color: #263248;
		border: 2px solid #fff;
	}
/*------  //BUTTON  ------*/

.tp-bannertimer{
	display: none;
}
.btn-default {
    color: #fff;
    background-color: #525252;
    border-color: #212121;
}
.top-bg{background:rgb(0, 0, 0); color:#b7b6b6;z-index: 1000; height: auto;width: 100%;top: 0;left: 0;position: relative; padding: 6px 0px 6px 0px; font-size:13px;}
/*------  HEADER  ------*/
.header{
	background: #171717;
	height: auto;
	position: relative;
	z-index: 1000;
	width: 100%;
	top: 0;
	left: 0;
}

.navbar{
	border: none;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	background: none;
	height: 80px;
	margin: 0;
}
.navbar-header{
	/* height: 80px; */
    line-height: 80px;
}
	.navbar-header > a{
		padding: 0;
		display: inline-block;
		float: none;
	}
.navbar-nav{
	float: right;
	line-height: 80px;font-family: 'Roboto Condensed', sans-serif; font-weight:400;
}
.navbar-default .navbar-nav > li > a{
	padding: 0 11px;
	line-height: 80px;
	color: #b5b5b5;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	font-weight:700;
}
@media (min-width:980px) and (max-width:1260px) {
	.navbar-default .navbar-nav > li > a{
		padding: 0 9px;
		line-height: 80px;
		font-size: 10px;
	}
}

.navbar-default .navbar-nav > li > a:hover{color:#FFF; background:#000;
}
	.navbar-default .navbar-nav > .dropdown:hover > a{
		background: #000; color:#263248;
	}
	.dropdown-menu{
		display: block;
		top: -1000%;
		opacity: 0;
		z-index: -1;
		left: auto;
		right: 0;
		border: none;
		background: #FFF;
		padding: 0;

		-webkit-transition: opacity 0.3s ease;
	    -moz-transition: opacity 0.3s ease;
		-ms-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.navbar-default .navbar-nav > .dropdown:hover .dropdown-menu{
		top: 100%;
		opacity: 1;
	}
	.dropdown-menu > li > a{
		color: #202a3e;
		padding: 10px 20px;
		font-size: 12px;
    	font-weight: 900;
    	text-transform: uppercase;
	}
	.dropdown-menu > li > a:hover{
		color: #fff;
		background: #202a3e;
	}
	.navbar-default .navbar-nav a .navbar-link-bg{
		opacity: 0;
		position: absolute;
		left: 0;
		bottom: 80px;
		height: 0;
		width: 100%;
		/* border-left: 50% solid transparent;
		border-right: 50% solid transparent;
		border-top: 20px solid #fff; */
		z-index: -1;

		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.navbar-default .navbar-nav a .navbar-link-bg span{
		height: 80px;
		bottom: 100%;
		margin-bottom: 20px;
		position: absolute;
		left: 0;
		background: #fff;
	}
	.navbar-default .navbar-nav .active a .navbar-link-bg,
	.navbar-default .navbar-nav a:hover .navbar-link-bg{
		opacity: 1;
		bottom: -20px;
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus{
		background: #000;
		color: #FFF;
	}
/*------  //HEADER  ------*/

/*------  BIG SLIDER  ------*/
.big-slider {margin-top:-126px;}
.slider-before-logo:after,
.slider-before-logo:before{
	width: 30px;
	height: 2px;
	content: "";
	background: #ff9800;
	position: absolute;
	right: 100%;
	margin-right: 20px;
	top: 50%;
	margin-top: -15px;
}
.slider-before-logo:after{
	right: auto;
	left: 100%;
	margin-left:20px;
}
.tp-bullets{
	display: none;
}
.tp-rightarrow.preview4:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 40px;
    text-indent: 3px;
}
.tp-leftarrow.preview4:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 40px;
    text-indent: -3px;
}
/*------  //BIG SLIDER  ------*/

/*------  ABOUT  ------*/
.about{
	padding-bottom: 80px;
	border-top: 0px solid #336699;
	padding-top: 50px;
	position: relative; 
}
	.about .move-up{
		bottom: auto;
		top: -125px;
		z-index: 21;
	}
.device{
	position: relative;
}
	.device .mac{
		width: calc(100% - 45px);
		margin-left: 30px;
	}
	.device .ipad{
		position: absolute;
		bottom: 0;
		left: 15px;
		width: 30%;
	}
	.device .iphone{
		position: absolute;
		bottom: -15px;
		left: 25%;
		width: 15%;
	}
.about-list{
	border: 2px solid #ccc;
	padding: 15px 0 30px 50px;
	position: relative;
}
	.about-list:after {
	    border-left: 180px solid transparent;
	    border-right: 180px solid transparent;
	    border-top: 20px solid #fff;
	    bottom: -20px;
	    content: "";
	    left: 0;
	    position: absolute;
	}
	.about-list:before {
	    border-left: 180px solid transparent;
	    border-right: 180px solid transparent;
	    border-top: 20px solid #ccc;
	    bottom: -22px;
	    content: "";
	    left: 0;
	    position: absolute;
	}
	.about-list .button{
		margin-top: 30px;
	}
.about-list-item{
	font-size: 28px;
	line-height: 60px;
	color: #666;
	position: relative;
	padding-left: 25px;
}
.about-list-item:before{
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #ff9800;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.about-block{
	text-align: center;
	padding: 0 45px;
	margin-top: 75px;
}
	.about-block em{
		color: #ff9800;
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 25px;

		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.about-block:hover em{
		color: #263248;
	}
	.about-block .name{
		color: #263248;
		font-size: 18px;
		font-weight: 900;
		text-transform: uppercase;
		position: relative;
		letter-spacing: 2px;
		padding-bottom: 25px;
		margin-bottom: 23px;
	}
		.about-block .name:before{
			content: "";
			position: absolute;
			width: 30px;
			height: 3px;
			background: #ff9800;
			left: 50%;
			margin-left: -15px;
			top: 100%;

			-webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		.about-block:hover .name:before{
			background: #263248;
		}
/*------  //ABOUT  ------*/

/*------  TEAM  ------*/
.team{
	background: #9ca2b3;
}
.team-block{
	margin: 80px 0;
	position: relative;
	top: 0;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	.team-block img{
		width: 100%;
	}
	.team-block:hover{
		margin-bottom: -10px;
		top: -20px;
	}
.team-block-details{
	height: 100px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
	top: 0;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	.team-block:hover .team-block-details{
		height: 190px;
		top: -50px;
	}
	.team-block-details .name{
		font-size: 18px;
		font-weight: 900;
		line-height: 18px;
		color: #263248;
		margin-bottom: 10px;
		margin-top: 28px;
		display: block;
	}
	.team-block-details .position{
		font-size: 14px;
		line-height: 14px;
		color: #666;
		position: relative;
		padding-bottom: 30px;
		margin-bottom: 28px;
	}
		.team-block-details .position:before{
			content: "";
			position: absolute;
			left: 50%;
			width: 30px;
			height: 3px;
			margin-left: -15px;
			top: 100%;
			background: #336699;
		}
		.team-block-details .fa{
			margin: 0 12px;
			font-size: 20px;
			line-height: 20px;
			color: #263248;
		}
		.team-block-details .fa:hover{
			color: #ff9800;
		}
/*------  //TEAM  ------*/

/*------  WORK  ------*/
.work{
	background-size: cover;
}
	.work .container{		
		position: relative;
		padding-bottom: 200px;
	}
	.work .flexslider{
		margin: 0 -15px;
	}
	.work .flex-direction-nav{
		display: block;
	}
	.work .button{
		position: absolute;
		left: 50%;
		margin-left: -125px;
		bottom: 73px;
	}
	.flex-direction-nav a{
		position: absolute;
		bottom: 73px;
		width: 60px;
		height: 60px;
		left: 15px;
		border: 2px solid #777777;
		text-indent: -99999px;
		cursor: pointer;
	}
		.flex-direction-nav a:hover{
			background: #777777;
			color: #198850;
		}
		.flex-direction-nav a:before{
			font-family: 'FontAwesome';
			content: "";
			text-indent: -2px;
			width: 60px;
			text-align: center;
			line-height: 54px;
			position: absolute;
			left: 0;
			top: 0;
			color: #fff;
			font-size: 30px;
		}
		.flex-direction-nav li:last-child a{
			left: auto;
			right: 15px;
		}
		.flex-direction-nav li:last-child a:before{
			content: "";
			text-indent: 2px;
		}
.work-block{
	padding: 0 15px;
	text-align: center;
}
.blog-block{
	text-align: left;
}
	.blog-block .name,
	.work-block .name{
		font-size: 22px;
		font-weight: 900;
		line-height: 22px;
		color: #fff;
		margin-bottom: 7px;
		margin-top: 18px;
		display: block;
	}
	.blog-block .name{
		color: #cccccc;
	}
	.blog-block .name:hover,
	.work-block .name:hover{
		color: #a09f9f;
	}
	.blog-block .position,
	.work-block .position{
		font-size: 14px;
		color: #a5a5a5;
	}
	.work-block .zoom{
		background: #000;
		display: block;
	}
.image-wrapper{
	position: relative;
	overflow: hidden;
}
.image-wrapper h4 {position: absolute; text-align: center; color:#FFF; font-size:14px; margin-bottom:20px;  z-index:999; top:27%; opacity: 0; right:100%;-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;}
.image-wrapper:hover h4 {position: absolute; color:#FFF; top:30%; opacity: 1; right:10%; left:10%;text-align: center;margin-bottom:20px;}

	.image-wrapper:before{
		content: "View Projects";
		line-height: 46px;
		text-align: center;
		width: 156px;
		height: 50px;
		border: 2px solid #7e7e7e;
		color: #fff;
		font-size: 14px;
		font-weight: 900;
		letter-spacing: 2px;
		position: absolute;
		text-transform: uppercase;
		left: 100%;
		top: 55%;
		margin: -25px 0 0 0;

		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.image-wrapper:hover:before{
		left: 27%;
		/* margin-left: -43px; */
	}
	.image-wrapper img{
		width: 100%;
		opacity: 1;

		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.image-wrapper:hover img{
		opacity: 0.2;
	}
/*------  //WORK  ------*/


/*------  SKILLS  ------*/
.skills-block{
	margin-bottom: 50px;
}
	.skills-block .name{
		color: #263248;
		font-size: 16px;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 3px;
		padding-left: 70px;
		position: relative;
		line-height: 50px;
	}
	.skills-block p{
		font-size: 14px;
		line-height: 22px;
	}
	.skills-block em{
		font-size: 40px;
		line-height: 50px;
		position: absolute;
		left: 10px;
		top: 0;
		color: #336699;

		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.skills-block:hover em{
		color: #263248;
	}
.skills-slider img{
	width: 100%;
}
.skills-slider p{
	color: #666;
	font-size: 14px;
	margin-top: 5px;
}
/*------  //SKILLS  ------*/

/*------  CLIENTS  ------*/
.clients{
	margin-top: 80px;
}
	.clients .container {
	    border: 2px solid #ff9800;
	    padding-bottom: 20px;
	}
	.clients .title {
	    margin-top: 0;
	    position: relative;
	    top: -16px;
	    margin-bottom: 35px;
	}
		.clients .title .name {
		    background: #fff;
		    padding: 0 20px;
		}
.cleants-logo-block {
    position: relative;
}
	.cleants-logo-block .second-image {
	    left: 0;
	    opacity: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;

		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.cleants-logo-block img{
		width: 100%;
	}
	.cleants-logo-block:hover .second-image {
	    opacity: 1;
	}
.clients li{
	float: left;
}
/*------  //CLIENTS  ------*/

/*------  CLIENTS FEEDBACK  ------*/
.clients-feedback{
	background-size: cover;
	margin-top: 80px;
	text-align: center;
}
	.clients-feedback .container{
		position: relative;
	}
	
	.clients-feedback .flexslider {
	    margin: 0 80px;
	}
	.clients-feedback .slides{
		margin-bottom: 0;
		padding-bottom: 60px;
	}
	.clients-feedback p{
		font-size: 18px;
		line-height: 30px;
		color: #fff;
		margin: 0 16%;
		padding-bottom: 22px;
		margin-bottom: 25px;
		position: relative;
	}
	.clients-feedback p:before{
		content: "";
		width: 30px;
		height: 2px;
		background: #ff9800;
		position: absolute;
		left: 50%;
		margin-left: -15px;
		top: 100%;
	}
	.clients-feedback .auther{
		font-size: 14px;
		line-height: 14px;
		color: #7e8aa2;
	}
	.clients-feedback .flex-control-nav{
		display: block;
		margin-bottom: 70px;
	}
	.flex-control-nav a{
		text-indent: -999999px;
		border: 2px solid #4e586a;
	    height: 8px;
	    width: 8px;
	    position: relative;
	    display: inline-block;
	    cursor: pointer;

		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);

		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.flex-control-nav a:hover,
	.flex-control-nav a.flex-active{
		border: 2px solid #ff9800;
	}
	.flex-control-nav li{
		display: inline-block;
		margin: 0 5px;
	}
.clients-feedback-icon {
    color: #ff9800;
    font-size: 170px;
    line-height: 130px;
    margin-bottom: -50px;
    margin-top: 138px;
}
/*------  //CLIENTS FEEDBACK  ------*/
.fixed-bg{background: url(images/fixed.jpg) no-repeat fixed center center/cover; }
.fixed-bg p {color:#313131}
.bg1 { background: #eeeeee;padding:70px 20px 70px 20px;}


.head-bg{background: url(images/heading.jpg) no-repeat; background-position: fixed; padding:90px 0px 90px 0px;}

.services_img2 {float:right; width:40%; margin:10px 0px 5px 20px;}
.services_img2 img {width:100%;}

.services_img {float:left; width:45%; margin:10px 20px 5px 0px; border:1px solid #656565; padding:5px;}
.services_img img {width:100%;}

/*------  BLOG  ------*/
.blog-block .image-wrapper a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background: #6b6b6b;	
}
.blog-block .image-wrapper a:hover{
	opacity: 0.8;
}
.blog-block .image-wrapper:before{
	content: "read more";
	line-height: 46px;
	text-align: center;
	width: 156px;
	height: 50px;
	border: 2px solid #eaeaea;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 2px;
	position: absolute;
	text-transform: uppercase;
	left: 100%;
	top: 50%;
	margin: -25px 0 0 0;
	z-index: 1;
	pointer-events: none;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block .image-wrapper:hover:before{
	left: 50%;
	margin-left: -78px;
}
.blog-block .image-wrapper:hover img{
	opacity: 1;
}
/*------  //BLOG  ------*/

/*------  CONTACTS  ------*/
.butt1 {width: 100%;
    height: 140px;
    line-height: 60px;
    background: #FFF;
	color: #4e4e4e; border: none; border: 1px solid #198850;
}
.butt1:hover {
    background: #FFF;
	color: #198850; border: 1px solid #198850;
}

.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg:after {position: absolute; background: rgba(0,0,0,0.8); width:100%; height: 100%; top:0px; left:0px; right: 0px; bottom: 0px; display: block; content:'';}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.contact{
	background-size: cover;
	padding-top: 95px;
	padding-bottom: 65px;
	 border-top: 5px solid #313131; 
	position: relative;
}
	.move-up{
		position: absolute;
		left: 50%;
		bottom: -40px;
		width: 75px;
		height: 75px;
		background: #134980;
		line-height: 67px;
		text-align: center;
		color: #fff;
		font-size: 50px;
		z-index: 1;
		margin-left: -37px;

		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.move-up:hover{ background:#FFF; color:#134980;}
	.move-up span{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.contact form{
		margin-top: 37px;
	}
	.contact form a{
		width: 100%;
		height: 140px;
		line-height: 140px;
		background: #FFF;
		color: #263248;
	}
	.contact form a:hover{
		color: #198850;background: #FFF;
	}
	.contact form a span{
		display: inline-block;
	    line-height: 26px;
	    vertical-align: middle;
	}
.contact-info{
	position: relative;
	padding: 37px 0 20px 100px;
	border-bottom: 1px solid #363c47;
}
	.contact-info:last-child{
		border-bottom: none;
	}
	.contact-info .name{
		font-size: 16px;
		font-weight: 900;
		line-height: 16px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: 12px;
	}
	.contact-info p{
		color: #9e9e9e;
		line-height: 20px;
	}
	.contact-info em{
		position: absolute;
		left: 10px;
		font-size: 46px;
		color: #FFF;
		width: 50px;
		text-align: center;
	}
	textarea,
	input[type=text],input[type=tel],input[type=email]{
		height: 50px;
		border: 2px solid #424242;
		line-height: 46px;
		padding: 0 14px;
		font-size: 16px;
		color: #7e8aa2;
		width: 100%;
		background: none;
		margin-bottom: 20px;

		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease; background: rgba(0,0,0,0.3);
	}
	input[type=file]{
		height: 50px;
		border: 2px solid #424242;background: rgba(0,0,0,0.3);
		line-height: 46px;
		padding: 0 14px;
		font-size: 16px;
		color: #7e8aa2;
		width: 100%;
		margin-bottom: 20px;

		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.select{
		height: 50px;
		border: 2px solid #7e8aa2;
		line-height: 46px;
		padding: 0 14px;
		font-size: 16px;
		color: #7e8aa2;
		width: 100%;
		background: none;
		margin-bottom: 20px;

		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.select option{color: #000 !important;}
	
	.select:focus{border: 2px solid #49a4c5; color: #fff;}
	
	textarea{
		height: 140px;
	}
	textarea:focus,
	input[type=text]:focus{
		border: 2px solid #49a4c5;
		color: #fff;
	}
/*------  //CONTACTS  ------*/

/*------  FOOTER  ------*/
.border1{border:1px solid #198850;}

.footer-link {}
.footer-link ul {list-style: none;}
.footer-link li { font-size:13px; display: inline-block; margin:2px;}
.footer-link li a {color:#4e4e4e;font-size:13px; border:1px solid #f5f5f5; padding:6px;display: inline-block;}
.footer-link li a:hover {color:#198850;border:1px solid #198850;}

.copy-sec {background:#222; padding:12px 0px 12px 0px; margin-top:40px;}
.folow { margin-top:6px;}
.folow ul {list-style: none; padding-left:0px; text-align:right;}
.folow li {display: inline-block; font-family: 'Ubuntu', sans-serif; font-size:18px; font-weight:400;
 color:#FFF; vertical-align:middle;}
 .folow li:last-child {border-right:none;}
.folow i {color:#FFF; padding-right:3px; background:rgba(0,0,0,0.5); padding:4px; min-width:32px; min-height:30px; text-align: center; padding-top:7px; font-size:14px; border-radius:50%;}

.folow  li i.face {color:#FFF; background:none; border:2px solid #a0a0a0}
.folow  li i.twi {color:#FFF; background:none; border:2px solid #a0a0a0}
.folow  li i.gplu {color:#FFF; background:none; border:2px solid #a0a0a0}
.folow  li i.inst {color:#FFF; background:none; border:2px solid #a0a0a0}
.folow  li i.lin {color:#FFF; background:none; border:2px solid #a0a0a0}
.folow  li i.yout {color:#FFF; background:none; border:2px solid #a0a0a0}

.folow  li:hover i.face {color:#FFF; background:#2d4191;border:2px solid #2d4191}
.folow  li:hover i.twi {color:#FFF; background:#0eb0cd;border:2px solid #0eb0cd}
.folow  li:hover i.gplu {color:#FFF; background:#cb6160;border:2px solid #cb6160}
.folow  li:hover i.inst {color:#FFF; background:#bc23e1;border:2px solid #bc23e1}
.folow  li:hover i.lin {color:#FFF; background:#0a7298;border:2px solid #0a7298}
.folow  li:hover i.yout {color:#FFF; background:#ff0000;border:2px solid #ff0000}

.footer{ padding: 50px 0px 0px 0px;
	background: #FFF;border-top: 5px solid #d4d4d4;
}
	.footer p{
		font-size: 13px;
		color: #7e8aa2;
		margin: 0; line-height: normal;    
	}
	
* 	.footer p a{
		color: #198850;
	}
	.footer a:hover{
		color: #000;
	} 
/*------  //FOOTER  ------*/
@media (max-width: 1200px){
	.about-list{
		padding-left: 20px;
	}
	.about-list:after,
	.about-list:before{
		border-left: 145px solid transparent;
   		border-right: 145px solid transparent;
	}
}
@media (max-width: 1000px){
	.about-list-item{
		font-size: 18px;
    	line-height: 32px;
	}
	.about-list .button {
	    font-size: 12px;
	    margin-top: 30px;
	    width: 175px;
	}
	.about-block{
		padding: 0 20px;
	}
	.about-list:after,
	.about-list:before{
		border-left: 108px solid transparent;
   		border-right: 108px solid transparent;
	}
	.about-list{
		padding-bottom: 20px;
	}
	.team-block-details .fa{
		margin: 0 5px;
	}
	.blog-block .name, 
	.work-block .name{
		font-size: 16px;
		line-height: 14px;
	}
	.footer{
		line-height: 30px;
	}
	.footer .col-sm-12{
		text-align: center;
	}
	.footer p {
		margin-top: 60px;
	}
	
	.navbar-default .navbar-nav > li > a{
		font-size: 15px;
	    padding: 0 12px;
	}
}
@media (max-width: 767px){
	.services_img{float: none; width: 100%; margin: 10px 0px 10px 0px;}
	.services_img2{float: none; width: 100%; margin: 10px 0px 10px 0px;}
	
	.about-list:after,
	.about-list:before{
		display: none;
	}
	.device{
		margin-bottom: 60px;
	}
	.blog .col-lg-4,
	.skills-block,
	.team-block{
		float: left;
		width: 50%;
	}
	.blog .col-lg-4{
		margin-bottom: 40px;
	}
	.team-block-details .fa{
		margin: 0 12px;
	}
	.clients{
		margin: 80px 15px 0;
	}
	.blog-block .name, 
	.work-block .name{
		font-size: 22px;
		line-height: 22px;
	}
	.contact .col-lg-9{
		width: 75%;
		float: left;
	}
	.contact .col-lg-3{
		width: 25%;
		float: left;
	}
	.about-list{
		padding-left: -webkit-calc(50% - 130px);
		padding-left: -moz-calc(50% - 130px);
		padding-left: -ms-calc(50% - 130px);
		padding-left: -o-calc(50% - 130px);
		padding-left: calc(50% - 130px);
	}
	.about-list-item{
		font-size: 28px;
    	line-height: 60px;
	}
	.about-list .button{
		width: 250px;
		font-size: 16px;
	}
	.skills-slider{
		clear: both;
	}	
	.navbar-nav {
	    margin: 7.5px 0;
	}
	.navbar-toggle{
		margin-top: 22px;
	}
	.navbar-collapse{
		margin: 0 -30px;
		background: #263248;
	}
	.navbar-nav{
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a{
		line-height: 26px;
		padding: 0 15px; color:#d0d0d0;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus{
		color: #FFF;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #fff;
	}
	.dropdown-menu{
		top: 0;
		display: none;
		opacity: 1;
	}
}
@media (max-width: 600px){
	
	.contact .col-lg-9{
		width: 70%;
		float: left;
	}
	.contact .col-lg-3{
		width: 30%;
		float: left;
	}
	.blog .col-lg-4,
	.team-block{
		width: 100%;
	}
}
@media (max-width: 500px){
	.contact .col-lg-9{
		width: 65%;
		float: left;
	}
	.contact .col-lg-3{
		width: 35%;
		float: left;
	}
	.skills-block .name{
		font-size: 12px;
    	letter-spacing: 1px;
	}
	.skills-block em{
		font-size: 30px;
	}
	.skills-block .name{
		padding-left: 60px;
	}
	.contact .col-lg-9{
		width: 100%;
	}
}
@media (max-width: 400px){
	.title .name{
		font-size: 22px;
	}
	.skills-block{
		width: 100%;
	}
	.skills-block .name{
		font-size: 16px;
		letter-spacing: 2px;
	}
	.skills-block em{
		font-size: 40px;
	}
	.skills-block .name{
		padding-left: 70px;
	}
	.contact .col-lg-3{
		width: 45%;
	}
}
@media (max-width: 320px){
	.contact .col-lg-3{
		width: 55%;
	}
	.work .button {
	    bottom: 155px;
	    left: 50%;
	    margin-left: -145px;
	    position: absolute;
	    width: 290px;
	}
	.work .flexslider{
		margin-bottom: 50px;
	}
}
.no-border {border: 0px !important}
.text-white {color:#FFF !important}
.form-label {color:#FFF !important; font-size:16px;}

.pb-50{padding-bottom:50px !important}

.es_textbox_button {
    width: 121px;
    color: #fff;
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
    height: 32px;
}

img.wrapper {
width:100%!important;
height:auto!important;
}

li.current-menu-item a {
color:#fff!important;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    color: #fff;
}

.phh {
margin-top:7px;
}

p.para  {
font-size:13px;
}

a.name {
color:#fff!important;
}

.title p {
text-align:left!important;
}