@charset "utf-8";
/* CSS Document */
/* @import url("bootstrap.css");
@import url("css/owl.carousel.css");
@import url("css/jquery.fancybox.css");
@import url("css/magnific-popup.css");
@import url("css/default.css");
@import url("css/stuck.css");
@import url("css/animations.css");
 *//* Font */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:200i,300,300i,400,500,600,700,800,800i,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Six+Caps');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,900i');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i');
body{
font-size: 15px;
font-family: 'Montserrat', sans-serif;
color: #333;
background: #fff;
}
*{
margin: 0;
padding: 0;
}
a, a:hover, a:focus{
text-decoration: none;
color: inherit;
}
img{
border: 0;
}
ol,ul,li{
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
}

div, a, button, .transition-all {
	-webkit-transition:all 0.2s linear 0.02s;
	-o-transition:all 0.2s linear 0.02s;
	-moz-transition:all 0.2s linear 0.02s;
	transition:all 0.2s linear 0.02s;
}

.black-bg {
	background-color: #333333;
}

.top-row-padding {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Start Top Header Css */
.top-header-tel {
	font-family: arial;
	color: #ffffff;
	font-size: 14px;
}
.top-header-tel:hover, .top-header-tel:focus {
	color: #ffffff;
}
ul.top-header-links {
	display: inline-block;
}
ul.top-header-links li {
	list-style-type: none;
	padding: 0;
	display: inline-block;
}
ul.top-header-links li a {
	font-family: arial;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
}
.top-row-padding p{
	margin-bottom: 0px;
}
/* End Top Header Css */

/* Start Top Section Css */
.top{
width: 100%;
/* padding: 25px 0; */
padding: 2px 0;
background-color: rgba(255, 255, 255, 1);
}
/*menu*/
.navbar{
/* margin-top: 10px; */
margin-top: 30px;
}
.navbar-custom {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
margin-bottom: 0px;
    z-index: 9999;
}
.nav > li > a{padding: 15px 7px;}
.navbar-nav-custom>li>a {
display: inline-block;
color: #333333;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.05em;
font-size: 13px;
font-weight: 500;
-webkit-transition:all 0.2s linear 0.02s;
-o-transition:all 0.2s linear 0.02s;
-moz-transition:all 0.2s linear 0.02s;
transition:all 0.2s linear 0.02s;
}
.navbar-nav-custom>li>a.active, .navbar-nav-custom>li>a:hover{
border-bottom: 2px solid rgba(0, 0, 0, 0.9);
}
.navbar-nav-custom>li>a:hover, .navbar-nav-custom>li>a:focus, .nav .open>a:focus {
background-color: inherit;
border-color: #fff;
}
.dropdown-menu-custom {
background-color: rgba(0, 0, 0, 0.9);
left: 0 !important;
right: auto !important;
min-width: 180px !important;
padding: 0;
}
.dropdown-menu-custom>li>a{
color: #ffffff;
text-transform: capitalize;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.05em;
font-size: 13px;
-webkit-transition:all 0.2s linear 0.02s;
-o-transition:all 0.2s linear 0.02s;
-moz-transition:all 0.2s linear 0.02s;
transition:all 0.2s linear 0.02s;
border-left: 0px solid transparent;
padding-top: 10px;
padding-bottom: 10px;
}
.dropdown-menu-custom>li>a:hover, .dropdown-menu-custom>li>a:focus {
color: #000;
/*border-left: 3px solid #e40017;*/
background-color: #fac72e;
}
.navbar-toggle {
padding: 9px 6px;
margin-right: 0;
background-color: #333333;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.navbar-toggle .icon-bar {
background-color: #fff;
}
.logo a {
	display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.video-item video {
	width: 100%;
	max-height: 565px;
	object-fit: cover;
	background-image: url(../images/slider3.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.carousel-indicators {
bottom: 75px;
}
.carousel-indicators li{
    /* width: 35px;
    height: 5px; */
    background-color: rgb(0 0 0 / 80%);
    border: 2px solid rgb(0 0 0 / 80%);
    margin: 1px;
    border-radius: 0;
}
.carousel-indicators .active {
background-color: #ef953a;
/* width: 35px;
height: 5px; */
border: 2px solid #ef953a;
margin: 1px;
}
.carousel-control.left{background: inherit;}
.carousel-control.right{background: inherit;}
.slider{
width: 100%;
margin: auto;
background: #000;
position: relative;
}
#carousel-1 .carousel-inner .item {
	max-height: 545px;
}
@media only screen and (min-width:1600px) {
	.video-item video {
	max-height: 665px;
	}
	#carousel-1 .carousel-inner .item {
	max-height: 665px;
	}
}

.item > img {
height: auto;
width: 100%;
}
.carousel-caption {
    background-color: rgba(0,0,0,0);
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    top: 40%;
    left: 50%;
    right: 8%;
    bottom: 20%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.carousel-caption > span {
font-size: 30px;
}
.caption-title{
font-size: 35px;
font-weight: 600;
text-align: left;
color: #202020;
/* font-family: 'Titillium Web',sans-serif; */
}
.caption-subtitle{
	font-size: 25px;
	font-weight: 600;
	text-align: left;
	color: #808080;
}
.caption-text {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Montserrat',sans-serif;
}
.caption-button{
border: 2px solid #ED1C24;
background: none;
font-size: 16px;
margin: 10px auto;
color: #fff;
width: 200px;
background: #ED1C24;
}
.caption-button:hover{
border: 2px solid #ED1C24;
font-size: 16px;
color: #ED1C24;
background: inherit;
transition: all 0.5s ease 0s;
-moz-transition:all 0.5s ease 0s;
-webkit-transition:all 0.5s ease 0s;
-o-transition:all 0.5s ease 0s;
}
.caption-text{
margin-bottom: 15px;
font-size: 16px;
text-align: left;
font-weight: 400;
}
/* p.caption-text span {
font-size: 16px;
font-weight: 300;
} */
p.caption-text span{
	display: block;
	font-size: 18px;
	font-weight: 400;
}
.caption-name{
font-size: 30px;
color: #E4AC79;
padding: 5px 0;
}
.caption-name span{
color:#fff;
font-size: 26px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
height: auto;
width: 100%;
}
.glyphicon-chevron-right:before{
content: "";
display: none;
}
.glyphicon-chevron-left:before{
content: "";

}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
background-image: url("../images/right-arrow.png");
width: 22px;
height: 40px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-previous{
background-image: url("../images/left-arrow.png");
width: 22px;
height: 40px;
}

/*=================== caption ========================*/
.padd-top-45{
	padding-top: 45px;
}
.padd-bottom-45{
	padding-bottom: 45px;
}
.fixedrow{
	max-width: 1400px;
    margin: 0 auto;
}
.cameras{
	position: relative;
	width: 100%;
    overflow: hidden;
    height: 185px;
}
.cameras img{
	float: right;
	width: 100%;
}
.cameras span {
    position: absolute;
    left: 0;
    bottom: 40%;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    font-size: 35px;
    color: #fff;
}
.cameras a, .lenses a {
	position: absolute;
    left: 0;
    bottom: 28%;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
}
.no-padding-left{
	padding-left: 0;
}
.no-padding-right{
	padding-right: 0;
}
img.zoom-img{
	transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.cameras:hover img.zoom-img, .lenses:hover img.zoom-img {
	color: #000;
    transform: scale(1.1);
    cursor: pointer;
}
/* lenses */
.lenses{
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 185px;
}
.lenses img{
	float: left;
	width: 100%;
}
.lenses span {
    position: absolute;
    left: 0;
    bottom: 40%;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    font-size: 35px;
    color: #fff;
}
/* Rent Equipment btn */
.rent-equipment {
    background: #dfdfdf;
    height: 185px; 
    display: block;
    text-align: center;
    padding: 0;
}
.rent-equipment > .title{
	font-family: 'Six Caps', sans-serif;
	color: #000;
	font-size: 40px;
	letter-spacing: 7px;
	text-align: center;
	margin-bottom: 0;
	padding-top: 10px;
}
.rent-equipment > p > span{
	font-family: 'Six Caps', sans-serif;
	color: #da0e2b;
	font-size: 40px;
	letter-spacing: 7px;
	text-align: center;
	margin-bottom: 0;
}
a.booknowbtn{
	background-color: #da0e2b;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 12px;
    width: 135px;
    font-weight: 600;
    border: none;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 1px 30px 0px #8a8a8a;
}
a.booknowbtn:hover{
	background: #e86e01;
	color: #fff;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	box-shadow: 0 1px 30px 0px #8a8a8a;
}

/* explore-services */
.explore-servicesbg{
	/*background: url(../images/explore-servicesbg.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;*/
    background-color: #f1f1f1;
    height: auto;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
/*     min-height: 690px; */
    background-attachment: fixed;
}
.explore-title-section, .awesome-title-section{
	text-align: center;
}
.explore-title, .awesome-title{
	font-family: 'Titillium Web', sans-serif;
	color: #000;
	font-size: 35px;
	letter-spacing: 0;
	text-align: center;
}
.explore-title span, .awesome-title span{
	font-family: 'Titillium Web', sans-serif;
	color: rgb(28 28 28);
	font-size: 35px;
	letter-spacing: 0;
	text-align: center;
}
.explore-title-section p, .awesome-title-section p{
	color: rgb(28 28 28);
    font-size: 19px;
    font-family: arial;
    font-weight: 500;
    margin: 0 auto 25px;
}
.explore-service-box {
    background: #fff;
    position: relative;
}
.img-area {
    /* width: 50%; */
    float: none;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.img-area img{
	transition: all 0.4s;
	width: 100%;
}
.explore-service-box:hover .img-area img {
    transform: scale(1.1);
}
.explore-service-box{
    transition: all 0.4s;
    /* margin-top: 30px; */
    box-shadow: 0 0 8px #aaa;
}
.explore-service-box > .text{
	float: none;
    width: 100%;
    height: auto;
    padding: 15px 15px 20px 15px;
    font-family: 'Montserrat',sans-serif;
	background-color: #fff;
	color: #6f6f6f;
	margin: 0 auto 30px;
	position: relative;
	transition: all 0.9s ease-in;
	-moz-transition: all 0.9s ease-in;
	-webkit-transition: all 0.9s ease-in;
	-o-transition: all 0.9s ease-in;
	-ms-transition: all 0.9s ease-in;
}
.explore-service-box > .text.mgb-0{
	margin-bottom: 0;
}
.text > .title {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Titillium Web',sans-serif;
    margin: 5px auto;
    color: #333333;
}
.hover-titlebtn {
    display: none;
}
.hover-titlebtn{
	font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 48px 0;
    text-align: center;
}
.hover-titlebtn > a.booknowbtn{
	background-color: #da0e2b;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 12px;
    width: 135px;
    font-weight: 600;
    line-height: 5;
    border: none;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 1px 30px 0px #8a8a8a;
}
.hover-titlebtn > a.booknowbtn:hover{
	background: #e86e01;
	color: #fff;
	transition: all 0.9s ease-in;
	-moz-transition: all 0.9s ease-in;
	-webkit-transition: all 0.9s ease-in;
	-o-transition: all 0.9s ease-in;
	-ms-transition: all 0.9s ease-in;
	box-shadow: 0 1px 30px 0px #8a8a8a;
}
.text:hover .hover-titlebtn{
	position: absolute;
    right: -19px;
    bottom: -19px;
    width: 93%;
    margin: 25px;
    height: 93%;
    display: block;
    text-align: center;
    cursor: pointer;
    background-color: rgba(225, 225, 225, 0.9);
}

/* Awesome Projects with hover effect*/

.awesome-projects-area {
	text-align: center;
	position: relative;
	overflow: hidden;
	float: left;
	width: 50%;
	height: auto;
}
.awesome-projects-area:after,
.awesome-projects-area:before {
	content: "";
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: rgba(225, 225, 225, .35);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}
.awesome-projects-area:hover:after,
.awesome-projects-area:hover:before {
	-webkit-transform: scale(800);
	-moz-transform: scale(800);
	-ms-transform: scale(800);
	-o-transform: scale(800);
	transform: scale(800)
}
.awesome-projects-area:before {
	-o-transition: all .5s linear .3s;
	-moz-transition: all .5s linear .3s;
	-ms-transition: all .5s linear .3s;
	-webkit-transition: all .5s linear .3s;
	transition: all .5s linear .3s
}
.awesome-projects-area:hover:before {
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s
}
.awesome-projects-area:after {
	-o-transition: all .5s linear .6s;
	-moz-transition: all .5s linear .6s;
	-ms-transition: all .5s linear .6s;
	-webkit-transition: all .5s linear .6s;
	transition: all .5s linear .6s
}
.awesome-projects-area:hover:after {
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s
}
.awesome-projects-area img {
	width: 100%;
	height: auto
}
.awesome-projects-area .box-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	color: #fff;
	padding-top: 40px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	z-index: 1
}
.awesome-projects-area:hover .box-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-moz-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s
}
.awesome-projects-area .title {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-top: 75px;
	color: #000;
	font-family: 'Titillium Web', sans-serif;
}
.awesome-projects-area .description {
	font-size: 16px;
	padding: 0 10px;
	font-weight: 700;
	margin: 15px 0;
	font-family: 'Montserrat', sans-serif;
	color: #000;
}
.awesome-projects-area .read-more {
	display: block;
	width: 120px;
	background: #178993;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0;
	margin: 0 auto
}
.awesome-projects-area.explore:before, .awesome-projects-area.explore:after{
	background-color: none;
}
a.explore{
	background-color: #da0e2b;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 12px;
    width: 135px;
    font-weight: 600;
    left: 30%;
    position: absolute;
    border: none;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 1px 30px 0px #8a8a8a;
    bottom: 37%;
    z-index: 999;
}
a.explore:hover{
	background: #e86e01;
	color: #fff;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	box-shadow: 0 1px 30px 0px #8a8a8a;
}
.fancybox-wrap {
	width: 30% !important;
    top: 20% !important;
    left: 35% !important;
    overflow: hidden;
}
.fancybox-wrap .fancybox-inner {
	width: 100% !important;
    height: auto !important;
}

/* Get to Know us */
.getbg{
	background: url("../images/get-aboutbg.jpg") no-repeat;
	background-position: 100% 100%;
/* 	background-attachment:fixed; */
/* 	height: 405px; */
	width: 100%;
	padding-top: 45px;
    padding-bottom: 45px;
}
.aboutus > .title {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.aboutus > .subtitle{
	color: rgb(28 28 28);
    font-size: 35px;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0;
}
.aboutus > .subtitle2{
	color: #000;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.aboutus > p{
	color: #333;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 25px;
    margin: 0px;
}
a.aboutbtn{
	background-color: #ef8c1e;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 12px;
    width: 135px;
    font-weight: 600;
    border: none;
    color: #fff;
    opacity: 0.9;
    text-transform: uppercase;
}
a.aboutbtn:hover{
	background: rgba(64,167,153,1);
	background: -moz-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(64,167,153,1)), color-stop(100%, rgba(74,206,188,1)));
	background: -webkit-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
	background: -o-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
	background: linear-gradient(to right, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a799', endColorstr='#4acebc', GradientType=1 );
	color: #fff;
	opacity: 1;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
}




/* testimonial */
.carousel-inner.testimonial {
    width: 600px;
    text-align: center;
    margin: auto;
}
.testimonial-button {
    position: relative;
    margin-bottom: 80px;
}
.carousel-inner.testimonial > .item p{
    text-align: center;
    color: #000;
}
.carousel-inner.testimonial > .item > .name {
    color: #a5a5a5;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
}
a.left.carousel-control.testimonial-left {
    top: 22px;
    left: 510px;
    background-color: #ef8c1e;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    text-shadow: inherit;
    line-height: 42px;
    border-radius: 50%;
    opacity: inherit;
}
a.left.carousel-control.testimonial-left:hover, a.right.carousel-control.testimonial-right:hover{
	background: rgba(64,167,153,1);
	background: -moz-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(64,167,153,1)), color-stop(100%, rgba(74,206,188,1)));
	background: -webkit-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
	background: -o-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
	background: linear-gradient(to right, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a799', endColorstr='#4acebc', GradientType=1 );
    opacity: 1;
    color: #fff;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}
a.right.carousel-control.testimonial-right {
    top: 22px;
    right: 510px;
    background-color: #ef8c1e;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    text-shadow: inherit;
    line-height: 42px;
    border-radius: 50%;
    opacity: inherit;
}
.whybg{
	background: url("../images/counterbg.jpg") no-repeat;
	background-position: center;
/* 	background-attachment:fixed; */
/* 	height: 205px; */
	width: 100%;
	background-size: cover;
	padding-top: 50px;
    padding-bottom: 50px;
}

/* why-area */
.why-area-title{
	font-size: 28px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Titillium Web', sans-serif;
}
.counter-area {
    text-align: center;
}
.counter-area > .counter-number{
	font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', serif;
}
.counter-area > .title{
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
/* Footer area */
.footerbg{
	/* background: url("../images/footerbg.png") no-repeat; */
	background-color: #202020;
	background-position: center;
	width: 100%;
/* 	width: 100%; */
	padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-size: cover;
}
.footer-logo img {
    margin-bottom: 10px;
}
.three-box > .address > p{
	font-weight: 400;
}
/* contact info */
.three-box > .title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    margin: 20px auto 22px 
}
.three-box > .title span{
	color: rgb(245, 203, 63);
}
ul.contact-footer-info li {
    padding: 0 0 5px;
}
ul.contact-footer-info li a{
	/* border-bottom: 1px dotted #000; */
	font-weight: 400;
}
ul.contact-footer-info li a:hover{
	color: rgb(245, 203, 63);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
/* social icon */
ul.footer-social li {
    display: inline-block;
    padding: 0 5px 0 0;
}
ul.footer-social li a i {
    border: 1px solid rgb(129 129 129);
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 700;
    line-height: 30px;
}
ul.footer-social li a i.fa.fa-facebook{
	background: #3b579d;
	transform: rotate(360deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	border: 2px solid #3b579d;
	color: #fff;
}
ul.footer-social li a i.fa.fa-twitter{
	background: #1ea1f3;
	transform: rotate(360deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	border: 2px solid #1ea1f3;
	color: #fff;
}
ul.footer-social li a i.fa.fa-linkedin{
	background: #0270ad;
	transform: rotate(360deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	border: 2px solid #0270ad;
	color: #fff;
}
ul.footer-social li a i.fa.fa-instagram{
	background: #c9379d;
	transform: rotate(360deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	border: 2px solid #c9379d;
	color: #fff;
}
ul.footer-social li a i.fa.fa-whatsapp{
	/* background: #f4ff00; */
	background-color: #00a859;
	margin-left: 0px;
	font-size: 16px;
	transform: rotate(360deg);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	border: 2px solid #00a859;
	/* color: #000; */
	color: #fff;
}
i.fa.fa-whatsapp{
	color: #16cf16;
	font-size: 31px;
	vertical-align: middle;
	margin-left: 12px;
}
/* copyright-area */
.copyright-area{
	background-color: #333333;
	padding: 15px 0;
	text-align: center;
	color: rgb(151 151 151);
	font-size: 13px;
}

/*============ back to top =============*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 6px;
    right: 180px;
    display: none;
    border: inherit;
    border-radius: 2px;
    color: #ffffff;
    background: rgb(28 28 28);
    width: 35px;
    border: 2px solid rgb(42 42 42);
    display: none;
    text-align: center;
    line-height: 2.5;
    border-radius: 50%;
}
a#back-to-top:hover {
    background: #f5cb3f;
    color: #000;
    transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}



/*============= our projects ===========================*/
.container-filter {
	margin: 20px auto;
	display: block;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
	background-color: inherit;
}

.container-filter li a {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 6px 10px;
	font-size: 17px;
	font-weight: 500;
/* 	text-transform: uppercase; */
	/* letter-spacing: 2px; */
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #000;
    background-color: inherit;
}

.container-filter li a:before {
	top: -10px;
}
.container-filter li a:after {
	bottom: -10px;
}
.container-filter li a.active, .container-filter li a:hover {
	background: transparent !important;
	color: rgb(28 28 28);
    border-bottom: 2px solid rgb(28 28 28);
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
	background: #000;
}
.item-box img {
	width: 100%;
}
.item-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.44);
	opacity: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}
.gallery-heading h4 {
	margin-bottom: 0;
	font-size: 18px;
}
.gallery-heading h4 a {
	color: #fff;
}
.gallery-heading h4 a:hover {
	color: #daa106;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	padding-left: 25px;
	color: #fff;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.69+49,0.83+71 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.69) 49%, rgba(0,0,0,0.83) 71%, rgba(0,0,0,0.83) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 49%,rgba(0,0,0,0.83) 71%,rgba(0,0,0,0.83) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 49%,rgba(0,0,0,0.83) 71%,rgba(0,0,0,0.83) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d4000000',GradientType=0 ); /* IE6-9 */
}
.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
	padding: 10px;
}

.spacing-grid {
	padding-top: 25px;
	padding-bottom: 25px;
}
.item-box .gallery-heading {
	bottom: 0;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}
.link-zoom {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	height: 40px;
	position: absolute;
	top: 55%;
	left: 50%;
	color: #fff;
	z-index: 1;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
}
.item-box:hover .link-zoom {
	top: 50%;
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.link-zoom a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f5cb3f;
    color: #fff;
	font-size: 17px;
	color: #fff;
}
.link-zoom a.project_links {
	background: #f5cb3f;
}
.item-box a {
	display: inline-block
}
.item-box a:hover i {
	color: #fff;
}
.item-box > a {
	display: block;
	opacity: 0.6;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}
.image-source-link {
	color: #98C3D1;
	}
	.mfp-with-zoom .mfp-container,
	.mfp-with-zoom.mfp-bg {
		opacity: 0;
		-webkit-backface-visibility: hidden;
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out;
	}

	.mfp-with-zoom.mfp-ready .mfp-container {
			opacity: 1;
	}
	.mfp-with-zoom.mfp-ready.mfp-bg {
			opacity: 0.8;
	}

	.mfp-with-zoom.mfp-removing .mfp-container, 
	.mfp-with-zoom.mfp-removing.mfp-bg {
		opacity: 0;
	}
	.resi-text
	{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 30px;
    padding-bottom: 10px;
    margin: 0px 0 0 0;
	display: inline-block;
	color:#fff;
	}
	
	a.hovereffect {
	display: block;
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	outline: none;
	}

	.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color: #f13800;
	color: #ffffff;
	transition:2s;
	}

	.hovereffect img 
	{
	display:block;
	height: 260px;
	width: 100%;
	border-right: 2px solid #fff;
	}
	
	.box-icon-new 
	{
	color: #ffffff;
	padding: 14px 15px;
	margin-top: 29%;
	}
	
	.hovereffect:hover .overlay {
		opacity:1;
		filter:alpha(opacity=100);
	}
	
	
	@media only screen and (max-width:920px) {
		.hovereffect img {
		height: 280px;
		}
		.box-icon-new {
		margin-top: 28%;
		}
	}
	@media only screen and (max-width:767px) {
		.hovereffect img {
		height: 420px;
		}
	}
	@media only screen and (max-width:480px) {
		.box-icon-new {
			margin-top: 42%;
		}
	}
	@media only screen and (max-width: 767px){
		.hovereffect img {
			height: 305px;
		}
	}

/* footer four box */
.four-box {
    /* border-right: 1px solid #999; */
    height: /* 299px */200px;
}
.four-box > .title, .four-box.last > .title {
    font-size: 20px;
    color: #808080;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0;
    margin: 10px auto 10px;
    text-transform: uppercase;
}
.four-box {
	color: #9d9d9d;
}

/* .four-box > .title span, .four-box.last > span{
    color: #da0e2b;
    text-transform: uppercase;
} */
.four-box.last {
    border-right: none;
}
.four-box > p > a:hover{
	color: #f5cb3f;
	transition: all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}





/* Login Form */
.loginbg{
	background-image: url('../images/login.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
.loginbg:after{
    content: "";
	display: block;
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #da0e2b;
	background: -webkit-linear-gradient(bottom, #da0e2bab, #252525);
	background: -o-linear-gradient(bottom, #141414, #da0e2b);
	background: -moz-linear-gradient(bottom, #141414, #da0e2b);
	background: linear-gradient(bottom, #141414, #da0e2b);
	opacity: 0.9;

}
.card{
margin: 80px auto;
width: 400px;
padding: 25px;
background-color: rgba(6, 6, 6, 0.7) !important;
border-radius: 5px;
}

.login-logo {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #da0e2b;
}
.card-body {
    padding: 0 20px;
}
span.input-group-addon.icon i {
    width: 20px;
}
.mg-b-10 {
    margin-bottom: 20px;
}
.remember input
{
width: 16px;
height: 16px;
margin-left: 15px;
margin-right: 5px;
}
.row.align-items-center.remember.mg-b-10 {
    color: #fff;
    vertical-align: middle;
}
.login_btn{
    background-color: #f2371a;
    width: 100px;
    color: #fff;
}
.login_btn:hover{
color: black;
background-color: white;
}
.card-footer {
    padding: 0 20px;
}
.card-footer > .color {
    color: #fff;
}
.login-title {
    font-size: 25px;
    /* text-transform: uppercase; */
    color: #fff;
}

/* inner page minibannerbg */
.slider.innerslider img {
    width: 100%;
}
/* Bread Crumb Css */
.class-bredcrumb {
    background: #191919;
    padding: 15px 0;
}
ul.bredcrumb li {
    display: inline-block;
    color: #fff;
}
ul.bredcrumb li a.active, ul.bredcrumb li a:hover {
    color: #ef3e18;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}
ul.bredcrumb span{
	color: #fff;
}

/* Book Studio */
ul.bookbtn {
margin-top: 35px;
}
ul.bookbtn li{
display: inline-block;
}
ul.bookbtn li:last-child{
border-right: none;
}
ul.bookbtn li a{
display: inline-block;
background: #fac72e;
padding: 10px 15px;
border-radius: 25px;
font-size: 12px;
width: auto;
font-weight: 600;
/* box-shadow: 0px 0px 20px 0px #8a8a8a; */
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
border: none;
color: #000;
text-transform: uppercase;
}
ul.bookbtn li a:hover {
background: #1A1A1A;
/* background: -moz-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(64,167,153,1)), color-stop(100%, rgba(74,206,188,1)));
background: -webkit-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
background: -o-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
background: -ms-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
background: linear-gradient(to right, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a799', endColorstr='#4acebc', GradientType=1 ); */
color: #fff;
transition: all 0.5s ease-in;
-moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
box-shadow: 0 1px 30px 3px #d6d6d6;
}

ul.bookbtn li.stdbtn-active a{
	background: #fffeff;
	color: #000;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
/* 	box-shadow: 0 1px 30px 3px #8a8a8a; */
	box-shadow: 0 1px 25px 3px #8a8a8a;
}
.onpage-title h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Six Caps', sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
    /* font-family: 'Poppins', sans-serif; */
}
.onpage-title h2 span{
	color: #da0e2b;
}
.applicant-title{
	font-size: 22px;
	color: #333;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.bookstudio-form, .production-detail, .applicants-declaration{
    background: #f1f1f1;
    padding: 20px 20px 20px 20px;
    /*box-shadow: 0 1px 2px 2px #ccc;*/
}
/* production-detail Css */
.bookstudioform {
    border: 0;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -6px rgba(0,0,0,0.75);
}
/* .production-detail{
    margin-bottom: 40px;
} */
.applicant-detail label{
    width: 250px;
    font-weight: 500;
    vertical-align: middle;
    color: #313131;
}
.applicant-detail label.radio-box-label{
    width: 250px;
    font-weight: 500;
    vertical-align: top;
    color: #313131;
}
.radio-box {
    width: 240px;
    display: inline-block;
}
.radio-box .radio-inline:last-child {
	margin-left: 0;
} 
.applicant-detail label.radio-inline {
    width: 70px;
}
.applicant-detail input[type="text"], .applicant-detail input[type="email"], .applicant-detail select, textarea.message{
    width: 240px;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 40px;
    outline: none;
}
.applicant-detail input[type="text"]:focus, .applicant-detail input[type="email"]:focus, .applicant-detail select:focus, textarea.message:focus{
    border: 1px solid #bdbdbd;
	color: #333;
	font-weight: 600;
	background-color: #ffffff;
}

/* production-detail Css */
.production-detail .form-group {
    padding-bottom: 10px;
}
.production-detail label {
    width: 250px;
    font-weight: 500;
    vertical-align: middle;
    color: #313131;
}
.production-detail input[type="text"], .production-detail select, input[type="file"]{
    width: 240px;
    vertical-align: middle;
    padding: 5px;
    float: right;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 40px;
    outline: none;
}
.production-detail input[type="text"]:focus, .production-detail select:focus, input[type="file"]:focus {
    border: 1px solid #bdbdbd;
	color: #333;
	font-weight: 600;
	background-color: #ffffff;
}
.production-detail input[type="file"]{
	border: 1px solid #ddd;
	border-radius: 4px;
	height: auto;
}
.form_nextbtn {
    color: #fff;
    margin: 20px auto;
}
.form_nextbtn a, .form_nextbtn input[type="submit"] {
    padding: 10px 20px;
    display: block;
    background: #da0e2b;
    color: #fff;
    border: 0;
}
.form_nextbtn a:hover{
	background: #e86e01;
    color: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

/*  */

.bookcameralensesbg{
	background: url("../images/cameras-lensesbg.png") no-repeat;
    background-position: center;
    height: 360px;
    width: 100%;
    background-size: cover;
}

/* About Us */
/*.aboutusbg{
	background: url("../images/aboutusbg.png") no-repeat;
    background-position: center;
    height: 360px;
    width: 100%;
    background-size: cover;
}*/
/* Who we are */
.who-we-are h2 {
    margin: 0 0 10px;
}
.company-profile {
    margin-top: 24px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.company-profile:before{
	content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}
/* whychoosebg */
.divider {
    position: relative;
}
.divider::after {

    position: absolute;
    content: '';
    background: #f00;
    bottom: 0;
    left: 0;
    width: 135px;
    height: 2px;

}
.whychoosebg {
    background: #ececec;
}
/* .vision-mission{
	padding: 70px 0;
} */
.vision-mission h2.title{
	margin: 0 auto 30px;
    color: #da0e2b;
    font-size: 30px;
    text-transform: uppercase;
}
.vision, .mission{
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 15px;
    background: #f5f5f5;
    height:280px;
    position: relative;

}
.vision:hover:before, .mission:hover:before {
    transform: translate3d(0,0,0);
}
.vision:hover:before, .mission:hover:before{
position: absolute;
top: 15px;
bottom: 15px;
left: 15px;
right: 15px;
content: "";
display: inline-block;
border: 1px solid #da0e2b;
transition: .33s all ease-in;
transform: translate3d(0,0,150px);
pointer-events: none;
}
.vision:hover, .mission:hover{
	box-shadow: 0 2px 4px #999;
	border-radius: 10px;
	cursor: pointer;
}
.vision img, .mission img {
    text-align: center;
    margin: 20px auto 10px;
    display: block;
}
.vision .title, .mission .title{
	text-align: center;
	display: block;
	font-size: 24px;
    color: #000000;
}
.vision p, .mission p{
	text-align: center;
}

/* call to action */
.raw-met-product {
    padding: 25px 0;
    background-color: rgba(218, 14, 43, 0.7);
}
.call-to-action-title{
	font-size: 25px;
	color: #fff;
	text-align: right;
	text-transform: none;
	border-right: 1px solid #ffe9cc;
	padding-right: 44px;
}
.hexagone-box hr.divider2 {
    border: 1px solid #ff8e36;
    margin: 0 auto;
    width: 43px;
}
.call-to-action-btn{
	display: block;
	margin-top: 8px;
	margin-left: 20px;
}
.call-to-action-btn a{
	font-size: 16px;
	color: #fff;
	padding: 10px 35px;
	border-radius: 25px;
	border: 2px solid #ffffff;
	text-transform: uppercase;
}
.call-to-action-btn a:hover{
	color: #000;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	/* background-color: #ffe9cc; */
	background-color: #fac72e;
}
/* Board of Director */
.bodbg{
	background: url("../images/bodbg.png") no-repeat;
    background-position: center;
    height: 360px;
    width: 100%;
    background-size: cover;
}
.bod {
    border: 1px solid #dfdfdf;
    padding: 20px;
    margin-bottom: 30px;
}
.bod img {
    text-align: center;
    display: block;
/*     margin: auto; */
    border-radius: 50%;
}
.bod h3 {
    color: #fac72e;
    font-size: 20px;
}
.bod p{margin-bottom: 0;}
.bod hr {
    margin: 5px;
}

/* Contact us page */
.contactusbg{
	background: url("../images/contactusbg.png") no-repeat;
	background-position: center;
	height: 360px;
	width: 100%;
	background-size: cover;	
}

.office-address-area{
	padding: 20px 12px;
	-webkit-box-shadow: 0 0 30px rgba(224, 224, 224, 0.6);
	-moz-box-shadow: 0 0 30px rgba(224, 224, 224, 0.6);
	box-shadow: 0 0 30px rgba(232, 232, 232, 0.8);
}
.office-title h2{
    font-size: 24px;
    margin: 0;
    color: #122244;
    font-weight: 700;
}
.office-address-area .address-info ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.office-address-area .address-info ul li {
	display: block;
	vertical-align: middle;
	position: relative;
	padding-left: 52px;
	margin-bottom: 30px;
/*	cursor: pointer; */
}
.office-address-area .address-info ul li i {
	position: absolute;
	left: 0;
	top: -7px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	background: #fac72e; 
}
.office-address-area .address-info ul li i:before {
	margin-left: 0;
	color: #ffffff;
}
.office-address-area .address-info ul li span {
	display: block;
	font-size: 16px;
/* 	line-height: 21px; */
	color: #333333;
	font-weight: 400; 
}
.office-address-area .address-info ul li span a:hover{
	color: #da0e2b;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

/*========== contact form area ===========*/
.top-row-padding img {
	width: 23px;
	height: 23px;
}

.contact-form-area {
    padding: 20px 12px;
    -webkit-box-shadow: 0 0 30px rgba(224, 224, 224, 0.6);
    -moz-box-shadow: 0 0 30px rgba(224, 224, 224, 0.6);
    box-shadow: 0 0 30px rgba(232, 232, 232, 0.8);
}
.contact-form-area .contact-form-title h2 {
    font-size: 24px;
    margin: 0;
    color: #122244;
    font-weight: 700;
}
.contact-form-area form .form-group input {
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    font-size: 16px;
    color: #767676;
    font-weight: 300;
    border: 1px solid #bfbdbd;
    outline: none;
    box-shadow: none;
}
.contact-form-area form .form-group textarea {
    width: 100%;
    height: 145px;
    padding: 10px 20px;
    font-size: 16px;
    color: #767676;
    font-weight: 300;
    border: 1px solid #bfbdbd;
    outline: none;
    box-shadow: none;
    resize: none;
}
.contact-form-area form .submit-btn {
    margin-top: 20px;
}
.contact-form-area form .submit-btn button{
    border: none;
    padding: 8px 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background: #da0e2b;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.contact-form-area form .submit-btn button:hover{
	background: #ef3e18;
	color: #fff;
}
.map iframe{
    border: 1px solid #dfdfdf;
    padding: 5px;
    height: 350px;
    width: 100%;
}
ul.filter-list > li a.active, ul.filter-list > li a:hover{
    color: rgb(28 28 28);
}

/* Book Studio */
/* #regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
} */

h1 {
  text-align: center;  
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}
button {
  background-color: #da0e2b;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
/*   font-weight: 700; */
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
}

button:hover {
  	opacity: 0.8;
  	background:#f5cb3f;
	color:#fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#prevBtn {
  background-color: #bbbbbb;
}
.step.active {
  opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
.next-perv-btn{
	float: right;
	margin: 20px 30px;
}

/* video section */
.videotext{
	background-color: #1A1A1A;
}
.videotext .row{
	line-height: 0;
}
.topvideoarea {
	padding: 0;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.wp-block-video video{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.col-xs-6.toptextarea {
	padding: 0;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entrytext {
	padding: 40px 55px;
	color: #fff;
}
.entrytext h1 {
	text-align: left;
	margin-top: 0px;
	font-size: 40px;
	margin-bottom: 0px;
	font-weight: 600;
}
.entrytext h2 {
	text-align: left;
	padding-top: 15px;
  margin-top: 0px;
	font-size: 22px;
}
.entrytext p{
	line-height: 30px;
	font-weight: 600;
}

a.contbtn{
display: inline-block;
background: #fac72e;
padding: 10px 15px;
border-radius: 25px;
font-size: 12px;
width: auto;
font-weight: 600;
/* box-shadow: 0px 0px 20px 0px #8a8a8a; */
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
border: none;
color: #000;
text-transform: uppercase;
}
a.contbtn:hover {
background: #1A1A1A;
/* background: -moz-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(64,167,153,1)), color-stop(100%, rgba(74,206,188,1)));
background: -webkit-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
background: -o-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
background: -ms-linear-gradient(left, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
background: linear-gradient(to right, rgba(64,167,153,1) 0%, rgba(74,206,188,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a799', endColorstr='#4acebc', GradientType=1 ); */
color: #fff;
transition: all 0.5s ease-in;
-moz-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
box-shadow: 0 1px 30px 3px #d6d6d6;
}
a.navbar-brand{display: none;}

.samplecarowsel{
	padding: 50px 0px;
}
.slider-area img {
	width: 460px;
	height: auto;
}
.carousel-caption {
	color: #000;
	text-shadow: inherit;
	position: static;
}

.carousel-indicators {
	top: 25px;
	right: 0 !important;
	/* left: 0%; */
	margin: 0px !important;
	width: auto;
	text-align: right;
}
.caption-img img {
	margin: 40px 0px;
}
/* videoplustext */
.videoplustext {
	position: relative;
	display: block;
}
.videoarea {
	width: 65%;
	position: relative;
}

.videoplustext > .textarea {
	position: absolute;
	top: 0px;
	right: 0;
	content: '';
	width: 70%;
	background: linear-gradient(to right, #65656500, #000000 30%, #040404 100%);
	height: 99%;
}
.videoarea figure.wp-block-video{
	margin-bottom: -6px;
}
.entrytext {
	/*padding: 70px 80px;*/
	padding: 25px 80px;
	color: #fff;
	width: 70%;
	float: right;
}

/* For All Device */
@media(min-width: 320px) and (max-width: 1200px){
img{max-width: 100%;}
}


@media only screen and (max-width: 1300px) {
	.video-item video {
	max-height: 500px;
	}
	#carousel-1 .carousel-inner .item {
	max-height: 500px;
	}
}
/* Desktop */
@media only screen and (max-width: 1440px) {
	.entrytext{padding: 40px 15px;}
	.entrytext p {line-height: 22px; font-size: 14px;}
	/* .entrytext h1{font-size: 32px;} */
}

/* @media only screen and (max-width: 1300px) {
	.entrytext{padding: 17px 40px;}
	.entrytext p {line-height: 20px; font-size: 14px;}
	.entrytext h1{font-size: 32px; margin-bottom: 15px;}
} */
@media only screen and (max-width: 1200px) {
	.nav > li > a {padding: 15px 4px;}
	.navbar-nav-custom>li>a{font-size: 11px;}
	ul.bookbtn li a{width: auto;}
	ul.bookbtn li a {width: auto; padding: 10px 8px; font-size: 10px;}
	.carousel-caption{top: 28%;}
	.caption-text{font-size: 16px;margin-bottom: 10px;}
	.caption-title{font-size: 24px;}
	.cameras{height: 157px;}
	.lenses{height: 157px;}
	.rent-equipment{height: 157px;}
	ul.bookbtn {margin: 10px auto;}
	a.left.carousel-control.testimonial-left{left: 393px;}
	a.right.carousel-control.testimonial-right{right: 393px;}
	.rent-equipment > .title, .rent-equipment > p > span{font-size: 33px;}
	.img-area{width: 100%; float: none;height: auto;}
	.img-area img{width: 100%;}
	.explore-service-box > .text{float: none; width: 100%; height: auto; padding: 15px;}
	.back-to-top{right: 58px;}
	.applicant-detail label, .production-detail label{width: 100%;}
	.applicant-detail input[type="text"], .applicant-detail select, textarea.message,
	.production-detail input[type="text"], .production-detail select, input[type="file"]{width: 100%;}
	.production-detail input[type="text"], .production-detail input[type="text"], .production-detail select, input[type="file"]{float: none;}
	.production-detail .form-group{padding-bottom: 0;}
	.navbar {
    margin-top: 0;
	}
	.awesome-projects-area .box-content {
	padding-top: 0;
	}
	.video-item video {
	max-height: 420px;
	}
	#carousel-1 .carousel-inner .item {
	max-height: 420px;
	}
	
}
@media only screen and (max-width: 1024px) {
	.videoarea{width: 100%; position: static;}
	.videoarea{width: 100%; position: static;}
	.videoplustext > .textarea{position: static;width: 100%; padding: 0px 15px;}
	.entrytext{text-align: left; float: none; width:100%;}
}
/* IPad */
@media only screen and (max-width: 991px) {
	.nav > li > a {padding: 15px;}
	.navbar-nav-custom>li>a{font-size: 11px;color: #fff;}
	div#bs-example-navbar-collapse-1 {background: #000;}
	ul.bookbtn li a{width: auto;}
	ul.bookbtn li a {width: auto; padding: 10px 8px; font-size: 10px;}
	.carousel-caption{top: 26%;left:40%;}
	.caption-text{font-size: 13px;}
	.caption-title{font-size: 30px;}
	.carousel-indicators{bottom: 20px;}
	.cameras{height: 119px;}
	.lenses{height: 119px;}
	.rent-equipment{height: 119px;}
	ul.bookbtn {margin: 8px auto;float:right;}
	a.explore{left:25%; width: auto;}
	.rent-equipment > .title, .rent-equipment > p > span{font-size: 23px; letter-spacing: 2px; padding-top: 5px;}
	.navbar{margin-top: 0;}
	a.booknowbtn{padding: 10px; font-size: 10px;}
	a.left.carousel-control.testimonial-left{left: 280px;}
	a.right.carousel-control.testimonial-right{right: 280px;}
	.counter-area > .counter-number{font-size: 36px;}
	.counter-area > .title{font-size: 15px;}
	.img-area{width: 100%; float: none;}
	.img-area img{width: 100%;}
	.explore-service-box > .text{float: none; width: 100%; height: auto; padding: 15px;}
	.back-to-top{right: 58px;}
	.four-box{height: 350px;}
	.four-box.footer-services {border-right: none;}
	.applicant-detail label{width: 100%;}
	.applicant-detail input[type="text"]{width: 100%;}
	.logo a {
    padding-top: 0;
    max-width: 145px;
	}
	.getbg{background-color: #e3e5f4; background-image: inherit;}
	.videoarea{width: 100%; position: static;}
	.videoarea{width: 100%; position: static;}
	.videoplustext > .textarea{position: static;width: 100%; padding: 0px 15px;}
	.entrytext{text-align: left; float: none; width:100%;}
}

/* Tab */
@media only screen and (max-width: 767px){
	.logo{display: block;}
	.logo a{display: block;margin: auto;margin-bottom: 5px;}
	.logo img{display: block; text-align: center; margin:auto;}
	.top{position: static; padding: 6px 0; background-color: rgba(255, 255, 255, 1);}
	.navbar-header {background: rgb(239, 239, 239);}
	.navbar-toggle{background-color: #f5cb3f; margin-right: 14px; border-radius: 4px;}
	.navbar-toggle .icon-bar {background-color: #000;}
	.nav > li > a {padding: 15px;}
	.navbar-nav-custom>li>a{font-size: 11px;}
	div#bs-example-navbar-collapse-1 {background: rgb(0 0 0 / 90%);}
	ul.bookbtn {margin: 8px auto; text-align: center;float: none;}
	ul.bookbtn li a{width: auto;}
	ul.bookbtn li a {width: auto; padding: 10px 8px; font-size: 10px;}
	.carousel-caption{position:static;top: 29%;}
	.caption-text{font-size: 19px;}
	.caption-title{font-size: 30px;}
	.carousel-indicators{bottom: 8px;}
	.cameras{height: auto; margin-bottom: 20px;}
	.lenses{height: auto; margin-bottom: 20px;}
	.no-padding-left {padding-left: 15px;}
	.no-padding-right {padding-right: 15px;}
	.rent-equipment{height: auto; padding: 50px 0;}
	ul.bookbtn {margin: 8px auto;}
	.explore-title, .explore-title span, .awesome-title, .awesome-title span, .aboutus > .subtitle{letter-spacing: 3px;}
	a.explore{left:40%; width: auto;}
	/* .rent-equipment > .title, .rent-equipment > p > span{font-size: 23px; letter-spacing: 2px; padding-top: 5px;} */
	.navbar{margin-top: 0;}
	.awesome-projects-area{width: 50%;}
	a.booknowbtn{padding: 10px; font-size: 10px;}
	a.left.carousel-control.testimonial-left{left: 280px;}
	a.right.carousel-control.testimonial-right{right: 280px;}
	.carousel-inner.testimonial{width: 100%;}
	.counter-area > .counter-number{font-size: 36px;}
	.counter-area > .title{font-size: 15px;}
	.img-area{width: 100%; float: none;}
	.img-area img{width: 100%;}
	.explore-service-box > .text{float: none; width: 100%; height: auto; padding: 15px;}
	.back-to-top{right: 58px;}
	.carousel-caption {top: 5%;left: 8%;right: 8%;}
	.testimonial-button{display: none;}
	.whybg{background-image: inherit; background-color: #da0e2b;}
	.counter-area {text-align: center;border: 1px solid #dfdfdf;padding: 10px;margin: 0 auto 10px;}
	a.navbar-brand{display: block;font-weight: bold;}
	.explore-service-box > .text.mgb-0{margin: 0 auto 30px;}
	.four-box{height: auto;}
	.four-box, .four-box.footer-services {border-right: none;}
	.awesome-projects-area .title {
    font-size: 16px;
    margin-top: 50px;
    }
    .awesome-projects-area .description {
    font-size: 12px;
    margin: 15px 0 0 0;
    }
    #carousel-1 .carousel-inner .item {
    max-height: 100%;
	}
	.row.top-row-padding p {
			text-align: center !important;
	}
	.videoarea{width: 100%; position: static;}
	.videoarea{width: 100%; position: static;}
	.videoplustext > .textarea{position: static;width: 100%; padding: 0px 15px;}
	.entrytext{text-align: left; float: none; width:100%;}
}

@media only screen and (max-width: 650px){
	.awesome-projects-area{width: 100%;}
	.videoarea{width: 100%; position: static;}
	.videoarea{width: 100%; position: static;}
	.videoplustext > .textarea{position: static;width: 100%; padding: 0px 15px;}
	.entrytext{text-align: left; float: none; width:100%;}
}

/* Mobile */
@media only screen and (max-width: 480px){
	ul.top-header-links li a {
    font-size: 10px;
    padding-left: 2px;
    padding-right: 2px;
	}
	.logo{display: block;}
	.logo img{display: block; text-align: center; margin:auto;}
	.top{position: static; padding: 6px 0; background-color: rgba(255, 255, 255, 1);}
	.navbar-header {background: rgb(239, 239, 239);}
	.nav > li > a {padding: 15px;}
	.navbar-nav-custom>li>a{font-size: 11px;}
	div#bs-example-navbar-collapse-1 {background: rgb(0 0 0 / 90%);}
	ul.bookbtn {margin: 8px auto; text-align: center;}
	ul.bookbtn li a{width: auto;}
	ul.bookbtn li a {width: auto; padding: 10px 8px; font-size: 10px;}
	.carousel-caption{top: 28%;}
	.caption-text{font-size: 19px;}
	.caption-title{font-size: 23px;}
	.carousel-indicators{bottom: 20px;}
	.cameras{height: auto; margin-bottom: 20px;}
	.lenses{height: auto; margin-bottom: 20px;}
	.no-padding-left {padding-left: 15px;}
	.no-padding-right {padding-right: 15px;}
	.rent-equipment{height: auto; padding: 50px 0;}
	ul.bookbtn {margin: 8px auto;}
	.explore-title, .explore-title span, .awesome-title, .awesome-title span, .aboutus > .subtitle{letter-spacing: 3px;}
	a.explore{left:38%; width: auto;}
	/* .rent-equipment > .title, .rent-equipment > p > span{font-size: 23px; letter-spacing: 2px; padding-top: 5px;} */
	.navbar{margin-top: 0;}
	.awesome-projects-area{width: 100%;}
	a.booknowbtn{padding: 10px; font-size: 10px;}
	a.left.carousel-control.testimonial-left{left: 280px;}
	a.right.carousel-control.testimonial-right{right: 280px;}
	.carousel-inner.testimonial{width: 100%;}
	.counter-area > .counter-number{font-size: 36px;}
	.counter-area > .title{font-size: 15px;}
	.img-area{width: 100%; float: none;}
	.img-area img{width: 100%;}
	.explore-service-box > .text{float: none; width: 100%; height: auto; padding: 15px;}
	.back-to-top{right: 58px;}
	.carousel-caption {top: 0%;left: 5%;right: 5%;}
	.testimonial-button{display: none;}
	.text:hover .hover-titlebtn{width: 97%;}
	.four-box{height: auto;}
	.four-box, .four-box.footer-services {border-right: none;}
}


@media only screen and (min-width: 320px) and (max-width: 550px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{top: 25%;}
	.caption-text{font-size: 22px; margin-top: 0; text-align: left;}
	p.caption-text span{font-size: 15px; margin-bottom: 10px; text-align: left;}
	.caption-title{font-size: 22px; margin-bottom: 0; text-align: left;}
	p.caption-subtitle{font-size: 20px;}
	a.contbtn{margin-bottom: 20px;}
	.slider-area img{width: 100%;}
	.carousel-indicators{bottom: 5px;}
	.carousel-caption{position: static;}
	.testimonial-button{display: none;}
	.cameras span, .lenses span{font-size: 24px;}
	.explore-title, .awesome-title, .explore-title span, .awesome-title span {font-size: 23px;}
	.why-area-title{font-size: 22px;}
	.counter-area > .title{font-size: 11px;}
	.container-filter li a{padding: 6px 0px; font-size: 14px;}
	.four-box{height: auto; margin-bottom: 20px;}
	.four-box{border-right: none;}
	.four-box.footer-services {border-right: none; margin-bottom:0;}
	.card{width: 100%;}
	.card-body, .card-footer{padding: 0 10px;}
	.bookcameralensesbg{height: auto;}
	.next-perv-btn{float: right; margin: 20px 0px;}

	.entrytext {padding: 20px 0;}
	.carousel-caption{margin: 20px 0 auto;}
	.top-row-padding{margin: auto; text-align: center;}
	.top-row-padding .text-right {text-align: center;}
	.topvideoarea {padding: 0;}
}

@media only screen and (min-width: 320px) and (max-width: 439px){
	.full-width{width: 100%;}
	ul.top-header-links {display: block;margin: auto;text-align: center;}
	.logo {display: block;margin: 10px auto 0;}
	.logo a{width: 100%;}
	i.fa.fa-whatsapp{margin-left: 0px;}

	.videoarea{width: 100%; position: static;}
	.videoplustext > .textarea{position: static;width: 100%; padding: 0px 15px;}
	.entrytext{text-align: left; float: none; width:100%;}
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

input::-webkit-calendar-picker-indicator{
    color: #da0e2b;
}
input::-webkit-inner-spin-button {
    margin-top: 5px;
}


span.badge.badge-warning.Mybadge {
    background-color: rgba(218, 14, 43, 0.7);
}
/*-- home badge --*/
.carousel-caption span.badge.badge-warning.Mybadge {
    text-align: left;
    display: table;
    font-size: 13px;
}