@import url(animate.css);
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1 !important;
	box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

:focus {
	outline: 0;
}

a:active,
a:focus,
input,
button {
	background-color: transparent;
	outline: 0;
	outline-style: none;
	outline-width: 0;
}

a:hover {
	text-decoration: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
input[type=submit] {
	cursor: pointer;
	border: 0;
	padding: 0;
}

img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

em {
	font-style: italic;
}

a,
input[type=submit],
button[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.pull-left {
	float: left !important;
}

.no-margin {
	margin: 0 !important;
}

.padding-10 {
	padding: 10px !important;
}

.padding-20 {
	padding: 20px !important;
}

.padding-30 {
	padding: 30px !important;
}

.padding-40 {
	padding: 40px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-right-10 {
	padding-right: 10px !important;
}

.padding-left-10 {
	padding-left: 10px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-right-20 {
	padding-right: 20px !important;
}

.padding-left-20 {
	padding-left: 20px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-right-30 {
	padding-right: 30px !important;
}

.padding-left-30 {
	padding-left: 30px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.margin-10 {
	margin: 10px !important;
}

.margin-20 {
	margin: 20px !important;
}

.margin-30 {
	margin: 30px !important;
}

.margin-40 {
	margin: 40px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.hidden {
	display: none !important;
}

.m-table {
	display: table;
	width: 100%;
}

.m-table .m-tr {
	display: table-row;
}

.m-table .m-td {
	display: table-cell;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

body {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background: #DFE2EC;
	overflow-x: hidden;
}

.wrapper {
	width: 80%;
	height: 80vh;
	margin: 0 auto;

}

.wrapper .left {
	width: 40%;
	height: 100%;
	float: left;
	font-family: 'Quicksand', sans-serif;
	background: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.wrapper .left .logo {
	position: absolute;
	top: 20px;
	width: 80%;
    padding-bottom: 30px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #E1E1E1;
}

.wrapper .left .center {
	text-align: center;
	padding: 25px 0;

}

.wrapper .left .center h3 {

	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #343434;
}

.wrapper .left .center p {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	color: #343434;
}

.wrapper .left .login {
	background: linear-gradient(235.61deg, #3AB6DA 0%, #0F9CD5 96.92%);
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	padding: 30px 30px 0 30px;
	margin-top: 20px;
}

.wrapper .left #forgot-form {
	display: none;
}

.wrapper .left .login .form-group {
	position: relative;
	width: 363px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.wrapper .left .login .form-group img {
	position: absolute;
	left: 15px;
	top: 17px;
}

.wrapper .left .login input {
	width: 363px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	padding-left: 45px;
	color: #0E4375;
	font-family: 'Quicksand', sans-serif;

}

.wrapper .left .login input.error {
	border: 2px solid red;
}

.wrapper .left .login input.error ~ label {
	display: none;
}

.wrapper .left .login input.error ~ label.error {
	color: red;
}

.wrapper .left .login label {
	position: absolute;
	left: 50px;
	top: 12px;
	color: #0E4375;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-o-opacity: 0.8;
	-ms-opacity: 0.8;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	-ms-transition: 0.2s ease all;
	pointer-events: none;
}

.wrapper .left .login input.active:focus ~ label,
input.active:not(:focus):valid ~ label {
	font-size: 10px;
	top: -2px;
	left: 46px;
}

.wrapper .left .login input::placeholder {
	color: #0E4375;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-o-opacity: 0.8;
	-ms-opacity: 0.8;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;

}

.wrapper .left .login button {
	background: #00C37A;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	width: 363px;
	height: 43px;

}

.wrapper .left .login a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	display: block;
	padding: 10px 0;
	text-decoration: underline;
}

.wrapper .left .bottom {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	bottom: 20px;
}

.wrapper .left .bottom p {
	letter-spacing: -0.05em;

	color: #949494;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
}

.wrapper .left .bottom img {
	width: 100%;
	padding-top: 10px;
}

.wrapper .right {
	width: 60%;
	height: 100%;
	padding: 60px;
	float: right;
	position: relative;
	background: linear-gradient(245.56deg, #3AB6DA 0%, #0F9CD5 96.92%);
	background: -webkit-linear-gradient(245.56deg, #3AB6DA 0%, #0F9CD5 96.92%);
	background: -moz-linear-gradient(245.56deg, #3AB6DA 0%, #0F9CD5 96.92%);
	background: -o-linear-gradient(245.56deg, #3AB6DA 0%, #0F9CD5 96.92%);
	background: -ms-linear-gradient(245.56deg, #3AB6DA 0%, #0F9CD5 96.92%);
}

.wrapper .right .menu {
	border-bottom: 3px solid #fff;
}

.wrapper .right .menu ul li {
	display: inline-block;
	padding-bottom: 10px;
	padding-right: 30px;
	position: relative;
}

.wrapper .right .menu ul li a {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;


	line-height: 30px;
	font-family: 'Quicksand', sans-serif;

}

.wrapper .right .menu ul li:after {
	position: absolute;
	content: '';
	bottom: -23px;
	left: 40%;
	transform: translateX(-54%);
	-webkit-transform: translateX(-54%);
	-moz-transform: translateX(-54%);
	-o-transform: translateX(-54%);
	-ms-transform: translateX(-54%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid white;
	display: none;
}

.wrapper .right .menu ul li.active:after {
	display: block;
}

.wrapper .right .boxs .text ul {
	float: left;
	width: 100%;
	padding: 20px 50px 0 0;
}

.wrapper .right .boxs .text {
	height:40vh;

	padding: 20px 20px 0 0;
	font-family: 'Quicksand', sans-serif;
	display: none;
}

.wrapper .right .boxs .text.scroll-text {
	overflow-x: hidden;

	overflow-y: scroll;
}

.wrapper .right .boxs .text.scroll-text::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.wrapper .right .boxs .text.scroll-text::-webkit-scrollbar-track {
	background: #4DBBDF;
}

/* Handle */
.wrapper .right .boxs .text.scroll-text::-webkit-scrollbar-thumb {
	background: #24A7D2;
}

.wrapper .right .boxs .text::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.wrapper .right .boxs .text::-webkit-scrollbar-track {
	background: #4DBBDF;
}

/* Handle */
.wrapper .right .boxs .text::-webkit-scrollbar-thumb {
	background: #24A7D2;
}

.wrapper .right .boxs .text ul h4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
	line-height: 20px;
	margin-bottom: 5px;
}

.wrapper .right .boxs .text ul li {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}
.wrapper .right .boxs .text ul li a[href^=tel] {
   text-decoration:inherit;
   color: #fff;
}
.wrapper .right .boxs .text h3 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #fff;
}

.wrapper .right .boxs .text h5 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.wrapper .right .boxs .text p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 150%;
	color: #fff;
}

.wrapper .right .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	
	padding: 60px 60px 30px 60px;
	font-family: 'Quicksand', sans-serif;
	margin: 0 auto;
}

.wrapper .right .bottom h3 {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
}

.wrapper .right .bottom .img-box {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(84, 144, 236, 0.25);
	-webkit-box-shadow: 0px 4px 20px rgba(84, 144, 236, 0.25);
	-moz-box-shadow: 0px 4px 20px rgba(84, 144, 236, 0.25);
	-o-box-shadow: 0px 4px 20px rgba(84, 144, 236, 0.25);
	-ms-box-shadow: 0px 4px 20px rgba(84, 144, 236, 0.25);
	border-radius: 4px;
	width: 24%;
	margin-right: 1%;
	height: 80px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper .right .bottom .copy {
	color: #FFFFFF;
	font-style: normal;
	font-weight: 500;
	float: left;
	width: 99%;
	border-top: 1px solid #E1E1E1;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}
.wrapper .right .bottom .copy a{
	color: #fff;
}

.white-popup {
	position: absolute;
	background: #ffffff;
	color: #000;
	box-shadow: 0 0 48px -10px #00000094;
	-webkit-box-shadow: 0 0 48px -10px #00000094;
	-moz-box-shadow: 0 0 48px -10px #00000094;
	-o-box-shadow: 0 0 48px -10px #00000094;
	-ms-box-shadow: 0 0 48px -10px #00000094;
	left: 22px;
	bottom: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	overflow: hidden;
	font-family: 'Red Hat Text', sans-serif;
	width: auto;
	padding: 30px 30px;
	width: 400px;
	max-width: 500px;
	margin: 20px auto;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.white-popup .box {
	margin-left: 100px;
}

.white-popup img {
	width: 100px;
	padding: 0 25px;
	float: left;
	background: #00C37A;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.white-popup h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #444;
}

.white-popup p {
	font-size: 15px;
	color: #c9c9c9;
}

.white-popup button {
	color: #444 !important;
	position: absolute;
	top: 6px;
	right: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #ececec !important;
	border: 1px solid #e0e0e0 !important;
}

.mfp-bg {
	background: none !important;
}

.mfp-content {
	position: static !important;
}

@media screen and (max-width:1700px)
{
	.wrapper .right .bottom{
		padding: 20px 40px;
	}
	.wrapper .right .boxs .text ul{
		padding: 5px 25px 0 0;
	}
	.wrapper .right{
		padding: 40px;
	}
	
	.wrapper .left .logo img{
		width: 80%;
	}
	.wrapper .left .login input{
		height: 40px;
	}
	.wrapper .left .login label{
		top:8px;
	}
	.wrapper .left .center{
		padding: 15px 0;
	}
	.wrapper .left .login{
		margin-top: 5px;
	}
	.wrapper .left .login .form-group img{
		top: 13px;
	}
	.wrapper .right .boxs .text{
		height: 30vh;
	}
}
@media screen and (max-width: 1100px) {
	.wrapper {
		width: 100%;
		height: 100vh;
	}

	.wrapper .left {
		width: 100%;
	}

	.wrapper .left .center {
		width: 90%;
	}

	.wrapper .left .login input {
		width: 100%;
	}

	.wrapper .left .login .form-group {
		width: 100%;
	}

	.wrapper .left .login button {
		width: 100%;
	}

	.wrapper .left .bottom p {
		text-align: center;
	}

	.wrapper .right {
		width: 100%;
		padding: 20px;
	}

	.wrapper .right .menu ul li {
		padding-right: 10px;
	}

	.wrapper .right .menu ul li a {
		font-size: 14px;
	}

	.wrapper .right .boxs .text ul {
		width: 100%;
		padding: 20px 0 0 0;
	}

	.wrapper .right .boxs .text {
		height: 250px;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.wrapper .right .boxs .text ul {
		padding-top: 10px;
	}

	.wrapper .right .bottom .img-box {
		width: 48%;
		height: 65px;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.wrapper .right .bottom .img-box img {
		width: 90%;
	}

	.wrapper .right .bottom {
		padding: 0px 20px 10px 20px;
	}

	.wrapper .right .bottom h3 {
		font-size: 16px;
	}

	.white-popup {
		width: 90%;
		left: 5%;
	}

	.white-popup p {
		line-height: 150%;
	}
	.wrapper .right .bottom .copy{
		font-size: 12px;
	}
}

