/* Malone HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Masonry Gallery Section
7. Main Footer
8. Gallery Section
9. Fullwidth Block Section
10. About Section
11. About Section Two
12. Portfolio Singles Section
13. Team Section
14. Clients Section
15. Blog Grid Secrion
16. Blog List Section
17. Blog Single
18. Comment Form
19. Contact Form
20. Map Section
21. Our Services

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*font-family: 'Poppins', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('project.css');



/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	    font-family: 'dinregularwebfont';
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#C8B339;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'DIN Alternate Bold';
}

input,button,select,textarea{
	font-family: 'Poppins', sans-serif;
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1300px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	margin-bottom:35px;
	color:#111111;
	font-size:14px;
	font-weight:400;
	padding-left:48px;
	line-height:2em;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#111111;
	font-size:30px;
	line-height:1em;
}

.list-style-one li:last-child .icon{
	top:10px;
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	margin-bottom:12px;
	color:rgba(255,255,255,0.60);
	font-size:14px;
	font-weight:400;
	padding-left:30px;
	line-height:2em;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:4px;
	color:rgba(255,255,255,0.60);
	font-size:18px;
	line-height:1.2em;
}

.list-style-two li:last-child .icon{
	
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	    padding: 5px 15px;
	line-height:25px;
	text-transform:capitalize;
	background:#C8B339;
	color:#ffffff;
	border:2px solid #C8B339;
	font-size:12px;
	font-weight:600; display: inline-block;
}

.btn-style-one a {  color:#ffffff;}
.btn-style-one a:hover {  color:#1d1d1d;}

.btn-style-one:hover{
	background:none;
	color:#1d1d1d;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:9px 19px;
	line-height:25px;
	text-transform:capitalize;
	background:#ffffff;
	color:#222222;
	border:2px solid #ffffff;
	font-size:15px;
	font-weight:600;
}

.btn-style-two:hover{
	background:none;
	color:#ffffff;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	    margin-right: 15px;
	display:inline-block;
}

.social-icon-one li a{
	font-size:25px;
	color:#CCCCCC;
}

.social-icon-one li a:hover{
	color:#1d1d1d;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin-bottom:20px;
}

.social-icon-two li .name{
	opacity:0;
	color:#ffffff;
	margin-left:20px;
	font-weight:500;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-two li:hover .name{
	opacity:1;
}

.social-icon-two li a{
	font-size:23px;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
	color:rgba(255,255,255,0.30);
}

.social-icon-two li a:hover{
	color:#ffffff;
}


.theme_color{
	color:#1d1d1d;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}




/*Social Icon three*/

.social-icon-three{
	position:relative;
}

.social-icon-three li{
	position:relative;
	margin-left:10px;
	display:inline-block;
}

.social-icon-three li a{
	font-size:14px;
	color:#111111;
}

.social-icon-three li a:hover{
	color:##C8B339;
}

.social-icon-three li{
	margin-left:0px;
	margin-right:12px;
}

.social-icon-three li a{
	color:#ffffff;
}

.social-icon-three li{
	margin-left:0px;
	margin-right:15px;
}

.social-icon-three li{
	margin-left:0px;
	margin-right:16px;
}



/*Social Icon four*/


.social-inner-page {
    padding: 30px 0px 0px 0px;
}


.social-icon-four{
	position:relative;     float: left;
}

.social-icon-four li{
	position:relative;
	margin-left:10px;
	display:inline-block;
}

.social-icon-four li a{
	font-size:14px;
	color:#fff;     background: #111111;     border-radius: 50%;         height: 35px;
    width: 35px;
    line-height: 35px; text-align: center; display: block;
}

.social-icon-four li a:hover{
	color:#777777; 
}

.social-icon-four li{
	margin-left:0px;
	margin-right:12px;
}

.social-icon-four li a{
	    color: #ffffff;
    font-size: 16px;
}

.social-icon-four li{
	margin-left:0px;
	margin-right:5px;
}

.social-icon-four li{
	margin-left:0px;
	margin-right:5px;
}



/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#1d1d1d;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.header-span{
	position:relative;
	height:120px;	
}

.main-header{
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#000;
}

.main-header .auto-container{
	position:relative;	
}

.main-header .main-box{
	position:relative;	
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 50px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:13;
	padding:14px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fixed-header .main-box .logo-box{
	padding:10px 0px;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .btn-outer{
	position:absolute;
	right:0px;
	top:70%;
	margin-top:-17px;
}

.main-header .nav-toggler{
	position:relative;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#ffffff;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .nav-outer{
	position:relative;
	float:right;
	
}

.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
    padding: 0px 10px;
    margin: 20px 0px;
    border-right: 1px solid #fff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child {     border: medium none; }

.fixed-header .main-menu .navigation > li{
    padding: 0px 10px;
    margin: 20px 0px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;

	color:#ffffff;
	text-align:center;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	font-weight:600;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease; font-family:'DIN Alternate Bold';
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a{
	color:#C8B339;
	opacity:1;
}


.menu-active { color:#C8B339 !important;
	opacity:1; }

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	padding: 10px 0px;
	z-index:100;
	display:none;
	background:#2c2c2c;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding: 8px 25px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	text-transform: uppercase;
	color: #999;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #fff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	right:100%;
	top:0px;
	width:240px;
	padding: 11px 0px;
	z-index:100;
	display:none;
	background:#2c2c2c;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding: 8px 25px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color: #999;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color: #fff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;		
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;		
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 320px;
	height: 100%;
	background: #252525;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right:10px;
	top:10px;
	background: none;
	color: #ffffff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 16px;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:40px;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar-wrapper {
	height: 100%;
	padding:30px 5px 30px 30px;
}

.hidden-bar .logo {
	padding:0px 0px 30px;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .content-box{
	position:relative;
	padding-right:32px;
}

.hidden-bar .content-box h2{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.hidden-bar .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.60);
	margin-bottom:25px;
}

.hidden-bar .contact-info{
	position:relative;
	margin-top:60px;
}

.hidden-bar .contact-info h2{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;     margin-top: 25px;
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
	background:rgba(0,0,0,0.40) !important;
	display:none !important;
}

.main-slider .title{
	position:relative;
	font-size:30px;
	font-weight:300;
	color:#ffffff;
	line-height:1.7em;
	letter-spacing:4px;
}

.main-slider h1{
	position:relative;
	color:#ffffff; letter-spacing: 2px;  text-align: left;
	font-size:60px;
	font-weight:300;     border-bottom: solid 1px #fff;
	line-height:1.2em;
	font-family: 'Lato', sans-serif;
}



.main-slider h2{
	position:relative;
	color:#C8B339; letter-spacing: 2px;
	font-size:60px; text-align: left;
	font-weight:300;     border-bottom: solid 1px #C8B339;
	line-height:1.2em;
	font-family: 'Lato', sans-serif;
}


.main-slider .text{
	    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2em;
    letter-spacing: 0px;
    padding: 12px 25px 12px;
    display: inline-block;
    background-color: #000000;
    text-transform: uppercase;
}

.main-slider .title.light,
.main-slider h1.light{
	color:#ffffff;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}


/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section{
	position:relative;
	padding:90px 0px 0px;
}

.portfolio-section .outer-section{
	padding:0px 12px;
}

.portfolio-section h2{
	position:relative;
	color:#111111;
	font-size:55px;
	font-weight:700;
	text-align:center;
	line-height:1.2em;
	margin-bottom:90px;
	text-transform:capitalize;
}

.portfolio-section .row{
	margin:0px -30px;
}

.portfolio-section .gallery-block{
	padding:0px 5px;
}

/*Gallery Block*/

.gallery-block{
	position:relative;
	margin-bottom:10px;
}

.gallery-block .inner-box{
	position:relative;
}

.gallery-block .inner-box .image{
	position:relative;
}

.gallery-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(0,0,0,0.90);
}

.gallery-block .inner-box:hover .image .overlay-box{
	opacity:1;
}

.gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block .inner-box .image .lower-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:20px 25px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-block .inner-box .image .lower-box .designation{
	position:relative;
	color:#a9a9a9;
	font-size:15px;
	font-weight:500;
	margin-bottom:6px;
}

.gallery-block .inner-box .image .lower-box h3{
	position:relative;
	font-size:25px;
	font-weight:700;
	line-height:1.4em;
}

.gallery-block .inner-box .image .lower-box h3 a{
	position:relative;
	color:#ffffff;
}

.gallery-block.style-two{
	margin-bottom:30px;
}

.gallery-block.style-two .inner-box .image .lower-box h3{
	font-size:16px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding: 50px 0px;
	background-color:#fcfbfb;
}

.main-footer .inner-container{
	position:relative;
	padding:0px 50px;
}

.main-footer .logo{
	position:relative;
	margin-bottom:70px;
}

.main-footer .mail-info{
	position:relative;
	color:#111111;
	font-size:14px;
	line-height:2.5em;
	margin-bottom:25px;
}

.main-footer .social-icon-one{
	text-align:right; float: left; 
     margin: 15px 0 0 0px;
	
}

.main-footer .copyright{
	position:relative;
	color:#111111;
	font-size:14px;
	text-align:right;
	margin-top:15px;
}

.main-footer.style-two{
	background-color:#1d1d1d;
}

.main-footer.style-two .mail-info,
.main-footer.style-two .copyright,
.main-footer.style-two .social-icon-one li a{
	color:#ffffff;
}

.four-carousel-section{
	position:relative;
}

.four-carousel-section .gallery-block{
	position:relative;
	margin-bottom:5px;
}

.four-carousel-section .owl-dots{
	display:none;
}

.four-carousel-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-45px;
}

.four-carousel-section .owl-nav .owl-prev{
	position:absolute;
	left:25px;
	top:0px;
	width:35px;
	height:95px;
	color:#ffffff;
	line-height:95px;
	text-align:center;
	background-color:rgba(255,255,255,0.20);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.four-carousel-section .owl-nav .owl-next{
	position:absolute;
	right:25px;
	top:0px;
	width:35px;
	height:95px;
	color:#ffffff;
	line-height:95px;
	text-align:center;
	background-color:rgba(255,255,255,0.20);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.four-carousel-section .owl-nav .owl-prev:hover,
.four-carousel-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#272727;
}


.portfolio-section .gallery-block-two{
	padding:0px;
}

/*Gallery Item*/

.gallery-block-two{
	position:relative;
}

.gallery-block-two .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.gallery-block-two .image-box{
	position:relative;
	display:block;	
}

.gallery-block-two .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-block-two .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	background:rgba(0,0,0,0.80);
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	-webkit-transform:translate(0%,-100%);
	-ms-transform:translate(0%,-100%);
	-o-transform:translate(0%,-100%);
	-moz-transform:translate(0%,-100%);
	transform:translate(0%,-100%);
}

.gallery-block-two .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0%);
	-ms-transform:translate(0%);
	-o-transform:translate(0%);
	-moz-transform:translate(0%);
	transform:translate(0%);
}

.gallery-block-two .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 10px;
}

.gallery-block-two .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-block-two .overlay-inner h3{
    position: relative;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4em;
}

.gallery-block-two .inner-box h3 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-block-two .inner-box .designation{
	position: relative;
    color: #a9a9a9;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

/*** 

====================================================================
	Work Banner
====================================================================

***/

.work-banner{
	position:relative;
	padding:300px 0px;
	text-align:center;
}

.work-banner .title{
	position:relative;
	color:#aaaaaa;
	font-size:20px;
	font-weight:300;
	margin-bottom:15px;
}

.work-banner h2{
	position:relative;
	color:#111111;
	font-size:55px;
	font-weight:700;
	line-height:1.1em;
}

.work-banner h2 span{
	font-weight:300;
}

/*** 

====================================================================
	FullWidth Banner
====================================================================

***/

.fullwidth-block-section{
	position:relative;
}

.fullwidth-block-section .outer-box{
	position:relative;
	background-color:#fcfbfb;
}

.fullwidth-block-section .outer-box .content-column{
	position: absolute;
    width: 50%;
    float: left;
    left: 0px;
    top: 0px;
    height: 100%;
}

.fullwidth-block-section .outer-box .content-column .inner-column{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 15px 15px;
}

.fullwidth-block-section .outer-box .content-column .inner-column .content{
	position:relative;
	max-width:710px;
	width:100%;
    display: table-cell;
    vertical-align: middle;
}

.fullwidth-block-section .outer-box .content-column .inner-column .content h2{
	position:relative;
	color:#111111;
	font-size:50px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:10px;
}

.fullwidth-block-section .outer-box .content-column .inner-column .content h2 a{
	color:#111111;
}

.fullwidth-block-section .outer-box .content-column .inner-column .content .content-inner{
	max-width:550px;
	margin:0 auto;
}

.fullwidth-block-section .outer-box .content-column .inner-column .sub-title{
	position:relative;
	color:#aaaaaa;
	font-size:20px;
	font-weight:300;
	margin-bottom:25px;
}

.fullwidth-block-section .outer-box .image-column{
	position:relative;
	width:50%;
	float:right;
}

.fullwidth-block-section .outer-box .image-column img,
.fullwidth-block-section-two .outer-box .image-column img{
	display:block;
	width:100%;	
}

/*** 

====================================================================
	FullWidth Banner
====================================================================

***/

.fullwidth-block-section-two{
	position:relative;
}

.fullwidth-block-section-two .outer-box{
	position:relative;
	background-color:#fcfbfb;
}

.fullwidth-block-section-two .outer-box .content-column{
	position: absolute;
    width: 50%;
    float: left;
    right: 0px;
    top: 0px;
    height: 100%;
}

.fullwidth-block-section-two .outer-box .content-column .inner-column{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 15px 15px;
}

.fullwidth-block-section-two .outer-box .content-column .inner-column .content{
	position:relative;
	max-width:710px;
	width:100%;
    display: table-cell;
    vertical-align: middle;
}

.fullwidth-block-section-two .outer-box .content-column .inner-column .content .content-inner{
	max-width:550px;
	margin:0 auto;
}

.fullwidth-block-section-two .outer-box .content-column .inner-column .content h2{
	position:relative;
	color:#111111;
	font-size:50px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:10px;
}

.fullwidth-block-section-two .outer-box .content-column .inner-column .content h2 a{
	color:#111111;
}

.fullwidth-block-section-two .outer-box .content-column .inner-column .sub-title{
	position:relative;
	color:#aaaaaa;
	font-size:20px;
	font-weight:300;
	margin-bottom:25px;
}

.fullwidth-block-section-two .outer-box .image-column{
	position:relative;
	width:50%;
	float:left;
}

/*** 

====================================================================
	Portfolio Single Section
====================================================================

***/

.portfolio-single-section{
	position:relative;
	padding:100px 0px 50px;
}

.portfolio-single-section .images-column{
	position:relative;
}

.portfolio-single-section.right-sidebar .images-column .inner-column{
	position:relative;
	padding-right:30px;
}

.portfolio-single-section.left-sidebar .images-column .inner-column{
	position:relative;
	padding-left:30px;
}

.portfolio-single-section .images-column.style-two .image{
	margin-bottom:30px;
}

.portfolio-single-section .images-column .image{
	position:relative;
	margin-bottom:50px;
}

.portfolio-single-section .images-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.portfolio-single-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.portfolio-single-section .content-column h2{
	position:relative;
	color:#1d1d1d;
	font-size:25px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}

.portfolio-single-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	line-height:1.9em;
	margin-bottom:25px;
}

.portfolio-single-section .content-column .social-icon-one li{
	margin-left:0px;
	margin-right:12px;
}

/*Info List*/

.info-list{
	position:relative;
	margin-bottom:25px;
}

.info-list li{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	line-height:1.8em;
	margin-bottom:16px;
}

.info-list li span{
	font-weight:500;
	color:#333333;
	display:block;
	font-size:15px;
}

/*New Posts*/

.new-posts{
	position:relative;
	padding:35px 55px;
	border-top:1px solid #f2f2f2;
}

.new-posts a{
	position:relative;
	color:#aaaaaa;
	font-size:12px;
	font-weight:500;
	letter-spacing:2px;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.new-posts a:hover{
	color:#222222;
}

.new-posts .grid-btn{
	position:absolute;
	left:50%;
	color:#cfcfcf;
	font-size:24px;
	margin-top:2px;
	margin-left:-13px;
}

/*** 

====================================================================
	Portfolio Center Section
====================================================================

***/

.portfolio-center-section{
	position:relative;
	padding:100px 0px 60px;
}

.portfolio-center-section .image{
	position:relative;
	margin-bottom:40px;
}

.portfolio-center-section .content-column{
	position:relative;
}

.portfolio-center-section .content-column h2{
	position:relative;
	color:#1d1d1d;
	font-size:25px;
	font-weight:600;
	margin-bottom:16px;
}

.portfolio-center-section .content-column .text{
	position:relative;
}

.portfolio-center-section .content-column .text p{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:20px;
}

.portfolio-center-section .info-column{
	position:relative;
}

.portfolio-center-section .info-column .inner-column{
	position:relative;
	padding-left:60px;
	padding-top:20px;
	margin-top:45px;
	border-left:1px solid #f1f1f1;
}

.portfolio-center-section .info-column .inner-column .social-icon-one li{
	margin-left:0px;
	margin-right:15px;
}

.portfolio-center-section.style-two{
	padding-bottom:30px;
}

.portfolio-gallery-section{
	position:relative;
	padding-bottom:70px;
}

/*** 

====================================================================
	Portfolio FullWidth Section
====================================================================

***/

.portfolio-fullwidth-section{
	position:relative;
	padding:100px 0px 50px;
}

.portfolio-fullwidth-section .images-column{
	position:relative;
	width:50%;
}

.portfolio-fullwidth-section .images-column.left-image-bar .inner-column{
	position:relative;
	padding-right:30px;
}

.portfolio-fullwidth-section .images-column .image{
	position:relative;
	margin-bottom:50px;
}

.portfolio-fullwidth-section .images-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.portfolio-fullwidth-section .content-column{
	position:relative;
	width:50%;
}

.portfolio-fullwidth-section .content-column .inner-column{
	position:relative;
	padding-left:30px;
	max-width:600px;
	padding-right:15px;
}

.portfolio-fullwidth-section .content-column h2{
	position:relative;
	color:#1d1d1d;
	font-size:25px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}

.portfolio-fullwidth-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	line-height:1.9em;
	margin-bottom:25px;
}

.portfolio-fullwidth-section .content-column .social-icon-one li{
	margin-left:0px;
	margin-right:12px;
}

.portfolio-fullwidth-section.style-two .content-column .inner-column{
	max-width:600px;
	float:right;
	width:100%;
	padding-left:15px;
	padding-right:60px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	    position: relative;
       padding: 65px 0px 0px 0px;
 
}

.about-section .image{
	    position: relative;
    /* margin-bottom: 10px; */
    /* margin-top: 20px; */
    margin: 10px auto 30px auto;
    width: 73%;
}
}

.about-section .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .title-column h2{
	    position: relative;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.4em;     letter-spacing: .5px;
    margin-bottom: 15px; padding: 0 25px 0 0px;
}

.about-section .title-column h2 a { 	color:#8c8c8c;  }
.about-section .title-column h2 a:hover { 	color:#000; border-bottom: solid 3px #C8B339; }
.about-section .title-column h2 a.active { 	color:#000; border-bottom: solid 3px #C8B339; }

.about-section .title-column .sub-title{
	position:relative;
	color:#777777;
	font-size:18px;
	font-weight:300;
	line-height:1.6em;
}

.about-section .content-column{
	position:relative;
}

.about-section .content-column .text{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .text p{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	line-height:1.8em;
	margin-bottom:20px;
}

/*Blockquote*/

.about-section blockquote{
	position:relative;
	border:none;
	padding:0px;
}

.about-section blockquote:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:99px;
	height:100%;
	display:inline-block;
	background:#f1f1f1 url(../images/icons/quote-icon.png) center center no-repeat;
}

.about-section .blockquote-text{
	position:relative;
	padding:68px 80px;
	color:#333333;
	font-size:18px;
	line-height:1.6em;
	margin-left:110px;
	display:inline-block;
	background-color:#f1f1f1;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding-bottom:60px;
}

.services-section .image{
	position:relative;
	margin-bottom:40px;
}

.services-section .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-section .content-column{
	position:relative;
}

.services-section .content-column h2{
	position:relative;
	color:#111111;
	font-weight:500;
	font-size:39px;
	line-height:1.2em;
	margin-bottom:20px;
}

.services-section .content-column .text{
	position:relative;
}

.services-section .content-column .text p{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:20px;
	font-weight:300;
}

.services-section .blocks-column{
	position:relative;
}

.services-section .blocks-column .inner-column{
	position:relative;
	padding-right:60px;
	margin-top:65px;
}

.services-block{
	position:relative;
	margin-bottom:30px;
}

.services-block .inner{
	position:relative;
	padding:26px 35px 28px;
	border-radius:4px;
	min-height:104px;
	border:1px solid #f5f5f5;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner .content{
	position:relative;
	padding-left:65px;
}

.services-block .inner .content .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	color:#333333;
	font-size:40px;
	line-height:1em;
}

.services-block .inner .content h3{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:500;
}

.services-block .inner .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:100%;
}

.services-block .inner:hover{
	border-color:#f5f4f4;
	background-color:#f5f4f4;
}

/*Services Block Two*/

.services-block-two{
	position:relative;
}

.services-block-two .inner-box{
	position:relative;
	
}

.services-block-two .inner-box .image-column{
	position:relative;
	padding:0px;
}

.services-block-two .inner-box .image-column .image{
	position:relative; height: 465px;
    overflow: hidden;
}

.services-block-two .inner-box .image-column .image img{
	position:relative;
	width:100%;
}


.services-block-two .inner-box .image-column .image2{
	position:relative; height: 470px;
    overflow: hidden;
}

.services-block-two .inner-box .image-column .image2 img{
	position:relative;
	width:100%;
}

.services-block-two .inner-box .image-column .image3{
	position:relative; height: 476px;
    overflow: hidden;
}

.services-block-two .inner-box .image-column .image3 img{
	position:relative;
	width:100%;
}


.services-block-two .inner-box .content-column{
	position:relative;
	padding:0px;
}

.services-block-two .inner-box .content-column .inner-column {
    position: relative;
    padding: 20px;
   height: 476px;
   
    margin-right: 10px; 
 
}

.services-block-two .inner-box .content-column .inner-column3 {
    position: relative;
    padding: 20px;
   height: 476px;
   
    margin-right: 10px; 
 
}


.services-block-two .inner-box .content-column .inner-column2 {
    position: relative;
  padding: 0px 30px 0px 15px;
    height: 476px;
    margin-right: 10px;
 
}


.services-block-two .inner-box .content-column .inner-column2 h4{
	position:relative;
	
	font-size:22px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}


.services-block-two .inner-box .content-column .inner-column h2{
	position:relative;
	
	font-size:25px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}


.services-block-two .inner-box .content-column .inner-column h2.news-heding{
	color:#ffffff;
}

.services-block-two .inner-box .content-column .inner-column h2.news-heding a{
	color:#ffffff;
}


.services-block-two .inner-box .content-column .inner-column h2.film-heading{
	color:#4D4D4D;
}


.services-block-two .inner-box .content-column .inner-column h3{
	position:relative;
	color: #C8B339;
	font-size:16px;
	font-weight:600;
margin-top: -20px;
	margin-bottom:15px;
}



.services-block-two .inner-box .content-column .inner-column h4{
	position:relative;
	
	font-size:22px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}



.services-block-two .inner-box .content-column .inner-column-sec {
    position: relative;
    padding: 0px 15px;
    height: 470px; overflow: hidden;
   
    margin-right: 10px;     display: inline-flex;
 
}


.services-block-two .inner-box .content-column .inner-column3 .text{
	position:relative;
	color:#4D4D4D;
	font-size:15px;
	line-height:1.5em; text-align: justify;
	font-weight:300;  font-family: 'dinregularwebfont'
} 


.services-block-two .inner-box .content-column .inner-column3 .text span a {
    display: block;
    padding-top: 5px; 	color:#4D4D4D;
    font-weight: bold;
}

.services-block-two .inner-box .content-column .inner-column3 .text span a:hover {
 
   	color:#C8B339;
    
}


.services-block-two .inner-box .content-column .inner-column3 .text{
	position:relative;
	color:#4D4D4D;
	font-size:15px;
	line-height:1.5em; text-align: justify;
	font-weight:300;  font-family: 'dinregularwebfont'
} 


.services-block-two .inner-box .content-column .inner-column3 .text span a {
    display: block;
    padding-top: 5px; 	color:#4D4D4D;
    font-weight: bold;
}

.services-block-two .inner-box .content-column .inner-column3 .text span a:hover {
 
   	color:#C8B339;
    
}

.services-block-two .inner-box .content-column .inner-column .filmbio{
	position:relative;     padding: 10px 0px 0px; margin: 10px 0px 20px;
	color:#4D4D4D;
	font-size:13px;
	line-height:1.9em;
	font-weight:300; border-top: solid 1px #ddd;  font-family: 'dinregularwebfont'
}  

/*Services Block Three*/

.services-block-three{
	position:relative;
}

.gita-panel {   margin: 10px 0px 50px 0px;} 


.inner-box{
	position: relative;
   /* background-color: #f7f7f7;*/

   
}

.inner-box .image-column{
	position:relative;
	padding:0px;
}

.inner-box .image-column .image{
	position:relative;
}

.inner-box .image-column .image img{
	position:relative;
	width:100%;
}

.inner-box .content-column{
	position:relative;
	padding:0px;
}

.inner-box .content-column .inner-column{

	    position: relative;
    padding: 70px 65px 60px 60px;
}

.inner-box .content-column .inner-column h2{
	position:relative;
	color:#111111;
	font-size:20px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}

.inner-box .content-column .inner-column .text{
	position:relative;     font-family: 'dinregularwebfont'; text-align: justify;
	color:#777777;
	font-size:14px;
	line-height:1.9em;
	font-weight:300;
}

/*Services Block four*/

.services-block-four{
	position:relative;
	margin-bottom:40px;
	z-index:99;
}

.services-block-four .inner-box{
	position:relative;
	padding: 50px 30px 60px;
	text-align:center;
	background: #f7f8f9;
}

.services-block-four .inner-box .icon-box{
	position:relative;
	color: #0a0a0a;
	font-size: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.services-block-four .inner-box h3{
	position:relative;
	font-size:20px;
	color:#222222;
	font-weight: 500;
	margin-bottom: 10px;
}

.services-block-four .inner-box .text{
	position:relative;
	color:#848484;
	font-size:18px;
	font-weight:300;
	line-height:1.6em;
}

.services-block-four .inner-box .read-more {
	position: relative;
	margin-top: 10px;
	display:  inline-block;
	text-transform: uppercase;
	font-size:  16px;
}


/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:100px 0px 50px;
}

.team-section h2{
	position:relative;
	color:#111111;
	font-size:39px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:42px;
	text-align:center;
}

/*Team Block*/

.team-block{
	position:relative;
	padding:0px;
	margin-bottom:40px;
}

.team-block .inner-box{
	position:relative;
	overflow:hidden;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	bottom:-120px;
	width:100%;
	text-align:center;
	padding:15px 0px 15px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box .image .overlay-box h3{
	position:relative;
	color:#080f0f;
	font-size:15px;
	font-weight:500;
	margin-bottom:0px;
	text-transform:uppercase;
}

.team-block .inner-box .image .overlay-box .designation{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	margin-bottom:6px;
}

.team-block .inner-box .image .overlay-box .social-icon-one li{
	margin:0px 8px;
}

.team-block .inner-box:hover .image .overlay-box{
	bottom:0px;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding-bottom:80px;
}

.clients-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.clients-section .title-column h2{
	position:relative;
	color:#111111;
	font-size:39px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:12px;
}

.clients-section .title-column .text{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	line-height:1.8em;
}

.clients-section .clients-column{
	position:relative;
}

.clients-section .clients-column .owl-dots,
.clients-section .clients-column .owl-nav{
	position:relative;
	display:none;
}

.clients-section .clients-column .image-box{
	position:relative;
	border-radius:4px;
	border:2px solid #f1f1f1;
}

/*** 

====================================================================
	Full Screen Section
====================================================================

***/

.fullscreen-about-section{
	position:fixed;
	left:0px;
	top:120px;
	bottom:0px;
	right:0px;
	overflow-y:auto;
	background-size:cover;
}

.fullscreen-about-section .content-container{
	position:relative;
	max-width:1170px;
	margin:0 auto;
	padding:150px 15px 150px;
}

.fullscreen-about-section .content-container .content{
	position:relative;
	max-width:430px;
	width:100%;
	float:left;
}

.fullscreen-about-section .content-container .content h2{
	position:relative;
	color:#ffffff;
	font-size:40px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:10px;
}

.fullscreen-about-section .content-container .content h3{
	position:relative;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:18px;
	text-transform:uppercase;
}

.fullscreen-about-section .content-container .content .big-text{
	position:relative;
	color:#bfbfbf;
	font-size:18px;
	font-weight:300;
	line-height:1.6em;
	margin-bottom:22px;
}

.fullscreen-about-section .content-container .content .text{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	line-height:1.9em;
}

.fullscreen-about-section .content-container .social-column{
	position:relative;
	right:0px;
	top:0px;
	float:right;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-page-heading {            background-size: 40px;
    position: relative;
    margin: 0 0 0 18px;    }

.news-page-heading h2 {
  
    color: #111111;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}


.news-section{
	position:relative;
	padding:60px 0px 40px;
}

.news-section.with-pt {
	padding-top: 80px;
}

.news-section .title-box{
	position:relative;
	margin-bottom:60px;
	padding-bottom:32px;
	text-align:center;
}

.news-section .title-box:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-25px;
	width:50px;
	border-bottom:2px solid #333333;	
}

.news-section .title-box .subtitle{
	position:relative;
	display:inline-block;
	padding:0px 70px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
	color:#dddddd;
	margin-bottom:15px;	
}

.news-section .title-box .subtitle:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	margin-top:1px;
	width:50px;
	border-bottom:1px solid #dddddd;	
}

.news-section .title-box .subtitle:after{
	content:'';
	position:absolute;
	right:0px;
	top:50%;
	margin-top:1px;
	width:50px;
	border-bottom:1px solid #dddddd;	
}

.news-section .title-box h2{
	position:relative;
	font-size:36px;
	font-weight:700;
	color:#333333;
	line-height:1.2em;	
	margin-bottom:10px;
}

.news-section .title-box h4{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#888888;
	line-height:1.4em;
	text-transform:uppercase;		
}


.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color: rgba(27, 27, 27, 0.62);
}

.news-block .inner-box .image .overlay-box .overlay-content{
	position:relative;
	padding:20px 20px;
	width:100%;
	height:100%;
}

.news-block .inner-box h3 .date{
	position:relative;
	margin-bottom: 20px;
	font-weight:400; font-size: 16px;     min-height: 25px;
}


.news-block .inner-box .news-readmore{
	position:relative;
	margin-top: 25px;      padding-bottom: 5px; text-transform: uppercase; border-bottom:2px solid #111111;
	font-weight:bold; font-size: 13px; color: #111111;
}

.news-block .inner-box .news-readmore a { color: #111111; }
.news-block .inner-box .news-readmore a:hover { color: #C8B339; }




.news-block .inner-box .image .overlay-box .overlay-content .link-box{
	position:absolute;
	left:50%;
	top:50%;
	width:70px;
	height:70px;
	color:#ffffff;
	font-size:22px;
	text-align:center;
	border-radius:50%;
	line-height:66px;
	margin:0 auto;
	display:block;
	margin-left:-38px;
	margin-top:-38px;
	background-color:rgba(255,255,255,0.22);
}

.news-block .inner-box:hover .image .overlay-box{
	opacity:1;
}

.news-block .inner-box .lower-box{
	position:relative;
	padding: 10px 2px 15px;     min-height: 175px;
	/* background-color:#f6f6f6; */
	/* border-top:10px solid #ffffff; */
}

.news-block .inner-box .lower-box h3{
position: relative;
    font-weight: bold;
    font-family: 'dinregularwebfont';
    font-size: 14px;
    min-height: 85px;
}

.news-block .inner-box .lower-box h4{
	position:relative;
   font-weight: bold;
    font-family: 'dinregularwebfont';   font-size: 14px;
	min-height:130px;
}

.news-block .inner-box .lower-box h4 a{
	position:relative;
	color:#111111;
}

.news-block .inner-box h4 .date{
	position:relative;
	margin-bottom: 20px;
	font-weight:400; font-size: 16px;     min-height: 25px;
}


.news-block .inner-box .lower-box h3 a{
	position:relative;
	color:#111111;
}


.news-block .inner-box .lower-box .post-meta{
	position:relative;
}

.news-block .inner-box .lower-box .post-meta li{
	position:relative;
}

.news-block .inner-box .lower-box .post-meta li a{
	position:relative;
	color:#aaaaaa;
	font-size:13px;
}

.news-block .inner-box .lower-box .post-meta li a .icon{
	margin-right:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box:hover .lower-box .post-meta li a .icon{
	color:#222222;
}


/*Our Team*/
.team-page-heading {            background-size: 40px;
    padding: 0px 0 0 50px;
    background: url(../images/icons/Asset-3.png) no-repeat left;
    position: relative;
    margin: 0 0 0 18px;    }

.team-page-heading h2 {
  
    color: #111111;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.our-team{
	position:relative;
	margin-bottom:30px;
}

.our-team .inner-box{
	position:relative;     background: #f4f4f4;
    padding: 10px 0 10px 20px;
}

.our-team .inner-box .image{
	position:relative;
}

.our-team .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}


.our-team .inner-box .lower-box{
	position:relative;
	padding: 10px 2px 15px;
	/* background-color:#f6f6f6; */
	/* border-top:10px solid #ffffff; */
}

.our-team .inner-box .lower-box h3{
	position:relative; text-transform: uppercase;
	font-weight:500;
	font-size:20px; color: #1d1d1d;
}

.our-team .inner-box .lower-box h4{
    position: relative;
    font-weight: normal;
    font-size: 16px;
    margin-top: -5px;
}


.our-team .inner-box .lower-box h3 a{
	position:relative;
	color:#111111;
}



/*** 

====================================================================
	News List Section
====================================================================

***/

.news-list-section{
	position:relative;
	padding:100px 0px;
}

.news-block-two{
	position:relative;
	margin-bottom:50px;
}

.news-block-two .inner-box{
	position:relative;
	background-color:#f6f6f6;
}

.news-block-two .inner-box .image-column{
	position:relative;
}

.news-block-two .inner-box .image-column .image{
	position:relative;
	border-right:10px solid #ffffff;
}

.news-block-two .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-two .inner-box .image-column .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(27,27,27,0.90);
}

.news-block-two .inner-box .image-column .image .overlay-box .link-box{
	position:absolute;
	left:50%;
	top:50%;
	width:70px;
	height:70px;
	color:#ffffff;
	font-size:22px;
	text-align:center;
	border-radius:50%;
	line-height:66px;
	margin:0 auto;
	display:block;
	margin-left:-38px;
	margin-top:-38px;
	background-color:rgba(255,255,255,0.22);
}

.news-block-two .inner-box:hover .image-column .image .overlay-box{
	opacity:1;
}

.news-block-two .inner-box .content-column{
	position:relative;
}

.news-block-two .inner-box .content-column .inner-column{
	position:relative;
	padding:55px 50px;
}

.news-block-two .inner-box .content-column .inner-column .post-info{
	position:relative;
	color:#aaaaaa;
	font-size:13px;
	margin-bottom:5px;
}

.news-block-two .inner-box .content-column .inner-column h3{
	position:relative;
	color:#111111;
	font-size:20px;
	font-weight:500;
	margin-bottom:14px;
}

.news-block-two .inner-box .content-column .inner-column h3 a{
	position:relative;
	color:#111111;
}

.news-block-two .inner-box .content-column .inner-column .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.9em;
	font-weight:300;
	margin-bottom:20px;
}



.news-block-two .inner-box .content-column .inner-column .post-meta{
	position:relative;
}

.news-block-two .inner-box .content-column .inner-column .post-meta li{
	position:relative;
}

.news-block-two .inner-box .content-column .inner-column .post-meta li a{
	position:relative;
	color:#aaaaaa;
	font-size:13px;
}

.news-block-two .inner-box .content-column .inner-column .post-meta li a .icon{
	margin-right:10px;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box:hover .content-column .inner-column .post-meta li a .icon{
	color:#222222;
}

.news-list-section .load-btn{
	padding:9px 27px;
}


/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

/*Blog Single*/

.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .image{
	position:relative;
	margin-bottom:22px;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content{
	position:relative;
}

.blog-single .inner-box .lower-content .post-info{
	position:relative;
    font-size: 12px;
    font-weight: bold;
	font-weight:400;
 margin-bottom:20px;
}
.blog-single .inner-box .lower-content .bm-quote-outer { margin: 10px 0 10px;}
.blog-single .inner-box .lower-content .bm-quote { 	color:#111111; text-align: center; font-size:20px;  font-weight:400;  margin-bottom:5px;  }


.blog-single .inner-box .lower-content h2{
	position:relative;
	font-size:25px;
	font-weight:500;
	color:#111111; text-transform: capitalize;
	
}

.blog-single .inner-box .lower-content h3{
	position:relative;
	font-size:40px;
	font-weight:500;
	color:#111111;
	
}


.blog-single .inner-box .lower-content .premiere  { width: 100%; } 

.blog-single .inner-box .lower-content .premiere p { font-size: 20px; color:#111111;  } 




.blog-single .inner-box .lower-content .the-journey { width: 100%; margin-bottom: 30px; }
.blog-single .inner-box .lower-content .the-journey h2 { position:relative;
	font-size:25px;
	font-weight:500;
	color:#111111;  }
.blog-single .inner-box .lower-content .the-journey ul { margin-bottom: 20px; margin-left: 0px;  }



.blog-single .inner-box .lower-content .the-journey ul li {  color:#111111; text-align: left; font-size:20px; list-style: none; font-weight:400;  margin-bottom:15px;}


.blog-single .inner-box .lower-content .critics-say { width: 100%; }
.blog-single .inner-box .lower-content .critics-say h2 { position:relative;
	font-size:25px;
	font-weight:500;
	color:#111111; }





.news-br {         margin: 0px 0px 10px 0px; }
.news-br h2 {    color:#111111;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    padding: 10px 0px 20px 0px;
    /* text-transform: capitalize; */
    transform: translateY(5px);
    transition: all 0.4s ease-in-out 0s;}


.widget-post{
	    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 190px;
    min-height: 120px; height: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.widget-post:last-child{
	margin-bottom:0px;
	border:0px;
	min-height:80px;
}

.widget-post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	width: 170px;
	 background-color:#e9ebee;
}

.widget-post .post-thumb > a{
	position:relative;
	display:block;
}

.widget-post .post-thumb a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:99;
	opacity:0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
	background-color:rgba(255,255,255,0.50);
}

.widget-post:hover .post-thumb a:before{
	opacity:1;
}

.widget-post .post-thumb .overlay{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:10;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.widget-post .post-thumb .overlay .icon{
	position:relative;
	width:30px;
	height:30px;
	color:#ffffff;
	text-align:center;
	line-height:26px;
	font-size:10px;
	padding-left:3px;
	border-radius:50%;
	display:block;
	margin:0 auto;
	top:50%;
	margin-top:-16px;
	border:3px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.widget-post:hover .post-thumb .overlay{
	opacity:1;
}

.widget-post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.widget-post .text{
	position:relative;
	margin:0px 0px 0px;
	font-weight:500;
	    color: #111111;
    text-align: left;
  font-size: 18px;
    line-height: 24px;
}

.widget-post .text a{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em; 	color:#777;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease; font-family: 'DIN Alternate Bold';
}

.widget-post a,
.widget-post a:hover{
	color:#C8B339;	
}

.widget-post .post-info{
	position:relative; text-decoration: underline;
	font-size:11px;
	color:#C8B339;
	font-weight:600;
	text-transform:uppercase;
}

.widget-post .post-info:before{
	
	left:0px;
	top:1px;
	font-size:12px;
	color:#999999;
	font-weight:300;
	font-family: 'quebec';
}

.grey-back { background: #f7f7f7;     padding-bottom: 40px; }


.watch-trailer {
  background: 0 0;
  border-radius: 2px; 
  color: #C8B339;
  -webkit-border-radius: 2px;
  width: 210px;
    padding: 10px 20px;
  border: 1px solid #C8B339;
    font-weight: bold;
    font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  letter-spacing: 1px; 
}
.watch-trailer:hover {
  background: #C8B339;
  color: #fff;
  border-color: #C8B339
}






.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300; text-align: justify;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text p a{
	color:#222222;
	text-decoration:underline;
}

.blog-single .inner-box .lower-content .text blockquote{
	position:relative;
	color:#111111;
	font-size:18px;
	border:none;
	font-weight:300;
	margin-left:55px;
	padding-left:100px;
	padding-top:16px;
	padding-bottom:20px;
	line-height:1.8em;
	margin-top:30px;
	margin-bottom:30px;
}






.blog-single .inner-box .lower-content .text blockquote:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:73px;
	height:93px;
	text-align:center;
	background:#333333 url(../images/icons/quote-icon-2.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.post-share-options{
	position:relative;
	padding-top:15px;
	margin-top:50px;
	border-top:1px solid #e7e7e7;
}

.post-share-options .share{
	position:relative;
	color:#111111;
	font-size:14px;
	font-weight:400;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:80px;
	margin-bottom:70px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:38px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:25px;
	color:#111111;
	font-weight:500;
	padding-bottom:0px;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:45px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box.reply-comment{
	margin-left:100px;
}

.sidebar-page-container .comments-area .comment-box:last-child .comment .comment-inner{
	margin-bottom:0px;
	padding-bottom:0px;
	border:0px;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#222222;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 40px 110px;
	border-bottom:1px solid #ebebeb;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	color:#111111;
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply .icon{
	font-size:13px;
	margin-right:8px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:86px;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:500;
	color:#111111;
	line-height:16px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:14px;
    margin-top:10px;
	margin-bottom:20px;
    line-height: 1.8em;
	font-weight:300;
	max-width:510px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:13px;
	color:#777777;
	font-weight:300;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}


/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .row{
	margin:0px -50px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
	padding:0px 50px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:18px;
	padding:10px 0px;
	height:48px;
	font-size:15px;
	font-weight:300;
	color:#777777;
	border-bottom:1px solid #dcdcdc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#111111;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 0px;
	color:#777777;
	height:100px;
	font-size:15px;
	resize:none;
	border-bottom:1px solid #dcdcdc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form button{
	margin-top:18px;
	padding:9px 48px 9px;
	font-size:15px;
	font-weight:600;
	text-transform:capitalize;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 32px;
}


.sidebar-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-title h2{
	position:relative;
	color:#111111;
	font-size:20px;
	font-weight:500;
	text-transform:capitalize;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:35px;
	padding:10px 50px 10px 20px;
	border:1px solid #ebebeb;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:55px;
	color:#000000;
	font-weight:300;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:55px;
	width:57px;
	display:block;
	font-size:22px;
	color:#ebebeb;
	line-height:100%;
	background:none;
}






.categories-blog .inner-box{
	position:relative;
}

.categories-blog .inner-box ul{
	position:relative;
}

.categories-blog .inner-box ul li{
	position:relative;
	padding:18px 0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-top:1px solid #e7e7e7;
}

.categories-blog .inner-box ul li:last-child{
	border-bottom:1px solid #e7e7e7;
}

.categories-blog .inner-box ul li a{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#111111;
	padding-left:12px;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.categories-blog .inner-box ul li a:before{
	position:absolute;
	content:'\f0da';
	left:0px;
	top:0px;
	color:#111111;
	font-size:13px;
	font-family: 'FontAwesome';
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

/*Tweet Widget*/

.recent-news .news-widget{
	position:relative;
	padding:22px 0px;
	border-top:1px solid #e7e7e7;
}

.recent-news .news-widget:last-child{
	border-bottom:1px solid #e7e7e7;
}

.recent-news .news-widget .text{
	color:#777777;
	font-size:14px;
	font-weight:400;
	margin-bottom:15px;
}

.recent-news .news-widget .text a{
	color:#111111;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.recent-news .news-widget p{
	margin-bottom:0px;
	color:#9799a9;
	font-size:17px;
	line-height:1.6em;
}

.recent-news .news-widget .days{
	color:#777777;
	font-size:13px;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 23px 8px;
	margin:0px 3px 6px 0px;
	color:#777777;
	text-align:center;
	font-size:14px;
	font-weight:400;
	border:1px solid #d9d9d9;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#111111;
	border-color:#111111;
	color:#ffffff;
}

.contact-banner-section{
	position:relative;
	padding:290px 0px;
	background-size:cover;
	background-position:center center;
}

.contact-banner-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.70);
}

.contact-banner-section h1{
	position:relative;
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.4em;
	text-align:center;
}

/*Contact Section*/

.contact-section{
	position:relative;
	padding:90px 0px 80px;
}

.contact-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .info-column h2{
	position:relative;
	color:#111111;
	font-size:35px;
	font-weight:500;
	margin-bottom:20px;
}

.contact-section .info-column .text{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:300;
	line-height:1.8em;
	margin-bottom:30px;
}

.contact-section .form-column{
	position:relative;
}

.contact-section .form-column h2{
	position:relative;
	color:#111111;
	font-size:25px;
	font-weight:500;
	margin-bottom:18px;
}

/*** 

====================================================================
	contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
}

.contact-form .row{
	margin:0px -50px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
	padding:0px 50px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:18px;
	padding:10px 0px;
	height:48px;
	font-size:15px;
	font-weight:300;
	color:#777777;
	border-bottom:1px solid #dcdcdc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#111111;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 0px;
	color:#777777;
	height:100px;
	font-size:15px;
	resize:none;
	border-bottom:1px solid #dcdcdc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form button{
	margin-top:10px;
	padding:9px 48px 9px;
	font-size:15px;
	font-weight:600;
	text-transform:capitalize;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}


/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:525px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:0px 0px 50px;
}

.services-section .title-box{
	position:relative;
	margin-bottom:60px;
	padding-bottom:32px;
	text-align:center;
}

.services-section .title-box:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-25px;
	width:50px;
	border-bottom:2px solid #333333;	
}

.services-section .title-box .subtitle{
	position:relative;
	display:inline-block;
	padding:0px 70px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
	color:#dddddd;
	margin-bottom:15px;	
}

.services-section .title-box .subtitle:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	margin-top:1px;
	width:50px;
	border-bottom:1px solid #dddddd;	
}

.services-section .title-box .subtitle:after{
	content:'';
	position:absolute;
	right:0px;
	top:50%;
	margin-top:1px;
	width:50px;
	border-bottom:1px solid #dddddd;	
}

.services-section .title-box h2{
	position:relative;
	font-size:36px;
	font-weight:700;
	color:#333333;
	line-height:1.2em;	
	margin-bottom:10px;
}

.services-section .title-box h4{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#888888;
	line-height:1.4em;
	text-transform:uppercase;		
}

.service-style-one{
	position:relative;
	margin-bottom:50px;	
}

.service-style-one .inner-box{
	position:relative;
	display:block;
	padding-left:60px;	
}

.service-style-one .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	line-height:1.1em;
	font-size:38px;
	color:#333333;	
}

.service-style-one .inner-box h3{
	position:relative;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	line-height:1.4em;
	color:#333333;
	margin-bottom:12px;	
}

.service-style-one .inner-box h3 a{
	color:#333333;	
}

.service-style-one .inner-box .text{
	position:relative;
	line-height:1.7em;
	margin-bottom:25px;	
}

.service-style-one .inner-box .more-link{
	position:relative;
	font-size:12px;
}

.service-style-one .inner-box .more-link a{
	position:relative;
	display:inline-block;
	font-size:12px;
	color:#333333;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	border-bottom:1px solid;
}

.service-style-one .inner-box .more-link a:hover,
.service-style-one .inner-box h3 a:hover{
	color:#0074D9;	
}



.social-top { float: right;
    padding: 30px 0px 0px 0px;}

.font16 { font-size: 24px !important; color: #FFFFFF; }
.block-space { margin: 20px 0px;  }
.block-space2 { margin: 0px 0px 20px 0px;  }



.news-box{
	position:relative;     font-family: 'dinregularwebfont';
}



 

.news-box ul{
	position:relative;
}

.news-box ul li{
	position:relative;
     padding: 0px 0px 10px 0px;
    margin-bottom: 5px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	    border-bottom: 1px solid #e7e7e7;
}

.news-box ul li:last-child{
	border-bottom:none;
}

.news-box ul li a{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#ffffff;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.news-box ul li a:hover { color:#C8B339; } 
 
.read-more-news  {  font-size: 14px;
    font-weight: bold;
    color: #C8B339;
    font-family: 'dinregularwebfont'; margin-left: 10px; }    





.read-more-news a {     
    color: #C8B339 !important;
    font-size: 12px !important;
    padding: 5px 0 0 0px !important;
   }  

.read-more-news a:hover {     
    color: #fff !important;;
   }   







.dark-box { background: #000;     } 
.dark-box2 {    background: #efe8dc;
   }


.footer-head {position: relative; }

.footer-head h2{  
    font-size: 20px;
    font-weight: 600;
    line-height: 2.4em;
    margin-bottom: 15px;
border-bottom: solid 1px #333;
}



.box3-quote{     background: url(../images/resource/mic-icon.png) #C8B339 no-repeat;
    background-position: 16px 15px;
    background-size: 20px;
    text-align: justify;
    padding: 10px;
    padding: 56px 35px 10px 35px;
    color: #FFFFFF;
    margin: 14px 0 0 0px;
    height: 59%;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    font-family: 'dinregularwebfont'; } 

.box3-quote span {   /*  display: block;*/
    padding-top: 5px;
    font-weight: bold;
    padding-left: 10px; }
.box3-quote span a {   color: #4d4d4d; }
.box3-quote span a:hover {   text-decoration: underline; }



.box3-quote-mic { }


.slider-sub-heading {  text-align: left; letter-spacing: 0px;  color: #FFFFFF ;   font-family: 'DIN Alternate Bold';
    font-weight: 400;
    font-size: 16px;}
.slider-sub-heading-blk { text-align: left;  letter-spacing: 0px;  color: #000 ;   font-family: 'DIN Alternate Bold';
    font-weight: 400;
    font-size: 16px;}
.footer-text {     position: relative; text-align: justify;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 1.9em;
    font-weight: 300;
    font-family: 'dinregularwebfont'; }


.footer-text2 {     position: relative; 
    color: #4D4D4D;
    font-size: 14px;
    line-height: 1.9em;
    font-weight: 300;
    font-family: 'dinregularwebfont'; }


.boutique-section {
    position: relative;
    padding:  0px;
    
}

.boutique-bot-line {   position: relative; padding: 30px 0px;  display: inline-block;}

.boutique-bot {   position: relative; }
.boutique-bot h2 {     
    font-size: 45px; text-align: center;    font-weight: 500;
    line-height: 1.4em;
     }

.team-btn { position: relative;        margin-top: 10px;          padding: 0px 0 0 50px;background: url(../images/icons/Asset%202.png) no-repeat top left; float: right;     background-size: 45px; }
.team-btn h6 {    font-size:20px; font-weight: bold; font-family: 'dinregularwebfont';        }
.team-btn h6 span { font-size: 14px;
    margin-top: -15px;display: block; }





.cfc-aa-box{
	position:relative;
	    padding: 0px 0px 20px;
}

.cfc-aa-box.with-pt {
	padding-top: 80px;
}

.cfc-aa-box .title-box{
	position:relative;
	margin-bottom:60px;
	padding-bottom:32px;
	text-align:center;
}

.cfc-aa-box .title-box:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-25px;
	width:50px;
	border-bottom:2px solid #333333;	
}

.cfc-aa-box .title-box .subtitle{
	position:relative;
	display:inline-block;
	padding:0px 70px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
	color:#dddddd;
	margin-bottom:15px;	
}

.cfc-aa-box .title-box .subtitle:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	margin-top:1px;
	width:50px;
	border-bottom:1px solid #dddddd;	
}

.cfc-aa-box .title-box .subtitle:after{
	content:'';
	position:absolute;
	right:0px;
	top:50%;
	margin-top:1px;
	width:50px;
	border-bottom:1px solid #dddddd;	
}

.cfc-aa-box .title-box h2{
	position:relative;
	font-size:36px;
	font-weight:700;
	color:#333333;
	line-height:1.2em;	
	margin-bottom:10px;
}

.cfc-aa-box .title-box h4{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#888888;
	line-height:1.4em;
	text-transform:uppercase;		
}



.cfc-aa-block{
	position:relative;
}

.cfc-aa-block .inner-box{
	position:relative;
}

.cfc-aa-block .inner-box .image{
	position:relative;
}

.cfc-aa-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.cfc-aa-block .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color: rgba(27, 27, 27, 0.62);
}

.cfc-aa-block .inner-box .image .overlay-box .overlay-content{
	position:relative;
	padding:20px 20px;
	width:100%;
	height:100%;
}

.cfc-aa-block .inner-box .date{
	position:relative;
	margin-bottom: 20px;
	font-weight:400;
}

.cfc-aa-block .inner-box .image .overlay-box .overlay-content .link-box{
	position:absolute;
	left:50%;
	top:50%;
	width:70px;
	height:70px;
	color:#ffffff;
	font-size:22px;
	text-align:center;
	border-radius:50%;
	line-height:66px;
	margin:0 auto;
	display:block;
	margin-left:-38px;
	margin-top:-38px;
	background-color:rgba(255,255,255,0.22);
}

.cfc-aa-block .inner-box:hover .image .overlay-box{
	opacity:1;
}

.cfc-aa-block .inner-box .lower-box{
	position:relative;
	padding: 0px 2px 15px;
	/* background-color:#f6f6f6; */
	/* border-top:10px solid #ffffff; */
}

.cfc-aa-block .inner-box .lower-box h6{
	position:relative;
text-align: left;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 1.9em;
    font-weight: 300;
    font-family: 'dinregularwebfont';
}

.cfc-aa-block .inner-box .lower-box h3{
	position:relative;
text-align: left;
    color: #4D4D4D;
    font-size: 22px;
    font-weight: 300;
       font-family: 'DIN Alternate Bold';
}


.cfc-aa-block .inner-box .lower-box .post-meta{
	position:relative;
}

.cfc-aa-block .inner-box .lower-box .post-meta li{
	position:relative;
}

.cfc-aa-block .inner-box .lower-box .post-meta li a{
	position:relative;
	color:#aaaaaa;
	font-size:13px;
}

.cfc-aa-block .inner-box .lower-box .post-meta li a .icon{
	margin-right:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.cfc-aa-block .inner-box:hover .lower-box .post-meta li a .icon{
	color:#222222;
}

.line-border { border-bottom: solid 3px #777474;  border-top: solid 3px #777474; position: relative;       padding: 10px 0px 65px;     margin-bottom: 10px; }

.film-rel { position: relative;
    border-bottom: solid 1px #4D4D4D;
    /* border-top: solid 1px #4D4D4D; */
    padding: 0px 0px 20px 0px; }
.film-rel h2 { font-size: 25px; text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px; }
.film-rel p {
        color: #4D4D4D;
    font-size: 13px;
    padding: 0px;
    line-height: 1.9em;
    margin: 0px;
    font-weight: 300;
    font-family: 'dinregularwebfont'; }

.follow-story {     position: relative;
    float: left;
    /* display: unset; */
    line-height: 30px;
    margin-right: 13px;
    margin-top: 5px;}

.follow-story p {     color: #4D4D4D;
    font-size: 13px;
    padding: 0px;
    line-height: 1.9em;
    margin: 0px;
    font-weight: 300;
    font-family: 'dinregularwebfont'; }

.margin-top20 { margin-top: 20px; }

.right-film-rel {  position:relative;  min-height: 450px; height: auto; }
.right-film-dist {  position:relative;  height: auto; }
.film-rel-bottom { bottom: 0px; position: absolute;  }
.synopsis-btn-rel {    position: relative;
    margin-top: 10px;
    padding: 4px 25px 0 45px;
    background: url(../images/icons/synopsis-icon.png) no-repeat top left;
    float: left;
    background-size: 39px; }
.synopsis-btn-rel h6 { font-size: 13px;
    font-weight: bold;
    font-family: 'dinregularwebfont'; }
.synopsis-btn-rel h6 span {
    font-size: 10px;
    margin-top: -7px;
    display: block;
}

.synopsis-btn-rel h6 a { color: #4D4D4D;  }
.synopsis-btn-rel h6 a:hover { color: #C8B339;   }

.castcrew-btn-rel {        position: relative;
    margin-top: 10px;
    padding: 5px 25px 0 38px;
    background: url(../images/icons/cast-crew-icon.png) no-repeat top left;
    float: left;
    background-size: 30px; }
.castcrew-btn-rel h6 { font-size: 13px;
    font-weight: bold;
    font-family: 'dinregularwebfont'; }
.castcrew-btn-rel h6 span {
    font-size: 10px;
    margin-top: -7px;
    display: block;
}



.castcrew-btn-rel h6 a { color: #4D4D4D;  }
.castcrew-btn-rel h6 a:hover { color: #C8B339;   }

.imagegall-btn-rel {     position: relative;
    margin-top: 10px;
    padding: 4px 0 0 38px;
    background: url(../images/icons/image-gallery.png) no-repeat top left;
    float: left;
    background-size: 30px; }
.imagegall-btn-rel h6 { font-size: 13px;
    font-weight: bold;
    font-family: 'dinregularwebfont'; }
.imagegall-btn-rel h6 span {
    font-size: 10px;
    margin-top: -7px;
    display: block;
}


.imagegall-btn-rel h6 a { color: #4D4D4D;  }
.imagegall-btn-rel h6 a:hover { color: #C8B339;   }

.section-rel { padding: 35px 0px 0px 0px; }
.padding-bot40 { padding-bottom: 35px; }


.slide-window {
  /*border:1px solid black;*/
  width:100%;
  height:auto;
 /* background-color:red;*/
  overflow:hidden;
  position:relative;
}

.nav {
	display:block;
	text-indent:-10000px;
	position:absolute;
	cursor:pointer;
}

.info-bar {
  position:absolute;
  bottom:0;
  height:20%;
  background-color: rgba(0,0,0,0.5);
  width:100%;
}

#rightNav,
#leftNav {
	top: calc(50% - 26px);
  position: absolute;
	width:20px;
   height: 70px;
	background-image:url(../images/icons/slider-arrow.png);
	background-repeat:no-repeat;
	z-index:4;/*What does this do?*/
}

#rightNav {
	right:0;
  -webkit-transform: scaleX(-1);
}

#leftNav {
	left:0;
}

.slide-holder {
  width:700%;
  background-color: blue;
  margin-left:0%;
  transition: margin-left 1s;
/*  this is the bit that needs to change to slide the slide*/
}

.slide {
  width:14.28571428571429%;
  height:auto;
  float:left;
}


.slide-holder2 {
  width:800%;
  background-color: blue;
  margin-left:0%;
  transition: margin-left 1s;
/*  this is the bit that needs to change to slide the slide*/
}

.slide2 {
  width:12.5%;
  height:auto;
  float:left;
}



.film-section {
    position: relative;
        padding: 50px 0px 10px 0px;
}

.film-rel-btn {
    bottom: 0px;
    float: right;
}

.film-section-below {
    position: relative;
    padding: 20px 0px 10px 0px;
}


.synopsis {    position: relative;
    padding: 30px 15%;
    border-bottom: solid 2px #4D4D4D;  }

.synopsis p {  padding: 10px 0 0px;    text-align: justify;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 1.9em;
    font-weight: 300;
    font-family: 'dinregularwebfont';}


.synopsis-br {    position: relative;
    padding: 20px 15%;
    }

.synopsis-br p {  padding: 10px 0 0px;    text-align: justify;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 1.9em;
    font-weight: 300;
    font-family: 'dinregularwebfont';}

.social-film-inner { 
	padding: 180px 0 0 0px;
	position: relative;
    float: right;
}

.film-name {
    position: relative;

    padding: 15px 0px;     margin-left: 10px;
}
.film-name h2 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.film-name p {
    color: #4D4D4D;
    font-size: 13px;
    padding: 0px;
    line-height: 1.9em;
    margin: 0px;
    font-weight: 300;
    font-family: 'dinregularwebfont';
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.contact-icon {   color: #C8B339; }

/*About-Us-Page*/

.about-section {
    position: relative;
    padding: 60px 0px 40px;
}




.large-font{     position: relative;      font-family: 'dinregularwebfont';
    font-size: 18px;
    font-weight: normal;    
    text-align: justify;
    line-height: 1.8em;
    margin-bottom: 15px;} 

/*Development*/


.film-dev { position: relative; display: inline-block;}

   
.film-dev h2 { font-size: 25px; text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px; }
.film-dev p {
        color: #4D4D4D;     text-align: justify;
    font-size: 13px;
    padding: 0 0 10px 0px;
    line-height: 1.4em;
    margin: 0px;
    font-weight: 300;
    font-family: 'dinregularwebfont'; }


.page-section {
    position: relative;
    padding: 60px 0px 40px;
}

.page-section-ia-sales {
    position: relative;
    padding: 0px 0px 40px;
}


.page-section-sales {
    position: relative;
    padding: 30px 0px 30px;
}


.page-heading {            background-size: 40px;
    position: relative;
    margin: 0 0 0 18px;    }

.page-heading h2 {
  
    color: #111111;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}


/*Sales*/
.sales-gal{   margin-top: 40px; }
.sales-inner-pg-logo {    margin: 0 auto 20px auto;
   }

.sales-block{
	position:relative;
	margin-bottom:30px;
}

.sales-block .inner-box{
	position:relative;
}

.sales-block .inner-box .image{
	position:relative;
}

.sales-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}


.slider {
  margin: 0 auto;
  max-width: 100%; margin-top: 15px;
}

.slide_viewer {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
 
}

.slide:nth-of-type(2) {
  
}

.slide:nth-of-type(3) {

}

.slide:nth-of-type(4) {
 
}

.slide_buttons {
    left: 0;
    /* right: 20px; */
    padding-right: 10px;
    position: absolute;
    padding-top: 10px;
    right: 0;
    text-align: right;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
	
	.film-dev { margin: 10px 0 0 0px; }
}

.kk-poster {position: relative; background: url(../images/resource/kk-poster.jpg) top center no-repeat; height: 460px; background-size: 100%; }

.hungry-poster {position: relative; background: url(../images/resource/the-hungry-poster.jpg) top center no-repeat; height: 460px; background-size: 100%; }

.mirzya-poster {position: relative; background: url(../images/resource/mirzya-poster.jpg) top center no-repeat; height: 460px; background-size: 100%; }

.film-rel-btn-inner {
        bottom: 0px;
    float: right;
    position: absolute;
    right: 0px;     margin-right: 30px;
}
.synopsis-btn-rel2 {    position: relative; 
    margin-top: 10px;
    padding: 4px 25px 0 45px;
    background: url(../images/icons/synopsis-icon.png) no-repeat top left;
    float: left;
    background-size: 39px; }
.synopsis-btn-rel2 h6 { font-size: 13px;
    font-weight: bold;
    font-family: 'dinregularwebfont'; }
.synopsis-btn-rel2 h6 span {
    font-size: 10px;
    margin-top: -7px;
    display: block;
}

.imagegall-btn-rel2 {     position: relative;
    margin-top: 10px;
    padding: 4px 0 0 38px;
    background: url(../images/icons/image-gallery.png) no-repeat top left;
    float: left;
    background-size: 30px; }
.imagegall-btn-rel2 h6 { font-size: 13px;
    font-weight: bold;
    font-family: 'dinregularwebfont'; }
.imagegall-btn-rel2 h6 span {
    font-size: 10px;
    margin-top: -7px;
    display: block;
}


.imagegall-btn-rel2 h6 a { color: #4D4D4D;  }
.imagegall-btn-rel2 h6 a:hover { color: #C8B339;   }


.synopsis-btn-rel2 h6 a { color: #4D4D4D;  }
.synopsis-btn-rel2 h6 a:hover { color: #C8B339;   }

.castcrew-btn-rel2 {        position: relative;
    margin-top: 10px;
    padding: 5px 25px 0 38px;
    background: url(../images/icons/cast-crew-icon.png) no-repeat top left;
    float: left;
    background-size: 30px; }
.castcrew-btn-rel2 h6 { font-size: 13px;
    font-weight: bold;
    font-family: 'dinregularwebfont'; }
.castcrew-btn-rel2 h6 span {
    font-size: 10px;
    margin-top: -7px;
    display: block;
}



.castcrew-btn-rel2 h6 a { color: #4D4D4D;  }
.castcrew-btn-rel2 h6 a:hover { color: #C8B339;   }

.bottom-div{ position: relative; float: right; min-height: 190px;
}

.kk-trailor { position: relative; }
.kk-trailor img:hover {  opacity: 0.8; }

/*cintsales*/
.cint-outer{     position: relative; 
    height: 465px;
    overflow: hidden;} 
 
.cint-logo { width: 50%; height: 260px; overflow: hidden;  position: relative;  float: left;     padding: 0 15px;  }
.cint-synopsis {    background: url(../images/resource/mic-icon.png) #C8B339 no-repeat;
    background-position: 16px 15px;
    background-size: 20px; width: 50%; height: 260px; overflow: hidden;  position: relative;  float: left;  padding: 45px 15px 0px 15px;  }
.cint-synopsis h2{     position: relative;     color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 10px; margin-top: 15px; } 
.cint-synopsis p {  position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.5em; text-align: justify;
    font-weight: 300;
    font-family: 'dinregularwebfont';}
.read-more { font-weight: bold; }
.read-more a { color: #4d4d4d; }
.read-more a:hover { text-decoration: underline; } 
.box2-awards {    width: 50%; padding: 15px 15px 0px 15px; height: 210px; overflow: hidden;  float: left;    }
.box2-quote{  width: 50%;
    height: 210px;
    margin: 15px 0px 0px 0px;
    background: #f1f1f1;
    padding: 10px;
    color: #4d4d4d;
    font-size: 18px;
    float: left;
    font-family: 'dinregularwebfont'; } 
.box2-quote span {     display: block;
    margin: 15px 0 0px; }

.about-outer { display: inline-block;
    margin: 40px 0px 0px;
    padding: 40px 0px 0px;
    border-top: solid 3px #4d4d4d;}



.news-box-fotter{
	position:relative;     font-family: 'dinregularwebfont';
}



 

.news-box-fotter ul{
	position:relative;
}

.news-box-fotter ul li{
	position:relative;
     padding: 0px 0px 18px 0px;
    margin-bottom: 18px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	    border-bottom: 1px solid #e7e7e7;
}

.news-box-fotter ul li:last-child{
	border-bottom:1px solid #e7e7e7;
}

.news-box-fotter ul li a{
	position:relative;
	font-size:18px; text-align: left;
	font-weight:400;
	color:#4d4d4d;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.news-box-fotter ul li a:hover { color:#C8B339; } 
.margin-top30 { margin-top: 30px;}

/* ==== Main CSS === */
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}


.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  height:100vh;
  background:#000; 
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background:rgba(0,0,0,.50);
  line-height:100vh;
  text-align:center;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#d62828;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  -webkit-animation:ProgressDots 11s both;
          animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  font:30px/50px RalewayB;
  text-transform:uppercase;
  color:#FFF;
  -webkit-animation:fadeOutRight 1s both;
          animation:fadeOutRight 1s both;
  margin:0;
  padding:0;
}

.Modern-Slider .item h5{
  margin:0;
  padding:0;
  font:15px/30px RalewayR;
  color:#FFF;
  max-width:600px;
  overflow:hidden;
  height:60px;
  -webkit-animation:fadeOutLeft 1s both;
          animation:fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3{
  -webkit-animation:fadeInDown 1s both 1s;
          animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  -webkit-animation:fadeInLeft 1s both 1.5s;
          animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  -webkit-animation:Slick-FastSwipeIn 1s both;
          animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#000;}

/* ==== Slider Image Transition === */
@-webkit-keyframes Slick-FastSwipeIn{
    0%{-webkit-transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{-webkit-transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}
@keyframes Slick-FastSwipeIn{
    0%{-webkit-transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{-webkit-transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.gallery-img-reponsive { width: 100%; height: auto;  }



/*@keyframes zoom {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
  }
}*/
#home-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#home-slider-container .container {
  height: 100%;
}
#home-slider-container .container .slider-controls {

  height: 50%;
}
#home-slider-container .container .slider-controls .slider-next, #home-slider-container .container .slider-controls .slider-prev {
  position: absolute;
  margin-top: -20px;
  top: 50%;
  z-index: 9999;
  width: 40px;
  height: 40px;
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  opacity: 0.5;
  text-decoration: none;
}
#home-slider-container .container .slider-controls .slider-next:focus, #home-slider-container .container .slider-controls .slider-prev:focus {
  outline: none;
}
#home-slider-container .container .slider-controls .slider-next:hover, #home-slider-container .container .slider-controls .slider-prev:hover {
  opacity: 1;
}
#home-slider-container .container .slider-controls .slider-next i, #home-slider-container .container .slider-controls .slider-prev i {
  font-size: 100px;
  color: #000;
}
#home-slider-container .container .slider-controls .slider-prev {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: 20px;
  left: 0;
}
#home-slider-container .container .slider-controls .slider-next {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  margin-right: 20px;
  right: 0;
}
#home-slider-container #home-slider {
  height: 100%;
  width: 100%;
  position: relative;
}
#home-slider-container #home-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
#home-slider-container #home-slider .slick-dots li {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
}
#home-slider-container #home-slider .slick-dots li.slick-active:after, #home-slider-container #home-slider .slick-dots li:hover:after {
  background-color: #fff;
}
#home-slider-container #home-slider .slick-dots li button {
  display: none;
}
#home-slider-container #home-slider .slick-dots li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
}
#home-slider-container #home-slider .slider-item {
  position: relative;
  width: 100%;

}
#home-slider-container #home-slider .slider-item img {
  position: ;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 100%;

  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: zoom 15s ease-in-out infinite alternate;
  -moz-animation: zoom 15s ease-in-out infinite alternate;
  -o-animation: zoom 15s ease-in-out infinite alternate;
  -ms-animation: zoom 15s ease-in-out infinite alternate;
  animation: zoom 15s ease-in-out infinite alternate;
}
 
.white-background {     background: #FFFFFF;
    display: grid;  }
.back-br { background-image: url(../images/resource/bm-backround.jpg); }
.cast-back { background: #f7f7f7; margin: 10px 0px 20px; padding-top: 20px;  }
.br-img { padding: 20px 0px; }
.br-logo { display: block;
    margin-left: auto;
    margin-right: auto; }
.bt-header {     line-height: 160px;
    text-align: center; }
.bt-margin {  margin: 40px 0px;} 

.br-box{
	position:relative;     font-family: 'dinregularwebfont';
}

.br-box h2 { position: relative; margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }

.br-box p { margin-bottom: 5px; }

.br-box span a {      font-size: 14px; margin-top: 5px;
    font-weight: bold;
    color: #000;
    font-family: 'dinregularwebfont';
   }
.br-box span a:hover { text-decoration: underline;  }
.left-margin-fifteen { margin-left: 15px; }
.on-netflix { padding: 0px 0px 20px 0px;}