/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
body {	
	background:#fff;
	font-family: 'Ubuntu', Arial, sans-serif;
	color:#666;	
	font-size:14px;	
	font-weight:400;
	line-height: 23px;
}
ul,ol { list-style:none; }
img,fieldset { border:none; }	
a { text-decoration:none; }
a:hover { text-decoration:none; }
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary {
    display: block;
}
figure {
	margin:0;
	padding:0;
}
.clearfix {
	clear: both;
	width:100%;
}
img {
	max-width:100%;
	height:auto;
	display:block;
}
embed,iframe,
object,video {
	max-width: 100%;
}
html { -webkit-text-size-adjust: none; }
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {font-weight: 700;}
/* transition
----------------------------*/
.whatwedo img,a,h6,textarea,input {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
/* slider
----------------------------*/
.banner {
	padding: 0;
}
.banner .owl-theme .owl-controls .owl-page span {
	background: url(../img/banner-ico.png) no-repeat;
	border-radius: 0;
	display: block;
	height: 10px;
	margin: 4px;
	opacity: 0.9;
	padding-top: 2px;
	width: 10px;
}
.banner .owl-theme .owl-controls .owl-page.active span, 
.banner .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: url(../img/banner-ico-active.png) no-repeat;
	border: none !important;
	height: 10px;
	margin: 4px;
	width: 10px;
}
.item {
	position: relative;
	z-index: 9999999;
}
.owl-theme .owl-controls .owl-buttons {
	top:48%;
}
/*  whatwedo
----------------------------*/
.whatwedo {
	padding: 67px 0 27px 0;
}
.whatwedo h2 {
	font-size: 36px;
	line-height: 40px;
	color: #404040;
	margin-bottom:65px;
	text-align: center;
}
.whatwedoBox h6 {
	font-weight: 500;
	font-size: 18px;
	padding: 0 0 13px 0;
}
.whatwedoBox h6 a {
	color: #404040;
}
.whatwedoBox {
	overflow: hidden;
	margin:0 0 24px 0;
	padding:20px 10px 21px 20px;
	border: 1px solid #ededed;
	min-height:191px;
}
.whatwedo img {
	display: block;
	max-width: 100%;
}
.whatwedoBox a:focus,
.whatwedoBox:focus h6 a,
.whatwedoBox:hover h6 a {
	color: #a32f3a;
	text-decoration:none;
}
.whatwedoBox p {	
	padding: 0 0 0 0;
	font-size: 13px;
	line-height: 19px;
}
.whatwedoBox p strong {
	font-size:13px;
	font-weight:400;
}
/* whoweare
----------------------------*/
.whoweare {
	padding:72px 0 58px 0;
	background-color: #001624;
	color: #fff;
}
.whoweare h2 {
	font-size: 36px;
	margin-bottom:58px;
	text-align: center;
}
.whoweare h5 {
	font-weight: 500;
	font-size: 18px;
	padding-left:15px;
	padding-bottom: 5px;
	margin-top:-3px;
}
.whoweare p {	
	padding: 0 0 25px 15px;
	font-size: 14px;
	line-height: 23px;
}
.whoweare img {
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
}
.whoweareBtn {
	padding: 12px 0 0 15px;
}
.whoweareBtn a {
	display: block;
	max-width: 128px;
	border: 1px solid #fff;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.whoweareBtn a:hover,
.whoweareBtn a:focus {
	background-color: #fff;
	color: #001624;
	text-decoration:none;
}
.whoweare p a {
	color:#fff;
}
/*  client-says
----------------------------*/
.ourClients {
	padding: 55px 0 55px 0;
	text-align: center;
}
.bgf5f5f5 {
	background: #f5f5f5;
}
.ourClients h2 {
	font-size: 36px;
	line-height: 40px;
	color: #404040;
	margin-bottom:66px;	
}
.ourClientsBox {
	height: 226px;
}
.ourClientsBoxtop {
	margin-bottom: 86px;
	height: 70px;
}
.ourClientsBoxbtm {
	height: 70px;
}
.ourClients img {
	display: inline-block;
	max-width: 100%;
	height: 70px;
}
.ourClients .item {
	margin: 0 15px;
}
.ourClients .owl-pagination {
	margin-top: 40px;
}
/*.ourClients .owl-buttons {
	display: none; 
}*/
.ourClients .owl-theme .owl-controls .owl-buttons div{height:40px; width:25px;}
.ourClients .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 4px;
	padding: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url(../img/dot2.jpg) no-repeat;
	border:none;
}
.ourClients .owl-theme .owl-controls .owl-page.active span,
.ourClients .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: url(../img/dot1.jpg) no-repeat;
	border:none !important;
	width: 10px;
	height: 10px;
	margin: 4px;
	padding: 0;
}


.ourClients .owl-theme .owl-controls .owl-buttons {
	top: 34%;
}
.ourClients .owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.ourClients .owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../img/next-b.png) no-repeat;
	float: right;
	margin-right: 0;
	display: block;
}
.ourClients .owl-theme .owl-controls .owl-buttons div.owl-prev,
.ourClients .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background: url(../img/prev_b.png) no-repeat;
	margin-left: 0;
	display: block;
}
/*  footerarea
----------------------------*/
.footerarea {
	background: #001624;
	padding: 40px 0 0 0;
	color: #788690;
	border-top: 1px solid #162a37;
}
.footerarea h4 {
	font-weight: 500;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 13px 0 15px 0;
}
.footerwidgetaresa {
	padding:0 0 20px 0;
}
.footerinfo a,
.footerinfo p {
	color: #788690;
	font-weight: 300;
	line-height: 23px;
}
.footerinfo ul {
	padding:0 0 0 0;
	line-height: 25px;
}
.footerinfo ul li {
	padding-bottom: 8px;
}
.flogo {
	padding-bottom: 8px;
}
.flogo a {
	display: inline-block;
}

.footer {
	padding: 14px 0 22px 0;
	color: #6e6e6e;
	font-size: 13px;
	line-height: 20px;
	border-top: 1px solid #0d222f;
}
.bminh {
	min-height:57px;
}
.map {
	margin-bottom: 20px;
}
.footer p {
	padding-top: 5px;
	font-weight: 300;
	color:#586670;
}
.footer a {color: #586670;}
.footericon {padding: 0;}
.footericon ul {overflow: hidden;padding-top:5px;}
.footericon ul li {
	float: left;
	padding-right: 15px;
}
.footericon ul li a {
	color: #6e6e6e;
	width: 34px;
	height: 34px;
	line-height: 33px;
	text-align: center;
	display: block;
	border: 1px solid #3d4950;
}
.footericon a:focus,
.footericon a:hover,
.footerinfo a:focus,
.footerinfo a:hover,
.footer a:hover,
.footer a:focus {color: #a32f3a;}
.footerrgt {
	text-align: right;
}
.pl30 {
	padding-left: 30px;
}
.pl60 {
	padding-left: 60px;
}
/*  Breadcumbs
----------------------------*/
.breadcumbs {
	/*
	height: 350px;
	background: url(../img/slide01.jpg) no-repeat fixed top center;
	*/
	width: 100%;
	
}
/*  contact page
----------------------------*/
.contactpage {
	padding:56px 0 64px 0;
}
.contactpage h2 {
	font-size: 36px;
	line-height: 40px;
	color: #404040;
	margin-bottom:57px;
	text-align: center;
}
.mapinfo {
	width: 100%;	
	overflow: hidden;
	margin-bottom: 40px;
}
.cmap {
	height: 385px;
	width: 100%;
}
.cinfo {
	padding: 40px 30px 30px 30px;
	min-height: 384px;
	color: #fff;
	background:#a32f3a;
	margin-bottom:30px;
}
.cinfo ul {
	margin-top: 6px;
}
.cinfo a {color: #fff;}
.cinfo ul li {
	padding: 25px 0 0 0;	
	line-height: 19px;
	margin-top: 19px;
	border-top: 1px solid #c58b90;
}
.cinfo ul li:first-child {
	border: none;
	margin-top: 0;
}
.cinfo ul li h5 {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 4px;
}
.cinfo ul li p {
	font-size: 13px;
	font-weight: 300;
}
.cinfoemail,
.cinfophone,
.cinfoaddress {	
	padding: 0 0 0 36px;
	background: url(../img/infon.png) no-repeat left top;
}
.cinfophone {
	background: url(../img/cphon2e.png) no-repeat left top;
}
.cinfoemail {
	background: url(../img/cinfo.png) no-repeat left top;
}
.cinfo h4 {
	font-size: 24px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
}
.contactFormarea {
	padding: 16px 0 0 0;
}
.contactpage h2 {
	margin-bottom:57px;
}
.contDiv {
	padding-bottom: 24px;
}
.contDiv textarea,
.contDiv input {
	height:48px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	color: #999999 !important;
	border: 1px solid #e6e6e6;
	padding-left: 42px;
}
.cname input{background: url(../img/cname.png) no-repeat left center;}
.cemail input{background: url(../img/cemail.png) no-repeat left center;}
.cphone input{background: url(../img/cphone.png) no-repeat left center;}
.clocation input{background: url(../img/clocation.png) no-repeat left center;}
.contDiv textarea {
	height: 195px;
	padding-top: 18px;
	overflow: hidden;
	background: url(../img/textarea.png) no-repeat left top;
}
.contDiv input:focus,
.contDiv input:hover,
.contDiv textarea:hover,
.contDiv textarea:focus {
	border-color: #a32f3a;
}
.csubmit {padding: 0;}
.csubmit input {
	border: none;
	background: #a32f3a;
	box-shadow: none;
	border-radius: 0;
	text-transform: uppercase;
	height: 40px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	cursor:pointer;
}
.csubmit input:hover,.csubmit input:focus {
	background: #001624;
	outline: none;
	box-shadow: none;
}
/* qc
----------------------------*/
.modal-content {
	background: none;
	box-shadow: none;
	border:none;
	border-radius: 0;
}
.modal {
	z-index: 99999999;
	top:10%;
}
.qcbutton {
	position: fixed;
	width: 55px;
	height: 93px;
	top: 45%;
	right: 0;
	z-index: 9999;
}
.qcbutton button {
	width: 55px;
	height: 93px;
	cursor: pointer;
	display: block;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: url(../img/quickcontact.png) no-repeat;
	background-color: none;
	text-indent: -9999px;
	border-radius: 5px 0 0 5px;
}
.qcbutton button:hover,
.qcbutton button:focus {
	outline: none;
	border: none !important;
	box-shadow: none !important;;
	background-color: none;
	background: url(../img/quickcontact.png) no-repeat;
}
.qc {
	background: #fff;	
}
.qclft {
	padding: 40px 40px 40px 40px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
}
.qclft h3 {
	font-size: 22px;
	font-weight: 500;
	color: #2f2f2f;
	padding: 0 0 15px 0;
}
.qclft p {
	padding-bottom: 8px;
}
.qcmail,
.qctel {
	color: #404040;
	font-weight: 700;
	padding-left: 30px;
	font-size: 16px;
	background: url(../img/qctel.png) no-repeat left center;
	margin-top: 25px;
}
.qcmail a,
.qctel a {color: #404040;}
.qcmail {
	background: url(../img/qcmail.png) no-repeat left center;
}
.contactSec::before {
    background: #fff;
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #a32f3a;
    position: absolute;
    left: 3px;
    top: 234px;
}
.contactSec {
	padding: 40px;
	background: #a32f3a;
}

.inpdiv {
  padding: 0 0 10px 0;
}
.contactSec .inpdiv input,
.inpdiv input {  
	background: #ffffff;  
	border: 1px solid #fff;  
	border-radius: 0;  
	box-shadow: none; 
	font-size: 14px; 
	height:50px;  
	color:#333333;  
	padding:10px 18px;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: 400;
}
.contactSec .inpdiv textarea,
.inpdiv textarea {  
	background: #fff;  
	border: 1px solid #fff;  
	border-radius: 0;  
	box-shadow: none; 
	font-size: 12px;  
	text-align: left;   
	color:#333333;  
	height: 120px; 
	padding:10px 20px;  
	overflow: hidden;
}
.inpdiv textarea:hover,
.inpdiv textarea:focus,
.inpdiv input:hover,
.inpdiv input:focus {
	border: 1px solid #fff !important;
	box-shadow: none;
	outline: none;
}
.contact-btn {
	padding: 0;
	text-align:center;
}
.contact-btn input {
	background: #fff;
	border: none;
	border-radius: 0;
	color: #333333;  
	font-weight: 300;
	cursor: pointer;  
	font-size: 12px;   
	line-height: 40px;  
	height:50px;  
	margin: 0;  
	padding:0;
	text-transform: uppercase;
	width: 100%;
}
.contact-btn input:focus,
.contact-btn input:hover {	color: #fff;outline: none;box-shadow: none;	background:#333333;}
/*  maincontent
----------------------------*/
.maincontent {
	padding: 56px 0;
	color: #666666;
	font-size: 14px;
	line-height: 22px;	
}
.maincontent h1.entry-title,
.maincontent h2 {
	font-size: 36px;
	line-height: 40px;
	color:#404040;/*#a32f3a;*/
	margin-bottom:32px;
	text-align: center;
}
.maincontent h3 {
	color:#a32f3a;
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 12px;
}
.maincontent h4 {
	color:#a32f3a;
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 12px;
}
.maincontent h5 {
	color:#a32f3a;
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 12px;
}
.maincontent ul,
.maincontent p {
	padding-bottom: 34px;	
}
.maincontent p strong {
	font-size:18px;
	font-weight:500;
	color:#a32f3a;
}
.maincontent img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 25px;
}
.maincontent ul li {
	padding:0 0 0 20px;
	background:url(../img/dash.png) no-repeat left top;
	margin-bottom:5px;
}
.maincontent a {
	color: #a32f3a;
	font-weight: 500;
}
.maincontent a:hover,
.maincontent a:focus {
	text-decoration: underline;
}
/*  projectPage
----------------------------*/
.projectPage {
	background: #fff;
	padding: 62px 0 1px 0;
	color: #666666;
	font-size: 14px;
	line-height: 22px;	
}
.projectPage h2 {
	font-size: 36px;
	line-height: 40px;
	color: #404040;
	margin-bottom:57px;
	text-align: center;
}
.projectPage h4 {
	font-size: 18px;
	color: #404040;
	padding-bottom: 10px;
	font-weight: 500;
	margin-top: -2px;
}
.projectPage h4 a {
	color: #404040;
}
.projectPage h5 {
	font-size: 17px;
	color: #a32f3a;
	padding-bottom: 11px;
	font-weight: 500;
	line-height: 23px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 23px;
}
.projectPage h6 {
	font-weight: 500;
	font-size: 14px;
	color: #404040;
	padding-bottom: 13px;
}
.projectPageBox {
	margin-top: 20px;
	margin-bottom:50px;
	overflow: hidden;
}
.projectPageBox img {
	display: block;
	max-width: 100%;	
	padding:0 0 20px 0;
	background: #fff;
}
.pboximg {
	float:left;
}
.pboxcon {
	float:right;
}
.projectPageBox:nth-child(odd) .pboximg {
	float:right !important;
}
.projectPageBox:nth-child(odd) .pboxcon {
	float:left !important;
}
/*.projectPageBox img {
	display: block;
	max-width: 470px;
	float: left;
	padding:0 0 30px 0;
	background: #fff;
}
.projectCont {
	width:670px;
	float:right;
}
.projectPageBox:nth-child(odd) img {
	display: block;
	max-width: 470px;
	float: right;
	padding:0 0 30px 0;
}
.projectPageBox:nth-child(odd) .projectCont {
	float:left;
	width:670px;
}*/	
.projectPage ul {
	padding: 0;
}
.projectPage ul li {
	margin-bottom: 6px;
	padding:0 0 0 20px;
	background:url(../img/dash.png) no-repeat left top;
	display:inline-block;
}
.projectPageBox:nth-child(odd) ul li {
	display:block;
}
.projectdetails {
	margin-top: 20px;
	margin-bottom:50px;
	overflow: hidden;
}
.projectdetails img {
	display: block;
	max-width: 100%;
	padding:0 0 20px 0;
	background: #fff;
}
.aboutpagecss {
	overflow:hidden;
}
.aboutimgbox {
	float:left;
	width:52%;
	padding:7px 20px 0 0;
}
.aboutimgbox img {
	display:block;
	max-width:100%;
}
/*
|--------------------------------------------------------------------------
|  Demo Specific Code
|--------------------------------------------------------------------------
*/
.demo-colored-wrap {
	background:#ecf0f1;
}
/* header
----------------------------*/
.owl-pagination {
	margin-top: -30px;
}

