@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Playball&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');
@font-face {
	font-family: 'Adidas';
	src: url(../fonts/Adidas.eot);
	src: local('Adidas'), url('../font/Adidas.woff') format('woff'), url('../font/Adidas.ttf') format('truetype');
}

body{
	background:#ffffff;
	overflow-x:hidden;
	font-family: 'Montserrat', sans-serif;

	}
header{
	background:url(../images/slider.jpg) no-repeat;
	padding-bottom:50px;
	background-size:cover;
	}
.header-logo-holder{
	padding-top:70px;
	
	}
.header-logo-holder img{
	margin-left:30px;
	display:inline-block;
	max-width:215px;
	}
header h1{
	font-size:80px;
	font-family: 'Adidas', sans-serif;
	font-weight:700;
	background: rgba(255,183,0,1);
background: -moz-linear-gradient(top, rgba(255,183,0,1) 0%, rgba(255,220,131,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,183,0,1)), color-stop(100%, rgba(255,220,131,1)));
background: -webkit-linear-gradient(top, rgba(255,183,0,1) 0%, rgba(255,220,131,1) 100%);
background: -o-linear-gradient(top, rgba(255,183,0,1) 0%, rgba(255,220,131,1) 100%);
background: -ms-linear-gradient(top, rgba(255,183,0,1) 0%, rgba(255,220,131,1) 100%);
background: linear-gradient(to bottom, rgba(255,183,0,1) 0%, rgba(255,220,131,1) 100%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
text-transform:uppercase;
padding-top:70px;
text-align:center;
	}	
header h5{
	font-family: 'Playball', cursive;
	font-size:60px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(187,193,216,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(187,193,216,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(187,193,216,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(187,193,216,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(187,193,216,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(187,193,216,1) 100%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
-moz-text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5));
text-align:center
	}
.content-section{
	padding:60px 0px;
	}
.content-section h3{
	font-size:27px;
	font-weight:300;
	color:#000000;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	}		
.maxl{
  margin:25px 0px;
}
.inline{
  display: inline-block;
}
.inline + .inline{
  margin-left:10px;
}
.radio{
  color:#000000;
  font-size:15px;
  position:relative;
  background:#f3f3f3;
  width:100%; 
  font-size:16px;
  padding:15px; 
}
.radio span{
  position:relative;
   padding-left:35px;
   font-family: 'Montserrat', sans-serif;
   font-weight:600;
}
.radio span small{
	font-size:10px;
	color:#898989;
	 font-family: 'Montserrat', sans-serif;
   font-weight:600;
	}
.radio span:after{
  content:'';
  width:25px;
  height:25px;
  border:2px solid;
  position:absolute;
  left:0;
  top:-3px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  color:#1055a8;
}
.radio input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
  color:#1055a8;  
}
.radio input[type="radio"]:checked + span:before{
    content:'';
  width:15px;
  height:15px;
  position:absolute;
  background:#1055a8;
  left:5px;
  top:2px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}
.content-section label{
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#000;
	}
.content-section .form-control{
	border-radius:0px;
	border:2px solid #f3f3f3;
	height:45px;
	    padding-left: 15px;
	}
.content-section .form-control::placeholder{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:700;
	opacity:.35;
	}	
.information{
	list-style:none;
	padding-left:0px;
	margin-left:0px;
	display:inline-block;
	width:100%;
	}	
.information li{
	padding:3px;
	float:left;
	width:33.333%;
	}	
.information li a{
	background:#1055a8;
	display: inline-block;
    width: 100%;
	padding:20px;
	font-family: 'Montserrat', sans-serif;
	position:relative;
	min-height:155px;
	}
.information li a h4{
	color:#FFF;
	font-weight:300;
	padding-top:12px;
	font-size:19px;
	}
.code-of-ethics-content-section .information li a h4{
	font-weight:500;
	font-size:18px;
	}		
.information li a .steps{
	background:#023d84;
	position:absolute;
	left:0px;
	bottom:0px;
	/*padding:5px;*/
	width:100%;
		
		}
.information li a span{
	width:100%;
	position:relative;
	left:0px;
	padding:4px 20px;
	color:#FFF;
	opacity:.4;
	bottom:0px;
	display:inline-block;}	
.information li a.information-selected{
	background:#ffc83b;
		}	
.information li a.information-selected h4{
	font-size:18px;
	color:#1055a8;
	}		
.information li a.information-selected .steps{
	background:#ffb800;
	}	
.information li a.information-selected .steps span	{
	opacity:1;
	color:#1055a8;
	}
.information li a.information-selected .steps span:after{
	position:absolute;
	right:20px;
	top:10px;
	content:"";
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #1055a8;
	}
.content-section h2{
	display:block;
	font-size:30px;
	text-align: center;
	color:#1055a8;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	position:relative;
	padding-bottom:20px;
	}
.content-section h2 span{
	font-weight:700;
	font-family:'Playball', cursive;
	}
.content-section h2:after{
	position:absolute;
	width:30px;
	height:3px;
	content:"";
	left:calc(50% - 15px);
	right:auto;
	bottom:0px;
	background:#1055a8;
	}
.content-section  .form-group {
    margin-bottom: 10px;
    position: relative;
    margin-top: 10px;
}									
.content-section input[type=date]::placeholder{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:700;
	opacity:.35;
	}
.datepicker .datepicker-switch {
    width: 205px;
    font-size: 14px;
}

.datepicker.dropdown-menu {
    color: #606879;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #ef621f;
	color: #fff;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #ef621f;
	color: #fff;
}

.datepicker th.prev, .datepicker th.next {
	color: #ef621f;
}

.datepicker table tr td.active.active {
	background: #ef621f;
	color: #fff;
}

.custom-table .table .custom-arrow-blue select {
	background-color: transparent;
}

.user-settings-form label {
	font-size: 12px;
	margin: 0;
}
.gender{
	background: #f3f3f3;
	width:100%;
	    height: 45px;
    padding-top: 10px;
	}
.gender .radio {
    color: #000000;
    font-size: 15px;
    position: relative;
    background: #f3f3f3;
    width: auto;
    font-size: 16px;
    padding: 0px 15px;
}
.proof{
	background:rgba(124, 205, 46, .35);
	padding:40px 0px;
	text-align:center;
	}	
.proof h3{
	font-size:16px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	}	
.proof p{
	font-size:13px;
	font-weight:300;
	color:#000000;
	line-height:inherit;
	font-family: 'Montserrat', sans-serif;
	}	
.file-upload {
  position: relative;
  display: inline-block;
}

.file-upload__label {
  display: block;
  padding: 10px 2em;
  color: #fff !important;
  background: #222;
  border-radius: 0.4em;
  transition: background 0.3s;
  background: #1055a8;
  height:45px;
  min-width:226px;
  border-radius:0px;
  font-size:16px !important;
  font-weight:700 !important;
}
.file-upload__label img{
	font-size:24px;
	margin-top:-3px;
	margin-right:3px;
	}
.file-upload__label:hover {
  cursor: pointer;
  background: #1055a8;
  height:45px;
  min-width:226px;
  border-radius:0px;
}

.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}
.save-and-next{
	background: #1055a8;
	border-radius:0px;
	height:45px;
	font-size:16px;
	font-weight:600;
	color:#FFF;
	border:none;
	font-family: 'Montserrat', sans-serif;
	width:100%;
	padding:15px inherit;
	margin-top:50px;
}
.save-and-next:hover{
	background:#000;
	}
footer{
	background:#353535;
	padding:60px 0px;
	}
footer p{
	color:#FFF;
	font-size:12px;
	opacity:.5;
	font-family: 'Montserrat', sans-serif;
	padding-top:15px;
	}
.social-icons{
	list-style: none;
    text-align: right;
    display: inline-block;
    padding-left: 0px;
	}
.social-icons li{
	float:right;
	margin-left:15px;
	
	
}	.social-icons li a{
	text-align:center;
	color:#353535;
	font-size:20px;
	background:#FFF;
	width:40px;
	height:40px;
	border-radius:20px;
	display:block;
	padding-top:8px;
	}
.social-icons li:hover a{
	background:#ffc83b;
	}	
	
	

.code-of-ethics-content-section{
	padding-bottom:60px;
	}
.code-of-ethics-content-section .information{
	padding:3px;
	}	
.information li a.information-selected-green{
	background:#7ccd2e;
	}	
.information li a.information-selected-green .steps	{
	background:#73c028;
	}	
.information li a.information-selected-green .steps:after{
	content: "\f00c";
	position: absolute;
    right: 20px;
    top: 5px;
    font-family: FontAwesome;
	color:#FFF;
		}	
	.code-of-ethics-content-section h2{
	display:block;
	font-size:30px;
	text-align: center;
	color:#1055a8;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;
	position:relative;
	padding-bottom:20px;
	}
.code-of-ethics-content-section h2 span{
	font-weight:700;
	font-family:'Playball', cursive;
	}
.code-of-ethics-content-section h2:after{
	position:absolute;
	width:30px;
	height:3px;
	content:"";
	left:calc(50% - 15px);
	right:auto;
	bottom:0px;
	background:#1055a8;
	}	
.code-of-ethics-content-section p{
	font-size:18px;
	font-weight:300;
	text-align:center;
	color:#000000;
	font-family: 'Montserrat', sans-serif;
	}
.code-of-ethics-content-section p strong{
	font-weight:600;
	}		
	
	.checkbox-cont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
	.checkbox-cont strong{
		font-weight:600;
		}

/* Hide the browser's default checkbox */
.checkbox-cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
	border: 2px solid #2196f3;
}

/* On mouse-over, add a grey background color */
.checkbox-cont:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-cont input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-cont input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-cont .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.volenter{
	background:#f3f3f3;
	padding:10px 15px;
	}
	.volenter .checkbox-cont{
		margin-bottom:0px;
		}
.payment{
	display: block;
    font-size: 30px;
    text-align: center;
    color: #1055a8;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-bottom: 20px;
	}
.payment strong{
	font-weight:700;
	}	
.payment img{
	display: block;
	margin:30px auto;
	max-width:105px;
	
	}
.payonline{
	display:block;
	text-align:center;
	background:#1055a8;
	font-size:18px;
	font-weight:600;
	padding:20px 0px;
	color:#FFF;
	}
.payonline:hover{
	background:#000;
	color:#FFF;
	}
.pay-option{
	}	
.pay-option img{
	display:block;
	margin:0px auto;
	max-width:165px;
	}
	.pay-option a{
	display:block;
	text-align:center;
	background:#979797;
	font-size:18px;
	font-weight:600;
	padding:20px 0px;
	color:#FFF;
	margin-top:60px;
	text-transform:uppercase;
 	}	
	.pay-option a:hover{
		background:#000;
		}	
		.modal.vertically-modal .modal-dialog {
  transform: translateY(-25%);
  top: 50%;
  margin: 0 auto;
}

.modal.vertically-modal.show .modal-dialog {
  transform: translateY(-50%);
}

.modal-content {
  max-height: 100vh;
  overflow-y: auto;
  padding: 50px 100px;
  text-align:center;
}
.modal-body p{
	font-size:18px;
	font-weight:300;
	text-align:center;
	color:#000;
	 font-family: 'Montserrat', sans-serif;
	}
.modal-body a{
	width:260px;
	margin-left:30px;
	text-align:center;
	background:#979797;
	font-size:18px;
	font-weight:600;
	padding:20px 0px;
	color:#FFF;
	display:inline-block;
	margin-top:30px;
	}
.modal-body a.payperson{
	margin-left:0px;
	background:#1055a8;
	}	
		
button.close{
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 30px;
	color:#1055a8;
	opacity:1;
	font-size:40px;
	font-weight:500;
}				
	
/*====================responsive area start here==========================*/
@media (min-width: 1200px) and (max-width: 1400px) {
	header {
    background: url(../images/slider1400.jpg) no-repeat;
    padding-bottom: 50px;
    background-size: cover;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
		header {
    background: url(../images/slider1200.jpg) no-repeat;
    padding-bottom: 50px;
    background-size: cover;
}
	header h1 {
    font-size: 70px;
	}
	
	header h5{
		font-size:55px;
		}
		.content-section h3 {
    font-size: 23px;
	}
	.radio input[type="radio"]:checked + span:before {
    width: 10px;
    height: 10px;
	}
	.radio span:after {
    content: '';
    width: 20px;
    height: 20px;
	}
	.radio span {
    padding-left: 25px;
	}
	.radio{
		padding:15px 10px;
		}
	.information li a h4{
		word-break:break-all;
		font-size:15px;
		}	
		.information li a.information-selected h4{
			font-size:16px;
			}
		.information li a{
			min-height:145px;
			}	
		.gender .radio{
			padding:0px 10px;
			}	
		.content-section input[type=date]::placeholder{
			font-size:13px;
			}	
	.code-of-ethics-content-section .information li a h4 {
    font-size: 14px;
}
	
	}	
@media (max-width: 991px) {
	header h1 {
    font-size: 60px;
	}
	
	header h5{
		font-size:45px;
		}
		.modal-content{
			padding:50px;
			}
		.modal-body a{
			width:100%;
			
			display:block;
			margin-left:0px;
			}	
	}
@media (max-width: 768px) {	
.social-icons{
	margin-top:10px;}
.social-icons li {
    float: right;
    margin-left: 0px;
    margin-right: 15px;
}
.code-of-ethics-content-section .information li a h4 {
    font-weight: 500;
    font-size: 17px;
}
.information li a h4{
	font-size:18px;
	}
}
@media (max-width: 575px) {
	.information li {
    width: 100%;
}
.proof{
	padding:40px;}
	.modal-content {
    padding: 15px;
}
.modal-body p{
	font-size:14px;}
	}				