:root{
	--header-height: 82.89px;
	--orange: #ed6935;
}
html, body, #wrapper {
 height: 100%;
 font-family: "Raleway", sans-serif;
 } 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top: 0;
	}
*{
	padding:0;
	margin:0;
	}
body{
	background: #000;
	/*scroll-behavior: smooth;*/
}
table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}

span{
	display: inline-block;
}

p{
	font-family: "Raleway", sans-serif;
	font-size: clamp(12px, 1.1vw, 16px);
	line-height: 1.4;
	color: #fff;
	padding: 0 0 15px 0;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.contain_90{
	width: 90%;
	margin:0 auto;
}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding: 2vw 0;
	background:#fff0;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .inner_container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .logo {
	width:15%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding:5px 0 0 0;
}
header nav {
	display: inline-block;
	float: right;
	padding: 0% 0% 0% 0%;
	background-color: transparent;
	/*margin-top: 5px;*/
	width: unset;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#000;
	padding: 1% 0;
}
header.smaller .logo {
	width: 8%;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 7%;
	margin-top: 1.5%;
}

.ace-responsive-menu li::before{
	display: none;
}

section{
	min-height: 100vh;
	display: flex;
	position: relative;
	z-index: 1;
}
.section_link{
	position: absolute;
	left: 0;
	top: 0;	
}
section .container{
	display: flex;
}
section .contain_90{
	display: flex;
}
section .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
}
.hero .inner_container .bg_image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.hero .inner_container .bg_image .txt{
	font-size: 40vw;
    font-weight: 900;
    z-index: -1;
    opacity: 0.5;
}
.line{
	position: absolute;
	left: 0;
	width: 100%;
	background: var(--orange);
	height: 2px;
	z-index: -1;
}
.width_40{
	width: 40%;
}
.width_50{
	width: 50%;
}
.width_60{
	width: 60%;
}

.heading{
	font-size: clamp(20px, 3vw, 100px);
    color: #fff;
    padding: 0 0 2vw 0;
}
.sub_heading{
	font-size: clamp(12px, 1.1vw, 30px);
	line-height: 1.4;
	color: #969696;
	font-weight: 500;
    padding: 2vw 0 0 0;
}
/*hero*/
section img{
	max-height: 90vh;
}
section .left_pane .sub_heading{
	padding-bottom: 2vw;
}
section .left_pane .sub_heading p:last-child{
	padding: 0;
}

/*section_2*/
.section_2{
	background: #ffffff;
}
.section_2 .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
}
.section_2 .inner_container .left_pane{
	margin: auto 0 20vh 0;
}
.section_2 .inner_container .left_pane .heading{
	color: #000;
}
.section_2 .inner_container .left_pane .sub_heading p{
	color: #000;
}
.section_2 .inner_container .right_pane{
	margin: auto 0;
}
.section_3 .inner_container .left_pane{
	margin: auto 0 10vh 0;
}
section.shoots_designed{
	background: #e8eaec;
}
section.shoots_designed .inner_container{
	align-items: unset;
}
section.shoots_designed .upper_sec{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 2vw 0;
	width: 100%;
}
section.shoots_designed .upper_sec .left_pane{
	margin: 0 0 0.5vw 0;
}
section.shoots_designed .upper_sec .heading{
	color: #000;
}
section.shoots_designed .upper_sec .line{
	width: 58vw;
}
section.shoots_designed .upper_sec .right_pane .sub_heading{
	padding: 0 0 1vw 0;
}
ul li{
	color: #000;
    font-size: clamp(12px, 1vw, 25px);
    font-weight: 600;
    padding: 0 0 0.4vw 2vw;
    position: relative;
}
ul li::before{
	--size: 1vw;
	position: absolute;
	content: '';
	left: 0;
	top: calc(0.2 * var(--size));
	width: var(--size);
	height: var(--size);
	background: url(../images/icons/circle.png) no-repeat;
	background-size: contain;
	background-position: center;
}
ul li:last-child{
	padding-bottom: 0;
}
section.shoots_designed .lower_sec{
	width: 100%;
}
section.shoots_designed .lower_sec .images_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.shoots_designed .lower_sec .images_wrapper .img_wrapper{
	width: 32%;
	margin: 0 0 2%;
}
section.shoots_designed .lower_sec .images_wrapper .img_wrapper:nth-child(4){
	margin: 0;
}
section.shoots_designed .lower_sec .images_wrapper .img_wrapper:nth-child(5){
	margin: 0;
}
section.shoots_designed .lower_sec .images_wrapper .img_wrapper:nth-child(6){
	margin: 0;
}
section.shoots_designed .lower_sec .images_wrapper .img_wrapper .img_box{
	position: relative;
	padding: 60% 0 0 0;
	overflow: hidden;
	display: block;
}
section.shoots_designed .lower_sec .images_wrapper .img_wrapper a.img_box::before{
	--size: 30px;
	position: absolute;
	content: '';
	top: calc(50% - (var(--size) / 2));
	left: calc(50% - (var(--size) / 2));
	width: var(--size);
	height: var(--size);
	background: url(../images/icons/reel-play.png) no-repeat;
	z-index: 1;
	background-position: center;
	background-size: contain;
}
section.shoots_designed .lower_sec .images_wrapper .img_wrapper .img_box img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(1);
	transition: all 0.3s;
}
section.shoots_designed .lower_sec .images_wrapper .img_wrapper .img_box:hover img{
	filter: grayscale(0);
}

/*visibility*/
.visibility .inner_container{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.visibility{
	padding: 5vw 0;
}
.visibility .upper_sec{
	width: 100%;
	padding: 5vw 0 0 0;
}
.visibility .lower_sec{
	width: 100%;
}
.visibility .lower_sec .info_boxes_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.visibility .lower_sec .info_boxes_wrapper .info_box{
	width: calc(24%);
}
.visibility .lower_sec .info_boxes_wrapper .info_box .img_box{
	position: relative;
	padding: 135% 0 0 0;
	filter: grayscale(1);
	transition: all 0.3s;
}
.visibility .lower_sec .info_boxes_wrapper .info_box:hover .img_box{
	filter: grayscale(0);
}
.visibility .lower_sec .info_boxes_wrapper .info_box .img_box img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.visibility .lower_sec .info_boxes_wrapper .info_box .text_box{
	text-align: center;
}
.visibility .lower_sec .info_boxes_wrapper .info_box .text_box .title{
	font-size: clamp(14px, 1vw, 25px);
	color: var(--orange);
	font-weight: 600;
	padding: 2vw 0 0 0;
}
.visibility .lower_sec .info_boxes_wrapper .info_box .text_box .sub_title{
	color: #fff;
	padding: 0.2vw;
	line-height: 1.4;
}

.good_content{
	background:linear-gradient(135deg, #eaedf0 64%, var(--orange) 50%);
}
section.good_content .inner_container{
	padding: 5vw 0;
}
.good_content .heading{
	color: #000;
}

section.lot_of_text{
	padding: 5vw 0;
	flex-direction: column;
	justify-content: center;
}
section.lot_of_text .text_box{
	position: relative;
}
section.lot_of_text .text_box::before{
	position: absolute;
	content: '';
	left: 0;
	top: 40%;
	width: 100%;
	height: 1px;
	background: var(--orange);
	z-index: -1;
}
section.lot_of_text .text_box:nth-child(4)::before{
	top: unset;
    bottom: 11%;
}
section.lot_of_text .text_box:nth-child(5)::before{
	display: none;
}
section.lot_of_text .text_box:nth-child(5){
	padding: 3vw 0 0;
	display: flex;
	flex-wrap: wrap;
}
section.lot_of_text .text_box:nth-child(5) .right_txt{
	margin: auto;
    color: #fff;
    font-size: clamp(20px, 4vw, 60px);
}
section.lot_of_text .text_box .text{
	color: #222323;
	font-size: 5vw;
	line-height: 1;
    font-weight: 900;
    padding: 0 0 0 2.5vw;
    background: #000;
    display: inline-block;
}
section.lot_of_text .text_box:nth-child(even){
	text-align: right;
}
section.lot_of_text .text_box:nth-child(even) .text{
    padding: 0 2.5vw 0 0;
}
.orange{
	color: var(--orange);
}
/*footer*/
footer{
	background: #fff;
	position: relative;
}
footer .inner_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5.5vw 0;
}
footer .inner_container .logo_box{
	padding: 0 8vw 0 3vw;
}
footer .inner_container .logo_box img{
	width: 20vw;
}
footer .inner_container .title{
	font-weight: 600;
	color: var(--orange);
	font-size: clamp(18px, 1.2vw, 40px);
	padding: 0 0 0.2vw;
}
footer .inner_container .link_text a{
	color: #000;
	font-size: clamp(15px, 1vw, 40px);
	font-weight: 500;
	padding: 0 0 0.2vw;
}
footer .inner_container .sub_title{
	color: #000;
	font-size: clamp(15px, 1vw, 40px);
	font-weight: 500;
}
footer .inner_container .right_pane{
	width: 65%;
	display: flex;
	flex-direction: column;
}
footer .inner_container .right_pane .upper_sec{
	padding: 0 0 2vw;
	border-bottom: 1px solid #000;
}
footer .inner_container .right_pane .lower_sec{
	display: flex;
	flex-wrap: wrap;
	padding: 2vw 0 0;
}
footer .inner_container .right_pane .lower_sec .info_box:first-child{
	border-right: 1px solid #000;
}
footer .inner_container .right_pane .lower_sec .info_box:nth-child(2){
	padding: 0 0 0 2vw;
}


/*owl carousel arrows*/

.owl-carousel.owl-theme .owl-nav{
	margin: 0;
}
.owl-carousel.owl-theme .owl-nav button{
	position: absolute;
	top: calc(50% - 20px);
	margin: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*color: var(--blue);*/
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover{
	color: var(--blue);
	background: unset;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev{
	left: -40px;
}
.owl-carousel.owl-theme .owl-nav button.owl-next{
	right: -40px;
}
.owl-carousel.owl-theme .owl-nav button span{
	font-size: 50px;
    line-height: 0.4em;
    padding: 0 0 0.23em 0;
    font-family: 'Font Awesome 7 Free';
    /*color: #ffff;
    border: 1px solid #00eaff;
    background: #000;*/
}

.owl-carousel.owl-theme .owl-dots .owl-dot span{
	background: unset;
    box-shadow: inset 0 0 0 1px var(--greenish-blue);
    outline: 1px solid var(--greenish-blue);
    outline-offset: -1px;
    width: 12px;
    height: 12px;
    transition: all 0.2s;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span{
    box-shadow: inset 0 0 0 6px var(--greenish-blue);
    outline-offset: 3px;
}