/* Zagreb Car Hire HTML Template */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style Two / Header Style Three
5. Main Slider
6. Services Section One / Services Section Two /
7. Single Item Carousel
8. Testimonial Carousel / Style Two /
9. News Section / News Block / News Block Two / News Block Three
10. Map Section
11. Footer / Footer Style Two
12. Submit Form
13. Cars Block /
14. Sponsers Carousel
15. App Section
16. Page Title
17. Car Block
18. Search Car Tyle Form
19. Video Box
20. Faq Section
21. Question Form Section
22. Error Section
23. MixitUp Gallery
24. Masonry Gallery
25. Blog Grid Section / Blog List Section
26. Categroies Widget
27. Search Widget
28. Contact Map
29. Contact Form

**********************************************/
/*@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900');*/
/*@import url('https://fonts.googleapis.com/css?family=Yanatravan:100,200,300,400,500,600,700,800,900');*/
/*font-family: 'Catamaran', sans-serif;*/
@import url('font-styles.css');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');

/***

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: 'open_sansregular',sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fa6f1c;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'open_sansregular',sans-serif;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}

input, button, select, textarea {
    font-family: 'open_sansregular',sans-serif;
}

p {
    position: relative;
    line-height: 1.8em;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.content-container {
    /*padding-left:80px;*/
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: scroll;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

/***

====================================================================
	Btn Style One
====================================================================

 ***/

.btn-style-one {
    position: relative;
    padding: 14px 43px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #ffffff !important;
    border: 2px solid #ff8201;
    font-size: 14px;
    font-weight: 800;
    border-radius: 50px;
    background-color: #312b67;
}

.btn-style-one:hover {
    background-color: #312b67;
    color: #ffffff !important;
    border-color:#ffffff;
    /*border-color: #3a287d;*/
}

/***

====================================================================
	Btn Style Two
====================================================================

 ***/

.btn-style-two {
    position: relative;
    padding: 14px 43px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    font-size: 14px;
    font-weight: 800;
    border-radius: 50px;
}

.btn-style-two:hover {
    color: #ffffff !important;
    border-color: #ff8201;
    background-color: #ff8201;
}

/***

====================================================================
	Btn Style Three
====================================================================

 ***/

.btn-style-three {
    position: relative;
    padding: 14px 43px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ff8201;
    border: 2px solid #ff8201;
    font-size: 14px;
    font-weight: 800;
    border-radius: 50px;
    background: none;
}

.btn-style-three:hover {
    color: #ffffff !important;
    border-color: #ff8201;
    background-color: #ff8201;
}

.theme-btn .icon-left {
    padding-right: 10px;
}

.theme-btn .icon-right {
    padding-left: 10px;
}

.theme_color {
    color: #ff8201;
}

.light-font {
    font-weight: 300;
}

.regular-font {
    font-weight: 400;
}

.semibold-font {
    font-weight: 600;
}

.bold-font {
    font-weight: 700;
}

.ex-bold-font {
    font-weight: 800;
}

.heavy-font {
    font-weight: 900;
}

.bg-lightgrey {
    background-color: #f7f7f7 !important;
}

.no-bg {
    background: none !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.GIF);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #fa6f1c;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #3a287d;
}

.main-header .header-top {
    position: relative;
    background: #231264;
    color: #ffffff;
    padding: 12px 0px;
}

.main-header.header-style-one .main-box .auto-container {
    max-width: 1280px;
}

.main-header.header-style-one .main-box .auto-container {
    max-width: 1280px;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .top-left ul li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding-left: 25px;
    margin-right: 40px;
    color: #ffffff;
}

.main-header .header-top .top-left ul li .icon {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 14px;
    line-height: 24px;
}

.main-header .header-top .top-left ul li a:hover {
    color: #fff;
}

.main-header .header-top .top-left ul li a {
    position: relative;
    color: #ffffff;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-top .top-left ul li a:hover {
    color: #fa6f1c;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .top-right ul li {
    position: relative;
    display: inline-block;
    margin-left: 50px;
}

.main-header .header-top .top-right ul li .icon {
    margin-right: 15px;
    position: relative;
    top: 1px;
}

.header-top .social-icon {
    position: relative;
}

.header-top .social-icon a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    line-height: 24px;
    font-size: 13px;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .social-icon a:hover {
    color: #ff8201;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    z-index: 1;
    margin-top: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .account .content-text{
    text-transform: uppercase;
    padding-right: 90px;
}


@media screen and (max-width: 450px) {
    .main-header .main-box .account .content-text{
        text-transform: uppercase;
        padding-left: 90px;
    }
}


@media only screen and (max-width: 450px) and (orientation: portrait) {
    .banner-top{
        margin-top:70px;
    }
    .partner-grid-on-xs{
        margin-top: 40px;
    }
}



.main-header .main-box .account .content-text span{
    color: #ffffff;
    font-size: 12px;
}

.main-header .main-box .account .content-text span a{
    color: #ffffff;
}

.header-style-one .main-box {
    height: 50px;
}

.main-header.fixed-header .main-box {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    margin-top: 0px !important;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px;
    z-index: 999;
    opacity: 1;
    height: auto;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header.fixed-header .main-box .outer-container {
    padding: 0px;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0px 50px;
    border-radius: 50px;
    background-color: #ffffff;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    padding: 10px 0px;
    z-index: 10;
}

.fixed-header .main-box .logo-box {
    padding: 5px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-toggler {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    display: none;
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    height: 40px;
    width: 44px;
    background: #fa6f1c;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #fa6f1c;
    border-radius: 2px;
    font-weight: normal;
}

.main-header .nav-outer {
    position: relative;
    float: right;
}

.main-menu {
    position: relative;
    font-family: 'open_sansregular',sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navbar-collapse {
    padding-top: 15px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    padding: 19px 0px;
    margin-left: 30px;
}

.fixed-header .main-menu .navigation > li {
    padding: 14px 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    /*padding: 16px 0;*/
    color: #777777;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
    opacity: 1;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-three .main-box .main-menu .navigation > li > a,
.header-style-three.fixed-header .main-box .main-menu .navigation > li > a {
    color: #ffffff;
}

.header-style-login .main-box .main-menu .navigation > li > a,
.header-style-login.fixed-header .main-box .main-menu .navigation > li > a {
    color: #ffffff;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
    color: #ff8201;
    opacity: 1;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 120%;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #ff8201;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #272727;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #ffffff;
    background: #fa6f1c;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #ff8201;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #272727;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #ffffff;
    background: #fa6f1c;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/icons/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.header-style-two .main-box {
    top: auto;
    margin-top: 0px;
    background-color: #ffffff;
}

.header-style-two .main-box .outer-container {
    padding: 0px;
}

/*Header Style Three*/

.header-style-three {
    position: absolute;
    background-color: #312b67;
}

.header-style-login {
    position: relative;
    background-color: #312b67;
}

.header-style-login .main-box {
    position: relative;
    top: auto;
    margin-top: 0px;
    background-color: #312b67;
}

.header-style-three .main-box {
    position: relative;
    top: auto;
    margin-top: 0px;
    background-color: #312b67;
}

.header-style-three.fixed-header .main-box {
    background-color: #312b67;
    border: 0px;
}

.header-style-login.fixed-header .main-box {
    background-color: #312b67;
    border: 0px;
}

.header-style-three .main-box .outer-container {
    padding: 0px;
    width: 100%;
    background: none;
}

.header-style-login .main-box .outer-container {
    padding: 0px;
    width: 100%;
    background: none;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
    position: fixed;
    top: 0;
    width: 305px;
    height: 100%;
    z-index: 999;
    background: #272727;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.hidden-bar.right-align {
    right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
    right: 0px;
}

.hidden-bar.right-align .hidden-bar-closer {
    left: 0px;
}

.hidden-bar.left-align {
    left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
    left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
    right: -20px;
}

.hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.80);
    color: #272727;
    border-radius: 2px;
    text-align: center;
    line-height: 38px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
    background: #fa6f1c;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;
}

.hidden-bar .social-icons {
    text-align: center;
    margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.hidden-bar .social-icons ul li {
    display: inline-block;
    padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: #fa6f1c;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
    background: #ffffff;
    color: #fa6f1c;
}

.hidden-bar-wrapper {
    height: 100%;
}

.hidden-bar .logo {
    padding: 30px 0px;
    background: #272727;
}

.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%;
}

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
}

.hidden-bar .side-menu ul li ul a {
    background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
    background: transparent;
}

.hidden-bar .side-menu a.current {
    color: #fff;
}

.hidden-bar .side-menu li.current > a {
    color: #fff;
}

.hidden-bar .side-menu ul li a {
    background: transparent;
    color: #ffffff;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding: 10px 15px 10px 20px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
    background: none;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.80);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0px;
    position: absolute;
    top: 6px;
    right: 20px;
    outline: none;
}

/***

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.40) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
    content: '\f178';
}

.fancybox-prev span:before {
    content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}

/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
}

/*.main-slider .tp-dottedoverlay{
    background-color:rgba(0,0,0,0.70);
}*/

.main-slider .tp-caption {
    z-index: 5 !important;
}

.main-slider .text {
    position: relative;
    font-weight: 400;
    line-height: 1.4em;
    color: #ffffff;
    font-size: 16px;
    z-index: 9;
}

.main-slider h2 {
    position: relative;
    font-size: 44px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.3em;
    letter-spacing: 1px;
    z-index: 9;
    text-transform: uppercase;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two {
    border-width: 2px !important;
}

.main-slider .tp-bullets.preview3 .bullet {
    background: none !important;
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    margin: 0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
    /*background: #ff8201 !important;*/
    background: #3a287d !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
    background: none !important;
    width: 54px !important;
    overflow: hidden;
    margin-top: 0px !important;
    height: 54px !important;
}

.main-slider .tparrows.preview3::after {
    top: 0px;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 22px;
    height: 54px !important;
    line-height: 48px;
    width: 50px !important;
    border: 2px solid #ffffff;
    padding: 0px;
    border-radius: 2px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: '\f104';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: '\f105';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
    /*background:#fa6f1c; border-color:#fa6f1c;*/
    background: #3a287d;
    border-color: #3a287d;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.main-slider .tp-bannertimer {
    display: none !important;
}

/*.main-slider .overlay-color{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:99;
	background-color:rgba(0,0,0,0.70);
}*/

.main-slider .overlay-none .tp-dottedoverlay {
    background-color: inherit !important;
}

.main-slider .overlay-color .tp-dottedoverlay {
    background-color: rgba(0, 0, 0, 0.70) !important;
}
/*** ================================= MAIN SLIDER MEDIA QUERY ============================================*/


/***

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 30px;
}

.sec-title .inner-title-box {
    position: relative;
}

.sec-title .inner-title-box h2 {
    font-size: 24px;
    font-weight: 800;
    color: #303030;
    text-transform: uppercase;
    line-height: 1.4em;
}

.sec-title .inner-title-box hr {
    border-bottom: 2px solid #ff8201;
    width: 200px;
    margin-top: 3px;
    margin-bottom: 3px
}

.sec-title .inner-title-box h2 span {
    color: #cccccc;
}

.sec-title .rotate-title {
    position: absolute;
    left: -60px;
    top: 0px;
    line-height: 1em;
    color: #f1f1f1;
    font-size: 24px;
    padding-right: 10px;
    font-weight: 900;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sec-title .rotate-title:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    width: 1px;
    height: 40px;
    background-color: #ff8201;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/***

====================================================================
	About Section
====================================================================

***/

.about-section {
    position: relative;
    background-position: right top;
    background-repeat: no-repeat;
}

.about-section .content-column {
    position: relative;
    max-width: 520px;
    padding: 150px 0px 150px;
}

.about-section .content-column .inner-box {
    position: relative;
}

.about-section .content-column .inner-box .text {
    position: relative;
}

.about-section .content-column .inner-box .text p {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.about-section .content-column .inner-box .book-btn {
    position: relative;
}

/***

====================================================================
	Services Section One
====================================================================

***/

.services-section-one {
    position: relative;
    z-index: 2;
    padding: 40px 0 40px;
    background-color: #fafafa;
}

.services-section-one.style-two {
    background-color: #ffffff;
}

.services-section-one .sec-title {
    margin-bottom: 40px;
}

.services-block {
    position: relative;
    margin-bottom: 40px;
    padding: 0px 30px;
}

.services-block .inner-box {
    position: relative;
    text-align: center;
}

.services-block .inner-box .icon-box {
    position: relative;
    width: 116px;
    height: 116px;
    margin: 0 auto;
    color: #6d6e70;
    font-size: 40px;
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    margin-bottom: 22px;
    border: 1px dashed #afafaf;
}

.services-block .inner-box .upper-box {
    position: relative;
    display: inline-block;
}

.services-block .inner-box .upper-box .number {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-weight: 600;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 130, 1, 0.90);
}

.services-block .inner-box .lower-box {
    position: relative;
}

.services-block .inner-box .lower-box h3 {
    position: relative;
    line-height: 1em;
    padding-bottom: 14px;
}

.services-block .inner-box .lower-box h3 a {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-box h3 a:hover {
    color: #ff8201;
}

.services-block .inner-box .lower-box h3:after {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 30px;
    height: 2px;
    left: 50%;
    margin-left: -15px;
    background-color: #ff8e19;
}

.services-block .inner-box .lower-box .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 24px;
}

/***

====================================================================
	Cars Section
====================================================================

***/

.cars-section {
    position: relative;
}

.cars-section .content-column {
    position: relative;
    padding: 140px 85px 150px 15px;
}

.cars-section .content-column .inner-box {
    position: relative;
}

.cars-section .content-column .inner-box .dark-text {
    position: relative;
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}

.cars-section .content-column .inner-box .text {
    color: #777777;
    font-size: 14px;
    margin-bottom: 35px;
}

.cars-section .carousel-column {
    position: relative;
    padding: 200px 0px 100px;
}

.cars-section .carousel-column .single-item-carousel:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 76px;
    bottom: 90%;
    background-color: #ff8201;
}

.cars-section .carousel-column .single-item-carousel:after {
    position: absolute;
    content: '';
    left: 72px;
    bottom: 90%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ff8201;
}

.cars-section .carousel-column h2 {
    position: relative;
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    padding-left: 98px;
    text-transform: uppercase;
}

.cars-section .carousel-column .car-item {
    position: relative;
    padding-top: 50px;
}

.cars-section .owl-controls {
    margin: 0px !important;
}

.cars-section .owl-controls .owl-dots {
    display: none !important;
}

.cars-section .owl-controls .owl-nav {
    margin: 0px !important;
    position: absolute;
    left: 0px;
    top: -32px;
}

.cars-section .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 20px;
    padding: 0px;
    color: #cccccc;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    border-radius: 0px;
    background: none !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.cars-section .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #404040;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 110px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.testimonial-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.90);
}

.testimonial-section .sec-title .inner-title-box h2 {
    color: #ffffff;
}

.testimonial-section .sec-title .inner-title-box .rotate-title {
    color: #4f4f4f;
}

.testimonial-block {
    position: relative;
    max-width: 900px;
}

.testimonial-block .inner-box {
    position: relative;
    padding-left: 130px;
}

.testimonial-block .inner-box .quote-icon {
    position: absolute;
    left: 0px;
    top: 25px;
    color: #2d2927;
    font-size: 50px;
    line-height: 1em;
}

.testimonial-block .inner-box .text {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}

.testimonial-block .inner-box .author-info {
    position: relative;
    padding-left: 85px;
    padding-top: 10px;
    margin-top: 30px;
    min-height: 68px;
}

.testimonial-block .inner-box .author-info .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.testimonial-block .inner-box .author-info .image img {
    border-radius: 50%;
}

.testimonial-block .inner-box .author-info h3 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.testimonial-block .inner-box .author-info .designation {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-block .inner-box .carousel-number {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}

.testimonial-block .inner-box .carousel-number span {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-section .owl-controls {
    margin-top: 50px;
}

.testimonial-section .owl-controls .owl-nav {
    display: none !important;
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;
}

.testimonial-section .owl-dots .owl-dot span {
    margin: 0px 5px;
    width: 30px;
    height: 2px;
    border-radius: 0px;
    border: 1px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
}

.testimonial-section .owl-dots .owl-dot:hover span,
.testimonial-section .owl-dots .owl-dot.active span {
    border: 1px;
    background: #ff8201;
    border-color: #ff8201;
}

.testimonial-section .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: 5px;
    top: -4px;
    width: 20px;
    height: 2px;
    opacity: 0;
    background-color: #ff8201;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot:hover::before,
.testimonial-section .owl-dots .owl-dot.active::before {
    opacity: 1;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 145px 0px 145px;
}

.news-block {
    position: relative;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image-column {
    position: relative;
}

.news-block .inner-box .image-column .image {
    position: relative;
    padding-left: 1px;
}

.news-block .inner-box .image-column img {
    position: relative;
    width: 100%;
}

.news-block .inner-box .content-column {
    position: relative;
}

.news-block .inner-box .content-column .inner {
    position: relative;
    padding: 115px 0px 100px;
}

.news-block .inner-box .content-column .inner .posted {
    position: relative;
    font-size: 14px;
    color: #777777;
    margin-bottom: 4px;
}

.news-block .inner-box .content-column .inner .posted:before {
    position: absolute;
    content: '';
    right: 102%;
    top: 10px;
    width: 60px;
    height: 1px;
    background-color: #ff8201;
}

.news-block .inner-box .content-column .inner h3 {
    position: relative;
    line-height: 1em;
}

.news-block .inner-box .content-column .inner h3 a {
    position: relative;
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .content-column .inner h3 a:hover {
    color: #ff8201;
}

.news-block .inner-box .content-column .inner .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-top: 30px;
}

.news-block .inner-box .content-column .inner .view-more {
    position: relative;
    font-size: 13px;
    font-weight: 800;
    color: #ff8201;
    float: right;
    margin-top: 40px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .content-column .inner .view-more:hover {
    color: #232323;
}

.news-section .owl-controls {
    margin: 0px !important;
}

.news-section .owl-controls .owl-dots {
    display: none !important;
}

.news-section .owl-controls .owl-nav {
    margin: 0px !important;
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: 'open_sansregular',sans-serif;
}

.news-section .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 6px;
    padding: 3px 20px;
    border: 1px solid transparent;
    color: #cccccc;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    background: none !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'open_sansregular',sans-serif;
}

.news-section .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #1c1c1c;
    border-color: #888888;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    width: 100%;
    bottom: 0;
}


.map-section {
    position: relative;
}


.main-footer .footer-bottom {
    padding: 10px 0;
    background-color: #d6d2d1;
    font-weight: bold;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 14px;
    color: #303030;
    margin-top: 5px;
    line-height: 10px;

}

.main-footer .footer-bottom .footer-nav {
    position: relative;
}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    margin-right: 28px;
    display: inline-block;
}

.main-footer .footer-bottom .footer-nav li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 10px;
    color: #303030;
}

.main-footer .footer-bottom .footer-nav li a:hover {
    color: #ffffff;
}

/*Footer Style Two*/

.footer-style-two {
    position: relative;
    background-color: #232323;
}

.footer-style-two .footer-widget {
    margin-bottom: 30px;
}

.footer-style-two .footer-widget .logo-box {
    margin-top: -15px;
}

.footer-style-two .footer-widget .text {
    position: relative;
    color: #aaaaaa;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.footer-style-two .footer-upper {
    position: relative;
    padding: 80px 0px 50px;
    background: url(../images/resource/footer-botom-layer.png) right bottom no-repeat;
}

.list-style {
    position: relative;
}

.list-style li {
    position: relative;
    padding-left: 55px;
    min-height: 35px;
    color: #aaaaaa;
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 7px;
    /*line-height: 35px;*/
}

.list-style li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    color: #e8e8e8;
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border: 1px solid #777777;
}

.footer-style-two .footer-column h2 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 13px;
    color: #ffffff;
}

.footer-style-two .footer-column h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 38px;
    border-bottom: 1px solid #ff8201;
}

.footer-style-two .posts-widget .post {
    position: relative;
    min-height: 68px;
    padding-left: 100px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.footer-style-two .posts-widget .post:last-child {
    border: none;
    padding-bottom: 0px;
}

.footer-style-two .posts-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 68px;
    height: 68px;
}

.footer-style-two .posts-widget .post .post-thumb .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(252, 114, 30, 0.70);
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-style-two .posts-widget .post:hover .post-thumb .overlay-link {
    opacity: 1;
}

.footer-style-two .posts-widget .post .post-thumb .overlay-link span {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    font-size: 16px;
}

.footer-style-two .posts-widget .post .post-thumb img {
    display: block;
    width: 100%;
}

.footer-style-two .posts-widget .post .desc-text {
    position: relative;
    font-size: 14px;
    margin-top: -3px;
    color: #ffffff;
    line-height: 1.8em;
    margin-bottom: 0px;
}

.footer-style-two .posts-widget .post .desc-text a {
    color: #ffffff;
}

.footer-style-two .posts-widget .post .time {
    color: #9e9e9e;
    line-height: 24px;
    font-style: italic;
}

.footer-style-two .gallery-widget {
    position: relative;
}

.footer-style-two .gallery-widget .image {
    position: relative;
    float: left;
    width: 25%;
    padding: 0px 10px 8px 0px;
}

.footer-style-two .gallery-widget .image img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.footer-style-two .gallery-widget .image img:hover {
    opacity: 0.70;
}

.booking-form {
    position: relative;
    margin-top: -145px;
    z-index: 99;
}

.booking-form .booking-form-inner {
    position: relative;
    padding: 35px 35px 10px;
    background-color: #fafafa;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

/*Default Form*/

.default-form {
    position: relative;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.default-form .form-group.no-margin {
    margin-bottom: 0px;
}

.default-form .form-group .group-inner {
    position: relative;
}

.default-form .form-group .group-inner .field-label {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 22px;
}

.default-form .form-group .group-inner .input-label {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 52px;
    display: inline-block;
}

.default-form .form-group .group-inner input,
.default-form .form-group .group-inner select {
    position: relative;
    height: 52px;
    width: 100%;
    line-height: 32px;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.default-form .form-group .group-inner .ui-selectmenu-button {
    position: relative;
    height: 52px;
    width: 100%;
    line-height: 32px;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    background: #ffffff url(../images/icons/select-arrow.png) right top no-repeat;
}

.default-form .form-group .group-inner .ui-selectmenu-button .ui-icon {
    background-image: none !important;
}

.default-form .form-group .group-inner input:focus,
.default-form .form-group .group-inner select:focus,
.default-form .form-group .group-inner textarea:focus {
    border-color: #ff8201;
}

.default-form .form-group .group-inner .number-of-people {
    position: relative;
    width: 80px;
    height: 52px;
    float: right;
    background-color: #ffffff;
}

.default-form .form-group .group-inner select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    background: #ffffff url(../images/icons/select-arrow.png) right top no-repeat;

}

.default-form .form-group .group-inner textarea {
    position: relative;
    padding: 10px 20px;
    height: 120px;
    width: 100%;
    resize: none;
    border-radius: 1px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.default-form .form-group .group-inner button {
    margin-top: 10px;
}

.default-form .form-group .select-box {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    margin-top: 14px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.default-form .form-group .select-box:last-child {
    margin-right: 0px;
}

.default-form .form-group .select-box label {
    position: relative;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0px;
    padding-left: 30px;
    line-height: 29px;
}

.default-form .form-group .select-box input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    visibility: hidden;
    border-radius: 50%;
    background-color: #ffffff;
}

.default-form .form-group .select-box .default-check {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.default-form .form-group .select-box .check-icon {
    position: absolute;
    content: '\f00c';
    left: 0px;
    top: 4px;
    width: 22px;
    height: 22px;
    color: #ff8201;
    z-index: 99;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    opacity: 0;
    font-family: 'FontAwesome';
}

.default-form .form-group .select-box input[type="radio"]:checked + label .check-icon {
    opacity: 1;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: #ff0000 !important;
}

.default-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.default-form .lower-form-box {
    position: relative;
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
}

.default-form.style-two .widget-content {
    position: relative;
    padding: 30px 30px 15px;
}

/***

====================================================================
	Cars Select Section
====================================================================

***/

.cars-select-section {
    position: relative;
    padding: 130px 0px 140px;
}

.cars-select-section.style-two {
    position: relative;
    background-color: #fafafa;
}

.car-block {
    position: relative;
}

.car-block .inner-box {
    position: relative;
}

.car-block .inner-box h3 {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.car-block .inner-box .lower-box {
    position: relative;
}

.car-block .inner-box .lower-box .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.car-block .inner-box .lower-box .arrow .icon {
    position: relative;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background-color: #232323;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.car-block .inner-box .lower-box .arrow:hover .icon {
    background-color: #ff8201;
}

.car-block .inner-box .lower-box .arrow .text {
    position: relative;
    color: #ff8201;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.car-block .inner-box .lower-box .arrow:hover .text {
    opacity: 1;
}

.cars-select-section .owl-controls {
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    top: 0;
}

.cars-select-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #cfcfcf;
    font-size: 20px;
    height: 45px;
    line-height: 42px;
    padding: 0;
    position: relative;
    transition: all 500ms ease 0s;
    width: 45px;
    border: 1px solid #cfcfcf;
    border-radius: 0px;
    background: transparent;
}

.cars-select-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #ffffff;
    border-color: #7f7f7f;
    color: #7f7f7f;
}

.cars-select-section .owl-dots {
    display: none !important;
}

/***

====================================================================
	Default Testimonials
====================================================================

***/

.default-testimonials {
    position: relative;
    padding: 140px 0px 85px;
}

.default-testimonials .client-tesimonial {
    position: relative;
    margin-bottom: 60px;
}

.default-testimonials .client-tesimonial h2 {
    position: relative;
    color: #000000;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.testimonial-block-two {
    position: relative;
    max-width: 900px;
}

.testimonial-block-two .inner-box {
    position: relative;
}

.testimonial-block-two .inner-box .quote-icon {
    position: absolute;
    left: 25px;
    top: 30px;
    color: #ededed;
    font-size: 36px;
    line-height: 1em;
    z-index: 1;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    background-color: #fafafa;
    padding: 30px 30px 30px 90px;
}

.testimonial-block-two .inner-box .author-info {
    position: relative;
    padding-left: 85px;
    padding-top: 10px;
    margin-top: 30px;
    min-height: 68px;
    margin-left: 25px;
}

.testimonial-block-two .inner-box .author-info .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.testimonial-block-two .inner-box .text:before {
    position: absolute;
    left: 45px;
    top: 68%;
    content: '';
    width: 1px;
    height: 75%;
    z-index: 1;
    background-color: #ff8201;
}

.testimonial-block-two .inner-box .text:after {
    position: absolute;
    left: 41px;
    top: 140%;
    content: '';
    width: 10px;
    height: 10px;
    z-index: 1;
    border-radius: 50%;
    background-color: #ff8201;
}

.testimonial-block-two .inner-box .author-info .image img {
    border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info h3 {
    position: relative;
    color: #232323;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.testimonial-block-two .inner-box .author-info .designation {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-block-two .inner-box .carousel-number {
    position: absolute;
    right: 0px;
    bottom: 15px;
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}

.testimonial-block-two .inner-box .carousel-number span {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

.client-tesimonial .owl-controls {
    display: none !important;
}

/***

====================================================================
	News Testimonial Column
====================================================================

***/

.default-testimonials .news-testimonial-column {
    position: relative;
    margin-bottom: 60px;
}

.default-testimonials .news-testimonial-column h2 {
    position: relative;
    color: #000000;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 34px;
    text-transform: uppercase;
}

/*News Block Two*/

.news-block-two {
    position: relative;
}

.news-block-two .inner-box {
    position: relative;
}

.news-block-two .inner-box .image-column {
    position: relative;
    margin-bottom: 20px;
}

.news-block-two .inner-box .image-column img {
    position: relative;
    width: 100%;
}

.news-block-two .inner-box .content-column {
    position: relative;
}

.news-block-two .inner-box .content-column .inner {
    position: relative;
    padding: 0px 0px 0px;
}

.news-block-two .inner-box .content-column .inner .posted {
    position: relative;
    font-size: 14px;
    color: #777777;
    margin-bottom: 4px;
}

.news-block-two .inner-box .content-column .inner h3 {
    position: relative;
    line-height: 1em;
}

.news-block-two .inner-box .content-column .inner h3 a {
    position: relative;
    color: #232323;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .content-column .inner h3 a:hover {
    color: #ff8201;
}

.news-block-two .inner-box .content-column .inner .text {
    position: relative;
    color: #777777;
    font-size: 13px;
    margin-top: 15px;
}

.news-block-two .inner-box .content-column .inner .view-more {
    position: relative;
    font-size: 13px;
    font-weight: 800;
    color: #ff8201;
    float: right;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .content-column .inner .view-more:hover {
    color: #232323;
}

.news-testimonial-column .owl-controls {
    padding: 0px 0px 0px;
    position: relative;
    text-align: center;
    top: 0;
}

.news-testimonial-column .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 6px;
    padding: 1px 20px;
    border: 1px solid transparent;
    color: #cccccc;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    background: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'open_sansregular',sans-serif;
}

.news-testimonial-column .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #ffffff !important;
    border-color: #7f7f7f;
    color: #7f7f7f !important;
}

.news-testimonial-column .owl-dots {
    display: none !important;
}

/***

====================================================================
	Sponsors Style One
====================================================================

***/

.sponsors-style-one {
    position: relative;
    padding: 85px 0px;
    background: #fafafa;
    text-align: center;
}

.sponsors-style-one .owl-controls {
    display: none !important;
}

.sponsors-style-one .sponsors-outer .slide-item .image-box img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    opacity: 0.80;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.sponsors-style-one .sponsors-slider img:hover {
    opacity: 1;
}

/***

====================================================================
	App Section
====================================================================

***/

.app-section {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f0f0;
    overflow: hidden;
    z-index: 2;
}

.app-section .content-column {
    position: relative;
    padding: 100px 25px 100px;
}

.app-section .content-column .inner-box {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    /*justify-content: center;*/
}

.app-section .content-column .inner-box h2 {
    position: relative;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    color: #303030;
}

.app-section .content-column .inner-box h2 span {
    color: #ff8201;
}

.app-section .content-column .inner-box .text p {
    font-weight: 500;
    color: #303030;
    font-size: 17px;
}

.app-section .content-column .inner-box .dark-text {
    position: relative;
    color: #232323;
    font-size: 14px;
    margin-top: 6px;
}

.app-section .content-column .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.app-section .content-column .inner-box .app-btn {
    position: relative;
    padding: 15px 30px 15px 90px;
    border-radius: 10px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #312b67;
    /*background-color: #151516;*/
    border: 2px solid #d5d5e2;
    margin-right: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.app-section .content-column .inner-box a.app-btn {
    color: #ffffff;
    width: 250px;
}

.app-section .content-column .inner-box .app-btn .icon {
    position: absolute;
    left: 30px;
    top: 25px;
    font-size: 42px;
    color: #ffffff;
}

.app-section .content-column .inner-box .app-btn .app-name {
    position: relative;
    font-weight: 900;
    font-size: 22px;
}

.app-section .content-column .inner-box .app-btn:hover {
    background: none;
    /*background-color: #ff8201;*/
    border-color: #ffffff;
    color: #151516
}

.app-section .content-column .inner-box .app-btn:hover .icon {
    color: #151516;
}

.app-section .image-column {
    position: relative;
    text-align: center;
    padding-top: 130px;
}

.app-section .image-column .image img {
    max-width: 100%;
    display: inline-block;
}

/**======================== App Section Media Query =============================================== */

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 700px) {

    .app-section .content-column .inner-box {
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/**======================== End App Section Media Query =============================================== */

/***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 140px 0px 100px;
    overflow: hidden;
}

.services-section-two .sec-title {
    margin-bottom: 45px;
}

.services-section-two .right-image {
    position: absolute;
    bottom: -50px;
    left: 100%;
}

.services-section-two .right-image img {
    max-width: none;
}

.services-section-two .services-inner-content {
    position: relative;
    max-width: 830px;
}

.services-block-two {
    position: relative;
    margin-bottom: 65px;
    z-index: 1;
}

.services-block-two .inner-box {
    position: relative;
    padding-left: 110px;
}

.services-block-two .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -46px;
    width: 92px;
    height: 92px;
    color: #6d6e70;
    font-size: 34px;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 25px;
    background-color: #f9f9f9;
    border: 5px solid transparent;
}

.services-block-two .inner-box .icon-box .icon-inner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    top: 1px;
}

.services-block-two .inner-box .icon-box .icon-inner {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-two .inner-box h3 {
    position: relative;
    line-height: 1em;
}

.services-block-two .inner-box h3 a {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-two .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}

.services-block-two .inner-box:hover h3 a {
    color: #ff8201;
}

.services-block-two .inner-box:hover .icon-box {
    background-color: rgba(255, 130, 1, 0.30);
}

.services-block-two .inner-box:hover .icon-box .icon-inner {
    background-color: #ff8201;
    color: #ffffff;
}

/***

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
    position: relative;
    padding: 150px 0px 90px;
}

.news-block-three {
    position: relative;
    margin-bottom: 60px;
}

.news-block-three .inner-box {
    position: relative;
    border: 1px solid #e5e5e5;
}

.news-block-three .inner-box .image-box {
    position: relative;
}

.news-block-three .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block-three .inner-box .lower-box {
    position: relative;
    padding: 25px 38px;
}

.news-block-three .inner-box .lower-box .posted {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 10px;
}

.news-block-three .inner-box .lower-box .posted span {
    color: #ff8201;
}

.news-block-three .inner-box .lower-box h3 {
    position: relative;
    line-height: 1.2em;
    padding-bottom: 22px;
    font-weight: 700;
    font-size: 18px;
    color: #232323;
    border-bottom: 1px solid #dddddd;
}

.news-block-three .inner-box .lower-box h3 a {
    position: relative;
    color: #232323;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-three .inner-box .lower-box h3 a:hover {
    color: #ff8201;
}

.news-block-three .inner-box .lower-box .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 28px;
}

.news-block-three .inner-box .lower-box .view-more {
    position: relative;
    font-size: 13px;
    color: #ff8201;
    font-weight: 800;
    float: right;
    margin-top: 30px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-three .inner-box .lower-box .view-more:hover {
    color: #232323;
}

.news-block-three.style-two .inner-box {
    border: 0px;
}

.news-block-three.style-two .inner-box .lower-box {
    padding: 25px 0px 0px;
}

.news-block-three.style-two .inner-box .lower-box .text blockquote {
    position: relative;
    padding: 48px 70px;
    border: 0px;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    line-height: 26px;
    background: #fafafa url(../images/icons/curve.jpg) right bottom no-repeat;
}

.news-block-three.style-two .inner-box .lower-box .text blockquote:before {
    content: "\f150";
    position: absolute;
    left: 28px;
    top: 50%;
    font-size: 28px;
    width: 20px;
    line-height: 24px;
    color: #ededed;
    font-family: "Flaticon";
    margin-top: -15px;
}

/*Post Share Options*/

.news-block-three .post-share-options {
    position: relative;
    margin-top: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd;
}

.news-block-three .post-share-options h5 {
    font-size: 14px;
    color: #232323;
    font-weight: 400;
    padding: 3px 0px;
}

.news-block-three .post-share-options .social-links {
    position: relative;
}

.news-block-three .post-share-options .social-links a {
    position: relative;
    color: #777777;
    margin: 2px 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-three .post-share-options .social-links a:hover {
    color: #ff8201;
}

.news-section-two .owl-controls {
    margin: 0 !important;
}

.news-section-two .owl-controls .owl-dots {
    display: none !important;
}

.news-section-two .owl-controls .owl-nav {
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: -60px;
}

.news-section-two .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 6px;
    padding: 2px 20px;
    border: 1px solid transparent;
    color: #cccccc;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    background: none !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'open_sansregular',sans-serif;
}

.news-section-two .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #1c1c1c;
    border-color: #888888;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/
.sidebar-page-container-home {
    padding: 30px 0 0 0 !important;
}

.sidebar-page-container .comments-area {
    position: relative;
    padding-bottom: 35px;
    margin-top: -15px;
    margin-bottom: 45px;
    border-bottom: 1px solid #dddddd;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .group-title h2 {
    font-size: 16px;
    color: #232323;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 5px;
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    padding: 0px 0px 0px 112px;
    font-size: 14px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
    padding-bottom: 22px;
    padding: 25px 30px 15px;
    background-color: #fafafa;
}

.sidebar-page-container .comment-inner .comment-info .comment-reply {
    position: absolute;
    right: 30px;
    color: #8e8e8e;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comment-inner .comment-info .comment-reply:hover {
    color: #ff8201;
}

.sidebar-page-container .comments-area .reply-comment {
    padding-left: 110px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    border-radius: 50%;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 25px;
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    margin-right: 30px;
    display: inline-block;
    text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #777777;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.6em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 14px;
    color: #ff8201;
    display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group .field-label {
    position: relative;
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
    color: #3e5773;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    color: #aaaaaa;
    border: 1px solid #dddddd;
    height: 48px;
    font-size: 15px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #ff8201;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 20px;
    color: #222222;
    border: 1px solid #dddddd;
    height: 170px;
    background: #ffffff;
    resize: none;
    font-size: 14px;
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

====================================================================
	Tabs Box / Tabs Syle One
====================================================================

***/

.select-car-tabs {
    position: relative;
}

.select-car-tabs .tab-buttons,
.select-car-tabs .tabs-content {
    position: relative;
}

.select-car-tabs .tab-buttons {
    position: relative;
    z-index: 1;
    top: -60px;
    text-align: right;
}

.select-car-tabs .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    line-height: 18px;
    padding: 8px 14px 6px 14px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #cccccc;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.select-car-tabs .tab-buttons .tab-btn.active-btn,
.select-car-tabs .tab-buttons .tab-btn:hover {
    color: #777777;
    border-color: #777777;
}

.select-car-tabs .tabs-content .tab {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100%;
}

.select-car-tabs .tabs-content .tab.active-tab {
    visibility: visible;
    opacity: 1;
    position: relative;
}

/***

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
    position: relative;
    padding-top: 130px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.60);
}

.page-title .auto-container {
    position: relative;
    z-index: 1;
}

.page-title h1 {
    position: relative;
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    padding-bottom: 60px;
    line-height: 1.4em;
    text-transform: uppercase;
}

.page-title h1:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 10px;
    width: 1px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.30);
}

.page-title .bread-crumb-outer {
    position: relative;
    display: inline-block;
    padding: 13px 50px;
    top: 8px;
    background-color: rgba(255, 255, 255, 0.15);
}

.page-title .bread-crumb-outer .bread-crumb li {
    position: relative;
    float: left;
    margin-right: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child {
    margin-right: 0px;
}

.page-title .bread-crumb-outer .bread-crumb li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: -22px;
    width: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after {
    display: none;
}

.page-title .bread-crumb-outer .bread-crumb li a {
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.page-title .bread-crumb-outer .bread-crumb li a:hover {
    color: #fa6f1c;
}

.page-title .bread-crumb-outer .bread-crumb li.active {
    color: #ff8201;
}

/***

====================================================================
	Experiance Section
====================================================================

***/

.experiance-section {
    position: relative;
    padding: 50px 0 100px;
}

.experiance-section .content-column {
    position: relative;
    padding-bottom: 200px;
    padding-right: 60px;
    margin-bottom: 50px;
    background: url(../images/resource/car-layer.png) center bottom no-repeat;
}

.experiance-section .content-column h3 {
    position: relative;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.experiance-section .content-column h3 a {
    position: relative;
    font-size: 24px;
    color: #000000;
    font-weight: 900;
}

.experiance-section .content-column .text {
    position: relative;
}

.experiance-section .content-column p {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-bottom: 25px;
}
.experiance-section .content-column .inner-box li {
    list-style: circle;
    color: #777777;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left : 25px
}

.experiance-section .content-column .read-more {
    position: relative;
    color: #ff8201;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.experiance-section .form-column {
    position: relative;
}

.experiance-section .form-column .inner-box {
    position: relative;
    padding: 45px 30px;
    background-color: #fafafa;
}

.experiance-section .default-form .form-group .group-inner .field-label {
    margin-bottom: 10px;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 150px 0px 110px;
}

.sidebar-page-container .content-side {
    margin-bottom: 30px;
}

.sidebar-page-container .cars-info-section {
    position: relative;
}

.cars-info-section .items-sorting {
    position: relative;
    margin-bottom: 50px;
    padding: 10px 20px 0px;
    background-color: #f8f8f8;
}

.cars-info-section .items-sorting .results-column h4 {
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    line-height: 24px;
    padding: 10px 0px;
}

.cars-info-section .items-sorting .form-group {
    margin-bottom: 10px;
    max-width: 232px;
    width: 100%;
    float: right;
}

.cars-info-section .items-sorting select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 15px 9px;
    height: 44px;
    font-size: 14px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #ffffff url(../images/icons/select-arrow.png) right center no-repeat;
    color: #999999;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cars-info-section .items-sorting select option {
    text-indent: 15px;
}

.cars-info-section .items-sorting select:focus {
    border-color: #fa6f1c;
}

.cars-info-section .items-sorting .right-column .viewed-box {
    position: relative;
    float: right;
    margin-left: 5px;
    margin-bottom: 10px;
}

.cars-info-section .items-sorting .right-column .viewed-box a {
    position: relative;
    width: 45px;
    height: 42px;
    line-height: 40px;
    font-size: 18px;
    color: #cccccc;
    margin-left: 7px;
    text-align: center;
    display: inline-block;
    border: 1px solid #cccccc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cars-info-section .items-sorting .right-column .viewed-box a:hover,
.cars-info-section .items-sorting .right-column .viewed-box a.active {
    color: #ff8201;
    border-color: #ff8201;
}

.how-it-work-block {
    position: relative;
    margin-bottom: 35px;
}

.how-it-work-block .inner-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #035ac8;
    /*-webkit-box-shadow: 0px 0px 8px 0px rgba(20,20,20,1);*/
    /*-moz-box-shadow: 0px 0px 8px 0px rgba(20,20,20,1);*/
    /*box-shadow: 1px 1px 8px 1px rgba(20,20,20,1);*/
}

.how-it-work-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.how-it-work-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.how-it-work-block .inner-box .lower-box {
    position: relative;
    border-top: 0;
}

.how-it-work-block .inner-box .lower-box h3 {
    position: relative;
    line-height: 2em;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    /*border-bottom:3px solid #ff8201;*/
}

/*#035ac8*/
.how-it-work-block .inner-box .lower-box .more-info {
    background-color: #635e91;
    /*background-color: #4f4a82;*/
    /*background-color: #48427f;*/
    /*background-color: #37316d;*/
    /*background-color: #2B5AA8;*/
    position: relative;
}

.how-it-work-block .inner-box .lower-box hr {
    line-height: 1em;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: 2px solid #ff8201;
}

.how-it-work-block .inner-box .lower-box .more-info h3 a {
    color: #232323;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.how-it-work-block .inner-box .lower-box .more-info h3 a:hover {
    color: #ff8201;
}

.how-it-work-block .inner-box .lower-box .more-info .text {
    right: 0;
    top: 50%;
    color: #fafafa;
    height: 100px;
    padding: 25px;
}
.how-it-work-block .inner-box .lower-box .more-info .text p {
    font-size: 16px;
    line-height: 1em;
}



.how-it-work-block .inner-box:hover .image img {
    -webkit-transform: rotate(4deg) scale(1.1);
    -ms-transform: rotate(4deg) scale(1.1);
    -o-transform: rotate(4deg) scale(1.1);
    -moz-transform: rotate(4deg) scale(1.1);
    transform: rotate(4deg) scale(1.1);
}

/*----------------------------------------- HOW-IT-WORK-BLOCK ----------------------------------------------------------------*/

/* ---------------------------------------- FOOTER-INFO-BLOCK ----------------------------------------------------------------*/


.footer-services-section-one {
    position: relative;
    z-index: 2;
    padding: 40px 0 40px;
    /*background-color: #d6d5d4;*/
    background-color: #d6d5d4;
}

.footer-info-block {
    position: relative;
    margin-bottom: 35px;
}

.footer-info-block .inner-box {
    position: relative;
    overflow: hidden;
}

.footer-info-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.footer-info-block .inner-box .lower-box {
    position: relative;
    border-top: 0;
}

.footer-info-block .inner-box .lower-box h3 {
    position: relative;
    line-height: 2em;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
}

/*#035ac8*/

.footer-info-block .inner-box .lower-box .business-details {
    color: #303030;
    position: relative;
}

.footer-info-block .inner-box .lower-box .business-details .section {
    margin-bottom: 5px;
}

.footer-info-block .inner-box .lower-box .useful-links {
    margin-top: 65px;
    margin-bottom: 1px;
}

.footer-info-block .inner-box .lower-box .why-us {
    margin-bottom: 1px;
}

.footer-info-block .inner-box .lower-box .company {
    margin-bottom: 20px;
}

.footer-info-block .inner-box .lower-box .business-details .section .icon {
    float: right;
    font-size: 30px;
    font-weight: 600;
    color: #303030;
    padding-left: 20px;
}
.footer-info-block .inner-box .lower-box .business-details .section,.contact .icon {
    padding-top: 8px;
}

.footer-info-block .inner-box .lower-box .business-details .section,.timer .icon {
    padding-top: 12px;
}
.footer-info-block .inner-box .lower-box .business-details .section,.address .icon {
    padding-top: 8px;
}

.footer-info-block .inner-box .lower-box .business-details .section .detail {
      font-size: 15px;
      font-weight: 300;
}

.footer-info-block .inner-box .lower-box .business-details .section .detail .text p{
    color: #303030;
    line-height: 0.9em;
}
.footer-info-block .inner-box .lower-box .business-details .section .detail .text-faded{
    color: #303030;
}

.footer-info-block .inner-box .lower-box .useful-links .header{
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-info-block .inner-box .lower-box .useful-links .content .link a{
    color: #303030;
    font-size: 15px;
}

.footer-info-block .inner-box .lower-box .why-us .header{
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-info-block .inner-box .lower-box .why-us .content p{
    color: #303030;
    font-size: 15px;
}


.footer-info-block .inner-box .lower-box .company .logo{
    width: 40px;
    height: 40px;
}

.footer-info-block .inner-box .lower-box .company .name{
    font-size: 25px;
    padding-top: 22px;
    padding-left: 10px;
    font-weight: 700;
    color: #303030;
}

.footer-info-block .inner-box:hover .image img {
    -webkit-transform: rotate(4deg) scale(1.1);
    -ms-transform: rotate(4deg) scale(1.1);
    -o-transform: rotate(4deg) scale(1.1);
    -moz-transform: rotate(4deg) scale(1.1);
    transform: rotate(4deg) scale(1.1);
}

/*------------------------------------------------------- FOOTER-INFO-BLOCK --------------------------------------------*/

/*------------------------------------------------------- FOOTER-INFO-BLOCK MEDIA-QUERY -------------------------------*/

@media screen and (max-width: 700px) {
    .footer-info-block .inner-box .lower-box .useful-links {
        margin-top: 10px;
        margin-bottom: 1px;
    }
}

@media screen and (max-width: 480px) {
    .footer-info-block .inner-box .lower-box .useful-links {
        margin-top: 10px;
        margin-bottom: 1px;
    }

    .footer-info-block .inner-box .lower-box .company .name{
        font-size: 23px;
        padding-top: 22px;
        padding-left: 5px;
        font-weight: 700;
    }
}

/*------------------------------------------------------- FOOTER-INFO-BLOCK MEDIA-QUERY -------------------------------*/


/** --------------------------------- PARTNER INFO BLOCK ---------------------------------------------------------*/

.partner-info-block {
    position: relative;
    margin-bottom: 40px;
}

.partner-info-block .inner-box {
    position: relative;
    overflow: hidden;
    /*border:1px solid #f5f5f5;*/
    /*-webkit-box-shadow: 0px 0px 8px 0px rgba(234,234,234,1);*/
    /*-moz-box-shadow: 0px 0px 8px 0px rgba(234,234,234,1);*/
    /*box-shadow: 0px 0px 8px 0px rgba(234,234,234,1);*/
}

.partner-info-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.partner-info-block .inner-box .lower-box {
    position: relative;
    padding: 20px 25px;
    border-top: 0;
}

.partner-info-block .inner-box .lower-box h3 {
    position: relative;
    line-height: 1em;
    padding-bottom: 15px;
    margin-bottom: 10px;
    /*border-bottom:1px solid #dddddd;*/
}

.partner-info-block .inner-box .lower-box h3 a {
    color: #232323;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.partner-info-block .inner-box .lower-box .sign-up-btn {
    position: relative;
    /*padding: 15px 15px 20px 70px;*/
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
    background-color: #151516;
    border: 2px solid #d5d5e2;
    margin-right: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.partner-info-block .inner-box .lower-box a.sign-up-btn {
    background-color: #ff8201;
    width: 150px;
}

/*.partner-info-block .inner-box .lower-box .sign-up-btn .icon {*/
    /*position: absolute;*/
    /*left: 20px;*/
    /*font-size: 24px;*/
    /*color: #ffffff;*/
/*}*/

.partner-info-block .inner-box .lower-box .sign-up-btn .sign-up-name {
    position: relative;
    font-weight: 900;
    font-size: 20px;
    color: #fafafa;
}

.partner-info-block .inner-box .lower-box .sign-up-btn:hover {
    background-color: #312b67;
    border-color: #ffffff;
    color: #151516
}

/*.partner-info-block .inner-box .lower-box .sign-up-btn:hover .icon {*/
    /*color: #151516;*/
/*}*/


.partner-info-block .inner-box .lower-box .more-info {
    position: relative;
}

.partner-info-block .inner-box .lower-box .more-info span{
    font-size: 20px;
}

.partner-info-block .inner-box .lower-box ul {
    position: relative;
}

.partner-info-block .inner-box .lower-box ul li {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-bottom: 8px;
}

.partner-info-block .inner-box .lower-box ul li:last-child {
    margin-bottom: 0;
}

.partner-info-block .inner-box .lower-box ul li span {
    color: #232323;
}

.partner-info-block .inner-box .lower-box .more-info .price-day {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 32px;
    color: #ff8201;
    font-weight: bold;
    line-height: 1em;
    margin-top: 0;
}

.partner-info-block .inner-box .lower-box .more-info .price-day span {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: bold;
}

.partner-info-block .inner-box:hover .image img {
    -webkit-transform: rotate(4deg) scale(1.1);
    -ms-transform: rotate(4deg) scale(1.1);
    -o-transform: rotate(4deg) scale(1.1);
    -moz-transform: rotate(4deg) scale(1.1);
    transform: rotate(4deg) scale(1.1);
}

/** ---------------------------------- END PARTNER INFO BLOCK ------------------------------------------------------ */
.car-info-block {
    position: relative;
    margin-bottom: 40px;
}

.car-info-block .inner-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(234, 234, 234, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(234, 234, 234, 1);
    box-shadow: 0px 0px 8px 0px rgba(234, 234, 234, 1);
}

.car-info-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.car-info-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.car-info-block .inner-box .lower-box {
    position: relative;
    padding: 25px 30px;
    border-top: 0px;
}

.car-info-block .inner-box .lower-box h3 {
    position: relative;
    line-height: 1em;
    padding-bottom: 22px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}

.car-info-block .inner-box .lower-box h3 a {
    color: #232323;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.car-info-block .inner-box .lower-box h3 a:hover {
    color: #ff8201;
}

.car-info-block .inner-box .lower-box .more-info {
    position: relative;
}

.car-info-block .inner-box .lower-box ul {
    position: relative;
}

.car-info-block .inner-box .lower-box ul li {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-bottom: 8px;
}

.car-info-block .inner-box .lower-box ul li:last-child {
    margin-bottom: 0px;
}

.car-info-block .inner-box .lower-box ul li span {
    color: #232323;
}

.car-info-block .inner-box .lower-box .more-info .price-day {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 32px;
    color: #ff8201;
    font-weight: 700;
    line-height: 1em;
    margin-top: -19px;
}

.car-info-block .inner-box .lower-box .more-info .price-day span {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

.car-info-block .inner-box:hover .image img {
    -webkit-transform: rotate(4deg) scale(1.1);
    -ms-transform: rotate(4deg) scale(1.1);
    -o-transform: rotate(4deg) scale(1.1);
    -moz-transform: rotate(4deg) scale(1.1);
    transform: rotate(4deg) scale(1.1);
}

.sidebar-page-container .sidebar-form.style-two .widget-content {
    padding: 30px 30px 15px;
}

.sidebar-page-container .sidebar-form.style-two .field-label {
    font-weight: 500;
    color: #232323;
    margin-bottom: 12px;
}

.sidebar-page-container .sidebar-form.style-two .input-label {
    line-height: 1em;
    margin-bottom: 15px;
}

.sidebar-page-container .sidebar-form.style-two .select-box {
    margin-right: 0px;
}

.sidebar-page-container .sidebar-form.style-two .number-of-people {
    float: none;
}

.sidebar-page-container .sidebar-form h3 {
    position: relative;
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    padding: 26px 0px;
    text-align: center;
    background-color: #f4f4f4;
    text-transform: uppercase;
}

.sidebar-page-container .sidebar-form .default-form .btn-style-one {
    display: block;
    width: 100%;
}

/* Widget */

.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}

.rangeslider-widget {
    position: relative;
    margin-bottom: 35px;
}

.rangeslider-widget .field-label {
    font-weight: 700;
    color: #232323;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.rangeslider-widget .val-box {
    position: relative;
    display: inline-block;
    margin: 7px 5px 7px 0px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #dadada;
    padding: 8px 10px;
    width: 70px;
    text-align: center;
}

.rangeslider-widget button {
    position: relative;
    display: inline-block;
    line-height: 24px;
    border: 1px solid #272727;
    padding: 8px 25px;
    background: #272727;
    color: #ffffff;
    border-radius: 3px;

}

.rangeslider-widget .noUi-connect {
    background: #f8ad60 !important;
    box-shadow: none;
}

.rangeslider-widget .noUi-background {
    background: #eeeeee !important;
    border-color: #eeeeee;
}

.rangeslider-widget .noUi-handle {
    background: #ff972c !important;
    border-radius: 50% !important;
    box-shadow: none;
    border: 4px solid #ff8201;
    cursor: pointer;
}

/*Video Box Widget*/

.video-widget {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-widget .widget-inner {
    position: relative;
}

.video-widget .widget-inner .play-box {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 100px 0px 20px;
    background: rgba(0, 0, 0, 0);
    transition: all 700ms ease;
}

.video-widget .widget-inner .play-box:hover {
    background: rgba(0, 0, 0, 0.50);
}

.video-widget .widget-inner .play-box .icon {
    position: relative;
    width: 48px;
    height: 48px;
    color: #ffffff;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    border: 3px solid #ffffff;
}

.video-widget .widget-inner .play-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 60px;
    text-transform: uppercase;
}

.sidebar-page-container .cars-info-section.list-view {
    position: relative;
}

.cars-info-section.list-view .car-info-block .car-column {
    position: relative;
    padding: 0px;
}

.cars-info-section.list-view .car-info-block .inner-box {
    box-shadow: none;
}

.cars-info-section.list-view .car-info-block .car-column .lower-box {
    border-bottom: 0px;
    padding: 33px 40px;
}

/*Search Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 10px 40px 10px 20px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    color: #1c1c1c;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 52px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #ff8201;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 52px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #ffffff;
    background: #ff8201;
    font-weight: normal;
}

/*List*/

.sidebar .sidebar-widget .widget-box {
    background-color: #fafafa;
}

.sidebar .sidebar-widget .sidebar-title {
    position: relative;
    padding: 22px 30px;
    border-bottom: 1px solid #dddddd;
}

.sidebar .sidebar-widget .sidebar-title h3 {
    position: relative;
    color: #232323;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar .sidebar-widget .widget-content {
    position: relative;
    padding: 40px 30px 15px;
}

.sidebar .list {
    position: relative;
}

.sidebar .list li {
    position: relative;
    line-height: 24px;
}

.sidebar .list li a {
    position: relative;
    display: block;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 0px 8px 20px;
    transition: all 500ms ease;
}

.sidebar .list li:first-child a {
    padding-top: 0px;
}

.sidebar .list li:last-child {
    border-bottom: none;
}

.sidebar .list li a .count {
    display: block;
    float: right;
}

.sidebar .list li a:before {
    position: absolute;
    content: "\f105";
    font-size: 12px;
    left: 0;
    width: 20px;
    line-height: 22px;
    font-family: 'FontAwesome';
}

.sidebar .list li a:hover {
    color: #ff8201;
}

/***

====================================================================
	FAQs Section style
====================================================================

***/

.faqs-section {
    position: relative;
    padding: 100px 0px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
    background: none;
    line-height: 30px;
    padding: 15px 25px 15px 80px;
    overflow: hidden;
    font-weight: 700;
    color: #232323;
    background-color: #fafafa;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    position: relative;
    color: #ffffff;
    background-color: #ff8201;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #777777;
    background: #eeeeee;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
    background: #e57400;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
    background: none;
    color: #fc721e;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 25px 0px 0px 75px;
    color: #777777;
}

.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.faqs-section .faq-form-column {
    position: relative;
}

.faqs-section .faq-form-column .faq-form-inner {
    position: relative;
    padding: 35px 30px 10px;
    background-color: #fafafa;
}

.faqs-section .faq-form-column .faq-form-inner h3 {
    position: relative;
    font-size: 16px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.faqs-section .faq-form-column .faq-form-inner .field-label {
    font-weight: 400;
    color: #232323;
    margin-bottom: 12px;
}

.faqs-section .faq-form-column .faq-form-inner .form-group .btn-style-one {
    width: 100%;
    display: block;
}

/***

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 150px 0px 120px;
}

.gallery-section .filter-tabs {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.gallery-section .filter-tabs li {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 15px 0px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.gallery-section .filter-tabs li:after {
    position: absolute;
    right: -18px;
    top: 0px;
    color: #777777;
    font-size: 14px;
    content: '/';
}

.gallery-section .filter-tabs li:last-child::after {
    display: none;
}

.gallery-section .filter-tabs li:hover,
.gallery-section .filter-tabs li.active {
    color: #ff8201;
}

.gallery-item {
    position: relative;
    float: left;
    display: none;
    margin-bottom: 30px;
}

.gallery-item .inner-box {
    position: relative;
    width: 100%;
    display: block;
    background: #ffffff;
    overflow: hidden;
}

.gallery-item .image {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-item .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.gallery-item:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);

}

.gallery-item .zoom-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.gallery-item .zoom-btn .icon {
    position: relative;
    display: inline-block;
    line-height: 60px;
    top: 50%;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #ff8201;
    margin-top: -31px;
}

.gallery-item .inner-box:hover .zoom-btn {
    background-color: rgba(0, 0, 0, 0.40);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}

.sortable-masonry .gallery-item {
    display: block;
}

/***

====================================================================
	Error Section
====================================================================

***/

.error-section {
    position: relative;
    text-align: center;
    padding: 150px 0px 140px;
}

.error-section .error-text {
    position: relative;
    text-align: center;
    background: url(../images/icons/error-image.png) center center no-repeat;
}

.error-section .error-text h2 {
    position: relative;
    color: #777777;
    font-size: 48px;
    font-weight: 800;
    line-height: 1em;
    padding: 80px 0px;
}

.error-section .text {
    position: relative;
    color: #000000;
    font-size: 24px;
    margin: 30px 0px;
}

/*Search Website*/

.search-website {
    position: relative;
    max-width: 370px;
    margin: 0 auto 0px;
}

.search-website .form-group {
    position: relative;
    margin-bottom: 0px;
    text-align: left;
}

.search-website .form-group input[type="text"],
.search-website .form-group input[type="search"],
.search-website .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 24px;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-website .form-group input[type="text"]:focus,
.search-website .form-group input[type="search"]:focus,
.search-website .form-group textarea:focus {
    border-color: #ff8201;
}

.search-website .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 50px;
    height: 52px;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    line-height: 24px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    background: #ff8201;
    color: #ffffff;
    letter-spacing: 2px;
    border-radius: 0px 2px 2px 0px;
}

/***

====================================================================
	Blog Section
====================================================================

***/

.blog-section {
    position: relative;
    padding: 150px 0px 140px;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 7px 0px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 8px 5px;
    font-size: 14px;
    text-transform: capitalize;
    min-width: 38px;
    color: #777777;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a.next {
    padding: 10px 24px 7px;
    border-radius: 50px;
    border: 1px solid #777777;
}

.styled-pagination li a:hover,
.styled-pagination li a.active,
.styled-pagination li a.next:hover {
    color: #ffffff;
    border-color: #ff8201;
    background-color: #ff8201;
}

/***

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 50px 0 100px;
}

.contact-section .map-column {
    position: relative;
    margin-bottom: 50px;
}

.contact-section .map-column .map-content {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 25px 30px;
    background-color: #ffffff;
}

.contact-section .map-column .map-content h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #232323;
}

.contact-section .map-column .map-content .text {
    color: #aaaaaa;
    font-size: 16px;
    margin-top: 8px;
}

.contact-section .map-column .map-content .map-view {
    position: relative;
    color: #0189e2;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
}

.contact-section .row {
    position: relative;
    margin: 0px -33px;
}

.contact-section .column {
    position: relative;
    padding: 0px 33px;
}

/***

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .group-title {
    position: relative;
}

.contact-form .group-title h3 {
    position: relative;
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-form .group-title .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-bottom: 35px;
}

.contact-form .form-group .field-label {
    position: relative;
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
    color: #3e5773;
}

.contact-section .column .contact-form form .row {
    margin: 0px -15px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    color: #aaaaaa;
    border: 1px solid #dddddd;
    height: 48px;
    font-size: 15px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #ff8201;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 20px;
    color: #222222;
    border: 1px solid #dddddd;
    height: 170px;
    background: #ffffff;
    resize: none;
    font-size: 14px;
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group button {
    margin-top: 20px;
}

/*contact info*/

.contact-info {
    position: relative;
    margin-top: 25px;
}

.contact-info li {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 30px;
    display: inline-block;
}

.contact-info li .icon {
    position: relative;
    font-size: 18px;
    margin-right: 12px;
    line-height: 1em;
    top: 2px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    border-top: none;
    font-family: 'Poppins', sans-serif;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
}

/***

====================================================================
	Car Single
====================================================================

***/

.single-car {
    position: relative;
    padding: 130px 0px 80px;
}

.single-car .basic-details {
    position: relative;
    margin-bottom: 30px;
}

.single-car .basic-details .carousel-column,
.single-car .basic-details .info-column {
    margin-bottom: 30px;
}

.single-car .basic-details .image-column img {
    display: block;
    width: 100%;
    height: auto;
}

.single-car .basic-details .prod-image-carousel {
    position: relative;
    padding: 0px 50px;
}

.single-car .basic-details .prod-thumbs-carousel img {
    border-radius: 3px;
}

.sponsors-section .owl-theme .owl-controls,
.sponsors-section .owl-theme .owl-controls .owl-nav {
    margin: 0px;
    padding: 0px;
}

.single-car .basic-details .owl-theme .owl-controls .owl-dots {
    display: none !important;
}

.single-car .basic-details .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    padding: 0px;
    margin: 0px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #d0d0d0;
    color: #d0d0d0;
    text-align: center;
    font-size: 18px;
    background: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.single-car .basic-details .owl-theme .owl-controls .owl-nav [class*="owl-prev"] {
    left: 0px;
}

.single-car .basic-details .owl-theme .owl-controls .owl-nav [class*="owl-next"] {
    right: 0px;
}

.single-car .basic-details .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    border-color: #ff8201;
    color: #ff8201;
}

.single-car .sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.single-car .sidebar-title h3 {
    position: relative;
    line-height: 1.3em;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    text-transform: capitalize;
}

.single-car .basic-details .info-column {
    position: relative;
    padding-left: 40px;
}

.single-car .basic-details .info-column .theme-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.single-car .basic-details .info-outer {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 3px;
    margin-bottom: 20px;
}

.single-car .basic-details .info-outer .upper-info {
    position: relative;
    padding: 25px 30px 20px;
}

.single-car .basic-details .info-outer .list {
    position: relative;
}

.single-car .basic-details .info-outer .list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
}

.single-car .basic-details .info-outer .list li .col {
    position: relative;
    float: left;
    width: 50%;
}

.single-car .basic-details .info-outer .list li .col:nth-child(2) {
    color: #ff8201;
}

.single-car .basic-details .info-outer .list li:last-child {
    margin-bottom: 0px;
}

.single-car .basic-details .info-outer .list li a {
    position: relative;
    display: block;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px;
}

.single-car .basic-details .info-outer .list li a:hover {
    color: #ff8201;
}

.single-car .basic-details .info-outer .info {
    position: relative;
    text-align: center;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    color: #222222;
}

.single-car .basic-details .info-outer .info li {
    position: relative;
    float: left;
    width: 50%;
    line-height: 24px;
    padding: 8px 10px;
    border-right: 1px solid #e0e0e0;
}

.single-car .basic-details .info-outer .info .price {
    color: #ff8201;
}

.single-car .basic-details .info-outer .info .price strong {
    font-family: 'open_sansregular',sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.single-car .basic-details .info-outer .info li:nth-child(2n+2) {
    border-right: none;
}

/***

====================================================================
	Product Tabs Style
====================================================================

***/

.product-info-tabs {
    position: relative;
}

.prod-tabs {
    position: relative;
}

.prod-tabs .tab-btns {
    position: relative;
    margin-bottom: 50px;
    font-family: 'open_sansregular',sans-serif;
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    font-size: 15px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 400;
    padding: 8px 50px;
    line-height: 24px;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    color: #ff8201;
    border-color: #ff8201;
}

.prod-tabs .tabs-container {
    position: relative;
}

.prod-tabs .tabs-container .tab {
    position: relative;
    display: none;
}

.prod-tabs .tabs-container .tab.active-tab {
    display: block;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
    margin-bottom: 20px;
}

.prod-tabs .tabs-container .tab h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab p {
    font-size: 14px;
}

.prod-tabs .reviews-container {
    position: relative;
}

.prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
}

.prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 3px;
}

.prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.prod-tabs .reviews-container .rev-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.prod-tabs .reviews-container .rating {
    color: #ff9c01;
    font-size: 13px;
}

.prod-tabs .reviews-container .rating .fa {
    margin-right: 1px;
}

.prod-tabs .reviews-container .rev-info {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.prod-tabs .reviews-container .rev-text {
    font-size: 14px;
}

.prod-tabs .add-review {
    position: relative;
    margin: 30px 0px 20px;
    font-size: 14px;
}

.prod-tabs .add-review .rating {
    position: relative;
    padding-top: 8px;
}

.prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
    color: #fa6f1c;
}

.prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
}

.prod-tabs .add-review h3 {
    margin-bottom: 20px;
}

.prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.prod-tabs .add-review button {
    padding: 8px 35px;
}

/***

====================================================================
	Default Video Box
====================================================================

***/

.default-video-box {
    position: relative;
    text-align: center;
}

.fun-facts-section .default-video-box {
    top: -70px;
}

.default-video-box .inner-box {
    position: relative;
    display: block;
}

.default-video-box .image-box {
    position: relative;
    display: block;
}

.default-video-box .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.default-video-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 45, 0.20);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.default-video-box .overlay-link:hover {
    background: rgba(45, 45, 45, 0.40);

}

.default-video-box .overlay-link .icon-box {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: none;
    color: #ffffff;
    border: 8px solid rgba(255, 130, 1, 0.40);
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.default-video-box .overlay-link .icon-box .icon {
    position: relative;
    padding-left: 3px;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    background: #ff8201;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.prod-tabs .two-column {
    position: relative;
}

.prod-tabs .two-column .column {
    position: relative;
    margin-bottom: 20px;
}

.prod-tabs .two-column .image img {
    position: relative;
    display: block;
    width: 100%;
}

.styled-list-one {
    position: relative;
    margin-bottom: 30px;
}

.styled-list-one li {
    position: relative;
    margin-bottom: 10px;
    font-style: italic;
    line-height: 24px;
    font-size: 14px;
    padding-left: 25px;
}

.styled-list-one li:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 24px;
    font-size: 13px;
    color: #ff8201;
    font-style: normal;
    display: block;
}

.prod-tabs .default-video-box .overlay-link {
    background: rgba(0, 0, 0, 0.60);
}

/***

====================================================================
	Billing Section
====================================================================

***/

.billing-section {
    position: relative;
    padding: 130px 0px;
}

.billing-section .sec-title {
    position: relative;
    margin-bottom: 30px;
}

.billing-section .billing-form {
    position: relative;
    margin-bottom: 70px;
}

.billing-section .billing-details .product-column {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.billing-section .billing-details .product-column .inner-box {
    position: relative;
    padding: 35px 30px 40px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 3px;
}

.billing-section .billing-details .product-column h3 {
    font-weight: 500;
    color: #222222;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.billing-section .billing-details .product-column h3 a {
    color: #222222;
}

.billing-section .billing-details .product-column h3 a:hover {
    color: #ff8201;
}

.billing-section .billing-details .product-column .image-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.billing-section .billing-details .product-column .image-box img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.billing-section .billing-details .product-column.lower-content {
    position: relative;
    padding: 0px 20px;
}

.billing-section .billing-details .product-column .info {
    position: relative;
    display: inline-block;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
    color: #222222;
    border-radius: 3px;
}

.billing-section .billing-details .product-column .info li {
    position: relative;
    float: left;
    line-height: 24px;
    padding: 8px 25px;
    border-right: 1px solid #d0d0d0;
}

.billing-section .billing-details .product-column .info .price {
    color: #ff8201;
}

.billing-section .billing-details .product-column .info .price strong {
    font-family: 'open_sansregular',sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.billing-section .billing-details .product-column .info li:nth-child(2n+2) {
    border-right: none;
}

.billing-section .billing-details .product-column .theme-btn {
    padding: 10px 45px;
}

.billing-section .billing-details .billing-column {
    position: relative;
    margin-bottom: 30px;
}

.billing-section .billing-details .billing-column .text {
    position: relative;
    font-size: 14px;
    margin-bottom: 25px;
}

.billing-section .billing-details .billing-column .inner-box {
    position: relative;
    padding: 40px 40px;
    background: #f7f7f7;
    border-radius: 3px;
}

.billing-section .billing-details .billing-column .theme-btn {
    position: relative;
    padding: 10px 45px;
    margin-top: 10px;
}

.billing-section .billing-details .billing-column .check-box {
    position: relative;
    margin-bottom: 23px;
}

.billing-section .billing-details .billing-column .check-box input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.billing-section .billing-details .billing-column .check-box label {
    position: relative;
    display: block;
    font-weight: 400;
    font-family: 'open_sansregular',sans-serif;
    padding-left: 26px;
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.billing-section .billing-details .billing-column .check-box label img {
    position: relative;
    padding-top: 8px;
}

.billing-section .billing-details .billing-column .check-box input:checked + label {
    color: #ff8201;
}

.billing-section .billing-details .billing-column .check-box label .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    display: block;
    width: 16px;
    height: 16px;
}

.billing-section .billing-details .billing-column .check-box label .square {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #d0d0d0;
}

.billing-section .billing-details .billing-column .check-box label .fa {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ff8201;
    padding-right: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    opacity: 0;
}

.billing-section .billing-details .billing-column .check-box input:checked + label .fa {
    opacity: 1;
}

/***

====================================================================
	Default Form Styling
====================================================================

***/

.billing-section .form-group {
    position: relative;
    margin-bottom: 20px;
}

.billing-section .form-group .field-inner {
    position: relative;
}

.billing-section .form-group .field-inner .input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    font-size: 12px;
    color: #ff8201;
}

.billing-section .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
    color: #777777;
    font-weight: 400;
    font-size: 16px;
}

.billing-section .form-group .field-label sup,
.billing-section .form-group .field-label .req {
    color: #ff8201;
    font-size: 16px;
    padding-left: 3px;
}

.billing-section input[type="text"],
.billing-section input[type="email"],
.billing-section input[type="password"],
.billing-section input[type="tel"],
.billing-section input[type="url"],
.billing-section select,
.billing-section textarea {
    display: block;
    width: 100%;
    line-height: 22px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #222222;
    border-radius: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.billing-section select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #ffffff url(../images/icons/select-arrow.png) right center no-repeat;
}

.billing-section textarea {
    height: 120px;
    resize: none;
}

.billing-section select option {
    text-indent: 20px;
}

.billing-section input:focus,
.billing-section select:focus,
.billing-section textarea:focus {
    border-color: #ff8201;
}

.billing-section input.error,
.billing-section select.error,
.billing-section textarea.error {
    border-color: #ff0000 !important;
}

.billing-section label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.billing-section .billing-details .check-box {
    position: relative;
    padding: 0px 0px 0px;
}

.billing-section .billing-form .check-box {
    padding: 15px 0px 0px;
}

.billing-section .check-box input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.billing-section .check-box label {
    position: relative;
    display: block;
    font-weight: normal;
    padding-left: 26px;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.billing-section .check-box input:checked + label {
    color: #ff8201;
}

.billing-section .check-box label .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    display: block;
    width: 16px;
    height: 16px;
}

.billing-section .check-box label .square {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #eeeeee;
}

.billing-section .check-box label .fa {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ff8201;
    padding-right: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    opacity: 0;
}

.billing-section .check-box input:checked + label .fa {
    opacity: 1;
}

/***

====================================================================
	Confirmation Popup
====================================================================

***/

body.popup-visible {
    height: 100%;
    overflow: hidden;
}

.backdrop-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.80);
    z-index: 9999;
}

.popup-outer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    overflow: auto;
}

.popup-outer .popup-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 30px 15px;
}

.popup-outer .popup-box .popup-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.popup-outer .confirmation-popup {
    position: relative;
    max-width: 830px;
    padding: 50px 50px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 3px;
}

.popup-outer .confirmation-popup .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.popup-outer .confirmation-popup .close-btn a {
    position: relative;
    display: block;
    color: #d0d0d0;
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.popup-outer .confirmation-popup .close-btn a:hover {
    color: #ff8201;
}

.confirmation-popup .image-column {
    position: relative;
    margin-bottom: 20px;
}

.confirmation-popup .image-box {
    position: relative;
    display: block;
    text-align: center;
}

.confirmation-popup .image-box img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.confirmation-popup h3 {
    font-weight: 500;
    color: #222222;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.confirmation-popup h3 a {
    color: #222222;
}

.confirmation-popup h3 a:hover {
    color: #ff8201;
}

.confirmation-popup .content-column {
    position: relative;
}

.confirmation-popup .content-column .text {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.8em;
    font-size: 14px;
}

.confirmation-popup .content-column .info {
    position: relative;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
    color: #222222;
    text-align: center;
    border-radius: 3px;
}

.confirmation-popup .content-column .info li {
    position: relative;
    float: left;
    width: 50%;
    line-height: 24px;
    padding: 8px 25px;
    border-right: 1px solid #d0d0d0;
}

.confirmation-popup .content-column .info .price {
    color: #ff8201;
}

.confirmation-popup .content-column .info .price strong {
    font-family: 'open_sansregular',sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.confirmation-popup .content-column .info li:nth-child(2n+2) {
    border-right: none;
}

.confirmation-popup .content-column .count {
    position: relative;
    font-family: 'open_sansregular',sans-serif;
    font-size: 15px;
    color: #222222;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 40px;
}

.confirmation-popup .content-column .count .value {
    color: #ff8201;
    font-size: 16px;
}

.confirmation-popup .message-outer {
    position: relative;
    text-align: center;
}

.confirmation-popup .message {
    position: relative;
    display: inline-block;
    font-family: 'open_sansregular',sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 40px;
    line-height: 22px;
    background: #ff8201;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 3px;
}

.confirmation-popup .message .fa {
    padding-right: 5px;
    color: #ffffff;
}

.bg-lightgrey {
    background-color: #f7f7f7;
}

.no-bg {
    background: none;
}

.text-uppercase {
    text-transform: uppercase;
}

/**

====================================================================
Addtions
====================================================================
**/

.margin-left-20 {
    margin-left: 10px !important;
}

.small-button {
    padding: 5px 13px !important;
}

.blue-button {
    background: #3a287d;
    border: 1px solid #3a287d;
}

.small-button:hover {
    background: #ff8201;
    border: 1px solid #ff8201;
}

.small-button.blue-button:hover {
    background: #3a287d;
    border: 1px solid #3a287d;
}

.white-link {
    color: #ffffff;
}

.no-border {
    border: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.alignleft {
    float: left;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px !important;
    }
}

.list-style {
    list-style: circle;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #333333;
}

.text-orange {
    color: #ff8201;
}

.how-it-work-icon {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 7.5rem;
}

.text-bold {
    font-weight: bold;
}
.create-account-btn{
    background-color: #ff8201;
    height: 50px;
    padding-left: 20px;
}