/*
Theme Name: skyking
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skyking
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

skyking is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Global
# Header
	## Main navigation
# Section
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Gothic';
	font-weight: 400;
    src: url(fonts/Gothic.ttf);
}
@font-face {
    font-family: 'Gothic';
	font-weight: 700;
    src: url(fonts/Gothic-Bold.ttf);
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Gothic';
	font-size: 0.875rem;
	font-weight: 400;	
}
* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #db8700;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
a:hover,
a:focus {
	color: #4B4949;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.f-w-700 {
	font-weight: 700;
}
.text-primary {
text-transform: uppercase;
	color: #db8700 !important;
}
.bg-primary {
	color: #fff;
	background: #db8700 !important;
}
.bg-dark {
	color: #fff;
	background: #515053 !important;
}
.required {
	color: #999;
}
.form-control {
	padding: 0.625rem 0.75rem;
	font-size: 0.875rem; 
	background: #f5f5f5;
	border-color: #4B4949;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
textarea.form-control {
	min-height: 7rem;
}
.form-control:focus {
	background: #fff;
	border-color: #db8700;
}
.btn {
	padding: 0.625rem 1.25rem;
	font-size: 0.875rem; 
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.btn-dark {
	color: #fff;
	background: #4B4949;
	border-color: #4B4949;
}
.btn-dark:hover,
.btn-dark:focus {
	color: #fff;
	background: #db8700;
	border-color: #db8700;
}
.btn-primary {
	color: #fff;
	background: #db8700;
	border-color: #db8700;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background: #4B4949;
	border-color: #4B4949;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	padding: 0;
	margin: 0;
	background: transparent;
}
.breadcrumb-item,
.breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-item.active {
	color: #fff;
}
a.breadcrumb-item:hover {
	color: #db8700;
}
/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
.modal.fade-in-scale-up .modal-dialog {
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal.fade-in-scale-up.in .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.modal-content {
	border: 0;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.modal-header {
	padding: 15px 20px 10px;
	border-bottom: 0;
}
.modal-header .close {
	margin-top: 5px;
}
.modal-body {
	padding: 20px 20px;
}

/*--------------------------------------------------------------
# Top bar
--------------------------------------------------------------*/
.top-bar {
	height: 1.75rem;
	overflow: hidden;
	padding: 0.25rem 0;
	background: #515053;
}
.top-bar .list-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-bar .list-icons li {
	float: left;
	margin-right: 1.25rem;
	font-size: 0.75rem;
	color: #fff;
}
.top-bar .list-icons li a {
	color: inherit;
}
.top-bar .list-icons li .icon {
	font-size: 0.875rem; 
	margin-right: 0.25rem;
}

/*--------------------------------------------------------------
## Menu language
--------------------------------------------------------------*/
.menu-language {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
} 
.menu-language > li {
	float: left;
	position: relative;
	font-size: 0.75rem;
}
.menu-language > li + li {
	padding-left: 0.5rem;
	margin-left: 0.5rem;
}
.menu-language > li + li:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0.375rem;
	left: 0;
	width: 1px;
	height: 0.5rem;
	background: #fff;
}
.menu-language > li > a {
	color: #fff;
}
.menu-language > li > a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: fixed; z-index: 99;
	top: 0; 
	left: 0; 
	width: 100%;
	background: transparent;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header-main {
	height: 120px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header-logo {
	float: left;
	height: 100%;
	line-height: 120px;
	margin: 0;
	font-size: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-logo img.logo-1 {
	    height: 145px;
}
.header-logo img.logo-2 {
	display: none;
	height: 55px;
}
.site-header.smaller {
	top: -1.75rem;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.site-header.smaller .header-main,
.archive .header-main {
	height: 60px;
}
.site-header.smaller .header-logo,
.archive .header-logo {
	line-height: 60px;
}
.site-header.smaller .header-logo img.logo-1,
.archive .header-logo img.logo-1 {
	display: none;
}
.site-header.smaller .header-logo img.logo-2,
.archive .header-logo img.logo-2 {
	display: inline;
}
.archive .site {
	padding-top: 88px;
}
.archive .site-header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

/*--------------------------------------------------------------
## Main navigation
--------------------------------------------------------------*/
.main-nav {
	float: right;
}
.main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-nav .menu > li {
	float: left;
	position: relative;
}
.main-nav .menu > li > a {
	display: block;
	height: 100%;
	line-height: 120px;
	padding: 0 1.25rem;
	text-transform: uppercase;
	color: #fff;
}
.site-header.smaller  .main-nav .menu > li > a,
.archive .main-nav .menu > li > a {
	line-height: 60px;
	color: inherit;
}
.main-nav .menu > li > a:hover,
.main-nav .menu > li > a:focus,
.main-nav .menu > li > a.active,
.main-nav .menu > li > a.active:hover,
.main-nav .menu > li > a.active:focus {
	color: #db8700 !important;
	background: transparent;
	text-decoration: none;
}
.main-nav-toggler {
	float: right;
	padding: 30px 0;
	font-size: 2.25rem;
	color: #fff;
	background: transparent;
	border: 0;
}
.site-header.smaller .main-nav-toggler {
	padding: 3px 0;
	color: inherit;
}
.main-nav-toggler:hover {
	color: #db8700;
}
@media (max-width: 991px) {
	.main-nav {
		float: none;
		clear: both;
		background: #fff;
	}
	.main-nav .menu {
		border: 1px solid #e5e5e5;
		border-top: 0;
	}
	.main-nav .menu > li {
		float: none;
	}
	.main-nav .menu > li + li {
		border-top: 1px solid #e5e5e5;
	}
	.main-nav .menu > li > a {
		line-height: inherit !important;
		padding: 0.625rem 1.25rem;
		color: inherit;
	}
}

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.pricing h3 {
	    font-size: 20PX;
    line-height: 2;
}
.pricing .frame {
    border: 1px solid #d9d9d9;
    background: #fff;
    }
.pricing .section-title {
    text-align: center;
}
.pricing {
	background: url('/theme/wallprice.jpg');
	font-size: 20px;
}
.section {
	position: relative;
	overflow: hidden;
	padding: 4.375rem 0 2.5rem;
}
.section-header {
	text-align: center;
	margin-bottom: 2.5rem;
}
.section-title {
	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}
.fa.iconfont{
    float: left;
    width: 50px;
    font-size: 50px;
    height: 50px;
    margin-right: 1.25rem;
}
.section-title:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 167px;
	height: 2px;
	margin-left: -83px;
	margin-bottom: -1px;
	background: transparent url(images/line-black.png) no-repeat 50% 50%;
}
.section-desc {
	margin-bottom: 1rem;
}
.read-more {
	display: inline-block;
	padding: 0.125rem 0.5rem;
	font-size: 0.75rem;
	color: #2d2d2d;
	border: 1px solid #2d2d2d;
}
.read-more:hover,
.read-more:focus {
	color: #fff;
	background: #db8700;
	border-color: #db8700;
}
.read-more .icon {
	vertical-align: middle;
	margin-left: 0.25rem;
}
.no-border {
	padding-bottom: 0;
}
.no-border:after {
	display: none;
}
.abouts {
	text-align: center;
}
.about {
	float: none;
	display: inline-block; vertical-align: top;
	margin-right: -4px;
	position: relative;
	text-align: center;
	margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
	.about {
		width: 20%;
	}
}
.about .icon {
	display: inline-block;
	width: 155px;
	height: 150px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.about .icon-hover {
	position: absolute; z-index: 10;
	top: 0;
	left: 50%;
	margin-left: -78px;
	visibility: hidden;
	opacity: 0;
}
.about:hover .icon-hover {
	visibility: visible;
	opacity: 1;
}
.about .name {
	margin-top: 1.25rem;
	margin-bottom: 0;
	font-size: 1.25rem;
}

/*--------------------------------------------------------------
# Section achievement
--------------------------------------------------------------*/
#section-achievement {
	color: #fff;
	background-color: #000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left 50% top 0;
}
.achievement {
	margin-bottom: 1.875rem;
	text-align: center;
}
.achievement .icon {
	font-size: 3.25rem;
}
.achievement .amount {
	display: block;
	margin-top: 1rem;
	font-size: 2rem; font-weight: 700;
}
.achievement .name {
	font-size: 1.25rem;
}

/*--------------------------------------------------------------
# Section products
--------------------------------------------------------------*/
.products {
	margin-left: -1px;
	margin-right: 0;
	margin-bottom: 1.875rem;
}
.product {
    padding-left: 1px;
    padding-right: 0;
    margin-bottom: 1px !important;
    padding: 10px 5px;
        height: 270px;
}
.clearfix.product-bottom.small-padding {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.producttit {
    margin-top: -40px;
    position: relative;
    z-index: 99;
    text-align: center;
    color: #fff;
    background: #6b6767;
    
}
.product .inner {
	display: block;
	position: relative;
	overflow: hidden;
	color: #222;
}
.product img {
	width: 100%;
	position: relative; z-index: 10;
	-webkit-transform-style: flat !important;
	-moz-transform-style: flat !important;
	-ms-transform-style: flat !important;
	-o-transform-style: flat !important;
	transform-style: flat !important;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.product img + img {
	position: absolute; z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
}
.product .inner:hover img + img {
	visibility: visible;
	opacity: 1;
}
.product .name {
	position: absolute; z-index: 12;
	left: 0;
	bottom: 0.625rem;
	width: 100%;
	text-align: center;
	font-size: 1.25rem; 
	text-transform: uppercase;
}
.product .owl-carousel .owl-controls .owl-dots {
	position: absolute; z-index: 13;
	left: 0.5rem; 
	right: 0.5rem;
	top: 0.5rem;
	text-align: right;
}
.product .owl-carousel .owl-controls .owl-dot {
	display: inline-block;
	width: 0.6875rem;
	height: 0.6875rem;
	margin: 0.125rem 0.25rem;
	background: transparent;
	border: 1px solid #222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.product .owl-carousel .owl-controls .owl-dot + .owl-dot {
	margin-left: 0.375rem;
}
.product .owl-carousel .owl-controls .owl-dot:hover,
.product .owl-carousel .owl-controls .owl-dot.active {
	background: #db8700;
	border-color: #db8700;
}

/*--------------------------------------------------------------
# Section how it work
--------------------------------------------------------------*/
.video-bg {
	position: absolute; z-index: -1;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#section-how-it-work {
	position: relative;
	color: #fff;
	background-color: transparent;
}
#section-how-it-work .cols {
	position: relative;
	margin-bottom: 1.875rem;
} 
.list-images .title {
	line-height: 1.1;
	font-size: 1.125rem;
}
.list-images .title b {
	font-size: 1.5rem; font-weight: 700;
}
.list-images .title strong {
	font-size: 2.5rem; font-weight: 700;
}
.list-images,
.list-image-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-images li {
	position: relative;
}
.list-images li + li {
	margin-top: 1.875rem;
}
.list-images li .img {
	max-height: 50px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.list-images li .img-hover {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
}
.list-images li:hover .img-hover {
	visibility: visible;
	opacity: 1;
}
.list-image-icons li + li {
	margin-top: 2.5rem;
}
.list-image-icons li .icon {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 1.25rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}
.list-image-icons li .text {
	display: block;
	overflow: hidden;
	font-size: 1.25rem; font-weight: 700;
}
@media (min-width: 544px) {
	#section-how-it-work .cols:before {
		content: ' ';
		display: block;
		position: absolute;
		top: 0; 
		left: 50%;
		width: 1px;
		height: 100%;
		background: #fff;
	}
	#section-how-it-work .col-left {
		padding-right: 3rem;
		text-align: right;
	}
	#section-how-it-work .col-right {
		padding-left: 3rem;
	}
}
@media (max-width: 543px) {
	.list-image-icons {
		margin-bottom: 1rem;
	}
	.list-image-icons li + li {
		margin-top: 1.875rem;
	}
	.list-images li .img-hover {
		left: 0;
		right: auto;
	}
}

/*--------------------------------------------------------------
# Notice
--------------------------------------------------------------*/
#notice p {
	font-size: 1.25rem;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# section contact
--------------------------------------------------------------*/
 .contactusss{
	background: #efefef;
}
.contactusss .list-icons {
	list-style: none;
	padding: 0;
}
.contactusss .list-icons li {
	position: relative;
	padding-left: 2rem;
	font-size: 1rem;
}
.contactusss .list-icons li + li {
	margin-top: 0.75rem;
}
 .contactusss .list-icons li .icon {
	position: absolute;
	top: 0.25rem; 
	left: 0;
	font-size: 1.25rem;
	color: #db8700;
}
.text-center {
    text-align: center;
}

.category-products ul {
    padding: 0px;
}
.category-products ul li {
    list-style: none;
}

.project-filter a {
    font-weight: bold;
    font-size: 16px;
}
.project-filter .active a {
    color: #000;
    font-size: 16px;
}


.project-filter2 a {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.project-filter2 .active a {
    color: #000;
    font-size: 16px;
}
.project-filter2 li {
list-style: none;
    display: inline-block;
    margin: 5px 0 25px;
    /* border-right: 1px solid #EEE; */
    padding: 0px 20px;
    background: #515053;
    padding: 10px;
}
.project-filter2 li.active  {
list-style: none;
    display: inline-block;
    margin: 5px 0 25px;
    /* border-right: 1px solid #EEE; */
    padding: 0px 20px;
    background: #dcdcdc;
    padding: 10px;
}
.item {
    height: 200px;
    overflow: hidden;
} 

body {
    overflow-x: hidden;
} 
.project-filter li {
    list-style: none;
    display: inline-block;
    margin: 5px 0 25px;
    border-right: 1px solid #EEE;
    padding: 0px 20px;
}

.btn-question {
	position: fixed; z-index: 99;
	right: 2rem;
	bottom: 2rem;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 4rem;
	color: #E4E6E7;
	background: #4E4E51;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0.25rem rgba(255, 255, 255, 0.8);
}
.btn-question:hover,
.btn-question:focus {
	background: #db8700;
}
.accordion-questions .panel {
	margin-bottom: 1rem;
}
.accordion-questions .panel a {
	font-weight: 700;
	color: inherit;
}
.accordion-questions .panel a:hover {
	color: #db8700;
}
@media (max-width: 767px) {
	.btn-question {
		right: 1rem;
		bottom: 1rem;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		font-size: 2.5rem;
	}
}
/*--------------------------------------------------------------
# section map
--------------------------------------------------------------*/
#section-map {
	padding: 2.5rem 0;
	background: #515053;
}
#section-map h2 {
	position: relative;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.25rem; font-weight: 700;
}
#section-map h2:before {
	content: ' ';
	display: block;
	position: absolute; z-index: 10;
	top: 50%; 
	left: 0;
	width: 100%;
	height: 0.75rem;
	margin-top: -0.25rem;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}
#section-map h2 a {
	display: inline-block;
	position: relative; z-index: 11;
	padding: 0 2rem;
	color: #fff;
	background: #515053;
}
#section-map h2 a:hover,
#section-map h2 a:focus {
	color: #db8700;
	text-decoration: none;
}
#collapse-map .embed-responsive {
	padding-bottom: 35%;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
	padding: 1.5rem 0 0.5rem;
	color: #fff;
	background: #3F3E41;
}
.footer-copyright {
	text-align: center;
	font-size: 0.875rem;
	margin-top: 0.125rem;
	margin-bottom: 1rem;
}
.footer-social {
	list-style: none;
	padding: 0;
	text-align: right;
}
.footer-social li {
	display: inline;
	font-size: 1.125rem;
}
.footer-social li + li {
	padding-left: 0.5rem;
	margin-left: 0.5rem;
	border-left: 1px solid #fff;
}
.footer-social li a {
	color: #fff;
}
.footer-social li a:hover {
	color: #db8700;
}

.accordion-products .panel + .panel {
	padding-top: 1.25rem;
	border-top: 1px dashed #3F3E41;
}
.accordion-products .panel .panel-title {
	margin-bottom: 1.25rem;
	text-align: center;
	font-size: 1.25rem;
}
.accordion-products .panel .panel-title a.collapsed {
	color: inherit;
}
.accordion-products .panel .panel-title a,
.accordion-products .panel .panel-title a:hover,
.accordion-products .panel .panel-title a:focus {
	color: #db8700;
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/
.slider { 
	position: relative;
	width: 100%;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	overflow: hidden;
	cursor: pointer;
	overflow: hidden;
}
.slider-a img,
.slider-b img {
	pointer-events: none;
	display: block;
	width: 100%; 
}
.slider-active .slider-a img { visibility: hidden }
.slider-active .slider-a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	max-width:50%;
	-webkit-background-size: cover;
	background-size: cover; 
}
/*.slider-active .slider-a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
}*/
.slider-active .slider-handle {
	position: absolute;
	height: 100%;
	left: 50%;
	width: 1px;
	background: #fff;
	z-index: 3;  
}
.slider-active .slider-handle:before,
.slider-active .slider-handle:after { 
	display: block;
	position: absolute; 
	top: 50%; 
	margin-top: -2rem;
	font-family: FontAwesome; font-size: 2.5rem;
	color: #fff;
}
.slider-active .slider-handle:before {
	content: "\f105";
	left: 0.5rem;
}
.slider-active .slider-handle:after { 
	content: "\f104";
	right: 0.5625rem;
}