@charset "utf-8";
@font-face {
font-family: A;
src: url('../fonts/HelveticaNeue.ttf');
}
@font-face {
font-family: B;
src: url('../fonts/HelveticaCE.ttf');
	}
@font-face {
font-family: C;
src: url('../fonts/HelveticaCE-Cond.ttf');
	}
@font-face {
font-family: D;
src: url('../fonts/HelveticaCECondBold.ttf');
	}
@font-face {
font-family: E;
src: url('../fonts/tt0375m_.ttf');
	}
@font-face {
font-family: F;
src: url('../fonts/TheSans-Plain.otf');
	}
@font-face {
font-family: G;
src: url('../fonts/Acens.ttf');
	}
@font-face {
font-family: H;
src: url('../fonts/MyriadPro-Regular.otf');
	}
@font-face {
font-family: I;
src: url('../fonts/CLEARGL.TTF');
	}
@font-face {
font-family: J;
src: url('../fonts/Swz721t.TTF');
	}
@font-face {
font-family: K;
src: url('../fonts/angltrr.ttf');
	}
@font-face {
font-family: L;
src: url('../fonts/PonaMedium.ttf');
	}
@font-face {
font-family: M;
src: url('../fonts/PonaSemiBold.ttf');
	}
@font-face {
font-family: N;
src: url('../fonts/PonaBold.ttf');
	}


@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');
}

body {
	margin:0 auto;
	padding: 0;
	background-color: #101010;
	overflow-x: hidden;
	}

::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {background:#585858;}
::-webkit-scrollbar-thumb {background: #333333;}
::-webkit-scrollbar-thumb:hover {background: #0c0c0c;}

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

.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 {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 10;
	/* background: #0D0723;
	background: linear-gradient(90deg, rgba(13, 7, 35, 1) 30%, rgba(28, 24, 71, 1) 100%); */
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(7.5px);
	-webkit-backdrop-filter: blur(7.5px);
	-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: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(7.5px);
	-webkit-backdrop-filter: blur(7.5px);
	-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 .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: 34px 0 0 0;
	margin: 0 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
headerSEC.smaller .col1 {
	padding: 11px 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC .col1 img {
	width: auto;
	height: 42px;
	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.9;
	}
headerSEC.smaller .col1 img {
	height: 38px;
	-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;
	text-align: right;
	direction: ltr;
	}

/* ---- mobile basket (inside col1, top-right) ---- */
.basketMobileWrap {
	position: absolute;
	top: 60%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 20;
	}
.basketMobileWrap .basketL {
	color: #fff;
	text-decoration: none;
	}
.basketMobileWrap i {
	font-size: 26px;
	color: #fff;
	}

headerSEC .col1 {
	position: relative;
	}

headerSEC .col2_1 {
	padding: 11px 0 0 0;
	margin: 0 0 0 0;
	height: 30px;
	text-align: right;
	direction: ltr;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
headerSEC.smaller .col2_1 {
	padding: 18px 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC .hRow {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

headerSEC .col2_1a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

headerSEC .col2_1a .socialLink {
	color: #ffffff;
	font-size: 14px;
	opacity: 1;
	margin-left: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 .col2_1a .socialLink:hover {
	opacity: 0.6;
	}

headerSEC .pLinks{
	position: relative;
	font-family: A;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	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;
	}
headerSEC .pLinks:hover{
	color: #b5b5b5;
	}
headerSEC .pLinks:after{
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: 1px;
	right: 0;
	background: #b5b5b5;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	} 
headerSEC .pLinks:hover:after{
	width: 50%;
	left: 0;
	background: #b5b5b5;
	}
headerSEC .sp {
	font-family: A;
	color: #b5b5b5;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	}


headerSEC .col2_1b {
	padding: 0 0 0 0;
	margin: -3px 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
headerSEC.smaller .col2_1b {
	padding: 0 0 0 0;
	margin: -7px 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}

headerSEC .col2_1b .basketL {
	text-decoration: none;
	}
headerSEC .col2_1b i {
	color: #ffffff;
	font-size: 22px;
	}
#ex3 .fa-stack[data-count]:after,
#ex3m .fa-stack[data-count]:after {
	position: absolute;
	left: 60px;
	top: -5px;
	content: attr(data-count);
	padding: 1px;
	border-radius: 50%;
	color: white;
	background: rgba(255, 0, 0, 0.85);
	text-align: center;
	font-size: 12px;
	min-width: 18px;
	min-height: 18px;
	line-height: 16px;
	font-family: A;
	}

headerSEC .col2_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
	direction: ltr;
	display: block;
	-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_2 {
	display: 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;
	}

headerSEC .col2_2 .formRow {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
	direction: ltr;
	}

headerSEC .col2_2 .col1a {
	padding: 19px 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
	direction: ltr;
	}

headerSEC .col2_2 .FormBu {
	height: 30px;
	width:100%;
	font-family: B;
	color: #000000;
	font-size: 14.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: rgb(255, 255, 255 , 0.8);
	border-top-left-radius: 0px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 25px;	
	border: 0px solid #000000;
	box-shadow: none;
	-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;
	}
headerSEC .col2_2 .FormBu:hover {
	background-color: #000;
	color: #fff;
	}
headerSEC .col2_2 .f1 {
	height: 30px;
	width: 100%;
	font-family: A;
	color: #000;
	font-size: 14px;
	letter-spacing: 2px;
	border-top-left-radius: 25px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 0px;	
	border: none;
	box-shadow: none;
	border-right: 1px solid #898989;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    }
headerSEC .col2_2 .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% - 12px) center;
	background-repeat: no-repeat;
	background-color: rgb(255, 255, 255 , 0.8);
    }
headerSEC .col2_2 .f2 {
	height: 30px;
	width: 100%;
	font-family: A;
	color: #000;
	background-color: rgb(255, 255, 255 , 0.8);
	font-size: 14px;
	border-radius: 0px;
	border: none;
	box-shadow: none;
    }

/* new place */
headerSEC .menuDiv {
	position: absolute;
	padding: 0 0 0 20px;
	margin: -1px 0 0 0;
	width: 100%;
	text-align: 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 .menuDiv {
	padding: 9px 0 0 20px;
	margin: -18px 0 0 0;
	width: 100%;
	text-align: 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 .menuDiv a {
	}
headerSEC .menuDiv i {
	color: #fff;
	font-size: 40px;
	}
/* new place */


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

headerSEC .headerSECs {
	width: 100%;
	z-index: 10;
	position: absolute;
	background-color: transparent;
	/*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;
	}

/* offcanvas override - prevent headerSECs from breaking offcanvas */
headerSEC .headerSECs.offcanvas {
	position: fixed;
	z-index: 1045;
	width: 400px;
	max-width: 80%;
	background-color: #fff;
	}

/* offcanvas styles - works for offcanvas outside headerSEC */
.headerSECs.offcanvas .offcanvas-header,
headerSEC .headerSECs .offcanvas-header {
	text-align: left;
	direction: ltr;
	float: left;
	}
.headerSECs.offcanvas .closeBu,
headerSEC .headerSECs .closeBu {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 22px;
	}
.headerSECs.offcanvas .offcanvas-body,
headerSEC .headerSECs .offcanvas-body {
	padding: 40px 0 0 40px;
	line-height: 40px;
	text-align: left;
	}
.headerSECs.offcanvas .offcanvas-body .mLink,
headerSEC .headerSECs .offcanvas-body .mLink {
	font-family: B;
	color: #212c34;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
.headerSECs.offcanvas .offcanvas-body .cLink,
headerSEC .headerSECs .offcanvas-body .cLink {
	font-family: B;
	color: #212c34;
	font-size: 18px;
	letter-spacing: 1px;
	}
.headerSECs.offcanvas .offcanvas-body .socialLink,
headerSEC .headerSECs .offcanvas-body .socialLink {
	margin-right: 10px;
	margin-top: 50px;
	}



@media (max-width: 575.98px) {
	}
@media (max-width: 767.98px) { 
	headerSEC {height: 100px;background: #000;}
	headerSEC.smaller {height: 60px;background: #000;}
	headerSEC .container-fluid {padding: 0 0 0 0;}
	headerSEC .col1 {padding: 36px 0 0 0;text-align: center;}
	headerSEC .col1 img {width: auto;height: 36px;z-index: 2; position: relative;}
	headerSEC.smaller .col1 img {height: 30px;margin-top: 7px;}
	headerSEC .col2_1 {height: 22px;}
	.basketMobileWrap {top: 70%;}
	headerSEC .col2_1b {padding: 5px 40px 0 40px;margin: 5px 0 0 0;background-color: #120d30;}
	headerSEC.smaller .col2_1b {padding: 5px 40px 0 40px;margin: -10px 0 0 0;}
	headerSEC .col2_1b i {font-size: 24px;}
	headerSEC .col2_2 {padding: 7px 20px 11px 20px;background-color: #000000;}
	headerSEC .menuDiv {padding: 0 0 0 20px;margin: -13px 0 0 0;}
	headerSEC .col2_2 .col1a {padding: 6px 0 0 0;}
	headerSEC .col2_2 .FormBu {border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;}
	headerSEC .col2_2 .f1 {border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px; }
	}
@media (max-width: 991.98px) {
	headerSEC {height: 100px;background: #000;}
	headerSEC.smaller {height: 60px;background: #000;}
	headerSEC .container-fluid {padding: 0 0 0 0;}
	headerSEC .col1 {padding: 36px 0 0 0;text-align: center;}
	headerSEC .col1 img {width: auto;height: 36px;z-index: 2; position: relative;}
	headerSEC.smaller .col1 img {height: 30px;margin-top: 7px;}
	headerSEC .col2_1 {height: 22px;}
	.basketMobileWrap {top: 70%;}
	headerSEC .col2_1b {padding: 5px 40px 0 40px;margin: 5px 0 0 0;background-color: #120d30;}
	headerSEC.smaller .col2_1b {padding: 5px 40px 0 40px;margin: -10px 0 0 0;}
	headerSEC .col2_1b i {font-size: 24px;}
	headerSEC .col2_2 {padding: 7px 20px 11px 20px;background-color: #000000;}
	headerSEC .menuDiv {padding: 0 0 0 20px;margin: -13px 0 0 0;}
	headerSEC .col2_2 .col1a {padding: 6px 0 0 0;}
	headerSEC .col2_2 .FormBu {border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;}
	headerSEC .col2_2 .f1 {border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px; }
	}
@media (max-width: 1199.98px) { 
	}
@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; */
	}

/* Slider indicators centering fix (scoped to home slider only). */
#kenburns_061.ps_indicators_txt_icon > .carousel-indicators {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}
#kenburns_061.ps_indicators_txt_icon > .carousel-indicators [data-bs-target] {
	float: none;
	display: inline-block;
}

.H_mainSlider .kenburns_061_slide {top: 32%;}
.H_mainSlider .kenburns_061_slide > a, .kenburns_061_slide > a:visited {width: 66px;}


@media (max-width: 575.98px) { 
	.H_mainSlider {padding-top: 74px;}
	.H_mainSlider .row {padding: 80px 0 0 0;height: auto;}
	.H_mainSlider .kenburns_061_slide {top: 28%;}
	.H_mainSlider .kenburns_061_slide h2 {font-size: 14px;line-height: 0px;}
	.H_mainSlider .kenburns_061_slide h1 {font-size: 22px;line-height: 36px;}
	.H_mainSlider .kenburns_061_slide h3 {font-size: 14px;line-height: 0px;}
	.H_mainSlider .kenburns_061_slide a {font-size: 12px;line-height: 0px;}

	}
@media (min-width: 576px) and (max-width: 912.98px) { 
	.H_mainSlider {padding-top: 74px;}
	.H_mainSlider .row {height: auto;}
	}
@media (min-width: 820px) and (max-width: 1180.98px) { 
	.H_mainSlider {padding-top: 74px;}
	.H_mainSlider .row {height: auto;}
	}
@media (min-width: 913px) and (max-width: 1199.98px) { 
	.H_mainSlider {padding-top: 74px;}
	.H_mainSlider .row {height: auto;}
	}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	}

/*--------------------------------------------------------------------------------------------------------------------- home types */

.h_types {
	padding: 5px 5px 0 5px;
	}
.h_types .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.h_types .row {
	padding: 0 0 0 0;
	margin: 0 -8px 0 -8px;
	}
.h_typeCol {
	padding: 0 3px 5px 3px;
	}
.h_typeLink {
	text-decoration: none;
	display: block;
	}
.h_typeCard {
	position: relative;
	overflow: hidden;
	}
.h_typeImg {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease, opacity 0.5s ease;
	}
.h_typeLink:hover .h_typeImg {
	transform: scale(1.05);
	opacity: 0.88;
	}
.h_typeName {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 22px 12px 10px 12px;
	background: linear-gradient(0deg, rgba(13,7,35,0.80) 0%, rgba(13,7,35,0.0) 100%);
	font-family: B5;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	}

@media (max-width: 767.98px) {
	.h_types { padding: 12px 4px 0 4px; }
	.h_typeName { font-size: 12px; }
	}

/*--------------------------------------------------------------------------------------------------------------- H back Video */

.H_backVedioSEC {
	overflow: hidden;
	padding: 0 0 0 0;
	}
.H_bgVideo_wrap {
	position: relative;
	width: 100%;
	height: 260px;              /* ارتفاع ثابت للسكشن */
	overflow: hidden;
	background: transparent;
	}
.H_bgVideo_iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	/* Cover technique: width = 100vw, height = 56.25vw (16:9)   */
	/* لو الارتفاع > 260px بيتعمل crop من فوق وتحت تلقائياً     */
	width: 100vw;
	height: 56.25vw;
	min-height: 260px;
	min-width: 177.78vh;        /* 16/9 * height للكفالة من ناحية الارتفاع */
	transform: translate(-50%, -50%);
	border: 0;
	pointer-events: none;
	}

@media (max-width: 767.98px) {
	.H_backVedioSEC { padding: 0 0 0 0; }
	.H_bgVideo_wrap { height: 200px; }
	}

/*--------------------------------------------------------------------------------------------------------------- H 3 images */

.H_3imagesSEC {
	padding: 5px 5px 0 5px;  /* padding حول السكشن كله */
	}
.H_3imagesSEC .container-fluid {
	padding: 0;
	margin: 0;
	}
.H_3imagesSEC .row {
	padding: 0;
	margin: 0 -8px 0 -8px;   /* compensate for col gap */
	}
.H_imgCol {
	padding: 0 3px 5px 3px;   /* مسافات بين الصور */
	overflow: hidden;
	}
.H_secImg {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease, opacity 0.4s ease;
	}
.H_imgCol:hover .H_secImg {
	transform: scale(1.04);
	opacity: 0.88;
	}

@media (max-width: 767.98px) {
	.H_3imagesSEC { padding: 12px 12px 0 12px; }
	.H_secImg { height: 220px; }
	}
@media (max-width: 575.98px) {
	.H_secImg { height: 200px; }
	}

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

.footerSEC {
	}
.footerSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 50px 0 40px 0;
	background: #000000;
	}
.footerSEC .row {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.footerSEC .col1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	}
.footerSEC .footerLogoIMG {
	text-align: center;
	float: none;
	height: 50px;
	width: auto;
	}

.footerSEC .col2 {
	padding: 25px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: A;
	color: #dfdfdf;
	font-size: 11px;
	letter-spacing: 4px;
	}
.footerSEC .pLinks{
	position: relative;
	font-family: A;
	color: #dfdfdf;
	font-size: 12px;
	letter-spacing: 3px;
	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;
	}
.footerSEC .pLinks:hover{
	color: #c2c2c2;
	}
.footerSEC .pLinks:after{
	content: '';
	position: absolute;
	width: 0; height: 0.5px;
	display: block;
	margin-top: 1px;
	right: 0;
	background: #c2c2c2;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	} 
.footerSEC .pLinks:hover:after{
	width: 30%;
	left: 0;
	background: #c2c2c2;
	}
.footerSEC .sp {
	font-family: A;
	color: #797979;
	font-size: 13px;
	margin-left: 7px;
	margin-right: 7px;
	}

.footerSEC .col3 {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}

.footerSEC .col4 {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.footerSEC .col4 .socialLink {
	color: #dfdfdf;
	font-size: 14px;
	margin-left: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;
	}
.footerSEC .col4 .socialLink:hover {
	color: #c2c2c2;
	}

.footerSEC .col5 {
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.footerSEC .col5 img {
	width: 105px;
	height: auto;
	opacity: 0.2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.footerSEC .col5 img:hover {
	opacity: 1
	}

@media (max-width: 767.98px) { 
	.footerSEC .col2 {letter-spacing: 4px;}
	}

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

.aboutSEC {
	padding: 0 0 0 0;
	background-image: url("../images+/aboutIMG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	height: 800px;
	}
.aboutSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.aboutSEC .row {
	padding: 0 25px 50px 25px;
	margin: 0 auto;
	max-width: 1250px;
	}

.aboutSEC .col1 {
	padding: 0 0 0;
	margin: 0 0 0 0;
	float: left;
	}

.aboutSEC .col1a {
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	font-family: J;
	color: #ebebeb;
	font-size: 40px;
	letter-spacing: 0.5px;
	line-height: 22px;
	}
.aboutSEC .col1b {
	padding: 150px 0 0 0;
	margin: 0 0 0 0;
	font-family: A;
	color: #ebebeb;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	}

.aboutSEC .col2 {
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	float: left;
	}
.aboutSEC .col2 img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	}


@media (max-width: 575.98px) {
	.aboutSEC {padding: 40px 0 25px 0;}
	.aboutSEC .row {padding: 68px 25px 0 25px;}
	.aboutSEC .col1 {padding: 25px 0 0 0;}
	.aboutSEC .col1a {padding: 0 0 20px 0;}
	.aboutSEC .col1b {padding: 0 0 0 0;}
	.aboutSEC .col2 {padding: 25px 0 0 0;}
	}
@media (max-width: 767.98px) { 
	.aboutSEC {padding: 40px 0 25px 0;}
	.aboutSEC .row {padding: 68px 25px 0 25px;}
	.aboutSEC .col1 {padding: 25px 0 0 0;}
	.aboutSEC .col1a {padding: 0 0 20px 0;}
	.aboutSEC .col1b {padding: 0 0 0 0;}
	.aboutSEC .col2 {padding: 25px 0 0 0;}
	}
@media (max-width: 991.98px) {
	.aboutSEC {padding: 40px 0 25px 0;}
	.aboutSEC .row {padding: 68px 25px 0 25px;}
	.aboutSEC .col1 {padding: 25px 0 0 0;}
	.aboutSEC .col1a {padding: 0 0 20px 0;}
	.aboutSEC .col2 {padding: 25px 0 0 0;}
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

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

.infoCobtactsSEC {
	}
.infoCobtactsSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.infoCobtactsSEC .row {
	padding: 140px 25px 50px 25px;
	margin: 0 auto;
	max-width: 1250px;
	}

.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: J;
	font-size: 36px;
	letter-spacing: 0.5px;
	color:#ebebeb;
	}
.infoCobtactsSEC .col1_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 16px;
	letter-spacing: 0.8px;
	color:#ebebeb;
	line-height: 30px;
	}

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

.infoCobtactsSEC .cFormF {
	border-radius: 25px;
	background: #222222;
	border-bottom: 1px solid #8b8b8b;
	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: 14px;
	color:#ebebeb;
	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 {
	color:#ebebeb;
	background: #2e2e2e;
	border-bottom: 1px solid #ebebeb;
	padding-left: 24px;
	}

.infoCobtactsSEC .cFormF2 {
	border-radius: 25px;
	background: #222222;
	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: 14px;
	color:#ebebeb;
	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 {
	color:#ebebeb;
	background: #2e2e2e;
	border-bottom: 1px solid #ebebeb;
	padding-left: 24px;
	}

.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: 25px;
	font-size: 15px;
	letter-spacing: 0.5px;
	color:#ebebeb;
	background: #222222;
	-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:#2e2e2e;
	color:#fff;
	border-bottom: 1px solid #ebebeb;
	}

@media (max-width: 575.98px) {
	.infoCobtactsSEC .row {padding: 120px 25px 50px 25px}
	.infoCobtactsSEC .r2 {padding: 0 0 0 0;}
	}
@media (max-width: 767.98px) { 
	}
@media (max-width: 991.98px) {
	.infoCobtactsSEC .row {padding: 120px 25px 50px 25px}
	.infoCobtactsSEC .r2 {padding: 0 0 0 0;}
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

/*----------------------------------------------------------------------------------------------------------------------- cataloge --*/
.catalogeSEC {
    padding: 0 0 0 0;
	}
.catalogeSEC .container-fluid {
    margin: -16px 0 0 0;
    padding: 0 0 0 0;
	}
.catalogeSEC .row {
    padding: 20px 2px 0 2px;
    margin: 0 auto;
	}

.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 .proIMGcontainer {
	position: relative;
	overflow: hidden;
	}
.catalogeSEC .saleBadge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 5;
	background: #DF003E;
	color: #e9e9e9;
	font-family: B;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.6px;
	padding: 7px 10px 6px 10px;
	border-radius: 14px;
	text-transform: uppercase;
	}
.catalogeSEC .countdownBadge {
	position: absolute;
	top: 20px;
	right: 22px;
	z-index: 5;
	color: #DF003E;
	font-family: B;
	font-size: 16px;
	line-height: 13px;
	letter-spacing: 1.5px;
	}

.catalogeSEC .text {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	letter-spacing: 2px;
	font-family: C;
	text-transform: uppercase;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}

.catalogeSEC .detailsCol {
	padding: 14px 20px 12px 20px;
    margin: 0 0 0 0;
	min-height: 110px;
	background-color: #1a1a1a;
	color: #f0f0f0;
	font-family: A;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.5;
	float: left;
	}
.catalogeSEC .pprice {
	padding-top: 6px;
	font-family: J;
	font-size: 26px;
	color: #DF003E;
	letter-spacing: 1px;
	display: block;
	}
.catalogeSEC .ppriceOld {
	display: block;
	margin-top: 3px;
	font-size: 16px;
	color: #9a9a9a;
	letter-spacing: 0.5px;
	text-decoration: line-through;
	}

/*-------------------------------------------------------------------------------------------------------------------- cataloge IN --*/

.catalogeINSEC {
	padding: 30px 0 30px 0;
	}
.catalogeINSEC .container-fluid {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	}
.catalogeINSEC .row {
	max-width: 1250px;
    padding: 0 25px;
    margin: 100px auto 0 auto;
	}
.catalogeINSEC .col1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	}
.catalogeINSEC .proInIMG {
    width: 100%;
	height: auto;
	}

.catalogeINSEC .proIMGcontainer {
	position: relative;
	overflow: hidden;
	}
.catalogeINSEC .saleBadge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 5;
	background: #DF003E;
	color: #e9e9e9;
	font-family: B;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.6px;
	padding: 7px 10px 6px 10px;
	border-radius: 14px;
	text-transform: uppercase;
	}

.catalogeINSEC .col2 {
    padding: 0 0 0 30px;
    margin: 0 0 0 0;
	color: #f0f0f0;
	font-family: B;
	font-size: 26px;
	line-height: 32px;
	}
.catalogeINSEC .pprice {
	font-family: J;
	font-size: 32px;
	color: #DF003E;
	letter-spacing: 1px;
	}
.catalogeINSEC .ppriceOld {
	display: block;
	margin-top: 3px;
	font-size: 18px;
	color: #9a9a9a;
	letter-spacing: 0.5px;
	text-decoration: line-through;
	}

.catalogeINSEC .col2colors {
    padding: 0 0 0 0;
    margin: 15px 0 15px 0;
    font-family: A;
    font-size: 14px;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
	}
.catalogeINSEC .colorIMG {
    margin-right: 5px
	}
.catalogeINSEC .select {
    border: 1px solid  rgba(0,100,255,1.00);
	/*border-radius: 50%;*/
	}

.catalogeINSEC .col2des {
    padding: 20px 0 20px 0;
    margin: 0 0 0 0;
	color: #c1c1c1;
	/*font-family: L;*/
	font-family: A;
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 20px;
	text-transform: none;
	}

.catalogeINSEC .inDetails {
	font-size: 20px;
	line-height: 35px;
	margin-top: 1px;
	}

.catalogeINSEC .buyBdiv {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.catalogeINSEC .buyB {
	width: 190px;
	padding: 0 0 0 0;
	margin: 8px 0 16px 0;
 	color: #fff;
	border-radius: 0px;
	height: 30px;
	opacity: 1;
    background-color: #DF003E;
    border-color: #DF003E;
	-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;
	}
.catalogeINSEC .buyB:hover {
    opacity: 0.8;
	}

.catalogeINSEC .noColor {
	font-family: A;
    font-size: 14px;
    color: #022FAA;
	-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;
	}
.catalogeINSEC .noColor:hover {
    color: #131313;
	}

/*------------------------------ Form --*/
.formCatalogInSEC {
	border-top: 1px solid #bdbdbe;
	padding-top: 10px;
	}

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

.formCatalogInSEC .row {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	}

.formCatalogInSEC .FormDe {
    padding: 0 0 0 0 ;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 14px;
	color:#191919;
	text-transform: none;
	line-height: 18px;
	}

.formCatalogInSEC .formDiv {
    margin: 0 -10px 0 -10px;
	}

.formCatalogInSEC .r2 {
    padding: 15px 0 0 0;
    margin: 0 0 0 0;
	}

.formCatalogInSEC .colFL {
    padding: 0 10px 0 0;
    margin: 0 0 0 0;
	}

.formCatalogInSEC .colFR {
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
	}

.formCatalogInSEC .colFM {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	}

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

.formCatalogInSEC .cFormF2 {
	margin-bottom: 20px;
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #676767;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.formCatalogInSEC .cFormF2:focus {
	background: rgba(255,255,255,0.8);
	padding-left: 10px;
	border-bottom: 1px solid #DF003E;
	}

.formCatalogInSEC .FormBu {
	/*font-family: L;*/
	font-family: B;
	text-transform: none;
	letter-spacing: 6px;
	font-size: 14px;
	width:100%;
	padding: 7px 0 7px 0;
	margin-top: 13px;
	background-color: #4a4b4b;
    color: #fff;
	border-bottom: 1px solid #3e205a;
	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;
	}
.formCatalogInSEC .FormBu:hover {
	background-color:#151515;
	color:#fff;
	border-bottom: 1px solid #fff;
	}

@media (max-width: 575.98px) {
	}
@media (max-width: 767.98px) { 
	}
@media (max-width: 991.98px) {
	.catalogeINSEC .row {padding: 0 0;margin: 84px auto 0 auto;}
	.catalogeINSEC {padding: 15px 0 15px 0;}
	.catalogeINSEC .col1 {padding: 0 0 15px 0;}
	.catalogeINSEC .col2 {padding: 0 20px 0 20px;}
	.catalogeINSEC .inDetails {margin-top: 5px;margin-bottom: 15px;}
	.formCatalogInSEC .row {padding: 0 0 0 0;}
	.formCatalogInSEC .r1 {margin: 0 0 0 0;}
	.formCatalogInSEC .r2 {padding: 10px 0 0 0; margin: 0 0 0 0;}
	.formCatalogInSEC .colFL {padding: 0 0 0 0;}
	.formCatalogInSEC .colFR {padding: 0 0 0 0;}
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------------ invoice --*/
.invoiceSEC {
    padding: 20px 0 30px 0;
	}
.invoiceSEC .container-fluid {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	}
.invoiceSEC .row {
	max-width: 1300px;
    padding: 100px 25px 0 25px;
    margin: 0 auto;
	}

.invoiceSEC .invTitleCol {
	padding: 12px 20px 12px 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #464646;
	font-family: J;
	font-weight: bold;
	font-size: 40px;
	color: #bfbcbc;
	letter-spacing: 1.5px;
    }
.invoiceSEC .invNumber {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 2px;
    }

.invoiceSEC .invItemCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #464646;
    }
.invoiceSEC .itemCola {
	padding: 12px 0 12px 0;
	margin: 0 0 0 0;
	float: left;
    }
.invoiceSEC .invItemIMG {
	width: 100%;
	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;
    }
.invoiceSEC .invItemIMG:hover {
	opacity: 0.8;
    }
.invoiceSEC .itemColb {
	padding: 120px 0 12px 20px;
	margin: 0 0 0 0;
	float: left;
	text-align: left;
	font-family: A;
	font-size: 16px;
	color: #efe8e8;
	letter-spacing: 1px;
    }
.invoiceSEC .itemColc {
	padding: 120px 0 12px 20px;
	margin: 0 0 0 0;
	float: left;
	text-align: left;
	font-family: J;
	font-size: 16px;
	color: #efe8e8;
	letter-spacing: 1px;
    }
.invoiceSEC .f1 {
	height: 30px;
	width: 60px;
	font-family: A;
	font-size: 14px;
	border-radius: 0px;
	float: right;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	margin-top: -4px;
    }
.invoiceSEC .itemCold {
	padding: 120px 0 12px 20px;
	margin: 0 0 0 0;
	float: left;
	text-align: left;
	font-family: A;
	font-size: 16px;
	color: #0D0D0D;
	letter-spacing: 1px;
    }
.invoiceSEC .rBu {
	width: 90px;
	height: 26px;
	font-size: 15px;
	letter-spacing: 0.2px;
	line-height: 24px;
	margin-top: -3px;
    color: #fff;
	border: 0;
	border-radius: 0;
	-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;
	}

.invoiceSEC .itemCole {
	padding: 113px 0 0 0;
	margin: 0 0 0 0;
	float: left;
	text-align: right;
	direction: ltr;
	font-weight: normal;
	font-family: C;
	font-size: 20px;
	color: #efe8e8;
	letter-spacing: 0.5px;
    }

.invoiceSEC .grandTotal {
	padding: 0 0 0 0;
	margin: 10px 0 40px 0;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: right;
	direction: ltr;
	font-weight: normal;
	font-family: C;
	font-size: 20px;
	color: #bfbcbc;
	letter-spacing: 0.5px;
    }

.invoiceSEC .formDiv {
	margin: 0 -10px 0 -10px;
	direction: ltr;
	}

.invoiceSEC .dCol {
	padding: 0 10px 0 10px;
	margin: 0 0 40px 0;
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	direction: ltr;
	font-family: A;
	color: #bfbcbc;
	letter-spacing: 0.5px;
    }

.invoiceSEC .fCol {
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
	float: left;
	}

.invoiceSEC .cFormF {
	border-radius: 25px;
	background: #222222;
	border-bottom: 1px solid #8b8b8b;
	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: 14px;
	margin-bottom: 20px;
	color:#ebebeb;
	-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;
	}
.invoiceSEC .cFormF:focus {
	color:#ebebeb;
	background: #2e2e2e;
	padding-left: 24px;
	border-bottom: 1px solid #DF003E;
	}

.invoiceSEC .cFormF2 {
	border-radius: 25px;
	background: #222222;
	border-bottom: 1px solid #8b8b8b;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 14px;
	color:#ebebeb;
	-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;
	}
.invoiceSEC .cFormF2:focus {
	color:#ebebeb;
	background: #2e2e2e;
	padding-left: 24px;
	border-bottom: 1px solid #DF003E;
	}

.invoiceSEC .FormBu {
	width:100%;
	background-color: #4a4b4b;
    color: #fff;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc; 
	border-left: 0px solid #cccccc; 
	border-radius: 25px;
	font-size: 15px;
	letter-spacing: 0.5px;
	color:#ebebeb;
	background: #222222;
	-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;
	}
.invoiceSEC .FormBu:hover {
	background-color:#2e2e2e;
	color:#fff;
	border-bottom: 1px solid #DF003E;
	}

.invoiceSEC .invColor {
	vertical-align: -3px;
	}


@media (max-width: 575.98px) {
	.invoiceSEC {padding: 20px 0 20px 0;}
	.invoiceSEC .row { padding: 90px 20px 0 20px;}
	.invoiceSEC .invTitleCol {font-size: 26px;letter-spacing: 2.5px;}
	.invoiceSEC .invNumber {font-size: 13px;letter-spacing: 1.5px;}
	.invoiceSEC .invItemCol {padding: 0 0 0 0;}
	.invoiceSEC .itemCola {padding: 12px 0 12px 0;}
	.invoiceSEC .itemColb {padding: 0 0 12px 5px;}
	.invoiceSEC .itemColc {padding: 0px 0 12px 5px;}
	.invoiceSEC .f1 {float: none;}
	.invoiceSEC .itemCold {padding: 5px 0 12px 5px;}
	.invoiceSEC .itemCole {padding: 0 20px 10px 5px;text-align: left;}
	.invoiceSEC .grandTotal {text-align: center;}
	.invoiceSEC .formDiv {margin: 0 0 0 0;}	
	.invoiceSEC .fCol {padding: 0 0 0 0;margin: 0 0 0 0;}
	}
@media (max-width: 767.98px) { 
	}
@media (max-width: 991.98px) {
	.invoiceSEC {padding: 20px 0 20px 0;}
	.invoiceSEC .row { padding: 90px 20px 0 20px;}
	.invoiceSEC .invTitleCol {font-size: 26px;letter-spacing: 2.5px;}
	.invoiceSEC .invNumber {font-size: 13px;letter-spacing: 1.5px;}
	.invoiceSEC .invItemCol {padding: 0 0 0 0;}
	.invoiceSEC .itemCola {padding: 12px 0 12px 0;}
	.invoiceSEC .itemColb {padding: 0 0 12px 5px;}
	.invoiceSEC .itemColc {padding: 0px 0 12px 5px;}
	.invoiceSEC .f1 {float: none;}
	.invoiceSEC .itemCold {padding: 5px 0 12px 5px;}
	.invoiceSEC .itemCole {padding: 0 20px 10px 5px;text-align: left;}
	.invoiceSEC .grandTotal {text-align: center;}
	.invoiceSEC .formDiv {margin: 0 0 0 0;}	
	.invoiceSEC .fCol {padding: 0 0 0 0;margin: 0 0 0 0;}
	}
@media (max-width: 1199.98px) { 
	}
@media (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 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: B;
	letter-spacing: 0.1px;
	font-size: 20px;
	line-height: 15px;
	}

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

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



/*---------------------------------------------------------------------------------------------------------- inHeader --*/
.inHeaderSEC {
	position: absolute;
	width: 100%;
	}
.inHeaderSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url("../images+/inHeaderBackgroung.jpg") top right no-repeat;
	}
.inHeaderSEC .row {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 475px;
	}
.inHeaderSEC .col {
	margin: 0 0 0 0;
	padding: 0 0 0 70px;
	height: 475px;
	line-height: 400px;
	}

@media only screen and (max-width: 570px) {
	.inHeaderSEC .container-fluid {background: url("../images+/inBackground.jpg") center center no-repeat;}
	.inHeaderSEC .container-fluid {background: linear-gradient(0deg, rgba(188,194,197,1) 0%, rgba(216,219,219,1) 100%)}
	.inHeaderSEC .row {height: 250px;}
	.inHeaderSEC .col {padding: 0 30px 0 30px;height: 250px;line-height: 250px; text-align: center;}
	}

@media only screen and (max-width: 823px) {
	.inHeaderSEC .container-fluid {background: url("../images+/inBackground.jpg") center center no-repeat;}
	.inHeaderSEC .row {height: 250px;}
	.inHeaderSEC .col {padding: 0 25px 0 25px;height: 250px;line-height: 250px; text-align: center;}
	}

@media (min-width: 1024px) and (max-width: 1365px) {
	.inHeaderSEC .container-fluid {background: url("../images+/inBackground.jpg") center center no-repeat;}
	.inHeaderSEC .row {height: 250px;}
	.inHeaderSEC .col {padding: 0 25px 0 25px;height: 250px;line-height: 250px; text-align: center;}
	}

/*----------------------------------------------------------------------------------------------------------------- inMenu --*/
.inMenuSEC {
	padding-top: 400px;
	}
.inMenuSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.inMenuSEC .row {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.inMenuSEC .col1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.inMenuSEC .r2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 75px;
	background-color: rgba(44,44,44,0.8);
	}
.inMenuSEC .col1a {
	padding: 0 0 0 0;
	margin: 0 auto;
	max-width: 1133px;
	height: 75px;
	color: #6b6b6b;
	line-height: 75px;
	text-align: center;
	}

.inMenuSEC .menuL {
	font-family: M;
	font-size: 19px;
	color: #fff;
	letter-spacing: 4.7px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.inMenuSEC .menuL:hover {
	color: #BFBFBF;;
	}
.inMenuSEC .menuLsep {
	font-family: M;
	font-size: 17px;
	color: #909090;
	margin: 0 57px;
	vertical-align: 1px;
	}

.inMenuSEC .col2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #2c2c2c;
	height: 22px;
	}

.inMenuSEC .col3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent;
	}

@media only screen and (max-width: 570px) {
	.inMenuSEC {padding-top: 250px;}
	}

@media only screen and (max-width: 823px) {
	.inMenuSEC {padding-top: 250px;}
	}

@media (min-width: 1024px) and (max-width: 1365px) {
	.inMenuSEC {padding-top: 250px;}
	.inMenuSEC .r2 {height: 70px;}
	.inMenuSEC .col1a {height: 70px;line-height: 70px;}
	.inMenuSEC .menuL {font-size: 13px;letter-spacing: 4px;}
	.inMenuSEC .menuLsep {font-size: 17px;margin: 0 40px;vertical-align: 0px;}
	.inMenuSEC .col2 {height: 20px;}
	}





































@media only screen and (max-width: 570px) {
	}

@media only screen and (max-width: 823px) {
	}

@media (min-width: 1024px) and (max-width: 1365px) { /* tab portrait*/
	}

/* Payment Options */
.payment-wrapper {
    direction: ltr;
    text-align: left;
}
.payment-title {
    font-size: 18px;
    font-weight: 600;
    color: #bfbcbc;
    margin-bottom: 15px;
    display: block;
}
.payment-option {
    display: block;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.payment-option input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.payment-option .option-card {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: 1px solid #8b8b8b;
    border-radius: 50px;
    transition: all 0.3s ease;
    background: transparent;
}
.payment-option input[type="radio"]:checked + .option-card {
    border-color: #DF003E;
    background: #222222;
    box-shadow: 0 4px 8px rgba(74, 144, 226, 0.1);
}
.payment-option .radio-circle {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.payment-option input[type="radio"]:checked + .option-card .radio-circle {
    border-color: #DF003E;
}
.payment-option input[type="radio"]:checked + .option-card .radio-circle::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #DF003E;
    border-radius: 50%;
}
.payment-option .option-text {
    flex-grow: 1;
    font-size: 16px;
    color: #bfbcbc;
    text-align: left;
	margin-left: 10px;
}
.payment-option .option-icon img {
    height: 35px;
    width: auto;
}

