html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
	font-size: 14px;
	color: #000;
	font-family: 'RobotoRegular', Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('../fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoLight.eot');
    src: url('../fonts/RobotoLight.eot') format('embedded-opentype'),
         url('../fonts/RobotoLight.woff2') format('woff2'),
         url('../fonts/RobotoLight.woff') format('woff'),
         url('../fonts/RobotoLight.ttf') format('truetype'),
         url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
p {
	margin: 0 0 20px 0;
	padding: 0;
}
.clrfix {
	clear: both;
	display: block;
}
li.clrfix {
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	float: none !important;
	display: block !important;
	min-height: 0 !important;
}

a, a:hover, a:focus, :hover {
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}


.display-desktop {
	display: block;
}
.display-mobile {
	display: none;
}

#wrapper {
    margin: 0;
	padding: 0;
	position: relative;
}
header {
	background: #78c2ad;
}

menu {
	width: 100%;
	text-align: right;
}
menu ul {
	margin: 0;
	padding: 0;
}
menu ul li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: inline-block;
}
menu ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
menu ul li a:hover  {
	color: rgba(255,255,255,0.8);
}
.navbar-light .navbar-toggler:focus {
	outline: none;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 36px;
	font-family: 'RobotoBold', Helvetica, Arial, sans-serif;
	position: relative;
}
h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 30px;
	font-family: 'RobotoBold', Helvetica, Arial, sans-serif;
	position: relative;
}
h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 26px;
	font-family: 'RobotoBold', Helvetica, Arial, sans-serif;
	position: relative;
}
span.step {
	position: relative;
	top: -5px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #78c2ad;
	border-radius: 50%;
}

.pt-50 {
	padding-top: 50px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-30 {
	padding-top: 30px;
}
.pd-20 {
	padding-top: 20px;
}
.pt-10 {
	padding-top: 10px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-30{
	padding-bottom: 30px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-10 {
	padding-bottom: 10px;
}


.bg1 {
	background: url(../images/bg1.png) no-repeat center center;
	background-size: contain;
}

.solution {
	margin: 10px;
	padding: 20px;
	font-size: 16px;
	color: #000;
	border: solid 1px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.solution .icon img {
	filter: grayscale(100%);
}
.solution:hover {
	color: #78c2ad;
	background: #fff;
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
}
.solution:hover .icon img {
	filter: grayscale(0);
}

.social-icon {}
.social-icon a {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}
.social-icon a img {
	filter: grayscale(100%);
}
.social-icon a:hover img {
	filter: grayscale(0);
}


.registration {
	width: 100%;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,0.5);
}
.frm-row {
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
}
.frm-row .col-50 {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.frm-row .col-50:nth-child(1) {
	padding: 0 20px 0 0;
}
.frm-row .col-50:nth-child(2) {
	padding: 0 0 0 20px;
}


	.frm-row input[type="text"],
	.frm-row select,
	.frm-row textarea, .frm-row input[type="file"] {
		font-size: 14px;
		color: #000;
		font-family: 'RobotoRegular', Helvetica, Arial, sans-serif;
		border: none;
		border-bottom: solid 1px rgba(0,0,0,0.1);
		outline: none;
		width: 100%;
		padding: 10px 0;
		background: transparent;
		margin: 0;
	}
.frm-row .input ~ label {
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    margin-bottom: 0;
}
.frm-row .input:focus ~ label, 
.frm-row .input:active ~ label {
    width: 100%;
    border-bottom: 1px solid #78c2ad;
    bottom: 0px;
}
.frm-row input.w75 {
	width: 75%;
}
.frm-row ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.frm-row ::-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.frm-row :-moz-placeholder {
    color: rgba(0,0,0,0.5);
}
.frm-row ::-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.frm-row input[type="text"].calendar {
	background: url(../images/calendar.png) no-repeat right center;
}
.otp {
	display: inline-block;
	margin: 0;
	padding: 10px 0 11px 0;
	width: 25%;
	color: #fff;
	background: #78c2ad;
	text-align: center;
}

.otp a {
	color: #fff;
	text-decoration: none;
}
.frm-row input[type="submit"] {
	margin: 0;
    padding: 10px 20px;
	font-size: 14px;
    color: #fff;
    font-family: 'RobotoRegular', Helvetica, Arial, sans-serif;
    border: none;
    outline: none;
	background: #78c2ad;
	border-radius: 5px;
}
.frm-row input[type="submit"]:hover {
	background: #58b79c;
}


@media (min-width: 1001px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 1000px) {}

@media (max-width: 767px) {
	
	menu {
		width: 100%;
		text-align: left;
	}
	menu ul li {
		margin: 0;
		padding: 10px;
		display: block;
		border-bottom: solid 1px rgba(255,255,255,0.1);
	}
	menu ul li:last-child {
		border-bottom: none;
	}
	h1 {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 30px;
		font-family: 'RobotoBold', Helvetica, Arial, sans-serif;
	}
	
}

@media (max-width: 600px) {}