
/*Full stylesheet*/

body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table { margin:0px; padding:0px;}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular.woff2') format('woff2'),
         url('../fonts/roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light.woff2') format('woff2'),
         url('../fonts/roboto-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mistral';
    src: url('../fonts/mistral.woff2') format('woff2'),
         url('../fonts/mistral.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold.woff2') format('woff2'),
         url('../fonts/roboto-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	font:14px 'robotoregular';
	color:#222;
	line-height:21px;
	box-sizing:border-box;
}
.logo img {
    height: 156px;
	margin-bottom:10px;
}
.top{
	width:100%;
	min-height:137px;
	max-width:1370px;
	margin:0 auto;
	background:url(../images/header-1.jpg) top center;
	
}
.left-info h2{
	font-size:22px;
	margin:10px 0px;
	color:#000;
	float:left;
}
.left-info h2 a{
	color:#fff;
}
.left-info h2 a:hover{
	text-decoration:none;
	color:#fcfcfc;
}
.right-info h2{
	font-size:22px;
	margin:10px 0px;
	color:#fff;
	float:right;	
}
.right-info h2 a{
	color:#fff;
}
.right-info h2 a:hover{
	text-decoration:none;
	color:#fcfcfc;
}
.logo{
	margin:0px auto;
	display:table;
}
.site-nav{
	width:100%;
	min-height:68px;
	max-width:1370px;
	margin:0 auto;
	background-color:#3f3f3f;
}
.social{
	min-height:68px;
	display:flex;
	justify-content:center;
	align-items:center;
	float:right;
}
.social ul li{
	font-size:28px;
	display:inline-block;
	margin:0px;
	padding:0px 10px;
}
.social ul li a{
	color:#fff;
}
.site-navigation{
	width:100%;
	min-height:68px;
	display:flex;
	justify-content:left;
	align-items:center;
	text-align:left;
}
.navbar{
	margin-bottom:0px;
	position:absolute;
	z-index:9999;
}
.navbar-collapse{
	padding:0px;
}



/* customstyling*/
#navigation > .nav > .current-menu-item a{background-color: #fff;
color: #3f3f3f;}
#navigation > .nav > .current-menu-item {font: 18px 'robotoregular';
letter-spacing: 1px;}

#navigation > .nav > .current-menu-item> a::after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	right: -6px;
}

#navigation > .nav > .current-menu-item> a::before {
	content: '' !important;
	position: absolute;
	bottom: 0;
	border-top: 3px solid #000;
	border-right: 3px solid transparent;
	border-left: 3px solid #000;
	border-bottom: 3px solid transparent;
	right: -6px;
}


/* customstyling*/






#navigation > .nav > li {
	font:18px 'robotoregular';
	letter-spacing:1px;
}
#navigation > .nav > li > a{
	padding: 30px 18px;
	color:#fff;
}
#navigation > .nav > li > a:hover, #navigation > .nav > li > a:focus{
	background-color:#fff;
	color:#3f3f3f;
}
#navigation > .nav > li.active a{
	background-color:#fff;
	color:#3f3f3f;
}
#navigation > .nav > li.active > a::after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	right: -6px;
}
#navigation > .nav > li.active > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	border-top: 3px solid #000;
	border-right: 3px solid transparent;
	border-left: 3px solid #000;
	border-bottom: 3px solid transparent;
	right: -6px;
}
#navigation > .nav > li > a:hover::after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	right: -6px;
}
#navigation > .nav > li > a:hover::before {
	content: '';
	position: absolute;
	bottom: 0;
	border-top: 3px solid #000;
	border-right: 3px solid transparent;
	border-left: 3px solid #000;
	border-bottom: 3px solid transparent;
	right: -6px;
}

#navigation > .nav > li > a:focus::after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	right: -6px;
}

#navigation > .nav > li > a:focus::before {
	content: '';
	position: absolute;
	bottom: 0;
	border-top: 3px solid #000;
	border-right: 3px solid transparent;
	border-left: 3px solid #000;
	border-bottom: 3px solid transparent;
	right: -6px;
}
#site-slider {
	display: table;
	margin: 0 auto;
}
.tp-caption h2{
	font-family: 'mistral';
	color:#fff;
	background: rgba(0,0,0,0.5);
	padding: 10px 30px;
}
.tp-caption p{
	color:#fff;
	background: rgba(0,0,0,0.5);
	padding: 10px 20px;
}
.tp-caption .fa-check-square{
	color:#0F0;
}
/*.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-caption{
	width:470px;
	background:rgba(0,0,0,0.6);
	text-align:left;
	padding:10px;
	margin:0px;
	line-height: 40px;
	text-shadow: unset;
	left: 10%;
	bottom: 20%;
}
.carousel-caption h2{
	font:36px 'robotobold';
	color:#fff;
	text-transform:uppercase;
	line-height: 40px;
	text-shadow: unset;
}
.carousel-caption p{
	line-height:21px;
}*/
.brand-con{
	padding:20px 0px;
}
#brands{
	margin-top:20px;
}
#brands .item img{
	display:table;
	margin:0 auto;
	width:70px;
}
.brand-heading h2{
	display:table;
	margin:0 auto;
	margin-top:20px;
	font:20px 'robotoregular';
}

.intro{
	width:100%;
	max-width:1370px;
	margin:0 auto;
	padding:30px 0px;
	background-color:#fff;
}
.intro-left h2{
	font:24px 'robotolight';
}
.intro-left p{
	margin-top:20px;
	margin-bottom:10px;
}
.intro-img, .intro-img-2{
	display:flex;
	justify-content:center;
	align-items:center;
	vertical-align:middle;
}
.intro-img img, .intro-img-2 img{
	display:block;
	width:100%;
}
.intro-img::after, .intro-img-2::after{
	content:'';
	position:absolute;
	width:220px;
	height:260px;
	border:1px solid #fff;
	z-index:999;
}
.intro-button ul{
	display:block;
	margin:0px;
}
.intro-button ul li{
	display:inline-block;
	margin-top:15px;
	
}
.intro-button ul li a {
	display: table-cell;
	color: #000;
	width: 140px;
	height: 40px;
	background: #3c599d;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
}
.intro-button ul li:nth-child(1) a:hover{
	background-color:#000;
}
.intro-button ul li a:hover, .intro-button ul li a:focus{
	text-decoration:none;
}
.intro-button ul li:nth-child(1){
	margin-right:20px;
}
.intro-button ul li:nth-child(1) a{
	background-color:#3f3f3f;
	color:#fff;
}
.intro-button ul li:nth-child(2) a:hover{
	background-color:#3f3f3f;
}
.intro-button ul li:nth-child(2) a{
	background-color:#000000;
	color:#fff;
}
.services-section{
	width:100%;
	max-width:1370px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:50px;
	background:url(../images/service-bg.jpg) no-repeat center center;
	background-size:cover;
}













.service-heading h2{
	font:24px 'robotolight';
	color:#fff;
	display:table;
	margin:0 auto;
}
.service-heading p{
	display:table;
	margin:10px auto;
	padding:0px 110px;
	text-align:center;
	color:#fff;
}
.service-con{
	margin-top:15px;
	background-color:#fff;
}
.service-head img{
	width:100%;
	height:266px;
}
.service-body{
	background-color:#fff;
	padding:15px 10px 30px 10px;
	text-align:center;
}
.service-body h4{
	font:16px 'robotoregular';
	margin-bottom:10px;
}
.service-body p{
	font:12px 'robotolight';
	line-height:18px;
}
.service-body a {
	width: 150px;
	height: 40px;
	background: #000;
	color: #fff;
	text-decoration: none;
	display: flex;
	vertical-align: middle;
	position: absolute;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: -20px;
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
}
.service-body a:hover {
	background-color:#3f3f3f;
	border-bottom:1px solid #333;
}

.choose{
	width:100%;
	max-width:1370px;
	padding-top:30px;
	padding-bottom:0px;
	margin:0 auto;
}
.choose-heading h2{
	font:36px 'robotolight';
}
.choose-con{
	margin-top:25px;
}
.choose-con h4{
	font:18px 'robotobold';
}
.choose-con  .fa-check-square{
	font-size:20px;
	color:#3f3f3f;
}
.choose-con p{
	font:14px 'robotoregular';
	color:#222222;
}
.mech-img img{
	position:relative;
	margin-top:-56px;
}
.h-contact{
	width:100%;
	max-width:1370px;
	padding:30px 0px;
	margin:0 auto;
	background:url(../images/contact-bg.jpg) top center;
	background-size:cover;
	background-attachment:fixed;
}
.con-heading h2{
	display:table;
	margin:0 auto;
	font:36px 'robotolight';
	color:#fff;
}
.con-heading p{
	display:table;
	margin:0 auto;
	font:14px 'robotoregular';
	color:#fff;
	padding:0px 100px;
	text-align:center;
}
.h-contact input{
	width:100%;
	height:40px;
	box-shadow:none;
	border-radius:0px;
	background-color:#fff;
	margin-bottom:30px;
}
.h-contact select{
	width:100%;
	height:40px;
	box-shadow:none;
	border-radius:0px;
	background-color:#fff;
	margin-bottom:30px;
	color:#222;
	font-size:14px;
}
.h-contact .form-group{
	margin-bottom:0px;
}
.h-contact input::-webkit-input-placeholder {
  	color: #222;
	font-size:14px;
}
.h-contact input::-moz-placeholder {
  	color: #222;
	font-size:14px;
}
.h-contact input:-ms-input-placeholder {
  	color: #222;
	font-size:14px;
}
.h-contact input:-moz-placeholder {
  	color: #222;
	font-size:14px;
}

.contact input{
	width:100%;
	height:40px;
	box-shadow:none;
	border-radius:0px;
	background-color:#fff;
	margin-bottom:30px;
}
.contact select{
	width:100%;
	height:40px;
	box-shadow:none;
	border-radius:0px;
	background-color:#fff;
	margin-bottom:30px;
	color:#222;
	font-size:14px;
}
.contact textarea{
	width:100%;
	height:100px;
	box-shadow:none;
	border-radius:0px;
	resize:vertical;
}
.contact .form-group{
	margin-bottom:0px;
}
.contact input::-webkit-input-placeholder {
  	color: #222;
	font-size:14px;
}
.contact input::-moz-placeholder {
  	color: #222;
	font-size:14px;
}
.contact input:-ms-input-placeholder {
  	color: #222;
	font-size:14px;
}
.contact input:-moz-placeholder {
  	color: #222;
	font-size:14px;
}
.submit-btn input{
	width:150px;
	height:40px;
	display:table;
	margin:0 auto;
	background-color:#3f3f3f;
	border:1px solid #3f3f3f;
	font-size:16px;
	color:#fff;
	margin-top:25px;
}
.submit-btn input:hover{
	background-color:#000;
	border:1px solid #000;
}
.con-btn input{
	width:150px;
	height:40px;
	float:left;
	background-color:#3f3f3f;
	border:1px solid #3f3f3f;
	font-size:16px;
	color:#fff;
	margin-top:25px;
}
.con-btn input:hover{
	background-color:#222;
	border:1px solid #222;
}
.testimonials{
	width:100%;
	max-width:1370px;
	margin:0 auto;
	padding:40px 0px;
}

/*Testimonials style*/

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border:1px solid #ECECEC;
	-webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	-webkit-box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
	box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
	text-align: center;
	opacity: 1;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top:50px;
}
.testi-header h2{
	display:table;
	margin:0 auto;
	font:30px 'robotoregular';
}
.owl-carousel .owl-item img{
	width:auto;
}
.shadow-effect img {
	width: 150px !important;
	height: 150px !important;
	display: table;
	margin: 0 auto;
	margin-top: -87px;
	margin-bottom:20px;
}
.book-now-con {
    width: 100%;
    background-color: #3f3f3f;
    padding: 10px 50px;
    position: absolute;
    margin-top: -45px;
    z-index: 99999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.book-now-con h2{
	font:30px 'robotoregular';
	color:#fff;
	float:left;
}
.book-now-con a {
	width: 140px;
	height: 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	text-decoration: violet;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
footer.top{
	width:100%;
	max-width:1370px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:20px;
	background:#222;
}
.f-col-1 h2, .f-col-2 h2, .f-col-3 h2{
	font:24px 'robotoregular';
	color:#fff;
	margin-bottom:20px;
}
.f-col-1 p, .f-col-2 p, .f-col-3 p{
	font:14px 'robotoregular';
	color:#fff;
	padding:5px 0px;
}
.f-col-2 ul li{
	display:block;
}
.f-col-2 ul li a{
	padding:5px 0px;
	font:14px 'robotoregular';
	color:#fff;
}
.f-col-3 a{
	color:#fff;
}
footer.bottom{
	width:100%;
	max-width:1370px;
	background-color:#000;
	padding:20px 0px;
	margin:0 auto;
}
.copy-right p{
	text-align:center;
	font-size:12px;
	color:#ccc;
}


/*Services style*/

.inner-page{
	width:100%;
	max-width:1370px;
	margin:0 auto;
	padding:50px 0px;
}

/*Gallery style*/

.lumos-container{
	z-index:999999 !important;
}

.inner-con{
	width:100%;
	max-width:1370px;
	padding:50px 0px;
	margin:0 auto;
	background-color:#fff8f8;
}
.gallery-item img{
	width:100%;
	margin-bottom:30px;
	height:250px;
	float:left;
	border: 5px solid #3f3f3f;
	-ms-box-shadow: 3px 5px 6px #3f3f3f;
	-moz-box-shadow: 3px 5px 6px #3f3f3f;
	-webkit-box-shadow: 3px 5px 6px #3f3f3f;
	box-shadow: 3px 5px 6px #3f3f3f;
}
.review-con {
	margin-bottom: 30px;
	min-height: 340px;
	float: left;
	width: 100%;
}
.location-map{
	width:100%;
	border:5px solid #df0a00;
}
.location-info{
	padding:10px 0px;
}

/*Services style*/

.service-img{
	width:100%;
	display:table;
	margin:0 auto;
	margin-bottom:20px;
}
.service-content h2{
	font:18px 'robotoregular';
}
.service-content{
	margin-bottom:20px;
}
.service-content p{
	margin:10px 0px;
}
.service-content a {
	width: 150px;
	height: 40px;
	display: table-cell;
	background-color: #3f3f3f;
	border:1px solid #3f3f3f;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}
.service-content a:hover{
	background-color:#222;
	border:1px solid #222;
}
.con-left span{
	display:block;
	margin-bottom:10px;
}
.con-left img{
	display:table;
	margin:0 auto;
}
.about-cover{
	border: 5px solid #3f3f3f;
}
.about-cover img{
	width:100%;
	height:300px;	
}
.our-story{
	margin-top:20px;
}
.our-story h2{
	font:18px 'robotoregular';
	margin:10px 0px;
}
.our-story p{
	margin:10px 0px;
}





