html,
body {
	height: 100vh;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

/* Hide Outline BS 4 */

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
	box-shadow: inset 0 -1px 0 #ddd;
}

.text-welcome {
	font-size: calc(100% + 2vw + 2vh);
	background: #CA4246;
	background-color: #CA4246;
	/*background: conic-gradient(*/
	/*	#CA4246 16.666%, */
	/*	#e19641 16.666%, */
	/*	#e19641 33.333%, */
	/*	#F18F43 33.333%, */
	/*	#F18F43 50%, */
	/*	#8B9862 50%, */
	/*	#8B9862 66.666%, */
	/*	#53BAEA 66.666%, */
	/*	#53BAEA 83.333%, */
	/*	#A7489B 83.333%);*/
	background: conic-gradient(
		#53BAEA 16.666%, 
		#FFFFFF 16.666%, 
		#FFFFFF 33.333%, 
		#53BAEA 33.333%, 
		#FFFFFF 50%, 
		#FFFFFF 50%, 
		#FFFFFF 66.666%, 
		#FF0101 66.666%, 
		#FF0101 83.333%, 
		#53BAEA 83.333%);
	background-size: 57%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	font-family: 'Squada One', cursive;
	font-weight: 800;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
	text-transform: uppercase;
	letter-spacing: 5px;
}

.widget {
	position: fixed;
	bottom: 70px;
	right: 70px;
	z-index: 100;
}

.widget-portal {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 25%;
	height: 100vh auto;
}

.widget-portal .box-widget {
	width: 100%;
	height: 100vh;
	border: 0px;
	border-radius: 0px;
	background-color: rgba(255,255,255,1);
	overflow: auto;
	transition: 0.5s all;
	margin-right: 10px;
}

/* width */
.widget-portal .box-widget::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.widget-portal .box-widget::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
.widget-portal .box-widget::-webkit-scrollbar-thumb {
	background: #888; 
}

/* Handle on hover */
.widget-portal .box-widget::-webkit-scrollbar-thumb:hover {
	background: #555;
	width: 20px; 
}

.box {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 60;
}

.box .box-body .weatherwidget-io {
	border: 0px;
	border-radius: 10px;
	opacity: 0.8;
	transition: 0.3s;
}

.box .box-body .weatherwidget-io:hover {
	opacity: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#btn-widget {
	position: absolute;
	top: 0;
	left: 0;
	border: 0px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.3);
	transition: all 0.5s;
	width: 50px;
	height: 50px;
}

#btn-widget:hover {
	background-color: rgba(255,255,255,0.8);
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: lightblue;
}

.preloader .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font: 14px arial;
}

.loader3:before,
.loader3:after,
.loader3 {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;

}
.loader3 {
	font-size: 10px;
	margin: 0 auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader3:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader3:after {
	left: 3.5em;
}
.loader3:before,
.loader3:after {
	content: '';
	position: absolute;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #000;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #000;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #000;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #000;
	}
}

#myVideo {
	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100vh;
}

.full-opacity {
	width: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.4) 60%, rgba(21, 101, 150, 0.8) 100%);
	height: 100vh;
	position: fixed;
}	

.box-btn {
	padding:15px;
}

.title-btn {
	font-size: calc(90% + 0.1vw + 0.1vh);
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.content {
	color: #fff;
}

.f {
	animation-duration: 1.8s;
	animation-iteration-count: infinite;
	animation-name: j;
	animation-timing-function: ease;
}
@keyframes j {
	0%   { transform: scale(1,1)    translateY(0); }
	10%  { transform: scale(1.1) 	translateY(0); }
	30%  { transform: scale(1,1.2) 	translateY(1); }
	50%  { transform: scale(1,1)    translateY(0); }
	100% { transform: scale(1,1)    translateY(0); }
}
@keyframes k {
	0%   { transform: scaleX(0)    translateY(0); }
	10%  { transform: scale(0) 	translateY(1); }
	30%  { transform: scale(0) 	translateY(0); }
	50%  { transform: scale(1)    translateY(1); }
	100% { transform: scale(1)    translateY(1); }
}
.btn-1 {
	animation-duration: 2s;
	animation-name: a;
	animation-timing-function: ease;
}
.btn-2 {
	animation-duration: 2.2s;
	animation-name: b;
	animation-timing-function: ease;
}
.btn-3 {
	animation-duration: 2.4s;
	animation-name: c;
	animation-timing-function: ease;
}
.btn-4 {
	animation-duration: 2.6s;
	animation-name: d;
	animation-timing-function: ease;
}
.btn-5 {
	animation-duration: 2.8s;
	animation-name: e;
	animation-timing-function: ease;
}
.btn-6 {
	animation-duration: 3s;
	animation-name: f;
	animation-timing-function: ease;
}
.btn-7 {
	animation-duration: 3.2s;
	animation-name: g;
	animation-timing-function: ease;
}
.btn-8 {
	animation-duration: 3.4s;
	animation-name: h;
	animation-timing-function: ease;
}
.btn-9 {
	animation-duration: 2s;
	animation-name: i;
	animation-timing-function: ease;
}
#btn-app {
	overflow: hidden;
	position: relative;
	width: 110px;
	height: 110px;
	display: block;
	margin: auto;
	opacity: 0.8;
	border-radius: 50%;
	border: 3px solid #156596;
	transition: 0.3s;
	outline: none;
	margin-bottom: 10px;
}

#btn-app:hover {
	opacity: 1;
	transform: scale(1.1);
	border-style: solid;
	/*border-color: #ff0000 #00ff00 #0000ff rgb(250,0,255);*/
	border-color: #FF0101;
	filter: drop-shadow(0px 0px 15px coral);
}

#btn-app span {
	z-index: 20;
}
#btn-app:after {
	background: #000;
	content: "";
	height: 200px;
	left: -75px;
	opacity: .2;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: -10;
}

#btn-app:hover:after {
	left: 120%;
	-webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	border: 50px solid blue;
}

.btn-home {
	background-color: transparent;
	border: 2px solid white;
	transition: 0.3s;
	outline: none;
	color: #fff;
	padding: 10px;
}

.btn-home:focus {
	outline: none;
}
.btn-home:hover {
	opacity: 1;
	background-color: #fff;
	border-style: solid;
	/*border-color: #ff0000 #00ff00 #0000ff rgb(250,0,255);*/
	border-color: #FF0101;
	color: #000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@keyframes a {
	0%   { transform: scale(0)    translateY(0); }
	10%  { transform: scale(0) 	translateY(0); }
	30%  { transform: scale(0) 	translateY(0); }
	50%  { transform: scale(1)    translateY(1); }
	100% { transform: scale(1)    translateY(1); }
}
@keyframes b {
	0%   { transform: scale(0)    translateY(0); }
	10%  { transform: scale(0) 	translateY(0); }
	30%  { transform: scale(0) 	translateY(0); }
	50%  { transform: scale(1)    translateY(1); }
	100% { transform: scale(1)    translateY(1); }
}
@keyframes c {
	0%   { transform: scale(0)    translateY(0); }
	10%  { transform: scale(0) 	translateY(0); }
	30%  { transform: scale(0) 	translateY(0); }
	50%  { transform: scale(1)    translateY(1); }
	100% { transform: scale(1)    translateY(1); }
}
@keyframes d {
	0%   { transform: scale(0)    translateY(0); }
	10%  { transform: scale(0) 	translateY(0); }
	30%  { transform: scale(0) 	translateY(0); }
	50%  { transform: scale(1)    translateY(1); }
	100% { transform: scale(1)    translateY(1); }
}
@keyframes e {
	0%   { transform: scale(0)    translateY(0); }
	10%  { transform: scale(0) 	translateY(0); }
	30%  { transform: scale(0) 	translateY(0); }
	50%  { transform: scale(1)    translateY(1); }
	100% { transform: scale(1)    translateY(1); }
}
@keyframes f {
	0%   { transform: scale(0)    translateY(0); }
	10%  { transform: scale(0) 	translateY(0); }
	30%  { transform: scale(0) 	translateY(0); }
	50%  { transform: scale(1)    translateY(1); }
	100% { transform: scale(1)    translateY(1); }
}
@keyframes g {
	0%   { transform: scale(0)    translateY(0); }
	10%  { transform: scale(0) 	translateY(0); }
	30%  { transform: scale(0) 	translateY(0); }
	50%  { transform: scale(1)    translateY(1); }
	100% { transform: scale(1)    translateY(1); }
}
@keyframes h {
	0%   { transform: scale(0)    translateY(0); }
	10%  { transform: scale(0) 	translateY(0); }
	30%  { transform: scale(0) 	translateY(0); }
	50%  { transform: scale(1)    translateY(1); }
	100% { transform: scale(1)    translateY(1); }
}
@keyframes i {
	0%   { transform: scale(0)    translateY(0); }
	10%  { transform: scale(0) 	translateY(0); }
	30%  { transform: scale(2) 	translateY(2); }
	50%  { transform: scale(1)    translateY(1); }
	100% { transform: scale(1)    translateY(1); }
}

.modal-dialog-full-width {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width:none !important;
	position: relative;
}
.modal-content-full-width  {
	width: 100% auto !important;
	height: 100% auto !important;
	min-height: 100% !important;
	border-radius: 0 !important;
	border:0 !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.modal {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.modal::-webkit-scrollbar {
	display: none;
}

.modal .modal-body {
	background-image: url('../assets/frontend_assets/image/icon/modal-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#btn-up {
	padding: 0px;
	height: 100px;
	opacity: 0.8;
	font-weight: lighter;
	color: #fff;
	background-color: #02AED0;
	background-size:cover;
	background-repeat: no-repeat;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#btn-up:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#btn-up {
	overflow: hidden;
	position: relative;
}

#btn-up span {
	z-index: 20px;
}

#btn-up:after {
	background: #2196F3;
	content: "";
	height: 180px;
	left: -75px;
	opacity: 0.5;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: -10;
}

#btn-up:hover:after {
	left: 120%;
	-webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.dropdown-toggle,
.dropdown-menu {
	border-radius: 0px !important;
}
.dropdown-item:hover {
	color: white;
	background-color: #dc3545;
}
.btn-danger {
	width: 55%;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

