@font-face {
font-family: A;
src: url('../fonts/HelveticaBold.ttf');
}
@font-face {
font-family: B;
src: url('../fonts/HelveticaLight.otf');
	}
@font-face {
font-family: C;
src: url('../fonts/Swz721t.TTF');
	}
@font-face {
font-family: D;
src: url('../fonts/UPCFB.TTF');
	}
@font-face {
font-family: E;
src: url('../fonts/D-DIN.ttf');
	}
@font-face {
font-family: F;
src: url('../fonts/FjallaOneRegular.ttf');
	}
@font-face {
font-family: G;
src: url('../fonts/OpenSansRegular.ttf');
	}
@font-face {
font-family: H;
src: url('../fonts/AileronBold.otf');
	}
@font-face {
font-family: i;
src: url('../fonts/NotoSansArabic.ttf');
	}
@font-face {
font-family: J;
src: url('../fonts/ArconRegular.otf');
	}


body {
	margin:0 auto;
	padding: 0;
	background-color: #212c34;
	}

/* scrol bar */
::-webkit-scrollbar
{width: 10px;}
::-webkit-scrollbar-track {background: #0e1418;}
::-webkit-scrollbar-thumb {background: #212c34;}
::-webkit-scrollbar-thumb:hover {background: #eaeaea;}

/* select color */
::selection {background:#D1D1D1; color: #000}
::-moz-selection {background:#D1D1D1; color: #000}

.noBlue {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:hover {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}
.noBlue:focus {
	text-decoration: none;
	outline: 0;
	border: 0; 
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	}

/*---------------------------------------------------------------------------------------------------------------------------- Header*/

.headerSEC {
    }
headerSEC {
	position: fixed;
	width: 100%;
	z-index: 10;
	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;
	}
headerSEC.smaller {
	height: 50px;
	background-color: #212c34;
	}
headerSEC .container-fluid {
	padding: 0 0 0 0;
	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: center;
	line-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;
	}
headerSEC.smaller .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
headerSEC .menuLink {
	font-family: B;
	color:rgba(255,255,255,0.5);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
headerSEC .menuLink:hover {
	color:rgba(255,255,255,1);
	}

/*-------------------------------------------- small --*/

.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;
	}
.headerSECs .menuDiv {
	padding: 10px 30px 0 0;
	margin: 0 0 0 0;
	width: 100%;
	text-align: right;
	}
.headerSECs .menuDiv a {
	}
.headerSECs .menuDiv i {
	color: #fff;
	font-size: 50px;
	}
.headerSECs .offcanvas-header {
	text-align: right;
	direction: rtl;
	float: right;
	}
.headerSECs .closeBu {
	margin-top: 20px;
	margin-right: 20px;
	font-size: 22px;
	}
.headerSECs .offcanvas-body {
	padding: 20px 0 0 40px;
	line-height: 40px;
	}
.headerSECs .offcanvas-body a {
	font-family: B;
	color: #212c34;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

/*----------------------------------------------------------------------------------------------------------------------- main video */

.H_videoSEC {
	}
.H_videoSEC .Poverlay {
	background-color:rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	}
.H_videoSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.H_videoSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.H_videoSEC .col0 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.H_videoSEC .col1 {
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.H_videoSEC img {
	width: 110px;
	height: auto;
	}
.H_videoSEC .colDes {
	padding: 70px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: G;
	color:#d4d4d4;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	}

.H_videoSEC .col2 {
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	text-align: center;
	}

.H_videoSEC .socialLink {
	color: #D7D7D7;
	font-size: 12px;
	opacity: 1;
	margin-right: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.H_videoSEC .socialLink:hover {
	opacity: 0.6;
	}

.H_videoSEC .jarallax {
    min-height: 100vh;
	}

@media (max-width: 575.98px) {
	}
@media (max-width: 767.98px) { 
	}
@media (max-width: 991.98px) {
	}
@media (max-width: 1199.98px) { 
	.H_videoSEC {background: url("../images+/mainBackground.jpg") bottom left no-repeat; background-size: cover}
	.H_videoSEC .Poverlay {background-color: transparent}
	}
@media (max-width: 1399.98px) { 
	}

/*
@media only screen and (max-width: 570px) {
	.H_videoSEC {display: none}
	}
@media only screen and (max-width: 823px) {
	.H_videoSEC {display: none}
	}
@media (min-width: 1024px) and (max-width: 1365px) {
	.H_videoSEC {display: none}
	}*/

/*----------------------------------------------------------------------------------------------------------------------- 4 sections */

.H_4SEC {
	}
.H_4SEC .container-fluid {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.H_4SEC .row {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	}
.H_4SEC .col1, .H_4SEC .col2, .H_4SEC .col3, .H_4SEC .col4 {
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	float: left;
	height: 500px;
	}
.H_4SEC .col1 figure {
	background: url("../images+/4sec_1.jpg") no-repeat center center;
	background-size:cover;
	}
.H_4SEC .col2 figure {
	background: url("../images+/4sec_2b.jpg") no-repeat center center;
	background-size:cover;
	}
.H_4SEC .col3 figure {
	background: url("../images+/4sec_3b.jpg") no-repeat center center;
	background-size:cover;
	}
.H_4SEC .col4 figure {
	background: url("../images+/4sec_4b.jpg") no-repeat center center;
	background-size:cover;
	}

/*------------------------------------------------------------------------------------------------------------------- parallax tetxt */

.H_pTxTSEC {
	}
.H_pTxTSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.H_pTxTSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.H_pTxTSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 450px;
	}
.H_pTxTSEC .col1a {
	padding: 150px 0 0 0;
	margin: 0 0 0 0;
	color: #f4f4f4;
	text-align: center;
	font-family: C;
	font-size: 40px;
	letter-spacing: 3px;
	line-height: 60px;
	}
.H_pTxTSEC .col1 .jarallax-img {
	}

@media (max-width: 767.98px) { 
	.H_pTxTSEC .col1a {font-size: 18px;letter-spacing: 2px;line-height: 36px;}
	}

/*--------------------------------------------------------------------------------------------------------------------------- footer */

.footerSec {
	padding: 50px 0;
	background-color: #101519;
	}

.footerSec .col0 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.footerSec .col0 img {
	height: 120px;
	width: auto;
	margin-bottom: 20px;
	}

.footerSec .col1 {
	text-align: center;
	font-family: J;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 30px;
	color: #495c63;
	}

.footerSec .mapLink {
	font-size: 11px;
	color: #A0A0A0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.footerSec .mapLink:hover {
	color: #575757;
	}

.footerSec .copyR {
	font-size: 10px; 
	letter-spacing: 4px;
	margin-top: 5px;
	}

.footerSec .socialLink {
	color: #495c63;
	font-size: 12px;
	opacity: 1;
	margin-right: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.footerSec .socialLink:hover {
	opacity: 0.6;
	}
@media (max-width: 767.98px) { 
	.footerSec {padding: 40px 0;}
	.footerSec .col0 img {height: 100px;margin-bottom: 15px;}
	.footerSec .col1 {padding: 0 50px 0 50px;;font-size: 13px;letter-spacing: 1px;line-height: 20px;}
	.footerSec .copyR {letter-spacing: 1px;}
	.footerSec .socialLink {margin-right: 10px;}
	}

/*------------------------------------------------------------------------------------------------------------------------ in Banner */

.inBannerSEC {
	}
.inBannerSEC .col1 {
	padding: 200px 25px 0 25px;
	margin: 0 auto;
	max-width: 1200px;
	font-size: 50px;
	font-family: C;
	color: #fff;
	}
.inBannerSEC .jarallax {
	height: 300px;
    min-height: auto;
	}

@media (max-width: 767.98px) { 
	.inBannerSEC .col1 {padding: 210px 25px 0 25px;font-size: 40px;}
	}

/*------------------------------------------------------------------------------------------------------------------------ cobtacts--*/

.infoCobtactsSEC {
	background-color: #f4f4f4;
	}
.infoCobtactsSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.infoCobtactsSEC .row {
	padding: 50px 25px 50px 25px;
	margin: 0 auto;
	max-width: 1200px;
	}

.infoCobtactsSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.infoCobtactsSEC .col1_1 {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-family: C;
	font-size: 36px;
	letter-spacing: 0.5px;
	color:#212c34;
	}
.infoCobtactsSEC .col1_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: B;
	font-size: 16px;
	letter-spacing: 0.8px;
	color:#212c34;
	line-height: 30px;
	}

/*----------------------------------------------- map --*/
.mapSEC {}
.mapSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

@media (max-width: 767.98px) { 
	.infoCobtactsSEC .row {padding: 30px 25px 30px 25px;}
	}
/*------------------------------------------------ form --*/
.infoCobtactsSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.infoCobtactsSEC .FormDe {
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family: B;
	font-size: 14px;
	color:#212c34;
	}
.infoCobtactsSEC .r2 {
	padding: 0 0 0 0;
	margin: 0 -10px 0 -10px;
	}

.infoCobtactsSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.infoCobtactsSEC .cFormF:focus {
	background: rgba(247,247,247,0.5);
	border-bottom: 1px solid #212c34;
	padding-left: 10px;
	}

.infoCobtactsSEC .cFormF2 {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.infoCobtactsSEC .cFormF2:focus {
	background: rgba(247,247,247,0.5);
	border-bottom: 1px solid #212c34;
	padding-left: 10px;
	}

.infoCobtactsSEC .FormBu {
	width:100%;
	background-color: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc; 
	border-left: 0px solid #cccccc; 
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.infoCobtactsSEC .FormBu:hover {
	background-color:#212c34;
	color:#fff;
	border-bottom: 1px solid #fff;
	}

/*----------------------------------------------------------------------------------------------------------------------- hotel page */

.inPageSEC {
	height: 100vh;
	}
.inPageSEC .Poverlay {
	background-color:rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	}
.inPageSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.inPageSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.inPageSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.inPageSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.inPageSEC img {
	width: 300px;
	height: auto;
	}
.inPageSEC .col3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}

/*----------------------------------- des --*/
.inDesSEC {
	background-color: #f4f4f4;
	}
.inDesSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.inDesSEC .row {
	padding: 70px 25px 70px 25px;
	margin: 0 auto;
	max-width: 1200px;
	}

.inDesSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.inDesSEC .col1_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.inDesSEC .col1_1 img {
	width: 160px;
	height: auto;
	margin: 0 auto;
	float: none;
	}
.inDesSEC .col1_2 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: B;
	font-size: 14px;
	color: #212c34;
	line-height: 22px;
	letter-spacing: 0.5px;
	}
.inDesSEC .col1_3 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: B;
	font-size: 14px;
	color: #212c34;
	line-height: 22px;
	letter-spacing: 2px;
	}
/*----------------------------------- gallery --*/
.gallerySEC {
	}
.gallerySEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.gallerySEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.gallerySEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 500px;
	}

.gallerySEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 500px;
	}

.gallerySEC .col2_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 166px;
	background: url("../images+/smallSlider1/back1.gif") center center no-repeat;
	background-size: cover;
	}
.gallerySEC .col2_1 img {
	height: 166px;
	width: 50px;
	float: none;
	margin: 0 auto;
	}

.gallerySEC .col2_2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 168px;
	background: url("../images+/smallSlider1/back2.gif") center center no-repeat;
	background-size: cover;
	}
.gallerySEC .col2_2 img {
	height: 168px;
	width: 50px;
	float: none;
	margin: 0 auto;
	}

.gallerySEC .col2_3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 166px;
	background: url("../images+/smallSlider1/back3.gif") center center no-repeat;
	background-size: cover;
	}
.gallerySEC .col2_3 img {
	height: 166px;
	width: 50px;
	float: none;
	margin: 0 auto;
	}
.gallerySEC .col2_3 .text {
	font-size: 18px;
	letter-spacing: 2px;
	font-family: B;
	}


@media (max-width: 575.98px) {
	}
@media (max-width: 767.98px) { 
	}
@media (max-width: 991.98px) {
	}
@media (max-width: 1199.98px) { 
	}
@media (max-width: 1399.98px) { 
	}

/*------------------------------------------------------------------------------------------------------------------------ booking --*/

.Bo_DesSEC {
	background-color: #f4f4f4;
	}
.Bo_DesSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.Bo_DesSEC .row {
	padding: 70px 25px 70px 25px;
	margin: 0 auto;
	max-width: 1200px;
	}

.Bo_DesSEC .col1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.Bo_DesSEC .col1_1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	}
.Bo_DesSEC .col1_1 img {
	width: 160px;
	height: auto;
	margin: 0 auto;
	float: none;
	}
.Bo_DesSEC .col1_2 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: B;
	font-size: 14px;
	color: #212c34;
	line-height: 22px;
	letter-spacing: 0.5px;
	}
.Bo_DesSEC .col1_3 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: B;
	font-size: 14px;
	color: #212c34;
	line-height: 22px;
	letter-spacing: 2px;
	}
/*-------------------------------------*/
.bookingSEC {
	background-color: #fff;
	}
.bookingSEC .container-fluid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.bookingSEC .row {
	padding: 50px 25px 50px 25px;
	margin: 0 auto;
	max-width: 1200px;
	}
.bookingSEC .col2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
.bookingSEC .r2 {
	padding: 0 0 0 0;
	margin: 0 -10px 0 -10px;
	}

.bookingSEC .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.bookingSEC .cFormF:focus {
	background: rgba(247,247,247,0.5);
	border-bottom: 1px solid #212c34;
	padding-left: 10px;
	}

.bookingSEC .cFormF2 {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 2px;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.bookingSEC .cFormF2:focus {
	background: rgba(247,247,247,0.5);
	border-bottom: 1px solid #212c34;
	padding-left: 10px;
	}

.bookingSEC .FormBu {
	width:100%;
	background-color: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc; 
	border-left: 0px solid #cccccc; 
	border-radius: 0px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.bookingSEC .FormBu:hover {
	background-color:#212c34;
	color:#fff;
	border-bottom: 1px solid #fff;
	}

.bookingSEC .cFormF3 {
	border-radius: 0px;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	height: 38px;
	padding-left: 2px;
	margin-bottom: 20px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='50' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size: 11px;
	background-position: calc(100% - 12px) center;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
.bookingSEC .cFormF3:focus {
	border-bottom: 1px solid #212c34;
	padding-left: 10px;
	}

/*--------------------------------------------------------------------------------------------------------------------------- sent --*/

.sentSEC {
	}
.sentSEC .container-fluid {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.sentSEC .row {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100vh;
	}
.sentSEC .sentCol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	align-self: center;
	text-align: center;
	color: #131313;
	font-family: E;
	letter-spacing: 0.1px;
	font-size: 18px;
	line-height: 15px;
	}

.sentSEC .sentCol i {
	color:#316A09;
	font-size: 50px;
	}

.sentSEC .sentCol a {
	color: #071AAF;
	font-size: 16px;
	font-family: E;
	}







