@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Oswald', sans-serif;
	color: #5C5C5C;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;	
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{	
	
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
p {
	line-height: 26px;  
	font-size: 14px;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	color:#535151;
}

/*#######################*/

.header{
	background-color: #000;
	position: relative;
	}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	padding: 6px;
	z-index: 9;
}
.logo:before{
	position: absolute;
	right:100%;
	top:0;
	background-color: #000;
	width: 9000px;
	height: 131px;
	content:"";
	}
.contact-prt{
	float: right;
	background-color: #ff5a1a;
	padding: 0 8px 0 0;
	}
.contact-prt img {
	float: left;
	margin: 0 8px 0 0;
}
.contact-prt p {
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 25px;
}
.contact-prt p a{
	color: #fff;
	}
.contact-prt p a span {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}	
.top-mail{
	float: right;
	background-color: #ff5a1a;
	padding: 22px 8px;
	}
.top-mail img {
	float: left;
	margin: 6px 8px 0 0;
}
.top-mail p {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin:0;
	padding:0;
	overflow: hidden;
}
.top-mail p a{
	color:#fff;
}

/*######################## NAV ####################*/

.navbar {
	padding: 0;
	margin: 0;
	float: right;
}
.navbar-nav li a {
	padding: 24px 22px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	transition: all ease-in-out 0.3s;
	text-transform: uppercase;
}
.navbar-nav li:last-child a{
	border-right: none;	
}
.navbar-nav li.active a {
	color: #ff5a1a;
	background-color: transparent;
}
.navbar-nav li:hover a {
	color: #ff5a1a;
	background-color: transparent;
}
.navbar-nav a.nav-link {
	color: #fff !important;
	background-color: transparent;
}

/*######################## END NAV ####################*/

/*################################ CAMERA BANNER ##############################*/

.fluid_container {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
}
.camera_bar {
	z-index: 2;
}
.camera_thumbs {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.camera_overlayer {
	opacity: .1;
}
.camera_thumbs_cont > div {
	display: none;
}
.camera_bar {
	display: none;
}
.camera_wrap {
	width: 100%;
	margin-bottom:0 !important;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: none !important;
}
.camera_commands {
  display: none !important;
}
.camera_prev, .camera_next {
	margin-top: 0;
	top: 91%;
	height: 26px;
	width: 18px;
	position: absolute;
	z-index:99;
}
.camera_prev > span {
	background: url(../images/prev-next.png) top left no-repeat !important;
	height: 26px;
	width: 18px;
	position: relative;
	z-index: 999;
}
.camera_prev {
	left: 48%;
}
.camera_next {
	right: 48%;
}
.camera_next > span {
	background:  url(../images/prev-next.png) top right no-repeat !important;
	height: 26px;
	width: 18px;
}
.camera_caption {
	background-color: transparent;
	padding: 0;
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	width: 55% !important;
}
.camera_caption > div {
  background: transparent !important;
  padding: 0 !important;
}
.camera_caption h2{
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  margin:0;
  padding: 0;
  text-transform: uppercase;
}
.camera_caption h2 span{
  color: #000;
}
.camera_caption p{
  color: #fff;
  font-size: 17px;
  margin: 8px 0 0;
  padding: 0;
}
.camera_caption a{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 16px 0 0;
  padding: 10px 25px;
  background-color: #000;
  display: inline-block;
  text-transform: uppercase;
}
.banner {
	position: relative;
	min-height: 500px;
}

/*################################ END CAMERA BANNER ##############################*/

.cameraContents::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 620px;
	background-color: rgba(255,90,26,0.6);
}
.about-wrap{
	padding: 60px 0 90px;
	background: url(../images/bg1.jpg) no-repeat center bottom;
	}
.abt-img{
	position:relative;
	}
.abt-circle{
	width: 480px;
	height: 480px;
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
	border: 2px solid #ff5a1a;
	}
.abt-circle img{
	border-radius: 50%;
	}
.helmet {
	position: absolute;
	left: -50px;
	bottom: -44px;
}
.abt-txt h3{
	color: #000;
  font-size: 38px;
  font-weight: 500;
  margin:0;
  padding: 0;
	}
.abt-txt h3 span{
	color: #ff5a1a;
  font-weight: 700;
	}
.abt-txt p{
	color: #000;
  font-size: 16px;
  margin: 15px 0 0;
  padding: 0;
	}
.abt-txt ul {
	margin: 15px 0 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.abt-txt ul li {
	float: left;
	position: relative;
	width: 50%;
	margin-bottom: 12px;
	padding-left: 19px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.abt-txt ul li:before{
    content: "\f111";
	position: absolute;
	left:0;
	top:0;
	font-size: 10px;
	color: #ff5a1a;
	font-family: Fontawesome;
	}
.abt-txt a{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 25px 0 0;
  padding: 10px 25px;
  background-color: #000;
  display: inline-block;
  text-transform: uppercase;
}
.srvc-wrap{
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
	position: relative;
	}
.srvc-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	border-top: 200px solid #fff;
	border-right: 80px solid transparent;
}
.srvc-wrap::after {
	content: "";
	position: absolute;
	right: 0;
	top: -1px;
	border-top: 200px solid #fff;
	border-left: 80px solid transparent;
}
.srvc-title{
	color: #fff;
    font-size: 38px;
    font-weight: 500;
	text-shadow: 0 2px 4px #686868;
    margin:0;
    padding: 0;
    text-transform: uppercase;
	text-align: center;
	}
.srvc-pera{
	color: #fff;
    font-size: 16px;
	text-shadow: 0 2px 4px #686868;
    margin: 15px 0 0;
    padding: 0 80px;
	text-align: center;
	}
.srvc-bx{
	margin-bottom: 20px;
	text-align: center;
	}
.srvc-img{
	width: 255px;
	height: 255px;
	border-radius: 50%;
	overflow: hidden;
	border:3px solid #fff;
	box-shadow: 0 0 5px #606060;
	}
.srvc-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.srvc-bx h3{
	color: #fff;
    font-size: 28px;
    font-weight: 500;
	text-shadow: 0 2px 4px #686868;
    margin: 15px 0 0;
    padding: 0;
    text-transform: uppercase;
	}
.quote-wrap{
	background: url(../images/bg3.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0 65px;
	}
.contact-form-bx{
	background-color: #fff;
	padding: 0 20px 20px;
	position: relative;
	}
.call-bx {
	background-color: #ff5a1a;
	padding: 12px;
	display: inline-block;
	margin-top: -18px;
	position: relative;
}
.call-bx::before {
	position: absolute;
	content: "";
	border-bottom: 18px solid #bf3b07;
	border-left: 18px solid transparent;
	left: -18px;
	top: 0;
}
.call-bx h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-shadow: 0 2px 4px #686868;
	margin: 0 0 12px;
	padding: 0;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}
.call-bx h4::after {
	position: absolute;
	content: "";
	right: 0;
	top: 17px;
	width: 95px;
	height: 3px;
	background-color: #000;
}
.call-bx .contact-prt {
	background-color: transparent;
	padding: 0;
}
.rd-mailform .form-control {
	border-radius: 0;
	height: 50px;
	background-color: #e7e7e7;
	border: 1px solid #e7e7e7;
}
.rd-mailform textarea.form-control {
	border-radius: 0;
	height: 140px;
}
.btn2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 16px 0 0;
	padding: 10px 35px;
	background-color: #000;
	display: inline-block;
	text-transform: uppercase;
}
.helmet2 {
	position: absolute;
	right: -95px;
	bottom: -100px;
}
.f-top{
	padding: 50px 0;
	border-bottom: 1px solid #c2c2c2;
	text-align: center;
	}
.f-logo{
	display: inline-block;
	}
.address-lst {
	margin: 0;
	display: inline-block;
	padding: 0;
	width: 100%;
}
.address-lst li {
	width: 33.33%;
	float: left;
	padding: 0 20px;
	border-right: 1px solid #c2c2c2;
}
.address-lst li:last-child {
	border: none;
}
.address-lst li i {
	font-size: 28px;
	color: #fff;
	float: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	background-color: #ff5a1a;
}
.address-lst li p {
	font-size: 17px;
	font-weight: 600;
	color: #020202;
	margin: 10px 0 0;
	padding: 0;
	display: block;
}
.address-lst li p a {
	color: #020202;
}
.address-lst li p a span{
	font-size: 24px;
}
.f-bttm {
	padding: 16px 0;
}
.footer-menu {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.footer-menu li {
	display: inline-block;
	float: none;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding: 0 15px;
	text-transform: uppercase;
	border-right: 1px solid #020202;
}
.footer-menu li:last-child {
	border: none;
}
.footer-menu li a{
	color:#020202;
}
.copyright {
	color: #000;
	font-size: 14px;
	margin: 12px 0 0;
	padding: 0;
	text-align: center;
}
.copyright a {
	color: #ff5a1a;
}

/*############ Contact ###############*/

.inr-ban{
	position: relative;
	}
.inr-ban img{
	width: 100%;
	}
.clr-blk{
	color:#000;
	}
.srvc-title span{
	color:#ff5a1a;
	}
.clr-gry{
	color:#6B6B6B;
	text-shadow: none;
	}
.map-bx iframe{
	width: 100%;
	border: none;
	overflow: hidden;
	height: 350px;
	}

/*################################## gallery ###############################################*/

.megafolio-container {
	width: 100%;
    margin-top: 0;
    position: relative;
}
.megafolio-container,
.megafolio-container-splash	{	
	width:100%;
	position:relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mega-entry .mega-entry-innerwrap {
	border: none;
	border-radius: 0;
}
.mega-entry{
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	z-index: 2;
    text-align: center;
	padding: 10px;
}
.gal-sec .fancybox-thumbs__list {
	display: none;
}
.overlay {
	position: absolute;
	top: 0;
	width: 0%;
	height: 0%;
	text-align: center;
	background-color: rgba(241,95,36,0.6);
	transition: all ease-in-out 0.3s;
	opacity: 0;
}
.overlay img{
	position:absolute;
	display: inline-block;
	top:50%;
	transform: translateY(-50%);
	left:0;
	right:0;
	margin: 0 auto;
	width: auto;
	height: auto;
	}
.mega-entry:hover .overlay{
        height: 100%;
		width: 100%;
        opacity: 1;
    }
.mega-entry:hover .overlay img{
        opacity: 1;
    }
.fancybox-lock .fancybox-overlay {
	background-color: rgba(0,0,0,0.7);
}
.fancybox-skin{
	padding: 0 !important;
	}
.fancybox-prev {
	left: -90%;
}
.fancybox-next {
	right: -90%;
}

/*############ service-details ###############*/

.srvc-inr .srvc-bx h3{
	color:#ff5a1a;
	text-shadow: none;
	}
.custom-bx {
	display: inline-block;
	width: 100%;
}	
.about-img2 {
	padding-right: 35px;
	margin-bottom: 20px;
	float: left;
	width: 40%;
}
.about-img2 img{
	width: 100%;
}
.wlcm-txt h3 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0;
}
.wlcm-txt p {
	margin: 15px 0 0;
	padding: 0;
}
	


/*############ Responsive ###############*/

@media (max-width: 1199.98px) {

.contact-prt p {
	font-size: 30px;
}
.contact-prt p a span {
	font-size: 12px;
}
.navbar-nav li a {
	padding: 24px 17px;
	font-size: 15px;
}
.logo::before {
	height: 111px;
}
.camera_caption h2 {
	font-size: 55px;
}
.srvc-img {
	width: 225px;
	height: 225px;
}
.call-bx h4::after {
	width: 78px;
}
.address-lst li p {
	font-size: 15px;
}

}

@media (max-width: 991.98px) {

.contact-prt p a span {
	font-size: 10px;
}
.contact-prt p {
	font-size: 26px;
}
.navbar-nav li a {
	padding: 24px 7px;
	font-size: 12px;
}
.logo::before {
	height: 85px;
}
.camera_caption h2 {
	font-size: 44px;
}
.camera_caption p {
	font-size: 15px;
}
.banner {
	min-height: 354px;
}
.abt-txt h3 {
	font-size: 28px;
}
.abt-txt p {
	font-size: 14px;
	margin: 9px 0 0;
}
.abt-txt ul li {
	margin-bottom: 8px;
	padding-left: 14px;
	font-size: 14px;
}
.abt-circle {
	width: 355px;
	height: 355px;
}
.helmet {
	left: 0;
	bottom: 0;
	width: 120px;
}
.srvc-pera {
	font-size: 14px;
	margin: 10px 0 0;
	padding: 0;
}
.srvc-title {
	font-size: 30px;
}
.srvc-bx {
	text-align: center;
}
.srvc-img {
	display: inline-block;
}
.srvc-bx h3 {
	font-size: 20px;
}
.srvc-wrap {
	padding: 40px 0;
}
.call-bx h4::after {
	width: 49px;
}
.address-lst li p {
	font-size: 14px;
	line-height: 22px;
}

}

@media (max-width: 767.98px) {

.logo::before {
	display: none;
}
.logo {
	position: static;
	width: 170px;
}
.contact-prt {
	display: none;
}
.navbar {
	float: none;
	display: block;
}
.navbar-toggler {
	padding: 2px 6px;
	background-color: #ddd;
	float: right;
	margin-top: -54px;
}
.navbar-nav li a {
	padding: 8px 7px;
	font-size: 14px;
}
.camera_caption {
	top: 10%;
	transform: translateY(0%);
	width: 80% !important;
}
.camera_caption h2 {
	font-size: 22px;
}
.camera_caption p {
	font-size: 12px;
	line-height: 20px;
}
.camera_caption a {
	font-size: 13px;
	margin: 8px 0 0;
	padding: 6px 15px;
}
.banner {
	min-height: auto;
}
.camera_prev, .camera_next {
	top: 85%;
}
.camera_next {
	right: 38%;
}
.about-wrap {
	padding: 35px 0;
}
.abt-circle {
	width: 290px;
	height: 290px;
}
.abt-txt {
	margin-top: 20px;
}
.abt-txt h3 {
	font-size: 22px;
}
.abt-txt a {
	font-size: 14px;
	margin: 15px 0 0;
	padding: 6px 18px;
}
.srvc-wrap::before {
	display: none;
}
.srvc-wrap::after {
	display: none;
}
.srvc-title {
	font-size: 24px;
}
.call-bx {
	display: none;
}
.contact-form-bx {
	padding: 20px;
}
.rd-mailform.mt-5 {
	margin-top: 0 !important;
}
.quote-wrap {
	padding: 35px 0;
}
.helmet2 {
	display: none;
}
.address-lst li {
	width: 100%;
	float: none;
	padding: 20px 0;
	border-bottom: 1px solid #c2c2c2;
	border-right: none;
}
.mt-5 {
	margin-top: 20px !important;
}
.footer-menu li {
	font-size: 14px;
	padding: 0 13px;
}
.about-img2 {
	padding-right: 0;
	float: none;
	width: 100%;
}




}