/*
-----------------------------------------------
EPIINDEX 2019
DESIGN CONCEPT - DOPTIQ
----------------------------------------------- 
*/

/* IMPORT ICON FONTS  */
@import url("flaticon.css");

/* IMPORT REV SLIDER  */
@import url("revolution-slider.css");

/* INCLUDE SAILEC FONTS  */

@font-face {
    font-family: 'Sailec';
    src: url('../fonts/sailec/Sailec-MediumItalic.eot');
    src: local('Sailec Medium Italic'), local('Sailec-MediumItalic'),
        url('../fonts/sailec/Sailec-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sailec/Sailec-MediumItalic.woff2') format('woff2'),
        url('../fonts/sailec/Sailec-MediumItalic.woff') format('woff'),
        url('../fonts/sailec/Sailec-MediumItalic.ttf') format('truetype'),
        url('../fonts/sailec/Sailec-MediumItalic.svg#Sailec-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Sailec';
    src: url('../fonts/sailec/Sailec-Medium.eot');
    src: local('Sailec Medium'), local('Sailec-Medium'),
        url('../fonts/sailec/Sailec-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sailec/Sailec-Medium.woff2') format('woff2'),
        url('../fonts/sailec/Sailec-Medium.woff') format('woff'),
        url('../fonts/sailec/Sailec-Medium.ttf') format('truetype'),
        url('../fonts/sailec/Sailec-Medium.svg#Sailec-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('../fonts/sailec/Sailec-Bold.eot');
    src: local('Sailec Bold'), local('Sailec-Bold'),
        url('../fonts/sailec/Sailec-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sailec/Sailec-Bold.woff2') format('woff2'),
        url('../fonts/sailec/Sailec-Bold.woff') format('woff'),
        url('../fonts/sailec/Sailec-Bold.ttf') format('truetype'),
        url('../fonts/sailec/Sailec-Bold.svg#Sailec-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec-RegularItalic';
    src: url('../fonts/sailec/Sailec-RegularItalic.eot');
    src: local('Sailec Regular Italic'), local('Sailec-RegularItalic'),
        url('../fonts/sailec/Sailec-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sailec/Sailec-RegularItalic.woff2') format('woff2'),
        url('../fonts/sailec/Sailec-RegularItalic.woff') format('woff'),
        url('../fonts/sailec/Sailec-RegularItalic.ttf') format('truetype'),
        url('../fonts/sailec/Sailec-RegularItalic.svg#Sailec-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Sailec';
    src: url('../fonts/sailec/Sailec-Regular.eot');
    src: local('Sailec'), local('Sailec-Regular'),
        url('../fonts/sailec/Sailec-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sailec/Sailec-Regular.woff2') format('woff2'),
        url('../fonts/sailec/Sailec-Regular.woff') format('woff'),
        url('../fonts/sailec/Sailec-Regular.ttf') format('truetype'),
        url('../fonts/sailec/Sailec-Regular.svg#Sailec-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('../fonts/sailec/Sailec-Light.eot');
    src: local('Sailec Light'), local('Sailec-Light'),
        url('../fonts/sailec/Sailec-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sailec/Sailec-Light.woff2') format('woff2'),
        url('../fonts/sailec/Sailec-Light.woff') format('woff'),
        url('../fonts/sailec/Sailec-Light.ttf') format('truetype'),
        url('../fonts/sailec/Sailec-Light.svg#Sailec-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* GENERAL RESET  */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
and,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html,
body,
#map_canvas {
	height: 100%;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body,
button,
input,
select,
textarea {
	font-family: 'Sailec', Helvetica, Arial, sans-serif;
	font-weight:normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #031B4E;
	font-family: 'Sailec', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 0.8em 0;
}

h1 {
	font-size: 350%;
}

h2 {
	font-size: 260%;
}

h3 {
	font-size: 180%;
}

h4 {
	font-size: 133.33%;
}

h5 {
	font-size: 116.67%;
}

h6 {
	font-size: 116.67%;
}

blockquote,
cite,
q {
	quotes: none;
	font-family: serif;
}

pre,
code,
kbd,
tt,
samp,
var {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 100%;
}

hr {
	background: transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #ddd solid;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

acronym,
abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	letter-spacing: .07em;
	cursor: help;
}

blockquote,
.bq,
blockquote p {
	margin: 0 0 0.5em 0;
	color: #888;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
	color: #555;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

kbd,
samp,
var,
tt {
	color: #666;
	font-weight: bold;
}

p {
	line-height: 1.8em;
	margin: 0 0 1em 0;
}

p img {
	margin: 0;
}

var,
dfn {
	font-style: italic;
}

strong,
b {
	font-weight: bold;
}

small {
	font-size: 91.667%;
}

em,
i {
	font-style: italic;
}

big {
	font-size: 116.667%;
}

pre,
code {
	color: #800;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

ol ol {
	list-style-type: lower-latin;
	margin-bottom: 0;
}

ul ul {
	list-style-type: none;
	margin-bottom: 0;
}

ul,
ol,
dl,
menu {
	line-height: 1.5em;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: none;
}

dd {
	margin: 0 0 1em 0.8em;
}

li {
	line-height: 1.5em;
}

dt {
	font-weight: bold;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

menu,
ol,
ul {
	padding: 0;
}

input[placeholder] {
	font-family: 'Sailec', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style: normal;
	color: #959FB5;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

td,
th {
	line-height: 1.5em;
}

img {
	border: 0;
	display: block;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

img,
img a,
a img {
	border: none;
	outline: none;
	background: none;
}

.responsive-img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

:-moz-any-link:focus,
div,
:focus {
	outline: none;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	font-family: 'Sailec', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style:normal;
	font-size: 16px;
	color:#4E5F83;
}

.clear:before,
.clear:after {
	content: '';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	zoom: 1;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* SITE GRID */

.nt-grid {
	width: 100%;
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
}

.nt-grid-small {
	max-width: 1064px;
}

.nt-grid-wide {
	max-width: 1440px;
}

.splash-image img,
.nt-grid img,
.nt-grid embed,
.nt-grid object {
	max-width: 100%;
}

.nt-grid img,
.splash-image img {
	height: auto;
	display: block;
}

.nt-row {
	margin: 0 -20px;
}

.nt-row:before,
.nt-row:after {
	display: table;
	line-height: 0;
	content: "";
}

.nt-row:after {
	clear: both;
}

.colm {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	float: left;
}

.colm-span1 {
	width: 8.33%;
}

.colm-span2 {
	width: 16.66%;
}

.colm-span3 {
	width: 25%;
}

.colm-span4 {
	width: 33.33%;
}

.colm-span5 {
	width: 41.66%;
}

.colm-span6 {
	width: 50%;
}

.colm-span7 {
	width: 58.33%;
}

.colm-span8 {
	width: 66.66%;
}

.colm-span9 {
	width: 75%;
}

.colm-span10 {
	width: 83.33%;
}

.colm-span11 {
	width: 91.66%;
}

.colm-span12 {
	width: 100%;
}

.colm-span1-5 {
	width: 20%;
}

.colm-span1-8 {
	width: 12.5%;
}

.full-wrapper,
.section-wrapper {
	width: 100%;
	position:relative;
}

.section-wrapper {
	position: relative;
}

.sitewrapper {}
.dm-site-hero {
	color: #ffffff;
	position: relative;
	background-color: #414DBB;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	height: 100vh;
	width: 100%;
}

.dm-site-hero-overlay {
	position: absolute;
	background-color: rgba(39, 84, 186, 0.6);
	background: linear-gradient(135deg,rgba(59,99,245,.69),rgba(42,55,179, 0.98) 54%,#120038) 50% no-repeat;
	height: 100%;
	width: 100%;
	z-index: 2;
	left: 0;
	top: 0;
}

/* HERO WAVES */
.hero-waves{ 
	position: absolute;
	pointer-events : none;
	bottom:-50px; 
	height:200px;
	width:100%;
	z-index:3; 
}

.wave {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 1;
}

.wave + .wave { z-index: 2; }
.wave-1{ z-index:3; }

/* FEATURES + BUTTONS */
/* ECO SYS */

.ecosystem {
	padding: 80px 0; 
	padding-bottom:120px;
}

.ecosystem-header h4 {}

.ecosystem-item a {
	font-weight: 600;
	color: #0061AA;
	display: block;
}

.ecosystem-item a i {
	vertical-align: middle;
	color: #D90300;
}

.ecosystem-item {
	text-align: center;
}

.product-feature {
	text-align: center;
	margin-bottom:10px;
}

.product-feature .product-icon {
	width: 160px;
	height: 160px;
	display: inline-block;
	border-radius: 50%;
	line-height: 160px;
	text-align: center;
	background: #F2F7FF;
}

.product-feature .product-icon i {
	font-size: 48px;
	vertical-align: middle;
}

.product-feature .product-icon img{ display:inline-block; }

.product-feature .product-icon div {
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	position: relative;
}

.ecosystem-item h3 {
	font-size:20px;
	font-weight:bold;
}

/* M HEADER */

.mheader {
	text-align: center;
	margin-bottom: 60px;
}

.mheader h2 {
	margin-bottom: 0;
}

.mheader .tlite {
	color: #82879e;
	font-weight:300;
}

/* HOW IT WORKS */

.how-work {
	background: #F2F7FF;
}

.how-work-container {
	padding: 80px 0;
	padding-bottom: 100px;
}

.how-work-inner {}

.how-icon-holder {}

.how-wrap {
	padding-top: 40px;
}

/* ICON LINKS */

.mt-icon-links .mt-icon-wrap {
	display: block;
	position: relative;
	margin: 15px 0;
}

.mt-icon-links .mt-icon-wrap a {
	width: 100%;
	height: 100%;
	font-size: 0;
	display: block;
	text-indent: -9999px;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
}

.mt-icon-links .mt-icon-wrap .mt-icon-details {
	display: block;
	padding: 0px 0px 0px 50px;
}

.mt-icon-links .mt-icon-wrap .mt-icon-details span {
	font-size: 24px;
	font-weight: 400;
	transition: all 500ms ease-in-out;
	color: #444;
}

.mt-icon-links .mt-icon-wrap .mt-icon-details p {}

.mt-icon-links .mt-icon-wrap .mt-icon-holder {
	width: 58px;
	height: 58px;
	position: absolute;
	line-height: 58px;
	text-align: center;
	background: #4469C1;
	transition: all 500ms ease-in-out;
	border-radius: 50%;
	color: #ffffff;
	left: -20px;
	top: 6px;
}

.mt-icon-links .mt-icon-wrap .mt-icon-holder i {
	font-size: 32px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

/* FEATURES */
.small-summary{ margin:0 auto; margin-bottom:40px; max-width:720px; text-align:center; }
.small-summary p{ font-size:24px; font-weight:300; }
.features-section {
	padding: 80px 0;
}

.features-section h2 {
	margin: 0;
	text-align: center;
}

.features-section h5 {
	text-align: center;
	font-size: 18px;
	color: #82879e;
}

.features-content {
	padding-top: 110px;
}

.features-content {
	padding-top: 20px;
}

.features-section .features-left {
	text-align: right;
	margin-top: 60px;
}

.features-section .features-left .icon-container {
	float: right;
	margin-left: 30px;
}

.features-section .features-right {
	text-align: left;
	margin-top: 60px;
}

.features-section .features-right .icon-container {
	float: left;
	margin-right: 30px;
}

.features-section .feature {
	margin-bottom: 23px;
}

.features-section .feature h4 {
	margin-bottom: 20px;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 16px;
	color: #4469C1;
}

.features-section .feature p {
	margin-bottom: 50px;
	font-size: 16px;
}

.features-section .feature .icon-container {
	display: block;
	min-height: 120px;
}

.features-section .feature .icon-container .icon {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	line-height: 73px;
	text-align: center;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.features-section figure img {
	margin: 0 auto;
	display: block;
}

.features-section .feature .icon-container .icon {
	color: #fff;
	background: #4469C1;
	border: 1px solid #4469C1;
	-webkit-box-shadow: 0 0 0 6px white, inset 0 0 0 2px rgba(0, 0, 0, 0.02), 0 0 0 8px #4469C1;
	-moz-box-shadow: 0 0 0 6px white, inset 0 0 0 2px rgba(0, 0, 0, 0.02), 0 0 0 8px #4469C1;
	box-shadow: 0 0 0 6px white, inset 0 0 0 2px rgba(0, 0, 0, 0.02), 0 0 0 8px #4469C1;
}

.features-section .feature .icon-container .icon span {
	font-size: 48px;
	display: inline-block;
}

.features-section .mheader {
    text-align: center;
    margin-bottom:20px;/**/
}
/* REVIEWS */

.reviews-inner {
	background: #0C74B0;
	padding: 80px 0;
	background-color: #0C74B0;
	background-image: url(../images/dotbg.svg);
}

.reviews-inner .mheader {
	margin-bottom: 30px;
}

.reviews-inner .mheader h2 {
	color: #fff;
}

.reviews-inner .mheader .tlite {
	color: #8099D5;
}

.dmv-center {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6;
}

.dmv-c {
	text-align: center;
	padding-top: 50px;
}

.dmv-center h1 {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	font-size: 6vw;
	line-height: normal;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
}

.dmv-center h2 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-weight: 400;
	color: #87A0E2;
	font-size: 1.4em;
	letter-spacing: 1px;
	line-height: 1em;
	text-transform: uppercase;
}

.dm-button {
	cursor: pointer;
	border: 2px solid;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	display: inline-block;
	border-radius: 5px;
	line-height: 54px;
	font-weight: 400;
	padding: 0 20px;
	font-size:17px;
	height: 56px;
}

.dm-button i {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	top: -2px;
}

.dm-button+.dm-button {
	margin-left: 10px;
}

.dm-button-green {
	background-color: #4168D1;
	border-color: #4168D1;
	color: #fff;
}

.ints {
	padding-top: 40px;
}

.dm-button-white {
	background-color: #fff;
	border-color: #fff;
	color: #2F56C5;
}

/* MAIN MENU */

.droopmenu-navbar,
.droopmenu-navbar * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.droopmenu-navbar {
	color: #898989;
	/*background: #fff;*/
	-webkit-box-shadow: 0 1px 60px rgba(33, 33, 33, .2);
	-moz-box-shadow: 0 1px 60px rgba(33, 33, 33, .2);
	box-shadow: 0 1px 60px rgba(33, 33, 33, .2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
	line-height: 1.6;
	z-index: 9999;
}

.droopmenu-navbar a {
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}

.droopmenu-inner {
	max-width: 1140px;
	position: relative;
	margin: 0 auto;
}

.droopmenu-brand,
.droopmenu-header {
	float: left;
}

.droopmenu-brand {
	margin-right: 20px;
}

.droopmenu-brand a img {
	height: 50px;
}

.droopmenu-brand a {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.droopmenu-extra {
	float: right;
}

.droopmenu-extra>ul>li {
	display: inline-block;
}

.droopmenu {
	float: left;
}

.droopmenu,
.droopmenu li {
	margin: 0;
	list-style: none;
}

.droopmenu li i {
	font-size: 24px;
	line-height: normal;
}

.droopmenu>li {
	position: relative;
	float: left;
}

.droopmenu>li>a,
.droopmenu>li>span {
	color: #71818C;
	display: block;
	text-transform: uppercase;
	-webkit-transition: background .35s, color .4s;
	-moz-transition: background .35s, color .4s;
	-ms-transition: background .35s, color .4s;
	-o-transition: background .35s, color .4s;
	transition: background .35s, color .4s;
	padding: 0 15px;
	font-size: 16px;
	font-weight: normal;
}

.droopmenu>li a.droopmenu-button span {
	border: 2px solid;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	display: inline-block;
	border-radius: 5px;
	line-height: 44px;
	padding: 0 20px;
	height: 44px;
}

.droopmenu>li a.dm-button-s span {
	-webkit-transition: background .028s cubic-bezier(0.4, 0.0, 1, 1), box-shadow 0.2s cubic-bezier(0.4, 0.0, 1, 1);
	transition: background .028s cubic-bezier(0.4, 0.0, 1, 1), box-shadow 0.2s cubic-bezier(0.4, 0.0, 1, 1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.2), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.2), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
	line-height: 46px;
	border: 0;
}

.droopmenu>li a.dm-button-s:hover span {
	-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.droopmenu-header {
	height: 70px;
}

.droopmenu-brand a,
.droopmenu>li>a,
.droopmenu>li>span {
	line-height: 70px;
}

.droopmenu li>ul {
	display: block;
	background: #fff;
	position: absolute;
	-webkit-box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	visibility: hidden;
	left: -9999em;
	margin-top: 0;
	z-index: 99;
	opacity: 0;
	top: 100%;
}

.droopmenu li.dmopener>ul {
	visibility: visible;
	opacity: 1;
	left: 0;
}

.droopmenu li ul {
	padding: 10px 0;
}

.droopmenu li li {
	position: relative;
}

.droopmenu li li>ul {
	margin-top: -13px;
	margin: 0;
	top: 0;
}

.droopmenu li li.dmopener>ul {
	left: 100%;
}

.droopmenu li li:hover>a {
	color: #0C5CBE;
}

.droopmenu li ul li a {
	display: block;
	padding: 6px 25px;
	white-space: nowrap;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #71818C;
}

.droopmenu li ul li a i {
	vertical-align: middle;
	margin-right: 5px;
}

.droopmenu .dm-arrow {
	width: 0;
	height: 0;
	position: relative;
	border-bottom: 0 solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	-webkit-transition: all .32s ease 0s;
	-moz-transition: all .32s ease 0s;
	-ms-transition: all .32s ease 0s;
	-o-transition: all .32s ease 0s;
	transition: all .32s ease 0s;
	margin-left: -20px;
	margin-bottom: 0;
	z-index: 9999;
	bottom: 9px;
	left: 50%;
}

.droopmenu li.dmopener .dm-arrow {
	border-bottom: 10px solid #fff;
	margin-bottom: -10px;
}

.dmarrow-down .droopmenu .dm-arrow {
	border-bottom: 0;
	border-top: 0 solid transparent;
	bottom: 1px;
}

.dmarrow-down .droopmenu li.dmopener .dm-arrow {
	border-bottom: 0;
	border-top: 10px solid #fff;
	margin-bottom: -10px;
}

.droopmenu li>ul:after {
	content: '';
	position: absolute;
	background: transparent;
	height: 8px;
	width: 100%;
	bottom: 100%;
	left: 0;
}

.droopmenu li li>ul:after {
	top: 0;
	left: auto;
	right: 100%;
	bottom: auto;
	height: 100%;
	width: 8px;
}

.droopmenu li li.droopmenu-parent>a {
	padding-right: 30px;
}

.droopmenu li a .droopmenu-indicator {
	display: inline-block;
	line-height: normal;
}

.droopmenu li a .droopmenu-indicator em {
	font-style: normal;
}

.droopmenu li li a .droopmenu-indicator {}

.droopmenu li a .droopmenu-indicator em:after,
.droopmenu li li a .droopmenu-indicator em:after {
	content: "\f3d0";
	font-family: "Ionicons";
	display: inline-block;
	position: relative;
	font-size: 16px;
	margin-left: 4px;
	top: 1px;
}

.droopmenu li li a .droopmenu-indicator em:after {
	content: "\f3d1";
	position: absolute;
	right: 18px;
	top: 24%;
}

.droopmenu li.droop-left>ul {
	right: 0;
	top: 100%;
	left: auto;
}

.droopmenu li li.droop-left>ul {
	top: 0;
	right: 100%;
	left: auto;
}

.droopmenu li li.droop-left>ul:after {
	top: 0;
	left: 100%;
	right: auto;
	bottom: auto;
	height: 100%;
	width: 8px;
}

.droopmenu .droopmenu-sub,
.droopmenu ul.droopmenu-grid,
.droopmenu .droopmenu-grid ul,
.droopmenu .droopmenu-mega ul {
	padding: 0;
}

.droopmenu>li.droopmenu-mega {
	position: static;
}

.droopmenu>li.droopmenu-mega>a {
	position: relative;
}

.droopmenu>li.droopmenu-mega>ul {
	width: 100%;
}

.droopmenu .droopmenu-grid-container {
	padding: 20px 25px;
	width: 100%;
}

.droopmenu .droopmenu-grid>.droopmenu-grid-container {
	padding: 20px 40px;
}

.droopmenu .droopmenu-grid-container ul {
	display: block;
	box-shadow: none;
	background: transparent;
	position: static;
	text-align: left;
	margin-left: 0;
	border-top: 0;
	opacity: 1;
}

.droopmenu-grid {}

.droopmenu-grid-9 {
	width: 960px;
}

.droopmenu-grid-8 {
	width: 840px;
}

.droopmenu-grid-7 {
	width: 720px;
}

.droopmenu-grid-6 {
	width: 640px;
}

.droopmenu-grid-5 {
	width: 580px;
}

.droopmenu-grid-4 {
	width: 480px;
}

.droopmenu-grid-3 {
	width: 320px;
}

.droopmenu-grid-2 {
	width: 240px;
}

.droopmenu-grid-1 {
	width: 180px;
}

.droopmenu-row {
	margin: 0 -10px;
}

.droopmenu-col {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
}

.droopmenu-col .coldemo {
	padding: 5px 10px;
	border-radius: 3px;
	background: #E7EBEF;
	margin: 0 0 20px 0;
	color: #666;
}

.droopmenu-col1 {
	width: 8.33%;
}

.droopmenu-col2 {
	width: 16.66%;
}

.droopmenu-col3 {
	width: 25%;
}

.droopmenu-col4 {
	width: 33.33%;
}

.droopmenu-col5 {
	width: 41.66%;
}

.droopmenu-col6 {
	width: 50%;
}

.droopmenu-col7 {
	width: 58.33%;
}

.droopmenu-col8 {
	width: 66.66%;
}

.droopmenu-col9 {
	width: 75%;
}

.droopmenu-col10 {
	width: 83.33%;
}

.droopmenu-col11 {
	width: 91.66%;
}

.droopmenu-col12 {
	width: 100%;
}

.droopmenu-col1-5 {
	width: 20%;
}

.droopmenu-col1-8 {
	width: 12.5%;
}

.droopmenu:after,
.droopmenu:before,
.droopmenu-row:after,
.droopmenu-row:before,
.droopmenu-inner:after,
.droopmenu-inner:before {
	content: "";
	display: table;
}

.droopmenu:after,
.droopmenu-row:after,
.droopmenu-inner:after {
	clear: both;
}

.dmfixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}


.droopmenu-left {
	float: left;
}

.droopmenu-right {
	float: right;
}

.droopmenu-col img {
	max-width: 100%;
	display: block;
}

.droopmenu-col .droopmenu-media {
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
	height: 0;
}

.droopmenu-col .droopmenu-media video,
.droopmenu-col .droopmenu-media embed,
.droopmenu-col .droopmenu-media object,
.droopmenu-col .droopmenu-media iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	left: 0;
	top: 0;
}

.droopmenu-col h4 {
	font-weight: 300;
	font-size: 22px;
}

.droopmenu .droopmenu-col li a {
	display: block;
	padding: 5px 0;
	border-bottom: 0;
	font-weight: 100;
	font-size: 17px;
}

.droopmenu .droopmenu-col ul li:hover>a {
	text-decoration: none;
	background: none;
}

.droopmenu-toggle {
	width: 50px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	text-align: center;
	padding-top: 12px;
	cursor: pointer;
	display: none;
	float: right;
	right: 10px;
	top: 14px;
}

.droopmenu-toggle:hover {
	-webkit-transition: background .028s cubic-bezier(0.4, 0.0, 1, 1), box-shadow 0.2s cubic-bezier(0.4, 0.0, 1, 1);
	transition: background .028s cubic-bezier(0.4, 0.0, 1, 1), box-shadow 0.2s cubic-bezier(0.4, 0.0, 1, 1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.droopmenu-toggle i {
	width: 22px;
	height: 2px;
	display: block;
	position: relative;
	-webkit-transition: all 700ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-moz-transition: all 700ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-o-transition: all 700ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
	transition: all 700ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}

.droopmenu-toggle .icon-bar-2 {
	opacity: 1;
}

.droopmenu-toggle .icon-bar-2:after,
.droopmenu-toggle .icon-bar-2:before {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.18, .65, .65, 1.4) .1s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .08s;
	-moz-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .1s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .08s;
	-o-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .1s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .08s;
	transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .1s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .08s;
}

.droopmenu-toggle .icon-bar-1 {
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
	-moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
	-ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
	-o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg)
}

.droopmenu-toggle .icon-bar-1:after,
.droopmenu-toggle .icon-bar-1:before {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
	-moz-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
	-o-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4);
	transition: transform .4s cubic-bezier(.18, .65, .65, 1.4), opacity .3s cubic-bezier(.18, .65, .65, 1.4)
}

.droopmenu-toggle .icon-bar-3 {
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
	-moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
	-ms-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
	-o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg)
}

.droopmenu-toggle .icon-bar-3:after,
.droopmenu-toggle .icon-bar-3:before {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.18, .65, .65, 1.4) .2s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .18s;
	-moz-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .2s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .18s;
	-o-transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .2s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .18s;
	transition: transform .4s cubic-bezier(.18, .65, .65, 1.4) .2s, opacity .3s cubic-bezier(.18, .65, .65, 1.4) .18s
}

.droopmenu-toggle i:after,
.droopmenu-toggle i:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	pointer-events: none;
	background: #71818C;
}

.droopmenu-toggle i:before {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0)
}

.droopmenu-toggle i:after {
	opacity: 0;
	-webkit-transform: translate3d(50%, 0, 0);
	-moz-transform: translate3d(50%, 0, 0);
	-ms-transform: translate3d(50%, 0, 0);
	-o-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0)
}

.droopmenu-toggle:hover i:before {
	opacity: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	-o-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

.droopmenu-toggle:hover i:after {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0)
}

.droopmenu-toggle.dmt-active i {
	-webkit-transition: all 700ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-moz-transition: all 700ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-o-transition: all 700ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
	transition: all 700ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
}

.droopmenu-toggle.dmt-active .icon-bar-1 {
	-webkit-transform: translate3d(0, 6px, 0) rotate3d(0, 0, 1, -45deg);
	-moz-transform: translate3d(0, 6px, 0) rotate3d(0, 0, 1, -45deg);
	-ms-transform: translate3d(0, 6px, 0) rotate3d(0, 0, 1, -45deg);
	-o-transform: translate3d(0, 6px, 0) rotate3d(0, 0, 1, -45deg);
	transform: translate3d(0, 6px, 0) rotate3d(0, 0, 1, -45deg)
}

.droopmenu-toggle.dmt-active .icon-bar-2 {
	opacity: 0;
}

.droopmenu-toggle.dmt-active .icon-bar-3 {
	margin-bottom: 0;
	-webkit-transform: translate3d(0, -6px, 0) rotate3d(0, 0, 1, 45deg);
	-moz-transform: translate3d(0, -6px, 0) rotate3d(0, 0, 1, 45deg);
	-ms-transform: translate3d(0, -6px, 0) rotate3d(0, 0, 1, 45deg);
	-o-transform: translate3d(0, -6px, 0) rotate3d(0, 0, 1, 45deg);
	transform: translate3d(0, -6px, 0) rotate3d(0, 0, 1, 45deg)
}

.dmfade .droopmenu li>ul {
	-webkit-transform: translate(0, 1px);
	-moz-transform: translate(0, 1px);
	-ms-transform: translate(0, 1px);
	-o-transform: translate(0, 1px);
	transform: translate(0, 1px);
	-webkit-transition: transform 0.5s, visibility 0s linear 0.5s, opacity 0.5s linear, left 0s 0.5s;
	-moz-transition: transform 0.5s, visibility 0s linear 0.5s, opacity 0.5s linear, left 0s 0.5s;
	-o-transition: transform 0.5s, visibility 0s linear 0.5s, opacity 0.5s linear, left 0s 0.5s;
	transition: transform 0.5s, visibility 0s linear 0.5s, opacity 0.5s linear, left 0s 0.5s;
}

.dmpos-bottom.dmfade .droopmenu li>ul {
	-webkit-transform: translate(0, -1px);
	-moz-transform: translate(0, -1px);
	-ms-transform: translate(0, -1px);
	-o-transform: translate(0, -1px);
	transform: translate(0, -1px);
}

.dmfade .droopmenu li.dmopener>ul {
	transition-delay: 0s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.droopmenu-navbar {
	transition: all 0.2s ease-in-out;
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.droopmenu>li>a,
.droopmenu>li>span {
	color: #fff;
}

.droopmenu li:hover>a {
	color: #FFEFCF;
}

.droopmenu>li a.droopmenu-button span {
	background: #0C74B0;
	border-color: #0C74B0;
}

.droopmenu>li a.droopmenu-button:hover span {
	color: #ffffff;
}

.droopmenu li>ul {}
.droopmenu li li:hover>a {
	color: #0C5CBE;
}

.droopmenu-toggle i:after,
.droopmenu-toggle i:before {
	background: #fff;
}

/* OWL CAROUSEL */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* OWL THEME */

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #5E7ECA;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

/* custom dot */

.owl-theme .owl-dots .owl-dot span {
	position: relative;
}

.owl-theme .owl-dots .owl-dot span:after,
.owl-theme .owl-dots .owl-dot span:before {
	content: '';
	position: absolute;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, .95);
	-webkit-border-radius: 100%;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	bottom: -20px;
	right: -20px;
	left: -20px;
	top: -20px;
	opacity: 0;
}


/* testimonials */

.site-testimonials .owl-item {
	display: table;
}

.site-testimonials .item {
	background-color: #fc0;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.site-testimonials {
	background: #EAECF4;
	position: relative;
}

.testimonials-inner {
	max-width: 800px;
	margin: 0 auto;
}

.testimonials-holder {
	padding-top: 0;
	padding-bottom: 40px;
}

#testimonial-carousel {}

#testimonial-carousel .owl-item {
	display: table;
}

#testimonial-carousel .item {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 60px 70px;	
}

#testimonial-carousel .item .testimonial-box{
	border-radius: 10px;
	position:relative;
	text-align: center;
	background:#2B4EB7;
	padding:50px;	
}

#testimonial-carousel .item .testimonial-box:after {
	content: "";
	position: absolute;
	border-style: solid;
	left: calc(50% - 32px);
	border-width: 32px 32px 0 32px;
	border-color: #2B4EB7 transparent transparent transparent;
	bottom: -16px;
	z-index:10;
	height: 0;
	width: 0;
}

#testimonial-carousel .item .testimonial-box .quote-box-quotes {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	background-color: #2B4EB7;
	left: calc(50% - 30px);
	align-items: center;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	top: -30px;
}

#testimonial-carousel .item .testimonial-box .quote-box-quotes{ 
	background-image:url(../images/quotes.svg);
	background-position:center;
	background-repeat:no-repeat; 
}

#testimonial-carousel .owl-dots {
	margin-top: -20px;
}

#testimonial-carousel .owl-nav {
	width: 100%;
	position: absolute;
	top: 35%;
}

#testimonial-carousel .owl-nav button span {
	color: #D6D6D6;
}

#testimonial-carousel .owl-nav button:hover span {
	color: #9CC842;
}

#testimonial-carousel .owl-nav .owl-prev,
#testimonial-carousel .owl-nav .owl-next {
	width: 60px;
	height: 60px;
	position: absolute;
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	left: -35px;
}

#testimonial-carousel .owl-nav .owl-next {
	left: auto;
	right: -35px;
}

#testimonial-carousel .item p,
#testimonial-carousel .item h4 {
	position: relative;
	color: #8099D5;
}

#testimonial-carousel .item p {
	color: #fff;
	font-weight:300;
	font-size:18px;
}

#testimonial-carousel .item p:after,
#testimonial-carousel .item h4:before {
	content: "";
	position: absolute;
	background-size: 100%;
	opacity: 0.4;
	z-index: -1;
}

/* CFX CROUSEL  */
.cfx-carousel { 
	padding:10px; 
	padding-top:10px;  
	position:relative;
}

.cfx-carousel .item {
	margin-bottom:10px;
	margin-top:10px;
}

.cfx-carousel .owl-nav{ 
	position:absolute;
	top: 32%;
	left: 0;
	right: 0;	 
}

.owl-carousel.cfx-carousel .owl-nav button.owl-prev, 
.owl-carousel.cfx-carousel .owl-nav button.owl-next{
	width: 60px;
	height: 60px;
	position: absolute;
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 7px rgba(87, 91, 143, 0.08);
	-moz-box-shadow: 0 0 20px 7px rgba(87, 91, 143, 0.08);
	box-shadow: 0 0 20px 7px rgba(87, 91, 143, 0.08);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #82879E;
}

.cfx-carousel .owl-nav button span{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
}

.cfx-carousel .owl-nav .owl-prev { left:-35px; }
.cfx-carousel .owl-nav .owl-next { right: -35px; }
.cfx-carousel .owl-nav .disabled { opacity: 0; }

.owl-theme.cfx-carousel .owl-dots .owl-dot span { background: #D2E1FB; }
.owl-theme.cfx-carousel .owl-dots .owl-dot.active span,
.owl-theme.cfx-carousel .owl-dots .owl-dot.active:hover span { background: #0C5CBE; }
.owl-theme.cfx-carousel .owl-dots .owl-dot:hover span{ background: #C0D6FA; }
				
.cfx-carousel .item-innner{ position: relative; }	
.cfx-carousel .item-innner:before,
.cfx-carousel .item-innner:after{content:'';display:table;}
.cfx-carousel .item-innner:after{clear:both;}
.cfx-carousel .item-innner{ zoom:1; }
.cfx-carousel .item-details h3 {
    color: #031B4E;
    font-size: 18px;
	text-transform:uppercase;
    margin: 0;
}

.cfx-carousel .item-details p {
	margin-bottom: 2px;
	line-height: 24px;
	font-size: 16px;
	display: block;
}

.cfx-carousel .item-details .item-summary { 
	margin-top: 0px; 
	margin-bottom:25px; 
}
.cfx-carousel .item-details .item-price {
	margin:1px 0;
	font-size: 22px;
	margin-bottom:15px;
	font-weight:300;
	color:#959FB5;
}

.cfx-carousel .item a{  }
.cfx-carousel .item a { 
	display:block;
	background-color: #fff;
	border: 1px solid #D2E1FB;
	-webkit-box-shadow: 0 2px 4px rgba(87, 91, 143,.02);
	box-shadow: 0 2px 4px rgba(87, 91, 143,.02);
	-webkit-transition: -webkit-box-shadow .25s linear;
	transition: -webkit-box-shadow .25s linear;
	transition: box-shadow .25s linear;
	transition: box-shadow .25s linear,-webkit-box-shadow .25s linear;	
	border-radius: 5px;
	color:#4E5F83;
	padding: 30px;
}
.cfx-carousel .item a:hover {
	-webkit-box-shadow: 0 2px 4px rgba(87, 91, 143,.1);
	box-shadow: 0 2px 4px rgba(87, 91, 143,.1);
}

.cfx-carousel .item ul {
    border-top: 1px solid #D2E1FB;
	padding-top:25px;
    list-style: none;
    margin: 0;
}

.cfx-carousel .item ul li{ 
	display:block;
	position:relative;
	margin-bottom:8px;
	padding-left:20px;
}

.cfx-carousel .item ul li:before{ 
	content:"\f3ff";
	position:absolute;
	font-family:"Ionicons";
	font-size:24px;
	color:#1BCC87;
	left:0; 
}





/* FOOTER */

.footer {
	background: #152343;
}

.bottom-footer {
	background: #010E28;
	padding: 60px 0;
}

.footer-long {
	padding: 70px 0;
	padding-top: 80px;
}

.bottom-footer li,
.bottom-footer p {
	font-size: 16px;
	font-weight:300;
}

.bottom-footer .foob {
	overflow: hidden;
	padding: 0 10px;
	padding-bottom: 10px;
}

.bottom-footer .foob.last {
	border-right: 0;
}

.bottom-footer li {
	padding: 5px 0;
}

.bottom-footer li i {
	font-size: 14px;
	margin-right: 5px;
	width: 15px;
}

.bottom-footer h5,
.bottom-footer a,
.bottom-footer {
	color: hsla(0,0%,100%,.5);
}

.bottom-footer ul li a:hover {
	color: #fff;
}

.bottom-footer h5 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
	color: #fff;
}

.push-header {
	padding: 0 15px;
}

.copy-footer {
	background: #010A16;
}

.copyright {
	font-size: 14px;
	text-transform: uppercase;
	color: #53607E;
	position: relative;
	top: 11px;
}

.copyright em{ font-style:normal; font-family:Arial, Helvetica, sans-serif; }

.copyright-box {
	padding: 20px;
}

.legal-footer {
	text-align: right;
}

.legal-footer li,
.legal-footer li a {
	display: inline-block;
	text-align: center;
}

.legal-footer li a {
	color: #fff;
	padding: 10px;
	font-size: 14px;
}

.legal-footer li a:hover {
	color: #FAB915;
}

/* SOCIAL ICONS */
.social-icons {
	display: block;
}

.social-icons-pad {
	padding-bottom: 25px;
	padding-top: 10px;
}

.social-icons a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #E6ECFE;
	border: 2px solid #B3C1E8;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: color 1s, background 1s;
	-moz-transition: color 1s, background 1s;
	-ms-transition: color 1s, background 1s;
	-o-transition: color 1s, background 1s;
	transition: color 1s, background 1s;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	cursor: pointer;
	color: #0061AA;
}

.foo-social {
	text-align: right;
}

.foo-social .social-icons a {
	border-color: #01153F;
	background: #01153F;
}

.foo-social .social-icons a i {
	color: #53607E;
	position: relative;
	top: -1px;
}

.social-icons a:hover {}

.social-icons a:after {
	content: '';
	position: absolute;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.social-icons a:hover:after {
	animation: sonarEffect 450ms ease-out;
}

@keyframes sonarEffect {
	0% {
		opacity: .3
	}
	40% {
		box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 0, 0, 0.2);
		opacity: .5;
	}
	100% {
		box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 0, 0, 0.2);
		transform: scale(1.6);
		opacity: 0;
	}
}

.social-icons a i {
	font-size: 17px;
	display: inline-block;
	position: relative;
	color: #fff;
	margin: 0;
	top: 0;
}

.social-icons .msi-twitter {
	background: #28AAE1;
}

.social-icons .msi-facebook {
	background: #3B5998;
}

.social-icons .msi-googleplus {
	background: #DC4E41;
}

.social-icons .msi-linkedin {
	background: #0073B2;
}

.social-icons .msi-youtube {
	background: #E52D27;
}

.social-icons .msi-pinterest {
	background: #BD081C;
}

.social-icons .msi-rss {
	background: #FF8B00;
}

.social-icons .msi-instagram {
	background: #3F729B;
}

.social-icons .msi-whatsapp {
	background: #3BB931;
}

.social-icons .msi-twitter:hover {
	background: #53BBE7;
	border-color: #53BBE7;
}

.social-icons .msi-facebook:hover {
	background: #627AAC;
	border-color: #627AAC;
}

.social-icons .msi-googleplus:hover {
	background: #E56348;
	border-color: #E56348;
}

.social-icons .msi-linkedin:hover {
	background: #338FC1;
	border-color: #338FC1;
}

.social-icons .msi-youtube:hover {
	background: #E52D27;
	border-color: #E52D27;
}

.social-icons .msi-pinterest:hover {
	background: #BD081C;
	border-color: #BD081C;
}

.social-icons .msi-rss:hover {
	background: #FFA233;
	border-color: #FFA233;
}

/* WAVE SECTIONS */
.section-wave:after, 
.section-wave:before {
    content: "";
    display: block;
    height: 50px;
    background-color: #F2F7FF;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section-wave.-wave-bottom-reversed:after, 
.section-wave.-wave-top-reversed:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-wave:after { background-image: url(../images/wave-down.svg); }
.section-wave:before { background-image: url(../images/wave-up.svg); }

.white-wave{
    height: 49px;
    display: block;
    background-color: #F2F7FF;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	position:relative;
	overflow:hidden;
}

.white-wave-top,
.white-wave-bottom{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.white-wave-bottom { background-image: url(../images/wave-down.svg); }
.white-wave-top { background-image: url(../images/wave-up.svg); }

/* SECTIONS */

/* COLORS */

.section-bg-gray { background-color: #F2F7FF; }
.section-bg-blue { background-color: #2E3BB4; }
.section-bg-white { background-color: #ffffff; }

/* SIZES */
.section-size-small {
    padding-bottom: 40px;
    padding-top: 40px;
}
.section-size-mid {
    padding-bottom: 80px;
    padding-top: 80px;
}

.section-size-large {
    padding-bottom: 120px;
    padding-top: 120px;
}

/* MORE SECTION */

.more-wrapper{
    padding-bottom: 64px;
    padding-top: 64px;
	text-align:center;
}

.more-wrapper-blue{
	background-color: #0C74B0; 
	background-image:url(../images/background-waves.svg);
    background-repeat: no-repeat;
	background-position: 50%;
    background-size: cover;
}

.mid-desc{ font-size:20px; }
.more-wrapper .mid-header{ 
	margin-bottom:0;
	color:#fff; 
}

.more-wrapper .mid-desc{  
	margin-bottom:20px;
	opacity: 0.8;
	color:#fff; 
}

.btn-basic {
	height: 48px;
	color: #2E3BB4;
	cursor: pointer;
	padding: 0 32px;
	line-height: 48px;
	white-space: nowrap;    
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #2E3BB4;
	background-color: transparent;
	-webkit-transition: background-color .25s ease,border .25s ease,color .25s ease;
	transition: background-color .25s ease,border .25s ease,color .25s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 5px;
	text-align: center;
	appearance: none;
	font-weight: 500;
	font-size: 16px;
}

.btn-basic-inverse {
    background-color: #fff;
	box-shadow: 0 8px 24px rgba(55,56,60,.25);
    color: #2E3BB4;
    border: none;
}



/* TAB MENU */

.cfx-tabmenu .cfx-tabs,
.cfx-tabmenu .cfx-tabpanel { display:block;  }
.cfx-tabmenu .cfx-tabcontent {  
	border-bottom:1px solid #E3E9ED;
	padding: 20px 30px; 
	/*background: #fff;*/ 
	display: none; 
}

.cfx-tabmenu .cfx-tabcontent.cfx-tabnav-active { display: block; }
.cfx-tabmenu .cfx-tabnav { display: none; }
.cfx-tabmenu .cfx-tabnav a{  }
.cfx-tabmenu .cfx-tabheader {
	padding: 1em;
	color: #7B88A3;
	display: block;
	cursor: pointer;
	text-decoration: none;
	overflow:hidden;
}

.cfx-tabmenu .cfx-tabnav:after, 
.cfx-tabmenu .cfx-tabnav:before,	
.cfx-tabmenu .cfx-tabheader:after,
.cfx-tabmenu .cfx-tabheader:before,
.cfx-tabs.cfx-tabs-vertical:after,
.cfx-tabs.cfx-tabs-vertical:before	{  
	display:table; 
	content:""; 
}

.cfx-tabmenu .cfx-tabnav:after,
.cfx-tabmenu .cfx-tabheader:after,	
.cfx-tabs.cfx-tabs-vertical:after{ clear:both; }
	
.cfx-tabmenu .cfx-tabheader:hover, 
.cfx-tabmenu .cfx-tabheader:focus { text-decoration: none; }
.cfx-tabmenu .cfx-tabheader:before { 
	float:right;  
	content: '\2b\a0';
	position:relative; 
	top:9px; 
}

.cfx-tabmenu .cfx-tabheader.cfx-tabnav-active:before { content: '\2013\a0'; }
.cfx-tabmenu .cfx-tabheader.cfx-tabnav-active{ background:#F1F4F8; }
.cfx-tabmenu .cfx-tabcontent-wrap h4{
    font-size: 30px;
    letter-spacing: -1px;
}

/* CUSTOM GRIDS */


.cfx-center-content { text-align:center; }
.cfx-img-panels img{ 
	display:inline-block; 
	margin-bottom:30px; 
}

/* LIST ITEMS GRID */

.cfx-list-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left:-30px;
  margin-right:-30px;
}

.cfx-list-grid-item {
	display: flex; 
	width: 33.33%;
	padding:30px;
}

.cfx-list-grid-content { }


/* PRO ICONS */
.cfx-list-icon { 
	text-align:center; 
	background:#F2F7FF;
	display:inline-block;
	border-radius:40px 40px;
	margin-bottom:10px;
	line-height:64px;
	height:64px;
	width:64px; 
}

.cfx-list-icon i {
    font-size: 36px;
    vertical-align: middle;
	color:#0F73EE;
}

.linkyarrow{ 
	color: #0F73EE;
	display:inline-block;
	position:relative;
	font-weight:500;
	font-size:18px;
}

.linkyarrow:after {
	content: "\f119";
	font-family:"Ionicons";
	position: relative;
	margin-left:4px;
	font-size:24px;
	top:3px;

}

/* LISTS WITH ICON ON LEFT */
.cfx-icon-list ul{}
.cfx-icon-list ul li{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
}
.cfx-icon-list.cfx-tile ul li{
    border-radius: 8px;
    background-color: #F2F7FF;
    padding: 20px 20px 20px 0;
	transition: all .25s ease;
    cursor: pointer;
    
}

.cfx-icon-list.cfx-tile ul li.active,
.cfx-icon-list.cfx-tile ul li:hover{background-color:#fff;box-shadow:0 4px 10px 0 rgba(0,47,255,.1);-webkit-transform:scale(1.03);transform:scale(1.03)}

.cfx-icon-list ul li .icon-list-img{
    width: 10%;
    margin: 0 5%;
}
.cfx-icon-list ul li .icon-list-img img{ position:relative; top:-1em; }
.cfx-icon-list ul li .icon-list-text{
    width: 80%;
}

.cfx-icon-list ul li .icon-list-text h3{ 
	font-size:22px; 
	font-weight:bold;
	margin-bottom:5px;
	color:#0161CD;
}

/* CONTENT GRID */
.content-section-inner{ padding:80px 0;  }
.cfx-content-grid { overflow:hidden; }
.cfx-content-col { 
	float: left; 
	min-height: 2px;
	width: 50%;  
}

.cfx-content-col{ 
	padding:0 30px; 
	margin-bottom:40px; 
}

.cfx-content-col:nth-child(2n+1) {
    clear: left;
}

.cfx-content-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cfx-content-icon {
    margin: 0 47px 0 0;
    min-width: 85px;
}

.cfx-content-summary{
    text-align: center;
}

.cfx-content-summary h3{ 
	font-size:24px; 
	margin-bottom:5px; 
}

.cfx-content-swap{ padding-bottom:20px; }
.cfx-content-swap .cfx-content-grid{ margin:0 -50px; }
.cfx-content-swap .cfx-content-col{ 
	padding:0 50px; 
	margin-bottom:70px; 
}

/* FULL - GRID */

.cfx-x-grid {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.cfx-x-grid.cfx-col-2 .cfx-x-grid-item { width: 50%; }
.cfx-x-grid.cfx-col-3 .cfx-x-grid-item { width: 33%; }
.cfx-x-grid.cfx-col-4 .cfx-x-grid-item { width: 25%; }
.cfx-x-grid.cfx-col-5 .cfx-x-grid-item { width: 20%; }
.cfx-x-grid.cfx-col-6 .cfx-x-grid-item { width: 16%; }
.cfx-x-grid .cfx-x-grid-item {
	display: table-cell;
	vertical-align: middle;
	background-size: cover;
	height: 100%;
}

.cfx-x-grid .cfx-x-grid-item.cfx-vtop { vertical-align: top; }
.cfx-x-grid .cfx-x-grid-item.cfx-vbottom { vertical-align: bottom; }
.cfx-x-grid .cfx-x-grid-item.cfx-vcenter { text-align: center; }
.cfx-x-grid .cfx-x-grid-item.cfx-tright { text-align: right; }
.cfx-x-grid .cfx-x-grid-item .cfx-item-inner { width: 100%; }
.cfx-x-grid.cfx-items-float.cfx-col-3 .cfx-x-grid-item { width: 33.33333333333333%; }
.cfx-x-grid.cfx-items-float.cfx-col-3 .cfx-x-grid-item { width: 16.66666666666667%; }
.cfx-x-grid.cfx-items-float .cfx-x-grid-item { float: left; }
.cfx-x-grid .cfx-x-content { padding: 10%; }

.cfx-x-grid-item{ background-color:#F2F7FF; }
.cfx-x-grid-item + .cfx-x-grid-item{ background-color:#DFE4F4 /*EAF2FF#E6EFFF*/; }

.cfx-mid-text{ font-size:22px;  font-weight:300; }

/* FORM UI */

.cfx-form { display:block; position:relative; }
.cfx-form  .nt-row{ margin:0 -10px;  }
.cfx-form  .colm{
	padding-left:10px; 
	padding-right:10px;
}

.cfx-form .fm-control { display:block; width:100%; font-size:16px; }
.cfx-form .label-control { display: block; margin-bottom:6px; font-size:16px; }
.cfx-form .fm-section{ margin-bottom:25px; }
.cfx-form .fm-control .input,
.cfx-form .fm-control .textarea,
.cfx-form .fm-control .select select{
	outline:0;
	width: 100%;
	padding:10px 15px;
	height:48px;
	line-height:42px;
	color: #959FB5;
	line-height:1em;
	font-size: 16px;
	background-color:#fff;
	vertical-align: middle;
	border: 1px solid #D2E1FB;
	font-family:'Sailec', Arial, Helvetica, sans-serif;	
	-webkit-box-shadow: 0 2px 0 0 rgba(87, 91, 143,.06);
	-moz-box-shadow: 0 2px 0 0 rgba(87, 91, 143,.06);
	-o-box-shadow: 0 2px 0 0 rgba(87, 91, 143,.06);
	box-shadow: 0 2px 0 0 rgba(87, 91, 143,.06);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;	 	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	text-indent: 0.01px;
    text-overflow: ''; 
	z-index:10;
	margin: 0;	
}

.cfx-form .fm-control .input:focus,
.cfx-form .fm-control .textarea:focus,
.cfx-form .fm-control .select select:focus{
 	border-color: #0066CC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(0,102,204,.7);
  	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(0,102,204,.7);
  	box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(0,102,204,.7);
}

.cfx-form .fm-control .select select{ padding:6px 15px; }
.cfx-form .fm-control .textarea{resize:none; height: 10em; max-width:100%; }
.cfx-form .fm-control .select { position:relative; display:block; width:100%; }
.cfx-form .fm-control .select:before, 
.cfx-form .fm-control .select:after {
	content: '';
	position: absolute;
	border: 4px dashed;
	border-color: #C0CACD transparent;
	border-color: #C0CACD transparent;
	pointer-events: none;
	z-index: 100;
	right: 15px;
	height: 0;
	top: 35%;
	width:0;
}
.cfx-form .fm-control .large-txt{ font-size:22px; padding:7px 10px; }
.cfx-form .lbl-large{ font-size:24px; margin-bottom:10px; }	
.cfx-form .fm-control .select:before { 
	border-bottom-style: solid; 
	border-top: none; 
}
	
.cfx-form .fm-control .select:after { 
	margin-top: 7px; 
	border-top-style: solid; 
	border-bottom: none; 
}

.cfx-form .fm-control .select:before, 
.cfx-form .fm-control .select:after{
	border:none\9;
}

.cfx-form .button {
    border: 0;
	height: 48px;
	color: #fff;
	line-height: 1;
	font-size:18px; 
    cursor: pointer;
	padding: 0 30px;
	text-align: center;
	vertical-align: top;
    background: #0066CC;
	display: inline-block;
	-webkit-user-drag: none;
	font-family:'Sailec', Arial, Helvetica, sans-serif;	
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
	
	
}

.cfx-form .button i{ font-size:14px; margin-right:6px; } 
/* @buttons :hover, :active states 
---------------------------------------------------------------- */
.cfx-form .button:hover { color: #fff; background: #2C3AAA; }
.cfx-form .button:active{ color: #1d2938; background: #a1a6a9; }
.cfx-form a.button{ line-height: 42px; text-decoration: none; }
.cfx-form .bnt-small{ height:34px; }
.cfx-form a.bnt-small{ line-height:34px; }

/* red button theme
-------------------------------------------- */
.cfx-form .btn-red {  background-color: #F57F20;  }
.cfx-form .btn-red:hover,
.cfx-form .btn-red:focus { background-color: #034D48; }
.cfx-form .btn-red:active{ background-color: #034D48; }
.cfx-form .btn-red, 
.cfx-form .btn-red:hover,
.cfx-form .btn-red:focus, 
.cfx-form .btn-red:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }
.cfx-form .full-btns{ width:100%; }

/* blue button theme
-------------------------------------------- */
.cfx-form .btn-blue {  background-color: #50A6F9;  }
.cfx-form .btn-blue:hover,
.cfx-form .btn-blue:focus { background-color: #4690D1; }
.cfx-form .btn-blue:active{ background-color: #4690D1; }
.cfx-form .btn-blue, 
.cfx-form .btn-blue:hover,
.cfx-form .btn-blue:focus, 
.cfx-form .btn-blue:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }
.cfx-form .btn-orange{ background:#F5D329; color: #fff;  }
.cfx-form .btn-orange:hover{ background:#F7931D; color: #fff;  }

/* @file inputs :: file uploaders 
-------------------------------------------------------- */
.cfx-form  .file{ display:block; width:100%; position:relative; }
.cfx-form  .file .gui-file{
	width:100%;
	height:100%;
	cursor:pointer;
	padding:8px 10px;
	position:absolute;
	-moz-opacity:0;
	opacity: 0;
	z-index:11;
	bottom:0;	
	right:0;
	filter:alpha(opacity=0);
	zoom: 1;	
}

.cfx-form  .file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	z-index:10;
}


/* @tooltips on inputs + textareas 
------------------------------------------------- */ 
.cfx-form .tooltip {
	position: absolute;
	z-index: -1;
	opacity: 0;
	color: #fff;	
	width: 184px;
	left: -9999px;
	top:auto;
	font-size: 12px;
	font-weight: bold;
	background: #34495E;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;  
	border-radius:5px;	
	-webkit-transition: margin 0.6s, opacity 0.6s;
	-moz-transition: margin 0.6s, opacity 0.6s;
	-ms-transition: margin 0.6s, opacity 0.6s;
	-o-transition: margin 0.6s, opacity 0.6s;
	transition: margin 0.6s, opacity 0.6s;
}

.cfx-form  .tooltip > em{ padding:12px; font-style:normal; display:block; position:static; }
.cfx-form  .tooltip:after { content: ''; position: absolute; }
.cfx-form  .input:focus + .tooltip,
.cfx-form  .textarea:focus + .tooltip { opacity: 1; z-index: 999; }

/* @tooltip left
------------------------------------------------- */
.cfx-form  .tip-left { top:1px; margin-right:-20px; }
.cfx-form  .tip-left:after {
	top:12px;
	left: 100%;
	border-left: 8px solid #34495E;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.cfx-form  .input:focus + .tip-left,
.cfx-form  .textarea:focus + .tip-left {
	margin-right:5px;
	right: 100%;
	left: auto;
}
/* @tooltip right
------------------------------------------------- */
.cfx-form  .tip-right { top:1px; margin-left:-20px; }
.cfx-form  .tip-right:after {
	top:12px;
	right: 100%;
	border-right: 8px solid #34495E;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;	
}

.cfx-form  .input:focus + .tip-right,
.cfx-form  .textarea:focus + .tip-right { left: 100%; margin-left:5px; }

/* @tooltip right-top
------------------------------------------------- */
.cfx-form  .tip-right-top { bottom: 100%; margin-bottom: -20px; }
.cfx-form  .tip-right-top:after {
	top: 100%;
	right: 12px;
	border-top: 8px solid #34495E;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.cfx-form  .input:focus + .tip-right-top,
.cfx-form  .textarea:focus + .tip-right-top {
	right: 0;
	left: auto;
	margin-bottom: 10px;
}

/* @tooltip left-top
------------------------------------------------- */
.cfx-form  .tip-left-top { bottom: 100%; margin-bottom: -20px; }
.cfx-form  .tip-left-top:after {
	top: 100%;
	left: 12px;
	border-top: 8px solid #34495E;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.cfx-form  .input:focus + .tip-left-top,
.cfx-form  .textarea:focus + .tip-left-top {
	left: 0;
	right: auto;
	margin-bottom: 10px;
}

/* @tooltip right-bottom
------------------------------------------------- */
.cfx-form  .tip-right-bottom { top: 100%; margin-top: -20px; }
.cfx-form  .tip-right-bottom:after {
	right: 12px;
	bottom: 100%;
	border-bottom: 8px solid #34495E;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.cfx-form  .input:focus + .tip-right-bottom,
.cfx-form  .textarea:focus + .tip-right-bottom {
	margin-top: 10px;
	left: auto;
	right: 0;
}

/* @tooltip left-bottom
------------------------------------------------- */
.cfx-form  .tip-left-bottom { top: 100%; margin-top: -20px; }
.cfx-form  .tip-left-bottom:after {
	left: 12px;
	bottom: 100%;
	border-bottom: 8px solid #34495E;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.cfx-form  .input:focus + .tip-left-bottom,
.cfx-form  .textarea:focus + .tip-left-bottom {
	margin-top:10px;
	right: auto;
	left: 0;
}


/* CONTENT CARDS */
.cfx-cards-wrapper{}
.cfx-cards-wrapper .cfx-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out;
	box-shadow: 0 6px 28px 0 rgba(87, 91, 143,.2);
	margin-bottom: 40px;	
	background: #fff;
	height: 100%;	
}

.cfx-cards-wrapper .cfx-card-content{ padding: 50px; }
.cfx-cards-wrapper:last-child .cfx-card { margin-bottom:0; }
.cfx-pull-up{ margin-top: -120px; }






/* titles */

.site-hero{
	width: 100%;
	position: relative;
    background: #414DBB;
    background: linear-gradient(135deg,rgba(59,99,245,.69),rgba(42,55,179, 0.89) 54%,#120038) 50% no-repeat;	
	padding: 170px 0px 100px 0px;
	min-height:200px;
	overflow:hidden;
}	
	
.site-hero h1{
	margin:0;
	line-height:normal;
	font-weight:700;
	font-size: 50px;
	margin-bottom:0;
}

.site-hero h2{
	font-size:28px;
	margin-bottom: 1.5625em;
	line-height: 1.5em;
	font-weight:300;	
}
	
.site-hero h1{ color:#fff; }
.site-hero h2{ color: #fff; opacity: .8; }
.hero-inner-pages h1,
.hero-inner-pages h2{ 
	text-align:center;
	margin-bottom:0; 
	padding:0;
} 
.hero-inner-pages h2{
	 margin-bottom:0; 
	 margin-top:-15px;  
}
.site-hero-image{ 
	width:100%; 
	position:absolute;
	pointer-events : none;
	bottom:-80px;
	z-index:2;
}

.main-title{
	color: #ffffff;
	position: relative;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;	
	overflow: hidden;
	width:100%;
}

/* HEADING SIZES */
.cfx-headings{ /*text-align:center;*/ }
.cfx-headings h2,
.cfx-headings h3,
.cfx-headings h4{
    letter-spacing: -.9px;
	font-weight:bold;
	margin-bottom:0;
}
.cfx-headings span{ 
	font-size:24px; 
	font-weight:300;
	display:block;
	margin-bottom:30px;
}

.cfx-headings h2{ font-size: 36px; }
.cfx-headings h3{ font-size: 28px; }
.cfx-headings h4{ font-size: 20px; }
.content-section-inner{}

/* CURVE BG WHITE */
.section-contain{ position:relative; }
.curve-bg {
	position: absolute;
    background-image: url(../images/curvyb.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 84px;
	width:100%;
	z-index:10;
}

.curve-bg-bottom{ bottom:0; }


.waved {
    color: #fff;
    overflow: hidden;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
	border:3px solid #000;
}

.waved svg {
    fill: #f4f7f8;
    height: auto;
    margin-left: -1%;
    width: 102%;
}

/* CONTENT ALIGN */
.cfx-align-left{ text-align:left; }
.cfx-align-right{ text-align: right; }
.cfx-align-center{ text-align: center; }

.contact-wrapper-inner{ 
	padding:60px 0; 
	background:#F2F7FF; 
}

.contact-block{ 
	padding-right:40px; 
	border-right:1px solid #D2E1FB; 
}

.contact-details{ padding-left:0px;  }
.contact-details a{ color:#0C5CBE; }

.cfx-align-right{ text-align:right; }
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-placeholder{color:#A2ABBD; font-weight:300;}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
textarea::placeholder{color:#A2ABBD; font-weight:300;}

/* MAIN SLIDER */

/* Main slideshow 
-------------------------------------------------- */

.main-slider{
	position:relative;
	background:#252350;
	z-index:10;
}

.main-slider .tp-dottedoverlay{
	/*background-color:rgba(0,0,0,0.2);*/
}

.main-slider ul { display:none; }
.main-slider .tp-dottedoverlay{
    background: rgba(0,96,170,0.3);
    background: linear-gradient(to right, rgba(0,96,170,0.5), rgba(217,3,0,0.5));
    background: linear-gradient(135deg,rgba(20,5,67,.5),rgba(39,45,154, 0.5) 54%,rgba(55,77,189, 0.2)) 50% no-repeat;			
}

.main-slider .tp-caption{
	z-index:5 ;
}

.main-slider .text{
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	font-size:20px;
}

.main-slider h2{
	font-size:110px;
	color:#ffffff;
	font-weight:400;
	text-transform:capitalize;
	line-height:1.2em;
}

.main-slider h3{
	font-size:48px;
	color:#ffffff;
	font-weight:100;
	line-height:1em;
	text-transform:uppercase;
}
.main-slider h3 span{ 
	display:block; 
	font-size:22px; 
	text-transform:none; 
}
.main-slider .big-text{
	font-size:36px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2em;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two,
.main-slider .btn-style-three{
	border-width:2px !important;
	color:#ffffff;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}


.slide-btn i,
.common-btn i{ 
	font-size:14px; 
	margin-left:5px;  
}

.slide-btn,
.common-btn{
	padding:15px 30px;
	display:inline-block;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;	
	text-transform:uppercase;
	background:#B5DB17;
	border-radius:40px;
	font-size:16px;
	color:#000; 
}

.btnx{ 
	text-align:center; 
	height:58px; 
	border:0; 
	width:100%;
	margin-top:10px; 
}
.slide-btn:hover,
.common-btn:hover{
	background:#438E36;
	color:#fff; 
}
.theme-btn i{ 
	font-size:16px; 
	margin-left:5px;
	position:relative;
	top:0;
}

.btn-style-one{
	position:relative;
	padding:15px 40px;
	line-height:24px;
	text-transform:capitalize;
	background:#438E36;
	background:#B5DB17;
	color:#000!important;
	border:2px solid #B5DB17;
	font-size:16px;
	border-radius:40px;
}

.btn-style-one:hover{
	background:#438E36;
	color:#fff!important;
	border-color:#438E36;
}

.btn-style-two{
	position:relative;
	padding:15px 40px;
	line-height:24px;
	text-transform:capitalize;
	background:#5ec79c;
	color:#ffffff;
	border:2px solid #5ec79c;
	font-size:16px;
	border-radius:40px;
}

.btn-style-two:hover{
	background:none;
	color:#5ec79c;
	border-color:#5ec79c;
}

.btn-style-three{
	position:relative;
	padding:12px 20px;
	line-height:24px;
	background:none;
	color:#ffffff;
	border:2px solid #ffffff;
	font-size:16px;
	border-radius:8px;
	text-transform:uppercase;
}

.btn-style-three:hover{
	background:#2F56C5;
	border-color:#2F56C5;
	color:#fff!important;
}

.btn-style-four{
	position:relative;
	padding:15px 40px;
	line-height:30px;
	text-transform:capitalize;
	background:#B5DB17;
	color:#1B6819;
	border:2px solid #438E36;
	font-size:16px;
	border-radius:40px;
}

.btn-style-four:hover{
	color:#ffffff;
	background:#438E36;
	border-color:#438E36;
}

.btn-style-five{
	position:relative;
	padding:15px 40px;
	line-height:24px;
	text-transform:capitalize;
	background:rgba(51,51,51,0.90);
	color:#ffffff;
	border:2px solid rgba(51,51,51,1);
	font-size:16px;
	border-radius:40px;
}

.btn-style-five:hover{
	color:#ffffff;
	background:rgba(51,51,51,1);
	border-color:rgba(51,51,51,1);
}





/* RESPONSIVE VIEWS */

@media only screen and (min-width: 861px) {
	.droopmenu-nav,
	.droopmenu li>ul {
		display: block;
	}
	
	.droopmenu-header {
		height: 100px;
		transition: all 1s ease-in-out;
	}
	
	.droopmenu-brand a,
	.droopmenu>li>a,
	.droopmenu>li>span {
		line-height: 100px;
		transition: all 1s ease-in-out;
	}
	
	.droopmenu-showbg,
	.admin-pages .droopmenu-navbar {
		background: #fff;
		box-shadow: 0 1px 60px rgba(87, 91, 143, .2);
	}
	
	.droopmenu-showbg .droopmenu-header {
		height: 70px;
	}
	
	.droopmenu-showbg .droopmenu-brand a,
	.droopmenu-showbg .droopmenu>li>a,
	.droopmenu-showbg .droopmenu>li>span {
		line-height: 70px;
	}
	
	.admin-pages .droopmenu-header {
		height: 80px;
	}
	
	.admin-pages .droopmenu-brand a,
	.admin-pages .droopmenu>li>a,
	.admin-pages .droopmenu>li>span {
		line-height: 80px;
	}
	
	.droopmenu-showbg .droopmenu>li>a,
	.droopmenu-showbg .droopmenu>li>span {
		color: #71818C;
	}
	
	.droopmenu-showbg .droopmenu li:hover>a {
		color: #0C5CBE;
	}
	
	.droopmenu-showbg .droopmenu>li a.droopmenu-button span {
		background: #0C74B0;
		border-color: #0C74B0;
		color: #fff;
	}
	
	.droopmenu-brand a {
		transition: all 1s ease-in-out;
		display: inline-block;
		position: relative;
	}
	
	.droopmenu-brand a .dmlogo-light {
		display: block;
	}
	
	.droopmenu-brand a .dmlogo-dark {
		display: none;
	}
	
	.droopmenu-showbg .droopmenu-brand a .dmlogo-light {
		display: none;
	}
	
	.droopmenu-showbg .droopmenu-brand a .dmlogo-dark {
		display: block;
	}
	
	.droopmenu-showbg .droopmenu-brand a {
		color: #2955BA;
	}
	
	.cfx-tabmenu .cfx-tabnav {
		display: block;
		/*background: #fff;*/ 
		position:relative;
		z-index:10;	
	}
	
	.cfx-tabmenu .cfx-tabnav a {
		float: left;
		height:56px;
		display: block;
		padding:0 20px;
		line-height:56px;
		text-decoration: none;
		position:relative;
		font-weight:500;
		font-size: 20px;
		color: #7B88A3;
		border:0;
	}
	
	.cfx-tabmenu .cfx-tabs.tabs-justify .cfx-tabnav a {
		display: table-cell;
		text-align:center;
		float:none;
		width: 1%;
	}
	
	.cfx-tabmenu .cfx-tabnav a:last-child{ }
	.cfx-tabmenu .cfx-tabnav a:hover, 
	.cfx-tabmenu .cfx-tabnav a:focus { }
	.cfx-tabmenu .cfx-tabnav a.cfx-tabnav-active { color:#031B4E;}

	.cfx-tabmenu .cfx-tabnav a:after {
		content: '';
		width: 30px;
		height: 30px;
		position: absolute;
		-webkit-transform:  rotate(135deg) scale(0);
		-moz-transform:  rotate(135deg) scale(0);
		-ms-transform:  rotate(135deg) scale(0);
		-o-transform:  rotate(135deg) scale(0);
		transform:  rotate(135deg) scale(0);
		transition:-webkit-transform .3s ease-in;
		transition:transform .3s ease-in;	
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		background-color: #ffffff;
		border-radius:8px;
		bottom:-20px;
		right: 47%;		
		z-index:11;
	}
	
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical .cfx-tabnav a:after {
		-webkit-transform: rotate(225deg) scale(0);
		-moz-transform: rotate(225deg) scale(0);
		-ms-transform: rotate(225deg) scale(0);
		-o-transform: rotate(225deg) scale(0);
		transform: rotate(225deg) scale(0);
		bottom: 36%;
		right:-7px;
	}
			
	.cfx-tabmenu .cfx-tabnav a.cfx-tabnav-active:after {
		-webkit-transform: rotate(225deg) scale(1);
		-moz-transform: rotate(225deg) scale(1);
		-ms-transform: rotate(225deg) scale(1);
		-o-transform: rotate(225deg) scale(1);
		transform: rotate(225deg) scale(1);
	}
			
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical .cfx-tabnav a.cfx-tabnav-active:after {
		-webkit-transform:  rotate(135deg) scale(1);
		-moz-transform:  rotate(135deg) scale(1);
		-ms-transform:  rotate(135deg) scale(1);
		-o-transform:  rotate(135deg) scale(1);
		transform:  rotate(135deg) scale(1);
	}
	.cfx-tabnav:before {
		background-color: #D2E1FB;
		content: "";
		height: 2px;
		left: 50%;
		position: absolute;
		top: 50px;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 70%;
	}	
	.cfx-tabheader-icon {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #F2F7FF;
		border: 2px solid #D2E1FB;
		border-radius: 50%;
		-webkit-box-shadow: 0 2px 4px transparent;
		box-shadow: 0 2px 4px transparent;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		height: 100px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		width: 100px;
		position:relative;
	}
	.cfx-tabheader-icon span {
		font-weight: 700;
		background-color: #F2F7FF;
		-webkit-box-shadow: 0 0 0 2px #D2E1FB, inset 0 0 0 2px rgba(0, 0, 0, 0), 0 0 0 8px #F2F7FF;
		-moz-box-shadow: 0 0 0 2px #D2E1FB, inset 0 0 0 2px rgba(0, 0, 0, 0), 0 0 0 8px #F2F7FF;
		box-shadow: 0 0 0 2px #D2E1FB, inset 0 0 0 2px rgba(0, 0, 0, 0), 0 0 0 8px #F2F7FF;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		display: inline-block;
		position: absolute;
		text-align: center;
		line-height: 32px;
		height: 32px;
		width: 32px;
		color: #7B88A3;
		top: -24px;
	}
	.cfx-tabheader-icon img{ width:56px; }
	.cfx-tabmenu .cfx-tabnav a:hover .cfx-tabheader-icon{ background-color: #F7F9FF; }
	.cfx-tabmenu .cfx-tabnav a.cfx-tabnav-active .cfx-tabheader-icon{
		background-color: #fff;
		border-color: transparent;
		-webkit-box-shadow: 0 2px 4px rgba(87, 91, 143, .2);
		box-shadow: 0 2px 4px rgba(87, 91, 143, .2);
	}
	
	.cfx-tabmenu .cfx-tabnav a.cfx-tabnav-active .cfx-tabheader-icon span{ 
		color:#0C5CBE; 
		background-color: #FFFFFF; 
	}	
			
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical{ 
		display: table; 
		width: 100%; 
	}
	
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical .cfx-tabcol{ 
		display: table-cell; 
		vertical-align:top; 
	}
	
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical .cfx-tabnav{ 
		height:auto; 
	}
	
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical .cfx-tabnav {
		width: 200px;
		position:relative;	
		z-index:10;
	}
			
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical .cfx-tabnav a{ 
		float:none; 
		margin:0;
	}
		
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical .cfx-tabnav a.cfx-tabnav-active { }
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical .cfx-tabnav a:last-child{ }
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical .cfx--tabpanels{ 
		position:relative;
		border-left: 1px solid #E3E9ED; 
		border-top:0;
		z-index:5;  
	}
	
	.cfx-tabmenu .cfx-tabs.cfx-tabs-vertical .cfx-tabpanel { border:0; }
	.cfx-tabmenu .cfx-tabheader { display: none; }
	.cfx-tabmenu .cfx--tabpanels  { 
		z-index:5; 
	}
	
	.cfx-tabmenu .cfx-tabcontent { 
		padding:60px; 
		border-bottom:0;
		background-color:#fff;
		-webkit-box-shadow: 0 2px 4px 0 rgba(87, 91, 143,.15);
		box-shadow: 0 2px 4px 0 rgba(87, 91, 143, .15);	
		border-radius: 8px;
	}
	
	.cfx-tabmenu .cfx-tabpanel { 
		display: none; 
		border-top:0; 
	}
	
	.cfx-tabmenu .cfx-tabpanel.cfx-tabnav-active,
	.cfx-tabmenu .cfx-tabpanel.cfx-tabnav-active .cfx-tabcontent { display: block; }
	.cfx-tabmenu .cfx-tabheader-text{ display:block; margin-bottom:10px;  }
	.cfx-tabmenu .cfx-tab-txt{ padding-top:30px; }
	.cfx-tabmenu .cfx-tab-img {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.cfx-tabmenu .cfx-tab-img {
		padding-left: 16px;
		padding-top: 16px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.cfx-content-cont {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.cfx-content-summary{ text-align:left; }	
				
}

@media (max-width: 1280px) {
	.droopmenu-brand a span{ 
		display:inline-block; 
		margin-left:10px; 
	}
}

@media (max-width: 860px) {
	.nt-row {
		margin: 0;
	}
	.colm {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.cfx-list-grid-item { 
		width:100%;
		padding:0 40px;
		margin-bottom:20px; 
	}
	.cfx-list-grid-content{ text-align:center; }	
	.droopmenu {
		position: static;
		width: 100%;
	}
	.droopmenu,
	.droopmenu-left,
	.droopmenu-right {
		float: none;
	}
	.droopmenu-vertical,
	.droopmenu .droopmenu-grid {
		width: 100%;
	}
	.droopmenu-vertical {
		min-height: 0;
	}
	.droopmenu .droopmenu-grid-container,
	.droopmenu .droopmenu-grid>.droopmenu-grid-container {
		padding: 20px 25px;
	}
	.droopmenu-row {
		margin: 0;
	}
	.droopmenu-col {
		width: 100%;
		float: none;
		padding: 0;
	}
	.droopmenu-toggle {
		display: inline-block;
	}
	.droopmenu ul {
		display: block;
		width: 100%;
	}
	.droopmenu-nav,
	.droopmenu li>ul {
		display: none;
	}
	.droopmenu-nav {
		border-top: 1px solid #E3E9ED;
	}
	.droopmenu li>ul,
	.droopmenu li.drop-left>ul,
	.dmpos-bottom .droopmenu li>ul,
	.droopmenu-vertical .droopmenu li>ul {
		-webkit-transform-origin-x: 0;
		-moz-transform-origin-x: 0;
		-ms-transform-origin-x: 0;
		-o-transform-origin-x: 0;
		transform-origin-x: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: 0;
	}
	.droopmenu>li,
	.droopmenu>li.right {
		float: none;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		display: block;
	}
	.droopmenu li.dmopener>ul,
	.droopmenu li li.dmopener ul,
	.droopmenu li li.dmopener>ul,
	.droopmenu li.droop-left>ul,
	.droopmenu li li.droop-left>ul,
	.droopmenu-vertical .droopmenu li>ul {
		position: static;
	}
	.droopmenu>li>a,
	.droopmenu-vertical .droopmenu>li>a,
	.droopmenu-vertical .droopmenu>li>span {
		padding: 0;
		border-right: 0;
		font-size: 15px;
		padding-left: 25px;
		position: relative;
		line-height: 56px;
	}
	.droopmenu li ul {
		padding: 0;
	}
	.droopmenu li ul li a {
		padding: 15px 25px;
	}
	.droopmenu li li>a {
		position: relative;
	}
	.droopmenu li>ul:after,
	.droopmenu li li>ul:after {
		display: none;
	}
	.droopmenu>li ul,
	.droopmenu>li>ul li ul {
		box-shadow: none;
		position: relative;
		border: 0;
		left: 0;
		top: 0;
	}
	.droopmenu-inner {
		padding: 0;
		margin: 0;
	}
	.droopmenu-header {
		float: none;
		padding: 0 10px;
	}
	.droopmenu-nav:after,
	.droopmenu-nav:before,
	.droopmenu-header:after,
	.droopmenu-header:before {
		display: table;
		content: " "
	}
	.droopmenu-nav:after,
	.droopmenu-header:after {
		clear: both;
	}
	.droopmenu li>ul,
	.droopmenu li li>ul,
	.droopmenu li.dmopener>ul,
	.droopmenu li li.dmopener>ul {
		position: static;
		visibility: visible;
		opacity: 1;
		margin: 0;
		left: 0;
		top: 0;
	}
	.droopmenu>li>a,
	.droopmenu li ul li a,
	.droopmenu .droopmenu-grid-container {
		border-bottom: 1px solid #E3E9ED;
	}
	.droopmenu .dm-arrow,
	.dmarrow-down .droopmenu .dm-arrow {
		display: none;
	}
	.droopmenu li a .droopmenu-indicator,
	.droopmenu-vertical .droopmenu li a .droopmenu-indicator {
		position: absolute;
		text-align: center;
		display: inline-block;
		height: 100%;
		width: 50px;
		line-height: 60px;
		z-index: 10;
		right: 0;
		top: 0;
	}
	.droopmenu li li a .droopmenu-indicator {}
	.droopmenu li a .droopmenu-indicator em:after,
	.droopmenu li li a .droopmenu-indicator em:after,
	.droopmenu-vertical .droopmenu li a .droopmenu-indicator em:after {
		content: '\002B';
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		position: relative;
		text-align: center;
		right: auto;
		left: auto;
		top: -2px;
	}
	.droopmenu li.dmtoggle-open>a .droopmenu-indicator em:after,
	.droopmenu li li.dmtoggle-open>a .droopmenu-indicator em:after {
		content: "\2013";
		top: -5px;
	}
	.droopmenu li li a .droopmenu-indicator em:after,
	.droopmenu li li.dmtoggle-open>a .droopmenu-indicator em:after {
		left: -1px;
	}
	.droopmenu-overlay {
		width: 0%;
		height: 100%;
		position: fixed;
		background: rgba(0, 0, 0, 0.5);
		-webkit-transition: all 1200ms cubic-bezier(1.000, 0.000, 0.070, 1.000);
		-moz-transition: all 1200ms cubic-bezier(1.000, 0.000, 0.070, 1.000);
		-o-transition: all 1200ms cubic-bezier(1.000, 0.000, 0.070, 1.000);
		transition: all 1200ms cubic-bezier(1.000, 0.000, 0.070, 1.000);
		cursor: pointer;
		z-index: 120;
		bottom: 0;
		top: 0;
	}
	.droopmenu-offcanvas.dmoffleft .droopmenu-overlay {
		left: 0;
	}
	.droopmenu-offcanvas.dmoffright .droopmenu-overlay {
		right: 0;
	}
	.droopmenu-offcanvas.dmoffleft.droopmenu-offcanvas-open .droopmenu-overlay {
		width: 100%;
	}
	.droopmenu-offcanvas.dmoffright.droopmenu-offcanvas-open .droopmenu-overlay {
		width: 100%;
	}
	.droopmenu-mclose {
		cursor: pointer;
		background: #fff;
		border-bottom: 1px solid #E3E9ED;
		position: relative;
		overflow: hidden;
		line-height: 70px;
		height: 70px;
	}
	.droopmenu-mclose span {
		width: 24px;
		height: 24px;
		position: absolute;
		transform: rotate(45deg);
		cursor: pointer;
		opacity: 1;
		left: 20px;
		top: 25px;
	}
	.droopmenu-mclose span:before,
	.droopmenu-mclose span:after {
		content: "";
		position: absolute;
		background-color: #71818C;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.droopmenu-mclose span:before {
		height: 0%;
		width: 2px;
		position: absolute;
		left: 11px;
	}
	.droopmenu-mclose span:after {
		width: 0%;
		height: 2px;
		position: absolute;
		top: 11px;
	}
	.droopmenu-offcanvas .droopmenu-nav {
		width: 280px;
		display: block;
		position: fixed;
		-webkit-transition: all 600ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-moz-transition: all 600ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-o-transition: all 600ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition: all 600ms cubic-bezier(0.755, 0.050, 0.855, 0.060);
		padding-bottom: 70px;
		background: #ffffff;
		overflow: hidden;
		border-top: 0;
		z-index: 1000;
		bottom: 0;
		top: 0;
	}
	.droopmenu-offcanvas .droopmenu-nav-wrap {
		position: relative;
		overflow: hidden;
		height: 100%;
		width: 100%;
	}
	.droopmenu-offcanvas .droopmenu-nav-wrap>.droopmenu-navi {
		position: absolute;
		overflow: scroll;
		overflow-x: hidden;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
	}
	.droopmenu-offcanvas.dmoffleft .droopmenu-nav {
		left: -300px;
	}
	.droopmenu-offcanvas.dmoffright .droopmenu-nav {
		right: -300px;
	}
	.droopmenu-offcanvas.dmoffleft.droopmenu-offcanvas-open .droopmenu-nav {
		left: 0;
	}
	.droopmenu-offcanvas.dmoffright.droopmenu-offcanvas-open .droopmenu-nav {
		right: 0;
	}
	.droopmenu-offcanvas.dmoffright .droopmenu-mclose span {
		right: 20px;
		left: auto;
	}
	.droopmenu-offcanvas-open .droopmenu-mclose span:before {
		height: 100%;
		transition-delay: 0.95s;
	}
	.droopmenu-offcanvas-open .droopmenu-mclose span:after {
		width: 100%;
		transition-delay: 0.9s;
	}
	.droopmenu-extra {
		position: absolute;
		top: 0;
		right: 70px;
	}
	.droopmenu-extra .droopmenu>li {
		float: left;
		width: auto;
	}
	.droopmenu-extra .droopmenu ul li:last-child a {
		border-bottom: 0;
	}
	.droopmenu-extra .droopmenu>li>a {
		line-height: 70px;
		padding: 0 10px;
		border-bottom: 0;
	}
	.droopmenu-extra .droopmenu li a .droopmenu-indicator {
		width: auto;
		position: static;
		text-align: left;
		background: none;
		height: auto;
		border: 0;
	}
	.droopmenu-extra .droopmenu li>ul {
		position: absolute;
		-webkit-box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 22px 46px 0px rgba(0, 0, 0, 0.12);
		width: auto;
		top: 100%;
		border: 0;
	}
	.droopmenu-extra .droopmenu li a .droopmenu-indicator em:after,
	.droopmenu-extra .droopmenu li li a .droopmenu-indicator em:after {
		content: "\f3d0";
		font-family: "Ionicons";
		display: inline-block;
		-o-transition: all .32s ease 0s;
		-ms-transition: all .32s ease 0s;
		-moz-transition: all .32s ease 0s;
		-webkit-transition: all .32s ease 0s;
		transition: all .32s ease 0s;
		font-weight: 300;
		font-size: 14px;
	}
	.droopmenu-extra .droopmenu li.dmtoggle-open a .droopmenu-indicator em:after,
	.droopmenu-extra .droopmenu li.dmtoggle-open li.dmtoggle-open a .droopmenu-indicator em:after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.droopmenu-extra .droopmenu li li a .droopmenu-indicator em:after {
		content: "\f105";
		position: absolute;
		right: 18px;
		top: 20%;
	}
	.dmpos-bottom .droopmenu-extra .droopmenu li>ul {
		-webkit-box-shadow: 0px -12px 22px 0px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0px -12px 22px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px -12px 22px 0px rgba(0, 0, 0, 0.12);
		-webkit-transform-origin-y: 100%;
		-moz-transform-origin-y: 100%;
		-ms-transform-origin-y: 100%;
		-o-transform-origin-y: 100%;
		transform-origin-y: 100%;
		bottom: 100%;
		top: auto;
		margin: 0;
	}
	.droopmenu-dmopen {
		overflow: hidden;
	}
	.droopmenu-navbar {
		background-color:#232486;
	}
	.droopmenu>li>a,
	.droopmenu>li>span {
		color: #71818C;
	}
	.droopmenu li:hover>a {
		color: #CCCCCC;
	}
	.droopmenu li.dmtoggle-open>a {
		color: #CCCCCC;
	}
	.droopmenu>li>a,
	.droopmenu li ul li a {}
	.droopmenu-nav {}
	.droopmenu-extra .droopmenu>li>a {
		color: #fff;
	}
	.droopmenu-extra .droopmenu li:hover>a {
		color: #FDD922;
	}
	.droopmenu-extra .droopmenu li li:hover>a {
		color: #CCCCCC;
	}
	.droopmenu-extra .droopmenu>li>a,
	.droopmenu-extra .droopmenu li ul li a {}
	.droopmenu-extra .droopmenu li.dmtoggle-open>a {
		color: #FDD922;
	}
	.droopmenu-offcanvas .droopmenu-nav {}
	.droopmenu-mclose {}
	.droopmenu-mclose span:before,
	.droopmenu-mclose span:after {}
	.droopmenu .droopmenu-grid-container {}
	.droopmenu>li a.droopmenu-button span {}
	.droopmenu-brand a .dmlogo-dark {
		display: none;
	}
	.droopmenu-brand a {
		position: relative;
		left: 10px;
		top: 8px;
	}
	
	.how-wrap {
		padding: 20px 30px;
	}

	.onmove-phone,
	.site-hero-image,
	.features-img {
		display: none;
	}

	.features-section .features-left,
	.features-section .features-right {
		text-align: left;
		padding: 0 20px;
		margin: 0;
	}

	.features-section .features-left .icon-container,
	.features-section .features-right .icon-container {
		float: left;
		margin-left: 0;
		margin-right: 30px;
	}

	.foob {
		text-align: center;
	}

	.mheader h2 {
		font-size: 26px;
	}

	.features-content,
	.features-section {
		padding-top: 40px;
	
	}
	.features-section { padding-bottom:40px; }
	.foo-social,
	.copyright-box {
		text-align: center;
	}
	.dmv-center h2 { font-size:0.8em; }
	#testimonial-carousel .item {
		padding: 40px 20px;	
	}	

	.droopmenu-brand a {
		top: 1px;
	}
	.cfx-tabheader-icon{ 
		display:inline-block;
		vertical-align:middle;
		height:32px;
		width:32px; 
	}
	.cfx-tabheader-icon span{ display:none; }
	.cfx-tabmenu .cfx-tabheader { 
		background:#fff;
		margin-bottom:3px;
	}
	.cfx-tabmenu .cfx-tabheader .cfx-tabheader-text{ 
		font-size:20px; 
		font-weight:700; 
		margin-left:6px;
		position:relative;
		top:2px; 
	}
	.cfx-tabmenu  .cfx-tabheader.cfx-tabnav-active{ background:#fff; color:#031B4E; }
	.cfx-tabmenu .cfx-tabcontent{ background:#fff; }
	.cfx-tabmenu .cfx-tabcontent.cfx-tabnav-active{ margin-bottom:2px;}	
	
	.cfx-content-icon {
		margin: 0  0;
		margin-bottom:10px;
	}
	
	.cfx-cards-wrapper .cfx-card,
	.cfx-cards-wrapper:last-child .cfx-card { margin-bottom: 40px; }
	.cfx-cards-wrapper:last-child .colm:last-child .cfx-card { margin-bottom:0; }
	
	.cfx-x-grid .cfx-x-grid-item {
		width: 100%;
		display: inline-block;
		height: auto;
	}	
		
	.contact-block{ 
		padding-right:0; 
		border-right:0; 
	}
	
	.contact-details{ padding-left:0;  }		
	
	
		
}

@media (max-width: 680px) {
	.cfx-content-col { 
		float: none; 
		min-height: 2px;
		width:100%;  
	}
	
	.cfx-content-icon {
		margin: 0  0;
		margin-bottom:10px;
	}	
}


/*ADDED LOGO*/


.droopmenu-brand a span {
    width: 160px;
    height: 29px;
    display: inline-block;
    text-indent: -9999px;
	transition: all 0.8s ease-in-out;
    background: url(../images/logo.png);
    background-size: 160px 29px;
    position: relative;
	margin-top:30px;
    /*left: -20px;*/
}



@media only screen and (min-width: 861px){
	.droopmenu-showbg .droopmenu-brand a span {
		width: 160px;
		height: 29px;
		background: url(../images/logo.png);
		background-size: 160px 29px;
		position: relative;
		margin-top:15px;
	}

}

@media (max-width: 860px) {
	.droopmenu-brand a span {
		width: 160px;
		height: 29px;
		transition: all 0.8s ease-in-out;
		background: url(../images/logo.png);
		background-size: 160px 29px;
		margin-top: 15px;
		left: -15px;
	}
	
	.droopmenu-brand a{ line-height:normal; }
}
@media (max-width: 680px) {
	.cfx-content-col { 
		float: none; 
		min-height: 2px;
		width:100%;  
	}
	
	.droopmenu-header { padding: 0 3px; }
	.droopmenu>li a.droopmenu-button span {
		line-height: 36px;
		padding: 0 10px;
		height: 36px;
	}
	
	.droopmenu-extra {
		right:45px;
	}
	
	.droopmenu-toggle {
		right:2px;
	}
	
	.droopmenu-extra .droopmenu>li>a {
		padding: 0 5px;
	}
	
	.ints .dm-button { margin-bottom:5px; }					
}


.captcha-input {
	background: #FFF url(./../../captchaImageSource.php) repeat-y left center;
    padding-left: 85px;
}