/*
	Theme Name: Сornell Studios
	Description: Custom Theme For Сornell Studios
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'Avenir';
	src: url('assets/fonts/Avenir-Book.woff2') format('woff2'),
	url('assets/fonts/Avenir-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir';
	src: url('assets/fonts/Avenir-Heavy.woff2') format('woff2'),
	url('assets/fonts/Avenir-Heavy.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir';
	src: url('assets/fonts/Avenir-Black.woff2') format('woff2'),
	url('assets/fonts/Avenir-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
	scroll-behavior: smooth;
}
body{
	background: #fff;
	font-family: 'Avenir', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	color: #3b3a3c;
	line-height: 1.625;
	margin: 0;
	min-width: 320px;
	padding: 15rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.menu-visible{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #F6921E;
	display: inline-block;
	text-decoration: underline;
}
a:hover{
	color: #c27318;
}
.button{
	background-color: #f5f5f5;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 14.6'%3E%3Cline fill='none' stroke='%233b3a3c' stroke-width='3' x1='7.3' x2='7.3' y2='14.6'/%3E%3Cline fill='none' stroke='%233b3a3c' stroke-width='3' x1='14.6' y1='7.3' y2='7.3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 0.9125em auto;
	border-radius: 4em;
	color: #3B3A3C;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: normal;
	min-width: 11.75em;
	padding: 0.75em 2.5em 0.75em 1.5em;
	position: relative;
	text-align: left;
	text-decoration: none;
}
.button-grey{
	background-color: rgba(255,255,255,0.2);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 14.6'%3E%3Cline fill='none' stroke='%23ffffff' stroke-width='3' x1='7.3' x2='7.3' y2='14.6'/%3E%3Cline fill='none' stroke='%23ffffff' stroke-width='3' x1='14.6' y1='7.3' y2='7.3'/%3E%3C/svg%3E");
	color: #fff;
}
.button:hover{
	background-color: #F6921E;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 14.6'%3E%3Cline fill='none' stroke='%23ffffff' stroke-width='3' x1='7.3' x2='7.3' y2='14.6'/%3E%3Cline fill='none' stroke='%23ffffff' stroke-width='3' x1='14.6' y1='7.3' y2='7.3'/%3E%3C/svg%3E");
	color: #fff;
}
p,
ul,
ol{
	margin: 0 0 1.6em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h1,h2,h3{
	font-weight: bold;
}
h1{
}
h2{
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 1.45em 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background: rgba(238,64,54,0.26);
	border: none;
	box-shadow: none; 
	display: block;
	color: #fff;
	font-size: inherit;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.5;
	height: 2.75em;
	padding: 0.4em 1em;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	-webkit-background-size: 1em auto;
	background-size: 1em auto;
	cursor: pointer;
	padding-right: 2.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:not(.changed){
	color: #fff;
}
select option{
	color: #000;
}
textarea{
	height: 9em;
	padding: 0.7em 1em;
	resize: none;
}
input[type="submit"]{
	background: #FFFFFF;
	border: none;
	color: #F6921E;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	line-height: 1.5;
	height: 2.75em;
	padding: 0.5em;
	text-align: center;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	background: #3b3a3c;
	color: #fff;
}
::-webkit-input-placeholder {color:#fff; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#fff; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#fff; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#fff; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.form-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.form-col-6{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	width: 50%;
}
.form-item{
	margin-bottom: 1rem;
}
.form-item-submit{
	position: relative;
}
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
	font-size: 0.7em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 0.5em;
}
.wpcf7-spinner{
	margin: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 0.85em;
	line-height: 1.5;
	margin: 1em auto 0;
	padding: 0.8em 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
#wpcf7-f5-o1 form.sent .wpcf7-response-output{
	display: none!important;
}
.container{
	max-width: 183.6rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	width: 98.4375%;
}
.container-big{
	max-width: 189rem;
}
.container-small{
	max-width: 160rem;
	width: 96%;
}
/*--------------Header--------------*/
.header{
	background: #fff;
	color: #707070;
	left: 0;
	line-height: 1.5;
	position: fixed;
	top: 0;
	text-align: left;
	width: 100%;
	z-index: 199;
}
.header-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 187.6rem;
	padding: 4.1rem 2.5rem;
	position: relative;
	transition: padding 0.2s linear;
	width: 100%;
}
.header-logo,
.header-tagline,
.header-contacts{
	position: relative;
	z-index: 5;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: 6.8rem;
	transition: height 0.2s linear;
	width: auto;
}
.header-contacts a{
	color: inherit;
	text-decoration: none;
}
.header-contacts a:hover{
	color: #F6921E;
}
.header-celebrating{
	position: relative;
	width: 8.4rem;
}
.header-celebrating-inner{
	left: 0;
	position: absolute;
	top: -9rem;
	transition: all 0.2s linear;
	width: 10.2rem;
}
.header-celebrating a{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.header-celebrating img{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.body-scroll .header-celebrating-inner{
	top: -5rem;
	width: 7rem;
}
.body-scroll .header{
	box-shadow: 0 0 2rem rgba(0,0,0,0.2);
}
.body-scroll .header-row{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.body-scroll .header-logo img{
	height: 5rem;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation > ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.navigation > ul > li{
	display: inline-block;
	padding: 0 1.5625em;
	position: relative;
	vertical-align: middle;
}
.navigation > ul > li > a{
	padding: 0.5em 0;
}
.navigation a{
	display: block;
	color: #707070;
	position: relative;
	text-decoration: none;
}
.navigation li:hover > a,
.navigation .current-menu-item > a{
	color: #F6921E;
}
.navigation ul ul{
	display: none;
}
.navigation ul > li.menu-item-cta{
	padding-left: 3.375em;
}
.navigation ul > li.menu-item-cta > a{
	background: #ea5b13;
	border-radius: 3em;
	color: #feecdb;
	font-weight: bold;
	line-height: 1.125;
	padding: 1.125em 2.1875em 1em;
	text-align: center;
}
.navigation ul > li.menu-item-cta > a:hover{
	background: #ba480f;
	color: #fff;
}
.navigation ul > li.menu-item-cta > a span{
	display: block;
	font-size: 1.5625em;
	line-height: 1.12;
}
.navigation ul > li.menu-item-cta > a:after{
	content: none;
	display: none;
}
#touch-menu{
	display: none;
	cursor: pointer;
	width: 32px;
	height: 20px;
	right: 0;
	z-index: 10;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#touch-menu span:after{
	top: 9px;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 9px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	width: 100%;
	height: 3px;
	background-color: #F6921E;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(7px, -8px);
}
/*--------------Footer-----------*/
.footer a{
	color: inherit;
	text-decoration: none;
}
.footer a:hover{
	color: #F6921E;
}
.footer-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 187.6rem;
	padding: 3.8rem 2.5rem;
	width: 100%;
}
.footer-logo a,
.footer-logo img{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	height: 5.4rem;
	width: auto;
}
.footer-contacts{
	margin-left: auto;
}
.footer-contacts ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-contacts li{
	display: inline-block;
	padding: 0 1.5em;
}
.footer-contacts li:first-child{
	padding-left: 0;
}
.footer-contacts li:last-child{
	padding-right: 0;
}
.footer-contacts br{
	display: none;
}
.footer-social{
	line-height: 1;
	padding-left: 3.75em;
}
.footer-social ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.footer-social li{
	display: inline-block;
	padding: 0 0.8125em;
}
.footer-social li:first-child{
	padding-left: 0;
}
.footer-social li:last-child{
	padding-right: 0;
}
.footer-social a{
	display: inline-block;
	vertical-align: middle;
}
.footer-social svg{
	display: inline-block;
	height: 1.625em;
	vertical-align: middle;
}
/*----------Default---------*/
.default-content h1{
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.2;
	margin: 0.7em 0;
}
.default-content h2{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: normal;
	margin: 0.8em 0;
}
.default-content h3{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4;
	margin: 0.9em 0;
}
.default-content h4{
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5;
	margin: 1em 0;
}
.default-content h1:first-child,
.default-content h2:first-child,
.default-content h3:first-child,
.default-content h4:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
.top-slide a{
	display: block;
}
.top-slide-img{
	background-color: #3B3A3C;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	padding-top: 26%;
}
.top-slide-img-mob{
	display: none;
}
.top-slider .top-slider-pagination{
	bottom: 1rem;
	left: 50%;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: auto;
	z-index: 5;
}
.swiper-pagination-bullets{
	font-size: 1rem;
	line-height: 1;
}
.swiper-pagination-bullet{
	background: #3B3A3C;
	height: 1.2em;
	opacity: 0.2;
	width: 1.2em;
}
.swiper-pagination-bullet-active{
	opacity: 1;
}
.top-slider-pagination .swiper-pagination-bullet{
	background: #fff;
}
.home-intro-section{
	padding: 6.2rem 0 11.5rem;
}
.home-intro-section .container{
	max-width: 182rem;
}
.home-intro-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.home-intro-content{
	color: #707070;
	font-size: 2rem;
	line-height: 1.35;
	max-width: 28em;
}
.home-mouse-icon{
	line-height: 1;
	margin-right: 4rem;
}
.home-services-section{
	padding-bottom: 3.4rem;
}
.services-section{
	padding: 1.2rem 0 7rem;
}
.container-services{
	max-width: 178rem;
}
.section-header{
	margin-bottom: 3.8rem;
}
.section-header-content{
	border-bottom: 1px solid #707070;
	color: #707070;
	font-size: 2rem;
	line-height: 1.35;
	padding-bottom: 1.5em;
	text-align: right;
}
.section-header a{
	text-decoration: none;
}
.service-item-wrap{
	padding-bottom: 5rem;
}
.service-item{
	height: 100%;
	margin: 0 auto;
	max-width: 33rem;
	padding-bottom: 8.8rem;
	position: relative;
	text-align: center;
}
.service-item-icon{
	border-bottom: 1px solid #707070;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 24rem;
	margin-bottom: 2.4rem;
	padding-bottom: 3rem;
}
.service-item h3{
	font-size: 3rem;
	line-height: 1.2;
	margin: 0;
	white-space: nowrap;
}
.service-item p{
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}
.home-portfolio-section{
	padding-bottom: 2.6rem;
}
.portfolio-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.6rem;
	margin-right: -0.6rem;
}
.portfolio-item-wrap{
	padding: 0 0.6rem 1.2rem;
	width: 25%;
}
.portfolio-item{
	background: #3B3A3C;
	display: block;
	position: relative;
	overflow: hidden;
}
a.portfolio-item{
	text-decoration: none;
}
.portfolio-item-inner{
	position: relative;
}
.portfolio-item-content{
	background: #3B3A3C;
	color: #fff;
	left: 0;
	min-height: 50%;
	padding: 3.7rem 3rem 10rem;
	position: absolute;
	transform: translateY(-100%);
	transition: all 0.4s ease;
	top: 0;
	width: 100%;
	z-index: 5;
}
.portfolio-item:hover .portfolio-item-content{
	transform: translateY(0);
}
.portfolio-item-content h3{
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1.1;
	max-height: 3.3em;
	margin: 0 0 0.2em;
	text-transform: uppercase;
}
.portfolio-item-cat{
	font-weight: bold;
}
.portfolio-item-link{
	bottom: 0;
	left: 0;
	padding: 0 3rem 3.2rem;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.portfolio-item-link .button{
	background-color: #F6921E;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 14.6'%3E%3Cline fill='none' stroke='%23ffffff' stroke-width='3' x1='7.3' x2='7.3' y2='14.6'/%3E%3Cline fill='none' stroke='%23ffffff' stroke-width='3' x1='14.6' y1='7.3' y2='7.3'/%3E%3C/svg%3E");
	color: #fff;
}
.portfolio-item-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 166%;
	position: relative;
	transition: all 0.4s ease;
}
.portfolio-item:hover .portfolio-item-img{
	transform: translateY(25%);
}
.portfolio-item-img img,
.portfolio-item-img video{
	display: block;
	height: 100%;
	object-fit: cover;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.hbs-section{
	background: #F6921E;
	color: #fff;
	padding: 15rem 0 3rem;
	position: relative;
}
.hbs-section:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0.25), transparent);
	content: "";
	display: block;
	height: 5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.hbs-content{
	font-size: 3rem;
	line-height: 4.1rem;
	margin-left: 7%;
	max-width: 37em;
	padding-bottom: 11rem;
}
.hbs-content h4{
	color: #3B3A3C;
	font-size: inherit;
	font-weight: bold;
	line-height: inherit;
	margin: 0;
}
.hbs-title{
	font-size: 2rem;
	line-height: 1.35;
	text-align: right;
}
.hsf-section{
	padding: 7.6rem 0 20rem;
	overflow: hidden;
}
.hsf-row{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8rem;
}
.hsf-row:last-child{
	margin-bottom: 0;
}
.hsf-content-col{
	position: relative;
	z-index: 3;
	width: 50%;
}
.hsf-img-col{
	text-align: center;
	width: 50%;
}
.hsf-img-wrap{
	position: relative;
}
.hsf-header{
	border-bottom: 1px solid #707070;
	color: #707070;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.35;
	margin-bottom: 12rem;
	padding-bottom: 0.3rem;
	text-transform: uppercase;
}
.hsf-content-wrap{
	margin-left: auto;
	max-width: 64rem;
	padding-right: 3rem;
}
.hsf-content{}
.hsf-content h3{
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 0.8em;
}
.hsf-content p{
	max-width: 28em;
}
.hsf-row:nth-child(even) .hsf-content-col{
	order: 2;
}
.hsf-row:nth-child(even) .hsf-img-col{
	order: 1;
}
.hsf-row:nth-child(even) .hsf-header{
	text-align: right;
}
.hsf-row:nth-child(even) .hsf-content-wrap{
	max-width: 80rem;
	padding-left: 4rem;
	padding-right: 0;
}
.hsf-img-wrap{
	position: relative;
}
.hsf-add-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
}
.hsf-pelican{
	background-image: url('assets/img/anim/stand-out-pelican.png');
	height: 47%;
	right: 8.7%;
	top: 10%;
	width: 22.6%;
}
.hsf-onion1{
	background-image: url('assets/img/anim/onion1.png');
	height: 36.3%;
	right: 10%;
	bottom: 12%;
	width: 20.6%;
}
.hsf-onion2{
	background-image: url('assets/img/anim/onion2.png');
	height: 18.8%;
	right: 2%;
	top: 15%;
	width: 13.04%;
}
.hsf-onion3{
	background-image: url('assets/img/anim/onion3.png');
	height: 21%;
	right: 4%;
	top: 40%;
	width: 7.3%;
}
.hsf-onion4{
	background-image: url('assets/img/anim/onion4.png');
	height: 21.5%;
	right: 20%;
	top: 0%;
	width: 13.7%;
}
.hsf-onion5{
	background-image: url('assets/img/anim/onion5.png');
	height: 15.9%;
	right: 22%;
	top: 20%;
	width: 12.1%;
}
.hsf-onion6{
	background-image: url('assets/img/anim/onion6.png');
	height: 18.5%;
	right: 30%;
	top: 33%;
	width: 9.5%;
}
.hsf-img-wrap3{
	margin: 0 auto;
	max-width: 67.4rem;
}
.hsf-triangle1{
	background-image: url('assets/img/anim/make-noise-triangle1.png');
	height: 29.5%;
	right: -15%;
	top: 25%;
	width: 35%;
}
.hsf-triangle2{
	background-image: url('assets/img/anim/make-noise-triangle2.png');
	height: 26.5%;
	right: -4%;
	top: 45%;
	width: 31.6%;
}
.hsf-triangle3{
	background-image: url('assets/img/anim/make-noise-triangle3.png');
	height: 27.2%;
	right: -20%;
	top: 65%;
	width: 22.85%;
}
.hsf-triangle4{
	background-image: url('assets/img/anim/make-noise-triangle4.png');
	height: 10.9%;
	left: -10%;
	top: 17%;
	width: 9.5%;
}
.hsf-triangle5{
	background-image: url('assets/img/anim/make-noise-triangle5.png');
	height: 17.2%;
	left: 9%;
	top: 35%;
	width: 23.5%;
}
.hsf-triangle6{
	background-image: url('assets/img/anim/make-noise-triangle6.png');
	height: 6.35%;
	left: 0;
	top: 45%;
	width: 5.5%;
}
.hsf-triangle7{
	background-image: url('assets/img/anim/make-noise-triangle7.png');
	height: 27.2%;
	left: -15%;
	top: 60%;
	width: 31.75%;
}
.hsf-img-wrap4{
	margin: 0 auto;
	max-width: 56.4rem;
}
.hsf-img-wrap4:after{
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: -18%;
	position: absolute;
	top: 85%;
	width: 110.3%;
	z-index: 2;
}
.hsf-img-wrap4 .hsf-img{
	position: relative;
	z-index: 3;
}
.hsf-cornell-logo{
	background-image: url('assets/img/anim/cornell-logo.png');
	height: 99.6%;
	left: -18%;
	top: -6%;
	width: 110.3%;
}
.partners-section .partners-section-header{
	margin: 0;
}
.partners-section .section-header-content{
	font-weight: bold;
	padding: 0 0 0.7rem; 
}
.partners-section .section-body{
	padding: 8rem 0 9rem;
}
.partners-slider{
	margin: 0 auto;
	max-width: 184rem;
}
.partners-slider .swiper-slide{
	height: auto;
	align-self: center;
	width: 20%;
}
.partners-logo{
	padding: 0 2.5rem;
	text-align: center;
}
.partners-pagination{
	display: none;
	padding-top: 4rem;
	text-align: center;
}
.blog-section{
	background: #3B3A3C;
	color: #fff;
}
.blog-header{
	padding: 10rem 0;
}
.blog-header-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.blog-header-title{
	font-size: 3rem;
	font-weight: bold;
	line-height: 4rem;
}
.blog-header-subtitle{
	font-size: 2rem;
	line-height: 1.35;
}
.blog-header-subtitle a{
	text-decoration: none;
}
.blog-body{
	margin: 0 auto;
	max-width: 192rem;
	overflow: hidden;
}
.blog-row{
	border-top: 2px solid #6D6D6E;
	display: flex;
	flex-wrap: wrap;
	margin-left: -1px;
	margin-right: -1px;
}
.blog-item-wrap{
	border-bottom: 2px solid #6D6D6E;
	width: 50%;
}
.blog-item{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.blog-img-col{
	border-left: 1px solid #6D6D6E;
	border-right: 1px solid #6D6D6E;
	width: 50%;
}
.blog-content-col{
	border-left: 1px solid #6D6D6E;
	border-right: 1px solid #6D6D6E;
	padding: 5rem 2rem;
	width: 50%;
}
.blog-item-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	min-height: 25rem;
}
.blog-item-content{
	height: 100%;
	margin: 0 auto;
	max-width: 37.5rem;
	padding-bottom: 6.5rem;
	position: relative;
}
.blog-item-content h3{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}
.blog-item-link{
	bottom: 0;
	left: 0;
	position: absolute;
}
.pagination-wrap{
	background: #fff;
	padding: 6rem 0;
	text-align: center;
	width: 100%;
}
.pagination-wrap .button{
	max-width: 26.5rem;
	text-align: center;
	width: 100%;
}
.pagination .page-numbers{
	background: #f5f5f5;
	border-radius: 5px;
	color: #3B3A3C;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.375;
	margin: 0.3em 0.1em;
	padding: 0.75em 1em;
	text-decoration: none;
}
.pagination .current,
.pagination a:hover{
	background: #F6921E;
	color: #fff;
}
.cta-section{
	background: #F6921E;
	color: #fff;
	padding: 6.4rem 0;
	position: relative;
}
.cta-section:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0.25), transparent);
	content: "";
	display: block;
	height: 5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.cta-section .container{
	max-width: 169rem;
	position: relative;
	z-index: 2;
}
.cta-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 3rem;
	line-height: 1.2;
}
.cta-spacer{
	background: #fff;
	align-self: stretch;
	width: 1px;
}
.cta-title{
	font-weight: 900;
}
.cta-button{
	padding: 4.75rem 0;
}
.cta-button a{
	background: rgba(255,255,255,0.25);
	border-radius: 2em;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.25;
	padding: 0.5em 2em;
	text-align: center;
	text-decoration: none;
	width: 63rem;
}
.cta-button a:hover{
	background: #fff;
	color: #F6921E;
}
.cta-phone a{
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	text-decoration: none;
}
.cta-phone svg{
	display: inline-block;
	height: auto;
	margin-right: 0.5em;
	vertical-align: middle;
	width: 1em;
}
/*----------About----------*/
.about-top-section{
	padding-top: 0.8rem;
}
.about-top-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 192rem;
}
.about-top-img-col{
	max-width: 112.6rem;
	order: 2;
	width: 59%;
}
.about-top-content-col{
	padding: 0 3rem;
	order: 1;
	width: 41%;
}
.about-top-content-inner{
	margin-left: auto;
	max-width: 62.5rem;
}
.about-top-heading{
	color: #F6921E;
	font-size: 2.5rem;
	line-height: 1.36;
	padding: 11rem 0 11.2rem;
}
.about-top-heading h2{
	font-size: 5rem;
	font-weight: bold;
	line-height: 1.1;
	max-width: 10em;
	margin: 0;
}
.about-top-heading strong{
	font-weight: 900;
}
.about-top-text{
	color: #5C5C5C;
	line-height: 1.375;
	max-width: 40rem;
}
.about-top-text h5{
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.52;
	margin: 1.25em 0 1.85em;
}
.about-top-text h5:first-child{
	margin-top: 0;
}
.about-top-text h5:last-child{
	margin-bottom: 0;
}
.about-intro-section{
	padding-bottom: 10.4rem;
}
.about-intro-row{
	margin: 0 auto;
	max-width: 192rem;
}
.about-intro-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	max-width: 112.6rem;
	width: 59%;
}
.about-intro-img-col{
	max-width: 54.6rem;
	width: 50%;
}
.about-intro-content-col{
	max-width: 49.3rem;
	padding-right: 3rem;
	width: 44%;
}
.about-intro-content{
	color: #5C5C5C;
	line-height: 1.375;
	max-width: 39rem;
}
.about-intro-content p{
	margin: 0 0 1.4em;
}
.about-intro-content p:last-child{
	margin: 0;
}
.about-video-section{
	padding-bottom: 3.1rem;
}
.about-video-header{
	margin-bottom: 4.5rem;
}
.about-video-container{
	margin: 0 auto;
	max-width: 192rem;
}
.about-video{ 
	height: auto;
	max-width: 100%;
	padding-bottom: 56.25%;
	position: relative; 
	overflow: hidden;
} 
.about-video iframe{ 
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.team-section-header{
	margin-bottom: 1.2rem;
}
.team-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.team-item-wrap{
	padding: 0 0.5rem 4.1rem;
	width: 25%;
}
.team-item{
	margin: 0 auto;
	max-width: 45rem;
}
.team-item-header{
	margin-bottom: 1.5rem;
	position: relative;
}
.team-item-pic1,
.team-item-pic2{
	display: block;
	height: auto;
	width: 100%;
}
.team-item-pic2{
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all 0.2s linear;
	top: 0;
}
.team-item-title{
	display: block;
	bottom: 0;
	mix-blend-mode: multiply;
	color: #F6921E;
	font-size: 15.4rem;
	font-weight: 900;
	line-height: 0.77;
	letter-spacing: -0.02em;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all 0.2s linear;
	text-transform: uppercase;
	word-wrap: break-word;
	width: 100%;
	z-index: 3;
}
.team-item:hover .team-item-pic2,
.team-item:hover .team-item-title{
	opacity: 1;
}
.team-item-name{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.25;
}
.team-item-position{
	color: #F6921E;
	font-size: 2.2rem;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 0 0 2.6rem;
}
.team-item-contacts{
	line-height: 1;
}
.team-item-contacts ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.team-item-contacts li{
	margin-right: 2.8rem;
}
.team-item-contacts a{
	color: inherit;
	display: inline-block;
	vertical-align: middle;
}
.team-item-contacts a:hover{
	color: #F6921E;
}
.team-item-contacts svg{
	display: inline-block;
	vertical-align: middle;
}
.clients-section{
	background: #3B3A3C;
	color: #fff;
	overflow: hidden;
}
.clients-section .clients-section-header{
	margin: 0;
}
.clients-section .section-header-content{
	color: inherit;
	border-bottom-color: #fff;
	padding: 1.5em 0;
}
.clients-section-body{
	padding: 8.5rem 0 3rem;
}
.clients-slider .swiper-slide{
	align-self: center;
	max-width: 90%;
	margin-right: 6.75%;
	width: auto;
}
.clients-pagination{
	margin-top: 6.7rem;
	text-align: center;
}
.clients-pagination .swiper-pagination-bullet{
	background: #fff;
}
/*---------Blog Single---------*/
.post-top-banner{
	background-color: #3b3a3c;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 29.16%;
}
.post-main-section{
	padding: 5.6rem 0 13.5rem;
	text-align: center;
}
.post-main-content{
	margin: 0 auto;
	max-width: 90rem;
}
.post-content h1{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 1.9em;
}
.post-content h3{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 1.3em 0;
}
.post-links{
	margin-top: 5.5rem;
}
.post-links a{
	display: inline-block;
	margin: 0 0.8em;
	min-width: 10.875em;
	text-align: center;
	vertical-align: middle;
}
.post-links a:first-child{
	margin-left: 0;
}
.post-links a:last-child{
	margin-right: 0;
}
.post2-section{
	padding-bottom: 8rem;
}
.post2-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 192rem;
}
.post2-img-col{
	max-width: 92rem;
	width: 48%;
}
.post2-content-col{
	padding: 0 5.5rem 0 4.1rem;
	width: 52%;
}
.post2-img{
	background-color: #3b3a3c;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 50%;	
}
.post-cta-block{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-size: 2rem;
	line-height: 1.5;
	margin: 5.5rem auto 0;
	max-width: 74.6rem;
	width: 90%;
}
.post-cta-title{
	margin-bottom: 1.5rem;
	padding-right: 2em;
}
.post-cta-phone{
	margin-bottom: 1.5rem;
}
.post-cta-phone a{
	color: inherit;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.post-cta-phone a:hover{
	color: #F6921E;
}
.post-cta-phone svg{
	height: auto;
	margin-right: 0.4em;
	width: 1em;
}
.post-cta-link{
	border-top: 1px solid #3B3A3C;
	margin-top: 2rem;
	padding-top: 3.4rem;
	width: 100%;
}
.post-cta-link a{
	background: #F6921E;
	border-radius: 2em;
	color: #fff;
	display: block;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.25;
	padding: 0.35em 1.5em;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.post-cta-link a:hover{
	background: #c27318;
	color: #fff;
}
/*--------Service Single--------*/
.service-top-section{
	background: #3B3A3C;
	color: #fff;
	min-height: 74rem;
	padding: 10rem 0;
	position: relative;
}
.service-top-section .container{
	position: relative;
	z-index: 2;
}
.service-top-icon{
	text-align: center;
}
.service-top-icon img{
	max-width: 90%;
}
.service-top-content-wrap{
	border-top: 1px solid #fff;
	margin-top: 15.6rem;
	padding-top: 6.5rem;
}
.service-top-content h1{
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 0.9em;
	text-transform: uppercase;
}
.service-top-content p{
	max-width: 54rem;
}
.service-mouse-icon{
	bottom: 10rem;
	left: 50%;
	margin-left: 81.4rem;
	position: absolute;
}
.service-info-section{
	padding: 13rem 0 20rem;
}
.service-info-wrap{
	border-top: 1px solid #707070;
	padding-top: 6.2rem;
}
.service-info-content h2{
	text-align: right;
	text-transform: uppercase;
}
.service-info-content p{
	max-width: 54.4rem;
	margin-left: auto;
}
.service-info-icon{
	text-align: center;
}
.service-info-icon img{
	max-width: 72%;
}
.testimonial-section{
	background: #F6921E;
	padding: 10rem 0 6rem;
	position: relative;
}
.testimonial-section:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0.25), transparent);
	content: "";
	display: block;
	height: 5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.testimonial-section .container{
	position: relative;
	z-index: 2;
}
.testimonial-slider{
	margin: 0 auto;
	max-width: 99rem;
}
.testimonial-content-wrap{
	background-color: #2B2A2C;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 23.5rem;
	padding: 4rem 3rem;
	position: relative;
	width: 100%;
}
.testimonial-content-wrap:before{
	background-image: url('assets/img/icons/testimonial-shape.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	right: 0;
	position: absolute;
	width: 100%;
}
.testimonial-content-wrap:after{
  border-top: 5rem solid #3B3A3C;
  border-left: 7rem solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}
.testimonial-content{
	margin: auto;
	max-width: 73.4rem;
	text-align: center;
	position: relative;
	z-index: 2;
}
.testimonial-details{
	position: relative;
	padding-right: 21rem;
	margin-top: 2.2rem;
}
.testimonial-author{
	font-size: 1.25em;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: uppercase;
}
.testimonial-rating{
	background-image: url('assets/img/icons/stars-icons.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	height: 1.25em;
	position: absolute;
	right: 7rem;
	top: 0.125em;
	width: 7.5em;
}
.testimonial-nav{
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial-nav .testimonial-pagination{
	margin-top: 3rem;
	width: auto;
}
.testimonial-nav .swiper-pagination-bullet{
	background: #fff;
}
.service-banner-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	background-attachment: fixed;
	padding-top: 26%;
}
.service-info2-section{
	padding: 13.8rem 0 7.8rem;
}
.service-info2-icon{
	text-align: center;
}
.service-info2-icon img{
	max-width: 72%;
}
.service-info2-wrap{
	border-top: 1px solid #707070;
	padding-top: 6.2rem;
}
.service-info2-content p{
	max-width: 52.5rem;
}
.services-links{
	margin-top: 12rem;
	text-align: center;
}
.services-links a{
	display: inline-block;
	margin: 0 0.8em;
	min-width: 10.875em;
	text-align: center;
	vertical-align: middle;
}
.services-links a:first-child{
	margin-left: 0;
}
.services-links a:last-child{
	margin-right: 0;
}
.portfolio-section{
	padding-bottom: 3rem;
}
.related-portfolio-section{
	padding-bottom: 3.2rem;
}
/*-----Contact-----*/
.contact-section{
	background: #F6921E;
	color: #fff;
	padding: 5rem 0;
	position: relative;
}
.contact-section:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0.25), transparent);
	content: "";
	display: block;
	height: 5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.contact-section .container{
	position: relative;
	z-index: 2;
}
.contact-title{
	padding-bottom: 4rem;
}
.contact-form{
	font-size: 2.5rem;
	line-height: 1.52;
	max-width: 104.6rem;
	margin-left: auto;
}
.details-section{
	padding: 4.5rem 0 1rem;
}
.details-block{
	border-left: 1px solid #707070;
	font-size: 2.5rem;
	line-height: 1.52;
	height: 100%;
	padding: 0 2.5rem;
}
.details-block h2{
	margin: 0 0 0.95em;
}
.details-block ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.details-block a{
	color: inherit;
	text-decoration: none;
}
.details-block a:hover{
	color: #F6921E;
}
/*-----Thank You-----*/
.thankyou-section{
	background: #F6921E;
	color: #fff;
	padding: 5rem 0;
	position: relative;
}
.thankyou-section:before{
	background: linear-gradient(to bottom, rgba(0,0,0,0.25), transparent);
	content: "";
	display: block;
	height: 5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.thankyou-section .container{
	position: relative;
	z-index: 2;
}
.thankyou-section .row{
	min-height: 30rem;
}
.thankyou-section .col-lg-5{
	align-self: center;
}
.thankyou-text h2{
	font-weight: normal;
	max-width: 17em;
}
.thankyou-icon{
	text-align: right;
}
.thankyou-icon img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 48rem;
}
/*-------Project---------*/
.project-section{
	padding-bottom: 22rem;
}
.project-section > div:last-child{
	padding-bottom: 0;
}
.project-top-banner{
	background: #e2e2e4;
	padding: 4rem 0 2.5rem;
	text-align: center;
}
.project-top-img img{
	display: inline-block;
	vertical-align: middle;
}
.project-top-title{
	padding-top: 2.5rem;
}
.project-top-title h1{
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}
.project-img-block img{
	display: block;
	height: auto;
	width: 100%;
}
.project-img2-block{
	display: flex;
	flex-wrap: wrap;
}
.project-img-col-6{
	width: 50%;
}
.project-img2-block img{
	display: block;
	height: auto;
	width: 100%;
}
.project-intro-block{
	padding: 13.4rem 0 14.4rem;
}
.project-intro-content{
	font-size: 2rem;
	line-height: 1.2;
	max-width: 31em;
	margin: 0 auto;
	text-align: center;
}
.project-intro-content p{
	margin: 0 0 1.2em;
}
.project-intro-content p:last-child{
	margin: 0;
}
.project-brief-block{
	padding: 17.3rem 0 22.4rem;
}
.project-brief-header{
	border-bottom: 1px solid #707070;
	color: #707070;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.35;
	margin-left: auto;
	margin-bottom: 12.2rem;
	max-width: 102.5rem;
	padding-bottom: 0.5em;
	text-align: right;
	width: 56%;
}
.project-brief-body{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.project-brief-content{
	max-width: 102.5rem;
	width: 56%;
}
.project-brief-details{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 7%;
	text-transform: uppercase;
	width: 32%;
}
.project-brief-details h5{
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 2.5em 0 0;
	text-transform: none;
}
.project-brief-details h5:first-child{
	margin-top: 0;
}
.project-brief-details p{
	margin: 0 0 1.5em;
}
.project-brief-details p:last-child{
	margin: 0;
}
.project-brief-details a{
	color: inherit;
	text-decoration: none;
}
.project-brief-details a:hover{
	color: #F6921E;
}
.project-brief-content{
	font-size: 1.4rem;
	line-height: 1.72;
}
.project-brief-content p{
	max-width: 66rem;
}
.project-t-block{
	padding: 11.5rem 0 12rem;
}
.project-t-col{
	max-width: 92rem;
	width: 80%;
}
.project-t-header{
	border-bottom: 1px solid #707070;
	color: #707070;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.35;
	margin-left: auto;
	margin-bottom: 10rem;
	padding-bottom: 0.5em;
}
.project-t-content{
	max-width: 74rem;
}
.project-tl-content{
	font-size: 1.4rem;
	line-height: 1.72;
	margin-left: auto;
	max-width: 78rem;
}
.project-tr-block{
	padding: 15.4rem 0 17.5rem;
}
.project-tr-header{
	margin-bottom: 6rem;
	text-align: right;
}
.project-tr-col{
	margin-left: auto;
	max-width: 102.5rem;
}
.project-t-block + .project-video-block{
	padding-top: 0;
}
.project-video-block{
	padding: 15rem 0;
}
.project-video-block .container{
	max-width: 130rem;
}
.project-video{
	background: #707070;
	height: auto;
	max-width: 100%;
	padding-bottom: 56.25%;
	position: relative; 
	overflow: hidden;
} 
.project-video iframe{ 
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.results-block{
	background-color: #ccc;
	text-align: center;
	padding: 6rem 0;
}
.results-header{
	padding-bottom: 2rem;
}
.results-body .container{
	max-width: 168rem;
}
.result-item-wrap{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.result-item{
	margin: 0 auto;
	max-width: 48rem;
	text-align: center;
	width: 96%;
}
.result-item-inner{
	background-image: url('assets/img/results-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding-top: 100%;
	position: relative;
}
.result-item-block{
	left: 0;
	padding: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.result-item-title{
	font-size: 10rem;
	font-weight: 900;
	line-height: 1;
}
.result-item-description{
	font-weight: bold;
	margin-top: 0.5em;
	text-transform: uppercase;
}
.results-footer{
	padding-top: 1rem;
}
/*--------Page-------*/
.def-section{
	padding: 9rem 0;
}
.def-content{
	margin: 0 auto;
	max-width: 100rem;
}
.def-content h1{
	font-size: 2.4em;
	font-weight: 900;
	margin: 1em 0 0.6em;
}
.def-content h2{
	font-size: 1.8em;
	font-weight: bold;
	margin: 1.1em 0 0.6em;
}
.def-content h3{
	margin: 2.1em 0 1em;
}
.def-content h1:first-child{
	margin-top: 0;
}
.def-content h2:first-child{
	margin-top: 0;
}
/*-------Careers--------*/
.careers-section{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: calc(100vh - 28rem);
	padding: 0 0 4rem;
}
.careers-intro{
	align-self: center;
	border-top: 2px solid #3B3A3C;
	padding: 5.2rem 0 10rem;
	width: 100%;
}
.careers-intro h1{
	color: #F6921E;
	font-size: 5rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 1em;
	text-transform: uppercase;
}
.careers-intro p{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25em;
	max-width: 32em;
}
.careers-intro-nojobs h2{
	font-weight: bold;
	text-transform: uppercase;
}
.jobs-feed-header{
	border-bottom: 2px solid #3B3A3C;
	font-weight: bold;
	margin: -2.75em 0 2.875em;
	padding-bottom: 1em;
}
.job-item{
	background: #3b3a3c;
	color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 13.5rem;
	margin-bottom: 4rem;
	padding: 3rem 4.5rem;
}
.job-item-inner{
	padding-right: 14rem;
	position: relative;
	width: 100%;
}
.job-item:last-child{
	margin-bottom: 0;
}
.job-item-title{
	font-size: 3rem;
	line-height: 1.2;
	font-weight: bold;
}
.job-item-closing{
	font-weight: bold;
	font-size: 1.25em;
	margin-top: 0.5em;
}
.job-item-spec{
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}
.job-item-spec a{
	color: #fff;
	opacity: 0.7;
}
.job-item-spec a:hover{
	opacity: 1;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1900px) {
	.team-item-title{
		font-size: 7.5vw;
	}
	.clients-slider{
		overflow: visible;
	}
	.service-mouse-icon{
		left: auto;
		margin: 0;
		right: 4%;
	}
	.contact-form,
	.details-block{
		font-size: 2rem;
		line-height: 1.5;
	}
}
@media only screen and (max-width : 1600px) {
	.portfolio-item-content{
		padding: 2.5rem 2.5rem 8.5rem;
	}
	.portfolio-item-content h3{
		font-size: 4rem;
		max-height: 2.2em;
		overflow: hidden;
	}
	.portfolio-item-link{
		padding: 0 2.5rem 2.5rem;
	}
	.hsf-header{
		margin-bottom: 6rem;
	}
	.hsf-content h3{
		font-size: 4rem;
	}
	.cta-row{
		font-size: 2.4rem;
	}
	.cta-button a{
		font-size: inherit;
		line-height: inherit;
		padding: 0.8em 2em;
		width: 18em;
	}
	.post-cta-block{
		font-size: 1.8rem;
	}
	.post-cta-link{
		margin-top: 1.6rem;
		padding-top: 3rem;
	}
	.post-cta-link a{
		font-size: 2.4rem;
		line-height: 1.2;
		padding: 0.8em 2em;
	}
	.result-item-title{
		font-size: 8rem;
	}
}
@media only screen and (max-width : 1300px) {
	body{
		padding-top: 11rem;
	}
	h2{
		font-size: 4rem;
		margin: 1em 0;
	}
	.header-row{
		padding: 3rem 2.5rem;
	}
	.header-logo img{
		height: 5rem;
	}
	.header-celebrating{
		width: 7rem;
	}
	.header-celebrating-inner,
	.body-scroll .header-celebrating-inner{
		top: -7rem;
		width: 8rem;
	}
	.navigation > ul > li{
		padding: 0 1em;
	}
	.footer-row{
		align-items: flex-start;
	}
	.footer-contacts{
		margin: 0;
	}
	.footer-contacts ul{
		display: block;
	}
	.footer-contacts li{
		display: block;
		padding: 0 0 0.5em;
	}
	.footer-contacts li:last-child{
		padding-bottom: 0;
	}
	.footer-social{
		padding: 0;
	}
	.service-item{
		padding-bottom: 7.5rem;
	}
	.service-item h3{
		white-space: normal;
	}
	.portfolio-row{
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.portfolio-item-wrap{
		padding: 0.5rem;
	}
	.portfolio-item{
		height: 100%;
	}
	.portfolio-item-inner{
		height: 100%;
		position: relative;
	}
	.portfolio-item-img{
		padding-top: 150%;
		transform: none!important;
	}
	.portfolio-item-content{
		min-height: 1px;
		padding: 2rem 2rem 8.5rem;
		position: static;
		transform: none!important;
	}
	.portfolio-item-content h3{
		font-size: 3.2rem;
		max-height: 5.5em;
	}
	.portfolio-item-link{
		padding: 0 2rem 2.2rem;
	}
	.portfolio-item-link .button{
		min-width: 1px;
		width: 100%;
	}
	.hbs-content{
		font-size: 2.4rem;
		line-height: 1.35;
		margin: 0 auto;
	}
	.partners-slider .swiper-slide{
		width: 25%;
	}
	.about-top-heading{
		font-size: 2rem;
		padding: 2rem 0 5rem;
	}
	.about-top-text h5{
		font-size: 2rem;
	}
	.about-top-heading h2{
		font-size: 4rem;
	}
	.team-item-name{
		font-size: 2.4rem;
	}
	.team-item-position{
		font-size: 1.8rem;
		margin-bottom: 1.2rem;
	}
	.clients-section-body{
		padding: 5rem 0 3rem;
	}
	.clients-pagination{
		margin-top: 5rem;
	}
	.service-top-section{
		min-height: 60rem;
	}
	.service-top-icon img{
		max-height: 36rem;
	}
	.service-top-content h1{
		font-size: 4rem;
	}
	.service-top-content-wrap{
		margin-top: 5rem;
		padding-top: 4rem;
	}
	.service-mouse-icon{
		bottom: 4rem;
	}
	.service-info-section{
		padding: 12rem 0;
	}
	.service-info-content h2 br,
	.service-info2-content h2 br{
		display: none;
	}
	.service-banner-img{
		padding-top: 500px;
	}
	.project-section{
		padding-bottom: 12rem;
	}
	.project-top-title h1{
		font-size: 4rem;
	}
	.project-intro-block{
		padding: 12rem 0;
	}
	.project-brief-block{
		padding: 12rem 0;
	}
	.project-brief-header{
		margin-bottom: 5rem;
	}
	.project-brief-details{
		padding-left: 3%;
	}
	.project-t-block{
		padding: 10rem 0;
	}
	.project-t-header{
		margin-bottom: 5rem;
	}
	.project-t-content{}
	.job-item{
		margin-bottom: 3rem;
		padding: 3rem;
	}
	.result-item-title{
		font-size: 6rem;
	}
}
@media only screen and (max-width : 1100px) {
	body{
		padding-top: 9rem;
	}
	.container{
		padding-left: 2rem;
		padding-right: 2rem;
		width: 100%;
	}
	#touch-menu{
		display: block;
	}
	.header-row{
		padding: 2rem;
	}
	.header-celebrating-inner,
	.body-scroll .header-celebrating-inner{
		top: -6rem;
	}
	.navigation-wrap{
		background: #fff;
		display: none;
		font-size: 3rem;
		font-style: 600;
		line-height: 4rem;
		height: 100vh;
		left: 0;
		position: absolute;
		top: 0;
		text-align: right;
		width: 100%;
	}
	.navigation-block{
		display: flex;
		align-items: center;
		height: 100%;
		left: 0;
		padding: 11rem 0 2rem;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.navigation{
		overflow: auto;
		max-height: 100%;
		margin: auto;
		padding: 0 5rem 0 1rem;
		width: 100%;
	}
	.navigation > ul{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.navigation ul li{
		display: block;
		padding: 1em 0 0;
		position: relative;
		width: 100%;
	}
	.navigation > ul > li:first-child{
		border: none;
		padding-top: 0;
	}
	.navigation > ul > li,
	.navigation ul ul li{
		display: block;
		border-bottom: none;
	}
	.navigation > ul > li > a,
	.navigation ul ul li a{
		display: block;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.navigation .menu-item-has-children > a > .toggle-submenu{
		font-style: normal;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		width: 40px;
	}
	.navigation .menu-item-has-children > a > .toggle-submenu:after{
		content: "+";
		font-size: 1em;
		line-height: inherit;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		width: 100%;
	}
	.navigation .menu-item-has-children > a > .toggle-submenu.active:after{
		content: "-";
	}
	.navigation ul ul{
		background: transparent;
		display: none;
		left: auto;
		margin: 0;
		position: relative;
		padding: 0;
		top: auto;
	}
	.navigation ul ul li{
		padding-top: 0.5em;
	}
}
@media only screen and (max-width : 991px) {
	.footer-logo{
		padding: 0 0 3.4rem;
		width: 100%;
	}
	.service-item h3{
		font-size: 2.4rem;
	}
	.portfolio-item-wrap{
		width: 50%;
	}
	.hsf-section{
		padding-bottom: 12rem;
	}
	.hsf-header{
		font-size: 1.8rem;
	}
	.hsf-content{}
	.hsf-content h3 {
		font-size: 3.2rem;
	}
	.blog-img-col{
		width: 100%;
	}
	.blog-content-col{
		padding: 3.5rem 2rem;
		width: 100%;
	}
	.blog-item-img{
		min-height: 1px;
		height: auto;
		padding-top: 49%;
	}
	.blog-item-content{
		max-width: 100%;
	}
	.partners-slider .swiper-slide{
		width: 33.33%;
	}
	.cta-row{
		font-size: 2rem;
		text-align: center;
	}
	.cta-button{
		padding: 1.5rem 0;
	}
	.cta-button a{
		width: auto;
	}
	.about-top-section{
		padding: 0 0 6rem;
	}
	.about-top-row{
		display: block;
	}
	.about-top-img-col{
		max-width: 100%;
		width: 100%;
	}
	.about-top-content-col{
		padding: 4rem 2.5rem 0;
		width: 100%;
	}
	.about-top-content-inner{
		max-width: 100%;
	}
	.about-top-heading{
		padding: 0 0 3rem;
	}
	.about-top-heading h2{
		max-width: 100%;
	}
	.about-top-text{
		max-width: 100%;
	}
	.about-top-text h5{
		margin: 1.2em 0;
	}
	.about-intro-block{
		max-width: 100%;
		width: 100%;
	}
	.team-item-wrap{
		width: 50%;
	}
	.team-item-title{
		font-size: 15vw;
	}
	.clients-slider .swiper-slide{
		margin-right: 6rem;
	}
	.post2-img-col{
		max-width: 100%;
		width: 100%;
	}
	.post2-content-col{
		max-width: 100%;
		padding: 6rem 2.5rem 0;
		width: 100%;
	}
	.post-cta-block{
		display: none;
	}
	.details-col{
		padding-bottom: 4rem;
	}
	.details-block h2{
		margin-bottom: 0.7em;
	}
	.careers-intro{
		border: none;
		padding: 5rem 0 6rem;
	}
	.jobs-feed-header{
		margin: 0 0 1.8em;
	}
	.results-header{
		padding-bottom: 4rem;
	}
	.result-item-wrap{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.results-footer{
		padding-top: 3rem;
	}
	.thankyou-icon{
		padding-bottom: 4rem;
		text-align: center;
	}
	.thankyou-icon img{
		max-width: 70%;
	}
	.thankyou-text{
		text-align: center;
	}
	.thankyou-text h2{
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width : 767px) {
	body{
		padding-top: 7rem;
	}
	h2{
		font-size: 3.2rem;
		margin: 0.8em 0;
	}
	.header-row{
		padding: 1.5rem;
	}
	.header-logo img{
		height: 4rem;
	}
	.header-tagline{
		display: none;
	}
	.header-contacts{
		font-size: 1.4rem;
	}
	.header-celebrating{
		width: 4rem;
	}
	.header-celebrating-inner,
	.body-scroll .header-celebrating-inner{
		top: -4.5rem;
		width: 5.1rem;
	}
	.navigation{
		padding-right: 4rem;
	}
	.navigation ul li{
		padding-top: 0.8em;
	}
	.body-scroll .header-logo img{
		height: 4rem;
	}
	.footer{
		text-align: center;
	}
	.footer-contacts{
		padding: 0 0 3.4rem;
		width: 100%;
	}
	.footer-social{
		width: 100%;
	}
	.footer-social ul{
		justify-content: center;
	}
	.top-slider-pagination .swiper-pagination-bullet{
		height: 1em;
		width: 1em;
	}
	.home-intro-section{
		padding: 6rem 0;
	}
	.home-intro-content br{
		display: none;
	}
	.home-intro-content span{
		display: block;
	}
	.home-mouse-icon{
		display: none;
		margin: 0;
	}
	.section-header{
		margin-bottom: 3rem;
	}
	.service-item-wrap{
		padding-bottom: 5rem;
	}
	.service-item{
		padding-bottom: 7.2rem;
	}
	.section-header-content{
		font-size: 1.8rem;
		padding-bottom: 1em;
	}
	.service-item-icon{
		min-height: 1px;
	}
	.hbs-section{
		padding: 7rem 0 3rem;
	}
	.hbs-content{
		font-size: 2rem;
		padding-bottom: 6rem;
	}
	.hbs-title{
		font-size: 1.8rem;
	}
	.hsf-section{
		padding: 6rem 0 8rem;
	}
	.hsf-row{
		display: block;
		margin-bottom: 7rem;
	}
	.hsf-row:last-child{
		margin-bottom: 0;
	}
	.hsf-content-col{
		padding: 0 0 4rem;
		width: 100%;
	}
	.hsf-img-col{
		width: 100%;
	}
	.hsf-header{
		margin-bottom: 2.5rem;
	}
	.hsf-content-wrap{
		max-width: 100%;
		padding: 0;
	}
	.hsf-content{
		font-size: inherit;
	}
	.hsf-row:nth-child(2n) .hsf-header{
		text-align: left;
	}
	.hsf-row:nth-child(2n) .hsf-content-wrap{
		padding: 0;
	}
	.partners-section .section-body{
		padding: 4rem 0;
	}
	.partners-slider .swiper-slide{
		width: 50%;
	}
	.blog-header{
		padding: 5rem 0;
	}
	.blog-header-title{
		width: 100%;
	}
	.blog-header-subtitle{
		padding-top: 0.5em;
		width: 100%;
	}
	.pagination-wrap{
		padding: 4.5rem 0;
	}
	.cta-section{
		padding: 6rem 0;
	}
	.cta-row{
		display: block;
		font-size: 2.8rem;
		text-align: center;
	}
	.cta-spacer{
		display: none;
	}
	.cta-button{
		padding: 3rem 0;
	}
	.cta-button a{
		font-size: 2.2rem;
		margin: 0 auto;
		max-width: 40rem;
		padding: 0.8em 1em;
		width: 100%;
	}
	.cta-phone{
		font-size: 2.5rem;
	}
	.services-section{
		padding: 2rem 0;
	}
	.about-top-heading h2{
		font-size: 3.2rem;
	}
	.about-top-text h5{
		font-size: 1.8rem;
		line-height: inherit;
	}
	.about-intro-section{
		padding-bottom: 7rem;
	}
	.about-intro-img-col{
		max-width: 100%;
		width: 100%;
	}
	.about-intro-content-col{
		padding: 4rem 2.5rem 0;
		width: 100%;
	}
	.about-intro-content{
		max-width: 100%;
	}
	.team-section-header{
		margin-bottom: 1.5rem;
	}
	.clients-section-body{
		padding: 4rem 0;
	}
	.clients-pagination{
		margin-top: 4rem;
	}
	.post-top-banner{
		padding-top: 40%;
	}
	.post-main-section{
		padding: 6rem 0;
	}
	.post-content h1{
		font-size: 2.4rem;
		margin: 0 0 1.2em;
	}
	.post-content h3{
		font-size: 1.8rem;
		margin: 1.2em 0;
	}
	.post-links{
		margin: 4rem 0 0;
	}
	.service-top-section{
		min-height: 1px;
		padding: 6rem 0;
	}
	.service-top-icon img{
		max-height: 24rem;
		max-width: 80%;
	}
	.service-top-content-wrap{
		border: none;
		margin: 0;
		padding: 6rem 0 0;
	}
	.service-top-content h1{
		margin-bottom: 0.7em;
	}
	.service-top-content h1 br{
		display: none;
	}
	.service-top-content p{
		max-width: 100%;
	}
	.service-mouse-icon{
		display: none;
	}
	.service-info-section{
		padding: 6rem 0;
	}
	.service-info-icon img,
	.service-info2-icon img{
		max-height: 20rem;
		width: auto;
	}
	.service-info-wrap{
		border: none;
		padding-top: 6rem;
	}
	.service-info-content h2{
		text-align: left;
	}
	.service-info-content p{
		max-width: 100%;
	}
	.testimonial-section{
		padding: 6rem 0;
	}
	.testimonial-content-wrap{
		padding: 3rem 1.5rem;
	}
	.testimonial-content-wrap:after{
		border-top-width: 3rem;
		border-left-width: 4rem;
	}
	.testimonial-details{
		padding: 0 3rem 0 0;
	}
	.testimonial-rating{
		margin-top: 1rem;
		position: relative;
		right: auto;
		top: auto;
	}
	.service-banner-img{
		padding-top: 350px;
	}
	.service-info2-section{
		padding: 6rem 0;
	}
	.service-info2-wrap{
		border: none;
		padding-top: 5rem;
	}
	.service-info2-content p{
		max-width: 100%;
	}
	.services-links{
		margin-top: 6rem;
	}
	.contact-title{
		padding-bottom: 3rem;
	}
	.project-section{
		padding-bottom: 8rem;
	}
	.project-top-title h1{
		font-size: 3.6rem;
	}
	.project-intro-block{
		padding: 6rem 0;
	}
	.project-intro-content{
		font-size: 1.8rem;
	}
	.project-brief-block{
		padding: 6rem 0;
	}
	.project-brief-header{
		max-width: 100%;
		width: 100%;
	}
	.project-brief-details{
		padding: 0 0 5rem;
		max-width: 100%;
		width: 100%;
	}
	.project-brief-details h5{
		margin-top: 1.5em;
	}
	.project-brief-details p{
		margin-bottom: 1em;
	}
	.project-brief-content{
		font-size: inherit;
		max-width: 100%;
		line-height: inherit;
		width: 100%;
	}
	.project-t-block{
		padding: 6rem 0;
	}
	.project-t-col{
		max-width: 100%;
		width: 100%;
	}
	.project-t-header{
		font-size: 1.8rem;
		margin-bottom: 4rem;
	}
	.project-t-content{
		font-size: inherit;
		line-height: inherit;
	}
	.project-video-block{
		padding: 6rem 0;
	}
	.def-section{
		padding: 6rem 0;
	}
	.careers-intro{
		padding: 4rem 0 5rem;
	}
	.careers-intro h1{
		font-size: 3.8rem;
		margin-bottom: 0.8em;
	}
	.careers-intro p{
		font-size: 2rem;
	}
	.job-item{
		min-height: 10rem;
		margin-bottom: 2rem;
		padding: 2.5rem;
	}
	.job-item-inner{
		padding: 0;
	}
	.job-item-title{
		font-size: 2rem;
	}
	.job-item-closing{
		font-size: inherit;
		margin-top: 1rem;
	}
	.job-item-spec{
		font-size: 1.4rem;
		margin-top: 1rem;
		position: relative;
		right: auto;
		text-align: left;
		transform: none;
		top: auto;
	}
	.job-item-spec br{
		display: none;
	}
	.results-header{
		padding-bottom: 3rem;
	}
	.result-item-wrap{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.result-item{
		max-width: 36rem;
	}
	.results-footer{
		padding-top: 3rem;
	}
}
@media only screen and (max-width : 539px) {
	.form-col-6{
		width: 100%;
	}
	.top-slide-img{
		display: none;
	}
	.top-slide-img-mob{
		background-color: #3B3A3C;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display: block;
		padding-top: 112%;
	}
	.top-slider .top-slider-pagination{
		bottom: 1.5rem;
	}
	.portfolio-item-wrap{
		width: 100%;
	}
	.portfolio-feed .portfolio-item-wrap:nth-child(even) .portfolio-item-img{
		padding-top: 85%;
	}
	.blog-row{
		border: none;
		margin: 0;
	}
	.blog-item-wrap{
		border: none;
		width: 100%;
	}
	.blog-img-col,
	.blog-content-col{
		border: none;
	}
	.team-item-wrap{
		width: 100%;
	}
	.team-item-title{
		font-size: 28vw;
	}
	.post-links{
		margin-top: 3rem;
	}
	.post-links a{
		margin: 1.5rem 0 0;
		width: 100%;
	}
	.services-links{
		margin-top: 3rem;
	}
	.services-links a{
		margin: 1.5rem 0 0;
		width: 100%;
	}
	.project-img-col-6{
		width: 100%;
	}
}
@media only screen and (min-width : 768px) {
}
@media only screen and (min-width : 1101px) {
	.navigation > ul > li:first-child{
		padding-left: 0;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.navigation > ul > li.menu-item-has-children > a{
		margin-right: 1.25em;
	}
	.navigation > ul > li.menu-item-has-children > a:before{
		border-left: 0.3em solid transparent;
		border-right: 0.3em solid transparent;
		border-top: 0.3em solid #707070;
		content: "";
		display: block;
		height: 0;
		position: absolute;
		right: -1em;
		top: 50%;
		transform: translateY(-50%);
		width: 0;
	}
	.navigation > ul > li > a:after{
		background: #F6921E;
		bottom: 0;
		content: "";
		display: block;
		height: 0;
		right: 0;
		position: absolute;
		transition: all 0.3s ease-in-out;
		width: 100%;
	}
	.navigation > ul > li:hover > a:after,
	.navigation .current-menu-item > a:after{
		height: 3px;
	}
	.navigation ul ul{
		background: #fff;
		box-shadow: 0 2rem 4rem rgba(0,0,0,0.2);
		display: block;
		left: 0;
		margin: 0;
		opacity: 0;
		padding: 1.4em 0;
		position: absolute;
		transition: all 0.2s 0.3s linear;
		transform: translateY(1rem);
		text-align: left;
		top: 9.5rem;
		visibility: hidden;
		width: 18em;
		z-index: 55;
	}
	.navigation ul ul li{
		display: block;
		white-space: nowrap;
		width: 100%;
	}
	.navigation ul ul li:first-child{
		border-top: none;
	}
	.navigation ul ul a{
		display: block;
		padding: 0.6em 1.8em;
	}
	.navigation ul ul a:hover,
	.navigation ul ul .current-menu-item a{
		color: #F6921E;
	}
	.navigation ul > li:hover > ul{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
		transition: all 0.2s 0.1s linear;
	}
	.body-scroll .navigation ul ul{
		top: 6rem;
	}
}