/*
Copyright Hosting Cloud - https://hostingcloud.com.au
*/
/*------------------------------------------------------------------
    Grid
------------------------------------------------------------------*/

.wrapper {
	min-width: 320px;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	width: 100%;
	padding: 4.5rem 0;
}

.container::after {
	clear: both;
	content: "";
	display: table;
}

.container.no-pad {
	padding: 0;
}

.container.no-pad-bottom {
	padding-bottom: 0;
}

.container.no-pad-top {
	padding-top: 0;
}

.row {
	margin: 0 -15px;
	position: relative;
}

.row::after {
	clear: both;
	content: "";
	display: table;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	padding: 0 15px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-1 {
	width: 8.3333333333%;
}

.col-2 {
	width: 16.6666666666%;
}

.col-3 {
	width: 24.9999999999%;
}

.col-4 {
	width: 33.3333333332%;
}

.col-5 {
	width: 41.6666666665%;
}

.col-6 {
	width: 49.9999999998%;
}

.col-7 {
	width: 58.3333333331%;
}

.col-8 {
	width: 66.6666666664%;
}

.col-9 {
	width: 74.9999999997%;
}

.col-10 {
	width: 83.333333333%;
}

.col-11 {
	width: 91.6666666663%;
}

.col-12 {
	width: 100%;
}

.col-offset-1 {
	margin-left: 8.3333333333%;
}

.col-offset-2 {
	margin-left: 16.6666666666%;
}

.col-offset-3 {
	margin-left: 24.9999999999%;
}

.col-offset-4 {
	margin-left: 33.3333333332%;
}

.col-offset-5 {
	margin-left: 41.6666666665%;
}

.col-offset-6 {
	margin-left: 49.9999999998%;
}

.col-offset-7 {
	margin-left: 58.3333333331%;
}

.col-offset-8 {
	margin-left: 66.6666666664%;
}

.col-offset-9 {
	margin-left: 74.9999999997%;
}

.col-offset-10 {
	margin-left: 83.333333333%;
}

.col-offset-11 {
	margin-left: 91.6666666663%;
}

/*------------------------------------------------------------------
    Common Styles
------------------------------------------------------------------*/

/*
    links
------------------------------------------------------------------*/

a {
	color: #2dcc70;
	outline: none;
	text-decoration: none;
	border-bottom: 1px dotted #2dcc70;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #2dcc70;
	text-decoration: none;
	border-color: #2dcc70;
}

/*
    forms
------------------------------------------------------------------*/

label {
	color: #5e778b;
	display: inline-block;
	cursor: pointer;
}

input[type="password"],
input[type="text"],
input[type="email"],
input:not([type]),
textarea {
	background: none;
	border: 0;
	border-bottom: 2px solid #cecece;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #4a5d6c;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	margin: 0.75rem 0;
	padding: 0;
	height: 3rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	max-width: 100%;
	outline: none;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input:focus:not([type]),
textarea:focus {
	border-color: #2dcc70;
}

input[type="password"]:disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input:disabled:not([type]),
textarea:disabled {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

textarea {
	height: auto;
	padding: 0.75rem 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.home-buttons a {
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 0 2px #2dcc70;
	-moz-box-shadow: inset 0 0 0 2px #2dcc70;
	box-shadow: inset 0 0 0 2px #2dcc70;
	color: #2dcc70;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	margin: 0.75rem 0;
	padding: 0 2.25rem;
	height: 3rem;
	line-height: 3rem;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.home-buttons a:hover {
	color: #f9f9f9;
	background: #2dcc70;
	-webkit-box-shadow: inset 0 0 0 2px #2dcc70;
	-moz-box-shadow: inset 0 0 0 2px #2dcc70;
	box-shadow: inset 0 0 0 2px #2dcc70;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.home-buttons a:active {
	color: #f9f9f9;
	background: #59c890;
	-webkit-box-shadow: inset 0 0 0 2px #59c890;
	-moz-box-shadow: inset 0 0 0 2px #59c890;
	box-shadow: inset 0 0 0 2px #59c890;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
.home-buttons a:disabled {
	background: #2dcc70;
	-webkit-box-shadow: inset 0 0 0 2px #2dcc70;
	-moz-box-shadow: inset 0 0 0 2px #2dcc70;
	box-shadow: inset 0 0 0 2px #2dcc70;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

html {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #35434e;
	line-height: 1.5em;
	font-size: 16px;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #35434e;
	-webkit-backface-visibility: hidden;
}

p,
blockquote,
pre,
address,
dl,
ol,
ul,
table {
	margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	/*text-transform: uppercase;*/
	color: #202930;
}

h1 {
	font-size: 3.5rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}

h2 {
	font-size: 2.8rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}

h3 {
	font-size: 2.2rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}

h4 {
	font-size: 1.9rem;
	line-height: 1.9rem;
	margin-bottom: 1.5rem;
}

h5 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
}

h6 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
}

blockquote {
	font-style: italic;
}

blockquote cite {
	display: block;
	font-style: normal;
}

pre {
	padding: 0.75em;
	margin-bottom: 1.5rem;
}

pre code {
	padding: 0;
}

code {
	font-family: "Courier New", "Courier", "Lucida Sans Typewriter", "Lucida Typewriter", "monospace";
	padding: 0.075em 0.225em;
	line-height: 0;
}

big,
small,
sub,
sup {
	line-height: 0;
}

abbr,
acronym {
	border-bottom: 1px dotted currentColor;
	cursor: help;
}

address {
	font-style: normal;
}

dt {
	color: #202930;
	font-weight: bold;
}

ul {
	padding-left: 1.1em;
}

ol {
	padding-left: 1.4em;
}

fieldset {
	padding: 0.75rem 1.5rem;
	border-width: 1px;
	border-style: solid;
	max-width: 100%;
	margin-bottom: 1.5rem;
}

fieldset button,
fieldset input[type="submit"],
fieldset input[type="reset"] {
	margin-bottom: 0;
}

legend {
	color: #202930;
	font-weight: bold;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
}

th {
	text-align: left;
	color: #202930;
	padding: 0;
}

td {
	padding: 0;
	height: auto;
}

img {
	border: 0;
	outline: none;
}

hr {
	border: 0;
	margin: 1.40625rem 0 1.5rem;
	border-top: 1px solid #cbcbcb;
}

.bg-success {
	color: #00cd66;
}

.bg-danger {
	color: #ee5c42;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*------------------------------------------------------------------
    Page Loader
------------------------------------------------------------------*/

#page-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-weight: 400;
	z-index: 9999;
}

#page-loader .loader-bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #35434e;
	z-index: 1;
}

#page-loader .loader-body {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#page-loader .loader-body .loader-shape {
	width: 2rem;
	height: 2rem;
	background-color: #2dcc70;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: two-balls 0.8s ease infinite;
	-moz-animation: two-balls 0.8s ease infinite;
	animation: two-balls 0.8s ease infinite;
}

#page-loader .loader-body .loader-shape + .loader-shape {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #2dcc70;
	-webkit-animation-delay: -0.4s;
	-moz-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

#page-loader.loader-hidden {
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0s 0.2s ease;
	-moz-transition: all 0s 0.2s ease;
	transition: all 0s 0.2s ease;
}

#page-loader.loader-hidden .loader-bg {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#page-loader.loader-hidden .loader-body {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s 0.1s ease;
	-moz-transition: opacity 0.5s 0.1s ease;
	transition: opacity 0.5s 0.1s ease;
}

/*------------------------------------------------------------------
    Page
------------------------------------------------------------------*/

html,
body {
	height: 100%;
}

#page {
	position: relative;
	height: 100%;
	background: #2f3b45;
	overflow: hidden;
}

#page-inner {
	height: 100%;
	position: relative;
	background: #35434e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-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);
}

#page-inner .backstretch {
	width: 100% !important;
	margin-top: 0 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.popup-on #page-inner .backstretch {
	margin-top: -10.5rem !important;
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

#page-inner .mbYTP_wrapper {
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.popup-on #page-inner .mbYTP_wrapper {
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

.loader-hidden + #page #page-inner .mbYTP_wrapper {
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#page-inner .triangles {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	z-index: -999998;
	visibility: hidden;
	background-size: cover;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: visibility 3s 0.4s ease, opacity 3s 0.4s ease;
	-moz-transition: visibility 3s 0.4s ease, opacity 3s 0.4s ease;
	transition: visibility 3s 0.4s ease, opacity 3s 0.4s ease;
}

.loader-hidden + #page #page-inner .triangles {
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#page-inner .particles-js-canvas-el {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	-webkit-transition: opacity 0.5s 0.7s ease;
	-moz-transition: opacity 0.5s 0.7s ease;
	transition: opacity 0.5s 0.7s ease;
}

.popup-on #page-inner .particles-js-canvas-el {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

/*------------------------------------------------------------------
    Home Section
------------------------------------------------------------------*/

#home-container {
	height: 100%;
	position: relative;
}

#home {
	position: relative;
	z-index: 5;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

#home:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent !important;
	background-color: rgba(53, 67, 78, 0.9);
	background-image: -webkit-linear-gradient(-315deg, rgba(53, 67, 78, 0.9) 45%, rgba(53, 67, 78, 0.1));
	background-image: linear-gradient(45deg,rgba(53, 67, 78, 0.9) 45%, rgba(53, 67, 78, 0.1));
}

#home.triangle:before {
	background: rgba(53, 67, 78, 0.7) !important;
}

.popup-on #home {
	height: 6rem;
}

#home .wrapper {
	height: 100%;
	position: relative;
	z-index: 3;
}

#home .container {
	padding: 0;
	display: table;
	height: 100%;
}

.home-inner {
	color: #f9f9f9;
	display: table-cell;
	vertical-align: middle;
}

.home-inner h1,
.home-inner h2,
.home-inner h3,
.home-inner h4,
.home-inner h5,
.home-inner h6 {
	color: inherit;
}

.home-inner h1 em,
.home-inner h2 em,
.home-inner h3 em,
.home-inner h4 em,
.home-inner h5 em,
.home-inner h6 em {
	font-style: normal;
	color: #2dcc70;
}

.home-inner h6 {
	margin: 0 0 0.375rem;
}

.home-logo {
	height: 3rem;
	margin-top: none;
	margin-bottom: 2.0rem;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.home-logo a {
	display: inline-block;
	border: 0;
	height: 3rem;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.popup-on .home-logo {
	height: 2.25rem;
	margin: 1.875rem 0 0;
}

.popup-on .home-logo a {
	height: 2.25rem;
}

.home-logo img {
	display: block;
	max-height: 100%;
}
.poweredby {
	margin-bottom: 0px;
	font-size: 0.6rem;
}
.home-headings {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.2s ease;
	-moz-transition: opacity 0.5s 0.2s ease;
	transition: opacity 0.5s 0.2s ease;
}

.popup-on .home-headings {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.home-info {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.4s ease;
	-moz-transition: opacity 0.3s 0.4s ease;
	transition: opacity 0.3s 0.4s ease;
}

.popup-on .home-info {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.home-buttons {
	margin-bottom: 3rem;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.5s ease;
	-moz-transition: opacity 0.5s 0.5s ease;
	transition: opacity 0.5s 0.5s ease;
}

.popup-on .home-buttons {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.home-buttons a {
	margin: 0 0 0 1rem;
}

.home-buttons a:first-child {
	margin: 0;
}

#button-more {
	color: #f9f9f9;
	background: #2dcc70;
	-webkit-box-shadow: inset 0 0 0 2px #2dcc70;
	-moz-box-shadow: inset 0 0 0 2px #2dcc70;
	box-shadow: inset 0 0 0 2px #2dcc70;
}

#button-more:hover {
	color: #f9f9f9;
	background: #59c890;
	-webkit-box-shadow: inset 0 0 0 2px #59c890;
	-moz-box-shadow: inset 0 0 0 2px #59c890;
	box-shadow: inset 0 0 0 2px #59c890;
}

#button-more:active {
	color: #f9f9f9;
	background: #6ccf9c;
	-webkit-box-shadow: inset 0 0 0 2px #6ccf9c;
	-moz-box-shadow: inset 0 0 0 2px #6ccf9c;
	box-shadow: inset 0 0 0 2px #6ccf9c;
}

#button-more i {
	font-size: 1.5em;
	margin: 0 .1em 0 0;
	vertical-align: middle;
}

#button-more2 {
	color: #f9f9f9;
	-webkit-box-shadow: inset 0 0 0 2px #f9f9f9;
	-moz-box-shadow: inset 0 0 0 2px #f9f9f9;
	box-shadow: inset 0 0 0 2px #f9f9f9;
}

#button-more2:hover {
	color: #35434e;
	background: #f9f9f9;
	-webkit-box-shadow: inset 0 0 0 2px #f9f9f9;
	-moz-box-shadow: inset 0 0 0 2px #f9f9f9;
	box-shadow: inset 0 0 0 2px #f9f9f9;
}

#button-more2:active {
	color: #35434e;
	background: #f9f9f9;
	-webkit-box-shadow: inset 0 0 0 2px #f9f9f9;
	-moz-box-shadow: inset 0 0 0 2px #f9f9f9;
	box-shadow: inset 0 0 0 2px #f9f9f9;
}
.more-footer{
	margin-bottom: 20px;
}

/* Counter
------------------------------------------------------------------*/

#counter {
	margin: 0 0 1.5rem;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.3s ease;
	-moz-transition: opacity 0.5s 0.3s ease;
	transition: opacity 0.5s 0.3s ease;
}

.popup-on #counter {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

#counter span {
	font-size: 3.5rem;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	display: inline-block;
	line-height: 3rem;
	text-align: center;
	margin: 0 .3em;
	position: relative;
}

#counter span:first-child {
	margin-left: 0;
}

#counter span:last-child {
	margin-right: 0;
}

#counter span span {
	font-size: .17em;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	display: block;
	line-height: 1.5rem;
	margin: 0;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	right: -2em;
	bottom: .4em;
	-webkit-transform: rotate(-90deg) translateX(100%);
	-moz-transform: rotate(-90deg) translateX(100%);
	-ms-transform: rotate(-90deg) translateX(100%);
	-o-transform: rotate(-90deg) translateX(100%);
	transform: rotate(-90deg) translateX(100%);
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
}

/*------------------------------------------------------------------
    "Subscribe" Section
------------------------------------------------------------------*/

#subscribe {
	text-align: center;
}

.popup-subscribe.popup-on #subscribe {
	top: 6rem;
}

.subscribe-form-wrapper {
	width: 33.3333333332%;
	margin: 0 auto;
}

#subscribe-form-submit i {
	font-size: 1.5em;
	vertical-align: middle;
}

.subscribe-form-field {
	position: relative;
}

.subscribe-form-field:before {
	content: '\F156';
	position: absolute;
	top: 50%;
	right: 0;
	color: #ee5c42;
	margin: -.5em 0 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.subscribe-form-field input {
	padding-right: 2em;
}

.subscribe-form-field.has-error input {
	border-bottom-color: #ee5c42;
}

.subscribe-form-field.has-error:before {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/*------------------------------------------------------------------
    "More Information" Section
------------------------------------------------------------------*/

#more-info {
	text-align: center;
}

.popup-more-info.popup-on #more-info {
	top: 6rem;
}

#more-info .container,
#more-info .container-inner {
	display: block;
}

/* About Us
------------------------------------------------------------------*/

.services-list .service-item {
	text-align: center;
	margin: 1.5rem 0 0;
}

.services-list .service-item-inner {
	background: #f1f1f1;
	padding: 1.5rem;
}

.services-list .service-item-icon {
	margin-bottom: 1.5rem;
}

.services-list .service-item-icon i {
	position: relative;
	display: block;
	text-align: center;
	font-size: 3.5rem;
	line-height: 7.5rem;
	width: 7.5rem;
	height: 7.5rem;
	background: #f9f9f9;
	color: #2dcc70;
	margin: -5.25rem auto 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.services-list .service-item-title {
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-family: #202930;
	font-weight: 700;
	color: #202930;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.services-list .service-item-description {
	clear: both;
}

.services-list.owl-carousel.owl-loaded {
	margin: 0;
}

.services-list.owl-carousel.owl-loaded .owl-stage-outer {
	overflow: visible;
}

.services-list.owl-carousel.owl-loaded .service-item {
	width: 100%;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.services-list.owl-carousel.owl-loaded .owl-item {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.services-list.owl-carousel.owl-loaded .owl-item.active {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.services-list.owl-carousel.owl-loaded .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}

.services-list.owl-carousel.owl-loaded .owl-nav .owl-prev,
.services-list.owl-carousel.owl-loaded .owl-nav .owl-next {
	position: absolute;
	top: 0;
	left: 0;
	margin: -2em 0 0;
	color: #202930;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.services-list.owl-carousel.owl-loaded .owl-nav .owl-prev:hover,
.services-list.owl-carousel.owl-loaded .owl-nav .owl-next:hover {
	color: #2dcc70;
}

.services-list.owl-carousel.owl-loaded .owl-nav .owl-prev i,
.services-list.owl-carousel.owl-loaded .owl-nav .owl-next i {
	font-size: 4em;
}

.services-list.owl-carousel.owl-loaded .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.services-list.owl-carousel.owl-loaded:hover .owl-nav .owl-prev,
.services-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next {
	left: -55px;
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.services-list.owl-carousel.owl-loaded:hover .owl-nav .owl-prev.disabled,
.services-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next.disabled {
	color: #202930;
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
	opacity: 0.1;
}

.services-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next {
	left: auto;
	right: -55px;
}

/* Team
------------------------------------------------------------------*/

.team-item {
	margin: 1.5rem 0 0;
}

.team-item-inner {
	background: #f1f1f1;
	padding: 1.5rem;
}

.team-item-image {
	margin-bottom: 1.5rem;
}

.team-item-image img {
	background: #f9f9f9;
	position: relative;
	margin: -5.25rem auto 0;
	width: 7.5rem;
	height: 7.5rem;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.team-item-title {
	margin: 0;
}

.team-item-sub-title {
	font-size: .9rem;
}

.team-item-description {
	margin-top: 1.5rem;
}

.team-item .social-icons {
	margin: 1.5rem 0 0;
}

.team-item .social-icons a {
	font-size: 1.3rem;
}

.team-list.owl-carousel.owl-loaded {
	margin: 0;
}

.team-list.owl-carousel.owl-loaded .owl-stage-outer {
	overflow: visible;
}

.team-list.owl-carousel.owl-loaded .team-item {
	width: 100%;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.team-list.owl-carousel.owl-loaded .team-item-image img {
	width: 7.5rem;
}

.team-list.owl-carousel.owl-loaded .owl-item {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.team-list.owl-carousel.owl-loaded .owl-item.active {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.team-list.owl-carousel.owl-loaded .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-prev,
.team-list.owl-carousel.owl-loaded .owl-nav .owl-next {
	position: absolute;
	top: 0;
	left: 0;
	margin: -2em 0 0;
	color: #202930;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-prev:hover,
.team-list.owl-carousel.owl-loaded .owl-nav .owl-next:hover {
	color: #2dcc70;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-prev i,
.team-list.owl-carousel.owl-loaded .owl-nav .owl-next i {
	font-size: 4em;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-prev,
.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next {
	left: -55px;
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-prev.disabled,
.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next.disabled {
	color: #202930;
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
	opacity: 0.1;
}

.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next {
	left: auto;
	right: -55px;
}

/* Contacts
------------------------------------------------------------------*/

.contact-outer {
	width: 49.9999999998%;
	margin: 0 auto;
}

.contact-more {
	margin: 0 -15px;
}

.contact-more:before,
.contact-more:after {
	content: '';
	display: table;
	clear: both;
}

.contact-info {
	float: left;
	width: 33.3333333332%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-info-icon {
	font-size: 3rem;
	margin: 0;
	color: #eaeaea;
	position: relative;
	z-index: 1;
}

.contact-info-title {
	margin: -0.6rem 0 0;
	position: relative;
	z-index: 2;
}

.contact-info-caption {
	font-size: .9rem;
}

.contact-form-info p {
	margin-top: 1.5rem;
}

.contact-form-field {
	position: relative;
}

.contact-form-field:before {
	content: '\F156';
	position: absolute;
	top: 50%;
	right: 0;
	color: #ee5c42;
	margin: -.5em 0 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contact-form-field input,
.contact-form-field textarea {
	padding-right: 2em;
}

.contact-form-field.has-error input,
.contact-form-field.has-error textarea {
	border-bottom-color: #ee5c42;
}

.contact-form-field.has-error:before {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.contact-form-submit button {
	margin: 0;
}

.contact-form-submit button i {
	font-size: 1.5em;
	vertical-align: middle;
}

/*------------------------------------------------------------------
    Other
------------------------------------------------------------------*/

/* Section Content
------------------------------------------------------------------*/

.content-section {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	padding: 0 0 6rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.content-section .wrapper {
	position: relative;
	height: 100%;
}

.content-section .container {
	display: table;
	height: 100%;
	width: 100%;
	padding: 0;
}

.content-section .container-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 4.5rem 0;
}

.content-section .section-title {
	color: #eaeaea;
}

.content-section .section-sub-title {
	position: relative;
	margin-top: -2.7rem;
	margin-bottom: 1.8rem;
}

.content-section .section-description {
	width: 49.9999999998%;
	margin-left: 24.9999999999%;
	margin-bottom: 3rem;
}

.content-section input[type='text'],
.content-section input[type='email'],
.content-section input[type='password'],
.content-section textarea {
	display: block;
	width: 100%;
}

.content-section section {
	margin-top: 4.5rem;
}

.content-section section:first-child {
	margin-top: 0;
}

.scrollable {
	height: 100%;
	width: 100%;
}

.scrollable:before {
	content: '';
	height: 7.5rem;
	width: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	background-color: rgba(249, 249, 249, 0);
	background-image: -webkit-linear-gradient(bottom, rgba(249, 249, 249, 0) 0, #f9f9f9 70%, #f9f9f9);
	background-image: linear-gradient(to top,rgba(249, 249, 249, 0) 0, #f9f9f9 70%, #f9f9f9);
}

.social-icons {
	padding: 0;
	margin: 3rem 0 0;
	list-style: none;
}

.social-icons li {
	display: inline-block;
	margin: 0 .25em;
}

.social-icons a {
	border: 0;
	font-size: 1.5rem;
	color: lightgray;
}

.social-icons a:hover {
	color: #2dcc70;
}

/* Section Controls
------------------------------------------------------------------*/

a.close-section {
	position: absolute;
	z-index: 1;
	right: 1.5rem;
	top: -4.5rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	border: 0;
	text-align: center;
	color: #f9f9f9;
	color: rgba(249, 249, 249, 0.7);
	text-shadow: 0 0 1px rgba(53, 67, 78, 0.25);
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
	-moz-transition: color 0.2s ease, opacity 0.2s ease, -moz-transform 0.2s ease;
	transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.popup-on a.close-section {
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: color 0.3s ease, opacity 0.3s 0.7s ease, -webkit-transform 0.3s 0.8s ease;
	-moz-transition: color 0.3s ease, opacity 0.3s 0.7s ease, -moz-transform 0.3s 0.8s ease;
	transition: color 0.3s ease, opacity 0.3s 0.7s ease, transform 0.3s 0.8s ease;
}

.popup-on section ~ section a.close-section {
	display: none;
}

.popup-more-info.popup-on a.close-section {
	display: block;
}

a.close-section:hover {
	color: #f9f9f9;
}

a.close-section:before {
	font-family: FontAwesome;
	content: "\f00d";
	font-size: 3rem;
	line-height: inherit !important;
}

a.scroll-top {
	position: absolute;
	z-index: 999;
	right: -2em;
	bottom: 7.5rem;
	border: 0;
	text-align: center;
	color: #202930;
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

a.scroll-top.visible {
	right: 1em;
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

a.scroll-top:before {
	font-family: FontAwesome;
	content: '\f077';
	font-size: 2rem;
}

/* Video Controls
------------------------------------------------------------------*/

.video-controls {
	position: absolute !important;
	z-index: 2;
	right: 1.5rem;
	bottom: 1.5rem;
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s 0.5s ease;
	-moz-transition: all 0.5s 0.5s ease;
	transition: all 0.5s 0.5s ease;
}

.video-controls a {
	font-size: 2rem;
	color: #f9f9f9;
	border: 0;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.video-controls a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.popup-on .video-controls {
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* Custom Scroll
------------------------------------------------------------------*/

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

.mCSB_inside > .mCSB_container {
	margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

.mCSB_scrollTools {
	position: absolute;
	z-index: 100;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .2s ease-in-out,
 background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out,
 background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out,
 background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out,
 background-color .2s ease-in-out;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_outside + .mCSB_scrollTools {
	right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
	right: auto;
	left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: 0;
	left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #35434e;
	-webkit-opacity: 0.06;
	-moz-opacity: 0.06;
	opacity: 0.06;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #35434e;
	-webkit-opacity: 0.15;
	-moz-opacity: 0.15;
	opacity: 0.15;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #35434e;
	-webkit-opacity: 0.25;
	-moz-opacity: 0.25;
	opacity: 0.25;
}

.mCSB_container.mCS_y_hidden {
	height: 100%;
}

/*------------------------------------------------------------------
    Icons
------------------------------------------------------------------*/

.subscribe-form-field:before,
.contact-form-field:before,
a.close-section:before,
a.scroll-top:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------------------------------
    Media Queries & Animations
------------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {

.services-outer {
	padding: 0 30px;
}

.team-outer {
	padding: 0 30px;
}

}

@media only screen and (max-width: 1200px) {

.wrapper {
	padding: 0 30px;
	margin: 0;
}

html {
	font-size: calc( 13px + (16 - 13) * ((100vw - 320px) / (1200 - 320)));
}

}

@media only screen and (max-width: 1024px) {

.popup-on #page-inner .backstretch {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.popup-on #page-inner .mbYTP_wrapper {
	-webkit-filter: blur(0);
	filter: blur(0);
}

}

@media only screen and (max-width: 998px) {

.subscribe-form-wrapper {
	width: 49.9999999998%;
}

.services-list .service-item {
	float: left;
	width: 49.9999999998%;
	margin: 1.5rem 0 0;
	padding-left: 1.5rem;
	overflow: hidden;
}

.services-list .service-item:first-child,
.services-list .service-item:nth-child(2) {
	margin-top: 0;
}

.services-list .service-item:nth-child(odd) {
	clear: both;
}

.services-list .service-item-inner {
	padding: 1.5rem 1.5rem 1.5rem 4.5rem;
	text-align: left;
	position: relative;
}

.services-list .service-item-icon {
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
}

.services-list .service-item-icon i {
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	font-size: 2.8rem;
	margin: -3rem 0 0 -3rem;
}

.services-list .service-item-title br {
	display: none;
}

.services-outer {
	padding: 0;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-prev,
.team-list.owl-carousel.owl-loaded .owl-nav .owl-next {
	left: -55px;
	visibility: visible;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-prev.disabled,
.team-list.owl-carousel.owl-loaded .owl-nav .owl-next.disabled {
	-webkit-opacity: 0.1;
	-moz-opacity: 0.1;
	opacity: 0.1;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-next {
	left: auto;
	right: -3em;
}

.contact-outer {
	width: 66.6666666664%;
}

.content-section .section-description {
	width: 66.6666666664%;
	margin-left: 16.6666666666%;
}

.video-controls {
	display: none !important;
}

}

@media only screen and (max-width: 736px) {

.wrapper {
	padding: 0 30px;
}

.home-logo {
	height: 2.625rem;
	margin-bottom: 1.5rem;
}

.home-logo a {
	height: 2.625rem;
}

.subscribe-form-wrapper {
	width: 66.6666666664%;
}

.services-list .service-item {
	float: none;
	width: 100%;
}

.services-list .service-item:nth-child(2) {
	margin: 1.5rem 0 0;
}

.services-outer {
	padding: 0 30px;
}

.team-outer {
	padding: 0 60px;
}

.content-section .section-description {
	width: 83.333333333%;
	margin-left: 8.3333333333%;
}

}

@media only screen and (max-width: 680px) {

.contact-outer {
	width: 100%;
}

}

@media only screen and (max-width: 568px) {

.content-section .container-inner {
	padding: 1.5rem 0;
}

.content-section section {
	margin-top: 3rem;
}

.scrollable:before {
	height: 3rem;
}

}

@media only screen and (max-width: 480px) {

.wrapper {
	padding: 0 15px;
}

.home-inner {
	text-align: center;
}

.home-inner h4 {
	font-size: 1.7rem;
}

.home-logo img {
	margin: 0 auto;
}

.home-logo {
	margin-bottom: 3rem;
}

.home-info {
	margin-bottom: 3rem;
}

.home-buttons a {
	margin: 0 .5rem;
	padding: 0 1.8rem;
}

.home-buttons a:first-child {
	margin: 0 .5rem;
}

#counter span {
	margin: 0 .2em;
	font-size: 3.3rem;
}

#counter span:before {
	content: '\003A';
	position: absolute;
	left: -.6em;
	top: 0;
	font-size: .5em;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#counter span:first-child {
	margin-left: 0;
}

#counter span:first-child:before {
	content: none;
}

#counter span:last-child {
	margin-right: 0;
}

#counter span span {
	font-size: .23em;
	position: static;
	-webkit-transform: rotate(0deg) translateX(0);
	-moz-transform: rotate(0deg) translateX(0);
	-ms-transform: rotate(0deg) translateX(0);
	-o-transform: rotate(0deg) translateX(0);
	transform: rotate(0deg) translateX(0);
}

#counter span span:before {
	content: none;
}

.subscribe-form-wrapper {
	width: 83.333333333%;
}

.services-outer {
	padding: 0 15px;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-prev,
.team-list.owl-carousel.owl-loaded .owl-nav .owl-next {
	left: -3em;
}

.team-list.owl-carousel.owl-loaded .owl-nav .owl-next {
	left: auto;
	right: -3em;
}

.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-prev,
.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next {
	left: -3em;
}

.team-list.owl-carousel.owl-loaded:hover .owl-nav .owl-next {
	left: auto;
	right: -3em;
}

.team-outer {
	padding: 0 30px;
}

.contact-info {
	width: 100%;
	float: none;
	margin-bottom: 1.5rem;
}

.content-section .section-description {
	width: 100%;
	margin-left: 0;
}

.content-section section:first-child {
	margin-top: 0;
}

}

@media only screen and (max-width: 360px) {

.home-headings h4 {
	font-size: 1.6rem;
}

.home-info {
	font-size: .9rem;
}

}

@-webkit-keyframes two-balls {

0%,100% {
	-webkit-transform: scale(0);
}

50% {
	-webkit-transform: scale(1);
}

}

@-moz-keyframes two-balls {

0%,100% {
	-moz-transform: scale(0);
}

50% {
	-moz-transform: scale(1);
}

}

@keyframes two-balls {

0%,100% {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

50% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

}
