
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Hind:400,300,500,600,700);

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

/*** 

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

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

/*** 

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

 ***/

body {
	font-family: 'Hind', sans-serif;
	font-size:14px;
	color:#505050;
	line-height:1.6em;
	font-weight:400;
	background:#202e31;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#011875;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
	color:#058087;
}
#testDiv3 a:hover{
	color:#058087 !important;
}
select option:hover {
   background: #9db7d0 !important;
}  
        

            option:checked:hover, select:focus option:checked:hover {
                background-color: darkgoldenrod!important;
                color: darkgoldenrod!important;
            }
            
h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
}

input,button,select,textarea{
	font-family: 'Hind', sans-serif;	
}

/*::-webkit-input-placeholder { color:rgba(0,0,0,0.80);}
::-moz-placeholder { color:rgba(0,0,0,0.80) ;}
:-ms-input-placeholder { color:rgba(0,0,0,0.80) ;}
input:-moz-placeholder { color:rgba(0,0,0,0.80) ;}*/

p{
	/*position:relative;*/
	line-height:1.6em;
		
}

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

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

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	min-height:400px;
	overflow:hidden;background: #ffffff;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.btn-normal{
	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;
}

.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-bg{
	background-color:#011875;	
}

.theme-color{
	color:#011875;	
}

.out{
	opacity:0;	
}

.in{
	opacity:1;	
}

.uppercase{
	text-transform:uppercase !important;	
}

.capitalized{
	text-transform:capitalize !important;	
}

.lowercase{
	text-transform:lowercase !important;	
}

.no-uppercase{
	text-transform:none !important;	
}

.light-btn{
	position:relative;
	display:inline-block;
	padding:10px 30px;
	line-height:26px;
	border:1px solid transparent;
	background:#011875;
	margin-bottom:5px;
	color:#ffffff;
	text-transform:uppercase;
	font-family:'Hind',sans-serif;
	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;
}

.dark-btn{
	position:relative;
	display:inline-block;
	padding:10px 30px;
	line-height:26px;
	border:1px solid transparent;
	background:#202e31;
	margin-bottom:5px;
	color:#ffffff;
	text-transform:uppercase;
	font-family:'Hind',sans-serif;
	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;
}

.light-btn:hover,
.dark-btn:hover{
	background-color:#011875;
	border-color:#2d2d2d;
	color:#ffffff;	
}

.primary-btn{
	position:relative;
	left:0px;
	display:inline-block;
	overflow:hidden;
	background:#011875;
	color:#202e31 !important;
	padding-right:60px;
}

.primary-btn *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;	
}

.primary-btn .btn-text{
	position:relative;
	display:block;
	line-height:30px;
	padding:12px 40px 8px 25px;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	color:#FFF;
}

.primary-btn .icon{
	position:absolute;
	right:-10px;
	top:0px;
	display:block;
	line-height:30px;
	padding:10px 30px 10px 25px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	height:100%;
	background:#058087;
	transform:skewX(-20deg);
	-ms-transform:skewX(-20deg);
	-o-transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
	-webkit-transform:skewX(-20deg);
}

.primary-btn.light .icon{
	background:#ffffff;
	color:#202e31;	
}

.primary-btn .icon .f-icon{
	position:relative;
	display:block;
	transform:skewX(20deg);
	-ms-transform:skewX(20deg);
	-o-transform:skewX(20deg);
	-moz-transform:skewX(20deg);
	-webkit-transform:skewX(20deg);
}

.primary-btn:hover .btn-text{
	opacity:1;
	color:#ffffff;	
}

.primary-btn.hvr-bounce-to-left::before{
	background:#058087;	
}

.we-are-best .primary-btn.hvr-bounce-to-left::before{
	background:#505050;	
}

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


/*** 

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

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	border-bottom:1px solid #dddddd;
	z-index:10;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-moz-transition:all 1s ease;
}

.main-header .header-top{
	position:relative;
	background:#202e31;
	padding:12px 0px;
}

.main-header .header-top *{
	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 .header-top a{
	color:#777777;	
}

.main-header .header-top a:hover{
	color:#ffffff;	
}

.main-header .header-top .top-left{
	position:relative;
	line-height:26px;	
}

.main-header.style-two .header-top .top-left .phone,
.main-header.style-two .header-top .top-left .email{
	margin-right:40px;
	line-height:26px;
	font-size:13px;
	font-weight:500;
}

.main-header .header-top .top-left .phone,
.main-header .header-top .top-left .email{
	margin-right:0px;
	margin-left:40px;
}

.main-header .header-top .top-left .f-icon{
	position:relative;
	top:0px;
	font-size:14px;
	padding-right:5px;
	color:#011875;
}

.main-header .header-top .top-right{
	position:relative;
	top:3px;
	font-size:12px;
	line-height:26px;
}

.main-header .header-top ul li{
	position:relative;
	display:inline-block;
	margin:0px 10px;
	color:#5a6163;
}

.main-header .header-top ul li:after{
	content:'|';
	position:absolute;
	right:-11px;
	top:-1px;
	line-height:26px;
	display:inline-block;	
}

.main-header .header-top ul li:last-child:after{
	display:none;
}

.main-header .header-top ul li a{
	position:relative;
	display:block;
	color:#777777;
	line-height:26px;
	text-transform:uppercase;
	font-weight:600;
}

.main-header .header-lower{
	position:relative;
	background:#ffffff;
	min-height:100px;
	padding:20px 0px;padding-bottom: 0px;
}

.main-header.header-fixed .header-lower{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	z-index:555;
	border-bottom:3px solid #001976;	
}

.main-header .header-lower .logo{
	position:relative;
	float:left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-lower .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
	height:auto;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header.style-two .header-lower .logo a{
	z-index:5;	
}

.main-header.style-two .header-lower .logo img{
	margin-top:-30px;
	z-index:5;	
}

.main-header.style-two.header-fixed .header-lower .logo img{
	margin-top:0px;
	height:60px;	
}

.main-header.style-two .header-lower .logo:before{
	content:'';
	position:absolute;
	width:1200px;
	height:152px;
	background:#011875;
	left:-900px;
	bottom:-20px;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	z-index:1;	
}

.main-header .header-lower .right-cont{
	position:relative;
	float:right;
	padding:14px 0px;
	padding-right:0px;
}

.main-header .main-menu{
	position:relative;
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	-moz-transition:all 1s ease;	
}

.main-header .main-menu .navbar-collapse{
	padding:0px;	
}

.main-header .main-menu .navbar-nav{
	margin:0px;	
}

.main-header .main-menu .navbar-nav > li{
	position:relative;
	padding:0px;
	margin-left:15px;	
}

.main-header .main-menu .navbar-nav > li > a{
	position:relative;
	display:block;
	padding:6px 16px 4px;
	font-size:16px;
	line-height:22px;
	/*font-weight:600;*/
	text-transform:uppercase;
	color:#058087;
	opacity:1;
	z-index:2;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navbar-nav > li:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/*background:#011875;*/
	z-index:1;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	/*transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);*/
}

.main-header .main-menu .navbar-nav > li:hover:after,
.main-header .main-menu .navbar-nav > li.current:after,
.main-header .main-menu .navbar-nav > li.current-menu-item:after{
	opacity:1;	
}

.main-header .main-menu .navbar-nav > li > a:hover,
.main-header .main-menu .navbar-nav > li > a:active,
.main-header .main-menu .navbar-nav > li > a:focus{
	background:none;
	color:#505050;
	/*font-weight:600;*/
	opacity:1;	
}

.main-header .main-menu .navbar-nav > li > a:visited{
	background:none;
}

.main-header .main-menu .navbar-nav > li:hover > a,
.main-header .main-menu .navbar-nav > li.current > a,
.main-header .main-menu .navbar-nav > li.current-menu-item > a,
.main-header .main-menu .navbar-nav > li > ul > li:hover > a{
	color:#454545;
	/*font-weight:600;*/
	opacity:1;
}

.main-header .main-menu .navbar-nav > li.dropdown > ul{
	position:absolute;
	/*left:-4px;*/
	top:200%;
	width:200px;
	padding:0px;
	border:1px solid rgba(255,255,255,0.50);
	border-top:none;
	z-index:100;
	background:#058087;
	/*visibility:hidden;
	opacity:0;*/
	display:none;
	border-radius:0px 2px 2px 2px;
	-ms-border-radius:0px 2px 2px 2px;
	-webkit-border-radius:0px 2px 2px 2px;
	-moz-border-radius:0px 2px 2px 2px;
	-o-border-radius:0px 2px 2px 2px;
	/*transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;*/
}

.main-header .main-menu .navbar-nav > li.dropdown:hover > ul {
	top:100%;
	opacity:1;
	visibility:visible;	display:block;   
}
p a:hover{
	color: #058087 !important;
}
@media(min-width:560px){
	li:hover > ul.abt {
	left: -30%!important;    width: 130% !important;
}.main-header .main-menu .navbar-nav > li.dropdown:hover > ul {
	  left: -15%!important;
    width: 160px !important;
}
	}
.main-header .main-menu .navbar-nav > li > ul > li.dropdown:before{
	font-family: 'FontAwesome';
	content:'\f0da';
	position:absolute;
	right:7px;
	top:7px;
	width:20px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}
@media(min-width:560px){
	.main-header .main-menu .navbar-nav > li > ul > li{
	  border-bottom: #CCC 1px solid;
	  
	  }
}
.main-header .main-menu .navbar-nav > li > ul > li{
	position:relative;
	float:none;
	width:100%;
	width: 100%;
    float: left;
    line-height: 40px;
  
    margin: 0px;
    padding: 0px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main-header .main-menu .navbar-nav > li > ul > li:last-child{
	   margin-bottom: 0px;
    /*border-bottom: none;*/
}

.main-header .main-menu .navbar-nav > li > ul > li > a{
	position:relative;
	display:block;
color: #FFF;
    font-size: 13px;
    display: block;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
	color:#ffffff;
	word-wrap:break-word;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navbar-nav > li > ul > li:hover{
	
	
}

.main-header .main-menu .navbar-nav > li > ul > li > ul{
	position:absolute;
	left:200%;
	top:0px;
	width:200px;
	padding:0px;
	border:1px solid rgba(255,255,255,0.50);
	z-index:100;
	background:#011875;
	visibility:hidden;
	opacity:0;
	border-radius:0px 2px 2px 2px;
	-ms-border-radius:0px 2px 2px 2px;
	-webkit-border-radius:0px 2px 2px 2px;
	-moz-border-radius:0px 2px 2px 2px;
	-o-border-radius:0px 2px 2px 2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navbar-nav > li > ul > li:hover > ul {
	left:100%;
	opacity:1;
	visibility:visible;	
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li{
	position:relative;
	float:none;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-header .main-menu .navbar-nav > li .navbar-toggle{
	z-index:5;
	position:absolute;
	right:7px;
	top:5px;
	padding:7px 9px;	
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:5px 20px;
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	word-wrap:break-word;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li:hover > a{
	
}

.main-header .search-box{
	position:relative;
	padding:15px 0px;
	background:#011875;
	color:#ffffff;
	display:none;	
}

.main-header .search-box .search-title{
	position:relative;
	float:left;
}

.main-header .search-box .search-title h2{
	font-size:20px;
	font-weight:600;
	line-height:36px;	
}

.main-header .search-box .search-form{
	position:relative;
	float:right;
	max-width:300px;
	overflow:hidden;
	width:50%;	
}

.main-header .search-box .form-group{
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	width:100%;
	overflow:hidden;	
}

.main-header .search-box .form-group input[type="search"],
.main-header .search-box .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	padding:6px 40px 4px 15px;
	border:2px solid #ffffff;
	color:#ffffff;
	font-weight:500;
	font-size:16px;
	line-height:22px;
	background:none;
}

.main-header .search-box .form-group .search-submit{
	position:absolute;
	right:-5px;
	top:0px;
	width:45px;
	height:38px;
	background:#ffffff;
	display:block;
	padding:5px 10px 5px 10px;
	color:#011875;
	font-size:16px;
	line-height:26px;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.main-header .search-box .form-group .search-submit .f-icon{
	display:inline-block;
	transform:skewX(15deg);
	-webkit-transform:skewX(15deg);
	-ms-transform:skewX(15deg);
	-o-transform:skewX(15deg);
	-moz-transform:skewX(15deg);
}

.main-header .search-btn{
	position:absolute;
	right:0px;
	top:14px;
	width:60px;
	height:32px;
	padding-left:30px;
	cursor:pointer;
}

.main-header .search-btn .f-icon{
	position:relative;
	width:28px;
	height:32px;
	line-height:30px;
	border:2px solid #001976;
	border-left:none;
	color:#001976;
	text-align:center;
	padding-right:2px;
}

.main-header .search-btn .curve{
	position:absolute;
	left:22px;
	top:0px;
	width:30px;
	height:32px;
	border:2px solid #001976;
	border-right:none;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.txt-white{
	color:#ffffff;	
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:5;	
}

.main-slider .tp-bannertimer{
	height:4px;
	background:rgba(255,193,59,0.75);	
}

.main-slider h2{
	position:relative;
	font-size:72px;
	font-weight:800;
	line-height:1em;
	color:#202e31;
}

.main-slider .slide-text{
	position:relative;
	font-size:16px;
	line-height:1.8em;
}


/*** 

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

***/

.sec-title{
	position:relative;
	margin-bottom:15px;	
	margin-top:10px;	
}

.sec-title h2{
	position: relative;
	display: inline-block;
	color: #ffffff;
	line-height: 20px;
	font-size: 18px;
	padding: 10px 30px 10px 15px;
	
}

.sec-title h3{
	position:relative;
	display:inline-block;
	color:#ffffff;
	line-height:20px;
	font-size:18px;
	padding:10px 30px 10px 15px;
	background:#001976;
	/*text-transform:uppercase;
	font-weight:bold;*/
}

.sec-title h2:after{
	
}

.sec-title h3:after{
	content:'';
	position:absolute;
	right:-10px;
	top:0px;
	width:20px;
	height:100%;
	background:#001976;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}
.evn h2, .evn h2:after{
	background:#011875;
}

.sec-title h2 span{
	position:relative;
	color:#FFF;	
}

.sec-text{
	position: relative;
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.top-services{
	position:relative;
	padding:0px 0px 0px 0px;
	background:#fff;
}

.top-services .row{
	margin-left:-18px;
	margin-right:-18px;
}

.top-services .post{
	position:relative;
	
	margin:0 auto 10px;	
}
.leader_img{
	float: right;padding-left: 10px;
}.cf:before,
.cf:after {
    content: " ";
    display: table;
}
p{
	text-align: left !important;
}
.cf:after { clear: both; }
.cf { *zoom: 1; }

.top-services .post-inner{
	position:relative;
	
	padding:0px 0px;
	margin:0 auto;	
}

.top-services .post *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.top-services .post .image{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
}

.top-services .post .image::after{
	content:'';
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	display:block;
	background:#058087;
	opacity:0.50;
	z-index:0;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.top-services .post:hover .image::after{
	top:0%;	
}

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

.top-services .post .image .curve{

}

.top-services .post:hover .image .curve{
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}

.top-services .post .content{
	position:relative;
	top:0px;
	
	z-index:2;
}
.service-tabs{
	padding-left: 10px; padding-right: 10px;
}





.top-services .post .content .inner-box{
	position:relative;
	background:#ffffff;
	
	
	padding:20px 30px 30px;
	z-index:5;	
}
.slide-item{
	  /*border*/
}
.slide-item:hover{
	     /*border*/
}

.top-services .post .content h3{
	position:relative;
	padding-left:15px;
	border-left:5px solid #058087;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:15px;
}

.top-services .post .content .text{
	position:relative;
	font-size:15px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:15px;
	color:#6e6e6e;
}

.top-services .post .content .read_more{
	position:relative;
	color:#202e31;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.top-services .post .content .read_more:hover{
	color:#058087;	
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter{
	position:relative;	
}

/* Style One*/
.fact-counter-one{
	position:relative;
	min-height:250px;
	width:100%;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;	
}

.fact-counter-one:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
	background:rgba(255,193,59,0.90);
}

.fact-counter-one .inner{
	position:relative;
	max-width:1250px;
	padding:0px 9%;
	margin:0 auto;
	background:url(../images/icons/fun-fact-bg.png) center center no-repeat;
	background-size:cover;
}

.fact-counter-one .column{
	position:relative;
	float:left;
	width:25%;
	height:250px;
	z-index:5;
	text-align:center;
}

.fact-counter-one .column.odd{
	padding-top:110px;
}

.fact-counter-one .column.even{
	padding-top:30px;
}

.fact-counter-one .content{
	position:relative;
	display:inline-block;
	min-height:110px;
	padding:8px 0px 10px 70px;
	background:url(../images/icons/counter-icon.png) left top no-repeat;
	text-transform:uppercase;
	font-size:12px;
	color:#202e31;
	font-weight:700;
}

.fact-counter-one .content .count-text{
	position:relative;
	display:block;
	font-size:60px;
	font-weight:600;
	line-height:56px;
	margin-bottom:0px;	
}


/* Style Two*/
.fact-counter-two{
	position:relative;
	margin-top:-50px;
	z-index:5;
	background:none;
}

.fact-counter-two .column{
	position:relative;
	float:left;
	width:25%;
	height:160px;
	z-index:5;
	text-align:center;
	background:#ffffff;
	border-right:1px solid #cccccc;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
}

.fact-counter-two .column:last-child{
	border:none;	
}

.fact-counter-two .column.hvr-bounce-to-right::before{
	background:rgba(255,193,59,0.50);	
}

.fact-counter-two .content{
	position:relative;
	top:36px;
	display:inline-block;
	min-height:110px;
	padding:12px 0px 10px 70px;
	background:url(../images/icons/counter-icon.png) left top no-repeat;
	text-transform:uppercase;
	font-size:12px;
	color:#202e31;
	font-weight:700;
	transform:skewX(15deg);
	-webkit-transform:skewX(15deg);
	-ms-transform:skewX(15deg);
	-moz-transform:skewX(15deg);
	-o-transform:skewX(15deg);
}

.fact-counter-two .content .count-text{
	position:relative;
	display:block;
	font-size:60px;
	font-weight:600;
	line-height:56px;
	margin-bottom:0px;	
}

/*** 

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

***/

.services-area{
	position:relative;
	width:100%;
	background:#ffffff;
	padding:100px 0px 80px;
}

.service-tabs{
	position:relative;	
}

.service-tabs .tab-btns{
	position:relative;
	float:left;
	width:22%;
	border:1px solid #f1f1f1;
	border-bottom:none;
	margin-bottom:20px;
}

.service-tabs.style-two .tab-btns{
	float:none;
	width:100%;
	margin-bottom:50px;
	border:1px solid #f1f1f1 !important;
	border-right:none !important;
}

.service-tabs .tab-btns *{
	transition:all 400ms ease;
	-webkit-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
}

.service-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	cursor:pointer;
	border-bottom:1px solid #f1f1f1;
	background:#ffffff;
	padding:20px 15px 20px 85px;
	font-size:13px;
}

.service-tabs.style-two .tab-btns .tab-btn{
	width:20%;
	float:left;
	border-bottom:none;	
	border-right:1px solid #f1f1f1;
}

.service-tabs .tab-btns .tab-btn.active-btn{
	background:#011875;
	color:#ffffff;
	border-color:#ffffff;
	
}

.service-tabs .tab-btns .tab-btn.hvr-bounce-to-bottom:before,
.service-tabs .tab-btns .tab-btn.hvr-bounce-to-top:before,
.service-tabs .tab-btns .tab-btn.hvr-bounce-to-left:before,
.service-tabs .tab-btns .tab-btn.hvr-bounce-to-right:before{
	background:#011875;	
}

.service-tabs .tab-btns .tab-btn strong{
	position:relative;
	top:1px;
	font-family:'Raleway',sans-serif;	
}

.service-tabs .tab-btns .tab-btn .icon{
	position:absolute;
	left:15px;
	top:20px;
	font-size:36px;
	width:70px;
	line-height:44px;
	color:#011875;
	text-align:center;
}

.service-tabs .tab-btns .tab-btn .skill{
	position:relative;
	top:-1px;
	color:#acacac;
}

.service-tabs .tab-btns .tab-btn strong{
	position:relative;
	display:block;
	text-transform:uppercase;	
}

.service-tabs .tab-btns .tab-btn:hover .icon,
.service-tabs .tab-btns .tab-btn.active-btn .icon,
.service-tabs .tab-btns .tab-btn:hover .skill,
.service-tabs .tab-btns .tab-btn.active-btn .skill{
	color:#ffffff;
}

.service-tabs .tab-content{
	position:relative;
	float:left;
	width:78%;
}

.service-tabs.style-two .tab-content{
	float:none;
	width:100%;	
}

.service-tabs .tab-content .tab{
	position:relative;
	top:50px;
	display:none;
	visibility:hidden;
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.service-tabs .tab-content .active-tab{
	top:0px;
	display:block;
	visibility:visible;
	opacity:1;	
}

.service-tabs .tab-content .content-box{
	position:relative;
	float:left;
	width:65%;
	padding:0px 40px;
	font-size:13px;
}

.service-tabs.style-two .tab-content .content-box{
	width:50%;
	padding-left:0px;	
}

.service-tabs .tab-content .content-box h4{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:15px;
	color:#202e31;
}

.service-tabs .tab-content .tab-text{
	position:relative;
	margin-bottom:30px;	
}

.service-tabs .tab-content .skill-meter{
	position:relative;
	overflow:hidden;
	width:100%;
	margin-bottom:45px;
	height:30px;
	background:#f2f2f2;
}

.service-tabs .tab-content .skill-meter .progress-bar{
	position:relative;
	left:-10px;
	width:85%;
	height:30px;
	color:#ffffff;
	font-size:12px;
	background:#011875;
	transform:skewX(-20deg);
	-webkit-transform:skewX(-20deg);
	-ms-transform:skewX(-20deg);
	-o-transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
}

.service-tabs .tab-content .skill-meter .percent{
	position:absolute;
	right:50px;
	top:0px;
	height:30px;
	line-height:32px;
	transform:skewX(20deg);
	-webkit-transform:skewX(20deg);
	-ms-transform:skewX(20deg);
	-o-transform:skewX(20deg);
	-moz-transform:skewX(20deg);
}

.service-tabs .tab-content .work-process{
	position:relative;
}

.service-tabs .tab-content .step{
	position:relative;
	text-align:center;
	color:#acacac;
	font-weight:600;
	font-size:12px;
	text-transform:uppercase;
}

.service-tabs .tab-content .step .num{
	position:relative;
	text-align:center;
	width:36px;
	height:36px;
	line-height:36px;
	display:block;
	margin:0px auto 20px;
	border:2px solid #011875;
	color:#222222;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.service-tabs .tab-content .step:hover .num{
	background:#011875;
	color:#ffffff;	
}

.service-tabs .tab-content .step .work{
	display:block;
	color:#202e31;
	margin-top:2px;
}

.service-tabs .tab-content .step:nth-child(2){
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;	
}


.service-tabs .tab-content .featured-box{
	position:relative;
	float:left;
	width:35%;
	padding:0px 0px;
}

.service-tabs.style-two .tab-content .featured-box{
	width:50%;	
}

.service-tabs.style-two.three-column .posts-container{
	position:relative;
	margin-left:-30px;
	margin-right:-30px;
}

.service-tabs.style-two.three-column .tab-content .featured-box{
	width:25%;
	padding:0px 30px;
	margin-bottom:00px;
}

.service-tabs .tab-content .featured-box .box-inner{
	position:relative;
	max-width:400px;
	margin:0 auto;	
}

.service-tabs.style-two .tab-content .featured-box .box-inner{
	max-width:550px;
}

.service-tabs .tab-content .featured-box .box-inner *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.service-tabs .tab-content .featured-box .box-inner .image{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
}

.service-tabs .tab-content .featured-box .box-inner .image::after{
	content:'';
	position:absolute;
	left:-100%;
	top:0%;
	width:100%;
	height:100%;
	display:block;
	background:#011875;
	opacity:0.50;
	z-index:0;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.service-tabs .tab-content .featured-box:hover .box-inner .image::after{
	left:0%;	
}

.service-tabs .tab-content .featured-box .box-inner .image img{
	position:relative;
	display:block;
	width:100%;	
}

.service-tabs .tab-content .featured-box .box-inner .image .curve{
	position:absolute;
	right:-100px;
	top:100%;
	width:250%;
	height:150%;
	z-index:1;
	background:#ffffff;
	transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);	
}

.service-tabs .tab-content .featured-box .box-inner:hover .image .curve{
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}

.service-tabs .tab-content .featured-box .box-inner .content{
	position:relative;
	top:0px;
	margin:-44px 5px 0px;
	z-index:2;
}

.service-tabs.style-two .tab-content .featured-box .box-inner .content{
	margin-top:-64px;	
}

.service-tabs.style-two.three-column .tab-content .featured-box .box-inner .content{
	margin-top:-44px;	
}

.service-tabs .tab-content .featured-box .box-inner:hover .content{
	top:46px;	
}

.service-tabs .tab-content .featured-box .box-inner .content:before{
	position:absolute;
    right: 0px;
    top: -36px;
	background:#ffffff;
    content: "";
    height: 66%;
    width: 100%;
	border:1px solid #f1f1f1;
	z-index:0;
    position: absolute;
    transform: skewY(-13deg);
	-webkit-transform: skewY(-13deg);
	-moz-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	-o-transform: skewY(-13deg);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.service-tabs.style-two .tab-content .featured-box .box-inner .content:before{
	top:-58px;	
}

.service-tabs.style-two.three-column .tab-content .featured-box .box-inner .content:before{
	top:-36px;	
}

.service-tabs .tab-content .featured-box .box-inner:hover .content:before,
.service-tabs .tab-content .featured-box .box-inner:hover .content .inner-box{
	border-color:#001976;	
}

.service-tabs .tab-content .featured-box .box-inner .content .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #f1f1f1;
	border-top:none;
	padding:20px 30px 30px;
	z-index:5;	
}

.service-tabs.style-two .tab-content .featured-box .box-inner .content .inner-box{
	padding:30px 30px 30px;	
}

.service-tabs.style-two.three-column .tab-content .featured-box .box-inner{
	padding:30px 0px;	
	max-width:420px;
	margin:0 auto;
}

.service-tabs .tab-content .featured-box .box-inner .content h3{
	position:relative;
	padding-left:15px;
	border-left:5px solid #001976;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:15px;
	color:#202e31;
}
.inner-box h5{
	font-weight: bold;
}
.inner-box .text{
	padding:0px
}
.service-tabs .tab-content .featured-box .box-inner .content h3 span{
	position:relative;
	display:block;
	margin-top:3px;
	color:#cacaca;
	font-size:13px;	
}

.service-tabs .tab-content .featured-box .box-inner .content .text{
	position:relative;
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:15px;
	color:#6e6e6e;
}

.service-tabs .tab-content .featured-box .box-inner .content .social{
	position:relative;	
}

.service-tabs .tab-content .featured-box .box-inner .content a{
	color:#001976;	
}

.service-tabs .tab-content .featured-box .box-inner .content .read_more{
	position:relative;
	color:#202e31;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.service-tabs .tab-content .featured-box .box-inner .content .read_more:hover{
	color:#001976;	
}

/*** 

====================================================================
	We are Best style
====================================================================

***/

.we-are-best{
	position:relative;
	background:#fafafa;	
}

.we-are-best:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:54%;
	height:100%;
	background:#202e31;
	z-index:2;
	right:-5%;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.we-are-best .auto-container{
	position:relative;	
}

.we-are-best .image-side{
	position:relative;
	z-index:1;
}

.we-are-best .text-side{
	position:relative;
	color:#ffffff;
	z-index:5;
	padding-top:70px;
	text-align:right;
	padding-left:50px;
}

.we-are-best .text-side h2{
	position:relative;
	font-size:24px;
	font-weight:800;
	text-transform:uppercase;
	color:#ffffff;
	margin:10px 0px 25px;	
}

.we-are-best .text-side h2 span{
	color:#011875;	
}

.we-are-best .text-side .text{
	position:relative;
	margin-bottom:25px;
	font-size:15px;
	color:#ffffff;	
}

.we-are-best .text-side .primary-btn .icon{
	font-size:18px;	
}

/*** 

====================================================================
	Our Projects style
====================================================================

***/

.our-projects{
	position:relative;
	padding:100px 0px 0px;
	border-bottom:1px solid #f1f1f1;
	background:#ffffff;	
}

.our-projects.with-margin{
	margin-bottom:100px;	
}

.our-projects .filter-tabs{
	position:relative;
	margin-bottom:50px;
}

.our-projects .filter-tabs li{
	position:relative;
	float:left;
	margin:0px 8px 8px 0px;
	padding:4px 25px;
	font-size:11px;
	text-transform:uppercase;
	color:#202e31;
	cursor:pointer;
	font-family:'Raleway',sans-serif;
	font-weight:700;	
}

.our-projects .filter-tabs li:before{
	content:'';
	position:absolute;
	left:0px;
	top:-1px;
	width:100%;
	height:100%;
	border:1px solid #f1f1f1;
	background:none;
	z-index:0;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.our-projects .filter-tabs li:hover:before,
.our-projects .filter-tabs li.active:before{
	background:#011875;
	color:#ffffff;
	border-color:#ffffff;
}

.our-projects .filter-tabs li:hover,
.our-projects .filter-tabs li.active{
	color:#ffffff;
}

.our-projects .filter-tabs li .btn-txt{
	position:relative;
	z-index:1;	
}

.our-projects .projects-container{
	position:relative;	
}

.our-projects .project-box{
	position:relative;
	width:25%;
	float:left;
	display:none;
	overflow:hidden;
	transition:all 0.7s ease;	
}

.our-projects .project-box .image{
	position:relative;
	width:100%;
	z-index:2;
}

.our-projects .project-box .image img{
	position:relative;
	display:block;
	width:100%;
	height:auto;	
}

.our-projects .project-box .image .zoom-icon{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:url(../images/icons/icon-plus.png) center 40% no-repeat;
	background-color:rgba(32,46,49,0.85);
	opacity:0;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	z-index:1;
}

.our-projects .project-box:hover .image .zoom-icon{
	top:0%;
	opacity:1;
}

.our-projects .project-box .text-content{
	position:absolute;
	left:0px;
	bottom:-20%;
	width:100.5%;
	height:42%;
	z-index:5;
	border-top:4px solid #011875;
	background:#ffffff;
	text-align:right;
	padding:0px 30px;
	transform:skewY(-19deg);
	-webkit-transform:skewY(-19deg);
	-ms-transform:skewY(-19deg);
	-o-transform:skewY(-19deg);
	-moz-transform:skewY(-19deg);
}

.our-projects.style-two .project-box .text-content{
	bottom:-1px;
	left:-33px;
	padding:22px 40px 22px 64px;
	height:auto;
	width:100%;
	text-align:left;
	background:rgba(255,255,255,0.95);
	transform:skewX(35deg);
}

.our-projects.style-two .project-box .text-content.hvr-bounce-to-bottom:before{
	background:#011875;	
}

.our-projects.style-two .project-box .text-content:hover .text{
	color:#ffffff;	
}

.our-projects .project-box .text-content .text{
	position:relative;
	top:-10px;
	color:#b9b9b9;
	transform:skewY(19deg);
	-webkit-transform:skewY(19deg);
	-ms-transform:skewY(19deg);
	-o-transform:skewY(19deg);
	-moz-transform:skewY(19deg);	
}

.our-projects.style-two .project-box .text-content .text{
	top:0px;
	transform:skewX(-35deg);
}

.our-projects .project-box .text-content .text h4{
	font-weight:800;
	font-size:14px;
	text-transform:uppercase;
	color:#202e31;
	margin-top:5px;	
}

/*** 

====================================================================
	Our Team style
====================================================================

***/

.our-team-area{
	position:relative;
	padding:80px 0px 40px;
	background:#ffffff;	
}

.our-team-area .team-member{
	display: block;
	margin: 5px auto 70px;
}

.our-team-area .team-member .image{
	position:relative;
	text-align:center;
	z-index: 0;
}

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

.our-team-area .team-member .content-box{
	position:absolute;
	left:0px;
	bottom:16%;
	display: block;
	width:100%;
	background: none;
}

.our-team-area.style-two .team-member .content-box{
	bottom:-15px;	
}

.our-team-area.style-two .team-member .content-box .info p{
	color:#ffffff;
	text-transform:uppercase;
}

.our-team-area .team-member .content-box .inner{
	position:relative;
	display:block;
	max-width: 300px;
	min-height:180px;
	margin:0 auto;
	background:#ffc13e;
	transform: skewY(-11deg);
	-webkit-transform: skewY(-11deg);
	-ms-transform: skewY(-11deg);
	-o-transform: skewY(-11deg);
	-moz-transform: skewY(-11deg);
}

.our-team-area .team-member .content-box .inner.hvr-bounce-to-bottom::before,
.our-team-area .team-member .content-box .inner.hvr-bounce-to-top::before{
	background:#ffb006;	
}

.our-team-area .team-member .content-box .text-content{
	position:relative;
	padding: 54px 48px 20px 30px;
	text-align: left;
	z-index:5;
	transform: skewY(11deg);
	-webkit-transform: skewY(11deg);
	-ms-transform: skewY(11deg);
	-o-transform: skewY(11deg);
	-moz-transform: skewY(11deg);
}
.our-team-area .team-member .content-box .text-content h4{
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:14px;
	color:#313232;
	margin-bottom:0px;
	text-transform:uppercase;
}
.our-team-area .team-member .content-box .text-content p{
	font-size:14px;
	color:#313232;
	line-height:25px;
}

.our-team-area .team-member .content-box .info p{
	font-size:12px;
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	color:#b68825;
	margin: 0;
	margin-bottom:10px;
}
.our-team-area .team-member .social-links{
	position:absolute;
	right:0px;
	top:0px;
	width:48px;
	z-index:10;
	transform: skewY(11deg);
	-webkit-transform: skewY(11deg);
	-ms-transform: skewY(11deg);
	-o-transform: skewY(11deg);
	-moz-transform: skewY(11deg);
}
.our-team-area .team-member .social-links:before{
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	border-left: 1px solid #fff;
	height: 99%;
	width: 100%;
	z-index: 0;
}
.our-team-area .team-member .social-links ul{
	position:relative;
	text-align: center;
	margin:0px;
	padding:0px;
	z-index:5;
}
.our-team-area .team-member .social-links ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #fff;
}
.our-team-area .team-member .social-links ul li:last-child{
	border-bottom:none;
}
.our-team-area .team-member .social-links ul li a{
	position:relative;
	display:block;
	padding:13px;
	font-size:14px;
	line-height:20px;
	color:rgba(255,255,255,0.70);
}

.our-team-area .team-member .social-links ul li a:hover{
	color:rgba(255,255,255,1);
}

/*** 

====================================================================
	Testimonials Area style
====================================================================

***/

.testimonials-area{
	position:relative;
	padding:80px 0px 80px;
	width:100%;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

.testimonials-area:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
	background:rgba(255,193,59,0.90);
}

.testimonials-area .auto-container{
	position:relative;
	max-width:830px;
	z-index:5;
}

.testimonials-area h2{
	position:relative;
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-weight:800;
	color:#313232;
	text-align:center;
}

.testimonials-area h2 span{
	color:#ffffff;	
}

.testimonials-area .icon-quote{
	position:relative;
	margin-bottom:30px;
	font-size:30px;
	color:#ffffff;
	text-align:center;	
}

.testimonials-area .slide-item{
	text-align:center;
	font-size:15px;
	font-style:italic;
	color:#313232;
	padding:0px 15px;
	line-height:1.8em;	
}

.testimonials-area .custom-pager{
	position:relative;
	margin:50px 0px 10px;
}

.testimonials-area .custom-pager .pager-item{
	position:relative;
	display:block;
	float:left;
	width:33.333%;
	padding:24px 10px 0px 95px;
	font-size:14px;
	color:#b68825;	
}

.testimonials-area .custom-pager .pager-item strong{
	font-family:'Raleway',sans-serif;
	color:#313232;
	display:block;	
}

.testimonials-area .custom-pager .testi-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	border:5px solid #ffe09c;
	background:#ffffff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	transition:all 1.5s ease;
	-webkit-transition:all 1.5s ease;
	-ms-transition:all 1.5s ease;
	-o-transition:all 1.5s ease;
	-moz-transition:all 1.5s ease;
	overflow:hidden;
}

.testimonials-area .custom-pager .testi-thumb img{
	position:relative;
	display:block;
	width:70px;
	height:70px;
	opacity:0.40;	
}

.testimonials-area .custom-pager .pager-item.active .testi-thumb{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-moz-transform:rotate(360deg);	
}

.testimonials-area .custom-pager .pager-item.active .testi-thumb img{
	opacity:1;
}

/*** 

====================================================================
	News Area style
====================================================================

***/

.news-area{
	position:relative;
	padding:5px 0px 5px 0px;
	width:100%;
	background:#fff;
}

.news-area .slide-item{
	position:relative;	
}

.news-area .slide-item .image{
	position:relative;
	width:100%;	
}

.news-area .slide-item .image:before{
	content:'';
	position:absolute;
	
	top:0px;
	
	height:100%;
	background:#fcfcfc;
	z-index:1;
	/*transform:skewX(-10deg);
	-webkit-transform:skewX(-10deg);
	-ms-transform:skewX(-10deg);
	-o-transform:skewX(-10deg);
	-moz-transform:skewX(-10deg);*/
}

.news-area .slide-item .image img{
	position:relative;
	display:block;
	width: 257px !important;
}

.news-area .slide-item .content-box{
	position:absolute;
	right:0px;
	top:0px;
	padding:300px 0px;
}

.news-area .slide-item .content-box .text-content{
	position:relative;
	width:250px;
	padding:15px 10px 15px 10px;
	background: rgba(255, 255, 255, 0.7);
	border:1px solid #f1f1f1;
	border-left:none;
	z-index:5;
}

.news-area .slide-item .content-box .text-content h3,
.news-area .slide-item .content-box .text-content .info,
.news-area .slide-item .content-box .text-content .text,
.news-area .slide-item .content-box .text-content .link-btn{
	z-index:3;
}

.news-area .slide-item .content-box .text-content:before{
	content:'';
	position:absolute;
	left:-24px;
	top:-2.5%;
	margin-bottom:-1px;
	width:24px;
	height:103%;
	background: rgba(255, 255, 255, 0.7);
	border:1px solid #f1f1f1;
	border-left:1px solid #f1f1f1;
	border-right:none;
	z-index:1;
	/*transform:skewX(-10deg);
	-webkit-transform:skewX(-10deg);
	-ms-transform:skewX(-10deg);
	-o-transform:skewX(-10deg);
	-moz-transform:skewX(-10deg);*/
}
h3 span a{
    color: #5c5c5c !important;font-size: 14px;    text-transform: uppercase;
    font-weight: 700;
}
h3 span a:hover{
	color: #058087 !important;
}
h3.news { 
   position: absolute; 
       top: 255px;
   left: 0; min-width: 271px;
   width: 100%;  background: rgba(255, 255, 255, 0.7);padding-bottom: 6px;
}
.noh:hover{
	background: none !important
}
h3 span.spacer {
   padding:0 5px;
}h3 span { 
  color: #5c5c5c !important;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;padding: 20px;
}{
	color:#058087
}
.text{
	    font-size: 13px;
    color: #595959;
     font-weight: 500; padding: 20px; padding-top: 5px; margin-top: -5px
}
.news-area .slide-item .content-box .text-content h3{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:7px;	
}

.news-area .slide-item .content-box .text-content .info{
	position:relative;
	font-size:14px;
	color:#878787;
	margin-bottom:15px;	
}

.news-area .slide-item .content-box .text-content h3 a,
.news-area .slide-item .content-box .text-content .info a{
	color:#5c5c5c;	
}

.news-area .slide-item .content-box .text-content h3 a:hover{
	color:#058087;	
}

.news-area .slide-item .content-box .text-content .text{
	position:relative;
	font-size:14px;
	color:#595959;
	margin-bottom:5px;	
}

.news-area .slide-item .content-box .text-content .primary-btn .btn-text{
	padding:8px 10px 6px 20px !important;
}

.news-area .slide-item .content-box .text-content .primary-btn .icon{
	padding:6px 25px 6px 20px;
}

.news-area .owl-nav{
	position:absolute;
	right:-3px;
	top:-57px;
	width:100px;
	height:54px;
}

.news-area .owl-dots{
	display:none !important;	
}

.news-area .owl-nav .owl-prev,
.news-area .owl-nav .owl-next{
	position:absolute;
	border:1px solid #eeeeee;
	top:0px !important;
	width:35px !important;
	height:35px !important;
	line-height:24px !important;
	padding:5px 5px !important;
	font-size:0px !important;
	overflow:hidden !important;
	color:#f1c410 !important;
	text-align:center !important;
	background:none !important;
	border-radius:0% !important;
	-webkit-border-radius:0% !important;
	-ms-border-radius:0% !important;
	-o-border-radius:0% !important;
	-moz-border-radius:0% !important;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;	
}

.news-area .owl-nav .owl-prev{
	right:36px;
}

.news-area .owl-nav .owl-next{
	right:0px;
}

.news-area .owl-nav .owl-prev:after,
.news-area .owl-nav .owl-next:after{
	font-size:20px !important;
	color:#313131;
	font-family: 'FontAwesome';
}

.news-area .owl-nav .owl-prev:after{
	content: "\f104";
}

.news-area .owl-nav .owl-next:after{
	content: "\f105";
}

.news-area .owl-nav .owl-prev:hover,
.news-area .owl-nav .owl-next:hover{
	background:#595959 !important;
	color:#ffffff;
	border-color:#869791;	
}

.news-area .owl-nav .owl-prev:hover:after,
.news-area .owl-nav .owl-next:hover:after{
	color:#ffffff;
}

/*** 

====================================================================
	Clients style
====================================================================

***/

.client-logo{
	position:relative;
	padding:30px 0px;
	width:100%;
	background:#ffffff;
	border-top:1px solid #f1f1f1;
}

.client-logo .slider-container{
	position:relative;
	padding:0px 30px;
}

.client-logo .slider-container li{
	text-align:center;	
}

.client-logo .slider-container li img{
	width:auto !important;
	display:inline-block !important;
	opacity:0.40;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.client-logo .slider-container li img:hover{
	opacity:1;	
}

.client-logo .owl-controls{
	margin:0px !important;	
}

.client-logo .owl-nav{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:0px;
}

.client-logo .owl-dots{
	display:none !important;	
}

.client-logo .owl-nav .owl-prev,
.client-logo .owl-nav .owl-next{
	position:absolute;
	border:1px solid #eeeeee;
	top:0px !important;
	width:30px !important;
	height:64px !important;
	line-height:54px !important;
	padding:5px 5px !important;
	margin:0px !important;
	font-size:0px !important;
	overflow:hidden !important;
	color:#f1c410 !important;
	text-align:center !important;
	background:none !important;
	border-radius:0% !important;
	-webkit-border-radius:0% !important;
	-ms-border-radius:0% !important;
	-o-border-radius:0% !important;
	-moz-border-radius:0% !important;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;	
}

.client-logo .owl-nav .owl-prev{
	left:-30px;
}

.client-logo .owl-nav .owl-next{
	right:-30px;
}

.client-logo .owl-nav .owl-prev:after,
.client-logo .owl-nav .owl-next:after{
	font-size:20px !important;
	color:#313131;
	font-family: 'FontAwesome';
}

.client-logo .owl-nav .owl-prev:after{
	content: "\f104";
}

.client-logo .owl-nav .owl-next:after{
	content: "\f105";
}

.client-logo .owl-nav .owl-prev:hover,
.client-logo .owl-nav .owl-next:hover{
	background:#011875 !important;
	color:#ffffff;
	border-color:#011875;	
}

.client-logo .owl-nav .owl-prev:hover:after,
.client-logo .owl-nav .owl-next:hover:after{
	color:#ffffff;
}

/*** 

====================================================================
	Main Footer style
====================================================================

***/

.main-footer{
	position:relative;
	background:#202e31;
	color:#ffffff;margin-top: 40px;
}
.test .main-footer{margin-top: 0px !important;}
.main-footer .subscribe-area{
	position:relative;
	margin:0px 30px;
	padding:20px 30px;
	background:#011875;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.main-footer .subscribe-area .subs-box{
	position:relative;
	max-width:660px;
	padding:12px 0px 12px 40px;
	min-height:0px;
	margin:0 auto;
	background:url(../images/icons/envelop_bg.png) left center no-repeat;
	transform:skewX(15deg);
	-webkit-transform:skewX(15deg);
	-ms-transform:skewX(15deg);
	-o-transform:skewX(15deg);
	-moz-transform:skewX(15deg);	
}

.main-footer .subscribe-area h2{
	position:relative;
	top:1px;
	font-size:24px;
	text-transform:uppercase;
	color:#202e31;
	padding:10px 0px;
	line-height:30px;
	font-weight:700;	
}

.main-footer .subscribe-area h2 span{
	color:#ffffff;	
}

.main-footer .subscribe-area .form-box{
	padding:0px;	
}

.main-footer .subscribe-area .form-group{
	position:relative;
	margin:0px;
	padding:0px;
	overflow:hidden;	
}

.main-footer .subscribe-area .form-group input[type="email"],
.main-footer .subscribe-area .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	background:#ffffff;
	color:#202e31;
	padding:10px 80px 10px 15px;
}

.main-footer .subscribe-area .form-group input[type="submit"],
.main-footer .subscribe-area .form-group button[type="submit"]{
	position:absolute;
	right:-8px;
	top:0px;
	display:block;
	width:80px;
	height:50px;
	line-height:30px;
	text-align:center;
	background:#202e31;
	color:#d3d4d4;
	font-size:18px;
	padding:12px 15px 10px 5px;
	transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
}

.main-footer .subscribe-area .form-group button[type="submit"] .fa{
	transform:skewX(15deg);
	-webkit-transform:skewX(15deg);
	-ms-transform:skewX(15deg);
	-o-transform:skewX(15deg);
	-moz-transform:skewX(15deg);		
}

.main-footer .subscribe-area .form-group button[type="submit"]:hover{
	color:#ffffff;	
}

.main-footer .footer-widget-area{
	position:relative;
	padding:60px 0px 20px;
	margin:0px -30px;	
}

.main-footer .footer-widget-area .footer-widget{
	position:relative;
	padding:0px 40px !important;
	margin-bottom:30px;
}

.main-footer .footer-widget-area .footer-widget h3{
	position:relative;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:25px;
	font-weight:700;
}

.main-footer .footer-widget-area .footer-widget h3 img{
	position:relative;
	margin-top:-5px;	
}

.main-footer .footer-widget-area .about-widget,
.main-footer .footer-widget-area .quick-links,
.main-footer .footer-widget-area .address,
.main-footer .footer-widget-area .latest-work{
	position:relative;
}

.main-footer .about-widget p{
	color:#c1c2c2;
	margin-bottom:20px;
	line-height:1.6em;
}

.main-footer .footer-widget .widget-content *{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.main-footer .quick-links ul li{
	position:relative;
	padding-left:20px;
	line-height:24px;
	margin-bottom:7px;
}

.main-footer .quick-links ul li .fa{
	position:absolute;
	left:0px;
	top:0px;
	line-height:18px;
	color:#058087;
	font-size:15px;
}

.main-footer .quick-links ul li a{
	display:block;
	color:#e8e8e8;	
}

.main-footer .footer-widget a:hover{
	color:#058087;	
}

.main-footer .address .info{
	position:relative;
	margin-bottom:20px;	
}

.main-footer .address .info li{
	position:relative;
	color:#c1c2c2;
	margin-bottom:7px;	
}

.main-footer .address .info li a{
	position:relative;
	color:#c1c2c2;
}

.main-footer .address .info li a:hover{
	color:#011875;	
}

.main-footer .address .info li .fa{
	position:relative;
	color:#058087;
}

.main-footer .address .social{
	position:relative;
}

.main-footer .address .social a{
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:22px;
	padding:3px;
	text-align:center;
	color:#606060;
	border:2px solid #606060;
	background:none;
	margin-right:3px;
}

.main-footer .address .social a:hover{
	border-color:#058087;
	background:#058087;
	color:#202e31;
}

.main-footer .latest-work ,.widget-content{
	max-width:400px;	
}

.main-footer .latest-work .image{
	position:relative;
	float:left;
	width:33.333%;
	border:2px solid #202e31;
	overflow:hidden;	
}

.main-footer .latest-work .image img{
	display:block;
	width:100%;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.main-footer .latest-work .image img:hover{
	opacity:0.75;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
}

.main-footer .footer-bottom{
	position:relative;
	line-height:24px;
	padding:18px 0px;
	color:#7a7b7b;
	
	font-size:13px;
	font-weight:500;
}

.main-footer .footer-bottom a{
	color:#058087;	
}

/*** 

====================================================================
	Page Banner style
====================================================================

***/

.page-banner{
	position:relative;
	padding:275px 0px 50px;
	background-color:#555555;
	color:#ffffff;
	background-size:cover;
	/*background-attachment:fixed;*/
	background-repeat:no-repeat;
	background-position:center center;
}

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

.page-banner h1{
	position:relative;
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-weight:800;
	z-index:5;	
}

.page-banner h1:after{
	content:'';
	position:relative;
	top:5px;
	display:block;
	width:35px;
	height:3px;
	margin:5px auto 0px;
	background:#ffffff;	
}

.page-banner .bread-crumb{
	position:relative;
	margin:0px;
	padding:0px;
	z-index:5;
}

.page-banner .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:24px;
	font-size:14px;
	margin:0px 10px;
}

.page-banner .bread-crumb li:after{
	content:'/';
	position:absolute;
	right:-20px;
	top:0px;
	display:inline;
	margin:0px 5px;
	line-height:24px;
}

.page-banner .bread-crumb li:last-child:after{
	display:none;	
}

.page-banner .bread-crumb li a{
	position:relative;
	color:#ffffff;
	display:block;	
}

.page-banner .bread-crumb li a:hover{
	color:#011875;	
}


/*** 

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

***/

.featured-services{
	position:relative;
	padding:80px 0px 50px;	
}

.featured-services .row{
	margin-left:-20px;
	margin-right:-20px;
}

.featured-services .column{
	position:relative;
	padding:0px 15px;
}

.featured-services .post{
	position:relative;
	margin:0 auto 40px;	
}

.featured-services .column .post-inner{
	position:relative;
	max-width:760px;
	padding:0px 0px;
	margin:0 auto;	
}

.featured-services .post *{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.featured-services .post .image{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
}

.featured-services .post .image::after{
	content:'';
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	display:block;
	background:#011875;
	opacity:0.50;
	z-index:0;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	-moz-transform:scale(0,0);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.featured-services .post:hover .image::after{
	top:0;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
}

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

.featured-services .post .image .curve{
	position:absolute;
	z-index:1;
	right:-112px;
	top:100%;
	width:258%;
	height:150%;
	background:#fff;
	transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);	
}

.featured-services .post .content{
	position:relative;
	top:0px;
	margin:-44px 30px 0px;
	z-index:2;
}

.featured-services .big-post .content{
	margin-top:-96px;	
}

.featured-services .post .content:before{
	position:absolute;
    right: 0px;
    top: -36px;
	background:#ffffff;
    content: "";
    height: 66%;
    width: 100%;
	border:1px solid #f1f1f1;
	z-index:0;
    position: absolute;
    transform: skewY(-13deg);
	-webkit-transform: skewY(-13deg);
	-moz-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	-o-transform: skewY(-13deg);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.featured-services .big-post .content:before{
	height:96%;
	top:-86px;	
}

.featured-services .post:hover .content:before,
.featured-services .post:hover .content .inner-box{
	border-color:#001976;	
}

.featured-services .post .content .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #f1f1f1;
	border-top:none;
	padding:20px 30px 30px;
	z-index:5;	
}

.featured-services .post .content h3{
	position:relative;
	padding-left:15px;
	border-left:5px solid #001976;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:15px;
}

.featured-services .post .content .text{
	position:relative;
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:15px;
	color:#6e6e6e;
}

.featured-services .post .content .read_more{
	position:relative;
	color:#202e31;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.featured-services .post .content .read_more:hover{
	color:#001976;	
}


/*** 

====================================================================
	Project Details style
====================================================================

***/

.project-details{
	position:relative;
	padding:90px 0px 60px;
	background:#ffffff;	
}

.project-details .proj-title{
	position:relative;
	margin-bottom:30px;	
}

.project-details .proj-title h2{
	position:relative;
	font-size:24px;
	color:#202e31;
	text-transform:uppercase;
	font-weight:800;	
}

.project-details .row{
	margin-left:-20px;
	margin-right:-20px;
}

.project-details .column{
	position:relative;
	padding:0px 15px;
}

.project-details .post{
	position:relative;
	margin:0 auto 40px;	
}

.project-details .column .post-inner{
	position:relative;
	max-width:760px;
	padding:0px 0px;
	margin:0 auto;	
}

.project-details .post .image{
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.project-details .post .image::after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:#011875;
	opacity:0;
	z-index:0;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.project-details .post:hover .image::after{
	opacity:0.50;
}

.project-details .post .image img{
	position:relative;
	display:block;
	width:100%;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;	
}

.project-details .post .image .curve{
	position:absolute;
	right:-112px;
	top:100%;
	width:258%;
	height:150%;
	z-index:1;
	background:#ffffff;
	transform:rotate(-13deg);
	-webkit-transform:rotate(-13deg);
	-moz-transform:rotate(-13deg);
	-ms-transform:rotate(-13deg);
	-o-transform:rotate(-13deg);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;	
}

.project-details .post .content{
	position:relative;
	top:0px;
	margin:-44px 30px 0px;
	z-index:2;
}

.project-details .detail-content .content{
	margin-top:-96px;	
}

.project-details .post .content:before{
	position:absolute;
    right: 0px;
    top: -36px;
	background:#ffffff;
    content: "";
    height: 66%;
    width: 100%;
	border:1px solid #f1f1f1;
	z-index:0;
    position: absolute;
    transform: skewY(-13deg);
	-webkit-transform: skewY(-13deg);
	-moz-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	-o-transform: skewY(-13deg);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.project-details .detail-content .content:before{
	height:96%;
	top:-86px;	
}

.project-details .post:hover .content:before,
.project-details .post:hover .content .inner-box{
	border-color:#001976;	
}

.project-details .post .content .inner-box{
	position:relative;
	background:#ffffff;
	border:1px solid #f1f1f1;
	border-top:none;
	padding:20px 30px 30px;
	z-index:5;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.project-details .detail-content .content .inner-box{
	padding:40px 40px;
}

.project-details .post .post-inner h3{
	position:relative;
	padding-left:15px;
	border-left:5px solid #001976;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:15px;
	color:#202e31;
}

.project-details .post .post-inner h3 span{
	position:relative;
	display:block;
	margin-top:3px;
	color:#cacaca;
	font-size:13px;	
}

.project-details .post .content .text{
	position:relative;
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:15px;
	color:#6e6e6e;
}

.project-details .post .content .social{
	position:relative;	
}

.project-details .post .content a{
	color:#001976;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;	
}

.project-details .post .content .read_more{
	position:relative;
	color:#202e31;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.project-details .post .content .read_more:hover{
	color:#001976;	
}

.project-details .project-info{
	position:relative;	
}

.project-details .project-info li{
	position:relative;
	float:left;
	width:33.333%;
	line-height:24px;
	padding:5px 0px 0px;
	color:#929292;
	font-size:14px;	
}

.project-details .project-info li strong{
	font-weight:600;
	color:#5f5f5f;
}

.project-details .project-slider{
	position:relative;
	margin-bottom:50px;	
}

.project-details .project-slider img{
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;	
}

.project-details .project-slider img:hover{
	opacity:0.50;
}

.project-details .owl-nav{
	position:absolute;
	right:-4px;
	top:-100px;
	width:100px;
	height:54px;
}

.project-details .owl-dots{
	display:none !important;	
}

.project-details .owl-nav .owl-prev,
.project-details .owl-nav .owl-next{
	position:absolute;
	border:1px solid #eeeeee;
	top:0px !important;
	width:30px !important;
	height:64px !important;
	line-height:54px !important;
	padding:5px 5px !important;
	font-size:0px !important;
	overflow:hidden !important;
	color:#f1c410 !important;
	text-align:center !important;
	background:none !important;
	border-radius:0% !important;
	-webkit-border-radius:0% !important;
	-ms-border-radius:0% !important;
	-o-border-radius:0% !important;
	-moz-border-radius:0% !important;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;	
}

.project-details .owl-nav .owl-prev{
	right:36px;
}

.project-details .owl-nav .owl-next{
	right:0px;
}

.project-details .owl-nav .owl-prev:after,
.project-details .owl-nav .owl-next:after{
	font-size:20px !important;
	color:#313131 !important;
	font-family: 'FontAwesome';
}

.project-details .owl-nav .owl-prev:after{
	content: "\f104";
}

.project-details .owl-nav .owl-next:after{
	content: "\f105";
}

.project-details .owl-nav .owl-prev:hover,
.project-details .owl-nav .owl-next:hover{
	background:#011875 !important;
	color:#ffffff !important;
	border-color:#011875;	
}

.project-details .owl-nav .owl-prev:hover:after,
.project-details .owl-nav .owl-next:hover:after{
	color:#ffffff !important;
}

.project-details .goal{
	padding-top:20px;	
}

.project-details .goal .primary-btn{
	display:block;	
}

.project-details .goal .primary-btn .icon{
	font-size:24px;	
}

/*** 

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

***/

.about-us-area{
	position:relative;
	background:#fcfcfc;
}

.about-us-area .about-upper{
	position:relative;
	background:#fafafa;
	padding:80px 0px 0px;	
}

.about-us-area .about-upper .image img{
	position:relative;
	display:inline-block;
	max-width:100%;	
}

.about-us-area .about-lower{
	position:relative;
	background:#fafafa;
	padding:80px 0px 60px;	
}

.about-us-area .about-lower .quote-slider{
	position:relative;
	max-width:600px;
	margin:0 auto 20px;
}

.about-us-area .quote-slider .slide-item{
	position:relative;
	width:100%;		
}

.about-us-area .quote-slider .slide-item .big-image{
	position:relative;
	display:block;
	width:100%;
	height:auto;	
}

.about-us-area .quote-slider .slide-item .content-box{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:20px;
	background:none;
}

.about-us-area .quote-slider .slide-item .content{
	position:relative;
	padding:25px 25px 25px 130px;
	background:rgba(255,255,255,0.95);
}

.about-us-area .quote-slider .slide-item .content .quote-thumb{
	position:absolute;
	left:25px;
	top:25px;
	width:80px;
	height:80px;
	overflow:hidden;	
}

.about-us-area .quote-slider .slide-item .content .quote-thumb img{
	display:block;
	width:80px;
	height:80px;	
}

.about-us-area .quote-slider .slide-item .content .quote-text{
	position:relative;
	line-height:1.7em;
	margin-bottom:15px;
}

.about-us-area .quote-slider .slide-item .content .quote-author{
	position:relative;
	padding-left:8px;
	border-left:3px solid #001976;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	line-height:14px;
	margin-bottom:0px;
	color:#202e31;
}

.about-us-area .quote-slider .owl-dots{
	display:none !important;	
}

.about-us-area .text-blocks{
	position:relative;	
}

.about-us-area .text-block{
	position:relative;
	margin-bottom:45px;	
}

.about-us-area .text-block h3{
	position:relative;
	font-size:14px;
	font-weight:800;
	margin-bottom:20px;
	text-transform:uppercase;	
}

.about-us-area .text-block .text{
	position:relative;
	font-size:14px;
	line-height:1.6em;
}

/*** 

====================================================================
	Contact Us style
====================================================================

***/

.info-strip{
	position:relative;
	padding:60px 0px 30px;
	text-align:center;
	background:#011875;
	color:#ffffff;	
}

.info-strip .info-block{
	position:relative;
	margin-bottom:30px;
}

.info-strip .info-block *{
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.info-strip .info-block .icon{
	width:70px;
	height:70px;
	margin:0 auto 20px;
	padding:21px;
	line-height:20px;
	color:#ffffff;
	border:4px solid #ffd16f;
	background:#ffca59;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;	
}

.info-strip .info-block .icon.hvr-radial-out::before{
	background:#ffffff;	
}

.info-strip .info-block:hover .icon{
	border-color:rgba(255,255,255,0.80);
}

.info-strip .info-block .icon:hover{
	color:#011875;
}

.info-strip .info-block .icon .f-icon{
	position:relative;
	font-size:20px;	
}

.info-strip .info-block h4{
	position:relative;
	font-size:16px;
	color:#202e31;
	font-family:'Hind', sans-serif;
	font-weight:600;
	margin-bottom:10px;
}

.info-strip .info-block p,
.info-strip .info-block a{
	color:#b68825;
	margin:0px;
	font-size:14px;
}

.info-strip .info-block a:hover{
	color:#ffffff;	
}

.contact-us-area{
	position:relative;
	padding:90px 0px;
	background:#ffffff;	
}

.contact-us-area .row{
	margin-left:-20px;
	margin-right:-20px;	
}

.contact-us-area .contact-form,
.contact-us-area .map-area{
	padding:0px 20px;	
}

.contact-us-area h2{
	position:relative;
	font-size:14px;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:30px;	
}

.contact-us-area .contact-form{
	position:relative;
	margin-bottom:30px;	
}

.contact-us-area .field-container{
	position:relative;
	margin-left:-10px;
	margin-right:-10px;	
}

.contact-us-area .contact-form .form-group{
	position:relative;
	padding:0px 10px;
	margin-bottom:10px;	
}

.contact-us-area .contact-form input[type="text"],
.contact-us-area .contact-form input[type="password"],
.contact-us-area .contact-form input[type="email"],
.contact-us-area .contact-form input[type="tel"],
.contact-us-area .contact-form input[type="number"],
.contact-us-area .contact-form input[type="file"],
.contact-us-area .contact-form input[type="url"],
.contact-us-area .contact-form select,
.contact-us-area .contact-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:12px 20px;
	font-size:13px;
	color:#202020;
	border:1px solid #dddddd;
	background:#ffffff;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.contact-us-area .contact-form input[type="text"]:focus,
.contact-us-area .contact-form input[type="password"]:focus,
.contact-us-area .contact-form input[type="email"]:focus,
.contact-us-area .contact-form input[type="tel"]:focus,
.contact-us-area .contact-form input[type="number"]:focus,
.contact-us-area .contact-form input[type="file"]:focus,
.contact-us-area .contact-form input[type="url"]:focus,
.contact-us-area .contact-form select:focus,
.contact-us-area .contact-form textarea:focus{
	border-color:#202020;	
}

.contact-us-area .contact-form input.error{
	border-color:#ff0000 !important;
	background:rgba(255,0,0,0.05);
}

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

.contact-us-area .contact-form textarea{
	height:200px;
	resize:none;
	margin-bottom:10px;	
}

.contact-us-area .contact-form button .icon{
	font-size:20px;	
}

.contact-us-area .our-location{
	position:relative;
	border:10px solid #ffffff;
	height:320px;
	width:100%;
	box-shadow:0px 0px 1px 0px rgba(0,0,0,0.40);
	-webkit-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.40);
	-ms-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.40);
	-o-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.40);
	-moz-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.40);	
}

/*** 

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

***/

.blog-area {
	color: #434343;
	padding: 50px 0 50px;
	background: #F8F8F8;
}

.blog-area p {
    margin: 0 0 15px;
	font-size: 15px;
}

.blog-area .post{
	background-color: #ffffff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;	
}

.blog-area .col-md-8 {
	padding-right:0px;
}

.blog-area .post-content{
	background-color:#ffffff;
	padding:30px 40px;
}

.post-content i {
	font-size:20px;
	font-weight:700;
	font-family: 'Raleway',serif;
	font-style:italic;
}

.post-item h2 {
	text-align:left;
	margin-bottom: 40px;
	font-family: 'Raleway',serif;
	font-size:30px;
}

.post-item h2, .post-item h2 a {
	color:#0c1f34;
	font-family: 'Raleway',serif;
	font-weight: bold;
}

.post-item h2:hover, .post-item h2 a:hover {
	color:#011875;
}

.blog-area .posted-date {
	margin-top:15px;
	color: #011875;
}
.single .posted-date {
	margin-bottom: 15px;
	margin-top:0px;
}
.post-nav {
	text-align:center;
	margin-top: -40px;
}
.pagination > li > a, .pagination > li > span {
	margin:0 4px;
	background-color:#011875;
	color:#fff;
	font-weight:700;
	border-radius:4px;	
	border:none;
}
.pagination > li > a:hover,
.pagination > li.active {
	background:#0c1f34;
	color:#ffffff;
	border:none;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background:#0c1f34;
	color:#ffffff;
	border:none;
}

.share-btn .btn{
	margin-right:10px;	
}

/*-------------- SideBar ---------------*/

.sidebar {
	margin-left: 0px;
	margin-top: 0px;
}
.sidebar .sec-title,.sidebar .sec-title h2::after{
	background-color:rgb(1, 24, 117) !important
	}
.sidebar .widget {
	position:relative;
	margin-bottom:40px;
	
	
}
.sidebar .widget li{
	padding: 0px !important;
	border-bottom: 1px solid #011875;
}

.sidebar .widget li.active{
	background:#011875
}
.sidebar .widget li.active h3 a{ color: white}
.sidebar .widget h3{
	padding: 10px
}.sidebar .col-lg-3 {
    padding-left: 0px;
}
.search {
	margin-bottom:30px;
	position:relative;
}
.line{
	position: relative;
    padding-left: 15px;
    border-left: 5px solid #058087;
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 20px;
    margin-bottom: 15px; padding-right: 30px; float: right;
}
.line a{ color: #000; font-weight: normal;}
.line a strong{
	font-weight: 500;
}
.line a:hover{
	color: #058087
}
.search form {
	padding: 20px 30px;
	height: 70px;
	border: none;
	box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.search input[type="search"]::-moz-placeholder {color: #0c1f34;}
.search input[type="search"] {	
	font-size:15px;
	font-weight:300;
	width: 100%;
	border: none;
}

.search input[type="submit"] {
	background: url(../images/search.png) no-repeat scroll 0 0 / 100% 100%;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: -999999px;
	position:absolute;right:15px;
	bottom:20px;
}

.sidebar .widget h2 {
	font-size:20px;
	font-family: 'Raleway',serif;
	font-weight:bold;
	margin-bottom:30px;
	color:#cccccc;
	text-align:left;
	text-transform:uppercase;
}

.sidebar .widget h3,
.sidebar .widget h3 a {
	font-size:20px;
	color:#0c1f34;
	text-align:left;
	font-family: 'Raleway',serif;
	font-weight: bold;
	
}

.sidebar .widget h3,
.sidebar .widget h3 a {
	font-size:16px;
	margin:0px 0px;
	display:block; padding: 0px
}

.sidebar .widget h3:hover,
.sidebar .widget h3 a:hover {
	color: #011875;
}

.sidebar .widget img {

}

.sidebar .widget li {
	margin-bottom:20px;
}

.sidebar .category-list li {
	margin-bottom:0px;
}

.sidebar .widget .content {
	margin-left:100px;
	min-height:85px;
}
.category-list li {
	padding:16px 0;
	margin-bottom:0px;
	border-bottom:1px solid rgba(0,0,0,.1);
}


/*---------------- Author -------------*/

.blog-area .author {
	background-color:#ffffff;
	position:relative;
	min-height:275px;
	margin-bottom:40px;
}
.blog-area .author img {
	position:absolute;
}
.blog-area .author-comment {
	margin-left:260px;
	padding:30px 30px;
}

.blog-area .author-comment h5 { font-size:18px;}

/*---------------- Comments -------------*/


.title-head {
	font-size:46px;
	font-weight:900;
	margin-bottom:40px;
}
.comment-list li {
	margin:0px 0 90px 0;
	position:relative;
}
.comment-list li img {
	border-radius:50%;
	width:130px;
	height:130px;
	position:absolute;
}
.comment-details {
	margin-left:180px;	
}
.blog-area .comments {
	background-color:#ffffff;
	padding:40px;
	border-radius:10px;
}

.blog-area .comments:before {
	border-style: solid;
	border-width:  0 0 30px 30px;
	top: 50px;
	content: "";
	display: block;
	left: 165px;
	position: absolute;
	width: 0;
	z-index: 1;
	border-color: transparent #ffffff;		
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}

.blog-area .comments p {
	margin-bottom:0px;
	font-family: 'Raleway',serif;
	font-size: 15px;
}

.comment-meta {
	min-height:50px;
}

.comment-meta .user-name {
	float:left;
	font-weight:700;
	width:50%;
}

.comment-meta .posted-date {
	float:right;
	width:50%;
	text-align:right;
}

.reply {
	height:30px;
	padding:4px 30px;
	margin:0px 40px;
	text-transform:uppercase;
	border-radius:0;
	font-weight:700;
	float:right;
	background: #0c1f34;
	color: #fff;
}

.reply:hover {
	background: #011875;
	color: #fff;
}
.sidebar .widget li:last-child {
    border: none;
}
.sidebar .widget li a{
	    display: block;font-weight: initial;
    color: #011875;
    text-align: left;
    line-height: 35px;
    padding: 0 0 0 10px;
    font-size: 15px;
    text-decoration: none;
}
.comments-form .btn {
	text-transform:uppercase;
}

.comment-area input[type="text"], .comment-area input[type="phone"], .comment-area textarea, .comment-area input[type="email"] {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #011875 !important;
	width:auto;
	padding: 15px 12px;
	display:block;
	margin:12px 16px; margin-left:0px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:54px;
	line-height:52px;
	width:85%;
}

.comment-area textarea {
	height:auto;
	line-height:20px;
	width:98%;
	min-height:180px;
	resize:none;
}
.comment-area button {
	margin-right:15px;
}

.comment-area button,
.comment-area input[type="submit"]{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 30px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	background:#18263a;
	margin-top:20px;
}

.comment-area button:hover,
.comment-area input[type="submit"]:hover{
	color:#ffffff;
	background:#011875;
}
/* accordia_menuu */
h2.feature-acc {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#058087;
	border-bottom:#058087 1px solid;
	padding:5px 0px 10px 20px;
	position:relative;
	display:block;
	margin:0px;
}
h2.feature-acc:before{
	content:"+";
	font-size:23px;
	color:#058087;
	color:#07d9;
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	width:20px;
}
h2.feature-acc span{
	float:right;
}
h2.feature-acc a {
	color:#666666;
	font-size:15px;
	font-weight:500;
	text-decoration: none; 
	text-shadow:none;
	display: block;
}
h2.feature-acc a:hover {
	color:#058087;
}
h2.feature-acc.last.active {
	display:block;
	border-bottom:#666 1px solid; }
h2.active:before{
	content:"-";
	font-size:39px;
	color:#07d9;
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	width:20px;
	line-height:20px;
}
.feature-container {
	clear: both;
}
.content-abt {
	width:100%;
	float:left;
	padding:0 0 10px 0;
	display:block;
	border-bottom:#058087 1px solid;
}
ul.feature {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
}
ul.feature li {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}.carrer-out p.margi {
    padding: 30px 0 25px 0;
    display: block;
    margin: 0px;    z-index: -1;
}
.carrer-out h3{
	    position: relative;
    padding-left: 15px;
    border-left: 5px solid #001976;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 15px;
}.carrer-out h4 {
    font-size: 13px;
    color: #058087;
    padding: 10px 0 0 20px;
}
ul.feature{
	width:100%;
	float:left;
	padding: 0;
	margin:0 0 30px 0;
	position:relative;
}
ul.feature li{
	width:100%;
	float:left;
	height:auto;/*
	margin:0 0 5px 0;
	padding:0 0 10px 0;*/
	position:relative;
}
ul.feature li .ttab{
	width:100%;
	border:none;
	margin:10px 0 10px 0;
	padding:0px;
}
ul.feature li .ttab .ttd-lft, ul.feature li .ttab .ttd-rgt{
	height:auto;
	border:none;
	padding:0px 0 3px 50px;
	margin:0px;
	line-height:20px;
}
ul.feature li .ttab .ttd-lft{
	min-width:30%;
}
ul.feature li .ttab .ttd-rgt{
	padding:0px 0 3px 10px;
}
ul.feature ul.jobdis{
	padding:0 0 50px 0;
}
ul.feature ul.jobdis li{
	width:100%;
	min-height:20px;
	display:block;
	padding:0 0 0 65px;
	margin:1px 0;
	position:relative;
	border:none;
	left:0px;
	top:0px;
}
ul.feature ul.jobdis li:before{
	content:"-";
	font-size:19px;
	color:#666;
	position:absolute;
	z-index:1;
	left:50px;
	top:-5px;
	height:20px;
}

ul.feature .policy-outer{
	position:relative;
	float:right;
	margin:10px 0 0 0;
}

ul.feature span .policy{
	float:left;
	color:#666;
	height:17px;
	position:relative;
	margin:0 0 0 30px;
	text-decoration:none;
	right:0px;
	bottom:0px;
	margin:5px 0 0 30px;
}
ul.feature span .policy:hover {
	float:left;
	color:#058087;
	height:17px;
	position:relative;
	margin:0 0 0 30px;
	text-decoration:none;
	right:0px;
	bottom:0px;
	margin:5px 0 0 30px;
}
ul.feature span .policy:before{
	position:absolute;
	left:-10px;
	content:"";
	width:5px;
	height:20px;
	background:#058087;
}
/* accordia_menuu close */
.lightbox-inner h5{
	text-align:right;
	color:#001976;
	font-size:11px;
	margin:5px 0 0 0;
}
.carrer-out ul.apply{
	margin:10px 0 0 0;
}
.carrer-out ul.apply li{
	margin:0 0 10px 0;
	float:left;
	width:100%;
}
.carrer-out ul.apply li .name{
	width:35%;
	min-height:30px;
	float:left;
	padding:10px 0 0 0;
	display:block;
}
.carrer-out ul.apply li .field{
	width:65%;
	float:left;
	height:30px;
	border:#001976 1px solid;
	padding:0 5px;
	line-height:30px;
	}
.carrer-out ul.apply li .field-area{
	width:65%;
	float:left;
	height:120px;
	border:#001976 1px solid;
	padding:10px 5px;
	line-height:20px;
	}
.carrer-out ul.apply li .field_section {
	/*background:url(../images/section.jpg) no-repeat right center ;*/
	/*background:url(../images/blue.jpg) no-repeat right center;*/
	background-size:20px;
	width:65%;
	float:left;
	height:30px;
	border:#001976 1px solid;
	padding:0  5px;
	line-height:30px;
	position:relative;
	left:0px;
	top:0px;
}

.carrer-out ul.apply li button{
    display: block;
	min-width:70px;
	min-height:25px;
	float:right;
	background:#001976;
    color: #ffffff;
    font-weight: 500;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding:0px;
    border: 0;
	text-transform:uppercase;
}
.carrer-out ul.apply li p{
	text-align:right;
	font-size:10px;
	margin:0px;
	padding:0px;
	color:#001976;
}

.form_row {
	width:64%;
	float:left;
	height:30px;
	border:#001976 1px solid;
	line-height:30px;
}
.textbox{
	margin:0 10px 0 0;
	float:left;
	width:75%;
	height:30px;
	border:none;
	padding:0 0 0 5px;
	color:#7F7F7F;
	position:relative;
}
@media (max-width: 1199px) and (min-width: 768px)
.inputfile-wrapper {
    width: 120px;
    top: -30px;
    left: 2px;
}
.inputfile-wrapper {
	float: left;
	position: relative;
	width:20%;
	right:0px;
	top:0px;
	height: 33px;
	overflow:hidden;z-index: 80000000000000000;
}

.inputBrowse {
	width:100%;
	height: 26px;
	position: absolute;
	top:2px;
	right:2px;
	background: #001976;
	font-size: 13px;
	color: #FFFFFF;
	border:none;
}
.inputHidden {
	font-size: 26px;
	width:100%;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

@media all and (max-width: 580px) {
	.main-header .header-lower .logo img {
    
    max-width: 60% !important;
    
}
.carrer-out ul.apply li .name{
	width:100%;
}
.carrer-out ul.apply li .field{
	width:100%;
	}
.carrer-out ul.apply li .field-area{
	width:100%;
	}
.carrer-out ul.apply li .field_section{
	width:100%;
}
.form_row {
	width:100%;
}
}
****Pop-Up*****/
.overlay{
	width:100% !important;
	height:100% !important;
	position:absolute;
	left:0px;
	top:0;
	z-index:110;
	background:#666;
	opacity:.8;
}
.lightbox-outer { 
	 position:absolute;
	 width:100%;
	 height:100%;
	 left:0px;
	 top:0px;
	 z-index:1109;
	 opacity:1;
	 display:none; 
	 }
.lightbox-inner {
	 background:#ffffff;  
	 position:relative;  
	 z-index:111; 
	 opacity:1;
	 width:40%;
	 height:auto;
     left:25%;
     top: 2%;
	 border:#001976 3px solid;
	 /*outline:#FFF 5px solid !important;*/
	 }
	 .lightbox-inner h5 {
    text-align: right;
    color: #001976;
    font-size: 11px;
    margin: 5px 0 0 0;
}.inputBrowse {
    width: 100%;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 2px;
    background: #001976;
    font-size: 13px;
    color: #FFFFFF;
    border: none;
}.inputHidden {
    font-size: 26px;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
.carrer-out ul.apply li p {
    text-align: right;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    color: #001976;
}.textbox {
    margin: 0 10px 0 0;
    float: left;
    width: 75%;
    height: 28px;
    border: none;
    padding: 0 0 0 5px;
    color: #7F7F7F;
    position: relative;
}
.lightbox-close { 
     background:#001976;
	 width:30px;
	 height:30px; 
	 cursor:pointer;
	  position:absolute; 
	  right:0px !important; 
	  top:0px; 
	  z-index:52; 
	  font-family:Arial, Helvetica, sans-serif; 
	  font-size:13px; 
	  color:#fff; 
	  text-align:center; 
	  padding-top:0px; 
	  }
.lightbox-close:hover{
	background:#001976
	}
.lightbox-inner .inner_content{
	min-height:150px; 
	overflow:hidden;
	padding:0px 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;  
	}
.inner_content h2{
	background:#001976;
	height:30px;
	padding:10px 0 0 10px;
	text-align:left;
	margin:0 -10px;
	font-size:13px;
	font-weight:normal;
	color:#FFF;
}
.inner_content p{
	font-size:11px;
	color:#666;
	margin:20px 0;
}
.uppercase h2{
	text-transform:uppercase;
}
.overlay {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 110;
    background: #666;
    opacity: .8;
}
/****Pop-Up END*****/
.auto-container .col-lg-3{
	padding-left: 0px
}
.grey-box:after {
    border-left: solid 10px #f1f1f1;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    content: '';
    right: 12px;
    position: absolute;
    top: 25%;
}
.mar h4{
	font-size:16px;
}
.mar h4,.mar p{
	padding-bottom: 0px
}
.mar p{
	padding-top: 0px !important
}
.sec-text{
	border-top: #058087 solid 2px;
}
.sec-text p{ padding: 10px 10px 0px 10px}
.sidebar .sec-text{
	border-top: none;
	border-left:#011875 solid 2px; padding-left: 10px
}
.sidebar ul li a:hover {
    background: #9db7d0;
    color: #FFF !important;
}ul.big-menu{
	height:auto;
	float:right;
    }
ul.big-menu li{
	display:block;
	float:left;
	margin-top:25px;
	position:relative;
	z-index:102;
    }
ul.big-menu li:last-child a{
	padding-right:0px;
    }
ul.big-menu li:first-child a{
	padding-left:0px;
    }
ul.big-menu li a{
	padding:0 10px;
	font-family:"Raleway",sans-serif;
	font-size:16px;
	font-weight:500;
	color:#1dcbd6;
	text-transform:uppercase;
	text-decoration:none;
	line-height:40px;
	position:relative;
	text-transform:uppercase;
    }
ul.big-menu li a:hover, ul.big-menu li a:active, ul.big-menu li a:focus, ul.big-menu li a.active{
	font-weight:500;
	color:#058087;
}
ul.big-menu li ul {
	width:180px;
	min-height: 100px;
	position: absolute;
	top:40px;
	left:-38px;
	z-index:103;
	display: inline;
	padding:0px;
	margin:10px;
	visibility:hidden;
	opacity: 0;
	background: #058087;
	-moz-transition: all 0.5s ease-in-out; /* Firefox */
	-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out; /* Opera */
	transition: all 0.5s ease-in-out; /* Browsers that Support it */

	
}
ul.big-menu li ul.project{
	left:-50px;
}
ul.big-menu li:hover ul {
    visibility:visible;
	opacity: 1;
	margin-top: 0px;
	-moz-transition: all 0.5s ease-in-out; /* Firefox */
	-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out;  /* Opera */
	transition: all 0.5s ease-in-out; /* Browsers that Support it */
}
ul.big-menu li:hover ul:before {
    border-bottom: solid 10px #058087;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    content: '';
    left: 80px;
    position: absolute;
    top: -10px;
}
ul.big-menu li ul li{
	width:100%;
	float:left;
	line-height:40px;
	border-bottom:#CCC 1px solid;
	margin:0px;
	padding:0px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
ul.big-menu li ul li:last-child{
	border:none;
}
ul.big-menu li ul li a{
	color:#FFF;
	font-size:13px;
	display:block;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}
ul.big-menu li ul li a:hover{
	font-weight:500;
}
ul.big-menu li ul li:hover{
	background:#07d9e6;
	font-weight:500;
}

/****Mobile Menu****/

.mobile-menu a
{
	background: url(../images/mmenu.png) no-repeat center ;
	background-size:30px;
	display: block;
	width:30px;
	height:30px;
	position: fixed;
	z-index:9999;
	top:10px;
	left:10px;
}
.iehide{
	display:none;
}
.mm-panels{
   text-transform:uppercase;
 }


@media all and (min-width: 768px) {
	.iehide{
	display:none;
   }
}
@media all and (max-width: 767px) {
	.iehide{
	display:block;
   }
   .big-menu{
	   display:none;
   }
   .logo{
	width:100%;
	}
}

/***********Banner Field************/

.banner{
	width:100%;
	height:auto;
	background:#00187c url(../images/loading.gif) center no-repeat;
	border-bottom:3px solid #00187c;
	_overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
}
.banner01{
	width:100%;
	height:auto;
	background:#00187c url(../images/loading.gif) center no-repeat;
	border-bottom:3px solid #00187c;
	_overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
}
.banner01 img{
	width:100%;
}
.slider-outer{
	position: relative; 
	top: 0px; 
	left: 0px; 
	width:980px; 
	height: 335px;
}
.slider-inner{
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width:980px; 
	height: 335px;  
	overflow: hidden;
}
.cap-new{
	width:250px;
	min-height:20px;
	position:absolute;
	left:0px;
	bottom:15px;
	background:url(../images/captin.png) repeat 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#FFF;
	line-height:22px;
	padding:10px 10px;
}

 .jssorb01 {
position: absolute;
bottom:-40px;
left:45%;
}
@media all and (min-width:400px) {
	 .jssorb01 {
	  bottom:-50px;
	  }
}
@media all and (min-width:270px) {
	 .jssorb01 {
	  bottom:-80px;
	  }
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
	position: absolute;
	/* size of bullet elment */
	width: 10px !important;
	height: 10px !important;
	filter: alpha(opacity=70);
	/*opacity: .7;*/
	overflow: hidden;
	cursor: pointer;
	}
.jssorb01 div { 
	display:block;
	background: #9db7d0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	}
.jssorb01 div:hover, .jssorb01 .av:hover { 
    background-color: #4b62bf; 
	}
.jssorb01 .av { 
	background-color:#051681;	 
	}
.jssorb01 .dn, .jssorb01 .dn:hover { 
    background-color: #555555; 
	}
.jssora02l, .jssora02r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width:36px;
	height:36px;
	cursor: pointer;
	background:url(../../images/a02.png) no-repeat #0C3 ;
	top:350px !important ;
	}
.jssora02l { background-position:-148px 0px; right:44px; }
.jssora02r { background-position: -185px 0px; right:5px; }
.jssora02l:hover { background-position: -74px 0px; }
.jssora02r:hover { background-position: -111px 0px; }
.jssora02l.jssora02ldn { background-position: 0px 0px; }
.jssora02r.jssora02rdn { background-position: -37px 0px; }


.left-box, .left-box01{
	
	width:100%;
	height:auto;
	float:left;
	margin:45px 0 45px 0;
	padding-right:0px;
	padding-bottom:10px;
	display:block;
	/*border-bottom:#058087 solid 2px;*/
	position:relative;
	left:0px;
	top:0px;
}

.left-box:after{
	content:"";
	position:absolute;
	height:2px;
	width:2px;
	right:0px;
	bottom:-2px;
	background:#FFF;
}
.left-box01{
	border-bottom:none;
}
.right-box, .right-box01{
	
	width:100%;
	height:auto;
	float:left;
	margin:45px 0 45px 0;
	padding-left:0px;
	padding-bottom:10px;
	border-bottom:#011875 solid 1px;
	position:relative;
}
.right-box01 li a{ padding-left: 0px}
.right-box01{
	border-bottom:none;
}
.right-box:after{
	content:"";
	position:absolute;
	height:2px;
	width:10px;
	left:0px;
	bottom:-2px;
	background:#FFF;
}
.grey-box01{
	background:#058087;
	position:relative;
	font-size:17px;
	color:#f1ffff;
	text-align:left;
	padding:0px 10px;
	margin:0 0 15px 0;
	font-weight:normal;
	min-height:40px;
	line-height:40px;
}

.grey-box:after {
	border-left: solid 10px #f1f1f1;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    content: '';
    right: 5px;
    position: absolute;
    top: 25%;
}

.lft-box, .lft-box-home{
	float:left;
	background:#FFFFFF;
	border-top:#058087 solid 2px;
	padding:10px 10px 10px 10px;
	display:block;
	margin:0 0 10px 0;
}
.lft-box-home{
	position:absolute;
	left:0px;
	top:55px;
	background:#FFF;
	width:100%;
	height:298px;
	overflow:auto;
	border-bottom:#058087 solid 1px;
	z-index:99;
}
.lft-box.overl{
	padding:10px 10px 20px 10px;
}
.lft-box{
	padding:0px 10px;
	margin:0px;
}
.lft-box:hover, .lft-box-home:hover/*, .rgt-box:hover*/ {
-moz-box-shadow:0px 0px 8px #1e1e1e; 
-webkit-box-shadow:0px 0px 8px #1e1e1e; 
    box-shadow:0px 0px 8px #1e1e1e;
-webkit-transition: box-shadow 0.8s ease-in-out 0s;
-moz-transition: box-shadow 0.8s ease-in-out 0s;
-o-transition: box-shadow 0.8s ease-in-out 0s;
-ms-transition: box-shadow 0.8s ease-in-out 0s;
transition: box-shadow 0.8s ease-in-out 0s;
	animation:slideUp .5s ease;
	-webkit-animation:slideUp .5s ease;
	-moz-animation:slideUp .5s ease;;
	-ms-animation:slideUp .5s ease;
	-o-animation:slideUp .5s ease;
   visibility: visible !important;
}


@keyframes slideUp {
	0% {
		transform: translateY(0%);
	}			
	50% {
		transform: translateY(-1%);
	}
	100% {
		transform: translateY(0%);
	}	
}
@-webkit-keyframes slideUp {
	0% {
		transform: translateY(0%);
	}			
	50% {
		transform: translateY(-1%);
	}
	100% {
		transform: translateY(0%);
	}	
}

@-moz-keyframes slideUp {
	0% {
		transform: translateY(0%);
	}			
	50% {
		transform: translateY(-1%);
	}
	100% {
		transform: translateY(0%);
	}	
}
@-o-keyframes slideUp {
	0% {
		transform: translateY(0%);
	}			
	50% {
		transform: translateY(-1%);
	}
	100% {
		transform: translateY(0%);
	}	
}

@-ms-keyframes slideUp {
	0% {
		transform: translateY(0%);
	}			
	50% {
		transform: translateY(-1%);
	}
	100% {
		transform: translateY(0%);
	}	
}
.lft-box p{
	margin:10px 0 0 0;
	font-size:13px;
}
.blue-box01{
	background:#011875;
	font-size:17px;
	color:#f1ffff;
	text-align:left;
	padding:0px 10px;
	margin:0 0 15px 0;
	/*margin-left:-7px;*/
	text-transform:uppercase;
	min-height:40px;
	line-height:40px;
}

.blue-box{
	background:#011875;
	font-size:17px;
	color:#f1ffff;
	text-align:left;
	padding:9px 10px;
	margin:0 0 15px 0;
	min-height:40px;
	/*margin-left:-7px;*/
}
.blue-box:after {
	/*border-left: solid 10px #f1f1f1;*/
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	content: '';
	right: 35px;
	position: absolute;
	top:13px;
}

.rgt-box{
	width:100%;
	float:left;
	background:#FFFFFF;
	border-top:#011875 solid 2px;
	padding:10px 10px 10px 10px;
	display:block;
	margin:0 0 10px 0;
}
.content-box-abt{
	height:150px;
	overflow:auto;
	margin-left:-15px;
}
.rgt-box:hover, /*, .rgt-box:hover*/ {
-moz-box-shadow: 0px 3px 8px #1e1e1e;; 
-webkit-box-shadow:0px 3px 8px #1e1e1e;; 
box-shadow:0px 3px 8px #1e1e1e;;
-webkit-transition: box-shadow 0.8s ease-in-out 0s;
-moz-transition: box-shadow 0.8s ease-in-out 0s;
-o-transition: box-shadow 0.8s ease-in-out 0s;
-ms-transition: box-shadow 0.8s ease-in-out 0s;
transition: box-shadow 0.8s ease-in-out 0s;
	animation:slideUp01 .5s ease;
	-webkit-animation:slideUp01 .5s ease;
	-moz-animation:slideUp01 .5s ease;;
	-ms-animation:slideUp01 .5s ease;
	-o-animation:slideUp01 .5s ease;	
     visibility: visible !important;
}


@keyframes slideUp01 {
	0% {
		transform: translateY(0%);
	}			
	50% {
		transform: translateY(-4%);
	}
	100% {
		transform: translateY(0%);
	}	
}
@-webkit-keyframes slideUp01 {
	0% {
		transform: translateY(0%);
	}			
	50% {
		transform: translateY(-4%);
	}
	100% {
		transform: translateY(0%);
	}	
}

@-moz-keyframes slideUp01 {
	0% {
		transform: translateY(0%);
	}			
	50% {
		transform: translateY(-4%);
	}
	100% {
		transform: translateY(0%);
	}	
}
@-o-keyframes slideUp01 {
	0% {
		transform: translateY(0%);
	}			
	50% {
		transform: translateY(-4%);
	}
	100% {
		transform: translateY(0%);
	}	
}

@-ms-keyframes slideUp01 {
	0% {
		transform: translateY(0%);
	}			
	50% {
		transform: translateY(-4%);
	}
	100% {
		transform: translateY(0%);
	}	
}
/* accordia_menuu */
h2.acc_trigger {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#058087;
	background:url(../images/menu-open.png) no-repeat left center;
	float:left;
	width:100%;
	padding:5px 10px 5px 20px;
	position:relative;
	display:block;
	margin:0px;
	position:relative;
}
h2.acc_trigger:before{
	content:"+";
	font-size:23px;
	color:#07d9;
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	width:20px;
}
h2.acc_trigger.last{
	border-bottom:#d6d3d3 1px solid;
}
h2.acc_trigger a {
	color:#058087;
	font-weight:500;
	text-decoration: none; text-shadow:none;
	display: block;
	padding:0px;
}
h2.acc_trigger a:hover {
	color:#058087; 
	
}
h2.active, h2.acc_trigger.last.active {
	border-bottom:none; display:block; width:100%;}
h2.active:before{
	content:"-";
	font-size:39px;
	color:#07d9;
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	width:20px;
	line-height:20px;
}
.acc_container {
	clear: both;
}
.content-box-abt p{
	font-size:12px;
	color:#323131;
	padding:0 0 0 25px;
}
.acc_container .block {

}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
/* accordia_menuu close */

.outer-block .to-top {
	position:fixed;
	right:1%;
	bottom:0px;
	background:#058087;
	color:#FFF;
	z-index: 55;
	overflow: auto;
	padding:10px;
	margin:0 0 0 0;
	font-size: 17px;
	line-height: 10px;
	cursor: pointer;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
#contentWrapper{
	min-height:450px !important ;
	margin-bottom:45px;
}



.sectionWrapper,.portfolioGallery,.portfolio > div, .portfolio, .portfolio-item{
	padding:0px !important;
	margin:0px !important;
}

.portfolio-item{
	width:105%;
}
.portfolioGallery .ppda{
	padding:0 10px !important;
}

.portfolioGallery .ppda:nth-child(4){
	padding-right:0px !important;
}

/********FOOTER AREA *******/
footer{
	width:100%;
	min-height:40px;
	background:#d9d5d6;
	padding:10px 0px;
	margin-top: 15px;
	/*margin:0 -15px 30px -15px;*/
}
.foot-outer{
	width:100%;
	color:#666666;
	font-size:11px;
	text-align:left;
	padding:20px 0;
	height:0px;
	background:#d9d5d6;
}
.foot-outer a{
	color:#666666;
	font-size:11px;
}


/********FOOTER AREA CLOSE*******/

.weare{
	width:100%;
	border-left:#011875 solid 2px;
	display:block;
	overflow:auto;
	margin:0 0 0px 0;	
}
.weare ul{
	display:block;
	margin:0px 0 0 5px;
	padding:0px;
}
.weare ul li{
	width:100%;
	display:block;
	min-height:35px;
	/*background:#011875;*/
	border-bottom:1px solid #011875;
}
.weare ul li:last-child{
	border:none;
}
.weare ul li a{
	display:block;
	color:#011875;
	text-align:left;
	line-height:35px;
	padding:0 0 0 10px;
	font-size:15px;
	text-decoration:none;
}
.weare ul li a.active{
	background:#011875;
	color:#FFF;
}
.weare ul li a:hover {
	background:#9db7d0;
	color:#FFF;
}
.left-box01 .policy-outer{
	width:100%;
	position:absolute;
	right:15px;
	bottom:20px;
}

.left-box01 span .policy{
	float:right;
	color:#666;
	height:17px;
	position:relative;
	margin:0 0 0 30px;
	text-decoration:none;
	right:0px;
	bottom:0px;
}
.left-box01 span .policy:hover {
	float:right;
	color:#058087;
	height:17px;
	position:relative;
	margin:0 0 0 30px;
	text-decoration:none;
	right:0px;
	bottom:0px;
}
.left-box01 span .policy:before{
	position:absolute;
	left:-10px;
	content:"";
	width:5px;
	height:20px;
	background:#058087;
}

/****Pop-Up*****/
.overlay{
	width:100% !important;
	height:100% !important;
	position:absolute;
	left:0px;
	top:0;
	z-index:110;
	background:#666;
	opacity:.8;
}
@media(max-width:720px){
	.overlay{
	
	height:200% !important;
	
}
.lightbox-outer {
	overflow-y: scroll;
	}
	.col-sm-12 .col-sm-4{
		width: 100%;width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px;
	}
	.tellfrnd .col-sm-12 .col-sm-4:last-child{
		    padding-left:0px !important;
	}
}
.lightbox-outer { 
	 position:absolute;
	 width:100%;
	 height:100%;
	 left:0px;
	 top:0px;
	 z-index:109;
	 opacity:1;
	 display:none; 
	 }
.lightbox-inner {
	 background:#ffffff;  
	 position:relative;  
	 z-index:111; 
	 opacity:1;
	width: 55%;
    height: auto;
    left: 27%;
    top: 2%;
	 border:#001976 3px solid;
	 /*outline:#FFF 5px solid !important;*/
	 }
	  .lightbox-inner .col-sm-12.cfooter {
	  	 padding: 0px;
	  	}
	 .lightbox-inner .cfooter .col-sm-4{
	 	     width: 33%;
    padding: 0px;
    text-align: center;
	 }
.lightbox-close { 
     background:#001976 ;
	/* background:url(../images/closebtn.png) no-repeat center center ;*/
	 width:75px;
	 height:25px; 
	 cursor:pointer;
	  position:absolute; 
	  right:0px !important; 
	  top:1px; 
	  z-index:52; 
	  font-family:Arial, Helvetica, sans-serif; 
	  font-size:13px; 
	  color:#fff; 
	  text-align:center; 
	  padding-top:0px; 
	  }
.lightbox-close:hover{
	
	/*background:url(../images/closebtn.png) no-repeat center center ;*/
	}
.lightbox-inner .inner_content{
	min-height:150px; 
	overflow:hidden;
	padding:0px 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;  
	}
.inner_content h2{
	    background: #001976;
    height: auto;
    padding: 5px 0 0 10px;
    text-align: left;
    margin: 0 -10px;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    overflow: auto;
    padding-bottom: 5px;
}
.inner_content p{
	font-size:15px;
	color:#666;
	margin:20px 0;
}
.content-abt.carer p{
	margin: 10px !important
}.content-abt.carer.tell p{
	margin: 10px !important;padding-left: 10px !important
}
.uppercase h2{
	text-transform:uppercase;
}
/****Pop-Up END*****/

ul.leader-ship{
	width:100%;
	position:relative;
	height:auto;
	float:left;
}
ul.leader-ship li{
	width:100%;
	height:auto;
	border-top:#058087 2px solid;
	float:left;
	display:block;
	padding:10px 0;
	position:relative;
}
ul.leader-ship li:after{
	content:"";
	position:absolute;
	right:0px;
	top:-2px;
	width:160px;
	height:3px;
	background:#FFF;
}
/*ul.leader-ship li:last-child{
	border-bottom:#058087 2px solid;
}*/
ul.leader-ship li:last-child:before{
	content:"";
	position:absolute;
	right:0px;
	bottom:-2px;
	width:160px;
	height:3px;
	background:#FFF;
}
ul.leader-ship li:after{
	clear:both;
}
ul.leader-ship li span.ledrimg {
	float:right;
	/*padding:0 15px 0 0;*/
	padding:0px;
	margin:0px;margin-left: 20px;
}
ul.leader-ship li figure{
	margin:0px;
	padding:0px;
}
ul.leader-ship li figure img{
	width:150px;
}
ul.leader-ship li .contnt{
	float:left;
}
ul.leader-ship li h5{
	color:#058087;
	font-size:15px;
	padding:0 0 10px 0;
	font-weight:normal;
}
ul.leader-ship li p{
}

ul.testimoni{
	position:relative;
	height:auto;
	float:left;
	margin:-10px -7px 45px -5px;
}
ul.testimoni li{
	width:25%;
	height:auto;
	float:left;
	display:block;
	padding:0px 6.5px;
	margin:0px;
}
/*ul.testimoni li:first-child{
	padding-left:0px;
}
ul.testimoni li:last-child{
	padding-right:0px;
}*/
ul.testimoni li:after{
	clear:both;
}
ul.testimoni li .test-box{
	background:#f1f1f1;
	min-height: 365px;
	border-top:2px solid #058087;
	border-bottom:2px solid #058087;
	padding:15px 30px;
	margin:0px 0 0 0;
}
ul.testimoni li .test-box h5{
	color:#058087;
	font-size:15px; font-weight: 500
}
ul.testimoni li .test-box img{
	width:120px;
	margin:10px 0 0 0;
}
ul.testimoni li .test-box h4{
	color:#5c5c5c;
	font-size:14px;
	font-weight:bold;
	padding:20px 0 10px 0;
}
ul.testimoni li .test-box p{
	padding:0px;
	margin:0px;
}

ul.testimoni li .test-box:hover{
-moz-box-shadow: 0px 3px 8px #1e1e1e; 
-webkit-box-shadow: 0px 3px 8px #1e1e1e; 
box-shadow: 0px 3px 8px #1e1e1e;

visibility: visible !important;
}

.prohead{
	font-size:19px;
	color:#058087;
	text-align:left;
	padding:0 0px;
	margin:5px 0 5px 0;
	/*margin-right:-7px;*/
}
.pro-box{
	width:100%;
	background:#FFFFFF;
	display:block;/*
	margin:0 0 10px 0;*/
	margin:0px;
}

.right-box01.mag, .left-box01.mag{
	margin:0 0 35px 0;
	position:relative;
}
.tabNav {
	height:auto;
	margin:0px 0;
	display:block;
	position:absolute;
	left:0px;
	/*top:260px;*/
	bottom:15px;
	z-index:2;
}
.tabNav li {
	width:100%;
	padding:10px 0 0 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-o-box-sizing:border-box;
	text-align: center;
	list-style:none;
	margin:0;
	float:left;
	display:block; border-bottom: none !important
}
	.tabNav {
	/*bottom:15px;*/
	bottom:57px;
	}
.tabNav a {
	display:block;
	color:#f8f8f8;
	font-size:23px;
	
}
.tabNav li a img{
	width:100%;
	float:left;
}
.tabNav a:hover, .tabNav a:active, .tabNav .current a {
	background:none;
	color:#f8f8f8;
	position: relative;
}
.tabNav li a img{
	width:170px;
}
.project{
	width:100%;
	height:auto;
	background:#058087;
	
}
.project img{
	width:100%;
}
.tab.current {
	display: block;
}

.tab {
	display: none;
}

.pro-box p{
	font-size:13px;
	margin:10px 0 0 0;
	margin-bottom: 0px !important
}
.pro-de{
	font-size:13px;
	color:#058087;
	text-align:right;
	padding:10 10px;
	margin:5px 10px; font-weight: 500
}


ul.ftr-prjct{
	width:100%;
	position:relative;
	height:auto;
	float:left;
	margin:0 0 45px 0;
}
ul.ftr-prjct li{
	width:25%;
	float:left;
	display:block;
	padding:0px 10px;
	margin:0px;
	overflow:hidden;
}

ul.ftr-prjct li:after{
	clear:both;
}
ul.ftr-prjct li .Fpro-box{
	width:100%;
	float:left;
	overflow:hidden;
	background:#f1f1f1;
	display:block;
	padding:0px 0px 15px 0;
	margin:0px 0 0 0;
	position:relative;
}
ul.ftr-prjct li:first-child {
	padding-left:0px;
}
ul.ftr-prjct li:last-child {
	padding-right:0px;
}

ul.ftr-prjct .Fpro-box h4,  ul.ftr-prjct .Fpro-box h4 a{
	font-size:13px;
	font-weight:bold;
	color:#666;
	padding:8px 0 0 0 ;
	margin:0px ;
	text-align:center;
}

ul.ftr-prjct .Fpro-box h5, ul.ftr-prjct .Fpro-box h5 a{
	font-size:13px;
	color:#666;
	padding:0px 0 0 0 ;
	margin:0px ;
	text-align:center;
}


.map{ height:400px; margin-top:10px;}

.map iframe{ width:100%; height:400px;}
.empl{ color:#f8931f !important; cursor:pointer;}
.empl a{ color:#f8931f !important;}
.empl:hover{ color:#000 !important;}
.empl i{ margin:0 10px 0 0;}
.outer-block.mag1{
	margin:45px auto;
}
ul.contact-outer{
	width:100%;
	display:block;
	float:left;
	margin-bottom:10px;
}
ul.contact-outer li{
	width:33.333%;
	float:left;
	margin:0px;
	padding:0px 5px;
}
ul.contact-outer li:first-child{
	padding-left:0px;
}
ul.contact-outer li:last-child{
	padding-right:0px;
}
ul.contact-outer li .contac-box{
	width:100%;
	background:#f1f1f1;
	min-height:360px;
	float:left;
	border-top:2px solid #058087;
	border-bottom:2px solid #058087;
	padding:20px 20px 0 20px;
	margin:0px 0 0 0;
}
ul.contact-outer li .contac-box:hover{
-moz-box-shadow: 0px 3px 8px #1e1e1e; 
-webkit-box-shadow: 0px 3px 8px #1e1e1e; 
box-shadow: 0px 3px 8px #1e1e1e;

/*animation:slideUp .5s ease;
-moz-animation:slideUp .5s ease;
-ms-animation:slideUp .5s ease;
-webkit-animation:slideUp .5s ease;*/
visibility: visible !important;
}
ul.contact-outer li .contac-box h5{
	color:#058087;
	font-size:13px;
	font-weight:bold;
}
ul.contact-outer li .contac-box h4{
	color:#5c5c5c;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 5px 0;
}
ul.contact-outer li .contac-box p{
	font-size:13px;
	padding:0px;
	margin:0px;    padding-bottom: 5px;
}
ul.contact-outer li .contac-box ul{
	margin:40px -20px 0 -20px;
}
ul.contact-outer li .contac-box ul li{
	width:100%;
	
	border-top:1px solid #058087;
	color:#5c5c5c;
	text-align:left;
	padding: 8px 0 5px 20px;
	line-height:30px;
	font-size:14px;
	/*font-weight:bold;*/
}
ul.contact-outer li .contac-box ul li.call-icon{
	background:url(../images/call-icon.jpg) no-repeat 25px center;
	 display:block;
	 
}
.carer p{
	padding-left: 10px;
}
.carer p:first-line {
    padding-left:0px !important;
}
ul.contact-outer li .contac-box ul li.fax-icon{
	background:url(../images/fax-icon.jpg) no-repeat 25px center;
	 display:block;
	 
}
ul.contact-outer li .contac-box ul li.mail-icon{
	background:url(../images/mail-icon.jpg) no-repeat 25px center;
	 display:block;
	 
}
ul.contact-outer li .contac-box ul li.map-icon{
	background:url(../images/map-icon.jpg) no-repeat 25px center;
	 display:block;
	 
}
ul.contact-outer li .contac-box ul li a{
	color:#5c5c5c;
	text-decoration:none;
	
}
ul.contact-outer li .contac-box ul li a:hover{
	color:#058087;
	text-decoration:none;
	
}
.carrer-out{
	width:100%;
	float:left;
	display:block;
	padding:0 0 20px 0;
}
.pad-bt{
	padding:0px;
}
.carrer-out p.margi{
	padding:30px 0 25px 0;
	display:none;
	margin:0px;
}
.carrer-out p.margi a{
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
.carrer-out p.margi a:hover {
	font-weight:bold;
	color:#058087;
	text-decoration:none;
}
.carrer-out h3 {
	font-size:15px;
	color:#058087;
	padding:0px 10px 20px 10px;
	font-weight:bold;
}
.carrer-out h4{
	font-size:14px;
	color:#058087;
	padding:10px 0 0 15px;font-weight: bold;
}
.tell{
	border-bottom:none !important
}
.tellfrnd h2,.lightbox-inner h2{
	padding-top: 8px !important
}

.tell h4{
	padding:10px 0 0 0px;
	}
ul.feature{
	width:100%;
	float:left;
	padding: 0;
	margin:0 0 0px 0;
	position:relative;
}
ul.feature li{
	width:100%;
	float:left;
	height:auto;/*
	margin:0 0 5px 0;
	padding:0 0 10px 0;*/
	position:relative;
}
ul.feature li .ttab{
	width:100%;
	border:none;
	margin:10px 0 10px 0;
	padding:0px;
}
ul.feature li .ttab .ttd-lft, ul.feature li .ttab .ttd-rgt{
	height:auto;
	border:none;
	padding:0px 0 3px 50px;
	margin:0px;
	line-height:20px;
}
ul.feature li .ttab .ttd-lft{
	min-width:30%;
}
ul.feature li .ttab .ttd-rgt{
	padding:0px 0 3px 10px;
}
ul.feature ul.jobdis{
	padding:0 0 50px 0;
}
ul.feature ul.jobdis li{
	width:100%;
	min-height:20px;
	display:block;
	padding:0 0 0 65px;
	margin:1px 0;
	position:relative;
	border:none;
	left:0px;
	top:0px;
}
ul.feature ul.jobdis li:before{
	content:"-";
	font-size:19px;
	color:#666;
	position:absolute;
	z-index:1;
	left:50px;
	top:-5px;
	height:20px;
}

ul.feature .policy-outer{
	position:relative;
	float:right;
	margin:10px 0 0 0;
}

ul.feature span .policy{
	float:left;
	color:#666;
	height:17px;
	position:relative;
	margin:0 0 0 30px;
	text-decoration:none;
	right:0px;
	bottom:0px;
	margin:5px 0 0 30px;
}
ul.feature span .policy:hover {
	float:left;
	color:#058087;
	height:17px;
	position:relative;
	margin:0 0 0 30px;
	text-decoration:none;
	right:0px;
	bottom:0px;
	margin:5px 0 0 30px;
}
ul.feature span .policy:before{
	position:absolute;
	left:-10px;
	content:"";
	width:5px;
	height:20px;
	background:#058087;
}
/* accordia_menuu */
h2.feature-acc {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#058087;
	border-bottom:#058087 1px solid;
	padding:5px 0px 10px 20px;
	position:relative;
	display:block;
	margin:0px;
}
h2.feature-acc:before{
	content:"+";
	font-size:23px;
	color:#058087;
	color:#07d9;
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	width:20px;
}
h2.feature-acc span{
	float:right;
}
h2.feature-acc a {
	color:#666666;
	font-size:15px;
	font-weight:500;
	text-decoration: none; 
	text-shadow:none;
	display: block;
}
h2.feature-acc a:hover {
	color:#058087;
}
h2.feature-acc.last.active {
	display:block;
	border-bottom:#666 1px solid; }
h2.active:before{
	content:"-";
	font-size:39px;
	color:#07d9;
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	width:20px;
	line-height:20px;
}
.feature-container {
	clear: both;
}
.content-abt {
	width:100%;
	float:left;
	padding:0 0 10px 0;
	display:block;
	border-bottom:#058087 1px solid;
}
/* accordia_menuu close */

.lightbox-inner h5{
	text-align:right;
	color:#001976;
	font-size:11px;
	margin:5px 0 0 0;
	
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.carrer-out ul.apply{
	margin:10px 0 0 0;
}
.carrer-out ul.apply li{
	margin:0 0 10px 0;
	float:left;
	width:100%;
}
.carrer-out ul.apply li .name{
	width:35%;
	min-height:30px;
	float:left;
	padding:10px 0 0 0;
	display:block;
}
.carrer-out ul.apply li .field{
	width:65%;
	float:left;
	height:30px;
	border:#001976 1px solid;
	padding:0 5px;
	line-height:30px;
	}
.carrer-out ul.apply li .field-area{
	width:65%;
	float:left;
	height:120px;
	border:#001976 1px solid;
	padding:10px 5px;
	line-height:20px;
	}
.carrer-out ul.apply li .field_section {
	/*background:url(../images/section.jpg) no-repeat right center ;*/
	/*background:url(../images/blue.jpg) no-repeat right center;*/
	background-size:20px;
	width:65%;
	float:left;
	height:30px;
	border:#001976 1px solid;
	padding:0  5px;
	line-height:30px;
	position:relative;
	left:0px;
	top:0px;
}

.carrer-out ul.apply li button{
    display: block;
	min-width:70px;
	min-height:25px;
	float:right;
	background:#001976;
    color: #ffffff;
    font-weight: 500;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding:0px;   
    padding-top: 2px;
    border: 0;
	text-transform:uppercase;
}
.carrer-out ul.apply li p{
	text-align:right !important;
	font-size:10px;
	margin:0px;
	padding:0px;
	color:#001976;
}

.form_row {
	width:65%;
	float:left;
	height:32px;
	border:#001976 1px solid;
	line-height:30px;
}
.textbox{
	margin:0 10px 0 0;
	float:left;
	width:75%;
	height:30px;
	border:none;
	padding:0 0 0 5px;
	color:#7F7F7F;
	position:relative;
}
.inputfile-wrapper {
	float: right;
	position: relative;
	width:20%;
	right:0px;
	top:0px;
	height: 33px;
	overflow:hidden;
}

.inputBrowse {
	width:100%;
	height: 26px;
	position: absolute;
	top:2px;
	right:2px;
	background: #001976;
	font-size: 13px;
	color: #FFFFFF;
	border:none;
}
.inputHidden {
	font-size: 26px;
	width:100%;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

@media all and (max-width: 580px) {
	.tellicions img{
		width:14px; margin-right: 4px;
	}
	.tellicions .col-sm-4{
		padding-left: 0px !important
		
	}
	.slick-dots li
{
    margin-right:15px !important;
}
	.slick-dots li:last-child
{
    margin-right:0px!important;
}
	.project a:last-child .col-md-3 {
    padding-right: 0px !important;
    width: 100% !important;
}
.carrer-out ul.apply li .name{
	width:100% !important;
}
.carrer-out ul.apply li .field{
	width:100% !important;
	}
.carrer-out ul.apply li .field-area{
	width:100%;
	}
.carrer-out ul.apply li .field_section{
	width:100%;
}
.form_row {
	width:100%;
}
}








.grey-feture{
	background:#058087;
	position:relative;
	font-size:17px;
	color:#f1ffff;
	text-align:left;
	padding:0px 10px;
	margin:0 0 5px 0;
	font-weight:normal;
	min-height:40px;
	line-height:40px;
}
.new-ftr-outer{
	width:100%;
	height:auto;
	display:block;
	float:left;
	margin:0 0 35px 0;
}
.new-ftr-outer:before, .new-ftr-outer:after{
  display: table;
  content: " ";
}
.new-ftr-outer:after{
  clear: both;
}
.new-ftr{
	width:25%;
	display:block;
	float:left;
	position:relative;
	padding:5px 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/*.new-ftr:nth-child(1), .new-ftr:nth-child(5), .new-ftr:nth-child(9), .new-ftr:nth-child(13), 
.new-ftr:nth-child(17), .new-ftr:nth-child(21), .new-ftr:nth-child(25), .new-ftr:nth-child(29){
	padding-left:0px;
}
.new-ftr:nth-child(4), .new-ftr:nth-child(8), .new-ftr:nth-child(12), .new-ftr:nth-child(16), 
.new-ftr:nth-child(20), .new-ftr:nth-child(24), .new-ftr:nth-child(28), .new-ftr:nth-child(32){
	padding-right:0px;
}*/

.new-ftr .ftr-box{
	width:100%;
	min-height:380px;
	background:#f1f1f1;
	display:block;
	position:relative;
	border-bottom:#f1f1f1 2px solid;
}
.new-ftr .ftr-box:hover{
	border-bottom:#058087 2px solid;
}
.ftr-box .img-area{
	width:100%;
	min-height:318px;
	position:relative;
	left:0px;
	top:0px;
	overflow:hidden;
}
.ftr-box .img-area img{
	width:100%;
	min-height:318px;
}
.ftr-box .cont-bx{
	height:auto;
	background:#f1f1f1;
	padding-bottom:15px;
}
.ftr-box .cont-bx a.pr{
	width:100%;
	display:block;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#666;
	padding:10px 0 0 0;
	margin:0px;
}
/*.ftr-box .cont-bx a.pr:hover{
	color:#058087;
}*/
.ftr-box .cont-bx a.loc{
	width:100%;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	color:#666;
	padding:10px 0 0 0;
	margin:0px;
}
/*.ftr-box .cont-bx a.loc:hover{
	color:#058087;
}*/




/********image Mouse Over Effect BEgin******/
.img-area{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden
	float:left}
.img-area img{
	width:100%;
	height:auto;
	-webkit-transition:opacity .5s;
	transition:opacity .5s;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-transition:.6s;
	transition:.6s;
	-webkit-transform:scale(1.00001) translateZ(0);
	transform:scale(1.00001) translateZ(0);
	}
.img-area img{
	animation:fadein .9s;
	-moz-animation:fadein .9s;
	-webkit-animation:fadein .9s;
	-o-animation:fadein .9s
	}
@keyframes fadein{
	from{opacity:0}to{opacity:1}
	}
@-webkit-keyframes fadein{
	from{opacity:0}to{opacity:1}
	}

.img-area:hover img{
	opacity:1;
	-webkit-transform:scale(1.3) translateZ(0);
	transform:scale(1.3) translateZ(0)
	}
.img-area:before{
	content:"";
	background:#087e88;
    position: absolute;
   /* width: 172%;
    height: 100%;
    left: -212px;
    top: -137px;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);*/
	width:100%;
	height:50%;
	left:0px;
	top:0px;
	z-index:1;
	-webkit-transition:opacity .5s;
	transition:opacity .5s;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:0;
	display:block;
	}
.img-area:hover:before{
	opacity:.4;
	animation:bfreft .7s ease-in-out;
	-moz-animation:bfreft .7s ease-in-out;
	-ms-animation:bfreft .7s ease-in-out;
	-o-animation:bfreft .7s ease-in-out;
	-webkit-animation:bfreft .7s ease-in-out;	
	}
@keyframes bfreft {
	0% {
		top:-100px;
	}			
	100% {
		top:0px;	}	
}

@-webkit-keyframes bfreft {
	0% {
		top:-100px;
	}			
	100% {
		top:0px;	}
}
.img-area:after{
	content:"";
	background:#777777;
    position: absolute;
  /*  width: 172%;
    height: 100%;
    left: 7px;
    top:166px;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);*/
	width:100%;
	height:50%;
	left:0px;
	bottom:0px;
	z-index:1;
	-webkit-transition:opacity .5s;
	transition:opacity .5s;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:0;
	display:block;
	}
.img-area:hover:after{
	opacity:.4;
	animation:aftreft .8s ease-in-out;
	-moz-animation:aftreft .8s ease-in-out;
	-ms-animation:aftreft .8s ease-in-out;
	-o-animation:aftreft .8s ease-in-out;
	-webkit-animation:aftreft .8s ease-in-out;	
	}
@keyframes aftreft {
	0% {
		bottom:-100px;
	}			
	100% {
		bottom:0px;	}	
}

@-webkit-keyframes aftreft {
	0% {
		bottom:-100px;
	}			
	100% {
		bottom:0px;	}
}

.img-area .efct/*, .efct*/{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	-webkit-transition:opacity .9s;
	transition:opacity .9s;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	opacity:0;
	overflow:hidden;
	visibility:hidden;
	}
.img-area:hover .efct{
	opacity:1;
	color:#fff;
	visibility:visible;
	}
.img-area a.link{
	color:#FFF;
	width:100%;
	height:50%;
	display:block;
	position:relative;
	margin:0 auto;
	text-decoration:none;
	}
.img-area a.link:before{
	font-family:'FontAwesome';
	content:"\f0c1";
	font-size:29px;
	color:#FFF;
	position:absolute;
	left:36%;
	top:32%;
	padding:15px;
	width:30px;
	height:30px;
	display:block;
	/*background:#087e88;*/
	border-radius:50px;
	text-decoration:none;
	}
	
.img-area a.zooom{
	color:#FFF;
	width:100%;
	height:50%;
	display:block;
	position:relative;
	margin:0 auto;
	text-decoration:none;
	}
.img-area a.zooom:before{
   font-family:'FontAwesome';
	content:"\f00e";
	font-size:29px;
	color:#FFF;
	position:absolute;
    left:36%;
	top:32%;
	padding:15px;
	width:30px;
	height:30px;
	display:block;
	/*background:#777777;*/
	border-radius:50px;
	text-decoration:none;
	}
	
.img-area:hover.img-area a.link:before, .img-area:hover.img-area a.zooom:before{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: .2s;	
	-webkit-animation-duration: .2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
	}
@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}
.img-area a.zooom img{
	display:none;
}
/********image Mouse Over Effect End******/

.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
	display:none;
}
a.highslide-credits,
a.highslide-credits i{
	display:none !important; 
}


/***************project Slider******/
.slider-pro {
	height:400px;
}
.slider-pro ul {
overflow:hidden !important;
float:left;
margin:0 -5px;
padding: 0;
height:auto;
}
.slider-pro ul li{
	width:25%;
	display:block;
	float:left;
	position:relative;
	padding:5px 5px;
	margin:0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.slider-pro ul li .ftr-box{
	width:100%;
	min-height:380px;
	background:#f1f1f1;
	display:block;
	position:relative;
	border-bottom:#f1f1f1 2px solid;
}
.slider-pro ul li .ftr-box:hover{
	border-bottom:#058087 2px solid;
}

.slider-arrow {
position: absolute;
top:0px;
width:40px;
height:45px;
background: black;
color: #fff;
text-align: center;
text-decoration: none;
}
.sa-left {
	background:url(../images/left-arw.jpg) no-repeat center #001976;
	height:40px;
	width:40px;
	right:53px;
}
.sa-right {
	background:url(../images/rgt-arw.jpg) no-repeat center #001976;
	height:40px;
	width:40px;
	right:11px;
}

/***************project Slider END******/









@media all and (min-width: 768px) {
  .outer-block {
    width: 750px;
  }
  .logo a{
	width:200px;
   }
   ul.big-menu li{
	margin-top:15px;
    }
	.logo{
		width:auto;
	}
   .left-box{
	width:50%;
	margin:35px 0 40px 0;
	}
   .right-box{
	width:50%;
	margin:35px 0 40px 0;
	}
	header{
	height:79px;
	}
	.grey-box01{
		font-size:15px;
	}
	.blue-box{
		font-size:15px;
	}
	.grey-box01:after {
    top:6px;
	}
	.jssorb01 {
    bottom: -25px;
    }
	ul.testimoni li{
	width:50%;
	margin:10px 0 0 0;
	}
/*	ul.testimoni li:nth-child(2){
		padding-right:0px;
	}
	ul.testimoni li:nth-child(3){
		padding-left:0px;
	}*/
	ul.ftr-prjct li{
	width:50%;
	margin:10px 0 0 0;
	}
	
	ul.ftr-prjct li:nth-child(2){
		padding-right:0px;
	}
	ul.ftr-prjct li:nth-child(3){
		padding-left:0px;
	}
	.portfolio-item{
	width:100%;
  }
  .portfolioGallery .ppda{
	  padding:0 10px !important;
  }
  
  .portfolioGallery .ppda:nth-child(4){
	  padding-right:0px !important;
  }
  .new-ftr{
		width:50% ;
		padding:5px !important;
	}
}
@media all and (min-width: 992px) {
  .outer-block {
    width: 970px;
  }
  .logo a{
	width:220px;
   }
   ul.big-menu li{
	margin-top:20px;
    }
   .left-box{
	width:75%;
	margin:45px 0 40px 0;
	}
   .right-box{
	width:25%;
	margin:45px 0 40px 0;
	}
	header{
	height:85px;
	}
	.grey-box01:after {
    top: 7px;
	}
	.tabNav {
	/*bottom:15px;*/
	bottom:10px;
	}
	.tabNav li a img{
		width:100%;
	}
	ul.ftr-prjct li{
	width:25%;
	}
	ul.ftr-prjct li:nth-child(2){
		padding-right:10px;
	}
	ul.ftr-prjct li:nth-child(3){
		padding-left:10px;
	}
	.portfolio-item{
	width:105%;
  }
  .portfolioGallery .ppda{
	  padding:0 10px !important;
  }
  
  .portfolioGallery .ppda:nth-child(4){
	  padding-right:0px !important;
  }
	/*ul.testimoni li:nth-child(2){
		padding-right:10px;
	}*/
	.new-ftr{
		width:25% ;
	}
/*	.new-ftr:nth-child(1), .new-ftr:nth-child(5), .new-ftr:nth-child(9), .new-ftr:nth-child(13), 
.new-ftr:nth-child(17), .new-ftr:nth-child(21), .new-ftr:nth-child(25), .new-ftr:nth-child(29){
	padding-left:0px !important;
}
.new-ftr:nth-child(4), .new-ftr:nth-child(8), .new-ftr:nth-child(12), .new-ftr:nth-child(16), 
.new-ftr:nth-child(20), .new-ftr:nth-child(24), .new-ftr:nth-child(28), .new-ftr:nth-child(32){
	padding-right:0px !important;
}*/
}
@media all and (max-width: 1200px) {
	.sec-text{
	border-top: none;
   }
   .sec-text ul li{
   	    text-align: start  !important; 
   }
	.col-md-4:last-child{
		    padding-right: 7.5px !important; 
	}
	.col-md-4:first-child{
		padding-left: 7.5px !important;
	}
	
	
}
@media all and (min-width: 1200px) {
  .outer-block {
    /*width: 1170px;*/
	width:100%;
  }
  .logo a{
	width:240px;
   }
   ul.big-menu li{
	margin-top:25px;
    }
   .left-box{
	width:75%;
	margin:45px 0 45px 0;
	}
   .right-box{
	width:25%;
	}
	ul.testimoni li{
	width:25%;
	}
	/*ul.testimoni li:nth-child(3){
		padding-left:10px;
	}*/
	.tabNav {
	/*bottom:15px;*/
	bottom:5px;
	}
	.tabNav li a img{
		width:100%;
	}
	ul.ftr-prjct li{
	width:25%;
	}header {
    height: 90px;
    }
	.new-ftr{
		width:25%;
	}
}
@media all and (max-width: 767px) {
	.outer-block {
    width: 100%;
	margin:0 auto;
	padding:0 10px;
  }
  .logo a{
	width:180px;
   }
	header{
	height:73px;
	}
	.grey-box01{
		font-size:13px;
	}
	.blue-box{
		font-size:13px;
	}
	.grey-box01:after {
    top:5px;
	}
	.lightbox-inner {
	 width:80%;
	 left:10%;
	 top:2%;
	 }
	 ul.testimoni li{
	width:100%;
	margin:10px 0 0 0;
	padding:0px;
	}
	ul.ftr-prjct li{
	width:100%;
	margin:10px 0 0 0;
	}
	ul.ftr-prjct li{
		padding:0px;
	}
	ul.contact-outer li{
		width:100% !important;
		padding:0 0;    margin-bottom: 10px;
		
	}
	.new-ftr{
		width:100% ;
	}
}


@media all and (max-width: 790px) {
	
   .left-box, .left-box01{
	width:100%;
	padding-right:0px;
	margin:25px 0 20px 0;
	}
   .right-box, .right-box01{
	width:100%;
	padding-left:0px;
	margin:0px;
	}
	.fixright{
		height:inherit;
	}
	.tabNav {
    /*left:-40px;*/
	left:10px;
    top: -620px;
	}
	.tabNav li a img{
	width:75px;
	border:#CCC 2px solid;
    }
	.portfolio-item{
	width:100%;
  }
  .portfolioGallery .ppda{
	  padding:0px !important;
  }

}
@media all and (min-width:270px) and (max-width:550px) {

   .tabNav {
    /*left:-60px;*/
	left:10px;
    top: -580px;
	}
	.tabNav li a img{
	width:40px;
	border:#CCC 2px solid;
    }

}
@media all and (min-width:768px) and (max-width:1199px) {
	.inputfile-wrapper {
		width:120px;
		top:-30px;
		left:2px;
    }
}
@media all and (min-width:580px) and (max-width:608px) {
	.inputfile-wrapper {
		width:100px;
		top:-30px;
		left:2px;
    }
}
@media all and (max-width:399px) {
	.inputfile-wrapper {
		width:100px;
		top:-30px;
		left:2px;
    }
}

.rgt-box:hover, .lft-box:hover{
	animation:none !important;
	box-shadow:none;
}
.news-slider2{
	margin-bottom: 15px;
}
.news-slider2 .owl-nav{
	display: none;
}
.home{
	border-top: #011875 solid 2px;
}
.home mar{
	
}
.welc{
	border-bottom: #058087 solid 1px;  
}
.nws{
	border-bottom: #011774 solid 1px;  
}
.welc:hover, .welc:hover/*, .rgt-box:hover*/ {
-moz-box-shadow:0px 0px 8px #1e1e1e; 
-webkit-box-shadow:0px 0px 8px #1e1e1e; 
    box-shadow:0px 0px 8px #1e1e1e;
-webkit-transition: box-shadow 0.8s ease-in-out 0s;
-moz-transition: box-shadow 0.8s ease-in-out 0s;
-o-transition: box-shadow 0.8s ease-in-out 0s;
-ms-transition: box-shadow 0.8s ease-in-out 0s;
transition: box-shadow 0.8s ease-in-out 0s;
	
   visibility: visible !important;
}
.project{
	margin-bottom: 15px
}
.project a:first-child .col-md-3{
	padding-left: 0px !important;
}.project a:last-child .col-md-3{
	padding-right: 0px !important;width: 261.25px;
}
p.nots{
	font-size: 13px !important
}

.col-lg-12 a:hover{
	    color: #058087 !important;
}
.col-md-3{
	padding-left: 7.5px !important; padding-right: 7.5px !important; width: 25% 
}
.col-md-3 img{
	max-height: 350px;
}.col-md-4:first-child{
	padding-left: 0px;
}.col-md-4:last-child{
	padding-right: 0px;
}
.col-md-4{
	padding-left: 7.5px; padding-right: 7.5px; 
}
.col-md-4 img{
	max-height: 297px;
}
.project .news{
	margin-top: -7px
}
.project img {
    height: 310px;
}
.project .first{
	margin-bottom: 30px
}
.pro-box img{
	cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: pointer;
}
.mar{
	overflow: hidden;
}
.mar:hover .slimScrollBar{
	opacity: 0.6 !important;cursor: pointer;
}

.slimScrollBar{
	opacity: 0 !important;
}
.fea h3.news {
   
    top: 221px;
    left: 10;
    
}
.col-lg-3 .sec-title a{
	cursor: default
}
@media(max-width:480px){
	.footer-bottom .auto-container {
		
    max-width: 280px !important;
		}
		.main-footer {
  
    margin-top: 0px !important;
}
.text hr{
	width: 100%!important;
}.project {
    margin-bottom: 0px!important;
}
.call-icon{
	padding-top:10px !important
}
	.top-services .col-lg-3{
		padding-left:15px;    margin-bottom: 25px;
	}
	.sec-title {
    
    margin-bottom: 25px;
    
}
	.owl-theme .owl-controls .owl-nav [class*="owl-"] {
		    margin-top: -12px;
		}
		.lightbox-outer .col-sm-4 img,.tellicions .col-sm-4 img{
			width: 14px; margin-right: 5px;
		}
}
.image a:hover > .news span a{
	color: #058087 !important;
}
article.slide-item:hover a,.project .col-md-3:hover a{
	color: #058087 !important;
	}
	.fancybox-margin {
        margin-right: auto !important;
}

.fancybox-lock {
    overflow: visible !important;
    
}.fancybox-lock body {
    overflow: visible !important;
}
.fancybox-lock .fancybox-overlay {
    overflow: hidden !important;
    overflow-y: hidden !important;
}

@media screen and (max-width: 1024px) {
  .category-list {
    display: none !important;
  }
  .sidebar {
    display: none !important;
  }
  .project{
	background:#FFF !important;
	
}
}