@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; outline:0;}
body{ font-family:"LatoRegular",Arial, Helvetica, sans-serif; font-size:14px; color:#000; }
::selection{ background-color:#0084d0; color:#036036;}
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/LatoRegular.eot');
    src: url('../fonts/LatoRegular.eot') format('embedded-opentype'),
         url('../fonts/LatoRegular.woff2') format('woff2'),
         url('../fonts/LatoRegular.woff') format('woff'),
         url('../fonts/LatoRegular.ttf') format('truetype'),
         url('../fonts/LatoRegular.svg#LatoRegular') format('svg');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot') format('embedded-opentype'),
         url('../fonts/Lato-Light.woff2') format('woff2'),
         url('../fonts/Lato-Light.woff') format('woff'),
         url('../fonts/Lato-Light.ttf') format('truetype'),
         url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('../fonts/Lato-Semibold.eot');
    src: url('../fonts/Lato-Semibold.eot') format('embedded-opentype'),
         url('../fonts/Lato-Semibold.woff2') format('woff2'),
         url('../fonts/Lato-Semibold.woff') format('woff'),
         url('../fonts/Lato-Semibold.ttf') format('truetype'),
         url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
}

.hdContent{
	background:#FEC66F !important;
    color:#ffffff !important;
	border-color: #FEC66F;
}
.hdContent-purple{
	color:#9079B6 !important;
	
}
.htContent-Testimonial{
   font-size:25px;
   font-weight:500;
   margin-left: 14px;
}
a{text-decoration:none !important; color:#999;  }

li{ list-style:none;}
ul{ margin:0; padding:0;}

.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}


.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}


.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}


.pb10{ padding-bottom:10px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}

.panel-grey{
	  border: 1px solid #eeeeee;
      color: #000}
.panel-grey .panel-heading	{ background:#e0e0e0;}  
.panel-grey .panel-title{ /*color: #adadad;*/ color: #ffffff !important;}	 
 
.no-border{ border-radius:0px !important;}	  
.no-padding{ padding:none !important;}
.no-margin{ margin:0 !important;}
		  
.pull-right{ float:right;}
.logo{ float:left; width:150px; padding:15px 0;}

.bg-default{ background:#292b28;}
.text-white{ color:#ffffff;}

.sociallnk li{ display:inline-block;}
.sociallnk li a{ color:#B4B4B4; padding:5px; font-size:16px; text-decoration:none;}
.mail li{ display:inline-block; margin-right:20px;}
.mail li a{ color:#B4B4B4; font-size:15px;  text-decoration:none; }
.navbar{ border:};
.navbar-nav > li{ float:left;}
.navbar-nav > li > a{ padding:30px 20px; color:#8C8C8C; border:0;}
.navbar-nav > li.active > a{color:#0084d0;}
.slider{ width:100%; float:left; position:relative; height:450px; overflow:hidden; background:#030b2e;}
.slider img{ width:100%; height:100%;}


.service{ font-size:25px;}
.service span{ color:#0084d0; font-weight:500; }
.serviceblock{
	width:100%;
    padding:10px;    
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 15px 20px;
    border: dashed 1px #ccc;
    min-height: 277px;
	transition: all 1s ease;
	}
.serviceblock:hover{ transform:scale(1.1,1.1); }
.serviceblock:hover .sericon {
	 transform:rotate(-360deg);
     box-shadow: -2px 1px 1px #9079B6, 2px -1px 1px #9079B6;
	 color:#9079B6;
	}


.sericon{ 
    width: 80px;
    height: 80px;
    font-size: 20px;
    border-radius: 100%;
	/*color:#36b7e8;*/
	color:#FEC66F;
    line-height: 80px;
	transition: all 1s ease;
    box-shadow: 2px 2px 2px #ccc, -2px -2px 1px #ccc;
    margin: 0 auto;
		}
.titlestyle:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: -2px;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb;
		}
.titlestyle:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 1px solid #d6d6d6;
    border-radius: 100%;
    background: #039be5;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}

.btnposition{ position:absolute; bottom:10px; left:0; right:0;}
.aboutbanner{ 
	display:table; 
	background:#242a33 url(../images/about.jpg) center top no-repeat;
	height:400px;
	background-attachment: fixed;
	width:100%;
	background-size:cover;
	}
footer{background:#292b28; vertical-align:middle;}
.footer-social li{ display:inline-block;}
.footer-social li a{ 
    width: 30px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    border: 2px solid rgba(37, 31, 31, 0.15);
    border-radius: 100%;
    box-shadow: 0 1px 2px #4e4e4e;
    margin: 0 3px;}
.tab-pane a:hover ,.tab-pane a:focus{ color:#fff;}

.leftclient .owl-buttons .owl-prev{
	background:url(../images/sprite.png) -52px -25px no-repeat;
	width:40px;
	height:40px;
	display:inline-block;
	}	
	
.leftclient .owl-buttons .owl-next{
	background:url(../images/sprite.png) -102px -25px no-repeat;
	width:40px;
	height:40px;
	display:inline-block;
	}	
	
section .clientbox .testimonial{ 
   margin-left:72%;
   position:relative;

}	
.testimonial h3{
	font: 35px 'Lato-Light',Arial, Helvetica, sans-serif;
    margin: 0 0 20px 0;
	}	


.testimonial #owl-demo4 .owl-controls {
    width: 105px;
    top: -77px;
    right: 0;
    left: inherit;
}


.testimonial .owl-buttons{
	top: 2px;
	right: 0;
	width: 100%;
	} 
.testimonial .owl-buttons .owl-prev{
	background:url(../images/sprite.png) -52px -25px no-repeat;
	width:40px;
	height:40px;
	line-height:40px;
	background:#039be5;
	display:inline-block;
	}	
	
.testimonial .owl-buttons .owl-next{
	background:url(../images/sprite.png) -102px -25px no-repeat;
	width:40px;
	height:40px;
	line-height:40px;
	background:#039be5;
	display:inline-block;
	}	

.testimonial .toptext{
	background:#e0e0e0;
	padding:20px;
	margin-bottom:20px;
	border-radius:5px;
	font: 15px/25px ;
	position:relative;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	}
.testimonial .toptext:after{
	content: "";
	width: 20px;
	height: 38px;
	display: block;
	background: url(../images/testiminialtri.png) no-repeat;
	position: absolute;
	bottom: -38px;
	display: block;
	z-index: 11;
	left: 0;
	right: 0;
	margin: 0 auto;
	}



owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}



/* display none until init */



.owl-carousel {
	position: relative;
/*	width: 100%;*/
	-ms-touch-action: pan-y;
	height:100%;
}



.owl-carousel .owl-wrapper {
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}



.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	height:100%;
}



.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	margin-top: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background:#039be5;
}



/* Clickable class fix problem with hover on touch devices */



/* Use it for non-touch hover action */



.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width:15px;
	height:15px;
	margin: 5px 7px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:transparent;
	border:1px solid #888;
}


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;	
	background:#888;
	border:1px solid #888;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

}
/* preloading images */



.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}



.owl-carousel .owl-item {
	/*float: left;*/
	padding: 0 0px;
	display:inline-block;
	background:none;
	float:left !important;
}



.owl-controls .owl-page, .owl-controls .owl-buttons div {
	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);
}



.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	overflow:hidden;
	width:none !important;
}



.customNavigation{
	  margin:0px 0 0 0px;
	  background:url(../images/gray-devider.jpg) left center no-repeat;
	  position:absolute;
	  width:100%;
	  top:45%;
    }



.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);
  cursor:pointer;
  opacity:0.6;
}



.customNavigation a:hover{
  -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);
  cursor:pointer;
  opacity:1;
}

	
.testimonial .item{
	margin:0 10px;
	}	
	
	
	
.testimonial .userinfo .icon{
	height: 50px;
	width: 50px;
	text-align:center;
	border-radius: 100%;
	background: #f56b6b;
	}
.testimonial .userinfo .info{
	width: 80%;
	float: right;
}
.testimonial .userinfo .info h5{
	font: 15px/25px 'Lato-Light',Arial, Helvetica, sans-serif;
	color:#888888;
	}
	
.hdbanner{ height:100px; position:relative; overflow:hidden; background:#030b2e;}	
.hdbanner img{ width:100%;}	
.moreservices ul li a{ 
    color:#000;
	padding:10px 0;
	display:block;
}
.moreservices ul li{border-bottom:dashed 1px  #ccc; width:80%;}
.moreservices ul { border-right:1px solid #ccc; margin-top: 10%;}
.servicecontent h2{ margin-top:0;}
.servicecontent p{ line-height:25px;}
.nopadding{ padding:0;}
.nomargin{ margin:0;}
#map {
    width: 100%;
    height: 480px;
}
.contact-form input[type=text],
.contact-form input[type=email]{
    background-color: #f6f6f6;
    border: 1px solid transparent;
    box-shadow: none;
    color: #999;
    display: block;
    font-size: 12px;
    height: 53px;
    line-height: 1.42857;
    padding: 6px 15px;
}	
.contact-form textarea{
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    height: 300px;
    resize: none;	}
.contact-block a{color:#000;}
.contact-block i{ font-size:40px; color:#FEC66F;}	
.gallerybox{ cursor:pointer; overflow:hidden;}
.item-overlay{
	position:absolute; 
	display:none;
	left:0;
	top:0px;
	transition:all 1s ease;
	width: 100%;
	animation: overlayslide .5s ease-in 1;
    text-align: center;
    background: rgba(255, 255, 255, 0.33);
    height: 100%;}
.gallerybox:hover  .item-overlay{
	display:block;
	}
	
.gallerybox img{ transition:all 1s ease;}	
.gallerybox:hover img{ transform:scale3d(1.1, 1.1, 1.1); } 

	
@keyframes overlayslide {
    0%   {top:100px;}
    100% {top:0px;}
}	
	
	
.extra-content{
	margin-top: 60px;
	}
.extra-content h2{ color:#ffffff;}
.extra-content h6{ color:#949494;}
.extra-content .popup-link {
    position: absolute;
    bottom: 25px;
	right:15px;
	border: 1px solid #fff;
	animation: iconpopup .5s ease-in 1;
    padding: 8px 10px;
	text-decoration:none;
	color:#ffffff;
}
@keyframes iconpopup {
    0%   {right:-100px;}
    100% {right:15px;}
}	

.extra-content .link-icon {
    position: absolute;
    bottom: 25px;
    right: 60px;
    border: 1px solid #fff;
	animation: iconlink 1s ease-in 1;
	text-decoration:none;
    padding: 8px 10px;
	color:#ffffff;
}
@keyframes iconlink {
    0%   {right:-100px;}
    100% {right:60px;}
}	

@media screen and ( max-width:768px ){
.navbar-default .navbar-toggle{
	margin-top: 25px;
	}	
	
.navbar-default .navbar-collapse{
	width: 100%;
	margin:0;
	}
.navbar-nav > li > a {
    padding: 10px 10px;
}
.mySlideshow{ height:250px !important;}
.mySlideshow img{height:250px !important;}	
.edslider .controls .navigator{top: 90px !important;;}	
	}


#canvas, #text {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

#text {
  min-height: 65vh;
  width: 100vw;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 8vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#innertext{
    width: 90vw;
    margin-top: 35px;
    vertical-align: middle;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 8vmin;
    text-align: right;
	
	
	}
#text h1 {
  opacity: 0.9;
  font-weight:700;
}
#innertext h1 {
  opacity: 0.9;
  font-weight:700;
}
 .hrsize{
	margin-top: -2px !important;
	margin-bottom: 10px !important;
}
