/*Fonts*/
/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('../fonts/open-sans-v15-latin/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url('../fonts/open-sans-v15-latin/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*  Default  */

::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}
html, body{
    min-height: 0!important;
    height: auto!important;
    position: inherit!important;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Open Sans';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #232324;
    line-height: 1.4;
}

h1 {
    font-weight: 700;
    font-size: 30px;
}

h2 {
    font-weight: 700;
    font-size: 50px;
}

h3 {
    font-weight: 500;
    font-size: 19px;
}

h4 {
    font-weight: 500;
    font-size: 18px;
}

a {
    color: #232324;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    color: #E93223;
    text-decoration: none;
}

:focus {
    outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    color: #39325a;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Open Sans';
}

/* padding css */
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

/* margin css */
.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.color-primary {
    color: #E93223 !important;
}

.color-secondary {
    color: #4141a5 !important;
}

.color-dark {
    color: #232324;
}

.bg-primary {
    background-color: #fffdf8 !important;
}

.bg-light {
    background-color: #f9f8fe !important;
}

.bg-secondary {
    background-color: #fff9e9 !important;
}

.bg-theme{
    background: #E93223;
}

.bg-theme-secondary{
    background: #232324;
}

/*section-title*/
.section-title {
    max-width: 720px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

.section-title h2 {
    font-size: 50px;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 25px;
}

.section-title p {
    max-width: 640px;
    font-size: 17px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

.section-title .learn-more-btn {
    margin-top: 20px;
}

.section-title.style-two {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.section-title.style-two::before {
    display: none;
}

.section-title.style-two h2 {
    padding: unset;
    margin-top: -10px;
}

/* Primary Button */
.btn-primary {
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
    padding: 12px 30px;
    z-index: 1;
    color: #ffffff;
    background-color: #E93223;
    border: 1px solid #E93223;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 20px -5px rgba(233,50,35, 0.2);
    box-shadow: 0 20px 20px -5px rgba(233,50,35, 0.2);
}

.btn-primary:hover {
    color: #E93223;
    background-color: transparent;
    border: 1px solid #E93223;
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Secondary button */
.btn-secondary {
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    padding: 12px 30px;
    z-index: 1;
    color: #ffffff;
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: capitalize;
}

.btn-secondary:hover {
    color: #E93223;
    background-color: transparent;
}

.btn-secondary i {
    margin-left: 5px;
    vertical-align: middle;
}

.btn-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Text Button*/
.btn-text-only {
    background: transparent;
}

/* Social Icon CSS*/
.social-link a {
    display: inline-block;
    line-height: 0;
    text-align: center;
    background: #ffffff;
    color: #E93223;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    margin-right: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.social-link a:hover {
    background: #E93223;
    color: #ffffff;
}

.social-link a:last-child {
    margin-right: 0;
}

/*Form-Control */
.form-control {
    color: #232324;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 0 0 18px;
    font-size: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control:-ms-input-placeholder {
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control::-ms-input-placeholder {
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control::placeholder {
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control:focus {
    border-color: #E93223;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
}

/*Form-Control Car List Page */
.form-control-car-list {
    height: 32px;
    color: #232324;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 0 0 18px;
    font-size: 15px;
}

.form-control-car-list::-webkit-input-placeholder {
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control-car-list:-ms-input-placeholder {
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control-car-list::-ms-input-placeholder {
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control-car-list::placeholder {
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control-car-list:focus {
    border-color: #E93223;
}

textarea.form-control-car-list {
    height: auto;
    padding-top: 15px;
}

/* Nav */
.header-area .top-header-area {
    /* background: #232324;*/
    background: rgb(35,35,36);
    background: -moz-linear-gradient(135deg, rgba(35,35,36, 1) 58%, rgba(35,35,36, 1) 58%, rgba(233,50,35, 1) 58%, rgba(233,50,35, 1) 42%, rgba(233,50,35, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(35,35,36, 1) 58%, rgba(35,35,36, 1) 58%, rgba(233,50,35, 1) 58%, rgba(233,50,35, 1) 42%, rgba(233,50,35, 1) 100%);
    background: linear-gradient(135deg, rgba(35,35,36, 1) 58%, rgba(35,35,36, 1) 58%, rgba(233,50,35, 1) 58%, rgba(233,50,35, 1) 42%, rgba(233,50,35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232324', endColorstr='#eb3323', GradientType=1);

}

.header-area .top-header-area .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-area .top-header-area .contact-info .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-area .top-header-area .contact-info .content i {
    vertical-align: middle;
    margin-right: 8px;
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
}

.header-area .top-header-area .contact-info .content a {
    color: #ffffff;
    font-size: 13px;
}

.header-area .top-header-area .contact-info .content a:hover {
    color: #E93223;
}

.header-area .top-header-area .side-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-area .top-header-area .side-option .item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 2px 0;
}

.header-area .top-header-area .side-option .item:hover {
    background: #232324;
}

.header-area .top-header-area .side-option .item .language a img {
    width: 16px;
    height: 16px;
    max-width: 16px;
    border-radius: 50%;
    margin-top: -2px;
}

.header-area .top-header-area .side-option .item .language .menu {
    border: none;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    border-radius: 0;
    width: 100%;
    padding: 10px 0 10px 10px;
    position: absolute;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-animation: fadeIn .3s linear 1;
    animation: fadeIn .3s linear 1;
    list-style-type: none;
}

.header-area .top-header-area .side-option .item .language .menu .menu-item {
    padding: 5px;
}

.header-area .top-header-area .side-option .item .language .menu .menu-item .menu-link {
    font-size: 15px;
    font-weight: 500;
    color: #232324;
}

.header-area .top-header-area .side-option .item .language .menu .menu-item .menu-link:hover {
    color: #E93223;
}

.header-area .top-header-area .side-option .item .language .menu img {
    margin-top: 0;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -1.5px;
}

.header-area .top-header-area .side-option .item .btn-search {
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 19px 30px;
    color: #ffffff;
    background-color: #E93223;
    font-size: 18px;
    font-weight: 600;
}

.header-area .top-header-area .side-option .item .btn-search:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.header-area .top-header-area .side-option .item .btn-search i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
}

.header-area .top-header-area .side-option .item:last-child {
    padding: 0;
    margin-right: 0;
}

.header-area .top-header-area .side-option .btn-secondary {
    padding: 4px 8px;
    font-size: 14px;
}


.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.main-navbar-area.stickyadd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: slideInDown 1s 1;
    animation: slideInDown 1s 1;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar-area.stickyadd .main-nav .navbar {
    padding: 0 0;
}

.main-responsive-nav {
    display: none;
}

.main-nav .navbar {
    position: inherit;
    padding: 4px 0;
    background: #ffffff;
}

.main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.main-nav .navbar .navbar-nav .nav-item a {
    color: #232324;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.main-nav .navbar .navbar-nav .nav-item a:hover {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main-nav .navbar .navbar-nav .nav-item a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #E93223;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-nav .navbar .navbar-nav .nav-item a.active {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item a.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main-nav .navbar .navbar-nav .nav-item .toggle i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
}

.main-nav .navbar .navbar-nav .nav-item .toggle:hover i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 50px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
    margin-left: 0;
    margin-right: 0;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
    font-size: 15px;
    text-transform: capitalize;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
    color: #E93223;
    background-color: #f6f6f6;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover::before {
    width: 0;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #E93223;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active::before {
    width: 0;
}

.main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu .toggle::after {
    -webkit-transform: none;
    transform: none;
}

.main-nav .navbar .navbar-nav .nav-item:hover .toggle::after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    margin-top: 15px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #232324;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #232324;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #232324;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #232324;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #232324;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #232324;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #E93223;
}

.main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

@media only screen and (max-width: 1199px) {
    .header-area .top-header-area .contact-info .contact-info-content {
        margin-left: 10px;
    }

    .header-area .top-header-area .contact-info i {
        position: unset;
        width: unset;
        height: unset;
        vertical-align: 3px;
    }

    .main-navbar-area {
        position: relative;
        background: #444;
    }

    .main-responsive-nav {
        display: block;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main-responsive-nav .main-responsive-menu {
        position: relative;
    }

    .main-responsive-nav .mean-bar {
        z-index: 9;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-nav {
        height: 300px;
        overflow-y: scroll;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #E93223;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14.5px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-brand {
        display: none;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .side-option {
        display: none;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .main-responsive-nav .main-responsive-menu.mean-container .cart.cart.responsive {
        display: block;
        position: absolute;
        top: 50%;
        right: 45px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 11;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .cart.cart.responsive .cart-btn {
        margin-right: 5px;
        margin-left: 0;
        padding: 6px 7px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .cart.cart.responsive .cart-btn .badge {
        padding: 1px 4px;
    }

    .main-responsive-nav .logo {
        position: relative;
        width: 60%;
        z-index: 10;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal {
        padding-top: 12px;
        color: #232324;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #232324;
    }

    .main-nav {
        display: none;
    }

}

/*  Banner   */
.home-banner-area {
    position: relative;
    overflow: hidden;
}

.home-banner-area .banner-content {
    max-width: 544px;
    margin-left: auto;
}

.home-banner-area .banner-content .sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #4141a5;
}

.home-banner-area .banner-content h1 {
    font-size: 70px;
    color: #232324;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.home-banner-area .banner-content p {
    font-size: 18px;
    color: #39325a;
    margin-bottom: 35px;
}

.home-banner-area .search-form .select-box {
    position: relative;/*
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);*/
    margin-bottom: 15px;
    cursor: pointer;
}

.home-banner-area .search-form .select-box .form-control {
    padding: 4px 0 4px 18px;
}

.home-banner-area .search-form .select-box i {
    position: absolute;
    top: 50%;
    right: 18px;
    font-size: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4141a5;
    z-index: 1;
}

.home-banner-area .search-form .select-box .date-select::-webkit-input-placeholder {
    color: #39325a;
}

.home-banner-area .search-form .select-box .date-select:-ms-input-placeholder {
    color: #39325a;
}

.home-banner-area .search-form .select-box .date-select::-ms-input-placeholder {
    color: #39325a;
}

.home-banner-area .search-form .select-box .date-select::placeholder {
    color: #39325a;
}

.home-banner-area .search-form .select-box .nice-select {
    float: unset;
    color: #39325a;
    text-transform: capitalize;
    line-height: 16px;
}

.home-banner-area .search-form .select-box .nice-select .list {
    border-radius: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    max-height: 130px;
    overflow-y: scroll;
    z-index: 99999;
    border: 1px solid #333;
}

.home-banner-area .search-form .select-box .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #39325a;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.home-banner-area .search-form .select-box .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 500;
    color: #232324;
}

.home-banner-area .search-form .select-box .nice-select::after {
    display: none;
}

.home-banner-area .search-form .select-box .open:after {
    display: none;
}

.home-banner-area .search-form .btn-primary {
    border-radius: 5px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-banner-area .banner-slider {
    position: relative;
    overflow: hidden;
    /*border-bottom-left-radius: 20%;*/
}

.home-banner-area .banner-slider .slider-item {
    position: relative;
    overflow: hidden;
}

.home-banner-area .banner-slider .slider-item .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 70px;
    background: rgba(0, 0, 0, 0.7);
    border-top-right-radius: 4px;
}

.home-banner-area .banner-slider .slider-item .content i {
    margin-right: 4px;
    color: #f9f8fe;
    vertical-align: middle;
}

.home-banner-area .banner-slider .slider-item .content span {
    color: #f9f8fe;
}

.home-banner-area .banner-slider .slider-item .content h3 {
    margin-bottom: 5px;
}

.home-banner-area .banner-slider .slider-item .content h3 a {
    color: #ffffff;
    text-decoration: underline;
}

.home-banner-area .banner-slider .slider-item .content h3 a:hover {
    color: #E93223;
}

.home-banner-area .banner-slider .slider-item .content .review i {
    margin-right: 0;
    color: #f4b316;
    vertical-align: -1px;
}

.home-banner-area .banner-slider .slider-item .content .review span {
    margin-left: 8px;
}

.home-banner-area .banner-slider .slider-item .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f9f8fe;
}

.home-banner-area .banner-slider .slider-item .content .list li {
    display: inline-block;
    margin-right: 12px;
}

.home-banner-area .banner-slider .slider-item .content .list li:last-child {
    color: #ffffff;
    font-size: 22px;
    margin-right: 0;
    margin-left: auto;
}

.home-banner-area .banner-slider .owl-item.active .content {
    -webkit-animation: zoomIn .5s linear 1;
    animation: zoomIn .5s linear 1;
}

.home-banner-area .banner-slider .owl-nav {
    position: absolute;
    top: 30px;
    left: 30px;
}

.home-banner-area .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.home-banner-area .owl-dots .owl-dot {
    cursor: pointer;
    display: inline-block;
    margin-right: 12px;
    border-radius: 10px;
    max-width: 80px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.home-banner-area .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.home-banner-area .owl-dots .owl-dot:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.home-banner-area.home-style-two {
    padding-bottom:10px;
}

.home-banner-area.home-style-two .banner-image {
    max-width: 576px;
    margin-left: auto;
    opacity: 0;
}

.home-banner-area.home-style-two .banner-slider-two {
    background: #f9f8fe;
}

.home-banner-area.home-style-two .banner-content {
    max-width: 720px;
    margin-left: unset;
    margin-right: auto;
    text-align: center;
    padding-right: 52px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.home-banner-area.home-style-two .banner-content h1 span {
    color: #E93223;
}

.home-banner-area.home-style-two .bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
}

.home-banner-area.home-style-two .owl-item.active .banner-image {
    opacity: 1;
    -webkit-animation: fadeInLeft 1s linear 1;
    animation: fadeInLeft 1s linear 1;
}

.home-banner-area.home-style-two .owl-item.active .banner-content {
    -webkit-animation: fadeIn 1.6s linear 1;
    animation: fadeIn 1.6s linear 1;
}

.home-banner-area.home-style-two .owl-item.active .bg-shape {
    opacity: 1;
    -webkit-animation: fadeInUp 1.5s linear 1;
    animation: fadeInUp 1.5s linear 1;
}

.home-banner-area.home-style-two .owl-carousel .owl-nav button[class*=owl-] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #4141a5;
    color: #ffffff;
    border: 1px solid #4141a5;
}

.home-banner-area.home-style-two .owl-carousel .owl-nav button[class*=owl-]:hover {
    background: transparent;
    color: #4141a5;
}

.home-banner-area.home-style-two .owl-carousel .owl-nav .owl-prev {
    left: 30px;
}

.home-banner-area.home-style-two .owl-carousel .owl-nav .owl-next {
    right: 30px;
}

.home-banner-area.home-style-two .search-form {
    position: relative;
    top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    background: #f9f8fe;
    border-radius: 3px;
    /* border: 5px solid #ffffff; */
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    z-index: 9;
}

.home-banner-area.home-style-two .search-form .btn-search {
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 14px 0;
    width: 100%;
    color: #ffffff;
    background-color: #E93223;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.home-banner-area.home-style-two .search-form .btn-search:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.home-banner-area.home-style-two .search-form .btn-search i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
}

.home-banner-area.home-style-three .banner-content {
    padding: 140px 0 400px;
    margin-left: unset;
    z-index: 2;
    position: relative;
}

.home-banner-area.home-style-three .banner-content .sub-title {
    color: #f9f8fe;
}

.home-banner-area.home-style-three .banner-content h1 {
    color: #ffffff;
}

.home-banner-area.home-style-three .banner-content p {
    color: #f9f8fe;
}

.home-banner-area.home-style-three .owl-carousel .slider-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(130, 47, 34, 0.6)), to(rgba(255, 255, 255, 0.16)));
    background: linear-gradient(90deg, rgba(130, 47, 34, 0.6) 0%, rgba(255, 255, 255, 0.16) 100%);
    z-index: 1;
}

.home-banner-area.home-style-three .owl-carousel .slider-item.item-one {
    background: url("../img/slider/1.jpg") no-repeat center;
    background-size: cover;
}

.home-banner-area.home-style-three .owl-carousel .slider-item.item-two {
    background: url("../img/slider/2.jpg") no-repeat center;
    background-size: cover;
}

.home-banner-area.home-style-three .owl-carousel .slider-item.item-three {
    background: url("../img/slider/3.jpg") no-repeat center;
    background-size: cover;
}

.home-banner-area.home-style-three .owl-carousel .owl-item.active .banner-content {
    -webkit-animation: fadeIn 1.6s linear 1;
    animation: fadeIn 1.6s linear 1;
}

.home-banner-area.home-style-three .owl-carousel .owl-nav button[class*=owl-] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    color: #E93223;
    border: 1px solid #ffffff;
}

.home-banner-area.home-style-three .owl-carousel .owl-nav button[class*=owl-]:hover {
    background: transparent;
    color: #E93223;
}

.home-banner-area.home-style-three .owl-carousel .owl-nav .owl-prev {
    left: 30px;
}

.home-banner-area.home-style-three .owl-carousel .owl-nav .owl-next {
    right: 30px;
}

.home-banner-area.home-style-three .search-form {
    position: absolute;
    bottom: 140px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1110px;
    padding: 30px 15px 15px 15px;
    background: #f9f8fe;
    border-radius: 3px;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.home-banner-area.home-style-three .search-form .btn-search {
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 14px 0;
    width: 100%;
    color: #ffffff;
    background-color: #E93223;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.home-banner-area.home-style-three .search-form .btn-search:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.home-banner-area.home-style-three .search-form .btn-search i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
}

/* About  */
.about-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #f2f1f7;
}

.about-section .video-content {
    position: relative;
}

.about-section .video-content .video-image {
    overflow: hidden;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(102, 102, 102, 0.09);
    box-shadow: 0px 0px 30px 0px rgba(102, 102, 102, 0.09);
}

.about-section .video-content .video-image img {
    /*height: 100%;*/
    -o-object-fit: cover;
    object-fit: cover;
}

.about-section .about-content p {
    margin-bottom: 20px;
}

.about-section .about-content > h6 {
    font-weight: 400;
    color: #39325a;
}

.about-section .about-content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.about-section .about-content .content-list i {
    font-size: 24px;
    margin-right: 8px;
    color: #E93223;
    vertical-align: middle;
}

.about-section .about-content .about-btn {
    margin-top: 5px;
}

.about-section .about-content .about-btn a {
    margin-right: 16px;
}

.about-section .about-content .about-btn a:last-child {
    margin-right: 0;
}

.about-section .shape {
    position: absolute;
    z-index: -1;
}

.about-section .shape-1 {
    top: 10%;
    left: 45%;
}

.about-section .shape-1 img {
    width: 20%;
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.about-section .shape-2 {
    bottom: 20%;
    left: 10%;
}

.about-section .shape-2 img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.about-style-two .shape-2 {
    bottom: 20%;
    left: unset;
    right: 10%;
}

.about-section.about-style-three .about-content {
    text-align: center;
}

.about-section.about-style-three .about-content h2 {
    margin-bottom: 25px;
    line-height: 1;
    margin-top: -5px;
}

.about-section.about-style-three .about-content > h6 {
    max-width: 676px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.about-section.about-style-three .shape-1 {
    top: unset;
    left: 20%;
    bottom: 0;
}

.about-section.about-style-three .shape-2 {
    bottom: unset;
    left: unset;
    top: 5%;
    right: 20%;
}

.about-section.about-style-three .shape-3 {
    right: 13%;
    bottom: 0%;
}

.about-section.about-style-three .shape-3 img {
    -webkit-animation: movescale 5s linear infinite;
    animation: movescale 5s linear infinite;
}

.about-section.about-style-three .shape-4 {
    left: 8%;
    top: 15%;
}

.about-section.about-style-three .shape-4 img {
    -webkit-animation: movescale 5s linear infinite;
    animation: movescale 5s linear infinite;
}

/*  promotion  */
.promotion {
    padding: 50px 0;
    background: url('../img/slider/1.jpg') no-repeat scroll 0 0/cover;
    position: relative;
    z-index: 1;

    /*min-height: 70vh;
    background-size: cover;
    background-image: url('../img/slider/1.jpg');*/
}

.promotion:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(233,50,35, 0.8);
    z-index: -1;
}

/*  Newsletter */
.newsletter {
    background: #fafafa;
    padding-top: 66px;
    padding-bottom: 60px;
    margin-right: 20px !important;
    margin-left: 20px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1)
}

.bbb_newsletter_container {
    width: 100%
}

.bbb_newsletter_title_container {
    width: 40%;
    padding-left: 95px
}

.bbb_newsletter_icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.bbb_newsletter_title {
    font-size: 18px;
    color: #000000
}

.bbb_newsletter_text p:last-child {
    margin-bottom: 0
}

.bbb_newsletter_icon img {
    max-width: 100%
}

.bbb_newsletter_content {
    width: 60%
}

.bbb_newsletter_form {
    position: relative;
    width: 569px;
    float: left
}

.bbb_newsletter_input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: solid 1px #b4b4b4;
    border-radius: 5px;
    padding-left: 25px;
    font-size: 16px;
    outline: none;
    color: #222
}

.bbb_newsletter_input:focus {
    border: solid 1px rgba(14, 140, 228, 0.3);
    box-shadow: 0px 1px 5px rgba(14, 140, 228, 0.3)
}

.bbb_newsletter_input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3)
}

.bbb_newsletter_input:-moz-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3)
}

.bbb_newsletter_input::-moz-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3)
}

.bbb_newsletter_input:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3)
}

.bbb_newsletter_input::input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3)
}

.bbb_newsletter_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 153px;
    height: 50px;
    background: #E93223;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 18px;
    border: none;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer
}

.bbb_newsletter_button:hover {
    opacity: 0.8
}

.bbb_newsletter_unsubscribe_link {
    float: right;
    text-align: right;
    height: 50px
}

.bbb_newsletter_unsubscribe_link a {
    font-size: 10px;
    color: #0e8ce4;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 50px
}

.bbb_newsletter_unsubscribe_link a:hover {
    color: #0d82d3
}

@media only screen and (max-width: 1199px) {
    .bbb_newsletter_form {
        width: 456px
    }
}

@media only screen and (max-width: 991px) {
    .bbb_newsletter_title_container {
        width: 100%
    }

    .bbb_newsletter_content {
        width: 100%;
        margin-top: 30px
    }

    .bbb_newsletter_form {
        width: calc(100% - 114px)
    }

    .footer_col:not(:last-child) {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px
    }

    p {
        font-size: 13px
    }

    .bbb_newsletter_form {
        float: none;
        width: 100%
    }

    .bbb_newsletter_title_container {
        padding-left: 0px;
        text-align: center
    }

    .bbb_newsletter_unsubscribe_link {
        float: none;
        text-align: center;
        margin-top: 10px;
        height: auto
    }

    .bbb_newsletter_unsubscribe_link a {
        line-height: 1
    }

    .bbb_newsletter_title {
        font-size: 16px
    }

    .bbb_newsletter_icon {
        position: relative;
        width: 40px;
        top: auto;
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        left: 50%;
        margin-bottom: 20px
    }

    .bbb_newsletter_button {
        position: relative;
        top: auto;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 113px;
        height: 40px;
        background: #E93223;
        color: #FFFFFF;
        line-height: 40px;
        font-size: 12px;
        border: none;
        outline: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        cursor: pointer;
        margin-top: 20px
    }

    .bbb_newsletter_input {
        font-size: 13px;
        padding-left: 15px;
        height: 40px;
        line-height: 40px
    }

    .bbb_newsletter_input::-webkit-input-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input:-moz-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input::-moz-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input:-ms-input-placeholder {
        font-size: 13px
    }

    .bbb_newsletter_input::input-placeholder {
        font-size: 13px
    }
}

/*  Destination  */
.destination-section .filter-group {
    text-align: center;
    margin-bottom: 40px;
}

.destination-section .filter-group .list-control {
    display: inline-block;
    border-radius: 30px;
    margin: 0;
    padding: 0;
}

.destination-section .filter-group .list-control li {
    margin-right: 16px;
    padding: 0px 0px 3px 0;
    border-radius: 30px;
    cursor: pointer;
    display: inherit;
    position: relative;
    color: #232324;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.destination-section .filter-group .list-control li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #E93223 !important;
    opacity: 0;
}

.destination-section .filter-group .list-control li.active {
    color: #E93223;
}

.destination-section .filter-group .list-control li.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    color: #E93223 !important;
    background-color: transparent;
}

.destination-section .filtr-container {
    margin: 0 !important;
}

.destination-section .item-single {
    position: relative;
    overflow: hidden;
}

.destination-section .item-single img {
    border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destination-section .item-single img {
        width: 100% !important;
    }
}

.destination-section .item-single .content {
    position: absolute;
    bottom: 0;
    left: 15px;
    background: #ffffff;
    border-radius: 7px;
    padding: 25px 16px;
    width: 100%;
    max-width: calc(100% - 30px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(102, 102, 102, 0.09);
    box-shadow: 0px 0px 30px 0px rgba(102, 102, 102, 0.09);
}

.destination-section .item-single .content i {
    color: #797979;
    margin-right: 4px;
    vertical-align: -1px;
}

.destination-section .item-single .content span {
    color: #797979;
    font-size: 14px;
}

.destination-section .item-single .content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.destination-section .item-single .content h3 a {
    color: #232324;
}

.destination-section .item-single .content h3 a:hover {
    color: #E93223;
}


.destination-section .item-single .content p {
    padding-top: 15px;
    display: none;
    font-size: 15px;
}

.destination-section .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.destination-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
}

.destination-section .item-single .content .list li:last-child {
    font-weight: 600;
    margin-right: 0;
    color: #E93223;
    margin-left: auto;
}

.destination-section .item-single:hover .content {
    background: #2F2E2B;
    -webkit-animation: fadeInUp .3s linear 1;
    animation: fadeInUp .3s linear 1;
}

.destination-section .item-single:hover .content i {
    color: #fff;
}

.destination-section .item-single:hover .content span {
    color: #d6d6d6;
}

.destination-section .item-single:hover .content h3 a {
    -webkit-transition: none;
    transition: none;
    color: #ffffff;
}

.destination-section .item-single:hover .content h3{
    color: #fafafa;
}

.destination-section .item-single:hover .content h3 a:hover {
    text-decoration: underline;
}

.destination-section .item-single:hover .content .list li {
    color: #fafafa;
}

.destination-section .item-single:hover .content .list li:last-child {
    color: #ffffff;
}

.destination-section .item-single:hover .content p {
    color: #fafafa;
    display: block;
}

.destination-section .item-single .spacer {
    width: 100%;
    min-height: 150px;
}

.top-destination-section .item-single {
     height:400px; 
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px -2px 30px 0px rgba(102, 102, 102, 0.09);
    box-shadow: 0px -2px 30px 0px rgba(102, 102, 102, 0.09);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-destination-section .item-single .image img {
        width: 100% !important;
    }
}

.top-destination-section .item-single .content {
    padding: 25px 16px;
}

.top-destination-section .item-single .content i {
    color: #797979;
    margin-right: 4px;
    vertical-align: -1px;
}

.top-destination-section .item-single .content span {
    color: #797979;
}

.top-destination-section .item-single .content h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.top-destination-section .item-single .content h3 a {
    color: #232324;
}

.top-destination-section .item-single .content h3 a:hover {
    color: #E93223;
}

.top-destination-section .item-single .content p {
    padding-top: 15px;
    font-size: 15px;
}

.top-destination-section .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-destination-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top-destination-section .item-single .content .list li:last-child {
    font-weight: 600;
    margin-right: 0;
    color: #E93223;
    margin-left: auto;
}

.top-destination-section .item-single:hover {
    -webkit-box-shadow: 0 40px 44px 0 rgba(102, 102, 102, 0.09), 0 40px 44px 0 rgba(102, 102, 102, 0.09);
    box-shadow: 0 40px 44px 0 rgba(102, 102, 102, 0.09), 0 40px 44px 0 rgba(102, 102, 102, 0.09);
}

.top-destination-section .item-single:hover .list li:last-child {
    color: #4141a5;
}

.destination-style-two .item-single {
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px -2px 30px 0px rgba(102, 102, 102, 0.09);
    box-shadow: 0px -2px 30px 0px rgba(102, 102, 102, 0.09);
}

.destination-style-two .item-single img {
    border-radius: 0;
}

.destination-style-two .item-single .content {
    padding: 25px 16px;
    position: unset;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.destination-style-two .item-single .content p {
    display: block;
}

.destination-style-two .item-single:hover {
    -webkit-box-shadow: 0 40px 44px 0 rgba(102, 102, 102, 0.09), 0 40px 44px 0 rgba(102, 102, 102, 0.09);
    box-shadow: 0 40px 44px 0 rgba(102, 102, 102, 0.09), 0 40px 44px 0 rgba(102, 102, 102, 0.09);
}

.destination-style-two .item-single:hover .content {
    background: #ffffff;
    -webkit-animation: none;
    animation: none;
}

.destination-style-two .item-single:hover .content .list li {
    color: #797979;
}

.destination-style-two .item-single:hover .content .list li:last-child {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #4141a5;
}

.destination-style-two .item-single:hover .content i {
    color: #797979;
}

.destination-style-two .item-single:hover .content span {
    color: #797979;
}

.destination-style-two .item-single:hover .content h3 a {
    color: #232324;
}

.destination-style-two .item-single:hover .content h3 a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #E93223;
    text-decoration: none;
}

.destination-style-two .item-single:hover .content p {
    color: #39325a;
}

/*  Testimonial  */
.testimonial-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.testimonial-section .testimonial-slider {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.testimonial-section .testimonial-slider::before, .testimonial-section .testimonial-slider::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(9, 0, 49, 0.05);
    box-shadow: 0px 10px 50px 0px rgba(9, 0, 49, 0.05);
    z-index: -1;
}

.testimonial-section .testimonial-slider::before {
    top: 0;
    left: 0;
    z-index: -1;
}

.testimonial-section .testimonial-slider::after {
    top: 15px;
    left: 15px;
    z-index: -2;
}

.testimonial-section .testimonial-slider .slider-item {
    position: relative;
    background: #ffffff;
    padding-top: 30px;
}

.testimonial-section .testimonial-slider .slider-item .client-img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.testimonial-section .testimonial-slider .slider-item .client-img img {
    border-bottom-right-radius: 15px;
}

.testimonial-section .testimonial-slider .slider-item .content {
    max-width: 476px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-section .testimonial-slider .slider-item .content .client-info {
    margin-bottom: 30px;
}

.testimonial-section .testimonial-slider .slider-item .content .client-info h3 {
    margin-bottom: 0;
}

.testimonial-section .testimonial-slider .slider-item .content .client-info span {
    color: #797979;
    font-size: 14px;
}

.testimonial-section .testimonial-slider .slider-item .content .quote i {
    position: absolute;
    right: 50px;
    top: 20px;
    font-size: 90px;
    color: #E93223;
    opacity: .8;
}

.testimonial-section .testimonial-slider .slider-item .content .review {
    margin-top: 15px;
}

.testimonial-section .testimonial-slider .slider-item .content .review i {
    color: #f4b316;
    vertical-align: -1px;
}

.testimonial-section .testimonial-slider .owl-nav {
    position: absolute;
    right: 18%;
    bottom: 22px;
}

.testimonial-section .testimonial-slider .owl-nav button[class*=owl-] {
    width: auto;
    height: auto;
    background: transparent;
    color: #232324;
}

.testimonial-section .testimonial-slider .owl-nav button[class*=owl-]:last-child {
    margin-right: 0;
}

.testimonial-section .testimonial-slider .owl-nav button[class*=owl-]:hover {
    background: transparent;
    color: #E93223;
}

.testimonial-section .clients-img .image {
    position: absolute;
    max-width: 70px;
}

.testimonial-section .clients-img .image-1 {
    top: 24%;
    left: 15%;
    max-width: 64px;
}

.testimonial-section .clients-img .image-2 {
    top: 53%;
    left: 6%;
}

.testimonial-section .clients-img .image-3 {
    left: 16%;
    bottom: 18%;
    max-width: 66px;
}

.testimonial-section .clients-img .image-4 {
    top: 35%;
    right: 14%;
    max-width: 64px;
}

.testimonial-section .clients-img .image-5 {
    top: 65%;
    right: 10%;
}

.testimonial-section .shape {
    position: absolute;
    bottom: 10%;
    left: 25%;
    z-index: -1;
}

.testimonial-section .shape img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}


/*  Tours  */
.tours-section {
    overflow: hidden;
}

.tours-section .item-single {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.tours-section .item-single::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232324;
    background: -webkit-gradient(linear, left bottom, left top, from(#232324), to(rgba(9, 0, 49, 0.0508578)));
    background: linear-gradient(0deg, #232324 0%, rgba(9, 0, 49, 0.0508578) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232324", endColorstr="#232324", GradientType=1);
}

.tours-section .item-single .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 16px;
    width: 100%;
    z-index: 1;
}

.tours-section .item-single .content i {
    color: #d6d6d6;
    margin-right: 4px;
    vertical-align: -2px;
}

.tours-section .item-single .content span {
    color: #d6d6d6;
}

.tours-section .item-single .content .review i {
    margin-right: 0;
    color: #f4b316;
    vertical-align: -1px;
}

.tours-section .item-single .content .review span {
    margin-left: 8px;
}

.tours-section .item-single .content h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.tours-section .item-single .content h3 a {
    color: #ffffff;
    text-decoration: underline;
}

.tours-section .item-single .content h3 a:hover {
    color: #E93223;
}

.tours-section .item-single .content p {
    color: #d6d6d6;
    font-size: 15px;
}

.tours-section .item-single .content hr {
    margin: 0;
    border-top: 1px solid #39325a;
}

.tours-section .item-single .content .list {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tours-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #d6d6d6;
}

.tours-section .item-single .content .list li:last-child {
    margin-right: 0;
    font-size: 20px;
    margin-left: auto;
    color: #ffffff;
}

.tours-section .slider-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.tours-section .slider-item img{
    max-height: 270px;
    min-height: 270px;
}

.tours-section .slider-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232324;
    background: -webkit-gradient(linear, left bottom, left top, from(#232324), to(rgba(9, 0, 49, 0.0508578)));
    background: linear-gradient(0deg, #232324 0%, rgba(9, 0, 49, 0.0508578) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232324", endColorstr="#232324", GradientType=1);
}

.tours-section .slider-item .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 16px;
    width: 100%;
    z-index: 1;
}


.tours-section .slider-item .content i {
    color: #d6d6d6;
    margin-right: 4px;
    vertical-align: -2px;
}

.tours-section .slider-item .content span {
    color: #d6d6d6;
}

.tours-section .slider-item .content .review i {
    margin-right: 0;
    color: #f4b316;
    vertical-align: -1px;
}

.tours-section .slider-item .content .review span {
    margin-left: 8px;
}

.tours-section .slider-item .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 0;
}

.tours-section .slider-item .content .title h3 {
    margin-bottom: 0;
}

.tours-section .slider-item .content .title h3 a {
    color: #ffffff;
}

.tours-section .slider-item .content .title h3 a:hover {
    color: #E93223;
}

.tours-section .slider-item .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tours-section .slider-item .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #d6d6d6;
}

.tours-section .slider-item .content .list li:last-child {
    margin-right: 0;
    font-size: 20px;
    margin-left: auto;
    color: #ffffff;
}

.tours-section .tours-slider .owl-nav {
    position: absolute;
    bottom: -15%;
    left: 47%;
}

.tours-section .tours-slider .owl-nav button[class*=owl-] {
    border: 1px solid #E93223;
}

.tours-section .tours-slider .owl-nav button[class*=owl-]:hover {
    background: #E93223;
    color: #ffffff;
}

.recent-tours-section .item-single {
    -webkit-perspective: 1000;
    perspective: 1000;
}

.recent-tours-section .item-single:hover .flip-content {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.recent-tours-section .item-single:hover .content {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
}

.recent-tours-section .item-single:hover .image {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.recent-tours-section .item-single .image {
    -webkit-transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
}

.recent-tours-section .item-single .image::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232324;
    background: -webkit-gradient(linear, left bottom, left top, from(#232324), to(rgba(9, 0, 49, 0.0508578)));
    background: linear-gradient(0deg, #232324 0%, rgba(9, 0, 49, 0.0508578) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232324", endColorstr="#232324", GradientType=1);
}

@media only screen and (max-width: 767px) {
    .recent-tours-section .item-single .image img {
        width: 100% !important;
    }
}

.recent-tours-section .item-single i {
    color: #d6d6d6;
    margin-right: 4px;
    vertical-align: -2px;
}

.recent-tours-section .item-single span {
    color: #d6d6d6;
}

.recent-tours-section .item-single .review i {
    margin-right: 0;
    color: #f4b316;
    vertical-align: -1px;
}

.recent-tours-section .item-single .review span {
    margin-left: 8px;
}

.recent-tours-section .item-single .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 0;
}

.recent-tours-section .item-single .title h3 {
    margin-bottom: 0;
}

.recent-tours-section .item-single .title span {
    color: #E93223;
    text-decoration: line-through;
}

.recent-tours-section .item-single a {
    color: #ffffff;
}

.recent-tours-section .item-single a:hover {
    color: #E93223;
}

.recent-tours-section .item-single .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recent-tours-section .item-single .list li {
    display: inline-block;
    margin-right: 12px;
    color: #d6d6d6;
}

.recent-tours-section .item-single .list li:last-child {
    color: #ffffff;
    margin-right: 0;
    font-size: 20px;
    margin-left: auto;
}

.recent-tours-section .item-single .content,
.recent-tours-section .item-single .flip-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 16px;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.recent-tours-section .item-single .content {
    opacity: 1;
}

.recent-tours-section .item-single .flip-content {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.recent-tours-section .item-single .flip-content h3 {
    margin-top: 15px;
    margin-bottom: 0;
}

.recent-tours-section .item-single .flip-content p {
    color: #d6d6d6;
    font-size: 15px;
}

.recent-tours-section .item-single .flip-content hr {
    margin: 0;
    border-top: 1px solid #39325a;
}

.recent-tours-section .item-single .flip-content .list {
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
    .tours-style-two .item-single img {
        width: 100%;
    }
}

.tours-style-two .item-single::after {
    opacity: 0;
}

.tours-style-two .item-single .content {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.tours-style-two .item-single:hover::after {
    opacity: 1;
}

.tours-style-two .item-single:hover .content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* Features   */
.features-section .item-single {
    position: relative;
    padding: 50px 30px;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px -2px 30px 0px rgba(102, 102, 102, 0.09);
    box-shadow: 0px -2px 30px 0px rgba(102, 102, 102, 0.09);
}

.features-section .item-single::before {
    position: absolute;
    content: '';
    top: 15px;
    right: -10px;
    width: 35px;
    height: 50px;
    border-radius: 3px;
    z-index: 1;
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    background: #E93223;
}

.features-section .item-single i {
    color: #E93223;
    font-size: 40px;
    margin-top: -3px;
}

.features-section .item-single h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.features-section .item-single p {
    margin-bottom: 20px;
    color: #232324;
}

.features-section .item-single .btn-primary {
    color: #E93223;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.features-section .item-single .btn-primary:hover {
    color: #ffffff;
    background-color: #E93223;
    border: 1px solid #E93223;
}

.features-section .item-single:hover {
    background: #E93223;
}

.features-section .item-single:hover i {
    color: #ffffff;
}

.features-section .item-single:hover h3  {
    color: #ffffff;
}
.features-section .item-single:hover h3 a {
    color: #ffffff;
}

.features-section .item-single:hover h3 a:hover {
    color: #E93223;
}

.features-section .item-single:hover p {
    color: #d6d6d6;
}

.features-section .item-single:hover .btn-primary {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.features-section .item-single:hover .btn-primary:hover {
    color: #ffffff;
    background-color: #E93223;
    border: 1px solid #E93223;
}

/*  Footer   */
.footer-area {
    /*background: #232324;
    padding: 50px 0;*/
    background: url('../img/slider/3.jpg') no-repeat scroll 0 0/cover;
    position: relative;
    z-index: 1;
}

.footer-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: -1;
}

.footer-area .footer-widget {
    margin-bottom: 30px;
}

.footer-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-area .navbar-brand {
    margin-bottom: 23px;
    padding: 0;
}

.footer-area h5 {
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 13px;
    font-size: 22px;
    color: #ffffff;
}

.footer-area p {
    margin-bottom: 20px;
    color: #d6d6d6;
}

.footer-area .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-area .contact-info .content {
    margin-bottom: 15px;
}

.footer-area .contact-info .content:last-child {
    margin-bottom: 0;
}

.footer-area .contact-info .content i {
    vertical-align: middle;
    margin-right: 10px;
    color: #E93223;
    font-size: 22px;
    display: inline-block;
}

.footer-area .contact-info .content a {
    color: #d6d6d6;
}

.footer-area .contact-info .content a:hover {
    color: #E93223;
}

.footer-area .footer-links li {
    margin-bottom: 15px;
}

.footer-area .footer-links li i {
    font-size: 12px;
}

.footer-area .footer-links li a {
    position: relative;
    color: #d6d6d6;
}

.footer-area .footer-links li a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #E93223;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-area .footer-links li a:hover {
    color: #E93223;
}

.footer-area .footer-links li a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.footer-area .footer-news .content a {
    font-weight: 400;
    display: inline-block;
    color: #d6d6d6;
    margin-bottom: 3px;
}

.footer-area .footer-news .content a:hover {
    color: #E93223;
}

.footer-area .footer-news .content span {
    font-size: 14px;
    color: #797979;
}

.footer-area .footer-news hr {
    margin: 15px 0;
}

.footer-area .instagram-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-area .instagram-post li {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    cursor: pointer;
}

.footer-area .instagram-post li::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(9, 0, 49, 0.5);
}

.footer-area .instagram-post li i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.footer-area .instagram-post li:hover::after {
    opacity: 1;
}

.footer-area .instagram-post li:hover i {
    opacity: 1;
}

.footer-area hr {
    margin: 0;
    border-top: 1px solid rgb(255 255 255 / 7%)
}

.footer-area .copy-right-area {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgba(25, 25, 25, 0.15);
}

.footer-area .copy-right-area .copy-right-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.footer-area .copy-right-area .copy-right-content a {
    color: #E93223;
}

/*  Title  */
.page-title-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-title-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .9;
    background: #232324;
    z-index: -1;
}

.page-title-area .bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-title-area .page-title-content {
    text-transform: capitalize;
    text-align: center;
}

.page-title-area .page-title-content h1 {
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: -10px;
    line-height: 1.2;
}

.page-title-area .page-title-content ul {
    padding: 0;
    margin: 0;
}

.page-title-area .page-title-content ul li {
    margin-right: 10px;
    padding-left: 15px;
    display: inline-block;
}

.page-title-area .page-title-content ul li:first-child {
    padding-left: 0;
}

.page-title-area .page-title-content ul li i {
    font-size: 14px;
    margin-left: -20px;
    margin-right: 10px;
    color: #ffffff;
    vertical-align: -1px;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: #E93223;
}

/*  Destinations Details  */
.box-hover {
    min-height: 210px;
    position: relative;
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.cover-background:hover{
    margin-top: -2px;
    transition: ease-in-out .1s;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .600);
}
.margin-30px-bottom {
    margin-bottom: 30px;
}

.box-hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.76);
    background: -webkit-linear-gradient(top, transparent, #000 116%);
    background: linear-gradient(-180deg, transparent, #000 116%);
    z-index: 0;
    width: 100%;
    height: 100%;
}




.destinations-details-section .section-title {
    margin-left: 0;
    text-align-last: left;
}

.destinations-details-section .destination-details-desc {
    padding-right: 40px;
}

@media only screen and (max-width: 767px) {
    .destinations-details-section .destination-details-desc {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destinations-details-section .destination-details-desc {
        padding-right: 20px;
    }
}

.destinations-details-section .destination-details-desc .image {
    overflow: hidden;
    border-radius: 3px;
}

.destinations-details-section .destination-details-desc .image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.destinations-details-section .destination-details-desc .image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
    .destinations-details-section .destination-details-desc .image img {
        width: 100%;
    }
}

.destinations-details-section .destination-details-desc .content h3 {
    margin-top: -4px;
    margin-bottom: 15px;
    font-size: 23px;
}

@media only screen and (max-width: 767px) {
    .destinations-details-section .destination-details-desc .content h3 {
        font-size: 20px;
    }
}

.destinations-details-section .destination-details-desc .content h3 a {
    color: #232324;
}

.destinations-details-section .destination-details-desc .content h3 a:hover {
    color: #E93223;
}

.destinations-details-section .destination-details-desc hr {
    margin-top: 0;
    margin-bottom: 30px;
}

.destinations-details-section .destination-details-desc .info-content {
    position: relative;
    padding: 25px 30px;
    margin-bottom: 25px;
    background: #f9f8fe;
    border-radius: 5px;
}

.destinations-details-section .destination-details-desc .info-content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.destinations-details-section .destination-details-desc .info-content .content-list h6 {
    font-weight: 400;
    color: #39325a;
    margin-bottom: 0;
}

.destinations-details-section .destination-details-desc .info-content .content-list h6 span {
    font-weight: 600;
}

.destinations-details-section .destination-details-desc .info-content .content-list i {
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    color: #E93223;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .destinations-details-section .destination-details-desc .info-content {
        padding: 16px;
    }
}

.destinations-details-section .destination-details-desc .comment-reply {
    padding-top: 20px;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form {
    padding: 30px;
    background: #f9f8fe;
    border-radius: 3px;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group {
    margin-bottom: 20px;
    padding-left: 16px;
    background: #ffffff;
    border-radius: 5px;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group .input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
    text-align: center;
    white-space: nowrap;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group .input-icon i {
    color: #4141a5;
    vertical-align: -2px;
    font-size: 20px;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group .input-icon.textarea {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 16px;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .input-group .form-control {
    padding-left: 0;
}

.destinations-details-section .destination-details-desc .comment-reply .comment-form .btn-primary {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .destinations-details-section .destination-details-desc .comment-reply .comment-form {
        padding: 20px 16px;
    }
}

.destinations-details-section .destination-details-desc .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.destinations-details-section .destination-details-desc .comments-area .comment-list .comment {
    margin-bottom: 15px;
}

.destinations-details-section .destination-details-desc .comments-area .comment-list .comment:last-child {
    margin-bottom: 0;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-author {
    margin-right: 16px;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-author img {
    max-width: 56px;
    border-radius: 50%;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content .comment-metadata .name {
    font-size: 18px;
    margin: 0;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content .list i {
    margin-right: 5px;
    vertical-align: middle;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content .list li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #4141a5;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content .list li:last-child {
    font-size: 12px;
    color: #797979;
}

.destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content p {
    margin-top: 5px;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .destinations-details-section .destination-details-desc .comments-area .comment-body .comment-author img {
        max-width: 46px;
    }

    .destinations-details-section .destination-details-desc .comments-area .comment-body .comment-content p {
        font-size: 14px;
    }
}

.destinations-details-section .destination-details-desc .comments-area .children {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 75px;
}

.destinations-details-section .destination-details-desc .comments-area .children .comment-body {
    margin-bottom: 0;
}

.destinations-details-section .destination-details-desc .comments-area .children .form-group {
    margin-bottom: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.destinations-details-section .destination-details-desc .comments-area .children .form-control {
    height: 46px;
    border: 1px solid #d1d1d1;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.destinations-details-section .destination-details-desc .comments-area .children .comment-author img {
    max-width: 46px;
}

.destinations-details-section .destination-details-desc .comments-area .children .btn-primary {
    margin-left: auto;
    padding: 8px 14px;
    height: 46px;
    font-size: 12px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
}

@media only screen and (max-width: 767px) {
    .destinations-details-section .destination-details-desc .comments-area .children {
        padding-left: 0;
    }
}

.destinations-details-section .widget-area .widget-search .search-form {
    position: relative;
    background-color: #fff;
}

.destinations-details-section .widget-area .widget-search .search-form .form-control {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
}

.destinations-details-section .widget-area .widget-search .search-form button {
    border: none;
    color: #797979;
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.destinations-details-section .widget-area .widget-search .search-form button i {
    vertical-align: middle;
}

.destinations-details-section .widget-area .widget-video {
    position: relative;
}

.destinations-details-section .widget-area .widget-video img {
    border-radius: 5px;
}

.destinations-details-section .widget-area .widget-video .video-btn {
    width: 60px;
    height: 60px;
}

.destinations-details-section .widget-area .widget-video .video-btn i {
    font-size: 20px;
}

.destinations-details-section .widget-area .widget-article .article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}

.destinations-details-section .widget-area .widget-article .article-item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    overflow: hidden;
}

.destinations-details-section .widget-area .widget-article .article-item .image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.destinations-details-section .widget-area .widget-article .article-item .content {
    padding-left: 10px;
}

.destinations-details-section .widget-area .widget-article .article-item .content i {
    color: #797979;
    margin-right: 4px;
    vertical-align: -1px;
}

.destinations-details-section .widget-area .widget-article .article-item .content span {
    font-size: 15px;
    color: #797979;
}

.destinations-details-section .widget-area .widget-article .article-item .content h3 {
    margin: 5px 0;
    font-size: 18px;
}

.destinations-details-section .widget-area .widget-article .article-item .content h3 a {
    color: #232324;
}

.destinations-details-section .widget-area .widget-article .article-item .content h3 a:hover {
    color: #E93223;
    text-decoration: underline;
}

.destinations-details-section .widget-area .widget-article .article-item .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.destinations-details-section .widget-area .widget-article .article-item .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

.destinations-details-section .widget-area .widget-article .article-item .content .list li:last-child {
    font-weight: 600;
    color: #E93223;
}

.destinations-details-section .widget-area .widget-article .article-item:last-child {
    margin-bottom: 0;
}

.destinations-details-section .widget-area .widget-article .article-item:hover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.destinations-details-section .widget-area .widget-article .article-item:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.destinations-details-section .widget-area .widget-gallery .instagram-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.destinations-details-section .widget-area .widget-gallery .instagram-post li {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    cursor: pointer;
}

.destinations-details-section .widget-area .widget-gallery .instagram-post li::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(9, 0, 49, 0.5);
}

.destinations-details-section .widget-area .widget-gallery .instagram-post li i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.destinations-details-section .widget-area .widget-gallery .instagram-post li:hover::after {
    opacity: 1;
}

.destinations-details-section .widget-area .widget-gallery .instagram-post li:hover i {
    opacity: 1;
}

.destinations-details-section h3.sub-title {
    line-height: 1;
    margin-top: -2px;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: capitalize;
}


/* Counter */
.projectFactsWrap{
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth{
    padding: 0;
}

.projectFactsWrap .item{
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1){
    background: #B71C1C;
}

.projectFactsWrap .item:nth-child(2){
    background: #C62828;
}

.projectFactsWrap .item:nth-child(3){
    background: #D32F2F;
}

.projectFactsWrap .item:nth-child(4){
    background: #E53935;
}

.projectFactsWrap .item p.number{
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
}


.projectFactsWrap .item span{
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}


.projectFactsWrap .item i{
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
    color: white;
}

.projectFactsWrap .item:hover span{
    background: white;
}

@media (max-width: 786px){
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}


/* Booking */
.booking-section .booking-form .form-group {
    margin-bottom: 20px;
    padding-left: 16px;
    background: #ffffff;
    border-radius: 5px;
}

.booking-section .booking-form .form-group .input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
    text-align: center;
    white-space: nowrap;
}

.booking-section .booking-form .form-group .input-icon i {
    color: #4141a5;
    vertical-align: -2px;
    font-size: 20px;
}

.booking-section .booking-form .form-group .input-icon.textarea {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 16px;
}

.booking-section .booking-form .form-group .form-control {
    padding-left: 0;
}

.booking-section .booking-form .btn-primary {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .booking-section .booking-form {
        padding: 20px 16px;
    }
}

.booking-section .booking-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.booking-section .booking-form .sub-title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
}

.booking-section .booking-form .content {
    margin-bottom: 30px;
}

.booking-section .booking-form .content h3 {
    font-size: 30px;
    margin-top: -7px;
    margin-bottom: 20px;
}

.booking-section .booking-form .payment-tabs .select-box {
    position: relative;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    margin-bottom: 15px;
    cursor: pointer;
}

.booking-section .booking-form .payment-tabs .select-box .form-control {
    padding: 5px 0 8px 18px;
}

.booking-section .booking-form .payment-tabs .select-box .date-select::-webkit-input-placeholder {
    color: #39325a;
}

.booking-section .booking-form .payment-tabs .select-box .date-select:-ms-input-placeholder {
    color: #39325a;
}

.booking-section .booking-form .payment-tabs .select-box .date-select::-ms-input-placeholder {
    color: #39325a;
}

.booking-section .booking-form .payment-tabs .select-box .date-select::placeholder {
    color: #39325a;
}

.booking-section .booking-form .payment-tabs .select-box .nice-select {
    float: unset;
    color: #575757;
    line-height: 20px;
}

.booking-section .booking-form .payment-tabs .select-box .nice-select .list {
    border-radius: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    overflow-y: scroll;
    max-height: 200px;
}

.booking-section .booking-form .payment-tabs .select-box .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #39325a;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.booking-section .booking-form .payment-tabs .select-box .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 500;
    color: #232324;
}

.booking-section .booking-form .payment-tabs .select-box .nice-select::after {
    right: 20px;
}

.booking-section .booking-form .payment-tabs .tab-content {
    padding: 30px 0 15px;
}

.booking-section .booking-form .payment-tabs .checkbox label {
    position: relative;
    padding-left: 1px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
    color: #797979;
}

.booking-section .booking-form .payment-tabs .checkbox label a {
    color: #E93223;
}

.booking-section .booking-form .payment-tabs .checkbox [type="checkbox"]:checked,
.booking-section .booking-form .payment-tabs .checkbox [type="checkbox"]:not(:checked) {
    display: none;
}

.booking-section .booking-form .payment-tabs .checkbox [type="checkbox"]:checked + label:after,
.booking-section .booking-form .payment-tabs .checkbox [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #E93223;
    position: absolute;
    top: 5.5px;
    left: 6px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.booking-section .booking-form .payment-tabs .checkbox [type="checkbox"]:checked + label::before,
.booking-section .booking-form .payment-tabs .checkbox [type="checkbox"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #E93223;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.booking-section .booking-form .payment-tabs .checkbox [type="checkbox"]:checked + label::before {
    border: 1px solid #E93223;
    background: unset;
}

.booking-section .booking-form .payment-tabs .checkbox [type="checkbox"]:not(:checked) + label:after {
    display: none;
}

.booking-section .booking-form .payment-tabs .link {
    text-align: right;
}

.booking-section .booking-form .payment-tabs .link a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

.booking-section .nav-tabs {
    border: none;
}

.booking-section .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    text-transform: uppercase;
    background: #ECEFF1;
    margin-right: 2px;
}

.booking-section .nav-tabs .active {
    color: #E93223;
    border: none;
    border-bottom: 2px solid #E93223;
    font-weight: bold;
    text-transform: uppercase;
}

.booking-section .item-single {
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .booking-section .item-single img {
        width: 100% !important;
    }
}

.booking-section .item-single .content {
    padding: 25px 16px;
}

.booking-section .item-single .content i {
    color: #797979;
    margin-right: 4px;
    vertical-align: -1px;
}

.booking-section .item-single .content span {
    color: #797979;
}

.booking-section .item-single .content h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.booking-section .item-single .content h3 a {
    color: #232324;
}

.booking-section .item-single .content h3 a:hover {
    color: #E93223;
}

.booking-section .item-single .content p {
    padding-top: 15px;
    font-size: 15px;
}

.booking-section .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.booking-section .item-single .content .list li:last-child {
    font-weight: 600;
    margin-right: 0;
    color: #E93223;
    margin-left: auto;
}

.booking-section .item-single:hover .list li:last-child {
    color: #4141a5;
}

.booking-section .info-content {
    position: relative;
    background: #f9f8fe;
    border-radius: 5px;
}

.booking-section .info-content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.booking-section .info-content .content-list h6 {
    font-weight: 400;
    color: #39325a;
    margin-bottom: 0;
}

.booking-section .info-content .content-list h6 span {
    font-weight: 600;
}

.booking-section .info-content .content-list i {
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    color: #E93223;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .booking-section .info-content {
        padding: 16px;
    }
}

.go-top {
    position: fixed;
    top: 50%;
    right: 3%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #E93223;
    padding: 8px 13px;
    border-radius: 50%;
    z-index: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
}

.go-top:hover i {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media only screen and (max-width: 767px) {
    .go-top {
        font-size: 18px;
    }
}

.go-top.active {
    top: 95%;
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
}

/* Preloader   */
#loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f9f8fe;
    z-index: 999999;
}

#loading .loader {
    position: relative;
    height: 15px;
    width: calc(15% - 20px);
    -webkit-transition: all 1s;
    transition: all 1s;
    background: transparent;
    border-radius: 50px;
    border: 3px solid #E93223;
    overflow: hidden;
}

#loading .loader:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    background: #E93223;
    -webkit-animation: loaderBar 1s infinite linear;
    animation: loaderBar 1s infinite linear;
}

@-webkit-keyframes loaderBar {
    from {
        right: 100%;
    }
    to {
        right: 0;
    }
}

@keyframes loaderBar {
    from {
        right: 100%;
    }
    to {
        right: 0;
    }
}

.owl-carousel .owl-nav button[class*=owl-] {
    width: 40px;
    height: 40px;
    background: #232324;
    margin-right: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    text-align: center;
    font-size: 26px;
    border-radius: 100%;
}

.owl-carousel .owl-nav button[class*=owl-] i {
    vertical-align: -2px;
}

.owl-carousel .owl-nav button[class*=owl-]:last-child {
    margin-right: 0;
}

.owl-carousel .owl-nav button[class*=owl-]:hover {
    background: #E93223;
    color: #ffffff;
}

/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 0;
    display: list-item;
}

.datepicker-days table thead {
    background: #E93223;
    color: #ffffff;
    border-radius: 0;
}

.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #E93223;
    color: #ffffff;
    border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th {
    padding: 6px 8px;
}

.table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th {
    padding: 6px 8px;
}

.table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 6px 8px;
}

.datepicker-months table thead td, .datepicker-months table thead th {
    border-radius: 0;
}

.datepicker-years table thead td, .datepicker-years table thead th {
    border-radius: 0;
}

.datepicker-decades table thead td, .datepicker-decades table thead th {
    border-radius: 0;
}

.datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #E93223;
    color: #ffffff;
    border-radius: 0;
}

.datepicker table tr td.active {
    background-image: none;
}

.datepicker table tr td.active:hover {
    background-image: none;
}

.datepicker table tr td.active.disabled {
    background-image: none;
}

.datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}

.datepicker .datepicker-switch {
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

.datepicker table tr td span.active {
    background-color: #E93223;
    background-image: none;
}

.datepicker table tr td span.active:hover {
    background-color: #E93223;
    background-image: none;
}

.datepicker table tr td span.active.disabled {
    background-color: #E93223;
    background-image: none;
}

.datepicker table tr td span.active.disabled:hover {
    background-color: #E93223;
    background-image: none;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0, 0, 0, 0.1);
}

.datepicker table tr td.active.active {
    background-color: #E93223;
}

.datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active {
    background-color: #E93223;
}

.datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active {
    background-color: #E93223;
}

.datepicker table tr td.active:active {
    background-color: #E93223;
}

.datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
    background-color: #E93223;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@-webkit-keyframes movescale {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes movescale {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #loading {
        display: none !important;
    }

    .nice-select {
        float: none;
        width: 100%;
    }
}

/*# Misc */

label.radio {
    cursor: pointer;
    text-indent: 35px;
    overflow: visible;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

label.radio:before {
    background: #E93223;
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

label.radio:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.25em;
    background: transparent;
    top: 9px;
    left: 5px;
    border: 2px solid #ffffff;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type=radio] {
    (0, 0, 0, 0.3);
    ove
}

input[type=radio]:checked + label:after {
    opacity: 1;
}

.gcs:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 600px;
    background: #E93223;
    opacity: 1;
    border-radius: 0 0 0 100px;
    transform: rotate(45deg);
    border: 1px solid #232324;
    outline: 4px dashed #ddd;
    outline-offset: 15px;

}

.gcs:after {
    position: absolute;
    content: "";
    top: 200px;
    left: -200px;
    width: 340px;
    height: 340px;
    background: #232324;
    opacity: 0.9;
    border-radius: 10%;
    transform: rotate(45deg);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .600);
}


.gcs-right:after {
    position: absolute;
    content: "";
    top: 20px;
    right: -200px;
    width: 340px;
    height: 340px;
    background: #E93223;
    opacity: 1;
    border-radius: 10%;
    transform: rotate(45deg);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .600);
}

/* Select */
select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


select.minimal {
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%),
            linear-gradient(to right, #ccc, #ccc);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image:
            linear-gradient(45deg, green 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, green 50%),
            linear-gradient(to right, #ccc, #ccc);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* Car List */
.car-list {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #E3F2FD;
}
.min-vh-30{min-height:310px}

.gcs-length {
    height: 26px;
    position: relative;
    padding-left: .8em;
    padding-top: .5em;
    border-left: 0.2em solid rgba(77, 145, 179, 0.72);
    font-size: .8em;
    line-height: 1em;
    font-weight: 600;
    background: #fff;
    font-style: italic;
    letter-spacing: 1px;
}
.gcs-length:before, .gcs-length:after {
    content: '\201C';
    color: #4d91b3;
}
.gcs-length:after {
    content: '\201D';
}

.terms-bg{
    background: #E0F7FA;
}

/*  CAr List Inc & Exc   */
.car-list-inc {
    /*background: #232324;
    padding: 50px 0;*/
    background: url('../img/slider/2.jpg') no-repeat scroll 0 0/cover;
    position: relative;
    z-index: 1;
}

.car-list-inc:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: -1;
}
/*  //Car List Inc & Exc   */

/* Tabs */

input[name="tabs"] {
    display: none;
}
input[name="tabs"]#tab-1:checked ~ .content .tab:nth-of-type(1) {
    display: inline-block;
}
input[name="tabs"]#tab-1:checked ~ .tabs label:nth-child(1) {
    color: #242b36;
}
input[name="tabs"]#tab-1:checked ~ .tabs label:nth-child(1):after {
    width: calc(100% - 40px);
    transition: 0.3s;
}
input[name="tabs"]#tab-2:checked ~ .content .tab:nth-of-type(2) {
    display: inline-block;
}
input[name="tabs"]#tab-2:checked ~ .tabs label:nth-child(2) {
    color: #242b36;
}
input[name="tabs"]#tab-2:checked ~ .tabs label:nth-child(2):after {
    width: calc(100% - 40px);
    transition: 0.3s;
}
input[name="tabs"]#tab-3:checked ~ .content .tab:nth-of-type(3) {
    display: inline-block;
}
input[name="tabs"]#tab-3:checked ~ .tabs label:nth-child(3) {
    color: #242b36;
}
input[name="tabs"]#tab-3:checked ~ .tabs label:nth-child(3):after {
    width: calc(100% - 40px);
    transition: 0.3s;
}
input[name="tabs"]#tab-4:checked ~ .content .tab:nth-of-type(4) {
    display: inline-block;
}
input[name="tabs"]#tab-4:checked ~ .tabs label:nth-child(4) {
    color: #242b36;
}
input[name="tabs"]#tab-4:checked ~ .tabs label:nth-child(4):after {
    width: calc(100% - 40px);
    transition: 0.3s;
}
.tabs {
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.3);
    overflow-X: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    white-space: nowrap;
}
.tabs label {
    display: inline-block;
    padding: 18px;
    position: relative;
    color: #546E7A;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.tabs label:after {
    content: '';
    background: #E93223;
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.1s;
}

.container .tab {
    display: none;
    background: #ffffff;
    padding: 20px;
}

/* Contact   */
.contact-section {
    overflow: hidden;
}

.contact-section .content {
    max-width: 409px;
    margin-left: auto;
}

.contact-section .info-content {
    position: relative;
    margin-bottom: 25px;
}

.contact-section .info-content .sub-title {
    margin-bottom: 20px;
}

.contact-section .info-content .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.contact-section .info-content .content-list h6 {
    font-weight: 400;
    color: #39325a;
    margin-bottom: 0;
}

.contact-section .info-content .content-list h6 span {
    font-weight: 600;
}

.contact-section .info-content .content-list i {
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    color: #fd5056;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .contact-section .info-content {
        padding: 16px;
    }
}

.contact-section .contact-map {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 100%;
    border: none;
    margin: 0;
}

.contact-section .contact-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0;
}

.main-form form {
    max-width: 600px;
    margin: auto;
    padding: 30px 10px;
    background: #f9f8fe;
    border-radius: 3px;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.main-form .form-group {
    margin-bottom: 20px;
    padding-left: 16px;
    background: #ffffff;
    border-radius: 5px;
}

.main-form .form-group .input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
    text-align: center;
    white-space: nowrap;
}

.main-form .form-group .input-icon i {
    color: #e63222;
    vertical-align: -2px;
    font-size: 20px;
}

.main-form .form-group .input-icon.textarea {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 16px;
}

.main-form .form-group .form-control {
    padding-left: 0;
}

.main-form .btn-primary {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .main-form {
        padding: 20px 16px;
    }
}

.main-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-form .help-block {
    position: absolute;
    bottom: 0;
}

.main-form .help-block ul li {
    font-size: 14px;
    color: #fd5056;
}

.main-form #msgSubmit {
    font-size: 20px;
    margin-top: 8px;
    color: #fd5056;
}

.main-form .btn-primary.disabled,
.main-form .btn-primary:disabled {
    background: #fd5056;
    border: 1px solid #fd5056;
}

.main-form .btn-primary.disabled:hover,
.main-form .btn-primary:disabled:hover {
    color: #fd5056;
    background: transparent;
    border: 1px solid #fd5056;
}

.main-form .sub-title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
}

.main-form .content {
    margin-bottom: 30px;
    text-align: center;
}

.main-form .content h3 {
    font-size: 30px;
    margin-top: -7px;
    margin-bottom: 5px;
}

.main-form .checkbox label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
    color: #090031;
}

.main-form .checkbox label a {
    color: #fd5056;
}

.main-form .checkbox [type="checkbox"]:checked,
.main-form .checkbox [type="checkbox"]:not(:checked) {
    display: none;
}

.main-form .checkbox [type="checkbox"]:checked + label:after,
.main-form .checkbox [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #fd5056;
    position: absolute;
    top: 5.5px;
    left: 6px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-form .checkbox [type="checkbox"]:checked + label::before,
.main-form .checkbox [type="checkbox"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #fd5056;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-form .checkbox [type="checkbox"]:checked + label::before {
    border: 1px solid #fd5056;
    background: unset;
}

.main-form .checkbox [type="checkbox"]:not(:checked) + label:after {
    display: none;
}

.main-form .link {
    text-align: right;
}

.main-form .link a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

/* Services */
.home-blog {
    padding:0;
}
@media (min-width: 992px) {
    .home-blog {
        padding:0;
    }
}
.home-blog .section-title {
    padding:0;
}
.home-blog .media {
    margin-top: 0;
}
@media (min-width: 768px) {
    .home-blog .media {
        margin-bottom: 20px;
    }
}
.bg-sand {
    background-color: #f5f5f6;
}
.media.blog-media {
    margin-bottom: 30px;
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media {
        display: table;
    }
}

.media.blog-media > a {
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media > a {
        display: table-cell;
        vertical-align: top;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media > a {
        min-width: 230px;
    }
}
.media.blog-media > a:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s;
    background: rgba(0,0,0, 0.3);
}
.media.blog-media > a img {
    width: 100%;
}
.media.blog-media:hover > a:before {
    opacity: 1;
    transform: scale(1);
}
.media.blog-media:hover .circle {
    background-color: rgba(255, 255, 255, 0.9);
}
.media.blog-media:hover .circle .day,
.media.blog-media:hover .circle .month {
    color: #222;
}
.media.blog-media:hover .media-body h5 {
    color: #E93223;
}
.media.blog-media:hover .media-body a.post-link {
    color: #E93223;
    text-decoration: underline;
}
.media.blog-media .media-body {
    border: 1px solid #efeff3;
    padding: 30px 30px 10px;
    font-size: 14px;
    background: #fff;
    border-top: none;
}
@media (min-width: 992px) {
    .media.blog-media .media-body {
        padding: 15px 20px 10px;
        border-top: 1px solid #efeff3;
        border-left: none;
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body {
        padding: 30px 20px 10px;
    }
}
.media.blog-media .media-body h5 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .media.blog-media .media-body h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.media.blog-media .media-body a.post-link {
    display: block;
    color: #222;
    font-size: 11px;
    padding: 23px 0;
    text-transform: uppercase;
    font-weight: 400;
}
@media (min-width: 992px) {
    .media.blog-media .media-body a.post-link {
        padding: 7px 0;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body a.post-link {
        padding: 23px 0;
    }
}
.media.blog-media .media-body ul {
    position: relative;
    padding: 10px 0 0;
}
.media.blog-media .media-body ul li {
    display: inline-block;
    width: 49%;
    position: relative;
}
.media.blog-media .media-body ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #eeeef2;
}
.media.blog-media .media-body ul li:first-child:before {
    visibility: hidden;
}
.media.blog-media .media-body ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eeeef2;
}


/* Destination LISTing  */
.desti-list .item-single {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.desti-list .item-single::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(9, 0, 49, 0.0508578)));
    background: linear-gradient(0deg, #000000 0%, rgba(9, 0, 49, 0.0508578) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090031",endColorstr="#090031",GradientType=1);
}

.desti-list .item-single .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 16px;
    width: 100%;
    z-index: 1;
}

.desti-list .item-single .content i {
    color: #d6d6d6;
    margin-right: 4px;
    vertical-align: -2px;
}

.desti-list .item-single .content span {
    color: #d6d6d6;
}

.desti-list .item-single .content .review i {
    margin-right: 0;
    color: #f4b316;
    vertical-align: -1px;
}

.desti-list .item-single .content .review span {
    margin-left: 8px;
}

.desti-list .item-single .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 0;
}

.desti-list .item-single .content .title h3 {
    margin-bottom: 0;
}

.desti-list .item-single .content .title h3 a {
    color: #ffffff;
}

.desti-list .item-single .content .title h3 a:hover {
    color: #fd5056;
}

.desti-list .item-single .content .title span {
    color: #fd5056;
    text-decoration: line-through;
}

.desti-list .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.desti-list .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #d6d6d6;
}

.desti-list .item-single .content .list li:last-child {
    color: #ffffff;
    margin-right: 0;
    font-size: 20px;
    margin-left: auto;
}

.desti-list .item-single .discount {
    position: absolute;
    top: -20px;
    right: 10px;
    border-radius: 50%;
    padding: 30px 10px 15px 10px;
    background: #fd5056;
    text-align: center;
}

.desti-list .item-single .image img {
    min-height: 330px;
    max-height: 350px;
}

.desti-list .item-single .discount span {
    font-size: 14px;
    display: block;
    color: #ffffff;
}

.last-offer-section .item-single {
    position: relative;
    overflow: hidden;
}

.last-offer-section .item-single img {
    border-radius: 5px;
}

.last-offer-section .item-single .content {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 15px;
    background: #ffffff;
    border-radius: 7px;
    padding: 25px 16px;
    width: 100%;
    max-width: calc(100% - 30px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.last-offer-section .item-single .content i {
    color: #797979;
    margin-right: 4px;
    vertical-align: -1px;
}

.last-offer-section .item-single .content span {
    color: #797979;
}

.last-offer-section .item-single .content h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.last-offer-section .item-single .content h3 a {
    color: #090031;
}

.last-offer-section .item-single .content h3 a:hover {
    color: #fd5056;
}

.last-offer-section .item-single .content p {
    padding-top: 15px;
    display: none;
    font-size: 15px;
}

.last-offer-section .item-single .content .list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.last-offer-section .item-single .content .list li {
    display: inline-block;
    margin-right: 12px;
    color: #797979;
}

.last-offer-section .item-single .content .list li:last-child {
    font-weight: 600;
    margin-right: 0;
    color: #fd5056;
    margin-left: auto;
}

.last-offer-section .item-single .content .discount {
    position: absolute;
    top: -20px;
    right: 10px;
    border-radius: 50%;
    padding: 30px 10px 15px 10px;
    background: #fd5056;
    text-align: center;
}

.last-offer-section .item-single .content .discount span {
    font-size: 14px;
    display: block;
    color: #ffffff;
}

.last-offer-section .item-single .spacer {
    width: 100%;
    min-height: 150px;
}
/* About Team */
.team-section .item-single {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 20px -3px rgba(63, 39, 39, 0.18);
    box-shadow: 0px 8px 20px -3px rgba(63, 39, 39, 0.18);
}

.team-section .item-single img {
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .team-section .item-single img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-section .item-single img {
        width: 100%;
    }
}

.team-section .item-single .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 18px 16px;
    width: 100%;
    text-align: center;
}

.team-section .item-single .content .title h3 {
    margin-bottom: 0;
}

.team-section .item-single .content .title span {
    color: #39325a;
}

.team-section .item-single .content .social-link {
    display: none;
}

.team-section .item-single:hover .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 20px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 40px);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-animation: zoomIn .3s linear;
    animation: zoomIn .3s linear;
}

.team-section .item-single:hover .content .title {
    margin-bottom: 20px;
}

.team-section .item-single:hover .content .title h3 {
    color: #ffffff;
}

.team-section .item-single:hover .content .title span {
    color: #d6d6d6;
}

.team-section .item-single:hover .content .social-link {
    display: block;
}


/* Daywise Itinerary */
.itinerr h2{
    font-size: 20px;
    color: #e93223;
}
ul.itinerary {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

/* itinerary vertical line */
ul.itinerary:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
    box-shadow: 2px 2px 5px -1px #939393;
}

li.itinerary-item {
    margin: 20px 0;
}

/* itinerary item arrow */
.itinerary-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* itinerary item circle marker */
li.itinerary-item::before {
    content: ' ';
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/*Misc*/
.priceheading h2{
    font-size: 24px;
    color: #545454;
}


.trip-type-st {
    letter-spacing: .8px;
    height: 24px;
    position: absolute;
    background-color: #383838;
    font-size: 11px;
    padding: 4px 10px 4px 20px;
    text-transform: uppercase;
    right: 0px;
    top: 0px;
    border-radius: 0px 0px 0 26px;
    z-index: 9;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 .2rem 1rem rgba(0,0,0,.2)!important;
}
.kms{
    font-size: 13px;
    text-align: center;
    color: #313030;
    font-weight: bold;
}

.carbottom:before {
    content: "";
    background: url(../../assets/img/toyota-offer-2.png);
    position: absolute;
    width: 400px;
    height: 213px;
    background-repeat: no-repeat;
    bottom: -10px;
    z-index: 0;
    right: 0;
    background-position: center right;
    opacity: 0.1;
}

.cartopleft:before {
    content: "";
    background: url(../../assets/img/toyota-offer-2.png);
    position: absolute;
    width: 400px;
    height: 213px;
    background-repeat: no-repeat;
    top: -10px;
    z-index: 0;
    left: 0;
    background-position: center right;
    opacity: 0.1;
}
.book-carr {
    box-shadow:inset 0px 1px 0px 0px #cf866c;
    background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    background-color:#d0451b;
    border-radius:3px;
    border:1px solid #942911;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    padding:6px 16px;
    text-decoration:none;
    text-shadow:0px 3px 0px #854629;
}
.book-carr:hover {
    background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    background-color:#bc3315;
    color: #fff;
}
.book-carr:active {
    position:relative;
    top:1px;
}
/*Translate*/

#google_translate_element {
    margin-bottom: 0;
}
#google_translate_element select{
    border-radius: 4px;
    display: inline-block;
    line-height: 1.5em;
    padding: 0.05em .5em 0.05em .5em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #e93223;
    color: #fff;
    border: 1px solid #333;
}


.translated-ltr {
    margin-top: 0;
}

.goog-te-banner-frame {
    display: none;
    margin-top: 0px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget {
    display: flex !important;
}