@charset "UTF-8";
/*css document*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-size: cover;
	background-color: #0E1D24;
	color: #FFFDF6;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

#wrapper {
	width: 100%;
	/* height:; */
	height: 100%;
	overflow-x: hidden;
}

/* color codes
offwhite:
red:#F23B31;
blue:#18303A;
darkblue:#0E1D24;
black:#222223;
*/
h1 {
	font-family: 'Rubik', sans-serif;
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 70px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: left;
}

h5 {
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: left;
}

h4 {
	font-family: 'Rubik', sans-serif;
	color: red;
	font-weight: 400;
	display: inline;
}

h2 {
	font-family: 'Rubik', sans-serif;
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 70px;
	text-align: left;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
}

u {
	text-decoration: none;
	border-bottom: 7px solid #F23B31;;
}

li {
	margin-bottom: 20px;
	text-align: justify;
}

/*navbar*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: #FFFDF6;
	float: left;
	z-index: 99;
}

nav {
	width: 50%;
	height: 110px;
	margin-right: 10px;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 0.4px;
	float: right;
}

header img {
	/* margin-top:20px; */
	margin-left: 6%;
	width: 140px;
}

header nav ul {
	width: 100%;
	height: 110px;
	float: right;
}

header nav ul li {
	width: 19%;
	height: 110px;
	list-style: none;
	text-align: center;
	float: left;
}

header nav ul li a {
	font-size: 16px;
	color: #222223;
	line-height: 110px;
	text-decoration: none;
	display: block;
}

/*nav effects*/
.bracket a::before, .bracket a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.bracket a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.bracket a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.bracket a:hover::before, .bracket a:hover::after, .bracket a:focus::before,
	.bracket a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.bracket .login_btn::before, .bracket .login_btn::after, .bracket .signup_btn::before, .bracket .signup_btn::after {
	display: none;
}

/*section1*/
#section1 {
	width: 100%;
	height: 1390px;
	background-color: #FFFDF6;
	float: left;
	position: relative;
}

#about {
	width: 100%;
	height: 690px;
	float: left;
	position: relative;
}

#about_exp {
	width: 28%;
	height: 400px;
	margin-top: 190px;
	margin-left: 8%;
	float: left;
}

#about_exp p, #about_exp h1 {
	width: 90%;
	color: #222223;
	text-align: justify;
}

#subtitle h5 {
	color: #222223;
	display: inline;
}

#subtitle {
	margin-bottom: 15px;
}

#about img {
	width: 970px;
	bottom: -100px;
	right: 0;
	z-index: 1;
	position: absolute;
}

.small_img {
	display: none;
}

#features_exp li, #features_exp h1 {
	color: #f2f2f2;
}

#features {
	width: 100%;
	height: 700px;
	background-image: url("../pics/imgs/kfunc.svg");
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	bottom: 0;
	z-index: 2;
	position: absolute;
}

#features img {
	width: 400px;
	margin-left: 10%;
	margin-top: 126px;
	float: left;
}

#features_exp {
	width: 400px;
	margin-left: 10%;
	margin-top: 250px;
	float: left;
}

#features_exp ul {
	list-style: none;
}

#features ul li i {
	color: #F23B31;
	font-size: 28px;
	margin-right: 15px;
}

#section2 {
	width: 100%;
	height: 1380px;
	background-color: #0E1D24;
	float: left;
}

#features2 {
	width: 100%;
	height: 780px;
	float: left;
	background: #18303A;
	overflow: hidden;
}

#features2_exp {
	width: 30%;
	height: 560px;
	padding-top: 220px;
	margin-left: 7%;
	float: left;
}

#features2_exp p, #features2_exp h1 {
	color: #f2f2f2;
	width: 90%;
}

#features2_img {
	width: 60%;
	height: 780px;
	margin-right: 3%;
	float: right;
	position: relative;
	overflow: hidden;
}

#features2_img img {
	width: 78%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.dot {
	width: 100%;
	background-color: #0E1D24;
	padding-top: 100%;
	border-radius: 50%;
	top: 25%;
	position: absolute;
}

#benefits {
	width: 100%;
	height: 600px;
	float: left;
	background-color: #0E1D24;
}

#benefits img {
	width: 560px;
	margin-top: 100px;
	margin-left: 7%;
	float: left;
}

#benefits_exp {
	color: #f2f2f2;
	width: 40%;
	height: 200px;
	margin-top: 180px;
	margin-right: 5%;
	float: right;
}

#contact_us {
	width: 100%;
	height: 950px;
	background-image: url("../pics/imgs/footer.svg");
	background-size: cover;
	background-repeat: none;
	float: left;
	overflow: hidden;
}

#contacts p, #contacts h1 {
	text-align: left;
}

#contacts p {
	font-size: 20px;
	margin-bottom: 50px;
}

#contacts h1 {
	margin-top: 10px;
	margin-bottom: 0;
}

#contacts {
	width: 45%;
	height: 360px;
	margin-top: 150px;
	margin-bottom: 50px;
	margin-left: 9%;
	font-size: 22px;
	float: left;
}

#contacts .contact_anchor {
	width: 400px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 30px;
	line-height: 50px;
	color: #537786;
}

#contacts a {
	color: #f2f2f2;
	text-decoration: none;
}

#contacts i {
	color: #f2f2f2;
	font-size: 40px;
	margin-right: 20px;
}

#enquiry_form {
	width: 34%;
	max-height: 572px;
	text-align: left;
	margin-right: 8%;
	margin-top: 65px;
	margin-bottom: 45px;
	float: right;
}

.contain input[type=text], .contain select, .contain textarea {
	width: 100%;
	padding: 12px;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	margin-left: 20px;
	background-color: #0E1D24;
	resize: vertical;
	font-size: 15px;
	color: #f2f2f2;
	border: none;
	resize: none;
}

.contain input[type=text]:focus{
	outline: none;
	border: none;
	background-color: white;
	color: #0E1D24;
	transition: all 0.3s ease-in-out;
}

.contain input[type=submit] {
	font-size: 16px;
	margin-left: 20px;
	background-color: #0E1D24;
	color: #f2f2f2;
	padding: 15px 36px;
	border: 1px #18303A solid;
	cursor: pointer;
}

.contain input[type=submit]:focus {
	outline: none;
}

.contain input[type=submit]:hover {
	opacity: 0.8;
}

.contain label {
	font-family: 'Rubik', sans-serif;
	margin-left: 30px;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.contain {
	border-radius: 5px;
	background-color: none;
	padding: 20px;
}

#login_sect {
	float: left;
	margin-top: 30px;
	width: 100%;
	height: 240px;
	background: #0E1D24;
}

#login_sect p {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	line-height: 50px;
}

#login_sect h6 {
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
	color: #f2f2f2;
	font-weight: 400;
	line-height: 22px;
}

#login_sect h6 a {
	text-decoration: none;
	font-size: 15px;
	color: #1381ab;
}

.login_btn2 {
	text-align: center;
	font-size: 18px;
	color: #f2f2f2;
	background-image: url("../pics/imgs/btnover2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 90% 10%;
	padding: 14px 40px;
	border-radius: 27px;
	display: inline;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border: 3px #537786 solid;
}

.login_btn2:hover {
	background-position: 20% 80%;
	border: 3px #537786 solid;
	border: 3px #18303A solid;
}

.login_btn {
	color: #f4f7f6;
	background-image: url("../pics/imgs/btnhover.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% 80%;
	padding: 14.5px 40px;
	margin-left: 20%;
	border-radius: 27px;
	display: inline;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.login_btn:hover {
	background-position: 90% 10%;
}

.signup_btn {
	color: #f4f7f6;
	background-image: url("../pics/imgs/btnhover.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% 80%;
	padding: 14.5px 32px;
	margin-left: 20%;
	border-radius: 27px;
	display: inline;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
}

.signup_btn:hover {
	background-position: 90% 10%;
}

/*login page*/
#login_form {
	width: 30%;
	height: 500px;
	margin: 0 auto;
	background: #FFFDF6;
	/* border-radius:30px; */
	margin-top: 5%;
}

input[type=text], input[type=password] {
	width: 90%;
	padding: 12px 20px;
	margin: 10px 5%;
	display: inline-block;
	border-bottom: 2px #F23B31 solid;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: #F23B31;
	box-sizing: border-box;
	background: none;
}

input[type=password] {
	margin-bottom: 20px;
}

input[type=text]:focus, input[type=password]:focus {
	outline: none;
	border: 1px #F23B31 solid;
	background: white;
}

button {
	font-family: 'Rubik', sans-serif;
	width: 189px;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #f2f2f2;
	background-image: url("../pics/imgs/btnhover.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 14.5px 40px;
	border-radius: 27px;
	display: inline;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

button:hover {
	background-position: 100% 0;
}

.imgcontainer {
	text-align: center;
}

img.logo {
	width: 40%;
}

.container {
	padding: 16px;
	color: #F23B31;
}

.container label {
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	color: #333333;
	margin-left: 5%;
}

span.register {
	width: 50%;
}

span.register a {
	font-family: 'Rubik', sans-serif;
	color: #F23B31;
	font-size: 16px;
	margin-left: 8%;
	white-space: nowrap;
}

span.psw {
	width: 50%;
}

span.psw a {
	font-family: 'Rubik', sans-serif;
	color: #F23B31;
	font-size: 16px;
	margin-right: 8%;
	float: right; 
	white-space: nowrap;
}

#copyrighttext {
	color: #f2f2f2;
	margin-top: 120px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	text-align: left;
}

#copyrighttext a {
	color: #1381ab;
	text-decoration: none;
}

/*login mediaq*/
/*width*/
@media screen and (max-width: 1280px) {
	#login_form {
		width: 35%;
	}
}

@media screen and (max-width: 1060px) {
	#login_form {
		width: 50%;
	}
}

@media screen and (max-width: 750px) {
	#login_form {
		width: 60%;
	}
}

@media screen and (max-width: 620px) {
	#login_form {
		width: 70%;
	}
}

@media screen and (max-width: 550px) {
	#login_form {
		width: 95%;
	}
}
/*end width*/

/*height*/
@media screen and (max-height: 1024px) {
	#login_form {
		height: 520px;
	}
}
/*end height*/

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	span.register {
		display: block;
		float: none;
	}

	span.psw {
		display: block;
		float: none;
	}
	
	.cancelbtn {
		width: 100%;
	}
}

.sections{
	width: 100%;
	background-color: #18303A;
	text-align:center;
}

.sections-dark{
	width: 100%;
	background-color: #0E1D24;
	text-align:center;
}

.section-container-light{
	display: inline-block;
}

.section-container-dark{
	display: inline-block;
}

.statistics-container{
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	width: 300px;
}

.statistics-container-left{
	margin-right: 100px;
}

.statistics-container-right{
	margin-left: 100px;
}

.js-counter{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 50px;
}

.section-dark{
	width: 100%;
	height: 600px;
	float: left;
	background-color: #0E1D24;
}

.statistic-label{
	font-size: 30px;
}

.section-dark{
	height: 100px;
	width: 100px;
}

.statistic-icon{
	font-size: 50px;
}