/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	position: relative;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	margin: 15px 0 0 50px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0 15px;
	font-size: 14px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.navbar-brand {
	background: #3198D3;
	color: #fff;
	opacity: 0.8
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.pt-0 {
	padding-top: 0
}
.p-0 {
	padding: 0
}
.mb-0 {
	margin-bottom: 0
}

.site-title {
	margin-bottom: 0 !important;
}

.site-title a {
	display: block;
	font-family: 'Poppins',sans-serif;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	color: white;
	letter-spacing: 1px;
	margin-left: 5px;
	line-height: normal;
}

.header-top {
	position: relative;
	margin-top: 25px;
}

.custom-logo-link {
	float: left;
}

.overlay {
	background-color: rgb(56 70 140 / 70%);
	width: 100%;
	height: 100%;
	position: absolute;
}

.search-form-container {
	border: 3px solid #3198D3;
	box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
	padding: 5px 30px 10px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	width: 700px;
	min-height: 220px;
	margin: 0 auto;
}

.search-form input[type="search"] {
	color: #666fb5;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	outline: none;
	width: 100%;
	padding: 7px 14px;
	margin-right: 25px;
	display: block;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.search-form input[type="search"]:focus {
	border-color: #ddd;
	box-shadow: 0 0 3px #eee;
	-o-box-shadow: 0 0 3px #eee;
	-moz-box-shadow: 0 0 3px #eee;
	-webkit-box-shadow: 0 0 3px #eee;
}

.search-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3198D3;
	border: 1px solid #d6b9b9;
	color: #fff;
	border-radius: 0!important;
	padding: 15px 18px;
	margin-right: 5px;
	font-size: 14px;
	width: 300px;
	margin: 20px auto 0px;
	max-width: 100%;
	font-weight: 300;
	letter-spacing: 2px;
	-o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
}

/*.search-submit:hover {
	background-color: #a60508;
	color: #fff;
	}*/

	.thumbWrap {
		text-align: center;
		margin: 20px auto 0;
		position: relative;
		width: 200px;
		height: 200px;
		overflow: hidden;
		border-radius: 50%;
	}

	.thumbWrap img {
	}

	.user-info {
		font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica;
		font-size: 13px;
		color: #666;
	}

	.user-info h2 {
		font-weight: normal;
		font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica;
		font-size: 16px;
		line-height: normal;
		border-bottom: 1px solid #eee;
		padding-bottom: 8px;
		margin: 20px 0;
	}

	.user-info h2:after {
		content: "";
		display: block;
		border-bottom: 1px solid #ce060a;
		height: 1px;
		position: relative;
		top: 8px;
		width: 140px;
	}

	.user-info ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.user-info ul li {
		margin: 6px 0;
	}

	.heading {
		color: #0a3847;
		font-size: 40px;
		font-weight: 400;
		line-height: 42px;
		margin-bottom: 10px;
	}

	.bgGrey {
		background: #f8f5f2;
	}

	.content {
		color: #0a3847;
		font-size: 48px;
		font-weight: 400;
		line-height: 48px;
		margin-bottom: 16px;
	}

	.content span {
		color: #5cb700;
		letter-spacing: 2px;
	}

	p {
		color: #0a3847;
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.headingText {
		color: #0a3847;
		font-size: 72px;
		font-weight: 400;
		line-height: 1;
	}

	.headingText span {
		color: #5cb700;
		letter-spacing: 1px;
	}

	.card {
		height: 100%;
		padding: 3.2rem 1.6rem 3.2rem 2.4rem;
		background: #fff;
		border-radius: 0.3rem;
		text-align: center;


		
	}

	.card:hover {
		-webkit-box-shadow: 0 0 1.8rem 0 rgb(0 0 0 / 10%);
		box-shadow: 0 0 1.8rem 0 rgb(0 0 0 / 10%);
	}

	.card i {
		font-size: 48px;
		color: #6878D6;
	}

	.card h3 {
		margin: 1.6rem 0 2.4rem;
		font-size: 24px;
		font-weight: 600;
		line-height: 32px;
	}

	.card p {
		font-size: 14px;
		color: #0a3847;
		font-weight: 400;
	}

	.sectionDivided {
		/*background: linear-gradient(175deg, #f8f5f2 50%, #fff 0);*/
		padding: 2rem 0;
		overflow: hidden;
	}

	.dividerAlt {
		background: linear-gradient(175deg, #f8f5f2 50%, #fff 0);
		padding: 8rem 0;
	}

	.divider {
		padding: 8rem 0;
		background: linear-gradient(175deg, #fff 50%, #f8f5f2 0);
	}

	.bgWhite {
		background: #f8f5f2;
	}

	.bgWhite h3 {
		font-size: 32px;
		font-weight: 400;
		margin-bottom: 16px;
	}

	.bgWhite p {
		font-size: 14px;
		font-weight: 300;
		color: #0a3847;
	}

	.services {
		min-height: 480px;
		padding: 90px 64px 24px;
		background: url(../images/computer.html) no-repeat top;
		background-size: 100% auto;
		text-align: center;
	}

	.iconBox {
		width: 110px;
		height: 110px;
		line-height: 110px;
		text-align: center;
		color: #5cb700;
		border-radius: 50%;
		font-size: 40px;
		background: #f8f5f2;
		margin: 0 auto;
	}

	.services p {
		font-size: 11px;
		font-weight: 400;
		line-height: 16px;
		color: rgb(51, 51, 51);
		margin-top: 15px;
	}

	.thumbnailIcon {
		position: relative;
		display: block;
		width: 195px;
		height: 195px;
		line-height: 195px;
		margin: 0 auto 32px;
		border-radius: 50%;
		font-size: 75px;
		text-align: center;
		background: #f8f5f2;
		color: #5cb700;
	}

	.thumbNumber {
		position: absolute;
		left: 16px;
		bottom: 16px;
		display: block;
		width: 55px;
		height: 55px;
		line-height: 47px;
		background: #0a3847;
		border-radius: 50%;
		border: 04px solid #fff;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
	}

	.text {
		font-size: 14px;
		color: #0a3847;
		font-weight: 300;
		text-align: center;
	}

	.bannerSection {
		position: relative;
		padding: 160px 0;
		color: #fff;
		text-align: center;
		background-size: cover;
		background: url(../images/banner.html) no-repeat top;
	}

	.bannerSection::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.6);
	}

	.bannerSection .heading {
		font-size: 72px;
		color: #fff;
		font-weight: 400;
		line-height: 72px;
		letter-spacing: 1px;
		margin-bottom: 64px;
	}

	.step {
		padding: 0px 40px;
		margin-bottom: 40px;
	}

	.stepNumber {
		width: 56px;
		height: 56px;
		line-height: 48px;
		margin: 0 auto 08px;
		font-size: 18px;
		font-weight: 700;
		background: #fff;
		color: #0a3847;
		border: 04px solid #fff;
		border-radius: 50%;
		text-align: center;
	}

	.stepSpan {
		font-size: 14px;
		font-weight: 300;
	}
	.registerBtn {
		color: #fff;
		background: #5cb700;
		border-radius: 0;
		border: none;
		font-size: 16px;
		font-weight: 400;
		padding: 15px 25px;
	}

	@media only screen and (max-width: 576px) {
		.content {
			font-size: 24px;
			line-height: 30px;
			text-align: center;
		}
		.headingText {
			font-size: 32px;
			line-height: 35px;
			padding-top: 30px;
		}
		.card {
			padding: 30px 15px;
		}
		.card p,
		.bgWhite p {
			width: 100%;
		}
		.bgWhite h3 {
			text-align: center;
			font-size: 28px;
			font-weight: 300;
		}
		.bgWhite h3 strong {
			font-weight: bold;
		}
		.divider {
			display: none;
		}
		.services {
			min-height: auto;
			background: #fff;
			border-radius: 10px;
			padding: 30px 15px;
		}
		.iconBox {
			margin: 0 auto;
		}
		.bannerSection .heading {
			font-size: 30px;
			line-height: 40px;
		}
	}

	.footer-top {
		background-color: #242A56;
		padding: 80px 0;
	}

	.footer-top .wrap {
		margin-bottom: 0;
	}

	.footer-content p {
		float: left;
		width: 35%;
		font-size: 13px;
		margin-right: 30px;
		color: #f6f6f6;
	}

	.footer-content img {
		float: left;
		width: 55%;
	}

	footer {
		background-color: #242A56;
		padding: 20px 0;
		font-size: 18px;
		color: white;
		width: 100%;
	}

	footer a {
		color: #aaa !important;
		text-decoration: none;
	}

	footer a:hover {
		color: #fff !important;
		text-decoration: underline;
	}

	footer .wrap {
		margin-bottom: 0;
	}

	.site-header {
		background: #0f6542 url(../slider1.jpg) no-repeat;
		margin-bottom: 50px;
		min-height: 80vh;
		position: relative;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;

	}

	.site-branding {

		width: 100%;
		padding: 15px;

	}

	.site-content {
		margin-bottom: 80px;
	}

	.no-results {
		text-align: center;
	}

/*.search-no-results .search-form-container,
.search-results .search-form-container {
	padding-top: 10px;
	}*/

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.dls-sukkar{
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Poppins',sans-serif;
	color: white;
}
.header-paragraph{
	color: white;
	font-size: 14px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
.navbar-nav>li>a {
	color: #fff;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-nav>li>a:hover {
	background-color: #000;
}
@media screen and (max-width:1200px) {
	.wrap {
		width: auto;
		margin: 0 20px 30px;
	}
}

@media screen and (max-width:770px) {
	.search-form input[type="search"] {
		width: 100%;
		float: none;
	}
	.search-form-container { width: 100%; }
	.footer-top { padding: 20px 0; }
	.footer-content p { float: none; width: 100%; margin-right: 0; }
	.footer-content img { float: none; width: auto; }
}

@media screen and (max-width:480px) {
	.site-title a { font-size: 21px; }
	.site-header { background-size: cover; min-height: 200px; }
	.site-content { margin-bottom: 120px; }
	footer { text-align: center; }
}
@media screen and (max-width: 767px) {
	.site-branding {
		bottom: -30px;
	}
	.overlay {
		height: 120%;
	}
	.site-content {
		margin-top: 100px;
	}
}
.herfClass{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.search-form-inner {
	position: relative;
	z-index: 2;
}

.bg-modal{
	background: url(../logo.jpg) no-repeat;
	background-size: contain;
	width: 200px;
	height: 200px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.2;
	border-radius: 50%;
	z-index: 1;
}
.why-driving{
	color: #242A56;line-height: 32px;font-size: 1.8em;
}
.color-scheme{
	color: white;
}

.color-scheme a{
	color: white;
	text-decoration: none;
}