@charset "utf-8";

@font-face {
font-family: A;
src: url('../fonts/ARENAC.TTF');
}
@font-face {
font-family: B;
src: url('../fonts/MyriadProRegular.otf');
}
@font-face {
font-family: C;
src: url('../fonts/GESSTwoMedium.otf');
}
@font-face {
font-family: D;
src: url('../fonts/swis.TTF');
}
@font-face {
font-family: E;
src: url('../fonts/Swz721t.TTF');
}
@font-face {
font-family: F;
src: url('../fonts/HelveticaCE.otf');
}
@font-face {
font-family: G;
src: url('../fonts/CLEARGL.TTF');
}
@font-face {
font-family: H;
src: url('../fonts/MyriadPro-BoldCond.otf');
}
@font-face {
font-family: I;
src: url('../fonts/OPENSANS.TTF');
}
@font-face {
font-family: J;
src: url('../fonts/HelveticaLight.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: 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');
}

/* ------------------------------------------------------------------------------------------------------------------------- General */

body {
	margin:0 auto;
	padding: 0;
	overflow-x: hidden;
	}

::-webkit-scrollbar {width: 12px;}

.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;
	}

.tablerow {line-height: 0px;}

.container-fluid {padding: 0;margin: 0;}

/*--------------------------------------------------------------------------------------------------------------------------- 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:#fff;
	}

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: 96px;
	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: 70px;
	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: J;
	color:#194975;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-right: 36px;
	-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:#194975;
	font-size: 12px;
	margin-right: 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;
	}

headerSEC .menuLink:hover {
	color:#45a0d7;
	}

headerSEC .menuLink:after {
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: -34px;
	right: 0;
	background: #45a0d7;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	}

headerSEC .menuLink:hover:after{
	width: 100%;
	left: 0;
	background: #45a0d7;
	}


headerSEC.smaller .menuLink:hover {
	color:#194975;
	}
headerSEC.smaller .menuLink:after {
	margin-top: -16px;
	}
headerSEC.smaller .menuLink:hover:after {
	background: #194975;
	}

/*-------------------------------------------- small --*/

.headerSECs {
	width: 100%;
	z-index: 10;
	position: fixed;
	background-color: #fff;
	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: 18px 10px 0 0;
	margin: 0 0 0 0;
	width: 100%;
	text-align: right;
	z-index: 2;
	}
.headerSECs .menuDiv button, .headerSECs .menuDiv button:focus, .headerSECs .menuDiv button:hover {
	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: #194975;
	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:#143d84;
	}

.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: #143d84;
	}

.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;
	}


@media (max-width: 575.98px) { 
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	headerSEC .menuLink {font-size: 13px; margin-right: 20px;}
	headerSEC .col1 img {height: 56px;}
	}
@media (min-width: 1200px) and (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) { 
	.H_mainSlider .row {height: auto;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) { 
	.H_mainSlider .row {height: auto;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	.H_mainSlider .row {height: auto;}
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* --------------------------------------------------------------------------------------------------------------------- home text --*/

.hText {
	background: url(../images/hAboutBack.gif) no-repeat center center;
	}
.hText .container-fluid{
	padding: 85px 70px 100px 70px;
	margin: 0 0 0 0;
	}
.hText .row{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.hText .col0 {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	float: left;
	}
.hText .col0 img {
	height: 200px;
	width: auto;
	}

.hText .col00 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	}
.hText .col1 {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-family: B2;
	font-size: 50px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	}
.hText .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: I;
	font-size: 15px;
	letter-spacing: 0.3px;
	}
.hText .HomeMore {
	font-family: I;
	font-size: 15px;
	letter-spacing: 0.3px;
	text-transform: 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;
	}
.hText .HomeMore:hover {
	}

@media (max-width: 575.98px) { 
	.hText .container-fluid{padding: 40px 25px 40px 25px;}
	.hText .col0 {padding: 0 0 20px 0;text-align: center;}
	.hText .col0 img {height: 140px;}
	.hText .col1 {line-height: 40px;font-size: 38px;text-align: center;}
	.hText .col2 {line-height: 22px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hText .container-fluid{padding: 40px 25px 40px 25px;}
	.hText .col0 {padding: 0 0 20px 0;text-align: center;}
	.hText .col0 img {height: 140px;}
	.hText .col1 {line-height: 40px;font-size: 34px;text-align: left;}
	.hText .col2 {line-height: 22px;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) { 
	.hText .col0 img {height: 150px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* ---------------------------------------------------------------------------------------------------------------------- our work --*/

.hOworkSEC {
	background-color: #f9f9f9;
	}
.hOworkSEC .container-fluid{
	padding: 50px 4px 50px 4px;
	margin: 0 0 0 0;
	}
.hOworkSEC #hOworkSECr1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.hOworkSEC .col1 {
	padding: 0 0 34px 0;
	margin: 0 0 0 0;
	font-family: B2;
	font-size: 50px;
	letter-spacing: 0.3px;
	text-align: center;
	text-transform: uppercase;
	}

.hOworkSEC #hOworkSECr2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.hOworkSEC .col2 {
	padding: 0 4px 0 4px;
	margin: 0 0 0 0;
	}

.hOworkSEC .col2a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	display: block;
	text-decoration: none;
	border-radius: 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;
	}
.hOworkSEC .col2a img {
	width: 100%;
	height: auto;
	border-radius: 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;
	}
.hOworkSEC .col2a .txt {
	position: absolute;
	bottom: 18px; /* Positioning text in the bottom-left corner */
	left: 22px;
	z-index: 2;
	font-family: B5;
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	line-height: 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;
	}
.hOworkSEC .col2a .txt span {
	font-family: B4;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	}
.hOworkSEC .col2a:hover img {
	opacity: 0; /* Hides the image on hover */
	}
.hOworkSEC .col2a:hover {
	background-color:#101E56; /* Set your desired background color */
	-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;
	}


@media (max-width: 575.98px) { 
	.hOworkSEC .container-fluid{padding: 30px 10px 20px 10px;}
	.hOworkSEC .col1 {padding: 0 0 14px 0;font-size: 46px;}
	.hOworkSEC .col2 {padding: 0 0 10px 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hOworkSEC .container-fluid{padding: 30px 10px 20px 10px;}
	.hOworkSEC .col1 {padding: 0 0 14px 0;font-size: 46px;}
	.hOworkSEC .col2 {padding: 0 4px 10px 4px;}
	}
@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 4 sections */

.H_4SEC {
	}
.H_4SEC .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.H_4SEC .row {
	padding: 0 2px 0 2px;
	margin:  0 0 0 0;
	}
.H_4SEC .col1, .H_4SEC .col2, .H_4SEC .col3, .H_4SEC .col4 {
	padding: 0 2px 0 2px;
	margin:  0 0 0 0;
	float: left;
	height: 500px;
	border-radius: 16px;
	}

/* ----------------------------------------------------------------------------------------------------------------- our work page --*/

.OworkSEC {
	}
.OworkSEC .container-fluid{
	padding: 70px 70px 50px 70px;
	margin: 0 auto;
	}
.OworkSEC .row{
	padding: 0 0 0 0;
	margin: 0 -10px 0 -10px;
	}

.OworkSEC .col1 {
	padding: 0 10px 20px 10px;
	margin: 0 0 0 0;
	}

.OworkSEC .col2 {
	padding: 0 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	display: block;
	text-decoration: none;
	border-radius: 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;
	}

.OworkSEC .col2 img {
	width: 100%;
	height: auto;
	border-radius: 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;
	}

.OworkSEC .col2 .txt {
	position: absolute;
	bottom: 18px; /* Positioning text in the bottom-left corner */
	left: 22px;
	z-index: 2;
	font-family: B5;
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	line-height: 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;
	}
.OworkSEC .col2 .txt span {
	font-family: B4;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	}
.OworkSEC .col2:hover img {
	opacity: 0; /* Hides the image on hover */
	}
.OworkSEC .col2:hover {
	background-color:#101E56; /* Set your desired background color */
	-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;
	}


@media (max-width: 575.98px) { 
	.OworkSEC .container-fluid{padding: 8px 8px 2px 8px;}
	.OworkSEC .row{margin: 0 0 0 0;}
	.OworkSEC .col1 {padding: 0 0 8px 0;}
	.OworkSEC .col2 {border-radius: 8px;}
	.OworkSEC .col2 img {border-radius: 8px;}
	.OworkSEC .col2 .txt {bottom: 12px;left: 20px;font-size: 26px;line-height: 20px;}
	.OworkSEC .col2 .txt span {font-size: 14px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.OworkSEC .container-fluid{padding: 20px 20px 0 20px;}
	.OworkSEC .row{padding: 0 0 0 0;}
	.OworkSEC .col2 .txt {bottom: 12px;left: 20px;font-size: 26px;line-height: 20px;}
	.OworkSEC .col2 .txt span {font-size: 14px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* --------------------------------------------------------------------------------------------------------------------- home news --*/

.hNews {
	}
.hNews .container-fluid{
	padding: 40px 25px 40px 25px;
	margin: 0 auto;
	max-width: 1200px;
	}
.hNews .row{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

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

.hNews .col1a {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 38px;
	letter-spacing: 0.5px;
	text-align: left;
	color:#102a71;
	text-transform: uppercase;
	}
.hNews .dateCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: I;
	font-size: 15px;
	color:#185392;
	}
.hNews .TitleCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: B2;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #777880;
	line-height: 44px;
	}
.hNews .HomeMore {
	color: #777880;
	font-family: I;
	font-size: 15px;
	letter-spacing: 0.3px;
	text-transform: 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;
	}
.hNews .HomeMore:hover {
	color: #185392;
	}

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

.hNews .col2a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hNews .col2a .overlay {
	border-radius: 10px;
	}	
.hNews .col2a .newsIMG {
	width: 100%;
	height: auto;
	border-radius: 10px;
	}

@media (max-width: 575.98px) { 
	.hNews .container-fluid{padding: 30px 25px 30px 25px;}
	.hNews .col2 {padding: 10px 0 0 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hNews .container-fluid{padding: 30px 25px 30px 25px;}
	.hNews .col2 {padding: 10px 0 0 0;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}


/* ----------------------------------------------------------------------------------------------------------------- home parallax --*/

.hParallax {
	}
.hParallax .container-fluid{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hParallax .row{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hParallax .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 450px;
	}
.hParallax .col1a {
	padding: 170px 25px 0 25px;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
	font-family: B2;
	font-size: 55px;
	letter-spacing: 1px;
	line-height: 56px;
	}
.hParallax .col1 .jarallax-img {
	}

@media (max-width: 767.98px) { 
	.hParallax .col1a {padding: 150px 25px 0 25px;font-size: 43px;line-height: 44px;}
	}

/*------------------------------------------------------------------------------------------------------------------------- Counting */

.aboutCounting {
	background-color: #f9f9f9;
	background: url(../images/countingBack.gif) no-repeat center center;
	}
.aboutCounting .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.aboutCounting .row {
	padding: 90px 100px 70px 100px;
	margin: 0 0 0 0;
	}

.aboutCounting .col0 {
	padding: 0 0 50px 0;
	margin: 0 0 0 0;
	font-family: B3;
	color: #2a528e;
	font-size: 55px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.aboutCounting .col0 span{
	font-family: B2;
	font-size: 30px;
	letter-spacing: 1.5px;
	}

.aboutCounting .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutCounting .col1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.aboutCounting .col1 .p1 {padding-left: 40px;}
.aboutCounting .col1 .p2 {padding-left: 60px;}
.aboutCounting .col1 .p3 {padding-left: 34px;}

.aboutCounting .col1a1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	font-size: 70px;
	line-height: 44px;
	letter-spacing: 0.5px;
	color: #a9a9a9;
	text-align: right;
	direction: ltr;
	float: left;
	}
.aboutCounting .col1a2 {
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 40px;
	line-height: 25px;
	letter-spacing: 0.5px;
	color: #a9a9a9;
	text-align: left;
	direction: ltr;
	float: left;
	}
.aboutCounting .col1b {
	padding: 65px 0 0 0;
	margin: 0 0 0 0;
	font-family: G;
	font-size: 22px;
	line-height: 20px;
	letter-spacing: 1px;
	color:#63799a;
	text-align: center;
	}

@media (max-width: 575.98px) { 
	.aboutCounting .row {padding: 70px 30px 10px 30px;}
	.aboutCounting .col0 {line-height: 48px;}
	.aboutCounting .col1 {margin: 0 0 40px 0;}
	.aboutCounting .col1 .p1 {padding-left: 0px;}
	.aboutCounting .col1 .p2 {padding-left: 52px;}
	.aboutCounting .col1 .p3 {padding-left: 0px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.aboutCounting .row {padding: 70px 30px 10px 30px;}
	.aboutCounting .col1 {margin: 0 0 40px 0;}
	.aboutCounting .col1 .p1 {padding-left: 20px;}
	.aboutCounting .col1 .p2 {padding-left: 90px;}
	.aboutCounting .col1 .p3 {padding-left: 25px;}
	}
@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 contacts */

.hContacts {
	background-color: #253865;
	}
.hContacts .container-fluid {
	padding: 70px 70px 50px 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;
	color: #fff;
	font-family: B2;
	font-size: 28px;
	letter-spacing: 0.8px;
	line-height: 56px;
	}

.hContacts .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.hContacts .col2 button {
	padding: 15px 15px 15px 15px;
	border: 1px solid #fff;
	font-family: B4;
	border-radius: 0px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	background-color: transparent;
	width: 250px;
	float: 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;
	}
.hContacts .col2 button:hover {
	color: #253865;
	background-color: #fff;
	border: 1px solid #fff;
	}

@media (max-width: 575.98px) { 
	.hContacts .container-fluid {padding: 30px 25px 30px 25px;}
	.hContacts .col1 {text-align: center;line-height: 36px;}
	.hContacts .col2 {text-align: center;}
	.hContacts .col2 button {float: none;margin-top: 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.hContacts .container-fluid {padding: 30px 25px 30px 25px;}
	.hContacts .col1 {text-align: center;line-height: 36px;}
	.hContacts .col2 {text-align: center;}
	.hContacts .col2 button {float: none;margin-top: 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) { 
	}

/* -------------------------------------------------------------------------------------------------------------------------- Footer */

.footer {
	background-color: #101e3a;
	}
.footer .container-fluid{
	padding: 70px 70px 50px 70px;
	margin: 0 0 0 0;
	}
.footer .row{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.footer .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.footer .col1 img {
	height: 110px;
	width: auto;
	}

.footer .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 26px;
	}
.footer .col2 a {
	font-family: B3;
	font-size: 16px;
	letter-spacing: 1.5px;
	color:#F0F0F0;
	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;
	}
.footer .col2 a:hover {
	color:#3B6693;
	}

.footer .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.footer .col3_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 16px;
	letter-spacing: 1.5px;
	color:#F0F0F0;
	}

.footer .col3_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.footer .col3_2 a {
	font-family: B3;
	font-size: 14px;
	letter-spacing: 1.5px;
	color:#7797da;
	-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;
	}
.footer .col3_2 a:hover {
	color:#F0F0F0;
	}

.footer .col3_3 {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 14px;
	letter-spacing: 1.5px;
	color:#F0F0F0;
	}

.footer .col3_4 {
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 14px;
	letter-spacing: 1.5px;
	color:#cfcfcf;
	}
.footer .iconLink {
	margin-right: 15px;
	-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;
	}
.footer .iconLink:hover {
	color: #7797da;
	}

.footer .col3_5 {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 12px;
	letter-spacing: 1.5px;
	color:#cfcfcf;
	}

@media (max-width: 575.98px) { 
	

.footer .container-fluid{padding: 50px 25px 30px 25px;}
.footer .col1 {text-align: center;}
.footer .col1 img {height: 78px;}
.footer .col2 {display: none;}
.footer .col3 {padding: 20px 0 0 0;}

.footer .col3_1 {
	text-align: center;
	}

.footer .col3_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.footer .col3_2 a {
	font-family: B3;
	font-size: 14px;
	letter-spacing: 1.5px;
	color:#7797da;
	-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;
	}
.footer .col3_2 a:hover {
	color:#F0F0F0;
	}

.footer .col3_3 {
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 14px;
	letter-spacing: 1.5px;
	color:#F0F0F0;
	}

.footer .col3_4 {
	text-align: center;
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 14px;
	letter-spacing: 1.5px;
	color:#cfcfcf;
	}
.footer .iconLink {
	margin-right: 15px;
	-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;
	}
.footer .iconLink:hover {
	color: #7797da;
	}

.footer .col3_5 {
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 12px;
	letter-spacing: 1.5px;
	color:#cfcfcf;
	}
	
	
	
	
	
	}
@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) { 
	}

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

.inBannerSEC {
	}
.inBannerSEC .jarallax {
    min-height: 500px;
	}
.inBannerSEC .col1 {
    position: relative;
    padding: 0 70px 0 70px;
    margin: 0 0 0 0;
    font-size: 60px;
    letter-spacing: 1px;
    font-family: B5;
    color: #fff;
    text-transform: uppercase;
    height: 500px;
	}
.inBannerSEC .col1 p { 
    position: absolute; 
    bottom: 60px;
    left: 70px;
    margin: 0;
	line-height: 52px;
	}


@media (max-width: 575.98px) { 
	.inBannerSEC .col1 { padding: 0 25px 0 25px;font-size: 50px;}
	.inBannerSEC .col1 p {bottom: 50px; left: 25px;line-height: 42px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.inBannerSEC .col1 { padding: 0 25px 0 25px;font-size: 50px;}
	.inBannerSEC .col1 p {bottom: 50px; left: 25px;line-height: 42px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* ------------------------------------------------------------------------------------------------------------------- About-US Page */

.aboutSEC {
	background-color: #fff;
	}
.aboutSEC .container-fluid{
	padding: 50px 70px 50px 70px;
	margin: 0 0 0 0;
	}
.aboutSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.aboutSEC .col1 {
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	font-family: B2;
	font-size: 50px;
	letter-spacing: 1px;
	color: #0D1A46;
	text-transform: uppercase;
	}

.aboutSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family:B3;
	font-size: 16px;
	letter-spacing: 1px;
	color: #1e1e1e;
	line-height: 21px;
	}

.aboutSEC .col2 button {
	padding: 14px 40px 14px 40px;
	border: 1px solid #253865;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	background-color:#253865;
	float: left;
	font-size: 14px;
	font-family: B4;
	margin-top: 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;
	}
.aboutSEC .col2 button:hover {
	color: #253865;
	background-color: #fff;
	}

/*------------------------------ 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: 100px 100px;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color:#081d3f;
	background-color:#f8f8f8;
/*	display: flex;
	justify-content: center;
	align-items: center;*/
	}
.aboutSEC2 .col2 span {
	font-family: B5;
	font-size: 36px;
	letter-spacing: 0.5px;
	}

/*------------------------------ aboutSEC3 --*/

.aboutSEC3 {
	background-color:#fff;
	}
.aboutSEC3 .container-fluid {
	padding: 80px 70px 80px 70px;
	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: #081d3f;
	font-family: B5;
	font-size: 33px;
	line-height: 22px;
	}

.aboutSEC3 .col2 {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	color: #081d3f;
	font-family: B3;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	}

@media (max-width: 575.98px) { 
	.aboutSEC .col1 {padding: 0 0 20px 0;font-size: 40px;line-height: 42px;}
	.aboutSEC .container-fluid{padding: 30px 25px 30px 25px;}
	.aboutSEC .col2 button {margin-top: 20px;line-height: 23px}
	.aboutSEC2 .col2 {padding: 40px 25px;}
	.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) { 
	.aboutSEC .container-fluid{padding: 30px 25px 30px 25px;}
	.aboutSEC2 .col2 {padding: 40px 25px;}
	.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) { 
	.aboutSEC2 .col2 {padding: 40px 25px;}
	.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: 1200px) and (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------- projects page--*/

#filterS {
	padding-top: 15px;
	padding-bottom: 15px;
	}
.filterSEC {
	background-color: #f8f8f8;
	}
.filterSEC .container-fluid {
    margin: 0 0 0 0;
    padding: 0 70px 0 70px;
	}
.filterSEC .row {
	padding: 0 4px 0 4px;
	margin: 0 0 0 0;
	}
.filterSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    }

.filterSEC .col1a {
	padding: 0 6px 0 6px;
	margin: 0 0 0 0;
    }
.filterSEC .f1 {
	cursor: pointer;
	height: 40px;
	font-family: B;
	color: #171717;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: transparent;
	border-top: 0px;
	border-bottom: 1px solid #171717;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	box-shadow: 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;
    }
.filterSEC .f1:hover {
	background-color: #fff;
    }

.filterSEC .arrow {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='50' fill='black'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size: 11px;
	background-position: calc(100% - 0px) center;
	background-repeat: no-repeat;
	background-color: transparent;
    }
.filterSEC option {
	background-color: #fff;
	color: #171717;
	border-radius: 0px;
    }


.catalogeSEC {
	background-color:#fff;
	}
.catalogeSEC .container-fluid {
    padding: 40px 30px 40px 30px;
	margin: 0 0 0 0;
	}
.catalogeSEC .row {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	}

.catalogeSEC .itemContainer {
	padding: 0 10px 20px 10px;
	margin: 0 0 0 0;
	float: left;
	}

.catalogeSEC .proCol {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	}
.catalogeSEC .proIMG {
	border-radius: 12px;
	}
.catalogeSEC .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;
	text-decoration: none;
	}


@media (max-width: 575.98px) { 
	.filterSEC .container-fluid { padding: 0 30px 0 30px;}
	.filterSEC .row {padding: 0 0 0 0;}
	

	.catalogeSEC .container-fluid {padding: 40px 20px 40px 20px;}
	.catalogeSEC .itemContainer {padding: 0 0 20px 0;}
	
	
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.filterSEC .container-fluid { padding: 0 30px 0 30px;}
	.filterSEC .row {padding: 0 0 0 0;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	.filterSEC .container-fluid { padding: 0 30px 0 30px;}
	.filterSEC .row {padding: 0 0 0 0;}
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* ------------------------------------------------------------------------------------------------------------- projects in page -- */

.inPageSEC {
	height: 100vh;
	}
.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(4,20,46,0.8);
	}
.inPageSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.inPageSEC .col2 {
	padding: 80px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: B2;
	font-size: 50px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	}
.inPageSEC .col2 span {

	font-family: B2;
	font-size: 20px;
	letter-spacing: 2px;
	}

.inPageSEC .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

/*---------------------------------*/

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

.catalogeINSEC .col1 {
    padding: 0 30px 0 0;
    margin: 0 0 0 0;
	}
.catalogeINSEC .proInIMG {
    width: 100%;
	height: auto;
	border-radius: 12px;
	}

.catalogeINSEC .col2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	}
.catalogeINSEC .col21 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 14px;
	letter-spacing: 0.5px;
	color:#141B2E;
	}
.catalogeINSEC .col22 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B2;
	font-size: 32px;
	letter-spacing: 0.5px;
	color:#111111;
	}
.catalogeINSEC .col23 span {
	font-size: 14px;
	letter-spacing: 0.5px;
	}
.catalogeINSEC .col23 {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 22px;
	letter-spacing: 1px;
	color:111111;
	line-height: 23px;
	}

.catalogeINSEC .col3 {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #B0B0B0;
	font-family: B4;
	font-size: 16px;
	letter-spacing: 1px;
	color:#353535;
	line-height: 21px;
	}
.catalogeINSEC .col3 span {
	font-size: 14px;
	letter-spacing: 1.5px;
	}

@media (max-width: 575.98px) { 
	.inPageSEC .col2 {padding: 80px 25px 0 25px;font-size: 40px;letter-spacing: 1px;}
	.inPageSEC .col2 span {font-family: B2;font-size: 18px;letter-spacing: 1.5px;}
	.catalogeINSEC .container-fluid {padding: 40px 30px 40px 30px;}
	.catalogeINSEC .col1 {padding: 0 0 0 0;}
	.catalogeINSEC .col1 img {width: 100%;height: auto;}
	.catalogeINSEC .col2 {padding: 20px 0 0 0;}
	.catalogeINSEC .col21 {font-size: 14px;}
	.catalogeINSEC .col22 {line-height: 18px;padding: 24px 0 0 0;font-size: 34px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.catalogeINSEC .container-fluid {padding: 40px 30px 40px 30px;}
	.catalogeINSEC .col1 {padding: 0 0 0 0;}
	.catalogeINSEC .col1 img {width: 100%;height: auto;}
	.catalogeINSEC .col2 {padding: 20px 0 0 0;}
	.catalogeINSEC .col21 {font-size: 14px;}
	.catalogeINSEC .col22 {line-height: 18px;padding: 24px 0 0 0;font-size: 34px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	.catalogeINSEC .container-fluid {padding: 40px 30px 40px 30px;}
	.catalogeINSEC .col1 {padding: 0 0 0 0;}
	.catalogeINSEC .col1 img {width: 100%;height: auto;}
	.catalogeINSEC .col2 {padding: 20px 0 0 0;}
	.catalogeINSEC .col21 {font-size: 14px;}
	.catalogeINSEC .col22 {line-height: 18px;padding: 24px 0 0 0;font-size: 34px;}
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* -------------------------------------------------------------------------------------------------------------------- news page -- */

.inNewsSEC {
	background-color: #fff;
	}
.inNewsSEC .container-fluid {
	padding: 50px 70px 50px 70px;
	margin: 0 0 0 0;
	}
.inNewsSEC .r1 {
	padding: 0 0 0 0;
	margin: 0 auto;
	}

.inNewsSEC .dateCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B3;
	font-size: 16px;
	color: #0D52A6;
	line-height: 21px
	}
.inNewsSEC .TitleCol {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-family: B2;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0E0E0E;
	line-height: 44px;
	}

.inNewsSEC .colmedia {
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
	}

.inNewsSEC .imagesCol {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	}
.inNewsSEC .newsIMG {
	width: 100%;
	height: auto;
	}

.inNewsSEC .desCol {
	padding: 0 0 0 0;
	margin: 10px 0 20px 0;
	font-family: B3;
	font-size: 16px;
	color: #151515;
	line-height: 22px;
	letter-spacing: 0.5px;
	}

.inNewsSEC .archivesCol {
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	}
.inNewsSEC .archiveCol {
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	}
.inNewsSEC .archiveDateCol {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	color: #0D52A6;
	font-family: B3;
	font-size: 14px;
	}
.inNewsSEC .archiveTitleCol {
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0;
	background-color:#f5f9ff;
	color:#0D1A46;
	font-family: B3;
	border-radius: 6px;
	font-size: 18px;
	-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;
	}
.inNewsSEC .archiveTitleCol:hover {
	background-color:#0D1A46;
	color: #fff;
	}

@media (max-width: 575.98px) { 
	.inNewsSEC .container-fluid {padding: 30px 25px 30px 25px;}
	.inNewsSEC .colmedia {padding: 0 0 0 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.inNewsSEC .container-fluid {padding: 30px 25px 30px 25px;}
	.inNewsSEC .colmedia {padding: 0 0 0 0;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/* ----------------------------------------------------------------------------------------------------------------- Contact-US Page */

.infoCobtactsSEC {
	}
.infoCobtactsSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.infoCobtactsSEC .row {
	padding: 50px 70px 50px 70px;
	margin: 0 0 0 0;
	}

.infoCobtactsSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.infoCobtactsSEC .col1 a {
	-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 .col1 a:hover {
	}

.infoCobtactsSEC .col1_1 {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-family: E;
	font-size: 36px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}
.infoCobtactsSEC .col1_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: I;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 30px;
	}

/*----------------------------------------------- map --*/
.mapSEC {}
.mapSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
/*------------------------------------------------ form --*/
.infoCobtactsSEC .col2 {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	}
.infoCobtactsSEC .FormDe {
	padding: 7px 0 15px 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family: I;
	font-size: 14px;
	}
.infoCobtactsSEC .r2 {
	padding: 0 0 0 0;
	margin: 0 -10px 0 -10px;
	}

.infoCobtactsSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	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: 15px;
	-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 {
	padding-left: 10px;
	}

.infoCobtactsSEC .cFormF2 {
	border-radius: 0px;
	background: transparent;
	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: 15px;
	-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 {
	padding-left: 10px;
	}

.infoCobtactsSEC .FormBu {
	width:100%;
	background-color: transparent;
	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 {
	color:#fff;
	border-bottom: 1px solid #fff;
	}


@media (max-width: 575.98px) { 
	.infoCobtactsSEC .row {padding: 30px 25px 30px 25px;}
	.infoCobtactsSEC .col1 {margin: 0 0 20px 0;}
	.infoCobtactsSEC .col1_1 {line-height: 40px;}
	.infoCobtactsSEC .FormDe {padding: 0 0 10px 0;}
	.infoCobtactsSEC .r2 {padding: 0 0 0 0;margin: 0 -10px 0 -10px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.infoCobtactsSEC .row {padding: 30px 25px 30px 25px;}
	.infoCobtactsSEC .col1 {margin: 0 0 20px 0;}
	.infoCobtactsSEC .col1_1 {line-height: 40px;}
	.infoCobtactsSEC .FormDe {padding: 0 0 10px 0;}
	.infoCobtactsSEC .r2 {padding: 0 0 0 0;margin: 0 -10px 0 -10px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

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

.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;
	font-family: I;
	letter-spacing: 0.1px;
	font-size: 22px;
	line-height: 15px;
	}

.sentSEC .sentCol i {
	font-size: 50px;
	}

.sentSEC .sentCol a {
	font-size: 16px;
	font-family: B;
	letter-spacing: 1px;
	}

/* ------------------------------------------------------------------------------------------------------------------- products Page */

.proContentSEC {
	}
.proContentSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.proContentSEC .row {
	padding: 40px 70px 30px 70px;
	margin: 0 0 0 0;
	}
.proContentSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 32px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	}
.proContentSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: I;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-align: justify;
	direction: ltr;
	line-height: 22px;
	}

/*----------------------------------- media --*/

.proMediaSEC {
	}
.proMediaSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.proMediaSEC .row {
	padding: 0 70px 10px 70px;
	margin: 0 0 0 0;
	}
.proMediaSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.proMediaSEC .TabsBu {
	font-family: I;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid 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;
	}
.proMediaSEC .TabsBu:hover {
	}
.proMediaSEC .TabsBu:focus {
	}

.proMediaSEC  .tab-content {
	padding: 10px 0 20px 0;
	margin-left: -10px;
	margin-right: -10px;
	}

/*--------------------------------- photos --*/

.proMediaSEC .photosTabsCol {
	padding:10px 10px;
	float: left;
	}
.proMediaSEC .photoSize {
	width:100%;
	height:auto;
	border-radius:6px;
	-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;
	}
.proMediaSEC .photoSize:hover {
	opacity:0.8;
	}
.vnbx-title {
	font-size: 14px;
	font-family: I;
	letter-spacing: 0.5px;
	}

/*--------------------------------- videos --*/

.proMediaSEC .videoTabsCol {
	padding:10px 10px;
	float: left;
	}
.proMediaSEC .videoTabsTitle {
	font-family: I;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: normal;
	margin: 10px 0;
	padding: 7px;
	}

/*----------------------------------- files --*/

.proMediaSEC .downloadTabsCol {
	padding:10px 10px;
	float: left;
	}
.proMediaSEC .downloadTabsBox {
	border-radius:5px;
	padding: 8px 12px;
	line-height: 26px;
	}
.proMediaSEC .downloadTabsName {
	font-family: I;
	font-size: 15px;
	letter-spacing: 0.2px;
	font-weight: normal;
	line-height: 15px;
	}
.proMediaSEC .downloadTabsLink {
	font-family: I;
	font-size: 12px;
	font-weight: normal;
	-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;
	}
.proMediaSEC .downloadTabsLink:hover {
	text-decoration: none;
	}

.LoadMoreButton {
	width:100%;
	float:none;
	text-align:center;
	font-family:I;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing: 1px;
	padding-top:5px;
	padding-bottom: 5px;
	margin-bottom:20px;
	margin-top: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;
	}
.LoadMoreButton:hover {
	}


@media (max-width: 575.98px) { 
	.proContentSEC .row {padding: 30px 25px 30px 25px;}
	.proContentSEC .col1 {line-height: 36px;margin-bottom: 10px;}
	.proMediaSEC .row {padding: 0 25px 0 25px;}
	.nav {display: inherit;}
	.proMediaSEC .videoTabsCol {float: none;}
	.proMediaSEC .downloadTabsCol {float: none;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.proContentSEC .row {padding: 30px 25px 30px 25px;}
	.proContentSEC .col1 {line-height: 36px;margin-bottom: 10px;}
	.proMediaSEC .row {padding: 0 25px 0 25px;}
	.nav {display: inherit;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

