/*
Theme Name: click5-WP
Theme URI: https://www.click5interactive.com/
Description: click5 WordPress Theme
Version: 2.0
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Tags: 1180px fixed width, two columns, widgets
*/


/* Elements */

* { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
ol,ul { list-style: none; }

sup{ vertical-align: super; font-size: 10px; margin-left: 4px;}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	background-image: url("images/bg.png");
	
}

.wrap {
	width: 1180px;
	margin: 0 auto;
}


/* Header */

#header {
	float: left;
	width: 100%;
	height: 150px;
	position: fixed;
	top:0;
	z-index: 100;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
#header.sticky{
	background-color: #000;
	height: 90px;
}

#header .wrap{
	width: 92%;
	margin: 0 4%;;
}

#logo {
	float: left;
	width: 215px;
	height: 78px;
	margin-top: 45px;  
	-webkit-transition-duration: 0.3s;  
	        transition-duration: 0.3s; 
}

#logo a {
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: transparent url("images/logo.png") center center no-repeat;
	background-size: 100% auto;
}
#header.sticky #logo{
	height: 50px;
	width: 150px;
	margin-top: 20px; 
}


/* Phone */

#phone {
	float: right;
	margin-top: 58px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	padding: 15px 20px;
	background-color: #ff4a00;
	text-decoration: none;
	-webkit-transition-duration: 0.12s;
	        transition-duration: 0.12s;
}
#phone:hover {
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}
#header.sticky #phone{
	margin-top: 20px;
}




/* Nav */

#nav {
	float: right;
	width: auto;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	margin-top: 55px;
	margin-right: 10px;
}
#header.sticky #nav{
	margin-top: 15px;
	
}
#nav ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	background: none;
}

#nav ul li a {
	display: block;
	padding: 15px 12px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}
#nav ul li a:focus {
	border: 1px solid #ff4a00;
}
#nav ul li a:after{
	content: "";
	width: 0%;
	display: block;
	background-color: #ff4a00;
	height: 3px;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}	

#nav ul li.current-menu-item a:after, #nav ul li.current_page_parent a:after {
	content: "";
	width: 100%;
	display: block; 
	background-color: #ff4a00;
	height: 3px;
}
#nav ul li li a:after {
	display: none !important;
}
#nav ul li.current-menu-item li a:after, #nav ul li li.current-menu-item a:after, #nav ul li.current_page_parent li a:after {
	display: none;
}
#nav ul li:hover a:after {
	width: 100%;
}

#nav ul li li.current-menu-item li a, #nav ul li li.current-menu-parent li a{
	color: #fff !important;
}
#nav ul li li a:hover,
#nav ul li li li a:hover
#nav ul li li.current-menu-item a,
#nav ul li li.current_page_item a,

#nav ul li li.current-menu-parent a, 
#nav ul li li li.current-menu-item a,
#nav ul li li.current-menu-parent li a:hover{
	color: #ff4a00 !important;
}

/* Drop-Down Menu */
#nav li ul { position: absolute; left: -999em; width: 220px; height: auto; margin: 0; padding:15px 20px 25px; z-index: 999; background:none; margin-left:-10px; background-color: #000; border-radius: 3px; }
#nav li ul li { padding-left: 0; padding-right: 0; background-color:#000;  }
#nav li ul li a, #nav li.current-menu-item ul li a, #nav li.sfHover ul li a { background:none; width: 220px; height: auto; margin: 0; padding: 11px 0 8px 0; color: #fff; font-size: 15px; font-weight: 400; line-height: 20px; text-align: left; background:none;  }
#nav li ul li.sub-nav a, #nav li.current-menu-item ul li.sub-nav a, #nav li.sfHover ul li.sub-nav a { color: #afbd21; }
#nav li ul li a:hover, #nav li.current-menu-item ul li a:hover {   }
#nav li ul ul { margin: -52px 0 0 224px;  }

#nav li ul ul li a { border-bottom: 0; }
#nav li ul ul li a:hover { border-bottom: 0; }
#nav li ul li ul li a {}
#nav li:hover, #nav li.sfHover { position: static; }
#nav li:hover ul ul, #nav li.sfHover ul ul,
#nav li:hover ul ul ul, #nav li.sfHover ul ul ul,
#nav li:hover ul ul ul ul, #nav li.sfHover ul ul ul ul { left: -999em; }
#nav li:hover ul, #nav li.sfHover ul,
#nav li li:hover ul, #nav li li.sfHover ul,
#nav li li li:hover ul, #nav li li li.sfHover ul,
#nav li li li li:hover ul, #nav li li li li.sfHover ul { left: auto; } 


/* Mobile Nav */

#select-nav { display: none; }


/* Hero */
.hero-box{
	width: 100%;
	height: 100vh;
	min-height:740px;
	max-height: 1000px; 
	float: left;
}
.hero-box .wrap{
	width: 90%;
	margin: 0 5%;
	position: relative;
	height: 100%;
}
.hero-box .hero-small{
	height: calc( 100% - 200px );
	width: 45%;
	position: absolute;
	z-index: 10;
	float: left;
	/* background-image: url('images/hero-small.jpg'); */
	background-position: center center;
	background-size: cover;
	top:150px;
	left: 0;
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
}
.hero-box .hero-big{
	height: calc( 100% );
	width: 65%;
	position: absolute;
	z-index: 5;
	float: right;
	overflow: hidden;
	/*background-image:url("images/hero01.jpg");
	background-position: center center;
	background-size: cover;*/
	right: 0;
	top:0;
}
#rev_slider_2_1_wrapper, #rev_slider_2_1{ 
	height: 100% !important;
} 
.hero-box .hero-bottom{
	position: absolute; 
	bottom: 100px; 
	z-index: 20;
	width: 100%;
	float: left;
}
.caption{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	padding: 7px 17px;
	background-color: rgba(0,0,0,0.7);
	letter-spacing: 0px;
	color: rgba(255,255,255,0.9);
	text-align: right;
	max-width: 92%;
}

/* tags */
.addthis_tool.at-above-post{
	margin-top: 15px;
}
.tags{
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.10);
	padding-top: 24px;
}
.tags a{
	font-size: 12px;
	background-color: #333333;
	border-radius: 30px;
	padding: 6px 13px;
	text-decoration: none;
	float: left;
	margin-right: 3px;
	margin-bottom: 4px;
}
.tags a:hover{
	background-color: #ff4a00;
	color: #fff;
}
.tags .tags-title{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	display: inline-block; 
	margin-right: 10px;
	float: left;
	line-height: 25px;
}

/* hero button */
.orange-button{
	margin-left: 3.5%;
	background-color: #ff4a00;
	width: 46%;
	height: 170px;
	float: left;
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
}
.hero-box .orange-button:hover{
	-webkit-transform: scale(0.94);
	        transform: scale(0.94);
}
.orange-button:hover{
	background-position: 110% bottom;
}
.orange-button h3 {
        margin-bottom: 0;
    }

    .orange-button h4 {
        margin-top: 0.5em;
    }
.orange-button .icon{
	float: left;
	width: 170px;
	height: 100%;
	background-image: url('images/icon-send.png');
	background-position: center center;
	background-repeat: no-repeat;	
	-webkit-transition-duration: 0.3s;	
	        transition-duration: 0.3s;
	
}
.orange-button .icon.icon-report{
	background-image: url('images/icon-01b.png');
}
.hero-box .orange-button:hover{
	
}	
.orange-button:hover .icon{
	
}
.orange-button .txt{
	float: left;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 20px;
	margin-top: 55px;
}
.orange-button .txt span{
	color: #fff;
	font-size: 33px;
	display: block;
	font-weight: 600;
}
.orange-button .circle{
	float: left;
	width: 50px;
	height: 50px;
	background-image: url('images/icon-more.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 40px;
	top:calc( 50% - 30px );
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	border-radius: 50%;
	background-color: #000000;
}
.orange-button:hover .circle{
	right: 60px;
}
.orange-button-report{
	
}


.hero-box .headline-txt{
	float: left;
	width: 50%;
}
.hero-box h1{
	font-size: 62px;
	font-weight: 600;
	color: #fff;
	line-height: 59px;
	margin: 15% 0 0 7%;
}
.hero-box .headline-txt h2{
	font-size: 28px;
	font-weight:400;
	color: #fff;
	line-height: 35px;
	margin: 12px 0 0 60px
}

.hero.hero-sub { 
	height: 350px; 
}
.hero .headline{
	text-align:left;
	margin-top:310px;
	float:left;
	width:830px;
}
.hero.hero-sub .headline{ 
	margin-top:150px;	
}
.rev_slider_wrapper{
	z-index: 1 !important;
}
.hero .headline h1, .rev_slider_wrapper h1{
	font-weight:400;
	font-size:28px;
	padding:20px 0 10px 0;
	color:#fff;
	letter-spacing:-3px;
	text-transform:uppercase;
}
.hero .headline h2, .rev_slider_wrapper h2{
	font-weight:400;
	font-size:39px;
	padding:0px 0;
	color:#ababab;
	letter-spacing:-2px;
}
.hero .headline p, .rev_slider_wrapper p{
	font-weight:400;
	font-size:25px;
	line-height:30px;
	padding:0;
	margin:20px 0;
	color:#ababab;
	width:100%;
}
.hero .headline .more a{
	display:inline-block;
	background-color:#9d9d9d;
	padding:9px 40px;
	font-weight:700;
	font-size:20px;
	color:#fff;
	border:1px solid #9d9d9d;
	text-decoration:none;
}
.hero .headline .more a:hover{
	background:none;
	color:#9d9d9d;
}

/* slider */
.fullwidthbanner-container{
	float:left;
	width:100%;
}


/* Content */

h1 {
	margin: 0;
	padding: 20px 0;
    color: #ababab;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
	letter-spacing:-2px;
}
h1.page-title {
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
}

h2 {
	margin: 0;
	padding: 20px 0;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
	letter-spacing:-1.4px;
}
.section{ 
	line-height: 50px;
}
h2 a{
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
	color:#ff4a00;

}
h3 {
	margin: 0;
	padding: 5px 0;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
	letter-spacing:-0.5px;
}
.entry a{
	color: #fff;
}
.entry h3{
	color: #fff;
	font-size: 23px;
	line-height: 39px;
}
.entry iframe{
	width: 100%;
	height: 25vw;
}
.single-post .entry h3{
	font-size: 30px;
	line-height: 41px;
}
.single-post .entry h3:after{
	content: "";
	width: 75px;
	height: 6px;
	display: block;
	background-color:#ff4a00;
	margin-top: 20px;
}
h4 {
	margin: 0;
	padding: 10px 0;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 42px;
	letter-spacing:-1px;
}
.entry h4{
	font-size: 19px;
	letter-spacing: 0;
	font-weight: 500;
	color: #e04b00;
}
p {
	margin: 0;
	padding: 15px 0 15px 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-weight:400;
	text-align:justify;
}

a {
	color: #ffffff;
	font-weight:400;
	text-decoration: underline;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
	color:#ff4a00;
}

a:active, a:focus {
	outline: none;
}

ul {
	margin: 0;
	padding: 4px 0 14px 25px;
}


li {
	margin: 0;
	padding: 5px 0 5px 23px;
	color: #ffffff;
	font-size: 17px;
	line-height: 25px;
	font-weight:400;
	text-align:left;
	list-style:none;
	background-image:url(images/li.png);
	background-position:left 13px;
	background-repeat:no-repeat;
	
}
.entry ol{
	margin-left: 30px;
	
}
.entry ol li{
	background: none;
	padding-left: 8px;
	list-style-type: decimal;
	margin-left: 25px;
	text-align: justify;
}
.entry strong{
	color: #f7f7f7;
}
.entry img{
	max-width: 100%;
	height: auto;
}


p.more a{
	color:#787878;
	padding:9px 0px;
	font-size:18px;
}
p.more a:hover{
	text-decoration:none;
	color:#ff4a00;
}


.line-bottom:after{
	content: "";
	width: 100%;
	margin-top: 25px;
	height: 13px;
	background-color: #ff4a00;
	display: block;
}
.line-bottom2:after{
	content: "";
	width: 95px;
	margin-top: 25px;
	height: 8px;
	background-color: #ff4a00;
	display: block;
}



.content {
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
	width:100%;
	float:left;
}
.contentP{
	padding-top: 25px !important;
}
.content-person{
	padding: 0px 0;
	overflow: hidden;
}
.home .content {
	padding: 80px 0;
}
.home .content p {
	text-align:left;
}

/* breadcrumb */
.breadcrumb{
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
#breadcrumbs{
	width: 47%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb p{
	padding: 5px 0;
	font-size: 14px;
	color: #fff;  
}
.breadcrumb a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.breadcrumb a:hover{
	opacity: 0.5;
}
.breadcrumb .sep{
	font-size: 14px;
	color: #fff;
	margin: 0 7px;
}

/** Breadcrumb style for smaller screens: wrap but keep last item together */
@media only screen and (max-width: 768px) {
	#breadcrumbs {
		white-space: normal;
	}
	#breadcrumbs .breadcrumb_last {
		white-space: nowrap;
	}
}

/* title */
.title{
	float: left;
	width: 100%;
	padding-top: 120px;
	position: relative;
	z-index: 11;
}
.title .wrap{
	position: relative;
}
.title h1,
.title h2{
	color:#fff;
	font-size: 75px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.title h1 a, .title h2 a{
	color:#fff;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer !important;
}
.title h1 a:hover, .title h2 a:hover{
	color:#ff4a00;
}
.title h1.long, 
.title h2.long{
	font-size: 60px;
	line-height: normal
}

.title p.shadow{
	color:#232323;
	font-size: 140px;
	line-height: 90px;
	font-weight: 600;
	position: absolute;
	letter-spacing: -11px;
	bottom: 10px;
	z-index: 0;
	left: -100px;
	pointer-events: none;
}
@media screen and (max-width: 768px){
	.title p.shadow{
		display: none;
	}
}

.subpage-title-container .title p.shadow{
	height: 65px;
	overflow: visible;
	bottom: 29px;
	width: 100%;
	pointer-events: none;
}
.subpage-title-container.subpage-title{
	overflow: visible;
}
.back, .back-b{
	position: absolute;
	right: 0;
	bottom: 50px;
	color: #fff;
	background-color: #232323;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 20px; 
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	width: auto;
	min-width: 90px;
	z-index: 90;
}
.back i, .back-b i{
	color: #ff4a00;
	position:absolute;
	top:13px;
	right: 20px;
}
.back-p{
	margin-top: 30px;
}
.back-p .back-b{
	padding: 9px 20px;
	width: 150px;
	left: 80px;
}
.back-p .back-b i{
	top:7px;	
}

/* about */
#about{
	/* background-image: url('images/bg-about.jpg'); */
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #1a1a1a;
	background-size: cover;
	position: relative;
	z-index: 10;
	margin-top:-28px;
}
#about h2{
	font-size: 45px;
	color: #fff;
	font-weight: 400;
	padding: 170px 0; 
	text-align: center;
}
#about h2 strong{
	color: #ff4a00;
	font-weight: 600;
}
.cols{
	width: 100%;
	float: left;
}
.cols .welcome-text{
	width: 45%;
	float: left;
	padding-right: 55%;
	margin: 50px 0 10px;
}
.cols .welcome-text2{
	width: 100%;
	float: left;
	margin: 50px 0 30px;
}
.section-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 6%;
	grid-row-gap: 20px;
	width: 100%;
	margin-top: 20px;
}

.cols .col{
	width: 48%;
	float: left;
}
.cols .col-last{
	float: right;
}
.cols .section-grid  .col{
	width: 100%;
}
.cols .col p{
	text-align: left;
	font-size: 19px;
	line-height: 30px;
	color: #ffffff;
}
.cols .col p.more a{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
}
.cols .col p.more a:hover{
	color:#ff4a00;
}


/* services */
#services{
	float: left;
	width: 100%;
	
	padding: 0px 0;
}
.home #services{
	background-color: #131313;
	padding-bottom: 50px; 
}	
#services .title p.shadow{
	bottom: 40px; 
	pointer-events: none;
}
#services .wrap-services{
	width: 1372px;
	margin: 0 auto;
	
}
#services .services-box{
	height: 100%;
	background-image: url("images/bg-gradient.png");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: cover;
	float: left;
	margin-top: 40px;
}
#services .item{
	float: left;
	width: calc( 25% - 1px );
	border-right: 1px solid #202020;
	height: 525px;
	position: relative;
	background-position: right bottom;
	overflow: hidden;
	cursor: pointer !important; 
	-webkit-transition-duration: 0.3s; 
	        transition-duration: 0.3s;
}
.home #services .item{
	height: 410px; 
}
#services .item .icon{
	background-image: url('images/icon-01.png'); 
	background-repeat: no-repeat;
	background-position:  left bottom;
	height: 70px;
	width: 100%;
	float: left;
}	
#services .item.i2 .icon{ background-image: url('images/icon-02.png'); }
#services .item.i3 .icon{ background-image: url('images/icon-03.png'); }
#services .item.i4 .icon{ background-image: url('images/icon-04.png'); }
#services .item.i5 .icon{ background-image: url('images/icon-05.png'); }
#services .item.i6 .icon{ background-image: url('images/icon-06.png'); }
#services .item.i7 .icon{ background-image: url('images/icon-07.png'); }
#services .item.i8 .icon{ background-image: url('images/icon-08.png'); } 

.home #services .item:nth-child(-n+4) {
	border-bottom:  1px solid #202020;
}

#services .item:last-child{
	border: none;
}
.home #services .item:nth-child(4){
	border-right: none;
}
#services .item .in{
	margin: 40px 20px 40px 30px;
	float: left;
	position: relative;
	z-index: 10;
	height: calc( 100% - 60px );
}
#services .item h3{
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0;
	height: 90px;
	margin-top: 30px;
	float: left;
	width: 100%;
}
.home #services .item h3{
	font-size: 20px;
	line-height: 24px;
	height: 60px;
}
#services .item p{
	color: #ffffff;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: -0.1px;
	text-align: left;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.home #services .item p{
	line-height: 21px;
	font-size: 16px;
	letter-spacing: -0.5px;
}
#services .item .circle{
	width: 42px;
	height: 42px;
	background-image: url('images/icon-more2.png');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	bottom: 20px;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	border-radius: 50%;
	background-color: #ff4a00;
}
#services .item .more{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 40px 12px 20px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50px;
	position: absolute;
	bottom: 20px;
	background-image: url("images/icon-more3.png");
	background-position: 90% center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
#services .item .apla{
	background-image: url('images/bg-button-vertical.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 453px;	
	position: absolute;
	bottom: -460px;;
	right: 0;
	-webkit-transition-duration: 1s;
	        transition-duration: 1s;
	z-index: 1;
	
}


#services .item:hover{
	background-color: #ff4a00;
	margin-top: -10px;
	height: 545px;
}
.home #services .item:hover{
	height: 420px; 
}
#services .item:hover h3{
	color: #fff;
}
#services .item:hover p{
	color: #000;
	font-weight: 400;
}
#services .item .icon{
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
#services .item.i1:hover .icon{ background-image: url('images/icon-01b.png') !important; }
#services .item.i2:hover .icon{ background-image: url('images/icon-02b.png') !important; }
#services .item.i3:hover .icon{ background-image: url('images/icon-03b.png') !important; }
#services .item.i4:hover .icon{ background-image: url('images/icon-04b.png') !important; }
#services .item.i5:hover .icon{ background-image: url('images/icon-05b.png') !important; }
#services .item.i6:hover .icon{ background-image: url('images/icon-06b.png') !important; }
#services .item.i7:hover .icon{ background-image: url('images/icon-07b.png') !important; }
#services .item.i8:hover .icon{ background-image: url('images/icon-08b.png') !important; }

#services .item:hover .apla{
	bottom: 0;
}
#services .item:hover .more{
	opacity: 1;
	background-color: #000000;
}
#services .item:hover .circle{
	opacity: 0;
} 

/* page-services */
#services.page-services{
	height: auto; 
}
#services.page-services .services-box{
	height: auto;
	background: none;
	background-color: #0e0e0e;
	margin-bottom: 80px;
	width: 100%;
}
#services.page-services .item{
	width: calc( 33.33% - 1px );
	height: 610px;
}
#services.page-services .item.i6,
#services.page-services .item.i7
{
	width: calc( 50% - 1px );
	height: 475px;
}
#services.page-services .item:nth-child(-n+6){
	border-bottom: 1px solid #202020;
}
#services.page-services .item:nth-child(3n){
	border-right:none;
}
#services.page-services .item:hover{
	margin-top: 0;	
}

#services.page-services .item .in{
	margin: 50px 50px 50px;
	display: block;
	width: calc( 100% - 100px ); 
}
#services.page-services .item.item-last{
	width: 100%;
	height: 250px;
}
#services.page-services .item.item-last .in{
	width: calc( 100% - 100px ); 
}
#services .item.item-last .icon{
	width: 7%;
	margin-top: 35px;
}
#services .item.item-last h3{
	width: 18%;
	margin-top: 46px;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	
}
#services .item.item-last p{
	width: calc( 33.33% - 90px );
	float: left;
	margin-left: 90px;
}
#services .item.item-last .buttons{
	width: 20%;
	float: right;
}
#services .item.item-last .circle{
	bottom: 68px;
	float: right;
	right: 0;
}
#services .item.item-last .more{
	bottom: 68px;
	float: right;
	right: 0;
}


#services.page-services .item:hover .icon{
	opacity: 0;
	margin-top: -80px;
}


#services.page-services .item:hover h3{
	margin-top: 15px;
	height: 90px;
}

#services .item .list{
	padding: 0;
	display: none;
}
#services .item:hover .list{
	display: block;
	margin-left: 15px;
}
#services .item .list li{
	color: #fff;
	background: none;
	font-size: 15px;
	line-height: 20px;
	margin: 8px 0; 
	padding: 0;
}
#services .item .list li::before{
	content: "";
	font-family: "FontAwesome";
	margin-right: 10px;
	font-size: 14px;
	margin-left: -14px;
}
#services.page-services .item:hover p{
	display: none;
}




/* page-services-video */
#services.page-services-video .item{
	height: auto;
	min-height: 450px;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
#services.page-services-video h3{
	height: 50px;
	margin-top: 0;
}
#services.page-services-video .item:hover h3{
	height: 50px;
	margin-top: 0;
}
#services.page-services-video .list{
	opacity: 1;
	display: block;
	margin-left: 15px;
	float: left;
	width: calc( 100% - 0px );
}
#services.page-services-video .i1 .list{
	width: calc( 50% - 15px );
}	

#services.page-services-video .item{
	width: 25%;
}
#services.page-services-video .i1{
	width: calc( 50% - 2px );
}
#services.page-services-video .item .list li::before{
	color:#ff4a00;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}	
#services.page-services-video .item:hover .list li::before{
	color:#fff;
}



/* page-services-speker */
#services.page-services-speaker .item, #services.page-services-speaker .item{
	width: calc( 33.33% - 1px ) !important;
	min-height: 380px;
}
.section-quote-3.section-quote-speaker-half{
	background: none;
}
#services.page-services-speaker .i1 .list{
	width: 100%;
}
#services.page-services-speaker .i1 .list{
	line-height: 20px;
	margin: 10px 0;
}
#services.page-services-speaker .item h3{
	margin-bottom: 30px;
	font-size: 21px;
	line-height: 28px;
}


/* videotype */
.videotype{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 2%;

}
.videotype article{
	background-color: #000;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transition-duration: 1s;
	        transition-duration: 1s;
	margin-bottom: 15px;
}
.videotype article:hover{
	box-shadow: 0 10px 30px rgba(0,0,0,1);
	-webkit-transform: scale( 1.03 );
	        transform: scale( 1.03 ); 
}
.video-holder a img{
	width: 100%;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	height: auto;
}
.videotype article:hover a img{
	opacity: 0.75;
}
.video-holder a{
	position: relative;
	width: 100%;
	float: left;
	cursor: pointer;
}
.video-holder a span{
	position: absolute;
	top:calc( 50% - 23px );
	width: 100%;
	text-align: center;
	display: block;
}
.videotype article .play-btn{
	color: #fff;
	font-size: 55px;
	-webkit-transition-duration: 0.6s;
	        transition-duration: 0.6s;
}
.videotype article:hover .play-btn{
	-webkit-transform: scale( 0.9 );
	        transform: scale( 0.9 );
}
.videotype .content-hold{
	float: left;
	width: 84%;
	margin: 5% 8%;
}
.videotype .content-hold h3{
	text-align: left;
	font-size: 21px;
	line-height: 27px;
}
.videotype .content-hold h3:after{
	content: "";
	background-color: #ff4a00;
	height: 4px;
	width: 50px;
	display: block;
	margin: 7px 0;
}
.videotype .content-hold p{
	text-align: left;
	font-size: 16px;
	line-height: 23px;
	padding: 0 0 20px;
}


/* video-why */
.video-why .image-holder{
	display: none;
}
.video-why h2{
	font-size: 25px;
	line-height: 30px;
}
.video-why article{
	position: relative;
}
.video-why article:after{
	width: 85%;
	margin: 0 7.5%;
	height: 3px;
	opacity: 0.5;
	content: "";
	background-color: #ff4a00;
	display: block;
	position: absolute;
	bottom: 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.video-why article:hover:after{
	height: 5px;
	opacity: 1;
}



/* video-player */
.video-player{
	width: 100%;
	height: 450px;
	float: left;
	margin-bottom: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.video-player i{
	position: absolute;
	top:calc( 50% - 30px );
	left: calc( 50% - 30px );
	color: #fff;
	font-size: 80px;
	text-shadow: 0 0 30px rgba(0,0,0,0.15);
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.video-player i:hover{
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}

/* awards */
#awards{
	background-color: #131313;
	float: left;
	width: 100%;
	/* background-image: url('images/bg-awards.jpg'); */
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 340px;
	position: relative;
}
#awards .title p.shadow{
	bottom: 30px;
	pointer-events: none;
}
#awards .orange-button{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 49%;
}
#awards .orange-button .icon{
	background-image: url("images/icon-phone.png");
	
}


/* portfolio */
#portfolio .title{
	background-color: #000000;
	padding-top: 140px;
	overflow: hidden;
}
#portfolio .wrap{
	margin-bottom: -30px;
}
#portfolio .wrap-portfolio{
	width: 1370px;
	height: 700px;
}
#portfolio .portfolio-box{
	float: left;
	width: 100%;
	margin: 70px auto;
}
#portfolio .title p.shadow{
	font-size: 126px;
	pointer-events: none;
}
#portfolio .item{
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
	text-align: center;
	text-decoration: none;
	position: relative;
	background-color: #000;
	-webkit-transition: .3s all;
	transition: .3s all;
}
#portfolio .item .apla{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
#portfolio .item:hover{
	-webkit-transform: scale(0.98);
	        transform: scale(0.98);
}
#portfolio .item:hover .apla{
	opacity: 0.5;
}

#portfolio .item-big{
	height: 850px;
	/* background-image: url("images/b3.jpg"); */
	background-position: center center;
}
#portfolio .item-banner{
	width: 66.25%;
	height: 270px;
	/* background-image: url("images/bg-banner.jpg"); */
	background-position: center center;
	margin-right: 0;
}
#portfolio .item-small{
	height: 270px;
	margin-top: 1.25%;
	/* background-image: url("images/b1.jpg"); */
	background-position: center center;
	background-size: cover;
}
#portfolio .item-small.b2{
	/* background-image: url("images/b2.jpg"); */
	margin-right: 0;
}
#portfolio .item h4{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	font-size: 23px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	width: 100%;
	color: #fff;
	position: absolute;
	top:calc( 50% - 15px );
	z-index: 2;
}
#portfolio .item-banner h4{
	font-size: 45px;
	line-height: 50px;
	top:50%;
	z-index: 2;
	position: absolute;
}
#portfolio .item-banner h5{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	top: 25%; 
	position: absolute;
	z-index: 2;
}
#portfolio .item .download{
	position: absolute;
	bottom: 30px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 2;
}


/* news  */
#news-title .title{ 
	padding-top: 70px; 
}
#news{ 
	float: left;
	width: 100%;
	background: rgb(33,33,33);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(33,33,33,1)), to(rgba(26,26,26,1)));
	background: linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(26,26,26,1) 100%); 
	margin-top: -26px;
	position: relative;
	z-index: 1;
	padding: 90px 0 90px 0;
}
#news .col{
	text-decoration: none;
	cursor: pointer !important;
}
#news .col h3{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
} 
#news .col h3 a{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-decoration: none;
}	
#news .col h3:after{
	content: "";
	width: 65px;
	height: 6px;
	background-color: #e04b00;
	display: block;
	margin-top: 15px;
	border-radius: 2px;
	margin-bottom: -15px;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}
#news .col:hover h3:after{
	width: 100%;
}
#news .col p{
	color: #ffffff;
	line-height: 27px;
	font-size: 16px;
	text-align: left;
}
#news .col p.more-button span{
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
#news .col:hover p.more-button span{
	color:#ff4a00;
}
#news .photo{
	height: 250px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin-bottom: 20px;
	-webkit-transition-duration: 1s;
	        transition-duration: 1s;
}
#news .col:hover .photo{
	opacity: 0.7;
}

/* news page - item wmle_item */
#wmle_container{
	min-height: 100px !important;
}
.wmle_container .wmle_item{
	box-shadow: 0 0 0px rgba(0,0,0,0) !important;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	cursor: pointer !important;
}
.wmle_container .wmle_item:hover{
	box-shadow: 0 0 30px rgba(0,0,0,1) !important;
}
.wmle_container .wmle_item .wpme_image img{
	-webkit-transition-duration: 1s;
	        transition-duration: 1s;
}
.wmle_container .wmle_item:hover .wpme_image img{
	opacity: 0.7;
}
.wmle_container .wmle_item .wmle_post_title::after{
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}
.wmle_container .wmle_item:hover .wmle_post_title::after{
	width: calc( 100% - 50px );
}


/* cols-contact */
.cols-contact{
	margin-top: 10px;
}
.cols-contact .col{
	background-color: #252525;
	width: 49%;
	text-align: center;
	
	padding: 40px 0;
	height: 140px;
}
.cols-contact .col h2{
	font-size: 20px;
	color: #fff;
	letter-spacing: 0;
	font-weight: 600;
}
.cols-contact .col p{
	text-align: center;
	font-size: 18px;
	padding: 0;
}
.cols-contact .col-last{
	background-color: #ff4a00;
	color: #fff;
}
.cols-contact .col-last h2{
	padding: 0;
	margin-top: 40px;
}
.cols-contact .col-last h2 a{
	font-size: 40px;
	font-weight: 500;
	color: #fff;
}
.cols-contact .col-last p{
	font-size: 18px;
	color:#fff;
}
.cols-contact .col-last p a{
	color:#000000;
	font-weight: 500;
}	
.cols-contact .col-last{
	color: #fff;
}


/* contact  */
#contact{
	text-align: center;
	/* background-image: url('images/bg-footer.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #030303;*/
	padding: 30px 0 0px;
}
#contact h2{
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -3px;
}
#contact h2 span{
	display: inline-block;
}
#contact h2 span:after{
	content: "";
	width: 100%;
	height: 10px;
	background-color: #ff4a00; 
	display: block;
}
/* form-footer */
.form-footer{ 
	width: 800px;
	margin: 60px auto;
}
.form-footer br{
	display: none;
}
.form-footer .pole{
	float: left;
	width: 100%;
	margin: 0.5%;
}
.form-footer .pole33{ 
	width: 32.333%;
}
.form-footer .pole50{ 
	width: 49%;
}
.form-footer .pole100{ 
	width: 99%;
}
.form-footer .pole label{
	width: 100%;
	font-size: 12.5px;
	text-transform: uppercase;
	float: left;
	text-align: left;
	margin: 5px;
	color: #fff;
}
.form-footer .pole label span{
	color: #ff4a00;
}
.form-footer input, .form-footer textarea{
	border:1px solid #ffffff;
	color: #fff;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	padding: 20px 24px;
	width: calc( 100% - 50px );
	background: none;
	float: left;
	margin-bottom: 0;
} 
.form-footer input.text-last{
	float: right;
}
.form-footer textarea{
	height: 200px;
	width: calc( 100% - 50px );
}
.form-footer input.text-full{
	width: calc( 100% - 50px );
}
.form-footer .submitbutton{
	position: relative;
	z-index: 1;
	margin-left: calc( 50% - 92px );
	margin-top: -50px;
	color: #fff;
	background-color: #ff4a00;
	width: 184px;
	height: 184px;
	font-size: 20px;
	line-height: 19px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	border-radius: 100px;
	background-image: url('images/bg-button-vertical.png');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	cursor: pointer !important;
	float: none;
	white-space: pre-wrap;
}
.form-footer .submitbutton:hover{
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}
.form-footer .submitbutton .in{
	margin-left: 30px;
}
.form-footer .submitbutton br{
	display: inline-block;
}
.form-footer .submitbutton span{
	font-family: "Arial";
}
.form-footer .info{
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.form-footer .info .color{
	color:#ff4a00;
	margin: 0 8px;
}
.ebd_input{
	display: none;
}


/* bottomLinks */
.bottomLinks{
	background-color: #1b1b1b;
	text-align: center;
	padding: 35px 0;
	float: left;
	width: 100%;
}
.bottomLinks a{
	color: #eee;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
.bottomLinks a:hover{
	opacity: 0.5;
}
.bottomLinks a i{
	color: #e04b00;
	margin-left: 5px;
	margin-right: 20px;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.bottomLinks a:hover i{
	margin-left: 10px;
	margin-right: 15px;
}


/* 3 links */
.links3{
	width: 100%;
	float: left;
	background-color: #1b1b1b;
	text-align: center;	
	display: block;
}
.links3 a{
	display: inline-block;
	padding: 30px 20px;
	text-transform: uppercase;
	font-size: 13px;
	color: #cccccc;
	text-decoration: none;	
} 
.links3 a i{
	color:#e04b00;
	font-size: 15px;
	margin-left: 7px;
	margin-right: 7px;
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}	
.links3 a:hover{
	color:#ff4a00;
}
.links3 a:hover i{
	margin-left: 14px;
	margin-right: 0;
}

/* footer */
#footer{
	 
	 background-image: url('images/bg-gradient-footer.png');
	 background-position: center top;
	 background-repeat: repeat-x;
	 float: left;
	 width: 100%;
}
#footer .address{
	border-bottom: 1px solid rgba( 255,255,255, 0.15 );
	padding: 15px 0 40px;
}
#footer .address, #footer .address a{
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
}
#footer .address a:hover{
	color:#ff4a00;
}
#footer .address .item, #footer .address .sep{
	display: inline-block;
}
#footer .address .sep{
	margin: 0 27px;
}


/* footer - cols */
#footer .cols{
	width: 100%;
	float: left;
	margin: 70px 0;
	text-align: center;
}
#footer .cols .col{
	width: 33.33%;
	float: left;
	padding: 30px 0;
}
#footer .cols .col-newsletter{
	padding-right: 2%;
	width: 33.33%;
}
#footer .cols .col-center{
	width: calc( 32.33% - 2px );
	border-left: 1px solid rgba( 255,255,255,0.15 );
	border-right: 1px solid rgba( 255,255,255,0.15 );
}
#footer .cols .col-social{
	width: 32.33%;
}

#footer .cols .learn{
	text-align: center;
}
#footer .cols .learn a{
	font-size: 16px;
	color: #eee;
	font-weight: 400;
	line-height: 29px;
}
#footer .cols .learn a:hover{
	color:#ff4a00;
}
#footer h3{
	color: #fff;
	margin:20px 0;
	letter-spacing: 0;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
}
#footer .cols .col-center h3{
	
	margin-bottom: 0;
}
#footer .cols .col-social h3{
	
	margin-bottom: 0;
}
#footer h3 strong{
	font-weight: 500;
	color: #ff4a00;
}
.form-newsletter{
	width: 100%;
	margin: 0 auto 0 ;
}
.form-newsletter input{
	border:1px solid #424242;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 18px 24px;
	width: calc( 70% - 50px );
	background: none;
	float: left;
	
	-webkit-appearance: none;
    -moz-appearance: none;
   appearance: none;
   border-radius: 0;
}
.form-newsletter input::placeholder {
	color: #fff;
}
input{
	-webkit-appearance: none;
    -moz-appearance: none;
   appearance: none;
   border-radius: 0;
}
.form-newsletter input.button{
	border:1px solid #ff4a00;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 18px 0;
	width: 30%;
	background-color: #ff4a00;
	float: left;
	text-transform: uppercase;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	margin: 0;
	cursor: pointer;
	
	
	-webkit-appearance: none;
    -moz-appearance: none;
   appearance: none;
   border-radius: 0;
}
.form-newsletter input.button:hover{
	opacity: 0.7;
}

/* footer - social  */
#footer .social{
	width: 100%; 
	float: left;
	text-align: center;
	padding: 40px 0;
}
#footer .social a{
	padding: 8px 20px;
}
#footer .social a svg {
	fill: #fff;
	width: 2rem;
	height: auto;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
#footer .social a:hover svg{
	 -webkit-transform: rotate(20deg); /* Safari 3-8 */
	 transform: rotate(20deg);
	 fill: #787878;
} 

/* footer - bottom */	
#footer .bottom{
	width: 100%; 
	float: left;
	padding: 35px 0;
	border-top:1px solid rgba(255,255,255,0.15);
}
#footer .bottom .col{
	float: left;
	width: 50%;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}
#footer .bottom .col-last{
	text-align: right;
}
#footer .bottom .col a{
	text-decoration: none;
}
#footer .bottom .col a:hover{
	opacity: 0.5;
	text-decoration: underline;
}
#footer .bottom .col span{
	margin: 0 5px;
}

/* col-3 */
.col-3{
	background-image:url(images/bg_content-3.png);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.col-3 .col{
	width:31%;
	float:left;
}
.col-3 .col-center{
	margin:0 3.5%;
}
.col-3 .col h3{
	margin:20px 0 10px 0;
}
.col .photo img{
	width: 100%;
	height: auto;
}




/* subpage-title */
.subpage-title{
	background-color: #000;
	padding-top: 90px;
	width: 100%;
	float: left;
	overflow: hidden;
}
.subpage-title .title{
	margin-bottom: -29px;
}





/* team */
.content-team a{
	float: left;
	width: 24%;
	margin-right: 1.33%;
	text-decoration: none;
	height: 400px;
} 
.content-team a:nth-child(4n){
	margin-right: 0;
}
.content-team a .photo {
	position: relative;
	background-color: #fff;
	float: left;
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: overlay;
	margin-bottom: 20px;
}

.content-team a.lisa .photo{ background-image: url('images/team/lisa.jpg'); } 
.content-team a.deronda .photo{ background-image: url('images/team/deronda.jpg'); } 
.content-team a.chip .photo{ background-image: url('images/team/chip.jpg'); } 
.content-team a.taryn .photo{ background-image: url('images/team/taryn.jpg'); } 
.content-team a.veronica .photo{ background-image: url('images/team/veronica.jpg'); } 
.content-team a.john .photo{ background-image: url('images/team/john.jpg'); } 
.content-team a.ethan .photo{ background-image: url('images/team/ethan.jpg'); } 

.content-team a:hover .photo::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 74, 0, 0.9); /* Orange with 30% opacity */
	mix-blend-mode: multiply; /* Blends the overlay with the image */
}

.content-team a .photo img {
	position: relative;
	z-index: 1;
	width: 100%; /* Ensure the image takes up the full width of its container */
	height: 100%; /* Ensure the image takes up the full height of its container */
	object-fit: cover; /* Simulates background-size: cover */
	object-position: center;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.content-team a:hover .photo img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.content-team a h4{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom: 4px;
	padding-top: 20px;
}
.content-team a h5{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}


/* person */
h3.position{
	color: #fff;
	font-size: 25px; 
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 15px;
}

/* Blog */

.blog{

}
.blog .col{
	margin:20px 0 40px 0;

}
.blog .date{
	float:left;
	width:75px;
	background-color:#d3d3d3;
	text-align:center;
	padding:10px 0;
}

.blog .date .day{
	font-weight:500;
	text-align:center;
	padding:0;
	margin:0;
	font-size:35px;
	color:#fff;
	line-height:40px;
}
.blog .date .my{
	color:#fff;
	font-size:13px;
	font-weight:400;
	line-height:17px;
	margin:0;
	padding:0;
}
.blog .txt{
	float:right;
	width:470px;
	text-align:left;
	color:#fff;
	padding:0px;
	position:relative;
}
.blog .txt h3{
	padding-top:0;
}
p.more-blog{
	clear: both;
    display: block;
    text-align: center;
    width: 100%;
}
.home p.more-blog{
	text-align:center;
}
p.more-blog a{
	text-decoration:none;
	padding:9px 40px;
	font-weight:400;
	border:1px solid #d3d3d3;
}
.more-blog a:hover{
	color:#fff;
	background-color:#d3d3d3;
}


/* Contact */

.contact{
	background-color:#f4f4f4;
}
.contact .item{
	float:left;
	width:230px;
}
.contact h4{
	font-size:18px;
}
.contact p{
	padding-top:0px;
}

.contact .col-last{
	text-align:right;
}
.contact .contact-phone{
	font-size:47px; 
	letter-spacing:-2px;
	padding-top:10px;
	text-align:right;
} 
.home .contact .contact-phone{
	text-align:right;
}

/* service details */
.subpage-title-service{
	height: auto;
	padding: 0;
	background: none;
	margin-top: -210px;
	padding-bottom: 40px;
}
.subpage-title-shadow{
	padding-top: 260px;
}
.subpage-title-service .title{
	padding: 0;
}
.title h1.h2-half, .title h2.h2-half, .title h3.h3-half{
	width: 50%;
}
.title h3.h3-half{
	font-size: 28px;
	line-height: 32px;
}
.title h2 span{
	font-size: 40px;
	display: block;
	margin-top: 33px;
	color: #c6c6c6;
}
.page-template-page-about .subpage-title-shadow{
	padding-top: 235px;
}
.page-template-page-about .subpage-title-service{
	margin-top: -135px;
}

/* subhero */
.subhero{
	width: 50%;
	float: right;
	height: 560px;
	background-image: url("images/subhero.jpg");
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top:170px;
	text-align: center;
}

.subhero-img{
	width: 100%;
	height: inherit;
	position: relative;
	object-fit: cover;
	text-align: center;
}


.page-template-page-about .subhero{
	height: 455px;
	max-width: 730px;
	width: 50%;
	position: absolute !important;
}
.subhero.small{
	height: 480px; 
}

.subhero-bottom .orange-button{
	margin-left: -7%;
	width: 61%;
	margin-top: 10px;
}
.page-template-page-about .subhero-bottom .orange-button{
	
}
.subhero .hero-video{
	text-align: center;
	top: calc( 50% - 45px );
	left: calc( 50% - 45px );
	color:#fff;
	width: auto;
	display: inline-block;
	position: absolute;
}
.subhero .hero-video i{
	color: #fff;
	font-size: 90px;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.subhero .hero-video:hover i{
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}


/* section */
.section{
	width: 100%;
	float: left;
	padding: 70px 0;
	position: relative;
}
.section-city{
	background-image: url('images/bg-city.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
.section-dark{
	background-color: #131313;
}
.section-button{
	padding: 30px 0 40px 0;
}
.section-button .section-banner{
	height: 100%;
}

.section h2{
	font-size: 32px;
	line-height: 45px;
	padding: 10px 0 20px; 
}
.cols-contact-txt{
	margin-top: 40px;
}	
.cols-contact-txt h2, .cols-contact-txt h3{
	font-size: 18px; 
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0; 
	margin: 0;
	padding: 0;
	color: #ffffff;
}
.cols-portfolio h2{
	font-size: 29px;
	line-height: 35px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

.full-column h3 {
	font-size: 22px;
	line-height: 34px;
	padding: 10px 0px; 
	color: #fff;
}

.section h3, .section h3 a{
	font-size: 22px;
	line-height: 34px;
	padding: 10px 0px; 
	opacity: 1;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}	
.section.section-standard h3{
	opacity: 1;
}
.section h4{
	font-size: 19px;
	line-height: 33px;
	font-weight: 400;
	letter-spacing: 0;
}
.section h4.subtitle{
	margin-top: -5px; 
	padding-top: 0;
	color: #fff;
	font-size: 22px;
}
.section h5{ 
	font-size: 20px; 
	color: #e04b00;
	line-height: 33px;
	font-weight: 400;
	letter-spacing: 0;
}
.section ul{
	margin-top: 20px;
}
.section .welcome-text2  ul{
	margin-top: 0;
} 
.section .cols .col li{
	font-size: 18px;
}
.section .cols .col li a{
	color:#fff;
	text-decoration: none;
}
.section .cols .col li a:hover{
	color:#ff4a00;
}
.section .cols .col p{
	font-size: 18px;
}

.section-banner{
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc( 50% - 37px );
	height: 330px;
	background-image: url("images/banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
}
.section-banner-purpose{
	height: 300px; 
	background-image: url("images/banner-purpose.jpg");
}
.section-banner-left{
	left: 0;
	
}

.section-banner .in{
	margin: 3% 8%;
}
.section-banner h3{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.section-banner h3:after{
	width: 100%;
	content: "";
	background-color: #fff;
	height: 4px;
	display: block;
}
.section-banner h4{
	position: absolute;
	bottom: 8%;
	font-weight: 600;
	font-size: 50px;
	line-height: 44px;
	text-transform: uppercase;
	color:#fff;
}
.section-banner-purpose h4{
	font-size: 40px;
}
.section-banner .circle{
	width: 50px;
	height: 50px;
	background-image: url('images/icon-more.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	bottom: 10%;
	right: 8%;
	background-color: #000;
	border-radius: 50%;
}


.section-banner-contact{
	background: none;
	background-color: #ff4a00;
	background-image: url("images/bg-button-vertical.png");
	background-position: 125% bottom;
	background-repeat: no-repeat;
}
.section-banner-contact h3{
	color:#fff;
	font-size: 40px;
	line-height: 30px;
	position: absolute;
	bottom: 50px;
}
.section-banner-contact h3 span{
	color: #050708;
	font-size: 20px;
	display: block;
}
.section-banner-contact h3:after{
	display: none;
}
.section-banner-contact .circle{
	bottom: 50px;
} 
.section-banner-contact .icon{
	background-image: url("images/icon-phone.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	margin-top: 50px;
} 


.section-video{
	background-color: #0d0d0d;
}
.section-video-top{
	margin-top: 80px; 
}
.section-video-2{
	background-color: #1a1a1a;
}
.section-video .col-txt{
	width: 60%;
	float: left;
}
.section-video .col-photo{
	width: 40%;
	float: left;
}
.section-video .col-txt h3{
	margin-bottom: 30px;
	font-size: 35px;
	line-height: 45px;
	color: #fff;
}
.section-video .col-photo img{
	margin-top: -190px;
	margin-bottom: -200px;
	max-width: 100%;
	height: auto;
	
}



.section-about.section .cols{
	width: 100%;
	float: left;
}
.section-about.section .col{
	float: left;
	width: 47%;
}
.section-about.section .col-last{
	float: right;
}
.section-about.section.section-team .col-photo{
	width: 50%;
}
.section-about.section.section-team .col-photo img{
	width: 100%;
}
.section-about.section.section-team .col-last{
	width: 44%;
	margin-top: 240px;
}

.section .col-li-points{
	padding-top: 10px;
}
.section .col li{
	line-height: 28px;
	padding-bottom: 15px;
}
.section .welcome-text2 .col ul li{
	padding-bottom: 10px;
}
.section .col li strong{
	color: #fff;
}

/* report-apla */
.report-apla{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	z-index: 100;
	display: none;
}

.report-apla .box{
	background-color: #1e1e1e;
	width: 1050px;
	margin: 0 auto;
	margin-top: calc( 50vh - 220px );
	position: relative;
	padding: 30px 0;
}
.report-apla .box h2:after{
	content: "";
	height: 5px;
	width: 80px;
	background-color: #ff4a00;
	display: block;
	margin: 20px auto 0 ;
}
.report-apla .box .in{
	float: left;
	width: 100%;
	text-align: center;
}
.report-apla .box .in p{
	text-align: center;
	padding: 0;
}
.report-apla .clear{
	width: 100%;
	clear: both;
	display: block;
}
.report-apla .form-footer{
	margin: 20px auto;
}
.report-apla .box .close{
	position: absolute;
	top:30px;
	right: 20px; 
	font-size: 18px;
	font-weight: 400;
	width: 30px;
	height: 30px;
	cursor: pointer;
	
}
.report-apla .form-footer .button{
	background-color: #ff4a00;
	border: none;
	width: 200px;
	margin: 0 auto;
	float: none;
	position: relative;
	left: 10px;
	cursor: pointer;
}
#download, .download{
	cursor: pointer;
}

/* subhero - video */
.subhero-video {
	overflow: hidden;
	background: none;
}
.subhero-video iframe{
	width: 100%;
	height: 600px;
}
.subhero video{
	height: 100%;
	float: left;
}
.page-template-page-about-php .subhero video{
	height: auto;
	width: 100%;
}

/* quote */
.section-quote{
	padding: 0;
}
.section-quote .quote{
	font-size: 27px;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}
.section-quote  .in{
	background-color: #ff4a00;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 30px 30px;
}
.section-quote .quote:before{
	float: left;
	content: "";
	width: 100px;
	height: 70px;
	background-image: url('images/q.png');
	background-position: center center;
	background-size: 100% auto;
	opacity: 0.1;
	margin-right: -100px;
	margin-top: -30px;
}
.section-quote .sign{
	text-align: center;
	font-size: 15px;
	color: #fff;
	opacity: 0.75;
	font-weight: 400;
	text-transform: uppercase;
}



/* quote - 2 */
.section-quote-2{
	padding: 0;
}
.section-quote-2 .quote{
	font-size: 23px;
	text-align: left;
	letter-spacing: -0.5px;
	color: #fff;
	line-height: 42px;
}
.section-quote-2  .in{
	width: 900px;
	margin: 0 auto;
	padding: 50px 30px 30px;
}
.section-quote-2 .quote:before{
	float: left;
	content: "";
	width: 100px;
	height: 70px;
	background-image: url('images/q.png?v=1');
	background-position: center center;
	background-size: 100% auto;
	margin-right: -50px;
	margin-top: -30px;
	background-repeat: no-repeat;
}
.section-quote-2 .sign{
	text-align: left;
	font-size: 15px;
	color: #fff;
	opacity: 1;
	font-weight: 400;
	margin-top: 10px;
	text-transform: uppercase;
}
.section-quote-speaker .in{
	width: 1180px;
}


/* section-quote-3 */
.section-quote-3{
	background-color: #0d0d0d;
	padding: 20px 0 40px;
}
.section-quote-3-light{
	background-color: #1a1a1a;
	padding-bottom: 50px;
}
.section-quote-3 .in{
	width: calc( 50% - 50px );
	float: left;
	padding: 50px 50px 30px 0;
}
.section-quote-3 .quote{
	font-size: 21px;
}
.section-video .ebook{
	-webkit-transform: rotate(4deg);
	        transform: rotate(4deg); 
	position: relative;
	z-index: 10;
	text-align: center;
	
}
.section-video .ebook img{
	margin-top: -160px;
}

/* quote - big */
.section-quote-big{
	padding: 30px 0;
}
.section-quote-big .quote{
	font-size: 32px;
}
.section-quote-big  .in{
	width: 900px;
}

/* info-list */
.section-info{
	border-top: 1px solid rgba(255,255,255,0.1);
	width: 100%;
	padding: 30px 0;
	margin-top: 40px;
}
.entry ol.info-list  li{
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

/* vide types */
.video-types{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 5%;
	width: 100%;
	margin-top: 20px;
}	
.video-types .item{
	height: 330px;
	background-image: url('images/v1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 105% auto;
	position: relative;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.video-types .item .apla{
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.video-types .item.i1{ background-image: url('images/v-1.jpg'); }
.video-types .item.i2{ background-image: url('images/v-2.jpg'); }
.video-types .item.i3{ background-image: url('images/v-3.jpg'); }
.video-types .item.i4{ background-image: url('images/v-4.jpg'); }
.video-types .item.i5{ background-image: url('images/v-5.jpg'); }
.video-types .item.i6{ background-image: url('images/v-6.jpg'); }




.video-types .item{
	background-size: 100% auto;
}
.video-types .item:hover .apla{
	opacity: 0.2;
}
.video-types .item h3{
	position: absolute;
	top: 48%;
	text-align: center;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #fff;
}
.video-types .item p{
	position: absolute;
	bottom:0;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}




/* section about - team */

.section-about.section .orange-button{
	width: 100%;
	margin-left: 0;
	margin-top: 80px;
	margin-bottom: -150px;
	position: relative;
	z-index: 1;
}
.section-about.section .orange-button .icon{
	background-image: url('images/ik-brand.png');
	margin-left: 30px;
}
.section-about.section .orange-button .txt{
	width: 370px;
	margin-left: 20px;
	line-height: 33px;
}
.section-about.section .orange-button .txt span{
	font-weight: 400;
	text-transform: none;
}
.section-about.section .orange-button .txt span strong{
	font-weight: 600;
}
.section-about.section .orange-button .txt-description{
	width: 250px;
	float: left;
	margin-top: 34px;
}
.section-about.section .orange-button .txt-description p{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 24px;
}


/* section about -  banners */
.section-banners{
	margin-top: 80px;
}

.section-about.section-banners .col{
	width: 50%;
	height: 390px;
}
.section-banners .col-photo{
	/* background-image: url('images/about-baner3.jpg'); */
	background-position: left center;
	background-repeat: no-repeat;
}
.section-banners .col-photo2{
	/* background-image: url('images/about-baner4.jpg'); */
	background-position: right center;
}
.img-photo2{
	width: 100%;
	height: inherit;
}
.section-banners .col .in{
	float:right;
	width: 540px;
	margin-right: 50px;
	margin-top: 50px;
}
.section-banners .col-last .in{
	float:left;
	margin-left: 50px;
}
.img-last{
	width: 100%;
	height: inherit;
}

/* section-logos */
.section-logos{
	padding: 50px 0;
}
.section-logos h3{
	font-size: 20px;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: 400;
}
.section-logos .logos div {
	width: 20%;
	float: left;
	text-align: center;
	padding: 30px 0;
	text-decoration: none;
}

.section-logos .logos div img{
	width: 100%; 
	height: auto;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}

.ctitle{
	font-size: 15px;
	text-decoration: none;
	line-height: 1.35;
	margin-top: 15px;
	padding: 0 5%;
	text-align: center;
}

/* section-carrer */
.section-carrer{
	/* background-image: url("images/about-carrer.jpg"); */
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
	padding: 130px 0;
}
.section-carrer .wrap{
	width: 900px;
}
.section-carrer h3{
	font-size: 42px;
	font-weight: 400;
}
.section-carrer p{
	text-align: center;
	color: #fff;
}
.section-carrer p.more a{
	border: 1px solid #fff;
	border-radius: 40px;
	padding: 12px 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
}
.section-carrer p.more a i{
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.section-carrer p.more a:hover{
	background-color: #fff;
	color: #000;
}
.section-carrer p.more a:hover i{
	margin-left: 15px;
}	


/* button */
.button{
	padding: 10px 30px;
	background-color: #ff4a00;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
	margin: 15px 0;
}
.filter-select .button{
	background: none !important;
}

/* Post */

.post{
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
}
.post h2{
	font-size:40px;
}
.post .more-blog{
	text-align:left;
	margin:10px 0 20px 0;
}
.post .more-blog a{
	padding:9px 25px;
}


/* Pagination */

.pagination {
	clear: both;
	display: block;
	margin: 0 0 5px 0;
	padding: 25px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom:30px;
}

.pagination a { 
	margin: 2px;
	padding: 7px 12px;
	color: #989898;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.pagination a:hover { 
	color: #fff;
	text-decoration: none;
	background: #ddd;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.pagination a:hover strong { color: #fff; }

.pagination .on { 
	margin: 2px;
	padding: 7px 12px;
	color: #fff;
	font-weight: 600;
	background: #ddd;
	border: 1px solid #ddd;
	border-radius: 5px;
}


/* Col */
.person-col{
	float: left;
	width: 100%;
	position: relative;
}
.single .content-person{
	margin-top: -50px; 
}
#col-left {
	float: left;
	width: 735px;
	margin-left: -85px;
	padding:0px 85px 50px;
	background-color: #0f0f0f;
	margin-bottom: 40px;
	min-height: 830px;
}
#col-left:before {
	width: 200px;
	height: 13px;
	background-color: #ff4a00;
	content: "";
	display: block;
}
#col-left .in{
	float: left;
	width: 100%;
	margin-top: 40px;
}


#col-right {
	float: right;
	width: 390px;
	position: absolute;
	top:0;
	right: 0;
}
#col-right .banner{
	margin-bottom:20px;
}
#col-right .photo img{
	width: 100%;
	height: auto; 
}
#col-right .passion{
	float: left;
	margin-left: 60px;
	margin-top: 20px;
}
#col-right .passion h4{
	color: #e04b00;
	font-size: 22px;
}
#col-right .orange-button{
	width: 100%;
	height: 220px;
	margin-left: 0;
	margin-top: 20px;
}
#col-right .orange-button:hover{
	background-position: 150% bottom;
}
#col-right .orange-button .icon{
	height: 120px;
	background-size: auto 80px;
}
#col-right .orange-button .txt{
	margin-top: 10px;
	margin-left: 35px;
	width: 90%
}
#col-right .orange-button .txt small{
	font-size: 19px;
}	
#col-right .orange-button .txt span{
	font-size: 24px;
	max-width: 77%;
}
#col-right .orange-button .circle{
	bottom: 35px;
	right: 35px;  
	top:auto;
	width: 45px;
	height: 45px;
	background-size: 100% auto;
}
#col-right .orange-button-report .icon{
	height: 115px;
}
#col-right .orange-button-report .txt span{
	font-size: 24px; 
}


/* social - col right */
#col-right .social{
    margin-left: 60px;
    margin-top: 40px;
}
#col-right .social a {
    color: #fff;
    margin-right: 21px;
    font-size: 22px;
}
#col-right .social a:hover {
    opacity: 0.5;
}

/* Widgets */

.widget{
}
.widget h2{
	font-size:30px;
	padding:20px 0 10px 0;
	font-weight: 400;
	letter-spacing: -1px;
	color: #fff;
}
.widget h2::after{
	content: "";
	width: 75px;
	height: 6px;
	display: block;
	background-color: #ff4a00;
	margin-top: 15px;
}
.widget ul{
	padding:5px 0 15px 0;
}
.widget li{
	padding:13px 0 13px 20px;
	text-align:left;
	background-position: left 20px;
}
.widget li a{
	text-decoration:none;
	color: #c4c4c4;
	font-size: 16px;
	line-height: 25px;
}
.widget li a:hover{
	text-decoration:underline;
}

.widget_search{
	padding:15px 0;
	float: left;
    margin-bottom: 20px;
}
.widget_search label{
	font-size:30px;
	font-weight:400;
	color:#ababab;
	display:block;
	line-height: 32px;
}
.widget_search input{
	font-size:15px;
	font-weight:400;
	font-family:"Montserrat";
}
.widget_search input#s{
	padding:6px 9px;
	width:280px;
	border:1px solid #ddd;
	margin:5px 0;
}
.widget_search input#searchsubmit{
	display:inline-block;
	background-color:#9d9d9d;
	padding:9px 40px;
	font-weight:700;
	color:#fff;
	border:1px solid #9d9d9d;
	text-decoration:none;
	cursor:pointer;
}
.widget_search input#searchsubmit:hover{
	background:none;
	color:#9d9d9d;
}
.tagcloud a{
	padding:3px 0;
	display:inline-block;
	color: #c4c4c4;
}



/* Awards */
.content-awards .item{
	background-image: url('images/laur.png');
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	width: 25%;
	height: 200px;
	text-align: center;
}
.content-awards .item p{
	text-align: center;
}
.content-awards .item h3{
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 21px;
	margin-top: 15px;
}
.content-awards .item h4{
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-style: italic;
	opacity: 1;
}
.content-awards .item h5{
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	max-width: 210px;
	margin: 0 auto;
}
.content-awards .item p{
	color:#fff;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	padding: 0;
	max-width: 195px;
	margin: 3px auto;
	opacity: 1;
}

/* content-reports */
.content-reports .wrap{
	width:1394px;
}

.content-reports .item {
    margin: 14px;
    float: left;
    width: calc( 33.33% - 28px );
    background-color:  #0f0f0f;
    text-decoration: none;
    position: relative;
    height: 590px;

}

.content-reports .item-report{
	cursor: pointer; 
}
.content-reports .item:hover{
	box-shadow: 0 0 40px rgba(0,0,0,0.5);
}
.content-reports  .item .item-head{
	background-color: #000;
	padding: 10px 30px;
	background-image: url('images/logo.png');
	background-position: calc( 100% - 30px ) center;
	background-repeat: no-repeat;
	background-size: auto 30px;
	height: 70px;
	position: relative;
	overflow: hidden;
}
.content-reports  .full{
	font-size: 12px;
	letter-spacing: -0.25px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ff4a00;
	color: #fff;
	margin-top: 24px;
	padding: 10px 10px 7px;
	text-align: right;
	z-index: 10;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.content-reports  .full:hover{
	opacity: 0.75;
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}
.item-in-first{
	text-decoration: none;
}
.content-reports  .item.item-first{
	text-decoration: none;
}
.content-reports  .item.item-first .item-head{
	background-position: 30px center;
}
.content-reports  .item .item-head h3{
	color:#e04b00;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 0;
	margin-top: 12px;
	text-decoration: none;
}
.content-reports  .item .item-head h4{
	color:#fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-transform: uppercase;
}
.content-reports  .item .item-title{
	padding: 0 30px;
	height: 190px;
}
.content-reports  .item h2{
	font-size: 29px;
	font-weight: 500;
	color: #fff;
	padding: 30px 0 20px;
	margin: 0;
	letter-spacing: 0;
}
.content-reports  .item .item-title h3{
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	line-height: 22px;
}
.content-reports  .item .item-title h4{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	line-height: 19px;
}
.content-reports  .item .item-photo{
	background-image: url('images/reports/1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	width: 100%;
	float: left;
	height: 170px;
	position: relative;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.content-reports .item:hover .item-photo{
	background-size: 110% auto;
}
.content-reports  .item .item-photo:after{
	content: "";
	width: 100%;
	height: 170px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)), to(rgba(0,0,0,0.3)));
	background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
	position: absolute;
	bottom: 0;
	float: left;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.content-reports  .item:hover .item-photo:after{
	opacity: 0.5;
}
.item-first{
	position: relative;
}
.content-reports  .item.item-first .item-photo{
	height: 245px;
	background-image: url('images/reports/0.jpg');
	background-position: center bottom;
}
.content-reports  .item.item-first .item-photo h2{
	padding: 0 30px;
	font-size: 26px;
	line-height: 32px;
}
.content-reports  .item.item-first .item-photo h2 strong{
	color: #e04b00;
}
.content-reports  .item .item-description{
	padding: 30px;
	float:left;
	width: calc( 100% - 60px );
}
.content-reports  .item .item-description p{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	color: #9c9c9c;
	text-align: left;
}
.content-reports  .item .item-border{
	width: calc( 100% - 60px );
	margin: 0 30px;
	height: 2px;
	opacity: 0.2;
	background-color: #e04b00;
	position: absolute;
	bottom: 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.content-reports .item:hover .item-border{
	height: 6px;
	opacity: 1;
}


/* filters */
.filters{
	width: 100%;
	float: left;
}
.filters .input{
	width: calc( 40% - 2px );
	border: 1px solid rgba(255,255,255,0.2);
	float: left;
	margin-right: 1%;
	overflow: hidden;
	position: relative;
	height: 54px;
}
.filters .input:after{
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	right: 20px;
	top:17px;
	color: #e04b00;
	pointer-events: none;
}
.filters .input select{
	-webkit-appearance: none;
    -moz-appearance: none;
   appearance: none;
	background: none;
	border: none;
	width: calc( 100% + 50px );
	padding: 17px 0px;
	margin-bottom: 0;
	color: #fff;
	height: 54px;
	margin-left: 20px;
}
.filters .input-button{
	background-color: #e04b00;
	width: 18%;
	text-align: center;
	color: #fff;
	float: left;
	padding: 20px 0;
	font-size: 15px;
	text-transform: uppercase;
}
.filters .button-group .button{
	background: none; 
}
.filters .filter-select, .filters .filter-select .button {
	-webkit-appearance: none !important;
	-moz-appearance: none!important;
	appearance: none !important;
}

.filters .filter-select .button {
	background-color: #232323 !important;
	color: #fff !important;
}

/* .content-portfolio */
.content-portfolio{
	padding-top: 0;
}
.content-portfolio .wrap{
	width:1394px;
	-webkit-transition-duration: 1s;
	        transition-duration: 1s;
}
.content-portfolio .item{ 
	float: left;
	width: calc( 33.33% - 28px );
	height: 400px;
	margin: 14px;
	background-image: url("images/portfolio/1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	text-decoration: none;
	position: relative;
	background-color: #e04b00;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: overlay;
}
.content-portfolio .item .photo{ 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}
.content-portfolio .item .photo:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)), color-stop(49%, rgba(0,0,0,0.4)), to(rgba(0,0,0,0.15)));
	
	background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 49%, rgba(0,0,0,0.15) 100%);
	content: "";
}
.content-portfolio .item:hover .photo{ 
	opacity: 0.15;
}
.content-portfolio .item .photo img {
	width: 100%; /* Ensure the image takes up the full width of its container */
	height: 100%; /* Ensure the image takes up the full height of its container */
	object-fit: cover; /* Simulates background-size: cover */
	object-position: center;
}

.content-portfolio .item.nohover {
	background-color: #000;
}
.content-portfolio .item.nohover:hover .photo {
	opacity: 1;
}
.content-portfolio .item .in{ 
	position: absolute;
	top:45%;
	width: 100%;
}
.content-portfolio .item .item-title{ 
	font-size: 26px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	width: 85%;
	margin: 0 auto;
}
.content-portfolio .item .item-client{ 
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	margin-top: 15px;
}
.content-portfolio .item .item-more{ 
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	position: absolute;
	bottom: 20px;
	text-align: center; 
	text-transform: uppercase;
	font-size: 13px;
	width: 100%;
	display: none;
}





/* section-margin-minus */
.section-margin-minus{
	margin-top: -30px;
	padding-top: 0;
}

.section-margin-minus-80-padding{
	margin-top: -80px;
	padding-top: 0;
}
.section-margin-minus-50{
	margin-top: -50px;
}
.section-margin-minus-70{
	margin-top: -70px;
}
.section-margin-minus-80{
	margin-top: -80px;
}
.section-margin-minus-130{
	margin-top: -130px;
}
.section-margin-minus-50-padding{
	margin-top: -50px;
	padding-top: 0;
}
.section-margin-minus-30{
	margin-top: -30px;
}
.section-padding-30{
	padding-top: 30px;
}
.margin-30{
	margin-top: 30px;
}
.margin-50{
	margin-top: 50px;
}
.section-title-margin{
	margin-bottom: 20px; 
}
.section-padding-30{
	padding: 30px 0; 
}
.section-services-quote{
	margin-top: -20px;
	padding-top: 0;
}


/* section-title */
.section-title{
	padding: 0; 
}



/* content-news */
.content-news .wrap {
	width: 1210px;
}
.content-news .wrap h1 {
	color: #fff;
}
.content-news .wrap h2 {
	color: #fff;
	font-size: 25px;
	line-height: 32px;
	letter-spacing: -.5px;
}
/* .wmle_container  */
.wmle_container .wmle_item{
	 border: none !important;
	 box-shadow: none !important;
	 padding: 0 !important;
	 margin: 15px !important;
	 background-color: #111  !important;
	 
}
.wmle_container .wmle_item .wmle_post_meta{
	display: none !important;
}
.wmle_container .wmle_item .wmle_post_title{
	border: none !important; 
	padding: 24px 25px 0 !important;
	position: relative;
}
.wmle_container .wmle_item .wmle_post_title::after{
	width: 60px;
	height: 3px;
	background-color: #e04b00;
	content: "";
	float: left;
	bottom: -18px;
	left: 25px;
	position: absolute;
}
.wmle_container .wmle_item .wmle_post_title a{
	font-size: 17px !important;
	line-height: 24px !important; 
	font-weight: 400 !important;
	color: #fff !important;
}
.wmle_container .wmle_item .wmle_post_excerpt{
	padding: 15px 25px  5px !important;
}
.wmle_container .wmle_item .wmle_post_excerpt p{
	color: #ffffff;
	font-size: 16px;
	line-height: 24px; 
	text-align: left;
}
.wmle_container .wmle_item .wmle_post_more{
	padding: 0 25px 25px;
}
.wmle_container .wmle_item .wmle_post_more a{
	color: #fff;
	font-weight: 400;
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-decoration: underline;
}
.wmle_container .wmle_item .wmle_post_more a:hover{
	color: #ff4a00;
}
.wmle_container .wmle_item_holder.col3:hover .wmle_post_more a{
	color: #ff4a00;
}
.wmle_loadmore .wmle_loadmore_btn {
    display: inline-block;
    padding: 55px 30px !important;
    border: none !important;
    margin: 5px;
    color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	height: 40px;
	background-color: #ff4a00;
	border-radius: 100px;
	width: 90px;
	line-height: 20px;
	background-image: url('images/bg-button.png');
	background-position: 20px bottom;
	background-repeat: no-repeat;
}


/* single post */
.single-post h2.h2-half, .single-post h1.h2-half{
	width: 65%;
	font-size: 50px;
	line-height: 60px; 
	min-height: 150px;
	padding-top: 26px;
	background-color: rgba(0,0,0,0.9);
}
.single-post #col-left{
	position: relative;
	z-index: 0;
	margin-top: -10px;
}
.single-post .subhero{
	z-index: 1;
}
.single-post .subhero-bottom .orange-button{
	z-index: 2;
}
.single-post .subpage-title-service{
	margin-top: -125px;
	padding-bottom: 20px;
}
.single-post #col-left::before{
	display: none;
}
.single-post #col-right {
	width: 360px;
}
.single-post #col-right .passion{
	margin-top: 60px;
}
.single-post .postpublishdate{
	font-size: 14px; 
}
.single-post .b-read-more{
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 14px;
}
.single-post .b-read-more:hover{
	text-decoration: none;
	opacity: 0.5;
}

/* single bottom */ 
.single-bottom{
	float: left;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 30px;
	padding-top: 50px;
}
.single-bottom .col{
	width: 50%;
	float: left;
}
.single-bottom .col-last{
	width: 50%;
}
.single-bottom .form-newsletter{
	margin-top: -10px;
	margin-right: -15px;
}
.single-bottom .form-newsletter .ntitle{
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: 400;
}
.single-bottom .form-newsletter input.wpcf7-text{
	border-radius: 30px 0 0 30px;
	padding: 15px;
}
.single-bottom .form-newsletter input.wpcf7-submit{
	border-radius: 0 30px 30px 0;
	padding: 15px 24px;
}

.single-bottom .back-p{
	position: relative;
}
.single-bottom .back-p .back-b{
	left: 0;
	bottom: 0;
}

/* sitemap */
.site404 #col-left::before{
	display: none;
}
.site404 .subpage-title{
	overflow: visible; 
}
.site404 #col-right .orange-button{
	margin-top: 0;
}



/* speaker */
.page-template-page-speaker .subpage-title-service{
	margin-top: -140px;
}


#map{
	width: 100%;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%); 
	opacity: 0.9;
	position: relative;
}
#map:after{
	width: 100%;
	height: 100%;
	float: left;
	background-color: #000;
	position: absolute;
	top:0;
}
#map iframe{
	width: 100%;
	height: 450px;
}
/* Forms */

form {
	margin: 0 0 0 0px;
	padding: 0;
}

form p {
	clear: both;
	margin: 0;
	padding: 0;
}

label {
	float: left;
	width: 150px;
	margin: 0;
	padding: 3px 0 0 0;
	line-height: 18px;
}

label.hide-label {
	border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

input {
	float: left;
	width: 175px;
	color: #777;
	font-family: 'Montserrat', helvetica, arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}

input.error,
input.wpcf7-not-valid,
.form-footer textarea.wpcf7-not-valid { border: 1px solid #ec2b2b; }

span.wpcf7-not-valid-tip { display: none !important; }

input.wpcf7-submit {
	
}



select {
	float: left;
	width: 185px;
	color: #777;
	font-family: 'Montserrat', helvetica, arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}

textarea {
	float: left;
	width: 300px;
	height: 75px;
	color: #777;
	font-family: 'Montserrat', helvetica, arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}


/* Tables */

table {
	padding: 0;
	margin: 2px 40px 16px 40px;
	border: 0;
}

table caption {
	color: #444;
	background: #ddd;
	padding: 5px 8px;
	font-family: 'Montserrat', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

table thead tr th, table tr th {
	text-align: left;
	padding: 4px 8px;
	color: #777;
	background: #e7e7e7;
}

table tbody tr td, table tr td {
	padding: 3px 8px;
	color: #666;
	font-family: 'Montserrat', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}

table tfoot tr td {
	color: #888;
	font-size: 11px;
	padding: 2px 8px;
}


/* Toolbox */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fcenter { float: none; margin-left: auto; margin-right: auto; }
.fright { float: right; }
.fnone { float: none; }

.cboth { clear: both; }
.clear { clear: both; display: block; width: 100%; }
.cleft { clear: left; }
.cright { clear: right; }

.nowrap { white-space: nowrap; }


/* Contact Form */ 

.contact-form{
	background-color:#d4d4d4;
	width:240px;
	float:right;
	position:absolute;
	bottom:0;
	right:0;
	padding:30px 30px;
	z-index:10000000;
}
.sidebar-form{
	position:inherit;
	margin-bottom:20px;
}
.home .contact-form{
	position:absolute;
}
.contact-form h3{
	color:#fff;
	font-weight:600;
	font-size:33px;
}
.contact-form input.text, .contact-form textarea, .contact-form select, .contact-form .button{
	color:#8c8c8c;
	font-weight:400;
	font-size:17px;
	background-color:#eeeeee;
	border:1px solid #b6b6b6;
	width:208px;
	padding:7px 15px;
	margin:4px 0;
	font-family:"Montserrat";
}
.contact-form select{
	width:240px;
}
.contact-form textarea{
	height:120px;
}
.contact-form .button{
	width:240px;
	font-size:20px; 
	color:#fff;
	background-color:#b3b3b3;
	font-weight:700;
	cursor:pointer;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	text-transform:uppercase;
}
.contact-form .button:hover{
	background-color:#d7d7d7;
	color:#b3b3b3;
}
.contact-form .wpcf7-not-valid{
	border:1px solid #cd0000 !important;
}
.contact-form span.wpcf7-not-valid-tip{
	display:none;
}
.contact-form div.wpcf7-validation-errors{
	border:none;
	font-size:13px;
	font-weight:400;
	font-family:"Montserrat";
	color:#ff4a00;
}

.contact-form div.wpcf7-response-output,
div.wpcf7-response-output{
	margin:10px 0 0 0 !important;
	padding:0 !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: none !important;
	font-size: 12px !important;
	color: #ff4a00 !important
}
div.wpcf7-mail-sent-ok{
	border: none !important;
	font-size: 14px;
	color: #398f14;
}


/* Slicknav - mobile nav */

.slicknav_menu { 
	display: none;
	background: none !important; 
	position: fixed;
	z-index: 1000;
	right: 0;
	top:0;
	width: 100%;
}

.slicknav_nav { 
	margin-top: 78px !important; 
	overflow: scroll !important;
	max-height: calc( 100vh - 78px );
}

.slicknav_nav li { 
	background: #ff4a00 !important; 
	visibility: visible !important;
}

.slicknav_btn {
	background: #ff4a00 !important; 
	padding: 17px 20px !important;
	top: 30px;
	right: 10px;
	-webkit-transition-duration: 0.13s !important;
	        transition-duration: 0.13s !important;
}

.slicknav_menu.sticky .slicknav_btn{
	top: 20px; 
}
.slicknav_menu .slicknav_icon-bar{ 
	width: 20px !important; 
	height: 2px !important; 
}


.slicknav_nav li a{
	font-size: 15px !important; 
	padding: 6px 10px !important;
}
.slicknav_nav li a a{
	border: none !important;
	padding-left:0px !important;
}


.slicknav_nav li a:hover {
	background-color: #ec5518 !important;
}



#html5-watermark{
	display: none !important;
}



/* slider */
.slick-slide{
	/* height: 90vh !important;  */ 
}

.slick-slide{ 
	height: 100vh !important; 
	min-height: 600px !important; 
}
.slick-slide div{
	height: 100%; 
} 
.slider .item{ 
	width: 100%;
	height: 100%;
	background-position: center center; 
	background-size: cover;
}

.mobile{
	display: none;
}

/* addthis_tool */
.addthis_tool{
	margin-top: 15px;
}
.at-resp-share-element .at-share-btn{
	background: none !important;
	border:1px solid rgba(255,255,255,0.15) !important;
}
.at-resp-share-element .at-share-btn .at-label{
	opacity: 1;
}



.teamHero{
	float: left;
	width: 100%;
}
.teamHero .photo{
	width: 25%;
	height: 190px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%); 
}

.section-about.section.section-team .col-last{ margin-top: 160px; }


/* Case Studies */
/* Wrap */
.single-case-study .casestudy__inner{
	max-width: 1020px;
	margin: 0 auto;
}
.single-case-study .casestudy__wrap--upper{
	padding-bottom: 300px;
}
.single-case-study .casestudy__wrap--lower{
	background: #fff;
	padding-top: 300px;
	padding-bottom: 140px;
}
/* Banner */
.single-case-study .casestudy__banner img{
	border-top: 4px solid #ff4a00;
	width: 100%;
	height: auto;
}
.single-case-study .casestudy__banner {
	position: relative;
	padding-bottom: 52.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	object-fit: cover;
}
.single-case-study .casestudy__banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Display Name */
.single-case-study .casestudy__displayname h1 {
	color: #ff4a00;
	margin: 2rem 0;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: unset;
	line-height: 18px;
	font-weight: 400;
	padding: 0;
}
/* Heading */
.single-case-study .casestudy__heading h2{
	font-size: 3.5rem;
	line-height: 1.25;
	padding:  0;
}
.single-case-study .casestudy__heading h2 p{
	font-size: 3.5rem;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
}
/* Intro text */
.single-case-study .casestudy__intro.section{
	position: inherit;
	padding: 0 0 70px 0;
	float: unset;
}
/* The challenge */
.single-case-study .casestudy__challenge--title h3 {
	padding-top: 2rem;
	border-top: 1px solid #fff;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
}
/* Carousel */
.single-case-study .casestudy__carousel--wrap{
	height: 533px;
	margin-top: calc( -583px / 2 );
	transform: translateY(-50%);
	width: 100%;
} 
.single-case-study .casestudy__carousel--static {
	height: 533px;
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center center;
}
.single-case-study .carousel{
	/*position: relative;
	overflow: hidden;
	width: 1020px;*/
}
.single-case-study .carousel .slick-slide {
	height: unset !important;
	min-height: unset !important;
}
.single-case-study .carousel .carousel__slide {
	width: 100%;
	height: 533px;
}
.single-case-study .carousel__slide--image .carousel__slide--img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.single-case-study .carousel__slide--video video{
	width: 100%;
	height: 533px;
}
.single-case-study .carousel__slide--audio audio{
	width: 100%;
	height: 533px;
	background-size: cover;
	background-position: 50% 50%;
}
.single-case-study .slick-dots {
	margin-top: 30px;
}
.single-case-study .slick-dots li{
	background-image: unset;
}
/* Solution */
.single-case-study .casestudy__solution--wrap {
    margin-top: -150px;
}
.single-case-study .casestudy__solution--title h3{
	padding-top: 2rem;
	border-top: 1px solid #b1b1b1;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
}
.single-case-study .casestudy__solution--flex{
	display: flex;
}
.single-case-study .casestudy__solution--left{
	flex: 70% 1;
}
.single-case-study .casestudy__solution--text{
	padding-right: 4rem;
}
.single-case-study .casestudy__solution--text p{
	text-align: left;
	color: #000;
}
.single-case-study .casestudy__solution--cta a {
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	color: #000;
}
.single-case-study .casestudy__solution--cta a::after {
	display: inline-block;
	content: "\003E";
	margin-left: 1rem;
}
.single-case-study .casestudy__solution--cta a:hover {
	color: #ff4a00;
}
.single-case-study .casestudy__solution--cta {
	margin-top: 20px;
}
.single-case-study .casestudy__solution--right{
	flex: 30% 0;
	background: #000;
	color: #fff;
	padding: 4rem;
}
.single-case-study .casestudy__services--title h3{
	color: #ff4a00;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}

.single-case-study ul.casestudy__services--list {
	list-style: "\003E" outside;
	color: #ffffff;
	padding-left: 8px;
}

.single-case-study .casestudy__services--list li{
	list-style: "\003E" outside;
	background-image: unset;
	padding-left: 5px;
}

.single-case-study .casestudy__services--list li a{
	color: #fff;
	text-decoration: none;
}
/* Quote */
.single-case-study .casestudy__quotes--wrap{
	margin: 3rem 0;
	position: static;
	left: 0;
	height: auto;
	overflow: visible;
	min-height: 320px;
}
.single-case-study .casestudy__quotes--item{
	padding: 3rem;
	position: absolute;
	left:0;
	padding-left: calc((100% - 1080px) / 2);
	box-sizing: border-box;
	background-image: url("images/bg-white-lines.jpg");
	background-repeat: no-repeat;
	min-height: 320px;
	background-position: left;
	display: block;
}
.single-case-study .casestudy__quotes--text {
	color: #ff4a00;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.2;
	max-width: 85%;
	margin-bottom: 20px;
	text-align: left;
	text-indent: -1rem;
}
.single-case-study .recommended {
	padding-bottom: 120px;
	margin: 140px 14px 14px;
}
.single-case-study .recommended-title h2 {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	padding: 0;
}

/** Responsive Settings for Case Study **/
@media only screen and (max-width: 1420px) {
	.single-case-study .recommended-title {
		margin: 140px 5px 5px;
	}
}
@media only screen and (max-width: 996px) {
	.single-case-study .casestudy__inner {
		margin: 0 20px;
	}
	.single-case-study .casestudy__wrap--upper {
		padding-bottom: 275px;
	}
	.single-case-study .casestudy__heading h2 p {
		font-size: 1.75rem;
	}
	.single-case-study .casestudy__wrap--lower {
		padding-bottom: 50px;
	}
	.single-case-study .casestudy__carousel--static {
		height: 500px;
	}
	.single-case-study .casestudy__carousel--wrap{
		height: 500px;
	}
	.single-case-study .carousel .carousel__slide, .single-case-study .carousel__slide--audio audio, .single-case-study .carousel__slide--video video {
		height: 500px;
	}
	.single-case-study .casestudy__solution--wrap {
		margin-top: -100px;
	}
	.single-case-study .casestudy__quotes--wrap {
		min-height: 400px;
	}
	.single-case-study .casestudy__quotes--item {
		padding-left: 20px;
		min-height: 350px;
	}
	.single-case-study .casestudy__quotes--text {
		font-size: 1.25rem;
		text-indent: -0.5rem;
	}
	.single-case-study .recommended-title {
		margin: 100px 5px 5px;
	}
}
@media only screen and (max-width: 768px) {
	.single-case-study .casestudy__wrap--upper {
		padding-bottom: 200px;
	}
	.single-case-study .casestudy__heading p {
		font-size: 1.75rem;
	}
	.single-case-study .casestudy__carousel--static {
		height: 390px;
	}
	.single-case-study .casestudy__carousel--wrap{
		height: 390px;
	}
	.single-case-study .carousel .carousel__slide, .single-case-study .carousel__slide--audio audio, .single-case-study .carousel__slide--video video {
		height: 390px;
	}
	.single-case-study .casestudy__solution--wrap {
		margin-top: -100px;
	}
	.single-case-study .casestudy__solution--flex {
		flex-direction: column;
		gap: 50px;
	}
}
/* Single Case Study Slick Slider Dots */
.single-case-study .slick-dots button {
	border: solid #707070 1px;
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
}
.single-case-study .slick-dots li button:before {
	display: none;
}
.single-case-study .slick-dots .slick-active button {
	background-color: #ff4a00;
}

/* Main Menu Responsive Adjustments */
#header,
#header .wrap, 
#header .wrap #nav,
#header .wrap #phone,
#header .wrap #logo {
	margin: 0;
}

#header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-top: 30px;
	width: 96%;
 	margin: 0 2%;
}
#header .wrap #nav {
	width: calc(100% - 376px);
}
#header .wrap #nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .wrap #nav ul li ul {
	display: block;
}

@media(max-width:1550px) {
	#header .wrap {
		width: 98%;
		margin: 0 1%;
		padding-top: 10px;
	}
	#header .wrap #nav ul li {
		text-align: center;
	}
	#header .wrap #nav ul li a {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media(max-width:1350px) {
	#header .wrap #nav ul li a {
		font-size: 12px;
	}
}

@media(max-width:1000px) {
	#header .wrap {
		width: 92%;
		margin: 0 4%;
		padding-top: 10px;
	}
	#header .wrap #logo {
		width: 150px;
		margin-top: 10px;
	}
	#header .wrap #phone {
		margin-right: 70px;
	}
}
