@font-face {
    font-family: 'Graphik-Light';
    src: url('../fonts/Graphik-Light.eot');
    src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Light.woff2') format('woff2'),
        url('../fonts/Graphik-Light.woff') format('woff'),
        url('../fonts/Graphik-Light.ttf') format('truetype'),
        url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Regular';
    src: url('../fonts/Graphik-Regular.eot');
    src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff'),
        url('../fonts/Graphik-Regular.ttf') format('truetype'),
        url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.grid_1 {
                width: 8.33%;
}
.grid_2 {
                width: 16.67%;
}
.grid_3 {
                width: 25%;
}
.grid_4 {
                width: 33.33%;
}
.grid_5 {
                width: 41.67%;
}
.grid_6 {
                width: 50%;
}
.grid_7 {
                width: 58.33%;
}
.grid_8 {
                width: 66.67%;
}
.grid_9 {
                width: 75%;
}
.grid_10 {
                width: 83.33%;
}
.grid_11 {
                width: 91.67%;
}
.grid_12 {
                width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
                float: left;
                display: block;
}
 
a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
img {
	border: none;
	max-width: 100%;
}
a, img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
/* General */
body {
	font-family: 'Graphik-Regular';
	font-size: 24px;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}


.img {
	width: 100%;
	margin: 0;
	display: block;
}
 
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
}
p {
	text-align: center;
	margin: 0;
	font-size: clamp(18px, 4.8vw, 28px);
	line-height: 1.4em;
	max-width: 1440px;
	width: 90%;
    margin: 0 auto;
    font-family: 'Graphik-Regular';
}
.register p {
	text-align: left;
	color: #fff;
}
h1 {
	font-size: clamp(50px, 13.3vw, 200px);
	display: block;
	text-align: left;
	color: #fff;
    font-family: 'Graphik-Light';
}
h2 {
	text-align: center;
	font-size: clamp(20px, 5.3vw, 30px);
    font-family: 'Graphik-Regular';
}
h3 {
}
h4 {
	font-size: 40px;
	color: #2A3851;
}
/* Navigation */ 
header {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: relative;
	background: #7bc88d;
	text-align: center
}
.logo {
	margin: 0 auto;
	display: block;
	width: 450px;
	margin: 0 auto;
}
nav {
	margin: 0 auto;
	padding: 0;
}
#nav li {
	list-style: none;
	display: inline-block;
	padding: 0 25px 0 25px;
	font-size: 18px;
	line-height: 10px;
	position: relative;
}
#nav li a {
	color: #fff;
	text-transform: uppercase;
}
/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#nav-toggle span:before {
	top: -10px
}
#nav-toggle span:after {
	bottom: -10px
}
#nav-toggle.active span {
	background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
	top: 0
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg)
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg)
}
/* enquiry */
.register {
	max-width: 1074px;
	width: 80%;
}

form {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.half {
	width: calc(50% - 22px);
	margin-bottom: 30px;
}

input, select, textarea {
	font-size: 20px;
	margin: 0 auto;
	padding: 18px 20px 20px;
	color: #c3c3c3;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: #fff;
	text-align: left;
	letter-spacing:1px;
	text-transform: uppercase;
	width: 100%;
    font-family: 'Graphik-Regular';
}

.b_submit.btn {
	margin-bottom: 70px;
}

select {
	padding:20px;
	text-align-last: left; text-align: left;

-ms-text-align-last: left;
-moz-text-align-last: left; text-align-last: left;
}
select option {
	padding:20px;
	color: #c3c3c3;
	background: #fff;
	text-align-last: left; text-align: left;

-ms-text-align-last: left;
-moz-text-align-last: left; text-align-last: left;
}
.privacy {
	text-align: center;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #fff;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
#chkInternational + label {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #fff;
	padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #c3c3c3;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #c3c3c3;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #c3c3c3;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #c3c3c3;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #c3c3c3;
opacity: 1;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: transparent;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
color: transparent;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: transparent;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
color: transparent;
}

/* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-bottom: 1px solid #525252;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}
li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #525252;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000000;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}


#main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

.pts {
	padding-top: 30px;
}
.pbs {
	padding-bottom: 30px;
}
.ptm {
	padding-top: 45px;
}
.pbm {
	padding-bottom: 45px;
}
.ptl {
	padding-top: 60px;
}
.pbl {
	padding-bottom: 60px;
}

.tac {
	text-align: center !important;
}
.bold {
	font-weight: bold !important;
}
.row {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.column {
	display: flex;
	flex-direction: column;
}
.justify-center {
	justify-content: center;
}
.justify-left {
	justify-content: left;
}

.white {
	color: #fff;
}



.block {
	display: block;
}

.mlrauto {
	margin-left: auto;
	margin-right: auto;
}

.center_align {
	text-align: center;
}

.bg-red {
	background-image: url('../images/bg.jpg');
	background-size: cover;
	width: 100vw;
	height: calc(100vw * 0.4075);
}

.btn {
	margin: 0 auto;
	width: clamp(200px, 53.3vw, 300px);
	display: block;
	background-color: #d91f34;
	color: #fff;
	font-size: clamp(20px, 5.3vw, 30px);
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	padding: 13px 0 15px;
	border-radius: 50px;
	line-height: 1.4em;
	transition: 0.3s;
}

.btn:hover {
	cursor: pointer;
}

#enquire {
	width: 100vw;
	background-image: url('../images/bg-2.jpg');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #414143;
	display: flex;
    flex-direction: row;
    justify-content: center;
	min-height: calc(100vw * 0.2);
}

.pl20 {
	padding-left: 20px;
}

footer .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	width: calc(100% - 80px);

	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -100px;
}

.line {
	display: block;
	width:390px;
	background: #4f63be;
	height: 1px;
	margin: 5px auto;
}


.fdc {
	width: 450px;
}

p#th {
    text-align: center;
    margin-bottom: 40px;
}



.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1000;
	display: none
}

.lds-ring {
	display: inline-block;
	position: fixed;
	width: 80px;
	height: 80px;
	/*position: absolute;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

	.lds-ring div {
		box-sizing: border-box;
		display: block;
		position: absolute;
		width: 64px;
		height: 64px;
		margin: 8px;
		border: 8px solid #fff;
		border-radius: 50%;
		animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		border-color: #055fd7 transparent transparent transparent;
	}

		.lds-ring div:nth-child(1) {
			animation-delay: -0.45s;
		}

		.lds-ring div:nth-child(2) {
			animation-delay: -0.3s;
		}

		.lds-ring div:nth-child(3) {
			animation-delay: -0.15s;
		}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


@media screen and (max-width : 1000px) {

	.m-plr30 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.register p {
		text-align: center;
	}

	.half {
		width: 100%;
	}

	.logo {
		width: 225px;
	}

}