@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 100%;
}
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, font, img, ins, kbd, q, s, samp, small, strike, 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;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a, a:link {
	text-decoration: none;
	outline: none;
}
figure {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	padding: 2px 0;
}
.clear {
	clear: both;
}
a{
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
body{
	margin: 0 !important;
	padding: 0;
	font-family: 'ArialRegular';
	background: #fff;
}
header{
	width: 100%;
	float: left;
	background:#b2fff6 url(../images/header.jpg) top left no-repeat;
	background-size:cover;
	padding:60px 0 80px;
}
.navigation{
	padding: 0 10px;
	line-height:33px;
}
.navigation a.navbar-brand {
	padding: 0;
}
.navbar-toggler-icon i {
	color: #000;
	font-size: 30px;
}
nav{
	font-size: 22px;
	color: #000;
}
nav a {
	color: #000;
	padding-left: 29px;
}
nav a:hover {
	color: #8781bd;
}
nav a.active {
	color: #8781bd;
}
header h1{
	font-family:'ArialBold';
	font-size:50px;
	padding-top:100px;
	margin-bottom:30px;
}
header p{
	font-size:20px;
	line-height:30px;
	margin:0 50px 20px 0;
}
a.startbtn{
	display:inline-block;
	background:#000;
	color:#fff;
	text-align:center;
	border-radius:30px;
	line-height:65px;
	width:200px;
	margin-right:25px;
	font-family:'ArialBold';
	font-size:25px;
}
a.startbtn:hover{
	background:#fff;
	color:#000;
}
a.pricebtn{
	display:inline-block;
	background:#fff;
	color:#000;
	text-align:center;
	border-radius:30px;
	line-height:65px;
	width:200px;
	font-family:'ArialBold';
	font-size:25px;
}
a.pricebtn:hover{
	background:#000;
	color:#fff;
}
.logos-sec{
	width:100%;
	float:left;
	padding:99px 0 82px;
	text-align:center;
}
.amaze-sec{
	width:100%;
	float:left;
	background:url(../images/amazebg.jpg) top left no-repeat;
	background-size:cover;
	padding:100px 0;
}
.amaze-sec h4{
	width:60%;
	font-size:45px;
	margin-bottom:70px;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 30px 0;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
	background: url(../images/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-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);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
	margin: 0 auto;
}
.slick-slide img.slick-loading {
	background: url(../images/ajax-loader.gif) center center no-repeat;
	padding-bottom: 100%;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 0;
	background: url(../images/prev.png) no-repeat center center;
	width: 19px;
	height: 9px;
}
.slick-next {
	right: 0;
	background: url(../images/next.png) no-repeat center center;
	width: 19px;
	height: 9px;
}
/* Dots */
.slick-slider {
	margin-bottom: 10px;
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 2px;
	padding: 0px;
}
.slick-dots li a {
	display: block;
	height: 10px;
	width: 10px;
	background: #fff;
	outline: none;
	border-radius: 50%;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	border:#000 solid 1px;
}
.slick-dots li.slick-active a {
	background: #000;
	border:#000 solid 1px;
}
.gallery-sec{
	width:100%;
	float:left;
}
.white-div{
	background:#fff;
	padding:30px;
	border-radius:30px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	margin:10px;
}
.white-div h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:15px;
	line-height:41px;
	margin-bottom:20px;
}
.white-div h3 img{
	float:left;
	margin-right:14px;
}
.white-div p{
	font-size:15px;
	line-height:25px;
}
.collaborate-sec{
	width:100%;
	float:left;
	padding:100px 0;
	background:url(../images/design.jpg) bottom right no-repeat;
}
.collaborate-sec h3{
	font-size:40px;
	margin-bottom:20px;
}
.collaborate-sec p{
	font-size:20px;
	margin-bottom:20px;
	line-height:30px;
}
ul.tick li{
	background:url(../images/tick.png) top 5px left no-repeat;
	padding-left:50px;
	font-size:30px;
	margin-bottom:35px;
}
.team-sec{
	width:100%;
	float:left;
	background:url(../images/design1.jpg) top right no-repeat;
	padding-bottom:100px;
}
.team-sec h3{
	font-size:40px;
	margin-bottom:20px;
	width:50%;
}
.team-sec p{
	font-size:20px;
	margin-bottom:20px;
	line-height:30px;
}
.video-sec{
	width:100%;
	float:left;
	background:#b2fff6;
}
.video-text{
	padding:20px 0;
}
.video-text h3{
	font-family:'ArialBold';
	font-size:36px;
	margin-bottom:20px;
}
.video-text p{
	font-size:24px;
	margin-bottom:20px;
}
a.trialbtn{
	display:block;
	border-radius:30px;
	text-align:center;
	color:#fff;
	font-family:'ArialBold';
	font-size:24px;
	line-height:55px;
	background:#000;
	width:200px;
}
a.trialbtn:hover{
	color:#000;
	background:#fff;
}
.testimonial-sec{
	width:100%;
	float:left;
	padding:100px 0;
	overflow:hidden;
}
.testimonial-div{
	width:70%;
	margin:auto;
	background:#000;
	padding:30px;
}
.testimonial-div1{
	width:100%;
	border:#4d4d4d solid 1px;
	padding:30px;
	text-align:center;
	color:#fff;
}
.testimonial-div1 p{
	margin-bottom:20px;
	font-size:16px;
	line-height:32px;
	width:90%;
	margin:auto;
}
.testimonial-div1 p strong{
	font-family:'ArialBold';
	font-size:20px;
}
.testimonial-sec .slick-next{
	right:-130px;
}
.testimonial-sec .slick-prev{
	left:-150px;
}
.subscribe-sec{
	width:100%;
	float:left;
	background:#f3f3f3;
	padding:100px 0;
}
.subscribe-sec h3{
	text-align:center;
	color:#000;
	font-size:36px;
	margin-bottom:35px;
}
.subscribe-sec form{
	margin:auto;
	width:80%;
}
.subscribe-sec input[type=text]{
	width:100%;
	float:left;
	line-height:50px;
	border:#c5c5c5 solid 1px;
	background:#fff;
	padding-left:15px;
	font-size:14px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.subscribe-sec input[type=email]{
	width:100%;
	float:left;
	line-height:50px;
	border:#c5c5c5 solid 1px;
	background:#fff;
	padding-left:15px;
	font-size:14px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.subscribe-sec input[type=submit]{
	width:100%;
	float:left;
	line-height:50px;
	border:none;
	background:#000;
	font-size:18px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-family:'ArialBold';
	cursor:pointer;
}
.subscribe-sec input[type=submit]:hover{
	background:#fff;
	color:#000;
}
.contact-sec{
	width:100%;
	float:left;
	background:#b2fff6;
	padding:60px 0;
	border-top:#fff solid 2px;
	font-size:16px;
	line-height:24px;
}
.contact-sec a{
	color:#000;
}
footer {
	width: 100%;
	float: left;
	padding: 85px 0 30px;
	background:url(../images/footbg.jpg) top left repeat-x;
}
.about-div p {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 30px;
}
.info h3 {
	font-family:'ArialBold';
	font-size: 22px;
	margin-bottom: 34px;
	color:#000;
}
.info ul li {
	font-size: 19px;
	margin-bottom: 15px;
}
.info ul li a {
	color: #000;
}
.info ul li a:hover {
	color: #8781bd;
}
.copyright-sec{
	border-top: #adadad solid 1px;
	padding-top: 50px;
	text-align: center;
	font-size: 20px;
	line-height:32px;
}
.copyright-sec a {
	color: #000;
    padding: 0 10px;
}
.copyright-sec a:hover{
	color: #8781bd;
}
.copyright-sec p{
	margin-bottom:28px;
}
.copyright-sec img {
	margin-right: 28px;
}

/*===== BACK TO TOP =====*/

#back-to-top {
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 100%;
	z-index: 999;
}
#back-to-top a {
	text-align: right;
	text-decoration: none;
	display: block;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
}
#back-to-top a span {
	background: #d1d1d1;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	top: 10px;
}

/*FONTS*/

@font-face {
    font-family:'ArialRegular';
    src: url('../fonts/arial.eot');
    src: url('../fonts/arial.eot') format('embedded-opentype'),
         url('../fonts/arial.woff') format('woff'),
         url('../fonts/arial.ttf') format('truetype'),
         url('../fonts/arial.svg#ArialRegular') format('svg');
}
@font-face{
    font-family:'arvoregular';
    src: url('../fonts/arvo-regular-webfont.woff2') format('woff2'),
         url('../fonts/arvo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'ArialBold';
    src: url('../fonts/arialbd.eot');
    src: url('../fonts/arialbd.eot') format('embedded-opentype'),
         url('../fonts/arialbd.woff') format('woff'),
         url('../fonts/arialbd.ttf') format('truetype'),
         url('arialbd.svg#ArialBold') format('svg');
}
@font-face {
    font-family:'arvobold';
    src: url('../fonts/arvo-bold-webfont.woff2') format('woff2'),
         url('../fonts/arvo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}