/*------------------------------------------------------------------
[Table of contents]

1 Fonts
2 Body
3 Common Css
	3.1 Reset Style
	3.2 Form Inputs
	3.3 Button Style
	3.4 Search Bar
	3.5 Padding Style
	3.6 Margin Style
4 Social Icon / ul.social-icon
5 Header Style
	5.1 Top Header / .top-bar
	5.2 Navbar / a.navbar-brand
6 Banner & Slider / .banner-section
7 Theme Heading / .template-heading
8 Services Style / #services
9 About Us / .about-us-section
10 How Help / .help_section
11 Page Style 
	11.1 Owl nav Style / .carousel-style-1
	11.2 Preloader Style / .preloader
	11.3 Search Style / .serach-footer
12 Contact Form / #contact_us
13 Footer Style / footer
-------------------------------------------------------------------*/

/*---Boostrap CSS ---*/
@import url("bootstrap.min.css");

/*---Nav 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  ---*/
@import url("../plugin/font-awesome/css/font-awesome.min.css");


/*
=========================
1 Fonts
==========================
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*
==========================
2 Body
==========================
*/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #626161;
    line-height: 1.6em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
body.dark {
    background-color: #1B1B1B;
}
/*
==========================
3 Common Css
==========================
*/
/* 3.1 Reset Style */

img {
    max-width: 100%;
    float: left;
}
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;
    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;
    color: inherit;
}
p,
em {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #333333;
}
body.dark p,
body.dark em {
    color: #ccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
    color: #000;
    clear: both;
    text-transform: uppercase;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
    color: #fff;
}
figure {
    display: inline-block;
    width: 100%;
}
.s-font,
.template-heading h2,
.banner-title,
.facts h3 {
    font-family: 'Poppins', sans-serif;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
    display: inline-block;
}
.clear {
    clear: both;
}
.parallax-style {
    background-attachment: fixed;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.grey_bg {
    background-color: #eee;
}
body.dark .grey_bg {
    background-color: #131212;
}
.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;
    float: left;
    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;
}
section {
    position: relative;
    width: 100%;
    float: left;
}
/* 3.3 Button Style */

a.itg-button {
    font-size: 16px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1.2em;
    border: 0;
    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;
    border: 0;
    text-transform: uppercase;
    background-color: #333333;
    border: 1px solid #333333;
    font-family: 'Poppins', sans-serif;
}
.itg-button.active {
    color: #fff;
}
.itg-button:hover {
    color: #fff;
}
/* 3.4 Search Bar */

.search_bar {
    position: relative;
    width: 100%;
    float: left;
}
.search_bar .itg-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    outline: none;
}
/* 3.5 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.6 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 Social Icon
==========================
*/

ul.social-icon {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.social-icon li {
    display: inline-block;
    background: #fff;
    float: left;
    text-align: center;
    -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;
}
.social-icon li a {
    color: #333333;
    width: 50px;
    height: 50px;
    padding: 14px 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;
}
.social-icon li:hover a {
    color: #fff;
}
/*
==========================
5 Header Style
==========================
*/

#header {
    position: absolute;
    width: 100%;
    float: left;
    background-color: transparent;
    z-index: 50;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12156862745098039);
}
/* 5.1 Top Header */

.top-bar {
    padding: 10px 0;
    color: #333333;
}
.top-bar.theme-bg {
    color: #fff;
}
.top-bar.theme-bg a:hover {
    color: #fff;
}
.top-bar ul li {
    display: inline-block;
    margin: 0 10px;
	color:#fff;
}
.top-bar ul li:first-child {
    margin-left: 0;
}
.top-bar ul li:last-child {
    margin-right: 0;
}
.top-bar ul li a i {
    display: inline-block;
    margin: 0 8px 0 0;
}
.top-bar ul li a i:last-child {
    margin-right: 0;
}
.top-bar .right {
    text-align: right;
}
.top-bar .left {
    text-align: left;
}
/* 5.2 Navbar */

a.navbar-brand {
    padding: 27px 0;
}
.navbar-nav {
    padding-right: 36px;
}
.navbar-nav>li>a {
    padding: 30px 20px;
    font-family: 'Poppins', sans-serif;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
	text-transform: uppercase;
}
body.dark .navbar-default .navbar-nav>li>a {
    color: #fff;
}
.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: #fff;
}
.navbar-default {
    background-color: transparent;
}
.sticky-header .navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-brand>img.site_logo_two{
	display:none;
}
.sticky-header  {
    color: #000;
}
.sticky-header .site_logo_one{
	display: none;
}
.sticky-header .navbar-brand>img.site_logo_two{
	display:block;
}
.sticky-header a.serach-footer i {
	color:#000;
}
ul.nav.navbar-nav li a:after{
    border-bottom: 2px solid;
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
	opacity: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;
}
ul.nav.navbar-nav li a:hover:after{
	opacity:1;
}
/*
==========================
6 Slider
==========================
*/
.banner-section {
    float: left;
    width: 100%;
    position: relative;
}
.slider_overlay{
	position:relative;
	float:left;
	width:100%;
}
.slider_overlay:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity:0.8;
}
.slider_text{
	float: left;
    width: 100%;
    position: absolute;
	top:50%;
	margin-top:-66px;
}
.slide-content {
    width: 100%;
    color: #fff;
}
.slide-content h2 {
    color: #fff;
    font-weight: 600;
}
.slide-content h1 {
    font-size: 60px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: bold;
}
.slide-content a {
    background: #333333;
    border: #333333;
    color: #fff;
}
.slide-content .itg-button {
    margin-right: 15px;
}
.slide-content .itg-button:last-child {
    margin-right: 0;
}
.slide-content {
    width: 100%;
    color: #fff;
    position:relative;
    text-align: center;
}
.slide-statue figure {
    float: left;
}
.slide-statue {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 400px;
}
/*
===================================
7 Theme Heading
===================================
*/

.template-heading {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.template-heading h3 {
    position: relative;
    color: #000;
    font-weight: bold;
}
/*
===================================
8 Services Style
===================================
*/

.service-box {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 30px;
    background-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;
    background-size: cover;
    background-repeat: no-repeat;
}
body.dark .service-box:before {
    background-color: #1b1b1b;
}
.service-box:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.service-icon {
    width: 75px;
    height: 75px;
    background-color: #f2f2f2;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 35px;
    display: table;
    padding: 20px 0;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    -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;
}
.service-box h4 {
    line-height: 1em;
    font-weight: bold;
    position: relative;
	-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;
}
.service-box:hover h3 {
    color: #fff;
}
.service-content {
    position: relative;
}
.service-box p {
    margin-bottom: 0;
    color: #333333;
    padding-top: 15px;
}
.service-box:hover .service-icon {
    color: #fff;
}
/*
===================================
9 About Us
===================================
*/

.about-us-section {
    position: relative;
    width: 100%;
    float: left;
}
.about-content {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px 0 30px;
}
.about-list {
    width: 100%;
    float: left;
    position: relative;
}
.about-list li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.about-list li p {
    margin-bottom: 0px;
}
.about-list .about_box {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    padding: 13px 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;
}
body.dark .about-list .about_box {
    border: 1px solid #ccc;
    color: #ccc;
}
.about-list li:hover .about_box {
    color: #fff;
}
.about-list .about_box_content {
    display: inline-block;
    float: right;
    width: 70%;
}
.about_box_content h4 {
    font-size: 16px;
}

.about_box_content p{
	font-size:15px;
}
.about-slider .owl-prev{
	position: absolute;
    left: 0;
    top: 50%;
}
.about-slider .owl-next{
	position: absolute;
	right:0;
	top: 50%;
}

/*
===================================
10 How Help
===================================
*/
.help_section{
	float: left;
    width: 100%;
    position: relative;
	background:#333333;
}
.why_choose_us {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 0;
}

.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
    width: 100%;
    z-index: 0;
}
.special-style-full {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover;
    width: 50%;
    z-index: 0;
}
.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
}
.parallax-style {
    background-attachment: fixed;
}
.why_choose_section{
	position:relative;
}
.why_choose_us_img {
    float: left;
    width: 100%;
}
.why_choose_us ul {
    float: left;
    width: 100%;
}
.why_choose_us_img img {
    width: 100%;
}
.why_choose_us ul li {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.why_choose_us ul li:before {
    content: "";
    width: 4px;
    position: absolute;
    height: 83px;
}
.web_design {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 15px;
}
.why_choose_us ul li h4 {
    margin-bottom: 5px;
	color:#fff;
}
.why_choose_us ul li:last-child {
    margin-bottom: 0;
}
.why_choose_us p {
    margin-bottom: 0;
	color:#fff;
	
}
.why_choose_us h4 span {
    font-weight: 600;
    margin-right: 5px;
}

/*
===================================
17 Location Map
===================================
*/

.location_map {
    float: left;
    width: 100%;
    position: relative;
}
.mapael .map {
    position: relative;
}
.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0;
    padding: 3px 20px;
    z-index: 1000;
    display: none;
}
.location_image{
	width: 100%;
    float: left;
    position: relative;
}
.location_image figure img{
	width:100%;
}
path.area {
    -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;
}
.location_details {
    width: 100%;
    float: left;
    position: relative;
}
.location_details h3 {
    margin-bottom: 10px;
    font-size: 22px;
}
.location_details p {
    color: #333333;
    margin-bottom: 20px;
}

/*
=================================
11 Page Style
=================================
*/
/*====11.1 Owl nav Style===*/

.carousel-style-1 {
    position: relative;
}
.carousel-style-1 figure {
    margin-bottom: 1px;
}
.carousel-style-1.owl-theme .owl-nav .owl-prev {
    margin-left: -6%;
}
.carousel-style-1.owl-theme .owl-nav .owl-next {
    margin-right: -6%;
}
.owl-theme .owl-nav {
   /*  position: absolute; */
    bottom: 7px;
    margin-top: 0;
}
body.dark .owl-theme .owl-nav .owl-prev,
body.dark .owl-theme .owl-nav .owl-next {
    background-color: #131212;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    border-radius: 0;
    line-height: 40px;
    font-size: 30px;
    -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;
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    border: 0;
    text-align: center;
    padding: 3px 0;
    border-radius: 0;
    color: #000;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
    color: #fff;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    float: none;
    margin: 0;
    padding: 5px 0;
	margin-top:-25px;
}
.owl-dots {
    position: relative;
    width: 100%;
    padding-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0 6px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid;
}
/*
==========================
11.2 Preloader Style
==========================
*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}
.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
/*
==================
11.3 Search Style
==================
*/

.serach-footer {
    position: absolute;
    right: 0;
    margin: 27px 15px 27px 0;
}
a.serach-footer i {
    color: #fff;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.87);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:3;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
    border-radius: 5px;
    position: relative;
    transition: all 5s ease-in-out;
    top: 40%;
}
.search-section{
	float: left;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -84.5px;
}
.search-header {
	padding:15px;
    border-bottom: 1px solid #fff;
}
.search-header h4 {
  margin-top: 0;
  color: #fff;
}
.popup .close {
	position: absolute;
    top: 15px;
    right: 24px;
    font-size: 25px;
    opacity: 1;
	color:#fff;
}
.popup .content-search {
 padding: 35px 15px;
}
.search-wrap {
    background-color: #fff;
    background-image: none;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100% !important;
}
.search-btn:active,
.btn-default:active:hover,
.search-btn:hover, .search-btn:focus {
    background: #333333;
    color: #fff !important;
	outline:none;
}
.search-btn {
    background: #333333;
    width: 100%;
    border-radius: 0px 10px 10px 0px;
    color: #fff !important;
    height: 40px;
    border: 0px solid;
    font-weight: 600;
    font-size: 14px;
}
span.serach-bottom {
    left: 20px;
    position: absolute;
    top: 8px;
}
.top_search input {
    padding-left:45px;
}
.top_search input:focus{
	outline:none;
	border-color:#fff;
	box-shadow: none;
}
/*
==========================
20 Contact Form
==========================
*/
#contact_us{
	float: left;
    width: 100%;
    position: relative;
}
.template-form {
    float: left;
    width: 100%;
    position: relative;
	padding: 62px 0;
}
.contact_map{
	float: left;
    width: 100%;
    position: relative;
}
.contact_form{
	position: absolute;
    float: left;
    width: 50%;
}
.contact_form .container{
	width:74%;
}
.template-form h3{
	color: #000;
    font-weight: bold;
	margin-bottom:30px;
}
.template-form input,
.template-form textarea {
    margin-bottom: 30px;
}
body.dark .template-form input,
body.dark .template-form textarea {
    background-color: #131212;
    color: #fff;
}
.template-form input.itg-button,
body.dark .template-form input.itg-button {
    margin-bottom: 0px;
}
.template-form input.itg-button {
    border: none;
    padding: 15px 30px;
    text-transform: uppercase;
    outline: none;
}
.location-map {
    float: left;
    width: 100%;
    position: relative;
}
#gmap_canvas {
    overflow: hidden;
    height: 700px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*
===================================
21 Footer Style
===================================
*/

footer {
    float: left;
    width: 100%;
    position: relative;
}
.top-footer {
    background-color: #333333;
    float: left;
    width: 100%;
    position: relative;
    color: #333333;
}
footer:before {
    content: "";
    position: absolute;
    width: 41.5%;
    z-index: 1;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
	background:#202020;
}
.top-footer .widget {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}
.top-footer .widget .logo {
    float: left;
    margin-bottom: 30px;
}
.top-footer .widget p {
    color: #fff;
    line-height: 1.8em;
    margin-bottom: 0;
    clear: both;
}
.top-footer .widget .social-icon {
    text-align: left;
    margin-top: 30px;
}
ul.social-icon-footer {
    float: left;
    text-align: right;
    position: relative;
    margin-top: 30px;
    width: 100%;
}
ul.social-icon-footer li {
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 3px 0;
    margin-right: 10px;
    -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;
}
ul.social-icon-footer li:last-child {
    margin-right: 0;
}
ul.terms-condition{
	float:left;
	text-align:right;
	width:100%;
}
ul.terms-condition li:last-child{
	border-right:0;
	padding-right:0;
}
ul.terms-condition li{
    display: inline-block;
    color: #fff;
	text-transform:capitalize;
    border-right: 1px solid #fff;
    padding: 0 12px;
}
.terms-section{
	float:left;
	text-align:right;
	width:100%;
}