* {
	font-family: 'Open Sans', sans-serif;
}
#sixth_fade {
	border-top:sold 3px transparent;
	padding-top:15px;
	margin-top:15px
}
a,a:hover, i, i:hover  {
	text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:active, a:focus, h3:active, h3:focus{
  outline: 0;
  border: none;
  -moz-outline-style: none;
  text-decoration: none;
}
input,input:hover {
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	margin-bottom:0;
	font-family: 'Open Sans', sans-serif;
}
.additional_links {
	margin-top:30px;
}
/* Fade In Text */
.p-b-60 {
	padding-bottom: 30px;
}
.p-t-60 {
	padding-top: 30px;
}
body:not(.home) .contact_panel div.contact_padding {
	padding-top: 0;
	padding-bottom: 0;
}
.margin-bottom-60 {
	margin-bottom:60px;
}
.default_content_item {
	h2 {
		margin-bottom: 0.5rem;
	}
	h3 {

	}
	img {
		max-width: 100%;
		height:auto;
		border-radius: 0.25rem;
	}

}
.margin-top-60 {
	margin-top:60px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
#first_fade {
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#second_fade {
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#third_fade {
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#fourth_fade {
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#fifth_fade {
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#sixth_fade {
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#l-first_fade {
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color:#fff;
}

#l-second_fade {
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.second_l_panel p a:hover {
	color:#000;
	background:#fff;
}
/* End Fade In Text */
.grecaptcha-badge {
	display: none !important;
}
.ms-section {
	position:relative;
}
.bg_panel {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-size: cover !important;
}
.first_l_panel {
	padding:97px 97px;
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	align-items:flex-start;
	background:#000;
}
.first_l_top_sction {
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	width:100%;
}
.first_l_top_sction h2 {
	text-align:right;
	font-size:40px;
	line-height:40px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.first_l_top_sction h2 span {
	display:inline-block;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#fff;
}
.first_l_top_sction h2 span a {
	color:#fff;
}
.first_l_top_sction img {
	width:100%;
	max-width:280px;
	height:auto;
	object-fit: contain;
}
.first_l_bottom_section {
	flex-grow: 1;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	align-items:flex-end;
	width:100%;
}
.first_l_bottom_section h2 {
	font-size:30px;
	line-height:35px;
	font-weight:400;
}
.first_l_bottom_section h2 a {
	color:#fff;
}
.first_l_bottom_section h2 span {
	width:100%;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}
.first_l_bottom_section img {
	width:100%;
	max-width:28px;
	height:auto;
}
.second_l_panel {
	background:#707070;
	background-size:cover !important;
	background-position:center center !important;
	padding:97px 97px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.second_l_panel_con {
	width:100%;

}
.second_l_panel h3 {
	font-size:40px;
	line-height:40px;
	color:#000;
	padding-bottom:18px;
	border-bottom:solid thin #000;
	cursor: pointer;
}

.second_l_panel h4 {
	padding-top:15px;
	display:block;
	color:#fff;
	margin-bottom:26px;

}
.second_l_panel p {
	font-size:16px;
	color:#fff;
	margin-bottom:15px;
}
.second_l_panel p a {
    background: #000;
    border: solid thin #000;
    color: #fff;
    text-transform: uppercase;
	line-height:46px;
    height: 48px;
    display:inline-block;
    padding:0 15px;
}
.video_con {
	overflow:hidden;
}

.video_con:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3); 
}
.video_con video {
	position: absolute;
	bottom:0;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	min-width: 100%;
	min-height: 100%;
	border: 0;
	pointer-events: none;
	z-index: 0;
	/*filter: grayscale(1);
	-webkit-filter: grayscale(1); 
	filter: grayscale(100%); */
}
.second_l_panel h3.ui-accordion-header-active {
	opacity:0.75;
}
.ui-accordion-content-active {
	color:#000;
}

.second_l_panel .toggle_container {
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.quote-button {
	margin-top:30px;
	border-top:solid thin #000;
	padding-top:30px;
	display: inline-block;
}
.quote-button p strong {
	font-size: 24px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.quote-button a {
	position: relative;
	display: inline-block;
	color: #FFF;
	background: #000;
	font-size: 16px;
	text-align: center;
	font-style: normal;
	border: 1px solid #000;
	border-width: 1px 1px 3px;
	margin-bottom: 0;
	padding:10px 30px;
	cursor:pointer;
}
.quote-button a:hover {
	background:#fff;
	color:#000;
}


.second_l_panel h3 {
	padding-top:30px;
}
.second_l_panel h3:nth-child(0){
	padding-top:0;
}
.second_l_panel h3 {
	font-family: "Butler";
	color:#000000;
	font-size:40px;
	line-height:40px;
	padding-bottom:15px;
	border-bottom:solid thin #000;
	margin-bottom:15px;
	display:block;
	cursor:pointer;

}
.second_l_panel .toggle_container.active h3 {
	border-bottom-color: #fff;
	color:#fff;

}

.second_l_panel  p {
  margin-bottom:15px;
}


::-webkit-input-placeholder {
    color: #707070;
    opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
    color: #707070;
    opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #707070;
    opacity: 1 !important;
}

:-ms-input-placeholder {  
    color: #707070;
}



.contact_padding {
	padding:97px 97px;
}
.ms-section.contact_panel {
	background-size:cover !important;
	background-repeat: no-repeat !important;
	background-position:center center !important;
}
.contact_panel h3 {
	font-size:40px;
	line-height:40px;
	margin-bottom:66px;
}
.contact_field_title span{
	max-width:60%;
}
.contact_panel .contact_field_title a i {
	color:#000;
}
.contact_panel .contact_field_title a:hover i {
	color: #707070;
}
 .contact_panel select {

 }
 .contact_field_title {
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:solid thin #707070;
	margin-bottom:48px;
}
.contact_field_border input {
	border-bottom:solid thin #707070;
	width:100%;
	-webkit-appearance: none !important;
	padding-left:0;
}
.contact_field_border textarea {
	border:none;
	border-bottom:solid thin #707070;
	width:100%;
	-webkit-appearance: none !important;
	padding:10px 0;
}
.contact_field_border span {
	width:100%;
}
.contact_field_border {

	margin-bottom:48px;
}
.contact_panel .wpcf7-form-control-wrap {

	display: block;
	margin-bottom:12px;
}
.contact_panel div {
	position:relative;
}
.contact_panel i:not(.fa) {
    color: #707070;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    float:left;
    font-size:15px;
}
select {

  /* styling */
  -webkit-appearance: none !important;
  padding-left:0;
	overflow:hidden;
  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -moz-appearance: none;
}

select{
	-webkit-appearance:none !important;
	padding-right:30px;
	position:relative;
	text-align:right;
	z-index: 2;
	position: relative;
	background: transparent; 
}
..wpcf7-form-control-wrap {
	position:relative;
}
.contact_field_title .wpcf7-form-control-wrap:after {
	content:"\f107";
	position:absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color:#000;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    top:50%;
    font-size:20px;
}

select:focus {

}
.wpcf7-list-item-label {
	font-size:10px;
    color: #707070;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    clear:both;
    display:block;
    margin-top:13px;
}
div.wpcf7 .wpcf7-submit:disabled {
	opacity:0.4;
}
span.agree_text label:before {
	font-size:15px;
	content:'Yes, I Agree';
    color: #707070;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    margin-right:8px;
}
span.wpcf7-list-item {
	margin: 0 0 0 0;
}
.contact_panel input[type="checkbox"] {
	width:auto;
	height:auto;
}
.contact_panel input.wpcf7-submit {
	background:#fff;
	border:solid thin #000;
	color:#000;
	text-transform: uppercase;
	width:100%;
	max-width:150px;
	height:48px;
	cursor:pointer;
}
.contact_panel input.wpcf7-submit:hover {
	color:#fff;
	background:#000;
}
.alignment_top_btm {
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	height: 100%;
}
.btm_section_r_f{
	flex-grow: 1;
	display: -webkit-flex;
	display: flex;
	width:100%;
	align-items:flex-end;
}
.btm_section_r_f{
	margin-top:30px;
}
.btm_section_r_f h4 {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
.btm_section_r_second {
	border-top:solid thin #000;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:30px;
	padding-top:24px;
}
.btm_section_r_l {

}
.btm_section_r_l p {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size:15px;
	margin-bottom:8px;
}
.btm_section_r_l a {
	font-size:20px;
	text-transform: uppercase;
	margin-right:15px;
	color:#000;
	display:inline-block;
}
.btm_section_r_l a:hover {
	opacity:0.6;
}
.btm_section_r_r {
	display: -webkit-flex;
	display: flex;
	align-items:center;
}
.btm_section_r_r img {
	width:100%;
	max-width:64px;
	height:auto;
}
.btm_section_r_r .christies {
	width:100%;
	max-width:115px;
	height:auto;
	margin-right:35px;
}
.btm_section_r_r .chesnut {
	height:100%;
	max-height:64px;
	width:auto;
	margin-right:15px;
}
.btm_section_r_r .mla {
	margin-right:35px;
}
.height_overflow {
	overflow-y:scroll;
}
/* Contact Form */
<style type="text/css">
.form-style-5{
	max-width: 500px;
	padding: 10px 20px;
	background: #f4f7f8;
	margin: 10px auto;
	padding: 20px;
	background: #f4f7f8;
	border-radius: 8px;

}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 7px;
	font-size:16px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {

	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom:3px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #d2d9dd;
}
.form-style-5 select{
	-webkit-appearance: menulist-button;
	height:35px;
}
.form-style-5 .number {
	background: #000;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}
div.wpcf7-response-output {
	margin-left:0;
	margin-right:0;
}
.form-style-5 input[type="submit"],
.form-style-5 input[type="button"],
.form-style-5 input[type="reset"]
{
	position: relative;
	display: inline-block;
	color: #FFF;
	background: #000;
	font-size: 16px;
	text-align: center;
	font-style: normal;
	border: 1px solid #000;
	border-width: 1px 1px 3px;
	margin-bottom: 0;
	padding:10px 30px;
	text-transform: uppercase;
	cursor:pointer;

}
.form-style-5 input[type="submit"] {
	margin-left: 0;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover,
.form-style-5 input[type="reset"]:hover
{
	opacity:0.75;
}
.contact_panel .form-style-5 h3 {
	margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-id-101 {
	background:#000;
	display: -webkit-flex;
	display: flex;
	align-items:center;
}
.thankyou_content {
	text-align:center;
}
.thankyou_content * {
	color:#fff;
}
.thankyou_content h1 {
	text-transform:uppercase;
	font-weight:bold;
	margin-top:60px;
	margin-bottom:15px;
}
.thankyou_content p {
	margin-bottom:7.5px;
}
.thankyou_content p:nth-last-child(1) {
	margin-bottom:0;
}
.home .form-style-5 p {
	margin-bottom:0;
}
.top_banner_home_default_2 * {
	color:#fff;
}
.top_banner_home_default_2 {
	min-height: 533px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: -121px;
}
.top_banner_home_default_2 h1 {
	font-size: 52px;
	line-height: 52px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top:120px
}
.top_banner_home_default_2 p {
	text-transform:capitalize;
	line-height: 1.5;
  font-weight: 400;
}
body {
	overflow:scroll !important;
}
.padding-bottom-120 {
	padding-bottom:120px;
}

.padding-top-60 {
	padding-top:60px;
}
.sticky_sidebar {
  top: 120px;
  position: sticky;
  position: -webkit-sticky;
}
.article_content h2 {
	font-size: 32px;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 7.5px;
}
.article_sidebar h2 {
	font-size: 32px;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;	
	margin-bottom:1rem;
}
.article_sidebar a {
  color: #000;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}
.article_sidebar ul > li {
  margin-bottom: 7.5px;
}
.article_sidebar ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.text-center {
	text-align: center;
}

.section_6_home a {
  display:flex;
  flex-direction:column;
  width:100%;
  border-radius:7.5px;
  border:solid 2px #000;
  overflow:hidden;
  margin-bottom:30px;
  color:#000;
}
.porfolio_img {
  min-height:300px;
  border-bottom:solid 2px #000;
}
.portfolio_btm {
  background:#fff;
  padding:15px;
  min-height:105px;
}
.portfolio_btm h3 {
	margin-top: 7.5px;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
  	margin-bottom:7.5px;
}
.portfolio_btm p {

}

.btn_1 {
	
	position: relative;
	display: inline-block;
	color: #FFF;
	background: #000;
	font-size: 16px;
	text-align: center;
	font-style: normal;
	border: 1px solid #000;
	border-width: 1px 1px 3px;
	margin-bottom: 0;
	padding:10px 30px;
	cursor:pointer;
}
.btn_1:hover {
	background:#fff;
	color:#000;
}
header {
	top:0;
	left:0;
	width:100%;
	padding:15px 0;
	z-index:100;
}
.header_1 img {
	max-width:200px;
}
.header_2 ul {
	list-style:none;
	padding-left:0;
	margin-bottom:0;
	text-align: right;
}
.header_2 ul>li {
	display:inline-block;
	margin-left: 15px;
}
.header_2 ul>li>a {
	color:#fff;
	text-transform: uppercase;
}
.article_content img {
	border-radius: 7.5px;
}
@media(max-width:1919px) {
	.contact_field_title span{
		max-width:none;
	}
	.contact_panel .wpcf7-form-control-wrap {
		display:inline-block;
		width:100%;
	}
	.contact_panel input, .contact_panel select {
		width:100%;
	}
	.contact_field_title {
		display:block;
	}
	select {
		text-align:left;
		padding-left:0;
	}

	.contact_panel input[type="checkbox"] {
		width:auto;
	}

	.contact_field_border, .contact_field_title {
		margin-bottom:15px;
	}

}
@media(max-width:1600px) {
	.second_l_panel h3 {
		padding-top:15px;
	}
	.first_l_panel, .second_l_panel, .contact_padding {
		padding: 30px 30px;
	}
	.contact_panel h3 {
		margin-bottom:15px;
	}
	.second_l_panel h4 {
		padding-top:15px;
		margin-bottom:7.5px;
	}
	.second_l_panel a:nth-child(1) {
		margin-top:30px;
	}
	.second_l_panel a {
		margin-top:30px;
	}

	/* Fluid Typography */
	.second_l_panel p {
		font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
	}
	.first_l_top_sction h2, .second_l_panel h3, .contact_panel h3,.second_l_panel .toggle_container h3 {
		font-size: calc(26px + (40 - 26) * ((100vw - 300px) / (1600 - 300)));
		line-height: calc(26px + (40 - 26) * ((100vw - 300px) / (1600 - 300)));
	}
	.first_l_bottom_section h2 {
		font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1600 - 300)));
		line-height: calc(18px + (30 - 18) * ((100vw - 300px) / (1600 - 300)));
	}
	.first_l_top_sction img {
		max-width: calc(200px + (280 - 200) * ((100vw - 300px) / (1600 - 300)));
	}
	.second_l_panel p a {
		font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
	}
	.first_l_top_sction h2 {
		max-width:calc(50vw - 30px);
	}
	
}
@media(max-width:1028px) {
	.second_l_panel p {
		color:#000;
	}
	.second_l_panel h3.ui-accordion-header-active {
		border-bottom-color:#000;
		color:#000;
	}
	.second_l_panel {
		min-height:100vh;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.ms-section.first_l_panel {
		height:100vh;
		float:left;
	}
	.mobile_padding_100 {
		height:100vh;
		width:50%;

	}
	.second_l_panel {
		clear:both;
	}

	.btm_section_r_r {
		margin-top:15px;
	}

	.contact_panel input.wpcf7-submit {
		margin-top:15px;
	}
	.contact_panel input.wpcf7-submit {
		float:none;
	}
	.first_l_panel, .second_l_panel  {
		padding:30px 15px;
	}
	.contact_padding {
		padding:30px 15px 30px;
	}
}
@media (max-width: 991.98px) {
	.first_l_top_sction h2 {
		text-align: left;
	}
	.first_l_top_sction img {
		margin-bottom: 60px;
	}
	.first_l_top_sction {
		flex-wrap: wrap;
	}
	.first_l_top_sction h2 {
	
}
@media(max-width:768px) {
	max-width: none;
		width:100%;
	}
	.contact_panel .form-style-5 h3 {
		margin-bottom:15px;
	}
	.mobile_padding_100,.ms-section.first_l_panel{
		height:50vh;
		width:100%;
	}
	.second_l_panel {
		min-height:70vh;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

}
@media(max-width:750px) {
	.first_l_top_sction img {
		max-width:calc(50vw - 30px);
	}

	.first_l_top_sction img {
		width:100%;
		height:auto;
		object-fit: contain;
	}
	.second_l_panel h4 {
		padding-top:0;
	}

	.second_l_panel {
		min-height:100vh;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.ms-section.first_l_panel{
		height:100vh;
		width:100%;
	}
	.mobile_padding_100 {
		display:none;
	}
	.arrow_down {
		display: block !important;
	}

}
.mobile_top_banner {
	background:#000;
	padding:60px 30px 30px;
	position: relative;
	overflow: hidden;
}
.mobile_top_banner video {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	width:auto;
	height:100%;
}
.mobile_top_banner .scrim {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index: 1;
}
.overlay_items {
	position: relative;
	z-index:2;
}
.mobile_top_banner img {
	max-width: 100%;
	margin-bottom: 60px;
}
.mobile_top_banner h2 {
	color:#fff;
	padding-bottom: 30px;
	font-size: 24px;
	text-align: center;
}
.mobile_top_banner h2 span {

}
.mobile_top_banner h2 span a {
	color:#fff;
}
.secondary_text {

}
.scroll_down_box_second {
    margin-top: -8px;
}
.scroll_down_box_first img {
    animation: pulse_down 2.4s ease 1s infinite;
    opacity: .2;
    width: 22px;
}
.scroll_down_box_second img {
    animation: pulse_down 2.5s ease 1.2s infinite;
    opacity: .2;
    width: 22px;
}
.secondary_text .text {
    color: #fff;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: var(--title-font);
}
.secondary_text img {
	margin-bottom: 0;
}
.scroll_down_box, .secondary_text {
    align-items: center;
    display: flex;
    width: 100%;
}
.secondary_text
 {
    flex-direction: column;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 30px;
	padding-top:30px;
}
@keyframes pulse_down {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

@keyframes pulse {
    to {
        opacity: 1
    }
}
@media(max-width:767.98px) {
	.ms-section.contact_panel {
		background:#fff !important;
	}
	header {
		display: none;
	}
	.mobile_padding_100{
		height:100vh;
		width:100%;
	}
	.ms-section.first_l_panel.custom-iphone-height {
			width:100%;
		  height: 100vh;
		  height: calc(var(--vh, 1vh) * 100);
		  float:none;
	}



}
