/* Builder Multipurpose Construction Theme */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Header
5. MainSlider / Revolution slider
6. Featured Services
7. Our Services
8. Project
9. Masonry Style
10. Latest Blog
11. Testimonials
12. Sponsors / logos
13. Footer
14. Single Project
15. Services Page
16. About us Page
17. Blog Page
18. Blog Detail
19. Contact Us




**********************************************/

@import url('animate.css');
@import url('hover.css');
@import url('flaticon.css');
@import url('font-awesome.css');

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800);

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	color:#929292;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	color:#41403f;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

p{
	font-size:14px;
	line-height:1.6em;	
}

.out{
	opacity:0;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1170px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:280px;
	overflow:hidden;
	
}

ul,li{
	list-style:none;	
}

::-webkit-input-placeholder {}
::-moz-placeholder { }
:-ms-input-placeholder { }
input:-moz-placeholder { }

.theme-color{
	color:#fdba38;	
}

.center{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.theme-btn{
	position:relative;
	display:inline-block;
	padding:10px 35px;
	line-height:24px;
	border-width:2px;
	color:#ffffff !important;
	border-style:solid;
	border-color:#ffffff;
	background:none;
	font-weight:700;
	text-transform:uppercase;
	font-size:13px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;	
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.theme-btn:hover{
	background-color:#ffffff !important;
	color:#fdba38 !important;
	border-color:#ffffff !important;
}

.dark-btn{
	background-color:#41403f;
	color:#ffffff;
	border-color:#41403f;	
}

.full-btn{
	background-color:#fdba38 !important;
	border-color:#fdba38 !important;
	color:#ffffff !important;
}


.margin-30{ margin-bottom:30px !important;}
.margin-50{ margin-bottom:50px !important;}
.zero-margin{ margin:0px !important;}
.no-margin{ margin-bottom:0px !important;}

.raleway{font-family: 'Raleway', sans-serif;}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:rgba(255,255,255,1); background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

.sec-title{
	position:relative;
	padding:20px 0px 80px;
	text-align:center;
}

.sec-title h1{
	position:relative;
	display:inline-block;
	font-size:24px;
	font-weight:800;
	line-height:30px;	
}

.sec-title .double-line{
	position:relative;
	top:-4px;
	display:inline-block;
	width:30px;
	height:6px;
	border-top:1px solid #fab226;
	border-bottom:1px solid #fab226;
}

.parallax-section{
	background-color: #fff;
	position:relative;
	padding:85px 0px 61px 0;
	background-position:center top;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
.parallax-section h3{
    font-family: 'Roboto Slab', serif;
    font-size: 43px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 35px;
    text-align: center;
    color: #000;
}
.parallax-section p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #313131;
    text-align: left;
    padding: 0 12%;
}

.parallax-section *{
	z-index:9;	
}

.bg-grey{
	background-color:#f7f7f7 !important;	
}

.bg-white{
	background-color:#ffffff !important;	
}


.no-padding-bottom{
	padding-bottom:0px !important;	
}

.no-padding-top{
	padding-top:0px !important;	
}

/*** 

====================================================================
	Banner style
====================================================================

****/

.banner{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;	
}

.banner:before{
	content:' ';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.0);
	z-index: 1;	
}


.page-title .path a:hover{
	text-decoration:underline;	
}
@media only screen and (max-width: 1140px) {
	.main-banner, .main-banner.style-two {
	    min-height: 100px;
	    padding-bottom: 0 !important;
	}
}

/*** 

====================================================================
	Main Header style
====================================================================

****/


.main-header{
	background-color: #000;
	position:relative;
	z-index:999;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.main-header.fixed{
	z-index:1000;
}

.main-header .top-bar{
	position:relative;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.full-width-header .top-bar{
	background-color:#222d34;
}

.main-header .top-bar .top-left{
	position:relative;
	color:#ffffff;
}


.main-header .top-bar .email,
.main-header .top-bar .phone{
	position:relative;
	display:inline-block;
	font-size:13px;
	font-weight:700;
	margin:0px;
	padding:15px 0px;
	line-height:30px;	
}

.main-header .top-bar .top-left a{
	position:relative;
	color:#ffffff;
}

.full-width-header .top-bar .top-left .email{
	border-left:1px solid #58656e;
	border-right:1px solid #58656e;
	padding:15px 20px;
}

.full-width-header .top-bar .top-left .phone{
	border-right:1px solid #58656e;
	padding:15px 20px;
}

.full-width-header .top-bar .top-left .phone,
.full-width-header .top-bar .top-left a{
	color:#58656e;
	font-weight:400 !important;
}

.full-width-header .bar{
	display:none;	
}

.main-header .top-bar .top-right{
	position:relative;
	float:right;
	text-align:right;
	margin-right: -15px;
}

.main-header .top-bar .social-links {
	position:relative;
	margin:16px 0px;	
}
.main-header .top-bar p {
	margin: 33px 0 0 0;
    font-size: 16px !important;
    line-height: 30px;
    color: #fff;
}
.main-header .top-bar p a {
    color: #389fd7;
}
.main-header .top-bar p a {
    border-bottom: 1px solid #333;
}
.main-header .top-bar p a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.main-header .top-bar .social-links li {
	position:relative;
	display:inline-block;
	font-size: 17px;
	font-weight: 400 !important;	
}
@media (max-width: 992px) { 
	.main-header .top-bar p {
		text-align: center;
	}
}
.main-header .top-bar .social-links li a{
	position:relative;
	display:block;
	text-align:center;
	line-height:15px;
	color:#ffffff;
    padding: 0 7px 0 15px;
	border-left:1px solid #ffffff;	
}
.main-header .top-bar .social-links li:first-child a {
	border-left: none;
	padding-left: 0;
}
.main-header .top-bar .social-links li:last-child a {
	padding-right:0;
}
.full-width-header .top-bar .social-links li a{
	line-height:28px;
	border:none;	
}
.main-header .top-bar .social-links li a:hover,
.main-header .top-bar .social-links li.current a{
	color:#02b5ed;
}
.full-width-header .top-bar .social-links li a:hover {
	background:none;
}
.main-header .content-box{
	position:relative;
	max-width:1140px;
	margin:0 auto;
	min-height:52px;
	height:52px;
}

.full-width-header .content-box{
	position:relative;
	max-width:1140px;
	margin:0 auto;
	background:none;
	min-height:60px;
	height:60px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-oborder-radius:0px;	
}

.main-header.fixed .lower-sec .content-box{
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	-ms-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	-o-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);	
}

.full-width-header.fixed .lower-sec .content-box{
	box-shadow:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	-moz-box-shadow:none;
}

.full-width-header .lower-sec{
	position:relative;
	padding:30px 0px;
	background:#f4f4f4;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.main-header.fixed .lower-sec{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;	
}

.full-width-header.fixed .lower-sec{
	padding:10px 0px;	
}

.full-width-header .lower-sec .auto-container{
	padding-bottom:0px;
	background:none;	
}

.main-header .content-box .logo{
	position:relative;	
}

.main-header .content-box .logo a{
	position:relative;
	display:block;
	text-transform:uppercase;
	font-size:24px;
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	line-height:40px;
	padding:20px 15px;
	letter-spacing:1px;
	color:#41403f;	
}

.full-width-header .content-box .logo{
	padding:10px 0px;	
}
.full-width-header .content-box .logo a{
	padding:0px 0px;	
}


.main-header .content-box .logo a:hover{
	color:#fdba38;	
}

.main-navigation{
	position:relative;	
}

.main-navigation .menu > ul{
	position:relative;
	margin:0px 0 0px 0px;
	padding:0px;
	display:block;	
}

.main-navigation .menu > ul > li{
	position:relative;
	display:block;
	float:left;	
}

.main-navigation .menu > ul > li > a{
	position:relative;
	display:block;
	padding:12px;
	color:#fff;
	font-size:17px;
	font-weight:400;
	transition: all 0.5s ease-in-out;
	z-index:1;
}
.main-navigation .menu > ul > li:first-child > a {
	padding-left: 0;
}

.full-width-header .main-navigation .menu > ul > li > a{
	padding:15px 18px;	
}

.main-navigation .menu > ul > li:hover > a,
.main-navigation .menu > ul > li.current > a{
	color:#02b5ed;
	text-decoration: none;
}

.main-navigation .menu > ul > li > ul {
	position:absolute;
	left:0px;
	top:100%;
	padding:0px;
	min-width:200px;
	border:none;
	background:#30333c;
	transform-origin: left top;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	display:none;
}
.main-navigation .menu > ul > li > ul > li > ul {
	left:100%;
	top:0;
	padding:0px;
	min-width:200px;
	border:none;
	background:#30333c;
	overflow:hidden;
	transform-origin: left top;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	display:none;
	border-radius: 0 !important;
}
.main-navigation .menu .arrow > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.main-navigation .menu > ul > li > ul > li:hover >ul {
	display: block;
}

.main-navigation .menu > ul > li > ul > li{
	position:relative;
	display:block;
	line-height:24px;
	margin:0px;
}

.main-navigation .menu > ul > li > ul > li:last-child{
	border:none;
}

.main-navigation .menu > ul > li > ul > li > a,
.main-navigation .menu > ul > li > ul > li > ul > li > a{
	position:relative;
	color:#fff;
	font-size: 16px !important;
	text-transform:uppercase;
	padding: 5px 20px;
	font-weight:500;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-navigation .menu > ul > li > ul > li:hover > a,
.main-navigation .menu > ul > li > ul > li > ul > li:hover > a{
	background:none;
	color:#02b5ed;
}
.main-header .content-box .search-box .submit_button {
    float: right;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background-color: #02b5ed;
}
.main-header .content-box .search-box .submit_button:hover {
	text-decoration: none;
    opacity: 0.7;
}
@media (max-width: 992px) { 
	.main-navigation .menu .dropdown-menu {
		position: relative !important;
		box-shadow: none !important;
	}
	.main-navigation .menu > ul > li > ul {
		position:relative;
	}
	.main-navigation .menu > ul > li > ul > li > ul {
		width: 100%;
		left: 0;
	}
	.main-navigation .menu > ul > li > ul > li > ul > li > a {
		padding: 10px 18px !important;
		border-bottom: 1px solid #fdba38;
	}
	.main-navigation .menu .arrow > a:after {
		display: none;
	}
}
.main-header .content-box .search-box {
	float: right;
	width:200px;
	height:34px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.full-width-header .search-box{
	top:13px !important;	
}

.main-header .content-box .search-box *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.main-header .content-box .search-box .form-group{
	position:relative;
	margin:0px;	
}

.main-header .content-box .search-box input[type="text"],
.main-header .content-box .search-box input[type="search"]{
	position:relative;
	width:100%;
	line-height:22px;
	padding:5px 42px 5px 22px;
	border:1px solid rgba(0,0,0,0);
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	background:#f4f4f4;
	color:#5a5a5a;
	height:34px;
	border-radius:17px;
	-webkit-border-radius:17px;
	-ms-border-radius:17px;
	-moz-border-radius:17px;
	-o-border-radius:17px;
}

.full-width-header .content-box .search-box input[type="text"],
.full-width-header .content-box .search-box input[type="search"]{
	background:#ededed;
}

.main-header .content-box .search-box .form-group:after{
	font-family:'FontAwesome';
	content:'\f002';
	font-size:16px;
	position:absolute;
	right:5px;
	top:0px;
	display:block;
	width:24px;
	height:34px;
	line-height:34px;
	color:rgba(214,214,214,1);
	z-index:5;
}

.main-header .content-box .search-box input[type="text"]:focus,
.main-header .content-box .search-box input[type="search"]:focus{
	border-color:rgba(253,186,56,0.5);	
}

.main-navigation .navbar-toggle{
	border:1px solid #fdba38;	
}

.main-navigation .navbar-toggle .icon-bar{
	background-color:#fdba38 !important;
}
@media only screen and (max-width: 767px) {
	.main-header .navbar-header {
	    margin-top: 22px !important;
	    margin-bottom: 0 !important;
	    margin-left: -25px;
	    float: left;
	    position: relative;
	    z-index: 10000;
	    left: 50%;
	}
	.main-header .content-box .search-box .submit_button {
		width: 100%;
		text-align: center;
	}
	.navbar-collapse.in {
		width: 100% !important;
	}
}

/*** 

====================================================================
	Main SLider style
====================================================================

****/

.main-slider{
	position:relative;
	z-index:99;
	min-height:420px;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}
.main-slider .slider1 {
	background:url(../images/resource/slide_1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main-slider .slider2 {
	background:url(../images/resource/slide_2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main-slider .slider3 {
	background:url(../images/resource/slide_3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner_content {
    padding: 7% 0;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}
.banner ul {
	margin-bottom: 0 !important;
}
.banner_content h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #fff;
    text-shadow: 3px 3px 5px #363636;
}
.banner_content p {
	font-size: 24px;
    line-height: 36px;
    padding: 0 25% 0 0;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}
.banner_content a {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 40px;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}
.banner_content .hvr-bounce-to-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.banner_content p a:before {
    border-radius: 5px !important;
}
.banner .rslides_nav.prev{left: 7%; }
.banner .rslides_nav.next{right: 7%;}  
.banner .rslides_nav{position: absolute; top: 180px; z-index: 10 !important; width: 40px; height: 50px; font-size: 0; line-height: 0; text-indent: -2000px;}
.banner .rslides_nav.prev{background: url(../images/slide_prev.png) 0 0 no-repeat; }
.banner .rslides_nav.next{background: url(../images/slide_next.png) 0 0 no-repeat; }


.main-slider h2{
	font-size:36px;
	font-weight:800;
	text-transform:uppercase;
	line-height:1.2em;
	color:#ffffff;	
}

.main-slider h2 span{
	position:relative;
	color:#41403f;	
}

.main-slider h2 span:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:-10px;
	display:block;
	width:50%;
	height:5px;
	background:#ffffff;	
}

.main-slider h4{
	font-size:16px;
	font-weight:500;
	line-height:1.4em;
	color:#ffffff;	
}

.main-slider .tp-bullets{
	top:86%;
	left:45% !important;	
}

.main-slider .tp-bullets .bullet{
	background-image:none !important;
	width:14px !important;
	height:14px !important;
	margin:0px 5px !important;
	padding:0px;
	border:2px solid #ffffff;
	background:none;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.main-slider .tp-bullets .bullet.selected{
	background-color:#ffffff;
}

.main-slider .caption.image.right{
	position:absolute;
	width:100%;
	height:100%;
	right:0px;
	top:0px;
	z-index:-1;
}

.main-slider .caption.image.left{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:-1;
}

.main-slider .caption.image.right img{
	position:absolute;
	right:80px;
	top:20px;
}

.main-slider .caption.image.left img{
	position:absolute;
	left:0px;
	top:20px;
}


/*** 

====================================================================
	Featured Services style
====================================================================

****/


.featured-services{
	position:relative;
	padding:60px 0px 40px;
	background:#ffffff;
	z-index:999;	
}

.featured-services.style-two{
	background:#f7f7f7;	
}

.featured-services .container-box{
	position:relative;
	margin:-120px auto 0px;
	padding:60px 56px 0px;
	background:#ffffff;
	max-width:1140px;
	
}

.featured-services.style-two .container-box{
	margin-top:0px;
	padding-top:20px;
	background:none;	
}

.featured-services .bar{
	position:absolute;
	left:0px;
	top:0px;
	background:#ffffff;
	display:block;
	width:100%;
	height:60px;
	z-index:99999;
}

.featured-services.style-two .container-box .bar,.featured-services.style-two .container-box:before,.featured-services.style-two .container-box:after{
	display:none;	
}

.featured-services .container-box:before,
.featured-services .container-box:after{
  z-index: -1;
  position: absolute;
  content: "";
  top: 0px;
  left: 5px;
  width: 5px;
  height:150px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}


.featured-services .container-box:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 5px;
  left: auto;
}

.featured-services .service-box{
	position:relative;
	padding:0px 25px;
	margin-bottom:40px;
	color:#929292;
}

.featured-services .image,.featured-services .image img{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}

.featured-services .overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(250,178,38,0.90);
	opacity:0;
	transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-webkit-transform:scale(0,0);	
}

.featured-services .overlay .link-icon{
	position:absolute;
	left:0px;
	top:0px;
	display:table;
	width:100%;
	height:100%;	
}

.featured-services .overlay .link-icon a{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	font-size:20px;
}

.featured-services .service-box:hover .overlay{
	opacity:1;
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}

.featured-services h3{
	margin:25px 0px 15px;
	font-weight:500;	
}

.featured-services h3 a{
	color:#41403f;
}

.featured-services .service-box:hover h3 a{
	color:#fab226;
}




/*** 

====================================================================
	Our Services style
====================================================================

****/


.our-services{
	position:relative;
	padding:60px 0px 40px;
	background:#f7f7f7;	
}

.our-services .container-box{
	position:relative;	
}

.our-services .service-box{
	position:relative;
	padding:0px 40px 0px 90px;
	margin-bottom:50px;
	color:#929292;
}

.our-services .service-box .icon{
	position:absolute;
	width:50px;
	height:50px;
	border:5px solid #ffc553;
	background:#fab226;
	left:15px;
	top:0px;	
}

.our-services .service-box:hover .hvr-ripple-out:before,
.our-services .service-box:focus .hvr-ripple-out:before,
.our-services .service-box:active .hvr-ripple-out:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.our-services .service-box .icon:before{
	border-color:#fab226;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.our-services .service-box .icon span{
	display:block;
	text-align:center;
	line-height:38px;
	width:100%;
	height:38px;
	color:#ffffff;
	font-size:16px;
}

.our-services .service-box h3{
	margin:5px 0px 12px;
	font-weight:500;	
}

.our-services .service-box h3 a{
	color:#41403f;
}

.our-services .service-box:hover h3 a{
	color:#fab226;
}

.our-services .service-box .content a{
	color:#fab226;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Raleway',sans-serif;
	font-size:13px;
}

.our-services .service-box .content a:hover{
	text-decoration:underline;
}

.our-services.style-two{
	padding:60px 0px 0px;
	background:#ffffff;	
}

.our-services.style-two .left{
	position:relative;
	width:33.33333%;
	float:left;
	padding:80px 30px 80px 0px;
	text-align:right;	
}

.our-services.style-two .mid{
	position:absolute;
	left:33.3333%;
	top:0px;
	width:33.3333%;
	height:100%;
	background-size:auto auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}

.our-services.style-two .right{
	position:relative;
	width:33.33333%;
	float:right;
	padding:80px 0px 80px 30px;
	text-align:left;
}

.our-services.style-two .left .service-box{
	padding:0px 75px 0px 0px;
	margin-bottom:50px;
	float:none;	
}

.our-services.style-two .right .service-box{
	padding:0px 0px 0px 75px;
	margin-bottom:50px;
	float:none;	
}

.our-services.style-two .left .icon{
	left:auto;
	right:0px;
	top:0px;	
}

.our-services.style-two .right .icon{
	left:0px;
	top:0px;	
}


/*** 

====================================================================
	Project style
====================================================================

****/

.project{
	position:relative;
	padding:60px 0px 100px;
}

.project .filter-tabs{
	position:relative;
	text-align:center;
	display:block;
	width:100%;
	margin-bottom:50px;
}

.project .filter-tabs li{
	position:relative;
	display:inline-block;
	margin:0px 4px 10px;
	line-height:22px;
	padding:5px 22px;
	border:1px solid #eeeeee;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	background:none;
	color:#929292;
	cursor:pointer;
}

.project .filter-tabs li:hover{
	border-color:#fab226;	
}

.project .filter-tabs li.active,
.project .filter-tabs li:active{
	background-color:#fab226 !important;
	border-color:#fab226 !important;
	color:#ffffff !important;	
}

.project .filter-tabs.style-two li{
	height:16px;
	border:1px solid #929292;
	border-bottom:none;
	border-top:none;
	border-right:none;
	line-height:14px;
	padding:0px 20px;
	margin:0px -2px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;	
}

.project .filter-tabs.style-two li:last-child{
	border-right:1px solid;	
}

.project .filter-tabs.style-two li.active,
.project .filter-tabs.style-two li:hover,
.project .filter-tabs.style-two li:active{
	background:none !important;
	color:#fab226 !important;
	border-color:#929292 !important;	
}

.project ul.filter{
	position:relative;
	text-align:center;
	display:block;
	width:100%;
	margin-bottom:50px;
}

.project ul.filter li{
	position:relative;
	display:inline-block;
	margin:0px 4px 10px;
}

.project ul.filter li a{
	position:relative;
	display:block;
	line-height:22px;
	padding:5px 22px;
	border:1px solid #eeeeee;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	background:none;
	color:#929292;
	cursor:pointer;	
}

.project ul.filter li:hover a{
	border-color:#fab226;	
}

.project ul.filter li a.active,
.project ul.filter li a:active{
	background-color:#fab226 !important;
	border-color:#fab226 !important;
	color:#ffffff !important;	
}

.items-container{
	position:relative;	
}

.project.full .items-container,
.project.full .isotope-container{
	margin-left:-1px;
	margin-right:-1px;
}

.project.three-col .items-container{
	margin-left:-7px;
	margin-right:-7px;
}

.project.three-col .items-container{
	margin-left:-12px;
	margin-right:-12px;
}

.items-container .mix{
	position:relative;
	display:none;
	float:left;
	overflow:hidden;
	background:#ffffff;
		
}

.project.three-col .mix{
	width:33.33333333%;
	border:7px solid #ffffff;
}

.project.two-col .mix{
	width:50%;
	border:12px solid #ffffff;
}

.project.full .mix{
	
	width:33.33333333%;
	border:1px solid #ffffff;
}

.items-container .mix .image{
	position:relative;
	width:100%;
	z-index:5;
}

.items-container .mix .image img{
	position:relative;
	display:block;
	width:100%;	
}

.items-container .mix .overlay{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:100%;
	height:100%;
	z-index:10;
}

.items-container .mix .pop-icon{
	position:absolute;
	left:0px;
	top:-25%;
	display:table;
	width:100%;
	height:25%;
	background-color:rgba(250,178,38,0.5);
}

.items-container .mix .pop-icon a,
.items-container .mix .link-icon a{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	font-size:20px;
}

.items-container .mix .title{
	position:absolute;
	left:0px;
	top:30%;
	display:table;
	width:100%;
	height:40%;
	background-color:rgba(250,178,38,0.90);
	opacity:0;
}

.items-container .mix .title span{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	font-family:'Raleway',serif;
	font-weight:500;
	color:#ffffff;	
}

.items-container .mix .link-icon{
	position:absolute;
	left:0px;
	bottom:-25%;
	display:table;
	width:100%;
	height:25%;
	background-color:rgba(250,178,38,0.5);
}

.items-container .mix:hover .title{
	opacity:1;	
}

.items-container .mix:hover .pop-icon{
	top:0%;
}

.items-container .mix:hover .link-icon{
	bottom:0%;
}


/*** 

====================================================================
	Masonary style
====================================================================

****/

.masonary-layout{
	position:relative;	
}

.isotope-container{
	position:relative;
	margin-left:-1px;
	margin-right:-1px;	
}

.isotope-container .isotope-item{
	position:relative;
	float:left;
	overflow:hidden;
	background:#ffffff;
	width:33.333%;
	border:1px solid #ffffff;
		
}

.isotope-container .isotope-item.width-1{
	width:33.333%;	
}

.isotope-container .isotope-item.width-2{
	width:66.666%;	
}

.isotope-container .isotope-item.width-3{
	width:100%;	
}

.isotope-container .isotope-item .image{
	position:relative;
	width:100%;
	z-index:5;
}

.isotope-container .isotope-item .image img{
	position:relative;
	display:block;
	width:100%;	
}

.isotope-container .isotope-item .overlay{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:100%;
	height:100%;
	z-index:10;
}

.isotope-container .isotope-item .pop-icon{
	position:absolute;
	left:0px;
	top:-25%;
	display:table;
	width:100%;
	height:25%;
	background-color:rgba(250,178,38,0.5);
}

.isotope-container .isotope-item .pop-icon a,
.isotope-container .isotope-item .link-icon a{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	font-size:20px;
}

.isotope-container .isotope-item .title{
	position:absolute;
	left:0px;
	top:30%;
	display:table;
	width:100%;
	height:40%;
	background-color:rgba(250,178,38,0.90);
	opacity:0;
}

.isotope-container .isotope-item .title span{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	font-family:'Raleway',serif;
	font-weight:500;
	color:#ffffff;	
}

.isotope-container .isotope-item .link-icon{
	position:absolute;
	left:0px;
	bottom:-25%;
	display:table;
	width:100%;
	height:25%;
	background-color:rgba(250,178,38,0.5);
}

.isotope-container .isotope-item:hover .title{
	opacity:1;	
}

.isotope-container .isotope-item:hover .pop-icon{
	top:0%;
}

.isotope-container .isotope-item:hover .link-icon{
	bottom:0%;
}


/*** 

====================================================================
	Latest Blog style
====================================================================

****/

.latest-blog{
	position:relative;
	padding:60px 0px 100px;	
}

.blog-post{
	position:relative;
	margin-bottom:20px;	
}

.blog-post .post-inner{
	padding:25px 25px 35px;
	background:#ffffff;	
}

.blog-post .post-inner .image{
	position:relative;
	overflow:hidden;
	display:block;	
}

.blog-post .post-inner .image img{
	display:block;
	width:100%;	
}

.blog-post .overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(250,178,38,0.90);
	opacity:0;
	transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-webkit-transform:scale(0,0);	
}

.blog-post .overlay .link-icon{
	position:absolute;
	left:0px;
	top:0px;
	display:table;
	width:100%;
	height:100%;	
}

.blog-post .overlay .link-icon a{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	font-size:20px;
}

.blog-post:hover .overlay{
	opacity:1;
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}

.blog-post .content,.blog-post .content .description{
	position:relative;
	color:#929292;
	line-height:1.8em;	
}

.blog-post .content h3{
	margin:30px 0px 15px;
	font-weight:500;	
}

.blog-post .content h3 a{
	color:#313232;
}

.blog-post .content h3 a:hover{
	color:#fab226;
}

.blog-post .info{
	position:relative;
	margin-top:15px;	
}

.blog-post .content .date{
	font-size:16px;
	font-style:italic;
	color:#707070;	
}

.blog-post .content .more a{
	color:#fab226;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Raleway',sans-serif;
	font-size:13px;
}

.blog-post .content .more a:hover{
	text-decoration:underline;
}

/*** 

====================================================================
	Testimonials style
====================================================================

****/

.testimonials{
	position:relative;
	padding:60px 0px 90px;	
}

.testimonials .quote-icon{
	position:relative;
	display:block;
	text-align:center;
	font-size:32px;
	margin:-20px 0px 50px;	
}

.testimonials .slider{
	position:relative;	
}

.testimonials .slide-item{
	position:relative;
	float:left;
	padding:0px 0px 0px 122px;
}

.testimonials .slide-item .avatar{
	position:absolute;
	left:0px;
	top:0px;
	width:95px;
	border:1px solid #e0e0e0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	padding:7px;
	background:none;
}

.testimonials .slide-item .avatar img{
	position:relative;
	display:block;
	width:100%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;	
}

.testimonials .slide-item .content{
	position:relative;	
}

.testimonials .slide-item .content .quote-text{
	position:relative;
	border:1px solid #f0f0f0;
	padding:25px 25px 30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	line-height:1.8em;
	text-align:justify;
}

.testimonials .slide-item .curve{
	position:absolute;
	left:-14px;
	top:20px;
	display:block;
	width:15px;
	height:30px;
	overflow:hidden;
	z-index:5;	
}

.testimonials .slide-item .curve:before{
	content:'';
	position:absolute;
	left:6px;
	top:0px;
	display:block;
	width:30px;
	height:30px;
	border:1px solid #f0f0f0;
	background:#ffffff;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}

.testimonials .slide-item .content .quote-author{
	position:relative;
	padding:15px 2px 20px;
	font-size:13px;
	font-family:'Raleway',sans-serif;
}

.testimonials .slide-item:hover .curve:before,
.testimonials .slide-item:hover .avatar,
.testimonials .slide-item:hover .quote-text
{
	border-color:#fab226;
}

.testimonials .owl-dots{
	position:relative;
	margin-top:40px;	
}

.testimonials .owl-dots .owl-dot{
	background-image:none !important;
	width:12px !important;
	height:12px !important;
	margin:0px 5px !important;
	padding:0px;
	border:2px solid #fab226;
	background:none;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.testimonials .owl-dots .owl-dot span{
	display:none;	
}

.testimonials .owl-dots .owl-dot.active{
	background-color:#fab226;
	background:#fab226;
}

/*** 

====================================================================
	Client Logos style
====================================================================

****/

.client-logos{
	position:relative;
	background:#ffffff;
	padding:20px 0px;
	text-align:center;	
}

.client-logos:before{
	content:'';
	position:absolute;
	left:0px;
	top:-30px;
	height:30px;
	width:100%;
	background:url(../images/logo-section-shade.png) center bottom no-repeat;	
}

.client-logos img:hover{
	opacity:0.7;	
}

.client-logos.style-two{
	background-color:#fab226;	
}

.client-logos.style-two:before{
	display:none;	
}

.client-logos.style-two img{
	opacity:0.5;	
}

.client-logos.style-two img:hover{
	opacity:1;	
}


/*** 

====================================================================
	Footer style
====================================================================

****/

.main-footer{
	position:relative;
	background:#222d34;	
}

.main-footer .upper{
	position:relative;
	padding:80px 0px 60px;
	color:#a4b0b6;	
}

.main-footer .bottom{
	position:relative;
	padding:20px 0px;
	background:#20262a;
	color:#4c5357;
	text-transform:uppercase;
	text-align:center;
}

.main-footer .upper .col-md-3{
	min-height:180px;
	margin-bottom:20px;	
}

.main-footer h2{
	position:relative;
	font-size:16px;
	font-weight:800;
	color:#ffffff;
	margin-bottom:24px;
	text-transform:uppercase;
}

.main-footer .social{
	position:relative;
	margin-top:20px;	
}

.main-footer .social a{
	position:relative;
	display:inline-block;
	margin:0px 3px;
	color:#fab226;
	font-size:18px;	
}

.main-footer .social a:hover{
	color:#ffffff;	
}

.main-footer .tags a{
	position:relative;
	display:inline-block;
	margin:0px 7px 7px 0px;
	line-height:20px;
	padding:7px 15px;
	color:#a4b0b6;
	background:#2e3f49;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;	
}

.main-footer .tags a:hover{
	color:#fab226;	
}

.main-footer .twitter-feeds .feed{
	position:relative;
	padding-left:50px;
	margin-bottom:22px;
}

.main-footer .twitter-feeds .feed:before{
	font-family: 'FontAwesome';
	content:'\f099';
	position:absolute;
	left:0px;
	top:5px;
	display:block;
	width:36px;
	height:36px;
	text-align:center;
	line-height:36px;
	color:#ffffff;
	font-size:16px;
	background-color:#3498db;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .twitter-feeds .feed:hover:before{
	background-color:#fab226;
}

.main-footer .twitter-feeds .feed a{
	color:#f2f2f2;	
}

.main-footer .twitter-feeds .feed a:hover{
	color:#fab226;	
}

.main-footer .gallery{
	position:relative;	
}

.main-footer .gallery .image{
	position:relative;
	float:left;
	width:33.3333336%;
	border:2px solid #222d34;
	overflow:hidden;
	display:block;	
}

.main-footer .gallery .image img{
	display:block;
	width:100%;	
}

.main-footer .gallery .overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(250,178,38,0.90);
	opacity:0;
	transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-webkit-transform:scale(0,0);	
}

.main-footer .gallery .overlay .link-icon{
	position:absolute;
	left:0px;
	top:0px;
	display:table;
	width:100%;
	height:100%;	
}

.main-footer .gallery .overlay .link-icon a{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	font-size:20px;
}

.main-footer .gallery .image:hover .overlay{
	opacity:1;
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}


/*** 

====================================================================
	Single Project style
====================================================================

****/

.main-content-area{
	position:relative;
	padding:80px 0px 100px;
	background:#ffffff;	
}

.single-project{
	position:relative;	
}

.single-project .project-images{
	position:relative;
	margin-bottom:60px;	
}

.single-project .tab-content{
	position:relative;
	float:left;
	width:80%;
	padding-right:12px;	
}

.single-project .tab-buttons{
	position:relative;
	float:right;
	width:20%;	
}

.single-project .tabs-box .tab{
	position:relative;
	display:none;	
}

.single-project .tabs-box .tab.collapsed{
	display:block;	
}

.single-project .tabs-box .tab img{
	display:block;
	width:100%;	
}

.single-project .project-images .tab-btn{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	margin-bottom:12px;	
}

.single-project .project-images .tab-btn img{
	position:relative;
	display:block;
	width:100%;
}

.single-project .project-images .overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(250,178,38,0.90);
	opacity:0;
	transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-webkit-transform:scale(0,0);	
}

.single-project .project-images .overlay .link-icon{
	position:absolute;
	left:0px;
	top:0px;
	display:table;
	width:100%;
	height:100%;	
}

.single-project .project-images .overlay .link-icon a{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	font-size:20px;
}

.single-project .project-images .image:hover .overlay{
	opacity:1;
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}

.single-project .project-data{
	position:relative;
}

.single-project .project-data h3{
	position:relative;
	font-weight:500;
	margin-bottom:25px;	
}

.single-project .project-data p{
	line-height:1.8em;
	margin-bottom:24px;	
}

.single-project .project-data .left{
	position:relative;
	padding:0px 50px 0px 0px;	
}

.single-project  .left li{
	line-height:1.7em;	
	margin-bottom:5px;	
}

.single-project  .left li strong{
	color:#5f5f5f;
	padding-right:5px;
}

.single-project .project-data .right{
	position:relative;
	padding:0px 0px 0px 50px;
	border-left:1px solid #e7e7e7;
}

hr{
	border-color:#e7e7e7;	
}


/*** 

====================================================================
	Services Page style
====================================================================

****/

.services{
	position:relative;	
}

.services .service-nav{
	position:relative;
	margin-bottom:30px;	
}

.services .service-nav ul{
	position:relative;
	display:block;
	margin:0px;
	border-top:1px solid #e5e5e5;
}

.services .service-nav ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	background:none;
}

.services .service-nav ul li:hover,.services .service-nav ul li.current{
	border-right-color:#ffffff;	
}

.services .service-nav ul li a{
	position:relative;
	display:block;
	padding:8px 15px 8px 25px;
	color:#929292;
	font-size:13px;
	font-weight:500;
	line-height:24px;
	font-family:'Raleway',sans-serif;
}

.services .service-nav ul li a .fa{
	font-size:18px;
	line-height:24px;
	color:#000000;	
}

.services .service-nav ul li:hover a,
.services .service-nav ul li:hover a .fa,
.services .service-nav ul li.current a,
.services .service-nav ul li.current a .fa{
	color:#fdba38;	
}

.services .service-posts{
	position:relative;
	padding-right:0px;
}

.services .service-post{
	position:relative;
	margin-bottom:20px;
	padding:0px;	
}

.services .service-post .post-inner{
	padding:0px 20px 35px;
	background:#ffffff;	
}

.services .service-post .image{
	position:relative;
	overflow:hidden;
	display:block;
	width:100%;	
}

.services .service-post .image img{
	position:relative;
	display:block;
	width:100%;	
}

.services .service-post .overlay{
	position:absolute;
	left:0px;
	bottom:-100%;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(250,178,38,0.90);	
}

.services .service-post .overlay .link-icon{
	position:absolute;
	left:0px;
	top:0px;
	display:table;
	width:100%;
	height:100%;	
}

.services .service-post .overlay .link-icon a{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	font-size:20px;
}

.services .service-post .post-inner:hover .overlay{
	bottom:0%;
}

.services .service-post .content,.services .service-post .description{
	position:relative;
	color:#929292;
	line-height:1.8em;	
}

.services .service-post .content h3{
	margin:30px 0px 15px;
	font-weight:500;	
}

.services .service-post .content h3 a{
	color:#313232;
}

.services .service-post .content h3 a:hover{
	color:#fab226;
}


.services .service-post .content .more a{
	color:#fab226;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Raleway',sans-serif;
	font-size:13px;
}

.services .service-post .content .more a:hover{
	text-decoration:underline;
}


/*** 

====================================================================
	About Us style
====================================================================

****/

.about-us{
	position:relative;	
}

.about-us h2{
	position:relative;
	font-size:18px;
	font-weight:700;
	margin:10px 0px 40px;	
}

.about-us .who-we-are{
	position:relative;
	padding-left:55px;
	border-left:1px solid #e5e5e5;
	padding-bottom:80px;	
}

.about-us .who-we-are .image{
	position:relative;
	padding-left:0px;	
}

.about-us .sec-icon{
	position:absolute;
	left:-18px;
	top:0px;
	display:block;
	text-align:center;
	width:36px;
	height:36px;
	color:#cccccc;
	border:3px solid #fab226;
	background:#ffffff;
	font-size:18px;
	line-height:28px;
}

.about-us .our-services{
	position:relative;
	padding:0px 0px 30px 55px;
	border-left:1px solid #e5e5e5;
	background:none !important;	
}

.about-us .sec-icon{
	position:absolute;
	left:-18px;
	top:0px;
	display:block;
	text-align:center;
	width:36px;
	height:36px;
	color:#cccccc;
	border:3px solid #fab226;
	background:#ffffff;
	font-size:18px;
	line-height:28px;
}

.our-team{
	position:relative;
	padding:0px 0px 0px 55px;
	margin-top:-20px;	
}

.our-team h2{
	top:7px;	
}

.our-team .member{
	position:relative;
	padding:0px 10px 20px;
	margin-bottom:10px;
	text-align:center;	
}

.our-team .image{
	position:relative;
	overflow:hidden;
	display:block;
	width:100%;	
}

.our-team .image img{
	position:relative;
	display:block;
	width:100%;	
}

.our-team .overlay{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(250,178,38,0.75);	
}

.our-team .overlay .link-icon{
	position:absolute;
	left:0px;
	top:0px;
	display:table;
	width:100%;
	height:100%;	
}

.our-team .overlay .link-icon a{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	font-size:20px;
}

.our-team .member:hover .overlay{
	top:0%;
}

.our-team .member h3{
	font-size:16px;
	font-weight:500;
	margin:25px 5px 10px;	
}

.our-team .member h4{
	font-size:13px;
	color:#fab226;
	margin-bottom:15px;
}

.our-team .member .description{
	position:relative;
	padding-bottom:25px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:15px;
	line-height:1.7em;
}

.our-team .member .social{
	font-size:16px;	
}

.our-team .member .social a{
	display:inline-block;
	margin:0px 3px;
	color:#41403f;	
}

.our-team .member .social a:hover{
	color:#fab226;
}	


/*** 

====================================================================
	Blog style
====================================================================

****/

.blog-area{
	position:relative;
	width:70%;	
}

.blog-area .blog-post{
	margin-bottom:25px;
	float:none;
}

.blog-area .blog-post .post-inner{
	padding:22px;	
}

.blog-area .blog-post .overlay .fa{
	font-size:26px;	
}

.blog-area .blog-post .description{
	margin-bottom:30px;	
}

.pagination{
	position:relative;
	padding:20px 0px 0px;
	border:none;
	
}

.blog-area .pagination li{
	margin-right:0px ;
	display:inline-block;
	border-radius:0px;
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
}

.blog-area .pagination li a{
	position:relative;
	display:block;
	font-family:'Raleway',sans-serif;
	font-weight:500;
	padding:5px 14px;
	line-height:20px;
	background:#41403f;
	color:#ffffff;
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;	
}

.blog-area .pagination li.current a,
.blog-area .pagination li:hover a{
	background:#fab226;	
}


/*** 

====================================================================
	Sidebar Style
====================================================================

 ***/

.sidebar{
	position:relative;
	width:30%;	
}

.sidebar .widget{
	position:relative;
	padding:30px;
	background:#ffffff;
	margin-bottom:20px;
}

.sidebar .widget h2{
	position:relative;
	font-size:18px;
	margin-bottom:20px;
	line-height:18px;
	font-weight:700;
	padding-left:15px;
	border-left:3px solid #fab226;
}

.sidebar .search-form input[type="search"],.sidebar .search-form input[type="text"]{
	position:relative;
	width:100%;
	line-height:24px;
	padding:10px 50px 10px 15px;
	border:1px solid #efefef;
	background:#ffffff;
	color:#2d2d2d;
	height:46px;
	font-size:14px;
	color:#2d2d2d;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.sidebar .search-form input[type="search"]:focus,.sidebar .search-form input[type="text"]:focus{
	border-color:#fab226;	
}

.sidebar .search-form .form-group{
	position:relative;	
}

.sidebar .search-form input[type="submit"]{
	position:absolute;
	right:1px;
	top:1px;
	display:block;
	width:50px;
	height:44px;
	background:url(../images/icons/icon-search.png) center center no-repeat;	
}

.sidebar .link-list{
	position:relative;	
}

.sidebar .link-list li{
	position:relative;
	display:block;
	margin-bottom:4px;
}

.sidebar .link-list li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:5px 0px;
	color:#949696;	
}

.sidebar .link-list li a:hover{
	color:#313232;
}


/*** 

====================================================================
	Blog Details style
====================================================================

****/

.blog-details{
	position:relative;
	margin-bottom:20px;
}

.blog-details .post-inner{
	padding:25px 25px 40px;
	background:#ffffff;	
}

.blog-details .post-inner .image{
	position:relative;
	overflow:hidden;
	display:block;	
}

.blog-details .post-inner .image img{
	display:block;
	width:100%;	
}

.blog-details .data-content{
	position:relative;
	color:#929292;
	line-height:1.8em;	
}

.blog-details .data-content p{
	line-height:1.8em;	
}

.blog-details h3{
	margin:30px 0px 15px;
	font-weight:500;	
}

.blog-details .info{
	position:relative;
	margin-top:25px;	
}

.blog-details .date{
	font-size:16px;
	font-style:italic;
	color:#707070;	
}

.blog-details .info .share a{
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	font-size:16px;
	color:#ffffff;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;	
}

.blog-details .info .share a.fb{
	background-color:#0672b7;	
}
.blog-details .info .share a.twitter{
	background-color:#11bcec;	
}
.blog-details .info .share a.google-plus{
	background-color:#d63e3e;	
}
.blog-details .info .share a.linkedin{
	background-color:#0672b7;	
}

.blog-details blockquote{
	border-left:5px solid #fab226;
	margin:20px;
	line-height:1.6em;
	font-size:18px;
	padding:0px 15px;
}

/*** 

====================================================================
	Comment Form style
====================================================================

****/

.comments-form{
	position:relative;
	padding:35px 30px 40px;
	background:#ffffff;
	margin-bottom:25px;	
}

.comments-form h2{
	position:relative;
	font-size:18px;
	font-weight:500;
	margin-bottom:30px;	
}

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

.comments-form input[type="email"],.comments-form input[type="text"]{
	position:relative;
	width:100%;
	line-height:24px;
	padding:12px 25px 10px 25px;
	border:1px solid #efefef;
	background:#ffffff;
	color:#2d2d2d;
	height:50px;
	font-size:14px;
	color:#2d2d2d;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.comments-form textarea{
	position:relative;
	width:100%;
	line-height:24px;
	padding:12px 25px 12px 25px;
	border:1px solid #efefef;
	background:#ffffff;
	color:#2d2d2d;
	height:230px;
	font-size:14px;
	color:#2d2d2d;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	resize:none;
}

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

.comments-form input[type="submit"]{
	position:relative;
	display:inline-block;
	padding:10px 35px;
	line-height:24px;
	border-width:2px;
	color:#ffffff !important;
	border-style:solid;
	border-color:#ffffff;
	background:#fab226;
	font-weight:700;
	text-transform:uppercase;
	font-size:13px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;	
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

/*** 

====================================================================
	Comment Area style
====================================================================

****/

.comments-area{
	position:relative;
	padding:25px 30px 40px;
	background:#ffffff;
	margin-bottom:25px;
}

.comments-area h2{
	position:relative;
	font-size:18px;
	font-weight:500;
	margin-bottom:25px;	
}

.comments-area .comment-box{
	position:relative;	
}

.comments-area .comment-box .comment{
	position:relative;
	padding-left:75px;
	margin-bottom:20px;	
}

.comments-area .comment-box .comment .avatar{
	position:absolute;
	left:0px;
	top:0px;
	width:55px;
	height:55px;	
}

.comments-area .comment-box .comment .avatar img{
	position:relative;
	width:100%;
	height:100%;	
}

.comments-area .comment-box .comment.reply{
	margin-left:50px;
	margin-right:30px;	
}

.comments-area .comment-box .comment .comment-head{
	position:relative;
		
}

.comments-area .comment-box .comment .title{
	position:relative;
	float:left;
	color:#313232;
	font-size:14px;
	font-weight:700;
}

.comments-area .comment-box .comment a.reply{
	position:relative;
	float:right;
	color:#313232;
	font-size:13px;
	color:#313232;
	font-weight:700;
	font-family:'Raleway',sans-serif;
}

.comments-area .comment-box .comment a.reply:hover{
	color:#fab226;
}

.comments-area .comment-box .comment-date{
	position:relative;
	color:#b6b7b7;
	font-size:14px;
	font-style:italic;
	font-weight:300;
	margin:0px 0px 20px;
}

.comments-area hr{
	position:relative;
	margin-bottom:30px;	
}

/*** 

====================================================================
	Contact us style
====================================================================

****/

.contact-us{
	position:relative;	
}

.contact-us h2{
	position:relative;
	font-size:18px;
	font-weight:600;
	margin-bottom:30px;	
}

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

.contact-us .contact-form{
	position:relative;
	padding-right:20px;
	margin-bottom:30px;
}

.contact-us input[type="email"],.contact-us input[type="text"]{
	position:relative;
	width:100%;
	line-height:30px;
	padding:14px 25px 14px 25px;
	border:1px solid #efefef;
	background:#ffffff;
	color:#2d2d2d;
	height:60px;
	font-size:14px;
	color:#2d2d2d;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.contact-us textarea{
	position:relative;
	width:100%;
	line-height:24px;
	padding:12px 25px 12px 25px;
	border:1px solid #efefef;
	background:#ffffff;
	color:#2d2d2d;
	height:230px;
	font-size:14px;
	color:#2d2d2d;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	resize:none;
}

.contact-us input[type="email"]:focus,.contact-us input[type="text"]:focus,.contact-us textarea:focus{
	border-color:#fab226;	
}

.contact-us input.error:focus,.contact-us textarea.error:focus{
	border-color:#ff0000;	
}

.contact-us .contact-form label.error{
	display:none !important;	
}


.contact-us input[type="submit"]{
	position:relative;
	display:inline-block;
	padding:12px 60px;
	line-height:24px;
	border-width:2px;
	color:#ffffff !important;
	border-style:solid;
	border-color:#ffffff;
	background:#41403f;
	font-weight:700;
	font-family:'Raleway',sans-serif;
	text-transform:uppercase;
	font-size:13px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;	
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.contact-us input[type="submit"]:hover{
	background:#fab226;
}

.contact-us .contact-info{
	position:relative;
	padding-left:20px;
}

.contact-us .contact-info .info-box{
	position:relative;
	margin-bottom:25px;	
}

.contact-us .contact-info .info-box li{
	position:relative;
	padding-left:40px;
	color:#a3a5a5;
	font-size:13px;	
}

.contact-us .contact-info .info-box li .fa{
	position:absolute;
	left:0px;
	top:12px;
	width:25px;
	height:25px;
	text-align:center;
	color:#ffffff;
	line-height:25px;
	font-size:14px;
	background:#fab226;
}

.contact-us .contact-info .info-box li strong{
	color:#41403f;	
}

.contact-us .contact-info .info-box li a{
	color:#a3a5a5;	
}

.contact-us .contact-info .info-box li a:hover{
	color:#fab226;	
}

.contact-us .location-map{
	position:relative;
	width:100%;
	height:270px;
	background:#e7e7e7;	
}

.contact-us .location-map .gm-style-iw p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 20px 0;
	text-align:center;
}

.go-to-top{
	position:fixed;
	bottom:40px;
	right:15px;
	width:32px;
	height:32px;
	border:2px solid #000000;
	color:#000000;
	background-color:transparent;
	font-size:24px;
	line-height:24px;
	text-align:center;
	z-index:1000;
	cursor:pointer;
	display:none;	
}

.go-to-top:hover{
	border-color:#fab226;
	background-color:#fab226;
	color:#ffffff;
}

/*======== top bar  Styles ===========*/

.topbar-wrap {
	/*background: #2d2d2d;*/
	max-width: 1140px;
	margin: auto;
	padding: 25px 0;
}
.topbar-wrap .logo {
	padding-top: 35px;
}
.main-header .top-bar .email, .main-header .top-bar .phone {
	color: #dadada;
	padding: 10px 0;
	margin: 0 10px;
}
.main-header .top-bar .top-left a {
	color: #dadada;
}
.main-header .top-bar .top-left .bar {
	color: #dadada;
}
.main-header .top-bar .social-links li a {
	color: #dadada;
	border-color: #fff;
}
.main-header .top-bar .social-links li a:hover {
	border-color: #fff;
}
.main-header .top-bar .social-links {
    padding: 0px 0;
    margin: 3px 0;
}
.main-header .content-box {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.main-header.fixed .lower-sec .content-box {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 992px) { 
	.topbar-wrap .logo img {
		margin: 0 auto 20px auto;
	}
	.topbar-wrap .row {
		margin:0;
	}
	.main-header .top-bar .top-right {
		margin-right: 0;
	}
}

/*======== lower-sec  Styles ===========*/
.lower-sec {
	background-color: #30333c;
}

/*======== shadow Styles ===========*/

.main-slider h4 {
	color: #000000;
}
.main-slider h2 span {
	display: inline-block;
	color: #fff;
	background: rgba(25,30,33,.80);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.main-slider h2 span:after {display: none;}
.main-slider .theme-btn.theme-color {
	background: #FDBA38;
	border-color: #FDBA38;
}
.main-slider h2.theme-color {color: #FDBA38;}
.main-slider h2.theme-color-bg span {
	display: inline-block;
	color: #fff;
	background: rgba(253,186,56,.80);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.sec-title p {
	color: #4D4D4D;
	font-size: 14px;
	line-height: 25px;
	margin-top: 20px;
	font-weight: 500;
}
.featured-services .sec-title {
	padding-bottom: 35px;
}


/*======== single what we do  Styles ===========*/

.featured-services {
	padding-bottom: 80px;
}
.single-what-we-do {
	padding: 0;
}
.single-what-we-do .img-wrap,
.single-what-we-do.content-left .content {
	float: left;
}
.single-what-we-do .content,
.single-what-we-do.content-left .img-wrap {
	float: right;
}
.single-what-we-do .img-wrap {
	width: 50%;
	overflow: hidden;
	position: relative;
}
.single-what-we-do .img-wrap img {
	transform: scale(1);
}
.single-what-we-do:hover .img-wrap img {
	transform: scale(1.1);
}
.single-what-we-do:hover .img-wrap .overlay {
	transform: scale(1.1);
}
.single-what-we-do .img-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(250, 178, 38, .8);
	opacity: 1;
	z-index: 999;
	transform: scale(0.0);
}
.single-what-we-do .img-wrap .overlay .link {
	display: table;
	width: 100%;
	height: 100%;
}
.single-what-we-do .img-wrap .overlay a {
	position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.single-what-we-do.content-left .content {
	padding-left: 38px;
	padding-right: 38px;
}
.single-what-we-do .content {
	padding: 0 20px 0 38px;
	position: relative;
	width: 50%;
	border: 1px solid #F5F5F5;
	padding-bottom: 38px;
}
.single-what-we-do .content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #2C2C2C;
	line-height: 55px;
	margin: 0;
	margin-top: 17px;
}
.single-what-we-do .content:hover h3 {
	color: #FAB226;
}
.single-what-we-do .content p {
	color: #6B6B6B;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
}
.single-what-we-do .content a {
	color: #FDBA38;
	font-size: 12px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
}
.single-what-we-do .content a:hover {
	text-decoration: underline;
}
.single-what-we-do.content-left .content:after {
	left: auto;
	right: -34px;
	transform: rotate(180deg);
}
.single-what-we-do .content:after  {
	background: url(../images/what-we-do/arrow.png) no-repeat 0 0;
	width: 34px;
	height: 220px;
	content: ' ';
	position: absolute;
	top: 0;
	left: -34px;
	z-index: 9999;
}
.featured-services .container-box {
	padding-left: 0;
	padding-right: 0;
}

/*======== our services style three Styles ===========*/

.our-services.style-three {
	background: #fff;
	padding-bottom: 0;
}
.our-services.style-three .container-box {
    position: relative;
    margin: auto;
    max-width: 1140px;
}
.our-services.style-three .container-box [class^='col'] {
	padding: 0 10px;
}

/*======== section title style two Styles ===========*/

.sec-title.text-left {
	text-align: left;
}
.sec-title.style-two .double-line {
	position: relative;
    top: 0px;
    display: inline-block;
    width: 6px;
    height: 45px;
    border: 0;
    border-right: 1px solid #fab226;
    border-left: 1px solid #fab226;
}
.sec-title.style-two p {
	display: inline-block;
	margin: 0;
	width: 74%;
	line-height: 29px;
	vertical-align: top;
}
.our-services.style-three .container-box .single-service-style-three {
	position: relative;
	padding: 0;
	display: block;
	padding: 0 2.5px;
	margin-bottom: 5px;
}
.single-service-style-three i,
.single-service-style-three .content {
	display: table-cell;
}
.single-service-style-three i {
	color: #FAB226;
	width: 50px;
	vertical-align: middle;
	padding-right: 20px;
}
.single-service-style-three i:before {
	font-size: 50px;
	margin: 0;
}
.single-service-style-three .border {
	padding: 0 20px;
	position: relative;
}
.single-service-style-three.skew-right-one .border,
.single-service-style-three.skew-right-two .border {
	border-left: 1px solid #f4f4f4;
}
.single-service-style-three.skew-left-one .border,
.single-service-style-three.skew-left-two .border {
	border-right: 1px solid #f4f4f4;
}
.single-service-style-three.skew-right-one .border:before,
.single-service-style-three.skew-right-two .border:before {
	content: '';
	position: absolute;
	border: 1px solid #f4f4f4;
	transform: skew(-15deg);
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
}
.single-service-style-three.skew-left-one .border:before,
.single-service-style-three.skew-left-two .border:before {
	content: '';
	position: absolute;
	border: 1px solid #f4f4f4;
	transform: skew(-15deg);
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
}
.single-service-style-three.skew-right-two .border:before {
	border-left: 0;
	transform: skew(15deg);
}
.single-service-style-three.skew-right-one .border:before {
	border-left: 0;
}
.single-service-style-three.skew-left-two .border:before {
	border-right: 0;
	transform: skew(15deg);
}
.single-service-style-three.skew-left-one .border:before {
	border-right: 0;
}
.single-service-style-three .content {
	vertical-align: top;
	padding: 18px 0;
}

.single-service-style-three .content h4 {
	color: #41403F;
	font-size: 16px;
	line-height: 43px;
	font-weight: 800;
	margin: 0;
}
.single-service-style-three .content p {
	color: #6B6B6B;
	font-size: 14px;
}
.single-service-style-three .content a {

}
.single-service-style-three .content a {
	color: #FDBA38;
	font-size: 12px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
}

.project.three-col.parallax-section .sec-title {
	padding-bottom: 50px;
}
.project.three-col.parallax-section .filter-tabs.style-two li {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.project.three-col.parallax-section .theme-btn {
	margin-top: 50px;
}

/*======== our team home page Styles ===========*/

.our-team.home-page {
	padding: 80px 0;
}

/*======== new css home page Styles ===========*/

.mid_part .block_content {
    padding: 30px 10px;
    margin-bottom: 40px;
}
.mid_part .block_content h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #000;
}
.mid_part .block_content p,
.buttons-section p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #313131;
}
.mid_part .more_link {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}
.side_menu ul {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    border: #d5d5d5 1px solid;
    margin: 0 !important;
}
.side_menu ul li a {
	color: #333;
    display: block;
    border-bottom: #d5d5d5 1px solid;
    padding: 17px 15px;
}
.side_menu ul li a:hover {
    background-color: #f7f7f7;
    text-decoration: none;
}
.buttons-section {
	margin-bottom: 75px;
}
.buttons-section a {
    background-color: #02b5ed;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 40px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    margin-left: 10px;
}
.buttons-section a:hover {
	color: #02b5ed;
}
.buttons-section a:before {
	color: #02b5ed;
	background-color: #fff;
    border-radius: 5px !important;
}
.home_industry_practice {
    padding: 80px 0 60px;
    background: url(../images/industry_practice_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.home_industry_practice h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 43px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 25px;
    text-align: center;
    color: #f68c0c;
}
.home_industry_practice p {
    padding: 0 12%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 1.6842em;
}
.home_industry_practice ul {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
    float: left;
}
.home_industry_practice ul:first-child {
    width: 68%;
}
.home_industry_practice ul li {
    padding: 0 0 0 35px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.home_experience {
    padding: 60px 0;
    background-color: #f6f6f6;
}
.home_experience .bot_box {
    background-color: #fff;
    border: #e0e0e0 1px solid;
    text-align: center;
}
.home_experience h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    margin: 0 0 50px;
    text-align: center;
    color: #000;
}
.home_experience .bot_box p {
    font-size: 16px;
    line-height: 28px;
    color: #5c5c5c;
    margin: 0 0 35px !important;
}
.home_experience .bot_box p strong {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    color: #000;
    padding: 40px 0 20px;
}
.home_experience .bot_box p span {
    display: block;
}
.home_looking_for {
    padding: 65px 0 60px;
    background: url(../images/home_lookingfor_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    text-align: center;
}
.home_looking_for h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    line-height: 54px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 40px;
}
.home_looking_for p a {
    background-color: #02b5ed;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 40px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}
.home_looking_for a:hover {
	color: #02b5ed;
}
.home_looking_for a:before {
	color: #02b5ed;
	background-color: #fff;
    border-radius: 5px !important;
}
.home_blog {
    padding: 80px 0 70px;
    background-color: #f4f4f4;
}
.home_blog h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    margin: 0 0 45px;
    color: #000;
    overflow: hidden;
}
.home_blog h2 a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    color: #389fd7;
    float: right;
    display: inline-block;
}
.home_blog h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #000;
}
.home_blog h3 a {
    color: #000;
}
.home_blog p.date {
    font-size: 14px;
    color: #a3a3a3;
    line-height: 30px;
    font-weight: 400;    
    margin-bottom: 1.6842em;
}
.home_blog p {
	font-size: 14px;
    color: #a3a3a3;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 1.6842em;
}
.home_blog .button {
    background-color: #f48b0c;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 5px;
}
.home_blog .button:hover {
	color: #f48b0c;
}
.home_blog .button:before {
	color: #02b5ed;
	background-color: #fff;
    border-radius: 5px !important;
}
.home_testimonials {
    padding: 115px 0 70px;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
@media (max-width: 992px) { 
	.rslides {
		height: 400px;
	}
	.rslides li {
		height: 400px !important;
	}
	.rslides li .img-responsive {
		height: 400px;
	}
	.banner_content {
		text-align: center;
	}
	.banner_content h2 {
	    font-size: 250%;
	    line-height: 1.2;
	}
	.banner_content p {
	    font-size: 120%;
	    line-height: 1.3;
	    padding-right: 0;
	}
}
.home_testimonials h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 35px;
    color: #000;
}
.home_testimonials p {
	font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #313131;
}
.home_testimonials .bot_link {
	text-align: center;
}
.home_testimonials .bot_link a {
    font-weight: 700;
    color: #389fd7;
}
.home_testimonials .rslides_tabs {
    text-align: center;
    margin: 60px 0 0;
}
.home_testimonials .rslides_tabs li {
    display: inline-block;
    padding: 0 4px;
    vertical-align: top;
}
.home_testimonials .rslides_tabs li a {
    font-size: 0;
    line-height: 0;
    text-indent: -2000px;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #cdcdcd;
}
.home_testimonials .rslides_tabs li.rslides_here a {
    background-color: #756f6f;
}
.footer_top {
    padding: 60px 0 50px;
    background-color: #f4f4f4;
}
.footer_top .widget {
    padding: 0 0 30px;
    overflow: hidden;
    margin: 0;
}
.footer_top .widget-title {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 25px !important;
    color: #000;
    text-transform: uppercase;
}
.footer_top form input {
    font-family: 'Roboto', sans-serif;
    width: 75%;
    font-size: 16px;
    line-height: 20px;
    height: 46px;
    padding: 0.5em;
    background-color: #fff;
    border: #d1d1d1 1px solid;
}
.footer_top form .button {
	width: auto;
	float: right;
	padding: 13px 20px;
    text-transform: none;
    -webkit-appearance: button;
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}
.footer_top form .button:hover {
	background-color: rgba(51, 51, 51, 0.7);
}
.footer_top .social_share {
	width: 100%;
    float: left;
    padding: 20px 0 0;
    margin-top: 30px;
}
.footer_top .social_share ul li {
    float: left;
    padding: 0 10px 0 0;
}
.footer_top .social_share ul li.linkedin {
	background: url(../images/ico_share.jpg) 0 0 no-repeat;
	width: 60px;
	height: 62px;
	float: left;
	margin: -13px 7% 0 0;
}
.footer_top .social_share ul li a {
    display: block;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    border: none;
}
.footer_top .social_share ul li.facebook a {
    background-color: #3b5998;
    color: #fff;
}
.footer_top .social_share ul li.twitter a {
    background-color: #55acee;
    color: #f1f2f2;
}
.footer_top .social_share ul li.gplus a {
    background-color: #dc4e41;
    color: #fff;
}
.footer_top .footer_top_right p {
    font-size: 14.5px;
    line-height: 35px;
    font-weight: 400;
    color: #313131;
    padding: 0 0 10px 45px;
    margin-bottom: 15px;
}
.footer_top .footer_top_right p a {
	color: #333;
}
.footer_top .footer_top_right p:first-child {
    background: url(../images/footer_location_icon.png) 0 3px no-repeat;
    line-height: 24px;
}
.footer_top .footer_top_right p:nth-child(2) {
    background: url(../images/footer_phone_icon.png) 0 3px no-repeat;
}
.footer_top .footer_top_right p:nth-child(3) {
    background: url(../images/footer_mail_icon.png) 0 3px no-repeat;
}
.footer_bottom {
    padding: 20px 0;
    text-align: left;
}
.footer_bottom .bottom_right {
	text-align: right;
}
.footer_bottom p {
    font-size: 14px;
    line-height: 30px;
    color: #313131;
    margin: 0;
}
.footer_bottom p a {
    color: #313131;
    text-decoration: underline;
}
@media (max-width: 992px) { 
	.footer_top form input {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.footer_top form .button {
		float: left;
	}
	.footer_top .social_share {
		margin-bottom: 20px;
	}
	.footer_bottom {
		text-align: center;
	}
	.footer_bottom .bottom_right {
		text-align: center !important;
	}
}

/*======== new css about us page Styles ===========*/

.breadcrumbs {
    padding: 40px 0;
    background-color: #ececec;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.breadcrumbs ul {
	margin: 0;
	padding: 0;
}
.breadcrumbs li {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    margin: 0;
    font-weight: 500;
    display: inline-block;
}
.breadcrumbs li a {
    color: #02b5ed;
    padding: 0;
    border: none;
}
.inner_content {
    padding: 70px 0;
}
.inner_content h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 50px;
    color: #000;
    text-align: center;
}
.inner_content h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 38px;
    line-height: 50px;
    font-weight: 400;
    margin: 0 0 30px;
    color: #038bad;
}
.inner_content h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin: 0 0 30px;
    color: #038bad;
}
.inner_content h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #038bad;
}
.inner_content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #313131;
    margin-bottom: 30px;
}
.inner_content p a {
    color: #02b5ed;
}
.inner_content .alignleft {
	margin: 0.4211em 1.6842em 1.6842em 0;
	float: left;
}
.inner_content ul {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #313131;
    list-style: disc;
    padding: 0 0 0 30px;    
    margin-bottom: 1.6842em;
}
.inner_content ul li {
	list-style: disc;
}
.industry_served {
    padding-top: 100px;
}
.industry_link {
    display: block;
    padding: 30px;
    min-height: 200px;
    background-color: #fff;
    border: #e9e9e9 1px solid;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #313131;
    margin-bottom: 45px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.5s ease-in-out;
}
.industry_link img {
	margin: 0 auto;
}
.industry_link:hover {
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.inner_content .aligncenter {
	margin: 0 auto;
}
.inner_content p span.gray {
    color: #999 !important;
}
.inner_content .contact-us label{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #313131;
}
.inner_content .contact-us select {
	color: #c0392b;
	font-size: 20px;
	font-weight: 600;
    height: 42px !important;
}
.inner_content .contact-us .input {
    height: 42px !important;
    width: 100% !important;
    background-color: #fff !important;
    border: #d9d9d9 1px solid !important;
    margin-top: 5px !important;
    padding: 0.5278em !important;
}
.inner_content .contact-us .submit-btn {
	font-family: 'Roboto', sans-serif;
    background-color: #02b5ed;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
    padding: 13px 40px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    text-transform: none;
    margin-top: 20px;
    border: none;
}
.inner_content .contact-us .submit-btn:hover {
    background-color: #02b5ed;
	color: #000 !important;
}
.case_study_block .img_cont a:hover .overlay {
    opacity: 1;
}
.case_study_block .img_cont a {
    display: block;
    position: relative;
}
.case_study_block .img_cont {
    overflow: hidden;
    margin-bottom: 20px;
}
.case_study_block .img_cont a .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zoom_icon.png) 50% 50% no-repeat rgba(246, 140, 12, 0.8);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.case_study_block h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: center;
    min-height: 48px;
}

/*======== new css contect us page Styles ===========*/

.google_map {
    padding-bottom: 35%;
    position: relative;
}
.google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*======== new css Blog page Styles ===========*/

.post h3 {
    font-size: 39px;
    line-height: 56px;
    color: #3b3b3b;
    font-weight: 700;
    margin: 0 0 20px;
}
.post h3 a {
	color: #3b3b3b;
}
.post p.date {
    color: #9b9b9b;
    margin-bottom: 25px;
}
.inner_content p a {
    color: #02b5ed;
}
.post img {
    margin-bottom: 30px;
    max-width: 100% !important;
    width: 100% !important;
}
.blog_inner {
    padding: 0 0 40px;
}
.blog_top {
    padding: 0 20px 20px 20px;
	border-bottom: #cfcfcf 1px solid;
}
.blog_sidebar form {
    background-color: #eee;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.blog_sidebar form input[type="search"] {
    background:#eee;
    border-radius: 0;
    border: none;
    height: 42px;
    width: 71%;
    padding: 0 10px;4
    float: left;
}
@media (min-width: 1200px) {
	.blog_sidebar form input[type="search"] {
	    width: 67.5%;
	}
}
@media (min-width: 992px) {
	.blog_sidebar form input[type="search"] {
	    width: 71%;
	}
}
@media (min-width: 768px) {
	.blog_sidebar form input[type="search"] {
	    width: 88.3%;
	}
}
@media screen and (min-width: 400px) {
	.blog_sidebar form input[type="search"] {
	    width: 78%;
	}
}
@media screen and (min-width: 350px) {
	.blog_sidebar form input[type="search"] {
	    width: 68%;
	}
}
.blog_sidebar form input[type="submit"] {
    width: 84px;
    height: 39px;
    font-weight: 400;
    font-size: 14px;
    line-height: 39px;
    border-radius: 5px;
    border: none !important;
    background-color: #02b5ed;
    color: #fff;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: block;
    box-shadow: none;
    float: right;
}
.blog_sidebar h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 25px;
    font-weight: 600;
    color: #3b3b3b;
}
.blog_sidebar ul {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #313131;
}
.blog_sidebar ul li {
    list-style: none;
}
.blog_sidebar ul li a {
    color: #5e5e5e;
}
.comments-area {
    padding: 0 !important;
    margin: 80px 0 0 !important;
    box-shadow: none !important;
}
.comment-meta .img-box {
	float: left;
	margin: 3px 30px 0 0;
}
.comment-meta .comment-text {
	float: left;
}
.comment-meta .comment-text h3 {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 40px;
}
.comment-meta .reply {
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}
.comment-meta .reply:hover {
	border-color: #333;
    color: #333;
}
.comment-respond {
	margin-top: 1.6842em;
	border-top: #d9d9d9 1px solid;
	padding: 1.6842em 0 0 0;
}
.comment-respond h3 {
	font-size: 35px;
    line-height: 150%;
    color: #5e5e5e;
    font-weight: 700;
    margin: 0 0 20px;
}
.comment-respond p {
	padding-bottom: 30px;
	color: rgba(51, 51, 51, 0.7);
}
.comment-respond p span,
.contact-us .required {
	color: #c0392b;
}