/*
-----------------------------------------
MVEND V.1
OCT 2018
DOPTIQ
-----------------------------------------
*/

@import 'ionicons.css';
@import 'flaticon.css';

@font-face{
	font-family:Sailec;
	font-weight:400;
	src:url(../fonts/sailec/sailec-regular.eot);
	src: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');
}

@font-face{
	font-family:Sailec;
	font-weight:100;
	src:url(../fonts/sailec/sailec-light.eot);
	src: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');
}

@font-face{
	font-family:Sailec;
	font-weight:700;
	src:url(../fonts/sailec/sailec-medium.eot);
	src: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');
}


/* 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; 
}

/* HTML5 
------------------------------------------------------------ */
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;}

/* Base Globals Styling  
------------------------------------------------------------ */
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;
}

/* Base Headings Styling 
------------------------------------------------------------ */
h1,h2,h3,h4,h5,h6 { 
	color: #404e5b;
	font-family:Sailec,Helvetica,Arial,sans-serif;
	font-weight:100;
	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; }

/* Lits /ul ol dl/
------------------------------------------------------------ */
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-style: normal; 
	color:#999999; 
}

/* Base Link Styling
------------------------------------------------------------ */
a:link, 
a:visited, 
a:hover, 
a:active { text-decoration: none; outline: none; }
a:hover, a:active, a:focus { outline: 0; }
  
/* Base Table  Styling 
------------------------------------------------------------ */  
table {border-collapse: collapse; border-spacing: 0;}	
td { vertical-align: top; }
td, th{line-height:1.5em;}

/* Base Image Styling
------------------------------------------------------------ */ 
img { display:block; border: 0; -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; }
	
/* Base Misc Styling
------------------------------------------------------------ */
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:100;
	font-size:18px; 
	color: #82879e;
}

/* Genaral clearing 
-------------------------------------------------------- */ 
.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;  
}

/* newtimes grid 
-------------------------------------*/
.nt-grid{
	width:100%; 
	max-width:1280px;
	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;
} 

/* @rows 
--------------------------------- */
.nt-row{ margin:0 -20px;  }
.nt-row:before,
.nt-row:after { 
	display: table;
	line-height: 0; 
	content: "";  
}

.nt-row:after{ clear: both; }

/* 
-----------------------------------
@columns 
----------------------------------- */
.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%; }
.section-wrapper{ position:relative; }

.hero{
	color: #ffffff;
	position: relative;
	background-color: #042F4B;
	background-image: url(../images/bgx.png);
	background-position: 50% 50%;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	height: 100vh;
	width:100%;
	z-index:99;
}
.site-intro{ 
position:relative; 
z-index:100; 
}
.particles-js-overlay{
	content: "";
	background:#042F4B;
	position: absolute;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
	filter: alpha(opacity=8);
	opacity:0.8;		
	height: 100%;	
	width: 100%;
	z-index:10;
	left: 0;	
	top: 0;
}

#particles-js,
.circles-overlay{
  width: 100%;
  height: 100%;
  position:absolute;
  z-index:11;
  left:0;
  top:0;
}

.circles-overlay{ z-index:11; }


/* BACK TOP */
.full-wrapper{ position:relative; }
.back-to-top {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index:90;
	top:80px;
    left: 0;
}

.go-btn{
	width: 60px;
	height: 60px;
	text-align: center;
	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;
	color:#9CC842;
}

.go-btn i{ 
	vertical-align:middle;
	line-height:60px; 
}

/* CIRCLES */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}
	20% {
		opacity: 1
	}
	to {
		-webkit-transform: scale(4);
		transform: scale(4);
		opacity: 0
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}
	20% {
		opacity: 1
	}
	to {
		-webkit-transform: scale(4);
		transform: scale(4);
		opacity: 0
	}
}

@-webkit-keyframes mappulse {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}
	20% {
		opacity: 1
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes mappulse {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 0
	}
	20% {
		opacity: 1
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes rocketflight {
	0%,
	to {
		-webkit-transform: rotate(20deg) translate3d(0, 0, 0);
		transform: rotate(20deg) translate3d(0, 0, 0)
	}
	50% {
		-webkit-transform: rotate(20deg) translate3d(0, -6px, 0);
		transform: rotate(20deg) translate3d(0, -6px, 0)
	}
}

@keyframes rocketflight {
	0%,
	to {
		-webkit-transform: rotate(20deg) translate3d(0, 0, 0);
		transform: rotate(20deg) translate3d(0, 0, 0)
	}
	50% {
		-webkit-transform: rotate(20deg) translate3d(0, -6px, 0);
		transform: rotate(20deg) translate3d(0, -6px, 0)
	}
}

@-webkit-keyframes submiting {
	0%,
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes submiting {
	0%,
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}


.hero-circles-1,
.hero-circles-2 {
	width: 206px;
	height: 206px;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left:100px;
	bottom:100px;
	left:50%;
}

.hero-circles-1 .circle {
	opacity: 0;
	width: 205px;
	height: 205px;
	border-radius: 50%;
	position: absolute;
	background: rgba(156,201,68, .2);
	-webkit-transform-origin: 160px 100px;
	transform-origin: 160px 100px;
}

.hero-circles-1 .circle-1 {
	-webkit-animation: pulse linear 8s -2.6s, pulse linear 8s infinite;
	animation: pulse linear 8s -2.6s, pulse linear 8s infinite
}

.hero-circles-1 .circle-2 {
	-webkit-animation: pulse linear 8s -5.2s, pulse linear 8s infinite 2.6s;
	animation: pulse linear 8s -5.2s, pulse linear 8s infinite 2.6s
}

.hero-circles-1 .circle-3 {
	-webkit-animation: pulse linear 8s -8s, pulse linear 8s infinite 5.2s;
	animation: pulse linear 8s -8s, pulse linear 8s infinite 5.2s
}


.hero-circles-2 .circle {
	opacity: 0;
	width: 205px;
	height: 205px;
	border-radius: 50%;
	position: absolute;
	background: rgba(157,199,65, .2);
	-webkit-transform-origin: 160px 100px;
	transform-origin: 160px 100px;
}

.hero-circles-2 .circle-1 {
	-webkit-animation: pulse linear 8s infinite 1s;
	animation: pulse linear 8s infinite 1s
}

.hero-circles-2 .circle-2 {
	-webkit-animation: pulse linear 8s infinite 3.6s;
	animation: pulse linear 8s infinite 3.6s
}

.hero-circles-2 .circle-3 {
	-webkit-animation: pulse linear 8s infinite 6.2s;
	animation: pulse linear 8s infinite 6.2s
}

/* HEADER */

.site-header {		
	width:100%;	
	height: 90px;
	position:fixed; 
	line-height: 90px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: all 0.2s ease-in-out;		
	z-index: 999;	
	right:0;		
	left:0;		
	top:0;
}

.brand,
.brand-wrapper{ 
	float:left;
	height:90px;
	line-height:90px;
	transition: all 0.2s ease-in-out;	 
}
 
.brand{
	display:inline-block;
	position:relative; 
	margin-right:10px; 
	margin-left:10px;
}

.site-header-inner{
	width:100%; 
	max-width:1280px;
	padding:0 20px; 
	margin:0 auto;
}

.brand img{ 
	height:35px; 
	position:relative;
	transition: all 0.2s ease-in-out;
	top:25px; 
}

.brand .logo-dark{ display:none; }
.nav-toggle,
.nav-wrapper{ float:right; }
.nav-wrapper ul{ display:block; text-align:right; }
.nav-wrapper li { display: inline-block; }
.nav-wrapper li a{ 
	display:block; 
	padding:0 15px; 
	line-height:90px;
	transition: all 0.2s ease-in-out;
	text-transform:uppercase;
	font-size:18px;
	font-weight:100;
	color:#8196B2; 
}
.nav-wrapper li a:hover{ color:#fff; }
.nav-wrapper .current,
.nav-wrapper .current:hover{ color:#9CC944; }
.site-section-inner{ padding:80px 20px; }

.nav-wrapper li a span{
	color:#381A7E;
	font-weight:700;
	text-align:center;
	background:#09E1C0;
	text-transform:uppercase;
	border:2px solid #09E1C0;
	display:inline-block;
	border-radius:24px;
	line-height:42px;
	padding:0 20px;
	height:44px;
}


/* Hamburger */
.nav-toggle{ display:none; }
.hamburger {
	width: 64px;
	height: 64px;
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 110;
	border-radius: 50%;
	background: none;
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hamburger__line {
	width: 28px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.hamburger__line-in {
	width: 84px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	width: 28px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	background-color:#9CC944;
	top: 0; 
}

.hamburger__line-in::before {
	left: -56px;
}

.hamburger__line-in::after {
	left: 0;
}

.hamburger__line--01,
.hamburger__line--02,
.hamburger__line--03,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	left: 18px;
}

.hamburger__line--01 {
	top: 24.6px;
}

.hamburger__line--02,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	top: 31px;
}

.hamburger__line--03 {
	top: 37.4px;
}

.hamburger__line--cross01 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger__line--cross02 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger__line {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.hamburger__line-in--cross01,
.hamburger__line-in--cross02 {
	-webkit-transform: translateX(-33.3%);
	transform: translateX(-33.3%);
}

.hamburger__line-in--01 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.hamburger__line-in--02 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.hamburger__line-in--02::before,
.hamburger__line-in--02::after {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger__line-in--03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger__line-in--03::before,
.hamburger__line-in--03::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger__line-in--cross01 {
	-webkit-transition-delay: 0.0s;
	transition-delay: 0.0s;
}

.hamburger__line-in--cross02 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger__line-in--cross02::before,
.hamburger__line-in--cross02::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.active .hamburger .hamburger__line-in--01,
.active .hamburger .hamburger__line-in--02,
.active .hamburger .hamburger__line-in--03 {
	-webkit-transform: translateX(33.3%);
	transform: translateX(33.3%);
}

.active .hamburger .hamburger__line-in--cross01,
.active .hamburger .hamburger__line-in--cross02 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.active .hamburger .hamburger__line-in--01 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.active .hamburger .hamburger__line-in--02 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.active .hamburger .hamburger__line-in--03 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.active .hamburger .hamburger__line-in--cross01 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.active .hamburger .hamburger__line-in--cross02 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger:hover .hamburger__line-in::before,
.hamburger:hover .hamburger__line-in::after {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.hamburger:hover .hamburger__line-in--01::before,
.hamburger:hover .hamburger__line-in--01::after,
.hamburger:hover .hamburger__line-in--02::before,
.hamburger:hover .hamburger__line-in--02::after,
.hamburger:hover .hamburger__line-in--03::before,
.hamburger:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.hamburger:hover .hamburger__line-in--cross01::before,
.hamburger:hover .hamburger__line-in--cross01::after,
.hamburger:hover .hamburger__line-in--cross02::before,
.hamburger:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.active .hamburger:hover .hamburger__line-in--cross01::before,
.active .hamburger:hover .hamburger__line-in--cross01::after,
.active .hamburger:hover .hamburger__line-in--cross02::before,
.active .hamburger:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.active .hamburger:hover .hamburger__line-in--01::before,
.active .hamburger:hover .hamburger__line-in--01::after,
.active .hamburger:hover .hamburger__line-in--02::before,
.active .hamburger:hover .hamburger__line-in--02::after,
.active .hamburger:hover .hamburger__line-in--03::before,
.active .hamburger:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

/* FOOTER */
.foot{ background:#042F4B; }
.footer{ /*background:#042F4B url(../images/bgm.png) repeat;*/ }
.bottom-footer{ /*background:#042F4B;*/ padding:60px 0; padding-top:10px; }
.foobg{ /*background:url(../images/foobg.png) top repeat-x;*/ }
.footer-long{ padding:70px 0; padding-top:80px;  }

.bottom-footer li, 
.bottom-footer p{ font-size:13px; }
.bottom-footer .foob{ 
	overflow:hidden;  
	padding:0 20px; 
	border-right:2px solid #24516F;
	padding-bottom:10px;
	text-align:center; 
}

.bottom-footer .nt-row{ margin:0;  }
.bottom-footer .colm{
	padding-left:0; 
	padding-right:0;
}

.bottom-footer .foob.last{ border-right:0; }
.bottom-footer li{ padding:5px 0; }
.bottom-footer li i{ font-size:14px; width:15px; margin-right:5px; }
.bottom-footer h5, 
.bottom-footer a, 
.bottom-footer{ color:#fff; } 
.bottom-footer ul li a:hover {color: #9CC944; }
.bottom-footer h5{ 
	font-size:17px;   
	text-transform:uppercase;
	letter-spacing:1px; 
	margin-bottom:25px; 
	color: #9CC944;  
}


.push-header{ padding:0 15px; }
.copy-footer{ /*background:#042F4B;*/ }
.copyright{ font-size:14px; font-weight:400; text-transform:uppercase; color:#24516F; position:relative; top:11px; }
.copyright-box{ 
	padding:30px; 
	max-width:940px;
	border-top:2px solid #24516F; 
	margin:0 auto; 
}
.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: #9CC944; }

.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 #24516F; 
	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:#24516F;
}

.droopmenu li .social-icons{ line-height:90px; transition: all 1s ease-in-out; text-align:right;   }
.foo-social{ text-align:right; }
.foo-social .social-icons a{ border-color:#24516F; background:none; }
.foo-social .social-icons a i{ color:#24516F; position:relative; top:-1px;  }

.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; 
}
.droopmenu .social-icons a i{ color:#0061AA; }
.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; }

/* CURVES */

.hero-bottom {
	border-style: none;    
	vertical-align: middle;
    max-width: 100%;
    position: absolute;
    bottom: -6px;
	left:0;
    width: 101%;
    max-width: none;
	z-index:112;
}

@keyframes hero_bounce {
	0% {
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); 
		animation-timing-function: ease-in-out; 
		opacity: 1;
	}
	100% {
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-34,0,1); 
		opacity: 1; 
	}
}


.hero-img{ 
	max-width:300px; 
	margin:0 auto; 
	position:relative;
	text-align:center;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    animation-name: hero_bounce;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-play-state: running;
	opacity: 1;	
	z-index:100; 
	bottom:0; 
}
.hero-img img{ display:inline-block; }

@keyframes hero_rotate {
	0% {
		transform: translate3d(0px,0px,0) rotate(0deg) scale(1); 
		animation-timing-function: ease-in-out; 
		opacity: 1;
	}
	100% {
		transform: translate3d(0px,0px,0) rotate(180deg) scale(1); 
		opacity: 1; 
	}
}

.rotate-img{
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1);
    opacity: 1;
    width: 600px;
    height: 600px;
    z-index: 100;
    animation-name: hero_rotate;
    animation-duration: 26.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-play-state: running;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
  	margin-left:100px;
  	left: 50%;
	bottom:-80px;	
}
.rotate-img img{ width:100%; max-width:100%; }
.hero-text-content{  
	padding-top:160px;
	color:#fff; 
}
.hero-text{ 
	position: absolute; 
	z-index:200;
	height:100%;
	width:100%;
	left:0;
	top:0;
}

.hero-text-content h2,
.hero-text-content h4{
	color:#fff;
	font-weight:100;
}

.hero-text-content h2{ 
	text-transform:uppercase;
	font-weight:700; 
}

.hero-text-content h4{ line-height:1.8em; }

.btn_scroll {
    width: 70px;
    height: 50px;
	margin:0 auto;
    display: inline-block;
	position:relative;
    margin-top: 40px;
	margin-left:-45px;
	left:50%;
}

.btn_scroll svg{
	position:relative;
	width:70px;
	height:52px;
	fill:none;
	stroke:#9DC741;
	stroke-width:2px;
}

.btn_scroll svg .st0{
	-webkit-animation:scroll 3s infinite;
	animation:scroll 3s infinite;
	opacity:0.2;
}

.btn_scroll svg .st1{
	-webkit-animation:scroll 3s infinite .2s;
	animation:scroll 3s infinite .2s;
	opacity:0.2;
}

.btn_scroll svg .st2{
	-webkit-animation:scroll 3s infinite .4s;
	animation:scroll 3s infinite .4s;
	opacity:0.2;
}

@-webkit-keyframes scroll{
	30%{
		opacity:0.2;
	}50%{
		opacity:1;
	}70%{
		opacity:0.2;
	}
}

@keyframes scroll{
	30%{
		opacity:0.2;
	}50%{
		opacity:1;
	}70%{
		opacity:0.2;
	}
}

.intro-content{ 
	margin:0 auto;
	padding:80px 0; 
	max-width:980px;
	text-align:center; 
}

.px-inner h2{ 
	text-align:center;
	text-transform:uppercase;
	position:relative;
	margin-bottom:1.5em;
}

.px-inner h2:before {
	height: auto;
	color: #042F4B;
	font-size: 10rem;
	font-weight: 700;
	line-height: 1.15;
	content: attr(data-blurb);
	position: absolute;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.05;
	z-index:0;
	top: -60px;
	right: 0;
	left: 0;	
}

.divider {
    position: relative;
    margin: 0 0 30px;
    height: 5px;
    width: 100%;
}

.divider:before, 
.divider:after {
	content: '';
	position: absolute;
	width: calc(50% - 50px);
	background-color: #e9e9e9;
	height: 1px;
	top: 2px;
}
.divider:before { left: 0; }
.divider:after { right: 0; }
.divider span {
    display: block;
    width: 86px;
    height: 5px;
    margin: auto;
    opacity: 0.25;
    background: url(../images/divider-style8-black.png) no-repeat;
}

.divider.divider-dark-color span {
    opacity: 1;
    background: url(images/divider-style8-white.png) no-repeat;
}

.intro-spacer{ margin-top:40px; }

.page-heading__title:before {
    content: attr(data-blurb);
    font-size: 16rem;
    font-weight: 600;
    line-height: 1.15;
    color: #5772CB;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: -15px;
    height: auto;
    white-space: nowrap;
}

/* OWL */

.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: #ABB6D1;
	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: #9CC842;
}  

/* 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(156,200,66,.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;
}

.owl-theme .owl-dots .owl-dot.active span:after,
.owl-theme .owl-dots .owl-dot.active span:before{
	-webkit-animation:sonarAnimation 2.8s .1s cubic-bezier(.075,.82,.165,1);
	-moz-animation:sonarAnimation 2.8s .1s cubic-bezier(.075,.82,.165,1);
	animation:sonarAnimation 2.8s .1s cubic-bezier(.075,.82,.165,1);
}

.owl-theme .owl-dots .owl-dot.active span:after{
	-webkit-animation-delay:.3s;
	-moz-animation-delay:.3s;
	animation-delay:.3s;
	-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
	-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);
	animation-timing-function:cubic-bezier(.215,.61,.355,1);
}

@keyframes sonarAnimation{
	0%{
		opacity:0;
		-webkit-transform:scale(.5);
		-moz-transform:scale(.5);
		-ms-transform:scale(.5);
		-o-transform:scale(.5);
		transform:scale(.5);
	}5%{
		opacity:.8;
	}100%{
		opacity:0;
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
	}
}
	
#partner-carousel { 
	padding:10px; 
	padding-top:10px;  
	position:relative;
}

#partner-carousel .item { 
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
}
#partner-carousel .item img{ height:50px; }
#partner-carousel .owl-nav{ 
	position:absolute;
	top: 10px;
	right: 0;
	left: 0;	 
}

#partner-carousel .owl-nav button{
	background: none; 
	position: absolute;
	display: inline-block;
	border:2px solid #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 35px;
	color: #869791;
	font-size: 1em;
	top:0;
	
	width: 60px;
	height: 60px;
	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;	
}

#partner-carousel .owl-nav button span{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
}

#partner-carousel .owl-nav .owl-prev { left:-35px; }
#partner-carousel .owl-nav .owl-next { right: -35px; }
#partner-carousel .owl-nav .disabled { opacity: 0.3; }				
#partner-carousel .item-innner{
	position: relative;
}	

#partner-carousel .item-innner:before,
#partner-carousel .item-innner:after{content:'';display:table;}
#partner-carousel .item-innner:after{clear:both;}
#partner-carousel .item-innner{ zoom:1; }			
#partner-carousel .item{ }

#partner-carousel .item img{ 
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	opacity: 0.5;
	height:40px; 	
} 

#partner-carousel .item:hover img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	opacity: 1;
}

/* TESTIMONIALS */

.animated  {
	-webkit-animation-duration : 3s;
	animation-duration : 3s;
	-webkit-animation-delay : 500ms;
	animation-delay :500ms;
}

.animate-out {
	-webkit-animation-delay : 0ms;
	animation-delay : 0ms;
}

.site-testimonials .owl-item { display: table; }
.site-testimonials .item {
  background-color: #fc0;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.btn {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  text-align: center;
  padding: 0 20px;
  width: auto;
  background-color: #000;
  text-decoration: none;
  color: #fff;
}


.site-testimonials{ background:#EAECF4; position:relative; }
.site-testimonials .testimonials-content{ padding:150px 0; padding-bottom:40px;  }
.site-testimonials .svg-container{
    width: 100%;
	height: 150px;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    left: 0;
}

.site-testimonials .svg-container svg{ 
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
	 
}

.site-testimonials .svg-container canvas {
    display: block;
    visibility: hidden;
    width: 100%;
}

.site-testimonials .svg-container.svg-top{ top: -1px; }
.testimonials-wrapper{ padding-top:80px; }

.testimonials-inner{ max-width:720px; margin:0 auto;  }
.testimonials-holder{ padding-top:50px;}
#testimonial-carousel{ }
#testimonial-carousel .owl-item { display: table; }
#testimonial-carousel .item {
  height:400px;
  position: relative;
  display: table-cell;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 25px;
  text-align: center;
  padding: 30px 60px;
}
#testimonial-carousel .item h4{ margin-top:30px; text-transform:uppercase; }
#testimonial-carousel .item h4 span{ font-size:18px; color:#C0C8DC; display:block; text-transform:none; }
.testimonial-photo {
    width: 119px;
    height: 119px;
    border-radius: 50%;
    box-shadow: 0 0 0 16px rgba(141,155,192,0.4);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}


.testimonial-photo img{ border-radius: 50%; }
.testimonial-photo:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 7px rgba(255,255,255,0.8);
}
#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; }
.services-bg-container{ 
	position:absolute; 
	width:100%; 
	height:100%;
	left:0;
	top:0;
	z-index:1;
	opacity:1;
}

.services-wrapper{ padding-top:80px;  }
.site-services{ 
	background:#9CC842 url(../images/bgm.png) repeat;
	position:relative;
}
.site-services .services-content{ padding:150px 0;  }
.site-services .svg-container{
    width: 100%;
	height: 150px;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    left: 0;
}

.site-services .svg-container svg{ 
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
	 
}

.site-services .svg-container canvas {
    display: block;
    visibility: hidden;
    width: 100%;
}

.site-services .svg-container.svg-top{ top: 0; }

.site-services .px-inner h2{
	color:#fff;
}

.site-services .px-inner h2:before {
	color: #fff;
	opacity: 0.1;
}
.site-services .main-title{ padding-bottom:40px; }

@-webkit-keyframes brk-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(2);
		transform: scale(2)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes brk-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(2);
		transform: scale(2)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes brk-pulse-paused {
	0%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	20% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	60% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: 0
	}
}

@keyframes brk-pulse-paused {
	0%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	20% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	60% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: 0
	}
}

.service__icon {
	width: 88px;
	height: 88px;
	-webkit-transition-property: width, height;
	transition-property: width, height;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	z-index: 2;
	top: 0;
}

.service__icon .after,
.service__icon .before {
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	background-color: #B4D56F;
}

.service__icon .before {
	-webkit-transform: scale(1);
	transform: scale(1);
	top: -26px;
	left: -26px;
	right: -26px;
	bottom: -26px;
	opacity: .6;
}

.service__icon .after {
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
	opacity: .7;
}

.service__content {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	width: 100%;
	min-height:200px;
	z-index: 1;
	box-shadow: 0 6px 25px rgba(0, 0, 0, .12);
	-webkit-transition-property: min-height, box-shadow;
	transition-property: min-height, box-shadow;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #fff;
}
.service__content-inner{  
	padding:40px; 
	padding-top:90px; 
	text-align:center; 
}
.service__content-inner h4{ margin-bottom:10px; }
.service {
	position: relative;
	margin: 50px auto 0;
	-webkit-transition: margin-top .3s;
	transition: margin-top .3s
}

.service-overlay {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 90%;
    height: 90%;
    border-radius: 15px;
    background-color: #fff;
    opacity: .65;
    /*z-index: -1;*/
	top: 38px;
}

.service:hover .service__icon {
	width: 121px;
	height: 121px
}

.service .service__icon i {
	color:#9CC842;
	font-size:46px;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

.service:hover .service__icon .before {
	-webkit-animation: 1s brk-pulse-paused .2s ease-in infinite;
	animation: 1s brk-pulse-paused .2s ease-in infinite
}

.service:hover .service__icon .after {
	-webkit-animation: brk-pulse-paused 1s ease-in infinite;
	animation: brk-pulse-paused 1s ease-in infinite
}

.service:hover .service__content {
	box-shadow: 0 0 0 3px #9CC842;
}


.service__icon,
.service__icon-wrap {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.site-subfooter { }
.subfooter-wrap{ padding-top:50px; }
.subfooter-inner{ 
	padding:20px 0;
	padding-top:150px; 
}

.site-subfooter  .px-inner h2{
	color:#9CC842;
}

.site-subfooter  .px-inner h2:before {
	color: #9CC842;
	opacity: 0.1;
}




/* footer form */
 .form-footer{ margin-bottom:10px; }
.inner-width{ max-width:940px; margin:0 auto; }
.cs-form { display:block; position:relative; padding-bottom:30px; }
.cs-form  .nt-row{ margin:0 -10px;  }
.cs-form  .colm{
	padding-left:10px; 
	padding-right:10px;
}

.cs-form .fm-control { display:block; width:100%; font-size:16px; }
.cs-form .label-control { display: block; margin-bottom:6px; font-size:16px; }
.cs-form .fm-section{ margin-bottom:25px; position:relative; }
.cs-form .fm-section.last{ margin-bottom:0; }
.cs-form .fm-control .input,
.cs-form .fm-control .textarea,
.cs-form .fm-control .select select{
	outline:0;
	width: 100%;
	padding:10px 15px;
	height:50px;
	line-height:50px;
	color: #c4cff0;
	line-height:1em;
	font-size: 16px;
	background: none;
	vertical-align: middle;
	border: 2px solid #24516F;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	text-indent: 0.01px;
    text-overflow: ''; 
	z-index:10;
	margin: 0;	
}

.cs-form .fm-control input:-moz-placeholder {
     color:#24516F;
      transition: all 0.5s ease; 
}
.cs-form .fm-control input::-webkit-input-placeholder {
      color:#24516F;
      transition: all 0.5s ease; 
}
	  
	  
.cs-form .fm-control input:hover:-moz-placeholder { color: #c4cff0; }
.cs-form .fm-control input:hover::-webkit-input-placeholder { color: #c4cff0; }	  
.cs-form .fm-control input:focus:-moz-placeholder {
	color: #c4cff0;
	transform: translate(50px, 0);
	opacity: 0; 
}
.cs-form .fm-control input:focus::-webkit-input-placeholder {
	color: #c4cff0;
	transform: translate(50px, 0);
	opacity: 0; 
}

.cs-form .fm-control textarea:-moz-placeholder {
      color:#24516F;
      transition: all 0.5s ease; }
.cs-form .fm-control textarea::-webkit-input-placeholder {
      color:#24516F;
      transition: all 0.5s ease; }
.cs-form .fm-control textarea:hover:-moz-placeholder {
      color: #c4cff0; }
.cs-form .fm-control textarea:hover::-webkit-input-placeholder {
      color: #c4cff0; }
.cs-form .fm-control textarea:focus:-moz-placeholder {
        color: #c4cff0;
        transform: translate(50px, 0);
        opacity: 0; }
.cs-form .fm-control textarea:focus::-webkit-input-placeholder {
        color: #c4cff0;
        transform: translate(50px, 0);
        opacity: 0; }

.cs-form .fm-control .input:focus,
.cs-form .fm-control .textarea:focus,
.cs-form .fm-control .select select:focus{
 	border-color: #9CC842;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(156,200,66,.7);
  	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(156,200,66,.7);
  	box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(156,200,66,.7);
}

.cs-form .fm-control .select select{ padding:6px 15px; }
.cs-form .fm-control .textarea{resize:none; overflow:hidden; height: 10em; max-width:100%; }
.cs-form .fm-control .select { position:relative; display:block; width:100%; }
.cs-form .fm-control .select:before, 
.cs-form .fm-control .select:after {
	content: '';
	position: absolute;
	border: 4px dashed;
	border-color: #1E445D transparent;
	border-color: #1E445D transparent;
	pointer-events: none;
	z-index: 100;
	right: 15px;
	height: 0;
	top: 35%;
	width:0;
}
.cs-form .fm-control .large-txt{ font-size:22px; padding:7px 10px; }
.cs-form .lbl-large{ font-size:24px; margin-bottom:10px; }	
.cs-form .field{ position:relative; }

@-webkit-keyframes shake {
    8%, 41% {
        -webkit-transform: translateX(-10px);
    }
    25%, 58% {
        -webkit-transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-5px);
    }
    92% {
        -webkit-transform: translateX(5px);
    }
    0%, 100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes shake {
    8%, 41% {
        -moz-transform: translateX(-10px);
    }
    25%, 58% {
        -moz-transform: translateX(10px);
    }
    75% {
        -moz-transform: translateX(-5px);
    }
    92% {
        -moz-transform: translateX(5px);
    }
    0%, 100% {
        -moz-transform: translateX(0);
    }
}

@keyframes shake {
    8%, 41% {
        transform: translateX(-10px);
    }
    25%, 58% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
    }
    92% {
        transform: translateX(5px);
    }
    0%, 100% {
        transform: translateX(0);
    }
}

.cs-form .state-error + em{ 
	display: block!important;
	margin-top: 6px;
	padding: 0 3px;
	font-style: normal;
	line-height: normal;
  
}

.cs-form .state-error + em{ 
	display: inline-block;
	padding:5px 10px; 
	padding-bottom:3px;
	font-style: normal;
	line-height: normal;
	color:#fff;
	font-size:14px;
	background:#F4516C;
	position:absolute;
	border-radius:3px;
	top:-22px;
	left:8px;
  
}

.cs-form .state-error + em:after {
	top: 100%;
	left:10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color:#F4516C;
	border-width: 4px;
}


.cs-form .state-error .input,
.cs-form .state-error .textarea{
	background: none;
	border-color:#F4516C;
    -webkit-animation: shake .5s linear;
	-moz-animation: shake .5s linear;    
	animation: shake .5s linear;	
}

.cs-form .state-success .input,
.cs-form .state-success .textarea{
	background: none;
	border-color:#9CC842;
}

.cs-form .cs-button {
    border: 0;
	width:100%;
	height:58px;
	color:#24516F;
	line-height: 1;
	font-size:16px; 
    cursor: pointer;
	padding: 0 30px;
	text-align: center;
	vertical-align: top;
    background: none;
	display: inline-block;
	letter-spacing:2px;
	-webkit-user-drag: none; 
	text-transform:uppercase;
	border-bottom:2px solid #24516F;
	-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-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align:center;
}

.cs-form .cs-button:hover { border-bottom-color:#9CC842; color:#9CC842; } 
.cs-form .notification { border-radius:3px; color: #444; padding:15px; position:relative; }
.cs-form .notification p{ margin:0; padding:0 15px; padding-left:5px; line-height:normal;  }
.cs-form .alert-info { color:#163161; background-color: #cfe6fc; }
.cs-form .alert-success { color:#FFFFFF; background-color: #9CC842; }
.cs-form .alert-warning { color: #CC6600; background-color: #fae7a2; }
.cs-form .alert-error { color:#FFFFFF; background-color:#F4516C; }
.cs-form .notification ul{ 
	margin-left:1.3em; 
	list-style-position: inside;
	margin-top:10px;
} 

.cs-form .notification i{ 
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	font-size:17px; 
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.site-services .svg-container svg,
	.site-testimonials .svg-container svg{
		width: 100%; 
		overflow: visible;
		padding-bottom:100%; 
		height:150px;
	}
}
		
/*
------------------------------------------------------------------
Responsive Styles
------------------------------------------------------------------ */
					
@media only screen and (min-width: 981px) {
	.droopmenu-showbg.site-header{ 
		background:rgba(4,47,75);
		background:rgba(4,47,75, .9);
		background:hsla(204, 90%, 15%, 0.9);
		transition: all 0.2s ease-in-out;
		line-height:70px;
		height:70px;
	}
	
	.droopmenu-showbg .nav-wrapper li a{ 
		line-height:70px;
		transition: all 0.2s ease-in-out;
	}
	.droopmenu-showbg .nav-wrapper .current{ }		
	.droopmenu-showbg .brand .logo-light{ display:block; }
	.droopmenu-showbg .brand img{ top:17px;  }
	.nav-wrapper{ display:block!important; }		
					
}

@media (max-width: 980px) {
	.nt-row{ margin:0;  }
	.colm{ 
		width: 100%; 
		float:none; 
		padding:0; 
	}
	.nav-toggle{ display: inline-block; }
	.brand img{ top:17px;  }
	.site-header-inner{ padding:0; }
	.brand-wrapper{ 
		float: none;
		display:block;
		background:#042F4B;
		box-shadow: 0 1px 60px rgba(33, 33, 33, .2);
		width:100%;
	}
	
	.brand,
	.brand-wrapper,
	.site-header{
		height:70px;
		line-height:70px;
	}
	.nav-wrapper{ float: none; background:#163043; }
	.nav-wrapper ul{ display:block; text-align: center; }
	.nav-wrapper li { 
		display:block;
		border-top: solid 1px #1E445D;
		border-bottom: solid 1px #0B1720;		 
	}
	.nav-wrapper li a{  line-height:54px; }
	.nav-wrapper li a.ext{ padding:0; }
	.nav-wrapper li a span{
		display:block;
		border-radius:0;
		line-height:54px;
		height:54px;
	}	
	.bottom-footer .foob{ border-right:0;  }
	.nav-wrapper{ display:none; }
	.hero-text-content h2{ font-size:46px; }
	.hero-text-content h4{ font-size:20px; }
	.px-inner h2{ font-size:30px; }
	.px-inner h2:before {
		font-size:4rem;
		top: -15px;
	}
	#testimonial-carousel .owl-nav .owl-prev,
	#partner-carousel .owl-nav .owl-prev { left:10px; }
	#testimonial-carousel .owl-nav .owl-next,
	#partner-carousel .owl-nav .owl-next { right:10px; }						
}