/*
Template Name: BeSmart - Startup Landing Page Template
Author URI: http://themeforest.net/user/bogdan_09
Author Name: Bogdan
Version: 1.0
*/


/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. FOOTER
03. HOME
04. SERVICES
05. NEWSLETTER
06. TEAM
07. BLOG
08. REGISTER
09. PRICING
10. CONTACT
11. OTHER STYLES
		1. Buttons
		2. Partners
		3. Navigation
		4. Fun Facts
		5. Testimonials
		6. Background Image
		7. Page Loader
12. MOBILE DEVICES

--- */

/* ========================================================== */
/* 			            01. GENERAL LAYOUT                    */
/* ========================================================== */

.no-padding{
	padding:0;
}

.no-padding-left{
	padding-left:0;
}

.no-padding-right{
	padding-left:0;
}

.small-padding-left{
	padding-left:5px;
}

.small-padding-right{
	padding-right:5px;
}

ul, ol { list-style: none; list-style-image: none; margin: 0; padding: 0;
	color:#858585;
	font-size: 14px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 14px;
	line-height: 28px;
}

ul li i{
	vertical-align: middle;
}

ul.features-list-dark{
	display: inline-block;
}

ul.features-list-dark li{
	float:left;
	font-size:15px;
	line-height:28px;
	margin:1px 0;
}

ul.features-list li{
	float:left;
	font-size:15px;
	line-height:24px;
	margin:12px 0;
}
ul.features-list li img{
	max-width:55px;
	margin-right:20px;
	float:left;
}

p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #858585;
	margin-bottom:15px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom:20px;
  color: #dd5100;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h2.section-title{
	font-size:36px;
	margin:0 0 15px 0;
}

h2.section-title.grey{
	color:#ddd;
}

h2.large-title{
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 500;
}

p.section-subtitle{
	font-size:17px;
}

p.section-subtitle.grey{
	color:#bbb;
}

.separator_wrapper, .separator_wrapper_white {
	margin-bottom:10px;
}

.separator_wrapper::after, .separator_wrapper::before {
	background-color: #34b1c4;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.separator_wrapper_white::after, .separator_wrapper_white::before {
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

h3.medium-title {
	font-size: 32px;
	margin-top:10px;
}

iframe{
	max-width:100%;
	border:none;
}

.width-100 {
	width: 100%;
}

.medium {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.lyla {
    color: #9E5FBA;
}

.green {
    color: #16A085;
}

.blue {
    color: #3498db;
}

.red{
	color:#34b1c4;
}
.grey{
	color:#ddd;
}

.white{
	color:#fff;
}

.section-white{
	background-color:#fff;
	/* padding: 200px 0; */
}

.section-grey{
	background-color: #eef0f1;
	padding:90px 0;
}

.section-grey.small-padding, .section-white.small-padding{
	padding:40px 0;
}

.section-grey.medium-padding, .section-white.medium-padding, .section-dark.medium-padding{
	padding:10px 0;
}

.section-grey.no-padding-bottom, .section-white.no-padding-bottom, .section-dark.no-padding-bottom, .section-blue.no-padding-bottom{
	padding:90px 0 0 0;
}

.section-grey.small-padding-bottom, .section-white.small-padding-bottom, .section-dark.small-padding-bottom, .section-blue.small-padding-bottom{
	padding:20px 0 30px 0;
}

.section-grey.no-padding, .section-white.no-padding, .section-dark.no-padding, .section-blue.no-padding{
	padding:0;
}

.timeline-container{margin-top:20px;}
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #858585;
        width: 3.2rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #858585;
        width: 3.2rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #858585;
}



.section-white.about-padding{
	padding:85px 0 100px 0;
}

.section-dark.portfolio-padding{
	padding:60px 0 75px 0;
}

.section-dark{
	background-color:#393f43;
	padding:90px 0;
}

.section-blue{
	background-color:#34b1c4;
	padding:90px 0;
}

/* margin and padding classes */

.margin-right-25 {
	margin-right: 25px !important;
}


.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-100 {
	padding-top: 180px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

/* carousel */
.carousel.carousel1 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel1 .item .lead {
	font-size: 20px;
}

.carousel.carousel1 .carousel-indicators li {
	background-color: #e0e0e0;
	width: 16px;
	height: 16px;
}

.carousel.carousel1 .carousel-indicators li.active {
	background-color: #dd5100;
}

.carousel.carousel3 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel3 .item .lead {
	font-size: 20px;
}

.carousel.carousel3 .carousel-indicators li {
	background-color: #f9f9f9;
	width: 16px;
	height: 16px;
}

.carousel.carousel3 .carousel-indicators li.active {
	background-color: #dd5100;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel-indicators li {
  vertical-align: top;
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: #2c3e50;
  background-color: rgba(44, 62, 80, 0.5);
}
.carousel-indicators li.active {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
}
/* end carousel */

/* -----  Photos Hover Animations ----- */
.popup-wrapper{ display:block; position:relative; overflow:hidden;}

.popup-gallery{
	display:inline-block;
	position:relative;
}

.first-gallery{
	margin-bottom:15px;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	height: auto;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper, 
.popup-gallery a span.eye-wrapper2 {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:38px;
	z-index: 3;
	top: 50%!important;
	margin-top: -19px!important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span{
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* ========================================================== */
/* 			                0X. TOP                        */
/* ========================================================== */
.navbar {
	/* border: red solid 3px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 807px) { /* 調整媒體查詢的最大寬度，以符合您的電話版設計 */
	.top-logo-s {
	  display: none;
	}
}



/* ========================================================== */
/* 			                02. FOOTER                        */
/* ========================================================== */

.footer {
	z-index:900;
	background-color: #2f3539;
    border-top: 1px solid #393f43;
	padding: 55px 0;
	font-weight: 300;
}

.footer p {
	font-size: 16px;
	color: #cecece;
}

.footer p a {
	font-size: 16px;
	color: #34b1c4;
	text-decoration:underline;
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 8px;
  width: 36px;
  height: 36px;
  padding: 8px 8px;
  border: 1px solid #8d8d8d;
  border-radius: 50%;
  font-size:18px!important;
  color: #8d8d8d;
  background-color: transparent;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
  color:#fff;
  background-color: #dd5100;
  border: 1px solid #dd5100;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

p.footer-logo{
	margin-bottom: 21px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

/* ========================================================== */
/* 			                 03. HOME                         */
/* ========================================================== */

.home-wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:100;
	padding:100px 0 85px 0px;
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: scroll;
    background-size: cover;
	/* border: red solid 3px; */
}

.topLogo {
	margin-left: -150px;
}

@media (max-width: 807px) { /* 調整媒體查詢的最大寬度，以符合您的電話版設計 */
	.topLogo {
	  display: flex;
	  margin: 0 auto;
	}
}

video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-wrapper .gradient_overlay{
	opacity: 1;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(../images/vo-bg.png);
    background-repeat: no-repeat;
    background-size: 52%;
}

@media (max-width: 807px) { /* 調整媒體查詢的最大寬度，以符合您的電話版設計 */
	.home-wrapper .gradient_overlay {
	  display: none;
	}
}


.home-wrappe-inside{
	position:relative;
	z-index:100;
}

h1.home-title{
	font-size:36px;
	line-height:44px;
	font-weight:700;
	color:#fff;
	font-family: 'Roboto', sans-serif;
}

p.home-subtitle{
	font-size:18px;
	line-height:28px;
	font-weight:400;
	color:#fff;
	margin-bottom:20px;
}

.frame-border{
	margin-top:30px;
	border:9px solid rgba(0, 0, 0, 0.40);
	webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* ========================================================== */
/* 				  		   04. SERVICES                       */
/* ========================================================== */



.features-item{
	margin:10px 0;
	text-align:center;
}

.features-item h3{
	font-size: 20px;
    margin-bottom: 10px;
}

.features-item p{
	padding:0 10px;
}

.icon-wrapper{
	margin-bottom: 5px;
	width: 100%;
	font-size: 60px;

}

.features-icon{
    padding: 18px 22px;
    font-size: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    color: #fff;
	background-color:#34b1c4;
    -webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px 8px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.services-item {
    margin: 20px 0;
}

.services-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #34b1c4;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
}

.services-text {
    padding-left: 60px;
}

.services-text h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #454545;
}

/* ========================================================== */
/* 						   05. NEWSLETTER                     */
/* ========================================================== */
.newsletter-wrapper{
	width:100%;
	position:relative;
	background: url(/images/overlay-1.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding:110px 0 110px 0;
}

.newsletter-wrapper .image-overlay{
	background: rgba(46, 46, 46, 0.65);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.newsletter-box{
	position:relative;
	z-index:100;
}

.newsletter_info h2{
	font-size: 24px;
	line-height:32px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}

#newsletter-form #email_newsletter {
	width:91%;
	max-width:360px; 
	height:56px;
	line-height:56px;
    padding:0 4%;
	border: 2px solid #fff;
	background-color: transparent;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
	color:#fff;  
    font-size:16px;
	margin:0 10px 0 0;
}

#newsletter-form #submit-button-newsletter {
    width: 140px;
	height:56px;
    background-color:#fff;
	border: 2px solid #fff;
    color:#454545;  
    display: inline;
	margin:0 0 0 -15px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
    background-color:#dd5100;
	border: 1px solid #dd5100;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

p.newsletter_success_box{
	font-size:18px;
	color:#eee;
	font-style:italic;
	margin-bottom:15px;
}

/* ========================================================== */
/* 				  		     06. TEAM                         */
/* ========================================================== */

.team-box{
	text-align:center;
	background-color: #eef0f1;
    border-bottom: 3px solid #e0e0e0;
	margin-bottom:20px;
	padding:1px 20px 15px 20px;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.team-box h3{
	margin:20px 0 1px 0!important;
	color:#454545;
	font-size:18px;
	text-transform:uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.team-item:hover h3{
	color:#dd5100;
}

.team-box p.team-info{
	font-size:16px;
	font-style:italic;
	margin-bottom:5px;
}

.team-popup{
	display:block;
	position:relative;
	overflow:hidden;
}

.team-popup .team-popup-overlay {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-popup .team-popup-overlay .team-icon{
	position: absolute;
	display: inline-block;
	z-index: 3000;
	top: 50%!important;
	margin-top: -15px!important;
	left: 0%;
	right: 0%;
}

.team-popup .team-popup-overlay .team-icon a{
	margin:0 3px;
	color:#fff;
	font-size: 28px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-popup .team-popup-overlay .team-icon a:hover{
	color:#dd5100;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-popup .team-popup-overlay:hover{
	opacity: 0.8!important;
}

/* ========================================================== */
/* 				  		     07. BLOG                         */
/* ========================================================== */

.blog-item{
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.blog-item img {
}

.blog-item-inner{
	padding:10px 0 20px 0;
}

.blog-item-inner p{
	margin:15px 0 20px 0;
}

h3.blog-title{
	margin-top:15px;
	margin-bottom:10px;
}

h3.blog-title a{
	font-size:21px;
	color:#454545;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

h3.blog-title a:hover{
	color:#dd5100;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons{
	color:#858585;
	font-size:14px;
	font-style:italic;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #aaa;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons i{
	color:#656565;
	font-size:16px;
	line-height:16px;
	vertical-align: text-bottom;
}

a.blog-icons.last{
	border-right: none;
}

a.blog-icons:hover{
	color:#dd5100;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.button-blog{
	background-color: #34b1c4;
	border:1px solid #34b1c4;
	color:#fff;
	display:inline-block;
	font-weight:400;
	font-size:13px;
	padding:10px 20px;
	margin:0 0 20px 0;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button-blog:hover{
	background-color: transparent;
	border:1px solid #34b1c4;
	color:#34b1c4;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 					       08. REGISTER                       */
/* ========================================================== */

.register-inner{
	width:100%;
	max-width:585px;
	padding:50px 0 50px 35px;
}

#register-form{
	padding:25px 0 20px 0;
}

input.register-input{
	width:100%;
	height:52px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

select.register-input{
	width:100%;
	height:52px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.register-submit{
	color: #34b1c4;
	border: 1px solid #fff;
	background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:700;
	width:100%;
	max-width:535px;
    padding: 16px 0;
    text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover{
	color:#fff;
	background-color: transparent;
	border:1px solid #fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff!important;
}
input.white-input:-moz-placeholder,
select.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff!important;
}
input.white-input::-moz-placeholder,
select.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff!important;
}
input.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#fff!important;
  outline: none;
}

p.register_success_box{
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-style:italic;
	margin:20px 0 30px 0;
	padding:20px 20px;
	border:1px solid #fff;
	webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* ========================================================== */
/* 				            09. PRICING                       */
/* ========================================================== */

.pricing-box {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:40px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	background-color:#f9f9f9;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}

.pricing-box .pricing-top{
	padding: 20px 0;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.pricing-box .pricing-top{
	background-color:#34b1c4;
}

.pricing-top h3 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.pricing-top .price .currency {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	font-weight:600;
	vertical-align: top;
	display: inline-block;
}

.pricing-top .price span.number {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	font-weight:700;
}

.pricing-top .price .month {
	font-size:16px;
	line-height:18px;
	font-weight:600;
}

.pricing-top .price .month {
	color:#3498db;
}

.orange {
	color: #dd5100;
	font-size: 19px;
}

.pricing-bottom {
	padding: 0 35px 40px 35px;
}

.pricing-bottom ul {
	list-style: none;
	list-style-type: none;
	margin: 35px 0px 40px;
	padding: 0;
}

.pricing-bottom ul li {
	text-align:center;
	font-size:16px;
	line-height:30px;
}

.btn-pricing-blue {
  color: #34b1c4;
  background-color: transparent;
  border: 2px solid #34b1c4;
  padding:14px 0;
  font-weight:600;
}

.btn-pricing-blue:hover {
  color: #fff;
  background-color: #dd5100;
  border: 2px solid #dd5100;
}

.btn-pricing-featured {
  color: #fff;
  background-color: #dd5100;
  border: 2px solid #dd5100;
  padding:14px 0;
  font-weight:600;
}

.btn-pricing-featured:hover {
  color: #34b1c4;
  background-color: transparent;
  border: 2px solid #dd5100;
}


/* ========================================================== */
/* 						    10. CONTACT                       */
/* ========================================================== */

#contact-form{
	margin:0 auto;
	width:100%;
	max-width:960px;
	text-align:center;
	margin-bottom:10px;
}

input.contact-input{
	width:100%;
	height:55px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #fff;
	border: 1px solid #757575;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

textarea{
	height:205px;
	margin-bottom:20px;
	width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #fff;
	border: 1px solid #757575;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.contact-submit{
	color: #fff;
	border: 2px solid #dd5100;
	background-color: #dd5100;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:700;
	margin-top:10px;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-submit:hover{
	color:#dd5100;
	background-color: transparent;
	border:2px solid #dd5100;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  border-color:#fff;
  outline: none;
}

p.contact_success_box{
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-style:italic;
	padding:20px 20px;
	border:1px solid #fff;
	webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* ========================================================== */
/* 		 		  	   	 11. OTHER STYLES                     */
/* ========================================================== */

.section_features{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
	overflow:hidden;
	z-index:1;
}

.no-padding{
	padding:0;
}

.wrapper-inner{
	display: inline-block;
	width:100%;
	max-width:585px;
	padding:40px 0 40px 35px;
}

.portfolio-pic{
	margin-bottom:30px;
}

/* ----- 1. Buttons ----- */
.btn, btn:hover{
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-margin {
    display: inline-block;
    margin: 10px 10px;
}

.btn-white {
  color: #454545;
  background-color: #fff;
  border-color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-white-big {
  color: #8b62ba;
  background-color: #fff;
  border-color: #fff;
  padding:20px 40px;
  font-size:16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white-big:hover,
.btn-white-big:focus,
.btn-white-big:active,
.btn-white-big.active,
.open .dropdown-toggle.btn-white-big {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-white-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent.active,
.open .dropdown-toggle.btn-white-transparent {
  color: #454545;
  background-color: #fff;
  border-color: #fff;
}


.btn-small-blue{
  color: #fff;
  font-weight:600;
  background-color: #dd5100;
  border: 2px solid #dd5100;
  padding:12px 25px;
}

.btn-small-blue:hover {
  color: #dd5100;
  background-color:  transparent;
  border-color: #dd5100;
}



.btn-blue {
	background-color:#34b1c4;
	position: relative;
	display: inline-block;
	text-align:center;
	color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-blue.small {
	padding:16px 28px ;
}

.btn-blue.xsmall {
	padding:12px 25px;
	text-transform: none;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #dd5100;
}

/* ----- 2. Partners ----- */
.partners-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1140px;
}

.partners-item{
	padding:50px 0;
	text-align: center;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.partners-item.no-border-bottom{
    border-bottom: none;
}

.partners-item.last{
    border-right: none;
}

.partners-item img{
    opacity: 0.4;
    margin: 10px 25px;
	max-height: 36px;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.partners-item img:hover{
    opacity: 1;
}

.section-grey.sponsors-padding {
    padding: 20px 0;
}

.section-grey.sponsors-padding-small {
    padding: 45px 0;
}

.sponsors img.sponsor {
    opacity: 0.4;
    margin: 10px 25px;
    max-height: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sponsors img.sponsor:hover {
    opacity: 0.8;
}

/* ----- 03. Nav ----- */
#navbar-collapse-02 li.selected a{
    color: #dd5100!important;
}

#navbar-collapse-02 .current a {
    color: #dd5100!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a.purchase{
	position:relative;
	color:#fff;
	background-color: #dd5100;
	border:1px solid #dd5100;
	margin-left:15px;
	margin-right:15px;
	margin-top:14px;
	padding:0 25px;
	font-weight:600!important;
	letter-spacing: 1px;
	text-transform:none;
	webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

.navbar-default .navbar-nav > li > a.purchase:hover{
	color:#dd5100!important;
	background-color: transparent;
	border:1px solid #dd5100;
}

#navbar-collapse-02 .current a.purchase{
	color:#fff!important;
	background-color: #dd5100!important;
	border:1px solid #dd5100!important;
}

/* ----- 4. Fun Facts ----- */
.fun-facts-wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	background: url(/images/overlay-1.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding:100px 0 100px 0;
}

.fun-facts-wrapper .image-overlay{
	background: rgba(34, 34, 34, 0.65);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.fun-facts-inside{
	position:relative;
	z-index:100;
}

.fun-facts-box{
	float:left;
	width:19.99%;
	padding-top:15px;
}

.fun-facts-title{
	font-size:16px;
	font-weight:400;
	color:#fff;
	font-style:italic;
}

.fun-facts-title span{
	font-size:40px;
	line-height:42px;
	font-weight:600;
	font-style:normal;
	color:#fff;
}

.fun-facts-box i{
	font-size:44px;
	line-height:60px;
	color:#dd5100;
}

/* ----- 5. Testimonials ----- */
.section-testimonials{
	position:relative;
	background-color:#dd5100;
	padding:60px 0;
}

.testimonials-wrapper {
	position:relative;
	max-width:960px;
}

.testimonials-info{
	display:inline-block;
	padding:10px 40px 10px 0;
	border-right:1px solid #fff;
}

.testimonials-info img{
	float:left;
	margin-right:20px;
	width:110px;
	height:110px;
	padding:5px 5px;
	background-color: transparent;
	border:1px solid #fff;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

p.author-name{
	float:left;
	margin: 0;
	padding-top:30px;
	font-size:18px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

p.author-name span{
	font-size:18px;
	font-weight:400;
	font-style:italic;
	text-transform:none;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}

p.testimonials-text {
	padding:20px 0 0 0;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color:#fff;
}

/* ----- 6. Background Image ----- */
.image-section{
	width:100%;
	position:relative;
	z-index:100;
	background: url(http://placehold.it/1920x1280);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	padding:0;
}

.image-section .image-overlay{
	background: rgba(0, 0, 0, 0.45);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.image-section-inside{
	position:relative;
	z-index:100;
}

/* ----- 7. Page Loader ----- */
#loader{
	background:#dd5100;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 90000;
	left: 0%;
	top: 0%;
}

.sk-three-bounce {
	position:absolute;
	top:50%;
	margin-top:-10px;
	left:50%;
	margin-left:-40px;
	width: 80px;
	text-align: center;
}

.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
			animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
	0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}

40% {
    -webkit-transform: scale(1);
            transform: scale(1); 
}
}

@keyframes sk-three-bounce {
	0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); 
}
40% {
    -webkit-transform: scale(1);
            transform: scale(1); 
}
}

/* ========================================================== */
/* 					    12. MOBILE DEVICES                    */
/* ========================================================== */

@media handheld, only screen and (max-width: 800px) {
	
	.testimonials-info{
		border-right: none;
		padding:0;
	}
					
	.testimonials-wrapper{
		text-align:center;
	}
	
	img.author-pic{
		float:none;
		margin:0;
	}
		
	p.author-name{
		float:none;
		margin: 0;
		padding-top:20px;
		padding-bottom:10px;
	}

	p.testimonials-text {
	  float:none;
	  padding: 10px 0 0 0;
	  font-size: 18px;
	  line-height: 28px;
	}
		
	.fun-facts-box{
		width:50%;
	}
	
	.team-item{
		margin-bottom:30px;
	}
	
	.wrapper-inner {
		max-width: none;
		padding:40px 0 80px 35px;
	}
	
	.partners-item{
		padding:10px 0;
		border-right: none;
		border-bottom: none;
	}
	
	.col-md-4.small-padding-right, .col-md-6.small-padding-right{
		padding-right:15px!important;
	}
	
}



/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: #f9f9f9;
    color: #666;
    font-size: 14px;
    font-weight: normal;
}


.color-wrapper {
    background: #dd5100;
    font-size: 22px;
    line-height: 27px;
    color: #FFF;
    display: block;
    width: 100%;
    padding: 70px 0;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
    color: #444;
    margin-bottom: 10px;
    font-weight: 700;
}

h3 {
    font-size: 18px;
    line-height: 22px;
}

h3.post-title {
    font-size: 17px
}
.post-title a {
    color: #444
}
.post-title a:hover {
    color: #dd5100;
}
.section-title {
    margin-bottom: 25px
}
.section-title h3 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 34px;
    /* font-family: 'Roboto Condensed', sans-serif; */
	margin-bottom: 23px;
}
.section-title.text-center h3:before,
.section-title h3:after {
    display: inline-block;
    content: "";
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    height: 4px;
    position: absolute;
    width: 80px;
}
.section-title.text-center h3:before {
    left: -100px;
    top: 9px;
}
.section-title h3:after {
    right: -100px;
    top: 9px;
}

.inner {
    padding-top: 70px;
    padding-bottom: 30px;
}

ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul,
ol {
    margin-bottom: 15px
}
ul.circled {
    padding: 0;
    list-style: none;
}
ul.circled li:before {
    content: '\e800';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'fontello-circle';
    color: #28b8d8;
    font-size: 8px;
}
.thin {
    width: 70%;
    margin: 0 auto;
}
.dropcap {
    font-weight: 800;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}
hr {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 40px;
    margin-bottom: 70px;
}
blockquote {
    color: #FFF;
    font-size: 25px;
    line-height: 36px;
    background: #28b8d8;
    padding: 30px 35px 26px 35px;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
    border: 0;
}
blockquote small {
    line-height: inherit;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 5px;
}


/*-----------------------------------------------------------------------------------*/
/*	09. BORDERED BOX
/*-----------------------------------------------------------------------------------*/
.bordered {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px 15px 5px 15px;
    background: #fff;
}
.bordered figure {
    margin-bottom: 20px
}
.blog-posts .bordered {
    padding: 25px 25px 15px 25px
}
.blog-posts figure.full {
    margin: 0 -25px 25px
}
.blog-posts .meta {
    margin-bottom: 25px;
    display: block;
}
.blog-posts.classic-blog .bordered {
    padding: 30px 35px 25px 35px
}
.blog-posts.classic-blog .meta {
    margin-bottom: 35px
}
.blog-posts.classic-blog figure.full {
    margin: 0 -35px 30px
}
.blog-posts .post {
    margin-bottom: 30px
}
.blog-posts {
    margin-bottom: -30px
}
.classic-blog.blog-posts {
    margin-bottom: 0
}
figure.bordered {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 7px;
}
figure {
    position: relative
}
/*-----------------------------------------------------------------------------------*/
/*	10. BLOG
/*-----------------------------------------------------------------------------------*/
.meta,
.meta a {
    color: #999;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
}
.meta span:before {
    display: inline-block;
    content: "/";
    padding: 0 7px;
    color: #9f9f9f;
}
.meta span:first-child:before {
    display: none;
    padding: 0;
}
.footer-meta:after,
.meta:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.blog-posts .footer-meta {
    margin-bottom: 10px
}
.footer-meta,
.footer-meta a {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}
.meta a:hover,
.footer-meta a:hover {
    color: #28b8d8
}
.more {
    border-bottom: 1px solid #28b8d8
}
.meta.tags {
    margin-bottom: 10px !important
}
.meta.tags a:before {
    content: "#";
    display: inline-block;
}
.format-chat ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.format-chat ul li {
    margin-bottom: 5px
}
.format-chat ul li strong {
    text-transform: uppercase;
    color: #616161;
}
.format-link .post-title a:after {
    display: inline-block;
    content: "→";
    padding-left: 10px;
}
.post.format-quote blockquote {
    margin: 35px -35px 30px
}
.no-sidebar {
    width: 770px;
    margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	12. OVERLAY
/*-----------------------------------------------------------------------------------*/
figure {
    display: block;
    overflow: hidden;
    position: relative;
}
.items li figure img {
    display: block;
    width: 100%;
}
figure a,
figure a img {
    display: block;
    position: relative;
}
figure img {
    display: block;
    max-width: 100%;
}
figure a .text-overlay {
    opacity: 0;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 20px;
    background: #28b8d8;
    background: rgba(40,184,216,0.90);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
figure a:hover .text-overlay {
    opacity: 1
}
figure a .text-overlay:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255,255,255,0.3);
}
figure a .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -11px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/
/*	33. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1600px) { 
	.swiper-container.gallery,
	.swiper-container.gallery img {
	    height: 500px;
	    width: auto;
	}
}
@media (max-width: 1300px) { 
	.swiper-container.gallery,
	.swiper-container.gallery img {
	    height: 450px;
	    width: auto;
	}
}
@media (min-width: 1200px) { 
	.fix-portfolio .items {
	    margin-left: -9px;
	    margin-bottom: -9px;
	}
	.fix-portfolio .items li {
	    width: 384px;
	    margin-left: 9px;
	    margin-bottom: 9px;
	}
	.sidebar {
	    padding-left: 35px !important
	}
	.no-sidebar {
	    width: 770px
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.navbar .container,
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.navbar-nav > li {
	    margin-left: 5px
	}
	.classic-blog .post {
	    margin-bottom: 30px
	}
	[class*="col-md-"] {
	    margin-bottom: 30px
	}
	[class*="col-md-"].lp30 {
	    padding-left: 15px
	}
	.blog-posts [class*="col-md-"] {
	    margin-bottom: 0
	}
	#testimonials,
	.thin {
	    width: 100%
	}
	.services-3 .icon:before {
	    width: 50%;
	    left: -70%;
	}
	.services-3 .icon:after {
	    width: 50%;
	    right: -70%;
	}
	.fix-portfolio .items {
	    margin-left: -6px;
	    margin-bottom: -6px;
	}
	.fix-portfolio .items li {
	    width: 236px;
	    margin-left: 6px;
	    margin-bottom: 6px;
	}
	.navbar .social {
	    display: none
	}
	.blog-posts .bordered {
	    padding: 15px 15px 5px 15px
	}
	.blog-posts figure.full {
	    margin: 0 -15px 15px
	}
	.blog-posts.classic-blog .bordered {
	    padding: 20px 25px 25px 25px
	}
	.blog-posts.classic-blog figure.full {
	    margin: 0 -25px 20px
	}
	.no-sidebar {
	    width: 100%
	}
	.post-gallery-wrapper {
	    margin: 0 -31px 14px -25px
	}
	.post.format-quote blockquote {
	    margin: 25px -25px 20px
	}
	#instawidget li {
	    width: 50%
	}
}
@media (min-width: 768px) { 
	.open > .dropdown-menu,
	.open >  .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: .3s;
	    animation-iteration-count: 1;
	    animation-timing-function: ease;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: .3s;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease;
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: .3s;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease;
	    -moz-animation-fill-mode: forwards;
	}
	@keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	@-webkit-keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	.nav.navbar-nav > li:last-of-type > ul {
		left: auto;
		right: 0;
	} 
	.nav.navbar-nav> li:last-of-type > ul ul {
		left: auto;
		right: 100%;
		margin-top: -1px;
		margin-right: -1px;
		border-right: 1px solid rgba(255,255,255, 0.06) !important;
	}  
	.navbar .dropdown-submenu > a:after {
	    display: none
	}
	.navbar .dropdown-submenu > .dropdown-menu {
	    margin-top: 0
	}
	.dropdown-submenu {
	    position: relative
	}
	.dropdown-submenu>.dropdown-menu {
	    top: 0;
	    left: 100%;
	    margin-top: -1px !important;
	    margin-left: 0;
	    border-left: 1px solid rgba(255,255,255, 0.06) !important;
	}
	.dropdown-submenu:hover>.dropdown-menu {
	    display: block
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    margin-top: 5px;
	    margin-right: -10px;
	}
	.dropdown-submenu:hover>a:after {

	}
	.dropdown-submenu.pull-left {
	    float: none
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	}
	.open > .dropdown-menu,
	.open >  .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: .3s;
	    animation-iteration-count: 1;
	    animation-timing-function: ease;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: .3s;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease;.navbar.fixed .navbar-
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: .3s;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease;
	    -moz-animation-fill-mode: forwards;
	}
	@keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	@-webkit-keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
}
@media (max-width: 767px) { 
	.inner {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.no-sidebar {
	    width: 100%
	}
	.btn.responsive-menu {
	    display: block
	}
	.navbar .social {
	    display: none
	}
	.navbar .nav,
	.navbar .dropup,
	.navbar .dropdown,
	.navbar .collapse {
	    position: relative
	}
	.navbar .dropdown-menu {
	    position: relative;
	    left: inherit;
	    top: inherit;
	    float: none;
	    width: auto;
	    display: block !important;
	    background: none;
	}
	.navbar-nav > li > a,
	.navbar-nav > li:first-child > a,
	.navbar .dropdown-menu li {
	    border: none
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a {
	    border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important
	}
	.navbar .nav .open > a,
	.navbar .nav .open > a:hover,
	.navbar .nav .open > a:focus {
	    background: none;
	    border: none;
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
	    padding: 12px 0 !important
	}
	.navbar-nav .open .dropdown-menu > li > a {
	    line-height: 1
	}
	.navbar-nav > li > a,
	.navbar-nav > li > a:focus {
	    color: #28b8d8
	}
	.navbar .dropdown-menu li a {
	    color: #cacaca
	}
	.navbar .dropdown-menu {
	    padding-left: 20px
	}
	.navbar .dropdown-menu a {
	    text-transform: none !important;
	    font-size: 13px !important;
	}
	.navbar .btn.responsive-menu {
	    margin: 20px 0
	}
	.navbar-header {
	    float: left;
	    width: 100%;
	}
	.navbar-header:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.navbar .container {
	    width: 100%;
	    padding: 0;
	}
	.navbar .navbar-collapse {
	    width: 100%;
	    float: none !important;
	    margin: 0;
	    background: none;
	}
	.navbar .navbar-nav {
	    width: 720px;
	    margin: 0 auto;
	    padding: 0;
	}
	.navbar .basic-wrapper {
	    width: 720px;
	    margin: 0 auto;
	    display: block;
	}
	.navbar,
	.navbar.fixed {
	    position: relative
	}
	.navbar.fixed .navbar-header,
	.navbar .navbar-header {
	    /* background: rgba(21,21,21,0.94) */
	}
	.navbar.fixed .dropdown-menu,
	.navbar .dropdown-menu {
	    background: none
	}
	.navbar .navbar-brand,
	.navbar.fixed .navbar-brand {
	    padding-top: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
	}
	.navbar.fixed .navbar-brand img {
	    height: 25px !important;
	    width: inherit !important;
	}
	.navbar.fixed .navbar-nav > li > a {
	    padding: 30px 14px
	}
	.navbar .container,
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	[class*="col-"] {
	    margin-bottom: 30px
	}
	.navbar .navbar-nav {
	    width: 100%;
	    margin: 0 auto;
	    padding-left: 0;
	    padding-right: 0;
	}
	.navbar .basic-wrapper {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	}
	.navbar .navbar-nav > li {
	    margin-left: 0
	}
	.swiper-container.instagram {
	    height: 250px
	}
	.swiper-container.instagram img {
	    height: 250px;
	    width: 250px;
	}
	.swiper-container.gallery,
	.swiper-container.gallery img {
	    height: 250px;
	    width: auto;
	}
	.swiper .item .details .content .wrap {
	    padding: 30px
	}
	.swiper .item .details .content .wrap .text h2 {
	    font-size: 20px;
	    margin-bottom: 0;
	}
	.swiper .item .details .content .wrap .text .info {
	    display: none
	}
	section.inner {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.services-1 .divide30 {
	    display: none
	}
	.services-3 .col .icon:before,
	.services-3 .col .icon:after {
	    display: none
	}
	.footer .inner {
	    padding-bottom: 40px
	}
	.footer p.pull-left,
	.footer ul.pull-right {
	    float: none !important;
	    text-align: center;
	}
	.footer p {
	    margin-bottom: 20px
	}
	.sub-footer p {
	    margin-bottom: 20px !important
	}
	.page-title {
	    display: none
	}
	.filter {
	    text-align: left
	}
	.filter ul li a {
	    padding: 0 12px
	}
	.filter ul li:first-child a {
	    padding-left: 0
	}
	.fix-portfolio .items {
	    margin-left: 0;
	    margin-bottom: -10px;
	}
	.fix-portfolio .items li {
	    width: 100%;
	    margin-left: 0;
	    margin-bottom: 10px;
	}
	#testimonials,
	.thin {
	    width: 100%
	}
	.share.pull-left {
	    float: none !important
	}
	.sidebar {
	    margin-top: 70px;
	    padding-left: 15px !important;
	}
	.pagination ul > li {
	    margin-bottom: 20px
	}
	.post-gallery li {
	    width: 50%
	}
	#comments .user {
	    display: none
	}
	#comments ul.children {
	    padding: 0 0 0 20px
	}
	#comments .arrow-box {
	    margin-left: 0
	}
	.about-author .author-image {
	    display: none
	}
	.tab {
	    display: block !important;
	    margin: 0 !important;
	}
	#testimonials .tab {
	    display: inline-block !important
	}
	.footer .widget.single .contact-info li {
	    display: block
	}
	.section-title.text-center h3:before,
	.section-title h3:after {
	    display: none
	}
	.blog-posts [class*="col-"] {
	    margin-bottom: 0
	}
	.offset {
	    display: none
	}
	.mode-xs .sticky-wrapper {
	    display: none
	}
}

/* light */
@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1. Top bar / .topbar
2. Header / header
3. Navigation / .navi-level-1 
4. Blog / .lastest-blog-container
5. Sidebar / .main-sidebar
6. Search / .modal-search
7. Sub Header / .sub-header
8. Footer / footer
-------------------------------------------------------------------*/
/* Colors
----------------------------------------------------------*/
/* Typography
----------------------------------------------------------*/
/* Transition
----------------------------------------------------------*/
/* LESS / Social Media Brand Colors */
/* Reset
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #333131;
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
}
h1 {
  font-size: 40px;
  letter-spacing: 3px;
}
h2 {
  font-size: 38px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
h3 {
  font-size: 24px;
  letter-spacing: 3px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
h6 {
  font-size: 14px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #999494;
  font-weight: 300;
}


/* acc box header */
.acc-box {
  display: inline-block;
  padding: 25px 0;
}
.acc-box a {
  font-size: 20px;
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  display: inline-block;
  margin: 0 30px;
  line-height: 50px;
}
.acc-box a:hover {
  color: #ff7400;
}
/* icon shop-cart */
.cart-button {
  position: relative;
}
.icon-cart {
  color: #999494;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  display: inline-block;
  line-height: 100px;
  padding: 0 25px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.icon-cart:hover {
  color: #ff7400;
}
.mini-cart-counter {
  font-size: 10px;
  color: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-webkit-calc(-50% + 9px), -webkit-calc(-50% - 14px));
      -ms-transform: translate(calc(-50% + 9px), calc(-50% - 14px));
          transform: translate(calc(-50% + 9px), calc(-50% - 14px));
  background: #ff7400;
  text-align: center;
  line-height: 14px;
}
.top_cart_list_product {
  display: none;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px;
  list-style: none;
  margin: 0px 0 0;
  min-width: 200px;
  padding: 10px 20px 20px 20px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
  border-top: 3px solid #ff7400;
}
.top_cart_list_product .img-thumb {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 90px;
}
.top_cart_list_product .product_list_widget {
  list-style: none;
}
.top_cart_list_product .mini_cart_item {
  display: block;
  width: 270px;
  padding: 10px 0px;
  border-bottom: 1px solid #f2f2f2;
  float: left;
  position: relative;
}
.top_cart_list_product .product-detail {
  padding-left: 100px;
  font-size: 13px;
}
.top_cart_list_product .product-detail a {
  color: #999494;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  outline: none;
}
.top_cart_list_product .product-detail a:hover {
  color: #ff7400;
}
.top_cart_list_product .product-detail .quantity {
  display: block;
  color: #333131;
  font-size: 13px;
}
.top_cart_list_product .remove {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -10px;
}
.top_cart_list_product .total {
  padding: 10px 0px;
  border-bottom: 1px solid #f2f2f2;
  text-align: right;
  color: #555555;
}
.top_cart_list_product .buttons {
  margin: 0;
  padding-top: 10px;
  text-align: left;
}
/* Button Open Mobile Menu - Side Menu */
.btn-menu-mobile {
  position: relative;
  display: inline-block;
  line-height: 100px;
  padding: 0 25px;
  font-size: 20px;
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.btn-menu-mobile:hover,
.btn-menu-mobile:focus {
  color: #ff7400;
}
.mm-navbar-top-1 {
  height: auto;
}
.mm-navbar-top-1 img {
  height: 70px;
  margin: 0 auto;
}
.mm-navbar-top-2 {
  top: 65px;
}
.mm-hasnavbar-top-2 .mm-panels {
  top: 105px;
}
/* Main navi */
.main-nav > ul {
  display: inline-block;
  list-style: none;
  width: 100%;
}
.main-nav > ul > li {
  display: inline-block;
  position: relative;
}
.main-nav > ul > li > a {
  display: block;
  padding: 0 25px;
  line-height: 100px;
  color: #999494;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.main-nav > ul > li:hover > a,
.main-nav > ul > li:focus > a {
  color: #ff7400;
}
.main-nav > ul > li > ul {
  display: none;
  list-style: none;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  white-space: nowrap;
  -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.176);
          box-shadow: 0 7px 6px rgba(0, 0, 0, 0.176);
}
.main-nav > ul > li > ul li {
  position: relative;
}
.main-nav > ul > li > ul li a {
  font-size: 14px;
  line-height: 45px;
  color: #999494;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  display: block;
  padding: 0 15px;
  border-top: 1px solid #eee;
}
.main-nav > ul > li > ul li:hover > a,
.main-nav > ul > li > ul li:focus > a {
  color: #fff;
  background: #ff7400;
}
.main-nav > ul > li > ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  list-style: none;
  min-width: 200px;
  background: #fffdfc;
  white-space: nowrap;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.main-nav > ul > li.active > a {
  color: #ff7400;
}
/* Navi 1 */
.open-nav {
  display: block!important;
  z-index: 9;
}
/* Header Home */
.header-home .logo {
  float: left;
}
.header-home .logo img {
  padding-right: 30px;
  border-right: 1px solid #dfdede;
}
.header-home .btn-search-header {
  float: left;
}
.header-home .btn-menu-mobile {
  display: none;
  float: right;
  padding-right: 0;
}
.header-home nav {
  float: right;
}
.header-home nav > ul > li:last-child a {
  padding-right: 0;
}
.bg-transparent {
  background: transparent;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
/* Header 1 */
.header-1 nav {
  float: right;
}
.header-1 .btn-search-header {
  float: right;
  padding-right: 0;
}
.header-1 .btn-menu-mobile {
  display: none;
  float: right;
}
/* Header 2 */
.header-2 .logo {
  float: left;
}
.header-2 .btn-menu-mobile {
  float: right;
  padding-right: 0;
}
/* Header 3*/
.header-3 .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-3 .widget-social-list {
  float: left;
}
.header-3 .widget-social-list li:first-child a {
  padding-left: 0;
}
.header-3 .btn-menu-mobile {
  float: right;
  padding-right: 0;
}
/* Header 4 */
.header-4 .logo {
  float: left;
}
.header-4 .logo img {
  padding-right: 30px;
  border-right: 1px solid #dfdede;
}
.header-4 > .cart-button {
  float: right;
}
.header-4 > .cart-button > a {
  padding-right: 0;
}
.header-4 .acc-box {
  float: right;
}
.header-4 .btn-menu-mobile {
  float: left;
}
/* Header 5 */
.header-5 .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-5 .widget-social-list {
  float: left;
}
.header-5 .widget-social-list li:first-child a {
  padding-left: 0;
}
.header-5 .btn-menu-mobile {
  float: right;
  padding-right: 0;
}
/* Header 6 */
.header-6 nav {
  float: left;
}
.header-6 .widget-social-list {
  float: right;
}
.header-6 .widget-social-list li:last-child a {
  padding-right: 0;
}
.header-6 .logo {
  float: left;
  margin-right: 70px;
}
.header-6 .btn-menu-mobile {
  display: none;
  float: right;
  padding-right: 0;
}
/* Header 7 */
.header-7 .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-7 > .cart-button {
  float: right;
}
.header-7 > .cart-button > a {
  padding-right: 0;
}
.header-7 .acc-box {
  float: right;
}
.header-7 .btn-menu-mobile {
  float: left;
  padding-left: 0;
}
/* Header 8 */
.header-8 {
  position: relative;
}
.header-8 nav {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #faf8f7;
}
.header-8 .widget-social-list {
  float: left;
}
.header-8 .widget-social-list li:first-child a {
  padding-left: 0;
}
.header-8 .acc-box {
  float: right;
}
.header-8 > .cart-button {
  float: right;
}
.header-8 > .cart-button > a {
  padding-right: 0;
}
.header-8 .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-8 .main-nav > ul {
  text-align: center;
}
.header-8 .main-nav > ul > li > ul {
  text-align: left;
}
.header-8 .btn-menu-mobile {
  display: none;
  float: right;
}
/* HEader 9 */
.header-9 .logo {
  float: left;
}
.header-9 .acc-box {
  float: right;
}
.header-9 > .cart-button {
  float: right;
}
.header-9 > .cart-button > a {
  padding-right: 0;
}
.header-9 nav {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #faf8f7;
}
.header-9 .main-nav > ul {
  text-align: center;
}
.header-9 .main-nav > ul > li > ul {
  text-align: left;
}
.header-9 .btn-menu-mobile {
  display: none;
  float: right;
}
/* Header 10 */
.header-10 .logo {
  float: left;
}
.header-10 .acc-box {
  float: right;
}
.header-10 nav {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #faf8f7;
}
.header-10 nav > ul {
  float: right;
  width: auto;
}
.header-10 nav > ul > li:last-child a {
  padding-right: 0;
}
.header-10 .btn-search-header {
  float: left;
  display: inline-block;
  padding-left: 0;
}
.header-10 .btn-menu-mobile {
  display: none;
  float: right;
}
.header-10 > .cart-button {
  float: right;
}
.header-10 > .cart-button > a {
  padding-right: 0;
}
/* Header Kits */
.header-kits header {
  margin-top: 30px;
  clear: both;
}
/* Sidenav */
.left-navigation {
  padding-left: 300px;
}
.left-navigation .sidebar-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  padding: 30px 0;
  z-index: 100;
  background: #fff;
  border-right: 1px solid #f3f3f3;
  color: #777;
  font-size: 13px;
}
.sidebar-nav nav {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sidebar-nav .widget-social-list {
  padding-left: 40px;
}
.sidebar-nav .widget-social-list a {
  padding: 0 15px;
  line-height: 16px;
}
.sidebar-nav .widget-social-list li:first-child a {
  padding-left: 0;
}
.sidebar-nav .logo {
  display: block;
  padding: 0 40px;
}
.sidebar-nav .logo img {
  margin: 0 auto;
  max-width: 170px;
}
.left-nav ul {
  list-style: none;
}
.left-nav li {
  position: relative;
}
.left-nav > ul > li ul {
  position: absolute;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  opacity: 0;
  top: -1px;
  min-width: 200px;
  -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
          transition: left 0.3s ease 0s, opacity 0.3s;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  white-space: nowrap;
}
.left-nav > ul > li > a {
  display: block;
  line-height: 24px;
  color: #999494;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  padding: 10px 40px;
  border-top: 1px solid #f3f3f3;
}
.left-nav > ul > li > a:hover,
.left-nav > ul > li > a:focus {
  color: #ff7400;
}
.left-nav > ul > li:last-child {
  border-bottom: 1px solid #f3f3f3;
}
.left-nav > ul > li:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #ff7400;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
.left-nav > ul > li.active:after {
  width: 3px;
}
.left-nav > ul > li.active > a {
  color: #ff7400;
}
.left-nav li:hover > ul {
  opacity: 1;
  left: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.left-nav > ul > li > ul li {
  position: relative;
  background: #333131;
}
.left-nav > ul > li > ul li a {
  color: #fff;
  display: block;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  padding: 10px 15px;
}
.left-nav > ul > li > ul li:hover > a {
  color: #ff7400;
}
.header-on-sm {
  line-height: 0;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
}
.header-on-sm > * {
  line-height: normal;
}
.header-on-sm .btn-menu-mobile {
  float: right;
  line-height: 100px;
}
/* contact info */
.contact-info {
  padding: 30px;
  font-size: 14px;
}
.contact-info a {
  color: #333;
}
.contact-info a:hover {
  color: #333;
}
/* Sticky */
header.is_stuck {
  z-index: 999;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.176);
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
/* Widget */
/* Widget title */
.widget-title {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 30px;
  clear: both;
}
.widget {
  margin-bottom: 45px;
}
.widget li a {
  font-weight: 500;
  color: #999494;
  font-size: 14px;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.widget li a:hover {
  color: #ff7400;
}
.sidebar .widget {
  margin-bottom: 45px;
}
.sidebar .widget-social-list li a {
  line-height: 40px;
}
.sidebar .widget-social-list li:first-child a {
  padding-left: 0;
}
/* Tag cloud */
.widget_product_tag_cloud a {
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 500;
  color: #999494;
  background: #faf8f7;
  margin-right: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.widget_product_tag_cloud a:hover {
  color: #fff;
  background: #ff7400;
}
/* Search product */
.widget_product_search .contact-input {
  line-height: 40px;
  color: #999494;
}
.widget_product_search .contact-input:hover,
.widget_product_search .contact-input:focus {
  color: #999494;
}
.widget_product_search .search-form {
  position: relative;
}
.widget_product_search .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  line-height: 40px;
}
.widget_product_search .search-form button:hover {
  color: #ff7400;
}
/* widget list */
.widget_product_categories ul,
.widget_product_sort ul,
.widget_product_price ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul {
  list-style: none;
}
.widget_product_categories li.active a,
.widget_product_sort li.active a,
.widget_product_price li.active a,
.widget_recent_comments li.active a,
.widget_pages li.active a,
.widget_recent_entries li.active a,
.widget_archive li.active a,
.widget_categories li.active a,
.widget_meta li.active a {
  color: #ff7400;
}
/* Widget search */
.widget_search button {
  position: absolute;
  top: 0;
  right: 15px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  line-height: 40px;
}
.widget_search button:hover {
  color: #ff7400;
}
.widget_search .contact-input {
  line-height: 40px;
  color: #999494;
}
.widget_search .contact-input:hover,
.widget_search .contact-input:focus {
  color: #999494;
}
/* Widget recent comments */
.comment-author-link a.url {
  color: #ff7400;
}
/* textwidget */
.textwidget ul,
.textwidget ol {
  padding-left: 0px;
  list-style: none;
}
/* contact-info */
.widget-contact-info {
  list-style: none;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #999494;
}
.widget-contact-info a {
  color: #999494;
}
.widget-contact-info li {
  display: block;
  position: relative;
  padding-left: 35px;
}
.widget-contact-info span {
  font-size: 20px;
  color: #ff7400;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-contact-info li {
  margin-bottom: 10px;
}
/* widget_categories-2 */
.widget_nav_menu ul {
  list-style: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.widget_nav_menu ul li:hover,
.widget_nav_menu ul li.current-menu-item {
  background: #ff7400;
}
.widget_nav_menu ul li:hover a,
.widget_nav_menu ul li.current-menu-item a {
  color: #fff;
}
.widget_nav_menu ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 20px 10px 20px;
}
.widget_nav_menu ul li a {
  display: block;
}
.widget_nav_menu ul li:last-child {
  border-bottom: 0;
}
/* widget prochures */
.widget-prochures ul {
  list-style: none;
}
.widget-prochures li a.button-brochures {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  line-height: 48px;
  text-transform: uppercase;
  color: #727272;
  padding: 0 25px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.widget-prochures li a.button-brochures:hover {
  color: #fff;
  background: #ff7400;
}
/* ==========================================================================
   Desktop Verison Demo
   ========================================================================== */
.boxed {
  margin-left: 80px;
  margin-right: 80px;
}
.relative {
  position: relative;
}
.dark {
  background: #333131;
}
.grey {
  background: #999494;
}
.no-padding {
  padding: 0!important;
}
.line-top-left {
  height: 2px;
  position: absolute;
  top: 102px;
  left: 0;
  background: #dfdede;
}
.line-top-right {
  height: 2px;
  position: absolute;
  top: 102px;
  right: 0;
  background: #dfdede;
}
.no-padding .line-top-right {
  top: 10px;
}
.w-240 {
  width: 240px;
}
.w-680 {
  width: 680px;
}
.o-hidden {
  overflow: hidden!important;
}
.mgt-30 {
  margin-top: 30px;
}
.mgt-60 {
  margin-top: 60px;
}
.mgt-150 {
  margin-top: 150px;
}
.clearfix {
  clear: both;
}
.pdb-0 {
  padding-bottom: 0;
}
.left-navigation .container {
  max-width: 100%;
}
.mCS-sm-line {
  overflow: visible;
}
.mCS-sm-line .mCSB_container {
  margin-right: 0;
  overflow: visible;
}
.mCS-sm-line .mCSB_1_scrollbar {
  right: auto;
  left: 0;
}
/* ==========================================================================
   Backgruond
   ========================================================================== */
.bg-dark {
  background: #333131;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.bg-img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.bg-image-post {
  position: absolute;
  height: 100%;
}
/* ==========================================================================
   Typo
   ========================================================================== */
.color-theme {
  color: #ff7400;
}
.dark-color {
  color: #333131;
}
.title-on-dark {
  color: #fff;
}
h2.title-with-sub {
  margin-bottom: 15px;
}
h3.title-with-sub {
  margin-bottom: 10px;
  font-size: 31px;
}
.sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
/* ==========================================================================
   Spaces
   ========================================================================== */
/* ==========================================================================
   pagination & arrow
   ========================================================================== */
.owl-page-h .owl-controls {
  position: absolute;
  top: 95px;
  right: 145px;
  counter-reset: number;
}
.owl-page-h .owl-controls .owl-dot {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: transparent;
  border: 2px solid #dfdede;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
  position: relative;
}
.owl-page-h .owl-controls .owl-dot:after {
  content: "";
  width: 2px;
  height: 0px;
  top: -webkit-calc(100% + 30px);
  top: calc(100% + 30px);
  left: 5px;
  position: absolute;
  background: #ff7400;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.owl-page-h .owl-controls .owl-dot.active {
  border-color: #ff7400;
  background: #ff7400;
  margin-bottom: 160px;
}
.owl-page-h .owl-controls .owl-dot.active:after {
  height: 100px;
}
.owl-page-h .owl-controls .owl-dot:before {
  counter-increment: number;
  /* Increment the section counter */
  content: "0" counter(number);
  /* Display the counter */
  color: #ff7400;
  font-size: 25px;
  position: absolute;
  opacity: 0;
  top: -8px;
  right: -60px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.owl-page-h .owl-controls .owl-dot.active:before {
  opacity: 1;
}
.owl-page-h .owl-controls .owl-dot:last-of-type.active {
  margin-bottom: 0;
}
.owl-page-h .owl-controls .owl-dot:last-of-type.active:after {
  display: none;
}
.owl-page-top-right .owl-controls {
  position: absolute;
  top: 0;
  right: 100px;
}
.owl-page-top-right .owl-controls .owl-dot {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: transparent;
  border: 2px solid #dfdede;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
  position: relative;
}
.owl-page-top-right .owl-controls .owl-dot.active {
  border-color: #ff7400;
  background: #ff7400;
}
.btn-1 {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #999494;
  opacity: .8;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.btn-1:hover {
  color: #ff7400;
  opacity: 1;
}
.btn-1.prev {
  left: 60px;
}
.btn-1.next {
  right: 60px;
}
.page-pagination.style-1 {
  position: relative;
  line-height: 60px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.page-pagination.style-1 li {
  display: inline-block;
  margin-right: 30px;
}
.page-pagination.style-1 li a,
.page-pagination.style-1 li span {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: transparent;
  border: 2px solid #dfdede;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  display: block;
  position: relative;
}
.page-pagination.style-1 li a:hover,
.page-pagination.style-1 li span:hover {
  background: #ff7400;
  border-color: #ff7400;
}
.page-pagination.style-1 li span:after {
  content: "";
  width: 0px;
  height: 2px;
  top: 5px;
  left: 35px;
  position: absolute;
  background: #ff7400;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.page-pagination.style-1 li span.current {
  background: #ff7400;
  border-color: #ff7400;
  margin-right: 100px;
}
.page-pagination.style-1 li span.current:after {
  width: 100px;
}
.page-pagination.style-1 li:last-child span:after {
  display: none;
  margin: 0;
}
.current-page {
  font-size: 60px;
  color: #ff7400;
  margin-right: 30px;
  line-height: 60px;
}
.page-pagination.style-2 {
  line-height: 40px;
  list-style: none;
  display: inline-block;
  font-size: 20px;
}
.page-pagination.style-2 li {
  display: inline-block;
  margin: 0 15px;
}
.page-pagination.style-2 li a {
  vertical-align: middle;
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.page-pagination.style-2 li a:hover {
  color: #ff7400;
}
.page-pagination.style-2 li span.current {
  color: #ff7400;
}
.page-pagination.style-2 a.next,
.page-pagination.style-2 a.prev {
  font-size: 40px;
}
/* ==========================================================================
   #PAGE LOAD
   ========================================================================== */
body.royal_loader {
  background: none;
  visibility: hidden;
}
#royal_preloader {
  width: 100%;
  height: 100%;
  font-family: Arial;
  font-size: 12px;
  visibility: visible;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999999999;
  -webkit-transition: opacity 0.2s linear 0.8s;
  transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
  opacity: 0;
}
#royal_preloader .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #000000;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
#royal_preloader.number .name {
  position: absolute;
  top: 20%;
  left: 0px;
  right: 0px;
  text-transform: uppercase;
  color: #EEEEEE;
  text-align: center;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-animation: fly 0.3s;
  animation: fly 0.3s;
}
#royal_preloader.number .percentage {
  color: #FFFFFF;
  font-family: Impact, Arial;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: -90px 0px 0px -90px;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 80px;
  width: 180px;
  position: absolute;
  font-size: 50px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s linear 0.5s;
  transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
  position: absolute;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 240px;
  margin-left: -60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  font-size: 30px;
  white-space: nowrap;
}
#royal_preloader.text .loader div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0%;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
  width: 180px;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}
#royal_preloader.logo .loader div {
  position: absolute;
  bottom: 0%;
  left: 0px;
  right: 0px;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: bottom 0.3s linear;
  transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
  position: absolute;
  width: 180px;
  height: 30px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50px);
      -ms-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  color: #fff;
  text-align: center;
}
@-webkit-keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }
  20% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}
@keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }
  20% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}

/* Portfolio */
.portfolio-des {
  max-width: 440px;
  padding-top: 135px;
}
.owl-portfolio-h1 {
  position: relative;
}
.portfolio-des h3 {
  font-size: 31px;
  margin-top: 15px;
}
.portfolio-des p {
  margin-bottom: 45px;
}
.outter-btn {
  padding: 0 50px;
  background: #fff;
  position: absolute;
  top: -25px;
  right: 325px;
}


.textarea-contact {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #999494;
  width: 100%;
  min-height: 130px;
  resize: vertical;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.textarea-contact:hover,
.textarea-contact:focus {
  color: #333131;
  border-bottom-color: #ff7400;
}
.textarea-contact::-webkit-input-placeholder {
  color: #333131;
}
.textarea-contact:-moz-placeholder {
  /* Firefox 18- */
  color: #333131;
}
.textarea-contact::-moz-placeholder {
  /* Firefox 19+ */
  color: #333131;
}
.textarea-contact:-ms-input-placeholder {
  color: #333131;
}
.on-dark .contact-input:hover,
.on-dark .contact-input:focus {
  color: #fff;
}
.on-dark .textarea-contact:hover,
.on-dark .textarea-contact:focus {
  color: #fff;
}
.on-dark .ot-btn {
  color: #fffdfc;
}
.on-dark .ot-btn:hover {
  color: #ff7400;
}
.on-dark .textarea-contact::-webkit-input-placeholder {
  color: #eee;
}
.on-dark .textarea-contact:-moz-placeholder {
  /* Firefox 18- */
  color: #eee;
}
.on-dark .textarea-contact::-moz-placeholder {
  /* Firefox 19+ */
  color: #eee;
}
.on-dark .textarea-contact:-ms-input-placeholder {
  color: #eee;
}
.on-dark .contact-input::-webkit-input-placeholder {
  color: #eee;
}
.on-dark .contact-input:-moz-placeholder {
  /* Firefox 18- */
  color: #eee;
}
.on-dark .contact-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #eee;
}
.on-dark .contact-input:-ms-input-placeholder {
  color: #eee;
}
/* Home 2 */
/* Portfolio */
.portfolio-warp {
  display: inline-block;
  width: 100%;
}
.portfolio-home2-item {
  overflow: hidden;
  position: relative;
}
.portfolio-home2-item img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.portfolio-home2-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 49, 49, 0.7);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  z-index: 2;
}
.portfolio-home2-item .btn-detail-project {
  width: 36px;
  height: 36px;
  color: #ff7400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-18px, -50px) rotate(45deg);
      -ms-transform: translate(-18px, -50px) rotate(45deg);
          transform: translate(-18px, -50px) rotate(45deg);
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  font-size: 36px;
}
.portfolio-home2-item h4 a {
  color: #fffdfc;
  font-size: 20px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.portfolio-home2-item h4 a:hover {
  color: #ff7400;
}
.portfolio-home2-item h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 25px);
      -ms-transform: translate(-50%, 25px);
          transform: translate(-50%, 25px);
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  width: 100%;
  text-align: center;
}
.portfolio-home2-item .cate-project {
  color: #bfbdbd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 55px);
      -ms-transform: translate(-50%, 55px);
          transform: translate(-50%, 55px);
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.portfolio-home2-item .cate-project:hover {
  color: #ff7400;
}
.portfolio-home2-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.portfolio-home2-item:hover .overlay {
  opacity: 1;
}
.footer-portfolio {
  display: inline-block;
  width: 100%;
  background: #333131;
  padding: 40px 76px;
  line-height: 50px;
}
.footer-portfolio p {
  float: left;
  color: #fcfbfa;
  margin-bottom: 0;
}
.footer-portfolio .ot-btn {
  float: right;
  color: #fcfbfa;
}
.footer-portfolio .ot-btn:hover {
  color: #ff7400;
}
/* Experience year */
.ey2 {
  margin-bottom: 60px;
}
/* Testimonial */
.item-testimonial-2 {
  position: relative;
  padding: 40px 0;
}
.item-testimonial-2 img {
  position: absolute;
  top: 0;
  left: 0;
}
.item-testimonial-2 .info {
  padding-left: 200px;
  padding-right: 150px;
  color: #fffdfc;
  font-size: 14px;
  line-height: 28px;
}
.item-testimonial-2 .info span {
  color: #999494;
}
/* latest post */
.latest-post {
  margin-top: 60px;
}
.item-latest-post .desc {
  padding: 20px 0;
}
.item-latest-post h4 {
  margin-bottom: 8px;
}
.item-latest-post h4 a {
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  color: #333131;
}
.item-latest-post h4 a:hover {
  color: #ff7400;
}
.item-latest-post .date-post {
  color: 14px;
  color: #bfbdbd;
}
.item-latest-post img {
  width: 100%;
}
/* contact */
.one-half {
  width: 50%;
  float: left;
  min-height: 658px;
}
.one-half.last {
  padding: 180px 90px;
}
.contact-form-home2 .ot-btn {
  color: #fffdfc;
}
.contact-form-home2 .ot-btn:hover {
  color: #ff7400;
}
/* Blog page */
.sub-header {
  position: relative;
}
.sub-header h2 {
  color: #fffdfc;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.sub-header .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.sub-header .breadcrumb li a {
  color: #bfbdbd;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.sub-header .breadcrumb li a:hover {
  color: #fff;
}
.sub-header .breadcrumb li.active {
  color: #bfbdbd;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.breadcrumb.left {
  padding-left: 0;
}
.sub-header.depen-on-img img {
  visibility: hidden;
}
.sub-header-inner.center-center {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.item-post {
  text-align: center;
  margin-bottom: 50px;
}
.item-post .desc {
  max-width: 790px;
  padding: 25px;
  margin: 0 auto;
}
.item-post h4 {
  margin-bottom: 0;
}
.item-post h4 a {
  font-size: 25px;
  line-height: 30px;
  color: #333131;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.item-post h4 a:hover {
  color: #ff7400;
}
.item-post .meta {
  line-height: 60px;
}
.item-post .meta a {
  color: #999494;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.item-post .meta a:hover {
  color: #ff7400;
}
.item-post .ot-btn {
  margin-top: 30px;
}
/* Single Blog */
.meta-single-post {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(51, 49, 49, 0.98);
  width: 100%;
  min-height: 100px;
}
.meta-single-post a,
.meta-single-post span {
  color: #fffdfc;
}
.meta-single-post a {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.meta-single-post a:hover {
  color: #ff7400;
}
.meta-single-post p {
  padding-top: 20px;
  margin-bottom: 5px;
}
.author-post {
  position: relative;
  padding-left: 125px;
  min-height: 100px;
}
.author-post img {
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-header-inner.bottom-left {
  position: absolute;
  bottom: 150px;
}
.sub-header.full {
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
}
article.post img {
  margin: 60px 0;
  width: 100%;
}
/* Comment List */
.list-comments ul.commentlist {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.list-comments ul,
.list-comments ol {
  list-style: none;
}
.list-comments li {
  width: 100%;
  position: relative;
  padding-left: 125px;
  margin-bottom: 50px;
}
.list-comments li .user-image {
  position: absolute;
  top: 0;
  left: 0;
}
.list-comments strong.name {
  font-size: 16px;
  font-weight: 600;
}
.list-comments .comment-right {
  background: #fcfbfa;
  padding: 40px;
}
.list-comments .comment-info {
  display: inline-block;
  width: 100%;
}
.list-comments .c-reply {
  font-weight: 500;
  color: #ff7400;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.list-comments .c-reply:hover {
  color: #cc5d00;
}
.list-comments .children {
  padding-left: 120px;
}
/* Comment area */
.comment-form {
  margin-top: 30px;
}
.comment-form .contact-input {
  border-bottom-color: #bfbdbd;
}
.comment-form .contact-input:hover,
.comment-form .contact-input:focus {
  border-color: #ff7400;
}
.comment-form .textarea-contact {
  border-bottom-color: #bfbdbd;
}
.comment-form .textarea-contact:hover,
.comment-form .textarea-contact:focus {
  border-color: #ff7400;
}
/* Single Services */
.project-info h2 {
  font-size: 31px;
  color: #fffdfc;
}
.table-detail-project {
  width: 100%;
}
.table-detail-project tr > td:first-child {
  width: 30%;
}
.table-detail-project span,
.table-detail-project a {
  color: #333131;
  font-weight: 500;
}
.table-detail-project a:hover {
  color: #ff7400;
}
.table-detail-project td {
  vertical-align: top;
}
.widget-social-list.small-line-height li a {
  line-height: 50px;
}
article.project-post-2 img {
  margin-top: 0;
}
.meta-single-post-2 {
  padding-top: 34px;
  padding-bottom: 40px;
}
/* Services */
.bg-top-right-services {
  background: url(images/bg/bg-services.png) no-repeat;
  background-position: center right;
  -webkit-background-origin: content-box;
          background-origin: content-box;
}
.services-post {
  margin-bottom: 70px;
  position: relative;
}
.services-post .desc {
  padding: 80px 0;
}
.services-post .bg-image-post img {
  display: none;
}
.title-block-number {
  margin-bottom: 30px;
  padding-left: 130px;
  position: relative;
}
.title-block-number .big-number {
  font-size: 94px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  color: #ff7400;
  font-weight: 500;
}
.title-block-number .title-with-sub {
  font-size: 31px;
  margin-bottom: 0;
  padding-top: 10px;
}
.title-block-number span.sub-title {
  font-size: 16px;
  font-weight: 500;
}
/* Team */
.item-team {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.item-team h5 {
  margin-bottom: 5px;
}
.item-team img {
  margin: 20px auto;
}
.item-team span {
  font-size: 14px;
}
/* Vertiacl Tabs */
.tabs-left,
.tabs-right {
  border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
  background: transparent;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 0;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li > a {
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  margin-right: 0;
}
.nav-tabs li h4 a {
  font-size: 20px;
  color: #bfbdbd;
  margin-bottom: 35px;
  display: block;
}
.tabs-left > li.active a {
  color: #ff7400;
}
/* Portfolio */
.list-portfolio-warp {
  margin-top: 100px;
}
.element-item {
  padding: 0;
  border: 20px solid #fff;
}

.boxed h2 {
	color: rgb(255, 255, 255);
}

.overlay h4 {
	color: white;
}

.orange-2 {
  color: #dd5100;
}

.footer .copyright-p-tim {
	font-size: 8px;
}


/* button */
/* button */
/* button */
/* button */
/* button */

section .out-goback {
  display: flex;
  justify-content: center;
  align-items: center;
}

section .goback {
  width: 91%;
  margin: 13px 0 -1px 0;
  /* border: red solid 3px; */
  display: flex;
  align-items: center;
}

button {
	border: 0;
	cursor: pointer;
	position: relative;
}

button div {
	padding: .3rem .9rem;
	position: relative;
	overflow: hidden;
}

.arrow {
  color: #dd5100;
  font-size: 20px;
}
  
button a {
	position: relative;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 500;
	color: #dd5100;
	text-transform: uppercase;
	z-index: 2;
  top: -2px;
}
  
button::before {
	border-bottom: 0;
	top: -10%; 
}
  
button::after {
	border-top: 0;
	bottom: -10%;
}
  
/* button span {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 110%;
	background-color: #cecece;
	transform: translateX(-105%) skew(-10deg);
	transition: 0.4s ease;
}
  
button:hover span {
	transform: translateX(-5%) skew(-10deg);
} */

/* button */
/* button */
/* button */
/* button */
/* button */

@media (max-width: 1050px) { 
	section .goback {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 766px) { 
	#home_wrapper {
    padding: 30px 0 85px 0;
  }
}

@media (max-width: 415px) { 
	#home_wrapper .sub-header img {
    display: none;
  }
}


@media (max-width: 415px) { 
	#home_wrapper .sub-header h2 {
    color: #dd5100;
    font-size: 30px;
    box-shadow: none;
    margin: 5px 0 10px 0;
  }
}

@media (max-width: 415px) { 
	.element-item {
    margin-bottom: -30px;
  }
}