/* =========================================

=========================================
This files table contents are outlined below
============================
Table of Content
============================
- Typography
- Title
- Button
- Form
- Checkbox & Radio Button
- Button Back Top
- Header
- Top Bar
- Slide Section
- Tab Search Section
- Awesome Tours Section
- Services Tour Section
- Number Features Section
- About Us Section
- CTA Section
- Featured Hotel Section
- Our Client Section
- News Section
- Contact Us Section
- Footer
- Breadcrumb Style
- Page About
- Our Value Section
- Tour Guide Section
- Our Presence Section
- Page Tour List
- Page Tour Detail
- Page Hotel List
- Page Hotel Detail
- Page Blog List
- Page Blog Detail
- Page Contact
- Page Car Result List
- Page Car Detail
- Page Login
- Page Register
- Page 404
- Page FAQ

/* ================ Default CSS ================= */

html * {
    outline: 0 !important;
}

html,
body {
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.custom-control-input:focus {
    box-shadow: none !important;
}

.custom-select:focus {
    box-shadow: none !important;
}

.custom-control-label::before {
    box-shadow: none !important;
}

/* ===== Typography ===== */

h1 {
    font-size: 36px;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    font-weight: bold;
}

h3 {
    font-size: 28px;
    font-weight: bold;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}

h5 {
    font-size: 20px;
    font-weight: bold;
}

h6 {
    font-size: 18px;
    font-weight: bold;
}

p {
    font-size: 15px;
    font-weight: 300;
    color: #3c424a;
    line-height: 23px;
}

/* ===== Title ===== */

.title-page {
    margin-bottom: 40px;
}

.title-page h1 {
    color: #f0f0f0;
    font-size: 100px;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

.title-page h3 {
    font-size: 30px;
    text-transform: uppercase;
    top: 45px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    color: #353535;
    font-weight: 900;
}

hr.line-title {
    position: relative;
    width: 70px;
    top: -28px;
    border-top: 4px solid rgb(49, 111, 254);
}

.title-subpage {
    margin-bottom: 48px;
}

.title-subpage h1 {
    color: #f0f0f0;
    font-size: 48px;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: inline-block;
}

.title-subpage h3 {
    font-size: 24px;
    text-transform: uppercase;
    top: -8px;
    position: relative;
    width: 100%;
    left: -85px;
    right: 0;
    color: #353535;
    font-weight: 900;
    display: inline;
}

.title-subpage h3:before {
    content: "";
    height: 5px;
    width: 80px;
    background: #316ffe;
    position: absolute;
    bottom: -14px;
}

hr.line-subtitle {
    position: relative;
    width: 70px;
    border-top: 4px solid rgb(49, 111, 254);
    margin: auto;
    margin-left: 220px;
}

/* ===== Button ===== */

.btn {
    text-transform: uppercase;
    font-size: 14px;
    padding: 16px 28px;
    font-weight: 700;
    border-radius: 4px;
    width: 180px;
    transition: all 0.4s;
}

.btn-primary {
    border: 2px solid #316ffe;
    background: #316ffe;
    color: #ffffff;
}

.btn-primary:hover {
    border-color: #316ffe !important;
    background: #316ffe;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    border-color: #316ffe !important;
    background: #316ffe;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

}
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    background: #1565C0;
    box-shadow: none;
    color: #fff;
    border: 2px solid #316ffe;
}

.btn-secondary {
    background: #33ca53;
    color: #ffffff;
    border: 3px solid #33ca53;
}

.btn-secondary:hover {
    background: #343a40;
    color: #fff;
    border: 3px solid #343a40;
}

.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background: #fff;
    color: #191b1d;
    border: 3px solid #fff;
    box-shadow: none;
}

.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #191b1d;
    border: 3px solid #fff;
    box-shadow: none;
}

/* ===== Form ===== */

.form-group label {
    font-weight: bold;
}

input.form-control {
    border-radius: 4px;
    height: 45px;
    position: relative;
    border: 2px solid #e9ecef;
    font-size: 15px;
    font-weight: 300;
}

.form-control:focus {
    color: #495057;
    border-color: #316ffe;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

textarea.form-control {
    border: 2px solid #adadad;
    border-radius: 0px;
}

input.form-control::placeholder {
    color: #a5a5a5;
}

input.form-control.date::placeholder {
    color: #a5a5a5;
}

/* ===== Checkbox & Radio Button ===== */

.check-box {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    transition: all 0.2s;
    border-radius: 4px;
}

.check-box input:checked ~ .checkmark {
    background-color: #33ca53;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box input:checked ~ .checkmark:after {
    display: block;
}

.check-box .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*===== Radio Button ======*/
.group-radio {
    text-align: center;
    margin-bottom: 18px;
}

.rdio {
    position: relative;
}

.rdio input[type="radio"] {
    opacity: 0;
}

.rdio label {
    padding-left: 14px;
    cursor: pointer;
}

.rdio label:before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #dee2e6;
    background: #fff;
}

.rdio input[type="radio"] {
    margin: 0px;
}

.rdio input[type="radio"]:disabled + label {
    color: #999;
}

.rdio input[type="radio"]:disabled + label:before {
    background-color: #fbc52d;
}

.rdio input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #33ca52;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

/* ===== Button Back Top ===== */

.back-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #316ffe;
    background-color: #316ffe;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    z-index: 100;
    color: #fff;
    top: 0;
    opacity: 0;
    transition: all 0.9s linear 0s;
}

.back-top a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 40px;
    height: 40px;
    animation: ripple 1.6s ease-out infinite;
    opacity: 1;
    background: #2c62de;
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.back-top {
    position: relative;
    top: 0;
    display: block;
}

.back-top.active a {
    opacity: 1;
    top: 90%;
}

.back-top a:hover {
    background-color: #33ca53;
    border: 2px solid #33ca53;
    color: #fff;
}

/*===== Preloader =====*/

.spinner-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.logo-spinner {
    position: absolute;
    top: 38%;
    left: 50%;
    text-align: center;
    margin-left: auto;
    transform: translate(-50%, -50%);
}

.spinner {
    position: absolute;
    top: 50%; /* centers the loading animation vertically one the screen */
    left: 50%; /* centers the loading animation horizontally one the screen */
    width: 3.75rem;
    height: 3.25rem;
    margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */
    text-align: center;
}

.spinner > div {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #316ffe;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background-color: #01a8cc !important;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #f3742a !important;
}

.spinner .bounce3 {
    background-color: #ef1f3a !important;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* ============= Header ============= */

/*Top Bar*/

.header-topbar {
    font-size: 14px;
    padding: 8px 0px;
    border-bottom: 1px solid #ffffff73;
}

.header-topbar.bg-blue {
    background: #316ffe;
}

ul.topbar-left li {
    border-right: 1px solid #fff;
    padding-right: 12px;
}

ul.topbar-left li a {
    color: #ffffff;
}

ul.topbar-left li a:hover {
    text-decoration: none;
}

ul.topbar-left.list-unstyled.list-inline.float-left {
    display: inline-flex;
    margin: 0px;
}

ul.topbar-left li:nth-child(2) {
    padding-left: 12px;
    border: 0px;
}

ul.dropdown-language.list-unstyled li a {
    padding: 8px 48px;
    display: block;
    padding-left: 12px;
    color: #505050;
    transition: all 0.4s;
}

ul.dropdown-language.list-unstyled li a:hover {
    text-decoration: none;
    background: #316ffe;
    color: #fff;
}

ul.dropdown-language.list-unstyled li:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
}

ul.dropdown-language.list-unstyled li:nth-child(1) {
    border: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #ececec;
}

li.language img {
    margin-right: 8px;
    margin-top: -3px;
}

li.language i,
li.monney i {
    margin-left: 4px;
    position: relative;
}

ul.dropdown-language.list-unstyled {
    position: absolute;
    background: #fff;
    z-index: 99;
    top: 29px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.4s;
}

ul.dropdown-monney.list-unstyled {
    position: absolute;
    background: #fff;
    z-index: 99;
    top: 29px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.4s;
}

ul.dropdown-money.list-unstyled li:nth-child(1) {
    border-bottom: 1px solid #ececec;
}

ul.dropdown-monney.list-unstyled li:nth-child(2) {
    padding-left: 0px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

ul.dropdown-monney.list-unstyled li a {
    padding: 8px 93px;
    display: block;
    padding-left: 12px;
    color: #505050;
    transition: all 0.4s;
}

ul.dropdown-monney.list-unstyled li a:hover {
    transition: all 0.4s;
    background: #316ffe;
    text-decoration: none;
    color: #fff;
}

ul.dropdown-monney.list-unstyled li {
    border-right: none;
    padding-right: 0px;
}

ul.topbar-right {
    display: inline-flex;
    margin: 0px;
}

ul.topbar-right li {
    border-right: 1px solid #ffffff;
    padding-right: 18px;
}

ul.topbar-right li:nth-child(2) {
    padding-left: 18px;
    border: 0px;
}

.topbar-login a,
.topbar-register a {
    color: #ffffffde;
    transition: all 0.4s;
}

.topbar-login a:hover,
.topbar-register a:hover {
    text-decoration: none;
    color: #ffffff;
}

.topbar-login a i,
.topbar-register a i {
    margin-right: 8px;
}

.hide {
    transform: scale(0);
}

/*Header style*/

.base-header {
    background-color: #fff0;
}

.header-default {
    line-height: 80px;
    width: 100%;
}

.header-default.header-style-2 {
    border-bottom: 1px solid #ffffff73;
}

.header {
    transition: all 0.4s;
    position: relative;
    z-index: 14;
}

.header-default.hide-menu {
    top: -120px !important;
    position: fixed;
    transition: all 0.6s ease;
}

.header-default.header-style-2.header-fixed {
    position: fixed;
    top: 0;
    transition: all 0.6s ease;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 99999;
    height: 65px;
}

.header-default.header-fixed {
    position: fixed;
    top: 0;
    transition: all 0.6s ease;
    left: 0;
    right: 0;
    background: #316ffe;
    z-index: 99999;
    height: 65px;
}

.brand-logo a {
    display: block;
}

.header-style-2 .navbar ul.navbar-nav li a.nav-link {
    color: #212529;
}

.header-style-2 .navbar ul.navbar-nav li a.nav-link.active {
    color: #212529 !important;
}

.header-style-2 ul.navbar-nav a.nav-link.active:before {
    position: absolute !important;
    height: 2px !important;
    content: '' !important;
    transition: all 0.4s ease;
    background: #316ffe !important;
    bottom: 18px !important;
    width: 100% !important;
}

.header-style-2 ul.navbar-nav li a.nav-link:before {
    position: absolute;
    height: 2px;
    content: '';
    transition: all 0.4s ease;
    background: #316ffe;
    bottom: 14px;
    width: 0;
}

.header-default.header-style-2 .logo-white {
    display: block;
    text-align: center;
}

.header-default.header-style-2 .brand-logo {
    width: 100%;
    display: block;
    line-height: 60px;
    padding-top: 10px;
}

.header-default.header-style-2.header-fixed .brand-logo {
    display: inline-block;
    width: auto;
}

.header-style-2 nav.navbar.navbar-expand-lg {
    float: none !important;
    margin: auto;
    display: table;
}

.header-default.header-style-2.header-fixed nav.navbar.navbar-expand-lg {
    float: right !important;
    display: inline-block;
    margin: 0;
}

.header-style-2 ul.navbar-nav {
    margin: auto;
    margin-left: 46px;
}

.logo-black {
    display: none;
}

.header-fixed .brand-logo a {
    line-height: 65px;
    margin-top: -10px;
    display: block;
}

.brand-logo {
    display: inline-block;
}

.header-fixed .brand-logo .logo-white {
    height: 65px;
    display: block !important;
}

.header-fixed .brand-logo .logo-black {
    display: none !important;
}

.header-fixed .brand-logo {
    height: 65px;
    margin-top: -5px;
}

.header-default.header-style-2 .header-fixed .brand-logo {
    display: inline-block;
}

.header-fixed .brand-logo .logo-white img {
    margin-top: -15px;
}

.base-header.bg-white .brand-logo .logo-white {
    display: none;
}

.base-header.bg-white .brand-logo .logo-black {
    display: block;
}

.base-header.bg-white .navbar ul.navbar-nav li a.nav-link {
    color: #212529;
}

.base-header.bg-white .navbar ul.navbar-nav li a.nav-link:hover {
    color: #316ffe;
}

.base-header.bg-white a.nav-link.active {
    color: #316ffe !important;
}

.base-header.bg-white .header-fixed .navbar ul.navbar-nav li a.nav-link {
    color: #ffffff9c;
}

.base-header.bg-white .header-fixed .navbar ul.navbar-nav li a.nav-link:hover {
    color: #fff;
}

.base-header.bg-white .header-fixed a.nav-link.active {
    color: #ffffff !important;
}

.bg-white ul.navbar-nav a.nav-link.active:before {
    position: absolute !important;
    height: 2px !important;
    content: '' !important;
    transition: all 0.4s ease;
    background: #316ffe !important;
    bottom: 18px !important;
    width: 100% !important;
}

.bg-white ul.navbar-nav li a.nav-link:before {
    position: absolute;
    height: 2px;
    content: '';
    transition: all 0.4s ease;
    background: #316ffe;
    bottom: 14px;
    width: 0;
}

.bg-white .header-fixed ul.navbar-nav a.nav-link.active:before {
    position: absolute !important;
    height: 2px !important;
    content: '' !important;
    transition: all 0.4s ease;
    background: #ffffff !important;
    bottom: 18px !important;
    width: 100% !important;
}

.bg-white .header-fixed ul.navbar-nav li a.nav-link:before {
    position: absolute;
    height: 2px;
    content: '';
    transition: all 0.4s ease;
    background: #ffffff;
    bottom: 14px;
    width: 0;
}

.navbar {
    padding: 0px;
}

nav.navbar.for-mobile {
    display: none;
}

nav.navbar.navbar-expand-lg.float-right.for-mobile {
    display: none;
}

.icon-nav-mobile-open {
    display: none;
}

.icon-nav-mobile-close {
    display: none;
}

.navbar ul.navbar-nav li a.nav-link {
    padding: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #ffffffb8;
    transition: all 0.4s;
    position: relative;
    line-height: 80px;
    margin-right: 40px;
}

.header-fixed .navbar ul.navbar-nav li a.nav-link {
    line-height: 65px;
}

a.nav-link.active {
    color: #ffffff !important;
}

ul.navbar-nav a.nav-link.active:before {
    position: absolute !important;
    height: 2px !important;
    content: '' !important;
    transition: all 0.4s ease;
    background: #ffffff !important;
    bottom: 18px !important;
    width: 100% !important;
}

ul.navbar-nav li a.nav-link:before {
    position: absolute;
    height: 2px;
    content: '';
    transition: all 0.4s ease;
    background: #ffffff;
    bottom: 14px;
    width: 0;
}

ul.navbar-nav li.nav-item.btn-search a.nav-link:before {
    background: transparent;
}

.navbar ul.navbar-nav li:hover a.nav-link:before {
    color: #ffffff;
    width: 50px;
    transition: all 0.4s ease;
}

ul.navbar-nav li a.nav-link:hover {
    color: #ffffff;
}

.navbar-nav ul li a {
    text-transform: uppercase;
    color: #363638;
    padding: 24px 18px;
}

ul.sub-menu a.dropdown-item {
    padding: 8px 32px;
    transition: all 0.2s;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 32px;
    display: block;
    font-weight: 500;
    width: 180px;
}

ul.sub-menu a.dropdown-item:hover {
    background: #316ffe;
    color: #fff;
}

.dropdown-menu a.dropdown-item {
    padding: 12px 32px;
}

ul.navbar-nav li a i {
    margin-left: 4px;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

ul.navbar-nav li .sub-menu {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    list-style: none;
    background: #ffffff;
    position: absolute;
    padding: 0;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    z-index: 9999;
}

ul.navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}

ul.navbar-nav li:hover i {
    transform: rotate(360deg);
    transition: all 0.4s ease;
}

ul.navbar-nav li.nav-item.btn-search:hover i {
    transform: rotate(0deg);
    transition: all 0.4s ease;
}

ul.navbar-nav li i {
    transition: all 0.4s ease;
}

.nav-search {
    position: absolute;
    top: 75px;
    right: 21px;
    padding: 20px;
    background-color: #ffffff26;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transition: all 0.4s;
    opacity: 1;
    z-index: 1;
}

.nav-search.hide {
    display: block;
    opacity: 0;
    right: -100px;
}

.nav-search form input[type='text'] {
    display: table-cell;
    width: 225px;
    height: 40px;
    padding: 0 20px;
    border: none;
    background: #f7f7f7;
    margin-right: -4px;
}

.nav-search form .searchbutton {
    position: relative;
    top: -1px;
    display: table-cell;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border: none;
    background-color: #33ca53;
    box-shadow: none;
    color: #fff;
}

/* ======= Content Page ======= */

/* ============= Slide Section ============= */

.bg-slide {
    top: -200px;
    margin-bottom: -200px;
    background: url(../img/bg-slide-3.jpg);
    background-attachment: fixed;
    min-height: 900px;
    background-position: center;
    position: relative;
    background-size: cover;
    width: 100%;
}

.bg-slide.bg-home2 {
    background: url(../img/bg-slide-home2.jpg);
    background-attachment: fixed;
    background-position: center;
    min-height: 700px;
    margin-bottom: 0px;

    top: 0px;
}

.bg-slide.bg-home3 {
    background: url(../img/bg-slide-home3.jpg);
    background-attachment: fixed;
    background-position: center;
    min-height: 900px;
    margin-bottom: 0px;
    top: -200px;
    margin-bottom: -200px;
    background-position: center;
    position: relative;
    background-size: cover;
    width: 100%;
}

.bg-slide .text-slide h1 {
    font-size: 120px;
    letter-spacing: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.bg-slide .text-slide h3 {
    font-weight: 100;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.text-slide .button-slide {
    margin-top: 32px;
}

.bg-slide.bg-home2 .text-slide {
    margin-left: 60px;
    margin-top: 24px;
}

.bg-slide.bg-home2 .text-slide h1 {
    font-size: 48px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.bg-slide.bg-home2 .text-slide h3 {
    font-size: 28px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
    margin-top: 8px;
}

.bg-slide.bg-home3 .text-slide h1 {
    font-size: 60px;
    letter-spacing: 18px;
    text-transform: uppercase;
    color: #5f7481;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.bg-slide.bg-home3 .text-slide {
    margin-bottom: 48px;
    margin-top: 36px;
}

.bg-slide.bg-home3 .text-slide h3 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 300;
    margin-top: 8px;
    color: #5f7481;
    font-family: 'Roboto', sans-serif;
}

.bg-slide.bg-home2 .text-slide .button-slide {
    margin-top: 24px;
}

.bg-slide.bg-home2 .text-slide h4 {
    margin-top: 32px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.bg-slide.bg-home2 .text-slide span {
    font-size: 42px;
    color: #fff;
    display: block;
    font-weight: 300;
}

.bg-wave-top {
    height: 150px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    z-index: 8;
}

.bg-wave-top .wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: 1000px 100px;
}

.bg-wave-top .wave.wave1 {
    z-index: 10;
    opacity: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    bottom: 0;
    -webkit-animation: animation 30s linear infinite;
    animation: animation 30s linear infinite;
}

.bg-wave-top .wave.wave2 {
    z-index: 8;
    opacity: 0.5;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    bottom: 10px;
    -webkit-animation: animation2 15s linear infinite;
    animation: animation2 15s linear infinite
}

.bg-wave-top .wave.wave3 {
    z-index: 9;
    opacity: 0.2;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    bottom: 15px;
    -webkit-animation: animation 30s linear infinite;
    animation: animation 30s linear infinite
}

.bg-wave-top .wave.wave4 {
    z-index: 7;
    opacity: 0.7;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    bottom: 20px;
    -webkit-animation: animation2 5s linear infinite;
    animation: animation2 5s linear infinite
}

@-webkit-keyframes animation {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: 1000px
    }
}

@keyframes animation {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: 1000px
    }
}

@-webkit-keyframes animation2 {
    0% {
        background-position-x: 1000px
    }
    100% {
        background-position-x: 0px
    }
}

@keyframes animation2 {
    0% {
        background-position-x: 1000px
    }
    100% {
        background-position-x: 0px
    }
}

/* ============= Tab Search Section ============= */

.tab-search {
    padding: 30px 0px;
    background: #316ffe;
    padding-bottom: 70px;
}

.base-tab-list .nav-pills {
    border-bottom: 1px solid #ffffff;
}

.tab-home-3 .base-tab-list .nav-pills {
    border: none !important;
}

.base-tab-list .nav-pills a.active {
    border-radius: 4px 4px 0px 0px;
    background: #30bb4e;
    text-transform: uppercase;
    color: #fff !important;
}

.base-tab-list .nav-pills li.nav-item {

}

.base-tab-list .nav-pills a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 24px;
    transition: all 0.4s;
    font-size: 14px;
    border-radius: 4px 4px 0px 0px;
}

.base-tab-list .nav-pills a:hover {
    background: #30bb4e;
}

.tab-home-3 .base-tab-list .nav-pills a:hover {
    color: #ffffff;
}

.base-tab-list .nav-pills a i {
    margin-right: 8px;
}

.base-find-flight h1,
.base-find-hotel h1,
.base-find-tour h1,
.base-find-car h1 {
    font-family: 'Raleway', sans-serif;
    margin-top: 32px;
    margin-bottom: 18px;
    color: #ffffff;
}

.group-btn-flight i {
    margin-right: 4px;
    transition: all 0.4s;
    width: 25px;
    height: 25px;
    text-align: center;
    transform: rotate(0deg);
    line-height: 25px;
}

.group-btn-flight a.btn.btn-primary, .group-btn-flight button.btn.btn-primary {
    margin: auto;
    background: #33ca53;
    border: 2px solid #33ca53;
    width: 185px;
    display: block;
    transition: all 0.4s;
}

.group-btn-flight a.btn.btn-primary:hover i {
    transform: rotate(90deg);
    transition: all 0.4s ease;
}

.group-btn-flight a.btn.btn-primary:hover {
    background: #33ca53;
    border: 2px solid #33ca53 !important;
    color: #fff;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.group-btn-flight {
    text-align: center;
    position: absolute;
    margin-top: 10px;
    left: 50%;
    margin-left: -100px;
}

.find-flight-form,
.find-hotel-form,
.find-tour-form,
.find-car-form {
    background: #fff;
    padding: 28px 24px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.tab-home-2 .base-tab-list .nav-pills a.active {
    border-radius: 4px 4px 4px 4px;
    background: #33ca53;
    text-transform: uppercase;
    color: #fff !important;
}

.tab-home-2 .find-flight-form,
.tab-home-2 .find-hotel-form,
.tab-home-2 .find-tour-form,
.tab-home-2 .find-car-form {
    background: #fff;
    padding: 28px 24px;
    height: auto;
    box-shadow: none;
    padding-top: 0px;
}

.tab-home-3 .find-flight-form,
.tab-home-3 .find-hotel-form,
.tab-home-3 .find-tour-form,
.tab-home-3 .find-car-form {
    background: none;
    padding: 28px 24px;
    height: auto;
    box-shadow: none;
    padding-top: 0px;
}

.tab-home-3 .base-tab-content {
    border-radius: 0px 0px 8px 8px;
    background-color: rgba(255, 255, 255, 0.56);
}

.tab-home-3 .base-tab-list {
    background: #f7f7f775;
    border-radius: 8px 8px 0px 0px;
}

.tab-home-3 .base-tab-list .nav-pills a {
    color: #343a40;
}

.tab-home-3 .base-tab-content h1 {
    margin: 0;
    color: #212529;
    padding-top: 24px;
    padding-bottom: 24px;
}

.tab-home-2 .base-find-flight h1, .tab-home-2 .base-find-hotel h1, .tab-home-2 .base-find-tour h1, .tab-home-2 .base-find-car h1 {
    color: #212529;
    margin: 0px;
    padding-top: 24px;
    padding-bottom: 18px;
}

.tab-home-2 .base-find-flight, .tab-home-2 .base-find-hotel, .tab-home-2 .base-find-tour, .tab-home-2 .base-find-car {
    background: #fff;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.tab-home-2 .base-tab-list .nav-pills {
    border-bottom: 1px solid #ffffff;
    border: none;
    background: #fafafa;
    padding: 8px 0px;
    border-radius: 8px 8px 0px 0px;
}

.tab-home-2 .group-btn-flight a.btn.btn-primary {
    margin: auto;
    background: #33ca53;
    border: 2px solid #33ca53;
    width: 100%;
    display: block;
    transition: all 0.4s;
}

.tab-home-2 .base-tab-list .nav-pills a {
    color: #6c757d;
    text-transform: uppercase;
    transition: all 0.4s;
    font-size: 14px;
    border-radius: 4px 4px 0px 0px;
    padding: 8px 10px;
    margin-right: 6px;
}

.tab-home-2 .base-tab-list .nav-pills a:hover {
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.4s;
    font-size: 14px;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 10px;;
}

.tab-home-2 .base-tab-list .nav-pills a i {
    margin-right: 8px;
}

.find-flight-form .form-group,
.find-hotel-form .form-group,
.find-tour-form .form-group,
.find-car-form .form-group {
    position: relative;
}

.find-flight-form .form-group i,
.find-hotel-form .form-group i,
.find-tour-form .form-group i,
.find-car-form .form-group i {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    right: 0;
    top: 32px;
    color: #525252;
}

/* ============= Awesome Tours Section ============= */

.awesome-tour {
    padding: 100px 0px;
    background-color: #fff;
}

.card-tour {
    background: #fff;
    border-radius: 4px;
    transition: all 0.4s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card-tour .group-btn-card a.btn.btn-primary {
    padding: 12px 14px;
    width: 140px;
    margin-right: 8px;
    transition: all 0.4s;
}

.card-tour .group-btn-card a.btn.btn-primary:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: #316ffe;
    border-color: #316ffe !important;
    color: #fff;
}

.card-tour .group-btn-card a.btn.btn-secondary {
    padding: 12px 14px;
    width: 140px;
    margin-left: 8px;
    background: none;
    color: #343a40;
    border: 2px solid #f3f3f3;
    transition: all 0.4s;
}

.card-tour .group-btn-card a.btn.btn-secondary:hover {
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    background-color: #316ffe;
    border-color: #316ffe !important;
    color: #fff;
}

.card-tour:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.card-tour ul.list-info li {
    display: table-cell;
    padding: 0;
    border-right: 1px solid #e9e9e9;
}

.card-tour ul.list-info li a {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    transition: all 0.4s;
    color: #b3b3b3;
}

.card-tour ul.list-info li a:hover {
    background: #316ffe;
    color: #fff !important;
    text-decoration: none;
}

.card-tour ul.list-info li a i {
    margin-right: 6px;
}

.card-tour ul.list-info {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #e9e9e9;
    margin: 12px 0px;
    display: table;
}

.content-price {
    padding-bottom: 18px;
    border-top: 1px solid #e9e9e9;
    padding-top: 14px;
}

.card-tour .card-body {
    padding-top: 0px;
}

.card-tour .card-body h5 {
    margin: 14px 0px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

.content-price span.price {
    font-size: 36px;
    font-weight: bold;
    color: #33ca53;
}

.content-price span.for-price {
    /* float: right; */
    margin-top: 14px;
    font-weight: 300;
}

.content-price span.for-price i {
    margin-right: 10px;
}

.card-tour .images-card-tour {
    position: relative;
    overflow: hidden;
    padding: 12px 12px;
}

.group-btn-card {
    text-align: center;
    margin-bottom: 12px;
}

.card-tour .images-card-tour img {
    transition: all 0.4s;
    overflow: visible;
}

.group-card-tour-btn a.btn.btn-outline {
    background: #ffffff;
    display: inline-block;
    border: 2px solid #dee2e6;
    transition: all 0.4s;
    color: #343a40;
}

.group-card-tour-btn a.btn.btn-outline:hover {
    background: #33ca53;
    border: 2px solid #33ca53;
    color: #fff;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.group-card-tour-btn {
    text-align: center;
    margin-top: 44px;
}

/* ============= Services Tour Section ============= */

.services-tour {
    padding: 100px 0px;
    background-image: url(../img/bg-services.jpg);
}

.card-services-tour {
    border: 2px solid #316ffe00;
    padding: 24px 12px;
    transition: all 0.4s;
}

.card-services-tour:hover {
    border: 2px solid #316ffe;
    padding: 24px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.card-services-tour .content-services-tour h3 {
    text-transform: capitalize;
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 10px;
}

.card-services-tour .content-services-tour p {
    /* width: 270px; */
    margin: auto;
}

.card-services-tour i {
    color: #316ffe;
}

.row-services-2 {
    margin-top: 40px;
}

/* ============= Number Features Section ============= */

.number-features {
    background: #316ffe;
    padding: 100px 0px;
}

.card-number h3 {
    font-size: 56px;
    color: #fff;
}

.number-title h1 {
    font-size: 160px;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.15);
    margin-top: -62px;
    letter-spacing: 31px;
}

.card-number p {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
}

/* ============= About Us Section ============= */

.about-us {
    padding: 100px 0px;
}

.about-us .text-about h3 {
    margin-bottom: 16px;
}

.about-us .text-about {
    margin-top: 24px;
}

.list-featured-about {
    margin-top: 28px;
}

.about-item {
    margin-bottom: 12px;
}

.about-item .media-img i {
    width: 60px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 55px;
    border-radius: 8px;
    margin-right: 12px;
    border: 2px solid #dee2e6;
    color: #e9ecef;
    position: relative;
    transition: all 0.4s;
}

.about-item .media-img i:hover {
    border: 2px solid #dee2e6;
    color: #ffffff;
    background: #316ffe;
}

.about-item .media-body h5 {
    margin-bottom: 8px;
    font-size: 18px;
    color: #316ffe;
}

.about-us .text-about-button {
    margin-top: 32px;
}

.about-us .text-about-button a.btn.btn-primary {
    margin-right: 24px;
}

.about-us .text-about-button a.btn.btn-secondary {
    background: none;
    display: inline-block;
    border: 2px solid #dee2e6;
    transition: all 0.4s;
    color: #343a40;
}

.about-us .text-about-button a.btn.btn-secondary:hover {
    border: 2px solid #33ca53;
    background: #33ca53;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    color: #fff;
}

.text-about p:nth-child(2) {
    margin-bottom: 12px;
}

/* ============= CTA Section ============= */

.CTA-1 {
    padding: 100px 0px;
    background-image: url(../img/CTA-bg.jpg);
}

.CTA-1 .CTA-text h1 {
    font-weight: 100;
    font-size: 24px;
}

.CTA-1 .CTA-text h3 {
    font-size: 80px;
    margin: 8px 0px;
    color: #ffffff;
}

.CTA-1 .CTA-text p {
    color: #fff;
    margin-bottom: 34px;
}

.CTA-1 .CTA-button a.btn.btn-primary {
    color: #fff;
    border: 2px solid #316ffe;
    background: #316ffe;
}

.CTA-1 .CTA-button a.btn.btn-primary:hover {
    border: 2px solid #ffffff !important;
    background: #ffffff78;
    color: #fff;
}

.CTA-2 {
    padding: 100px 0px;
    background-image: url(../img/CTA-2-bg.jpg);
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.CTA-2 .CTA-text {
    position: relative;
    z-index: 10;
}

.CTA-2 .CTA-button {
    position: relative;
    z-index: 10;
}

.CTA-2 .CTA-text p {
    color: #fff;
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 26px;
}

.CTA-2 .CTA-text h3 {
    font-size: 30px;
    margin: 0;
    color: #ffffff;
    margin-top: 12px;
    margin-bottom: 18px;
}

.CTA-2 .CTA-text h1 {
    font-size: 100px;
    margin: 0;
    color: #ffffffc2;
    line-height: 80px;
    text-transform: uppercase;
}

.cloud-1 {
    background-image: url(../img/cloud-1.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    animation: cloud_left_to_right 150s linear infinite;
    background-repeat: repeat-x;
}

@-webkit-keyframes cloud_left_to_right {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}

.cloud-2 {
    background-image: url(../img/cloud-1.png);
    position: absolute;
    left: 0;
    width: 300%;
    height: 100%;
    animation: cloud_right_to_left 250s linear infinite;
    background-repeat: repeat-x;
    top: 200px;
}

@-webkit-keyframes cloud_left_to_right {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes cloud_right_to_left {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}

/* ============= Featured Hotel Section ============= */

.featured-hotel {
    padding: 100px 0px;
}

.card-hotel {
    background: #ffffff;
    border-radius: 4px;
    transition: all 0.4s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24);
    border: 1px solid #d6d6d6;
}

.card-hotel .card-body {
    margin-top: 0px;
}

.card-hotel:hover {
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.25), 0 0px 10px rgba(0, 0, 0, 0.22);
    background: #fff;
}

.card-hotel:hover a.img-card-hotel:before {
    height: 100%;
    width: 100%;
}

.card-hotel:hover .images-card-hotel a.btn.btn-primary {
    transform: translateX(0px);
    transition: all 0.6s;
    opacity: 1;
}

.images-card-hotel img.card-img {
    border-radius: 4px 0px 0px 4px;
    position: relative;
    overflow: hidden;
}

.images-card-hotel a.img-card-hotel:before {
    /*content: "";*/
    position: absolute;
    width: 0%;
    background: #316ffec4;
    display: block;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    height: 100%;
}

.images-card-hotel a.btn.btn-primary {
    position: absolute;
    z-index: 99999;
    left: 36px;
    top: 105px;
    padding: 14px 14px;
    width: 150px;
    border: 2px solid #ffffff;
    background: #33ca5300;
    transform: translateX(-200px);
    transition: all 0.4s;
    opacity: 0;
}

.images-card-hotel a.btn.btn-primary:hover {
    color: #ffffff;
    background: #33ca53;
    border: 2px solid #33ca53 !important;
}

.card-hotel h5.card-title span.price-hotel {
    font-size: 36px;
    position: absolute;
    top: -10px;
    right: 0px;
    color: #316ffe;
}

.review-hotel {
    margin-top: 4px;
    margin-bottom: 12px;
}

.review-hotel i {
    color: #FFC107;
}

.card-hotel p.card-text.times {
    margin-top: 8px;
}

.card-hotel p.card-text.times .text-muted {
    color: #272f33 !important;
}

/* ============= Our Client Section ============= */

.our-client {
    background-image: url(../img/lgt-reviews-bg.jpg);
    padding: 64px 0px;
}

.avatar-client {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.info-client {
    text-align: center;
    margin: 12px 0px;
}

.info-client p {
    color: #ffffff;
    font-weight: bold;
}

.info-client h5 {
    color: #316ffe;
}

.info-client h5 {
    margin: 0;
}

.avatar-client img {
    border-radius: 100%;
    border: 5px solid #fff;
}

.card-client {
    padding: 20px;
    border-radius: 4px;
    background: none;
    border: 2px solid #fff !important;
    transition: all 0.4s;
    min-height: 320px;
}

.card-client:hover {
    background: #fff;
}

.card-client:hover .info-client p {
    color: #212121;
}

.card-client:hover .card-body p {
    color: #333;
}

.card-client .card-content {
    margin: auto;
}

.card-client .card-body {
    padding: 0px;
    text-align: center;
}

.card-client .card-body p {
    color: #ffffff;
}

.card-client .card-body .info-client {
    margin-top: 12px;
    margin-left: 20px;
}

#carousel02 .owl-nav {
    display: none;
}

#carousel02 .owl-dots {
    display: none;
}

.card-hotel h5.card-title {
    position: relative;
    margin: 0;
}

/* ============= News Section ============= */

.news {
    padding: 90px 0px;
}

.content-news .title-news h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #316ffe;
    text-transform: uppercase;
}

.info-news ul.info li {
    display: inline-block;
}

.info-news ul.info li:nth-child(1) {
    border-right: 1px solid #ccc;
    padding-right: 8px;
}

.info-news ul.info li a:hover {
    text-decoration: none;
}

.info-news ul.info li:nth-child(2) {
    padding-left: 8px;
}

.info-news ul.info {
    margin: 0px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.info-news ul.info li a {
    font-size: 14px;
    font-weight: bold;
    color: #495057;
}

.info-news ul.info li i {
    margin-right: 8px;
}

.text-news p:nth-child(1) {
    margin-bottom: 16px;
}

.text-news {
    margin: 24px 0px;
}

.tags-news ul li {
    display: inline-block;
}

.tags-news ul {
    display: inline-block;
}

.tags-news .title-tag {
    display: inline-block;
}

#carousel03 .owl-dots {
    margin-top: 24px;
}

#carousel03 .owl-dot span {
    border: 4px solid #eee;
    padding: 0px 0px;
    width: 18px;
    height: 18px;
    background: none;
}

#carousel03 .owl-dot.active span {
    background: #316ffe;
}

#carousel03 .owl-nav {
    display: none;
}

/* ============= Contact Us Section ============= */

.contact-us {
    background-image: url(../img/bg-contact-1.jpg);
    padding: 90px 0px;
    background-size: cover;
    background-position: center;
}

.form-contact-us .title-form h3 {
    font-size: 18px;
    font-weight: 100;
    margin-top: 4px;
    margin-bottom: 18px;
    line-height: 30px;
    color: #fff;
}

.form-contact-us .title-form h1 {
    color: #fff;
}

.form-contact-us {
    background: #316ffee0;
    padding: 34px 24px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.form-contact-us textarea.textarea-contact {
    width: 100%;
    height: 150px;
    padding: 13px 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

textarea.textarea-contact:focus {
    color: #495057;
    border-color: #316ffe;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

textarea.textarea-contact::placeholder {
    color: #a5a5a5;
}

.form-contact-us button.btn.btn-secondary {
    margin: auto;
    display: block;
    margin-top: 24px;
    background: #33ca52;
    border: 3px solid #33ca52;
    color: #fff;
}

.form-contact-us button.btn.btn-secondary:hover {
    background: none;
    border: 3px solid #ffffff;
}

/* ============= Footer ============= */

.bg-footer {
    background: #0a1735;
}

.footer-content {
    padding: 46px 0px;
}

.info-company-widget .content-widget p {
    color: #ffffffb3;
    margin-bottom: 14px;
}

.info-company-widget .footer-logo {
    margin-bottom: 23px;
}

.info-company-widget .content-widget .social a {
    background: #fff0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 4px;
    border-radius: 100%;
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.4s;
}

.info-company-widget .content-widget .social a:hover {
    background: #fff;
    color: #316ffe;
}

.info-company-widget .content-widget span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 14px;
}

.info-company-widget .content-widget span i {
    margin-right: 8px;
}

.title-widget h4 {
    color: #fff;
    text-transform: uppercase;
}

.title-widget hr {
    border-top: 2px solid rgb(255, 255, 255);
    width: 40px;
    margin-left: 0;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 24px;
}

.content-widget ul {
    padding: 0;
    list-style: none;
}

.content-widget ul li {
    margin-bottom: 12px;
}

.content-widget ul li a {
    color: #ffffffb3;
    font-weight: 300;
    transition: all 0.4s;
    font-size: 15px;
}

.content-widget ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.blog-widget .content-widget .media {
    margin-bottom: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}

.blog-widget .content-widget .media .images-media a img {
    width: 75px;
    margin-right: 12px;
}

.blog-widget .content-widget .media .images-media a {
    display: block;
}

.blog-widget .content-widget .media:nth-child(3) {
    border: 0px;
}

.blog-widget .content-widget .media .content-media a {
    color: #ffffffb3;
    font-weight: 300;
    transition: all 0.4s;
    font-size: 15px;
    line-height: 23px;
}

.blog-widget .content-widget .media .content-media a:hover {
    color: #fff;
    text-decoration: none;
}

.blog-widget .content-widget .media .content-media p.date-created {
    font-weight: bold;
    margin-top: 4px;
    color: #fff;
}

.list-gallery a img {
    width: 75px;
}

.list-gallery a {
    display: inline-block;
    margin-bottom: 4px;
}

.copyright {
    padding: 8px 0px;
    background: #071025;
}

.copyright small {
    color: #fff;
}

/* ============= Breadcrumb Style ============= */

.page-breadcrumb {
    top: -176px;
    margin-bottom: -176px;
    background-attachment: fixed;
    min-height: 500px;
    background-position: top;
    position: relative;
    background-size: cover;
}

.bg-about-breadcrumb {
    background-image: url(../img/bg-breadcrumb-about.jpg);
}

.text-breadcrumb ol.breadcrumb {
    background: none;
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 24px;
    font-weight: 500;
}

.text-breadcrumb .title-breadcrumb h1 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 61px;
    color: #ffffff;
}

.text-breadcrumb a {
    color: #ffffffb0;
    font-weight: bold;
}

.text-breadcrumb a:hover {
    text-decoration: none;
}

.text-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #fff !important;
}

.text-breadcrumb ol.breadcrumb li {
    display: contents;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffffb0;
}

.text-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

/* ============= Page About ============= */

.sign-about img {
    width: 100px;
}

.sign-about {
    text-align: right;
    margin-top: 14px;
}

.sign-about h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 14px;
}

.subscribe-email {
    padding: 34px 0px;
    background: #316ffe;
}

.form-subscribe-email {
    position: relative;
    margin-bottom: 0px;
    margin: 12px 0px;
}

.form-group.form-subscribe-email input.form-control {
    height: 56px;
}

.form-subscribe-email button.btn-email {
    position: absolute;
    right: 8px;
    top: 6px;
    width: 75px;
    padding: 4px 0px;
    display: inline-block;
    border: 1px solid #fff;
    background: #33ca51;
    height: 45px;
    border-radius: 4px;
}

.form-subscribe-email button.btn-email i {
    color: #fff;
}

.subscribe-email-title h3 {
    margin-bottom: 4px;
    color: #fff;
    text-transform: capitalize;
}

.subscribe-email-title p {
    color: #fff;
    font-weight: 100;
}

.subscribe-content {
    margin-top: 8px;
}

/* ============= Our Value Section ============= */

.our-value {
    padding: 100px 0px;
    background-image: url(../img/bg-our-value.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.content-our-value h3 {
    margin-top: 16px;
    margin-bottom: 12px;
    color: #316ffe;
    text-transform: capitalize;
}

.card-our-value {
    border: 2px solid #fff;
    padding: 21px 12px;
    transition: all 0.4s;
    margin-top: 24px;
}

.card-our-value i {
    color: #33ca52;
}

.content-our-value h4 {
    margin-top: 16px;
    margin-bottom: 8px;
    color: #316ffe;
}

.card-our-value:hover {
    border: 2px solid #ffffff;
    background: #ffffffba;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

/* ============= Tour Guide Section ============= */

.tour-guide {
    padding: 100px 0px;
}

#carousel01 .owl-nav {
    display: none;
}

#carousel01 .owl-dots {
    display: none;
}

.card-tour-guide img {
    padding: 12px 12px;
}

.card-tour-guide .card-body {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.card-tour-guide .card-info {
    position: absolute;
    top: 200px;
    width: 100%;
    left: 0px;
    background: #316ffe;
    transition: all 0.8s;
    height: 130px;
    box-shadow: 0px 0px 6px #000000a1;
    z-index: 9999;
}

.card-tour-guide:hover .card-info {
    top: -42px;
}

.card-tour-guide .card-info a.btn.btn-primary {
    display: inline-block;
    padding: 8px 8px;
    width: 120px;
    margin-top: 40px;
    margin-bottom: 16px;
    transform: scale(0);
    transition: all 0.8s;
    border: 2px solid #ffffff;
    background: #316ffe;
    color: #ffffff;
}

.card-tour-guide .card-info a.btn.btn-primary:hover {

    border: 2px solid #ffffff;
    background: #ffffff;
    color: #343a40;
    box-shadow: none;
}

.card-tour-guide:hover .card-info a.btn.btn-primary {
    transform: scale(1);
}

.card-tour-guide .card-info .card-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: none;
    line-height: 33px;
    border-radius: 100%;
    margin-left: 4px;
    border: 1px solid #33ca53;
    background: #33ca53;
    color: #f8f9fa;
}

.card-tour-guide .card-info .card-social a:nth-child(1) {
    transform: translateY(60px);
    transition: all 0.6s ease;
}

.card-tour-guide:hover .card-social a:nth-child(1) {
    transform: translateY(0px);
}

.card-tour-guide .card-info .card-social a:nth-child(2) {
    transform: translateY(60px);
    transition: all 0.8s ease;
}

.card-tour-guide:hover .card-social a:nth-child(2) {
    transform: translateY(0px);
}

.card-tour-guide .card-info .card-social a:nth-child(3) {
    transform: translateY(60px);
    transition: all 1s ease;
}

.card-tour-guide:hover .card-social a:nth-child(3) {
    transform: translateY(0px);
}

.card-tour-guide .card-info .card-social a:nth-child(4) {
    transform: translateY(60px);
    transition: all 1.2s ease;
}

.card-tour-guide:hover .card-social a:nth-child(4) {
    transform: translateY(0px);
}

.card-tour-guide .card-info .card-social a:hover {
    background: #f8f9fa;
    border: 1px solid #33ca53;
    color: #33ca53;
}

.card-tour-guide .card-info .card-social a i {
    font-size: 15px;
}

.card-tour-guide .card-body h4 {
    margin-top: 12px;
}

.card-tour-guide {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    transition: all 0.4s;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card-tour-guide .card-body a:hover {
    text-decoration: none;
}

.card-tour-guide:hover {
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.card-tour-guide:hover .card-body a {
    left: 0;
}

.card-tour-guide .card-body h5 {
    font-size: 15px;
    margin-top: 6px;
    font-weight: 100;
    margin-bottom: 20px;
}

/* ============= Our Presence Section ============= */

.item-presence {
    border: 2px solid #f0f1f1;
    position: relative;
    transition: all 0.4s;
}

.item-presence:hover {
    border: 2px solid #316ffe;
    cursor: pointer;
}

.item-presence:hover .number {
    color: #33ca52;
}

.item-presence:hover .presence-title {
    color: #212529;
}

.item-presence .number {
    font-size: 72px;
    line-height: 50px;
    color: #f0f0f0;
    font-weight: 700;
    background-color: #fff;
    display: inline-block;
    padding: 0 15px 20px 0px;
    margin-top: -2px;
    margin-left: -2px;
    padding-top: 24px;
    transition: all 0.4s;
}

.item-presence .presence-title {
    font-weight: 600;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 24px;
    max-width: 110px;
    line-height: 30px;
    color: #737373;
    transition: all 0.4s;
}

.item-presence .presence-text {
    display: block;
    padding: 0 20px 20px 30px;
    font-weight: 300;
    color: #5e6d77;
    transition: all 0.4s;
}

.presence-2 {
    margin-top: 28px;
}

/* ============= Page Tour Result List ============= */

.bg-tour-breadcrumb {
    background-image: url(../img/bg-breadcrumb-custom-1.jpg);
}

.tour-info {
    line-height: 80px;
    height: 80px;
    background: #fafafa;
}

.route-widget .place-leave .city i,
.route-widget .place-arrival .city i {
    margin-right: 8px;
    color: #33ca51;
}

.route-widget i.fas.fa-long-arrow-alt-right {
    margin: 0px 8px;
}

.route-widget .place-leave .city,
.route-widget .place-arrival .city {
    font-weight: bold;
}

.place-arrival,
.time-arrival {
    color: #b3b3b3;
}

.place-arrival i {
    color: #b3b3b3 !important;
}

.route-widget .place-leave .country,
.place-arrival .country {
    font-weight: 300;
}

.times-widget {
    text-align: right;
}

.times-widget .time-leave .city i,
.times-widget .time-arrival .city i {
    margin-right: 8px;
}

.times-widget i.fas.fa-long-arrow-alt-right {
    margin: 0px 8px;
}

.list-place {
    padding: 40px 0px;
}

#carousel08 .owl-dot {
    display: none;
}

.content-list-place {
    border: 5px solid #eaeaea;
    width: 100px;
    height: 100px;
    margin: auto;
    padding-top: 20px;
    border-radius: 100%;
    background: #ffffff;
    transition: all 0.4s;
}

.content-list-place:hover {
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    border: 5px solid #316ffe;
    cursor: pointer;
}

.content-list-place:hover i {
    color: #33ca51;
}

.content-list-place i {
    font-size: 18px;
    transition: all 0.4s;
}

.item-list-place {
    text-align: center;
    margin: auto;
}

.side-bar .find-flight-form {
    height: 100%;
    box-shadow: none;
    background: none;
    padding-top: 18px;
}

.side-bar .base-find-flight {
    background: #316ffe;
    color: #fff;
    border-radius: 4px;
}

.side-bar .base-find-flight h1 {
    color: #fff;
    font-size: 24px;
    margin: 0px;
    padding-top: 28px;
}

.side-bar .group-btn-flight a.btn.btn-primary {
    left: 0;
    position: relative;
    display: inline-block;
    top: 0;
}

.side-bar .group-btn-flight {
    margin-top: 12px;
}

.result-page {
    margin-bottom: 24px;
}

.result-page .count-page {
    font-weight: bold;
    color: #33ca53;
}

.result-page p {
    font-size: 18px;
    margin-top: 6px;
    color: #dee2e6;
}

.sort-by {
    display: inline-flex;
}

.sorting-box {
    background: #fff;
    border-radius: 4px;
    padding: 14px 14px;
    margin: 12px 0px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.view-as {
    display: inline-flex;
    float: right;
}

.sorting-label {
    margin-right: 14px;
    font-weight: bold;
}

.view-as a.btn-sorting.active {
    margin-right: 8px;
    color: #316ffe;
}

.view-as a.btn-sorting {
    color: #b3b8bc;
}

.sort-by ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sort-by ul li {
    display: inline-block;
    margin-right: 12px;
}

li.active.up a {
    color: #316ffe;
    font-weight: bold;
}

li.active.up a:hover {
    text-decoration: none;
}

.sort-by ul li a {
    color: #a9aeb3;
    font-weight: 300;
}

.sort-by ul li a:hover {
    text-decoration: none;
}

.content-list-tour .card-tour {
    margin-bottom: 28px;
}

.find-flight-widget {
    margin-bottom: 32px;
}

.find-flight-widget .group-btn-flight {
    position: relative;
    text-align: center;
    margin-top: 10px;
    left: 15%;
}

.find-flight-widget .form-check-inline {
    margin-right: 8px;
}

.rate-widget,
.turkey-cities-widget {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 32px;
    border-radius: 4px;
}

.rate-widget .check-box,
.turkey-cities-widget .check-box {
    padding-left: 28px;
    display: inline-block;
}

.rate-widget .check-box i,
.turkey-cities-widget .check-box i {
    color: #ffc107;
}

.rate-widget .title-widget h3,
.turkey-cities-widget .title-widget h3 {
    background: #fafafa;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 18px;
    border-left: 5px solid #316ffe;
    color: #316ffe;
}

.content-widget {
    margin-top: 24px;
    padding-bottom: 14px;
}

.rate-number,
.turkey-city-number {
    float: right;
}

.rate-row,
.turkey-city-row {
    margin-top: 8px;
    padding: 0px 16px;
}

.page-item.active .page-link {
    color: #ffffff;
    background: #33ca53;
    border-color: #33ca53;
}

.page-link {
    transition: all 0.4s;
}

.page-link:hover {
    color: #000;
}

ul.pagination.justify-content-center {
    margin-top: 24px;
}

a.page-link {
    color: #ccc;
}

.special-offer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.card-content {
    position: relative;
}

.img-tour-offer {
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.4s;
}

.info-tour-offer {
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 12px 14px;
    background-image: -webkit-linear-gradient(90deg, #263238 20%, #263238 30%, #26323800 100%, #26323800 100%);
    transition: all 0.4s;
    padding-top: 0px;
    height: 60px;
}

.info-tour-offer p {
    color: #fff;
    font-size: 14px;
    margin-top: 4px;
}

.info-tour-offer h5 {
    margin-bottom: 0px;
    font-size: 18px;
}

.card.tour-offer:hover .info-tour-offer {
    bottom: 0px;
    cursor: pointer;
}

.card.tour-offer:hover .img-tour-offer img {
    transform: scale(1.5);
    transition: all 0.4s;
}

.img-tour-offer img {
    transition: all 0.4s;
}

/* ============= Page Tour Detail ============= */

.tour-content {
    padding: 80px 0px;
    position: relative;
    /* z-index: -1;
     */
}

.item-schedule {
    background: #316ffe;
    padding: 12px 8px;
    color: #fff !important;
    border-right: 2px solid #fff;
}

.item-schedule h4 {
    text-transform: uppercase;
    font-size: 18px;
}

.item-schedule p {
    color: #fff;
}

.card.epic-journeys {
    border: 2px solid #e1eaff !important;
    padding: 12px 20px;
    margin: 0 12px 18px;
    transition: all 0.4s;
    background: #e4ecff;
    border-radius: 50px;
    display: inline-block;
}

.card.epic-journeys:hover {
    border: 2px solid #316ffe !important;
}

.img-epic-journeys i {
    font-size: 24px;
    color: #316ffe;
}

.info-epic-journeys h5 {
    margin-bottom: 0px;
    /* margin-top: 4px; */
    font-size: 16px;
    color: #316ffe;
    font-weight: 400;
}

.journey-section,
.tour-overview-section {
    margin-top: 60px;
}

.group-btn-booking {
    margin-top: 45px;
    margin-bottom: 45px;
}

#form-booking-now {
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#form-booking-now .card {
    border: none;
    background: #ffffff;
}

textarea.textarea-booking {
    width: 100%;
    height: 150px;
    padding: 8px 12px;
    border: 2px solid #e9ecef;
    border-radius: 4px;
}

textarea.textarea-booking:focus {
    color: #495057;
    border-color: #316ffe;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

textarea.textarea-booking::placeholder {
    color: #a5a5a5;
}

.group-btn-booking button.btn.btn-primary {
    margin-bottom: 30px;
}

.group-btn-booking button.btn.btn-primary i {
    margin-left: 6px;
}

.form-booking button.btn.btn-secondary {
    margin: auto;
    display: block;
    margin-top: 8px;
    background: #33ca52;
    border: 3px solid #33ca52;
    color: #fff;
    margin-bottom: 24px;
}

.form-booking button.btn.btn-secondary:hover {
    border: 3px solid #33ca53;
    background: #33ca53;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.epic-journeys h3,
h3.tour-overview-title {
    margin-bottom: 32px;
}

.form-booking .form-group i {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    right: 16px;
    top: 32px;
    color: #525252;
}

.tour-overview-item {
    background-color: #ffffff;
    padding: 34px 12px;
    border-radius: 4px;
    padding-bottom: 0px;
    padding-top: 0;
    position: relative;
}

#carousel-tour-overview1,
#carousel-tour-overview2,
#carousel-tour-overview3 {
    z-index: 1;
}

#carousel-tour-overview1 .carousel-caption,
#carousel-tour-overview2 .carousel-caption,
#carousel-tour-overview3 .carousel-caption {
    width: 100%;
    left: 0;
    background-image: -webkit-linear-gradient(90deg, #263238cc 20%, #263238d1 30%, #26323800 100%, #26323800 100%);
    bottom: 0;
    height: 110px;
}

#carousel-tour-overview1 .carousel-caption p,
#carousel-tour-overview2 .carousel-caption p,
#carousel-tour-overview3 .carousel-caption p {
    color: #fff;
}

.overview-title h3 {
    background: #316ffe;
    display: inline-block;
    padding: 8px 24px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.overview-title {
    text-align: center;
    position: relative;
}

span.overview-line {
    width: 1px;
    height: 460px;
    display: block;
    background: #e0e0e0cc;
    margin: auto;
    position: relative;
}

span.overview-line.last-child {
    width: 1px;
    height: 325px;
    display: block;
    background: #e0e0e0cc;
    margin: auto;
    position: relative;
}

span.overview-line:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 230px;
    border-radius: 100%;
    border: 6px solid #e9ecef;
}

span.overview-line.last-child:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    left: -15px;
    border-radius: 100%;
    border: 6px solid #e9ecef;
    top: 300px;
}

.overview-content,
.overview-images {
    margin-top: 36px;
}

.overview-content {
    padding-top: 24px;
    background: #fafafa;
    padding: 24px 28px;
}

.overview-content p:nth-child(2) {
    margin-bottom: 14px;
}

.overview-content h4 {
    margin-bottom: 14px;
    font-weight: bold;
}

.overview-content h4 i {
    margin-right: 12px;
    color: #33ca53;
}

.gallery {
    padding: 60px 0px;
    background: #fafafa;
    background-image: url(../img/bg-services.jpg);
    background-size: cover;
    background-position: center;
}

.card.item-gallery {
    padding: 16px 16px;
    transition: all 0.4s;
}

.card.item-gallery:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

#carousel06 .owl-dots,
.owl-nav {
    display: none;
}

#carousel06 .owl-stage-outer {
    padding: 8px 0px;
}

/* ============= Page Hotel Result List ============= */

.bg-hotel-breadcrumb {
    background-image: url(../img/bg-breadcrumb-hotel.jpg);
}

.side-bar .find-hotel-form {
    height: 100%;
    box-shadow: none;
    background: none;
    padding-top: 18px;
}

.side-bar .base-find-hotel {
    background: #316ffe;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 32px;
}

.side-bar .base-find-hotel h1 {
    color: #fff;
    font-size: 24px;
    margin: 0px;
    padding-top: 28px;
}

.side-bar .group-btn-hotel a.btn.btn-primary {
    left: 0;
    position: relative;
    display: inline-block;
    top: 0;
}

.side-bar .group-btn-hotel {
    margin-top: 12px;
}

.content-list-hotel .card-hotel p.card-text {
    margin-top: 14px;
}

.content-list-hotel .card-hotel {
    margin-bottom: 30px;
}

.content-list-hotel .card-hotel .review-hotel {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 4px;
}

.content-list-hotel .card-hotel h5.card-title {
    text-transform: uppercase;
}

.content-list-hotel .card-hotel .card-body {
    /* margin-top: 45px; */
}

.content-list-hotel .card-hotel h5.card-title span.price-hotel {
    /* font-size: 48px; */
    top: -16px;
    display: contents;
    position: absolute;
    right: 0;
}

.wrap-list-hotel {
    margin-top: 60px;
}

.content-list-hotel .images-card-hotel a.btn.btn-primary {
    left: 60px;
    top: 168px;
    z-index: 8;
}

.group-btn-hotel i {
    margin-right: 8px;
    transition: all 0.4s;
}

.group-btn-hotel a.btn.btn-primary {
    margin: auto;
    background: #33ca53;
    border: 2px solid #33ca53;
    position: absolute;
    left: 42%;
    transition: all 0.4s;
    top: 10px;
}

.group-btn-hotel a.btn.btn-primary:hover i {
    transform: rotate(90deg);
    transition: all 0.4s ease;
}

.group-btn-hotel a.btn.btn-primary:hover {
    background: #33ca53;
    border: 2px solid #33ca53 !important;
    color: #fff;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.group-btn-hotel {
    text-align: center;
    position: relative;
}

/* ============= Page Hotel Detail ============= */
.utilities-section {
    margin-top: 60px;
}

h3.hotel-overview-title {
    margin-top: 60px;
    margin-bottom: 32px;
}

.hotel-surroundings ul {
    list-style: none;
    padding: 0px;
    margin-top: 8px;
}

.hotel-surroundings ul li span:nth-child(2) {
    font-weight: bold;
    color: #495057;
}

.hotel-surroundings h4 {
    font-size: 18px;
    color: #316ffe;
}

.hotel-surroundings ul li {
    padding: 12px 0px;
    border-bottom: 1px solid #fafafa;
    font-weight: 300;
    font-size: 15px;
}

.hotel-surroundings ul li:nth-child(4) {
    border: none;
}

.descition-hotel {
    margin-top: 32px;
}

.descition-hotel p:nth-child(2) {
    margin-top: 24px;
}

.utilities-hotel h3 {
    margin-bottom: 32px;
}

.card-utilities-hotel {
    border: 2px solid #e9ecef !important;
    padding: 12px 8px;
    transition: all 0.4s;
    background: #fafafa;
}

.card-utilities-hotel:hover {
    border: 2px solid #316ffe !important;
}

.img-utilities-hotel i {
    font-size: 24px;
    color: #316ffe;
}

.info-utilities-hotel h5 {
    margin-bottom: 0px;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 300;
}

#carousel-img-hotel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

#carousel-img-hotel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#carousel-img-hotel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

/* ============= Page Blog List ============= */
.bg-blog-breadcrumb {
    background-image: url(../img/bg-breadcrumb-blog.jpg);
    background-size: contain;
}

.wrap-list-blog, .wrap-detail-blog {
    margin-top: 60px;
}

.card-blog {
    background: #fafafa;
    padding: 12px 16px;
    margin-bottom: 36px;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 4px;
}

.card-blog .img-blog {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.card-blog .img-blog img {
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s;
}

.card-blog:hover .img-blog img {
    transform: scale(1.2);
}

.card-blog .content-blog .title-blog h3 {
    margin-top: 18px;
}

.card-blog .content-blog .title-blog h3 a {
    color: #212529;
    transition: all 0.4s;
}

.card-blog .content-blog .title-blog h3 a:hover {
    color: #316ffe;
    text-decoration: none;
}

.content-blog .text-blog p {
    margin-bottom: 18px;
}

.card-blog .date-blog {
    position: absolute;
    background: #316ffe;
    padding: 6px 12px;
    color: #fff;
    bottom: 0;
}

.card-blog .date-blog .day-blog {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 6px;
}

.card-blog .date-blog .month-blog {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
}

.card-blog .date-blog span {
    display: block;
    text-align: center;
}

.card-blog .athour-blog h5 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 16px;
    font-weight: 300;
    color: #aeb3b7;
}

.card-blog .athour-blog h5 i {
    margin-right: 8px;
}

.card-blog .button-blog {
    margin-top: 24px;
    margin-bottom: 24px;
}

.form-search-widget button.btn-search-widget {
    position: absolute;
    right: 16px;
    top: 2px;
    padding: 4px 0px;
    display: inline-block;
    border: 1px solid #fff;
    background: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 4px;
}

.search-widget {

    margin-bottom: 32px;
}

.recent-post-widget {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 32px;
    border-radius: 4px;
}

.recent-post-widget li.media.item-recent-post h5 a {
    font-size: 18px;
    color: #212529;
    display: block;
    font-weight: bold;
    transition: all 0.4s;
}

.recent-post-widget li.media.item-recent-post h5 a:hover {
    font-size: 18px;
    color: #316ffe;
    display: block;
    font-weight: bold;
}

li.media.item-recent-post span.date-recent-post {
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 8px;
    display: block;
    color: #ccd2d8;
}

li.media.item-recent-post span.date-recent-post i {
    margin-right: 8px;
}

.recent-post-widget li.media.item-recent-post {
    padding: 0px 12px;
    margin-bottom: 16px;
}

.recent-post-widget .title-widget h3, .categories-widget .title-widget h3, .archives-widget .title-widget h3 {
    background: #fafafa;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 18px;
    border-left: 5px solid #316ffe;
    color: #316ffe;
}

.categories-widget .content-widget .single-widget-item a {
    color: #212529 !important;
}

.categories-widget {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 32px;
    border-radius: 4px;
}

.categories-widget .content-widget {
    margin-top: 0px;
}

.archives-widget {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 32px;
    border-radius: 4px;
}

.archives-widget .content-widget {
    margin-top: 8px;
}

.archive-datepicker.form-control.date {
    border: none;
    height: 100%;
    padding: 0;
    display: block;
}

li.single-widget-item {
    padding: 0px 16px;
    margin-bottom: 0px !important;
}

li.single-widget-item a {
    display: block;
    border-bottom: 1px solid #fafafa;
    padding: 12px 0px;
}

li.single-widget-item a span.count-category {
    float: right;
    font-weight: bold;
}

/* ============= Page Blog Detail ============= */

.wrap-detail-blog {
    margin-top: 60px;
}

.card-blog-detail .img-blog-detail {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.card-blog-detail .title-blog-detail h3 {
    margin-top: 18px;
}

.card-blog-detail .title-blog-detail h3 a {
    color: #212529;
    transition: all 0.4s;
}

.card-blog-detail .title-blog-detail h3 a:hover {
    color: #316ffe;
    text-decoration: none;
}

.card-blog-detail .athour-blog-detail h5 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 16px;
    font-weight: 300;
    color: #aeb3b7;
}

.card-blog-detail .athour-blog-detail h5 i {
    margin-right: 8px;
}

.card-blog-detail .date-blog-detail {
    position: absolute;
    background: #316ffe;
    padding: 6px 12px;
    color: #fff;
    bottom: 0;
}

.card-blog-detail .date-blog-detail .day-blog-detail {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 6px;
}

.card-blog-detail .date-blog-detail .month-blog-detail {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
}

.card-blog-detail .date-blog-detail span {
    display: block;
    text-align: center;
}

.blockquote-text {
    border-left: 3px solid #81878f;
    background: #fafafa;
    padding: 24px 24px;
    margin-bottom: 24px;
    margin-left: 24px;
}

.blockquote-text h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.athor-blog-detail {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 16px;
    margin-bottom: 24px;
    padding-top: 16px;
}

.blog-detail-comment h3, .form-comment h3 {
    margin-bottom: 24px;
    font-size: 24px;
    color: #316ffe;
    margin-top: 42px;
}

.media.comment-item {
    margin-top: 24px !important;
}

.media-body.comment-item h5 {
    margin-bottom: 12px;
    font-size: 18px;
}

.comment-item img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.media-body.comment-item p {
    background: #fafafa;
    padding: 12px 12px;
    margin-bottom: 6px;
    border-radius: 4px;
}

.reply-comment, .times-comment {
    font-size: 15px;
    margin-right: 12px;
    margin-top: 6px;
    display: inline-block;
    margin-bottom: 14px;
    color: #65676B;
    font-weight: bold;
}

.reply-comment i, .times-comment i {
    margin-right: 4px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    text-align: center;
    line-height: 20px;
}

.athor-blog-detail h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.athor-blog-detail h5 {
    font-size: 15px;
    margin-bottom: 8px;
    color: #ccc;
}

.athor-blog-detail img {
    width: 100px;
    height: 100px;
    border: 4px solid #e9ecef;
    border-radius: 100%;
}

.form-comment {
    margin-bottom: 60px;
}

ul.list-comment-child.list-unstyled {
    margin-left: 48px;
}

textarea.textarea-form-comment {
    width: 100%;
    padding: 12px 12px;
    border-radius: 4px;

    position: relative;
    border: 2px solid #e9ecef;
}

.form-comment button.btn.btn-secondary {
    display: block;
    margin-top: 24px;
}

/* ============= Page Contact ============= */

.our-org {
    padding: 100px 0px;
}

.bg-contact-breadcrumb {
    background-image: url(../img/bg-breadcrumb-contact.jpg);
    background-size: cover;
}

.card-our-org {
    text-align: center;
    border: 2px solid #316ffe;
    padding: 24px 8px;
    border-radius: 4px;
    transition: all 0.4s;
}

.card-our-org:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border: 2px solid #ffffff;
}

.images-our-org img {
    transition: all 0.4s;
}

.card-our-org:hover .images-our-org img {
    /*border-radius: 100%;*/
    transition: all 0.4s;
}

.text-our-org h4 {
    margin-top: 16px;
    font-size: 24px;
    margin-bottom: 12px;
}

.text-our-org span {
    display: block;
    padding: 0 16px;
}

.our-org-add i, .our-org-phone i, .our-org-mail i {
    width: 25px;
    height: 25px;
    background: #ffffff;
    line-height: 25px;
    margin-right: 8px;
    color: #33ca53;
}

.our-org-add, .our-org-phone, .our-org-mail {
    margin-bottom: 6px;
}

span.our-org-position {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 300;
    color: #b1b7bd;
}

.form-page-contact {
    background-image: url(../img/bg-form-org.jpg);
    padding: 100px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.page-contact-section {
    padding: 36px 16px;
    background: #316ffe;
    border-radius: 4px;
}

.page-contact-section h4 {
    font-size: 24px;
    color: #fff;
}

.page-contact-section h5 {
    color: #fff;
}

.page-contact-section h5 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 6px;
    margin-bottom: 24px;
}

textarea.textarea-contact-form {
    width: 100%;
    padding: 12px 12px;
    height: 150px;
    border-radius: 4px;
    position: relative;
    border: 2px solid #e9ecef;
}

textarea.textarea-contact-form:focus {
    color: #495057;
    border-color: #316ffe;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.page-contact-section button.btn.btn-secondary {
    display: block;
    margin-top: 24px;
    margin-bottom: 8px;
    border: 3px solid #33ca53;
    background: #33ca53;
}

.page-contact-section button.btn.btn-secondary:hover {
    border: 3px solid #343a40;
    background: #343a40;
}

.custom-contact-form textarea.textarea-contact-form {
    border: 2px solid #adc6ffa3;
}

.custom-contact-form input.form-control {
    border: 2px solid #adc6ffa3;
}

.custom-contact-form textarea.textarea-contact-form:focus {
    color: #495057;
    border-color: #316ffe;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.custom-contact-form input.form-control:focus {
    color: #495057;
    border-color: #316ffe;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

/* ============= Page Car Result List ============= */

.bg-car-breadcrumb {
    background-image: url(../img/bg-breadcrumb-car.jpg);
    background-size: contain;
}

.side-bar .base-find-car {
    background: #316ffe;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 32px;
}

.side-bar .base-find-car h1 {
    color: #fff;
    font-size: 24px;
    margin: 0px;
    padding-top: 28px;
}

.side-bar .find-car-form {
    height: 100%;
    box-shadow: none;
    background: none;
    padding-top: 18px;
}

.side-bar .find-car-widget .form-check-inline {
    margin-right: 8px;
}

.card-car {
    background: #ffffff;
    border-radius: 4px;
    transition: all 0.4s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card-car .card-body {
    margin-top: 18px;
}

.card-car:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #fff;
}

.card-car:hover a.img-card-car:before {
    height: 100%;
    width: 100%;
}

.card-car:hover .images-card-car a.btn.btn-primary {
    transform: translateX(0px);
    transition: all 0.6s;
    opacity: 1;
}

.images-card-car img.card-img {
    border-radius: 4px 0px 0px 4px;
    position: relative;
    overflow: hidden;
}

.images-card-car a.img-card-car:before {
    content: "";
    position: absolute;
    width: 0%;
    background: #316ffec4;
    display: block;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    height: 100%;
}

.images-card-car a.btn.btn-primary {
    position: absolute;
    z-index: 99999;
    left: 100px;
    top: 105px;
    padding: 14px 14px;
    width: 150px;
    border: 2px solid #ffffff;
    background: #33ca5300;
    transform: translateX(-200px);
    transition: all 0.4s;
    opacity: 0;
}

.images-card-car a.btn.btn-primary:hover {
    color: #ffffff;
    background: #33ca53;
    border: 2px solid #33ca53 !important;
}

.card-car h5.card-title span.price-car {
    font-size: 36px;
    position: absolute;
    top: -10px;
    right: 0px;
    color: #316ffe;
}

.review-car {
    margin-top: 4px;
    margin-bottom: 12px;
}

.review-car i {
    color: #FFC107;
}

.card-car p.card-text.times {
    margin-top: 8px;
}

.card-car p.card-text.times .text-muted {
    color: #272f33 !important;
}

.content-list-car .card-car p.card-text {
    margin-top: 14px;
}

.content-list-car .card-car {
    margin-bottom: 30px;
}

.content-list-car .card-car .review-car {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 4px;
}

p.card-text.car-cate {
    display: inline-block;
    background: #33ca53;
    padding: 4px 14px;
    color: #fff;
}

.content-list-car .card-car h5.card-title {
    text-transform: uppercase;
}

.content-list-car .card-car h5.card-title span.price-car {
    font-size: 36px;
    top: 26px;
    display: inline-block;
    position: absolute;
    right: 24px;
}

.car-type-widget {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 32px;
    border-radius: 4px;
}

.car-type-widget .title-widget h3 {
    background: #fafafa;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 18px;
    border-left: 5px solid #316ffe;
    color: #316ffe;
}

.car-type-widget .check-box {
    padding-left: 28px;
    display: inline-block;
}

.type-row {
    margin-top: 8px;
    padding: 0px 16px;
}

.suppliers-widget {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 32px;
    border-radius: 4px;
}

.suppliers-widget .title-widget h3 {
    background: #fafafa;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 18px;
    border-left: 5px solid #316ffe;
    color: #316ffe;
}

.suppliers-widget .check-box {
    padding-left: 28px;
    display: inline-block;
}

.suppliers-row {
    margin-top: 8px;
    padding: 0px 16px;
}

/* ============= Page Car Detail ============= */

.descition-car p:nth-child(2) {
    margin-top: 24px;
}

h3.car-overview-title {
    margin-top: 60px;
    margin-bottom: 32px;
}

#carousel-img-car .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

#carousel-img-car .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#carousel-img-car .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

.car-surroundings ul {
    list-style: none;
    padding: 0px;
    margin-top: 8px;
}

.car-surroundings ul li span:nth-child(2) {
    font-weight: bold;
    color: #495057;
}

.car-surroundings h4 {
    font-size: 18px;
    color: #316ffe;
}

.car-surroundings ul li {
    padding: 12px 0px;
    border-bottom: 1px solid #fafafa;
    font-weight: 300;
    font-size: 15px;
}

.car-surroundings ul li:nth-child(4) {
    border: none;
}

/* ============= Page 404 ============= */

.page-404 {

    background: url(../img/bg-404.jpg);
    min-height: 100vh;
    background-position: center;
    position: relative;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.text-404, .group-btn-404 {
    position: relative;
    z-index: 10;
}

.text-404 h1 {
    font-size: 154px;
    /* letter-spacing: 18px; */
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 200px;
}

.text-404 h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 48px;
    letter-spacing: 10px;
}

.cloud1-404 {
    background-image: url(../img/cloud-1.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    animation: cloud1-404 150s linear infinite;
    background-repeat: repeat-x;
}

@-webkit-keyframes cloud1-404 {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}

.cloud2-404 {
    background-image: url(../img/cloud-1.png);
    position: absolute;
    left: 0;
    width: 300%;
    height: 100%;
    animation: cloud2-404 250s linear infinite;
    background-repeat: repeat-x;
    top: 200px;
}

@-webkit-keyframes cloud2-404 {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes cloud1-404 {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}

/* ============= Page Login ============= */

.page-login {

    background: url(../img/bg-login.jpg);
    min-height: 100vh;
    background-position: center;
    position: relative;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.base-form-login {
    background: #ffffff;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.title-form h3 {
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.form-login {
    position: relative;
}

.form-login .form-group.email i {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    right: 0;
    top: 32px;
    color: #525252;
}

.form-group.pw {
    position: relative;
}

.form-login .form-group.pw i {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    right: 0;
    top: 32px;
    color: #525252;
}

.form-login button.btn.btn-primary {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 18px;
}

/* ============= Page Register ============= */

.page-register {

    background: url(../img/bg-login.jpg);
    min-height: 100vh;
    background-position: center;
    position: relative;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.base-form-register {
    background: #ffffff;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.title-form h3 {
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.form-register {
    position: relative;
}

.form-register .form-group.email i {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    right: 0;
    top: 32px;
    color: #525252;
}

.form-group.pw, .form-group.name, .form-group.re-pw, .form-group.email {
    position: relative;
}

.form-register .form-group.pw i, .form-group.name i, .form-group.re-pw i, .form-group.email i {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    right: 0;
    top: 32px;
    color: #525252;
}

.form-register button.btn.btn-primary {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 18px;
}

/* ============= Page FAQ ============= */

.bg-faq-breadcrumb {
    background-image: url(../img/bg-breadcrumb-faq.jpg);
    background-size: contain;
}

.accordion.question-faq .card-header {
    padding: 0px;
}

.accordion.question-faq {
}

.accordion.question-faq .card {
    border: none;
    margin-bottom: 16px;
}

.accordion.question-faq .btn-link.focus, .btn-link:focus {
    background: #316ffe;
    color: #fff !important;
    text-decoration: none;
}

.accordion.question-faq .btn-link.focus, .btn-link:hover {
    text-decoration: none;
}

.accordion.question-faq .btn {
    width: 100%;
    text-align: left;
    padding: 16px 18px;
}

.accordion.question-faq .btn-link {
    color: #212529;
}

.form-request {
    background-image: url(../img/bg-form-request.jpg);
    padding: 100px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.form-request-section {
    padding: 36px 16px;
    background: #fff;
    border-radius: 4px;
}

.form-request-section h4 {
    font-size: 24px;
    color: #212529;
}

.form-request-section h5 {
    color: #212529;
}

.form-request-section h5 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 6px;
    margin-bottom: 24px;
}

textarea.textarea-request-form {
    width: 100%;
    padding: 12px 12px;
    height: 150px;
    border-radius: 4px;
    position: relative;
    border: 2px solid #e9ecef;
}

textarea.textarea-request-form:focus {
    color: #495057;
    border-color: #316ffe;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.form-request-section button.btn.btn-secondary {
    display: block;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 4px;
    border: 3px solid #33ca53;
    background: #33ca53;
}

.form-request-section button.btn.btn-secondary:hover {
    border: 3px solid #343a40;
    background: #343a40;
}

.slick-prev {
    left: 36px !important;
    z-index: 1;
}

.slick-next {
    right: 36px !important;
    z-index: 1;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.sticky-social-bar, .sticky-social-bar2 {
    position: fixed;
    z-index: 13;
}

.sticky-social-bar {
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sticky-social-bar2 {
    right: 0;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Style the icon bar links */
.sticky-social-bar a, .sticky-social-bar2 a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    border-radius: 100px;
    margin-bottom: 10px;
}

/* Style the social media icons with color, if you want */
.sticky-social-bar a .fa, .sticky-social-bar2 a .fa, .sticky-social-bar a span, .sticky-social-bar2 a span {
    padding: 16px 16px;
}

.sticky-social-bar a span, .sticky-social-bar2 a span {
    padding: 16px 16px 16px 0;
    display: none;
}

.sticky-social-bar a:hover, .sticky-social-bar2 a:hover {
    background-color: #000;
}

.sticky-social-bar a:hover span, .sticky-social-bar2 a:hover span {
    display: inline-block;
}

.sticky-social-bar-instagram {
    background: #d6249f;
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
    color: white;
}

.sticky-social-bar-twitter {
    background: #1da1f2;
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
    color: white;
}

.sticky-social-bar-facebook {
    background: #3B5998;
    color: white;
}

.sticky-social-bar-call {
    background: #21AF20;
    color: white;
}

.sticky-social-bar-twitter {
    background: #55ACEE;
    color: white;
}

.sticky-social-bar-google {
    background: #dd4b39;
    color: white;
}

.sticky-social-bar-linkedin {
    background: #007bb5;
    color: white;
}

.sticky-social-bar-youtube {
    background: #bb0000;
    color: white;
}

.lgt-home-slide {
    position: relative;
    margin-top: -200px;
    padding: 0;
}

.required-error {
    color: #F44336;
    font-size: 0.8em;
}

.info-client h5.review-stars {
    color: #f5bd23;
    letter-spacing: 4px;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:80px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
    margin-top:16px;
}

#load-more-spinner {
    text-align: center;
    line-height: 36px;
    color: #306ffe;
    font-size: 18px;
}

.lm-loader,
.lm-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.lm-loader {
    display: inline-block;
    margin: 60px auto;
    font-size: 3px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(49,111,254, 0.2);
    border-right: 1.1em solid rgba(49,111,254, 0.2);
    border-bottom: 1.1em solid rgba(49,111,254, 0.2);
    border-left: 1.1em solid #316ffe;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
