/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*body{
	padding:0;
	margin:0;
	font-family: 'Maven Pro', sans-serif;
}*/
/*body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}*/

h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
.header {
	/*background:#30394D;*/	 
	/*border-bottom: 3px solid #BFBFBF;*/
    width:600px;
}
.logo{
	float:left;
	width:9%;	 
}
.top-menu{
	float:right;
	padding-top: 2.2em;
	width: 80%;		 
}
.top-menu ul{
	padding:0;
	margin:0;			
}
.top-menu ul li{
	display:inline-block;
	text-transform:uppercase;
	float:left;
	margin: 0 2.5em;
}
.top-menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
	display:block;
	padding:0.5em 1em;
	font-weight:900;
}	
.top-menu ul li a:hover {
	background: #013a87;
	color:#FFFFFF;
}
.header-top {
	border-bottom: 3px solid #242B3A;
	padding:1em 0;
}	
.about-section-head{
	padding: 6em 0;
}	
.about-section-head h3{
	font-weight: 900;
	font-size:36px;
	color: #66635E;
	margin: 0.7em 0;
}	
.about-section-top-grid{
	background: #0288D1;
	padding: 4em 0;
}	
.about-section-head p{
	color: #66635E;
	font-size: 32px;
	font-weight: 400;
}
.about-section-middle-grid{
	background: #00E676;
	padding: 4em 0;					  
}				
.about-section-bottom-grid{
	background: #FFBC00;
	padding: 4em 0;					  
}
.about-section-top-left-grid h4 {
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 400;
}
.about-section-top-right-grid p{
	color:#FFFFFF;
	font-size:34px;
	font-weight:500;
}
.about-section-middle-left-grid h4 {
	color: #FFFFFF;
	font-size:42px;
	font-weight: 400;
}
.about-section-middle-right-grid p{
	color:#FFFFFF;
	font-size:26px;
	font-weight:500;
}
.about-section-bottom-left-grid h4 {
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 400;
}
.about-section-bottom-right-grid p{
	color:#FFFFFF;
	font-size:34px;
	font-weight:500;
}
/***** Slider *****/
.banner-wrap {
    padding:2em 0 5em 0;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
    width: 100%;
	height: auto;
	display:block;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right:44%;
	bottom:0px;
}
ul.wmuSliderPagination {
    padding: 0;
    border: 2px #013a87;
}
.wmuSliderPagination li {
	float: left;
	margin:0 15px 0 0;
	list-style-type: none;
    border:1px #013a87;
}
.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: #dbdbdb;
    border-radius: 50%;
    border: 1px #013a87;
}
    .wmuSliderPagination a.wmuActive {
        background: #013a87;
        border: 1px #013a87;
    }
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 30px;
    height: 50px;
    text-indent: -9999px;
    background: url(../images/previous.png)no-repeat;
    top: 48%;
    z-index: 2;
    cursor: pointer;
}
.wmuSliderPrev {
    background-position: 0px -95px;
    left: 0;
    background: url(../images/previous.png)no-repeat;
}
.wmuSliderNext {
    background-position: -28px -96px;
    right: 0px;
    background: url(../images/next.png)no-repeat;
}
.bannertop_box{
	width:50%;
	float:left;
	padding:4em 0 0 4em;
}
.bannertop_box h1 {
	color: #EDE8E0;
	font-size:8em;
	font-weight:900;
}
.bannertop_box h1 span{
	color: #EDE8E0;
	font-size:0.5em;
	font-weight:400;
	display:block;
}
.bannertop_box label{
	margin:0;
	color:#EDE8E0;
	font-size:23px;
	font-weight:400;
}
.bannertop_box p{
	margin:1.5em 0;
	color:black;
	font-size:23px;
	font-weight:400;
}
span.bold.block {
	display: block;
}
span.bold {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.3em;
}

.banner_right {
	float: right;
	width: 45%;
	padding-right: 4em;
    padding-top:1em;
    color:black;
}
.banner_right h1{
	color:#fff51f;
	font-size:4em;
	font-weight:bold;
	line-height: 0.9em;
}
.banner_right p{
	float:right;
	color:black;
	font-size:14px;
    font-weight:400
}
.banner_btn {
	display: inline-block;
	background: #fff51f;
	padding:16px 25px;
	color: #333;
	font-size: 0.85em;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	margin-top: 4em;
}
.banner_btn:hover{
	color:#fb4d01;
	text-decoration:none;
}
.work-section-head h3{
	font-weight: 900;
	font-size: 36px;
	color: #66635E;
	margin: 1.2em 0;
}	
.work-section{
	padding:4em 0;			 
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 33.333%;
	display:none;
	float:left;
	overflow:hidden;
}	
.portfolio-wrapper{
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
	padding: 2em 1em;
}
.portfolio img {
	max-width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
	display: block;
}
a.lightbox img {
	width:100%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
	z-index: 999;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
	margin: auto;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	border: 10px solid white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
	display: block;
	width:50px;
	height:50px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
	right:0;
}

.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
	width:40%;
}

.lightbox-target:target a.lightbox-close {
	top: 0px;
}
a.lightbox img:hover { 
	background:#21A957;
}				
span.more{
	font-size:24px;
	font-weight:400;
	color:#66635E;
	text-align:center;
	margin: 1em 0;
	display:block;
}	
span.more a {
	text-decoration: none;
	font-weight: 900;
	color: #0288D1;
}
span.more a:hover{
	color:#1372A5;
}		
.clients-section-head h3{
	font-weight: 900;
	font-size: 36px;
	color: #FFFFFF;
	margin: 1.5em 0;
}	
.client-section-grid img{
	padding: 4em 0;
}
.clients-section{
	background:#013a87;
	padding:3em 0;				 
}
.contact-section-head h3{
	font-weight: 900;
	font-size: 36px;
	color: #FFFFFF;
	margin: 1.5em 0;
}
.contact-section{
	background:#0288D1;
	padding:3em 0;	
}
.comments-area input[type="text"],.comments-area textarea{
	padding: 8px 15px;
	width:100%;
	color: #0288D1;
	font-size: 15px;
	font-weight:500;
	border: none;
	background: #F7F3ED;
	outline: none;
	display: block;
}
.comments-area textarea {
	resize:none;
	height:15em;
}								
.comments-area label {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
}
.comments-area {
	width: 60%;
	margin: 0 auto;
}
.comments-area p{
	margin:2.3em 0;
}
.comments-area input[type="submit"]{
	padding: 0 1em;
	font-size: 38px;
	font-weight: 900;
	color: #FFFFFF;
	border: none;
	outline: none;
	background: #013a87;
	text-transform: uppercase;
	text-align:right;
}
.comments-area input[type="submit"]:hover{
	background:#015F92;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.submit {
	text-align: right;
	margin:3em 0;
}
.social-icons i {
	width: 90px;
	height: 90px;
	background: url("../images/img-sprite.png") no-repeat 0px 0px;
	display: inline-block;
}
.social-icons i :hover{
	width: 90px;
	height: 90px;
	background: url("../images/img-sprite.png") no-repeat 0px 0px;
	display: inline-block;
	opacity: 0.5;
}
.social-icons i.behance-icon{
	background-position:0px 0px;						 
}
.social-icons i.behance-icon:hover{
	background-position:0px 0px;
	opacity: 0.5;
	color:#fff;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social-icons i.dribble-icon{
	background-position:-90px 0px;						 
}
.social-icons i.dribble-icon:hover{
	background-position:-90px 0px;
	opacity: 0.5;
	color:#fff;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social-icons i.linkein-icon{
	background-position:-180px 0px;						 
}   
.social-icons i.linkein-icon:hover{
	background-position:-180px 0px;
	opacity: 0.5;
	color:#fff;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.social-icons i.vimeo-icon{
	background-position:-270px 0px;						 
}
.social-icons i.vimeo-icon:hover{
	background-position:-270px 0px;
	opacity: 0.5;
	color:#fff;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}						  
.social-icons i.twitter-icon{
	background-position:-360px 0px;						 
}
.social-icons i.twitter-icon:hover{
	background-position:-360px 0px;
	opacity: 0.5;
	color:#fff;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}								  
.social-icons i.facebook-icon{
	background-position:-450px 0px;						 
}
.social-icons i.facebook-icon:hover{
	background-position:-450px 0px;
	opacity: 0.5;
	color:#fff;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}	
.social-icons i.skype-icon{
	background-position:-540px 0;						 
}
.social-icons i.skype-icon:hover{
	background-position:-540px 0px;
	opacity: 0.5;
	color:#fff;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}	
.social-icons{
	text-align: center;
	margin: 5em 0 2em 0;
}
.copyright p{
	color:#FFFFFF;
	font-weight:400;
	font-size:19px;
	text-align:center;
}
.copyright p a{
	color:#013a87;
}	
.copyright p a:hover{
	color:#015F92;
}	
.footer{
	background:#30394D;
	padding:3em 0;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
}

/*----- responsive-design ------*/	

