/*------------------------------------------------------------------
[Master Stylesheet]

Project:	OnePager - Responsive one page multipurpose HTML Template
Version:	1.0.0
Assigned to:	Themeforest
Primary use:	Agency, Barber, Business, Corporate, Creative, Hairy, Landing
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1 Fonts
2 Body
3 Common Css
	3.1 Reset Style
	3.2 Form Inputs
	3.3 Button Style
	3.4 Padding Style
	3.5 Margin Style
4 Header Style
5 Main Slider
6 Theme Heading
7 Social Icons
8 About us
9 Service Style
10 Hair Style
11 Gallery Style
12 Testimonial
13 Pricing Style
14 Owl Style
15 Form Style
16 Facts Style
17 Home Blog
18 Contact map
19 Partner Style
20 Scroll Style
21 Preloader css
22 Footer Style
23 Comming Soon
24 Error Style

-------------------------------------------------------------------*/

/*---bootstap.CSS ---*/
@import url("bootstrap.min.css");
/*---mega menu .CSS ---*/
@import url("../plugin/megamenu/css/hover-dropdown-menu.css");
/*---owl-carousal.CSS ---*/
@import url("../plugin/owl-carousel/css/owl.carousel.css");
@import url("../plugin/owl-carousel/css/owl.theme.default.css");
/*---fontawesome.CSS  font ---*/
@import url("../plugin/font-awesome/css/font-awesome.min.css");

/*
==========================
1 Fonts
==========================
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Ubuntu:300,400,500,700');

/*
==========================
2 Body
==========================
*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #626161;
    line-height: 24px;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
	letter-spacing:1px;
}
body.dark {
    background-color: #1B1B1B;
}
/*
==========================
3 Common Css
==========================
*/

/* 3.1 Reset Style */
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
	letter-spacing:1px;
	color: inherit;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
p,
em {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: inherit;
	letter-spacing:1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.6em;
   font-family: 'Ubuntu', sans-serif;
    color:#000;
    text-transform: initial;
	letter-spacing:1px;
	clear:both;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
    display: inline-block;
}
.clear {
    clear: both;
}
.parallax-style {
    background-attachment: fixed;
}
.grey-background{
	background-color:#eee;
}
.colorW{
	color:#fff;
}
/* 3.2 Form Inputs */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    height: 40px;
    font-size: 13px;
	color:#000;
}
textarea {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    font-size: 13px;
	color:#000;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}
.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check {
    border: 5px solid #FFFFFF;
}
.check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    visibility: hidden;
}
.check {
    display: block;
    position: absolute;
    border: 2px solid;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=radio]:checked ~ .check::before {
    visibility: visible;
}
input[type=radio]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check {
    border: 2px solid;
}
input[type=checkbox]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check:before {
    opacity: 1;
}
ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}
label {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: #777;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}

body.dark input::-webkit-input-placeholder,
body.dark select::-webkit-input-placeholder,
body.dark textarea::-webkit-input-placeholder {
    color: #ccc;
}
body.dark input::-moz-placeholder,
body.dark select::-moz-placeholder,
body.dark textarea::-moz-placeholder {
    color: #ccc;
}
body.dark input:-ms-input-placeholder,
body.dark select:-ms-input-placeholder,
body.dark textarea:-ms-input-placeholder {
    color: #ccc;
}
body.dark input:-moz-placeholder,
body.dark select:-moz-placeholder,
body.dark textarea:-moz-placeholder {
    color: #ccc;
}
section {
    position: relative;
    width: 100%;
    float: left;
}

/* 3.3 Button Style */
.itg-button {
    color: #000;
    padding: 8px 25px;
    border: 1px solid #000;
    display: inline-block;
	background-color:transparent;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
body.dark .itg-button:hover{
	color:#fff;
}
.itg-button:hover, 
.itg-button.active {
    color: #fff;
}
/* 3.4 Padding Style */
.pad0 {
    padding: 0px;
}
.pad5 {
    padding: 5px;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.pad20 {
    padding: 20px;
}
.pad30 {
    padding: 30px;
}
.pad40 {
    padding: 40px;
}
.pad50 {
    padding: 50px;
}
.pad60 {
    padding: 60px;
}
.pad70 {
    padding: 70px;
}
.pad80 {
    padding: 80px;
}
.pad90 {
    padding: 90px;
}
.pad100 {
    padding: 100px;
}

.padTB0 {
    padding: 0px 0;
}
.padTB5 {
    padding: 5px 0;
}
.padTB10 {
    padding: 10px 0;
}
.padTB15 {
    padding: 15px 0;
}
.padTB20 {
    padding: 20px 0;
}
.padTB30 {
    padding: 30px 0;
}
.padTB40 {
    padding: 40px 0;
}
.padTB50 {
    padding: 50px 0;
}
.padTB60 {
    padding: 60px 0;
}
.padTB70 {
    padding: 70px 0;
}
.padTB80 {
    padding: 80px 0;
}
.padTB90 {
    padding: 90px 0;
}
.padTB100 {
    padding: 100px 0;
}

.padT0 {
    padding-top: 0px;
}
.padT5 {
    padding-top: 5px;
}
.padT10 {
    padding-top: 10px;
}
.padT15 {
    padding-top: 15px;
}
.padT20 {
    padding-top: 20px;
}
.padT30 {
    padding-top: 30px;
}
.padT40 {
    padding-top: 40px;
}
.padT50 {
    padding-top: 50px;
}
.padT60 {
    padding-top: 60px;
}
.padT70 {
    padding-top: 70px;
}
.padT80 {
    padding-top: 80px;
}
.padT90 {
    padding-top: 90px;
}
.padT100 {
    padding-top: 100px;
}

.padB0 {
    padding-bottom: 0px;
}
.padB5 {
    padding-bottom: 5px;
}
.padB10 {
    padding-bottom: 10px;
}
.padB20 {
    padding-bottom: 20px;
}
.padB30 {
    padding-bottom: 30px;
}
.padB40 {
    padding-bottom: 40px;
}
.padB50 {
    padding-bottom: 50px;
}
.padB60 {
    padding-bottom: 60px;
}
.padB70 {
    padding-bottom: 70px;
}
.padB80 {
    padding-bottom: 80px;
}
.padB90 {
    padding-bottom: 90px;
}
.padB100 {
    padding-bottom: 100px;
}

.padL0 {
    padding-left: 0px;
}
.padL5 {
    padding-left: 5px;
}
.padL10 {
    padding-left: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padL30 {
    padding-left: 30px;
}
.padL40 {
    padding-left: 40px;
}
.padL50 {
    padding-left: 50px;
}
.padL60 {
    padding-left: 60px;
}
.padL70 {
    padding-left: 70px;
}
.padL80 {
    padding-left: 80px;
}
.padL90 {
    padding-left: 90px;
}
.padL100 {
    padding-left: 100px;
}

.padLR0 {
    padding-left: 0px;
}
.padLR5 {
    padding-left: 5px;
}
.padLR10 {
    padding-left: 10px;
}
.padLR20 {
    padding-left: 20px;
}
.padLR30 {
    padding-left: 30px;
}
.padLR40 {
    padding-left: 40px;
}
.padLR50 {
    padding-left: 50px;
}
.padLR60 {
    padding-left: 60px;
}
.padLR70 {
    padding-left: 70px;
}
.padLR80 {
    padding-left: 80px;
}
.padLR90 {
    padding-left: 90px;
}
.padLR100 {
    padding-left: 100px;
}

.padR0 {
    padding-right: 0px;
}
.padR5 {
    padding-right: 5px;
}
.padR10 {
    padding-right: 10px;
}
.padR20 {
    padding-right: 20px;
}
.padR30 {
    padding-right: 30px;
}
.padR40 {
    padding-right: 40px;
}
.padR50 {
    padding-right: 50px;
}
.padR60 {
    padding-right: 60px;
}
.padR70 {
    padding-right: 70px;
}
.padR80 {
    padding-right: 80px;
}
.padR90 {
    padding-right: 90px;
}
.padR100 {
    padding-right: 100px;
}

/* 3.5 Margin Style */

.mar0 {
    margin: 0px;
}
.mar5 {
    margin: 5px;
}
.mar10 {
    margin: 10px;
}
.mar15 {
    margin: 15px;
}
.mar20 {
    margin: 20px;
}
.mar30 {
    margin: 30px;
}
.mar40 {
    margin: 40px;
}
.mar50 {
    margin: 50px;
}
.mar60 {
    margin: 60px;
}
.mar70 {
    margin: 70px;
}
.mar80 {
    margin: 80px;
}
.mar90 {
    margin: 90px;
}
.mar100 {
    margin: 100px;
}

.marT0 {
    margin-top: 0px;
}
.marT5 {
    margin-top: 5px;
}
.marT10 {
    margin-top: 10px;
}
.marT15 {
    margin-top: 15px;
}
.marT20 {
    margin-top: 20px;
}
.marT30 {
    margin-top: 30px;
}
.marT40 {
    margin-top: 40px;
}
.marT50 {
    margin-top: 50px;
}
.marT60 {
    margin-top: 60px;
}
.marT70 {
    margin-top: 70px;
}
.marT80 {
    margin-top: 80px;
}
.marT90 {
    margin-top: 90px;
}
.marT100 {
    margin-top: 100px;
}

.marB0 {
    margin-bottom: 0px;
}
.marB5 {
    margin-bottom: 5px;
}
.marB15 {
    margin-bottom: 15px;
}
.marB10 {
    margin-bottom: 10px;
}
.marB20 {
    margin-bottom: 20px;
}
.marB30 {
    margin-bottom: 30px;
}
.marB40 {
    margin-bottom: 40px;
}
.marB50 {
    margin-bottom: 50px;
}
.marB60 {
    margin-bottom: 60px;
}
.marB70 {
    margin-bottom: 70px;
}
.marB80 {
    margin-bottom: 80px;
}
.marB90 {
    margin-bottom: 90px;
}
.marB100 {
    margin-bottom: 100px;
}

.marL0 {
    margin-left: 0px;
}
.marL5 {
    margin-left: 5px;
}
.marL10 {
    margin-left: 10px;
}
.marL20 {
    margin-left: 20px;
}
.marL30 {
    margin-left: 30px;
}
.marL40 {
    margin-left: 40px;
}
.marL50 {
    margin-left: 50px;
}
.marL60 {
    margin-left: 60px;
}
.marL70 {
    margin-left: 70px;
}
.marL80 {
    margin-left: 80px;
}
.marL90 {
    margin-left: 90px;
}
.marL100 {
    margin-left: 100px;
}

.marR0 {
    margin-right: 0px;
}
.marR5 {
    margin-right: 5px;
}
.marR10 {
    margin-right: 10px;
}
.marR20 {
    margin-right: 20px;
}
.marR30 {
    margin-right: 30px;
}
.marR40 {
    margin-right: 40px;
}
.marR50 {
    margin-right: 50px;
}
.marR60 {
    margin-right: 60px;
}
.marR70 {
    margin-right: 70px;
}
.marR80 {
    margin-right: 80px;
}
.marR90 {
    margin-right: 90px;
}
.marR100 {
    margin-right: 100px;
}

/*
==========================
4 Header Style
==========================
*/
#header {
    position: absolute;
    top: 0;
    width: 100%;
    float: left;
    z-index: 2;
}
a.navbar-brand {
    padding: 20px 0;
}
.navbar-nav {
    padding: 30px 0;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    background-color: transparent;
	font-weight:600;
}
body.dark .navbar-default .navbar-nav>li>a{
	color:#eee;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .nav .open > a:focus, .nav .open > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, ul.nav.navbar-nav li a:hover{
	background-color:transparent;
	color:#000;
}
.navbar-default{
	background-color:transparent;
}

/*
==========================
5 Main Slider
==========================
*/
.slider {
    position: relative;
    float: left;
    width: 100%;
    background-color: #eee;
    height: 100vh;
}
body.dark .slider{
	background-color:#131212;
}
.slider .item{
	height: 100vh;
}
.slider-image {
    float: left;
    position: absolute;
    bottom: 0;
    right: 10%;
    max-width: 35%;
	z-index:2;
}
.slider-text {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -156px;
}
.slide-content h1 {
    font-size: 60px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom:10px;
}
body.dark .slide-content h1,
body.dark .slide-content h3{
	color:#fff;
}
body.dark .slide-content p{
	color:#ccc;
}

.slide-content h3 {
    font-style: italic;
    margin-bottom: 10px;
}
.slide-content {
    width: 63%;
    padding: 50px 40px;
    border: 5px solid;
}
.slide-content p {
    margin-bottom: 0;
}
.slider .item.left .slider-image {
    right: 10%;
    left: initial;
}
.slider .item.right .slider-image {
    left: 10%;
    right: initial;
} 
.slider .item.left .slide-content{
	float: left;
    text-align: left;
} 
.slider .item.right .slide-content{
	float: right;
    text-align: right;
}
.slider.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 30px;
}
.slider.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 30px;
}
.slider.owl-theme .owl-nav {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
/*
===================================
6 Theme Heading
===================================
*/
.theme-heading {
    max-width: 400px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
	padding:0 15px;
}
.theme-heading h1 {
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
}
body.dark .theme-heading h1,
body.dark .theme-heading.white h1{
	color:#fff;
}
.theme-heading span {
    font-size: 20px;
	position:relative;
}
.theme-heading span:after {
    content: "";
    height: 5px;
    width: 40px;
    position: absolute;
    border-top: 1px solid;
    border-bottom: 1px solid;
    top: 50%;
    margin-top: -2.5px;
    right: 100%;
    margin-right: 10px;
}
.theme-heading span:before {
    content: "";
    height: 5px;
    width: 40px;
    position: absolute;
    border-top: 1px solid;
    border-bottom: 1px solid;
    top: 50%;
    margin-top: -2.5px;
    left: 100%;
    margin-left: 10px;
}
.theme-heading.white h1 {
    color: #fff;
}
/*
===================================
7 Social Icons
===================================
*/
.social-icon li {
    display: inline-block;
}
.social-icon a {
    width: 50px;
    height: 50px;
    background-color: #242424;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    padding: 13px 0;
    color: #fff;
    margin: 0 5px;
}
/*
===================================
8 About us
===================================
*/
.about-us{
	width:100%;
	float:left;
	position:relative;
}
.about-us blockquote {
    padding: 0;
    border-left: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}
body.dark .about-us blockquote{
	color:#fff;
}
.about-us p {
    margin-bottom: 30px;
}
body.dark .about-us p{
	color:#ccc;
}
img.about-sign {
    float: right;
}
.about-us figure {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 3px solid;
    margin-left: -30px;
    margin-top: -30px;
}
body.simple .about-us figure{
	border:0;
}
.about-us figure img {
    width: 100%;
    margin-left: 30px;
    margin-bottom: -30px;
    padding-top: 30px;
}

/*
===================================
9 Service Style
===================================
*/
.service-section {
    float: left;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.service-background img {
    width: 100%;
}
.service-background {
    position: relative;
    left: 0;
    float: left;
    bottom: 0;
    width: 100%;
    margin-left: -400px;
	height:100vh;
}
body.simple .service-background{	
    margin-left: 0px;
}
.services {
    position: absolute;
    right: 0;
    background-color: #0a0a07;
    top: 50%;
    padding: 15px 0px;
    margin-top: -273px;
    box-shadow: -4px 0px 30px -1px rgba(0,0,0,0.3);
}
body.simple .services{
	left:0;
}
body.dark .services {
    background-color: #131212;
    box-shadow: -4px 0px 30px -1px rgba(225,225,225,0.1);
}
.service-box {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}
.service-box h3 {
    color: #fff;
}
.service-box h6 {
    padding: 3px 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.service-box p {
    margin-bottom: 0;
}
/*
===================================
10 Hair Style
===================================
*/
#hair-style-slider {
    float:left;
	width:100%;
	position:relative;
}
body.simple #hair-style-slider .owl-stage-outer {
    padding:0px 0;
}
#hair-style-slider .owl-stage-outer {
    padding: 60px 0;
}

body.simple #hair-style-slider .owl-item.active.center {
    transform: scale(1);	
}
#hair-style-slider .owl-item.active.center {
    transform: scale(1.4);
    z-index: 3;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
body.simple #hair-style-slider .owl-item.active.secondNlastActiveItem {	
    transform: scale(1);
}
#hair-style-slider .owl-item.active.secondNlastActiveItem {
    transform: scale(1.2);
    z-index: 2;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
body.simple #hair-style-slider .owl-item{	
    transform: scale(1);
}
#hair-style-slider .owl-item{
    transform: scale(1);
    z-index: 1;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
/*
===================================
11 Gallery Style
===================================
*/
#gallery-slider.owl-theme .owl-dots .owl-dot {
    background-size: 100%;
    margin: 0 15px;
	position:relative;
}
#gallery-slider .owl-item .item {
    max-width: 500px;
    margin: auto;
    margin-bottom: 40px;
}
#gallery-slider .owl-dots .owl-dot span{
	display:none;
}
#gallery-slider.owl-theme .owl-dots .owl-dot.active:before {
    content: "";
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
#gallery-slider.owl-theme .owl-nav {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 800px;
    margin-left: -400px;
    left: 50%;
	z-index:9;
}
#gallery-slider.owl-theme.style-one .owl-nav .owl-prev{
	margin-left:0;
	float:left;
}
#gallery-slider.owl-theme.style-one .owl-nav .owl-next{
	margin-right:0;
	float:right;
}
/*
===================================
12 Testimonial
===================================
*/
#testimonial {
    background-color: #060506;
}
#testimonial-slider {
    max-width: 800px;
    margin: auto;
	text-align:center;
}
#testimonial-slider .owl-item figure {
    width: 160px;
    overflow: hidden;
    border-radius: 100%;
    margin: auto;
	margin-bottom:30px;
}
#testimonial-slider p {
    color: #eee;
    margin-bottom: 30px;
}
#testimonial-slider .title {
    color: #eee;
}
#testimonial-slider.owl-theme .owl-dots{
	margin-top:30px;
}
#testimonial-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    border-radius: 0;
    opacity: 0.5;
}
#testimonial-slider.owl-theme .owl-dots .owl-dot.active span,
#testimonial-slider.owl-theme .owl-dots .owl-dot:hover span{
	opacity:1;
}
/*
===================================
13 Pricing Style
===================================
*/
.Pricing-section {
    background-color: #0d0b07;
}
.pricing {
    background-color: #eee;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.pricing figure {
    width: 100%;
    float: left;
    position: relative;
}
.pricing figure:before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.pricing figure figcaption {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -19px;
}
.pricing figure figcaption h3 {
    color: #fff;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pricing h1 {
    margin-bottom: 20px;
}
.pricing-list {
    padding: 10px 10px;
    float: left;
    width: 100%;
}
.pricing-list li {
    font-size: 14px;
    padding: 5px 0;
}
.pricing:hover .itg-button{
	color:#fff;
}
.pricing img {
    width: 100%;
}
/*
===================================
14 Owl Style
===================================
*/
.owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    font-size: 50px;
    margin: 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
body.dark .owl-theme .owl-nav [class*='owl-']:hover,
body.dark .owl-theme .owl-nav [class*='owl-']{
	color:#ccc;
}
.owl-theme .owl-nav [class*='owl-']:hover{
	background-color:transparent;
	color:#000;
}
.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 30px;
}
.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 30px;
}
.owl-theme .owl-nav {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
.owl-theme.style-one .owl-nav .owl-prev {
    margin-left: -35px;
}
.owl-theme.style-one .owl-nav .owl-next {
    margin-right: -35px;
}
.owl-theme.style-one .owl-nav{
	z-index:-1;
}

/*
===================================
15 Form Style
===================================
*/
.theme-form {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}
.theme-form input, .theme-form textarea {
    background-color: #eee;
    padding: 10px 40px;
    border: 0;
}
body.dark .theme-form input, body.dark .theme-form textarea {
    background-color: #131212;
	color:#fff;
}
.theme-form i.input {
    position: absolute;
    top: 0;
    margin-top: 12px;
    margin-left: 15px;
}
body.dark .theme-form i.input{
	color:#ccc;
}
.form-background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.form-background .left {
    float: left;
    margin-left: 5%;
}
.form-background .right {
    float: right;
}
/*
===================================
16 Facts Style
===================================
*/
.our-facts {
    background-image: url(../img/all/facts-background.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.our-facts:before {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
}
.facts {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.facts h1 {
    font-size: 60px;
}
.facts h3 {
    color: #fff;
}
/*
===================================
17 Home Blog
===================================
*/
.blog {
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #eee;
    margin-bottom: 30px;
}
body.dark .blog{	
    background-color: #131212;
}
body.dark .blog h4{
	color:#ccc;
}
.blog figure {
    float: left;
    position: relative;
    width: 100%;
	overflow:hidden;
}
.blog figure img {
    width: 100%;
    transform: scale(1.1);
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.blog:hover figure img{
	transform: scale(1);
}
.blog figure figcaption {
    position: absolute;
    top: 0;
    left: -30%;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.blog:hover figure figcaption{
	left:0;
}
.blog .caption {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 20px;
}
.blog .caption p {
    margin: 10px 0px;
}
body.dark .blog .caption p{
	color:#ccc;
}
.blog-date {
    width: 66px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
}
/*
===================================
18 Contact map
===================================
*/
.contact-map {
    background-image: url(../img/all/contact-map-background.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact-map:before {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
}
.info-box {
    float: left;
    width: 100%;
    background-color: #000;
    color: #fff;
}
.contact-info {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.contact-icon {
    display: inline-block;
    width: 50px;
    float: left;
    border: 1px solid;
    text-align: center;
    height: 50px;
    font-size: 30px;
    border-radius: 50%;
    padding: 8px 0;
}
.contact-detail {
    width: 70%;
    float: right;
    text-align: left;
}
.contact-detail p {
    margin-bottom: 0;
    color: #eeeeee;
}
.map-area {
    width: 100%;
    float: left;
    position: relative;
}
#gmap_canvas {
    height: 400px;
    border: 0;
    -webkit-filter: grayscale(99%);
}
/*
===================================
19 Partner Style
===================================
*/
#partner-slider .item figure{
	border:1px solid #cfcfcf;
}

/*
===================================
20 Scroll Style
===================================
*/
#scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    background-color: rgba(0,0,0,0.4);
}
#scroll-top.showScrollTop{
	opacity:1;
	visibility:visible;
}
/*
==========================
21 Preloader css
==========================
*/
.preloader.loaderout {
    top: -100%;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
.cssload-container {
    display: block;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -14px;
}
.cssload-loading i {
    width: 25px;
    height: 5px;
    display: inline-block;
    border-radius:0;
}
.cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px);
}
.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}
.cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}
@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}
@-o-keyframes cssload-loading-ani1 {
    100% {
        -o-transform: translate(39px);
        opacity: 0;
    }
}
@-ms-keyframes cssload-loading-ani1 {
    100% {
        -ms-transform: translate(39px);
        opacity: 0;
    }
}
@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0;
    }
}
@-moz-keyframes cssload-loading-ani1 {
    100% {
        -moz-transform: translate(39px);
        opacity: 0;
    }
}
@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}
@-o-keyframes cssload-loading-ani2 {
    100% {
        -o-transform: translate(19px);
        opacity: 1;
    }
}
@-ms-keyframes cssload-loading-ani2 {
    100% {
        -ms-transform: translate(19px);
        opacity: 1;
    }
}
@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1;
    }
}
@-moz-keyframes cssload-loading-ani2 {
    100% {
        -moz-transform: translate(19px);
        opacity: 1;
    }
}
@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}
@-o-keyframes cssload-loading-ani3 {
    100% {
        -o-transform: translate(19px);
    }
}
@-ms-keyframes cssload-loading-ani3 {
    100% {
        -ms-transform: translate(19px);
    }
}
@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
    }
}
@-moz-keyframes cssload-loading-ani3 {
    100% {
        -moz-transform: translate(19px);
    }
}
/*
===================================
22 Footer Style
===================================
*/
footer {
    background-color: #141414;
    color: #ccc;
}
.top-footer {
    padding: 100px 0;
    max-width: 900px;
    text-align: center;
    margin: auto;
}
.top-footer .logo {
    margin-bottom: 30px;
}
.top-footer p {
    margin-bottom: 30px;
}
.bottom-footer {
    background-color: #000;
    padding: 30px 15px;
}
.bottom-footer p {
    margin-bottom: 0;
    text-align: center;
}
/*
===================================
23 Comming Soon
===================================
*/
.comming-soon-content {
    padding: 20px 0;
    z-index: 3;
    position: relative;
}
.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.special-style-fixed {
    position: fixed;
}
#coming-soon-timer {
    padding-top: 30px;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.comming-soon-style-1 {
    background-image: url(../img/all/comming-soon-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.special-section {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -280px;
}
.dark-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.comming-soon-content figure {
    margin: auto;
    float: none;
    width: auto;
    margin-bottom: 20px;
}
.comming-soon-content h2 {
    font-size: 30px;
	color:#fff;
}
.comming-soon-content h1 {
    font-size: 60px;
	color:#fff;
}
.comming-soon-content .search_bar button {
    top: 0px;
    right: 0px;
    height: 100%;
}
.search_bar {
    position: relative;
    width: 100%;
    float: left;
}
.search_bar .itg-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	outline:none;
}
.timer {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.timer ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px 0 0px 0;
}
.timer ul li span {
    font-size: 60px;
    display: block;
}
.timer ul li span.normal {
    font-size: 25px;
}
.after-border {
    position: relative;
}
.after-border:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

/*
===================================
24 Error Style
===================================
*/
.error-content {
    z-index: 3;
    position: fixed;
    width: 100%;
    top: 50%;
    margin-top: -240.5px;
	text-align:center;
}
.special-style-fixed {
    position: fixed;
}
.error-style-1 {
    background-image: url(../img/all/error-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity:1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index:1;
}
.special-section.error {
    position: fixed;
    right: 0;
	top:0;
	bottom:0;
	left:0;
}
.dark-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.error-content h1 {
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}
.error-content p {
    color: #fff;
    width:60%;
    margin: auto;
    display: table;
    margin-bottom: 30px;
}
.error-content figure {
    margin: auto;
    display: inline-block;
    margin-bottom: 10px;
	float:none;
	width:auto;
}
.error-content figure.error-img{
	max-width:400px;
	margin-bottom:30px;
}
.error-content .itg-button{
	margin-right:20px;
}
.error-content .itg-button:last-child{
	margin-right:0px;
}