html {
   overflow-x: hidden;
	 box-sizing: border-box;
}

body {
	width:100%;
	margin:0 auto;
	min-width: 1026px;
	max-width: 3500px;
	font-size:100%;
	font-family: 'DM Sans';
	overflow-x: hidden !important;
}

* {
	transition: all 0.3s ease !important;
	margin:0;
	padding:0;
}
*,
*::before,
*::after {
  box-sizing: inherit; 
}

.pc_only {
	display: block;
}

.mob_only {
	display: none !important;
}

.tablet_only {
	display: none;
}

.text-start {
	text-align: start;
}
.text-center {
	text-align: center;
}
.text-end {
	text-align: end;
}
a {
	text-decoration: none;
	color: inherit;
}


.row {
	width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.col-1 {
	width: 98%;
	margin: 1%;
}
.col-2 {
	width: 46%;
	margin: 1%;
}
.col-3 {
	width: 31%;
	margin: 1%;
}
.col-4 {
	width: 22%;
	margin: 1%;
}

.mnuBtn {
	display: none !important;
}





@keyframes blurIt {
  0% {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	-o-filter: blur(0px);
	filter: blur(0px);
	}
  50% {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
	}
  100% {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	-o-filter: blur(0px);
	filter: blur(0px);
	}
}



.blured {
	-webkit-filter: blur(20px) !important;
	-moz-filter: blur(20px) !important;
	-ms-filter: blur(20px) !important;
	-o-filter: blur(20px) !important;
	filter: blur(20px) !important;
	transition: all 3s ease !important;
}







.bodyBg {
	position: fixed;
	top: -0%;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center right;
	z-index: 1;
	background: #89cbe5;
	transition: all 3s ease !important;
}

.blurMe {
	
  animation-name: blurIt;
  animation-duration: 3s;
	animation-iteration-count: infinite;
}


.bodyGif {
	position: fixed;
	top: -0%;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center right;
	z-index: 2;
}

.pageFlexView {
	position: fixed;
	top: -0%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: flex;
	justify-content: start;
	align-items: center;
	
}

.loginQoute {
	width: 25%;
	margin: 1em;
	text-align: end;
	letter-spacing: 1px;
	color: #FFF;
	text-transform: uppercase;
	margin-left: 8.75%;
	margin-right: .75%;
	line-height: 1.8;
}
.loginQoute .fa-quote-left {
	vertical-align: top;
	font-size: 1.5em;
	color: var(--primary);
	margin-right: 5%;
}
.loginQoute .fa-quote-right {
	vertical-align: bottom;
	font-size: 1.5em;
	color: var(--primary);
	margin-left: 5%;
}

.logInContainer {
	width: 30%;
	margin: 0;
}
.logInContainer .logoCont {
	width: 100%;
	margin: 1em auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logInContainer .logoCont img {
	width: 50%;
}

.logInContainer .loginTxt {
	width: 100%;
	margin: 1em auto;
	text-align: center;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 1px;
	color: #FFF;
}

.formInputs {
	width: 80%;
	margin: 1em auto;
	position: relative;
}

.btnerAtTop {
	margin-bottom: 5em;
}


.formInputs .formGroup {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #FFF;
	overflow: hidden;
}

.formInputs .formGroup input {
	width: 100%;
	border: none;
	background: none;
	font-size: 1.3em;
	padding: 0.5em;
	color: #FFF;
}
.topRad {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.botRad {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.formInputs .actionBtn {
	position: absolute;
	font-size: 1.5em;
	bottom: 8%;
	right: 1%;
	width: 1.5em;
	height: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 60;
	cursor: pointer;
	color: #FFF;
}
.formInputs .cancelBtn {
	position: absolute;
	font-size: 1.5em;
	top: 10%;
	right: 0%;
	width: 1.5em;
	height: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 60;
	cursor: pointer;
	display: none;
	color: #FFF;
}
.cancelBtnShowed {
	display: block !important;
}

.formInputs .actionBtn:hover {
	opacity: 0.7;
}
.btnerAtTop .actionBtn {
	bottom: revert !important;
	top: 10% !important;
}

.passer {
	height: 3em;
	opacity: 1;
}


input:focus {
  background-color: rgba(255,255,0,0.15) !important;
	outline: none;
}


.hiddenInput {
	height: 0 !important;
	opacity: 0 !important;
}

.hasError {
	color: red!important;
}


.loaderImg {
	width: 60%;
	display: block;
	margin: 0 auto;
}

.labelErr {
	width: 80%;
	margin: 2% auto;
	color: red;
	display: none;
}
.labelErrShowed {
	display: none !important;
}




hr {
	width: 90%;
	margin: 3% auto;
	display: block;
	margin-top: 10%;
}


.siteLinks {
	width: 80%;
	margin: 3% auto;
	text-align: center;
	color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10%;
}


.siteLinks a:hover {
	color: var(--primary);
}













