/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* styles */
@font-face {
	font-family: Montserrat;
	src: url('Montserrat-Regular.ttf');
}
.quicksand {
	font-family: 'Quicksand', sans-serif;
}
.br {
	border-radius: 3px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.float-right {
	float: right;
}
.contact-us {
	width: 100%;
	float: left;
}
.container {
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	width: 100%;
}
* {
	box-sizing: border-box;
}
.table {
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	width: 100%;
}
	.table td {
		vertical-align: middle;
		padding: 1px 2px;
	}
	.table td {
		border-bottom: 1px solid #adadad;
		border-right: 1px solid #adadad;
	}
	.table thead td {
		text-align: center;
		vertical-align: middle;
		background: #d8d8d8;
	}
.header-container header {
	background-color: white;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
@media all and (max-width: 700px) {
	.header-container header {
		justify-content: center;
	}
}
.header-container header .title {
	text-transform: uppercase;
	font-size: 38px;
	margin: 0;
	font-family: 'Quicksand', sans-serif;
}
.header-container header .subtitle {
	font-weight: 400;
	font-size: 20px;
	margin: 0;
	font-family: 'Montserrat', 'Quicksand', sans-serif;
}
.header-container header .header-left {
	margin-right: auto;
}
@media all and (max-width: 700px) {
	.header-container header .header-left {
		margin-right: 0;
		margin-bottom: 15px;
	}
}
.header-container header .header-right {
	display: flex;
	align-items: center;
}
.main-container {
	background-image: url('../images/bg.jpg');
	background-size: cover;
}
@media all and (min-width: 700px) {
	.main-container {
		padding: 40px 0;
	}
}
.btn {
	appearance: none;
	padding: 10px 20px;
	background-color: transparent;
	border: none;
	text-decoration: none;
	border-radius: 3px;
}
@media all and (min-width: 700px) {
	.login-wrap {
		padding-bottom: 60px;
	}
}
.login-wrap .banner {
	border-radius: 3px;
	width: calc(100% - 320px);
	float: left;
}
	.login-wrap .banner img {
		width: 100%;
		height: auto;
	}
@media all and (max-width: 700px) {
	.login-wrap .banner {
		display: none;
	}
}
.login-wrap .login {
	border-radius: 3px;
	width: 25%;
	min-width: 300px;
	float: right;
	background-color: white;
	padding: 30px;
}
@media all and (max-width: 700px) {
	.login-wrap .login {
		width: 100%;
	}
}
.login-wrap .login h3 {
	font-size: 25px;
	color: #131aed;
	font-weight: 400;
	margin: 0 0 15px;
	font-family: 'Quicksand', sans-serif;
}
.login-wrap .login form input {
	width: 100%;
	appearance: none;
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 10px 15px;
	font-style: italic;
	margin-bottom: 8px;
	float: left;
}
.login-wrap .login form button {
	float: right;
	background-color: #131aed;
	color: white;
}
.login-wrap .login form button:hover {
	background-color: #0f15c8;
}
.login-wrap .login .login-links a {
	display: block;
	color: #000;
	margin-top: 6px;
}
.login-wrap .login .login-links a:hover {
	color: #7e7e7e;
}
.login-wrap .wider {
	border-radius: 3px;
	background-color: #fff;
	padding: 20px;
	text-align: justify;
}
.features-wrap {
	display: flex;
	margin-left: -4px;
	margin-right: -4px;
	flex-wrap: wrap;
	padding: 20px 0;
}
.features-wrap .feature {
	display: flex;
	flex: 1 1 25%;
	color: white;
	padding: 0 4px;
	margin-bottom: 8px;
}
@media all and (max-width: 1000px) {
	.features-wrap .feature {
		flex-basis: 50%;
	}
}
@media all and (max-width: 700px) {
	.features-wrap .feature {
		flex-basis: 100%;
	}
}
.features-wrap .feature .feature-inner {
	border-radius: 3px;
	padding: 25px;
	width: 100%;
}
.features-wrap .feature .feature-inner h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 400;
}
.features-wrap .feature .feature-inner .features-list {
	padding-left: 16px;
}
.features-wrap .feature:nth-child(1) .feature-inner {
	background-color: rgba(34, 195, 174, 0.8);
}
.features-wrap .feature:nth-child(2) .feature-inner {
	background-color: rgba(0, 0, 0, 0.8);
}
.features-wrap .feature:nth-child(3) .feature-inner {
	background-color: rgba(19, 26, 237, 0.8);
}
.features-wrap .feature:nth-child(4) .feature-inner {
	background-color: rgba(243, 156, 18, 0.8);
}
.footer-container {
	background-color: #f2f2f2;
}
footer {
	display: flex;
	margin: 0 -15px;
	justify-content: space-around;
	flex-wrap: wrap;
}
footer > div {
	padding: 15px;
}
footer > div:first-child {
	border-right: #d5d7d8 1px solid;
	padding-right: 40px;
}
@media all and (max-width: 1000px) {
	footer > div {
		flex-basis: 50%;
	}
}
@media all and (max-width: 700px) {
	footer > div {
		flex-basis: 100%;
	}
}
footer .btn {
	background-color: #131aed;
	color: white;
	display: block;
	margin-bottom: 4px;
}
footer .btn:hover {
	background-color: #0f15c8;
}
.select-fancy {
	display: inline-block;
	border: 1px solid #a1a1a1;
	position: relative;
	border-radius: 5px;
	width: 160px;
	overflow: hidden;
	background-image: url('../images/select.png');
	min-width: 60px;
	background-position: right;
}
.select-fancy select {
	box-sizing: content-box;
	background: transparent;
	border: 0;
	outline: 0;
	border-radius: 3px;
	padding: 10px 15px;
	width: 120%;
	height: 22px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: radio-container;
	appearance: none;
}
.icon-margin {
	margin-right: 0.75rem;
}
html {
	display: block;
}