body {
	font-family: 'Arial', Helvetica, Arial, sans-serif;
	color: #010101;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 300;
}
h6 {
	margin-top: 0;
	color:#1e1e1e;
}
h5 {
	margin-top: 0;
	color:#1e1e1e;
}
h4 {
	margin-top: 0;
	color:#1e1e1e;
}
h3 {
	margin-top: 0;
	color:#1e1e1e;
}
h2 {
	margin-top: 0;
	color:#1e1e1e;
}
h1 {
	margin-top: 0;
	color:#1e1e1e;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}p{
	margin-bottom:20px;
}
.top-header {
	background: #1e1e1e;
	padding: 5px 0;
}
.list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.social {
	float: right;
}
.social li {
	float: left;
	margin-left: 5px;
}
.social li a {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #000;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 20px;
}
.btm-header {
	background: #eee;
	padding: 10px 0;
}
h1.logo {
	margin: 0;
}
.top-con-info {
	float: right;
	font-size: 18px;
	text-align: right;
	color: #848484;
	margin-top: 10px;
}
.top-con-info li {
	margin-bottom: 5px;
}
.top-con-info li a {
	color: #848484;
}
.nav-wrap {
	background: #ffffff;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom:0;
}
.nav-wrap .collapse {
	padding-left: 0;
	padding-right: 0;
}
.menu li a {
	font-size: 16px;
	color: #848484;
	padding-left: 26px;
	padding-right: 26px;
}
.menu li a:hover {
	border-bottom: 2px solid #1e1e1e;
	background: #eee;
}
.menu li.active a {
	border-bottom: 2px solid #1e1e1e;
	background: #eee;
}
.main-slider{
	overflow:hidden;
}
.main-slider li{
	position:relative;
}
.main-slider li img{
	height:380px;
}

.banner-content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.banner-txt{
	padding-top:15%;
}
.banner-txt h2{
	color:#0057a8;
}
.banner-txt h1{
	color:#0057a8;
}
.banner-txt hgroup{
	margin-bottom:20px;
}
.banner-txt p{
	margin-bottom:40px;
	font-size:16spx;
	color:#1e1e1e;
}
.banner-pic{
	margin:20px 0;
	text-align:center;
}


.main-slider .slides .banner-pic img{
	width:inherit;
	display:inline-block;
	height:auto;
}



.more-btn{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#0057a8;
	color:#fff;
	padding:10px 30px;
}

.main-container{
	padding:70px 0;
}

.contact-widget {
	background: #0057a8;
	color: #fff;
	padding: 20px;
}
.contact-widget h3{
	color:#fff;
}
.contact-widget .form-group{
	margin-bottom:10px;
}
.sidebar-form .form-control{
	background: rgba(255,255,255,0.35);
	color:#fff;
	border:1px solid rgba(221,221,221,0.4);
}
.sidebar-form input.form-control::-webkit-input-placeholder {
     color: rgba(255,225,225,0.5);  
}
.sidebar-form textarea.form-control::-webkit-input-placeholder {
     color: rgba(255,225,225,0.5);  
}
.sidebar-form input.form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(255,225,225,0.5);   
}
.sidebar-form textarea.form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(255,225,225,0.5);   
}
.sidebar-form input.form-control::-moz-placeholder {  /* Firefox 19+ */
  color: rgba(255,225,225,0.5);   
}

.sidebar-form textarea.form-control::-moz-placeholder {  /* Firefox 19+ */
  color: rgba(255,225,225,0.5);   
}

.sidebar-form input.form-control:-ms-input-placeholder {  
     color: rgba(255,225,225,0.5);   
}


.sidebar-form textarea.form-control:-ms-input-placeholder {  
     color: rgba(255,225,225,0.5);   
}


.sidebar-form .submit{
	float:right;
	background:#222126;
	color:#fff;
	text-transform:uppercase;
	border:none;
	padding:10px 45px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.sidebar-form .submit:hover{
	background:#3d3b44;
}
	.sidebar-form .submit:disabled{
	background:#dddddd;
}

.box{
	border:1px solid #dddddd;
	padding:20px;
	margin-bottom:30px;	
	
}

.feature-thumb{
	margin-bottom:10px;
}
.box h2 {
	margin-bottom:5px;
}
.box h2 a{
	font-size:20px;
	color:#1e1e1e;
}
.what-we-do{
	color:#fff;
	padding:70px 0 50px 0;
	background-image:url(../images/cheap-bg.jpg);
	background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
	
}
.we-do{
	margin-bottom:20px;
}
.what-we-do h3{
	text-transform:uppercase;
	color:#fff;
}
.what-we-do h2{
	text-transform:uppercase;
	color:#fff;
}
.what-we-do h2{
	text-align:center;
	margin-bottom:50px;
}

.service-icon{
	width:70px;
	height:70px;
	color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	line-height:66px;
	font-size:36px;
	margin-right:25px;
	border:2px solid #fff;
	float:left;
}
.txt-holder{
	overflow:hidden;
}

.partner-holder{
	padding:70px 0 20px 0;
}
.partner-title{
	
	width:100%;
	margin-bottom:20px;
}
.title-ptn{
	font-size:20px;
	color:#1e1e1e;
	text-transform:uppercase;
	font-weight:400;
	float:none;
	display:inline-block;
}
.customNavigation{
	float:right;
	text-align:inherit;
}
.customNavigation2{
	float:left;
	text-align:inherit;
}

.customNavigation a{
	border:1px solid #1e1e1e;
}
.owl-carousel{
	float:left;
}

  #owl-demo .item{
		height:130px;
		line-height:130px;
     
    
        margin: 10px;
      
        text-align: center;
    }
    .customNavigation{
      text-align: center;
    }
    .customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
	
	/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls .owl-page{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-carousel .owl-wrapper{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.footer{
	background:#27262c;
	padding-top:40px;
	color:#848484;
}
.footer h6{
	color:#fff;
	margin-bottom:20px;
	font-size:16px;
	text-transform:uppercase;
}
.footer-nav li a{
	color:#848484;
}
.footer-post li a{
	color:#848484;
}
.footer-nav li a:hover{
	color:#ccc;
}
.footer-post li a:hover{
	color:#ccc;
}
.thumb-gallery li{
	float:left;
	width:31%;
	margin-right:2%;
	margin-bottom:2.5%;
	
}
.footer-post li{
	background:url(../images/bullet-arrow.png) no-repeat left top 8px;
	padding-left:15px;
	margin-bottom:5px;
}

.conts-icon{
	float:left;
	width:20px;
	text-align:center;
	margin-right:10px;
}
	
	.footer-box{
		margin-bottom:20px;
		float:left;
		width:100%;
	}
	.btm-footer{
		background:#222126;
		padding:15px 0;
	}

.btm-footer p{
	margin-bottom:0;
	font-size:13px;
}
/************ inner page css goes here ***************/
.page-title{
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
padding:0px 0;
}
.page-title h2{
	margin-bottom:0;
	color:#1e1e1e;
}
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}
.hovereffect:hover P.info {
color:#fff;
text-align:center;
position:relative;
font-size:12px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover P.info,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}