@font-face {
font-family: A;
src: url('../fonts/PracticalGrotesk-Light.otf');
	}
@font-face {
font-family: B;
src: url('../fonts/PracticalGrotesk-Regular.otf');
	}
@font-face {
font-family: C;
src: url('../fonts/PracticalGrotesk-Medium.otf');
	}
@font-face {
font-family: D;
src: url('../fonts/PracticalGrotesk-Book.otf');
	}
@font-face {
font-family: E;
src: url('../fonts/HelveticaBold.ttf');
}
@font-face {
font-family: F;
src: url('../fonts/HelveticaLight.otf');
	}
@font-face {
font-family: G;
src: url('../fonts/Swz721t.TTF');
	}
@font-face {
font-family: H;
src: url('../fonts/UPCFB.TTF');
	}
@font-face {
font-family: I;
src: url('../fonts/D-DIN.ttf');
	}
@font-face {
font-family: J;
src: url('../fonts/OpenSansRegular.ttf');
	}
@font-face {
font-family: K;
src: url('../fonts/Migra-Semibold.otf');
	}
@font-face {
font-family: L;
src: url('../fonts/MigraItalic-BoldItalic.otf');
	}



body {
	margin:0 auto;
	padding: 0;
	background-color: #000;
	}

/* scrol bar */
::-webkit-scrollbar
{width: 10px;}
::-webkit-scrollbar-track {background: #2a2a2a;}
::-webkit-scrollbar-thumb {background: #3e3e3e;}
::-webkit-scrollbar-thumb:hover {background: #f54b1c;}

/* select color */
::selection {background:#f54b1c; color: #fff}
::-moz-selection {background:#f54b1c; color: #fff}

.noBlue {
	text-decoration: none;
	outline: 0;
	border: 0; 
	box-shadow: none;
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:hover {
	text-decoration: none;
	outline: 0;
	border: 0; 
	box-shadow: none;
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:focus {
	text-decoration: none;
	outline: 0;
	border: 0; 
	box-shadow: none;
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

.invertTXT {
	font-size: 20px;
	font-family: A;
	color: white;
	letter-spacing: 1.5px;
	cursor: pointer;
	z-index: 12;
	top: 13px;
	right: 30px;
	
	mix-blend-mode: difference;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.invertTXT:hover {
	color: gray;
	}

@media (max-width: 575.98px) {.invertTXT {right: 20px;font-size: 13px;}}
@media (min-width: 576px) and (max-width: 912.98px) { .invertTXT {right: 20px;font-size: 14px;}}
@media (min-width: 1200px) and (max-width: 1399.98px) { .invertTXT {font-size: 13px;letter-spacing: 1px;top: 13px;right: 20px;}}

.invertLogo {
	font-size: 36px;
	font-family: K;
	color: #0ab4e3;
	cursor: pointer;
	position: fixed;
	z-index: 11;
	top: 14px;
	left: 70px;
	
	mix-blend-mode: difference;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.invertLogo span {
	font-family: L;
	}
.invertLogo:hover {
	color: gray;
	}

@media (max-width: 575.98px) {.invertLogo {left: 25px;}}
@media (min-width: 576px) and (max-width: 912.98px) { .invertLogo {left: 25px;}}

.line-container {
	width: 100%;
	height: 1px; /* Line thickness */
	position: relative; /* Allows absolute positioning */
	overflow: hidden; /* Hides overflow */
	}
.line {
	width: 0; /* Start with 0 width */
	height: 100%;
	background-color:rgba(255,255,255,0.5); /* Line color */
	position: absolute;
	left: 0; /* Start from the left */
	top: 0;
	transition: width 1s ease; /* Smooth transition for width */
	opacity: 0; /* Initially hide the line */
	}

/* --------------------------------------------------------------------------------------------------------------------- Side Menu --*/

.sideMenu {
	height: 100%; /* 100% Full-height */
	width: 100%; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: #010103; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 0 0 0 0; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	z-index: 13;
	display: none;
	}

.sideMenu .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.sideMenu .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}

.sideMenu .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.sideMenu .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
#L1, #L2, #L3, #L4, #L5 {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
#IMG {
	background-image: url('../images+/v/52.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

.sideMenu .r2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	z-index: 13;
	height: 100vh;
	top: 0;
	width: 100%;
	}

.sideMenu .r2 .r2Col1 {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	}
.sideMenu .r2 .r2Col1a {
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	float: left;
	}
.sideMenu .r2 .r2Col1a img {
	height: 55px;
	width: auto;
	}
.sideMenu .r2 .r2Col1b {
	padding: 0 30px 0 0;
	margin: 0 0 0 0;
	text-align: right;
	direction: ltr;
	float: left;
	}
.sideMenu .r2 .r2Col1b a {
	font-size: 20px;
	font-family: D;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.sideMenu .r2 .r2Col1b a:hover {
	color: #f54b1c;
	}

.sideMenu .r2 .r2Col2 {
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	line-height: 90px;
	}

.sideMenu .r2 .r2Col2 a {
	font-family: B;
	font-size: 100px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.sideMenu .r2 .r2Col2 a:hover {
	color: #f54b1c;
	}

.sideMenu .r2 .r2Col3 {
	padding: 0 30px 10px 30px;
	margin: 0 0 0 0;
	}
.sideMenu .r2 .r2Col3a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: white;
	height: 1px;
	}
.sideMenu .r2 .r2Col3b {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 100px;
	text-align: left;
	float: left;
	}
.sideMenu .r2 .r2Col3b img {
	height: 30px;
	width: auto;
	}
.sideMenu .r2 .r2Col3c, .sideMenu .r2 .r2Col3d, .sideMenu .r2 .r2Col3e  {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 100px;
	text-align: right;
	direction: ltr;
	float: left;
	}
.sideMenu .r2 .r2Col3c a, .sideMenu .r2 .r2Col3d  a, .sideMenu .r2 .r2Col3e a {
	font-family: B;
	font-size: 20px;
	letter-spacing: 0.6px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.sideMenu .r2 .r2Col3c a:hover, .sideMenu .r2 .r2Col3d  a:hover, .sideMenu .r2 .r2Col3e a:hover {color: #f54b1c;}

@media (max-width: 575.98px) { 
	.sideMenu .r2 .r2Col1a {padding: 0 0 0 20px;}
	.sideMenu .r2 .r2Col1a img {height: 35px;}
	.sideMenu .r2 .r2Col1b {padding: 0 20px 0 0;}
	.sideMenu .r2 .r2Col1b a {font-size: 14px}
	.sideMenu .r2 .r2Col2 {padding: 0 0 0 25px;line-height: 55px;}
	.sideMenu .r2 .r2Col2 a {font-size: 56px;}
	.sideMenu .r2 .r2Col3 {padding: 0 25px 10px 25px;}
	.sideMenu .r2 .r2Col3c {text-align: left;}
	.sideMenu .r2 .r2Col3d {text-align: center;}
	.sideMenu .r2 .r2Col3e  {text-align: right;}
	.sideMenu .r2 .r2Col3c a, .sideMenu .r2 .r2Col3d  a, .sideMenu .r2 .r2Col3e a {font-size: 9px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.sideMenu .r2 .r2Col1a {padding: 0 0 0 25px;}
	.sideMenu .r2 .r2Col1a img {height: 45px;}
	.sideMenu .r2 .r2Col1b {padding: 0 25px 0 0;}
	.sideMenu .r2 .r2Col1b a {font-size: 14px}
	.sideMenu .r2 .r2Col2 {padding: 0 0 0 25px;line-height: 55px;}
	.sideMenu .r2 .r2Col2 a {font-size: 60px;}
	.sideMenu .r2 .r2Col3 {padding: 0 25px 10px 25px;}
	.sideMenu .r2 .r2Col3c a, .sideMenu .r2 .r2Col3d  a, .sideMenu .r2 .r2Col3e a {font-size: 10px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.sideMenu .r2 .r2Col1a img {height: 40px;}
	.sideMenu .r2 .r2Col1b a {font-size: 13px;}
	.sideMenu .r2 .r2Col2 {line-height: 50px;}
	.sideMenu .r2 .r2Col2 a {font-size: 60px;}
	.sideMenu .r2 .r2Col3b {line-height: 50px;}
	.sideMenu .r2 .r2Col3b img {height: 20px;}
	.sideMenu .r2 .r2Col3c, .sideMenu .r2 .r2Col3d, .sideMenu .r2 .r2Col3e  {line-height: 50px;}
	.sideMenu .r2 .r2Col3c a, .sideMenu .r2 .r2Col3d  a, .sideMenu .r2 .r2Col3e a {font-size: 13px;}
	}

/*-------------------------------------------------------------------------------------------------------------------- Header - menu */

.headerSEC {
    }
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: #000;
	z-index: 4;
	transition: top 0.3s ease-in-out; /* Smooth transition for sliding effect */
	}

#header.hide {
	top: -100px; /* Hide header off the screen */
	}

#header .container-fluid {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	}
#header .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
#header .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 90px;
	height: 100px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}


#header .col1 .image-container {
	position: relative;
	width: 350px; /* Set the width of the container */
	height: 65px; /* Set the height of the container */
	overflow: hidden;
	cursor: pointer; /* Changes cursor to indicate interaction */
	padding-top: 15px;
	}
#header .col1  .image-container img {
	position: absolute;
	width: auto;
	height: 50px;
	object-fit: cover; /* Ensures images cover the entire container */
	transition: opacity 0.5s ease-in-out; /* Smooth transition */
	}
#header .col1 .image-container img.top { opacity: 0;}
#header .col1 .image-container:hover img.top { opacity: 1; }
#header .col1 .image-container:hover img.bottom {opacity: 0;}


#header .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 100px;
	height: 100px;
	text-align: right;
	direction: ltr;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

#header .col2 a {
	position: relative;
	font-family: B;
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
#header .col2 a:hover {
	color: #f54b1c
	}

#header .col2 a:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: -36px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
#header .col2 a:hover:after{
	width: 100%;
	left: 0;
	background: #e94e26;
	}

@media (max-width: 575.98px) { 
	#header {height: 80px;}
	#header.hide {top: -80px;}
	#header .container-fluid {padding: 0 20px 0 20px;}
	#header .col1  .image-container img {height: 40px;}
	#header .col1 a img {height: 35px;}
	#header .col2 {line-height: 80px;height: 80px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	#header {height: 80px;}
	#header.hide {top: -80px;}
	#header .container-fluid {padding: 0 20px 0 20px;}
	#header .col1  .image-container img {height: 40px;}
	#header .col1 a img {height: 35px;}
	#header .col2 {line-height: 80px;height: 80px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	#header {height: 70px;}
	#header.hide {top: -70px;}
	#header .container-fluid {padding: 0 20px 0 20px;}
	#header .col1  .image-container img {height: 35px;}
	#header .col2 {line-height: 70px;height: 70px;}
	#header .col2 a {font-size: 13px;}
	#header .col2 a:after {margin-top: -24px;}
	}

/*--------------------------------------------------------------------------------------------------------------------- home line 1 */

.hLine1 {
	background-color:#000;
	padding-top: 100px;
	}
.hLine1 .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hLine1 .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hLine1 .col1 {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	}

@media (max-width: 575.98px) { 
	.hLine1 {padding-top: 80px;}
	.hLine1 .col1 {padding: 0 20px 0 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hLine1 {padding-top: 80px;}
	.hLine1 .col1 {padding: 0 20px 0 20px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.hLine1 {padding-top: 70px;}
	.hLine1 .col1 {padding: 0 20px 0 20px;}
	}

/*----------------------------------------------------------------------------------------------------------------------- home intro */

.hIntro {
	background-color:#000;
	}
.hIntro .container-fluid {
	padding: 120px 0 0 0;
	margin: 0 0 0 0;
	}
.hIntro .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hIntro .col1 {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	}
.hIntro .col1_1 {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	}
.hIntro .col1_1 img {
	width: 100%;
	height: auto;
	}
.hIntro .col1_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 55px;
	line-height: 65px;
	color: #fff;
	font-family: B;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.hIntro .col1_3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 55px;
	line-height: 65px;
	color: #fff;
	font-family: B;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.hIntro .col1_4 {
	padding: 80px 0 80px 0;
	margin: 0 0 0 0;
	}
.hIntro .col1_4a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-family: D;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	float: left;
	}
.hIntro .col1_4b {
	padding: 0 -50px 0 0;
	margin: 0 0 0 0;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-family: D;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	text-align: right;
	direction: ltr;
	float: left;
	}
.hIntro .col1_4b img {
	height: 18px;
	width: auto;
	margin-top: -7px;
	margin-left: 2px;
	}
.hIntro .col1_4b a, .hIntro .col1_4a a {
	position: relative;
	color: #606060;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.hIntro .col1_4b a:hover, .hIntro .col1_4a a:hover {
	color: #e94e26;
	}

.hIntro .col1_4b a:after, .hIntro .col1_4a a:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: 4px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.hIntro .col1_4b a:hover:after, .hIntro .col1_4a a:hover:after{
	width: 100%;
	left: 0;
	background: #e94e26;
	}


@media (max-width: 575.98px) { 
	.hIntro .col1 {padding: 0 20px 0 20px;}
	.hIntro .col1_2 {padding: 18px 0 0 0;font-size: 22px;line-height: 22px;}
	.hIntro .col1_3 {font-size: 22px;line-height: 30px;}
	.hIntro .col1_4 {padding: 80px 0 40px 0;}
	.hIntro .col1_4a {font-size: 13px;line-height: 20px;}
	.hIntro .col1_4b {font-size: 13px;line-height: 20px;}
	.hIntro .col1_4b img {height: 11px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hIntro .col1 {padding: 0 20px 0 20px;}
	.hIntro .col1_2 {padding: 18px 0 0 0;font-size: 28px;line-height: 28px;}
	.hIntro .col1_3 {font-size: 28px;line-height: 38px;}
	.hIntro .col1_4 {padding: 80px 0 40px 0;}
	.hIntro .col1_4a {font-size: 13px;line-height: 20px;}
	.hIntro .col1_4b {font-size: 13px;line-height: 20px;}
	.hIntro .col1_4b img {height: 11px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.hIntro .col1 {padding: 0 20px 0 20px;}
	.hIntro .col1_1 {padding: 20px 0 0 0;}
	.hIntro .col1_2 {font-size: 32px;line-height: 30px;}
	.hIntro .col1_3 {font-size: 32px;line-height: 40px;}
	.hIntro .col1_4 {padding: 80px 0 50px 0;}
	.hIntro .col1_4a {font-size: 14px;line-height: 18px;}
	.hIntro .col1_4b {font-size: 14px;line-height: 18px;}
	.hIntro .col1_4b img {height: 12px;}
	}

/*--------------------------------------------------------------------------------------------------------------------- home video 1 */

/*.H_videoSEC {
	}
.H_videoSEC .Poverlay {
	background-color:rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	}
.H_videoSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.H_videoSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.H_videoSEC .col0 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.H_videoSEC .col1 {
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.H_videoSEC img {
	width: 110px;
	height: auto;
	}
.H_videoSEC .colDes {
	padding: 70px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: G;
	color:#d4d4d4;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	}

.H_videoSEC .col2 {
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	text-align: center;
	}

.H_videoSEC .socialLink {
	color: #D7D7D7;
	font-size: 12px;
	opacity: 1;
	margin-right: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.H_videoSEC .socialLink:hover {
	opacity: 0.6;
	}

.H_videoSEC .jarallax {
    min-height: 100vh;
	}*/

.H_videoSEC {
	height: 100vh;
	}
.H_videoSEC .Poverlay {
	background-color:rgba(0,0,0,0.0);
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 2;
	}
.H_videoSEC video {
	width: 100%;
    position: fixed;
	top:0;
	z-index: -1;
	}

@media (max-width: 575.98px) { 
	.H_videoSEC {position: relative;}
	.H_videoSEC video {height: 100%;object-fit: cover;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.H_videoSEC {position: relative;}
	.H_videoSEC video {height: 100%;object-fit: cover;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* -------------------------------------------------------------------------------------------------------------- home selected work */

.hSelected {
	background-color: #000;
	}
.hSelected .container-fluid {
	padding: 60px 0 80px 0;
	margin:  0 0 0 0;
	}
.hSelected .row {
	padding: 0 30px 0 30px;
	margin:  0 0 0 0;
	}
.hSelected .col1 {
	padding: 20px 0 0 0;
	margin:  0 0 0 0;
	font-family: B;
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	}
.hSelected .col2 {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	}

@media (max-width: 575.98px) { 
	.hSelected .container-fluid {padding: 35px 0 20px 0;}
	.hSelected .row {padding: 0 20px 0 20px;}
	.hSelected .col1 {font-size: 54px;line-height: 55px;padding: 0 0 10px 0}
	}
@media (min-width: 576px) and (max-width: 912.98px) {
	.hSelected .container-fluid {padding: 50px 0 20px 0;}
	.hSelected .row {padding: 0 20px 0 20px;}
	.hSelected .col1 {line-height: 55px;padding: 0 0 20px 0}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.hSelected .container-fluid {padding: 40px 0 20px 0;}
	.hSelected .row {padding: 0 20px 0 20px;}
	.hSelected .col1 {padding: 10px 0 0 0;font-size: 44px;}
	}

/* ------------------------------------------------------------------------------------------------------------- H photography Line */

.H_photographyLine {
	background-color:#000;
	padding-top: 40px;
	}
.H_photographyLine .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.H_photographyLine .row {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.H_photographyLine .col1 {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	}

@media (max-width: 575.98px) { 
	.H_photographyLine {padding-top: 10px;}
	.H_photographyLine .col1 {padding: 0 20px 0 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) {
	.H_photographyLine {padding-top: 10px;}
	.H_photographyLine .col1 {padding: 0 20px 0 20px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.H_photographyLine {padding-top: 70px;}
	.H_photographyLine .col1 {padding: 0 20px 0 20px;}
	}

/*------------------------------------------------------------------------------------------------------------------ H_photography */

.H_photography {
	background-color: black;
	}
.H_photography .container-fluid {
	margin: 0 0 0 0;
	padding: 90px 0 0 0;
	}
.H_photography .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.H_photography .col1 {
	padding: 0 30px 40px 30px;
    margin: 0 0 0 0;
    font-size: 30px;
    line-height: 22px;
    color: #606060;
    font-family: D;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    float: left;
	}

.H_photography .col2 {
	padding: 0 30px 0 30px;
    margin: 0 0 0 0;
	}

.H_photography .simply-scroll {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
	}
.H_photography .simply-scroll .simply-scroll-clip {
	width: 100%;
	height: auto;
	}

.H_photography .simply-scroll .simply-scroll-list li {
	position: relative;
	width: 290px;
	height: auto;
	overflow: hidden;
	}
.H_photography .simply-scroll .simply-scroll-list li img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease, opacity 0.3s ease;
	}
.H_photography .simply-scroll .simply-scroll-list li:hover img {
	opacity: 0.8;
	transform: scale(1.1);
	}

.H_photography .pName {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/*color: #e94e26;*/
	color: #fff;
	font-family: B;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.3;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s;
	}
.H_photography .pName:hover {
	opacity: 1;
	}


@media (max-width: 575.98px) { 
	.H_photography .container-fluid {padding: 40px 0 0 0;}
	.H_photography .col1 {padding: 0 20px 40px 20px;font-size: 26px;letter-spacing: 1px;}
	.H_photography .col2 {padding: 0 20px 0 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) {
	.H_photography .container-fluid {padding: 40px 0 0 0;}
	.H_photography .col1 {padding: 0 20px 40px 20px;font-size: 26px;letter-spacing: 1px;}
	.H_photography .col2 {padding: 0 20px 0 20px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.H_photography .container-fluid {padding: 70px 0 0 0;}
	.H_photography .col1 {padding: 0 20px 40px 20px;font-size: 26px;letter-spacing: 1px;}
	.H_photography .col2 {padding: 0 20px 0 20px;}
	}


/*------------------------------------------------------------------------------------------------------------------------ H Tabs ---*/

.hTabs {
	background-color: #000;
	}
.hTabs .container-fluid {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	}
.hTabs .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

/*tabs*/
.hTabs .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hTabs .col2 .nav-tabs {
     border-bottom: 0px solid #dee2e6; 
	}
.nav-tabs .nav-link {
	position: relative;
    border: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.hTabs .col2 .nav-tabs .nav-link:focus, .hTabs .col2 .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #fa5a03;
	}

.hTabs .col2 .nav-tabs .nav-link:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: 4px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.hTabs .col2 .nav-tabs .nav-link:hover:after{
	width: 100%;
	left: 0;
	background: #e94e26;
	}


.hTabs .col2 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
	}

.hTabs .col2 button {
	padding: 0;
	font-family: B;
	font-size: 27px;
	letter-spacing: 1px;
	color: #606060;
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

/*content*/
.hTabs .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hTabs .col3 .tab-content {
	padding: 0 0 0 0;
	margin: 0 -15px 0 -15px;
	}
.hTabs .col3a {
	padding: 30px 15px 0 15px;
	margin: 0 0 0 0;
	float: left;
	}

.hTabs .col3b {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 90vh;
	}
.hTabs .col3b .video-container {
		height: 90vh;
		width: 100%;
		position: relative;
		}
.hTabs .col3b .video-container video {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
		z-index: 2;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		}
.hTabs .col3b video:hover {
	opacity: 0;
	}

.hTabs .col3b .video-container img {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
		z-index: 2;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		}
.hTabs .col3b img:hover {
	opacity: 0;
	}
/* Just styling the content of the div, the *magic* in the previous rules */
.hTabs .col3b .caption {
	z-index: 1;
	position: absolute;
	font-family: A;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	align-content:center;
	}
.hTabs .col3b .caption span {
	font-size: 20px;
	}

@media (max-width: 575.98px) { 
	.hTabs .container-fluid {padding: 0 20px 0 20px;}
	/*tabs*/
	.hTabs .col2 button {font-size: 12px;}
	/*content*/
	.hTabs .col3 .tab-content {margin: 0 -10px 0 -10px;}
	.hTabs .col3a {padding: 20px 10px 0 10px;}
	.hTabs .col3b {height: 35vh;}
	.hTabs .col3b .video-container {height: 35vh;}
	/* Just styling the content of the div, the *magic* in the previous rules */
	.hTabs .col3b .caption {font-size: 28px;line-height: 28px;}
	.hTabs .col3b .caption span {font-size: 16px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hTabs .container-fluid {padding: 0 20px 0 20px;}
	/*tabs*/
	.hTabs .col2 button {font-size: 18px;}
	/*content*/
	.hTabs .col3 .tab-content {margin: 0 -10px 0 -10px;}
	.hTabs .col3a {padding: 20px 10px 0 10px;}
	.hTabs .col3b {height: 50vh;}
	.hTabs .col3b .video-container {height: 50vh;}
	/* Just styling the content of the div, the *magic* in the previous rules */
	.hTabs .col3b .caption {font-size: 28px;line-height: 28px;}
	.hTabs .col3b .caption span {font-size: 16px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.hTabs .container-fluid {padding: 0 20px 0 20px;}
	/*tabs*/
	.hTabs .col2 button {font-size: 18px;}
	/*content*/
	.hTabs .col3 .tab-content {margin: 0 -10px 0 -10px;}
	.hTabs .col3a {padding: 20px 10px 0 10px;}
	.hTabs .col3b {height: 85vh;}
	.hTabs .col3b .video-container {height: 85vh;}
	/* Just styling the content of the div, the *magic* in the previous rules */
	.hTabs .col3b .caption {font-size: 22px;line-height: 23px;}
	.hTabs .col3b .caption span {font-size: 14px;}
	}

/* -------------------------------------------------------------------------------------------------------------- home selected link */

.hSelectedlink {
	background-color: #000;
	}
.hSelectedlink .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.hSelectedlink .row {
	padding: 0 30px 0 30px;
	margin:  0 0 0 0;
	}
.hSelectedlink .col1 {
	padding: 40px 0 20px 0;
	margin:  0 0 0 0;
	text-align: right;
	direction: ltr
	}
.hSelectedlink .col1 a {
	position: relative;
	font-family: B;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.hSelectedlink .col1 a:hover {
	color: #fa5a03;
	}

.hSelectedlink .col1 a:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: 2px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.hSelectedlink .col1 a:hover:after{
	width: 100%;
	left: 0;
	background: #e94e26;
	}

@media (max-width: 575.98px) { 
	.hSelectedlink .row {padding: 0 20px 0 20px;}
	.hSelectedlink .col1 {padding: 10px 0 10px 0;}
	.hSelectedlink .col1 a {font-size: 16px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hSelectedlink .row {padding: 0 20px 0 20px;}
	.hSelectedlink .col1 {padding: 10px 0 10px 0;}
	.hSelectedlink .col1 a {font-size: 16px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.hSelectedlink .row {padding: 0 20px 0 20px;}
	.hSelectedlink .col1 {padding: 20px 0 0 0;}
	.hSelectedlink .col1 a {font-size: 18px;}
	}

/* -------------------------------------------------------------------------------------------------------------- home about line */

.hAboutLine {
	background-color:#000;
	padding-top: 100px;
	}
.hAboutLine .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.hAboutLine .row {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.hAboutLine .col1 {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	}

@media (max-width: 575.98px) { 
	.hAboutLine {padding-top: 10px;}
	.hAboutLine .col1 {padding: 0 20px 0 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) {
	.hAboutLine {padding-top: 10px;}
	.hAboutLine .col1 {padding: 0 20px 0 20px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.hAboutLine {padding-top: 70px;}
	.hAboutLine .col1 {padding: 0 20px 0 20px;}
	}

/* ---------------------------------------------------------------------------------------------------------------------- home about */

.hAbout {
	background-color: #000;
	}
.hAbout .container-fluid {
	padding: 350px 0 150px 0;
	margin:  0 0 0 0;
	}
.hAbout .row {
	padding: 0 30px 0 30px;
	margin:  0 0 0 0;
	}
.hAbout .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	text-transform: uppercase;
	font-size: 24px;
	color: #606060;
	line-height: 27px;
	letter-spacing: 0.3px;
	}
.hAbout .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 50px;
	line-height: 55px;
	color: #fff;
	letter-spacing: 0.3px;
	}
.hAbout .col2 a {
	position: relative;
	font-family: B;
	font-size: 24px;
	color: #606060;
	letter-spacing: 0.3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.hAbout .col2 a:hover {
	color: #fa5a03;
	}

.hAbout .col2 a:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: -10px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.hAbout .col2 a:hover:after{
	width: 100%;
	left: 0;
	background: #e94e26;
	}

@media (max-width: 575.98px) { 
	.hAbout .container-fluid {padding: 25px 0 30px 0;}
	.hAbout .row {padding: 0 20px 0 20px;}
	.hAbout .col1 {font-size: 24px; line-height: 24px;}
	.hAbout .col2 {padding: 10px 0 0 0; font-size: 22px;line-height: 27px;}
	.hAbout .col2 a {font-size: 18px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) {
	.hAbout .container-fluid {padding: 25px 0 20px 0;}
	.hAbout .row {padding: 0 20px 0 20px;}
	.hAbout .col1 {font-size: 24px; line-height: 24px;}
	.hAbout .col2 {padding: 10px 0 0 0;font-size: 22px;line-height: 27px;}
	.hAbout .col2 a {font-size: 18px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.hAbout .container-fluid {padding: 40px 0 40px 0;}
	.hAbout .row {padding: 0 20px 0 20px;}
	.hAbout .col1 {font-size: 17px;}
	.hAbout .col2 {font-size: 31px;line-height: 35px;}
	.hAbout .col2 a {font-size: 20px;}
	.hAbout .col2 a:after {margin-top: -4px;}
	}

/* ------------------------------------------------------------------------------------------------------------------ home accordion */

.hAccordion {
	background-color: #181818;
	height: 100vh;
	}
.hAccordion .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.hAccordion .row {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}

.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 100vh;
	background-color: #181818;
	}
.accordion .tabs {
	/*flex: 1;*/
	display: flex;
	overflow: hidden;
	position: relative;
	transition: all 0.4s;
	width: 90px;
	}
.accordion .tabs + .tabs {
	border-left: 1px solid #B5B5B5;
	}
.accordion .tabs .tab-header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	visibility: visible;
	opacity: 1;
	}

.accordion .tabs .tab-header .text > div {
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: left top;
	width: 100vh;
	height: 160px;
	padding: 22px 0 0 50px;
	background-color:#181818;
	font-family: A;
	font-size: 36px;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.4s;
	z-index: 3;
	}
.accordion .tabs .tab-header .text > div span {
	font-size: 24px;
	}
.accordion .tabs .tab-header .text > div:hover {
	background-color:#f54b1c;
	cursor: pointer;
	}


.accordion .tabs .tab-content {
	visibility: hidden;
	opacity: 0;
	position: relative;
	width: 100%;
	z-index: 3;
	}
.accordion .tabs .tab-content .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.accordion .tabs .tab-content .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.accordion .tabs .tab-content .col1 video {
	width: 100%;
	height: 100vh;
	/*position: absolute;*/
	object-fit: cover;
	}

.accordion .tabs .tab-content .col2 {
	padding: 60px 0 0 30px;
	margin: 0 0 0 0;
	z-index: 2;
	position: absolute;
	}
.accordion .tabs .tab-content .col2a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	font-family: A;
	color: #fa5a03;
	font-size: 28px;
	letter-spacing: 0.51px;
	text-transform: uppercase;
	}
.accordion .tabs .tab-content .col2b {
	position: absolute;
	padding: 40px 0 0 0;
	margin: 0 0 0 0;
	float: left;
	font-family: A;
	color: #fff;
	font-size: 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.accordion .tabs .tab-content .col2b img {
	width: 44px;
	height: auto;
	vertical-align: -3px;
	margin-left: 5px;
	}


.accordion .tabs.is-active {
	flex: 5;
	flex-shrink: 0;
	}
.accordion .tabs.is-active::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	}
.accordion .tabs.is-active .tab-header {
	width: 0;
	visibility: hidden;
	opacity: 0;
	}
.accordion .tabs.is-active .tab-content {
	visibility: visible;
	opacity: 1;
	}

@media (max-width: 575.98px) { 
	.hAccordion {height: 80vh;}
	.accordion {height: 80vh;}
	.accordion .tabs {width: 40px;}
	.accordion .tabs .tab-header .text > div {width: 80vh;padding: 8px 0 0 40px;font-size: 18px;}
	.accordion .tabs .tab-header .text > div span {font-size: 13px;}
	.accordion .tabs .tab-content .col1 video {height: 80vh;}
	.accordion .tabs .tab-content .col2 {padding: 20px 0 0 20px;}
	.accordion .tabs .tab-content .col2a {font-size: 14px;}
	.accordion .tabs .tab-content .col2b {position: absolute;padding: 26px 20px 0 0;font-size: 20px;line-height: 22px}
	.accordion .tabs .tab-content .col2b img {width: 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hAccordion {height: 80vh;}
	.accordion {height: 80vh;}
	.accordion .tabs {width: 60px;}
	.accordion .tabs .tab-header .text > div {width: 80vh;padding: 14px 0 0 40px;font-size: 23px;}
	.accordion .tabs .tab-header .text > div span {font-size: 16px;}
	.accordion .tabs .tab-content .col1 video {height: 80vh;}
	.accordion .tabs .tab-content .col2 {padding: 20px 0 0 20px;}
	.accordion .tabs .tab-content .col2a {font-size: 12px;}
	.accordion .tabs .tab-content .col2b {position: absolute;padding: 26px 20px 0 0;font-size: 23px;line-height: 23px}
	.accordion .tabs .tab-content .col2b img {width: 20px;vertical-align: -2px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.accordion .tabs {width: 60px;}
	.accordion .tabs .tab-header .text > div {padding: 12px 0 0 36px;font-size: 28px;letter-spacing: 0.5px;}
	.accordion .tabs .tab-header .text > div span {font-size: 18px;}
	.accordion .tabs .tab-content .col2 {padding: 40px 0 0 20px;}
	.accordion .tabs .tab-content .col2a {font-size: 20px;}
	.accordion .tabs .tab-content .col2b {padding: 30px 0 0 0;font-size: 30px;}
	.accordion .tabs .tab-content .col2b img {width: 30px;}
	}

/* -------------------------------------------------------------------------------------------------------------------- home clients */

.hClients {
	background-color: #000;
	}
.hClients .container-fluid {
	padding: 60px 30px 60px 30px;
	margin:  0 0 0 0;
	}
.hClients .row {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}

.hClients .col1 {
	padding: 0 0 0 0;
	margin: 0 0 40px 0;
	}

.hClients .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 26px;
	color: #606060;
	letter-spacing: 1px;
	}
.hClients .col22 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.hClients .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 40px;
	float: left;
	text-align: center;
	height: 100px;
	align-content: center;
	}

.hClients .col3 img {
	/*transition: transform 0.3s ease;*/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.hClients .col3 img:hover {
	transform: scale(1.2);
	}

.hClients .col4 {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
	direction: ltr;
	}

.hClients .col4 a {
	position: relative;
	font-family: B;
	font-size: 21px;
	color: #606060;
	letter-spacing: 0.7px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.hClients .col4 a:hover {
	color: #fa5a03;
	}

.hClients .col4 a:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: 2px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.hClients .col4 a:hover:after{
	width: 100%;
	left: 0;
	background: #e94e26;
	}

@media (max-width: 575.98px) { 
	.hClients .container-fluid {padding: 40px 25px 40px 25px;}
	.hClients .col2 {padding: 25px 0 0 0;}
	.hClients .col3 {padding: 20px 0 0 0; line-height: 10px}
	.hClients .col4 {padding: 0 0 0 0;}
	.hClients .col5 {padding: 20px 0 0 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.hClients .container-fluid {padding: 50px 20px 50px 20px;}
	.hClients .col2 {font-size: 18px;}
	.hClients .col3 {line-height: 24px;}
	.hClients .col3 a {font-size: 26px;}
	.hClients .col4 a {font-size: 17px;}
	.hClients .col5 {padding: 20px 0 0 0;}
	.hClients .col5 a {font-size: 18px;}
	}

/* -------------------------------------------------------------------------------------------------------------------- home contact */

.hContacts {
	height: 100vh;
	}
/*.hContacts .Poverlay {
	background-color:rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	}*/
.hContacts .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	background-color:rgba(0,0,0,0.5);
	}
.hContacts .row {
	padding: 80px 30px 0 30px;
	margin:  0 0 0 0;
	height: 100vh;
	z-index: 3;
	}

.hContacts .col1 {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.hContacts .col1_1 {
	padding: 0 0 0 0;
	margin:  0 0 20px 0;
	float: left;
	font-family: A;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1.5px;
	}
.hContacts .col1_2 {
	padding: 0 0 0 0;
	margin:  0 0 20px 0;
	float: left;
	text-align: right;
	direction: ltr;
	font-family: A;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1.5px;
	}
.hContacts .col1_3 {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	float: left;
	font-family: B;
	color: #fff;
	text-transform: uppercase;
	font-size: 52px;
	letter-spacing: 1px;
	line-height: 50px;
	}
.hContacts .col1_3 a {
	position: relative;
	font-family: A;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1.5px;
	vertical-align: 26px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.hContacts .col1_3 a:hover {
	color: #fa5a03;
	}

.hContacts .col1_3 a:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: -32px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.hContacts .col1_3 a:hover:after {
	width: 100%;
	left: 0;
	background: #e94e26;
	}

.hContacts .col2 {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}

.hContacts .col3 {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.hContacts .col3a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hContacts .col3b {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 100px;
	text-align: left;
	float: left;
	}
.hContacts .col3b img {
	height: 30px;
	width: auto;
	}
.hContacts .col3d, .hContacts .col3e  {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 100px;
	text-align: right;
	direction: ltr;
	float: left;
	}
.hContacts .col3d  a, .hContacts .col3e a {
	position: relative;
	font-family: B;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.hContacts .col3d  a:hover, .hContacts .col3e a:hover {
	color: #fa5a03;
	}

.hContacts .col3d a:after, .hContacts .col3e a:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: -34px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.hContacts .col3d a:hover:after, .hContacts .col3e a:hover:after {
	width: 100%;
	left: 0;
	background: #e94e26;
	}

@media (max-width: 575.98px) { 
	.hContacts .row {padding: 20px 20px 0 20px;}
	.hContacts .col1_1 {font-size: 13px;}
	.hContacts .col1_2 {font-size: 13px;}
	.hContacts .col1_3 {font-size: 23px;line-height: 26px;}
	.hContacts .col1_3 a {font-size: 12px;vertical-align: 8px;}
	.hContacts .col3 {padding: 0 0 12px 0;}
	.hContacts .col3b {line-height: 50px;}
	.hContacts .col3b img {height: 20px;}
	.hContacts .col3d, .hContacts .col3e  {line-height: 30px;}
	.hContacts .col3d  a, .hContacts .col3e a {font-size: 13px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hContacts .row {padding: 20px 20px 0 20px;}
	.hContacts .col1_1 {font-size: 14px;}
	.hContacts .col1_2 {font-size: 14px;}
	.hContacts .col1_3 {font-size: 32px;line-height: 36px;}
	.hContacts .col1_3 a {font-size: 12px;vertical-align: 12px;}
	.hContacts .col3 {padding: 0 0 16px 0;}
	.hContacts .col3b {line-height: 50px;}
	.hContacts .col3b img {height: 24px;}
	.hContacts .col3d, .hContacts .col3e  {line-height: 30px;}
	.hContacts .col3d  a, .hContacts .col3e a {font-size: 14px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.hContacts .row {padding: 40px 20px 0 20px;}
	.hContacts .col1_1 {font-size: 15px;}
	.hContacts .col1_2 {font-size: 15px;}
	.hContacts .col1_3 {font-size: 38px;line-height: 38px;}
	.hContacts .col1_3 a {font-size: 14px;vertical-align: 16px;}
	.hContacts .col3b {line-height: 50px;}
	.hContacts .col3b img {height: 20px;}
	.hContacts .col3d, .hContacts .col3e  {line-height: 40px;}
	.hContacts .col3d  a, .hContacts .col3e a {font-size: 12px;}
	.hContacts .col1_3 a:after {margin-top: -22px;}
	.hContacts .col3d a:after, .hContacts .col3e a:after {margin-top: -10px;}
	}

/*------------------------------------------------------------------------------------------------------------ about page intro line */

.aboutLine1 {
	background-color:#000;
	padding-top: 100px;
	}
.aboutLine1 .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutLine1 .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutLine1 .col1 {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	}

@media (max-width: 575.98px) { 
	.aboutLine1 {padding-top: 80px;}
	.aboutLine1 .col1 {padding: 0 20px 0 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.aboutLine1 {padding-top: 80px;}
	.aboutLine1 .col1 {padding: 0 20px 0 20px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.aboutLine1 {padding-top: 70px;}
	.aboutLine1 .col1 {padding: 0 20px 0 20px;}
	}

/*----------------------------------------------------------------------------------------------------------------- about page intro */

.aboutPintro {
	background-color:#000;
	}
.aboutPintro .container-fluid {
	padding: 80px 0 0 0;
	margin: 0 0 0 0;
	}
.aboutPintro .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutPintro .col1 {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	}
.aboutPintro .col1_1 {
	padding: 90px 0 0 0;
	margin: 0 0 0 0;
	font-size: 18px;
	color: #fff;
	font-family: A;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.aboutPintro .col1_2 {
	padding: 50px 0 0 0;
	margin: 0 0 0 0;
	font-size: 115px;
	line-height: 110px;
	color: #fff;
	font-family: B;
	text-transform: uppercase;
	}
.aboutPintro .col1_3 {
	padding: 5px 0 40px 0;
	margin: 0 0 0 0;
	font-size: 115px;
	line-height: 110px;
	color: #fff;
	font-family: B;
	text-transform: uppercase;
	}
.aboutPintro .col1_4 {
	padding: 120px 0 80px 0;
	margin: 0 0 0 0;
	}
.aboutPintro .col1_4a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-family: D;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	float: left;
	}
.aboutPintro .col1_4b {
	padding: 0 -50px 0 0;
	margin: 0 0 0 0;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-family: D;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	text-align: right;
	direction: ltr;
	float: left;
	}
.aboutPintro .col1_4b img {
	height: 18px;
	width: auto;
	margin-top: -7px;
	margin-left: 2px;
	}
.aboutPintro .col1_4a a, .aboutPintro .col1_4b a {
	position: relative;
	color: #606060;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.aboutPintro .col1_4a a:hover, .aboutPintro .col1_4b a:hover {
	color: #e94e26;
	}

.aboutPintro .col1_4a a:after, .aboutPintro .col1_4b a:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: 8px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.aboutPintro .col1_4a a:hover:after, .aboutPintro .col1_4b a:hover:after {
	width: 100%;
	left: 0;
	background: #e94e26;
	}

@media (max-width: 575.98px) { 
	.aboutPintro .col1 {padding: 0 20px 0 20px;}
	.aboutPintro .col1_1 {padding: 30px 0 0 0;font-size: 14px;}
	.aboutPintro .col1_2 {padding: 30px 0 0 0;font-size: 38px;line-height: 40px;}
	.aboutPintro .col1_3 {font-size: 38px;line-height: 40px;}
	.aboutPintro .col1_4 {padding: 80px 0 40px 0;}
	.aboutPintro .col1_4a {font-size: 13px;line-height: 18px;}
	.aboutPintro .col1_4b {font-size: 13px;line-height: 18px;}
	.aboutPintro .col1_4b img {height: 12px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.aboutPintro .col1 {padding: 0 20px 0 20px;}
	.aboutPintro .col1_1 {padding: 30px 0 0 0;font-size: 14px;}
	.aboutPintro .col1_2 {padding: 30px 0 0 0;font-size: 44px;line-height: 40px;}
	.aboutPintro .col1_3 {font-size: 44px;line-height: 50px;}
	.aboutPintro .col1_4 {padding: 80px 0 40px 0;}
	.aboutPintro .col1_4a {font-size: 14px;line-height: 18px;}
	.aboutPintro .col1_4b {font-size: 14px;line-height: 18px;}
	.aboutPintro .col1_4b img {height: 13px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.aboutPintro .col1 {padding: 0 20px 0 20px;}
	.aboutPintro .col1_1 {padding: 40px 0 0 0;font-size: 14px;}
	.aboutPintro .col1_2 {font-size: 75px;line-height: 70px;}
	.aboutPintro .col1_3 {font-size: 75px;line-height: 70px;}
	.aboutPintro .col1_4 {padding: 80px 0 50px 0;}
	.aboutPintro .col1_4a {font-size: 14px;line-height: 18px;}
	.aboutPintro .col1_4b {font-size: 14px;line-height: 18px;}
	.aboutPintro .col1_4b img {height: 12px;}
	}

/*--------------------------------------------------------------------------------------------------------------- about page video 1 */

.about_videoSEC {
	height: 100vh;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	}
.about_videoSEC .Poverlay {
	background-color:rgba(0,0,0,0.0);
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 2;
	}
.about_videoSEC video {
	width: 100%;
    position: fixed;
	top:0;
	z-index: -1;
	}

@media (max-width: 575.98px) { 
	.about_videoSEC {position: relative;}
	.about_videoSEC video {height: 100%;object-fit: cover;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.about_videoSEC {position: relative;}
	.about_videoSEC video {height: 100%;object-fit: cover;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------ about page 2180 */

.about2180SEC {
	background-color: #000;
	}
.about2180SEC .container-fluid {
	padding: 90px 0 0 0;
	margin: 0 0 0 0;
	}
.about2180SEC .row {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	}

.about2180SEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 60px 0;
	}

.about2180SEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.about2180SEC .col2_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #606060;
	float: left;
	}
.about2180SEC .col2_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	float: left;
	}
.about2180SEC .col2_21 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #fff;
	float: left;
	}
.about2180SEC .col2_22 {
	padding: 0 0 0 0;
	margin: 120px 0 40px 0;
	float: left;
	}
.about2180SEC .col2_23 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 25px;
	letter-spacing: 0.8px;
	color: #fff;
	float: left;
	}
.about2180SEC .col2_24 {
	padding: 5px 0 40px 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 22px;
	letter-spacing: 1px;
	color: #606060;
	float: left;
	}

.about2180SEC .col3 {
	padding: 0 0 0 0;
	margin: 40px 0 0 0;
	}

@media (max-width: 575.98px) { 
	.about2180SEC .row {padding: 0 20px 0 20px;}
	.about2180SEC .col1 {margin: 0 0 30px 0;}
	.about2180SEC .col2_1 {font-size: 21px; line-height: 23px;}
	.about2180SEC .col2_21 {padding: 15px 0 0 0;font-size: 22px;line-height: 28px;}
	.about2180SEC .col2_22 {margin: 25px 0 25px 0;}
	.about2180SEC .col2_23 {font-size: 20px;}
	.about2180SEC .col2_24 {padding: 10px 0 0 0;font-size: 18px; line-height: 20px;}
	.about2180SEC .col3 {margin: 25px 0 0 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.about2180SEC .row {padding: 0 20px 0 20px;}
	.about2180SEC .col1 {margin: 0 0 30px 0;}
	.about2180SEC .col2_1 {font-size: 21px; line-height: 23px;}
	.about2180SEC .col2_21 {padding: 15px 0 0 0;font-size: 22px;line-height: 28px;}
	.about2180SEC .col2_22 {margin: 25px 0 25px 0;}
	.about2180SEC .col2_23 {font-size: 20px;}
	.about2180SEC .col2_24 {padding: 10px 0 0 0;font-size: 18px; line-height: 20px;}
	.about2180SEC .col3 {margin: 25px 0 0 0;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.about2180SEC .row {padding: 0 20px 0 20px;}
	.about2180SEC .col1 {margin: 0 0 50px 0;}
	.about2180SEC .col2_1 {font-size: 18px; line-height: 20px;}
	.about2180SEC .col2_2 {font-size: 14px;}
	.about2180SEC .col2_21 {font-size: 30px;line-height: 40px;}
	.about2180SEC .col2_22 {margin: 40px 0 50px 0;}
	.about2180SEC .col2_23 {font-size: 16px; letter-spacing: 1px;}
	.about2180SEC .col2_24 {padding: 10px 0 0 0;font-size: 16px; line-height: 20px;letter-spacing: 1px}
	}

/*---------------------------------------------------------------------------------------------------------- about page hard working */

.aboutPhardWork {
	background-color:#000;
	}
.aboutPhardWork .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutPhardWork .row {
	padding: 60px 70px 140px 70px;
	margin: 0 0 0 0;
	}

.aboutPhardWork .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-family: A;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #606060;
	float: left;
	}
.aboutPhardWork .col2 {
	padding: 0 150px 100px 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #fa5a03;
	z-index: 14;
	float: left;
	}


@media (max-width: 575.98px) { 
	.aboutPhardWork .row {padding: 30px 20px 20px 20px;}
	.aboutPhardWork .col1 {font-size: 19px;line-height: 21px;letter-spacing: 1px;}
	.aboutPhardWork .col2 {padding: 25px 0 0 0;font-size: 24px;line-height: 26px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.aboutPhardWork .row {padding: 30px 20px 20px 20px;}
	.aboutPhardWork .col1 {font-size: 19px;line-height: 21px;letter-spacing: 1px;}
	.aboutPhardWork .col2 {padding: 25px 0 0 0;font-size: 24px;line-height: 26px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.aboutPhardWork .row {padding: 60px 20px 140px 20px;}
	.aboutPhardWork .col1 {font-size: 17px;line-height: 19px;}
	.aboutPhardWork .col2 {font-size: 30px;line-height: 38px;}
	}

/*--------------------------------------------------------------------------------------------------------------- about page numbers */

.aboutNumbers {
	background-color:#000;
	}
.aboutNumbers .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutNumbers .row {
	padding: 70px 70px 0 70px;
	margin: 0 0 0 0;
	}

.aboutNumbers .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-family: A;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #606060;
	float: left;
	}

.aboutNumbers .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	}
.aboutNumbers .col2_1 {
	padding: 0 0 0 0;
	margin: 0 0 40px 0;
	float: left;
	}
.aboutNumbers .col2_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 100px;
	line-height: 110px;
	letter-spacing: 1px;
	color: #fff;
	float: left;
	}
.aboutNumbers .col2_3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #fff;
	float: left;
	}
.aboutNumbers .col2_4 {
	padding: 0 0 0 0;
	margin: 20px 0 40px 0;
	float: left;
	}

@media (max-width: 575.98px) { 
	.aboutNumbers .row {padding: 20px 20px 0 20px;}
	.aboutNumbers .col1 {padding: 0 0 10px 0;font-size: 20px; line-height: 20px; letter-spacing: 1px;}
	.aboutNumbers .col2_1 {margin: 0 0 20px 0;}
	.aboutNumbers .col2_2 {font-size: 80px;line-height: 90px;}
	.aboutNumbers .col2_3 {font-size: 20px;line-height: 24px;}
	.aboutNumbers .col2_4 {margin: 20px 0 20px 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.aboutNumbers .row {padding: 20px 20px 0 20px;}
	.aboutNumbers .col1 {padding: 0 0 10px 0;font-size: 20px; line-height: 20px; letter-spacing: 1px;}
	.aboutNumbers .col2_1 {margin: 0 0 20px 0;}
	.aboutNumbers .col2_2 {font-size: 80px;line-height: 90px;}
	.aboutNumbers .col2_3 {font-size: 20px;line-height: 24px;}
	.aboutNumbers .col2_4 {margin: 20px 0 20px 0;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.aboutNumbers .row {padding: 70px 20px 0 20px;}
	.aboutNumbers .col1 {font-size: 20px;line-height: 22px;letter-spacing: 1px;}
	.aboutNumbers .col2_1 {margin: 0 0 30px 0;}
	.aboutNumbers .col2_2 {font-size: 90px;line-height: 100px;}
	.aboutNumbers .col2_3 {padding: 0 0 8px 0;font-size: 20px;line-height: 24px;}
	}
	
/* -------------------------------------------------------------------------------------------------------------- about page clients */

.aboutPclients {
	background-color:#000;
	}
.aboutPclients .container-fluid {
	padding: 40px 70px 60px 70px;
	margin:  0 0 0 0;
	}
.aboutPclients .row {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}

.aboutPclients .col1 {
	padding: 0 0 0 0;
	margin: 0 0 40px 0;
	}

.aboutPclients .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	}
.aboutPclients .col22 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.aboutPclients .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	}
.aboutPclients .col3 a {
	font-family: B;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.7px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.aboutPclients .col3 a:hover {
	color: #fa5a03;
	}

.aboutPclients .col4 {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	}
.aboutPclients .col5 {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	}

.aboutPclients .col5 a {
	font-family: B;
	font-size: 16px;
	color: #fa5a03;
	letter-spacing: 0.7px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.aboutPclients .col5 a:hover {
	color: #fff;
	}

@media (max-width: 575.98px) { 
	.aboutPclients .container-fluid {padding: 40px 25px 40px 25px;}
	.aboutPclients .col2 {padding: 25px 0 0 0;}
	.aboutPclients .col3 {padding: 20px 0 0 0;line-height: 10px}
	.aboutPclients .col4 {padding: 0 0 0 0;}
	.aboutPclients .col5 {padding: 20px 0 0 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.aboutPclients .container-fluid {padding: 40px 25px 40px 25px;}
	.aboutPclients .col2 {padding: 25px 0 0 0;}
	.aboutPclients .col3 {padding: 20px 0 0 0; line-height: 10px}
	.aboutPclients .col4 {padding: 0 0 0 0;}
	.aboutPclients .col5 {padding: 20px 0 0 0;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* --------------------------------------------------------------------------------------------------------------- work page - intro */

.workPintro {
	z-index: 5;
	background-color: #000;
	}
.workPintro .container-fluid {
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
	}
.workPintro .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.workPintro .col1 {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	}
.workPintro .col1_00 {
	padding: 90px 0 0 0;
	margin: 0 0 0 0;
	font-size: 22px;
	color: #fff;
	font-family: A;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.workPintro .col1_0 {
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
	font-size: 100px;
	line-height: 105px;
	color: #fff;
	font-family: B;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.workPintro .col1_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 100px;
	line-height: 105px;
	color: #fff;
	font-family: B;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.workPintro .col1_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 100px;
	line-height: 105px;
	color: #fff;
	font-family: B;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.workPintro .col1_3 {
	padding: 0 0 0 0;
	margin: 0 0 60px 0;
	font-size: 80px;
	line-height: 85px;
	color: #fff;
	font-family: B;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.workPintro .col1_4 {
	padding: 80px 0 80px 0;
	margin: 0 0 0 0;
	}
.workPintro .col1_4a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-family: D;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	}
.workPintro .col1_4b {
	padding: 0 -50px 0 0;
	margin: 0 0 0 0;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	font-family: D;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
	direction: ltr;
	float: left;
	}
.workPintro .col1_4b img {
	height: 18px;
	width: auto;
	margin-top: -7px;
	margin-left: 2px;
	}
.workPintro .col1_4a a, .workPintro .col1_4b a {
	position: relative;
	color: #606060;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.workPintro .col1_4a a:hover, .workPintro .col1_4b a:hover {
	color: #e94e26;
	}

.workPintro .col1_4a a:after, .workPintro .col1_4b a:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: 8px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.workPintro .col1_4a a:hover:after, .workPintro .col1_4b a:hover:after {
	width: 100%;
	left: 0;
	background: #e94e26;
	}

@media (max-width: 575.98px) { 
	.workPintro .container-fluid {padding: 0 0 0 0;}
	.workPintro .col1 {padding: 0 20px 0 20px;}
	.workPintro .col1_00 {font-size: 12px;line-height: 16px;letter-spacing: 1px;}
	.workPintro .col1_0 {padding: 30px 0 0 0;font-size: 20px;line-height: 26px;}
	.workPintro .col1_1 {font-size: 20px;line-height: 26px;}
	.workPintro .col1_2 {font-size: 20px;line-height: 26px;}
	.workPintro .col1_3 {margin: 0 0 60px 0;font-size: 20px;line-height: 28px;}
	.workPintro .col1_4 {padding: 30px 0 30px 0;}
	.workPintro .col1_4a {font-size: 12px;line-height: 18px;}
	.workPintro .col1_4b {font-size: 12px;line-height: 12px;}
	.workPintro .col1_4b img {height: 12px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.workPintro .container-fluid {padding: 0 0 0 0;}
	.workPintro .col1 {padding: 0 20px 0 20px;}
	.workPintro .col1_00 {font-size: 12px;line-height: 16px;letter-spacing: 1px;}
	.workPintro .col1_0 {padding: 30px 0 0 0;font-size: 30px;line-height: 36px;}
	.workPintro .col1_1 {font-size: 30px;line-height: 36px;}
	.workPintro .col1_2 {font-size: 30px;line-height: 36px;}
	.workPintro .col1_3 {margin: 0 0 60px 0;font-size: 20px;line-height: 28px;}
	.workPintro .col1_4 {padding: 30px 0 30px 0;}
	.workPintro .col1_4a {font-size: 12px;line-height: 18px;}
	.workPintro .col1_4b {font-size: 12px;line-height: 12px;}
	.workPintro .col1_4b img {height: 12px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.workPintro .container-fluid {padding: 30px 0 0 0;}
	.workPintro .col1 {padding: 0 20px 0 20px;}
	.workPintro .col1_0 {font-size: 54px;line-height: 55px;}
	.workPintro .col1_00 {font-size: 14px;line-height: 16px;letter-spacing: 1px;}
	.workPintro .col1_1 {font-size: 60px;line-height: 60px;}
	.workPintro .col1_2 {font-size: 60px;line-height: 60px;}
	.workPintro .col1_3 {font-size: 60px;line-height: 60px;}
	.workPintro .col1_4 {padding: 8060 0 50px 0;}
	.workPintro .col1_4a {font-size: 14px;line-height: 18px;}
	.workPintro .col1_4b {font-size: 14px;line-height: 18px;}
	.workPintro .col1_4b img {height: 12px;}
	}

/*--------------------------------------------------------------------------------------------------------------------- work video 1 */

.W_videoSEC {
	/*height: 100vh;*/
	}
.W_videoSEC video {
	width: 100%;
    position: fixed;
	top:0;
	z-index: -1;
	}

@media (max-width: 575.98px) { 
	.W_videoSEC {position: relative;}
	.W_videoSEC video {height: 100%;object-fit: cover;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.W_videoSEC {position: relative;}
	.W_videoSEC video {height: 100%;object-fit: cover;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* ----------------------------------------------------------------------------------------------------------- work page - accordion */

.workPaccordion {
	background-color:#000;
	}
.workPaccordion .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.workPaccordion .row {
	padding: 0 30px 60px 30px;
	margin: 0 0 0 0;
	}
.workPaccordion .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: black;
	height: 1px;
	}


.workPaccordion .row>* {
	padding-right: 0px; 
	padding-left: 0px; 
	}
.workPaccordion .accordion-item:first-of-type {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;;
	}
.workPaccordion .accordion-item {
	background-color: #000;
	border: 0px solid rgba(0, 0, 0, .125);
	}
.workPaccordion .accordion-button:not(.collapsed) {
    color: #fa5a03;
    background-color: transparent;
    box-shadow: none;
	border-top: 0px solid #fa5a03;
	border-bottom: 1px solid #fff;
	}

.workPaccordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 0 10px 0;
	font-family: B;
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
    color: #fa5a03;
    text-align: left;
    background-color:transparent;
    /*border-top: 1px solid #000000;*/
	border-bottom: 1px solid #fff;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.workPaccordion .accordion-button span {
	font-size: 40px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: A;
	}

.workPaccordion .accordion-button:hover {
	color: #fff;
	background-color:transparent;
	/*border-top: 1px solid #fa5a03;*/
	border-bottom: 1px solid #fa5a03;
	}

.workPaccordion  .accordion-body {
    padding: 0 0 20px 0;
	}

.workPaccordion .accordion-body .r2 {
	padding: 0 0 0 0;
	margin: 0 -15px 0 -15px;
	}

.workPaccordion .col3a {
	padding: 30px 15px 0 15px;
	margin: 0 0 0 0;
	float: left;
	}

.workPaccordion .col3b {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 90vh;
	}
.workPaccordion .col3b .video-container {
		height: 90vh;
		width: 100%;
		position: relative;
		}
.workPaccordion .col3b .video-container video {
		width: 100%;
		height: 90vh;
		position: absolute;
		object-fit: cover;
		z-index: 2;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		}
.workPaccordion .col3b video:hover {
	opacity: 0;
	}

.workPaccordion .col3b .video-container img {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
		z-index: 2;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		}
.workPaccordion .col3b .video-container img:hover {
	opacity: 0;
	}


/* Just styling the content of the div, the *magic* in the previous rules */
.workPaccordion .col3b .caption {
	z-index: 1;
	position: absolute;
	font-family: A;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	align-content:center;
	}
.workPaccordion .col3b .caption span {
	font-size: 20px;
	}

.accordion-button::after {
    width: 30px;
    height: 15px;
	float: right;
    margin-right: 0;
    background-image: url(../images+/accUp.svg);
	}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images+/accDown.svg);
    transform: rotate(-180deg);
	}


@media (max-width: 575.98px) { 
	.workPaccordion .row {padding: 0 20px 30px 20px;}
	.workPaccordion .accordion-button { padding: 9px 0 5px 0;font-size: 30px;}
	.workPaccordion .accordion-button span {font-size: 20px;margin-top: 6px;}
	.workPaccordion .accordion-body .r2 {margin: 0 -10px 0 -10px;}
	.workPaccordion .col3a {padding: 20px 10px 0 10px;}
	.workPaccordion .col3b {height: 35vh;}
	.workPaccordion .col3b .video-container {height: 35vh;}
	.workPaccordion .col3b .video-container video {height: 35vh;}
	.workPaccordion .col3b .caption {font-size: 15px;line-height: 16px;}
	.workPaccordion .col3b .caption span {font-size: 14px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.workPaccordion .row {padding: 0 20px 30px 20px;}
	.workPaccordion .accordion-button { padding: 9px 0 5px 0;font-size: 30px;}
	.workPaccordion .accordion-button span {font-size: 20px;margin-top: 6px;}
	.workPaccordion .accordion-body .r2 {margin: 0 -10px 0 -10px;}
	.workPaccordion .col3a {padding: 20px 10px 0 10px;}
	.workPaccordion .col3b {height: 35vh;}
	.workPaccordion .col3b .video-container {height: 35vh;}
	.workPaccordion .col3b .video-container video {height: 35vh;}
	.workPaccordion .col3b .caption {font-size: 15px;line-height: 16px;}
	.workPaccordion .col3b .caption span {font-size: 14px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.workPaccordion .row {padding: 0 20px 40px 20px;}
	.workPaccordion .accordion-button {font-size: 40px;}
	.workPaccordion .accordion-button span {font-size: 24px;margin-top: 6px;letter-spacing: 1px;}
	.workPaccordion .accordion-body .r2 {margin: 0 -10px 0 -10px;}
	.workPaccordion .col3a {padding: 20px 10px 0 10px;}
	.workPaccordion .col3b {height: 85vh;}
	.workPaccordion .col3b .video-container {height: 85vh;}
	.workPaccordion .col3b .video-container video {height: 85vh;}
	.workPaccordion .col3b .caption {font-size: 22px;line-height: 23px;}
	.workPaccordion .col3b .caption span {font-size: 14px;}
	}

/*----------------------------------------------------------------------------------------------------------- work accordion Tabs ---*/
/*tabs*/
.workPaccordion .col2x {
	padding: 20px 10px 0 10px;
	margin: 0 0 0 0;
	}
.workPaccordion .col2x .nav-tabs {
     border-bottom: 0px solid #dee2e6; 
	}
.nav-tabs .nav-link {
	position: relative;
    border: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.workPaccordion .col2x .nav-tabs .nav-link:focus, .workPaccordion .col2x .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #fa5a03;
	}

.workPaccordion .col2x .nav-tabs .nav-link:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: 4px;
	right: 0;
	background: #e94e26;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.workPaccordion .col2x .nav-tabs .nav-link:hover:after{
	width: 100%;
	left: 0;
	background: #e94e26;
	}


.workPaccordion .col2x .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
	}

.workPaccordion .col2x button {
	padding: 0;
	font-family: B;
	font-size: 27px;
	letter-spacing: 1px;
	color: #606060;
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

/*content*/
.workPaccordion .col3x {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.workPaccordion .col3x .tab-content {
	padding: 0 0 0 0;
	margin: 0 -15px 0 -15px;
	}
.workPaccordion .col3xa {
	padding: 30px 15px 0 15px;
	margin: 0 0 0 0;
	float: left;
	}

.workPaccordion .col3xb {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 90vh;
	}
.workPaccordion .col3xb .video-container {
		height: 90vh;
		width: 100%;
		position: relative;
		}
.workPaccordion .col3xb .video-container video {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
		z-index: 2;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		}
.workPaccordion .col3xb video:hover {
	opacity: 0;
	}

.workPaccordion .col3xb .video-container img {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
		z-index: 2;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		}
.workPaccordion .col3xb img:hover {
	opacity: 0;
	}
/* Just styling the content of the div, the *magic* in the previous rules */
.workPaccordion .col3xb .caption {
	z-index: 1;
	position: absolute;
	font-family: A;
	font-size: 34px;
	line-height: 38px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	align-content:center;
	}
.workPaccordion .col3xb .caption span {
	font-size: 20px;
	}

@media (max-width: 575.98px) { 
	/*tabs*/
	.workPaccordion .col2x button {font-size: 12px;}
	/*content*/
	.workPaccordion .col3x .tab-content {margin: 0 -10px 0 -10px;}
	.workPaccordion .col3xa {padding: 20px 10px 0 10px;}
	.workPaccordion .col3xb {height: 35vh;}
	.workPaccordion .col3xb .video-container {height: 35vh;}
	/* Just styling the content of the div, the *magic* in the previous rules */
	.workPaccordion .col3xb .caption {font-size: 28px;line-height: 28px;}
	.workPaccordion .col3xb .caption span {font-size: 16px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	/*tabs*/
	.workPaccordion .col2x button {font-size: 18px;}
	/*content*/
	.workPaccordion .col3x .tab-content {margin: 0 -10px 0 -10px;}
	.workPaccordion .col3xa {padding: 20px 10px 0 10px;}
	.workPaccordion .col3xb {height: 50vh;}
	.workPaccordion .col3xb .video-container {height: 50vh;}
	/* Just styling the content of the div, the *magic* in the previous rules */
	.workPaccordion .col3xb .caption {font-size: 28px;line-height: 28px;}
	.workPaccordion .col3xb .caption span {font-size: 16px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	/*tabs*/
	.workPaccordion .col2x button {font-size: 18px;}
	/*content*/
	.workPaccordion .col3x .tab-content {margin: 0 -10px 0 -10px;}
	.workPaccordion .col3xa {padding: 20px 10px 0 10px;}
	.workPaccordion .col3xb {height: 85vh;}
	.workPaccordion .col3xb .video-container {height: 85vh;}
	/* Just styling the content of the div, the *magic* in the previous rules */
	.workPaccordion .col3xb .caption {font-size: 22px;line-height: 23px;}
	.workPaccordion .col3xb .caption span {font-size: 14px;}
	}


/* --------------------------------------------------------------------------------------------------------------- clien index Page */

.cIpage {
	height: 100vh;
	background: url("../images+/v/12.jpg") no-repeat center center;
	background-size: cover;
	}
.cIpage .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.cIpage #row1 {
	padding: 50px 30px 0 30px;
	margin:  0 0 0 0;
	height: 100vh;
	align-content: center;
	z-index: 3;
	}
.cIpage .col1 {
	padding: 0 0 50px 0;
	margin:  0 0 0 0;
	line-height: 37px;
	}
.cIpage .col1 a {
	font-family: A;
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.8px;
	opacity: 0.7;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.cIpage .col1 a span {
	font-size: 22px;
	margin-left: 5px;
	}
.cIpage .col1 a:hover, .cIpage .col1 a span:hover {
	color: #fff;
	opacity: 1;
	font-family: B;
	font-size: 32px;
	}

.cIpageB {
	position: absolute;
	bottom: 0px;
	width: 100%;
	}
.cIpageB .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.cIpageB #row2 {
	padding: 0 30px 0 30px;
	margin:  0 0 0 0;
	}

.cIpageB .col3 {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.cIpageB .col3a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.cIpageB .col3b {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 80px;
	text-align: left;
	float: left;
	}
.cIpageB .col3b img {
	height: 28px;
	width: auto;
	}
.cIpageB .col3c, .cIpageB .col3d, .cIpageB .col3e  {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 80px;
	text-align: right;
	direction: ltr;
	float: left;
	}
.cIpageB .col3c  a, .cIpageB .col3d  a, .cIpageB .col3e a {
	font-family: B;
	font-size: 18px;
	letter-spacing: 0.6px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.cIpageB .col3c  a:hover, .cIpageB .col3d  a:hover, .cIpageB .col3e a:hover {
	color: #f54b1c;
	}

@media (max-width: 575.98px) { 
	.cIpage {height: auto;}
	.cIpage .container-fluid {padding: 30px 0 30px 0;}
	.cIpage #row1 {height: auto;}
	.cIpage .col1 {padding: 0 0 0 0;line-height: 36px;}
	.cIpage .col1 a {font-size: 28px;opacity: 1;}
	.cIpage .col1 a span {font-size: 17px;margin-left: 2px;}
	.cIpageB .container-fluid {display: none;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.cIpage {height: auto;}
	.cIpage .container-fluid {padding: 30px 0 30px 0;}
	.cIpage #row1 {height: auto;}
	.cIpage .col1 {padding: 0 0 0 0;line-height: 36px;}
	.cIpage .col1 a {font-size: 28px;opacity: 1;}
	.cIpage .col1 a span {font-size: 17px;margin-left: 2px;}
	.cIpageB .container-fluid {display: none;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.cIpage #row1 {padding: 50px 20px 0 20px;}
	.cIpage .col1 {padding: 0 0 40px 0;line-height: 22px;}
	.cIpage .col1 a {font-size: 18px;letter-spacing: 0.4px;}
	.cIpage .col1 a span {font-size: 13px;margin-left: 2px;}
	.cIpage .col1 a:hover, .cIpage .col1 a span:hover {opacity: 1;font-family: B;font-size: 22px;}
	.cIpageB #row2 {padding: 0 20px 0 20px;}
	.cIpageB .col3b {line-height: 50px;}
	.cIpageB .col3b img {height: 20px;}
	.cIpageB .col3c, .cIpageB .col3d, .cIpageB .col3e  {line-height: 40px;}
	.cIpageB .col3c  a, .cIpageB .col3d  a, .cIpageB .col3e a {font-size: 12px;}
	}

/* ---------------------------------------------------------------------------------------------------------------------- ProIn Page */

.ProInSEC {
	height: 100vh;
	width: 215%; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute; 
	align-content: center;
	background-color: #000;
	}
.ProInContainer {
	height: 100%;
	}

/*----------------------------------------------------- 1 -----*/

.ProInSEC .ProInContainer .dv1 {
	padding: 100px 0 0 100px;
	height: 100%;
	width: 63vw;
	background-color:#000;
	float: left;
	}
.ProInSEC .ProInContainer .dv1_0 {
	}
.ProInSEC .ProInContainer .dv1_0 img {
	height: 55px;
	width: auto;
	margin-bottom: 30px;
	}
.ProInSEC .ProInContainer .dv1_1 {
	width: 100%;
	background-color: white;
	height: 1px;
	float: left;
	}
.ProInSEC .ProInContainer .dv1_2 {
	width: 100%;
	font-family: B;
	font-size: 30px;
	color: #fa5a03;
	text-transform: uppercase;
	padding-top: 50px;
	float: left;
	}
.ProInSEC .ProInContainer .dv1_2 .sp1 {
	font-family: B;
	font-size: 22px;
	}
.ProInSEC .ProInContainer .dv1_2 .sp2 {
	font-size: 30px;
	margin-left: 80px;
	}
.ProInSEC .ProInContainer .dv1_3 {
	width: 100%;
	font-family: C;
	font-size: 90px;
	line-height: 90px;
	padding-top: 10px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
	
	float: left;
	}
.ProInSEC .ProInContainer .dv1_4 {
	width: 40%;
	padding-top: 30px;
	font-family: B;
	font-size: 24px;
	color: #606060;
	line-height: 28px;
	float: left;
	}
.ProInSEC .ProInContainer .dv1_5 {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 75px;
	}
.ProInSEC .ProInContainer .dv1_5 img {
	width: 140px;
	height: auto;
	}

/*----------------------------------------------------- 2 -----*/

.ProInSEC .ProInContainer .dv2 {
	height: 100%;
	margin-left: 100px;
	background-color:#fff;
	align-content: center;
	float: left;
	display: inline-block;
	}
.ProInSEC .ProInContainer .dv2 img {
	width: auto;
	height: 100%;
	}
.ProInSEC .ProInContainer .dv2 .video-container {
		height: 100%;
		width: 50vw;
		position: relative;
		}
.ProInSEC .ProInContainer .dv2 .video-container video {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
		z-index: 2;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		}

/*----------------------------------------------------- 3 -----*/

.ProInSEC .ProInContainer .dv3 {
	height: 100vh;
	width: auto;
	margin-left: 100px;
	background-color:#000;
	align-content: center;
	float: left;
	}
.ProInSEC .ProInContainer .dv3 img {
	width: auto;
	height: 50%;
	}

.ProInSEC .ProInContainer .dv3 .video-container {
		height: 80%;
		width: 300px;
		position: relative;
		}
.ProInSEC .ProInContainer .dv3 .video-container video {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
		z-index: 2;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		}

/*----------------------------------------------------- 4 -----*/

.ProInSEC .ProInContainer .dv4 {
	height: 100vh;
	width: auto;
	margin-left: 100px;
	background-color:#000;
	align-content: center;
	text-align: center;
	float: left;
	}
.ProInSEC .ProInContainer .dv4 img {
	width: auto;
	height: 80%;
	}

/*----------------------------------------------------- 5 -----*/

.ProInSEC .ProInContainer .dv5 {
	height: 100vh;
	width: auto;
	margin-left: 100px;
	background-color:#000;
	align-content: center;
	text-align: center;
	float: left;
	}
.ProInSEC .ProInContainer .dv5 img {
	width: auto;
	height: 50%;
	}

/*----------------------------------------------------- 6 -----*/

.ProInSEC .ProInContainer .dv6 {
	height: 100vh;
	width: auto;
	margin-left: 100px;
	background-color:#000;
	align-content: center;
	text-align: center;
	float: left;
	}
.ProInSEC .ProInContainer .dv6 img {
	width: auto;
	height: 60%;
	}

/*----------------------------------------------------- 7 -----*/

.ProInSEC .ProInContainer .dv7 {
	height: 100vh;
	width: auto;
	margin-left: 100px;
	background-color:#000;
	align-content: center;
	text-align: center;
	float: left;
	}
.ProInSEC .ProInContainer .dv7 img {
	width: auto;
	height: 30%;
	}


@media (max-width: 575.98px) { 
	.ProInSEC {height: auto;width: 100%; align-content: flex-start;padding: 0 25px 0 28px}
	.ProInContainer {height: auto;}
	/*---------------------------------------------------- 1 -----*/
	.ProInSEC .ProInContainer .dv1 {padding: 40px 0 0 0;height: auto;width: 100%;}
	.ProInSEC .ProInContainer .dv1_0 img {height: 35px;margin-bottom: 20px;}
	.ProInSEC .ProInContainer .dv1_1 {
		width: 100%;
		background-color: white;
		height: 1px;
		float: left;
		}
	.ProInSEC .ProInContainer .dv1_2 {font-size: 18px;padding-top: 20px;}
	.ProInSEC .ProInContainer .dv1_2 .sp1 {font-family: B;font-size: 14px;}
	.ProInSEC .ProInContainer .dv1_2 .sp2 {font-size: 18px;margin-left: 30px;}
	.ProInSEC .ProInContainer .dv1_3 {font-size: 35px;line-height: 38px;padding-top: 2px;margin-top: 5px;}
	.ProInSEC .ProInContainer .dv1_4 {width: 80%;padding-top: 10px;font-size: 15px;line-height: 18px;}
	.ProInSEC .ProInContainer .dv1_5 {width: 100%;bottom: auto;position: relative;margin-top: 20px;}
	.ProInSEC .ProInContainer .dv1_5 img {width: 110px;}
	/*---------------------------------------------------- 2 -----*/
	.ProInSEC .ProInContainer .dv2 {
		height: auto;
		width: 80%;
		margin-left: 0px;
		align-content: auto;
		float: left;
		display:block;
		background-color: transparent;
		padding: 20px 0 10px 0;
		}
	.ProInSEC .ProInContainer .dv2 img {
		width: 100%;
		height: auto;
		}
	
	.ProInSEC .ProInContainer .dv2 .video-container {
			height: 100%;
			width: 50vw;
			position: relative;
			}
	
/*----------------------------------------------------- 3 -----*/

.ProInSEC .ProInContainer .dv3 {
	height: auto;
	width: 80%;
	margin-left: auto;
		background-color:#000;
	align-content: center;
	float: left;
	padding: 10px 0 10px 0;
	}
.ProInSEC .ProInContainer .dv3 img {
	width: 100%;
	height: auto;
	}

.ProInSEC .ProInContainer .dv3 .video-container {
		height: 80%;
		width: 300px;
		position: relative;
		}


/*----------------------------------------------------- 4 -----*/

.ProInSEC .ProInContainer .dv4 {
	height: auto;
	width: 80%;
	margin-left: auto;
	background-color:#000;
	align-content: center;
	text-align: center;
	float: left;
	padding: 10px 0 10px 0;
	}
.ProInSEC .ProInContainer .dv4 img {
	width: 100%;
		height: auto;
	}

/*----------------------------------------------------- 5 -----*/

.ProInSEC .ProInContainer .dv5 {
	height: auto;
	width: 80%;
	margin-left: auto;
	background-color:#000;
	align-content: center;
	text-align: center;
	float: left;
	padding: 10px 0 10px 0;
	}
.ProInSEC .ProInContainer .dv5 img {
	width: 100%;
		height: auto;
	}

/*----------------------------------------------------- 6 -----*/

.ProInSEC .ProInContainer .dv6 {
	height: auto;
	width: 80%;
	margin-left: auto;
	background-color:#000;
	align-content: center;
	text-align: center;
	float: left;
	padding: 10px 0 10px 0;
	}
.ProInSEC .ProInContainer .dv6 img {
	width: 100%;
		height: auto;
	}

/*----------------------------------------------------- 7 -----*/

.ProInSEC .ProInContainer .dv7 {
	height: auto;
	width: 80%;
	margin-left: auto;
	background-color:#000;
	align-content: center;
	text-align: center;
	float: left;
	padding: 10px 0 10px 0;
	}
.ProInSEC .ProInContainer .dv7 img {
	width: 100%;
		height: auto;
	}
	
	
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.ProInSEC {width: 230%;}
	/*----------------------------- 1 -----*/
	.ProInSEC .ProInContainer .dv1 {padding: 30px 0 0 50px;}
	.ProInSEC .ProInContainer .dv1_0 img {height: 38px;margin-bottom: 20px;}
	.ProInSEC .ProInContainer .dv1_2 {font-size: 20px;padding-top: 20px;}
	.ProInSEC .ProInContainer .dv1_2 .sp1 {font-size: 16px;}
	.ProInSEC .ProInContainer .dv1_2 .sp2 {font-size: 20px;margin-left: 80px;}
	.ProInSEC .ProInContainer .dv1_3 {font-size: 69px;line-height: 70px;margin-top: 3px;}
	.ProInSEC .ProInContainer .dv1_4 {padding-top: 15px;font-size: 16px;line-height: 18px;}
	.ProInSEC .ProInContainer .dv1_5 {bottom: 50px;}
	.ProInSEC .ProInContainer .dv1_5 img {width: 100px;}
	}

/* ----------------------------------------------------------------------------------------------------------------- contact us page */

.contactsPsec1 {
	}
.contactsPsec1 .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.contactsPsec1 .row {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	height: 100vh;
	background:url("../images+/bannerContacts.jpg") no-repeat center center;
	background-size: cover;
	}

/* --------------------------------------------------------------------------------------------------------- contact us page - sec 2 */

.contactsPsec2 {
	}
.contactsPsec2 .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.contactsPsec2 .row {
	padding: 150px 70px 60px 70px;
	margin:  0 0 0 0;
	height: 100vh;
	background-color: #f54b1c;
	}

.contactsPsec2 .col1 {
	padding: 0 0 20px 0;
	margin:  0 0 0 0;
	font-family: B;
	font-size: 100px;
	line-height: 100px;
	color: #000;
	}

.contactsPsec2 .col2 {
	padding: 0 0 20px 0;
	margin:  0 0 0 0;
	font-family: A;
	font-size: 45px;
	line-height: 45px;
	color: #000;
	}

.contactsPsec2 .col3 {
	padding: 30px 0 0 0;
	margin:  0 0 0 0;
	}
.contactsPsec2 .col3 a {
	position: relative;
	font-family: B;
	font-size: 26px;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.contactsPsec2 .col3 a:hover {
	color: #fff;
	}

.contactsPsec2 .col3 a:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: 6px;
	right: 0;
	background: #fff;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}
.contactsPsec2 .col3 a:hover:after {
	width: 100%;
	left: 0;
	background: #fff;
	}

.contactsPsec2 .col4 {
	padding: 30px 0 0 0;
	margin:  0 0 0 0;
	font-family: B;
	font-size: 60px;
	line-height: 60px;
	color: #000;
	text-transform: uppercase;
	}

.contactsPsec2 .colline {
	padding: 0 0 0 0;
	margin:  15px 0 0 0;
	}

@media (max-width: 575.98px) { 
	.contactsPsec2 .row {padding: 50px 30px 30px 30px;}
	.contactsPsec2 .col1 {padding: 0 0 0 0;font-size: 60px;line-height: 60px;}
	.contactsPsec2 .col2 {padding: 0 0 10px 0;font-size: 26px;line-height: 30px;}
	.contactsPsec2 .col3 {padding: 0 0 0 0;}
	.contactsPsec2 .col3 a {font-size: 20px;line-height: 18px;}
	.contactsPsec2 .col4 {padding: 0 0 0 0;font-size: 26px;line-height: 10px;}
	.contactsPsec2 .colline {margin:  0 0 0 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.contactsPsec2 .row {padding: 70px 50px 50px 50px;}
	.contactsPsec2 .col1 {padding: 0 0 0 0;font-size: 75px;line-height: 75px;}
	.contactsPsec2 .col2 {padding: 0 0 10px 0;font-size: 40px;line-height: 40px;}
	.contactsPsec2 .col3 {padding: 0 0 0 0;}
	.contactsPsec2 .col3 a {font-size: 30px;line-height: 30px;}
	.contactsPsec2 .col4 {padding: 0 0 0 0;font-size: 46px;line-height: 30px;}
	.contactsPsec2 .colline {margin:  0 0 0 0;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.contactsPsec2 .row {padding: 120px 50px 50px 50px;}
	.contactsPsec2 .col1 {font-size: 75px;line-height: 75px;}
	.contactsPsec2 .col2 {font-size: 30px;line-height: 30px;}
	.contactsPsec2 .col3 a {font-size: 18px;line-height: 18px;}
	.contactsPsec2 .col4 {font-size: 46px;line-height: 46px;}
	}




























/*------------------------------------------------------------------------------------------------------------------- parallax tetxt */

.H_pTxTSEC {
	}
.H_pTxTSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.H_pTxTSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.H_pTxTSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 450px;
	}
.H_pTxTSEC .col1a {
	padding: 150px 0 0 0;
	margin: 0 0 0 0;
	color: #f4f4f4;
	text-align: center;
	font-family: C;
	font-size: 40px;
	letter-spacing: 3px;
	line-height: 60px;
	}
.H_pTxTSEC .col1 .jarallax-img {
	}

@media (max-width: 767.98px) { 
	.H_pTxTSEC .col1a {font-size: 18px;letter-spacing: 2px;line-height: 36px;}
	}

/*--------------------------------------------------------------------------------------------------------------------------- footer */

.footerSec {
	padding: 50px 0;
	background-color: #101519;
	}

.footerSec .col0 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.footerSec .col0 img {
	height: 120px;
	width: auto;
	margin-bottom: 20px;
	}

.footerSec .col1 {
	text-align: center;
	font-family: J;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 30px;
	color: #495c63;
	}

.footerSec .mapLink {
	font-size: 11px;
	color: #A0A0A0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.footerSec .mapLink:hover {
	color: #575757;
	}

.footerSec .copyR {
	font-size: 10px; 
	letter-spacing: 4px;
	margin-top: 5px;
	}

.footerSec .socialLink {
	color: #495c63;
	font-size: 12px;
	opacity: 1;
	margin-right: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.footerSec .socialLink:hover {
	opacity: 0.6;
	}
@media (max-width: 767.98px) { 
	.footerSec {padding: 40px 0;}
	.footerSec .col0 img {height: 100px;margin-bottom: 15px;}
	.footerSec .col1 {padding: 0 50px 0 50px;;font-size: 13px;letter-spacing: 1px;line-height: 20px;}
	.footerSec .copyR {letter-spacing: 1px;}
	.footerSec .socialLink {margin-right: 10px;}
	}

/*------------------------------------------------------------------------------------------------------------------------ in Banner */

.inBannerSEC {
	}
.inBannerSEC .col1 {
	padding: 200px 25px 0 25px;
	margin: 0 auto;
	max-width: 1200px;
	font-size: 50px;
	font-family: C;
	color: #fff;
	}
.inBannerSEC .jarallax {
	height: 300px;
    min-height: auto;
	}

@media (max-width: 767.98px) { 
	.inBannerSEC .col1 {padding: 210px 25px 0 25px;font-size: 40px;}
	}

/*------------------------------------------------------------------------------------------------------------------------ cobtacts--*/

.infoCobtactsSEC {
	background-color: #f4f4f4;
	}
.infoCobtactsSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.infoCobtactsSEC .row {
	padding: 50px 25px 50px 25px;
	margin: 0 auto;
	max-width: 1200px;
	}

.infoCobtactsSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.infoCobtactsSEC .col1_1 {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-family: C;
	font-size: 36px;
	letter-spacing: 0.5px;
	color:#212c34;
	}
.infoCobtactsSEC .col1_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 16px;
	letter-spacing: 0.8px;
	color:#212c34;
	line-height: 30px;
	}

/*----------------------------------------------- map --*/
.mapSEC {}
.mapSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

@media (max-width: 767.98px) { 
	.infoCobtactsSEC .row {padding: 30px 25px 30px 25px;}
	}
/*------------------------------------------------ form --*/
.infoCobtactsSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.infoCobtactsSEC .FormDe {
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family: B;
	font-size: 14px;
	color:#212c34;
	}
.infoCobtactsSEC .r2 {
	padding: 0 0 0 0;
	margin: 0 -10px 0 -10px;
	}

.infoCobtactsSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.infoCobtactsSEC .cFormF:focus {
	background: rgba(247,247,247,0.5);
	border-bottom: 1px solid #212c34;
	padding-left: 10px;
	}

.infoCobtactsSEC .cFormF2 {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.infoCobtactsSEC .cFormF2:focus {
	background: rgba(247,247,247,0.5);
	border-bottom: 1px solid #212c34;
	padding-left: 10px;
	}

.infoCobtactsSEC .FormBu {
	width:100%;
	background-color: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc; 
	border-left: 0px solid #cccccc; 
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.infoCobtactsSEC .FormBu:hover {
	background-color:#212c34;
	color:#fff;
	border-bottom: 1px solid #fff;
	}

/*----------------------------------------------------------------------------------------------------------------------- hotel page */

.inPageSEC {
	height: 100vh;
	}
.inPageSEC .Poverlay {
	background-color:rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	}
.inPageSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.inPageSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.inPageSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.inPageSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.inPageSEC img {
	width: 300px;
	height: auto;
	}
.inPageSEC .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}

/*----------------------------------- des --*/
.inDesSEC {
	background-color: #f4f4f4;
	}
.inDesSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.inDesSEC .row {
	padding: 70px 25px 70px 25px;
	margin: 0 auto;
	max-width: 1200px;
	}

.inDesSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.inDesSEC .col1_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.inDesSEC .col1_1 img {
	width: 160px;
	height: auto;
	margin: 0 auto;
	float: none;
	}
.inDesSEC .col1_2 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: B;
	font-size: 14px;
	color: #212c34;
	line-height: 22px;
	letter-spacing: 0.5px;
	}
.inDesSEC .col1_3 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: B;
	font-size: 14px;
	color: #212c34;
	line-height: 22px;
	letter-spacing: 2px;
	}
/*----------------------------------- gallery --*/
.gallerySEC {
	}
.gallerySEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.gallerySEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.gallerySEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 500px;
	}

.gallerySEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 500px;
	}

.gallerySEC .col2_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 166px;
	background: url("../images+/smallSlider1/back1.gif") center center no-repeat;
	background-size: cover;
	}
.gallerySEC .col2_1 img {
	height: 166px;
	width: 50px;
	float: none;
	margin: 0 auto;
	}

.gallerySEC .col2_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 168px;
	background: url("../images+/smallSlider1/back2.gif") center center no-repeat;
	background-size: cover;
	}
.gallerySEC .col2_2 img {
	height: 168px;
	width: 50px;
	float: none;
	margin: 0 auto;
	}

.gallerySEC .col2_3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 166px;
	background: url("../images+/smallSlider1/back3.gif") center center no-repeat;
	background-size: cover;
	}
.gallerySEC .col2_3 img {
	height: 166px;
	width: 50px;
	float: none;
	margin: 0 auto;
	}
.gallerySEC .col2_3 .text {
	font-size: 18px;
	letter-spacing: 2px;
	font-family: B;
	}


@media (max-width: 575.98px) {
	}
@media (max-width: 767.98px) { 
	}
@media (max-width: 991.98px) {
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------------ booking --*/

.Bo_DesSEC {
	background-color: #f4f4f4;
	}
.Bo_DesSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.Bo_DesSEC .row {
	padding: 70px 25px 70px 25px;
	margin: 0 auto;
	max-width: 1200px;
	}

.Bo_DesSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.Bo_DesSEC .col1_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.Bo_DesSEC .col1_1 img {
	width: 160px;
	height: auto;
	margin: 0 auto;
	float: none;
	}
.Bo_DesSEC .col1_2 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: B;
	font-size: 14px;
	color: #212c34;
	line-height: 22px;
	letter-spacing: 0.5px;
	}
.Bo_DesSEC .col1_3 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: B;
	font-size: 14px;
	color: #212c34;
	line-height: 22px;
	letter-spacing: 2px;
	}
/*-------------------------------------*/
.bookingSEC {
	background-color: #fff;
	}
.bookingSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.bookingSEC .row {
	padding: 50px 25px 50px 25px;
	margin: 0 auto;
	max-width: 1200px;
	}
.bookingSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.bookingSEC .r2 {
	padding: 0 0 0 0;
	margin: 0 -10px 0 -10px;
	}

.bookingSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.bookingSEC .cFormF:focus {
	background: rgba(247,247,247,0.5);
	border-bottom: 1px solid #212c34;
	padding-left: 10px;
	}

.bookingSEC .cFormF2 {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.bookingSEC .cFormF2:focus {
	background: rgba(247,247,247,0.5);
	border-bottom: 1px solid #212c34;
	padding-left: 10px;
	}

.bookingSEC .FormBu {
	width:100%;
	background-color: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc; 
	border-left: 0px solid #cccccc; 
	border-radius: 0px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.bookingSEC .FormBu:hover {
	background-color:#212c34;
	color:#fff;
	border-bottom: 1px solid #fff;
	}

.bookingSEC .cFormF3 {
	border-radius: 0px;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	margin-bottom: 20px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='50' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size: 11px;
	background-position: calc(100% - 12px) center;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.bookingSEC .cFormF3:focus {
	border-bottom: 1px solid #212c34;
	padding-left: 10px;
	}

/*--------------------------------------------------------------------------------------------------------------------------- sent --*/

.sentSEC {
	}
.sentSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.sentSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.sentSEC .sentCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	align-self: center;
	text-align: center;
	color: #131313;
	font-family: E;
	letter-spacing: 0.1px;
	font-size: 18px;
	line-height: 15px;
	}

.sentSEC .sentCol i {
	color:#316A09;
	font-size: 50px;
	}

.sentSEC .sentCol a {
	color: #071AAF;
	font-size: 16px;
	font-family: E;
	}







