@font-face {
font-family: x1;
src: url('../fonts/Mollen-Light.otf');
}
@font-face {
font-family: x2;
src: url('../fonts/Mollen-Regular.otf');
}
@font-face {
font-family: x3;
src: url('../fonts/Mollen-Medium.otf');
}
@font-face {
font-family: x4;
src: url('../fonts/Mollen-Bold.otf');
}

@font-face {
font-family: A1;
src: url('../fonts/Poppins-Thin.ttf');
}
@font-face {
font-family: A2;
src: url('../fonts/Poppins-ExtraLight.ttf');
}
@font-face {
font-family: A3;
src: url('../fonts/Poppins-Light.ttf');
}
@font-face {
font-family: A4;
src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
font-family: A5;
src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
font-family: A6;
src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
font-family: A7;
src: url('../fonts/Poppins-Bold.ttf');
}


@font-face {
font-family: A;
src: url('../fonts/HelveticaBold.ttf');
}
@font-face {
font-family: B;
src: url('../fonts/OpenSansRegular.ttf');
	}
@font-face {
font-family: C;
src: url('../fonts/AlumniSans-Light.ttf');
	}
@font-face {
font-family: D;
src: url('../fonts/AlumniSans-Regular.ttf');
	}

@font-face {
font-family: E;
src: url('../fonts/AlumniSans-Medium.ttf');
	}
@font-face {
font-family: F;
src: url('../fonts/AlumniSans-Bold.ttf');
	}
@font-face {
font-family: G;
src: url('../fonts/Swz721t.TTF');
	}
@font-face {
font-family: H;
src: url('../fonts/Regular.ttf');
	}

body {
	margin: 0 auto;
	padding: 0;
	background: url("../images+/mainBackfround.jpg") no-repeat top center fixed;
	background-size: cover;
	background-color: #0d0e10;
	overflow-x: hidden;
	}

/* scrol bar */
::-webkit-scrollbar{width: 10px;}
::-webkit-scrollbar-track {background: #0e0e10;}
::-webkit-scrollbar-thumb {background: #1e1f23;}
::-webkit-scrollbar-thumb:hover {background:#3A3A3A}

/* select color */
::selection {background:#dedede; color:#1E1E1E}
::-moz-selection {background:#dedede; color: #1E1E1E}

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

.mainIMG {
	width: 100%;
	height: auto;
	}

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

.sHeaderSEC {
	position: fixed ;
	z-index: 2;
    width: 100%;
	background-color: rgba(13, 14, 16, 0.8);
	backdrop-filter: blur(10px);
    }

.sHeaderSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.sHeaderSEC .row {
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	}

.sHeaderSEC .col1 {
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
	}
.sHeaderSEC .col1 img {
	height: 60px;
	width: auto;
	}
.sHeaderSEC .col2 {
	padding: 0 25px 0 0;
	margin: 0 0 0 0;
	text-align: right;
	align-content: center
	}
.sHeaderSEC .col2 a {
	font-family: A2;
	font-size: 30px;
	color: #DBDBDB;
	}

.offcanvas {
    background-color: rgba(13, 14, 16, 0.8); /* Semi-transparent background */
	backdrop-filter: blur(10px); /* Apply blur effect */
	}
.btn-close {
    --bs-btn-close-color: transparent;
    width: 2em;
    height: 2em;
	font-size: 24px;
    color: #DBDBDB;
	}
.offcanvas-body {
    padding-left: 25px;
	padding-right: 25px;
	line-height: 40px;
	}
.offcanvas-body a {
    font-size: 26px;
	font-family: A3;
	color: #DBDBDB;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

.offcanvas-body .colx {
	padding: 0 0 0 0;
	margin: 15px 0 10px 0;
	background-color: #4B4B4B;
	height: 1px;
	}

.offcanvas-body .colz {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A2;
	font-size: 12px;
	letter-spacing: 1px;
	color:#DBDBDB;;
	line-height: 26px;
	}
.offcanvas-body .colz a {
	float: left;
	font-family: A2;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: #DBDBDB;
	margin-right: 25px;
	}

@media (max-width: 575.98px) { 
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	.sHeaderSEC {display: none}
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.sHeaderSEC {display: none}
	}

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

.footerMenu {
	position: fixed ;
	bottom: 30px;
	z-index: 11;
	display: flex; /* Enable flexbox for the footer */
    justify-content: center; /* Center the footer contents */
    width: 100%; /* Make sure it takes full width */
    }
.footerMenu #FM {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-radius: 4px;
	background-color: rgba(13, 14, 16, 0.8); /* Semi-transparent background */
	backdrop-filter: blur(10px); /* Apply blur effect */
    display: flex; /* Enable flexbox */
    justify-content: center; /* Center child elements */
    align-items: center; /* Center items vertically */
	}

.footerMenu .col1 {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	text-align: center;
	align-content: center;
	display: contents;
	}
.footerMenu .col1 img {
	height: 52px;
	width: auto;
	opacity: 1;
	margin: 2px 20px 0 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;
	}
.footerMenu .col1 img:hover {
	opacity: 0.7;
	}

.footerMenu .col2 {
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	}

.footerMenu .col2a {
	padding: 14px 0 12px 0;
	margin: 0 0 0 0;
	}
.footerMenu .col2a a {
	font-family: A2;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #DBDBDB;
	margin-right: 10px;
	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;
	}
.footerMenu .col2 a:hover {
	opacity: 0.7;
	}

.footerMenu .col2b {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 1px;
	background-color:#393939;
	}

.footerMenu .col2c {
	padding: 7px 0 8px 0;
	margin: 0 0 0 0;
	font-family: A2;
	font-size: 10px;
	letter-spacing: 1px;
	color: #959595;
	}

.footerMenu .col2c a {
	float: right;
	font-family: A2;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	color: #959595;
	margin-left: 10px;
	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;
	}

@media (max-width: 575.98px) { 
	.footerMenu {display: none;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.footerMenu {display: none;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*--------------------------------------------------------------------------------------------------------------------- pop up mofal */

.modal-content {background-color: transparent!important;border: 0px;}
.modal-header {height: 5px!important;padding: 5px 10px 15px 10px!important;direction: rtl;border-bottom: 0px;}
.modal-header a i {font-family: A3; font-size: 16px; color: #E7E7E7;cursor: pointer; float: right;}
.modal-body {background-color: #101114; border-radius: 10px; padding: 10px 20px;}

.modal-body .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #313133;
	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;
	color:#DCDCDC;
	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;
	}
.modal-body .cFormF:focus {
	background:#141619;
	border-bottom: 1px solid #ee0000;
	padding-left: 10px;
	}

.modal-body .cFormF2 {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #313133;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	color: #DCDCDC;
	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;
	}
.modal-body .cFormF2:focus {
	background:#141619;
	border-bottom: 1px solid #ee0000;
	padding-left: 10px;
	}

.modal-body .FormBu {
	width:100%;
	background-color: #1b1d21;
	color: #DCDCDC;
	border-bottom: 1px solid #000;
	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;
	}
.modal-body .FormBu:hover {
	background-color:#0f1011;
	color:#DCDCDC;
	border-bottom: 1px solid #ee0000;
	}

	.modal-body form .form-control::-webkit-input-placeholder {color:#8C8C8C;}
	.modal-body form .form-control::-moz-placeholder {color: #8C8C8C;}
	.modal-body form .form-control:-ms-input-placeholder {color: #8C8C8C;}
	.modal-body form .form-control:placeholder {color: #8C8C8C;}

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

.introSEC {
	}
.introSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.introSEC .row {
	padding: 0 70px 60px 70px;
	margin: 0 0 0 0;
	height: 100vh;
	align-content: center;
	}

.introSEC .col1 {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-family: A5;
	color: #EBEBEB;
	text-transform: uppercase;
	font-size: 100px;
	line-height: 90px;
	}
.introSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A1;
	color: #EBEBEB;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 65px;
	}

@media (max-width: 575.98px) { 
	.introSEC {padding-top: 110px}
	.introSEC .row {padding: 0 25px 0 25px;height: auto;align-content: flex-start;}
	.introSEC .col1 {padding: 0 0 5px 0;font-size: 44px;line-height: 44px;}
	.introSEC .col2 {padding: 0 0 15px 0;font-size: 26px;line-height: 27px; letter-spacing: 1px;border-bottom: 1px solid #4B4B4B;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.introSEC {padding-top: 115px}
	.introSEC .row {padding: 0 25px 0 25px;height: auto;align-content: flex-start;}
	.introSEC .col1 {padding: 0 0 10px 0;font-size: 90px;line-height: 80px;}
	.introSEC .col2 {padding: 0 0 20px 0;font-size: 55px;line-height: 55px; letter-spacing: 1px;border-bottom: 1px solid #4B4B4B;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*----------------------------------------------------------------------------------------------------------------------- web design */

.WebDesignSEC {
	}
.WebDesignSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.WebDesignSEC .row {
	padding: 0 70px 100px 70px;
	margin: 0 -15px 0 -15px;
	}

.WebDesignSEC .col1 {
	padding: 0 15px 0 15px;
	margin: 0 0 30px 0;
	font-family: A3;
	color: #EBEBEB;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 90px;
	}

.WebDesignSEC .col2 {
	padding: 0 15px 30px 15px;
	margin: 0 0 0 0;
	}
.WebDesignSEC .col21 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.WebDesignSEC .col21 img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 11px 11px 0px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 11px 11px 0px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 11px 11px 0px -3px rgba(0,0,0,0.2);
	}
.WebDesignSEC .col22 {
	padding: 18px 0 0 0;
	margin: 0 0 0 0;
	font-family: C;
	color: #EBEBEB;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 20px;
	letter-spacing: 1px;
	}
.WebDesignSEC .col22 span {
	padding: 16px 0 0 0;
	margin: 0 0 0 0;
	font-family: A3;
	color:#C8C8C8;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	}
.WebDesignSEC .col23 {
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
	}
.WebDesignSEC .col23 a {
	font-family: A3;
	color:#FF0004;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	-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;
	}
.WebDesignSEC .col23 a:hover {
	color:#C8C8C8;
	}
.WebDesignSEC .col24 {
	padding: 2px 0 5px 0;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #8b8b97;
	}
.WebDesignSEC .col24 img {
	width: 22px;
	height: auto;
	}

@media (max-width: 575.98px) { 
	.WebDesignSEC .row {padding: 0 25px 30px 25px;margin: 0 0 0 0}
	.WebDesignSEC .col1 {padding: 25px 0 0 0;margin: 0 0 25px 0;font-size: 60px;line-height: 55px;}
	.WebDesignSEC .col2 {padding: 0 0 20px 0;}
	.WebDesignSEC .col22 {line-height: 20px;}
	.WebDesignSEC .col23 {line-height: 10px;}
	.WebDesignSEC .col23 a {line-height: 16px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.WebDesignSEC .row {padding: 0 25px 0 25px;margin: 0 0 0 0}
	.WebDesignSEC .col1 {padding: 25px 0 0 0;margin: 0 0 25px 0;font-size: 60px;line-height: 55px;}
	.WebDesignSEC .col2 {padding: 0 0 20px 0;}
	.WebDesignSEC .col22 {line-height: 0px;}
	.WebDesignSEC .col23 {line-height: 10px;}
	.WebDesignSEC .col23 a {line-height: 16px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*----------------------------------------------------------------------------------------------------------------- mob applications */

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

.mAppSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	font-family: A3;
	color: #EBEBEB;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 90px;
	}

/*android*/
.mAppSEC .appCol1 {
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	float: left;
	}

.mAppSEC .appCol1_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	font-family: B;
	color: #d1d2d6;
	font-size: 26px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	}
.mAppSEC .appCol1_2 {
	padding: 3px 0 8px 0;
	margin: 0 0 0 0;
	float: left;
	z-index: 99;
	}
.mAppSEC .appCol1_2 a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	font-family: A4;
	/*color: #666666;*/
	color:#FF0004;
	font-size: 14px;
	letter-spacing: 0.5px;
	z-index: 99;
	-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;
	}
.mAppSEC .appCol1_2 a:hover {
	/*color: #bcbcbc;*/
	color: #bcbcbc;
	}
.mAppSEC .appCol1_3 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	float: left;
	}

.mAppSEC .appCol1_3a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	}
.mAppSEC .appCol1_3a img {
	width: 90px;
	height: auto;
	opacity: 1;
	-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;
	}
.mAppSEC .appCol1_3a img:hover {
	opacity: 0.7;
	}
.mAppSEC .appCol1_3b {
	padding: 30px 0 0 15px;
	margin: 0 0 0 0;
	float: left;
	line-height: 17px;
	}
.mAppSEC .appCol1_3b a {
	font-family: B;
	font-size: 18px;
	color: #d1d2d6;
	letter-spacing: 0.8px;
	-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;
	}
.mAppSEC .appCol1_3b a:hover {
	color: #666666;
	}
.mAppSEC .appCol1_3b span {
	font-family: B;
	font-size: 12px;
	color:rgba(156,156,156,1.00);
	letter-spacing: 0.5px;
	}

/*ios*/
.mAppSEC .appCol2 {
	padding: 20px 10px 20px 10px;
	margin: 0 0 0 0;
	float: left;
	}

.mAppSEC .appCol2_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	font-family: B;
	color: #d1d2d6;
	font-size: 26px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	}
.mAppSEC .appCol2_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	}
.mAppSEC .appCol2_2 a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	font-family: B;
	/*color: #666666;*/
	color: #FF0004;
	font-size: 14px;
	letter-spacing: 1px;
	-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;
	}
.mAppSEC .appCol2_2 a:hover {
	/*color: #bcbcbc;*/
	color: #bcbcbc;
	}
.mAppSEC .appCol2_3 {
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
	float: left;
	}

@media (max-width: 575.98px) { 
	.mAppSEC .row {padding: 50px 25px 30px 25px;margin: 0 0 0 0;}
	.mAppSEC .col1 {padding: 60px 0 0 0;margin: 0 0 20px 0;font-size: 50px;line-height: 50px;}
	/*android*/
	.mAppSEC .appCol1 {padding: 0 0 20px 0;}
	.mAppSEC .appCol1_1 {letter-spacing: 1px;line-height: 28px;}
	/*ios*/
	.mAppSEC .appCol2 {padding: 20px 0 20px 0;}
	.mAppSEC .appCol2_1 {letter-spacing: 1px;line-height: 28px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.mAppSEC .row {padding: 50px 25px 30px 25px;margin: 0 0 0 0;}
	.mAppSEC .col1 {padding: 60px 0 0 0;margin: 0 0 20px 0;font-size: 50px;line-height: 50px;}
	/*android*/
	.mAppSEC .appCol1 {padding: 0 0 20px 0;}
	.mAppSEC .appCol1_1 {letter-spacing: 1px;line-height: 28px;}
	/*ios*/
	.mAppSEC .appCol2 {padding: 20px 0 20px 0;}
	.mAppSEC .appCol2_1 {letter-spacing: 1px;line-height: 28px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------------- services */

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

.oServicesSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	font-family: A3;
	color: #EBEBEB;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 90px;
	}

.oServicesSEC .wCol1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.oServicesSEC .wCol1 img {
	width: 100%;
	height: auto;
	}
.oServicesSEC .jarallax {
    position: relative;
    z-index: 0;
	min-height: 350px;
    }
.oServicesSEC .wCol1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	font-family: C;
	font-size: 80px;
	color: #E0E0E0;
	text-transform: uppercase;
	letter-spacing: 1px;
	bottom: 10px;
	left: 30px;
	}

.oServicesSEC .wCol11 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.oServicesSEC .wCol11 img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	}
.oServicesSEC .wCol11 span {
	font-family: C;
	font-size: 42px;
	color: #E0E0E0;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.oServicesSEC .wCol2 {
	padding: 25px 0 0 20px;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 18px;
	line-height: 30px;
	color: #D1D1D1;
	}

.oServicesSEC .wCol2 button {
	font-family: B;
	font-size: 13px;
	letter-spacing: 1px;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #0e0e0e;
	border: 0px solid #0e0e0e;
	border-bottom: 1px solid #c90614;
	color: #fff;
	-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;
	}
.oServicesSEC .wCol2 button:hover {
	font-family: B;
	font-size: 13px;
	background-color: #1f2024;
	border: 0px solid #0e0e0e;
	border-bottom: 1px solid #c90614;
	color: #fff;
	}

.oServicesSEC hr {
	color: #6a6a6a;
	margin-top: 30px;
	margin-bottom: 30px;
	}

@media (max-width: 575.98px) { 
	.oServicesSEC .row {padding: 50px 25px 30px 25px;margin: 0 0 0 0;}
	.oServicesSEC .col1 {padding: 60px 0 0 0;margin: 0 0 20px 0;font-size: 50px;line-height: 50px;}
	.oServicesSEC .wCol2 {padding: 0 0 0 0;font-size: 16px;line-height: 26px;}
	.oServicesSEC hr {margin-top: 20px;margin-bottom: 20px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.oServicesSEC .row {padding: 50px 25px 30px 25px;margin: 0 0 0 0;}
	.oServicesSEC .col1 {padding: 60px 0 0 0;margin: 0 0 20px 0;font-size: 50px;line-height: 50px;}
	.oServicesSEC .wCol2 {padding: 0 0 0 0;font-size: 16px;line-height: 26px;}
	.oServicesSEC hr {margin-top: 20px;margin-bottom: 20px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

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

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

.projSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	font-family: A3;
	color: #EBEBEB;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 90px;
	}

.projSEC .proCol1_0 {
	padding: 0 10px 20px 10px;
	margin: 0 -10px 0 -10px;
	}
.projSEC .proCol1_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.projSEC .proCol1_1 img {
	width: 100%;
	height: auto;
	border-radius: 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;
	}
.projSEC .proCol1_2 {
	padding: 0 0 0 0;
	margin: -74px 0 0 0;
	background-color:rgba(18,18,21,0.6);
	border-radius: 15px;
	z-index: 10;
	position: relative;
	min-height: 229px;
	-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;
	}
.projSEC .proCol1_2a {
	padding: 12px 0 0 30px;
	margin: 0 0 0 0;
	font-family: C;
	font-size: 52px;
	color: #E0E0E0;
	text-transform: uppercase;
	letter-spacing: 1px;
	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;
	}

.projSEC .proCol1_2b {
	padding: 25px 30px 25px 30px;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #D1D1D1;
	-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;
	}

.projSEC .proCol1_2c {
	padding: 0 0 15px 30px;
	margin: 0 0 0 0;
	}
.projSEC .proCol1_2c button {
	border-bottom: 1px solid #C11013;
	background-color: #232328;
	border-top: 0px;
	border-right: 0px;
	border-left:0px;
	font-family: B;
	letter-spacing: 0.5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #adadad;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-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;
	}
.projSEC .proCol1_2c button:hover {
	background-color: #d0d0d0;
	color: #232328;
	}

.projSEC .proCol1_0:hover .proCol1_1 img{ opacity:.40; }
.projSEC .proCol1_0:hover .proCol1_2 { background-color:rgba(228, 228, 228, 1); }
.projSEC .proCol1_0:hover .proCol1_2a { color: #212121;}
.projSEC .proCol1_0:hover .proCol1_2b { color: #212121;}
.projSEC .proCol1_0:hover .proCol1_2c button  { background-color: #fff;color: #212121;}

.projSEC hr {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #adadad;
	}

@media (max-width: 575.98px) { 
	.projSEC .row {padding: 0 25px 50px 25px;}
	.projSEC .col1 {padding: 110px 0 20px 0;margin: 0 0 0 0;font-size: 50px;line-height: 50px;}
	.projSEC .proCol1_0 {padding: 0 0 20px 0;margin: 0 0 0 0;}
	.projSEC .proCol1_1 img {border-radius: 10px; border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}	
	.projSEC .proCol1_2 {border-radius: 10px;border-top-left-radius: 0px;border-top-right-radius: 0px;margin: 0 0 0 0;min-height: auto;}
	.projSEC .proCol1_2a {padding: 25px 20px 5px 20px;font-size: 48px;line-height: 40px;}
	.projSEC .proCol1_2b {padding: 0 25px 15px 25px;font-size: 15px;line-height: 20px;letter-spacing: 0.8px;}
	.projSEC .proCol1_2c {padding: 0 0 20px 25px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.projSEC .row {padding: 0 25px 50px 25px;}
	.projSEC .col1 {padding: 110px 0 20px 0;margin: 0 0 0 0;font-size: 50px;line-height: 50px;}
	.projSEC .proCol1_0 {padding: 0 0 20px 0;margin: 0 0 0 0;}
	.projSEC .proCol1_1 img {border-radius: 10px; border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}	
	.projSEC .proCol1_2 {border-radius: 10px;border-top-left-radius: 0px;border-top-right-radius: 0px;margin: 0 0 0 0;min-height: auto;}
	.projSEC .proCol1_2a {padding: 25px 20px 5px 20px;font-size: 48px;line-height: 40px;}
	.projSEC .proCol1_2b {padding: 0 25px 15px 25px;font-size: 15px;line-height: 20px;letter-spacing: 0.8px;}
	.projSEC .proCol1_2c {padding: 0 0 20px 25px;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

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

.proj_inSEC {
	}
.proj_inSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-size: contain;
	}
.proj_inSEC .row {
	padding: 50px 70px 150px 70px;
	margin: 0 0 0 0;
	}

.proj_inSEC .col_title1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: A3;
	text-transform: uppercase;
	}

.proj_inSEC .col_title2 {
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	font-family: A3;
	text-transform: uppercase;
	}
.proj_inSEC .col_header {
	padding: 0 0 0 0;
	}
.proj_inSEC .col_content {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

@media (max-width: 575.98px) { 
	.proj_inSEC .row {padding: 105px 25px 30px 25px;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 

	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

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

.contactsSEC {
	}
.contactsSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.contactsSEC .row {
	padding: 0 70px 100px 70px;
	margin: 0 auto;
	max-width: 650px;
	height: 100vh;
	align-content: center;
	}

.contactsSEC .col1 {
	padding: 0 0 50px 0;
	margin: 0 0 0 0;
	font-family: A3;
	color: #EBEBEB;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 90px;
	text-align: center;
	}

.contactsSEC .col {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	align-content: center;
	}

.contactsSEC .col button {
	background-color: #101114;
	border-radius: 6px;
	border: 0px;
	padding: 20px 40px;
	color: #EBEBEB;
	font-size: 20px;
	-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;
	}

.contactsSEC .col button:hover {
	background-color: #EBEBEB;
	color: #101114;
	}

@media (max-width: 575.98px) { 
	.contactsSEC .row {padding: 0 25px 0 25px;}
	.contactsSEC .col1 {padding: 0 0 20px 0;font-size: 45px;}
	.contactsSEC .col {padding: 15px 0 15px 0;}
	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.contactsSEC .row {padding: 0 25px 0 25px; max-width: 600px;}
	.contactsSEC .col1 {padding: 0 0 30px 0;font-size: 80px;}
	.contactsSEC .col {padding: 35px 0 35px 0;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*-------------------------------------------------------------------------------------------------------------------------- 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 auto;
	max-width: 600px;
	height: 100vh;
	}
.sentSEC .sentCol {
	padding: 0 25px 0 25px;
	margin: 0 0 0 0;
	align-self: center;
	text-align: center;
	color:#A8A8A8;
	font-family: A2;
	font-size: 22px;
	letter-spacing: 0.5px;
	line-height: 30px;
	}

.sentSEC .sentCol i {
	color:#787878;
	font-size: 42px;
	}

.sentSEC .sentCol a {
	color: #787878;
	font-size: 20px;
	font-family: A4;
	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;
	}
.sentSEC .sentCol a:hover {
	opacity: 0.6;
	}
