@font-face {
font-family: A1;
src: url('../fonts/OptimaLTPro-Roman.otf');
}
@font-face {
font-family: A2;
src: url('../fonts/OptimaLTPro-Medium.otf');
}
@font-face {
font-family: A3;
src: url('../fonts/OptimaLTPro-Bold.otf');
}
@font-face {
font-family: A4;
src: url('../fonts/OptimaLTPro-Black.otf');
}


@font-face {
font-family: B1;
src: url('../fonts/Poppins-Thin.ttf');
}
@font-face {
font-family: B2;
src: url('../fonts/Poppins-ExtraLight.ttf');
}
@font-face {
font-family: B3;
src: url('../fonts/Poppins-Light.ttf');
}
@font-face {
font-family: B4;
src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
font-family: B5;
src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
font-family: B6;
src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
font-family: B7;
src: url('../fonts/Poppins-Bold.ttf');
}


@font-face {
font-family: A;
src: url('../fonts/HelveticaBold.ttf');
}
@font-face {
font-family: B;
src: url('../fonts/HelveticaLight.otf');
	}
@font-face {
font-family: C;
src: url('../fonts/Swz721t.TTF');
	}
@font-face {
font-family: D;
src: url('../fonts/UPCFB.TTF');
	}
@font-face {
font-family: E;
src: url('../fonts/D-DIN.ttf');
	}
@font-face {
font-family: F;
src: url('../fonts/FjallaOneRegular.ttf');
	}
@font-face {
font-family: G;
src: url('../fonts/OpenSansRegular.ttf');
	}
@font-face {
font-family: H;
src: url('../fonts/AileronBold.otf');
	}
@font-face {
font-family: i;
src: url('../fonts/NotoSansArabic.ttf');
	}
@font-face {
font-family: J;
src: url('../fonts/ArconRegular.otf');
	}


body {
	margin:0 auto;
	padding: 0;
	overflow-x: hidden;
	background-color: #f7fbfc;
	}

/* scrol bar */
::-webkit-scrollbar
{width: 10px;}
::-webkit-scrollbar-track {background:#B4B4B4;}
::-webkit-scrollbar-thumb {background:#3F3F3F;}
::-webkit-scrollbar-thumb:hover {background: #f45303;}

/* select color */
::selection {background:#f45303; color: #fff}
::-moz-selection {background:#f45303; color: #fff}

.noBlue {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:hover {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:focus {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

/*--------------------------------------------------------------------------------------------------------------------------- Header*/

.headerSEC {
    }

headerSEC {
	position: fixed;
	width: 100%;
	z-index: 101;
	background-color:transparent;
	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;
	}

headerSEC.smaller {
	height: 60px;
	background-color:#F45303;
	}

headerSEC .container-fluid {
	padding: 0 70px 0 70px;
	margin: 0 0 0 0;
	}

headerSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

headerSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	line-height: 100px;
	float: left;
	-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;
	}

headerSEC.smaller .col1 {
	line-height: 60px;
	-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;
	}

headerSEC .col1 img {
	height: 40px;
	width: auto;
	opacity: 1;
	-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;
	}

headerSEC .col1 img:hover {
	opacity: 0.8;
	-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;
	}

headerSEC.smaller .col1 img {
	height: 34px;
	width: auto;
	-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;
	}

headerSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 100px;
	float: left;
	direction: ltr;
	text-align: right;
	-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;
	}

headerSEC.smaller .col2 {
	line-height: 60px;
	-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;
	}

headerSEC .menuLink {
	position: relative;
	font-family: B;
	color:#fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 50px;
	-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;
	}

headerSEC.smaller .menuLink {
	color:#fff;
	font-size: 13px;
	-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;
	}

headerSEC .menuLink:hover {
	color:#F45303;
	}

headerSEC .menuLink:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: -34px;
	right: 0;
	background: #F45303;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}

headerSEC .menuLink:hover:after{
	width: 100%;
	left: 0;
	background: #F45303;
	}


headerSEC.smaller .menuLink:hover {
	color:#000;
	}
headerSEC.smaller .menuLink:after {
	margin-top: -16px;
	}
headerSEC.smaller .menuLink:hover:after {
	background: #000;
	}

/*-------------------------------------------- small --*/

.headerSECs {
	width: 100%;
	z-index: 10;
	position: absolute;
	background-color: #f45303;
	height: 80px;
	-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;
	}

.headerSECs .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.headerSECs .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.headerSECs .col0 {
	padding: 22px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	position: absolute;
	}
.headerSECs .col0 img {
	height: 40px;
	width: auto;
	margin: 0 auto;
	float: none;
	}

.headerSECs .menuDiv {
	padding: 20px 20px 0 0;
	margin: 0 0 0 0;
	width: 100%;
	text-align: right;
	z-index: 2;
	}
.headerSECs .menuDiv button, .headerSECs .menuDiv button:focus {
	float: right;
	border: 0px;
	background-color: transparent;
	box-shadow: none;
	}

.headerSECs  .btn-outline-primary {
    --bs-btn-color: transparent !important;
    --bs-btn-border-color: transparent !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: transparent !important;
    --bs-btn-hover-border-color: transparent !important;
    --bs-btn-focus-shadow-rgb: transparent !important;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: transparent !important;
    --bs-btn-active-border-color: transparent !important;
    --bs-btn-active-shadow: transparent !important;
    --bs-btn-disabled-color: transparent !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent !important;
    --bs-gradient: none;
}


.headerSECs .menuDiv i {
	color: #fff;
	font-size: 30px;
	}

.headerSECs .menuDivIN {
	padding: 45px 30px 0 0;
	margin: 0 0 0 0;
	width: 100%;
	text-align: right;
	position: absolute;
	z-index: 9;
	}
.headerSECs .menuDivIN a {
	}
.headerSECs .menuDivIN i {
	color: #fff;
	font-size: 50px;
	}

.headerSECs .offcanvas-header {
	text-align: right;
	direction: rtl;
	float: right;
	background-color:#f45303;
	}

.headerSECs .closeBu {
	margin-top: 20px;
	margin-right: 20px;
	font-size: 22px;
	border: 0px;
	}
.headerSECs .closeBu:focus {
	box-shadow: none;
	}

.headerSECs .closeBu i {
	color: #fff;
	font-size: 30px;
	}

.headerSECs .offcanvas-body {
	padding: 20px 0 0 40px;
	line-height: 46px;
	background-color: #f45303;
	}

.headerSECs .offcanvas-body button, .headerSECs .offcanvas-body a {
	font-family: B;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: transparent;
	text-transform: uppercase;
	}

@media (max-width: 575.98px) {
	}
@media (max-width: 767.98px) { 
	}
@media (max-width: 991.98px) {
	}
@media (max-width: 1199.98px) { 
	headerSEC .menuLink {margin-right: 20px;}
	}
@media (max-width: 1399.98px) { 
	}

/*---------------------------------------------------------------------------------------------------------------------- main video */

.H_mainSlider {
	}
.H_mainSlider .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.H_mainSlider .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}


@media (max-width: 575.98px) { 
	.H_mainSlider .row {padding: 80px 0 0 0;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) { 
	}

/*---------------------------------------------------------------------------------------------------------------------- home About */

.hAboutSEC {
	background-color: #f5f5f5;
	}
.hAboutSEC .container-fluid {
	padding: 100px 70px 80px 70px;
	margin: 0 0 0 0;
	}
.hAboutSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.hAboutSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.hAboutSEC .col1 img {
	width: 320px;
	height: auto;
	}

.hAboutSEC .col2 {
	padding: 40px 0 40px 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.hAboutSEC .col2 img {
	width: auto;
	height: 130px;
	}

.hAboutSEC .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hAboutSEC .col3a {
	padding: 0 0 0 0;
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
	color: #000;
	font-family: A1;
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 50px;
	}
.hAboutSEC .col3b {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	color:#000;
	font-family: B;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 22px;
	}

@media (max-width: 575.98px) { 
	.hAboutSEC .container-fluid {padding: 40px 30px 30px 30px;}
	.hAboutSEC .col1 img {width: 300px;}
	.hAboutSEC .col2 {padding: 30px 0 20px 0;}
	.hAboutSEC .col2 img {height: 70px;}
	.hAboutSEC .col3a {font-size: 26px;line-height: 32px;}
	.hAboutSEC .col3b {padding: 15px 0 0 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hAboutSEC .container-fluid {padding: 40px 30px 30px 30px;}
	.hAboutSEC .col1 img {width: 300px;}
	.hAboutSEC .col2 {padding: 30px 0 20px 0;}
	.hAboutSEC .col2 img {height: 70px;}
	.hAboutSEC .col3a {font-size: 26px;line-height: 32px;}
	.hAboutSEC .col3b {padding: 15px 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) { 
	}

/*-------------------------------------------------------------------------------------------------------------------- home About 2 */

.hAbout2SEC {
	background-color: #fbfbfb;
	}
.hAbout2SEC .container-fluid {
	padding: 60px 70px 40px 70px;
	margin: 0 0 0 0;
	}
.hAbout2SEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.hAbout2SEC .col1 {
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	}
.hAbout2SEC .col1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A2;
	font-size: 40px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	color: #f45303;
	}
.hAbout2SEC .col1b {
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #000;
	}

.hAbout2SEC .col2 {
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	}

@media (max-width: 575.98px) { 
	.hAbout2SEC .container-fluid {padding: 30px 30px 30px 30px;}
	.hAbout2SEC .col1 {padding: 0 0 0 0;}
	.hAbout2SEC .col2 {padding: 0 0 0 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hAbout2SEC .container-fluid {padding: 40px 30px 30px 30px;}
	.hAbout2SEC .col1 {padding: 0 0 0 0;}
	.hAbout2SEC .col2 {padding: 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) { 
	}


/*-------------------------------------------------------------------------------------------------------------------------- pro SEC */

.proSEC {
	/*background-color:#111111;
	background: url("../images+/proBackground.jpg") no-repeat right bottom;
	background-size: cover;*/
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(37,37,37,1) 20%, rgba(0,0,0,1) 100%);
	}
.proSEC .container-fluid {
	padding: 0 70px 0 70px;
	margin: 0 0 0 0;
	min-height: 550px;
	}
.proSEC .row {
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
	}

.proSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 550px;
	align-content: center;
	}
.proSEC .col11 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 46px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #fff;
	font-family: A1;
	}
.proSEC .col11 span {
	color: #f45303;
	}
.proSEC .col12 {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 1px;
	color:#C9C9C9;
	font-family: B;
	}
.proSEC .col13 {
	padding: 40px 0 0 0;
	margin: 0 0 0 0;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #fff;
	font-family: A1;
	}
.proSEC .col13 span {
	color: #f45303;
	}

.proSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 550px;
	text-align: center;
	align-content: center;
	}
.proSEC .col2 img {
	height: 500px;
	width: auto;
	}

@media (max-width: 575.98px) { 
	.proSEC .container-fluid {padding: 0 30px 0 30px;min-height: auto;}
	.proSEC .row {padding: 55px 0 0 0;}
	.proSEC .col1 {min-height: auto;align-content: center;}
	.proSEC .col11 {line-height: 46px;}
	.proSEC .col12 {padding: 20px 0 0 0;}
	.proSEC .col13 {padding: 20px 0 0 0;line-height: 26px;}
	.proSEC .col2 {min-height: auto;padding: 35px 0 5px 0}
	.proSEC .col2 img {height: auto;width: 330px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.proSEC .container-fluid {padding: 0 30px 0 30px;min-height: auto;}
	.proSEC .row {padding: 55px 0 0 0;}
	.proSEC .col1 {min-height: auto;align-content: center;}
	.proSEC .col11 {line-height: 46px;}
	.proSEC .col12 {padding: 20px 0 0 0;}
	.proSEC .col13 {padding: 20px 0 0 0;line-height: 26px;}
	.proSEC .col2 {min-height: auto;padding: 35px 0 5px 0}
	.proSEC .col2 img {height: auto;width: 330px;}
	}
@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) { 
	}

/*------------------------------------------------------------------------------------------------------------------------- manf SEC */

.manfSEC {
	background-color: #f5f5f5;
	background: url(../images+/manf.jpg) no-repeat right center;
	background-size: cover;
	}
.manfSEC .container-fluid {
	padding: 90px 70px 75px 70px;
	margin: 0 0 0 0;
	}
.manfSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.manfSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A1;
	color: #f45303;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	}

.manfSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 auto;
	max-width: 1140px;
	text-align: center;
	font-family: B;
	color: #000;
	font-size: 17px;
	letter-spacing: 0.3px;
	line-height: 24px;
	}


@media (max-width: 575.98px) { 
	.manfSEC {background: none;}
	.manfSEC .container-fluid {padding: 40px 30px 30px 30px;}
	.manfSEC .col1 {font-size: 36px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.manfSEC .container-fluid {padding: 40px 30px 30px 30px;}
	.manfSEC .col1 {font-size: 50px;}
	}
@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) { 
	}

/*------------------------------------------------------------------------------------------------------------------ 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: 200px 0 0 0;
	margin: 0 0 0 0;
	color: #f4f4f4;
	text-align: center;
	font-family: A1;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 3px;
	line-height: 60px;
	}
.H_pTxTSEC .col1 .jarallax-img {
	}


@media (max-width: 575.98px) { 
	.H_pTxTSEC .col1a {font-size: 26px;letter-spacing: 2px;line-height: 37px;padding-right: 25px;padding-left: 25px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.H_pTxTSEC .col1a {font-size: 36px;letter-spacing: 2px;line-height: 50px;padding-right: 50px;padding-left: 50px;}
	}
@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--*/

.aboutSEC {
	background-color:#f7fbfc;
	}
.aboutSEC .container-fluid {
	padding: 0 70px 0 70px;
	margin: 0 0 0 0;
	}
.aboutSEC .row {
	padding: 60px 70px 60px 70px;
	margin: 0 0 0 0 0;
	background-color:#F9F9F9;
	}

.aboutSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A2;
	font-size: 40px;
	letter-spacing: 0.5px;
	line-height: 44px;
	color: #26348b;
	}

.aboutSEC .col2 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	font-family: A3;
	font-size: 20px;
	letter-spacing: 0.2px;
	line-height: 26px;
	color: #26348b;
	}

.aboutSEC .col4 {
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	}
.aboutSEC .col4 button {
	padding: 14px 40px 14px 40px;
	border: 1px solid #26348b;
	border-radius: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1.5px;
	background-color:#26348b;
	float: left;
	font-size: 14px;
	font-family: A3;
	-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;
	}
.aboutSEC .col4 button:hover {
	color: #26348b;
	background-color: #fff;
	}

@media (max-width: 575.98px) {
	.aboutSEC .container-fluid {padding: 0 25px 0 25px;}
	.aboutSEC .row {padding: 40px 15px 30px 15px;}
	.aboutSEC .col1 {font-size: 40px;line-height: 38px;}
	.aboutSEC .col2 {font-size: 18px;line-height: 25px;}
	.aboutSEC .col4 {padding: 20px 0 0 0;}
	}
@media (max-width: 767.98px) { 
	}
@media (max-width: 991.98px) {
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

/*------------------------------ aboutSEC2 --*/

.aboutSEC2 {
	}
.aboutSEC2 .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutSEC2 .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.aboutSEC2 .r2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	}
.aboutSEC2 .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutSEC2 .col1 img {
	width: 100%;
	height: auto;
	}

.aboutSEC2 .col2 {
	padding: 0 100px 0 100px;
	margin: 0 0 0 0;
	font-family: A3;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 21px;
	color:#26348b;
	background-color:#e3f1f4;
	align-content: center;
/*	display: flex;
	justify-content: center;
	align-items: center;*/
	}
.aboutSEC2 .col2 span {
	font-family: A6;
	font-size: 30px;
	letter-spacing: 0.2px;
	}


@media (max-width: 575.98px) {
	.aboutSEC2 .col2 {padding: 50px 30px;}
	}
@media (max-width: 767.98px) { 
	.aboutSEC2 .col2 {padding: 50px 30px;}
	}
@media (max-width: 991.98px) {
	.aboutSEC2 .col2 {padding: 50px 30px;}
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

/*------------------------------ aboutSEC3 --*/

.aboutSEC3 {
	background-color:#26348b;
	}
.aboutSEC3 .container-fluid {
	padding: 80px 140px 80px 140px;
	margin: 0 0 0 0;
	}
.aboutSEC3 .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.aboutSEC3 .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	font-family: A2;
	font-size: 30px;
	letter-spacing: 0.5px;
	line-height: 22px;
	}
.aboutSEC3 .col1 span {
	font-family: A3;
	font-size: 12px;
	letter-spacing: 0.5px;
	}

.aboutSEC3 .col2 {
	padding: 20px 0 0 30px;
	margin: 0 0 0 0;
	color: #fff;
	font-family: A3;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 21px;
	}

@media (max-width: 575.98px) { 
	.aboutSEC3 .container-fluid {padding: 40px 30px 40px 30px;}
	.aboutSEC3 .col1 {padding: 0 0 15px 0;}
	.aboutSEC3 .col2 {padding: 0 0 0 0;font-size: 16px;line-height: 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.aboutSEC3 .container-fluid {padding: 40px 30px 40px 30px;}
	.aboutSEC3 .col1 {padding: 0 0 15px 0;}
	.aboutSEC3 .col2 {padding: 0 0 0 0;font-size: 16px;line-height: 20px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	.aboutSEC3 .container-fluid {padding: 40px 30px 40px 30px;}
	.aboutSEC3 .col1 {padding: 0 0 15px 0;}
	.aboutSEC3 .col2 {padding: 0 0 0 0;font-size: 16px;line-height: 20px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*-------------------------------------------------------------------------------------------------------------------- about Team --*/

.aboutTeam {
	background-color:#e3f1f4;
	padding: 50px 0 30px 0;
	}
.aboutTeam .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutTeam .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}


/*-------------------------------------- projectsSEC */

.projectsSEC {
	background-color:#F9F9F9;
	}
.projectsSEC .container-fluid {
	padding: 40px 70px 40px 70px;
	margin: 0 0 0 0;
	}
.projectsSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	}

.projectsSEC .col0 {
	padding: 0 10px 20px 10px;
	margin: 0 0 0 0;
	float: left;
	}

.projectsSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.projectsSEC img {
	border-radius: 12px;
	}
.projectsSEC .col1a {
	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
	color:#171717;
	font-family: B;
	font-size: 16px;
	letter-spacing: 0.3px;
	min-height: 58px;
	}

@media (max-width: 575.98px) {
	.projectsSEC .container-fluid {padding: 30px 30px 30px 30px;}
	.projectsSEC .col0 {padding: 0 10px 20px 10px;}
	}
@media (max-width: 767.98px) { 
	.projectsSEC .container-fluid {padding: 30px 30px 30px 30px;}
	.projectsSEC .col0 {padding: 0 10px 20px 10px;}
	}
@media (max-width: 991.98px) {
	.projectsSEC .container-fluid {padding: 30px 30px 30px 30px;}
	.projectsSEC .col0 {padding: 0 10px 20px 10px;}
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

/*---------------------------------------------------------------------------------------------------------------- projects in page--*/

/*-------------------------------- banner-*/
.inPageSEC .x1 span {
	font-family: B;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	color:#CFCFCF;
	text-transform: uppercase;
	}
.inPageSEC .x1 {
	padding: 0 100px 0 100px;
	margin: 0 0 0 0;
	text-align: center;
	font-family: C;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	}

@media (max-width: 575.98px) {
	.inPageSEC .x1 span {font-size: 13px;}
	.inPageSEC .x1 {padding: 0 40px 0 40px;font-size: 40px;line-height: 46px;}
	}
@media (max-width: 767.98px) { 
	.inPageSEC .x1 span {font-size: 13px;}
	.inPageSEC .x1 {padding: 0 40px 0 40px;font-size: 40px;line-height: 46px;}
	}
@media (max-width: 991.98px) {
	.inPageSEC .x1 span {font-size: 13px;}
	.inPageSEC .x1 {padding: 0 40px 0 40px;font-size: 40px;line-height: 46px;}
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

/*-------------------------------- in projects -*/
.proInSEC {
	background-color:#F9F9F9;
	}
.proInSEC .container-fluid {
	padding: 70px 100px 70px 100px;
	margin: 0 0 0 0;
	}
.proInSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	}

.proInSEC .col1 {
	padding: 0 30px 0 0;
	margin: 0 0 0 0;
	}
.proInSEC .col1 img {
	border-radius: 12px;
	}

.proInSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.proInSEC .col21 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 13px;
	letter-spacing: 0.5px;
	color:#353535;
	}
.proInSEC .col22 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: C;
	font-size: 36px;
	letter-spacing: 0.5px;
	color:#111111;
	}
.proInSEC .col23 span {
	font-size: 11px;
	letter-spacing: 0.5px;
	}
.proInSEC .col23 {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 22px;
	letter-spacing: 0.5px;
	color:#353535;
	line-height: 22px;
	}

.proInSEC .col3 {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #B0B0B0;
	font-family: B;
	font-size: 18px;
	letter-spacing: 0.5px;
	color:#353535;
	line-height: 22px;
	}
.proInSEC .col3 span {
	font-size: 11px;
	letter-spacing: 0.5px;
	}

@media (max-width: 575.98px) {
	.proInSEC .container-fluid {padding: 40px 30px 40px 30px;}
	.proInSEC .col1 {padding: 0 0 0 0;}
	.proInSEC .col1 img {width: 100%;height: auto;}
	.proInSEC .col2 {padding: 20px 0 0 0;}
	.proInSEC .col21 {font-size: 14px;}
	.proInSEC .col22 {line-height: 18px;padding: 24px 0 0 0;font-size: 34px;}
	}
@media (max-width: 767.98px) { 
	.proInSEC .container-fluid {padding: 40px 30px 40px 30px;}
	.proInSEC .col1 {padding: 0 0 0 0;}
	.proInSEC .col1 img {width: 100%;height: auto;}
	.proInSEC .col2 {padding: 20px 0 0 0;}
	.proInSEC .col21 {font-size: 14px;}
	.proInSEC .col22 {line-height: 18px;padding: 24px 0 0 0;font-size: 34px;}
	}
@media (max-width: 991.98px) {
	.proInSEC .container-fluid {padding: 40px 30px 40px 30px;}
	.proInSEC .col1 {padding: 0 0 0 0;}
	.proInSEC .col1 img {width: 100%;height: auto;}
	.proInSEC .col2 {padding: 20px 0 0 0;}
	.proInSEC .col21 {font-size: 14px;}
	.proInSEC .col22 {line-height: 18px;padding: 24px 0 0 0;font-size: 34px;}
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}



/*------------------------------------------------------------------------------------------------------------------- home contacts */

.hContacts {
	background-color:#f45303;
	}
.hContacts .container-fluid {
	padding: 50px 70px 60px 70px;
	margin: 0 0 0 0;
	}
.hContacts .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.hContacts .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hContacts .FormDe {
	padding: 15px 0 40px 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family:A1;
	font-size: 32px;
	line-height: 38px;
	color:#fff;
	}
.hContacts .r2 {
	padding: 0 0 0 0;
	margin: 0 -10px 0 -10px;
	}

.hContacts .cFormF {
	background: transparent;
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 25px;
	box-shadow: 0px 0px 0px #888888;
	height: 44px;
	padding-left: 20px;
	letter-spacing: 1px;
	font-family: A1;
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	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;
	}
.hContacts .cFormF:focus {
	background:#ff661a;
	padding-left: 24px;
	border: 0px solid rgba(255,255,255,0);
	}

.hContacts .cFormF2 {
	background: transparent;
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 30px;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 20px;
	letter-spacing: 1px;
	font-family: A1;
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	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;
	}
.hContacts .cFormF2:focus {
	background:#ff661a;
	padding-left: 24px;
	border: 1px solid rgba(255,255,255,0);
	}

.hContacts .FormBu {
	letter-spacing: 1px;
	font-family: A1;
	font-size: 18px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 25px;
	width:100%;
	padding-top: 14px;
	background-color: transparent;
	-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;
	}
.hContacts .FormBu:hover {
	background-color:black;
	color:#fff;
	border: 1px solid #000;
	}

@media (max-width: 575.98px) { 
	.hContacts .container-fluid {padding: 40px 30px 40px 30px;}
	.hContacts .FormDe {padding: 0 0 30px 0;font-size: 27px;line-height: 30px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hContacts .container-fluid {padding: 40px 30px 40px 30px;}
	.hContacts .FormDe {padding: 0 0 30px 0;font-size: 27px;line-height: 30px;}
	}
@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) { 
	}

/*-------------------------------------------------------------------------------------------------------------------------- footer */

.footerSec {
	background-color:#000;
	}
.footerSec .container-fluid {
	padding: 100px 70px 80px 70px;
	margin: 0 0 0 0;
	}
.footerSec .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.footerSec .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	}
.footerSec .col1 img {
	height: 40px;
	width: auto;
	}

.footerSec .col2{
	padding: 0 0 0 80px;
	margin: 0 0 0 0;
	color: #fff;
	font-family: B3;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 28px;
	}
.footerSec .col2 a {
	color: #fff;
	font-family: B3;
	font-size: 14px;
	letter-spacing: 0.8px;
	-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 .col2 a:hover {
	color: #f45303;
	}
.footerSec .col2 i {
	margin-right: 5px;
	}

.footerSec .copyR {
	font-size: 10px; 
	letter-spacing: 4px;
	margin-top: 0px;
	text-transform: uppercase;
	}

.footerSec .socialLink {
	color: #29a319 !important;
	font-size: 18px !important;
	opacity: 1;
	margin-left: 10px;
	-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: 575.98px) { 
	.footerSec .container-fluid {padding: 40px 30px 40px 30px;}
	.footerSec .col2{padding: 25px 0 0 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.footerSec .container-fluid {padding: 40px 30px 40px 30px;}
	.footerSec .col2{padding: 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) { 
	}

/*----------------------------------------------------------------------------------------------------------------------- in Banner */

.inPageSEC {
	height: 100vh;
	}
/*.inPageSEC .Poverlay {
	background-color:rgba(0,0,0,0.5);
	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;
	background-color:rgba(204,58,60,0.8);
	}
.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;
	font-family: A1;
	font-size: 70px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	}
.inPageSEC .col3 {
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	text-align: center;
	}

.inPageSEC .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;
	}
.inPageSEC .socialLink:hover {
	opacity: 0.6;
	}

/*-------------------------------------------------------------------------------------------------------------------- sectors page--*/

.sectorsSEC {
	background-color:#F9F9F9;
	}
.sectorsSEC .container-fluid {
	padding: 0 70px 0 70px;
	margin: 0 0 0 0;
	}
.sectorsSEC .row {
	padding: 60px 70px 60px 70px;
	margin: 0 0 0 0 0;
	background-color:#F9F9F9;
	}

.sectorsSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: C;
	font-size: 40px;
	letter-spacing: 0.5px;
	line-height: 44px;
	color: #111111;
	}

.sectorsSEC .col2 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 24px;
	letter-spacing: 0.2px;
	line-height: 32px;
	color: #111111;
	}

@media (max-width: 575.98px) {
	.sectorsSEC .container-fluid {padding: 50px 40px 40px 40px;}
	.sectorsSEC .row {padding: 0 0 0 0;}
	.sectorsSEC .col1 {line-height: 41px;}
	.sectorsSEC .col2 {padding: 10px 0 0 0;line-height: 30px;}
	}
@media (max-width: 767.98px) { 
	.sectorsSEC .container-fluid {padding: 50px 40px 40px 40px;}
	.sectorsSEC .row {padding: 0 0 0 0;}
	.sectorsSEC .col1 {line-height: 41px;}
	.sectorsSEC .col2 {padding: 10px 0 0 0;line-height: 30px;}
	}
@media (max-width: 991.98px) {
	.sectorsSEC .container-fluid {padding: 70px 70px 70px 70px;}
	.sectorsSEC .row {padding: 0 0 0 0;}
	.sectorsSEC .col1 {line-height: 41px;}
	.sectorsSEC .col2 {padding: 10px 0 0 0;line-height: 30px;}
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

/*------------------------------ sectors2 --*/

.sectorsSEC2 {
	}
.sectorsSEC2 .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.sectorsSEC2 .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.sectorsSEC2 .r2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	}
.sectorsSEC2 .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 450px;
	background: url("../images+/sectors1.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.sectorsSEC2 .col2 {
	padding: 50px 100px;
	margin: 0 0 0 0;
	font-family: E;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color:#fff;
	background-color: #151515;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.sectorsSEC2 .r3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	flex-direction: row-reverse;
	}
.sectorsSEC2 .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 450px;
	background: url("../images+/sectors2.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.sectorsSEC2 .col4 {
	padding: 50px 100px;
	margin: 0 0 0 0;
	font-family: E;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color:#151515;
	background-color:#F8F8F8;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.sectorsSEC2 .r4 {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	}
.sectorsSEC2 .col5 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 450px;
	background: url("../images+/sectors3.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.sectorsSEC2 .col6 {
	padding: 50px 100px;
	margin: 0 0 0 0;
	font-family: E;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color:#fff;
	background-color: #151515;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.sectorsSEC2 .r5 {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	}
.sectorsSEC2 .col7 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 450px;
	background: url("../images+/sectors4.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.sectorsSEC2 .col8 {
	padding: 50px 100px;
	margin: 0 0 0 0;
	font-family: E;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color:#fff;
	background-color: #151515;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.sectorsSEC2 .r6 {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	flex-direction: row-reverse;
	}
.sectorsSEC2 .col9 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 450px;
	background: url("../images+/sectors5.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.sectorsSEC2 .col10 {
	padding: 50px 100px;
	margin: 0 0 0 0;
	font-family: E;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color:#151515;
	background-color:#F8F8F8;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.sectorsSEC2 .r7 {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	}
.sectorsSEC2 .col11 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 450px;
	background: url("../images+/sectors6.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.sectorsSEC2 .col12 {
	padding: 50px 100px;
	margin: 0 0 0 0;
	font-family: E;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color:#fff;
	background-color: #151515;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.sectorsSEC2 .r8 {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	flex-direction: row-reverse;
	}
.sectorsSEC2 .col13 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 450px;
	background: url("../images+/sectors7.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.sectorsSEC2 .col14 {
	padding: 50px 100px;
	margin: 0 0 0 0;
	font-family: E;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color:#151515;
	background-color:#F8F8F8;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.sectorsSEC2 .r9 {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	flex-direction: row-reverse;
	}
.sectorsSEC2 .col15 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 450px;
	background: url("../images+/sectors8.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
.sectorsSEC2 .col16 {
	padding: 50px 100px;
	margin: 0 0 0 0;
	font-family: E;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color:#151515;
	background-color:#F8F8F8;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	}


@media (max-width: 575.98px) {
	.sectorsSEC2 .col1 {height: 400px;}
	.sectorsSEC2 .col2 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col3 {height: 400px;}
	.sectorsSEC2 .col4 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col5 {height: 400px;}
	.sectorsSEC2 .col6 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col7 {height: 400px;}
	.sectorsSEC2 .col8 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col9 {height: 400px;}
	.sectorsSEC2 .col10 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col11 {height: 400px;}
	.sectorsSEC2 .col12 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col13 {height: 400px;}
	.sectorsSEC2 .col14 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col15 {height: 400px;}
	.sectorsSEC2 .col16 {padding: 60px 60px;height: auto;}
	}
@media (max-width: 767.98px) { 
	.sectorsSEC2 .col1 {height: 400px;}
	.sectorsSEC2 .col2 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col3 {height: 400px;}
	.sectorsSEC2 .col4 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col5 {height: 400px;}
	.sectorsSEC2 .col6 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col7 {height: 400px;}
	.sectorsSEC2 .col8 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col9 {height: 400px;}
	.sectorsSEC2 .col10 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col11 {height: 400px;}
	.sectorsSEC2 .col12 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col13 {height: 400px;}
	.sectorsSEC2 .col14 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col15 {height: 400px;}
	.sectorsSEC2 .col16 {padding: 60px 60px;height: auto;}
	}
@media (max-width: 991.98px) {
	.sectorsSEC2 .col1 {height: 400px;}
	.sectorsSEC2 .col2 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col3 {height: 400px;}
	.sectorsSEC2 .col4 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col5 {height: 400px;}
	.sectorsSEC2 .col6 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col7 {height: 400px;}
	.sectorsSEC2 .col8 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col9 {height: 400px;}
	.sectorsSEC2 .col10 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col11 {height: 400px;}
	.sectorsSEC2 .col12 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col13 {height: 400px;}
	.sectorsSEC2 .col14 {padding: 60px 60px;height: auto;}
	.sectorsSEC2 .col15 {height: 400px;}
	.sectorsSEC2 .col16 {padding: 60px 60px;height: auto;}
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}


/*------------------------------ Oparteners1 --*/

.Oparteners1 {
	background-color:#1E1E1E;
	}
.Oparteners1 .container-fluid {
	padding: 80px 140px 80px 140px;
	margin: 0 0 0 0;
	}
.Oparteners1 .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.Oparteners1 .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	font-family: A;
	font-size: 28px;
	letter-spacing: 0.5px;
	line-height: 22px;
	}
.Oparteners1 .col1 span {
	font-family: B;
	font-size: 12px;
	letter-spacing: 0.5px;
	}

@media (max-width: 575.98px) { 
	.Oparteners1 .container-fluid {padding: 30px 30px 70px 30px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.Oparteners1 .container-fluid {padding: 30px 30px 70px 30px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	.Oparteners1 .container-fluid {padding: 30px 30px 70px 30px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*------------------------------ Oparteners2 --*/

.Oparteners2 {
	background-color:#e8e8e8;
	}
.Oparteners2 .container-fluid {
	padding: 0 140px 0 140px;
	margin: 0 0 0 0;
	}
.Oparteners2 .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.Oparteners2 .col1 {
	padding: 30px 0 20px 0;
	margin: -80px 0 0 0;
	font-family: E;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 20px;
	color:#151515;
	}
.Oparteners2 .col1 img {
	width: 100%;
	height: auto;
	}

@media (max-width: 575.98px) { 
	.Oparteners2 .container-fluid {padding: 0 30px 0 30px;}
	.Oparteners2 .col1 {padding: 30px 0 30px 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.Oparteners2 .container-fluid {padding: 0 30px 0 30px;}
	.Oparteners2 .col1 {padding: 30px 0 30px 0;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) {
	.Oparteners2 .container-fluid {padding: 0 30px 0 30px;}
	.Oparteners2 .col1 {padding: 30px 0 30px 0;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}


/*------------------------------------------------------------------------------------------------------------------- contacts Strip */

.cStripSEC {
	background-color:#26348b;
	}
.cStripSEC .container-fluid {
	padding: 60px 70px 60px 70px;
	margin: 0 0 0 0;
	}
.cStripSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.cStripSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	font-family: A2;
	font-size: 30px;
	letter-spacing: 0.3px;
	line-height: 56px;
	text-align: center;
	}

@media (max-width: 575.98px) { 
	.cStripSEC .container-fluid {padding: 40px 30px 40px 30px;}
	.cStripSEC .col1 {line-height: 36px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.cStripSEC .container-fluid {padding: 40px 30px 40px 30px;}
	.cStripSEC .col1 {line-height: 36px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) { 
	.cStripSEC .container-fluid {padding: 40px 70px 40px 70px;}
	.cStripSEC .col1 {line-height: 36px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------ cobtacts page--*/

.infoCobtactsSEC {
	}
.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: A2;
	font-size: 36px;
	letter-spacing: 0.5px;
	color:#26348b;
	}
.infoCobtactsSEC .col1_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A3;
	font-size: 16px;
	letter-spacing: 0.8px;
	color:#212c34;
	line-height: 30px;
	}
/*------------------------------------------------ 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:A3;
	font-size: 16px;
	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;font-family: A3;
	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;
	}
.infoCobtactsSEC .cFormF:focus {
	background:rgba(255,255,255,1.00);
	border-bottom: 1px solid #26348b;
	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;
	font-family: B3;
	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;
	}
.infoCobtactsSEC .cFormF2:focus {
	background:rgba(255,255,255,1.00);
	border-bottom: 1px solid #26348b;
	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:#26348b;
	color:#fff;
	border-bottom: 1px solid #fff;
	}

@media (max-width: 575.98px) { 
	.infoCobtactsSEC .row {padding: 40px 25px 40px 25px;}
	.infoCobtactsSEC .col1_1 {line-height: 38px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.infoCobtactsSEC .row {padding: 40px 25px 40px 25px;}
	.infoCobtactsSEC .col1_1 {line-height: 38px;}
	.infoCobtactsSEC .col1 {padding-right: 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) { 
	}



/*----------------------------------- 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;
	}







