@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,900,100,600,400,500,800);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface|Bungee+Inline|Fredericka+the+Great|Limelight|Lobster|Monoton);
body {
	font-family: 'Open+Sans', sans-serif;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
	width: 100%!important;
	height: 100%!important;
	font-size: 14px;
	color: #616161;
	line-height: 28px;
	margin: 0;
	padding: 0;
	position: relative
}

#canvas {
	background: #000;
	margin: 0;
	padding: 0
}

.list-style-one i {
	position: absolute;
	left: 3px;
	top: 3px;
	font-size: 19px;
	color: #3f3d56!important
}

.white {
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 28px
}

.list-style-one li {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	padding: 0 0 0 25px;
	margin-bottom: 15px
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #666
}

.small,
small {
	font-size: 90%;
	font-weight: 100;
	font-size: 16px;
	letter-spacing: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Raleway, sans-serif
}

a {
	color: #fff
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

a:focus {
	color: #fff
}

ol,
ul {
	list-style: none
}

.bg-warning {
	background-color: #fca926!important
}

.text-warning {
	color: #fca926!important;
	padding: 10px 0 0 0;
	font-weight: 300
}

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

ol,
ul {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0
}

clients-name .radius {
	border-radius: 50%
}

img {
	max-width: 100%;
	height: auto
}

p.para-hero {
	font-size: 25px;
	line-height: 28px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 15px
}

.copy-right {
	color: #fff
}

.copy-right p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 5px
}

.text-center {
	text-align: center
}

.shape-bottom-i img.bottom-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	width: 100%;
	margin: 0 auto
}

.shape-bottom img.bottom-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 100%;
	margin: 0 auto
}

.shape-bottom-ii img.bottom-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	width: 100%;
	margin: 0 auto
}

.shape-bottom-iii img.bottom-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	z-index: +11
}

.image-top img {
	position: absolute;
	right: 10px;
	width: 50%;
	z-index: +1;
	margin: 150px 0 0 0
}

svg {
	display: block;
	width: 100%;
	height: 300px;
	margin: -30px auto;
	text-transform: uppercase;
	font: 6.5em Montserrat;
	letter-spacing: 5px;
	font-weight: 500
}

.text-copy {
	fill: none;
	stroke: #fff;
	stroke-dasharray: 10% 20%;
	stroke-width: 3px;
	stroke-dashoffset: 0;
	animation: stroke-offset 5.5s infinite linear
}

.text-copy:nth-child(1) {
	stroke: #ffc40f;
	animation-delay: -1
}

.text-copy:nth-child(2) {
	stroke: #fff;
	animation-delay: -2s
}

.text-copy:nth-child(3) {
	stroke: #0268c7;
	animation-delay: -3s
}

.text-copy:nth-child(4) {
	stroke: #0268c7;
	animation-delay: -4s
}

.text-copy:nth-child(5) {
	stroke: #1baffc;
	animation-delay: -5s
}

@keyframes stroke-offset {
	100% {
		stroke-dashoffset: -35%
	}
}

.me p {
	font-weight: 200
}

.me span {
	font-weight: 700
}

.social {
	position: fixed;
	top: 390px;
	left: 10px;
	width: 1%;
	z-index: +11
}

.social ul {
	padding: 0;
	-webkit-transform: translate(-270px, 0);
	-moz-transform: translate(-270px, 0);
	-ms-transform: translate(-270px, 0);
	-o-transform: translate(-270px, 0);
	transform: translate(-270px, 0)
}

.social ul li {
	display: block;
	margin: 10px;
	background: #fff;
	width: 290px;
	text-align: right;
	padding: 5px;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	border: 1px dashed #333
}

.social ul li:hover {
	-webkit-transform: translate(110px, 0);
	-moz-transform: translate(110px, 0);
	-ms-transform: translate(110px, 0);
	-o-transform: translate(110px, 0);
	transform: translate(110px, 0);
	background: #eee
}

.social ul li:hover a {
	color: #000
}

.social ul li:hover i {
	color: #fff;
	background: #000;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.social ul li i {
	margin-left: 10px;
	color: #fff;
	background: #3f3d56;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 20px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0)
}

@media (max-width:768px) {
	.social ul li {
		display: none
	}
	.header-hero h1 {
		font-size: 40px
	}
}

.single-services {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
	-moz-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
	box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	padding: 50px 30px;
	border: 2px solid transparent;
	border-radius: 8px;
	border: 1px dashed #666
}

@media (max-width:767px) {
	.single-services {
		padding: 20px 20px 30px
	}
}

.single-services .services-icon {
	display: inline-block;
	position: relative
}

.single-services .services-icon img {
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}

.single-services .services-icon .shape-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.single-services .services-icon i {
	position: absolute;
	top: 50%;
	left: 46%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 55px;
	color: #fff
}

.single-services .services-content .services-title a {
	font-size: 22px;
	font-weight: 700;
	color: #2e2e2e;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-services .services-content .services-title a {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.single-services .services-content .services-title a {
		font-size: 20px
	}
}

.single-services .services-content .services-title a:hover {
	color: #361cc1
}

.single-services .services-content .text {
	margin-top: 00px;
	font-size: 16px
}

@media (max-width:767px) {
	.single-services .services-content .text {
		margin-top: 20px
	}
}

.single-services .services-content .more {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #2e2e2e;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.single-services .services-content .more i {
	margin-left: 10px
}

.single-services .services-content .more:hover {
	color: #361cc1
}

.single-services:hover {
	border-color: #fe7a7b
}

.single-services:hover .services-icon .shape {
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg)
}

#superb-services {
	padding: 90px 0 90px 0
}

.superb-services .section-title hr {
	border-color: #151515
}

.superb-services i {
	font-size: 35px;
	line-height: 40px;
	color: #333;
	width: 70px;
	height: 70px;
	padding: 15px;
	border: 1px solid #eee;
	border-color: #333 #333 #092b3c;
	border: 1px solid #f99800;
	box-shadow: 5px 5px 0 0 #f99800
}

.superb-services h4 {
	font-size: 18px;
	margin-top: 25px;
	position: relative;
	letter-spacing: 1px
}

.superb-services .mask-top {
	background-color: #fff;
	padding: 65px;
	position: absolute;
	top: 0;
	transition: all .3s ease-out 0s;
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .mask-top h4:before {
	top: -18px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: -2px auto;
	position: absolute;
	width: 40px
}

.superb-services .s-feature-box:hover .mask-top {
	top: -200px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .s-feature-box {
	overflow: hidden;
	position: relative;
	min-height: 280px;
	border: 1px solid #dadada;
	margin-bottom: 30px;
	cursor: pointer;
	background: #f99800
}

.superb-services .mask-bottom {
	color: #333;
	padding: 35px 15px 35px 15px;
	width: 100%;
	position: absolute;
	bottom: -300px;
	height: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .mask-bottom p {
	padding: 0 5px
}

.superb-services .mask-bottom h4 {
	margin: 15px 0 17px
}

.superb-services .s-feature-box:hover .mask-bottom {
	bottom: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .mask-bottom i {
	background: #fff none repeat scroll 0 0;
	border: 5px solid #f99800;
	border-radius: 50%;
	color: #333;
	font-size: 31px;
	height: 80px;
	line-height: 52px;
	padding: 10px;
	width: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.counter-wrapper {
		padding-left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-wrapper {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.counter-wrapper {
		padding-left: 0
	}
}

.counter-wrapper .counter-content .text {
	font-size: 17px
}

.counter-wrapper .single-counter {
	max-width: 125px;
	height: 120px;
	border-radius: 60px;
	position: relative;
	z-index: 5;
	margin-top: 30px
}

@media (max-width:767px) {
	.counter-wrapper .single-counter {
		max-width: 100px;
		height: 80px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper .single-counter {
		max-width: 125px;
		height: 120px
	}
}

.counter-wrapper .single-counter::before {
	position: absolute;
	content: '';
	width: 125px;
	height: 120px;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: -1;
	border-radius: 16px;
	padding: 45px
}

@media (max-width:767px) {
	.counter-wrapper .single-counter::before {
		max-width: 100px;
		height: 80px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper .single-counter::before {
		max-width: 155px;
		height: 120px
	}
}

.counter-wrapper .single-counter.counter-color-1::before {
	background: #00b0ff;
	border: 5px solid #eee;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.counter-wrapper .single-counter.counter-color-2::before {
	background: #00b0ff;
	border: 5px solid #eee;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.counter-wrapper .single-counter.counter-color-3::before {
	background: #00b0ff;
	border: 5px solid #eee;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.counter-wrapper .single-counter .count {
	font-size: 30px;
	font-weight: 700;
	color: #fff
}

@media (max-width:767px) {
	.counter-wrapper .single-counter .count {
		font-size: 18px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper .single-counter .count {
		font-size: 22px
	}
}

.counter-wrapper .single-counter .text {
	font-size: 16px;
	color: #fff;
	margin: -12px 0 0 0
}

@media (max-width:767px) {
	.counter-wrapper .single-counter .text {
		font-size: 14px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.counter-wrapper .single-counter .text {
		font-size: 16px
	}
}

.counter-Txt {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

.counter-Txt span {
	display: block;
	font-size: 22px
}

@media(min-width:320px) and (max-width:767px) {
	.c-no {
		height: 100%
	}
	.counter-Txt {
		margin-top: 35px
	}
	.margin-bot-35 {
		margin-bottom: 35px
	}
}

.yellow {
	color: #333!important;
	font-weight: 300;
	line-height: 30px
}

#about-review {
	background: #ffbe05;
	padding: 22px;
	border-top: 10px dashed #fff
}

#about-review-full {
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #ff4200, #ffbe05) repeat scroll 0 0;
	padding: 60px 0 40px 0
}

#about-review-full-white {
	background: #ffbe05;
	padding: 80px 0 0 0
}

.review {
	padding: 40px
}

.review-text {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 25px
}

.bg-theme {
	background: url(../img/hero/02_home.jpg) repeat fixed 0 0/cover
}

.theme-back {
	background: rgba(255, 255, 255, .9) none repeat scroll 0 0;
	padding: 55px;
	border: 4px double #666
}

.small-do {
	font-size: 20px;
	color: #333;
	letter-spacing: 22px
}

.theme-text {
	font-size: 55px;
	text-transform: uppercase;
	color: #000;
	line-height: 55px
}

.theme-p {
	font-size: 15px;
	color: #5d5d5d;
	padding: 20px
}

.theme-pp {
	font-size: 22px;
	color: #333;
	padding: 15px;
	letter-spacing: 1px;
	text-transform: uppercase
}

.btn-small {
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	padding: 13px 18px;
	transition: all .5s ease 0s;
	background: #ffbe05;
	letter-spacing: 1px;
	font-weight: 600;
	border: none
}

.btn-small:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
	animation: .3s ease 0s normal forwards 1 running anim-moema-1!important
}

.btn-small-black {
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	padding: 13px 18px;
	transition: all .5s ease 0s;
	background: #000;
	letter-spacing: 1px;
	font-weight: 600;
	border: none
}

.btn-small-black:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
	animation: .3s ease 0s normal forwards 1 running anim-moema-1!important
}

.btn-small-white {
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	color: #000;
	font-size: 13px;
	padding: 14px 18px;
	transition: all .5s ease 0s;
	background: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	border: none
}

.btn-small-white:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
	animation: .3s ease 0s normal forwards 1 running anim-moema-1!important
}

.btn-download-black {
	font-weight: 600;
	display: inline-block;
	border: 1px solid #ffbe05;
	padding: 20px 30px;
	background: #000;
	color: #fff;
	font-size: 15px;
	text-shadow: none;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
	text-transform: uppercase;
	max-width: 100%;
	width: 210px;
	letter-spacing: 1px
}

.btn-download-black:hover {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	display: inline-block
}

.btn-download {
	background: #3f3d56;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	max-width: 100%;
	padding: 15px 35px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all .8s ease 0s;
	border-radius: 50px;
	letter-spacing: 1px
}

.btn-download:hover {
	background: #00b0ff;
	color: #fff;
	text-decoration: none;
	display: inline-block
}

.btn-download i {
	color: #000!important;
	font-size: 16px!important
}

.btn-download:hover i {
	color: #fff!important;
	font-size: 16px!important
}

.btn-download:focus {
	color: #fff
}

.btn-download-yell {
	background: #000;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	max-width: 100%;
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all .1s ease 0s;
	width: 160px;
	letter-spacing: 1px
}

.btn-download-yell:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
	display: inline-block
}

.btn-download-wt i {
	color: #fff!important;
	font-size: 22px!important
}

.btn-download-wt:hover i {
	color: #000!important;
	font-size: 22px!important
}

.btn-download-wt:hover i {
	color: #000
}

.btn-download-wt:focus {
	color: #fff
}

.btn-get {
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #ffbe05;
	color: #000;
	font-size: 16px;
	text-shadow: none;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
	margin: 5px 10px 0;
	text-transform: uppercase;
	max-width: 100%;
	width: 210px;
	font-weight: 600;
	background: #ffbe05;
	box-shadow: 3px 6px 0 0 #000;
	letter-spacing: 1px
}

.btn-get:hover {
	background-color: #000;
	color: #ffbe05;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000;
	box-shadow: 0 6px 0 0 #ffbe05
}

.btn-get i {
	color: #000!important;
	font-size: 22px!important
}

.btn-get:hover i {
	color: #ffbe05!important;
	font-size: 22px
}

.btn-get:focus {
	color: #fff
}

.btn-download-send {
	display: inline-block;
	border: none;
	padding: 20px 30px;
	background-color: #ffbe05;
	color: #fff;
	font-size: 18px;
	text-shadow: none;
	text-decoration: none;
	-webkit-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
	text-transform: uppercase;
	border-radius: 0;
	max-width: 100#;
	width: 225px;
	margin-top: 2px
}

.btn-download-send:hover {
	background-color: #333;
	border: none;
	color: #fff;
	text-decoration: none;
	display: inline-block
}

.btn-download-small i {
	color: #fff;
	font-size: 22px
}

.btn-download-small:hover i {
	color: #333
}

.btn-download-small {
	display: inline-block;
	border: 1px solid #ffbe05;
	padding: 12px 30px;
	background: #ffbe05;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
	text-transform: uppercase;
	max-width: 100%;
	width: 190px;
	margin-top: 22px
}

.btn-download-small:hover {
	background-color: transparent;
	border: 1px solid #ffbe05;
	color: #333;
	text-decoration: none;
	display: inline-block
}

.btn-download-small:focus {
	color: #fff
}

.btn-outline-secondary {
	color: #000;
	border-radius: 50px;
	font-size: 13px;
	padding: 8px 20px;
	box-shadow: 0 0 12px 0 #eee;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 12px 0 #eee;
	background: #fca926
}

.btn-outline-secondary:hover {
	color: #fff;
	border-color: #6c757d;
	border-radius: 50px;
	font-size: 13px;
	padding: 8px 20px;
	box-shadow: 0 0 12px 0 #eee;
	background: #333
}

.btn-style-order-nav {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 8px 25px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff!important;
	background: #3f3d56;
	border-radius: 50px;
	margin-top: 20px
}

.btn-style-order-nav:hover {
	background: #333;
	color: #fff!important
}

.btn-style-order-nav-i {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 8px 25px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff!important;
	background: #ff8e14;
	border-radius: 50px;
	margin-top: 20px
}

.btn-style-order-nav:hover {
	background: #333;
	color: #fff!important
}

.hero {
	display: table;
	height: 100vh;
	padding: 0;
	position: relative;
	width: 100%
}

.hero .hero-content.light-txt .hero-subtitle {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.hero .hero-content.light-txt h1,
.hero .hero-content.light-txt h2 {
	color: #fff;
	text-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.hero .hero-content.light-txt .button-bg {
	background: #fc575e none repeat scroll 0 0;
	border-color: #fc575e
}

.hero .hero-content.light-txt .button-bg:hover {
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #333
}

.hero .hero-content.light-txt .button {
	border: 1px solid #fff;
	color: #fff
}

.hero .hero-content.light-txt .button:focus,
.hero .hero-content.light-txt .button:hover {
	border-color: #fc575e
}

.hero .hero-content {
	display: table-cell;
	transform: translateY(-2.1rem);
	vertical-align: middle
}

.hero .hero-content h1,
.hero .hero-content h2,
.video-banner h1,
.video-banner h2 {
	display: inline-block;
	line-height: 1.071;
	margin-bottom: 2rem;
	margin-top: 1rem;
	text-shadow: none
}

.hero .hero-content h1,
.video-banner h1 {
	font-size: 55px;
	font-weight: 200;
	color: #333;
	letter-spacing: 3px;
	font-family: 'Bungee Inline', cursive;
	padding: 45px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	border: 0 solid #fff
}

.hero .hero-content-i.light-txt .hero-subtitle {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.hero .hero-content-i.light-txt h1,
.hero .hero-content.light-txt h2 {
	color: #ffa800;
	text-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.hero .hero-content-i.light-txt .button-bg {
	background: #fc575e none repeat scroll 0 0;
	border-color: #fc575e
}

.hero .hero-content-i.light-txt .button-bg:hover {
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #333
}

.hero .hero-content-i.light-txt .button {
	border: 1px solid #fff;
	color: #fff
}

.hero .hero-content-i.light-txt .button:focus,
.hero .hero-content.light-txt .button:hover {
	border-color: #fc575e
}

.hero .hero-content-i {
	display: table-cell;
	transform: translateY(-2.1rem);
	vertical-align: middle
}

.hero .hero-content h2,
.hero .hero-content-i h1,
.video-banner h1,
.video-banner h2 {
	display: inline-block;
	line-height: 1.071;
	text-shadow: none
}

.hero .hero-content-i h1,
.video-banner h1 {
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
	border-bottom: 2px dashed #fff;
	padding-bottom: 20px
}

.header-hero {
	position: relative;
	z-index: 5;
	background-position: bottom center;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center
}

.header-hero-content .header-title {
	font-size: 48px;
	font-weight: 400;
	color: #fff;
	line-height: 60px;
	margin-bottom: 2px
}

.header-hero-content .main-btn {
	margin-top: -7px;
	font-size: 17px;
	border-radius: 35px;
	letter-spacing: 2px;
	border: 4px solid #fff
}

.header-hero-content .text {
	margin-top: 69px;
	font-size: 26px;
	background: linear-gradient(to right, #fe8464 0, #fe6e9a 50%, #fe8464 100%);
	color: #f0f8ff;
	width: 440px;
	margin: 0 auto;
	padding: 15px;
	border: 1px dashed #333;
	color: #000;
	letter-spacing: 1px;
	font-weight: 600
}

.header-hero-content .main-btn {
	margin-top: -7px;
	font-size: 17px;
	border-radius: 35px;
	letter-spacing: 2px;
	border: 4px solid #fff
}

.hero .hero-content-ii.light-txt .hero-subtitle {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.hero .hero-content-ii.light-txt h1,
.hero .hero-content.light-txt h2 {
	color: #fff
}

.hero .hero-content-ii.light-txt .button-bg {
	background: #fc575e none repeat scroll 0 0;
	border-color: #fc575e
}

.hero .hero-content-ii.light-txt .button-bg:hover {
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #333
}

.hero .hero-content-ii.light-txt .button {
	border: 1px solid #fff;
	color: #fff
}

.hero .hero-content-ii.light-txt .button:focus,
.hero .hero-content.light-txt .button:hover {
	border-color: #fc575e
}

.hero .hero-content-ii {
	display: table-cell;
	transform: translateY(-2.1rem);
	vertical-align: middle
}

.hero .hero-content h2,
.hero .hero-content-ii h1,
.video-banner h1,
.video-banner h2 {
	display: inline-block;
	line-height: 1.071;
	text-shadow: none
}

.hero .hero-content-ii h1,
.video-banner h1 {
	font-size: 55px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 2px;
	line-height: normal
}

@media (max-width:480px) {
	.hero .hero-content h2,
	.video-banner h2 {
		font-size: 4.4rem;
		font-size: 35px
	}
	.hero .hero-content h5 {
		color: #fc575e;
		font-size: 2.3rem;
		letter-spacing: .3rem;
		line-height: 1.565;
		margin-bottom: 0
	}
	.hero .hero-content .hero-subtitle {
		font-size: 12px;
		letter-spacing: 8px;
		line-height: 28px;
		margin-bottom: 2px;
		text-shadow: none
	}
	.hero .hero-content .group-button {
		display: inline-block;
		margin-top: 30px
	}
	.hero .hero-content .group-button a {
		margin: 0 10px
	}
}

.hero .hero-content .button-bg {
	background: #fc575e none repeat scroll 0 0;
	border-color: #fc575e;
	color: #fff
}

.hero .hero-content .button-bg:hover {
	background: #000 none repeat scroll 0 0;
	border-color: #000;
	color: #fff
}

.hero .hero-content .button {
	border: 1px solid #000;
	border-radius: 40px;
	color: #000;
	font-size: 1.3rem;
	height: 6rem;
	letter-spacing: .25rem;
	line-height: 5.4rem;
	margin-top: .6rem;
	padding: 10px 30px;
	text-transform: uppercase
}

.hero .hero-content .button:focus,
.hero .hero-content .button:hover {
	border-color: #fc575e
}

.hero-short-banner {
	height: 500px
}

.hero-overlay {
	background: linear-gradient(#361cc1 50%, #01c7d9 100%);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: .8
}

.hero-overlay-bl {
	background: linear-gradient(315deg, #000 30%, #000 90%);
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%
}

.hero-overlay-i {
	background: linear-gradient(315deg, #fc0 30%, #fd2525 90%);
	height: 100%;
	left: 0;
	opacity: .9;
	position: absolute;
	top: 0;
	width: 100%
}

.hero-overlay-i-o {
	background: linear-gradient(315deg, #fc0 30%, #fd2525 90%);
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%
}

) .hero-overlay-i-black {
	background: linear-gradient(215deg, #1b1627 60%, #000 50%);
	height: 100%;
	left: 0;
	opacity: .9;
	position: absolute;
	top: 0;
	width: 100%
}

.header-hero {
	position: relative;
	z-index: 5;
	background-position: bottom center
}

#particles-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.header-hero-content h1 {
	color: #fff;
	padding: 150px 0 0 0;
	font-size: 50px
}

@media (max-width:767px) {
	.header-hero-content {
		padding-top: 10px
	}
}

.header-hero-content .header-sub-title {
	font-size: 38px;
	font-weight: 300;
	color: #fff
}

@media (max-width:767px) {
	.header-hero-content .header-sub-title {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-hero-content .header-sub-title {
		font-size: 30px
	}
}

.header-hero-content .header-title {
	font-size: 45px;
	font-weight: 100;
	color: #fff
}

@media (max-width:767px) {
	.header-hero-content .header-title {
		font-size: 24px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.header-hero-content .header-title {
		font-size: 30px
	}
}

.header-hero-content .text {
	color: #fff;
	margin-top: 30px
}

.header-hero-content .main-btn {
	margin-top: 40px
}

@media (max-width:767px) {
	.header-hero-image img {
		max-width: 100%
	}
}

@media (max-width:767px) {
	.header-hero-image {
		padding-top: 30px
	}
}

.play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#f82249 50%, rgba(101, 111, 150, .15) 52%);
	border-radius: 50%;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border: 1px dashed #fff
}

.play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: +11;
	transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

.play-btn:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid rgba(163, 163, 163, .4);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0)
}

.play-btn:hover::after {
	border-left: 15px solid #f82249;
	-webkit-transform: scale(20);
	transform: scale(20)
}

.play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: +1111;
	-webkit-animation: none;
	animation: none;
	border-radius: 0
}

@-webkit-keyframes pulsate-btn {
	0% {
		-webkit-transform: scale(.6, .6);
		transform: scale(.6, .6);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
}

@keyframes pulsate-btn {
	0% {
		-webkit-transform: scale(.6, .6);
		transform: scale(.6, .6);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
}

body,
html {
	width: 100%;
	height: 100%
}

canvas {
	display: block;
	vertical-align: bottom
}

#particles-js {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../img/home_banner_4.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.welcome-area {
	height: 100%
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.welcome-image-area {
	position: relative;
	height: 100%;
	background-size: cover;
	z-index: 1
}

.welcome-image-area:after {
	position: absolute;
	background: rgba(0, 0, 0, .1);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1
}

.particle-bg {
	position: relative;
	height: 100%;
	background-size: cover;
	z-index: 1
}

.particle-bg:after {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1
}

.display-table {
	display: table;
	width: 100%;
	height: 100%
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle
}

.header-text hr {
	width: 10%;
	color: #333;
	border-width: 1px
}

.header-text {
	background: rgba(0, 0, 0, .4) none repeat scroll 0 0;
	border: 15px solid #ffa211;
	color: #fafafa;
	font-size: 75px;
	font-weight: 100;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	text-align: center;
	text-transform: uppercase;
	width: 70%;
	border-color: #f1f1f1 #ffa211 #ffa211 #f1f1f1;
	border-width: 2px 2px 2px 2px
}

.header-text p {
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 3px
}

.header-text h1 {
	color: #f1f1f1;
	font-size: 65px;
	font-weight: 100;
	margin: 0 auto;
	font-family: Monoton, cursive
}

.header-text .home-arrow-down {
	text-align: center;
	position: absolute;
	bottom: -210px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.header-text .home-arrow-down .btn {
	font-size: 10px
}

.header-text .home-arrow-down .fa {
	color: #000;
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation-name: home-arrow-down;
	animation-name: home-arrow-down;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.typist-blink::after {
	animation: 1s step-start 0s normal none infinite running blink;
	content: " ";
	display: inline-block;
	height: 62px;
	margin-left: 3px;
	margin-right: 7px;
	position: relative;
	top: 10px;
	color: #ffbe05
}

.typist-blink>.selectedText {
	display: none
}

.typist-mark>.selectedText {
	background-color: #222;
	color: #f99800;
	font-style: normal
}

.video-banner {
	overflow: hidden
}

.video-banner .video-wrap {
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	z-index: 1
}

.video-banner .video-overlay {
	backface-visibility: hidden;
	background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5
}

.relative,
.video-banner {
	position: relative
}

.content-v {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2
}

.main-area {
	background-color: #ffbe05;
	border-radius: 25px;
	z-index: +1;
	padding: 35px 10px 65px 10px
}

.main-area h1 {
	color: #fff;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	padding: 5px
}

.main-area-div {
	margin-top: 40px;
	margin-bottom: 40px
}

.main-para {
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	margin-top: 45px
}

.para-tex {
	font-size: 20px;
	line-height: 30px;
	color: #c1c1c1
}

p {
	line-height: 27px;
	padding: 1px;
	color: #000;
	letter-spacing: 0;
	padding-bottom: 1px
}

.no-p {
	padding: 0
}

p.para {
	font-size: 16px;
	margin: 30px 0 30px 0;
	line-height: 28px;
	color: #333;
	padding: 5px;
	letter-spacing: 1px
}

.main-para-i {
	text-align: center;
	font-size: 50px;
	color: #fff;
	font-weight: 200;
	line-height: 60px;
	padding-top: 25px
}

.main-para-bold {
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: 200;
	line-height: 50px
}

.clients-name {
	font-size: 23px;
	color: #c9c9c9
}

.list-demos {
	font-size: 16px;
	color: #fefefe;
	padding: 10px;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	margin-top: 20px
}

.demo-head {
	padding: 0;
	margin-top: 0
}

.demo-one {
	background: rgba(0, 0, 0, 0) url(../img/hero/09_home.jpg) no-repeat fixed center bottom/cover
}

.low-back-gradient-inner {
	position: relative
}

.top-heading-inner {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase
}

.low-back-gradient-inner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(315deg, #4ab8df 30%, #366778 90%);
	opacity: .9
}

.bg-footer {
	background: url(../img/footer-bg.jpg) no-repeat scroll center center/cover;
	background-size: cover
}

.video {
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -999;
	padding: 0;
	margin: 0
}

.text-con-video {
	color: #fff;
	padding: 100px 0 100px 0
}

.mobile {
	padding: 35px 0 0 0
}

.text-con-i {
	color: #fff;
	padding: 160px 0 0 0
}

.text-con-rain {
	color: #000;
	padding: 190px 0 0 0
}

.lead-rain h1 {
	color: #000;
	font-size: 30px;
	line-height: normal;
	font-family: Raleway, sans-serif;
	font-weight: 300;
	line-height: normal;
	margin-top: 100px;
	text-transform: uppercase
}

.lead-rain {
	font-size: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 70px
}

.top-heading-rain {
	color: #000;
	font-size: 70px;
	font-weight: 100;
	text-transform: uppercase
}

.text-con-err {
	color: #fff;
	padding: 190px 0 250px 0
}

.lead {
	font-size: inherit;
	font-size: 18px;
	z-index: +1
}

.lead-in {
	font-size: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	font-weight: 300;
	line-height: 30px;
	padding: 160px 0 180px 0;
	z-index: +1
}

.lead-p {
	font-size: inherit;
	font-size: 15px;
	color: #333
}

.lead h1 {
	color: #fff;
	font-size: 30px;
	line-height: normal;
	font-family: Raleway, sans-serif;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	padding: 100px 0 0 0
}

.lead-fprm h1 {
	color: #fff;
	font-size: 30px;
	line-height: normal;
	font-family: Raleway, sans-serif;
	font-weight: 300;
	line-height: normal;
	margin-top: 40px
}

.top-heading {
	color: #fff;
	font-size: 55px;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
	margin-bottom: 20px;
	background: -webkit-linear-gradient(#fec106, #fd2e23);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.text-con-app {
	padding: 90px 0 90px
}

.top-heading-i {
	color: #fff;
	font-size: 52px;
	font-weight: 100;
	text-transform: uppercase
}

.top-heading-soon {
	color: #000;
	font-size: 75px;
	font-weight: 100;
	text-transform: uppercase;
	padding: 90px 0 90px 0;
	font-family: Raleway, sans-serif
}

.top-heading-creative {
	color: #fff;
	font-size: 45px;
	font-weight: 600
}

.lead-text {
	color: #dfdfdf;
	line-height: 25px
}

.lead-controls {
	margin-top: 0
}

.video-about {
	padding: 190px 0 0 0
}

.video-top {
	padding: 20px 0 0 0
}

.lead-controls-i {
	margin-top: 0;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	height: 600px
}

.lead-laptop {
	margin-top: 20px;
	text-align: center
}

.lead-controls a {
	margin-top: 20px;
	vertical-align: middle
}

.play-home {
	font-size: 15px;
	display: inline-block
}

.btn-lead {
	margin-right: 20px
}

.play-home:hover {
	text-decoration: none
}

.play-home .fa {
	padding: 1px;
	color: inherit;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 10px
}

.content {
	position: relative;
	background-color: #fff
}

.low-back {
	position: relative
}

.low-back:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.low-blue {
	position: relative
}

.low-blue:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 150, 189, .6)
}

.low-back-i {
	position: relative
}

.low-back-i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7)
}

.low-back-gradient-r {
	position: relative
}

.low-back-gradient-r:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #ff4200, #f99800) repeat scroll 0 0;
	opacity: .93
}

.low-back-gradient-i {
	position: relative
}

.low-back-gradient-i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000 none repeat scroll 0 0;
	opacity: .65
}

.low-back-footer-r {
	position: relative
}

.low-back-footer-r:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #000, #000) repeat scroll 0 0;
	opacity: .6
}

.low-back-dark {
	position: relative
}

.low-back-dark:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8)
}

.low-back-up {
	position: relative;
	z-index: 1
}

.mobile * {
	background-attachment: scroll!important
}

.layout {
	overflow: hidden
}

#features1 {
	padding: 70px 0 60px 0;
	background: #f1f1f1
}

.column {
	margin-top: 10px
}

.video-back {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 15;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.html-video {
	width: 100%;
	overflow: hidden;
	position: relative
}

.html-video:before {
	content: "";
	background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.video-back-i {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 15;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.html-video-i {
	top: 0;
	left: 0;
	max-height: 90vh;
	width: 100%;
	overflow: hidden;
	position: relative
}

.html-video-i:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
	background: #fff
}

.content-slide {
	position: absolute;
	top: 40%;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 15;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.content-slide h2 {
	padding-top: 100px
}

.video-back {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 15;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.video-back h2 {
	padding-top: 130px
}

.video-text h2 {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-family: Raleway, sans-serif
}

.video-text h1 {
	color: #000;
	font-size: 55px;
	font-family: 'Bungee Inline', cursive;
	text-transform: uppercase
}

video {
	min-width: 100%
}

#customizable {
	padding: 90px 0 0 0;
	background: #fff
}

#customizable-i {
	padding: 90px 0 90px 0;
	background: #f1f1f1
}

#tab {
	padding: 90px 0 90px 0;
	background: #fff
}

#tab-w {
	padding: 90px 0 90px 0
}

nav-tabs>li {
	margin-bottom: 0;
	border-bottom: 1px solid #e6e6e6
}

.nav-tabs {
	border-bottom: 1px solid #e6e6e6
}

.nav-tabs>li>a {
	background: #3f3d56;
	color: #fff;
	border-radius: 0;
	border: 0 none;
	line-height: 22px;
	margin-right: 0;
	padding: 18px 35px;
	font-size: 18px;
	border-top: 1px solid #fff;
	text-transform: uppercase;
	font-weight: 300
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #000;
	background: linear-gradient(315deg, #fff 90%, #00b0ff 30%)
}

.nav-tabs li:last-child {
	border-bottom: 0 none
}

.nav-stacked>li+li {
	margin-top: 0
}

.nav-tabs>li>a:hover {
	background: #fca926;
	color: #000!important;
	transition: all .3s ease 0s
}

.media-body,
.media-left,
.media-right {
	padding: 6px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus i.fa,
.nav-tabs>li.active>a:hover {
	font-size: 15px;
	color: #fff!important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 0;
	color: #fff!important;
	background: #ffbe05;
	position: relative
}

.nav-tabs>li.active>a:after {
	position: absolute
}

.tab-wrap {
	border: 1px solid #e6e6e6;
	text-align: left
}

.tab-wrap h4 {
	font-size: 20px;
	text-align: left
}

.tab-content {
	padding: 0
}

.tab-content h2 {
	margin-top: 0
}

.tab-content img {
	border-radius: 4px
}

.testimonial h2 {
	margin-top: 0
}

.testimonial-inner {
	color: #858586;
	font-size: 14px
}

.testimonial-inner .pull-left {
	border-right: 1px solid #e7e7e7;
	padding-right: 15px;
	position: relative
}

@media (min-width:576px) {
	.rounded-nav {
		border-radius: 50rem!important
	}
}

@media (min-width:576px) {
	.rounded-nav .nav-link {
		border-radius: 50rem!important
	}
}

.with-arrow .nav-link.active {
	position: relative
}

.with-arrow .nav-link.active::after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #00b0ff;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	display: block
}

.lined .nav-link {
	border: none;
	border-bottom: 3px solid transparent
}

.lined .nav-link:hover {
	border: none;
	border-bottom: 3px solid transparent
}

.lined .nav-link.active {
	background: 0 0;
	color: #555;
	border-color: #2b90d9
}

#superb-servicess {
	padding: 0
}

.superb-services .section-title hr {
	border-color: #151515
}

.superb-services i {
	font-size: 35px;
	line-height: 40px;
	color: #333;
	width: 70px;
	height: 70px;
	padding: 15px;
	border: 1px solid #eee;
	border-color: #ffbe05 #ffbe05 #092b3c
}

.superb-services h4 {
	font-size: 20px;
	margin-top: 25px;
	position: relative
}

.superb-services .mask-top {
	background-color: #fff;
	padding: 65px;
	position: absolute;
	top: 0;
	transition: all .3s ease-out 0s;
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .mask-top h4:before {
	top: -18px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: -2px auto;
	position: absolute;
	width: 40px
}

.superb-services .s-feature-box:hover .mask-top {
	top: -200px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .s-feature-box {
	overflow: hidden;
	position: relative;
	min-height: 280px;
	border: 1px solid #dadada;
	margin-bottom: 30px;
	cursor: pointer;
	background: #e4e4e4
}

.superb-services .mask-bottom {
	color: #333;
	padding: 20px 15px 20px 15px;
	width: 100%;
	position: absolute;
	bottom: -300px;
	height: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .mask-bottom p {
	padding: 0 5px
}

.superb-services .mask-bottom h4 {
	margin: 15px 0 17px
}

.superb-services .s-feature-box:hover .mask-bottom {
	bottom: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .mask-bottom i {
	background: #ffbe05 none repeat scroll 0 0;
	border: 5px solid #dedede;
	border-radius: 50%;
	color: #fff;
	font-size: 31px;
	height: 80px;
	line-height: 52px;
	padding: 10px;
	width: 80px
}

#awesome-features {
	padding: 80px 0 80px 0;
	background: #fff
}

#awesome-features-freelancer {
	padding: 8px 0 80px 0;
	background: #fff
}

#awesome-features-app {
	padding: 110px 0 110px 0;
	background: #fff
}

#awesome-features-y {
	padding: 110px 0 110px 0;
	background: #f1f1f1
}

.feature-icon-left-more-y .feature-icon-y i.fa {
	float: left;
	font-size: 30px;
	color: #fff;
	margin: 70px 20px 0 30px;
	height: 75px;
	width: 75px;
	padding: 17px 0 0 0;
	border: 5px solid #f1f1f1;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #ff4200, #f99800) repeat scroll 0 0
}

.feature-icon-left-more-y .feature-content-y {
	padding-left: 90px;
	padding-bottom: 55px;
	padding-top: 55px;
	border: 1px solid #dfdfdf;
	background: #fff
}

.feature-icon-left-more-y:hover .feature-content-y {
	padding-left: 90px;
	padding-bottom: 55px;
	padding-top: 55px;
	border: 1px solid #dfdfdf;
	background: #eee;
	transition: all .5s ease 0s
}

.feature-box {
	margin: 5px 0 0 0
}

.feature-center {
	text-align: center
}

.feature-test-light {
	line-height: 28px;
	color: #333;
	margin-top: 15px;
	font-size: 14px
}

.feature-test {
	line-height: 28px;
	color: #616161;
	margin-top: 15px;
	font-size: 15px
}

.feature-icon-center-more .feature-icon i.fa {
	float: left;
	font-size: 28px;
	color: #f99800;
	margin: 30px 0 0 0;
	height: 55px;
	width: 55px;
	padding: 14px 0 0 0;
	border-radius: 10%;
	border: 1px solid #f99800
}

.feature-icon-center-more .feature-content {
	padding-left: 80px;
	padding-bottom: 15px;
	padding-top: 20px;
	text-align: left
}

.feature-icon-center-freelancer .feature-icon i.fa {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #f99800 #f99800 #092b3c;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	color: #000;
	float: left;
	font-size: 30px;
	height: 65px;
	margin: 53px 0 0 10px;
	padding: 14px 0 0;
	width: 65px
}

.feature-icon-center-freelancer .feature-content {
	padding-left: 96px;
	padding-bottom: 35px;
	padding-top: 40px;
	text-align: left
}

.feature-icon-left-more .feature-icon i.fa {
	float: right;
	font-size: 30px;
	color: #000;
	margin: 65px 0 0 0;
	height: 70px;
	width: 70px;
	padding: 17px 0 0 0;
	background: 0 0;
	border: 6px solid #f99800
}

.feature-icon-left-more .feature-content {
	padding-right: 90px;
	padding-bottom: 35px;
	padding-top: 55px;
	text-align: right
}

.feature-icon-left-more-app .feature-icon i.fa {
	float: right;
	font-size: 30px;
	color: #fff;
	margin: 50px 0 0 0;
	height: 65px;
	width: 65px;
	padding: 20px 0 0 0;
	border: 1px solid #fff
}

.feature-icon-left-more-app .feature-content {
	padding-right: 90px;
	padding-bottom: 20px;
	padding-top: 35px;
	text-align: right
}

.feature-icon-right-more .feature-icon i.fa {
	float: left;
	font-size: 30px;
	color: #000;
	margin: 65px 0 0 0;
	height: 70px;
	width: 70px;
	padding: 17px 0 0 0;
	background: 0 0;
	border: 6px solid #f99800
}

.feature-icon-right-more .feature-content {
	padding-left: 90px;
	padding-bottom: 35px;
	padding-top: 15px;
	text-align: left
}

.feature-icon-right-more-app .feature-icon i.fa {
	float: left;
	font-size: 25px;
	color: #fff;
	margin: 50px 0 0 0;
	height: 55px;
	width: 55px;
	padding: 14px 0 0 0;
	border-radius: 10%;
	border: 1px solid #fff
}

.feature-icon-right-more-app .feature-content {
	padding-left: 90px;
	padding-bottom: 20px;
	padding-top: 35px;
	text-align: left
}

.feature-center .service-icon {
	margin-bottom: 14px
}

.feature-center .service-content h4 {
	margin-bottom: 6px;
	font-weight: 500
}

.feature-center .service-icon i {
	display: inline-block
}

.feature-box h4 {
	margin-bottom: 9px;
	font-weight: 400;
	font-size: 20px;
	font-family: 'Open+Sans', sans-serif
}

.feature-box>div:first-child {
	padding: 0
}

.feature-boxed {
	margin-top: 30px;
	padding: 0 15px 20px 15px!important;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.feature-boxed:hover {
	border-color: #e2e2e2;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.feature-boxed p {
	margin-bottom: 0
}

.mask-bottom {
	color: #f99800
}

.carousel-indicators .active {
	background-color: #fff;
	height: 22px;
	margin: 0;
	width: 12px
}

.carousel-indicators .active {
	background-color: #ffbe05;
	height: 22px;
	margin: 0;
	width: 12px
}

.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ffbe05;
	border-radius: 10px;
	cursor: e-resize;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px
}

#free {
	background: #f1f1f1
}

.pagination_area {
	border-top: 1px solid #eee;
	padding-top: 30px;
	padding-bottom: 30px
}

.pagination_area nav {
	border-bottom: 0;
	text-align: center;
	margin-top: 55px
}

ul.pagination li a {
	border-radius: 0;
	border: 1px solid #333;
	color: #333;
	font-weight: 600;
	font-size: 12px;
	padding: 8px 15px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

ul.pagination li a:hover {
	color: #fff;
	background-color: #333;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border: 1px solid #333
}

ul.pagination li.active a,
ul.pagination li.active a:focus,
ul.pagination li.active a:hover,
ul.pagination li.active a:visited {
	background-color: #333;
	color: #fff;
	border-color: #333
}

ul.pagination li a.prev {
	border-radius: 0;
	border: 1px solid #333;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 10px;
	background-color: transparent;
	padding: 8px 20px;
	margin-right: 50px
}

ul.pagination li a.prev:hover {
	background-color: #333;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

ul.pagination li a.next {
	border-radius: 0;
	border: 1px solid #333;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 12px;
	background-color: transparent;
	padding: 8px 20px;
	margin-left: 50px
}

ul.pagination li a.next:hover {
	background-color: #333;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

ul.pagination li a.next {
	margin-left: 15px
}

ul.pagination li a.prev {
	padding: 7px 20px
}

ul.pagination li a.next {
	padding: 5px 15px
}

ul.pagination li a.next {
	margin-left: 50px
}

ul.pagination li a.next {
	font-size: 10px;
	padding: 7px 20px
}

ul.pagination li a {
	font-size: 10px
}

.benefit-texts {
	display: table-cell;
	vertical-align: middle;
	height: 600px;
	padding: 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #ffa211, #ffa211) repeat scroll 0 0;
	opacity: .8
}

#benefit {
	background: url(../img/hero/01_home.jpg) repeat fixed 0 0/cover
}

.benefit-text {
	display: table-cell;
	vertical-align: middle;
	height: 600px;
	padding: 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #0079fc, #1fd9e6) repeat scroll 0 0;
	opacity: .94
}

.benefit-text-o-bg {
	display: table-cell;
	vertical-align: middle;
	height: 600px;
	padding: 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffa211, #ffa211) repeat scroll 0 0
}

.benefit-text-o {
	float: left;
	margin-left: 10px
}

.benefit-right {
	float: right;
	padding: 0
}

.benefit-left {
	float: left;
	padding: 0
}

.benefit-i p {
	margin-top: 10px;
	margin-left: 95px;
	color: #999
}

.benefit-orange {
	float: none;
	background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
	border-radius: 0;
	color: #0059cf;
	font-size: 35px;
	padding: 35px;
	width: 115px;
	height: 115px;
	margin-right: 10px;
	margin-left: 5px;
	border: 1px dashed #0059cf;
	margin-top: 15px;
	border-radius: 65px;
	margin: 0 auto;
	margin-top: 35px
}

.benefit-text-i {
	color: #fff;
	font-size: 15px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center
}

.benefit-text-i h4 {
	color: #fff;
	font-size: 18px;
	padding: 15px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 5px;
	border: 4px double #f1f1f1;
	box-shadow: 3px 1px 18px #333
}

.benefit-blue {
	float: none;
	margin: 0 auto;
	background: #fff;
	color: #0059cf;
	font-size: 30px;
	padding: 30px 0 0 30px;
	width: 95px;
	height: 95px;
	margin-right: 10px;
	margin-left: 5px;
	border: 1px solid #ff1e58;
	margin-top: 15px;
	border-radius: 65px;
	margin: 0 auto;
	margin-top: 35px;
	border-color: #0fc9d6 #0059cf #0fc9d6;
	border-radius: 20px 0 20px 0;
	border-width: 3px 1px 1px 6px
}

.benefit-orange {
	float: none;
	margin: 0 auto;
	background: #fff;
	color: #ff5d04;
	font-size: 30px;
	padding: 20px;
	width: 95px;
	height: 95px;
	margin-right: 10px;
	margin-left: 5px;
	border: 15px double #ff1e58;
	margin-top: 15px;
	border-radius: 65px;
	margin: 0 auto;
	margin-top: 35px;
	border-color: #ffa211 #ff5d04 #ffa211;
	border-radius: 50px
}

.benefit-green {
	float: none;
	background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
	border-radius: 0;
	color: #0059cf;
	font-size: 35px;
	padding: 30px 0 0 30px;
	width: 95px;
	height: 95px;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 15px;
	border-radius: 65px;
	margin: 0 auto;
	border: 1px solid #ff1e58;
	margin-top: 35px;
	border-color: #0fc9d6 #0059cf #0fc9d6;
	border-radius: 20px 0 20px 0;
	border-width: 3px 1px 1px 6px;
	background: #fff
}

.benefit-red {
	float: left;
	background: #ff1e58;
	border-radius: 0;
	color: #fff;
	font-size: 30px;
	padding: 22px;
	width: 65px;
	height: 65px;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 15px;
	border-color: #0fc9d6 #0059cf #0fc9d6;
	border-radius: 20px 0 20px 0;
	border-width: 3px 1px 1px 6px
}

.benefit-b i.fa {
	margin-right: 15px;
	color: #fff;
	font-size: 24px;
	margin-right: 35px;
	padding: 4px
}

.benefit-c {
	float: left;
	color: #fff;
	font-size: 24px;
	padding: 10px;
	border: 1px solid #ff1e58;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	margin-left: 15px
}

.about-c i.fa {
	margin-right: 15px;
	color: #ff1e58;
	font-size: 24px;
	margin-right: 35px;
	padding: 4px
}

.benefit-d {
	float: left;
	color: #fff;
	font-size: 24px;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	margin-left: 15px
}

.benefit-ag-a {
	height: 600px;
	margin: 0
}

.benefit-ag-b {
	height: 600px;
	margin: 0
}

.about-bus p {
	margin-top: 25px;
	margin-bottom: 25px
}

.about-deg {
	float: left;
	color: #999;
	font-size: 24px;
	padding: 10px;
	border: 2px solid #ff1e58;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	transform: rotate(-45deg);
	margin-left: 15px;
	margin-top: 20px
}

.benefit-deg i.fa {
	margin-right: 15px;
	color: #999;
	font-size: 20px;
	margin-right: 35px;
	padding: 4px;
	transform: rotate(45deg)
}

.benefit-heading h3 {
	font-size: 45px;
	font-weight: 100;
	margin-top: 10px;
	color: #fff;
	padding: 0 0 0 20px;
	font-family: Raleway, sans-serif
}

.project-text {
	font-size: 50px;
	padding: 20px 0 20px 20px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase
}

.benefit-heading p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding: 20px 40px 0 20px;
	letter-spacing: 1px;
	margin: 0
}

main-bane {
	width: 100%
}

#benefit-i {
	background: url(../img/hero/12_home.jpg) repeat fixed 0 0/cover
}

.benefit-text {
	display: table-cell;
	vertical-align: middle;
	height: 600px;
	background: #fff
}

.benefit-texts {
	display: table-cell;
	vertical-align: middle;
	height: 600px;
	padding: 8px;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #ffbe05, #ffbe05) repeat scroll 0 0;
	opacity: .8
}

.benefit-text-o {
	float: left;
	margin-left: 10px
}

.benefit-right {
	float: right;
	padding: 0
}

.benefit-left {
	float: left;
	padding: 0
}

.benefit-i p {
	margin-top: 10px;
	margin-left: 95px;
	color: #999
}

.benefit-orange {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #ffbe05 #ffbe05 #092b3c;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: #333;
	float: left;
	font-size: 30px;
	height: 65px;
	margin: 12px;
	padding: 16px;
	width: 65px;
	border: 1px dotted #333
}

.benefit-text-i {
	float: left;
	color: #fff;
	font-size: 15px;
	padding: 5px;
	width: 80%;
	margin-left: 5px;
	margin-bottom: 10px
}

.benefit-blue {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #ffbe05 #ffbe05 #092b3c;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: #12212f;
	float: left;
	font-size: 30px;
	height: 65px;
	margin: 12px;
	padding: 16px;
	width: 65px;
	border: 1px dotted #333
}

.benefit-green {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #ffbe05 #ffbe05 #092b3c;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: #12212f;
	float: left;
	font-size: 30px;
	height: 65px;
	margin: 12px;
	padding: 18px;
	width: 65px;
	border: 1px dotted #333
}

.benefit-red {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #ffbe05 #ffbe05 #092b3c;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: #12212f;
	float: left;
	font-size: 30px;
	height: 65px;
	margin: 12px;
	padding: 18px;
	width: 65px;
	border: 1px dotted #333
}

.benefit-b i.fa {
	margin-right: 15px;
	color: #fff;
	font-size: 24px;
	margin-right: 35px;
	padding: 4px
}

.benefit-c {
	float: left;
	color: #fff;
	font-size: 24px;
	padding: 10px;
	border: 1px solid #ffbe05;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	margin-left: 15px
}

.about-c i.fa {
	margin-right: 15px;
	color: #ffbe05;
	font-size: 24px;
	margin-right: 35px;
	padding: 4px
}

.benefit-d {
	float: left;
	color: #fff;
	font-size: 24px;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	margin-left: 15px
}

.benefit-ag-a {
	height: 600px;
	margin: 0
}

.benefit-ag-b {
	height: 600px;
	margin: 0
}

.about-bus p {
	margin-top: 25px;
	margin-bottom: 25px
}

.about-deg {
	float: left;
	color: #999;
	font-size: 24px;
	padding: 10px;
	border: 2px solid #ffbe05;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	transform: rotate(-45deg);
	margin-left: 15px;
	margin-top: 20px
}

.benefit-deg i.fa {
	margin-right: 15px;
	color: #999;
	font-size: 20px;
	margin-right: 35px;
	padding: 4px;
	transform: rotate(45deg)
}

.benefit-heading h3 {
	font-size: 50px;
	font-weight: 200;
	margin-top: 10px;
	color: #000;
	letter-spacing: 15px
}

main-bane {
	width: 100%
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: inline;
	height: auto;
	margin-top: 0;
	max-width: 100%;
	margin-right: 40px
}

nav {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
	padding: 5px
}

.nav_border:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	box-shadow: 0 0 12px 0 #eee
}

.menuzord-brand {
	margin: 0
}

.menuzord-menu>li>a {
	padding: 26px 7px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	outline: 0;
	line-height: 1.42857143;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	text-transform: uppercase;
	letter-spacing: 1px
}

.menuzord.red .menuzord-menu ul.dropdown li:hover>a,
.menuzord.red .menuzord-menu>li.active>a,
.menuzord.red .menuzord-menu>li:hover>a {
	color: #c56600!important
}

.menuzord-menu ul.dropdown li a {
	text-transform: uppercase;
	color: #333;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	letter-spacing: 0;
	font-size: 13px;
	line-height: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: left;
	border-bottom: 1px solid #eee;
	letter-spacing: 1px
}

.menuzord-menu>li>.megamenu {
	padding: 0;
	background-color: transparent;
	border: 0
}

.black-menu-p {
	font-size: 13px;
	color: #333
}

.menu-btn {
	margin: 20px 0 20px 0
}

.menuzord-menu>li>.megamenu .megamenu-row {
	background-color: #fff;
	padding: 20px 30px;
	padding-bottom: 20px;
	border-top: 0;
	border-left: 5px solid #ffbe05;
	animation: .4s ease 0s normal none 1 running fadeInUp
}

.megamenu_list_item h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin-top: 0;
	padding-bottom: 10px;
	letter-spacing: 0
}

.megamenu_list_item ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.megamenu_list_item ul li a {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
	letter-spacing: 0;
	border-bottom: 1px solid #eee;
	letter-spacing: 1px
}

.megamenu_list_item ul li a:hover {
	color: #ffbe05
}

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
	background-color: rgba(255, 255, 255, .97);
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 220px;
	border-bottom: 5px solid #ffbe05;
	animation: .4s ease 0s normal none 1 running fadeInUp
}

@media(max-width:768px) {
	.menuzord-menu ul.dropdown li a {
		color: #000
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li:hover>a {
		padding-left: 40px!important
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li:hover>a {
		padding-left: 60px!important
	}
	.menuzord-menu>li>.megamenu .megamenu-row {
		background-color: transparent
	}
	.megamenu_list_item h4 {
		color: #333;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		border-bottom: 1px solid #f0f0f0
	}
	.megamenu_list_item ul li a {
		color: #585858
	}
}

.menuzord {
	padding: 0
}

nav.onepage {
	background-color: #fff
}

nav.grid_menu #menuzord {
	padding: 0
}

nav.transparrent-bg {
	background-color: transparent;
	border-bottom: 1px solid transparent;
	z-index: +11;
	position: fixed;
	left: 0;
	right: 0;
	border-bottom: 1px dashed #fff
}

nav.transparrent-bg .menuzord {
	background-color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 0
}

nav.transparrent-bg .menuzord-menu>li>a {
	padding-top: 30px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

nav.transparrent-bg .menuzord-brand {
	-webkit-transition: all .5s!important;
	-o-transition: all .5s!important;
	transition: all .5s!important
}

nav.white-bg {
	background-color: #fff;
	border-bottom: 1px solid transparent
}

nav.white-bg .menuzord {
	background-color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 0
}

nav.white-bg .menuzord-menu>li>a {
	color: #000!important;
	padding-top: 40px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

nav.white-bg .menuzord-brand {
	-webkit-transition: all .5s!important;
	-o-transition: all .5s!important;
	transition: all .5s!important
}

nav.black-c {
	background-color: transparent;
	border-bottom: 1px solid transparent
}

nav.black-c .menuzord {
	background-color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 0
}

nav.black-c .menuzord-menu>li>a {
	padding-top: 40px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: #fff!important
}

nav.black-c .menuzord-brand a {
	-webkit-transition: all .5s!important;
	-o-transition: all .5s!important;
	transition: all .5s!important;
	background-color: #fff
}

nav.transparrent-bgi {
	background-color: transparent;
	border-bottom: 1px solid transparent
}

nav.transparrent-bgi .menuzord {
	background-color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 0
}

nav.transparrent-bgi .menuzord-menu>li>a {
	color: #000!important;
	padding-top: 40px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

nav.transparrent-bgi .menuzord-brand {
	-webkit-transition: all .5s!important;
	-o-transition: all .5s!important;
	transition: all .5s!important
}

@media(min-width:991px) {
	.mp_menu {
		padding-right: 160px
	}
}

.right_mp_menu {
	position: absolute;
	top: 0;
	right: 0
}

.right_mp_menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.right_mp_menu ul li {
	display: inline
}

.right_mp_menu ul li a {
	padding: 26px 16px;
	display: inline-block;
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	color: #333;
	outline: 0;
	line-height: 1.42857143;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	text-transform: uppercase;
	letter-spacing: 1px
}

.right_mp_menu ul li a i {
	padding-right: 5px
}

.transparrent-bg .right_mp_menu ul li a {
	color: #fff;
	padding-top: 40px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media(max-width:1366px) {
	.vert-move {
		width: 60%!important;
		height: auto;
		margin: 0 auto;
		margin-top: 20px;
		COLOR: #fff;
		text-align: center
	}
}

@media(max-width:1200px) and (min-width:768px) {
	.menuzord-menu.mp_menu>li>a {
		padding: 26px 10px
	}
}

@media(max-width:991px) and (min-width:768px) {
	.mp_menu {
		padding-right: 170px;
		float: none;
		width: 100%;
		padding-right: 0
	}
	.menuzord-menu.mp_menu>li:first-child a {
		padding-left: 5px
	}
}

@media(max-width:768px) {
	.right_mp_menu {
		position: absolute;
		top: 0;
		right: 70px;
		height: 100%
	}
	.menuzord-responsive .showhide {
		margin-top: 15px
	}
}

.full-page-search {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.open-search.full-page-search {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.full-page-search .sr-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .94);
	z-index: 3;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.full-page-search form {
	position: relative;
	z-index: 5;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0 auto;
	max-width: 800px
}

.full-page-search form .form-control,
.full-page-search form .form-control:focus {
	font-size: 35px;
	color: #474747;
	height: 75px;
	border: 0;
	box-shadow: none;
	padding-right: 50px;
	width: 100%;
	outline: 0;
	border-radius: 0;
	box-shadow: none;
	background: 0 0;
	border-bottom: 2px solid #222;
	padding-left: 0
}

.src_btn,
.src_btn:active,
.src_btn:focus,
.src_btn:hover,
.src_btn:visited {
	position: absolute;
	right: 0;
	top: 0;
	height: 75px;
	background-color: transparent;
	border: 0;
	color: #333;
	font-size: 26px;
	outline: 0;
	box-shadow: none
}

.full-page-search form .form-control::-webkit-input-placeholder {
	color: #585858;
	font-weight: 400;
	font-size: 30px;
	line-height: 50px
}

.full-page-search form .form-control:-moz-placeholder {
	color: #585858;
	font-weight: 400;
	font-size: 30px;
	line-height: 50px
}

.full-page-search form .form-control::-moz-placeholder {
	color: #585858;
	font-weight: 400;
	font-size: 30px;
	line-height: 50px
}

.full-page-search form .form-control:-ms-input-placeholder {
	color: #585858;
	font-weight: 400;
	font-size: 30px;
	line-height: 50px
}

@media(max-width:900px) {
	.full-page-search form {
		width: 90%
	}
}

#awesome-features {
	padding: 90px 0 90px 0;
	background: #fff
}

#awesome-features-freelancer {
	padding: 110px 0 110px 0;
	background: #fff
}

.feature-icon-left-more-y .feature-icon-y i.fa {
	float: left;
	font-size: 30px;
	color: #0059cf;
	margin: 70px 20px 0 30px;
	height: 75px;
	width: 75px;
	padding: 21px 0 0 0;
	border: 1px dashed #000;
	background: #fff
}

.feature-icon-left-more-y .feature-content-y {
	padding-left: 90px;
	padding-bottom: 55px;
	padding-top: 55px;
	border: 1px solid #dfdfdf;
	background: #fff
}

.feature-icon-left-more-y:hover .feature-content-y {
	padding-left: 90px;
	padding-bottom: 55px;
	padding-top: 55px;
	border: 1px solid #dfdfdf;
	background: #eee;
	transition: all .5s ease 0s
}

#awesome-features-c {
	padding: 30px 0 30px 0;
	background: linear-gradient(420deg, #00b0ff 40%, #fff 10%)
}

#awesome-features-c-in {
	padding: 90px 0 90px 0;
	background: #fff
}

#awesome-features-c-in {
	padding: 90px 0 0 0;
	background: #fff
}

.feature-icon-left-more-c .feature-icon-c i.fa {
	float: left;
	font-size: 40px;
	color: #000;
	height: 95px;
	width: 95px;
	padding: 20px 0 0 0;
	border: 9px solid #ffa211;
	background: #fff;
	margin: 95px 0 0 50px;
	border-color: #ffbe05 #000 #ffbe05!important
}

.feature-icon-left-more-c .feature-content-c {
	padding-left: 151px;
	padding-bottom: 25px;
	padding-top: 25px;
	border: 24px double #fff;
	background: #eee;
	margin: 35px 0 25px 0
}

.feature-box {
	margin: -35px 0 0 0
}

.feature-center {
	text-align: center
}

.feature-test-light {
	line-height: 30px;
	color: #333;
	margin-top: 15px;
	font-size: 15px
}

.feature-test {
	line-height: 28px;
	color: #333;
	font-size: 15px
}

.feature-icon-center-more .feature-content {
	padding-left: 80px;
	padding-bottom: 15px;
	padding-top: 20px;
	text-align: left
}

.feature-icon-center-freelancer .feature-icon i.fa {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #f99800 #f99800 #092b3c;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	color: #000;
	float: left;
	font-size: 30px;
	height: 65px;
	margin: 53px 0 0 10px;
	padding: 14px 0 0;
	width: 65px
}

.feature-icon-center-freelancer .feature-content {
	padding-left: 96px;
	padding-bottom: 35px;
	padding-top: 40px;
	text-align: left
}

.feature-icon-left-more .feature-icon i.fa {
	float: right;
	font-size: 34px;
	color: #fff;
	margin: 65px 0 0 0;
	height: 80px;
	width: 80px;
	padding: 22px 0 0 0;
	border: 1px solid #eee;
	box-shadow: -7px 11px 8px #d6d6d6;
	background: linear-gradient(315deg, #fc0 5%, #fd2525 95%);
	border-radius: 10px
}

.feature-icon-left-more .feature-content {
	padding-right: 90px;
	padding-bottom: 5px;
	padding-top: 55px;
	text-align: right
}

.feature-icon-left-more-app .feature-icon i.fa {
	float: right;
	font-size: 30px;
	color: #fff;
	margin: 50px 0 0 0;
	height: 65px;

	width: 65px;
	padding: 20px 0 0 0;
	border: 1px solid #fff
}

.feature-icon-left-more-app .feature-content {
	padding-right: 90px;
	padding-bottom: 20px;
	padding-top: 35px;
	text-align: right
}

.feature-icon-right-more .feature-icon i.fa {
	float: left;
	font-size: 33px;
	color: #fca926;
	margin: 16px 0 0 -30px;
	height: 100px;
	width: 100px;
	padding: 25px;
	background: #3f3d56;
	border: 8px double #eee;
	background: #fff);
	border-radius: 60px;
	box-shadow: 0 5px 21px 0 #999
}

.feature-icon i.fa {
	font-size: 32px;
	color: #ff9614;
	margin: 16px 0 0 -30px;
	height: 100px;
	width: 100px;
	padding: 25px;
	background: #3f3d56;
	border: 8px double #eee;
	background: #fff);
	border-radius: 60px;
	margin: 0 auto;
	text-align: center
}

.feature-icon-right-more .feature-content {
	padding-left: 90px;
	padding-bottom: 5px;
	text-align: left
}

.feature-icon-right-more-app .feature-icon i.fa {
	float: left;
	font-size: 25px;
	color: #fff;
	margin: 50px 0 0 0;
	height: 55px;
	width: 55px;
	padding: 14px 0 0 0;
	border-radius: 10%;
	border: 1px solid #fff
}

.feature-icon-right-more-app .feature-content {
	padding-left: 90px;
	padding-bottom: 20px;
	padding-top: 35px;
	text-align: left
}

.feature-center .service-icon {
	margin-bottom: 14px
}

.feature-center .service-content h4 {
	margin-bottom: 6px;
	font-weight: 500
}

.feature-center .service-icon i {
	display: inline-block
}

.feature-box h4 {
	margin-bottom: 9px;
	font-weight: 300;
	font-size: 20px;
	font-family: 'Open+Sans', sans-serif;
	border-bottom: 1px dashed #3f3d56;
	padding: 0 0 10px 0
}

.feature-box>div:first-child {
	padding: 0
}

.feature-boxed {
	margin-top: 30px;
	padding: 0 15px 20px 15px!important;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out
}

.feature-boxed:hover {
	border-color: #e2e2e2;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.feature-boxed p {
	margin-bottom: 0
}

.section-title.center {
	padding: 0;
	text-align: center
}

.section-title.black {
	padding: 10px 0 0 0;
	text-align: center
}

.section-title h2,
.section-title.center h2 {
	font-weight: 300;
	font-size: 50px;
	letter-spacing: 2px;
	font-family: Raleway, sans-serif;
	margin: 0 0 10px 0;
	text-transform: uppercase
}

.section-title h3,
.section-title.center h3 {
	font-weight: 300;
	font-size: 50px;
	letter-spacing: 1px;
	color: #fff
}

.section-title-in h3,
.section-title-in.center h3 {
	font-weight: 600;
	font-size: 39px;
	letter-spacing: 1px;
	color: #333
}

.section-title.center hr {
	height: 1px;
	width: 110px;
	text-align: center;
	position: relative;
	margin: 30px auto;
	margin-bottom: 30px;
	margin-bottom: 30px;
	border: 10px dashed #fca926;
	border-radius: 50px
}

.section-title.freelancer h2 {
	font-weight: 200;
	font-size: 40px;
	max-width: 450px;
	margin: 0 auto;
	padding: 30px;
	border: 3px solid #fff;
	margin-bottom: 55px
}

.section-title.about hr {
	height: 4px;
	width: 90px;
	text-align: center;
	position: relative;
	background: #ffbe05;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0
}

.section-title.feature hr {
	height: 4px;
	width: 90px;
	text-align: center;
	position: relative;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0
}

.section-title.white hr {
	height: 4px;
	width: 90px;
	text-align: center;
	position: relative;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0
}

.section-title.black hr {
	height: 4px;
	width: 90px;
	text-align: center;
	position: relative;
	background: #ffbe05;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0
}

#about {
	background: #f1f1f1;
	padding: 80px 0 40px 0
}

#aboutt-i {
	background: url(../img/bg-bf.png);
	padding: 80px 0 80px 0
}

#aboutt-i h3 {
	font-size: 40px;
	font-weight: 300
}

.about-cor {
	padding: 30px;
	display: table-cell;
	vertical-align: middle;
	height: 600px
}

.about-text {
	display: table-cell;
	vertical-align: middle;
	height: 600px;
	padding: 25px
}

.about-i p {
	margin-top: 10px;
	color: #fff
}

.about-b {
	float: left;
	background: #ffbe05;
	border-radius: 0;
	color: #000;
	font-size: 24px;
	padding: 16px;
	border: 2px solid #f1f1f1;
	width: 65px;
	height: 65px;
	margin-right: 31px;
	margin-left: 15px;
	border-radius: 0 20px 0 0
}

.about-b i.fa {
	margin-right: 15px;
	color: #fff;
	font-size: 24px;
	margin-right: 35px;
	padding: 4px
}

.about-c {
	float: left;
	color: #fff;
	font-size: 24px;
	padding: 10px;
	border: 1px solid #ffbe05;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	margin-left: 15px
}

.about-c i.fa {
	margin-right: 15px;
	color: #ffbe05;
	font-size: 24px;
	margin-right: 35px;
	padding: 4px
}

.about-d {
	float: left;
	color: #fff;
	font-size: 24px;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	margin-left: 15px
}

#about-i {
	background: #ffbe05
}

.about-bus p {
	margin-top: 25px;
	margin-bottom: 25px
}

.about-deg {
	float: left;
	color: #999;
	font-size: 24px;
	padding: 10px;
	border: 5px solid #fff;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	transform: rotate(-45deg);
	margin-left: 15px;
	margin-top: 20px
}

.about-deg i.fa {
	margin-right: 15px;
	color: #fff;
	font-size: 20px;
	margin-right: 35px;
	padding: 4px;
	transform: rotate(45deg)
}

.about-heading h3 {
	padding-left: 40px;
	font-size: 21px;
	font-weight: 600;
	margin-top: 30px;
	color: #fff
}

.about-text-bus {
	padding: 70px 0 0 0
}

.about-ma-a {
	height: 600px;
	margin: 0
}

.about-ma-list {
	padding: 15px 0 0 15px;
	margin-top: 55px
}

.about-start-up {
	background: #ffbe05
}

#about-freelancer {
	color: #444;
	background: #fff;
	padding: 110px 0 0 0
}

#services-box {
	padding: 90px 0 90px 0;
	background: url(../img/patt_bg.png) repeat
}

.box {
	border: 1px dashed #b1b1b1;
	font-weight: 300;
	margin: 15px 0;
	min-height: 265px;
	padding: 30px;
	transition: all .5s ease 0s;
	background: #fff
}

.box p {
	padding: 2px
}

.box h4 {
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 15px
}

.box i.fa {
	font-size: 30px;
	width: 100px;
	height: 100px;
	padding: 35px 0;
	margin-bottom: 10px;
	border-radius: 50%;
	color: #fff;
	background: #ffbe05;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	line-height: 8px;
	margin-top: 25px;
	border: 10px solid #f1f1f1
}

.box:hover>i.fa {
	color: #fff;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	padding: 30px 0
}

.box-i i.fa {
	font-size: 30px;
	width: 100px;
	height: 100px;
	padding: 35px 0;
	margin-bottom: 10px;
	border-radius: 50%;
	color: #fff;
	background: #ffbe05;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	line-height: 8px;
	margin-top: 25px;
	border: 10px solid #f1f1f1
}

.box-i:hover>i.fa {
	color: #fff;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	padding: 30px 0
}

.box-ii i.fa {
	font-size: 30px;
	width: 100px;
	height: 100px;
	padding: 35px 0;
	margin-bottom: 10px;
	border-radius: 50%;
	color: #fff;
	background: #ffbe05;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	line-height: 8px;
	border: 10px solid #f1f1f1
}

.box-ii:hover>i.fa {
	color: #fff;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	padding: 30px 0
}

.box-iii i.fa {
	font-size: 30px;
	width: 100px;
	height: 100px;
	padding: 35px 0;
	margin-bottom: 10px;
	border-radius: 50%;
	color: #fff;
	background: #ffbe05;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	line-height: 8px;
	margin-top: 25px;
	border: 10px solid #f1f1f1
}

.box-iii:hover>i.fa {
	color: #fff;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3)
}

.box-iv i.fa {
	font-size: 30px;
	width: 100px;
	height: 100px;
	padding: 35px 0;
	margin-bottom: 10px;
	border-radius: 50%;
	color: #fff;
	background: #ffbe05;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	line-height: 8px;
	margin-top: 25px;
	border: 10px solid #f1f1f1
}

.box-iv:hover>i.fa {
	color: #fff;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	padding: 30px 0
}

.box-v i.fa {
	font-size: 30px;
	width: 100px;
	height: 100px;
	padding: 35px 0;
	margin-bottom: 10px;
	border-radius: 50%;
	color: #fff;
	background: #ffbe05;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	line-height: 8px;
	margin-top: 25px;
	border: 10px solid #f1f1f1
}

.box-v:hover>i.fa {
	color: #fff;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	padding: 30px 0
}

.box-vi i.fa {
	font-size: 30px;
	width: 100px;
	height: 100px;
	padding: 35px 0;
	margin-bottom: 10px;
	border-radius: 50%;
	color: #000;
	background: #ffbe05;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	line-height: 8px;
	margin-top: 25px;
	border: 10px solid #f1f1f1
}

.box-vi:hover>i.fa {
	color: #fff;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	padding: 30px 0
}

#services {
	padding: 90px 0 90px 0;
	background: #eee
}

.service {
	background: #fff;
	border: 1px dashed #bfbfbf;
	margin-bottom: 0;
	padding: 30px;
	text-align: left
}

.service p {
	padding: 0
}

.service:hover {
	background: #f1f1f1;
	border: 1px solid #eee;
	margin-bottom: 0;
	padding: 30px;
	color: #fff;
	transition: all .5s ease 0s;
	box-shadow: 0 0 22px 0 #999;
	z-index: +999
}

.services img {
	background: #fff;
	border: 6px solid #000
}

#services h2 {
	font-size: 45px
}

.services {
	border: 1px solid #eee;
	margin-bottom: 55px;
	padding: 15px
}

#services h4 {
	text-transform: uppercase;
	transition: all .5s;
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 20px
}

.space {
	margin-top: 40px
}

#services i.fa {
	font-size: 40px;
	width: 110px;
	height: 110px;
	padding: 35px 0;
	margin-bottom: 10px;
	border-radius: 10%;
	color: #fff;
	background: #ffbe05;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

#services .service:hover>i.fa {
	color: #fff
}

#main-centent-ii {
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #ff4200, #ffbe05) repeat scroll 0 0;
	padding: 60px 0 0 0
}

#main-bottam {
	background: #ffbe05;
	padding: 75px 0 75px 0
}

#main-demos {
	color: #fff;
	background: #f1f1f1
}

#Portfolio {
	padding: 90px 0 90px 0;
	background: #fff;
	text-align: center
}

#Portfolio-p-f {
	padding: 0;
	background: #fff;
	text-align: center
}

#best-work-p {
	padding: 0;
	margin: 0
}

#superb-services {
	padding: 90px 0 90px 0
}

.superb-services .section-title hr {
	border-color: #151515
}

.superb-services i {
	font-size: 35px;
	line-height: 40px;
	color: #333;
	width: 70px;
	height: 70px;
	padding: 15px;
	border: 1px solid #eee;
	border-color: #ffbe05 #ffbe05 #092b3c;
	border: 1px solid #f99800;
	box-shadow: 5px 5px 0 0 #f99800
}

.superb-services h4 {
	font-size: 18px;
	margin-top: 25px;
	position: relative;
	letter-spacing: 1px
}

.superb-services .mask-top {
	background-color: #fff;
	padding: 65px;
	position: absolute;
	top: 0;
	transition: all .3s ease-out 0s;
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .mask-top h4:before {
	top: -18px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: -2px auto;
	position: absolute;
	width: 40px
}

.superb-services .s-feature-box:hover .mask-top {
	top: -200px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .s-feature-box {
	overflow: hidden;
	position: relative;
	min-height: 280px;
	border: 1px solid #dadada;
	margin-bottom: 30px;
	cursor: pointer;
	background: #f99800
}

.superb-services .mask-bottom {
	color: #333;
	padding: 35px 15px 35px 15px;
	width: 100%;
	position: absolute;
	bottom: -300px;
	height: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .mask-bottom p {
	padding: 0 5px
}

.superb-services .mask-bottom h4 {
	margin: 15px 0 17px
}

.superb-services .s-feature-box:hover .mask-bottom {
	bottom: 0;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.superb-services .mask-bottom i {
	background: #fff none repeat scroll 0 0;
	border: 5px solid #f99800;
	border-radius: 50%;
	color: #333;
	font-size: 31px;
	height: 80px;
	line-height: 52px;
	padding: 10px;
	width: 80px
}

#Benifit {
	background: #fff;
	background-attachment: fixed;
	padding: 50px 0 60px 0
}

.Benifit .boxs h4 {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 35px;
	letter-spacing: 0
}

.Benifit .boxs {
	padding: 0 20px;
	font-weight: 500;
	min-height: 90px
}

.Benifit .boxs a {
	display: inline-block
}

.boxs.first {
	border: 1px solid #efefef;
	background: #fff;
	padding: 17px;
	margin: 55px 0 0 0;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.first {
	border: 1px solid #efefef;
	background: #fff;
	padding: 17px;
	margin: 55px 0 0 0;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.first {
	border: 1px solid #efefef;
	background: #fff;
	padding: 17px;
	margin: 55px 0 0 0;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.second {
	border: 1px solid #efefef;
	background: #fff;
	padding: 17px;
	margin: 55px 0 0 0;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.third {
	border: 1px solid #efefef;
	background: #fff;
	padding: 17px;
	margin: 55px 0 0 0;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.four {
	border: 1px solid #efefef;
	background: #fff;
	padding: 17px;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.five {
	border: 1px solid #efefef;
	background: #fff;
	padding: 17px;
	margin: 55px 0 0 0;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.six {
	border: 1px solid #efefef;
	background: #fff;
	padding: 17px;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.first:hover {
	background: rgba(255, 255, 255, .5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all .6s ease 0s;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.second:hover {
	background: rgba(255, 255, 255, .5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all .6s ease 0s;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.third:hover {
	background: rgba(255, 255, 255, .5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all .6s ease 0s
}

.Benifit .boxs.four:hover {
	background: rgba(255, 255, 255, .5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all .6s ease 0s;
	box-shadow: 0 0 12px 0 #eee
}

.Benifit .boxs.five:hover {
	background: rgba(255, 255, 255, .5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all .6s ease 0s
}

.Benifit .boxs.six:hover {
	background: rgba(255, 255, 255, .5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all .6s ease 0s;
	box-shadow: 0 0 12px 0 #eee
}

#contact {
	padding: 110px 0 110px 0;
	background: url(../img/hero/footer-bg.jpg) no-repeat fixed center bottom/cover
}

#contact-inner {
	padding: 110px 0 110px 0;
	background: #f1f1f1
}

#contact-inner h3 {
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase
}

#contact-inner i.fa {
	font-size: 30px;
	width: 90px;
	height: 90px;
	padding: 30px 0;
	margin: 20px 0 20px 0;
	color: #ffbe05;
	background: #fff;
	border: 2px solid #e1e1e1;
	border-radius: 0 30% 0 0
}

#contac-innert .contact-inner:hover>i.fa {
	color: ##12212f;
	background: #000;
	transition: all .3s ease 0s
}

#contact h3 {
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase;
	margin-top: 40px
}

#contact-b i.fa {
	font-size: 30px;
	width: 70px;
	height: 70px;
	padding: 35px 0;
	margin: 20px 0 30px 0;
	color: #ffbe05;
	background: 0 0;
	border: 1px solid #ffbe05
}

#contact i.fa {
	background: #333 none repeat scroll 0 0;
	border: 11px solid #ffbe05;
	color: #fff;
	font-size: 26px;
	height: 100px;
	margin: 30px 0;
	padding: 24px 0;
	width: 100px
}

#contac-send i.fa {
	font-size: 35px;
	width: 90px;
	height: 90px;
	padding: 25px 0;
	margin: 30px 0 30px 0;
	color: #ffbe05;
	background: #fff;
	border: 3px solid #f1f1f1;
	border-radius: 0 30% 0 0
}

#contact .contact:hover>i.fa {
	color: #999;
	background: #000;
	transition: all .3s ease 0s
}

#contact form {
	padding: 30px 0
}

#contact .fa {
	color: #f4d03f;
	margin-bottom: 10px
}

#contact .text-danger {
	color: #fff;
	text-align: center;
	font-size: 16px
}

.alert-danger {
	background: #fff;
	color: #f90;
	border: 1px solid #ffbe05
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left
}

.blog-ma {
	background: #fff;
	padding: 20px;
	border: 10px solid #f1f1f1;
	height: 490px;
	text-align: left
}

.blog-ma:hover {
	transition: all .6s ease 0s
}

.blog-div-area {
	padding: 80px 0 80px;
	overflow: hidden;
	background: #f1f1f1
}

.blog-div-area .blog-content-div {
	padding: 10px 0 0
}

.blog-div-area .blog-content-div .single-blog .feature-images {
	position: relative;
	overflow: hidden
}

.blog-div-area .blog-content-div .single-blog .feature-images a {
	transition: all .3s ease 0s
}

.feature-img {
	margin-top: 55px
}

.blog-div-area .blog-content-div .single-blog .feature-images a img {
	width: 100%
}

.blog-div-area .blog-content-div .single-blog .feature-images a img:hover {
	opacity: .9;
	background: #000
}

.blog-div-area .blog-content-div .single-blog .blog-content h3 {
	margin: 20px 0 35px;
	font-size: 18px;
	position: relative
}

.blog-div-area .blog-content-div .single-blog .blog-content h3 a {
	display: block;
	text-decoration: none;

	color: #333;
	transition: all .3s ease 0s;
	font-weight: 600;
	font-size: 18px
}

.blog-div-area .blog-content-div .single-blog .blog-content h3 a:hover {
	color: #333
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li {
	transition: all .6s ease 0s;
	font-size: 14px;
	font-weight: 400;
	height: 80%
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li a {
	display: block;
	text-decoration: none;
	color: #ffbe05
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li a:hover {
	color: #333
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li.comments {
	float: right
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li.comments a {
	color: #000
}

.blog-div-area .blog-content-div .single-blog .blog-content p {
	margin: 0;
	padding: 0
}

.blog-div-area .blog-content-div .single-blog .blog-content .read-more {
	display: block;
	margin: 20px 0 50px
}

.blog-div-area .blog-content-div .single-blog .blog-content .read-more a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	transition: all .3s ease 0s;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #4caf50;
	padding: 10px 20px
}

.blog-div-area .blog-content-div .single-blog .blog-content .read-more a:hover {
	background: #4caf50;
	color: #fff
}

#blog {
	padding: 70px 0 60px 0;
	background: linear-gradient(490deg, #fff 50%, #00b0ff 10%)
}

#blog h3 {
	font-size: 45px;
	font-weight: 600
}

#blog h4 {
	font-size: 35px;
	font-weight: 300
}

#blog h5 {
	font-size: 25px;
	font-weight: 300
}

.cb-bck {
	background: #fff;
	padding: 20px!important
}

.post-date-b {
	background: #ec3c6a;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 2% 3%;
	width: 60px;
	height: 60px;
	text-align: center;
	transition: all .5s ease
}

.date {
	display: block;
	font-size: 20px;
	font-weight: 700
}

.month {
	display: block;
	font-size: 11px;
	text-transform: uppercase
}

.blog-ma {
	background: linear-gradient(490deg, #fff 90%, #fca926 10%);
	padding: 1 0;
	margin: 0;
	box-shadow: 0 5px 21px 0 #999
}

.blog-maa {
	background: #fff;
	padding: 30px;
	border: 10px solid #f1f1f1
}

.blog-ma:hover {
	transition: all .6s ease 0s
}

.blog-div-area {
	padding: 80px 0 80px;
	overflow: hidden;
	background: #f1f1f1
}

.blog-content h3 a {
	color: #333;
	margin-top: 30px
}

.blog-div-area .blog-content-div {
	padding: 0 0 0
}

.blog-div-area .blog-content-div .single-blog .feature-images {
	position: relative;
	overflow: hidden
}

.blog-div-area .blog-content-div .single-blog .feature-images a {
	transition: all .3s ease 0s
}

.feature-img {
	margin-top: 55px
}

.blog-div-area .blog-content-div .single-blog .feature-images a img {
	width: 30%;
	margin: 0 auto
}

.blog-div-area .blog-content-div .single-blog .blog-content h3 {
	margin: 0 0 10px;
	font-size: 18px;
	position: relative
}

.blog-div-area .blog-content-div .single-blog .blog-content h3 a {
	display: block;
	text-decoration: none;
	color: #3f3d56;
	transition: all .3s ease 0s;
	font-weight: 600;
	font-size: 18px;
	border-bottom: 1px dashed #3f3d56;
	padding-bottom: 10px
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li {
	transition: all .6s ease 0s;
	font-size: 14px;
	font-weight: 500;
	color: #333
}

.blog-div-area .blog-content-div .single-blog .blog-content ul li a {
	display: block;
	text-decoration: none;
	color: #ffbe05
}

.owl-carousel {
	padding-bottom: 0
}

.carousel-box {
	background-color: #fff;
	margin: 0 15px;
	position: relative;
	overflow: hidden
}

.carousel-box img {
	-webkit-transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	-ms-transition: transform 1s ease;
	transition: transform 1s ease
}

.carousel-box:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.carousel-box .btn {
	font-weight: 800
}

.carousel-box h3 {
	font-size: 18px;
	color: #2d373c
}

.carousel-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 0 20px 20px
}

.carousel-content p {
	margin-bottom: 20px
}

.carousel-subtitle {
	padding-bottom: 10px
}

.carousel-box-type {
	background-color: #2d373c;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	text-align: center;
	display: table;
	z-index: 1
}

.carousel-box-type i {
	display: table-cell;
	vertical-align: middle
}

.revew-carousel .owl-controls {
	position: absolute;
	right: 40px;
	bottom: -30px
}

.revew-carousel .owl-controls .owl-buttons div {
	cursor: pointer;
	border: 2px solid #fff;
	-webkit-border-radius: 0 30% 0 0;
	-moz-border-radius: 0 30% 0 0;
	border-radius: 0 30% 0 0;
	width: 42px;
	height: 42px;
	text-align: center;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: 0 0;
	z-index: 99;
	opacity: 1;
	padding: 0
}

.revew-carousel .owl-controls .owl-buttons .owl-next {
	right: 0
}

.revew-carousel .owl-controls .owl-buttons .owl-next:hover {
	right: 0;
	background: #001b24
}

.revew-carousel .owl-controls .owl-buttons .owl-prev {
	right: 50px
}

.revew-carousel .owl-controls .owl-buttons .owl-prev:hover {
	right: 50px;
	background: #001b24
}

.revew-carousel .owl-controls .owl-buttons i {
	font-size: 18px;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding-top: 9px
}

.general-carousel .owl-controls {
	position: absolute;
	right: 20px;
	bottom: -30px
}

.general-carousel .owl-controls .owl-buttons div {
	cursor: pointer;
	border: 4px double #999;
	border-radius: 25px;
	width: 42px;
	height: 42px;
	text-align: center;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: #f1f1f1;
	z-index: 99;
	opacity: 1;
	padding: 0
}

.general-carousel .owl-controls .owl-buttons .owl-next {
	right: 0
}

.general-carousel .owl-controls .owl-buttons .owl-next:hover {
	right: 0;
	background: #fff
}

.general-carousel .owl-controls .owl-buttons .owl-prev {
	right: 50px
}

.general-carousel .owl-controls .owl-buttons .owl-prev:hover {
	right: 50px;
	background: #fff
}

.general-carousel .owl-controls .owl-buttons i {
	font-size: 15px;
	color: #333;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding-top: 9px
}

footer {
	background-size: cover;
	background-position: 0 -5px
}

footer h5 {
	color: #fff;
	margin: -5px 0 19px;
	text-transform: uppercase;
	font-size: 18px
}

footer .main_footer {
	padding-bottom: 80px;
	padding-top: 80px;
	background: #202020
}

footer .footer_logo p {
	color: #9fa7af;
	padding: 32px 50px 33px 0
}

footer .footer_logo ul li {
	display: inline-block;
	margin-right: 3px
}

footer .footer_logo ul li a {
	display: block;
	width: 55px;
	line-height: 55px;
	background: #ffbe05;
	text-align: center;
	color: #fff;
	font-size: 22px
}

footer .footer_logo ul li a:hover {
	display: block;
	width: 55px;
	line-height: 55px;
	background: #df0015;
	text-align: center;
	color: #fff;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

footer h5 {
	color: #fff;
	text-transform: uppercase;
	margin: -5px 0 19px 0
}

footer .quick_links ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #9fa7af;
	line-height: 35px;
	font-size: 14px
}

footer .quick_links ul li a:focus,
footer .quick_links ul li a:hover {
	color: #ffbe05
}

footer .latest_tweets .single_tweet {
	margin: 29px 0 -5px 0
}

footer .latest_tweets .single_tweet a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #9fa7af;
	line-height: 26px;
	font-size: 14px;
	margin: 0 62px 4px 0;
	display: block
}

footer .latest_tweets .single_tweet span {
	font-size: 14px
}

footer .subscribe_now {
	padding-left: 0
}

footer .subscribe_now p {
	font-size: 14px;
	color: #9fa7af;
	margin: 26px 0 32px 0
}

footer .subscribe_now form {
	position: relative;
	height: 55px;
	border-radius: 5px
}

footer .subscribe_now form input {
	width: 100%;
	height: 100%;
	border: none;
	background: #fff;
	border-radius: 0;
	font-style: italic;
	color: #333;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 56px;
	letter-spacing: .9px
}

footer .subscribe_now form button {
	display: block;
	font-size: 18px;
	height: 100%;
	width: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	background: #ffbe05
}

footer .subscribe_now form button:hover {
	display: block;
	font-size: 18px;
	height: 100%;
	width: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	background: #333
}

footer .bottom_footer {
	background: #1d282e
}

footer .bottom_footer p {
	color: #9fa7af;
	font-size: 14px;
	text-align: center;
	line-height: 60px
}

footer .bottom_footer p a {
	color: #00cbd8;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400
}

nav#footer {
	background: #080808;
	color: #999;
	padding: 65px 0 65px 0;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #202020
}

nav#footer .fnav {
	vertical-align: middle;
	margin-top: 25px;
	margin-bottom: 50px
}

.bottam-brand {
	font-size: 40px;
	margin-bottom: 35px
}

ul.footer-social li {
	display: inline-block;
	margin-right: 10px
}

nav#footer p {
	font-size: 15px;
	margin-top: 30px;
	padding: 20px 0 30px 0;
	color: #999;
	font-weight: 200;
	border-top: 1px solid #494949
}

#footer-love i.fa {
	height: 30px;
	width: 30px;
	font-size: 20px;
	padding: 18px 5px;
	color: #fff;
	transition: all .5s;
	width: 60px;
	height: 60px;
	border: 1px solid #ffbe05;
	border-radius: 50%;
	background: #ffbe05
}

#footer i.fa {
	border: 1px solid #333;
	color: #000;
	font-size: 18px;
	height: 35px;
	padding: 8px 5px;
	transition: all .5s ease 0s;
	width: 120px;
	color: #ffbe05
}

.heart i.fa {
	font-size: 18px;
	color: #ffbe05;
	transition: all .5s;
	border-radius: 10%
}

.footer-bottom {
	background: #161616;
	padding: 25px
}

.f-b {
	color: #999;
	text-align: center;
	padding: 10px;
	font-family: 'Open+Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 2px
}

#footer i.fa:hover {
	color: #333;
	background: #ffbe05
}

#preloader {
	background: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: +9999
}

.no-js #preloader,
.oldie #preloader {
	display: none
}

#loader {
	height: 100px;
	left: 50%;
	margin: -30px 0 0 -30px;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 100px
}

#loader::before {
	animation: 1.1s linear 0s normal none infinite running load;
	border-color: #fff #faa805 #00aeff #fff;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	content: "";
	display: block;
	height: 100px;
	width: 100px;
	background: linear-gradient(490deg, #fca926 50%, #00b0ff 10%)
}

@keyframes load {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes load {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

#back-to-top {
	transition: all 1s ease 0s;
	-webkit-transition: all .3s ease 0s;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	width: 45px;
	height: 65px;
	text-align: center;
	line-height: 40px;
	background: #000;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	opacity: 0;
	border: 4px double #fff;
	border-radius: 51px;
	border-width: 10px
}

#back-to-top.show {
	opacity: 1
}

.our-best-work {
	padding: 110px 0 90px 0;
	background: #f1f1f1
}

.our-best-work .col-md-3 {
	padding: 0
}

.single-work {
	overflow: hidden;
	position: relative
}

.single-work:hover a>img {
	transform: scale(1.1)
}

.single-work:hover .work-info {
	opacity: 1
}

.single-work>a>img {
	cursor: pointer;
	overflow: hidden;
	transform: scale(1);
	transition: all .3s ease 0s;
	margin-top: 0;
	margin-top: 65px
}

.work-info {
	bottom: 0;
	opacity: 0;
	padding: 15px;
	position: absolute;
	transition: all .3s ease 0s;
	width: 100%;
	z-index: 5;
	background: rgba(0, 0, 0, .8) none repeat scroll 0 0
}

.work-info>h5 {
	color: #fff;
	display: table;
	font-size: 23px
}

.work-link {
	align-content: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 7%;
	z-index: 6;
	background: #ffbe05
}

.work-link:hover {
	color: #eaeaea
}

.work-link i {
	font-size: 22px;
	vertical-align: middle
}

tact-inner {
	padding: 110px 0 110px 0;
	background: #f1f1f1
}

#contact-inner h3 {
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase
}

.c-2 {
	background: #fff;
	padding: 20px;
	border: 10px solid #f1f1f1;
	box-shadow: 0 0 32px #838383;
	margin-top: 15px
}

#contact-inner i.fa {
	font-size: 30px;
	width: 110px;
	height: 110px;
	padding: 40px 0;
	margin: 50px 0 20px 0;
	color: #000;
	background: #fff;
	border: 1px dashed #ffbe05;
	border-radius: 50%
}

#contac-inner:hover>i.fa {
	color: #fff;
	background: #ffbe05;
	transition: all .3s ease 0s
}

#contact h3 {
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase;
	margin-top: 40px
}

#contact-b i.fa {
	font-size: 30px;
	width: 70px;
	height: 70px;
	padding: 35px 0;
	margin: 20px 0 30px 0;
	color: #f8001d;
	background: 0 0;
	border: 1px solid #f8001d
}

#contact i.fa {
	font-size: 35px;
	width: 90px;
	height: 90px;
	padding: 25px 0;
	margin: 30px 0 30px 0;
	color: #ffbe05;
	background: #fff;
	border: 3px solid #f1f1f1;
	border-radius: 0 30% 0 0
}

#contac-send i.fa {
	font-size: 35px;
	width: 90px;
	height: 90px;
	padding: 25px 0;
	margin: 30px 0 30px 0;
	color: #ffbe05;
	background: #fff;
	border: 3px solid #f1f1f1;
	border-radius: 0 30% 0 0
}

#contact-inner .contact-inner:hover>i.fa {
	color: #fff;
	background: #ffbe05;
	transition: all .3s ease 0s;
	border: 2px dashed #fff
}

#contact-inner form {
	padding: 30px 0
}

#contact-inner .fa {
	color: #f4d03f;
	margin-bottom: 10px
}

#contact-inner p {
	font-size: 16px;
	color: #000
}

#contact-inner .text-danger {
	color: #000;
	text-align: center;
	font-size: 16px
}

.alert-danger {
	background: #fff;
	color: #f90;
	border: 1px solid #f8001d
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left
}

#contact-inner .form-control {
	display: block;
	width: 100%;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 22px;
	background-color: #666;
	background-image: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	border: 2px solid #f1f1f1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin-top: 15px;
	color: #fff
}

#contact-inner .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
	border: 1px solid #fff
}

.form-control::-moz-placeholder {
	color: #fff
}

.form-s {
	box-shadow: 0 0 22px 0 #eee
}

.footer-section-area {
	background: url(../img/footer-img.jpg);
	padding: 280px 0 30px 0;
	margin-top: 0;
	position: relative
}

.footer-section-area h3 {
	color: #fff;
	font-size: 21px;
	margin-bottom: 25px;
	margin-top: 20px
}

.footer-section-area ul li {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #eee
}

.footer-section-area ul li i {
	font-size: 12px;
	margin-right: 10px;
	text-align: center
}

.footer-section-area ul li a {
	color: #fff;
	font-size: 14px
}

.footer-section-area ul li i a {
	color: #e1e1e1;
	font-size: 10px
}

.footer-section-area ul li a:hover {
	color: #ffbe05
}

.footer-section-area .popular-post {
	margin-bottom: 0
}

.footer-section-area .popular-post .post-date {
	color: #ffbe05;
	display: block;
	padding-bottom: 4px
}

.footer-section-area .get-quote form .form-group .form-control {
	background: #303e45 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	border: 1px dashed #535353
}

.b-logo {
	margin-bottom: 15px;
	margin-top: -18px
}

.footer-section-area .get-quote form .form-group input {
	height: 44px;
	margin-bottom: 25px
}

.footer-section-area .get-quote form .form-group.send-button {
	margin-bottom: 0
}

.footer-section-area .get-quote form .form-group.send-button .ghost-btn {
	color: #fff;
	font-size: 14px;
	padding: 8px 30px
}

.copy-right-area {
	background: #000;
	padding: 20px 0 10px 0
}

.copy-right-area .copy-right p {
	color: #fff;
	font-size: 14px;
	padding: 20px 0 0 0;
	letter-spacing: 3px
}

.copy-right-area .copy-right a {
	color: #fff;
	transition: all .5s ease-in-out 0s
}

.copy-right-area .copy-right a:hover {
	color: #ffbe05
}

.copy-right-area .social-media ul {
	text-align: right;
	margin-top: 10px
}

.copy-right-area .social-media ul li {
	display: inline-block;
	list-style: outside none none
}

.copy-right-area .social-media ul li a {
	border: 1px solid #333;
	border-radius: 0;
	color: #fff;
	display: block;
	height: 45px;
	line-height: 44px;
	margin-left: 3px;
	text-align: center;
	transition: all .5s ease-in-out 0s;
	width: 45px
}

.copy-right-area .social-media ul li a:hover {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ffbe05;
	color: #ffbe05
}

#contact {
	padding: 40px 0 0 0;
	background: url(../img/footer-bg.jpg) no-repeat scroll center center/cover
}

#contact-inner {
	padding: 90px 0 90px 0;
	background: #f1f1f1
}

#contact-inner h3 {
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase
}

.contact-img {
	padding: 90px 0 90px 0;
	background: url(../img/footer-bg.jpg) no-repeat scroll center center/cover;
	position: absolute;
	left: 10px
}

contact-img img {
	width: 50%
}

.c-2 {
	background: #fff;
	padding: 20px;
	border: 10px solid #f1f1f1;
	box-shadow: 0 0 10px #838383;
	margin-top: 20px
}

#contact-inner i.fa {
	font-size: 40px;
	width: 110px;
	height: 110px;
	padding: 31px 0;
	margin: 30px 0 20px 0;
	color: #000;
	background: #fff;
	border: 5px solid #ffbe05;
	border-radius: 50%
}

#contac-inner:hover>i.fa {
	color: #fff;
	background: #ffbe05;
	transition: all .3s ease 0s
}

#contact h3 {
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase;
	margin-top: 40px
}

#contact-b i.fa {
	font-size: 30px;
	width: 70px;
	height: 70px;
	padding: 35px 0;
	margin: 20px 0 30px 0;
	color: #f8001d;
	background: 0 0;
	border: 1px solid #f8001d
}

#contact i.fa {
	font-size: 35px;
	width: 90px;
	height: 90px;
	padding: 25px 0;
	margin: 30px 0 30px 0;
	color: #ffbe05;
	background: #fff;
	border: 3px solid #f1f1f1;
	border-radius: 0 30% 0 0
}

#contac-send i.fa {
	font-size: 35px;
	width: 90px;
	height: 90px;
	padding: 25px 0;
	margin: 30px 0 30px 0;
	color: #ffbe05;
	background: #fff;
	border: 3px solid #f1f1f1;
	border-radius: 0 30% 0 0
}

#contact-inner .contact-inner:hover>i.fa {
	color: #fff;
	background: #ffbe05;
	transition: all .3s ease 0s;
	border: 2px dashed #fff
}

#contact-inner form {
	padding: 10px 0
}

#contact-inner .fa {
	color: #f4d03f;
	margin-bottom: 10px
}

#contact-inner p {
	font-size: 16px;
	color: #000
}

#contact-inner .text-danger {
	color: #000;
	text-align: center;
	font-size: 16px
}

.alert-danger {
	background: #fff;
	color: #f90;
	border: 1px solid #f8001d
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left
}

#contact-inner .form-control {
	display: block;
	width: 100%;
	padding: 25px 12px;
	font-size: 14px;
	line-height: 22px;
	background-color: #666;
	background-image: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	border: 2px solid #f1f1f1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin-top: 15px;
	color: #fff
}

#contact-inner .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
	border: 1px solid #fff
}

.form-control::-moz-placeholder {
	color: #fff
}

#error {
	padding: 90px 0 90px 0
}

.error-f {
	color: #ffbe05;
	font-size: 280px;
	font-weight: 700;
	margin: 150px 0 110px 0;
	text-align: center
}

::-webkit-scrollbar {
	width: 20px
}

::-webkit-scrollbar-track {
	background: #00b0ff
}

::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
	background: #01e2ff
}

.scrollbar {
	height: 500px;
	background: #f5f5f5;
	overflow-y: scroll;
	margin-bottom: 15px
}

.vert-move {
	width: 70%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	COLOR: #fff;
	text-align: center
}

.vert-move-i {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: -85px;
	COLOR: #fff;
	text-align: center
}

.jud-li li {
	font-size: 16px;
	font-family: Oswald, sans-serif;
	color: #333;
	line-height: 30px
}

img.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate
}

img.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-10px)
	}
}

@keyframes mover {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-10px)
	}
}

#s-c {
	position: absolute;
	text-align: center;
	border-radius: 25px;
	width: 101%;
	margin: -28px 0 0 -39px
}