/*------------------------------------------*/
/*	      /* 01.General & Basic Styles /*
/*------------------------------------------*/


@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: Trebuchet MS;
	sfont-family: 'Questrial', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	width: 100% !important;
	height: 100% !important;
	font-size: 14px;
	color: #616161;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
}
.next{    display: inline-block;
    
    padding: 0px 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
     background: #eee;
    border-radius: 3px;
    float: right;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);}

.back{

	display: inline-block;
    
    padding: 0px 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
     background: #eee;
    border-radius: 3px;
    float: left;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);}
}
#canvas {
	background: #000;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	sfont-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
a {
	color: #fff;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a:focus {
	color: #fff;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
clients-name .radius {
	border-radius: 50%;
}
img {
	max-width: 100%;
	height: auto;
}
#faq {
	padding: 80px 0 0 0;
}


.text-uppercase {
text-transform: uppercase;letter-spacing: 3px;}
/*------------------------------------------*/
/*	        /* 02.BG Color  /*
/*------------------------------------------*/
#owl-demo .item{
  sbackground: #3fbf79;
  padding: 0px 0px;
  margin: 3px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.light-bg {
	background: #f7f7f7;
}
.gray {
	color: #d9d9d9;
}
.light-gray {
	color: #333;
}
.white {
	color: #ffffff;
}
.yellow {
	color: #ffa211!important;
	font-weight: 800;
	text-transform: uppercase;
}
.red {
	color: #ffa211;
	font-weight: 600;
	text-transform: uppercase;
}
.black {
	color: #000;
	font-size: 22px;
}
.black-small {
	color: #fff;
	font-size: 15px;
	line-height: 32px;
}
.dark {
	color: #f1f1f1;
}
.red-s {
	color: #ffa211;
	font-weight: 600;
	font-family: 'Open+Sans', sans-serif;
}
.interface-img {
	text-align: center;
}
.centered {
	margin: 0 auto;
}

/*------------------------------------------*/
/*	       /* 03.BTN */
/*------------------------------------------*/
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 0px 4px;
    background: #5d5d5c;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.btn-top {
	border-radius: 10px;
	background: #fff;
	color: #ff0035;
	font-size: 20px;
	font-weight: normal;
	padding: 20px 50px;
	margin-top: 25px;
	text-transform: uppercase;
}
.top-download {
	padding: 30px 0 30px 0;
	line-height: 28px;
}
.top-btn-text {
	font-size: 26px;
	letter-spacing:4px;
	text-transform: uppercase;
	color: #ffffff !important;
	line-height: 28px;
	padding-top: 21px;
}
.gradientbg{background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right,#00a9f0, #029bdb ) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #00a9f0, #029bdb ) repeat scroll 0 0;color:#fff!important;}
.btn-download-black {
	font-weight: 600;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 15px;
    text-shadow: none;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    text-transform: uppercase;
    max-width: 100%;
    width: 200px;
    letter-spacing: 1px;
    background: rgba(29, 24, 21, 0.91);
}
.btn-download-black:hover {
	background-color: transparent;
	sborder: 1px solid #000;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.btn-small {
	border: 1px solid #c1c1c1;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0px;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	margin-top: 25px;
	padding: 10px 20px 10px 18px;
	transition: all 0.5s ease 0s;
	background: #fff;
}
.btn-small:hover {
	background: #ffa211;
	color: #333;
	text-decoration: none;
	border: 1px solid #ffa211;
}
.btn-download {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #d0a234;
	border-radius: 0;
	box-shadow: 3px 6px 0 0 #d0a234;
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	max-width: 100%;
	padding: 15px 30px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.6s ease 0s;
	width: 210px;
	letter-spacing: 1px
}
.btn-download:hover {
	background-color: #ffa211;
	border: 1px solid #ffa211;
	color: #333;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0px 6px 0px 0 #000;
}
.btn-download i {
	color: #000!important;
	font-size: 22px!important;
}


.btn-download:hover i {
	color: #000!important;
	font-size: 22px!important;
}
.btn-download:hover i {
	color: #333;
}
.btn-download:focus {
	color: #ffffff;
}
.btn-download-wt {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #d0a234;
	border-radius: 0;
	box-shadow: 3px 6px 0 0 #d0a234;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	max-width: 100%;
	padding: 15px 30px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.6s ease 0s;
	width: 210px;
	letter-spacing: 1px
}
.btn-download-wt:hover {
	background-color: #ffa211;
	border: 1px solid #ffa211;
	color: #000;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0px 6px 0px 0 #000;
}
.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: #ffffff;
}
.btn-get {
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #ffa211;
	color: #000;
	font-size: 16px;
	text-shadow: none;
	border-radius: 0px;
	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: #ffa211;
	box-shadow: 3px 6px 0px 0 #000;
	letter-spacing: 1px
}
.btn-get:hover {
	background-color: #000;
	color: #ffa211;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000;
	box-shadow: 0px 6px 0px 0 #ffa211;
}
.btn-get i {
	color: #000!important;
	font-size: 22px!important;
}
.btn-get:hover i {
	color: #ffa211!important;
	font-size: 22px;
}
.btn-get:focus {
	color: #ffffff;
}
.btn-download-send {
	display: inline-block;
    border: none;
    padding: 20px 30px;
    zbackground-color: #ffa211;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, #00a9f0, #029bdb) repeat scroll 0 0;
    /* background: rgba(0, 0, 0, 0) linear-gradient(to left, #00a9f0, #029bdb) repeat scroll 0 0; */
    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: 0px;
    max-width: 100#;
    width: 150px;
    /* margin-top: 22px; */
    background: #373737;
}
.btn-download-send:hover {
	background-color: #fff;
	border: none;
	color: #333;
	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 #ffa211;
	padding: 12px 30px;
	background: #ffa211;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
	border-radius: 0px;
	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 #ffa211;
	color: #333;
	text-decoration: none;
	display: inline-block;
}
.btn-download-small:focus {
	color: #ffffff;
}
.roll {
	background: #ff0035;
	padding: 15px;
}
.roll-t-1 {
	padding: 75px 0 75px 0;
	border: 8px solid #a6451d;
	border-width: 5px 0px 1px 0px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.roll-t-1 h1 {
	font-size: 45px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.roll-t-1 h5 {
	font-size: 10px;
	letter-spacing: 10px;
}
.roll-t-1 p {
	font-size: 15px;
	letter-spacing: 3px;
}
.roll-t-2 {
	padding: 75px 0 75px 0;
	border: 8px solid #ff0035;
	border-width: 5px 0px 1px 0px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.roll-t-2 h1 {
	font-size: 45px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.roll-t-2 h5 {
	font-size: 10px;
	letter-spacing: 10px;
}
.roll-t-2 p {
	font-size: 15px;
	letter-spacing: 3px;
}
.roll-t-3 {
	padding: 75px 0 75px 0;
	border: 8px solid #085495;
	border-width: 5px 0px 1px 0px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.roll-t-3 h1 {
	font-size: 45px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.roll-t-3 h5 {
	font-size: 10px;
	letter-spacing: 10px;
}
.roll-t-3 p {
	font-size: 15px;
	letter-spacing: 3px;
}
.roll-t-4 {
	padding: 75px 0 75px 0;
	border: 8px solid #729508;
	border-width: 5px 0px 1px 0px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.roll-t-4 h1 {
	font-size: 45px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.roll-t-4 h5 {
	font-size: 10px;
	letter-spacing: 10px;
}
.roll-t-4 p {
	font-size: 15px;
	letter-spacing: 3px;
}
/*------------------------------------------*/
/*	       /* 04.Testimonial */
/*------------------------------------------*/
#Portfolio [class*="col-md"] {
    margin-bottom: 28px;
}

#about-review-full {
	dbackground-image: url("../img/hero/review-bg.html");
	padding: 20px 0 25px 0;
    background: #4b569c;
}

#testimonial-list .thumb {
	display: inline-block;
	margin-bottom: 20px;
}
#testimonial-list .thumb img {
	border-radius: 50%;
	height: 90px;
	width: 90px;
	border: 13px solid #a9a9a9;
	margin-top: 45px;
}
#testimonial-list p {
	font-size: 22px;
	font-weight: 300;
	line-height: 35px;
	color: #333;
}
#testimonial-list .testimonial-meta {
	font-weight: 700;
	text-transform: uppercase;
}
#testimonial-list .testimonial-meta span {
	font-size: 16px;
	opacity: 0.7;
	color:#333;
}
@media (max-width: 768px) {
.container-fluid.pad-less
} {
}
#testimonial-list.owl-theme .owl-dots .owl-dot span {
	border-radius: 0;
}
.parallax {
	background: rgba(0, 0, 0, 0) none no-repeat fixed center center / cover;
	position: relative;
}
.parallax.light-overlay::before, .parallax::before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.parallax::before {
background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.parallax.light-overlay::before {
background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
.parallax-promo {
	background-image: url("../img/slider/slider-3.html");
}
.fun-box i {
	font-size: 40px;
	margin-bottom: 20px;
}
.fun-box .value {
	font-size: 50px;
}
.fun-box .title, .portfolio-filter ul li {
	font-size: 16px;
	text-transform: uppercase;
}
@media (max-width: 991px) {
.fun-box
} {
}


/*------------------------------------------*/
/*	       /* 05.Image Slide OWl */
/*------------------------------------------*/

#owl-slider, #owl-slider .item {
	height: 100%;
	position: relative;
	width: 100%;
}
#owl-slider {
	max-height: none;
}
#owl-slider .item {
	overflow: hidden;
}
#owl-slider .item::before {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#owl-slider .item .item-img {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
#owl-slider .item .slider-info {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	top: 87%;
	width: 1140px;
	z-index: 100;
}
#owl-slider .item .slider-info .sub-title, #owl-slider .item .slider-info h1, #owl-slider .item .slider-info h5, #owl-slider .item .slider-info p {
	margin-top: 0;
}
#owl-slider .item .slider-info h1 {
	font-size:65px;

	
    font-family: 'Monoton', cursive;
	line-height:normal;
}
 @media (max-width: 768px) {
#owl-slider .item .slider-info h1 {
 font-size: 30px;
}
}
#owl-slider .item .slider-info h5 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 15px;
	letter-spacing:5px;
}
#owl-slider .item .slider-info p {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing:5px;
}
@media (min-width: 768px) {
#owl-slider .item .slider-info {
 width: 750px;
}
}
@media (max-width: 768px) {
#owl-slider .item .slider-info {
 top: 30%;
 width: 100%;
}
}


@media (min-width: 300px) {
#owl-slider .item .slider-info {
 width: 100%;
 sborder:15px solid #ffa211;
 padding:25px;
 sbackground:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
 spadding:55px 0 25px 0;
 border-width:1px 0 25px 0;
 background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, #00a9f0, #029bdb) repeat scroll 0 0;
   background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(74, 86, 157, 0.5), rgba(220, 36, 36, 0.5)) repeat scroll 0 0;
}
}
#owl-slider .item .slider-btn .btn {
	padding: 16px 40px;
}
#owl-slider .item .slider-btn .btn:first-child {
	margin-right: 10px;
}
#owl-slider.owl-nav-dark .item::before {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#owl-slider.owl-theme .owl-nav {
	bottom: 20px;
	margin-top: -60px;
	position: absolute;
	right: 20px;
	top: 50%;
}
 @media (max-width: 1080px) {
#owl-slider.owl-theme .owl-nav [class*="owl-"] {
display: none;
}
}
#owl-slider.owl-theme.owl-nav-dark .owl-nav [class*="owl-"] {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #222;
border-radius: 0;
color: #222;
cursor: e-resize;
display: inline-block;
font-size: 14px;
margin: 0 2px;
padding: 5px 20px;
}
#owl-slider.owl-theme.owl-nav-dark .owl-nav [class*="owl-"]:hover {
background: #fc575e none repeat scroll 0 0;
border-color: #fc575e;
color: #fff;
}
#owl-slider.owl-theme .owl-nav .disabled {
	opacity: 0.6;
}
#owl-slider.owl-carousel .owl-nav .owl-next, #owl-slider.owl-carousel .owl-nav .owl-prev {
	position: relative;
}
#owl-slider.owl-theme .owl-dots {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}
#owl-slider.owl-theme .owl-dots .owl-dot {
	margin: 5px 0;
}
#owl-slider.owl-theme .owl-dots .owl-dot span {
	border-radius: 0;
	height: 6px;
	width: 6px;
}
#owl-slider.owl-theme .owl-dots .owl-dot.active span, #owl-slider.owl-theme .owl-dots .owl-dot:hover span {
	background:#ffff;
}
.light-txt h1, .light-txt h2, .light-txt h3, .light-txt h4, .light-txt h5, .light-txt p, .light-txt span {
	color: #fff
}
/*------------------------------------------*/
/*	       /* 06.Image Parallax */
/*------------------------------------------*/


.city {
	background: rgba(0, 0, 0, 0) url("../img/hero/city.html") no-repeat fixed center bottom / cover;
	display: table;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}
.desk{	background: rgba(0, 0, 0, 0) url("../img/hero/desk.html") no-repeat fixed center bottom / cover;
	display: table;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;}
.hero {
	display: table;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}
.hero .hero-content.light-txt .hero-subtitle {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 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, 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: #ffa211 ;
	letter-spacing: 3px;
     font-family: 'Bungee Inline', cursive;
	 padding:45px;
	 box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
	 border:0px solid #fff;

}



.hero .hero-content-i.light-txt .hero-subtitle {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.hero .hero-content-i.light-txt h1, .hero .hero-content.light-txt h2 {
	color: #ffa211 ;
	text-shadow: 0 0 20px rgba(0, 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-i 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-i h1, .video-banner h1 {
	font-size:50px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
     font-family: 'Bungee Inline', cursive;
	  border-bottom:2px solid #ffa211;
	  padding-bottom:10px;
	

}



.hero .hero-content-ii.light-txt .hero-subtitle {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.hero .hero-content-ii.light-txt h1, .hero .hero-content.light-txt h2 {
	color: #fff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	 border:1px solid #666;
	 border-width:2px 1px 1px 1px;
	 border-color:#ffa211 #fff #ffa211
 #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-ii 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-ii h1, .video-banner h1 {
	font-size: 45px;
	font-weight: 600;
	color: #ffa211 ;
	letter-spacing:22px;
     font-family: 'Bungee Inline', cursive;
	 padding:45px;
	 box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
	 border:0px solid #fff;
	 line-height:65px;
	 border-width:2px 1px 2px 1px;
	 border-color:#ffa211 #ff #fff #fff;
}

@media (max-width: 480px) {
.hero .hero-content h1
} {
}
.hero .hero-content h2, .video-banner h2 {
	font-size: 4.4rem;
}
.hero .hero-content h5 {
	color: #fc575e;
	font-size: 2.3rem;
	letter-spacing: 0.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;
}
@media (max-width: 380px) {
.hero .hero-content .group-button a
} {
}
.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: 0.25rem;
	line-height: 5.4rem;
	margin-top: 0.6rem;
	padding: 10px 30px;
	text-transform: uppercase;
}
@media (max-width: 480px) {
.hero .hero-content .button
} {
}
.hero .hero-content .button:focus, .hero .hero-content .button:hover {
	border-color: #fc575e;
}
.hero-short-banner {
	height: 500px;
}
.hero-overlay {
	background: #111 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.65;
	position: absolute;
	top: 0;
	width: 100%;
}
.hero-overlay-g {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff0035, #ffa211) repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.85;
	position: absolute;
	top: 0;
	width: 100%;
}
/*------------------------------------------*/
/*	       /* 07.Background Roted */
/*------------------------------------------*/


.surface-container {
	height: 100vh;
}
.content {
	position: relative;
}
.content-v h1 {
	font-size: 45px;
	font-weight: 600;
	display: inline-block;
	color: #fff;
	margin-top: -90px;
   font-family: 'Lobster', cursive;
   letter-spacing:20px;
}
.content .subtitle {
	font-size: 1.7rem;
	line-height: 2.4rem;
	margin-bottom: 3rem;
letter-spacing: .2rem;
	text-shadow: none;
}
.content .group-button {
	display: inline-block;
	margin-top: 30px;
}
.content .group-button a {
	margin: 0 10px;
}


/*------------------------------------------*/
/*	       /*  08.Full wirth Video */
/*------------------------------------------*/


.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:#ffa211;
    
}
.typist-blink > .selectedText {
	display: none;
}
.typist-mark > .selectedText {
	background-color: #222;
	color: #d0a234;
	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, 0.5) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
@media (max-width: 480px) {
.video-banner h1
} {
}
.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;
}
@media (max-width: 767px) {
.content-v
} {
}
/*------------------------------------------*/
/*	       /* 9.Demo Heading */
/*------------------------------------------*/

.main-area {
	Sbackground: rgba(0, 0, 0, 0) linear-gradient(to left, #ff4200, #ffa211) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, #00a9f0, #029bdb) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #00a9f0, #029bdb) repeat scroll 0 0;
}
.main-area h1 {
	color: #ffffff;
	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: #333;
	letter-spacing: 0px;
}
.no-p {
	padding: 0px;
}
p.para {
	font-size: 16px;
	margin: 40px 0 40px 0;
	line-height: 28px;
	color: #616161;
	padding: 5px;
}
.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: 0px;
	margin-top: 0px;
}
/*------------------------------------------*/
/*	       /* 10.Banner text*/
/*------------------------------------------*/

.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: #000 none repeat scroll 0 0;
	opacity: 0.75
}
.bg-footer {
	background: url(../img/footer-bg.html) 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: 0px;
	margin: 0px;
}
.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: normal;
	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: 16px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 50px;
}
.lead h1 {
	color: #fff;
	font-size: 30px;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: normal;
	margin-top: 100px;
	text-transform: uppercase;
}
.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: 75px;
    font-family: 'Abril Fatface', cursive;
	font-weight: 100;
	letter-spacing:10px;


	 margin-bottom:20px;

}
.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: #fff;
	font-size: 85px;
	font-weight: 100;
	text-transform: uppercase;
	padding: 40px 0 25px 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: 0px;
}
.video-about {
	padding: 190px 0 0 0;
}
.video-top {
	padding: 20px 0 0 0;
}
.lead-controls-i {
	margin-top: 0px;
	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, 0.6);
}
.low-blue {
	position: relative;
}
.low-blue:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 150, 189, 0.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, 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, #d0a234 ) repeat scroll 0 0;
	opacity: 0.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: 0.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: 0.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, 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, 0.4) 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: 350px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.html-video-i:before {
	content: "";
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #000, #000 ) repeat scroll 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
}
.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: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.video-text h1 {
	color: #ffffff;
	font-size: 55px;
	font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
}
.video-text p {
	color: #ffffff;
	font-size: 14px;
}
video {
	min-width: 100%
}

#customizable {
	padding: 110px 0 110px 0;
	background: #f1f1f1;
}
#customizable-i {
	padding: 110px 0 110px 0;
	background: #f1f1f1;
}

/*------------------------------------------*/
/*	       /*  11.Awesome Features */
/*------------------------------------------*/


#awesome-features {
	padding: 110px 0 110px 0;
	background: #fff;
}
#awesome-features-freelancer {
	padding: 110px 0 110px 0;
	background: #ffffff;
}
#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, #d0a234 ) 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: #ffffff;
}
.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 0.5s ease 0s;
}
.feature-box {
	margin: 5px 0 0px 0;
}
.feature-center {
	text-align: center;
}
.feature-test-light {
	line-height: 28px;
	color: #333333;
	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: #d0a234;
	margin: 30px 0 0 0;
	height: 55px;
	width: 55px;
	padding: 14px 0 0 0;
	border-radius: 10%;
	border: 1px solid #d0a234;
}
.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: #d0a234 #d0a234 #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: 22px 0 0 0;
	background: none;
	border: 1px solid #d0a234;
	box-shadow: 5px 5px 0 0 #d0a234;
}
.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: #ffffff;
	margin: 50px 0 0 0;
	height: 65px;
	width: 65px;
	padding: 20px 0 0 0;
	border: 1px solid #ffffff;
}
.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: 22px 0 0 0;
	background: none;
	border: 1px solid #d0a234;
	box-shadow: 5px 5px 0 0 #d0a234;
}
.feature-icon-right-more .feature-content {
	padding-left: 90px;
	padding-bottom: 35px;
	padding-top: 55px;
	text-align: left;
}
.feature-icon-right-more-app .feature-icon i.fa {
	float: left;
	font-size: 25px;
	color: #ffffff;
	margin: 50px 0 0 0;
	height: 55px;
	width: 55px;
	padding: 14px 0 0 0;
	border-radius: 10%;
	border: 1px solid #ffffff;
}
.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 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.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: #d0a234;
	
}
.carousel-indicators .active {
	background-color: #fff;
	height: 22px;
	margin: 0;
	width: 12px;
}
.carousel-indicators .active {
	background-color: #000;
	height: 22px;
	margin: 0;
	width: 12px;
}
.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #000;
	border-radius: 10px;
	cursor: e-resize;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}

/*-----------------------------------------*/
/*	      /* 12.Newsletter */
/*------------------------------------------*/


.text-con-n {
	color: #fff;
	padding: 90px 0 90px 0;
}
.bg-newsletter {
	background: url(../img/hero/desk.html) repeat fixed 0 0 / cover
}
.newsletter > h3 {
	margin-bottom: 23px;
	font-size: 40px;
	font-weight: 100;
	line-height: normal;
}
.newsletter-content > input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #dfdfdf;
	font-size: 14px;
	height: 65px;
	padding: 0 19px;
	width: 100%;
}
.newsletter-content {
	margin-top: 38px;
	position: relative;
}
.newsletter-content .button {
	border: 0 none;
	color: #000;
	font-size: 17px;
	height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 26%;
	background: #ffa211;
	border: 1px solid #fff;
	font-weight: 600;
}
.newsletter-content .button:hover {
	background: #fff;
	border: 0 none;
	color: #ffa211;
	border: 1px solid #fff;
}

/*------------------------------------------*/
/*	       /* 13.Benefit */
/*------------------------------------------*/


#benefit {
	background: url(../img/hero/slide-1.jpg) repeat fixed 0 0 / cover;
}
#benefit-i {
	background: url(../img/hero/about-2.jpg) repeat fixed 0 0 / cover;
}
.benefit-text {
	display: table-cell;
	vertical-align: middle;
	height: 600px;
	padding: 14px;
	abackground: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, #00a9f0, #029bdb) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #00a9f0, #029bdb) repeat scroll 0 0;
}
.benefit-texts {
	display: table-cell;
	vertical-align: middle;
	height: 600px;
	padding: 8px;
	    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, #00a9f0, #029bdb) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #00a9f0, #029bdb) repeat scroll 0 0;
	xbackground: rgba(0, 0, 0, 0) linear-gradient(to left, #ffa211, #ffa211) repeat scroll 0 0;
	opacity: 0.8;
}
.benefit-text-o {
	float: left;
	margin-left: 10px;
}
.benefit-right {
	float: right;
	padding: 0px;
}
.benefit-left {
	float: left;
	padding: 0px;
}
.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: #ffa211 #ffa211 #092b3c;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	float: left;
	font-size: 30px;
	height: 65px;
	margin: 12px;
	padding: 16px;
	width: 65px;
	    border: 1px solid #ffffff;
    box-shadow: 5px 5px 0 0 #ffffff;
}
.benefit-text-i {
	float: left;
	color: #fff;
	font-size: 15px;
	padding: 5px;
	width: 80%;
	margin-left: 5px;
	margin-bottom: 10px;
}
.benefit-text-i p{color:#fff;}
.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: #ffa211 #ffa211 #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 solid #d0a234;
	box-shadow: 5px 5px 0 0 #d0a234;
}
.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: #ffa211 #ffa211 #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 solid #d0a234;
	box-shadow: 5px 5px 0 0 #d0a234;
}
.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: #ffa211 #ffa211 #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 solid #d0a234;
	box-shadow: 5px 5px 0 0 #d0a234;
}
.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 #ffa211;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	margin-left: 15px;
}
.about-c i.fa {
	margin-right: 15px;
	color: #ffa211;
	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 #ffa211;
	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: 20px;
	font-weight: 600;
	margin-top: 10px;
	color: #fff;
	letter-spacing: 2px;
}
main-bane {
	width: 100%;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: inline;
	height: auto;
	margin-top: 10px;
	max-width: 100%;
}

/*------------------------------------------*/
/*	         /* 14.Navigation */
/*------------------------------------------*/


#nav {
	background: #fff;
	text-transform: uppercase;
}
.navbar-custom {
	background: #fff;
	color: #fff;
}
.navbar-toggle {
	color: #333;
	font-size: 21px;
}
.navbar-brand {
	margin-top: 11px;
	background: url(../img/logo-in.png) no-repeat;
	width: 185px;
	height: 39px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: #333;
}
.navbar-nav > li:hover > a, .navbar-nav > li > a:focus {
	color: #fff;
	    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, #00a9f0, #029bdb) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #00a9f0, #029bdb) repeat scroll 0 0;
	border-radius: 20px;
}
.menu-b {
	color: #000;
	background: #000;
}
.navbar-nav > li > a {
	padding: 2px 10px;
	text-transform: capitalize;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}
.navbar-nav > li.active > a {
}
.navbar-nav {
	margin: 18px 0 5px 0;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
	margin-left: -65px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 500px;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
	font-size: 14px;
}
.button_Demo {
	max-width: 250px;
	margin: 0 auto;
}
.button_flat {
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 7px 0 0;
	padding: 6px 35px;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
	font-size: 12px;
	background: #ffa211;
}
.button_flat: hover {
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 8px 0 0;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
	font-size: 13px;
	background: #fff;
}
.button_flat a {
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 7px 0 0;
	padding: 6px 35px;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
	font-size: 12px;
	background: #ffa211;
}
.button_flat a:hover {
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 7px 0 0;
	padding: 6px 35px;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
	font-size: 12px;
	background: #fff;
}
.btn-donate {
	width: 130px;
	text-align: center;
	line-height: 24px;
	padding: 6px 15px;
	border-radius: 0px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	background: #ffa211;
	margin-top: 8px;
	letter-spacing: 1px;
	border-radius: 0px;
}
.btn-donate:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff4200, #ffa211) repeat scroll 0 0;
	color: #000;
	letter-spacing: 1px;
}
.btn-donate a:hover {
	color: #fff;
}
.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Raleway', sans-serif;
}
.cl-effect-11 a {
    color: #ccc;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 10px;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
.cl-effect-11 a::before {
    border-bottom: 1px solid #333;
    color: #333;
    content: attr(data-hover);
    font-weight: 400;
    left: 0;
    max-width: 0;
    overflow: hidden;
    padding: 9px 0;
    position: absolute;
    top: 0;
    transition: max-width 0.5s ease 0s;
}
.cl-effect-11 a.active::before {
    content: "";
}
.cl-effect-11 a:focus::before, .cl-effect-11 a:hover::before {
    max-width: 100%;
}

/*------------------------------------------*/
/*	        /* 15.Content right left */
/*------------------------------------------*/


.join-us {
	overflow: hidden;
	padding: 110px 0px 100px 0px;
	background: #ffffff;
}
.join-us-icon .ico {
	-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: #ffa211 #ffa211 #092b3c;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: #12212f;
	float: left;
	font-size: 29px;
	height: 60px;
	margin-right: 25px;
	margin-right: 15px;
	padding: 15px;
	width: 60px;
	border: 1px solid #d0a234;
	box-shadow: 5px 5px 0 0 #d0a234;
}
.join-us-app h1 {
	font-size: 45px;
	font-weight: 100;
	padding: 15px 0 15px 0;
	text-transform: uppercase;
	line-height: normal;
	margin-top: -20px;
}
.join-us .title {
	margin-bottom: 70px;
	text-align: center;
}
.join-us .features .row {
	margin-bottom: 40px;
}
.join-us .carousel h1 {
	font-size: 50px;
	font-weight: 200;
}
.join-us .carousel h1, .offer p {
	text-align: left;
	font-weight: 200;
	text-transform: uppercase;
}
.list-o h4 {
	font-size: 20px;
}
.list-o i {
	color: #ffa211;
	margin-right: 7px;
	font-size: 15px;
}
.list-o li {
	padding: 4px 3px;
	line-height: 28px;
	color: #333;
	list-style-type: none;
	margin-bottom: 45px;
}
.list-o ul {
	margin: 15px 0 0 0px;
	padding: 0px;
}
.join-us p {
	color: #616161;
	font-size: 15px;
	margin-top: 25px;
	line-height: 28px;
}
.detail .carousel-control {
	background: none;
}
.join-us .ceo img {
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 270px;
}
.join-us .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	margin-top: -15px;
	color: #ccc;
}
.join-us .carousel-indicators .active {
	width: 30px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #ffa211;
}
.join-us .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 30px;
	height: 5px;
	border: none;
	border-radius: 0px;
	text-indent: -999px;
	cursor:  e-resize;
	background: #ccc;
}
/*------------------------------------------*/
/*	   		/* 16.Section */
/*------------------------------------------*/


.section-title.center {
	padding: 10px 0 0 0;
	text-align: center;
}
.section-title.black {
	padding: 10px 0 0 0;
	text-align: center;
}
.section-title h2, .section-title.center h2 {
	font-weight: 100;
	margin-bottom: 35px;
	font-size: 40px;
	margin-top: -22px;
	padding-top: 35px;
	letter-spacing: 1px;color:#ffffff;
}
.section-title .blue{color:#5e669e!important;}

.section-title.center hr {
	height: 1px;
	width: 100px;
	text-align: center;
	position: relative;
	background: #ffa211;
	margin: 0 auto;
	margin-bottom: 2px;
	border: 0;
}
.section-title.freelancer h2 {
	font-weight: 200;
	font-size: 40px;
	max-width: 450px;
	margin: 0 auto;
	padding: 30px;
	border: 3px solid #ffffff;
	margin-bottom: 55px;
}
.section-title.about hr {
	height: 4px;
	width: 90px;
	text-align: center;
	position: relative;
	background: #ffa211;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
.section-title.feature hr {
	height: 4px;
	width: 90px;
	text-align: center;
	position: relative;
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
.section-title.white hr {
	height: 4px;
	width: 90px;
	text-align: center;
	position: relative;
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
.section-title.black hr {
	height: 4px;
	width: 90px;
	text-align: center;
	position: relative;
	background: #ffa211;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}

/*------------------------------------------*/
/*	        /* 17.About Us  */
/*------------------------------------------*/

#about {
	background: #ffa211;
}
.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: #ffa211;
	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: #ffffff;
	font-size: 24px;
	margin-right: 35px;
	padding: 4px;
}
.about-c {
	float: left;
	color: #fff;
	font-size: 24px;
	padding: 10px;
	border: 1px solid #ffa211;
	width: 55px;
	height: 55px;
	margin-right: 31px;
	margin-left: 15px;
}
.about-c i.fa {
	margin-right: 15px;
	color: #ffa211;
	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-ag-a {
	background: url(../img/about/about-ag-1.html) scroll center center / cover;
	height: 600px;
	margin: 0;
}
.about-ag-b {
	background: url(../img/about/about-ag-2.html) scroll center center / cover;
	height: 600px;
	margin: 0;
}
#about-i {
	background: #ffa211;
}
.about-bus p {
	margin-top: 25px;
	margin-bottom: 25px;
}
.about-deg {
	float: left;
	color: #999;
	font-size: 24px;
	padding: 10px;
	border: 5px solid #ffffff;
	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: #ffffff;
}
.about-text-bus {
	padding: 70px 0 0 0px;
}
.about-img-bus-w {
	background: url(../img/about/bus-bg.html) no-repeat scroll center center / cover;
	height: 600px;
	margin: 0;
}
.about-img-bus-p {
	background: url(../img/about/bus-bg-2.html) no-repeat scroll center center / cover;
	height: 600px;
	margin: 0;
}
.about-img-bus-f {
	background: url(../img/about/bus-bg-3.html) no-repeat scroll center center / cover;
	height: 600px;
	margin: 0;
}
.about-ma-a {
	height: 600px;
	margin: 0;
}
.about-ma-list {
	padding: 15px 0 0 15px;
	margin-top: 55px;
}
.about-start-up {
	background: #ffa211;
}
#about-freelancer {
	color: #444;
	background: #ffffff;
	padding: 110px 0 0px 0;
}
/*------------------------------------------*/
/*	     /* 18.Portfolio */
/*------------------------------------------*/


#Portfolio {
	padding: 20px 0 20px 0;
	background: #ffffff;
	text-align: center;
}
#Portfolio-p-f {
	padding: 0px;
	background: #ffffff;
	text-align: center;
}
#best-work-p {
	padding: 0px;
	margin: 0px;
}
/*------------------------------------------*/
/*	        /* 19.Tabile price */
/*------------------------------------------*/


#price-t {
	padding: 110px 0 110px 0;
}
.all-demos {
	background: #f1f1f1 none repeat scroll 0 0;
	padding: 55px 0 90px;
}
.data {
	margin: 10px 0;
	text-align: center;
}
.data table {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.data table td, .data table th {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 25px;
}
.data table th {
	background: #333 none repeat scroll 0 0;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}
.btn-t {
	padding: 12px 25px;
	background: #ffa211;
	color: #000;
	font-size: 17px;
}
.btn-t:hover {
	background: #333;
	color: #fff;
}
.btn-t a {
	padding: 12px 25px;
	;
	background: #ff0035;
	color: #fff;
	font-size: 15px;
}
.btn-t a:hover {
	padding: 12px 25px;
	background: #333;
	color: #fff;
}
.data tr {
	background: #ffffff none repeat scroll 0 0;
}
.data tr:nth-child(2n+1) {
background: #ffffff none repeat scroll 0 0;
}
.data tr:nth-child(2n) {
background: #f5f5f5 none repeat scroll 0 0;
}
.faqtabs-menu {
	clear: both;
	margin: 0;
	overflow: hidden;
}
.faqtabs-menu ul {
	margin-bottom: 0;
}
.faqtabs-menu li {
	background-color: #666666;
	border-left: 1px solid #d4d4d1;
	border-right: 1px solid #d4d4d1;
	border-top: 1px solid #d4d4d1;
	color: #ffffff;
	float: left;
	list-style-type: none;
	margin-right: 1px;
}
.faqtabs-menu li.current {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 5;
}
.faqtabs-menu li a {
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 10px;
	text-decoration: none;
}
.faqtabs-menu .current a {
	color: #000000;
}
.faqtab {
	background-color: #fff;
	border: 1px solid #d4d4d1;
	margin-bottom: 20px;
	margin-top: -1px;
	width: auto;
}
/*------------------------------------------*/
/*	        /* 20.Faq Tab*/
/*------------------------------------------*/


.accordion h2 {
	margin-bottom: 45px;
	font-size: 40px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #e6e6e6;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #fff;
	color: #858586;
}
.panel-title {
	font-size: 16px;
	color: #333333;
	padding-bottom: 5px;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	border-radius: 0;
	padding: 20px;
}
.panel-title>a {
	color: #333333;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
	color: #ffffff;
}
.panel-heading.active {
	background: #333;
	margin-top: 55px;
}
.panel-heading.active .panel-title>a {
	color: #fff;
}
a.accordion-toggle i {
	width: 45px;
	line-height: 59px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #d0d0d0;
	border-radius: 0%;
}
.panel-heading.active a.accordion-toggle i {
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #ffa211, #ffa211) repeat scroll 0 0;
	color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {
	color: #000;
}
/*------------------------------------------*/
/*	        /* 21.Special Features */
/*------------------------------------------*/

#superb-services {
	padding: 20px 0 20px 0;background: #f3f1f1;
}
.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: #ffa211 #ffa211 #092b3c;
	border: 1px solid #d0a234;
	box-shadow: 5px 5px 0 0 #d0a234;
}
.superb-services h4 {
	font-size: 16px;
	margin-top: 15px;
	position: relative;
	letter-spacing: 1px;
}
.superb-services .mask-top {
	background-color: #FFF;
	padding: 33px 25px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.superb-services .mask-top h4:before {
	top: -18px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	right: 0;
	margin: -2px auto;
	position: absolute;
	width: 40px;
}
.superb-services .s-feature-box:hover .mask-top {
	top: -350px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.superb-services .s-feature-box {
	overflow: hidden;
	position: relative;
	min-height: 400px;
	border: 1px solid #dadada;
	margin-bottom: 30px;
	cursor: pointer;
	border-radius:5px;
	background: #eee!important;
}
.superb-services .mask-bottom {
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, #00a9f0, #029bdb) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #00a9f0, #029bdb) repeat scroll 0 0;
	color: #333333;
	padding: 35px 15px 35px 15px;
	width: 100%;
	position: absolute;
	bottom: -400px;
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.superb-services .mask-bottom p {
	padding: 0px 2px;
	color:#fff;
	text-transform:uppercase;
}
.superb-services .mask-bottom h4 {
	margin: 15px 0px 17px;
}
.superb-services .s-feature-box:hover .mask-bottom {
	bottom: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.superb-services .mask-bottom i {
	background: #fff none repeat scroll 0 0;
	border: 5px solid #d0a234;
	border-radius: 50%;
	color: #333;
	font-size: 31px;
	height: 80px;
	line-height: 52px;
	padding: 10px;
	width: 80px;
}
/*------------------------------------------*/
/*	          /* 22.Superb Benifit */
/*------------------------------------------*/


#Benifit {
	background: #f1f1f1;
	background-attachment: fixed;
	padding: 110px 0 110px 0;
}
.Benifit .boxs h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 35px;
}
.Benifit .boxs {
	padding: 0 20px;
	font-weight: 500;
	min-height: 90px;
}
.Benifit .boxs a {
	display: inline-block;
}
.Benifit .boxs.first {
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #fff;
	padding: 50px 30px 50px 30px;
	margin: 55px 0 0 0;
}
.Benifit .boxs.second {
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding: 50px 30px 50px 30px;
	margin: 55px 0 0 0;
	z-index: +999;
	transition: all 0.6s ease 0s;
	box-shadow: 0 0 22px 0 #999;
}
.Benifit .boxs.third {
	border-bottom: 1px solid #efefef;
	background: #fff;
	padding: 50px 30px 50px 30px;
	margin: 55px 0 0 0;
}
.Benifit .boxs.four {
	border-right: 1px solid #efefef;
	background: #fff;
	padding: 50px 30px 50px 30px;
	margin: 0 0 55px 0;
	z-index: +999;
	transition: all 0.6s ease 0s;
	box-shadow: 0 0 22px 0 #999;
}
.Benifit .boxs.five {
	border-right: 1px solid #efefef;
	background: #fff;
	padding: 50px 30px 50px 30px;
	margin: 0 0 55px 0;
}
.Benifit .boxs.six {
	border-right: 1px solid #efefef;
	background: #fff;
	padding: 50px 30px 50px 30px;
	margin: 0 0 55px 0;
	z-index: +999;
	transition: all 0.6s ease 0s;
	box-shadow: 0 0 22px 0 #999;
}
.Benifit .boxs.first:hover {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all 0.6s ease 0s;
}
.Benifit .boxs.second:hover {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all 0.6s ease 0s;
}
.Benifit .boxs.third:hover {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all 0.6s ease 0s;
}
.Benifit .boxs.four:hover {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all 0.6s ease 0s;
}
.Benifit .boxs.five:hover {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all 0.6s ease 0s;
}
.Benifit .boxs.six:hover {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 22px 0 #999;
	z-index: +999;
	transition: all 0.6s ease 0s;
}
/*-----------------------------------------*/
/*	      /* 23.Contact Us */
/*------------------------------------------*/


#contact {
	padding: 30px 0 30px 0;
	sbackground: url(../img/hero/footer-bg.jpg) no-repeat scroll center center / cover;
	background:#8a8989;
}
#contact-inner {
	padding: 50px 0 50px 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: #ffa211;
	background: #fff;
	border: 2px solid #e1e1e1;
	border-radius: 0 30% 0 0;
}
#contac-innert .contact-inner:hover > i.fa {
	color: ##12212f;
	background: #000000;
	transition: all 0.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: #ffa211;
	background: none;
	border: 1px solid #ffa211;
}
#contact i.fa {
	background: #333 none repeat scroll 0 0;
	border: 1px solid #535353;
	color: #ffa211;
	font-size: 16px;
	height: 50px;
	margin: 30px 0;
	padding: 14px 0;
	width: 50px;
}
#contac-send i.fa {
	font-size: 35px;
	width: 90px;
	height: 90px;
	padding: 25px 0;
	margin: 30px 0 30px 0;
	color: #ffa211;
	background: #fff;
	border: 3px solid #f1f1f1;
	border-radius: 0 30% 0 0;
}
#contact .contact:hover > i.fa {
	color: #999;
	background: #000000;
	transition: all 0.3s ease 0s;
}
#contact form {
	padding: 30px 0;
}
#contact .fa {
	color: #F4D03F;
	margin-bottom: 10px;
}
#contact p {
	color: #eee;
	font-size: 13px;
	letter-spacing: 2px;
}
#contact .text-danger {
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.alert-danger {
	background: #fff;
	color: #FF9900;
	border: 1px solid #ffa211;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 9px 12px;
	font-size: 14px;
	line-height: 22px;
	background-color: transparent;
	background-image: none;
	color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: none;
	border: 1px solid #333333;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin-top: 25px;
	border-top: none;
	border-left: none;
	border-right: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
	border: 1px solid #fff;
}
.form-control::-moz-placeholder {
color: #ffffff;
}
/*------------------------------------------*/
/*	      /* 24.Blog */
/*------------------------------------------*/

#blog {
	padding: 110px 0 110px 0;
	background: #f1f1f1;
}
.blog-ma {
	background: #fff;
	padding: 20px;
	border: 5px solid #f1f1f1;
	margin-top: 35px;
	padding-bottom: 55px;
}
.blog-ma:hover {
	box-shadow: 0 0 22px 0 #999;
	transition: all 0.6s ease 0s;
}
.blog-div-area {
	padding: 60px 0 65px;
	overflow: hidden;
}
.blog-div-area .blog-content-div {
	padding: 42px 0 0;
}
.blog-div-area .blog-content-div .single-blog .feature-images {
	position: relative;
	overflow: hidden;
	border: 5px solid #ffffff;
}
.blog-div-area .blog-content-div .single-blog .feature-images a {
	transition: all 0.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: .8;
}
.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:after {
	background: #e0e0e0 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 40px;
	width: 50px;
}
.blog-div-area .blog-content-div .single-blog .blog-content h3 a {
	display: block;
	text-decoration: none;
	color: #333333;
	transition: all 0.3s ease 0s;
	font-weight: 600;
}
.blog-div-area .blog-content-div .single-blog .blog-content h3 a:hover {
	color: #333333;
}
.blog-div-area .blog-content-div .single-blog .blog-content ul li {
	display: inline-block;
	transition: all 0.6s ease 0s;
	font-size: 13px;
	font-weight: 400;
}
.blog-div-area .blog-content-div .single-blog .blog-content ul li a {
	display: block;
	text-decoration: none;
	color: #ffa211;
}
.blog-div-area .blog-content-div .single-blog .blog-content ul li a:hover {
	color: #333333;
}
.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: #000000;
}
.blog-div-area .blog-content-div .single-blog .blog-content p {
	margin: 20px 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: #4caf50;
	transition: all 0.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: #ffffff;
}
.btn-small-blue {
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0px;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	margin-top: 25px;
	padding: 10px 22px;
	transition: all 0.5s ease 0s;
	background: #ffa211;
}
.btn-small-blue:hover {
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}


/*------------------------------------------*/
/*	        /*  25.Particles */
/*------------------------------------------*/


html, body {
	width: 100%;
	height: 100%;
}
canvas {
	display: block;
	vertical-align: bottom;
}
#particles-js {
	width: 100%;
	height: 100%;
	background-color: #333;
	background-image: url(../img/hero/freelancer1.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, .6);
	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: 16%;
	color: #333;
	border-width: 2px;
}
.header-text {
	background: rgba(0, 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: 30px;
}
.header-text .home-arrow-down .fa {
	color: #fafafa;
	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;
}
/*------------------------------------------*/
/*	        /* 26.Footer */
/*------------------------------------------*/


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: #ffa211;
	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 0.4s ease 0s;
	transition: all 0.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: normal;
	color: #9fa7af;
	line-height: 35px;
	font-size: 14px;
}
footer .quick_links ul li a:hover, footer .quick_links ul li a:focus {
	color: #ffa211;
}
footer .latest_tweets .single_tweet {
	margin: 29px 0 -5px 0;
}
footer .latest_tweets .single_tweet a {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #9fa7af;
	line-height: 26px;
	font-size: 14px;
	margin: 0px 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: 0px;
	font-style: italic;
	color: #333;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 56px;
	letter-spacing: 0.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: #ffa211;
}
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: normal;
}
nav#footer {
	background: #080808;
	color: #999999;
	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 0px;
	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 0.5s;
	width: 60px;
	height: 60px;
	border: 1px solid #ffa211;
	border-radius: 50%;
	background: #ffa211;
}
#footer i.fa {
	border: 1px solid #333;
	color: #000;
	font-size: 18px;
	height: 35px;
	padding: 8px 5px;
	transition: all 0.5s ease 0s;
	width: 120px;
	color: #ffa211;
}
.heart i.fa {
	font-size: 18px;
	color: red;
	transition: all 0.5s;
	border-radius: 10%;
}
.footer-bottom {
	background: #161616;
	padding: 10px 0 10px 0;
}
.f-b {
	color: #999;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
}
#footer i.fa:hover {
	color: #333;
	background: #ffa211;
}
/*------------------------------------------*/
/*	        /* 27.Preloader */
/*------------------------------------------*/


#preloader {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1800;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
}
#loader::before {
 animation: 1.1s linear 0s normal none infinite running load;
 border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) #dc2424;
 border-radius: 50%;
 border-style: solid;
 border-width: 3px;
 content: "";
 display: block;
 height: 100px;
 width: 100px;
}
@keyframes load {
0% {
 transform: rotate(0deg);
}
100% {
 transform: rotate(360deg);
}
}
@keyframes load {
0% {
 transform: rotate(0deg);
}
100% {
 transform: rotate(360deg);
}
}
/*------------------------------------------*/
/*	        /* 28.Donation pop */
/*------------------------------------------*/


.donation-div {
	position: relative;
}
.donation-plz {
	position: relative;
	padding: 50px;
	background: #ffffff;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 0 32px #838383;
	border: 10px solid #f1f1f1;
}
.donation-plz h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
}
.donation-plz h4 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.donation-plz hr {
	margin-bottom: 40px;
	border-color: #e0e0e0;
}
.donation-plz .form-group {
	position: relative;
	margin-bottom: 30px;
}
.donation-plz .form-group.other-amount {
	top: 5px;
}
.donation-plz input[type="text"], .donation-plz input[type="email"], .donation-plz input[type="tel"], .donation-plz input[type="url"], .donation-plz input[type="password"], .donation-plz select, .donation-plz textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 34px;
	padding: 8px 20px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	height: 52px;
}
.donation-plz select {
	cursor: pointer;
}
.donation-plz .field-label {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #252525;
	line-height: 28px;
	margin-bottom: 10px;
}
.donation-plz .field-label .required {
	color: #ff0000;
	font-size: 14px;
}
.donation-plz .radio-select {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 30px;
}
.donation-plz .radio-select label {
	position: relative;
	display: block;
	height: 56px;
	padding: 13px 15px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	background: #878787;
	border-radius: 0px;
	cursor: pointer;
}
.donation-plz .radio-select input[type="radio"] {
	display: none;
}
.donation-plz .radio-select input[type="radio"]:checked+label {
	color: #ffffff;
	background: #ffa211;
}
.donation-plz button {
	padding: 12px 35px;
	background: #ffa211;
	color: #000;
	border: none;
	font-weight: 600;
}
.donation-plz button:hover {
	padding: 12px 35px;
	background: #333;
	color: #fff;
	border: none;
}
/*------------------------------------------*/
/*	          /* 29. Back to top */
/*------------------------------------------*/


#back-to-top { transition: all 1s ease 0s; -webkit-transition: all .3s ease 0s; position: fixed; bottom: 60px; right: 10px; z-index: 9999; width: 55px; height: 55px; text-align: center; line-height: 50px; background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, #00a9f0, #029bdb) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #00a9f0, #029bdb) repeat scroll 0 0; color: #fff; font-size: 20px; cursor: pointer; text-decoration: none; opacity: 0;border-radius:50px; }
#back-to-top:hover { background: #ffa211; border-color: #fff; }
#back-to-top.show {opacity: 1;}


/*----------------------------------------*/
/*	       /* work */
/*------------------------------------------*/


.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 0.3s ease 0s; margin-top: 0px; margin-top: 65px; }
.work-info { bottom: 0; opacity: 0; padding: 15px; position: absolute; transition: all 0.3s ease 0s; width: 100%; z-index: 5; background: rgba(0, 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: #ffa211; }
.work-link:hover {color: #eaeaea;}
.work-link i { font-size: 22px; vertical-align: middle; }


/*------------------------------------------*/
/*	        /* 30.Demos Intro */
/*------------------------------------------*/

.buy-theme {
	background: #ffa211;
	border-radius: 0px;
	position: fixed;
	right: -161px;
	top: 295px;
	z-index: 1000;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
.buy-theme i {
	font-size: 20px;
	color: #fff;
	padding: 5px;
}
.buy-theme:hover, .quick-question:hover {
	right: -20px;
}
.buy-theme span, .quick-question span {
	opacity: 0;
	padding: 8px;
	position: relative;
	top: 0px;
	font-size: 14px;
	margin-right: 8px;
	font-weight: bold;
}
.buy-theme:hover span, .quick-question:hover span {
	opacity: 1;
}
.buy-theme a, .quick-question a {
	color: #fff;
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 8px 15px;
	text-transform: uppercase;
}
#more-demos {
	padding: 80px 0 80px 0;
}
.demos-one-row {
	margin: 0 auto;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.img-res {
	margin: 0 auto;
	max-width: 100%;
}
.img-res-demo {
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 65px;
}
.demos {
	margin-top: 35px;
	margin-bottom: 65px;
}
#more-demos {
	padding: 80px 0 80px 0;
}
.demos-one-row {
	margin: 0 auto;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.img-res {
	margin: 0 auto;
	max-width: 100%;
}
.img-res-demo {
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 65px;
}
.demos {
	margin-top: 35px;
	margin-bottom: 65px;
}
#intro-bg-app {
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #C0DEED;
	background: url(../img/intro-bg.html) no-repeat;
	padding-top: 140px;
	padding-bottom: 0px;
	width: 100%;
	animation: awan-animasi 50s linear infinite;
	-ms-animation: awan-animasi 50s linear infinite;
	-moz-animation: awan-animasi 50s linear infinite;
	-webkit-animation: awan-animasi 50s linear infinite;
}
#intro-bg {
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #C0DEED;
	background: rgba(0, 0, 0, 0) url("../img/hero/slide-3.jpg") no-repeat fixed center bottom / cover;
	padding-top: 190px;
	padding-bottom: 130px;
	width: 100%;
}
.intro-text .intro-lead-in {
	font-size: 23px;
	line-height: 31px;
	color: #ffffff;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	 margin-top:25px;
}
.container-intro {
	width: 1600px;
	margin:0 auto
}
.intro-logo {
	padding: 0 0 20px 0;
}
.intro-text .intro-heading {
	font-size: 55px;
	padding: 48px 0 10px 0;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	line-height: normal;
}
.low-back-gradient-intro:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff6000, #ffa211) repeat scroll 0 0;
	opacity: 0.85;
}
.intro-heading {
	font-size: 50px;
	padding: 48px 0 60px 0;
	color: #333;
	font-weight: 100;
	text-transform: uppercase;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
}
.intro-heading-i {
	font-size: 50px;
	padding: 110px 0 60px 0;
	color: #333;
	font-weight: 100;
	text-transform: uppercase;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
}
.intro-heading hr {
	background: #ffffff none repeat scroll 0 0;
	border: 0 none;
	height: 2px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	width: 90px;
}
.intro-heading-s {
	font-size: 30px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding: 15px 0 15px 0;
	text-transform: uppercase;
	line-height: normal;
}
.o-demos {
	font-weight: 700;
	font-size: 50px;
	color: #ffffff;
}
.bg-soon { background: url(../img/hero/soon.jpg) no-repeat scroll center center / cover; background-size: cover; }
