/* -------- RESET CSS STYLE -------- */

html, body, div, span, applet, object, iframe,
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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------- END OF RESET CSS STYLE -------- */

/* --- FONTS --- */

@font-face {
	font-family: 'Impact';
	src: url('../fonts/Impact.eot');
	src: local('Impact'), url('../fonts/Impact.ttf') format('truetype'), url('../fonts/Impact.woff') format('woff');
}

@font-face {
	font-family: 'Rockwell';
	font-weight:400;
	src: url('../fonts/Rockwell.eot');
	src: local('Rockwell'), url('../fonts/Rockwell.ttf') format('truetype'), url('../fonts/Rockwell.woff') format('woff');
}

@font-face {
	font-family: 'Rockwell';
	font-weight:600;
	src: url('../fonts/Rockwell-Bold.eot');
	src: local('Rockwell Bold'), url('../fonts/Rockwell-Bold.ttf') format('truetype'), url('../fonts/Rockwell-Bold.woff') format('woff');
}

/* --- END OF FONTS --- */

html {
	background:url('/images/background.jpg') center center fixed no-repeat;
  	background-color:#070707;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

html,body {
	width:100%;
	float:left;
	padding:0;
	margin:0;
	overflow-x:hidden;
}

html.contact-page {
	background-image:url('/images/background-contact.jpg');
}

body {
	color:#999;
}

em {
	font-style: italic;
}

strong {
	font-weight:600;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear:both;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: none;
}

/* ----- HEADER ----- */

#header {
	width:100%;
	height:auto;
	float:left;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index:10;
}

#header-wrapper {
	margin:0 auto;
	width:1240px;
	min-height:130px;
}

.logo {
	float:left;
	width: auto;
	margin: 15px 0;
	cursor: pointer;
}

.logo h1 {
	font-family: 'Impact';
	color: #66FF66;
	font-size: 52px;
	display: inline-block;
}

.logo h1 a {
	color: #66FF66;
	text-decoration: none;

}

.logo h1 a sup {
	font-family: 'Arial';
	font-weight: 600;
	vertical-align: top;
	font-size: 15px;
	letter-spacing: 1px;
	color:#fff;
	line-height: 24px;
}

.logo h3 {
	font-family: 'Impact';
	color: #fff;
	font-size: 19.6px;
	line-height:1.2em;
	margin-left:2px;
	display: inline-block;
}

.logo h3 a {
	color:#fff;
	text-decoration: none;
}

.logo h3 a .highlight {
	color: #66FF66;
}

.logo h3 a .bigger {
	font-size: 25.7px;
}
.logo h3 a .bigger.linebreak:before {
	content: "\A";
	white-space: pre;
}
.logo h3 a .bigger .highlight {
	color:#0070C0;
}

.hamburger-icon {
	float:right;
	cursor:pointer;
	margin-top:20px;
	margin-right:0px;
	display:none;
}

.hamburger-icon img {
	width:40px;
}
#header-wrapper{min-height:unset !important;}
#header{background-color:rgba(0,0,0,1);}
.menu {
	float:right;
}

.menu li {
	font-family: 'Rockwell';
	float:left;
	margin:16px 20px;
}

.menu li a {
	text-decoration: none;
	color:#fff;
	font-size: 22px;
	line-height:42px;
	display:block;
	color:#fafafa;
	text-transform: uppercase;
	text-align: left;
}

.menu li a.current-menu-item {
	border-bottom: 2px solid #fff;
}

.menu li a span {
	color:#00B0F0;
}

.menu li a:hover span {
	color:#66FF66;
}

.menu li a.current-menu-item span {
	color:#66FF66;
}

/* ----- END OF HEADER ----- */

/* ----- CONTENT ----- */
.owl-slide.slide-1{text-align:center !important;}

#content {
	width:100%;
	height:auto;
	float:left;
	margin-top:200px;
}

#content-wrapper {
	width:1240px;
	margin:0 auto;
}

h2.page-title {
	font-family: 'Impact';
	font-size: 64px;
	text-transform: uppercase;
	color: #00FF00;
}

h3.subtitle {
	font-family: 'Rockwell';
	color:#fff;
	font-size: 40px;
	line-height: 1.5em;
	text-transform: uppercase;
}

h3.subtitle .highlight {
	color:#00B0F0;
}

.cols-2 .col {
	width:50%;
	float:left;
	padding: 0 22px;
	box-sizing: border-box;
}

.cols-3 .col {
	width:33.33333%;
	float:left;
	padding: 0 22px;
	box-sizing: border-box;
}

h3.icon-title {
	font-family: 'Rockwell';
	color:#999;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 30px;
	line-height: 1.3em;
}

p.icon-desc {
	font-family: 'Rockwell';
	color:#999;
	font-size: 24px;
	line-height: 1.3em;
}

h3.icon-title .highlight {
	color:#00B0F0;
}

p.icon-desc .highlight {
	color:#fff;
}

.owl-nav {
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

.owl-prev {
	position: absolute;
	left:-20px;
	top:50%;
	margin-top:-36px;
	border:0;
}

.owl-prev.disabled {
	opacity: 0.1;
}

.owl-prev span {
	font-size: 72px;
	color:#fff;
}

.owl-next {
	position: absolute;
	right:-20px;
	top:50%;
	margin-top:-36px;
	border:0;
}

.owl-next.disabled {
	opacity: 0.1;
}

.owl-next span {
	font-size: 72px;
	color:#fff;
}

.circle {
	width:90%;
	padding-top:90%;
	border:4px solid #35B7BD;
	margin-left:5%;
	border-radius:100%;
	position:relative;
	margin:130px 0;
}

.question-mark {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	line-height:1em;
	font-size:226px;
	text-align:center;
	font-family: 'Rockwell';
	font-weight:600;
	color:#66FF66;
	margin-top:-113px;
}

br.hidden {
	display: none;;
}

.circle-title {
	position:absolute;
	top:20px;
	left:6%;
	width:88%;
}

.pointer {
	position:absolute;
}

.pointer-rt {
	width:45%;
	top:-25%;
	right:-28.5%;
}

.pointer-lt {
	width:45%;
	top:-25%;
	left:-28.5%;
}

.pointer-rb {
	width:45%;
	bottom:-18%;
	right:-28.5%;
}

.pointer-lb {
	width:45%;
	bottom:-18%;
	left:-28.5%;
}

.pointer-lc {
	width:26%;
	top:50%;
	left:-23.8%;
	margin-top:-10px;
}

.pointer-rc {
	width:26%;
	top:50%;
	right:-23.8%;
	margin-top:-10px;
}


.circle-heading {
	font-family: 'Impact';
	font-size:44px;
	line-height:1em;
	text-transform:uppercase;
}

.hidden-col.mobile-col {
	display:none;
}

.circle-subheading {
	font-family: 'Rockwell';
	font-size:24px;
	line-height:1.3em;
}

.circle-pharagraph {
	font-family: 'Rockwell';
	font-size:22px;
	text-transform:uppercase;
	line-height:1.3em;
}

.chart-title {
	font-family:'Rockwell';
	color:#fff;
	font-weight: 600;
	font-size:32px;
	line-height:1.2em;
	margin-bottom:25px;
}

.chart-content {
	max-width:320px;
	position:relative;
}

#myChart {
	position:relative;
	z-index:5;
	pointer-events: none;
}

.pointer-ll {
	position: absolute;
	left:-40%;
	top:30%;
	width:50%;
	z-index:10;
}

.pointer-rr {
	position: absolute;
	right:-15%;
	top:0%;
	width:40%;
	z-index:10;
}

.pointer-bb {
	position: absolute;
	left:50%;
	bottom:-25%;
	width:35%;
	z-index:10;
}

.pointer-title {
	font-family:'Impact';
	font-size:48px;
	text-transform:uppercase;
	position:absolute;
}

.pointer-title-ll {
	left:-65%;
	top:10%;
	color:#FFFF00;
}

.pointer-title-rr {
	right:-80%;
	top:-6%;
	color:#FF66FF;
}

.pointer-title-bb {
	right:-70%;
	bottom:-32%;
	color:#99FF66;
}

.title-overview {
	font-family: 'Rockwell';
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}

.text-overview {
	font-family: 'Rockwell';
	font-size:22px;
	color:#969696;
	text-transform:uppercase;
	line-height:1.3em;
	margin-top:20px;
}

.right-arrow {
	position:absolute;
	bottom:-21px;
	right:-10px;
}

.overview-1 {
	position:absolute;
	bottom:-14px;
	left:28%;
	width:104px;
}

.overview-2 {
	position:absolute;
	bottom:-45px;
	left:60%;
	width:280px;
}

.overview-3 {
	position:absolute;
	top:42px;
	left:44%;
	width:102px;
}

.overview-4 {
	position:absolute;
	top:42px;
	right:4%;
	width:52px;
}
.process-cols.process-cols-step {
	position: relative;
}

.process-cols.process-cols-step .col.col-1 {
	width:360px;
	position:absolute;
}

.process-cols.process-cols-step .col.col-2 {
	width:100%;
	padding-left:380px;
	box-sizing:border-box;
}

.process-cols .col.col-2 {
	width:100%;
	padding-left:380px;
	box-sizing:border-box;
}

.process-cols .page-title {
	font-size:72px;
	color:#00B0F0;
	margin-bottom:20px;
}

.process-cols .subtitle {
	color:#969696;
}

.process-cols .subtitle .highlight {
	color:#FFFF00;
	font-weight:600;
}

.process-cols p {
	font-family:'Rockwell';
	font-size:26px;
	margin:30px 0;
}

h3.subtitle-sample {
	font-family: 'Rockwell';
	font-size: 32px;
	line-height: 1.5em;
}

.owl-carousel .owl-stage-outer {
	z-index:10;
}

.video-holder {
	border:8px solid #fff;
	width:76%;
	margin-left:12%;
	margin-top:15px;
}

.process-cols-step {
	margin:50px 0;
}

.slide-pricing {
	position:relative;
}

.pricing-bg {
	width:60%;
	position:absolute;
	right:0;
	top:0;
}

.pricing-cols p {
	font-family:'Rockwell';
	font-size:32px;
	margin:30px 0;
	line-height:1.3em;
}

.cols-1 .col {
	width:100%;
	float:left;
	padding: 0 22px;
	box-sizing: border-box;
}

.page-title .sub {
	text-transform:none;
	font-size:38px;
	color:#969696;
}

p.pricing {
	color: #fff;
    font-weight: 600;
    margin: 12px 0;
    font-size: 30px;
}

.pricing-table {
	width:100%;
}

.pricing-table .table-pricing-col {
	border-right:1px solid #969696;
	padding: 0 20px;
	vertical-align: middle;
	width:25%;
	display:table-cell;
}

.pricing-table .table-pricing-col:last-child {
	border:0;
}

.cols.col-4 .col-4 {
	border-right:none;
}

.pricing-cols p.prices {
	font-size:22px;
	color:#D9D9D9;
}

.pricing-cols .the-price .price-item {
	display:block;
	margin:0 auto;
	text-align:center;
	font-family: 'Rockwell';
	background-color:#FFFF00;
	padding:15px 25px;
	font-size:24px;
	font-weight:600;
	color:#FF66FF;
	text-transform:uppercase;
	width: 80px;
}

.pricing-cols .the-price .price-item span {
	font-size:32px;
	color:#00B0F0;
	text-transform:uppercase;
}

.pricing-cols p.saves {
	font-size:26px;
	color:#fff;
	font-weight:600;
	text-align:center;
	text-transform: uppercase;
    margin: 6px 0 0;
}

h3.price-title {
	font-family: 'Impact';
    color: #66FF66;
	font-size: 52px;
	position:relative;
	text-align:center;
}

h3.price-title sup {
	font-family: 'Arial';
	font-weight: 600;
	vertical-align: top;
	font-size: 15px;
	letter-spacing: 1px;
	color:#fff;
	line-height: 24px;
	margin-right: -28px;
}

.contact-content {
	width:100%;
	float:left;
}

.contact-data {
	width:100%;
	float:left;
}

.contact-data img {
	float:left;
	margin-right:40px;
}

.contact-data p {
	font-family:'Rockwell';
	font-size:24px;
	color:#D9D9D9;
	line-height:1.5em;
}

.contact-data p a {
	color:#D9D9D9;
	text-decoration: none;
}

.contact-data p a:hover {
	color:#66FF66;
}

.contact-us-title {
	width:460px;
	height:178px;
	background:url('/images/contact-us-title.png') center no-repeat;
	background-size:cover;
	position:relative;
}

.contact-us-title h3 {
	font-family: 'Rockwell';
	font-size:50px;
	text-transform:uppercase;
	position:absolute;
	right:28px;
	bottom:20px;
	color:#00B0F0;
}

.contact-us-title h3 span {
	color:#66FF66;
}

form.contact-form {
	font-family:'Rockwell';
	font-size:20px;
	color:#EEE;
	line-height:1.5em;
}

form.contact-form input[type="text"] {
	width:90%;
	border:none;
	padding:10px 20px;
	box-sizing:border-box;
	margin:5px 0 25px;
	font-family:'Rockwell';
	font-size:17px;
}

form.contact-form textarea {
	width:95%;
	border:none;
	padding:15px 20px;
	box-sizing:border-box;
	margin:5px 0 15px;
	font-family:'Rockwell';
	font-size:17px;
}

form.contact-form input[type="submit"] {
	font-family: 'Rockwell';
	font-size:22px;
	background-color:#00B0F0;
	color:#fff;
	cursor:pointer;
	border:0;
	padding:12px 18px;
	-webkit-appearance: none;
}

form.contact-form input[type="submit"]:hover {
	background-color:#00FF00;
}

.form-col {
	width:50%;
	float:left;
}
.btn.btn-primary{font-family: 'Rockwell'; text-decoration: none !important; font-size:20px; color:#fff;
text-align: center !important; text-transform: uppercase; background: #0070C0; clear:both; padding:10px;
width:300px;  margin-bottom: -20px; display: block; cursor: pointer;}
.visible-xs{display:none !important;}
/* ----- END OF CONTENT ----- */



/* ----- RESPONSIVE ----- */

@media screen and (max-width:1280px) {
	#header-wrapper {
		width:98%;
		padding:0 20px;
		box-sizing:border-box;
	}
	#content-wrapper {
		width:98%;
		padding:0 20px;
		box-sizing:border-box;
	}
	h3.subtitle {
		line-height:1.2em;
	}
	.index-carousel .slide-2 .cols-3 .col {
		width:36%;
	}
	.index-carousel .slide-2 .cols-3 .col.center {
		width:28%;
	}
	.index-carousel .slide-2 .cols-3 .circle-heading {
		font-size:38px;
	}
	.question-mark {
		font-size:200px;
		margin-top:-100px;
	}
	.clear.clear-1 {
		height:80px !important;
	}
	.clear.clear-2 {
		height:70px !important;
	}
	.clear.clear-3 {
		height:120px !important;
	}
	.clear.clear-4 {
		height:80px !important;
	}

	.chart-content {
		max-width:280px;
	}
	.pointer-title-rr {
		right:-80%;
		font-size:42px;
	}
	.pointer-title-bb {
		right:-70%;
		font-size:42px;
	}
	.pointer-title-ll {
		left:-70%;
		font-size:42px;
	}
	.index-carousel .slide-4 col col-2 right

}

@media screen and (max-width:1200px) {
	.question-mark {
		font-size:160px;
		margin-top:-80px;
	}
	.clear.clear-1 {
		height:60px !important;
	}
	.clear.clear-2 {
		height:50px !important;
	}
	.clear.clear-3 {
		height:100px !important;
	}
	.clear.clear-4 {
		height:60px !important;
	}
}

@media screen and (max-width:1100px) {
	.logo h3 a .bigger.linebreak:before {
		content: "";
		white-space: unset;
	}
.logo h3 a .bigger{font-size: unset !important;}
	.contact-us-title {
		width: 360px;
    	height: 138px;
	}
	.contact-us-title h3 {
		font-size: 38px;
		bottom: 15px;
	}

	.contact-data p {
		font-size:20px;
		margin-top:10px;
	}
	.pricing-table .table-pricing-col {
		width:50%;
		box-sizing:border-box;
		float:left;
		text-align:center;
		margin-bottom:50px;
	}
	.pricing-table .table-pricing-col:nth-child(2) {
		border-right:none;
	}

	.owl-prev, .owl-next {
		top:200px;
	}

	.process-cols p {
		font-size:22px;
		margin:20px 0;
	}

	.process-cols .col.col-2 {
		padding-left:5%;
		width:90%;
		box-sizing:border-box;
	}

	.chart-content {
		max-width:250px;
		margin-left:-30px;
	}
	.pointer-title-rr {
		right:-85%;
		font-size:42px;
	}
	.pointer-title-bb {
		right:-75%;
		font-size:42px;
	}
	.pointer-title-ll {
		left:-70%;
		font-size:42px;
	}
	.question-mark {
		font-size:140px;
		margin-top: -166px;
    	position: relative;
	}
	.clear.clear-1 {
		height:50px !important;
	}
	.clear.clear-2 {
		height:40px !important;
	}
	.clear.clear-3 {
		height:90px !important;
	}
	.clear.clear-4 {
		height:50px !important;
	}
	.index-carousel .slide-2 .cols-3 .circle-heading {
		font-size:32px;
	}
}

@media screen and (max-width:1000px) {
	.hamburger-icon {
		display:block;
	}
	.menu {
		width:100%;
		background-color: rgba(0,0,0,0.8);
		margin-bottom:20px;
		display:none;
		clear:both;
		height:100vh;
		border-top: 2px solid #fff;
	}

	.menu li {
		width:100%;
		text-align:center;
		margin: 5px 0;
	}

	.menu li a.current-menu-item {
		border:0;
	}

	.cols-2 .col {
		width:100%;
	}

	.cols-2 .col.col-1 {
		margin-bottom:50px;
	}

	.contact-content > .clear {
		display:none !important;
	}

	.contact-content .cols-2 .col-1 {
		padding-left:20vw;
		box-sizing:border-box;
	}
	.pricing-cols p {
		font-size:24px;
	}
	.process-cols .col.col-2 {
		float:none !important;
		width:100%;
		padding-left:0;
		margin-left:0%;
	}
	.video-holder {
		width: 76% !important;
    	margin-left: 12% !important;
	}
	.process-cols .page-title {
		font-size:64px;
		margin-bottom:0;
	}

	.process-cols.process-cols-step .col.col-1 {
		width: 300px;
	}

	.process-cols.process-cols-step .col.col-2 {
		padding-left:320px;
	}
	.chart-slide .clear {
		height:40px !important;
	}
	.chart-content {
		display: block;
    	margin: 0 auto;
	}
	.circle-col {
		display:none;
	}
	.hidden-col.mobile-col {
		display: table;
		margin: 0 auto;
		float: none;
		width: 350px !important;
	}
	.circle {
		margin-top:20px;
		margin-bottom:50px;
	}
	.index-carousel .slide-2 .cols-3 .col {
		width:50%;
		padding:0 20px !Important;
	}
	.index-carousel .slide-2 .cols-3 .col.right {
		text-align:left !important;
	}
	.index-carousel .slide-2 .cols-3 .col.left {
		text-align:right !important;
	}
	.overview-1, .overview-2, .overview-3, .overview-4 {display:none !important;}
	.index-carousel .slide-4 .page-title {margin-bottom:100px;}
	.index-carousel .slide-4 .clear {display:none !important}
	.index-carousel .slide-4 .cols-2 .col {width:50% !important; float:left; padding-top:60px; margin-bottom:0; margin-right:0 !important; min-height: 400px;}
	.index-carousel .slide-4 .cols-2 .col.col-1 {border-right:1px solid #FF0000;}
	.elements-responsive {display:block !important;}
	.elementss {float:left; position:relative;}
	.arrow-bottom {position:absolute; bottom:-400px; left:50%; margin-left:-21.5px !important;}
	.index-carousel .slide-4 .col.col-2 {text-align:left !important;}
	.first-arr {position:absolute; right:50%; margin-right:-15px; top:2px;}
	.second-arr {position:absolute; right:50%; margin-right:-15px; top:312px;}
	.third-arr {position:absolute; left:50%; margin-left: -30px; top: 272px;}
	.fourth-arr {position:absolute; left:50%; margin-left: -15px; top: 672px;}
}

@media screen and (min-width:1001px) {
	.menu {
		display:block !important;
	}
}

/* pricing desktop*/

.pricing-cols>.col-1>div.clear:first-of-type{height:0px !important;}
.slide-pricing.slide-1 .pricing-cols br{display: none;}
.page-title .sub{text-transform: unset; font-size:unset; color:unset;}
.slide-4.slide-pricing{text-align:center !important;}
.slide-2 .pricing-cols p{ font-size: 22px;}
.slide-2 .pricing-cols .col-1 p.pricing{padding-right:60px; border-bottom:1px dashed rgba(255,255,255,0.6); padding-bottom:5px; margin-top:20px;}
.slide-2 .pricing-cols .col-1 p.pricing>span{float:right; margin-right: -60px;}
.pricing-table{ margin-top:20px;}
.pricing-table .table-pricing-col{
	width: 24%;
	border:1px solid #4a4a4a !important;
	border-right:1px solid #4a4a4a !important;
	padding-top:20px;
	vertical-align:top;
}
.pricing-table .table-pricing-col p.prices{font-size:16px; margin:30px 0; text-align: center;}
.pricing-cols .the-price .price-item{background-color:rgba(0,0,0,0.3); border:0.2pc dashed rgba(255,255,255,0.6);}
.pricing-cols .the-price p.saves{font-size:18px; font-weight:200;}


@media screen and (max-width:768px) {
	.contact-content .cols-2 .col-1 {
		padding-left:25px;
	}
	.contact-data img {
		margin-right:25px;
	}
	#content {
		margin-top:150px;
	}
	h2.page-title {
		font-size:52px;
	}

	.process-cols .col.col-2 {
		float:none !important;
		width:100%;
		padding-left:0;
		margin-left:0%;
	}

	h3.subtitle-sample {
		font-size:24px;
	}
	.video-holder {
		width: 98% !important;
    	margin-left: 1% !important;
	}
	.process-cols.process-cols-step .col.col-1 {
		display:none;
	}
	.process-cols.process-cols-step .col.col-2 {
		padding-left:20px;
	}
	.process-cols .col.col-2.center img {
		width:100% !important;
		max-width:100% !important;
	}
	.process-cols-step {
		margin-top:0;
	}
	.process-cols {
		margin-top:20px !important;
	}
	.process-cols .page-title {
		margin-bottom:10px;
		font-size:54px;
	}
	.index-carousel .cols-3.icons-cols .col {
		width:100%;
		margin-bottom:50px;
	}

	.index-carousel .cols-3.icons-cols .col img {
		width:120px !important;
	}
	.chart-content {
		margin-left:135px;
	}
	.pointer-title-rr {
		right:-70%;
		font-size:32px;
	}
	.pointer-title-bb {
		right:-60%;
		font-size:32px;
	}
	.pointer-title-ll {
		left:-60%;
		font-size:32px;
	}
	.circle {
		width: 100%;
		padding-top: 100%;
	}
	.title-overview {
		font-size:24px !important;
	}
	.text-overview {
		font-size: 18px !important;;
	}
	.index-carousel h3.subtitle {
		font-size:32px;
	}

	/*silva*/
	.logo h1, .logo h3{display: block;}
	#header {
		background-color: rgba(0,0,0,1);
    border-bottom: 2px solid #66FF66;
	}
	#content{margin-top:140px !important;}
	h3.subtitle .highlight{color:unset !important}
	p.icon-desc .highlight{color:unset !important}
	p.icon-desc{font-size: 18px !important}
	h3.icon-title{margin-top:15px !important; }
	.visible-xs{display:block !important;}
	h2.page-title{font-size:40px !important; text-align: center !important;}
	 .owl-carousel h3.subtitle{ font-size: 22px; text-align: center; padding:0 20px;}
	.btn.btn-primary{margin-bottom:unset !important; width:unset; font-family: 'Rockwell'; text-decoration: none !important; font-size:20px; color:#fff; text-align: center !important; text-transform: uppercase; background: #0070C0; clear:both; padding:10px;}
	a.backslide{text-decoration:none !important; font-family: 'Rockwell'; color:#fff; text-align: center; padding:10px; display: block;
	margin-top:10px; font-size: 14px;}
	/*home*/
	button.owl-prev, button.owl-next{display:none;}
	.index-carousel .slide-4 .page-title{margin-bottom:20px;}
	/*home slide 2*/
	.slide-2 .circle{
		width: 60%;
    padding-top: 60%;
    margin: 0 auto;
		margin-bottom:20px;}
	.slide-2 .circle .circle-title{top:9px !important;}
	.slide-2 .circle .question-mark{font-size:100px; margin-top:-115px;}
	.circle-pharagraph,.circle-subheading{color:#999 !important; font-size: 18px !important; text-transform: lowercase !important;}

	/*home slide 3*/
	.slide-3 .chart-content{max-width:169px !important; margin-left:80px !important; margin-top: 40px;}
	.chart-title{text-align:center;}
	 .slide-3 h3.chart-title, .index-carousel .slide-3 h3.chart-title>span {font-family: 'Rockwell'; color:#fff !important; font-size: 18px !important; font-weight: normal !important;}
	 .slide-3 h3.chart-title{margin-bottom:5px;}
	/*slide 4*/
  .slide-4 .page-title {margin-bottom:20px;}
	.process-cols p {
    font-size: 16px;
    margin: 20px 0;
    color: #fff;
		text-align:center;
	}

	/*process page*/
	h3.subtitle-sample{font-size:16px;}
	h3.subtitle-sample strong{font-size:24px;}
	.cols-2 .col.col-1{margin-bottom:20px;}
	.btn.btn-primary.btn-sm{
		font-size:14px; min-width:200px; text-align: center; display: block; margin:5px 0;
	}

	/*pricing*/
	.pricing-cols p{
		font-size:18px;
	}
	.pricing-cols>.col-1>div.clear:first-of-type{height:0px !important;}
	.slide-pricing.slide-1 .pricing-cols br{display: none;}
	.page-title .sub{text-transform: unset; font-size:unset; color:unset;}
	.slide-4.slide-pricing{text-align:center !important;}
	.slide-2 .pricing-cols .col-1{ padding:0;}
	.slide-2 .pricing-cols .col-1 p.pricing{padding-right:60px; border-bottom:1px dashed rgba(255,255,255,0.6); padding-bottom:5px; margin-top:20px;}
	.slide-2 .pricing-cols .col-1 p.pricing>span{float:right; margin-right: -60px;}
	.pricing-table{ margin-top:20px;}
	.pricing-table .table-pricing-col{
		width: calc(100% - 2px) !important;
		border:1px solid #4a4a4a !important;
		border-right:1px solid #4a4a4a !important;
		padding-top:20px;
	}
	.pricing-table .table-pricing-col p.prices{font-size:16px; margin:10px;}
	.pricing-cols .the-price .price-item{background-color:rgba(0,0,0,0.3); border:0.2pc dashed rgba(255,255,255,0.6);}
	.pricing-cols .the-price p.saves{font-size:18px; font-weight:200;}
	.pricing-table .table-pricing-col .the-price{
		/*display:none;*/
	}

	/*contact page*/
	.contact-us-title{padding-right:0; margin-left: 20px;}
	.contact-content .cols-2 .col.col-1{padding:0;}
	.contact-content .contact-data.contact-phone{margin-top:-40px;}
	form.contact-form{text-align:center !important;}
	form.contact-form  p{display:none !important;}
	form.contact-form input[type="submit"]{width:100%;}
}

@media screen and (max-width:640px) {
	.pricing-table .table-pricing-col {
		width:100%;
		box-sizing:border-box;
		float:left;
		text-align:center;
		padding-bottom:30px;
		margin-bottom:30px;
		border-bottom:1px solid #fff;
		border-right:0;
	}
	.pricing-cols .col.col-1 .clear {
		height:50px !important;
	}
	.chart-content {
		margin-left:135px;
	}
	.pointer-title-rr {
		right:-35%;
		font-size:32px;
		top:-16%;
	}
	.pointer-title-bb {
		right: -10%;
		font-size: 32px;
		bottom: -45%;
	}
	.pointer-title-ll {
		left: -45%;
		font-size:32px;
	}
}

@media screen and (max-width:560px) {
	.chart-content {
		margin-left:110px;
	}
	.chart-title {
		font-size:26px;
	}
	.spacing {
		display:inline-block !important;
	}
	.index-carousel .slide-2 .cols-3 .col {
		width:100%;
	}
	.index-carousel .slide-2 .cols-3 .col.left, .index-carousel .slide-2 .cols-3 .col.right {
		text-align:center !important;
	}
	.index-carousel .slide-2 .cols-3 .col.right {
		margin-bottom:40px;
	}
	.clear.clear-1, .clear.clear-2, .clear.clear-3, .clear.clear-4 {
		height:50px !important;
	}
	.hidden-col.mobile-col {
		width:280px !important;
	}
	.title-overview {
		font-size:20px !important;
	}
}

@media screen and (max-width:520px) {
	.form-col {
		width:100%;
	}
	form.contact-form input[type="text"], form.contact-form textarea {
		width:100%;
	}
	.contact-data img {
		float:none;
		margin: 0 auto;
    	display: table;
	}
	.contact-data p {
		text-align:center;
	}
	.contact-us-title {
		width: 300px;
		height: 115px;
	}
	.contact-us-title h3 {
		font-size: 30px;
		bottom: 14px;
	}
	.chart-content {
		max-width:200px;
		margin-left:95px;
	}
	.pointer-title-ll {
		left: -52%;
    	font-size: 28px;
	}
	.pointer-title-bb {
    	font-size: 28px;
	}
	.pointer-title-rr {
		font-size: 28px;
    	top: -18%;
	}

	.fourth-arr {
		top:700px;
	}

	.coomm {display:none !important;}
	.resp {display:inline-block !important;}
	.third-arr {top: 292px;}
	.index-carousel .slide-4 .cols-2 .col.col-1 {
		padding-left:0 !important;
	}
	.index-carousel .slide-4 .cols-2 .col.col-2 {
		padding-right:0 !important;
	}
}

@media screen and (max-width:440px) {
	.chart-content {
		max-width:180px;
		margin-left:80px;
	}
	.text-overview {
		font-size:16px !important;
	}
	.index-carousel .slide-4 .cols-2 .col {
		min-height:460px;
	}
	.arrow-bottom {bottom:-460px;}
	.fourth-arr {top:750px;}
	.third-arr {top:268px;}
}

@media screen and (max-width:400px) {
	.contact-us-title {
		width: 240px;
		height: 92px;
	}
	.contact-us-title h3 {
		font-size: 24px;
		bottom: 12px;
		right: 22px;
	}
	.chart-content {
		max-width:150px;
		margin-left:60px;
	}
	.pointer-title-ll {
		top: 5%;
		left: -55%;
		font-size:24px;
	}
	.pointer-title-rr {
		top:-24%;
		font-size:24px;
		right: -26%;
	}
	.pointer-title-bb {
		bottom:-50%;
		font-size:24px;
	}
	.third-arr {
		top:312px;
	}
	.fourth-arr {top:750px;}
}

/* ----- END OF RESPONSIVE ----- */
