@charset "UTF-8";
@font-face {
    font-family: var(--body-font);
    src: url('fonts/Nunito-Regular.ttf');
}

:root {
    --theme-color: #0D5FF9;
    --secondary-color: #002935;
    --title-color: #002935;
    --title-color2: #67B846;
    --text-color: #5E5C78;
    --text-color2: #C7C7C7;
    --body-color: #042A2F;
    --smoke-color: #f1f5f4;
    --light-color: #E6EAEB;
    --black-color: #1C2438;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #CDD5D6;
    --title-font: 'Urbanist', sans-serif;
    --title-font2: 'Urbanist', sans-serif;
    --body-font: 'Urbanist', sans-serif;
    --icon-font: "Font Awesome 6 Free";
    --main-container: 1300px;
    --main-container2: 1530px;
    --main-container3: 1920px;
    --main-container4: 1470px;
    --main-container5: 1594px;
    --container-gutters: 15px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --primary-color: #002F47;
    --secondary-color: #F5F7F2;
    --text-color: #3D5A6A;
    --accent-color: #0D5FF9;
    --white-color: #FFFFFF;
    --divider-color: #002F471A;
    --dark-divider-color: #FFFFFF24;
    --error-color: rgb(230, 87, 87);
    --default-font: 'Urbanist', sans-serif;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}

body {
    position: relative;
    background: white;
    font-size: 15px;
    font-family: var(--body-font);
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}

.main-container2 {
    max-width: calc(var(--main-container2) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
    margin: 0 auto;
}

.main-container3 {
    max-width: calc(var(--main-container3) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    margin: 0 0 0 auto;
}

.main-container4 {
    max-width: calc(var(--main-container4) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
    margin: 0 auto;
}

.main-container5 {
    max-width: calc(var(--main-container5) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    margin: 0 0 0 auto;
}

@media only screen and (min-width: 2100px) {
    .main-container3 {
        margin: 0 0 0 auto;
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .main-container3 {
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
        margin: 0 auto;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

.clrblack {
    color: black !important;
}

.cleblue {
    color: var(--theme-color);
}

.loganame {
    font-size: 40px;
    color: #fff;
}

.margintop1 {
    margin-top: -13px;
    color: #fff;
    font-size: 25px;
}

.fw-medium {
    font-weight: 500 !important;
}

.text-primary {
    color: var(--theme-color) !important;
}

.text-theme {
    color: var(--theme-color) !important;
}

.bg-primary {
    background-color: var(--theme-color) !important;
}

.bg-theme {
    background-color: var(--theme-color) !important;
}

.clrw {
    color: white;
}

.theme-color {
    color: var(--theme-color);
}

.text-block {
    position: absolute;
    border: 2px solid white;
    width: 90%;
    height: 90%;
    bottom: 20px;
    right: 20px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: rgb(220, 219, 216);
    text-align: left;
}

/*slider caption*/

.slider-caption {
    position: absolute;
    top: 24%;
    color: #fff;
    width: 85%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.slider-caption .h2 {
    font-size: 85px;
    font-weight: 600;
    line-height: 1.1;
    font-family: "Playfair Display", serif;
}

.slider-caption .h2 span {
    color: #fff;
    -webkit-text-stroke: 2px var(--theme-color);
    font-family: "Playfair Display", serif;
}

@media only screen and (max-width: 600px) {
    .slider-caption {
        width: 100%;
        padding: 10px;
        top: 13%;
    }
    .slider-caption .h2 {
        font-size: 32px;
    }
    .vtin-txt {
        margin: 0 0 50px 0px !important;
        padding: 25px 15px 30px 20px !important;
    }
    .slider-caption .h2 span {
        -webkit-text-stroke: 1px var(--theme-color);
    }
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.03em;
}

p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.03em;
}

a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    letter-spacing: 0.03em;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

a:focus {
    outline: none;
}

label {
    letter-spacing: 0.03em;
}

button:focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section_space {
    padding-top: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.section-b-space {
    padding-bottom: 50px;
}

.medium-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.small-section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.xs-section {
    padding: 30px 0;
}

.parallax-img {
    background-attachment: fixed;
}

.radius-cls {
    border-radius: 20px;
}

.radius-cls .social-box {
    border-radius: 6px;
}

/*.bg-inner {
    background-color: #f9f9f9;
}*/

.lh-cls {
    line-height: 1 !important;
}

.w-80 {
    width: 80%;
}

.mb-down {
    margin-bottom: -30px;
}

.form-control {
    height: auto;
}

.section-row {
    margin-bottom: 30px;
}

.section-row .section-title {
    margin-bottom: 0;
}

.section-row .section-title.section-title-center {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.section-btn {
    text-align: end;
}

.section-title-content p {
    margin: 0;
}

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

.section-title h3 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #0D5FF9;
    font-size: var(--font-16);
    text-transform: uppercase;
}

.section-title h1 {
    font-size: 40px;
    line-height: 46px;
    color: var(--color-nine);
    text-transform: capitalize;
    margin-top: var(--margin-top-15);
}

.section-title h2 {
    font-size: 50px;
    line-height: 46px;
    color: var(--color-nine);
    text-transform: capitalize;
    margin-top: var(--margin-top-15);
}

.section-title h1 span,
.section-title h2 span {
    color: var(--accent-color);
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}

.light-bg-section {
    background-color: #cfe0ff69;
}


.dark-section {
    background-color: var(--primary-color);
}

.dark-section .section-title p,
.dark-section .section-title h1,
.dark-section .section-title h2 {
    color: var(--white-color);
}

.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}

.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px;
}

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

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.radio_animated {
    cursor: pointer;
    margin-left: 0;
    position: relative;
    margin-right: 12px;
}

.radio_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 0;
    left: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.75rem;
    background: var(--theme-color);
    border-radius: 50%;
}

.radio_animated:after {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: -0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    background: white;
    border: 2px solid #e8ebf2;
    border-radius: 50%;
}

.radio_animated:checked:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.checkbox_animated {
    cursor: pointer;
    margin-left: -1.25rem;
    position: relative;
    margin-right: 12px;
    border: none;
}

.checkbox_animated:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.225rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.375rem;
    border: 2px solid var(--theme-color);
    border-top-style: none;
    border-right-style: none;
}

.checkbox_animated:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    background: white;
    border: 2px solid #e8ebf2;
    cursor: pointer;
}

.checkbox_animated:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mrg-cls {
    margin-bottom: -3px;
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}
.rounded5 {
    border-radius: 5px !important;
}

.rounded10 {
    border-radius: 10px !important;
}

.rounded15 {
    border-radius: 15px !important;
}

.rounded20 {
    border-radius: 20px !important;
}

.rounded25 {
    border-radius: 25px !important;
}

.breadcrumb {
    padding: 0.75rem 1rem;
}

.zindex-1 {
    z-index: 1;
}

.row div[class*="col-"],
.row .col {
    position: relative;
}

/*Lazy load */

.blur-up {}

.blur-up.lazyloaded {}

/*=====================
1.1. Button start
==========================*/

.btn-group-showcase {
    margin-bottom: -20px;
}

.btn-group-showcase h3 {
    margin-bottom: 15px;
}

.btn-group-showcase .btn {
    margin-bottom: 20px;
}

.btn-group-showcase .btn+.btn {
    margin-left: 15px;
}

.btn-cards .card {
    margin-bottom: 30px;
}

.btn {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn.btn-lower {
    text-transform: capitalize;
}

.btn.btn-sm {
    padding: 8px 24px !important;
    text-transform: capitalize;
}

.btn.white-btn {
    background-color: white !important;
    color: #ba8a04 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.black-btn {
    background-color: black !important;
    color: white !important;
    -webkit-box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.12) !important;
}

.btn.black-btn:hover {
    -webkit-box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 11px 20px 0px rgba(0, 0, 0, 0.22);
    border: 1px solid var(--theme-color);
    background-color: white !important;
    color: black !important;
}

.btn.btn-solid {
    background-color: var(--theme-color);
    color: #fff;
    padding: 9px 20px;
    -webkit-box-shadow: 1px 11px 20px 0px rgba(233, 179, 14, 0.12);
    box-shadow: 1px 11px 20px 0px rgba(233, 179, 14, 0.12);
    border-radius: 5px;
}

.btn.btn-solid:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: white;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    -webkit-box-shadow: 1px 11px 20px 0px rgba(233, 179, 14, 0.22);
    box-shadow: 1px 11px 20px 0px rgba(233, 179, 14, 0.22);
}

.btn.btn-solid.btn-outline {
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

.btn.btn-solid.btn-outline:hover {
    color: white;
    background-color: var(--theme-color);
}

.btn.btn-solid.color2 {
    background-color: #ef3f3e;
    -webkit-box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.3);
    box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.3);
}

.btn.btn-solid.color2:hover {
    background-color: white;
    color: #ef3f3e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #ef3f3e;
    -webkit-box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.22);
    box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.22);
}

.btn.btn-curve {
    border-radius: 5px;
    background-color: var(--theme-color);
    color: white;
    padding: 9px 20px;
    -webkit-box-shadow: 1px 11px 20px 0px rgba(233, 179, 14, 0.12);
    box-shadow: 1px 11px 20px 0px rgba(233, 179, 14, 0.12);
}

.btn.btn-curve.btn-lower {
    text-transform: capitalize;
}

.btn.btn-rounded {
    border-radius: 100px;
    color: white;
    padding: 10px 20px;
}

.btn.btn-rounded.color1 {
    background-color: var(--theme-color);
    -webkit-box-shadow: 1px 11px 20px 0px rgba(233, 179, 14, 0.12);
    box-shadow: 1px 11px 20px 0px rgba(233, 179, 14, 0.12);
}

.btn.btn-rounded.color1:hover {
    background-color: white;
    color: var(--theme-color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid var(--theme-color);
    -webkit-box-shadow: 1px 11px 20px 0px rgba(233, 179, 14, 0.22);
    box-shadow: 1px 11px 20px 0px rgba(233, 179, 14, 0.22);
}

.btn.btn-rounded.color2 {
    background-color: #ef3f3e;
    -webkit-box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.3);
    box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.3);
}

.btn.btn-rounded.color2:hover {
    background-color: white;
    color: #ef3f3e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #ef3f3e;
    -webkit-box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.22);
    box-shadow: 1px 11px 20px 0px rgba(239, 63, 62, 0.22);
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline {
    background-color: white;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*=====================
1.2. Title css start
==========================*/

.title-area {
    margin-bottom: 40px;
    line-height: 100%;
}

.title-area .sec-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-color);
    line-height: 100%;
    display: inline-block;
    position: relative;
    margin: 0 50px 10px;
}

.title-area .sec-subtitle::before {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--theme-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.title-area .sec-subtitle::after {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--theme-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}

.title-area .sec-subtitle.right-shape {
    margin-left: 0;
}

.title-area .sec-subtitle.right-shape::before {
    display: none;
}

.title-area .sec-subtitle.left-shape {
    margin-right: 0;
}

.title-area .sec-subtitle.left-shape::after {
    display: none;
}

.title-area .sec-title {
    font-size: 46px;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 122%;
    font-weight: 700;
}

.title-area .sec-title .title-highlight {
    display: inline-block;
    color: var(--theme-color);
}

/* Small devices */

@media (max-width: 767px) {
    .title-arraw {
        display: none;
    }
}

/*=====================
1.3. Image-ratio start
==========================*/

.ratio_40 .bg-size:before {
    padding-top: 40%;
    content: "";
    display: block;
}

.ratio_45 .bg-size:before {
    padding-top: 45%;
    content: "";
    display: block;
}

.ratio2_1 .bg-size:before {
    padding-top: 50%;
    content: "";
    display: block;
}

.ratio_55 .bg-size:before {
    padding-top: 55%;
    content: "";
    display: block;
}

.ratio_59 .bg-size:before {
    padding-top: 59%;
    content: "";
    display: block;
}

.ratio2_3 .bg-size:before {
    padding-top: 60%;
    content: "";
    display: block;
}

.ratio3_2 .bg-size:before {
    padding-top: 66.66%;
    content: "";
    display: block;
}

.ratio_90 .bg-size:before {
    padding-top: 93%;
    content: "";
    display: block;
}

.ratio_landscape .bg-size:before {
    padding-top: 75%;
    content: "";
    display: block;
}

.ratio_square .bg-size:before {
    padding-top: 100%;
    content: "";
    display: block;
}

.ratio_asos .bg-size:before {
    padding-top: 127.7777778%;
    content: "";
    display: block;
}

.ratio_portrait .bg-size:before {
    padding-top: 150%;
    content: "";
    display: block;
}

.ratio1_2 .bg-size:before {
    padding-top: 200%;
    content: "";
    display: block;
}

.b-top {
    background-position: top !important;
}

.b-bottom {
    background-position: bottom !important;
}

.b-center {
    background-position: center !important;
}

.b-left {
    background-position: left !important;
}

.b-right {
    background-position: right !important;
}

.b_size_content {
    background-size: contain !important;
}

.shadow-cls {
    -webkit-box-shadow: 0px 1px 9px 0px rgba(228, 228, 228, 0.7);
    box-shadow: 0px 1px 9px 0px rgba(228, 228, 228, 0.7);
}

.container-medium {
    padding: 0 30px;
}

/*=====================
17. full banner section css
==========================*/

/*=====================
18. other section css
==========================*/

.about-text p {
    line-height: 28px;
    letter-spacing: 0.06em;
    text-align: left;
    margin-bottom: -7px;
    color: rgba(0, 0, 0, 0.68);
}

.deals {
    overflow: hidden;
}

.deals .slick-slider {
    margin: 0 16px;
}

.deals .slick-slider .slick-slide>div {
    margin: 0 40px;
}

.deals .slick-slider .slick-list {
    margin-left: -40px;
    margin-right: -40px;
}

.deals .deals-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.deals .deals-box .deals-img {
    padding: 0;
}

.deals .deals-box .left-portion {
    background-color: white;
    position: relative;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.deals .deals-box .left-portion:after {
    content: "";
    position: absolute;
    background-image: url(../images/zig-zag.png);
    right: -10px;
    height: 100%;
    width: 10px;
    top: 0;
}

.deals .deals-box .left-portion:before {
    content: "";
    position: absolute;
    background-image: url(../images/zig-zag.png);
    left: -10px;
    height: 100%;
    width: 10px;
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.deals .deals-box .left-portion .deals-content .detail {
    position: absolute;
    left: 0;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 0;
}

.deals .deals-box .left-portion .deals-content .detail h2 {
    font-size: calc(17px + (27 - 17) * ((100vw - 320px) / (1920 - 320)));
    white-space: nowrap;
    color: var(--theme-color);
    margin-bottom: 0;
}

.deals .deals-box .left-portion .deals-content .detail h2 span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.38);
}

.deals .deals-box .left-portion .deals-content .detail h3 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
}

.deals .deals-box .left-portion .deals-content img {
    margin-left: 80px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.detail-section {
    background-size: cover;
    background-position: center center;
}

.detail-section .detail-box {
    text-align: center;
    color: white;
    padding: 0 55px;
}

.detail-section .detail-box .upper-part {
    margin-bottom: 40px;
    min-height: 180px;
}

.detail-section .detail-box .upper-part h6 {
    font-size: 14px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.detail-section .detail-box .upper-part h2 {
    font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: white;
    text-transform: capitalize;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    line-height: 1.3;
}

.detail-section .detail-box .upper-part h2:after {
    position: absolute;
    width: 90px;
    height: 3px;
    background-color: var(--theme-color);
    content: "";
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.detail-section .detail-box .upper-part h5 {
    text-transform: capitalize;
    margin-bottom: 0;
}

.detail-section .detail-box .upper-part:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.23);
    top: 24%;
}

.detail-section .row>div:last-child .upper-part:after {
    display: none;
}

.detail-section.no-bg-detail {
    background-image: none;
    position: relative;
    overflow: hidden;
}

.detail-section.no-bg-detail .detail-box {
    padding: 30px;
    -webkit-box-shadow: 2.5px 4.33px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2.5px 4.33px 25px 0 rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: white;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 15px 0;
}

.detail-section.no-bg-detail .detail-box .upper-part {
    margin-bottom: 15px;
    min-height: 120px;
}

.detail-section.no-bg-detail .detail-box .upper-part h2 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.detail-section.no-bg-detail .detail-box .upper-part h5 {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.detail-section.no-bg-detail .detail-box .upper-part h6,
.detail-section.no-bg-detail .detail-box .upper-part h2,
.detail-section.no-bg-detail .detail-box .upper-part h5 {
    color: var(--theme-color);
}

.detail-section.no-bg-detail .detail-box:hover {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.detail-section.no-bg-detail .slick-slide>div {
    margin: 0 15px !important;
}

.detail-section.no-bg-detail .slick-list {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.detail-section.no-bg-detail .slick-prev {
    top: -25px;
    right: 30px;
    left: unset;
}

.detail-section.no-bg-detail .slick-prev:before {
    opacity: 1;
    color: rgba(233, 179, 14, 0.3);
    content: "\f053";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

.detail-section.no-bg-detail .slick-prev:hover:before {
    color: rgba(233, 179, 14, 0.7);
}

.detail-section.no-bg-detail .slick-next {
    top: -25px;
    right: 0;
    left: unset;
}

.detail-section.no-bg-detail .slick-next:before {
    opacity: 1;
    color: rgba(233, 179, 14, 0.3);
    content: "\f054";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

.detail-section.no-bg-detail .slick-next:hover:before {
    color: rgba(233, 179, 14, 0.7);
}

.cloud {
    -webkit-animation: slide 50s linear infinite;
    animation: slide 50s linear infinite;
    background-repeat: repeat !important;
}

.price-section .container-fluid {
    padding-left: 90px;
    padding-right: 90px;
}

.price-section .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price-section .price-box .price-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    overflow: hidden;
    border-radius: 25px 0 0 25px;
    position: relative;
}

.price-section .price-box .price-img .bg-size {
    height: 100%;
}

.price-section .price-box .price-img img {
    border-radius: 25px 0 0 25px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.price-section .price-box .price-img .label {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    padding: 1px 12px;
    background-color: var(--theme-color);
    border-radius: 25px;
    color: white;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
}

.price-section .price-box .price-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
    padding: calc(10px + (34 - 10) * ((100vw - 320px) / (1920 - 320)));
    background-color: white;
    -webkit-box-shadow: 2.5px 4.33px 25px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 2.5px 4.33px 25px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0 25px 25px 0;
}

.price-section .price-box .price-content .price-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: calc(5px + (15 - 5) * ((100vw - 320px) / (1920 - 320)));
    margin-top: -4px;
    position: relative;
}

.price-section .price-box .price-content .price-title h3 {
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #333333;
    letter-spacing: 0.001em;
}

.price-section .price-box .price-content .price-title h3:hover {
    color: #ef3f3e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.price-section .price-box .price-content .price-title h6 {
    font-size: 14px;
    color: #9a9a9a;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    padding: 7px 10px;
    margin-left: 10px;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.price-section .price-box .price-content .price-title .like-cls i {
    position: absolute;
    font-size: 16px;
    right: 0;
    top: -3px;
    color: #e1002c;
    background-color: rgba(225, 0, 44, 0.05);
    padding: 6px;
    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;
    border-radius: 100%;
}

.price-section .price-box .price-content .rating {
    margin-bottom: calc(8px + (25 - 8) * ((100vw - 320px) / (1920 - 320)));
}

.price-section .price-box .price-content .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.price-section .price-box .price-content .price a {
    margin-right: auto;
}

.price-section .price-box .price-content .price a h6 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 800;
    margin-right: auto;
    color: #565656;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.price-section .price-box .price-content .price a h6:hover {
    color: #ef3f3e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.price-section .price-box .price-content .price span {
    margin: 0 auto;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 800;
}

.price-section .price-box .price-content .price h5 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    margin-left: auto;
    color: #ef3f3e;
    margin-bottom: 0;
}

.price-section .price-box .price-content .price h5 span {
    color: #9a9a9a;
    margin-right: 10px;
    font-weight: 700;
    text-transform: capitalize;
}

.price-section .price-box:hover .price-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

opacity: 0.3;
}

.price-section .slick-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.price-section .slick-slider .slick-slide {
    margin: 0 15px;
}

.menu-section {
    overflow: hidden;
}

.menu-section .menu-box {
    border-radius: 25px;
    overflow: hidden;
    border: 1px dashed #e8e8e8;
}

.menu-section .menu-box .top-bar {
    position: relative;
    overflow: hidden;
}

.menu-section .menu-box .top-bar img {
    width: 100%;
}

.menu-section .menu-box .top-bar h2 {
    font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    color: white;
    font-weight: 800;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
}

.menu-section .menu-box .top-bar .decorate {
    position: absolute;
    font-size: calc(25px + (120 - 25) * ((100vw - 320px) / (1920 - 320)));
    color: rgba(255, 255, 255, 0.3);
    top: 50px;
    font-weight: 900;
    left: 0;
    text-transform: capitalize;
}

.menu-section .menu-box .top-bar .overlay {
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(231, 56, 39, 0) 100%);
    top: 0;
    width: 100%;
    height: 100%;
}

.menu-section .menu-box .bottom-bar {
    background-color: white;
    padding: 40px;
}

.menu-section .menu-box .bottom-bar .menu-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}

.menu-section .menu-box .bottom-bar .menu-bar:after {
    content: "";
    border-bottom: 1px dashed #e8e8e8;
    position: absolute;
    bottom: 0;
    width: 78%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.menu-section .menu-box .bottom-bar .menu-bar img {
    border-radius: 15px;
    margin-right: 30px;
    width: 90px;
}

.menu-section .menu-box .bottom-bar .menu-bar .content {
    min-width: 65%;
}

.menu-section .menu-box .bottom-bar .menu-bar .content h5 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.menu-section .menu-box .bottom-bar .menu-bar .content .rating {
    margin-bottom: 12px;
}

.menu-section .menu-box .bottom-bar .menu-bar .content .rating span {
    color: #ffcc33;
    margin-right: 8px;
    font-weight: 800;
}

.menu-section .menu-box .bottom-bar .menu-bar .content p {
    color: rgba(0, 0, 0, 0.68);
    text-transform: capitalize;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
}

.menu-section .menu-box .bottom-bar .menu-bar .content h6 {
    font-size: 14px;
    color: #343434;
    font-weight: 800;
    position: relative;
    margin-bottom: 0;
}

.menu-section .menu-box .bottom-bar .menu-bar .content h6 del {
    color: #717171;
    margin-right: 5px;
    font-weight: 400;
}

.menu-section .menu-box .bottom-bar .menu-bar .content h6 label {
    position: absolute;
    right: 0px;
    background-color: #3db137;
    color: white;
    padding: 3px 10px 2px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    top: -2px;
    margin-bottom: 0;
}

.menu-section .menu-box .bottom-bar .menu-bar .content h6 label.red {
    background-color: #e02d22;
    -webkit-box-shadow: 1px 11px 20px 0px rgba(193, 0, 38, 0.12);
    box-shadow: 1px 11px 20px 0px rgba(193, 0, 38, 0.12);
}

.menu-section .menu-box .bottom-bar .menu-bar:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.menu-section .menu-box .bottom-bar .menu-bar:last-child:after {
    display: none;
}

.menu-section .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.menu-section .slick-slide {
    margin: 0 20px;
}

.book-table {
    position: relative;
    background-image: url("../images/restaurant/table-bg.html");
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

.book-table .table-form {
    background-color: white;
    border-radius: 25px;
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.book-table .table-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.book-table .table-form form .row {
    margin: 0;
}

.book-table .table-form form .form-group {
    margin-bottom: 0;
    margin-right: 40px;
    position: relative;
}

.book-table .table-form form .form-group input {
    background-color: #f9f9f9;
    border: none;
    border-radius: 35px;
    padding: 20px 20px 18px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
}

.book-table .table-form form .form-group img {
    position: absolute;
    right: 20px;
    top: 20px;
}

.book-table .table-form form .form-control {
    background-color: #f9f9f9;
    border: none;
    border-radius: 35px;
    padding: 20px 20px 18px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
}

.book-table .table-form form .form-control:focus {
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.book-table .table-form form .input-group-append {
    position: absolute;
    right: 12px;
    top: 12px;
}

.book-table .table-form form .input-group-append .btn {
    border: none;
    background-color: transparent;
    padding: 0;
}

.book-table .table-form form .input-group-append .btn i {
    color: rgba(197, 197, 197, 0.6);
}

.book-table .table-form:after {
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    left: -6px;
    top: 0;
    z-index: -1;
}

.book-table .table-form:before {
    content: "";
    position: absolute;
    width: calc(100% + 24px);
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
    left: -12px;
    top: 0;
    z-index: -1;
}

.book-table .detail {
    font-size: calc(16px + (26 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-family: Pacifico, cursive;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.book-table.single-table {
    background-image: none;
    overflow: visible;
}

.book-table.single-table .table-form {
    margin-bottom: 0;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
    margin-top: -75px;
}

.book-table.single-table .table-form.classic-form {
    border-radius: 0;
    padding: 25px;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.book-table.single-table .table-form.classic-form form .form-group input {
    border-radius: 0;
    padding: 15px 15px 13px 25px;
}

.book-table.single-table .table-form.classic-form form .form-group img {
    right: 15px;
    top: 15px;
}

.book-table.single-table .table-form.classic-form form .form-control {
    border-radius: 0;
    padding: 15px 15px 13px;
}

.book-table.single-table .table-form.classic-form form .input-group-append .btn i {
    top: 4px;
    left: 15px;
}

.book-table.single-table .table-form.classic-form form .btn-rounded {
    border-radius: 0;
    margin-left: 0;
}

.book-table.single-table .table-form.classic-form:after,
.book-table.single-table .table-form.classic-form:before {
    display: none;
}

.book-table.input-radius-cls .table-form.classic-form form .form-group input {
    background-color: rgba(233, 179, 14, 0.1);
    border-radius: 25px;
}

.book-table.input-radius-cls .table-form.classic-form form .btn-rounded {
    border-radius: 100px;
}

.car-type-section {
    margin-top: calc(0px + (40 - 0) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: -20px;
}

.car-type-section .slick-slide {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.car-type-section .slick-slide.slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.car-type-section .slick-slide.slick-center .type-box .img-part img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.car-type-section .slick-slide.slick-center .type-box:hover .img-part img {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.car-type-section .type-box {
    padding: 25px;
    -webkit-box-shadow: 1px 2px 39px 9px rgba(8, 18, 109, 0.08);
    box-shadow: 1px 2px 39px 9px rgba(8, 18, 109, 0.08);
    margin: 20px 0;
}

.car-type-section .type-box .img-part {
    text-align: center;
}

.car-type-section .type-box .img-part img {
    margin: 0 auto;
}

.car-type-section .type-box .content {
    text-align: center;
}

.car-type-section .type-box .content h5 {
    text-transform: capitalize;
    margin-top: 15px;
    font-weight: 700;
}

.car-type-section .type-box .content h6 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.car-type-section .type-box .content p {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
}

.car-type-section .type-box .content ul li img {
    opacity: 0.7;
}

.cab-slider .image-section:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.63)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.63) 0%, rgba(231, 56, 39, 0) 100%);
}

.topTour {
    margin-top: calc(0px + (40 - 0) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: -20px;
}

.topTour .slick-slide {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.topTour .slick-slide.slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.topTour .slick-slide.slick-center .topTour_box .content {
    opacity: 1;
}

.topTour .topTour_box {
    padding: 0;
    -webkit-box-shadow: 1px 2px 39px 9px rgba(8, 18, 109, 0.08);
    box-shadow: 1px 2px 39px 9px rgba(8, 18, 109, 0.08);
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
}

.topTour .topTour_box .content {
    opacity: 0;
    position: absolute;
    bottom: 22px;
    width: 100%;
    text-align: center;
    padding: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(111, 111, 111, 0.8)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to top, rgba(111, 111, 111, 0.8) 0%, rgba(231, 56, 39, 0) 100%);
    border-radius: 0 0 10px 10px;
}

.topTour .topTour_box .content h6 {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    margin-bottom: -4px;
}

.topTour .topTour_box .content h5 {
    font-size: calc(15px + (22 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: white;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: -7px;
    text-transform: capitalize;
}

.cab-full {
    padding-top: 68px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.cab-full ::-webkit-scrollbar {
    width: 4px;
}

.cab-full ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.cab-full ::-webkit-scrollbar-thumb {
    background: rgba(233, 179, 14, 0.5);
    border-radius: 3px;
}

.cab-full ::-webkit-scrollbar-thumb:hover {
    background: rgba(233, 179, 14, 0.8);
}

.cab-full iframe,
.cab-full .map-cls {
    width: 100%;
    height: calc(100vh - 68px);
    border: none;
    margin-bottom: -6px;
}

.cab-full .left-bar {
    height: calc(100vh - 68px);
    overflow: auto;
}

.cab-full .left-bar.fixed-cls {
    position: fixed;
    width: 400px;
    -webkit-box-shadow: 3px 0px 4px 0 #dedede;
    box-shadow: 3px 0px 4px 0 #dedede;
    z-index: 1;
}

font-weight: 700;
}

margin-top: 20px;
}

margin-top: 0;
}

.cab-full .location-option [type="radio"]:checked+label:before,
.cab-full .location-option [type="radio"]:not(:checked)+label:before {
    border-color: #ececec;
    top: 2px;
}

.cab-full .location-option [type="radio"]:checked+label:before {
    background-color: #ececec;
    border-color: var(--theme-color);
}

.cab-full .cab-search-section {
    padding: 0 15px 15px;
}

.cab-full .cab-search-section .cab-search-box {
    background-color: #f9f9f9;
    padding: 10px;
}

.cab-full .cab-search-section .cab-search-box .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.cab-full .cab-search-section .cab-search-box .cab-img img {
    width: 90px;
    height: auto;
}

.cab-full .cab-search-section .cab-search-box .cab_detail li {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
}

.cab-full .cab-search-section .cab-search-box .btn-solid {
    font-size: 14px;
    padding: 4px 10px;
    text-transform: capitalize;
}

.cab-full .cab-search-section .cab-search-box+.cab-search-box {
    margin-top: 20px;
}

.scroll-body {
    padding-left: 400px;
}

.top-banner {
    width: 100%;
    position: relative;
}

.top-banner .top-banner-content {
    color: white;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    right: 25%;
    width: auto;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.top-banner .flip {
    height: 50px;
    overflow: hidden;
}

.top-banner .flip>div>div {
    color: white;
    padding: 4px 12px;
    height: 40px;
    margin-bottom: 45px;
    display: inline-block;
    line-height: 1;
}

.top-banner .flip div:first-child {
    -webkit-animation: show 5s linear infinite;
    animation: show 5s linear infinite;
}

.top-banner .flip div:first-child div {
    background: #4ac6da;
}

.top-banner .flip div:last-child div {
    background: #dc143c;
}

.top-banner .flip div div {
    background: #f4c789;
}

@-webkit-keyframes show {
    0% {
        margin-top: -270px;
    }
    5% {
        margin-top: -180px;
    }
    33% {
        margin-top: -180px;
    }
    38% {
        margin-top: -90px;
    }
    66% {
        margin-top: -90px;
    }
    71% {
        margin-top: 0;
    }
    99.99% {
        margin-top: 0;
    }
    100% {
        margin-top: -270px;
    }
}

@keyframes show {
    0% {
        margin-top: -270px;
    }
    5% {
        margin-top: -180px;
    }
    33% {
        margin-top: -180px;
    }
    38% {
        margin-top: -90px;
    }
    66% {
        margin-top: -90px;
    }
    71% {
        margin-top: 0;
    }
    99.99% {
        margin-top: 0;
    }
    100% {
        margin-top: -270px;
    }
}
.single-section {
    position: relative;
    img {
        max-height: 350px;
        object-fit: cover;
        border-radius: 15px;
    }
}

.single-section .image_section {
    position: relative;
}

.single-section .image_section .view-all {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(231, 56, 39, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(231, 56, 39, 0) 100%);
    margin-bottom: 0;
    padding: 10px;
    text-transform: capitalize;
    color: white;
    font-weight: 800;
    line-height: 1;
}

.single-section .image_section .slider-thumbnail {
    margin-top: 5px;
    overflow: hidden;
}

.single-section .image_section .slider-thumbnail .slick-slide>div {
    margin: 0 5px;
}

.single-section .image_section .slider-thumbnail .slick-list {
    margin-left: -5px;
    margin-right: -5px;
}

.single-section .facility_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    margin-top: 20px;
}

.single-section .facility_sec .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
    position: relative;
}

.single-section .facility_sec .icon-box svg {
    width: 30px;
    height: auto;
    fill: var(--theme-color);
}

.single-section .facility_sec .icon-box .content {
    margin-left: 15px;
}

.single-section .facility_sec .icon-box .content h5 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
}

.single-section .facility_sec .icon-box .content h6 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    text-transform: capitalize;
    margin-bottom: 0;
}

.single-section .facility_sec .icon-box:after {
    content: "";
    width: 1px;
    height: 25px;
    background-color: var(--theme-color);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-section .facility_sec .icon-box:last-child:after {
    display: none;
}

.single-section .description-section .menu-top {
    margin-top: 30px;
    padding: 12px 0;
    background-color: white;
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
}

.single-section .description-section .menu-top li a {
    color: var(--theme-color);
    text-transform: uppercase;
    font-weight: 700;
    padding: 17px 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-section .description-section .menu-top li.active a {
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single-section .description-section .menu-top li.mobile-menu {
    display: none;
}

.single-section .description-section .menu-top.sticky {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding: 16px 0;
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
}

.single-section .description-section .menu-top.sticky li a {
    padding: 15px 30px;
}

.single-section .description-section .menu-top.menu-up {
    margin-top: 0;
    margin-bottom: 30px;
}

.single-section .description-section .description-details .content-title {
    text-transform: uppercase;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
}

.single-section .description-section .description-details .menu-part {
    margin-top: 20px;
    padding: 30px;
    background-color: white;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
}

.single-section .description-section .description-details .menu-part.page-section .zoom-gallery>div:nth-child(-n+3) {
    margin-bottom: 0;
}

.single-section .description-section .description-details .menu-part .list-view {
    margin-top: 0;
}

.single-section .description-section .description-details .menu-part .list-view .list-img {
    width: 30%;
}

.single-section .description-section .description-details .menu-part .list-view .facility-icon {
    margin-top: 10px;
}

.single-section .description-section .description-details .menu-part .list-view .list-box {
    padding: 0;
}

.single-section .description-section .description-details .menu-part .list-view+.list-view {
    margin-top: 20px;
}

.single-section .description-section .description-details .menu-part .zoom-gallery .overlay {
    position: relative;
}

.single-section .description-section .description-details .menu-part .zoom-gallery .overlay .overlay-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-section .description-section .description-details .menu-part .zoom-gallery .overlay .overlay-background i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 22px;
    display: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-section .description-section .description-details .menu-part .zoom-gallery .overlay:hover .overlay-background {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: rgba(0, 0, 0, 0.6);
}

.single-section .description-section .description-details .menu-part .zoom-gallery .overlay:hover .overlay-background i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-section .description-section .description-details .menu-part .zoom-gallery>div:nth-child(-n+3) {
    margin-bottom: 30px;
}

.single-section .description-section .description-details .menu-part.facility h6 {
    text-transform: capitalize;
    font-weight: 700;
    color: #222222;
}

.single-section .description-section .description-details .menu-part.facility h6 img {
    margin-right: 5px;
    width: 20px;
}

.single-section .description-section .description-details .menu-part.facility ul {
    margin-left: 10px;
}

.single-section .description-section .description-details .menu-part.facility ul li {
    display: block;
    text-transform: capitalize;
    line-height: 1.9;
}

.single-section .description-section .description-details .menu-part.facility ul li i {
    font-size: 8px;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.6);
}

.single-section .description-section .description-details .menu-part.map iframe {
    width: 100%;
    height: 420px;
    margin-bottom: -5px;
}

.single-section .description-section .description-details .menu-part.review .review-box .rating span {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-left: 10px;
    font-weight: 700;
}

.single-section .description-section .description-details .menu-part.review .review-box h6 {
    font-size: 14px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 4px;
}

.single-section .description-section .description-details .menu-part.review .review-box p {
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.single-section .description-section .description-details .menu-part.review .review-box+.review-box {
    border-top: 1px solid #f9f9f9;
    padding-top: 12px;
    margin-top: 15px;
}

.single-section .description-section .description-details .menu-part.policy p {
    color: #212121;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.6;
}

.single-section .description-section .description-details.full-slider .menu-part {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 70px;
}

.single-section .description-section .description-details.full-slider .menu-part .row {
    margin-bottom: 20px;
}

.single-section .description-section.tab-section .menu-top {
    padding: 0;
    background-color: transparent;
}

.single-section .description-section.tab-section .menu-top .nav-tabs {
    margin-bottom: 15px;
    background-color: white;
    border-bottom: none;
}

.single-section .description-section.tab-section .menu-top .nav-tabs .nav-item.active {
    border: none;
    border-bottom: 2px solid var(--theme-color);
    color: var(--theme-color);
}

.single-section .description-section.tab-section .menu-top .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
}

.single-section .description-section.tab-section .menu-top .nav-tabs .nav-item .nav-link.active {
    border: none;
    border-bottom: 2px solid var(--theme-color);
    color: var(--theme-color);
}

.single-section .description-section.tab-section .menu-top.sticky {
    background-color: white;
    margin-bottom: 0;
}

.single-section .description-section.tab-section .menu-top.sticky .nav-tabs {
    margin-bottom: 0;
}

.single-section .description-section.tab-section .description-details .menu-part {
    margin-top: 0;
}

.single-section .single-sidebar {
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
}

.single-section .single-sidebar h4.title {
    text-transform: capitalize;
    font-weight: 700;
    margin-top: -4px;
}

.single-section .single-sidebar p {
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.single-section .single-sidebar p i {
    font-size: 13px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.59);
}


.single-section .single-sidebar .newsletter-sec {
    padding: 20px;
}

.single-section .single-sidebar .newsletter-sec .button {
    margin-top: 15px;
    text-align: right;
}

.single-section .single-sidebar .newsletter-sec .button .btn {
    padding: 6px 14px;
    font-size: 14px;
    text-transform: capitalize;
}

.single-section .single-sidebar .overlay-map {
    position: relative;
    margin-bottom: 10px;
}

.single-section .single-sidebar .overlay-map img {
    height: 100px;
    width: 100%;
}

.single-section .single-sidebar .overlay-map iframe,
.single-section .single-sidebar .overlay-map .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.0001;
    z-index: 1;
}

.single-section .single-sidebar .overlay-map h6 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--theme-color);
    text-transform: capitalize;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    z-index: 0;
    font-weight: 600;
    margin-bottom: 0;
}

.single-section .single-sidebar .price-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-section .single-sidebar .price-part .left-part a {
    color: var(--theme-color);
    font-weight: 700;
    text-transform: capitalize;
}

.single-section .single-sidebar .price-part .left-part span {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 24px;
}

.single-section .single-sidebar .price-part .left-part span i {
    font-size: 10px;
    margin-right: 5px;
    color: green;
}

.single-section .single-sidebar .price-part .left-part span.red {
    color: darkred;
}

.single-section .single-sidebar .price-part .right-part {
    margin-left: auto;
    text-align: right;
}

.single-section .single-sidebar .price-part .right-part span {
    color: rgba(0, 0, 0, 0.4);
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
}

.single-section .single-sidebar .price-part .right-part p {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--theme-color);
}

.single-section .single-sidebar .book-btn-section .btn-rounded {
    padding: 6px 14px;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 0;
}

.single-section .single-sidebar .contact-title {
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.single-section .single-sidebar .bottom_sec {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #f9f9f9;
}

.single-section .single-sidebar .bottom_sec h6 {
    text-transform: capitalize;
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 700;
}

.single-section .single-sidebar .bottom_sec h6:last-child {
    margin-bottom: 0;
}

.single-section .single-sidebar .weather-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-section .single-sidebar .weather-sec li svg {
    width: 40px;
    margin: 0;
}

.single-section .single-sidebar .weather-sec li h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-section .single-sidebar .weather-sec li h6 {
    font-size: 12px;
    margin-bottom: 0;
}

.single-section .single-sidebar .weather-sec li+li {
    margin-left: 20px;
}

.single-section .single-sidebar .social-box {
    margin-top: 18px;
}

.single-section .single-sidebar .social-box i {
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: white;
    padding: 9px;
    background-color: var(--theme-color);
    border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-right: 3px;
}

.single-section .single-sidebar+.single-sidebar {
    margin-top: 30px;
}

.single-section .single-sidebar .order-cart .cart-items {
    margin-top: 20px;
}

.single-section .single-sidebar .order-cart .cart-items .items {
    position: relative;
}

.single-section .single-sidebar .order-cart .cart-items .items h6 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-section .single-sidebar .order-cart .cart-items .items h5 {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: 0;
}

.single-section .single-sidebar .order-cart .cart-items .items+.items {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f9f9f9;
}

.single-section .single-sidebar .order-cart .cart-items .items .qty-box {
    width: 120px;
    margin-top: 10px;
}

.single-section .single-sidebar .order-cart .cart-items .items .qty-box .input-group {
    -webkit-box-shadow: 0 2px 4px 0 #dedede;
    box-shadow: 0 2px 4px 0 #dedede;
}

.single-section .single-sidebar .order-cart .cart-items .items .qty-box .input-group .btn {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1;
    background-color: #f9f9f9;
}

.single-section .single-sidebar .order-cart .cart-items .items .qty-box .input-group .form-control {
    padding: 2px;
    width: 50px;
    text-align: center;
    border-color: #f9f9f9;
}

.single-section .single-sidebar .order-cart .cart-items .items .price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.single-section .single-sidebar .order-cart .cart-items .items.veg h6 {
    padding-left: 25px;
    position: relative;
}

.single-section .single-sidebar .order-cart .cart-items .items.veg h6:after {
    content: "";
    left: 0;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid green;
    top: 2px;
}

.single-section .single-sidebar .order-cart .cart-items .items.veg h6:before {
    content: "";
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: green;
    position: absolute;
    border-radius: 100%;
    top: 5px;
}

.single-section .single-sidebar .order-cart .cart-items .items.non-veg h6 {
    padding-left: 25px;
    position: relative;
}

.single-section .single-sidebar .order-cart .cart-items .items.non-veg h6:after {
    content: "";
    left: 0;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid red;
    top: 2px;
}

.single-section .single-sidebar .order-cart .cart-items .items.non-veg h6:before {
    content: "";
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: red;
    position: absolute;
    border-radius: 100%;
    top: 5px;
}

.single-section .single-sidebar .order-cart .cart-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f9f9f9;
}

.single-section .single-sidebar .order-cart .cart-bottom .sub-total {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.single-section .single-sidebar .order-cart .cart-bottom .sub-total span {
    float: right;
}

.single-section .single-sidebar .order-cart .cart-bottom p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    max-width: 70%;
}

.single-section .single-sidebar .order-cart .cart-bottom .checkout {
    margin-top: 20px;
}

.single-section .single-sidebar .order-cart .empty-cart {
    text-align: center;
    margin-top: 50px;
}

.single-section .single-sidebar .order-cart .empty-cart h5 {
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    margin-bottom: 20px;
}

.single-section .single-sidebar .order-cart .empty-cart img {
    margin-bottom: 20px;
    opacity: 0.5;
}

.single-section .single-sidebar .order-cart .empty-cart p {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: rgba(0, 0, 0, 0.64);
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: var(--theme-color);
}


/*float  buttons*/

.fixed__btns {
    position: fixed;
    right: 0;
    left: 50%;
    bottom: 6px;
    background-color: transparent;
    width: 94%;
    height: 50px;
    z-index: 99;
    padding: 0;
    gap: 11px;
    overflow: hidden;
    display: flex;
    transform: translateX(-50%);
}

.float {
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
    border-radius: 30px;
    letter-spacing: -0.02em;
    img {
        width: 23px;
        margin-right: 5px;
    }
    span {
        font-weight: 600;
    }
}

.float_whatsapp {
    background-color: #25D366;
}

.float-popup {
    background-color: var(--theme-color);
    color: #fff;
}

.float:hover {
    color: #000;
}

.float-call {
    background-color: orange;
    font-size: 15px;
    font-weight: 100 !important;
}

.float-mail {
    background-color: var(--secondary-color);
    font-size: 15px;
    font-weight: 100 !important;
}

.my-float {
    margin-top: 5px;
    color: #25d366;
}

.my-call {
    margin-top: 5px;
}

@media(min-width:768px) {
    .float_whatsapp {
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 175px !important;
        height: 40px;
        border-radius: 10px;
        animation: float 1s ease-in-out infinite;
    }
    .fixed__btns {
        background-color: transparent;
        height: 0;
        transform: none;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
        /* Moves up */
    }
    100% {
        transform: translateY(0);
    }
}

.phone_res-float-btn {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0 !important;
    z-index: 111;
}

.phone_res-float-btn a {
    width: 50% !important;
    border-radius: 0;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bababa;
    font-size: 17px;
    display: flex;
    justify-content: center;
    gap: 4px;
    font-weight: 600;
    color: #000;
}

.phone_res-float-btn .button__1 {
    position: relative;
    left: 0 !important;
    border-top-left-radius: 20px;
}

.phone_res-float-btn .button__2 {
    position: relative;
    border-top-right-radius: 20px;
    right: 0 !important;
}

.phone_res-float-btn img {
    width: 25px;
    height: 25px;
}

.terms-content h3 {
    font-weight: 600;
    font-size: 30px;
}

.terms-list li {
    list-style: auto !important;
    display: block !important;
}

.sidebar-item {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.08);
}

.sidebar-item>h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    color: #000;
    border-bottom: 2px solid var(--theme-color);
}

.title-1 h4,
.title-1 h3 {
    font-weight: 600;
    font-size: 30px;
    position: relative;
    margin-bottom: 45px;
}

.title-1 h4:before,
.title-1 h3:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    content: "";
    background-color: var(--theme-color);
}

.sidebar-category {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.sidebar-category li {
    list-style: none;
    margin-bottom: 1px;
    width: 100%;
}

.sidebar-category li .active {
    background: var(--theme-color);
    color: #FFF;
}

.sidebar-category li a {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px;
    text-transform: capitalize;
    box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
    border-radius: 6px;
}

.sidebar-category li a:hover {
    background: var(--theme-color);
    color: #fff;
}

.sidebar-category li a:after {
    content: "\f061";
    font-family: FontAwesome;
    float: right;
}

.bg-banner {
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.same-section-spacing {
    padding: 100px 0 100px;
}

.bg-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.banner-box {
    .breadcrumb {
        background-color: transparent;
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb {
    display: inherit !important;
    text-align: center;
}

.breadcrumb {
    background: transparent;
    color: var(--white-color);
    padding: 10px 0;
}

.breadcrumb {
    background: transparent;
    color: var(--white-color);
    padding: 10px 0;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb-item a {
    font-weight: 600;
    color: var(--white-color);
}

.banner-box {
    .breadcrumb-item.active {
        color: #fff;
    }
}

.banner-box {
    .breadcrumb-item+.breadcrumb-item::before {
        color: #fff;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color);
}

.banner-box h2 {
    color: var(--white-color);
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 45px;
}

@media(max-width:768px) {
    .banner-box h2 {
        font-size: 30px;
    }
}

.forum-main-image {
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 6%);
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid var(--theme-color);
}

.forum-main-image img {
    width: 100%;
}

.forum-main-image img {
    border-radius: 5px;
    margin-bottom: 0;
}

.forum-details h3 {
    font-size: 35px;
    margin-bottom: 30px;
}
.spad {
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.breadcrumb__text {
    text-align: center;
}

.breadcrumb__links {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 25px;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
}

.breadcrumb__links a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 26px;
    display: inline-block;
    position: relative;
}

.breadcrumb__links span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 26px;
    display: inline-block;
    position: relative;
}

.breadcrumb__links a::after {
    position: absolute;
    right: -18px;
    top: 0px;
    font-family: FontAwesome;
    content: "";
    font-size: 20px;
    font-weight: 400;
}

.breadcrumb__links span:last-child {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 26px;
    display: inline-block;
    position: relative;
}

.breadcrumb__links span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-right: 26px;
    position: relative;
}

.breadcrumb__text h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}

/*.footer-links li a:before {
    font-family: FontAwesome;
    content: "\f101";
    padding-right: 10px;
    color: var(--theme-color);
}*/

/*.animated{
      animation-fill-mode: inherit!important;
}*/

.List-items li:not(:last-child) {
    padding-bottom: calc(11px/2);
}

.List-items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
    display: block;
}

.List-items i {
    color: var(--theme-color);
    width: 1.25em;
    font-size: 14px;
}

.List-items span {
    color: var(--theme-color);
    padding-left: 8px;
}

.main-box {
    background-color: #ffffff !important;
    border-radius: 6px;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: var(--theme-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 6px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 6px;
    padding: 35px 35px 13px 36px;
}

.main-box .box-icon img {
    width: 75px;
}

/*OUR GALLERY*/

#our_gallery {
    position: relative;
}

.bgimage {
    background-color: var(--theme-color) !important;
    background-image: url('../images/bgimg.png');
    background-size: contain;
    background-position: center center;
    position: absolute;
    height: 510px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    margin-bottom: 10px;
}

/*OUR DESTINATION*/

.booking-one__single {
    margin-bottom: 30px;
    -webkit-transition: all .35s;
    transition: all .35s;
    border-radius: 10px
}

.booking-one__image {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    min-height: 90px;
    background: #ccc
}

.booking-one__image img {
    height: 250px;
}

.booking-one__content {
    padding: 10px 30px 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    border-top: none;
    border-radius: 0 0 10px 10px;
    background: #fff;
    position: relative;
    margin-top: -16px;
    text-align: center;
}

@media (max-width: 1024px) {
    .booking-one__content {
        padding: 10px 20px 0
    }
}

.booking-one__content:after {
    content: '';
    width: 100%;
    height: 20px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 9;
    background: #fff;
    margin-bottom: -1px
}

.booking-one__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.booking-one__content-top .booking__rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 66px);
    flex: 0 0 calc(100% - 66px)
}

.booking-one__media {
    background: #fff;
    padding: 7px 18px 5px;
    position: absolute;
    top: -35px;
    right: 30px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.booking-one__title {
    font-size: 20px;
    margin: 10px 0 10px;
    font-weight: 600
}

.booking-one__address {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400
}

.booking-one__address i {
    margin-right: 10px;
    color: var(--e-global-color-primary)
}

.booking-one__price .item_info_price_new {
    color: var(--e-global-color-secondary)
}

.booking-one__meta {
    margin-top: 20px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #e2dfeb
}

.booking-one__item-meta i {
    margin-right: 4px;
    font-size: 20px;
    position: relative;
    top: 2px;
    color: var(--e-global-color-primary)
}

.booking-one__meta-left>span:not(:last-child) {
    margin-right: 18px
}

.booking-one__meta-right a {
    display: inline-block;
    position: relative;
    padding-right: 20px
}

.booking-one__meta-right a:after {
    content: '\f061';
    font-family: 'Line Awesome Free';
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 14px;
    z-index: 1;
    line-height: 1;
    font-weight: 900
}

/*DESTINATION*/

.single_package {
    margin: 0 15px 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.package-hover {}

.single_package .package-hover {
    padding: 30px;
}

.package-hover p {
    margin-bottom: 20px;
}

.package-hover i {
    color: #fec42d;
}

.time_zone {}

.team .position-center-center {
    width: 100%;
    padding: 0 20px;
}

.single_package img {
    width: 100%;
    position: relative;
    height: 200px;
}

.pack_price {
    font-weight: 700;
    color: #f05942;
}

.single_package h5 {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 700;
}

.single_package .rating {
    margin-bottom: 3px;
}

.single_package .time_zone {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    color: #333;
    margin-bottom: 12px;
}

.package-name {
    font-size: 16px;
    font-weight: 700;
    padding: 25px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.pack_image {
    position: relative;
    transition: .5s;
    overflow: hidden;
}

.pack_image:before,
.single_gallery:before,
.blog_image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    opacity: 0;
    transition: .5s;
}

.gallery_enlarge_icon,
.pack_image .btn-bg {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s;
}

.pack_image .btn-bg {
    color: #fff;
    font-size: 13px;
    background: #f05942;
    border-radius: 30px;
    padding: 5px 20px;
}

.single_package:hover .btn-bg,
.single_gallery:hover .gallery_enlarge_icon {
    opacity: 1;
}

.single-deal figure p a:hover,
.single-deal figure p a:focus {
    background: #e1330b;
    color: #fff;
}

.single_package:hover .pack_image:before,
.single_gallery:hover:before {
    opacity: 1;
}

#package-slider .owl-controls {
    margin-top: 15px;
}

#package-slider .owl-dots .owl-dot span {
    color: #333;
    width: 12px;
    height: 12px;
    opacity: 1;
}

#package-slider .owl-dots .owl-dot.active span {
    background-color: #f05942;
}

.spacer {
    border: 0;
    border-bottom: 1px solid rgba(11, 22, 63, 0.07);
}

.card-feature-box {
    justify-content: space-between;
}

.card-feature-box .icon-box {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.card-feature-box .icon-box span {
    line-height: 0;
}

.card-feature-box .icon-box i {
    color: var(--theme-color);
}

.zoom-gallery .gallery_img {
    position: relative;
    overflow: hidden;
}

.zoom-gallery .gallery_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*========form booking index==========*/

.vs-testi__form1 {
    padding: 55px 48px;
    background-color: var(--theme-color);
    border: 8px solid transparent;
    border-image: linear-gradient(180deg, rgba(4, 42, 47, 0.5242471989) 0%, rgba(255, 255, 255, 0) 50%);
    border-image-slice: 1;
    z-index: 1;
    position: relative;
}

.form_section {
    padding: 17px;
    z-index: 2;
    border-radius: 5px;
    position: relative;
    background: var(--theme-color);
}
@media(max-width:768px){
    .form_section{
        padding: 20px;
    }
}

.common-booking-form .form_section{
    margin-bottom: 20px !important;
}
.form_section .title-area .sec-subtitle::before {
    background-color: var(--white-color);
}

.form_section .title-area {
    margin-bottom: 12px;
}

.form_section .title-area .sec-title {
    font-size: 33px;
}

.index_form_title {
    position: relative;
    border-radius: 15px 15px 0 0;
    width: max-content;
    background-color: #fff;
    color: #222;
    font-weight: 600;
    font-size: 31px;
    margin-bottom: 0;
    letter-spacing: 1;
    padding: 10px 50px;
}


.form_section::before {
    left: -15px;
    height: 85%;
    width: 15px;
    bottom: 0;
    border-radius: 8px 0 0 0;
}

.form_section::after {
    left: -15px;
    width: 85%;
    height: 15px;
    bottom: -15px;
    border-radius: 0 0 8px 0;
}

.form-title {
    text-align: center;
    color: #222;
    font-weight: 600;
    padding: 7px 0px 15px 13px;
    margin-bottom: 0;
    font-family: var(--body-font);
    position: relative;
    z-index: 1;
    font-size: 25px;
}

.form_section .form-group label {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    display: none;
}

.form_section .form-heading {
    background-color: var(--theme-color);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.form_section .form-control {
    height: 58px;
    padding: 0 15px;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background-color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    width: 100%;
    border-radius: 6px;
    font-weight: 500;
}

.form_section .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--theme-color);
    box-shadow: 0 2px 0px var(--theme-color);
}

.form_section .form-group i,
.form_section .input-group i {
    position: absolute;
    right: 2px;
    top: calc(50% - -1px);
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    border-radius: 0;
    background: transparent;
    display: grid
;
    color: #919191;
    place-content: center;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.form_section.hghghhghg .form-group i,
.form_section.hghghhghg .form_section .input-group i {
    transform: none;
}

.form-group {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 13px;
}

.form_section.hghghhghg label {
    color: #fff;
}

.form_section .input-group {
    margin-bottom: 10px;
}

.form_section .input-group .form-control {
    border-radius: 8px !important;
}

.form-btn {
    width: 48%;
    margin: 0px 26%;
    border-radius: 30px;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 0;
    box-shadow: none;
}

.form_section .input-group-text {
    padding: 7px;
    background-color: var(--theme-color);
    border: none;
}

.form_section .input-group-text i {
    font-size: 20px;
    color: #fff;
}

.homesection {
    background: var(--theme-color);
}

/*    phone toggle bar*/

.overlay_bg #myNav {
    border-right: 2px solid var(--theme-color);
}

#myNav {
    position: relative;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 70%);
    z-index: 10;
    transition: 0.5s linear;
}

.overlay-content {
    position: relative;
    left: 0;
    width: 100%;
}

#myNav .overlay-content a {
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #fff;
}

#myNav .overlay-content .dropdown-menu {
    background-color: var(--theme-color);
}

#myNav .overlay-content .dropdown-menu a {
    border: none;
}

#myNav .overlay-content .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

#myNav a:hover,
.overlay a:focus {
    color: var(--theme-color);
}

#myNav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    color: #fff;
    z-index: 1;
    background: red;
    padding-left: 3px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.toggle-icon {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 11;
    top: 17px;
    right: 11px;
    color: var(--theme-color);
    background: #fff;
    padding: 1px 10px;
    border-radius: 5px;
}

.overlay-content .phone-site-logo {
    font-size: 30px;
    font-weight: 500;
    background: var(--secondary-color);
    padding: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
}

.overlay-content .phone-site-logo img {
    width: 100px;
    background-color: var(--theme-color);
    border-radius: 6px;
}

#myNav .overlay-content .dropdown ul {
    padding-left: 12px;
}

#myNav .overlay-content .dropdown ul a {
    font-size: 14px;
    padding: 5px 10px;
    border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 600px) {
    .brand-logo a h3 {
        font-size: 26px;
    }
}

@media screen and (max-height: 450px) {
    ##myNav a {
        font-size: 20px
    }
    #myNav .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*    phone toggle bar*/

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0;
}

/*our destination*/

.packages-section {
    position: relative;
    background: #fafaee;
}

.packages-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: left top;
}

.package-block .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.package-block .image-box {
    position: relative;
}

.package-block .image-box .image {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.package-block .image-box .image img {
    position: relative;
    width: 100%;
    height: 210px;
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease;
}

.package-block .lower-box {
    position: relative;
    display: block;
    padding: 10px;
}

.package-block .lower-box .p-icon {
    position: absolute;
    top: -36px;
    right: 30px;
    width: 72px;
    height: 72px;
    z-index: 5;
}

.package-block .lower-box .location {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.package-block .lower-box p {
    position: relative;
    font-weight: 400;
    color: #2d3434;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.package-block h5 a {
    color: #2d3434;
}

.package-block .lower-box .info {
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

.package-block .lower-box .info .duration {
    position: relative;
    color: #000;
}

.package-block .lower-box .info .duration i,
.package-block .lower-box .info .persons i {
    position: relative;
    padding-right: 5px;
}

.package-block .lower-box .info .persons {
    position: relative;
    float: right;
}

.package-block .bottom-box {
    position: relative;
    margin-top: 25px;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.package-block .lower-box .p-icon img {
    max-height: 72px;
}

.package-block .lower-box .p-icon .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    line-height: 72px;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}

.offer-action {
    text-align: center;
    background: var(--theme-color) none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.offer-action a {
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    width: 47%;
}

.offer-action:after {
    position: absolute;
    content: "";
    width: 66%;
    height: 100%;
    background: #000 none repeat scroll 0 0;
    right: -36px;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*GALLERY*/

.gallery-section {
    position: relative;
}

.gallery-section:before {
    content: '';
    background: #162241;
    position: absolute;
    top: 0;
    left: 0;
    height: 75%;
    width: 100%;
}

.gallery-section .desti-inner {
    position: relative;
    z-index: 1;
}

.gallery-section .desti-image {
    position: relative;
    overflow: hidden;
    border: 6px solid #ffffff1a;
}

.gallery-section .desti-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.gallery-section .desti-image .desti-overlay {
    opacity: 0;
    background: #2e3d626b;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: all ease-in-out 0.5s;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.gallery-section .desti-image .desti-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.nir-btn,
.nir-btn-black {
    position: relative;
    z-index: 1;
    font-size: 20px;
    text-align: center;
    padding: 12px 24px;
    text-transform: capitalize;
    transition: all ease-in-out 0.5s;
    background: var(--theme-color);
    color: #fff;
    display: inline-block;
    border-radius: 43px;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
}

.gallery-section .desti-image:hover .desti-overlay {
    opacity: 1;
    bottom: 0;
    transition: all ease-in-out 0.5s;
}

/* js particle*/

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.text-justify {
    text-align: justify !important;
}

/*  end cab service*/

.section-title.style-two p {
    color: #fff;
}

.org-bd {
    border-radius: 3px;
    border: solid 1px var(--theme-color);
    text-align: center;
    margin-top: 20px;
    min-height: 100px;
}

.online-icon {
    width: 75px;
    height: 75px;
    background: var(--theme-color);
    border-radius: 50%;
    margin: auto;
    margin-top: -40px;
    border: 3px solid #fbfbfb;
}

.online-icon i {
    font-size: 35px;
    padding: 18px;
    color: #fff;
}

.org-txt {
    font-size: 24px;
    color: var(--theme-color);
    font-weight: bold;
    margin-top: 15px;
}

.achievement-card {
    padding: 20px;
    text-align: center;
    background: var(--theme-color);
    color: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    box-shadow: 0 0 64px rgba(17, 17, 17, .1);
    border-radius: 5px;
}

.achievement-card .achievement-icon {
    margin-bottom: 20px;
}

.achievement-card .achievement-icon i {
    color: #fff;
    font-size: 70px;
}

.achievement-card h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

/*============cars section===========*/

.cars-section .card {
    border: none;
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.08);
}

.cars-section .card-image {
    text-align: center;
}

.cars-section img {
    width: 80%;
    margin: auto;
    /*-webkit-mask-image: url(../images/footer-bg.png);
  mask-image: url(../images/footer-bg.png);
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;*/
}

.cars-section .card .card-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.cars-section .card ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.cars-section .card ul li strong {
    display: block;
}

.multi-button {
    padding: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, var(--theme-color) 50%, var(--secondary-color) 50%);
    transition: 0.3s linear;
}

.multi-button:hover {
    background: linear-gradient(135deg, var(--secondary-color) 50%, var(--theme-color) 50%);
}

.multi-button a {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.multi-button a:last-child {
    color: var(--theme-color);
}

.multi-button:hover a {
    color: var(--theme-color);
}

.multi-button:hover a:last-child {
    color: #fff;
}

/* button */

.middle-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.contact_button {
    padding: 16px 42px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
    border-radius: 10px;
    display: inline-block;
    font-family: var(--title-font);
    line-height: 16px;
}

.contact_button:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--secondary-color);
}

.btn-theme {
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
    line-height: 1;
    padding: 18px 30px;
    border-radius: 9999px;
    transition: all 0.5s ease;
}

.btn-theme:hover {
    color: var(--white-color);
    border-color: var(--title-color);
    background-color: var(--title-color);
}

.vs-btn {
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
    line-height: 1;
    padding: 18px 30px;
    border-radius: 9999px;
    transition: all 0.5s ease;
}

.vs-btn:hover {
    color: var(--white-color);
    border-color: var(--title-color);
    background-color: var(--title-color);
}

.vs-btn2 {
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
    line-height: 1;
    padding: 5px 7px 5px 28px;
    border-radius: 9999px;
    transition: all 0.5s ease;
}

.vs-btn2 i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--title-color);
    border-radius: 50px;
    margin-left: 20px;
    transition: all 0.5s ease;
}

.vs-btn2:hover {
    color: var(--white-color);
    border-color: var(--title-color);
    background-color: var(--title-color);
}

.vs-btn2:hover i {
    background-color: var(--theme-color);
}

.icon-btn {
    width: var(--icon-size, 65px);
    height: var(--icon-size, 65px);
    line-height: var(--icon-size, 65px);
    background-color: var(--smoke-color);
    border: none;
    padding: 0;
    text-align: center;
    color: var(--title-color);
    border-radius: 50%;
    transition: all ease 0.4s;
    position: relative;
    z-index: 1;
}

.icon-btn:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
}

.icon-btn2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #0B3F46;
    border: none;
    line-height: 1;
}

.icon-btn2:hover {
    background-color: var(--theme-color);
}

.custom-arraw .icon-btn2 {
    width: 50px;
}

.custom-arraw .icon-arraw {
    border: 2px dashed #27565C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    transition: all 0.5s ease;
}

.custom-arraw .icon-arraw:not(:last-child) {
    margin-right: 7px;
}

.custom-arraw .icon-arraw:hover {
    border-color: var(--theme-color);
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 104px);
    height: var(--icon-size, 104px);
    line-height: var(--icon-size, 104px);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.play-btn:after {
    animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--white-color);
    color: var(--title-color);
}

.link-btn {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    transition: all ease 0.3s;
}

.link-btn i {
    margin-right: 7px;
}

.link-btn:hover {
    color: var(--theme-color);
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%;
    /* Small devices */
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease 0.8s;
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: 1;
    transition: all ease 0.4s;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px;
    }
    .scroll-btn.show {
        bottom: 15px;
    }
}

.bar-btn {
    border: none;
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    vertical-align: middle;
    background-color: transparent;
    width: 25px;
    height: 18px;
    position: relative;
}

.bar-btn .bar:before {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease 0.4s;
    background-color: var(--white-color);
}

.bar-btn .bar:nth-child(2):before {
    top: 50%;
    margin-top: -1.5px;
    width: 25px;
    right: -6px;
}

.bar-btn .bar:nth-child(3):before {
    top: auto;
    bottom: 0;
}

/* Small devices */

@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .vs-btn2 i {
        width: 45px;
        height: 45px;
        margin-left: 12px;
    }
}

/*================Destination section=================*/

.destinations-section .card {
    position: relative;
    height: 400px;
    width: 100%;
    margin: 10px 0;
    transition: ease all 2.3s;
    perspective: 1200px;
}

.destinations-section .card:hover .cover {
    transform: rotateX(0deg) rotateY(-180deg);
}

.destinations-section .card:hover .cover:before {
    transform: translateZ(30px);
}

.destinations-section .card:hover .cover:after {
    background-color: black;
}

.destinations-section .card:hover .cover h1 {
    transform: translateZ(100px);
}

.destinations-section .card:hover .cover .price {
    transform: translateZ(60px);
}

.destinations-section .card:hover .cover a {
    transform: translateZ(-60px) rotatey(-180deg);
}

.destinations-section .card .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.destinations-section .card .cover:before {
    content: "";
    position: absolute;
    border: 5px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    transition: ease all 2.3s;
    transform-style: preserve-3d;
    transform: translateZ(0px);
}

.destinations-section .card .cover:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    transition: ease all 1.3s;
    background: rgba(0, 0, 0, 0.4);
}

.destinations-section .card .cover h1 {
    font-weight: 600;
    position: absolute;
    bottom: 55px;
    left: 50px;
    color: white;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 3em;
    transform: translateZ(0px);
}

.destinations-section .card .cover .price {
    font-weight: 200;
    position: absolute;
    top: 55px;
    right: 50px;
    color: white;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 4;
    font-size: 2em;
    transform: translateZ(0px);
}

.destinations-section .card .card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0b0f08;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    transform: translateZ(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.destinations-section .card .card-back a {
    transform-style: preserve-3d;
    transition: ease transform 2.3s, ease background 0.5s;
    transform: translateZ(-1px) rotatey(-180deg);
    background: transparent;
    border: 1px solid white;
    font-weight: 200;
    font-size: 1.3em;
    color: white;
    padding: 14px 32px;
    outline: none;
    text-decoration: none;
}

.destinations-section .card .card-back a:hover {
    background-color: white;
    color: #0b0f08;
}

.bg-light-primary {
    background-color: var(--secondary-color);
}

.square--40 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.square--40 i {
    color: #fff;
}

.fill-primary {
    fill: var(--theme-color) !important;
}

.z-1 {
    z-index: 1 !important;
}

.opacity-25 {
    opacity: .25 !important;
}

.square--70 {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.square--70.bg-light-primary {
    background-color: #ffe6e5;
}

.bg-light-info {
    background-color: #cfe1f8;
}

.bg-light-success {
    background-color: #d4eee3;
}

.bg-light-warning {
    background-color: #fff3cd;
}

.single-section ul {
    display: block;
    margin-bottom: 20px;
    padding-left: 0;
}

.single-section ul li {
    display: block;
    padding: 5px;
    font-size: 16px;
    color: #000;
}

.single-section .h2,
.single-section .h3 {
    color: #000;
    font-weight: 600;
}

/*service pages*/

.single-section .detail {
    margin-bottom: 40px;
    padding: 20px 0;
    align-items: center;
    --bs-gutter-y: 1.5rem;
}

.single-section .detail:nth-child(even) {
    background-color: #f4f8fb;
}

.single-section .detail img {
    border-radius: 10px;
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

.single-section .detail .h3,
.single-section .detail h3 {
    color: #000;
    font-weight: 600;
}

/*sidelist*/

.single-section .sidebar-item {
    margin-bottom: 30px;
    position: relative;
    background-color: #eeeeee;
    border-radius: 10px;
}

/*book now*/

.booking-page .card {
    border: none;
    box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
}

.booking-page .card-header {
    background-color: var(--theme-color);
    text-align: center;
    border: 0;
}

.booking-page .card-header .card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 0;
    color: #fff;
}

.booking-page .row>* {
    margin-top: 12px;
}

.booking-page label {
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}

.booking-page label span {
    color: #ff0000;
    padding-left: 5px;
}

.mb-30 {
    margin-bottom: 30px;
}


.bg-light-dark {
    background-image: linear-gradient(180deg, rgba(var(--white-color-rgb), 0.07) 42.67%, #f8ffe8 89.38%);
}

.single-service-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.single-service-wrap .destination {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    line-height: 157.143%;
    letter-spacing: 0.42px;
    margin-top: -7px;
    i {
        font-size: 18px;
        color: var(--theme-color);
    }
}

.single-service-wrap:hover img {
    transform: scale(1.1);
    transition: 0.4s;
}

.single-service-wrap:hover .details .btn-wrap .read-more-text span {
    background: #fff;
    color: #fa4318;
    color: var(--theme-color);
}

.single-service-wrap .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 350px;
    border-radius: 15px;
    transition: 0.3s;
    margin-inline: auto;
}

.single-service-wrap:hover .thumb {
    border-color: var(--theme-color);
}

.single-service-wrap:hover .thumb img {
    transition: 0.3s;
}

.single-service-wrap .thumb:after {
    left: -30px;
}

.single-service-wrap .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-service-wrap .details .icon {
    background: #fff;
    height: 39px;
    line-height: 50px;
    margin-left: auto;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
    width: 40px;
    top: 0px;
    right: 15px;
    font-size: 20px;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
}

.single-service-wrap .details {    
    position: relative;
    margin-left: 136px;
    padding: 35px 25px;
    margin-top: -120px;
    z-index: 1;
}
@media(max-width:768px){
    .single-service-wrap .details{
        margin-left: 20px;
    }
}
.single-service-wrap .details:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    z-index: -1;
}
.single-service-wrap .detailes_top {
    margin-bottom: 12px;
}

.single-service-wrap .border-layer{
    position:absolute;
    left:-12px;
    top:-30px;
    z-index:-2;
    width:32px;
    bottom:-10px;
    border:4px solid var(--theme-color);
    -ms-transform: skewY(20deg);
    transform: skewY(20deg);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.single-service-wrap:hover .border-layer{
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}
.single-service-wrap h5 {
    transition: all 0.3s ease-in;
    font-family: var(--title-font);
    position: relative;
    color: #222;
    font-size: 24px;
    margin-top: -10px;
    line-height: 0.9;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 00;
    font-weight: 600;
}

.single-service-wrap .details p {
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: left;
}

.single-service-wrap .details .btn-wrap .read-more-text {
    color: #080c24;
    color: #222;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in;
}

.single-service-wrap .details .btn-wrap .read-more-text:after {
    display: none;
}

.single-service-wrap .details .btn-wrap .read-more-text span {
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    transition: all 0.3s ease-in;
    width: 26px;
}

.service-details-wrap .thumb .icon,
.single-service-wrap .details .btn-wrap .read-more-text span {
    background: #fa4318;
    background: var(--theme-color);
    border-radius: 50%;
    margin-left: auto;
    text-align: center;
}

.service-details-wrap .thumb .icon {
    height: 70px;
    line-height: 68px;
    margin-bottom: -70px;
    position: relative;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
}

.service-details-wrap .thumb .icon img {
    width: auto;
}

/*header*/

/*header top*/

.top-one {
    background-color: #1D231F;
}

@media (max-width: 991px) {
    .top-one {
        display: none;
    }
}

.top-one__inner {
    max-width: 1775px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.top-one__info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

.top-one__info__item {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
}

.top-one__info__item i {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

.top-one__info__item a {
    color: inherit;
}

.top-one__info__item a:hover {
    color: var(--theme-color);
}

.top-one__right {
    display: flex;
    align-items: center;
}

.top-one__social {
    line-height: 1;
}

.top-one__social a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

.top-one__social a:hover {
    color: var(--theme-color);
}

.top-one__social a+a {
    margin-left: 28px;
}

.top-one__language-sort+.top-one__social {
    padding-left: 20px;
    border-left: 1px solid #E5E5E5;
    margin-left: 20px;
}

.top-one__language-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 90px;
}

.top-one__language-sort .bootstrap-select>.dropdown-toggle {
    background: transparent;
    border: none;
    border-color: transparent;
    padding: 0px 0px;
    outline: none;
}

.top-one__language-sort .bootstrap-select>.dropdown-toggle:focus {
    outline: none;
}

.top-one__language-sort .btn-check:checked+.btn:focus-visible,
.top-one__language-sort .btn.active:focus-visible,
.top-one__language-sort .btn.show:focus-visible,
.top-one__language-sort .btn:first-child:active:focus-visible,
.top-one__language-sort :not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
    outline: none;
}

.top-one__language-sort .bootstrap-select .dropdown-toggle:focus,
.top-one__language-sort .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 dotted transparent !important;
    outline: 0px auto transparent !important;
    outline-offset: -2px;
}

.top-one__language-sort .filter-option-inner-inner {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.top-one__language-sort .dropdown-toggle::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: auto;
    content: "\e920";
    font-family: var(--icon-font) !important;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.top-one--two {
    background-color: #F3F8F6;
}

@media (max-width: 991px) {
    .top-one--two {
        display: none;
    }
}

.top-one--two .container-fluid {
    max-width: 1830px;
    margin-left: auto;
    margin-right: auto;
}

.top-one--two .top-one__inner {
    background-color: var(--secondary-color);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    max-width: 100%;
}

.top-one--two .top-one__info__item+.top-one__social {
    margin-left: 60px;
}

.top-one--two .top-one__info__item i {
    margin-right: 8px;
}

.main-header__logo a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    position: absolute;
    top: 4px;
}

.site-logo {
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    span {
        font-size: 18px;
    }
}

.site-logo img {
    border-radius: 10px;
    width: 87px;
    background-color: #d2d6df;
}

.site_name {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 21px;
    font-family: var(--title-font);
    text-align: center;
    color: var(--secondary-color);
}

.site_name span {
    font-size: 24px;
    color: #222;
}

footer .site-logo {
    justify-content: center;
    background: none;
    padding: 0;
    margin: 0;
    .site_name {
        text-align: left;
    }
}

footer .site-logo img {
    width: 145px;
}

footer .site_name span {
    color: #c9c9c9;
}

.cs_service_card.cs_style_2 {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .cs_service_card.cs_style_2 {
        height: 208px;
    }
}

@media (max-width: 767px) {
    .cs_service_card.cs_style_2 {
        height: 208px;
    }
}

.cs_service_card.cs_style_2 .cs_service_card_in {
    position: relative;
    z-index: 1;
}

.cs_service_card.cs_style_2 .cs_service_card_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .cs_service_card.cs_style_2 .cs_service_card_bg svg {
        width: 257px;
        height: 208px;
    }
}

@media (max-width: 767px) {
    .cs_service_card.cs_style_2 .cs_service_card_bg svg {
        width: 257px;
        height: 208px;
    }
}

.cs_service_card.cs_style_2 .cs_service_card_shape_1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.16;
}

.cs_service_card.cs_style_2 .cs_service_card_shape_2 {
    position: absolute;
    bottom: 30px;
    left: 0;
    opacity: 0.16;
}

.cs_service_card.cs_style_2 img {
    display: inline-block;
}

.cs_service_card.cs_style_2 .cs_service_card_icon img,
.cs_service_card.cs_style_2 .cs_service_card_title,
.cs_service_card.cs_style_2 .cs_service_card_bg svg path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs_service_card.cs_style_2 .cs_service_card_icon img {
    height: 60px;
}

.cs_service_card_icon svg {
    width: 70px;
    fill: var(--theme-color);
}

.cs_mb_20 {
    margin-bottom: 20px;
}

.cs_service_card_title {
    font-size: 23px;
    font-weight: 800;
    font-family: var(--title-font);
}

/*services pages*/

.single-service-details {
    padding: 20px;
    background-color: #eeeeee;
    border-radius: 10px;
}

.single-service-details img {
    width: 100%;
    margin-bottom: 20px;
}

.single-service-details h3,
.single-service-details .h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

/*=================about us section=============*/

.content-area .content-box {
    border-radius: 20px;
    padding: 0px;
    padding: 10px 20px;
    position: relative;
}

.content-area .content-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 7px 0px rgb(22 22 22 / 19%);
    border-radius: 10px;
    padding: 10px;
}

.appoinment-form-wrap input.form-control.style,
.appoinment-form-wrap select.form-select.style,
.appoinment-form-wrap textarea.form-control.style {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    background: #f6f6f6;
    border: 0;
    outline: 0;
    width: 100%;
}

.appoinment-form-wrap {
    background: #fff;
    padding: 55px;
}

.popular-routes {
    padding: 6px 0;
    border-top: 2px solid #fff;
    color: #fff;
}

.popular-routes .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.popular-routes ul li {
    width: auto;
    padding-inline: 5px;
}

.popular-routes ul li a {
    color: #fff;
    display: block;
    padding: 1px 0;
    text-transform: capitalize;
    font-size: 12px;
    position: relative;
}

.popular-routes ul li a:after {
    content: '|';
    position: absolute;
    right: -9px;
    font-size: 80%;
    top: 50%;
    transform: translateY(-50%);
}

.popular-routes .title:before,
.popular-routes .title:after {
    content: '';
    height: 3px;
    width: 60px;
    background-color: #fff;
    font-weight: 550;
    position: absolute;
    bottom: 0;
    left: 0;
}

.popular-routes .title:after {
    left: 65px;
    width: 10px;
}

/*exclusive-area*/

.table-borderless,
.table-borderless tbody,
.table-borderless tr,
.table-borderless th,
.table-borderless td {
    border: none;
    padding: 5px 0;
}

.exclusive-area .card {
    border: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    height: 100%;
}

.exclusive-area .card .card-header {
    text-align: center;
}

.exclusive-area .card .card-title {
    background: var(--theme-color);
    display: inline-block;
    padding: 12px 30px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 0 40px 40px 0;
    font-family: var(--title-font);
}

.exclusive-area .card b {
    color: #000;
}

/*******************************
********************************
******Cab Service Section*******
********************************
********************************
********************************/

.cab-service-section {
    position: relative;
    display: flex;
}

.guide-box {
    position: relative;
    display: flex;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 13px;
    flex-direction: column;
    border: 1px solid #d1d1d1;
}

.guide-box .guide-thumb {
    border-radius: 60px 60px 0 30px;
    overflow: hidden;
    width: 100%;
    height: 171px;
    margin-bottom: 0;
    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.guide-box .guide-thumb img {
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.guide-box .guide-content {
    position: relative;
    z-index: 1;
    background: transparent;
    width: 100%;
    padding: 23.5px 0px 0px;
}

.guide-box .guide-name {
    font-size: 24px;
    font-family: var(--title-font);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 130%;
    transition: all 0.3s ease-in-out;
}

.about-img-01 img {
    object-fit: cover;
}

.guide-box .guide-designation {
    font-size: 16px;
    font-weight: 600;
    line-height: 137.5%;
    letter-spacing: 0.48px;
}

.guide-box:hover .guide-thumb img {
    transform: scale(1.03) translateX(-2%);
}

.guide-box:hover .guide-name {
    color: var(--theme-color);
}

@media(max-width:767px) {
    .guide-box {
        flex-direction: column;
    }
    .guide-box .guide-thumb {
        width: 100%;
        max-width: 100%;
    }
    .guide-box .guide-content {
        max-width: 100%;
        padding-bottom: 0;
        padding-top: 12px;
    }
    .guide-box .guide-name {
        font-size: 21px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .faq-section-three {
        padding: 50px 0;
        background: #2f2f2f;
        /* Darker background for smaller screens */
    }
}

.plan-sec {
    margin-right: 60px;
    position: relative;
}

@media (max-width: 1200px) {
    .plan-sec {
        margin-right: 90px;
    }
}

@media (max-width: 992px) {
    .plan-sec {
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .plan-sec {
        margin-right: 0;
    }
}

.plan-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.plan-card:last-child {
    margin-bottom: 0;
}

.plan-card.active {
    background: var(--theme-color);
}

.plan-card.active h2 {
    color: #fff;
}

.plan-card.active h2 span {
    color: rgba(255, 255, 255, 0.7);
}

.plan-card.active h5 {
    color: #fff;
}

.plan-card.active p {
    color: rgba(255, 255, 255, 0.7);
}

.plan-card.active .btn {
    background: #fff;
    border-color: #fff;
    color: var(--theme-color);
}

.plan-card.active .btn:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

/*********About_section*********/

.service-thumb-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: transparent;
    z-index: 1;
    padding-left: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .service-thumb-box {
        padding-left: 7.5px;
        padding-bottom: 7.5px;
    }
}

.service-thumb-box::before {
    position: absolute;
    content: "";
    width: 353px;
    height: 330px;
    border-radius: 20px;
    background: var(--theme-color);
    z-index: -1;
    left: 0;
    bottom: 0;
}

.service-thumb-box img {
    border-radius: 20px;
}

.service-content-box {
    padding-left: 40px;
}

@media (max-width: 1199px) {
    .service-content-box {
        padding-left: 0px;
    }
}

.service-content-box .nav-pills {
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 991px) {
    .service-content-box .nav-pills {
        gap: 10px;
    }
}

.service-content-box .nav-pills li {
    width: calc((100% - 40px) / 3);
}

@media (max-width: 991px) {
    .service-content-box .nav-pills li {
        width: calc((100% - 20px) / 3);
    }
}

.service-content-box .nav-pills li .nav-link {
    position: relative;
    border-radius: 100px 100px 10px 10px;
    color: var(--white-color);
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding: 20px 10px 19px;
    margin-bottom: 11px;
}

@media (max-width: 1199px) {
    .service-content-box .nav-pills li .nav-link {
        margin-bottom: 8px;
        padding: 15px 10px 10px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .service-content-box .nav-pills li .nav-link {
        font-size: 12px;
        border-radius: 50px 50px 10px 10px;
    }
}

@media (max-width: 424px) {
    .service-content-box .nav-pills li .nav-link {
        font-size: 11px;
        padding: 8px 2px 8px;
        border-radius: 5px;
    }
}

.service-content-box .nav-pills li .nav-link::after {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    right: 0;
    bottom: -11px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

@media (max-width: 991px) {
    .service-content-box .nav-pills li .nav-link::after {
        height: 4px;
        bottom: -8px;
    }
}

.service-content-box .nav-pills li .nav-link.active {
    background: rgba(255, 255, 255, 0.15);
}

.service-content-box .nav-pills li .nav-link.active:hover {
    background: #f8ffe8;
}

.service-content-box .nav-pills li .nav-link.active::after {
    background-color: var(--theme-color);
}

.service-content-box .nav-pills li .nav-link:hover {
    background: #f8ffe8;
}

.service-content-box .service-title {
    margin-bottom: 18px;
}

@media (min-width: 1400px) {
    .service-content-box .service-title {
        font-size: 36px;
    }
}

.service-content-box p {
    color: #e3e3e3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.service-content-box .service-info {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

@media (max-width: 1199px) {
    .service-content-box .service-info {
        gap: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .service-content-box .service-info {
        flex-direction: column;
    }
}

.service-content-box .service-info .jurny-info {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 370px;
}

@media (max-width: 991px) {
    .service-content-box .service-info .jurny-info {
        gap: 10px;
    }
}

.service-content-box .service-info .jurny-info .jurny-number {
    color: var(--theme-color);
    font-weight: 600;
    line-height: 53.333%;
    text-transform: capitalize;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
}

.service-content-box .service-info .jurny-info .jurny-number em {
    font-style: normal;
}

@media (min-width: 1400px) {
    .service-content-box .service-info .jurny-info .jurny-number {
        font-size: 45px;
    }
}

.service-content-box .service-info .jurny-info .jurny-number .odometer-inside {
    display: flex;
    align-items: center;
}

.service-content-box .service-info .jurny-info .title {
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

@media (min-width: 1400px) {
    .service-content-box .service-info .jurny-info .title {
        font-size: 20px;
    }
}

.service-content-box .service-info .info-download-area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 22px;
}

@media (max-width: 991px) {
    .service-content-box .service-info .info-download-area {
        margin-top: 15px;
        gap: 15px;
    }
}

.service-content-box .service-info .info-download-area .download-img {
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.service-content-box .service-info .info-download-area .download-img img {
    overflow: hidden;
    border-radius: 19px;
    border: 4px solid rgba(255, 255, 255, 0.7);
}

.service-content-box .service-info .info-download-area .download-img::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    border-radius: 50%;
    z-index: -1;
}

.service-content-box .service-info .info-download-area .download-info h6 {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 155.556%;
    font-family: var(--body-font);
}

.service-content-box .service-info .info-download-area .download-info a {
    display: inline-grid;
    margin-top: 10px;
    place-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: #222;
}

.service-content-box .service-img {
    position: relative;
    border-radius: 19px;
    background: var(--theme-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    max-width: 230px;
    overflow: hidden;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .service-content-box .service-img {
        max-width: 100%;
    }
}

.service-content-box .service-img img {
    object-fit: cover;
}

.service-content-box .service-img img:nth-child(1) {
    height: 100%;
}

@media (max-width: 575px) {
    .service-content-box .service-img img:nth-child(1) {
        width: 100%;
    }
}

.service-content-box .service-img img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.sec-subtitle {
    text-transform: uppercase;
    display: block;
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px 0;
}

.text-white-color {
    color: var(--white-color);
}

.sec-title {
    text-transform: capitalize;
    line-height: 122.222%;
}

.animate-parachute {
    transform-origin: center top;
    animation: parachuteFloat3D 5s infinite ease-in-out;
}

@keyframes parachuteFloat3D {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
    }
    20% {
        transform: translate3d(-8px, -8px, 5px) rotateX(5deg) rotateY(-5deg);
    }
    40% {
        transform: translate3d(8px, -4px, -5px) rotateX(-5deg) rotateY(5deg);
    }
    60% {
        transform: translate3d(-6px, 6px, 3px) rotateX(3deg) rotateY(-3deg);
    }
    80% {
        transform: translate3d(6px, 4px, -3px) rotateX(-3deg) rotateY(3deg);
    }
    100% {
        transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
    }
}

.about-section-three {
    background-color: rgba(29, 146, 205, 0.1019607843);
    .row.align-items-center{
        align-items: normal !important;
    }
}
.about-car{
    height: 100%;
    max-height: 700px;
}
.about-img-01{
    height: 100%;
}

.main_part {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #d1d1d1;
    img {
        border-radius: 10px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    p{
        font-weight: 600;
        strong{
            font-weight: 800;
            display: inline-block;
        }
        line-height: 1.3;
    }
    ul{
        padding-left: 1.8rem;
        margin-bottom: 1rem;
        li{
            display: list-item;
            font-weight: 600;
        }
    }
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 0;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--white-color);
}

.vs-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--white-color);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.vs-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, 0.2);
    background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid var(--border-color);
    list-style-type: none;
    display: block;
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--border-color);
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 700;
}

.vs-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block;
}

.vs-mobile-menu ul li.vs-active>a {
    color: var(--theme-color);
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg);
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px;
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 900;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(242, 0, 58, 0.5);
    border-radius: 50%;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font);
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: "\f068";
}

.vs-mobile-menu>ul {
    padding: 0 40px;
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none;
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0;
}

.vs-menu-toggle:hover {
    background-color: var(--title-color);
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
    margin-right: 10px;
}

.vs-menu-toggle.style-text-white {
    color: var(--white-color);
}

@media (max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 270px;
    }
    .vs-mobile-menu>ul {
        padding: 0 20px;
    }
}
.responsive-menu{
    top: 0;
    position: relative;
}

.slicknav_btn{
    background: var(--accent-color);
    background-size: 200% auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar{
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: var(--white-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
    margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
    margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
    position: absolute;
    width: 100%;
    padding: 0;
    background: var(--accent-color);
}

.slicknav_menu ul{
    margin: 5px 0;
}

.slicknav_menu ul ul{
    margin: 0;
    max-height: 400px;
    overflow: auto;
    background: #005306;
    width: 90%;
    margin-inline: auto;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    padding: 6px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
    background-color: transparent;
    color: var(--primary-color);
}

.slicknav_menu ul ul li a{
    padding: 6px 20px 6px 30px;
}

.slicknav_arrow{
    font-size: 0 !important;
}

.slicknav_arrow:after{
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-50%) rotate(-180deg);
    color: var(--primary-color);
}

/********************************************/
/**************New Css****************/
/*******************************************/
/**************************************
 * ======================================================================================++++++++++++++++++++++++++++++=++=+================================================================================================================================================++++++++++++++++++++++++++++++++++========================================================================================New Css
 * ============================================================================================================================================================================================================================================================================================================================================================================/
*/
/*
Author       : Themesvila
Template Name: Edumon - Education HTML Template
Version      : 1.1
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    color: #555;
    font-family: 'Urbanist', sans-serif;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
}
html,
body { height: 100% ;}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px; 
    font-family: 'Urbanist', sans-serif;
    color: #222;
    font-weight: 700;
}

a{
    color: #444;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0D5FF9;
}

p {
    margin-bottom: 15px;
}

ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
img{
    max-width: 100%;
}
.mb50{
    margin-bottom: 50px;
}
.pt160{
    padding-top: 160px!important;
}
.col-30{
    max-width: 30%;
}
.col-40{
    max-width: 40%;
}
.section-padding{
    padding: 120px 0;
}
.section-title {
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}
.section-title span {
    font-weight: 600;
    font-size: 20px;
    color: #0D5FF9;
    display: block;
    margin-bottom: 5px;
}
.section-title h2{
    font-size: 50px;
    color: #000;
    line-height: 55px;
}


.white-title h2{
    color: #fff;
}

/* Preloader */

.preloader {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #275EFE;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

/* Animation */

.spinning {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/* Buttons */

.bt{
    padding: 8px 35px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;   
}

.bg_btn{
    background-color: #0D5FF9;
    border: 2px solid #0D5FF9;
    color: #fff;
    transition: .5s;
}

.wborder_btn{
    border: 2px solid #fff;
    color: #fff;
}
.white-btn{
    background: #fff;
    color: #222;    
    border: 2px solid #fff;
}

.white-btn:before,
.wborder_btn:before,
.bg_btn:before{
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 15%;
    height: 30px;
    border-radius: 50%; 
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.bg_btn:before{
    background: #fff;
}
.wborder_btn:before{
    background-color: #0D5FF9;
}
.white-btn:before{
    background: #0F2B5A;
}

.bg_btn:hover::before,
.wborder_btn:hover::before,
.white-btn:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}
.bg_btn:hover,
.bg_btn:focus{
    color: #222;
    border-color: #0D5FF9;
}
.white-btn:hover,
.white-btn:focus{
    color: #fff;
    border-color: #fff;
}


.wborder_btn:hover,
.wborder_btn:focus{
    color: #fff;
    border-color: #fff; 
}

/* Header */

#navigation {
    position: relative;
    padding: 5px 20px;
    z-index: 99;
}
#navigation::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 30%;
    background-image: url(../images/header.svg);
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.site-logo{
    display: inline-block;
    position: relative;
    z-index: 11;
    padding-right: 12px;
}
.course_cat{
    display: inline-block;
}
.cat_list {
    border-left: 1px solid #dddd;
    padding: 7px 26px;
    font-weight: 600;
    width: 194px;
}
.cat_list li > a{
    display: block;
    color: #222;
}
.cat_list li > a i {
    font-size: 22px;
    color: #222;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.cat_list a{
    color: #222;
}
.course_cat ul{
    list-style-type: none;
}
.course_cat ul li{
    position: relative;
}
.cat_list .sub-menu{
    background: #fff;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
    left: -27px;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 120%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 194px;
    z-index: 999;
    border-radius: 4px;
    border: 1px solid #E9EEF4;
}
.course_cat ul li li{
    border-bottom: 1px solid rgba(0,0,0,0.03);
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.course_cat ul li li a{
    transition: .5s;
}
.course_cat ul li li a:hover,
.course_cat ul li li a:focus{
    color: #0D5FF9;
}
.course_cat ul li li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px; 
}
.course_cat ul li:hover ul{
    left: -27px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    visibility: visible;
    top: 110%;
}
.course_cat ul li li i{
    color: #555;
}
.header-2{}
.header-2:after{
    display: none;
}

.header-2 .searchcart path{
    fill: #222;
}

/*-------------------------------
# Menu
--------------------------------*/

#main-menu{}
#main-menu li{
    display: inline-block;
    position: relative;
    padding: 5px 7px 5px 30px;
}
#main-menu li a{
    color: #10243C;
    font-size: 17px;
    font-weight: 600;
}
/*-------------------------------
# Dropdwon menu 
--------------------------------*/

#navigation #main-menu ul li ul ,
#navigation #main-menu ul li ul li ul { 
    background: #fff;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
    left: -55px;
    list-style: outside none none;
    margin:  0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding:10px;
    position: absolute;
    text-align: left;
    top: 120%;
    -webkit-transition:all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 260px;
    z-index: 999;
    border-radius: 4px;
    max-height: 430px;
    overflow: auto;
    border-top: 2px solid #0D5FF9;
}
#navigation #main-menu .menu-item-has-children {
    position: relative;
    margin-right: 30px;
}
#navigation #main-menu .menu-item-has-children::after {
    position: absolute;
    content: "\f107";
    font-family: var(--icon-font);
    margin-top: 0px;
    margin-left: 0;
    font-size: 10px;
    right: -15px;
    top: 10px;
    color: #222;
    font-size: 12px;
    font-weight: 600;
}
#navigation #main-menu ul li  ul li{
    position: relative;
}
#navigation #main-menu ul li ul li ul{
    top: 0;
    right: auto;
    left: 205px;
}
#navigation.navbar-fixed #main-menu ul li li a{
    color: #333;
} 
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    visibility: visible;
    top: 100%;
}
#navigation #main-menu ul li ul li {display: block; margin: 0; padding: 0;}

#navigation #main-menu ul li ul li a {
    color: #333;
    display: block;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    padding: 8px 12px;
    position: relative;
    transition: all 0.3s ease 0s !important;
    visibility: inherit !important;
    opacity: inherit !important;
    text-transform: capitalize;
    line-height: 1;
}

#navigation #main-menu ul li ul li a:hover{
    color: #fff;
    background-color: #0D5FF9;
    text-decoration: none;
}


/*-------------------------------
# Search and Cart
--------------------------------*/

.searchcart .sicon svg{
    width: 19px;
}

.searchcart .cart-icon svg{
    width: 17px;
}

.searchcart{
    display: inline-block;
    padding-top: 12px;
}
.searchcart .sicon{
    padding-right: 10px;
}
.searchcart .sicon,
.searchcart .cart-icon{
    display: inline-block;
}
.searchcart .cart-icon{
    margin-right: 30px;
    position: relative;
}
.searchcart .cart-icon span {
    position: absolute;
    top: 4px;
    right: -12px;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #FF4949;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
}
#navigation .white-btn,
#navigation .bg_btn{
    float: right;
}

/*-------------------------------
# START Search Form
--------------------------------*/

.search_box.active{
  height: 100%;
  width: 100%;
}

.search_box{
    position: fixed;
    height: 0px;
    width: 0px;
    background: #0F2B5A;
    transition: .5s;
    z-index: 99;
    display: flex;
    left: 0;
    top: 0;
}

.search-data{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-data{
  position: absolute;
  height: 50px;
  width: 400px;
  display: flex;
  text-align: center;
  /* display: none; */
}
.search-data input{
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 7px;
}
.search-data .line{
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.4s 0.3s linear;
}
.search-data .line.active{
  transform: scaleX(1);
}
.search-data label{
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 17px;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255,255,255,0.7);
}
.search-data input:valid ~ label{
  opacity: 0;
}
.search-data button {
    color: #fff;
    position: absolute;
    /* width: 50px; */
    font-size: 17px;
    right: 0;
    top: 0;
    line-height: 57px;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
}
.close-btn{
  position: absolute;
  z-index: 99;
  right: 25px;
  top: 25px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.search-data, .search-data span,
.search-data label, .close-btn{
  display: none;
}

/*-------------------------------
# END SEARCH Form
--------------------------------*//*-------------------------------
# Home Banner
--------------------------------*/

.home-banner{
    background-size: cover;
    background-color: #002935;
    color: #fff;
    position: relative;
    height: 490px;
}
.banner-content{
    height: 490px;
    position: relative;
    z-index: 1;
}
.banner-content-inner{
    
}
.banner-content .subtitle{
    font-size: 25px;
    font-weight: 600;
}
.banner-content .title {
    font-size: 60px;
    color: #fff;
    line-height: 56px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner-content p{
    line-height: 1;
}
.bbtns{
    display: inline-block;
    margin-top: 25px;
}

.banner-content .title span{
    color: #0D5FF9;
}
.banner-content .bg_btn{
    margin-right: 23px;
}
.banner-content .sinfo{
    margin-left: 15px;
    display: inline-block;
    position: relative;
    top: -22px;
}
.banner_img {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 1;
}
.banner_img img{
    width: 470px;
}
.banner_img_inner{
    position: relative;
    width: 593px;
    height: 470px;
}
@media(max-width:1100px){
    .banner_img_inner{
        display: none;

    }
}
.total_students_badge {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    color: #444;
    padding: 22px 20px;
    border-radius: 8px;
    box-shadow: 0 9px 65px rgba(255,255,255,0.25);
}

.total_students_badge h4 {
    font-size: 25px;
    margin-bottom: 0px;
}

.total_course_badge{
    box-shadow: 0 35px 65px rgba(0,0,0,0.1);
}
.total_course_badge span,
.total_students_badge span{
    font-size: 16px;
    font-weight: 600;
}
.total_students_badge .icon {
    width: 60px;
    height: 60px;
    background-color: #0D5FF9;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    display: inline-block;
    margin-bottom: 15px;
}
.total_students_badge .icon svg {
    width: 30px;
    display: inline-block;
}
.total_course_badge{
    background-color: #fff;
    color: #444;
    display: inline-block;
    padding: 22px 30px;
    border-radius: 8px;
}

.total_course_badge .icon {
    width: 60px;
    height: 60px;
    background-color: #0D5FF9;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    float: left;
    margin-right: 16px;
}
.total_course_badge .icon svg{
    width: 30px;
    display: inline-block;  
}
.tcourse_content{
    display: inline-block;
}
.total_course_badge h4{
    font-size: 25px;
    margin-bottom: 1px;
}
.total_students_badge {
    position: absolute;
    top: 20%;
    left: -70px;
}

.total_course_badge {
    position: absolute;
    bottom: -54px;
    right: -45px;
}
.hbstyle-2 {
    height: 800px;
    position: relative;
    z-index: 11;
}
.hbstyle-2:before{
    position: absolute;
    content: '';
    background: #002935;
    width: 100%;
    height: 100%;
    opacity: .9;
}
.hbstyle-2 p{
    margin-bottom: 40px;
}
.hbstyle-2 .sinfo img{
    max-width: 100%;
    width: auto;
}
.hbstyle-2 .sinfo{
    margin-top: 40px;
    margin-bottom: 70px;
}
.hbstyle-2 .total_course_badge{
    position: absolute;
    bottom: 170px;
    right: -88px;
}
.hbstyle-2 .banner_img {
    position: absolute;
    bottom: 0;
    right: 10%;
}
.hbstyle-2 .banner_img img{
    border-radius: 0;
}
.banner_search_form{
    width: 500px;
}
.banner_search_form .form-control {
    height: 70px;
    padding: 10px 50px;
    position: relative;
    background-image: url(../img/icons/search-2.svg);
    background-repeat: no-repeat;
    background-position: 27px;
}

.banner_search_form form{
    position: relative;
}
.banner_search_form .form-control:focus{
    outline: none;
    box-shadow: inherit;
}
.bsearch_btn {
    background: #0D5FF9;
    color: #fff;
    border: 1px solid #0D5FF9;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 8px;
    width: 160px;
    height: 50px;
    transition: .5s;
}
.bsearch_btn:hover,
.bsearch_btn:focus{
    background: #0F2B5A;
    border-color: #0F2B5A;
}
.bcate{
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
}
.bcate a{
    color: #fff;
    transition: .5s;
}
.bcate a:hover,
.bcate a:focus{
    color: #0D5FF9;
}
.circle_shape {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background:#0D5FF9;
    top: 35px;
    right: 85px;
}
.bshape1 {
    position: absolute;
    top: 19%;
    right: 2%;
}
.bshape1 svg{
    width: 160px;
}

.bshape2 {
    position: absolute;
    top: 20%;
    right: 37%;
}

.bshape2 svg {
    width: 32px;
}

.bshape3 {
    position: absolute;
    top: 21%;
    left: 2%;
}

.bshape3 svg {
    width: 38px;
}
.bshape4{
    position: absolute;
    bottom: 5%;
    left: 12%;
}

.bshape4 svg {
    width: 100px;
}

.tpshape {
    position: absolute;
    left: -4px;
    top: -65px;
}
.tpshape svg {
    width: 83px;
}
.btmshape {
    position: absolute;
    left: -20px;
    bottom: -105px;
}
.btmshape svg{
    width: 150px;
}

.bwavehape{
    position: absolute;
    bottom: 65px;
    left: -257px;
}
  
.bwavehape svg{
    width: 1320px;
}

/*-------------------------------
# Features
--------------------------------*/


.feature-item{
    border: 2px solid #F5F5F5;
    padding: 40px 30px 20px;
    text-align: center;
    position: relative;
    transition: .5s;
    border-radius: 8px;
    margin-bottom: 30px;
    height: 100%;
    background: #fff;

}
.feature-item:hover{
    border-radius: 8px 60px 8px 8px;
    background-color: #fff;
    border-color: #0D5FF9;
}
.feature-item:hover h3{

}
.feature-item:hover .fnumber{

}
.fea-icon{
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #E5F8F8;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 25px;
    display: inline-block;
    transition: .5s;
    display: flex
;
color: var(--theme-color);
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}
.feature-item:hover svg path{
    fill: #fff;
}
.feature-item:hover .fea-icon{
    background: #0D5FF9;
    color: #Fff !important;
}
.fea-icon svg{
    width: 40px;
}
.fea-icon svg path{
    fill: #0D5FF9;
}
.feature-item h3{
    font-size: 24px;
    transition: .5s;
}
.feature-item p{
    transition: .5s;
    margin-bottom: 0;
}
.fnumber {
    background: #0D5FF9;
    color: #fff;
    border-radius: 0 0 7px 7px;
    padding: 0 8px;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 31px;
    line-height: 33px;
}

/*-------------------------------
# About
--------------------------------*/

.about_images {
    position: relative;
    display: block;
    height: 600px;
    width: 100%;
}
.about_images img{
    width: 360px;
    height: 410px;
    border-radius: 25px;
    border: 10px solid #fff;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.about_images img.about2{
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 0;
}

.about-title{
    margin-bottom: 30px;
}
.single_about {
    margin-bottom: 45px;
}
.single_about:last-child{
    margin-bottom: 20px;
}
.single_about .aicon{
    float: left;
    margin-right: 20px;
    font-size: 42px;
    color: var(--theme-color);
}
.single_about .aicon svg{
    width: 50px;
}

/*-------------------------------
# Counter Up
--------------------------------*/

.counter-title{
    margin-bottom: 70px;
}
.counter-title h2{
    font-size: 28px;
    position: relative;
    display: inline-block;
}
.counter-title h2::before {
    content: '';
    width: 80px;
    position: absolute;
    height: 2px;
    background: #0D5FF9;
    left: -140px;
    top: 17px;
}
.counter-title h2:after{
    content: '';
    width: 80px;
    position: absolute;
    height: 2px;
    background: #0D5FF9;
    right: -140px;
    top: 17px;
}
.counter-title h2 span{
    color: #0D5FF9;
}
.counter-item {
    border: 2px dashed #E9EEF4;
    border-radius: 8px;
    text-align: center;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
}
.counter-item .cicon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #E5F8F8;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -28px;
    left: -17px;
}
.counter-item .cicon svg{
    width: 35px;
}
.counter-item h4{
    font-size: 40px;
}

/*-------------------------------
# Courses
--------------------------------*/

.single-course{
    box-shadow: 0 6px 26px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.course-img{
    position: relative;
}
.course-img img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
}
.cprice,
.cstyle-2 .ccategory a {
    display: inline-block;
    color: #fff;
    background: #0D5FF9;
    border-radius: 5px 25px 5px 25px;
    padding: 1px 24px;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 20px;
}
.course_content{
    padding: 8px 15px;
}
.crating i{
    color: #ffb608;
}
.crating{
    margin-bottom: 6px;
}
.crating span{
    padding-left: 5px;
}
.course_btm {
    border-top: 1px solid #F5F5F5;
    padding-top: 15px;
    margin-top: 20px;
}
.course_content h2{    
    line-height: 0.8;
    margin-bottom: 10px;  
}
.course_content h2 a{
    color: #222;
    font-size: 24px;
    transition: .5s;
}
.course_content h2 a:hover,
.course_content h2 a:focus{
    color: #0D5FF9;
}
.cmeta .smeta{
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}
.cmeta .smeta i{
    color: #0D5FF9;
    padding-right: 3px;
}
.cauthor{
    display: inline-block;
    font-weight: 600;
    color: #222;
}
.cauthor span{
    padding-left: 14px;
    display: inline-block;
    font-size: 16px;
}
.course_btm .cauthor img{
    width: 30px;
    border-radius: 50%;
    display: inline-block;
}
.ccategory p{
    letter-spacing: -0.01em;
    line-height: 20px;
    margin-top: 10px;
}
.cstyle-2 .course-img{
    width: 306px;
    height: 277px;
}
.cstyle-2 img{
    width: auto;
    height: 100%;
}
.c_image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.cstyle-2 .ccategory a{
    
}

.cstyle-2 .course_content {
    padding: 25px 10px;
}

.cstyle-2 .course_content h2 {
    margin-bottom: 15px;
}
.cprice-2 {
    float: right;
    color: #0D5FF9;
    padding-right: 13px;
    font-weight: 600;
}

.ccount_result{
    font-weight: 600;
    margin-bottom: 25px;
}
.ccount_result span{
    color: #0D5FF9;
}
.post_pagination{
    margin-top: 40px;
}
.post_pagination ul li{
    display: inline-block;
}
.post_pagination ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #E8E2E2;
    display: block;
    border-radius: 5px;
    margin: 0 10px;
    transition: .5s;
    color: #222;
}
.post_pagination ul li.active a,
.post_pagination ul li a:hover,
.post_pagination ul li a:focus{
    background: #fff;
    border-color: #0D5FF9;
    color: #222;
}

/*-------------------------------
# Category
--------------------------------*/

.single-category{
    text-align: center;
    margin-bottom: 30px;
    padding: 50px 30px;
    border-radius: 8px;
    transition: .5s;
    border: 2px dashed #a3c6f0;
}


.single-category .icon{
    display: inline-block;
    margin-bottom: 25px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    transition: .5s;
    display: inline-block;
    background: #F2F6FA;
    font-size: 27px;
    color: var(--theme-color);

}

.single-category:hover .icon{
    background: #0D5FF9;
    color:#fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
}
.single-category:hover .icon path{
    fill: #fff;
}
.single-category h3 a{
    font-size: 30px;
    color: #222;
}
.single-category span{
    line-height: 1.2;
    display: block;
}

.course-category .col-xl-3:nth-child(2) .icon{
    background: #EE4A6212;
}

.course-category .col-xl-3:nth-child(2) .icon svg path{
    fill: #EE4A62;
}
.course-category .col-xl-3:nth-child(2) .single-category:hover .icon{
    background: #EE4A62;
}


.course-category .col-xl-3:nth-child(3) .icon{
    background: #0ECD7312;
}

.course-category .col-xl-3:nth-child(3) .icon svg path{
    fill: #0ECD73;
}
.course-category .col-xl-3:nth-child(3) .single-category:hover .icon{
    background: #0ECD73;
}


.course-category .col-xl-3:nth-child(4) .icon{
    background: #F8B81F12;
}

.course-category .col-xl-3:nth-child(4) .icon svg path{
    fill: #F8B81F;
}

.course-category .col-xl-3:nth-child(4) .single-category:hover .icon{
    background: #F8B81F;
}

.course-category .col-xl-3:nth-child(5) .icon{
    background: #8E56FF12;
}

.course-category .col-xl-3:nth-child(5) .icon svg path{
    fill: #8E56FF;
}

.course-category .col-xl-3:nth-child(5) .single-category:hover .icon{
    background: #8E56FF;
}

.course-category .col-xl-3:nth-child(5) .single-category:hover .icon svg path{
    fill:#fff;
}

.course-category .col-xl-3:nth-child(7) .icon{
    background: #F9259612;
}

.course-category .col-xl-3:nth-child(7) .icon svg path{
    fill: #F92596;
}

.course-category .col-xl-3:nth-child(7) .single-category:hover .icon{
    background: #F92596;
}

.course-category .col-xl-3:nth-child(8) .icon{
    background: #39C0FA12;
}

.course-category .col-xl-3:nth-child(8) .icon svg path{
    fill: #39C0FA;
}

.course-category .col-xl-3:nth-child(8) .single-category:hover .icon{
    background: #39C0FA;
}

.course-category .col-xl-3:nth-child(9) .icon{
    background: #F8941F12;
}

.course-category .col-xl-3:nth-child(9) .icon svg path{
    fill: #F8941F;
}

.course-category .col-xl-3:nth-child(9) .single-category:hover .icon{
    background: #F8941F;
}

.course-category .col-xl-3:nth-child(2) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(3) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(4) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(5) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(6) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(7) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(8) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(9) .single-category:hover .icon svg path{
    fill:#fff;
}




/*-------------------------------
# How It Worksingle-instructor
--------------------------------*/

.working-process{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.working-process:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002935;
    opacity: .87;
    z-index: -1;
}
.single-work{
    text-align: center;
    color: #fff;
    margin-top: 20px;
    position: relative;
}
.single-work::after {
    content: '';
    position: absolute;
    top: 18px;
    right: -100px;
    background-image: url(../img/shapes/working-arrow.svg);
    width: 170px;
    height: 40px;
    background-repeat: no-repeat;
}
.working-process .col-xl-4:nth-child(4) .single-work:after  {
    display: none;
}
.single-work:nth-child(2){
    display: none;
}
.single-work h4{
    font-size: 24px;
    color: #fff;
}
.wicon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #0D5FF9;
    display: inline-block;
    margin-bottom: 45px;
    border: 3px solid #fff;
    border-radius: 8px;
    transform: rotate(50deg);
}
.single-work svg{
    width: 40px;
    transform: rotate(-50deg);
}
.single-work svg path{
    fill: #fff;
}


/*-------------------------------
# Instructor
--------------------------------*/

.instructors .bg_btn{
    margin-bottom: 25px;
}
.single-instructor{
    box-shadow: 0 6px 26px rgba(0,0,0,.04);
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    padding-top: 35px;
    transition: .5s;
    margin-bottom: 30px;
}
.single-instructor h3 a{
    transition: .5s;
}
.single-instructor h3 a:hover,
.single-instructor h3 a:focus{
    color: #0D5FF9;
}
.inimage {
    position: relative;
    width: 245px;
    height: 245px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 25px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.single-instructor h3{
    font-size: 24px;
    margin-bottom: 5px;
}
.single-instructor h3 a{
    color: #222;
}
.single-instructor .designation{
    font-size: 15px;
    color: #0D5FF9;
    font-weight: 500;
}
.single-instructor .social-link{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-1000%);
    transition: .5s;
    z-index: 1;
    
}
.single-instructor:hover .social-link{
    transform: translateX(-50%);
}

.single-instructor .sicon {
    position: absolute;
    bottom: 25px;
    right: 36px;
    transition: .5s;
}
.single-instructor:hover .sicon{
    transform: translateX(1000%);
}
.single-instructor .social-link ul{
    list-style-type: none;
}
.single-instructor .social-link ul li{
    display: inline-block;
    margin: 0 3px;
}

.sicon a,
.social-link ul li a{
    width: 32px;
    height: 32px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
}
.sicon a{
    background: #0D5FF9;
    color: #fff;
}
.inmeta {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.inmeta span p,
.inmeta span i{
    display: inline-block;
    color: #555;
}
.inmeta span i{
    margin-right: 5px;
}
.inmeta span{
    color: #7F7F7F;
    font-weight: 500;
    font-size: 16px;
}
.fb_bg{
    background: #1877F2;
}
.tw_bg{
    background: #00ACEE;
}
.li_bg{
    background: #0A66C2;
}
.instyle-2 .single-instructor {
    box-shadow: inherit;
    border: inherit;
}
.instyle-2 .inimage{
    position: relative;
}
.instyle-2 .inimage::after {
    content: '';
    background-image: url(../img/shapes/talent-shape.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 24px;
    top: -15px;
    width: 200px;
    height: 200px;
}

.instyle-2 .single-instructor .sicon{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.instyle-2 .inbottom{
    padding-top: 20px;
    display: block;
}
.instyle-2 .single-instructor:hover .sicon{
    transform: translateX(-1000%);
}


/*-------------------------------
# Video Area
--------------------------------*/

.pb170{
    padding-bottom: 170px;
}
.video-area{
    position: relative;
    z-index: 1;
}
.video-area::after {
    content: '';
    position: absolute;
    background-image: url(../img/shapes/video.svg);
    width: 991px;
    height: 522px;
    background-repeat: no-repeat;
    bottom: -80px;
    right: -127px;
    z-index: -1;
}
.video-area img{
    width: 100%;
}

.vbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    transform: translate(-50% , -50%);
}

svg#play_icon {
    width:150px;
    margin: 120px auto;
    display:block;
    cursor: pointer;
    transform-origin: 50% 50%;
}

svg#play_icon path{
    stroke: #fff;
}
svg#play_icon:hover path{
    stroke: #fff;
}
svg#play_icon #triangle {
    fill:#fff;
    transition:500ms;
    transform-origin: 50% 50%;
}
svg#play_icon:hover #triangle {
    fill:#fff;
    transform-origin: 50% 50%;
}

.vbtn svg #lineOne, 
.vbtn svg #lineTwo {
    transform-origin: 50% 50%;
    transition: 1s;
} 

.vbtn svg:hover #lineOne {
    transform: rotate(260deg);
    -webkit-transform: rotate(260deg);
    -moz-transform: rotate(260deg);
    -o-transform: rotate(260deg);
    transform-origin: 50% 50%;
} 

.vbtn svg:hover #lineTwo {
    transform: rotate(-450deg);
    transform-origin: 50% 50%;
} 


/*-------------------------------
# FAQ
--------------------------------*/

.faq .section-title{
    margin-bottom: 35px;
}
.accordion-item{
    margin-bottom: 30px;
    border: none;
    color: #444;
    border: 1px solid #E9E9E9 !important;
    border-radius: 5px;
}
.accordion-item .accordion-body {
    padding: 25px;
}
.accordion-button {
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    color: #222;
    padding: 7px 20px;
}
.accordion-collapse.collapse.show{

}

.accordion-button:not(.collapsed) {
    background: #0D5FF9;
    border: 1px solid #0D5FF9 !important;
    box-shadow: inherit;
    color: #fff;

}
.accordion-button::after{
    color: #fff;
    background: none;
    content: "\f067";
    font-family: var(--icon-font); !important;
    line-height: 19px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background: #0D5FF9;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.accordion-button:not(.collapsed)::after {
    color: #444;
    background: none;
    content: "\f068";
    font-family: var(--icon-font); !important;
    line-height: 19px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.accordion-button:focus{
    outline: none;
    box-shadow: none;
}
.faq-image{
    position: relative;
}

.faq-image img{
    max-width: 100%;
    border-radius: 8px;
}

.faq_contact {
    background: #0D5FF9;
    border-radius: 0px 40px 0px 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 25px 61px;
    position: absolute;
    bottom: 0;
    left: 50px;
}
.faq_contact h4{
    color: #fff;
}
.faq_contact p{
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}

/*-------------------------------
# Review
--------------------------------*/

.review{
    background: rgb(2,0,36);
    background: linear-gradient(148deg, rgba(2,0,36,0.7848273098301821) 0%, rgba(13,95,249,0.9697012594100141) 100%); 
    width: 100%;
    position: relative;
}
.review .section-title span,
.review .section-title h2{
    color: #fff;
}
.review-item{
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 6px 26px rgba(0,0,0,0.04);
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.owl-item.active.center .review-item{
    background: #fff;
    color: #555;
}
.owl-item.active.center .review-item h4{
    color: #222;
}
.review-item h4{
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
}
.review-item i{
    color: #FFA113;
}
.review-item .rating-number {
    width: 37px;
    height: 37px;
    line-height: 36px;
    background: #0D5FF9;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    position: absolute;
    transform: rotate(50deg);
    top: 91px;
    right: -8px;
}
.rimage {
    width: 120px;
    height: 120px;
    transform: rotate(-50deg);
    border-radius: 12px;
    border: 2px solid #ddd;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.rimage img{
    border-radius: 12px;
    transform: rotate(50deg);   
     width: 117px !important;
    height: 117px;
    object-fit: cover;
}
.rev-content p{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.center .rev-content p{
    color: var(--theme-color);
}
.review-slider .owl-nav,
.courses-slider .owl-nav{
    position: absolute;
    top: -108px;
    right: 0;
}
.review-slider .owl-nav button.owl-prev,
.review-slider .owl-nav button.owl-next,
.courses-slider .owl-nav button.owl-prev,
.courses-slider .owl-nav button.owl-next{
    width: 50px;
    height: 50px;
    line-height: 52px;
    background-color: #0F2B5A;
    border: 2px solid #0F2B5A;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    transition: .5s;
}

.courses-slider .owl-nav button.owl-prev:hover,
.courses-slider .owl-nav button.owl-next:hover{
    background-color: #0D5FF9;
    border-color: #0F2B5A;
}
.review-slider .owl-nav button.owl-prev:hover,
.review-slider .owl-nav button.owl-next:hover{
    background-color: #0D5FF9;
    border-color: #fff;
}
.review-slider .owl-nav button.owl-prev,
.courses-slider .owl-nav button.owl-prev{
    margin-right: 15px;
}

.review-slider .owl-dots{
    text-align: center;
}
.review-slider .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    border: 1px solid #B9B9B9;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}
.review-slider .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #B9B9B9;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 11;
    margin: auto;
}
.review-slider .owl-dots .owl-dot.active{
    border-color: #fff;
}
.review-slider .owl-dots .owl-dot.active span{
    background: #fff;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


/*-------------------------------
# Partners
--------------------------------*/

.pt120{
    padding-top: 120px;
}
.partners{
    border-radius: 16px;
    background-color: #002935;
    padding: 60px;
}


.partner-style-2 .partners{
    border-radius: 0;
    background: transparent;
    padding: 100px 0 0;
}

/*-------------------------------
# Blog
--------------------------------*/

.blog-item{
    border: 1px solid #E9EEF4;
    border-radius: 8px; 
}
.blog-image{
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.blog-image img{
    border-radius: 8px 8px 0 0;
}

.blog-image:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    position: absolute;
    left: -100%;
    top: 0;
    transition: .5s;
    transform: rotate(180deg);
    border-radius: 8px 8px 0 0;
}
.blog-item:hover .blog-image:after{
    left: 0;
    transform: rotate(0deg);
}
.blog-image img{
    width: 100%;
}
.post-image{
    margin-bottom: 25px;
}
.pb120{
    padding-bottom: 120px;
}
.blog-content{
    padding: 30px;
}
.blog-content h3{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}
.blog-content h3 a{
    color: #222;
    transition: .5s;
}
.blog-content h3 a:hover,
.blog-content h3 a:focus{
    color: #0D5FF9;
}
.bmeta .bcat{
    float: right;
}
.bmeta{
    font-size: 15px;
    margin-bottom: 25px;
}
.bmeta i{
    color: #0D5FF9;
}
.bmeta .bcat a {
    display: inline-block;
    padding: 1px 20px;
    background: #0D5FF9;
    color: #fff;
    border-radius: 5px 25px 5px 25px;
}
.bbtn{
    color: #444;
    font-weight: 600;
}
.blog-item{
    margin-bottom: 30px;
}
.bstyle-2 .blog-image,
.bstyle-2 .blog-image img,
.bstyle-2 .blog-image:after{
    border-radius: 8px;
}
.bstyle-2 .blog-item {
    border: 1px solid #E9EEF4;
    border-radius: 8px;
    padding: 30px;
}
.bstyle-2 .blog-content {
    padding: 33px 0 0;
}
.post-nav.pnavigation{
    margin-top: 40px;
    text-align: center;
}
.post-nav.pnavigation a {
    display: inline-block;
    background: #f1f1f1;
    padding: 5px 19px;
    font-weight: 600;
    border-radius: 4px;
    transition: .5s;
    margin: 0 15px;
}
.post-nav.pnavigation a:hover,
.post-nav.pnavigation a:focus{
    background: #0D5FF9;
    color: #fff;
}

/*-------------------------------
# CTA
--------------------------------*/
.cta{
    padding-bottom: 120px;
}
.cta-item{
    border: 2px dashed #0D5FF9;
    background: rgba(217, 217, 217, .15);
    border-radius: 8px;
    position: relative;
    padding: 45px;
    overflow: hidden;
}
.cta-item .cta_img {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
}
.cta-content{
    padding-right: 150px;
}
.cta-item h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.cta-item p{
    margin-bottom: 25px;
}
.cta_shape{
    display: inline-block;  
    position: absolute;
    bottom: 0;
    right: 0;
}
.cta_shape svg{
    width: 175px;
}

/*-------------------------------
# Footer
--------------------------------*/

.footer{
    background: #002935;
    color: #fff;
    padding-top: 30px;
    position: relative;
}
.footer a{
    color: #fff;
    transition: .5s;
}
.footer a:hover,
.footer a:focus{
    color: #0D5FF9;
}
.fntitle{
    font-size: 28px;
    color: #fff;
    line-height: 42px;
}
.about-footer .footer-logo{
    margin-bottom: 20px;
}
.about-footer .footer-logo img{
    width: 120px;
    background: #fff;
    border-radius: 15px;
}
.about-footer p{
    padding-right: 10px;
}
.footer .newsletter{
    
}
.footer .newsletter form{
    position: relative;
}
.footer .newsletter input[type="email"] {
    border: 1px solid #fff;
    padding: 12px 34px;
    border-radius: 30px;
    width: 100%;
}
.footer .newsletter input[type="email"]:focus{
    outline: inherit;
}
.footer .newsletter button {
    border: 1px solid #0D5FF9;
    background: #0D5FF9;
    color: #fff;
    padding: 8px 36px;
    border-radius: 30px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: .5s;
}
.footer .newsletter button:hover,
.footer .newsletter button:focus{
    background-color: #002935;
}
.footer-bottom{
    border-top: 1px solid rgba(225,225,225,0.08);
    padding-top: 50px;
    margin-top: 50px;
}
.fstyle-2 .footer-bottom{
    border-top: none;
    padding-top: 20px;
    margin-top: 0px;    
}
.footer-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}
.footer-title::after {
    content: '';
    background-image: url(../images//footer-title.svg);
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: -21px;
    left: 0;
}
.footer-bottom ul{
    list-style-type: none;
}
.contact_content img{
    width: 100%;
}
.contact-info p{
    overflow: hidden;
}
.contact-info i{
    float: left;
    padding-right: 15px;
    padding-top: 6px;
    font-size: 24px;
    color: #0D5FF9;
}

.contact-info p span{
    overflow: hidden;
    float: left;
}
.footer-bottom ul li a{
    
}
.single-footer li{
    line-height: 35px;
    display: block;
}
.fot-social span{
    margin-bottom: 26px;
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.fot-social li {
    display: inline-block;
    margin-right: 24px;
}
.fot-social a{
    width: 40px;
    height: 40px;
    line-height: 43px;
    display:block;
    background: #1D2B45;
    text-align: center;
    font-size: 22px;
    color: #B4C1D2;
    border-radius: 10px;
    transform: rotate(50deg);
    transition: .5s;
}
.fot-social a i{
    transform: rotate(-50deg);
}
.fot-social a:hover,
.fot-social a:focus{
    background: #0D5FF9;
    color: #fff;
}
.newsletter p{
    margin-bottom: 35px;
}
.copyright {
    padding: 8px 30px;
    background: rgba(13, 95, 249, 0.05);
    margin-top: 30px;
}
.copyright p{
    margin-bottom: 0;
    color: #Fff;
    a{
        color: #0D5FF9;
    }
}

.fbulb_shape {
    position: absolute;
    top: 106px;
    left: 22px;
}
.fbulb_shape svg{
    width: 55px;
}
.fpencil_shape {
    position: absolute;
    top: 37%;
    right: 173px;
}
.fpencil_shape svg{
    width: 40px;
}
.fshape1 {
    position: absolute;
    top: 130px;
    right: 30px;
}
.fshape1 svg {
    width: 46px;
}
.fshape2 {
    position: absolute;
    top: 63%;
    right: 65px;
}
.fshape2 svg{
    width: 50px;
}
.fshape3 {
    position: absolute;
    right: -25px;
    top: 45%;
}
.fshape3 svg {
    width: 95px;
}
.fshape4 {
    position: absolute;
    left: 26px;
    top: 55%;
}
.fshape4 svg {
    width: 45px;
}
.fshape5 {
    position: absolute;
    left: 0;
    top: 80px;
}
.fshape5 svg{
    width: 100px;
}

/*-------------------------------
# Banner
--------------------------------*/

.main-banner {
    position: relative;
    color: #fff;
    padding: 110px 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.main-banner:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #002935;
    opacity: .9;
    z-index: -1;
}
.main-banner h2,
.main-banner p{
    color: #fff;
}
.main-banner h2{
    margin-bottom: 15px;
}
.main-banner p{
    margin-bottom: 0;
}
.main-banner a{
    color: #0D5FF9;
}
.main-banner i {
    position: relative;
    top: 2px;
}
.blshape {
    position: absolute;
    left: -10px;
    top: -40px;
}
.blshape svg{
    width: 160px;
}

.brshape {
    position: absolute;
    right: -7px;
    top: 50px;
}

.brshape svg{
    width: 230px;
}

/*-------------------------------
# Course Details
--------------------------------*/

.scourse_image{
    position: relative;
}
.scourse_image img{
    border-radius: 8px;
}
.scourse_image:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}
.scbtn {
    width: 80px;
    height: 80px;
    line-height: 74px;
    border: 3px dashed #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50% , -50%);
    transition: .5s;
    z-index: 11;
    
}
.scbtn:hover,
.scbtn:focus{
    background-color: #0D5FF9;
}
.scbtn svg{
    width: 31px;
}
.scbtn svg path{
    fill: #fff;
}
.courses-details {}
.scourse-title{
    font-size: 30px;
    margin-bottom: 25px;
}
.courses-details img{
    max-width: 100%;
}

.scourse_meta{
    margin-top: 30px;
    margin-bottom: 30px;
}
.scourse_meta img{
    width: 70px;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}
.scourse_meta span{
    font-size: 16px;
}

.scourse_meta p{
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
}
.scourse_meta p{
    color: #222;
}
.scourse_meta .smeta_text{
    display: inline-block;
}
.scourse_meta .smeta{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.scourse_meta .smeta::after {
    width: 1px;
    height: 52px;
    background-color: #C9C8C8;
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
}

.scourse_meta .smeta{
    padding-right: 40px;
    margin-right: 40px;
}
.smeta:last-child:after{
    display: none;
}
.scourse_meta .smeta:last-child{
    padding-right: 0;
    margin-right: 0;
}
.scourse_meta  .rev_icons{
    color: #ffb608;
}
.scourse_meta .rev_content{
    padding-left: 5px;
}
.rev_content{
    
}
.cd_tab #nav-tab{
    background: #F9F9F9;
    border-bottom: 1px solid transparent;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}
.cd_tab #nav-tab button{
    display: inline-block;
    color: #222;
    font-weight: 600;
    margin: 0 30px;
    padding: 10px 29px;
    border-radius: 5px;
    outline: none;
}

.cd_tab #nav-tab button:hover,
.cd_tab #nav-tab button:focus {
    border-color: #F9F9F9;
    color: #222;
    outline: none;
}
.cd_tab #nav-tab.nav-tabs button.nav-link.active{
    background-color: #0D5FF9;
    border-color: #0D5FF9;
    color: #fff;
    outline: none!important;
    
}
#nav-overview ul{
    list-style-type: none;
}
#nav-overview ul li{
    position: relative;
    padding-left: 35px;
    line-height: 40px;
}
#nav-overview ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 24px;
    background-image: url(../img/icons/check.svg);
    background-repeat: no-repeat;
}
.cd_curriculum{
    border: 1px solid #f1f1f1;
    padding: 40px;
}
.cd_curriculum h3{
    margin-bottom: 20px;
}
.cd_curriculum ul{
    list-style-type: none;
}
.cd_curriculum ul li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}
.cd_curriculum ul li i {
    padding-right: 5px;
    font-size: 21px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.cd_curriculum ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.cd_cur_right{
    float: right;
    font-size: 15px;
}
.cd_cur_right a {
    font-weight: 600;
    color: #444;
    background: #E5F8F8;
    padding: 0px 16px;
    display: inline-block;
    margin-right: 25px;
    font-size: 15px;
    border-radius: 4px;
    margin-right: 100px;
    transition: .5s;
}
.cd_cur_right a:hover,
.cd_cur_right a:focus{
    background: #0D5FF9;
    color: #fff;
}
.cd_rating{}
.cd_rating h3{
    margin-bottom: 20px;
}

.cd_rating_top{
    border: 1px solid #f1f1f1;
    padding: 35px;
    overflow: hidden;
    margin-bottom: 60px;
    border-radius: 8px;
}
.cdr_rate_summary{
    float: left;
    width: 25%;
    text-align: center;
}
.cdr_rate_summary h1 {
    font-size: 65px;
    margin-bottom: 16px;
}
.cdr_rating{
    color: #ffb608;
}
.cdr_rating i{
    margin: 0 3px;
}
.cdr_rate_summary p{
    margin-bottom: 0;
}
.cdr_rate_number ul{
    list-style-type: none;
}
.cdr_rate_number{
    width: 75%;
    float: left;
}
.cdr_rate_number ul li {
    display: flex;
    margin: 0 0 10px 0;
}
.cdr_rate_number ul li:last-child{
    margin: 0;
}
.cdr_rate_value {
    flex: 1;
    position: relative;
    margin: 13px 86px 0 15px;
    height: 7px;
    background: #f2f2f2;
}
.rating_width{
    height: 7px;
    background-color: #ffb608;
    display: block;
}
.cdr_rate_count {
    display: inline-block;
    position: absolute;
    right: -80px;
    text-align: right;
    line-height: 1;
    font-size: 16px;
    margin: -12px 0;
}

.cdr_rate_star {
    flex: 0 0 40px;
    text-align: center;
}
.rating_item_avatar{
    float: left;
    margin-right: 30px;
}
.rating_item_avatar img {
    width: 100px;
    float: left;
    margin-right: 25px;
    border-radius: 50%;
}
.rava_conent{
    overflow: hidden;
}
.rava_conent h3{
    font-size: 22px;
    margin-bottom: 5px;
}
.rava_conent p{
    margin-bottom: 0;
    
}

.rating_item_ricon{
    color: #ffb608;
}
.rating_item{
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}
.rating_item:last-child{
    border-bottom: 0;
}
.cdr_review_form h3{
    font-size: 24px;
    margin-bottom: 6px;
}
.review_form_ricon{
    margin-bottom: 12px;
}
.review_form_ricon i{
    cursor: pointer;
    transition: .5s;
    color: #222;
}
.review_form_ricon i:hover{
    color: #ffb608;
}
.rating_form textarea {
    border: 1px solid #f1f1f1;
    width: 60%;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px 25px;
}
.rating_form textarea:focus{
    border-color: #0D5FF9;
}
.cd_instructor{}
.cdin_image {
    float: left;
    margin-right: 30px;
    width: 200px;
    text-align: center;
}
.cdin_image ul {
    list-style-type: none;
    display: inline-block;
    margin-top: 25px;
}
.cdin_image ul li {
    display: inline-block;
    margin: 0 7px;
}
.cdin_image ul li a {
    width: 35px;
    height: 35px;
    line-height: 38px;
    background: #002935;
    color: #fff;
    transition: .5s;
    border-radius: 50%;
    display: block;
}
.cdin_image ul li a:hover,
.cdin_image ul li a:focus{
    background: #0D5FF9;
    color: #fff;
}
.cdin_content h4 a{
    color: #222;
}
.cdin_content span{
    color: #0D5FF9;
}
.cdin_meta{
    font-weight: 600;
    color: #444;
}
.course-sidebar{
    border: 1px solid #f1f1f1;
    box-shadow: 0 6px 26px rgba(0,0,0,0.03);
    padding: 35px;
    border-radius: 5px;
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0; 
    margin-left: 40px;
}
.course-sidebar h3{
    margin-bottom: 20px;
    font-size: 24px;
}
.course-sidebar .scourse_list li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cside-label{
    float: left;
}
.cside-value{
    float: right;
    font-weight: 600;
    color: #222;
}
.course-sidebar ul{
    list-style-type: none;
    overflow: hidden;
}
.cd_price {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #222;
    margin-bottom: 25px;
    margin-top: 15px;
}
.cd_price span{
    color: #0D5FF9;
}
.cd_btn {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 30px;
    background-color: #0D5FF9;
    border: 1px solid #0D5FF9;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
}
.cd_btn:hover,
.cd_btn:focus{
    background-color: #002935;
    border-color: 1px solid #002935;
    color: #fff;    
    box-shadow:0;
}
.cd_social{
    margin-top: 20px;
    text-align: center;
}
.cd_social span{
    display: inline-block;
    margin-right: 8px;
    color: #222;
    font-weight: 600;
}
.cd_social ul{
    position: relative;
    top: 10px;
}
.cd_social ul,
.cd_social li{
    display: inline-block;
}
.cd_social li{
    margin: 0 3px;
}
.cd_social li i{
    font-size: 15px;
    color: #555;
}
.scourse_list i{
    color: #0D5FF9;
    margin-right: 5px;
}
.related-courses{
    padding-top: 120px;
}
.created-title{
    margin-bottom: 30px;
}

/*-------------------------------
# Sidebar
--------------------------------*/

.search-control{
    height: 56px;
    line-height: 45px;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    width: 100%;
    transition: .5s;
}
.search-control:focus{
    border-color: #0D5FF9;
    outline: none;
}
.form-control{
    background-color: #F4F5F8;
    border: 1px solid #F4F5F8;
    color: #555;
    font-size: 15px;
    height: calc(2.25rem + 27px);
    outline: 0;
    padding: 14px 30px;
    width: 100%;
}
.contact_us .form-control{
    margin-bottom: 30px;
}

     .form_section .btn-theme {
        background-color: var(--title-color);
    }
     .form_section .btn-theme:hover {
        background-color: #fff;
        color: var(--title-color);
    }
.form-control option{
    font-weight: 400;
}
.form-control:focus{
    outline: none;
    box-shadow: inherit;
    border-color: #0D5FF9;
    background: #fff;
}
textarea.form-control{
    height: 160px;
}

.widget.search-widget{
    border: unset;
    padding: 0;
}
.search-form{
    position: relative;
}
.search-form button {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    color: #555;
    right: 14px;
    top: 10px;
}
.search-form button svg{
    width: 20px;
}
.widget{
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #E9EEF4;
    border-radius: 4px;
}
.widget-title{
    margin-bottom: 25px;
}
.widget ul{
    list-style-type: none;
}

.widget.category-widget li {
    text-decoration: underline;
    line-height: 34px;
    position: relative;
    padding-left: 24px;
    font-size: 17px;
}
.category-widget li::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #0D5FF9;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.popular-posts-widget{
    
}
.popular-posts-widget li{
    display: block;
    margin-bottom: 22px;
    overflow: hidden;
}
.popular-posts-widget li:last-child{
    margin-bottom: 0;
}
.popular-posts-widget h4{
    transition: .5s;
}
.popular-posts-widget a{
    display: block;
    transition: .5s;
}
.popular-posts-widget img{
    max-width: 100%;
}
.ppimage{
    width: 70px;
    margin-right: 15px;
}
.ppimage img{
    border-radius: 4px;
}
.ppcontent{
    overflow: hidden;
}
.ppcontent h4{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 1px;
}
.ppcontent span {
    position: relative;
    padding-left: 19px;
    font-size: 16px;
    color: #1C3F39;
}
.ppcontent span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 1px;
    background: #444;
    display: block;
}

.tags_clouds a {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    font-weight: 500;
}
.tags_clouds a:last-child:after{
    content: '   ';
}
.tags_clouds a:after{
    content: ' / ';
    position: absolute;
    right: -15px;
    top: 0;
}


/*
* ----------------------------------------------------------------------------------------
* Comment
* ----------------------------------------------------------------------------------------
*/

.comments{
    padding-top: 40px;
}
.bdtitle{
    margin-bottom: 25px;
    font-size: 24px;
}
.comment-list,
.comment{
    list-style-type: none;
}
.com-img {
    margin-right: 48px;
    position: relative;
}
.com-img h4 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}
.cdate{
    font-size: 15px;    
}
.creplay {
    position: absolute;
    top: 50px;
    right: -13px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    color: #fff;
    background: #0D5FF9;
    font-size: 17px;
    text-align: center;
}
.creplay a{
    color: #fff;
}
.com-img img{
    border-radius: 50%;
}
li.comment{
    
    display: block; 
}
.comments .children{
    padding-left: 30px;
}
.single-comment{
    overflow: hidden;
    border: 1px solid #d9d9d9;
    padding: 35px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.comment-form{
    padding-top: 30px;
}
.comment-form .form-control{

}
.comment-form p{
    margin-bottom: 35px;
}
#submit {
    background-color: #0D5FF9;
    border: 1px solid #0D5FF9;
    color: #fff;
    padding: 10px 35px;
    border-radius: 30px;
    transition: .5s;
    font-weight: 600;
    font-size: 17px;
}

#submit:hover,
#submit:focus{
    color: #fff;
    background-color: #0F2B5A;
}

/*
* ----------------------------------------------------------------------------------------
* Shopping Cart
* ----------------------------------------------------------------------------------------
*/


.table.shopping-summery {
    background: #fff;
    border: 1px solid #eee;
}
.shopping-cart {
    background: #fff;
}
.shopping-summery thead .main-hading{
    padding:0px 50px;
}
.shopping-summery thead {
}
.shopping-summery thead tr th {
    border: none;
    font-weight: 600;
    text-align: left;
    padding: 20px;
}
.shopping-summery tbody tr {
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}
.shopping-summery tbody tr img {
    border-radius: 4px;
    width: 100px;
}
.shopping-summery tbody tr:last-child{
}
.shopping-summery tbody .product-name a {
    font-weight: 600;
    color: #282828;
    font-weight: 600;
    font-size: 17px;
}
.shopping-cart .table p {
    font-size: 14px;
    color: #666;
}
.shopping-summery tbody .product-name a:hover{
    color:#0D5FF9;
}
.shopping-summery tbody .product img {
    max-width: 70px;
    border-radius: 100%;
    max-height: 65px;
    border: 1px solid #e6e6e6;
    padding: 4px;
}
.shopping-summery tbody .product:hover img{
    border-color:#0D5FF9;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    transform:rotate(360deg);
}
.shopping-cart .border{
    
}
.shopping-cart .table .remove-icon{
    font-size:16px;
}
.shopping-cart .table td {
    vertical-align: middle;
    border-top: 1px solid #eee;
    padding: 20px;
}
.shopping-summery tbody .price {
    text-align: center;
    font-weight: 600;
}
.shopping-summery tbody .price span{}
.shopping-cart tbody .qty .input-group {
    width: 175px;
    display: inline-block;
}
.shopping-cart .qty .button {
    display: inline-block;
    position: absolute;
    top: 0;
}
.shopping-cart .qty .button.minus{
    left:0;
    border-radius:0;
    overflow:hidden;
}
.shopping-cart .qty .button.plus {
    right: 0;
    border-radius:0;
    overflow:hidden;
}
.shopping-cart .qty .button .btn {
    padding: 0;
    width: 44px;
    height: 47px;
    line-height: 50px;
    border-radius: 0px;
    background: transparent;
    color: #282828;
    border: none;
    font-size: 12px;
}
.shopping-cart .qty .button .btn:hover{
    color:#0D5FF9;
}
.shopping-cart .qty .input-number {
    border: 1px solid #eceded;
    width: 100%;
    text-align: center;
    height: 47px;
    border-radius:0;
    overflow: hidden;
    padding: 0px 45px;
}
.shopping-summery tbody .total-amount {
    text-align: center;
}
.shopping-summery tbody .total-amount span{}
.shopping-summery tbody .action {
    text-align: center;
}
.shopping-summery tbody .action a:hover{
    color:#0D5FF9;
}
.shopping-cart .total-amount{
    margin-top:50px;
}
.woocommerce-cart-form .actions .bottom-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce-cart-form .actions .coupon {
    flex: 0 0 50%;
    display: flex;
}
.woocommerce-cart-form .product-name {
    display: inline-block;
    margin-left: 24px;
}
#coupon_code {
    border: 1px solid #eee;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
}
#coupon_code:focus{
    border-color: #0D5FF9;
    outline: none;
}
.woocommerce-cart-form .coupon button,
.woocommerce-cart-form .coupon input[type="submit"]{
    background: #0D5FF9;
    border: 1px solid #0D5FF9;
    color: #fff;
    padding: 8px 25px;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    transition: .5s;
}
.woocommerce-cart-form .coupon button:hover,
.woocommerce-cart-form .coupon button:focus,
.woocommerce-cart-form .coupon input[type="submit"]:hover,
.woocommerce-cart-form .coupon input[type="submit"]:focus{
    border-color: #002935;
    background: #002935;
}
.btn_border {
    border: 2px solid #002935;
    color: #222;
    padding: 8px 25px;
    font-weight: 600;
    border-radius: 4px;
    transition: .5s;
}

.btn_border:hover,
.btn_border:focus{
    background: #0D5FF9;
    border-color: #0D5FF9;
    color: #fff;
}
.cart-collaterals {
    padding: 30px;
    border: 1px solid #eee;
}
.cart-collaterals h2 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.cart-collaterals .shop_table_responsive > div {
    display: flex;
    padding: 15px 30px;
    align-items: center;
}
.cart-collaterals .shop_table_responsive > div > * {
    flex: 1;
}
.cart-collaterals .bt{
    text-align: center;
}
.shop_table .amount,
.shop_table .woocommerce-shipping-destination{
    color: #222;
}
.cart-subtotal .amount{
    font-weight: 600;
}

/*
* ----------------------------------------------------------------------------------------
* Start Checkout Page
* ----------------------------------------------------------------------------------------
*/

.shop.checkout {
    background: #fff;
}
.shop.checkout .checkout-form h2{
    margin-bottom: 40px;
    font-size: 24px;
}
.shop.checkout .checkout-form h2 {
    font-size: 25px;
    color: #333;
    font-weight: 700;
    line-height: 27px;
}
.shop.checkout .checkout-form p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
}
.shop.checkout .form{}
.shop.checkout .form .form-group {
    margin-bottom: 25px;
}
.shop.checkout .form .form-group label{
    color:#333;
    position:relative;
    cursor: pointer;
}
.shop.checkout .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.shop.checkout .form .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 4px;
    color: #333 !important;
    border: 1px solid #F6F7FB;
    background: #F6F7FB;
}
.shop.checkout .form .form-group input:focus{
    outline: none;
    border-color: #0D5FF9;
}
.shop.checkout .nice-select {
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    background: #F6F7FB;
    border-radius: 0px;
    border:none;
}
.shop.checkout .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: scroll;
}
.shop.checkout .nice-select .list li{}
.shop.checkout .nice-select .list li.option{
    color:#333;
}
.shop.checkout .nice-select .list li.option:hover{
    background:#F6F7FB;
    color:#333;
}
.shop.checkout .form .address input {
    margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child{
    margin:0;
}
.shop.checkout .form .create-account {
    margin: 0;
}
.shop.checkout .form .create-account input {
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 100%;
    margin-right: 3px;
}
.shop.checkout .form .create-account label {
    display: inline-block;
    margin: 0;
}
.shop.checkout .order-details {
    margin-top: 30px;
    background: #fff;
    padding: 30px 0 30px 0;
    border: 1px solid #eee;
}
.shop.checkout .single-widget {
    margin-bottom: 30px;
}
.shop.checkout .single-widget:last-child{
    margin:0;
}
.shop.checkout .single-widget h2 {
    position:relative;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 30px 0;
    text-transform: capitalize;
    color: #222;
}
.shop.checkout .single-widget .content ul{
    margin-top:30px;
}
.shop.checkout .single-widget .content ul li {
    display: block;
    padding: 0px 30px;
    font-weight: 400;
    margin-bottom: 12px;
}
.shop.checkout .single-widget .content ul li span{
    display:inline-block;
    float:right;
}
.shop.checkout .single-widget .content ul li.last {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.shop.checkout .single-widget .checkbox {
    text-align: left;
    margin: 0;
    padding: 0px 30px;
    margin-top:30px;
}
.shop.checkout .single-widget .checkbox input{
    margin-top: 9px;
}
.shop.checkout .single-widget .checkbox .form-check{
    margin-bottom: 7px;
}
.shop.checkout .single-widget .checkbox label {
    color: #555555;
    position: relative;
    margin-top: -5px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}
.shop.checkout .single-widget .checkbox label:last-child{
    margin-bottom:0;
}
.shop.checkout .single-widget .checkbox label:hover{
    cursor:pointer;
}
.shop.checkout .single-widget .checkbox label input {
    margin-right: 5px;
    display: inline-block;
}

.shop.checkout .single-widget.get-button {
    text-align: center;
    padding: 0px 35px;
}
.shop.checkout .single-widget .bg_btn{
    display: block;
}

/*
* ----------------------------------------------------------------------------------------
* End Checkout Page
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* Login Register
* ----------------------------------------------------------------------------------------
*/

.login,
.register {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    overflow: hidden;
    padding: 30px;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
}
.login_register_title {
    margin-bottom: 30px;
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    color: #002935;
    margin-top: 15px;
}


.login input:focus{-webkit-box-shadow: none;box-shadow: none;outline:none;}

.login input[type="text"],
.login input[type="email"],
.login input[type="password"],
.register input[type="text"],
.register input[type="email"],
.register input[type="password"]
{

    padding: 15px;

}
.login label,
.register label{
    cursor: pointer;
    
}
#rpaword{
    margin-top: 8px;
}


.login label {
    margin-bottom: 5px;
    font-weight: 500;
}
.register label {
    margin-bottom: 5px;
    font-weight: 500;
}
.login button, .register button{border:none;width: 100%;}
.login p, .register p {
    color: #232434;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}
.login p a, 
.register p a{color: #0D5FF9;}

/*
* ----------------------------------------------------------------------------------------
* Contact Us
* ----------------------------------------------------------------------------------------
*/

.contact_us img {
    padding: 0 20px;
}
.contact_info {
    margin-top: -102px;
    margin-left: 0;
}
.contact_list {
    color: #fff;
    text-align: center;
    padding: 25px 15px;
    border-radius: 8px;
    background: #0D5FF9;
    word-wrap: break-word;
}
.contact_list p {
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
}
.contact_list h4{
    font-size: 20px;
}
.contact_list h4,
.contact_list a{
    color: #fff;
}
.contact_list p{
    margin-bottom: 0;
}
.google_map iframe{
    width: 100%;
    margin-bottom: -10px;
}

.cicon {
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
}

/*
* ----------------------------------------------------------------------------------------
* Scroll Top
* ----------------------------------------------------------------------------------------
*/

.topcontrol{
    width: 45px;
    height: 45px;
    line-height: 44px;
    background-color: #0F2B5A;
    border: 2px solid #0F2B5A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    font-size: 16px;
    z-index: 999;
}
.topcontrol:hover,
.topcontrol:focus{
    background-color: #0D5FF9;
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 404
* ----------------------------------------------------------------------------------------
*/

.page_not_found{
    padding-top: 80px;
    padding-bottom: 120px;
}

.page_not_found h2 {
    font-size: 45px;
    margin-bottom: 15px;
}
.page_not_found p{
    margin-bottom: 25px;
}

/*
* ----------------------------------------------------------------------------------------
* Cart Drawer
* ----------------------------------------------------------------------------------------
*/

.cart_drawer {
    top: 0px;
}
.cart_drawer_btm .bottom_group{
    bottom: 20px;
}
.cart-icon.mobile_cart{
    display: none;
}
.min_cart_wrapper {
    background: rgba(0,0,0, 0.7);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 40000;
}
#mini_cart.min_cart_active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.cart_drawer {  
    position: absolute;
    height: 100%;
    width: 380px;
    z-index: 99;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    transition: background 0.5s, transform 0.5s;
    
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #E9EEF4;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.05); 
   
}
#mini_cart.min_cart_active .cart_drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1; 
}

.cart_drawer .cart_close {
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 37px;
    height: 37px;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    background: #0D5FF9;
    border-radius: 50%;
    transition: .5s;
}
.cart_drawer .cart_close:hover,
.cart_drawer .cart_close:focus{
    background: #002935;
}
.cart_drawer .cart_number {
    font-weight: 600;
    display: block;
    min-width: 45px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    color: #111;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ecebeb;
    border-top: transparent;
    border-right: transparent;
}
.cart_drawer .title {
    font-weight: 500;
    line-height: 43px;
    height: 45px;
    color: #111;
    border-bottom: 1px solid #ecebeb;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
}
.minicart .mini-content .prod {
    position: relative;
    height: calc(100vh - 162px);
    max-height: 100%;
    overflow: auto;
    padding: 0 20px;
}
.woocommerce-mini-cart__empty-message{
    text-align: center;
    padding: 50% 0;
}
.cart_drawer li {
    border-bottom: 1px solid #e1e1e1;
    align-items: flex-start;
    position: relative;
    padding: 20px 0px;
}
.cart_drawer li:last-child{
}
.thumb_img_cartmini{
    width: 25%;
}
.product-detail{
    width: 70%;
    padding-left: 20px
}
.produc_remove{
    width: 15%;
    text-align: center;
}
.cart_drawer h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.cart_drawer h3 a{
    color: #222;
    transition: .5s;
}
.cart_drawer h3 a:hover,
.cart_drawer h3 a:focus{
    color: #0D5FF9;
}
.mini_cart_list{
    position: relative;
    height: calc(100vh - 162px);
    max-height: 100%;
    overflow: auto;
    padding: 30px 20px 0;
}
.mini_cart_list img{
    border-radius: 4px;
    width: auto!important;
}
.cart_drawer_btm .sub-total {
    height: 59px;
    line-height: 59px;
    background-color: #fff;
    color: #111;
    padding: 0 15px;
    overflow: hidden;
    bottom: 59px;
    position: absolute;
    width: 100%;
    padding-bottom: 116px;
}
.cart_drawer_btm .sub-total strong{
    float: left;
}
.cart_drawer_btm .sub-total .woocommerce-Price-amount{
    float: right;
    font-weight: 600;
}
.cart_drawer_btm .total-price{
    font-weight: 600;
}
.cart_drawer_btm .bottom_group {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5px;
}

.cart_drawer_btm .total-title{
    font-weight: 600;
}
.cart_drawer_btm .button-viewcart,
.cart_drawer_btm .button-checkout {
    width: 100%;
    display: block;
    float: left;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: color .3s ease 0s,background-color .3s ease 0s;
    border-radius: 4px;

}
.cart_drawer_btm .button-viewcart{
    background-color: #fff;
    border: 2px solid #0D5FF9;
    margin-bottom: 10px;
    color: #0D5FF9;

}
.cart_drawer_btm .button-checkout{
    background-color: #002935;
    color: #fff;
}
 
.cart_drawer_btm .button-viewcart:hover,
.cart_drawer_btm .button-viewcart:focus{
    background: #0D5FF9;
    color: #fff;
}

.cart_drawer_btm .button-checkout:hover,
.cart_drawer_btm .button-checkout:focus{
    background: #0D5FF9;
    color: #fff;
}
/* Contact PHP */

.send-message-info svg{
    width: 50px;
    height: auto;
    margin-bottom: 40px;
}
.send-message-info svg path{
    fill: #1C3F39;
}
.send-message-info h4{
    margin-bottom: 40px;
}

/* Contact PHP */
/*
JQuery Simple MobileMenu
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
body.mmactive {
  overflow: hidden;
}
.mobile_menu {
  display: none;
  position: relative;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
  padding-top: 60px;
}
.sm_menu_outer {
  height: calc(100vh - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #000000;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 999;
}
.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 5px 20px 55px;
  background: url("../img/back.png") no-repeat scroll 15px center / 2% auto;
}
.sm_menu_outer .mobile_menu a {
    color: #ffffff;
    display: block;
    padding: 15px 50px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}
/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .sub-menu {
  background-color: #000000;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 30px;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
.sm_menu_outer.slide .mobile_menu li.active>.sub-menu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  display: block;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
  color: #ffffff;
}
.sm_menu_outer.slide .mobile_menu li.hasChild>a {
  background: url("../img/next.png") no-repeat scroll 95% center / 2% auto;
}
/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  right: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px;
  top: 15px;
  right: 15px;
  z-index: 9999;
  display: none;
}
#sm_menu_ham span {
  background-color: #444;
  border-radius: 0;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}
#sm_menu_ham.open span{
    background-color: #0D5FF9;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 10px;
}
#sm_menu_ham span:nth-child(4) {
  top: 20px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
.sm_menu_outer.accordion .mobile_menu .sub-menu, .sm_menu_outer.accordion .mobile_menu li.hasChild ul.sub-menu {
  display: none;
}
.sm_menu_outer.accordion .mobile_menu .hasChild > .sub-menu li {
  padding-left: 20px;
}
.sm_menu_outer.accordion .mobile_menu li.active > .sub-menu {
  right: auto;
}
.sm_menu_outer.accordion .mobile_menu li.hasChild > a {
  position: relative;
}
.sm_menu_outer.accordion .mobile_menu li.hasChild>a::before {
  position: absolute;
  content: '';
  background: url("../images/next.png") no-repeat scroll 50% center / 60% auto;
  right: 0;
  top: 20px;
  width: 40px;
  height: 25px;
  transition: all 0.19s ease;
}
.sm_menu_outer.accordion .mobile_menu li.hasChild.active>a::before {
  transform: rotate(89deg);
  transition: all 0.19s ease;
}
@media (min-width: 1024px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}
.sm_menu_outer.accordion li {
  display: block;
}
.footer_contact ul li{
    margin-bottom: 30px;
}
.footer_contact ul li a{
    display: flex;
    gap: 4px;
    line-height: 1;
    align-items: center;
    justify-content: start;
}
.footer_contact .fot-social a{
    justify-content: center !important;
}
.sec-title_title{
    font-weight: 600;
    color: var(--theme-color);
}
.banner-section-two{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_slider{
    width: 100%;
    height: 100%;
}
.banner_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}
.banner-section-two .swiper-button-prev{
    color: #fff;
    opacity: 0.7;
}
.banner-section-two .swiper-button-prev:hover{
    opacity: 1;
}
.banner-section-two .swiper-button-next{
    color: #fff;
    opacity: 0.7;
}
.banner-section-two .swiper-button-next:hover{
    opacity: 1;
}
@media(max-width:768px){
.banner-section-two .swiper-button-prev{
    display: none;
}
.banner-section-two .swiper-button-next{
    display: none;
}
}