/* Typography */


/* font-family: 'Roboto', sans-serif;
 */


/* // End typography */


/* Resets ------ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

b,
strong {
	font-weight: bold;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 0;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

 ::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

a img {
	border: 0;
	border-style: none;
}

a,
input,
select,
textarea {
	outline: none;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	border-style: none;
}


/* Selection colours (easy to forget) */

img::-moz-selection {
	background: transparent;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

a {
	text-decoration: none;
	display: inline-block;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input:required {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	     box-shadow: none;
}

input::-moz-focus-inner {
	-moz-box-shadow: 0 0 0px transparent;
	     box-shadow: 0 0 0px transparent;
}

button {
	padding: 0;
}


/* Default Layout ------------------------------------------------------------------------------- */


/* Font property css font: font-style font-variant font-weight font-size/line-height font-family|caption|icon|menu|message-box|small-caption|status-bar|initial|inherit;
 */

body {
	background: rgb(255, 255, 255);
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	overflow-y: auto;
	font: 400 16px/20px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	;
	color: #3a3a3a;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}


/* Global style */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: #333;
	margin-bottom: 10px;
}

p {
	margin: 0 0 10px;
	color: #3a3a3a;
}

h1 {
	font-size: 60px;
	line-height: 65px;
}

h2,
h6 {
	font-size: 46px;
	line-height: 63px;
}

h2+p:last-child,
h5+p:last-child {
	margin-bottom: 0;
}

h3 {
	font-size: 34px;
	line-height: 40px;
}

h4 {
	font-size: 24px;
	line-height: 28px;
}

h5 {
	font-size: 20px;
	line-height: 27px;
}

h6 {
	font-size: 16px;
	line-height: 22px;
}

.lead {
	font-size: 18px;
	line-height: 25px;
}

.sub-title-sm {
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 400;
	line-height: 20px;
}

.sub-title {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
}

button {
	padding: 0;
}

dfn,
address,
em {
	font-style: normal;
}

label,
input[type="submit"],
button {
	cursor: pointer;
}

label {
	font-weight: 400;
	margin: 0 0 8px;
	color: #333;
	display: block;
}

button:focus {
	outline: none;
}

a {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

a:not(.btn):hover,
.link:hover {
	color: #FE0368;
}


/* component */


/* text center */

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.radial-sm-ex {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.radial-sm {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.radial-md-ex {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.radial-md {
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
}

.radial-lg {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}


/* defult design */

.separator {
	margin: 0 10px;
}


/* bg */

.expand-bg {
	position: relative;
	z-index: 1;
}

.bg {
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

.expand-bg>.bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

.expand-bg.expand-half-left>.bg {
	left: 0;
	right: auto;
	width: 50%;
}

.expand-bg.expand-half-right>.bg {
	right: 0;
	left: auto;
	width: 50%;
}

.graphics-bg {
	height: 500px;
	bottom: 0 !important;
	top: auto !important;
}

.bg-overlay>.bg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.bg-overlay-dark>.bg:after {
	background-color: #20272a;
}

.bg-overlay-blue>.bg:after {
	background-color: #1e8bc3;
}

.bg-overlay-gradient-primary>.bg:after,
.bg-gradient-primary {
	background: #6703ff;
	background: -moz-linear-gradient(-45deg, #6703ff 10%, #fe0368 90%);
	background: -webkit-linear-gradient(-45deg, #6703ff 10%, #fe0368 90%);
	background: -webkit-linear-gradient(315deg, #6703ff 10%, #fe0368 90%);
	background: -moz-linear-gradient(315deg, #6703ff 10%, #fe0368 90%);
	background: -o-linear-gradient(315deg, #6703ff 10%, #fe0368 90%);
	background: linear-gradient(135deg, #6703ff 10%, #fe0368 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6703ff', endColorstr='#fe0368', GradientType=1);
}

.parralax {
	background-attachment: fixed;
}

.border-bg {
	border: 10px solid #f5f8f9;
}


/* bg color */

.bg-light {
	background-color: #f3f4f6;
}

.bg-dark {
	background-color: #231F20;
	color: #808080;
}

.bg-blue {
	background-color: #1e8bc3;
	color: #fff;
}

.bg-gradient-secondary {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(90%, #f5f5f5));
	background: -o-linear-gradient(top, #fff 10%, #f5f5f5 90%);
	background: -webkit-linear-gradient(top, #fff 10%, #f5f5f5 90%);
	background: -moz-linear-gradient(top, #fff 10%, #f5f5f5 90%);
	background: linear-gradient(to bottom, #fff 10%, #f5f5f5 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5', GradientType=0);
}

.bg-gradient-green>.bg:after,
.bg-gradient-green,
.banner::after {
	background: #099a97;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6.3%, #099a97), color-stop(90.6%, #15cda8));
	background: -o-linear-gradient(top, #099a97 6.3%, #15cda8 90.6%);
	background: -webkit-linear-gradient(top, #099a97 6.3%, #15cda8 90.6%);
	background: -moz-linear-gradient(top, #099a97 6.3%, #15cda8 90.6%);
	background: linear-gradient(to bottom, #099a97 6.3%, #15cda8 90.6%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099a97', endColorstr='#15cda8', GradientType=0);
}


/* color */

.blue {
	color: #0f77ff !important;
}

.light-dark {
	color: #afb9c0 !important;
}

.white {
	color: #fff !important;
}

.black {
	color: #333;
}


/* opacity */

.opacity-9.bg-overlay .bg:after {
	opacity: .9;
}

.opacity-8.bg-overlay .bg:after {
	opacity: .8;
}

.opacity-7.bg-overlay .bg:after {
	opacity: .7;
}

.opacity-6.bg-overlay .bg:after {
	opacity: .6;
}

.opacity-5.bg-overlay .bg:after {
	opacity: .5;
}

.opacity-4.bg-overlay .bg:after {
	opacity: .4;
}

.opacity-3.bg-overlay .bg:after {
	opacity: .3;
}

.opacity-2.bg-overlay .bg:after {
	opacity: .2;
}

.opacity-1.bg-overlay .bg:after {
	opacity: .1;
}


/* block*/

.block {
	padding: 100px 0;
}

.block-table {
	display: table;
}

.block-table-v-align-middle {
	display: table-cell;
	vertical-align: middle;
}

.block-center {
	display: block;
	margin: 0 auto;
}


/* margin */

.no-margin {
	margin: 0 !important;
}

.half-margin {
	margin: 50px 0;
}

.half-margin-top {
	margin-top: 50px;
}

.half-margin-bottom {
	margin-bottom: 50px;
}

.quatar-half-margin {
	margin: 30px 0;
}

.quatar-half-margin-top {
	margin-top: 30px;
}

.quatar-half-margin-bottom {
	margin-bottom: 30px;
}

.mb-0 {
	margin-bottom: 0 !important;
}


/* padding */

.no-padding {
	padding: 0 !important;
}

.half-padding {
	padding: 50px 0;
}

.half-padding-top {
	padding-top: 50px;
}

.quatar-half-padding {
	padding: 30px 0;
}


/* box shadow */

[class*="edge-shadow-"] {
	background-color: #fff;
}

.edge-shadow-one {
	-webkit-box-shadow: 0 15px 10px -10px #777;
	-moz-box-shadow: 0 15px 10px -10px #777;
	     box-shadow: 0 15px 10px -10px #777;
}

.edge-shadow-two {
	-webkit-box-shadow: 0 30px 30px -15px #777;
	-moz-box-shadow: 0 30px 30px -15px #777;
	     box-shadow: 0 30px 30px -15px #777;
}

.edge-shadow-three {
	-webkit-box-shadow: 0 30px 40px -20px #777;
	-moz-box-shadow: 0 30px 40px -20px #777;
	     box-shadow: 0 30px 40px -20px #777;
}

.edge-shadow-four {
	-webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
	     box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
}


/* form input style */

 ::-webkit-input-placeholder {
	color: #8e8e8e;
	opacity: 1;
}

 ::-moz-placeholder {
	color: #8e8e8e;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: #8e8e8e;
	opacity: 1;
}

 ::-ms-input-placeholder {
	color: #8e8e8e;
	opacity: 1;
}

 :-moz-placeholder {
	color: #8e8e8e;
	opacity: 1;
}

 ::placeholder {
	color: #8e8e8e;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: #8e8e8e;
}

 ::-ms-input-placeholder {
	color: #8e8e8e;
}

.input-style {
	height: 70px;
	padding: 10px 15px;
	border: 0;
	font: 16px 'Roboto', sans-serif;
	letter-spacing: 1px;
	width: 100%;
	text-transform: uppercase;
	border: 2px solid transparent;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.input-style:focus {
	border-color: #1e8bc3;
}

.errored .input-style{
	border-color: red !important;
}

.btn[type="submit"],
input.btn[type="submit"] {
	border: 0;
	font: 600 16px/20px 'Roboto', sans-serif;
	padding: 15px;
	height: 55px;
	width: 145px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.has-icon {
	padding-left: 75px;
}

.has-btn {
	padding-right: 155px;
}

.secure-label {
	padding: 8px 15px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	background-color: #0F77FF;
	color: #ffffff;
	float: left;
	margin: 15px 0 0;
	font-size: 15px;
	line-height: 18px;
	position: absolute;
}

.secure-label img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	float: left;
}

.secure-label:after,
.secure-label.error-message:after {
	position: absolute;
	top: -10px;
	display: block;
	border-bottom: 10px solid #0F77FF;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: '';
}

.secure-label.error-message:after {
	border-bottom: 10px solid red;
}

.error .input-style,
.error input.input-style:focus {
	border: 2px solid red;
}

.error-message {
	background-color: red;
	display: none;
}


/* transition */

.transition-1 {
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

.transition-2 {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.transition-3,
.right-arrow i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.transition-4,
.btn {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.transition-5 {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.transition-6 {
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

.transition-7 {
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	-moz-transition: all .7s ease;
	transition: all .7s ease;
}

.transition-8 {
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease;
}

.transition-9 {
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
	-moz-transition: all .9s ease;
	transition: all .9s ease;
}

.transition-10 {
	-webkit-transition: all .10s ease;
	-o-transition: all .10s ease;
	-moz-transition: all .10s ease;
	transition: all .10s ease;
}


/* button */

.btn {
	text-align: center !important;
	padding: 10px 25px;
	color: #fff;
	font-weight: 500;
	border: 1px solid transparent;
	white-space: nowrap;
	font-weight: 700;
}

.btn-blue {
	background-color: #00CBEF;
	border-color: #00CBEF;
}


/* responsive menu */

.responsive-nav-bar {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border-color: transparent;
	border: 0;
	position: relative;
	display: none;
}

.nav-bar {
	width: 20px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-bar:after,
.nav-bar:before {
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: '';
	left: 0;
	position: absolute;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-bar:before {
	top: -6px;
}

.nav-bar:after {
	top: 6px;
}

.navOpen .nav-bar {
	background-color: transparent;
}

.navOpen .nav-bar:before,
.navOpen .nav-bar:after {
	top: 0;
}

.navOpen .nav-bar:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	     transform: rotate(45deg);
}

.navOpen .nav-bar:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	     transform: rotate(-45deg);
}

.desktop {
	display: block;
}

.mobi {
	display: none;
}


/* End Global style */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 10px 0;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

.header.sticky {
	background-color: black;
}

.main-logo {
	float: left;
}

.main-logo a,
.main-logo a img {
	width: 160px;
}

.header:not(.sticky) .static-logo,
.header.sticky .sticky-logo{
	display: none;
}

.header.sticky .static-logo{
	display: block;
}


.main-navigation {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
}

.nav-item {
	display: inline-block;
	margin: 0 10px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-item a {
	color: #fff;
	padding: 5px 0;
}

.nav-item:hover a {
	color: #FE0368;
}

.hero-section {
	min-height: 450px;
	padding: 90px 0 50px;
}

.hero-section.above-fold {
	height: -webkit-calc(100vh - 230px);
	height: -moz-calc(100vh - 230px);
	height: calc(100vh - 230px);
}

.hero-section.medium-height {
	min-height: 650px;
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero-bg .slide {
	height: 100%;
}

.input-wrap {
	padding-bottom: 50px;
}

.input {
	position: relative;
}

label.icon {
	width: 53px;
	height: 53px;
	margin: 0;
}

.input label.icon {
	left: 10px;
}

.v-align-ab {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	     transform: translateY(-50%);
}

.input .submit-btn {
	right: 10px;
}

.box {
	padding: 25px 15px 15px;
}

.box-icon {
	width: 50px;
	display: block;
	margin-bottom: 15px;
}

.icon-center .box-icon {
	margin: 0 auto 15px;
}

.feature {
	padding: 50px 0;
}

.feature-item {
	position: relative;
	padding-left: 70px;
	padding-top: 5px;
}

.feature-icon {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

.feature-icon img {
	width: 50px;
	display: block;
	margin: 0 auto;
}

.social-media-icon>.row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.social-media-icon>.row>[class *="col-"] {
	padding-left: 7.5px;
	padding-right: 7.5px;
	margin: 7.5px 0;
}

.site-navigation {
	margin-right: -10px;
}

.site-navigation li {
	display: inline-block;
}

.footer a,
.footer p {
	font-size: 13px;
	color: #808080;
}

.site-navigation a {
	padding: 0 10px;
	font-size: 12px;
}

.footer-bottom {
	border-top: 1px solid #808080;
	padding-top: 1rem;
}


/* Banner */

.banner {
	padding-top: 76px;
	min-height: 250px;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}

.banner::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .6;
	z-index: -1;
}

.banner h1 {
	color: #fff;
}

.content-block {
	padding-top: 50px;
	padding-bottom: 50px;
}

.content-block h2 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 30px;
}

.content-block h2:first-child {
	margin-top: 0;
}

.content-block p {
	margin-top: 20px;
	line-height: 24px;
}

.content-block ul {
	margin-top: 10px;
	padding-left: 17px;
	list-style: disc;
}

.content-block li {
	margin: 10px 0;
}

.content-block a {
	color: #FE0368;
}

.content-block a:hover {
	text-decoration: underline;
}


/* modal css */

.drip-lightbox-wrapper {
	display: none;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#drip-140258 .drip-content {
	background: rgb(0, 82, 91) !important;
	background: rgba(0, 82, 91, 0.50) !important;
}

#drip-140258 .drip-content h3 {
	color: #3582bd !important;
	font-size: 23px !important;
}

#drip-140258 .drip-submit-button {
	background-color: #3582bd !important;
	margin-top: 17px;
}

#drip-140258 .drip-submit-button:hover {
	background-color: #1b73b5 !important;
}

#drip-140258 .drip-submit-button:active {
	background-color: #024f8a !important;
}

#drip-140258 label,
#drip-140258 .drip-content .drip-description,
#drip-140258 .drip-content .classic--checkbox label,
#drip-140258 .drip-errors {
	font-size: 14px !important;
}

#drip-140258 label {
	line-height: 21px;
	margin-bottom: 0;
}

#drip-140258 .drip-text-field {
	font-size: 15px !important;
	padding: 5px 6px !important;
}

#drip-140258 .drip-submit-button {
	font-size: 13px !important;
}


/* === Reset styles === */

.drip-lightbox h1,
.drip-lightbox h2,
.drip-lightbox h3,
.drip-lightbox div,
.drip-lightbox dl,
.drip-lightbox dt,
.drip-lightbox dd,
.drip-lightbox p,
.drip-lightbox a,
.drip-lightbox .drip-text-field,
.drip-lightbox .drip-text-field:focus,
.drip-lightbox .drip-submit-button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	float: none;
	width: auto;
	background-image: none;
	letter-spacing: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	     box-shadow: none;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	text-shadow: none !important;
}

.drip-lightbox a {
	text-decoration: none;
}

.drip-lightbox :focus {
	outline: 0;
}


/* === Clearfix === */

.drip-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .drip-clearfix {
	zoom: 1;
}


/* IE6 */

*:first-child+html .drip-clearfix {
	zoom: 1;
}


/* IE7 */


/* === Backdrop === */

.drip-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	background-color: #000;
}

.drip-backdrop.drip-fade {
	opacity: 0;
}

.drip-backdrop,
.drip-backdrop.drip-fade.drip-in {
	opacity: 0.2;
}

.drip-backdrop.drip-hidden {
	display: none;
}


/* === Main Container === */

.drip-lightbox-wrapper * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
}


/* === Content === */

.drip-lightbox .drip-content {
	margin: 0 0 0 -170px;
	padding: 5px;
	position: fixed;
	width: 340px;
	top: -25%;
	left: 50%;
	font-size: 100%;
	z-index: 11000;
	color: #333;
	vertical-align: baseline;
	background-color: rgba(0, 0, 0, 0.8);
	/* #f6aa1f;
     */
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
	     box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.65);
	-webkit-transition: opacity .3s linear, top .3s ease-out, bottom 200ms ease-in;
	-o-transition: opacity .3s linear, top .3s ease-out, bottom 200ms ease-in;
	-moz-transition: opacity .3s linear, top .3s ease-out, bottom 200ms ease-in;
	transition: opacity .3s linear, top .3s ease-out, bottom 200ms ease-in;
}

.email__box--show .drip-lightbox.drip-in .drip-content {
	top: 15%;
	opacity: 1;
}

.drip-lightbox.drip-hidden .drip-content {
	display: none;
}

.drip-lightbox.image-left .drip-content,
.drip-lightbox.image-right .drip-content {
	margin: 0 0 0 -255px;
	width: 510px;
}

.drip-lightbox.mobile .drip-content {
	margin: 0;
	width: 100% !important;
	top: auto;
	bottom: -800px;
	left: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.drip-lightbox.mobile.drip-in .drip-content {
	top: auto;
	bottom: 0;
}

.drip-lightbox.drip-scrollable .drip-content {
	overflow-y: scroll;
}


/* === Teaser === */

.drip-lightbox .drip-header h2 {
	display: block;
	margin: 0 !important;
	padding: 12px 0 !important;
	font-size: 14px !important;
	line-height: 13px !important;
	font-weight: bold !important;
	color: #fff !important;
	letter-spacing: 0 !important;
}


/* === Close Button === */

.drip-lightbox .drip-header a.close {
	font-family: Arial, sans-serif;
	display: block;
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 22px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
}


/* === Panel === */

.drip-lightbox .drip-content>div.drip-panel {
	padding: 15px 15px 12px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}


/* === Powered By === */

.drip-lightbox .drip-powered-by {
	padding: 8px;
	margin-bottom: -5px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.drip-lightbox .drip-powered-by a {
	color: #ffffff !important;
	text-decoration: underline !important;
	letter-spacing: 1px;
	margin-left: 6px;
}


/* === Content Headings & Paragraphs === */

.drip-lightbox .drip-content h3 {
	display: block;
	margin: 0 20px 0 0 !important;
	padding: 0 0 15px 0 !important;
	line-height: 1.4 !important;
	font-weight: bold !important;
	text-align: left !important;
	color: #4477bd !important;
	clear: none !important;
}

.drip-lightbox .drip-content .drip-description {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1.6;
	text-align: left;
}

.drip-lightbox.image-left .drip-content .drip-description {
	margin-left: 170px;
}

.drip-lightbox.image-right .drip-content .drip-description {
	margin-right: 170px;
}

@media screen and (max-width: 510px) {
	.drip-lightbox.image-left .drip-content .drip-description {
		margin-left: 0;
		/* 120px;
         */
		;
	}
	.drip-lightbox.image-right .drip-content .drip-description {
		margin-right: 0;
		/* 120px;
         */
		;
	}
}

.drip-lightbox .drip-content .drip-description a {
	text-decoration: underline;
}

.drip-lightbox .drip-content .drip-description em {
	font-style: italic;
}

.drip-lightbox .drip-content .drip-description ul,
.drip-lightbox .drip-content .drip-description ol {
	list-style-position: outside;
	margin: 8px 0 8px 30px;
}

.drip-lightbox .drip-content .drip-description ul li .drip-lightbox .drip-content .drip-description ol li {
	padding: 0;
}

.drip-lightbox .drip-content img.drip-image {
	margin-bottom: 20px;
}

.drip-lightbox.image-left .drip-content img.drip-image {
	float: left;
	width: 150px;
}

.drip-lightbox.image-right .drip-content img.drip-image {
	float: right;
	width: 150px;
}

@media screen and (max-width: 510px) {
	.drip-lightbox.image-left .drip-content img.drip-image {
		margin-right: 20px;
		width: 100px;
	}
	.drip-lightbox.image-right .drip-content img.drip-image {
		margin-left: 20px;
		width: 100px;
	}
}

.drip-lightbox .drip-content a.drip-close {
	font-family: Arial, Helvetica, sans-serif;
	margin: -1px 0 0 0;
	float: right;
	font-size: 28px;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	opacity: 0.4;
}

.drip-lightbox .drip-content a.drip-close:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.6;
}


/* === Content Subscribe Form === */

.drip-lightbox form {
	margin: 0 !important;
	padding: 0 !important;
}

.drip-lightbox dl {
	display: block;
	margin: 0;
	padding: 0;
}

.drip-lightbox label {
	display: block;
	padding: 0 0 5px 0;
	font-weight: bold;
}

.drip-lightbox dl.no-labels dt {
	display: none;
}

.drip-lightbox dl dd {
	display: block;
	padding: 0 0 10px 0;
}

.drip-lightbox .drip-text-field {
	margin: 0 !important;
	padding: 6px !important;
	height: auto !important;
	width: 100% !important;
	/* font-size: 14px !important;
     */
	color: #333 !important;
	background-color: #fff !important;
	border: 1px solid #c4c4c4 !important;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.18) !important;
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.18) !important;
	     box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.18) !important;
	-webkit-border-radius: 4px !important;
	   -moz-border-radius: 4px !important;
	        border-radius: 4px !important;
	-webkit-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	     box-sizing: border-box !important;
	background-image: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
}

.drip-lightbox .drip-text-field::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999 !important;
}

.drip-lightbox .drip-text-field:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999 !important;
}

.drip-lightbox .drip-text-field::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999 !important;
}

.drip-lightbox .drip-text-field:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999 !important;
}

.drip-lightbox .drip-text-field:focus {
	border-color: #a4a4a4 !important;
	outline: 0;
	background-image: none;
	background-color: #fff !important;
}

.drip-lightbox.mobile .drip-text-field {
	font-size: 16px;
}

.drip-lightbox .drip-errors {
	padding: 5px 0 0 0;
	font-weight: normal;
	color: red;
}

.drip-lightbox .drip-submit-button {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	padding: 3px 12px !important;
	color: #ffffff !important;
	font-weight: bold !important;
	line-height: 1.6 !important;
	border: 0 !important;
	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
	        border-radius: 3px !important;
	cursor: pointer !important;
	background-image: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	height: auto;
}

.drip-lightbox .drip-submit-button:hover {
	background-image: none !important;
}

.drip-lightbox .drip-submit-button:active {
	background-image: none !important;
}

.drip-lightbox .classic--checkbox.hidden {
	margin-bottom: -8px;
	display: none;
}

.drip-lightbox .classic--checkbox label {
	line-height: 1.6;
}

.drip-lightbox .classic--checkbox input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

.find-the-truth {
	position: relative;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e8e8e8;
}

/* .find-the-truth::after {
	position: absolute;
	top: 0;
	left: -960%;
	z-index: -1;
	width: 1000%;
	height: 100%;
	content: "";
	background-color: #e8e8e8;
} */

.find-the-truth img {
	width: 100%;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
	        box-shadow: 0 0 50px rgba(0, 0, 0, .2);
}

.find-the-truth__content {
	margin-top: 50px;
	margin-left: -50px;
	padding: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.find-the-truth__content p {
	line-height: 30px;
}

.find-the-truth__content p:last-child{
	margin-bottom: 0;
}

.truth {
	padding-top: 50px;
	padding-bottom: 50px;
}

.truth-gallery {
	position: relative;
}

.truth-gallery__1 {
	width: 70%;
	position: absolute;
}

.truth-gallery__2 {
	position: relative;
	float: right;
	margin-top: 50px;
	right: 0;
	width: 70%;
	z-index: 1;
}

.truth__content p {
	line-height: 30px;
}


/* ======================================================================================================= ============================================ Responsive style ========================================== */


/* Mobile Layout: 320px and 480px and more but less than or equal to 767px. ---------------------------------------------------------------------------------- */

@media only screen and (min-width: 320px) and (max-width: 767px) {
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="number"],
	input[type="submit"],
	input[type="password"],
	select,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	input[type='number'] {
		-moz-appearance: textfield;
	}
	body {
		font-size: 14px;
		line-height: 20px;
	}
	h1 {
		font-size: 30px;
		line-height: 35px;
	}
	h2 {
		font-size: 28px;
		line-height: 34px;
	}
	h5 {
		font-size: 16px;
		line-height: 20px;
	}
	/* .sub-title{
        font-size: 16px;
         line-height: 20px;
    }
	 */
	 
	 .static-logo{
		 display: block !important;
	 }

	 .sticky-logo{
		 display: none !important;
	 }

	.sub-title-sm {
		font-size: 16px;
		line-height: 22px;
	}
	.header:not(.header-theme-black) {
		background-color: #231F20;
	}
	.main-logo a,
	.main-logo a img {
		width: 150px;
	}
	.nav-item a {
		padding: 10px;
	}
	.main-navigation>div {
		padding: 15px 0 !important;
	}
	.mobi {
		display: block;
	}
	.desktop {
		display: none;
	}
	.hero-section.above-fold {
		height: auto;
	}
	.input-wrap>label {
		font-size: 17px;
		text-align: center;
		letter-spacing: .5;
	}
	.input-style {
		height: 60px;
		margin-bottom: 15px;
	}
	.has-icon {
		padding-left: 60px;
	}
	.has-btn {
		padding-right: 10px;
	}
	.btn[type="submit"],
	input.btn[type="submit"] {
		height: 60px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		  -o-transform: translate(0, 0);
		     transform: translate(0, 0);
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
	}
	.input .submit-btn {
		right: 5px;
	}
	label.icon {
		width: 50px;
		height: 50px;
	}
	.input label.icon {
		left: 5px;
		top: 5px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		  -o-transform: translate(0, 0);
		     transform: translate(0, 0);
	}
	.secure-label {
		font-size: 14px;
	}
	.secure-label img {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}
	.block:not([class *="-section"]) {
		padding: 50px 0 !important;
	}
	.feature-item {
		padding: 0 10px;
		text-align: center;
	}
	.feature-icon {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		display: block;
		margin: 0 auto 10px;
	}
	.feature-content {
		width: 100%;
	}
	.feature [class *="col-"] {
		margin: 0 0 15px !important;
	}
	.search-feature [class *="col-"]:not(.section-title) {
		margin: 0 0 1rem !important;
	}
	.search-feature [class *="col-"]:not(.section-title):last-child {
		margin: 0 0 0 !important;
	}
	.truth>.container>.row .row [class *="col-"],
	.footer .row:first-child [class *="col-"],
	.site-navigation {
		text-align: center;
	}
	.box-icon {
		margin: 0 auto 15px;
	}
	.hero-section.medium-height {
		padding: 50px 0;
		min-height: auto;
    }
    
    
	.find-the-truth {
		padding-top: 30px;
    }
    
	.find-the-truth::after {
		display: none;
    }

    .find-the-truth__title h2 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 30px;
    }

    .find-the-truth img {
        padding: 5px;
        border: 3px solid #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
                box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    }
    
	.find-the-truth__content {
		margin: 20px 0 0 0;
        padding: 0;
        text-align: center;
		background-color: transparent;
		-webkit-box-shadow: unset;
		   -moz-box-shadow: unset;
		        box-shadow: unset;
	}
}


/* Wide Mobile Layout: 480px. ------------------------------------------------------------ */

@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* Tablet Layout: 768px. ----------------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="number"],
	input[type="submit"],
	input[type="password"],
	select,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	input[type='number'] {
		-moz-appearance: textfield;
	}
	h1 {
		font-size: 45px;
		line-height: 50px;
	}
	.hero-section.above-fold {
		height: -webkit-calc(100vh - 355px);
		height: -moz-calc(100vh - 355px);
		height: calc(100vh - 355px);
	}
	.hero-section.medium-height {
		min-height: 500px;
	}
}

@media (max-width: 991px) {
	.logo-wrap {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.responsive-nav-bar {
		display: block;
		right: 0;
	}
	.js-shutter {
		display: none;
	}
	.main-navigation {
		width: 100%;
	}
	.main-navigation>div {
		display: block !important;
		padding: 50px 0 0;
	}
	.nav-item {
		display: block;
		text-align: center;
	}
}


/* Tablet Layout: 1024px. ----------------------------------------------------------------- */

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="number"],
	input[type="submit"],
	input[type="password"],
	select,
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	input[type='number'] {
		-moz-appearance: textfield;
	}
	.hero-section.medium-height {
		min-height: 500px;
	}
}


/* Retina media query. Overrides styles for devices with a device-pixel-ratio of 2+, such as iPhone 4. ----------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {}

.gradient--overlay {
	position: relative;
	z-index: 1;
}

.gradient--overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .5;
	z-index: -1;
}

.darker.gradient--overlay:after {
	opacity: .65;
}

.dark--overlay:after {
	background-color: #000;
}

.input .btn.submit-btn {
	text-transform: capitalize;
	font-weight: 400;
}

h1.white {
	font-weight: 500;
}

h3.white {
	font-weight: 300;
}

.blue {
	color: #0F77FF;
}
.box.edge-shadow-one h5 {
	color: #0F77FF;
}

main {
	background-color: #f6fcfe;
}
.find-the-truth {
	background-color: #f9f9f9;
}

.bg-dark-blue {
	color: #ffffff;
	background-color: #002452;
}
footer.bg-dark-blue a,footer.bg-dark-blue p {
	color: #ffffff;
}
footer.bg-dark-blue a:hover, .main-nav .nav-item a:hover {
	color: #e89200 !important;
}

header.header.sticky {
	background-color: #002452;
}

.feature-content a {
	font-weight: 600;
	color: #0F77FF;
}
.feature-content a:hover {
	color: #e89200 !important;
}
.find-the-truth h2, h2.blue {
	font-weight: 400;
	color: #0F77FF;
}

.bg-car {
	background-color: #cbdbfa !important;
}

.bg-blue {
	background-color: #0F77FF !important;
}

header.header {
	background-color: #002452;
}