@charset "utf-8";
/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/
/*-- font pairing Lora & Roboto --*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.cdnfonts.com/css/verdana');
/* OTHER IMPORTED CSS */
@import url('bootstrap-dropdownhover.css');
@import url('font-awesome.min.css');
@import url('flaticon.css');
@import url('font-awesome-animation.min.css');
@import url('pe-icon-7-stroke.css');
@import url('stroke-gap-icons.css');
@import url('animate.css');
@import url('animations.css');
@import url('elegant-icons.css');
@import url('fancybox.css');
@import url('magnific-popup.css');
@import url('owl.carousel.min.css');
@import url('flexslider.css');
@import url('slick.css');
@import url('player.css');

/*****=====*****===== 02. General CSS =====*****=====*****/

body {
    background-color: #fff;
    color: #999999;
    line-height: 22px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    text-rendering: optimizelegibility;
}
:root {
    --sidebar-width: 460px;
}

@media (max-width: 991.98px) {
    :root {
        --sidebar-width: 310px;
    }  
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

/* Common CSS */
* {
    margin: 0;
    padding: 0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', serif;
    color: #333;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

p {
    color: #1b1b1b;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

div {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a {
    color: #777;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #ff4600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-link:hover {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

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

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

section {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

/* Form CSS */
input {
    resize: none;
    height: 55px;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/* Form CSS */
.form-control {
    resize: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.form-control:focus {
    border-color: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/*::-webkit-input-placeholder {
    color: #999 !important;
}

::-moz-placeholder {
    color: #999 !important;
}

:-ms-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder {
    color: #999 !important;
}*/

/*======= ****========****=======
    Color Style ( Default Theme Color Style )
/*======= ****========****=======*/
.theme-color {
    color: #ff4600 !important;
}

.theme-color-2 {
    color: #091426 !important;
}

.bg-theme-color-2 {
    background-color: #001932 !important;
}

.bg-theme-color {
    background: #ff4600 !important;
}

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

.bg-f8 {
    background: #f8f8f8 !important;
}

.bg-f9 {
    background: #f9f9f9 !important;
}

.over-layer-black,
.over-layer-white,
.over-layer-theme,
.over-layer-theme2 {
    position: relative;
    z-index: 1;
}

.over-layer-black:before {
    background-color: rgba(0, 0, 0, 0.9);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.over-layer-white:before {
    background-color: rgba(255, 255, 255, 0.9);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.over-layer-theme:before {
    background-color: rgba(252, 171, 3, 0.9);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.over-layer-theme2:before {
    background-color: rgba(9, 20, 38, 0.9);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*****=====*****=====*****=====*****=====
    Fint Style Css
=====*****=====*****=====*****=====*****/

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.ffly-title {
    font-family: 'Lora', serif;
}

.ffly-p {
    font-family: 'Roboto', sans-serif;
}

.lin-h-20 {
    line-height: 20px;
}

.color-c9 {
    color: #c9c9c9;
}

/*****=====*****=====*****=====*****=====
    Section Title Style Css
=====*****=====*****=====*****=====*****/

.section-title {
    margin: 0 auto 40px;
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;

    @media (max-width: 991.98px) {
        width: 100% !important;
    }

}


.gallery-section .section-title {
    margin: 0 auto 26px !important;
    padding: 0;
    position: relative;
    text-align: center;

}



.section-title h4 {
    color: rgb(36, 165, 154);
    display: inline-block;
    font-size: 18px;
    position: relative;
    text-transform: unset;
    z-index: 1;
    font-weight: 600;
}

.section-title h2 {
    color: #01b0cf;
    font-family: 'Lora', serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 0.9;
    text-transform: uppercase;
    width: max-content;
    margin-bottom: 22px;
}

.section-title h2 span {
    color: #333 !important;
    position: relative;
}

.section-title h2 span::before {
    position: absolute;
    top: 43px;
    display: inline-block;
    content: " ";
    height: 3px;
    width: 100%;
    background-color: #01b0cf;
    @media (max-width: 991.98px) {
      top: 30px;
    }
    
}


.section-title .adventure-block {
    color: rgb(36, 165, 154);
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 38px;
    text-transform: none;

    margin: 0 auto;
}


/*.section-title h2 span {
    color: #ffcd22;
}*/

.section-title h2 span {
    color: #00abcc;
}


.section-title h6 {
    font-family: 'Lora', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #989898;
    margin-bottom: 18px;
}

.section-title p {
    color: #9c9c9c;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto;
    max-width: 484px;
}

.section-title .title-attend {
    display: inline-block;
    line-height: 0;
    margin: 18px 0 15px;
    position: relative;
}

.section-title .title-attend:before {
    background-color: #ff4600;
    bottom: -15px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 50%;
    width: 60px;
}

.section-title.stitle-left {
    text-align: left;
}

.section-title.stitle-left p {
    max-width: none;
}

.inner-title h2 {
    color: #255669;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.9px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.inner-title h2 span {
    color: #ff4600;
}

.inner-title h3 {
    color: #1a1411;
    font-size: 22px;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
    text-transform: inherit;
}

.inner-title h3 span {
    color: #df2b18;
}

.inner-title.title-center {
    text-align: center;
}

.sec-line {
    background-color: #bebebe;
    height: 2px;
    margin-bottom: 20px;
    position: relative;
    width: 70px;
}

.sec-line:before {
    background-color: #255669;
    content: "";
    height: 2px;
    position: absolute;
    width: 40px;
}

.line-center.sec-line {
    background-color: #255669;
    margin: 0 auto 30px;
}

.line-center.sec-line:before {
    background-color: #ff4600;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.over-layer-black .section-title h4 {
    color: #e0dcdc;
}

.over-layer-black .section-title h2 {
    color: #fff;
}

/*.over-layer-black .section-title h2 span {
    color: #ffcd22;
}
*/

.over-layer-black .section-title h2 span {
    color: #00abcc;
}

.over-layer-black .section-title p {
    color: #f8f8f8;
}

/*****=====*****=====*****=====*****=====
    Button Style Css
=====*****=====*****=====*****=====*****/
.btn {
    cursor: pointer;
}

.btn-theme,
.btn-theme-1,
.btn-black,
.btn-white,
.btn-transparent,
.btn-bordered {
    padding: .85rem 1.4rem;
    border-radius: 0;
    border: none;
    color: #fff;
    background: #ff4600;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-theme:hover,
.btn-theme-1:hover,
.btn-black:hover,
.btn-white:hover,
.btn-transparent:hover,
.btn-bordered:hover {
    color: #ffffff;
    background: #255669;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-theme-1 {
    color: #ffffff;
    background: #cc8400;
}

.btn-theme-1:hover {
    color: #ffffff;
    background: #ff4600;
}

.btn-black {
    color: #ffffff;
    background: #333;
}

.btn-black:hover {
    color: #ffffff;
    background: #ff4600;
}

.btn-white {
    color: #333;
    background: #ffffff;
    border: 1px solid #333;
}

.btn-white:hover {
    color: #ffffff;
    background: #ff4600;
    border: 1px solid #ff4600;
}

.btn-transparent {
    color: #ff4600;
    background: transparent;
}

.btn-transparent:hover {
    color: #ffffff;
    background: #ff4600;
}

.btn-bordered {
    color: #ff4600;
    background: transparent;
    border: 1px solid #ff4600;
}

.btn-bordered:hover {
    color: #ffffff;
    background: #ff4600;
    border: 1px solid #ff4600;
}

.btn-shop {
    background: transparent;
    border: 1px solid #333;
    color: #333;
    font-size: 13px;
}

.btn-shop:hover {
    background: #ff4600;
    border: 1px solid #ff4600;
    color: #FFF;
}

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

/*Scrollup CSS*/

.scrollup {
    background-color: #095a77;
    border-radius: 50%;
    bottom: 25px;
    color: #ffffff;
    display: none;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 991.98px) {
    .scrollup {
        background-color: #095a77;
        border-radius: 50%;
        bottom: 68px;
        color: #ffffff;
        display: none;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        position: fixed;
        right: 8px;
        text-align: center;
        width: 40px;
        z-index: 1;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
    }
}


.scrollup:hover {
    background-color: #091426;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a.scrollup i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a.scrollup:hover i {
    color: #ff4600;
}

a.scrollup:active i,
a.scrollup:focus i {
    color: #fff;
}

/*****=====*****=====*****=====*****=====
    Main Slider Style Css
=====*****=====*****=====*****=====*****/

.header-style-1 {
    background-color: rgba(4, 4, 4, 0.6);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.07); */
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header-style-2 {}

.top-bar {
    position: relative;
}

.top-bar .contact-info {
    float: left;
}

.top-bar .contact-info ul {
    /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
    padding: 6px 48px 6px 0;
}

.top-bar .contact-info li {
    color: #eee;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

/*.top-bar .contact-info i {
    color: #ffcd22;
    font-size: 16px;
    margin-right: 6px;
}
*/
.top-bar .contact-info i {
    color: #00abcc;
    font-size: 16px;
    margin-right: 6px;
}

.top-bar .social-icons {
    float: right;
    margin: 0;
    padding: 7px 0 0 0;
}

.top-bar .social-icons ul li {
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px;
}

.top-bar .social-icons ul li:last-child {
    margin-right: 0;
}

.top-bar .social-icons ul li a {
    color: #fff;
    font-size: 16px;
}

/*****=====*****=====*****=====*****=====
    Main Slider Style Two Css
=====*****=====*****=====*****=====*****/

.header.header-style-2 .menu-style.bg-transparent {
    background-color: rgba(255, 255, 255, 1) !important;
}

.header.header-style-2 .menu-style.bg-transparent .navbar-nav li a.nav-link {
    color: #091426;
}

.header.header-style-2 .menu-style.menu-hover-2 .navbar-nav li.active a.nav-link,
.header.header-style-2 .menu-style.menu-hover-2 .navbar-nav li:focus a.nav-link,
.header.header-style-2 .menu-style.menu-hover-2 .navbar-nav li:hover a.nav-link {
    color: #fff;
}

.header.header-style-2 .menu-style.menu-hover-2 .fixed-header .navbar-nav li.active a.nav-link,
.header.header-style-2 .menu-style.menu-hover-2 .fixed-header .navbar-nav li:focus a.nav-link,
.header.header-style-2 .menu-style.menu-hover-2 .fixed-header .navbar-nav li:hover a.nav-link {
    color: #fff;
}

.header.header-style-2 .navbar-nav {
    border-right-color: #eee;
}

.header.header-style-2 .fixed-header {
    background-color: #fff;
}

.header.header-style-2 .menu-style.bg-transparent .fixed-header .navbar-nav li a.nav-link {
    color: #091426;
}

.header.header-style-2 .menu-hover-2 .dropdown-buttons .btn-group .btn {
    color: #ff4600;
}

.header.header-style-2 .top-bar {
    background-color: #091426;
}

.header.header-style-2 .menu-style.bg-transparent .fixed-header .dropdown-buttons .btn-group .btn {
    color: #989898;
}

/* header style responsive start */

@media only screen and (min-width: 334px) and (max-width: 767px) {
    .top-bar .contact-info {
        width: 100%;
    }

    .top-bar .contact-info ul {
        border-right: none;
        width: 100%;

    }

    .top-bar .contact-info li {
        width: 100%;
        text-align: center;
    }

    .top-bar .social-icons {
        float: none;
        text-align: center;
    }

    .header .dropdown-buttons {
        margin-top: 0px;
        text-align: right;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .about-features .content {
        padding-right: 0 !important;
    }

    .about-features .content .company-funfact .funfact-item {
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
    }

    .navbar-dark .navbar-collapse.show {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=0);
        /* IE6-9 */
    }

}

/*****=====*****=====*****=====*****=====
    Main Slider Style Css
=====*****=====*****=====*****=====*****/

.header .menu-style.bg-transparent {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header .main-navigation.animated .navbar-nav li a {
    font-family: 'Lora', serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 22px 10px;
    /* text-transform: uppercase; */
}

.header .dropdown-menu.left-1 {
    left: -1px;
}

/*.header .navbar-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.19);
    margin-right: 24px;
    padding-right: 34px;
    position: relative;
}*/

.header .navbar-nav {
    /* border-right: 1px solid rgba(255, 255, 255, 0.19); */
    margin-right: 0;
    padding-right: 0;
    position: relative;
}


.header .menu-style.menu-hover-2 .navbar-nav li.active a.nav-link,
.header .menu-style.menu-hover-2 .navbar-nav li:focus a.nav-link,
.header .menu-style.menu-hover-2 .navbar-nav li:hover a.nav-link {
    background-color: #ff4600;
}

.header .menu-style.menu-hover-2 .navbar-nav li.active a.nav-link:hover,
.header .menu-style.menu-hover-2 .navbar-nav li:focus a.nav-link:hover,
.header .menu-style.menu-hover-2 .navbar-nav li:hover a.nav-link:hover {}

.header ul.navbar-nav li.nav-item div.dropdown-menu .dropdown a.dropdown-item,
.header ul.navbar-nav li.nav-item a.dropdown-item,
.header ul.navbar-nav li.nav-item.mega-menu div.dropdown-menu .menu-item a.dropdown-item {
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 14px;
    padding: 8px 16px 12px;
    text-transform: capitalize;
}

a.dropdown-item.active {
    color: #fff !important;
}

.header .dropdown-menu {
    border-top: 2px solid #095a77;
}

.header ul.navbar-nav li.nav-item div.dropdown-menu .dropdown a.dropdown-item:hover,
.header ul.navbar-nav li.nav-item a.dropdown-item:hover,
.header ul.navbar-nav li.nav-item.mega-menu div.dropdown-menu .menu-item a.dropdown-item:hover {
    color: #fff;
}

.header .dropdown-buttons {
    margin-top: -8px;
}

.header .bg-transparent .dropdown-buttons .btn-group .btn {
    color: #fff;
    top: 6px;
}

.header .menu-hover-2 .dropdown-buttons .btn-group .btn {
    color: #ff4600;
}

.header .dropdown-buttons .btn-group .btn {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
}

.header .navbar-nav .dropdown-toggle:after {
    margin: -8px 5px 0;
}

.header .navbar-nav .dropdown .dropdown-item.dropdown-toggle::after {
    margin: -12px 8px 0 0;
}

.header .menu-style.bg-transparent .fixed-header .navbar-nav li a.nav-link {
    color: #000;
}

.header .menu-style #logo_img {
    width: 160px;
}

/*Fixed Header*/

.header .fixed-header {
    background-color: #fff;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 100;
}

.fixed-header #logo_img {
    width: 155px !important;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/***Header Btn***/

.header-btn {
    display: inline-block;
    float: right;
    margin-left: 18px;
    margin-right: 14px;
    margin-top: 7px;
}

.header-btn a {
    background-color: #ff4600;
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 14px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.header-btn a:hover {
    background-color: #091426;
    color: #ff4600;
}

/******/

.dropdown-buttons {}

.menu-search-box.btn-group,
.menu-search-box.btn-group-vertical {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.header .menu-style.bg-transparent .fixed-header .dropdown-buttons .btn-group .btn {
    color: #eee;
}

.dropdown-buttons .menu-search-box ul {
    background-color: transparent;
    border-radius: 0;
    border-top: 2px solid #ff4600;
    min-width: 230px;
    padding: 0;
    top: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.dropdown-buttons .menu-search-box ul.show {
    left: -190px !important;
    top: 59px;
    transition: all 0.4s ease 0s;
}

.dropdown-buttons .menu-search-box ul.show {
    opacity: 0;
    overflow: hidden;
    color: #fff;
}

.dropdown-buttons .menu-search-box ul.show {
    -webkit-animation: 1.5s ease 0.0s normal forwards 1 running fadeInLeft;
    -moz-animation: 1.5s ease 0.0s normal forwards 1 running fadeInLeft;
    -ms-animation: 1.5s ease 0.0s normal forwards 1 running fadeInLeft;
    -o-animation: 1.5s ease 0.0s normal forwards 1 running fadeInLeft;
    animation: 1.5s ease 0.0s normal forwards 1 running fadeInLeft;

}

.dropdown-buttons .menu-search-box ul.show {
    left: 120px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.dropdown-buttons .menu-search-box form .form-group,
.dropdown-buttons .menu-search-box form .form-group .form-control {
    border-radius: 0;
    font-family: 'Lora', serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.dropdown-buttons .menu-search-box .search-box i {
    font-size: 16px;
    height: 100%;
    line-height: 38px;
    position: absolute;
    width: 46px;
}

.form-control:focus {
    outline: none;
    border: none;
    text-decoration: none;
}

.dropdown-buttons *::-moz-placeholder {
    color: #c9c9c9 !important;
}

.dropdown-buttons *::-webkit-input-placeholder {
    color: #c9c9c9 !important;
}

.dropdown-buttons *::-moz-placeholder {
    color: #c9c9c9 !important;
}

.dropdown-buttons *::-ms-input-placeholder {
    color: #c9c9c9 !important;
}

/***Menu Cart****/

.dropdown-buttons .btn-group .dropdown-menu.cart {
    left: 30px;
    min-width: 312px;
    padding: 24px 26px;
    position: absolute;
    top: 19px;
}

.header .btn-group .product-item {
    border-bottom: 1px solid #eee;
    font-family: 'Lora', serif;
    margin-bottom: 12px;
    padding-bottom: 24px;
}

.header .btn-group .product-item:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header .btn-group .product-item img {
    width: 58px;
    float: left;
    margin-right: 14px;
}

.header .btn-group .product-item a {
    color: #989898;
    display: flex;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.header .btn-group .product-item:hover a {
    color: #555;
}

.header .btn-group .product-item span {
    color: #255669;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.header .btn-group .product-item .btn-theme {
    background-color: #255669;
    border-radius: 50px;
    color: #fff;
    float: right;
    font-size: 12px;
    padding: 6px 18px;
}

.header .btn-group .product-item .btn-theme:hover {
    background-color: #255669;
    color: #fff;
}

.header .btn-group .product-item:hover .btn-theme {
    color: #fff;
}

/*****=====*****=====*****=====*****=====
    Main Slider Style Css
=====*****=====*****=====*****=====*****/

.bs-slider {
    overflow: hidden;
    max-height: 750px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.54);*/
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 45px;
    padding: 0 15px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
    z-index: 1;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #ff4600;
    background-color: transparent;
    position: relative;
    border-color: #ffcd22;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #ff4600;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide-style-left {
    text-align: left !important;
}

.slide-style-right {
    text-align: right !important;
}

.slide-style-center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    margin: auto;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 33%;
    width: 1140px;
    max-width: 100%;
}

.slide-text.home-3 {
    top: 45.5%;
    transform: translateY(-38%);
}

.slide-text .title-box {
    overflow: hidden;
    position: relative;
}

.slide-text .title-box h2 {
    color: #fff;
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 66px;
    margin-bottom: 33px;
    max-width: 600px;
    text-transform: uppercase;
}

.slide-text .title-box h2 span {
    color: #ff4600;
}

.slide-text .sub-title h4 {
    background-color: #091426;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 14px;
    margin-bottom: 14px;
    padding: 14px 28px;
    text-transform: uppercase;
}

.slide-text .btn-box .btn-theme {
    color: #091426;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lora', serif;
    letter-spacing: 3.8px;
    padding: 12px 30px;
    text-transform: uppercase;
}

.slide-text .btn-box .btn-theme:hover {
    color: #fff;
}

.slide-text .title-box,
.slide-text .sub-title,
.slide-text .btn-box {
    color: #fff;
    opacity: 0;
}

.slide-text .sub-title {
    -moz-animation: fadeInDown 1.5s 0.2s forwards;
    -webkit-animation: fadeInDown 1.5s 0.2s forwards;
    -o-animation: fadeInDown 1.5s 0.2s forwards;
    -ms-animation: fadeInDown 1.5s 0.2s forwards;
    animation: fadeInDown 1.5s 0.2s forwards;
}

.slide-text .title-box {
    -webkit-animation: fadeInLeft 1.5s 0.2s forwards;
    -moz-animation: fadeInLeft 1.5s 0.2s forwards;
    -o-animation: fadeInLeft 1.5s 0.2s forwards;
    -ms-animation: fadeInLeft 1.5s 0.2s forwards;
    animation: fadeInLeft 1.5s 0.2s forwards;
}

.slide-style-right.slide-text .title-box {
    -moz-animation: fadeInRight 1.5s 0.2s forwards;
    -webkit-animation: fadeInRight 1.5s 0.2s forwards;
    -o-animation: fadeInRight 1.5s 0.2s forwards;
    -ms-animation: fadeInRight 1.5s 0.2s forwards;
    animation: fadeInRight 1.5s 0.2s forwards;
}

.slide-style-center.slide-text .title-box {
    -moz-animation: fadeInUp 1.5s 0.2s forwards;
    -webkit-animation: fadeInUp 1.5s 0.2s forwards;
    -o-animation: fadeInUp 1.5s 0.2s forwards;
    -ms-animation: fadeInUp 1.5s 0.2s forwards;
    animation: fadeInUp 1.5s 0.2s forwards;
}

.slide-text .btn-box {
    -moz-animation: fadeInUp 1.5s 0.2s forwards;
    -webkit-animation: fadeInUp 1.5s 0.2s forwards;
    -o-animation: fadeInUp 1.5s 0.2s forwards;
    -ms-animation: fadeInUp 1.5s 0.2s forwards;
    animation: fadeInUp 1.5s 0.2s forwards;
}

/*Slider Wrapper St Two*/

.slide-text.st-two {
    top: 30%;
}

.slide-text.st-two h1 {
    color: #fff;
    letter-spacing: 0.4px;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    -moz-animation: fadeInDown 1.5s 0.2s forwards;
    -webkit-animation: fadeInDown 1.5s 0.2s forwards;
    -o-animation: fadeInDown 1.5s 0.2s forwards;
    -ms-animation: fadeInDown 1.5s 0.2s forwards;
    animation: fadeInDown 1.5s 0.2s forwards;
}

.slide-text.st-two h1:before {
    position: absolute;
    content: "";
    background-color: #ff4600;
    width: 365px;
    height: 20px;
    bottom: 3px;
    z-index: -1;
    left: 3px;
}

.slide-text.st-two h2 {
    color: #fff;
    letter-spacing: 0.4px;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 590px !important;
    line-height: 82px;
    -moz-animation: fadeInLeft 1.5s 0.2s forwards;
    -webkit-animation: fadeInLeft 1.5s 0.2s forwards;
    -o-animation: fadeInLeft 1.5s 0.2s forwards;
    -ms-animation: fadeInLeft 1.5s 0.2s forwards;
    animation: fadeInLeft 1.5s 0.2s forwards;
}

.slide-text.st-two h2 span {
    color: #ffcd22;
}

.slide-style-center.slide-text.st-two h1:before {
    left: 0;
    margin: 0 auto;
    right: 0;
}

.slide-style-center.slide-text.st-two h2 {
    margin: 0 auto 35px;
    -moz-animation: fadeInUp 1.5s 0.2s forwards;
    -webkit-animation: fadeInUp 1.5s 0.2s forwards;
    -o-animation: fadeInUp 1.5s 0.2s forwards;
    -ms-animation: fadeInUp 1.5s 0.2s forwards;
    animation: fadeInUp 1.5s 0.2s forwards;
}

.slide-style-right.slide-text.st-two h1:before {
    left: auto;
    margin: 0 auto;
    right: 0;
}

.slide-style-right.slide-text.st-two h2 {
    float: right;
    -moz-animation: fadeInRight 1.5s 0.2s forwards;
    -webkit-animation: fadeInRight 1.5s 0.2s forwards;
    -o-animation: fadeInRight 1.5s 0.2s forwards;
    -ms-animation: fadeInRight 1.5s 0.2s forwards;
    animation: fadeInRight 1.5s 0.2s forwards;

}

.package-box {
    left: 61%;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    top: 26.3%;
    z-index: 1;
    -moz-animation: fadeInRight 1.5s 0.2s forwards;
    -webkit-animation: fadeInRight 1.5s 0.2s forwards;
    -o-animation: fadeInRight 1.5s 0.2s forwards;
    -ms-animation: fadeInRight 1.5s 0.2s forwards;
    animation: fadeInRight 1.5s 0.2s forwards;
}

.package-box:after {
    position: absolute;
    content: "";
    background-color: #000000;
    border-radius: 50%;
    width: 370px;
    height: 370px;
    top: 0;
    left: -18%;
    z-index: -1;
}

.package-box:before {
    background-color: rgba(15, 129, 197, 0.8);
    border-radius: 50%;
    bottom: -135px;
    content: "";
    height: 158px;
    left: -46px;
    position: absolute;
    width: 370px;
    z-index: -2;
}

.package-box h1 {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.package-box h1 span {
    color: #df2b18;
}

/*.package-box h4 {
    color: #ffcd22;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 35px;
    text-transform: uppercase;
}*/

.package-box h4 {
    color: #ff4600;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.package-box a {
    background-color: #095a77;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 15px;
    text-align: center;
    text-transform: uppercase;
}

.package-box a:hover {
    background-color: #df2b18;
    color: #fff;
}


/* packages details page starts */
.packages-details-page-content p {
    margin-bottom: 0;

    @media (max-width: 991.98px) {
        line-height: 1.5;
    }

}

/* Add these styles for the related packages section */
.packages-details-page-content .related-packages h2 {
    font-family: 'Roboto', sans-serif;
    color: #f05a5a;
    font-size: 32px;
    font-weight: 500;

    @media (max-width: 991.98px) {
        font-size: 25px;
        font-weight: 700;
    }

}

.packages-details-page-content .package-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    margin-bottom: 20px;
    position: relative;
}

.packages-details-page-content .package-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.packages-details-page-content .package-card img {
    height: 180px;
    object-fit: cover;
}

.packages-details-page-content .package-card .card-title {
    padding: 12px;
    font-size: 15px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;

}

.packages-details-page-content .package-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

/* Carousel control styling */
.packages-details-page-content .carousel-control-prev,
.packages-details-page-content .carousel-control-next {
    width: 5%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.packages-details-page-content .carousel-control-prev {
    left: -10px;
}

.packages-details-page-content .carousel-control-next {
    right: -10px;
}

.packages-details-page-content .carousel-control-prev-icon,
.packages-details-page-content .carousel-control-next-icon {
    background-color: #333;
    border-radius: 50%;
    padding: 10px;
}

/* End of related packages styles */

/* Swiper specific styles */
.packages-details-page-content .swiper {
    width: 100%;
    padding: 20px 30px;

    @media (max-width: 991.98px) {
        padding: 20px 0 0 0;
    }

}

.packages-details-page-content .swiper-button-next,
.packages-details-page-content .swiper-button-prev {
    color: #003366;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.packages-details-page-content .swiper-button-next:after,
.packages-details-page-content .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.packages-details-page-content .swiper-slide {
    height: auto;
}

.packages-details-page-content .tabs {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.packages-details-page-content .package-page-heading h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    margin-bottom: 20px;
    color: #333;

    @media (max-width: 991.98px) {
        font-size: 25px;
        font-weight: 700;
    }

}

.packages-details-page-content .tab {
    padding: 12px 18px;
    background-color: #003366;
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-right: 7px;
    text-align: center;
    width: max-content;

    @media (max-width: 991.98px) {
        margin-bottom: 5px;
        padding: 10px 15px;
    }

}

.packages-details-page-content .tab.active {
    color: #ffff08;

    text-decoration: underline;
}

.packages-details-page-content .tab:hover {
    background-color: #002244;
}

.packages-details-page-content .content-container {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-style: normal;
}

.packages-details-page-content .content {
    flex: 1;
    min-width: 60%;
    padding-right: 20px;
}

.packages-details-page-content .sidebar {
    flex: 1;
    width: 100%;
    max-width: 400px;
}

.packages-details-page-content .package-left-calling {
    position: relative;
}

.packages-details-page-content .package-left-calling * {
    font-family: 'Roboto', sans-serif;

}

.packages-details-page-content .package-info {
    margin-bottom: 20px;

}

.packages-details-page-content .package-info h2 {
    color: #008000;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: underline;
    font-weight: 600;

    @media (max-width: 991.98px) {
        font-size: 15px;
    }

}

.packages-details-page-content .destination {
    color: #FF6600;
    font-weight: bold;
    text-decoration: underline;

}

.packages-details-page-content .day {
    color: #FF6600;
    font-weight: bold;
    margin: 10px 0 5px 0;
    text-decoration: underline;
}


.packages-details-page-content .beach-image {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 12px;

    @media (max-width: 991.98px) {
        margin-top: 15px;
    }

}


.packages-details-page-content .call-us {
    background-color: #444;
    color: white;
    padding: 15px;
    text-align: center;
    position: relative;
    border-radius: 8px 8px 0 0;
    margin-bottom: 6px;
}

.packages-details-page-content .call-us h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
}

.packages-details-page-content .call-us .phone {
    font-size: 22px;
    font-weight: bold;
    color: white;
}

.packages-details-page-content .or {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    background: #ffffff;
    padding: 7px;
    border-radius: 50%;
}

.packages-details-page-content .call-back {
    background-color: #44B51F;
    color: white;
    padding: 20px 15px 15px 15px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    padding-left: 80px;
}

.packages-details-page-content .call-back h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 5px;
}

.packages-details-page-content .call-back p {
    line-height: 1.2;
    font-size: 16px;
    font-size: 18px;
    color: black;

}

.packages-details-page-content .call-back img {
    position: absolute;
    left: 17px;
    top: 54%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;

    @media (min-width: 992px) {
        position: absolute;
        left: 7px;
        top: 54%;
        transform: translateY(-50%);
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

}

.packages-details-page-content .submit-btn {
    background-color: #FF6600;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid black;
    width: 100%;

}

.packages-details-page-content .submit-btn:hover {
    background-color: #FF4500;
}

.packages-details-page-content .tab-content {
    display: none;
    

}
.packages-details-page-content .tab-content ul li {
    list-style-type: inherit;
    transform: translateX(20px);
    

}

.packages-details-page-content .tab-content * {
    font-family: "Comic Relief", system-ui;
    font-family: 'Verdana', sans-serif;

}



.packages-details-page-content .tab-content.active {
    display: block;
}


/* pop up starts */

.packages-details-age-popup-form .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    /* Initially hide the modal */
    justify-content: center;
    align-items: center;
}

.packages-details-age-popup-form .modal-content {
    background-color: #C0DEED;
    max-width: 900px;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.packages-details-age-popup-form .modal-header {

    font-size: 15px;
    text-align: left;
    border-bottom:
        2px #022E4C solid;

    padding: 0 0 15px 0;
    margin-bottom: 15px;
    color: #022E4C;
    font-weight: 700;
}

.packages-details-age-popup-form .form-group {
    margin-bottom: 8px;
}

.packages-details-age-popup-form .package-pop-up-form-textarea {
    margin-bottom: 8px;
}

.package-pop-up-form-content {
    @media (max-width: 991.98px) {
        height: 280px;
        overflow-y: auto;
        overflow-x: hidden;
    }

}

.packages-details-age-popup-form input {
    height: inherit;
}

.packages-details-age-popup-form input,
.packages-details-age-popup-form select,
.packages-details-age-popup-form textarea {
    font-size: 13px;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.packages-details-age-popup-form input,
/* select, */
.packages-details-age-popup-form textarea {
    color: #85C0DE;
    margin-bottom: 0;

}

.packages-details-age-popup-form input::placeholder,
.packages-details-age-popup-form textarea::placeholder {
    font-size: 12px;
    color: #85C0DE;
}

.packages-details-age-popup-form select {
    font-size: 12px;
    background-color: white;
    color: #555;
}

.packages-details-age-popup-form .counter-input {
    display: flex;
    align-items: center;

    @media (max-width: 991.98px) {
        margin-bottom: 12px;
    }

}

.packages-details-age-popup-form .counter-input button {
    width: 40px !important;
    height: 36px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 16px;
}

.packages-details-age-popup-form .counter-input input {
    height: 37px;
    width: 50px;
    text-align: center;
    margin: 0px 0px;

    @media (max-width: 991.98px) {
        width: 100%;

    }

}

.packages-details-age-popup-form .captcha-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.packages-details-age-popup-form .captcha-image {
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 10px;
    background-color: #fff;
}

.packages-details-age-popup-form .refresh-button {
    background: none;
    border: none;
    color: #0066cc;
    cursor: pointer;
    font-size: 20px;
}

.packages-details-age-popup-form .submit-button {

    background-color: #f0f0f0;
    color: #003d6c;
    border: 1px solid #ccc;
    padding: 12px 45px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid black;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    border: 2px solid #c2c2c2;
    background: linear-gradient(to bottom, #f5f5f5 0%, #dddddd 100%) !important;

}

.packages-details-age-popup-form .package-info {
    color: #022E4C;
    margin-bottom: 20px;

    @media (max-width: 991.98px) {
        margin: 20px 0;
    }

}

.packages-details-age-popup-form .package-title {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;

    @media (max-width: 991.98px) {
        font-size: 24px;
    }

}

.packages-details-age-popup-form .package-duration {
    font-size: 20px;
    margin-bottom: 10px;
}

.packages-details-age-popup-form .package-type {
    font-size: 20px;
    margin-bottom: 20px;
}

.packages-details-age-popup-form .help-title {
    font-size: 18px;
    font-weight: bold;
    color: #022E4C;
}

.packages-details-age-popup-form .help-phone {
    font-size: 20px;
    font-weight: bold;
    color: #022E4C;
    margin-bottom: 8px;
}

.packages-details-age-popup-form .help-hours {
    font-weight: bold;
    color: #022E4C;
    font-size: 14px;
    margin-bottom: 5px;
}

.packages-details-age-popup-form .right-content {

    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.packages-details-age-popup-form .close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #022E4C;
}

.home-page-special-packages-content a h3 {
    color: rgb(73, 73, 73) !important;
}

/* pop us ends */


/* packages details page ends */


.slide-style-right.package-box {
    left: 23.3%;
    text-align: center !important;
    -moz-animation: fadeInLeft 1.5s 0.2s forwards;
    -webkit-animation: fadeInLeft 1.5s 0.2s forwards;
    -o-animation: fadeInLeft 1.5s 0.2s forwards;
    -ms-animation: fadeInLeft 1.5s 0.2s forwards;
    animation: fadeInLeft 1.5s 0.2s forwards;
}

/*Slider Wrapper St Two*/

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #Fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #FFF;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #ffcd22;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #4d4d4d;
    border: 1px solid transparent;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/* Type-slider Css */

.type-slider {
    padding-top: 100px;
    padding-bottom: 100px;
}

.type-slider p {
    color: #eee;
}

/* Flexslider */

.flexslider {
    height: 800px;
    margin: 0 auto;
    box-shadow: none;
    overflow: hidden;
    border: none;
}

.flexslider li {
    position: relative;
}

.flexslider li .meta {
    position: absolute;
    top: 25%;
    left: 20%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.flexslider li .meta.slide-center,
.flexslider li .meta.slide-center h2,
.flexslider li .meta.slide-center p,
.flexslider li .meta.slide-center .category {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.flexslider li .meta.slide-center h2,
.flexslider li .meta.slide-center p,
.flexslider li .meta.slide-center .category {
    margin-bottom: 20px;
}

.flexslider li .meta.slide-center p {
    margin-bottom: 30px;
}

.flexslider li h2 {
    background: rgba(51, 51, 51, 0.5);
    padding: 12px 18px 12px;
    font-size: 1.8em;
    font-weight: 300;
    color: #fff;
}

.flexslider li p {
    background: rgba(51, 51, 51, 0.5);
    padding: 13px 18px 11px;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 20px;
}

.flexslider li h2,
.flexslider li p,
.flexslider li .category button,
.flexslider li .category button {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta p,
.flexslider li.flex-active-slide .meta .category button,
.flexslider li.flex-active-slide .meta .category button {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category button {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category button {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.flex-direction-nav {
    margin-top: -42%;
}

.flex-direction-nav li .flex-next {
    z-index: 999;
    right: 30px;
}

.flex-direction-nav a:before {
    font-size: 30px;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .bs-slider {
        max-height: 550px;
    }

}

/*---------- MEDIA 767px ----------*/
@media (max-width: 767px) {
    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control {
        display: none;
    }

    .carousel-indicators {
        display: none;
    }

}

.btn-slider {
    margin-top: 30px;
    border-color: #FFF;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-slider:hover {
    border-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.border-1px {
    border: 1px solid #ddd;
}

.border-bottom-1px {
    border-bottom: 1px solid #ddd;
}

.border-right-1px {
    border-right: 1px solid #ddd;
}

/* Slick Slider Style Css */

.slick-slider .slick-next {
    right: 40px;
}

.slick-slider .slick-prev {
    left: 20px;
    z-index: 1;
}

.slick-slider .slick-dots {
    bottom: 20px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    font-size: 40px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slick-slider:hover .slick-prev:before,
.slick-slider:hover .slick-next:before {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#home.slick-slider.slick-slider--slider {
    background-size: cover;
}

.slick-slider .ct-slick {
    margin-bottom: 0;
}

.slick-slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-tablex-display {
    display: table;
    width: 100%;
    height: 600px;
}

.slick-tablex-display>.slick-slider-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.slick-slider h2.big {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-top: 50px;
}

.slick-slider p {
    font-size: 16px;
    color: #fff;
}

.ct-slick .slick-track,
.ct-slick .slick-list,
.ct-slick .item,
.ct-slick .slick-item {
    min-height: inherit;
}

.ct-slick .item {
    background-size: cover;
}

/* Transitions */
.slick-slider .activate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 *100);
    filter: alpha(opacity=1 *100);
}

.slick-slider .animated {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 *100);
    filter: alpha(opacity=0 *100);
}

/*****=====*****=====*****=====*****=====
  Video Bacground style Css
=====*****=====*****=====*****=====*****/

.video-area {
    position: relative;
    overflow: hidden;
}

.video-area h2,
.video-area p {
    color: #FFF;
}

.video-area h2 span {
    color: #ffcd22;
}

.video-area .container {
    padding-top: 250px;
    padding-bottom: 250px;
}

.video-bg {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.video-bg .video {
    height: 100%;
    left: 0;
    margin: 0 !important;
    position: relative;
    top: 0;
    width: 100%;
}

.video-bg .video .mbYTP_wrapper {
    z-index: -1 !important;
}

a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #ffcd22;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

/*****=====*****=====*****=====*****=====
  Particles Bacground style Css
=====*****=====*****=====*****=====*****/
canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    width: 100%;
    height: 600px;
    background-color: #ffcd22;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.particles-bg {
    position: relative;
    overflow: hidden;
}

.particles-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.particles-content {
    position: absolute;
    top: 35%;
    left: 25%;
}

.particles-content p {
    color: #333;
}

/*****=====*****=====*****=====*****=====
  Welcome Css Style
=====*****=====*****=====*****=====*****/

.welcome-section {
    margin-top: -70px;
    padding: 10px 0;
}

.icon-wrp {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.11);
    display: inline-block;
    width: 100%;
}

.icon-wrp .icon-box {
    display: inline-block;
    padding: 18px 0;
    text-align: center;
    width: 10.7%;
    box-sizing: border-box;
}

.icon-wrp .icon-box:hover {
    background-color: #f9f9f9;
}

.icon-wrp .icon-box i {
    color: #df2b18;
    font-size: 30px;
    margin-bottom: 8px;
}

.icon-wrp .icon-box h5 {
    color: #111;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0;
    padding: 16px 0 0 0;
}

.icon-wrp .icon-box:hover h5 {
    color: #333;
}

.icon-wrp .icon-box a {
    color: #df2b18;
    font-size: 13px;
    font-weight: 600;
}

.icon-wrp .icon-box:nth-child(2) i,
.icon-wrp .icon-box:nth-child(2) a {
    color: #255669;
}

.icon-wrp .icon-box:nth-child(3) i,
.icon-wrp .icon-box:nth-child(3) a {
    color: #0dbadb;
}

.icon-wrp .icon-box:nth-child(4) i,
.icon-wrp .icon-box:nth-child(4) a {
    color: #5927fa;
}

.icon-wrp .icon-box:nth-child(5) i,
.icon-wrp .icon-box:nth-child(5) a {
    color: #fc3245;
}

.icon-wrp .icon-box a:hover {
    color: #000;
}

/*****=====*****=====*****=====*****=====
  Special Places Css Style
=====*****=====*****=====*****=====*****/

.special-places-sec {}

.grid-mb .special-places {
    margin-bottom: 30px;
}

.special-places .content {
    border: 2px solid #f7f7f7;
    border-bottom: 3px solid #f7f7f7;
    border-top: none;
    box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 22px 19px 20px;
    position: relative;
    width: 100%;
}

.special-places .content .price-box {
    float: left;
    position: relative;
    top: -1px;
    width: 30%;
}

.special-places .content .price-box h5 {
    color: #ff701a;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1;
    margin-bottom: 6px;
}

.special-places .content .price-box h5 span {
    margin-right: 2px;
}

.special-places .content .price-box h6 {
    color: #a9a8a8;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-style: italic;
}

.special-places .content .title-box {
    float: none;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-top: 0;
    position: relative;
    width: 100%;
    text-align: center;
}

/*.special-places .content .title-box:before {
    background-color: rgba(221, 221, 221, 0.7);
    content: "";
    height: calc(100% - 8px);
    left: 2px;
    position: absolute;
    top: 4px;
    width: 1px;
}*/

.special-places .content .title-box h4 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    text-transform: none;
}

.special-places .content .title-box h3 {
    color: #a9a8a8;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-style: italic;
}

.special-places .content .info {
    border-bottom: 1px solid rgba(240, 240, 240, 0.7);
    display: inherit;
    margin-bottom: 14px;
    margin-top: 20px;
    padding-bottom: 14px;
    width: 100%;
}

.special-places .content .info li {
    display: inline-block;
}

.special-places .content .info li:nth-child(3) {
    float: right;
}

.special-places .content .info li:nth-child(3) a {
    color: #255669;
}

.special-places .content .info li a {
    color: #a9a8a8;
    margin-right: 12px;
    font-size: 13px;
}

.special-places .content .info li a i {
    margin-right: 10px;
}

.special-places .content p {
    color: #a9a8a8;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.special-places .content .share-btn {
    font-family: 'Roboto', sans-serif;
    color: #a9a8a8;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.special-places .content .share-btn i {
    color: #df2b18;
    margin-right: 4px;
}

.special-places .content .btn-theme {
    background-color: #EA3225;
    border: 2px solid #E62214;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    float: none;
    font-weight: 600;
    padding: 7px 18px;
    vertical-align: top;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
}

.special-places {
    text-align: center;
}

/*.special-places:hover .content .btn-theme {*/
/*background-color: #255669;*/
/*border-color: #255669;*/
/*color: #fff;*/
/*}*/

.special-places .content .btn-theme:hover {
    background-color: #df2b18;
    border-color: #df2b18;
    color: #fff;
}

.owl-navst.owl-theme .owl-nav {
    left: 0;
    position: absolute;
    right: 0;
    top: 25%;
    display: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.owl-navst.owl-theme:hover .owl-nav {
    display: block;
}

.owl-navst.owl-theme .owl-nav .owl-prev,
.owl-navst.owl-theme .owl-nav .owl-next {
    background-color: #ff4600;
    color: #fff;
    height: 32px;
    left: -7px;
    position: absolute;
    width: 32px;
}

.owl-navst.owl-theme .owl-nav .owl-prev:hover,
.owl-navst.owl-theme .owl-nav .owl-next:hover {
    background-color: #00abcc;
}

.owl-navst.owl-theme .owl-nav .owl-prev {}

.owl-navst.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -7px;
}

.owl-carousel .owl-item img {
    border-radius: 8px;
}

.tab-style nav {
    margin-bottom: 30px;
}

.tab-style .nav.nav-tabs {
    border-bottom: 5px solid #f7f7f7;
}

.tab-style .nav.nav-tabs .nav-item {
    background-color: #255669;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
    margin-right: 2px;
    min-width: 122px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

.tab-style .nav.nav-tabs .nav-item:hover,
.tab-style .nav.nav-tabs .nav-item:focus,
.tab-style .nav.nav-tabs .nav-item.active {
    background-color: #df2b18;
}

.owl-navst.st-two.owl-theme .owl-nav {
    display: block;
    top: -101px;
}

.owl-navst.st-two.owl-theme .owl-nav .owl-prev,
.owl-navst.st-two.owl-theme .owl-nav .owl-next {
    background-color: #EA3225;
    border-radius: 0;
    height: 47px;
    line-height: 45px;
    width: 54px;
}

.owl-navst.st-two.owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 49px;
}

/*****=====*****=====*****=====*****=====
  Special Places Css Style
=====*****=====*****=====*****=====*****/




.special-packages-sec {
    overflow: unset;
}

.grid-mb .special-packages {
    margin-bottom: 30px;
}

/*.special-packages .thumb {
    position: relative;
}*/

.special-packages .thumb {
    border-radius: 8px;
    position: relative;
    height: 260px;
}

.special-packages .special-thumbs {
    height: 372px;
}

.special-packages .thumb img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-packages .offer-price {
    background-color: rgba(251, 216, 50, 0.9);
    color: #df2b18;
    font-size: 15px;
    font-weight: 600;
    opacity: 0;
    padding: 8px 12px;
    position: absolute;
    right: 8px;
    text-transform: uppercase;
    top: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.special-packages:hover .offer-price {
    opacity: 1;
}

.special-packages .post-title-box {
    background-color: rgba(15, 129, 197, 0.5);
    padding: 10px 0 10px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    height: auto;
    width: 100%;


}

.special-packages.dtl-st .post-title-box {
    padding: 10px 0 15px 20px;

}




.special-packages .post-title-box .price-box {
    float: left;
    width: 27%;
}

/*.special-packages .post-title-box .price-box h5 {
    color: #ffcd22;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1;
    margin-bottom: 5px;
}
*/

.special-packages .post-title-box .price-box h5 {
    color: #fd6d36;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1;
    margin-bottom: 5px;
}

.special-packages .post-title-box .price-box h5 span {
    margin-right: 2px;
}

.special-packages .post-title-box .price-box h6 {
    color: #fff;
    font-size: 14px;
}

.special-packages .post-title-box .title-box {
    float: right;
    padding-left: 14px;
    padding-top: 2px;
    position: relative;
    width: 73%;
}

.special-packages .post-title-box .title-box:before {
    background-color: rgba(221, 221, 221, 0.7);
    content: "";
    height: calc(100% - 8px);
    left: 0;
    position: absolute;
    top: 6px;
    width: 1px;
}

.special-packages .post-title-box .title-box h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    text-transform: uppercase;
}



.special-packages .post-title-box .title-box h3 {
    color: #fd6d36;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.special-packages {
    border-radius: 8px;
    position: relative;
    border-bottom: 1px solid #bcbcbc;
}

.special-packages .content {
    width: 100%;
    border-top: none;
    box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 30px;
}

.special-packages .content2 {
    border-radius: 8px;
    top: 0;
    border-top: none;
    box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #000000a1;
}


.special-packages .content h3 {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 0.9;
    text-transform: none;
    width: 100%;
    margin: 0 auto;
}



.special-packages .content .info {
    display: inherit;
    margin-bottom: 16px;
    width: 100%;
}

.special-packages .content .info li {
    display: inline-block;
}

.special-packages .content .info li:nth-child(2) {
    float: right;
}

.special-packages .content .info li:nth-child(2) a {
    color: #255669;
}

.special-packages .content .info li a {
    color: #9c9b9b;
    margin-right: 12px;
    font-size: 13px;
}

.special-packages .content .info li a i {
    margin-right: 10px;
}

.special-packages .content p {
    border-bottom: 1px solid rgba(240, 240, 240, 0.7);
    color: #605f5f;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    width: 100%;
}

.special-packages .content .small-hotel {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.special-packages .content .small-hotel .text {
    /* float: left; */
    width: 100%;
}

.special-packages .content .small-hotel .text h6 {
    color: #fd6d36;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
    /* text-transform: uppercase; */
}

.special-packages .content .small-hotel .text h5 {
    color: #255669;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
}

.special-packages .content .small-hotel .text ul li {
    display: inline-block;
}

.special-packages .content .small-hotel .text ul li a {
    color: #ff4600;
    font-size: 9px;
    margin: 0;
}

.special-packages .content .small-hotel .text ul li:nth-child(6) a {
    color: #8c8b8b;
    margin-left: 2px;
}

.special-packages .content .small-hotel .text ul li:nth-child(6) a:hover {
    color: #df2b18;
}

.special-packages .content .small-hotel .text .map-viw {
    color: #8c8b8b;
    font-size: 10px;
    margin: 0;
    position: relative;
    top: -4px;
}

.special-packages .content .small-hotel .text .map-viw i {
    color: #255669;
    margin-right: 6px;
}

.special-packages .content .small-hotel .thumb {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    float: right;
    padding-left: 17px;
    width: 60%;
}

.special-packages .content .small-hotel .thumb img {
    width: 99px;
    margin-right: 1px;
}

.special-packages-sec .add-box.thumb {
    margin-top: -122px;
    position: relative;
}

.special-packages-sec .add-box.thumb img {
    cursor: pointer;
}

.special-packages .content .share-btn {
    font-family: 'Roboto', sans-serif;
    color: #9c9c9c;
    font-size: 16px;
    display: inline-block;
    margin-top: 8px;
}

.special-packages .content .share-btn i {
    color: #df2b18;
    margin-right: 4px;
}

/*.special-packages .content .btn-theme {
    background-color: #255669;
    border: 2px solid #255669;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    float: right;
    font-weight: 600;
    padding: 7px 18px;
    vertical-align: top;
}*/


.special-packages .content .btn-theme {
    background-color: #EA3225;
    border: 2px solid #D2291D;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    float: none;
    font-weight: 600;
    padding: 7px 18px;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
}

.special-packages .content .btn-theme2 {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    float: none;
    font-weight: 600;
    padding: 15px 18px;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
}


/*.special-packages:hover .content .btn-theme {*/
/*background-color: #255669;*/
/*border-color: #255669;*/
/*color: #fff;*/
/*}*/

.special-packages .content .btn-theme:hover {
    background-color: #ff4600;
    border-color: #ff4600;
    color: #fff;
}

.special-packages.dtl-st .offer-price {
    background-color: #ff4600;
    color: #091426;
    font-size: 18px;
    letter-spacing: 0.5px;
    opacity: 1;
    padding: 10px 24px;
}

/*.special-packages.dtl-st .post-title-box {
    padding: 10px 0 15px 20px;
}*/




.special-packages.dtl-st .post-title-box .price-box {
    width: 18%;
}

.special-packages.dtl-st .post-title-box .price-box h5 {
    font-size: 30px;
}

.special-packages.dtl-st .post-title-box .price-box h6 {
    font-size: 16px;
}

.special-packages.dtl-st .post-title-box .title-box {
    float: left;
}

.special-packages.dtl-st .post-title-box .title-box h4 {
    font-size: 24px;
    margin-bottom: 3px;
}

.special-packages.dtl-st .post-title-box .title-box h3 {
    font-size: 16px;
}

.special-packages.dtl-st .content {
    padding: 22px 19px 35px;
}

.special-packages.dtl-st .content .info li a {
    color: #df2b18;
    font-size: 15px;
}

.special-packages.dtl-st .content p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.special-packages.dtl-st .content .small-hotel .text {
    width: 40%;
}

.special-packages.dtl-st .content .small-hotel .text h6 {
    font-size: 14px;
}

.special-packages.dtl-st .content .small-hotel .text h5 {
    font-size: 20px;
    margin-bottom: 5px;
}

.special-packages.dtl-st .content .small-hotel .text p {
    margin-bottom: 15px;
}

.special-packages.dtl-st .content .small-hotel .text ul li a {
    font-size: 13px;
}

.special-packages.dtl-st .content .small-hotel .text .map-viw {
    font-size: 13px;
    text-transform: uppercase;
    top: 6px;
}

.special-packages.dtl-st .content .small-hotel .thumb {
    display: inline-block;
    padding-left: 0;
    width: 59%;
}

.special-packages.dtl-st .content .small-hotel .thumb img {
    margin-right: 1px;
    width: auto;
}


.activities-details-price {
    font-size: 20px;
    font-weight: 600;
    color: rgb(63 228 214);
}

/*****=====*****=====*****=====*****=====
  Hotel Coll Css Style
=====*****=====*****=====*****=====*****/

.latest-hotel-sec {}

.grid-mb .latest-hotel {
    margin-bottom: 40px;
}

/*.latest-hotel {
    border-right: 1px solid rgba(202, 202, 202, 0.22);
    border-top: 3px solid rgba(15, 129, 197, 0.15);
    display: inline-block;
}*/

.latest-hotel .thumb {
    display: inline-block;
    float: left;
    position: relative;
    top: -3px;
    width: 100%;
    z-index: 1;
    height: 205px;
}

.latest-hotel .thumb:before {
    position: absolute;
    content: "";
    background-color: #255669;
    width: 100%;
    height: 100%;
    bottom: -14px;
    left: 14px;
    z-index: -1;
}

/*.latest-hotel .content {
    border-bottom: 1px solid rgba(202, 202, 202, 0.22);
    border-left: 1px solid rgba(202, 202, 202, 0.22);
    display: inline-block;
    float: right;
    padding: 15px 15px 18px 30px;
    width: 54%;
}*/

.latest-hotel .content h4 {
    color: #255669;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 7px;
    text-transform: uppercase;
    display: none;
}

.latest-hotel .content h5 {
    color: #8c8b8b;
    font-size: 13px;
    letter-spacing: 0.7px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.latest-hotel .content ul {
    color: #ff4600;
    font-size: 10px;
    margin-bottom: 8px;
}

.latest-hotel .content ul li {
    display: inline-block;
}

.latest-hotel .content ul li a {
    font-size: 12px;
    color: #ff4600;
}

.latest-hotel .content ul li:nth-child(6) a {
    color: #df2b18;
    margin-left: 2px;
}

.latest-hotel .content ul li:nth-child(6) a:hover {
    color: #255669;
}

.latest-hotel .content p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 6px;
}

.latest-hotel .content .map-viw {
    color: #255669;
    display: inline-block;
    font-family: 'Lora', serif;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: 12px;
    text-transform: uppercase;
}

.latest-hotel .content .map-viw i {
    color: #df2b18;
    margin-right: 10px;
}

.latest-hotel .content h3 {
    color: #255669;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.latest-hotel .content h3 span {
    color: #ff4600;
}

.latest-hotel .content .btn-theme {
    background-color: #255669;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    width: 138px;
}

.latest-hotel:hover .content .btn-theme {
    background-color: #ff4600;
}

.latest-hotel .content .btn-theme:hover {
    background-color: #255669;
}

/*****=====*****=====*****=====*****=====
  Content Divider Css Style
=====*****=====*****=====*****=====*****/

.contact-divider {
    background-color: #091426;
}

.contact-divider .contact-item {}

.contact-divider .contact-item h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 14px;
    margin-top: 0;
    text-transform: uppercase;
}

.contact-divider .contact-item h5 {
    color: #ff4600;
    letter-spacing: 0.9px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.contact-divider .contact-item p {
    font-size: 15px;
    text-transform: capitalize;
}

.contact-divider .contact-btn-item {
    text-align: right;
}

.contact-divider .contact-btn-item h3 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.9px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.contact-divider .contact-btn-item .contact-btn.style-1 {
    background-color: #ff4600;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 18px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.contact-divider .contact-btn-item .contact-btn.style-1:hover {
    background-color: #fff;
    color: #ff4600;
}

.particles-contact {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.contact-divider .particles-bg:before {
    background-color: rgba(9, 20, 38, 0.5);
    position: relative;
    z-index: -1;
}

.particles-contact #particles-js {
    background-color: transparent;
}

/*--------------------------------------------------------------
Testimonials Css Style
----------------------------------------------------------------*/

.testimonials-post {
    position: relative;
}

.testimonials-post .testimonials-item {
    position: relative;
}

.testimonials-post .testimonials-item .thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonials-post .testimonials-item .thumb img {
    border-radius: 50%;
    width: 120px;
}

.testimonials-post .testimonials-item .content {
    padding-left: 154px;
}

.testimonials-post .testimonials-item .content ul {}

.testimonials-post .testimonials-item .content ul li {
    display: inline-block;
    margin-bottom: 10px;
}

.testimonials-post .testimonials-item .content ul li a {
    font-size: 12px;
    color: #df2b18;
}

.testimonials-post .testimonials-item .content h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: 18px;
}

.testimonials-post .testimonials-item .content h5 small {
    color: #df2b18;
    font-size: 12px;
    font-weight: 600;
}

.testimonials-post .testimonials-item .content p {
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.6px;
    font-size: 15px;
}

.testimonials-post .testimonials-item .content p i {
    font-style: inherit;
    margin-right: 6px;
    font-size: 17px;
    color: #c9c9c9;
}

/***Testimonials Carousel***/

#testimonials_carousel.owl-carousel .owl-nav .owl-next {
    right: -110px;
}

#testimonials_carousel.owl-carousel .owl-nav .owl-next,
#testimonials_carousel.owl-carousel .owl-nav .owl-prev {
    background-color: #ff4600;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 46%;
    opacity: 0;
    width: 36px;
}

.testimonials-post:hover #testimonials_carousel.owl-carousel .owl-nav .owl-next,
.testimonials-post:hover #testimonials_carousel.owl-carousel .owl-nav .owl-prev {
    opacity: 1;
}

#testimonials_carousel.owl-carousel .owl-nav .owl-prev {
    left: -110px;
}

/****Testimonials Style Two****/

.testimonials-col {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials-col .text {
    border: 1px solid #eee;
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
    padding: 14px;
    text-align: center;
    margin-bottom: 18px;
}

.testimonials-col .thumb {
    margin-bottom: 18px;
    text-align: center;
    display: inline-block;
}

.testimonials-col .thumb img {
    border-radius: 50%;
    width: 78px;
}

.testimonials-col .content {}

.testimonials-col .content h4 {
    color: #ff4600;
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.testimonials-col .content h6 {
    color: #989898;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.testimonials-col .content ul {}

.testimonials-col .content ul li {
    display: inline-block;
}

.testimonials-col .content ul li a {
    color: #989898;
    font-size: 12px;
}

.testimonials-col .content ul li a:hover {
    color: #ff4600;
}

/*testimonials carousel 4*/

#testimonials-carousel-4 .owl-dots {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

#testimonials-carousel-4 .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 8px;
}

#testimonials-carousel-4 .owl-dots .owl-dot.active {}

#testimonials-carousel-4 .owl-dots .owl-dot span {
    background-color: #989898;
    border-radius: 20px;
    display: inline-block;
    height: 7px;
    position: relative;
    width: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

#testimonials-carousel-4 .owl-dots .owl-dot.active span {
    background-color: #ff4600;
    height: 12px;
}

.owl-navst.st-three.owl-theme .owl-nav {
    display: block;
    top: -101px;
}

.owl-navst.st-three.owl-theme .owl-nav .owl-prev,
.owl-navst.st-three.owl-theme .owl-nav .owl-next {
    background-color: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    color: #c9c9c9;
    height: 40px;
    line-height: 34px;
    width: 48px;
}

.owl-navst.st-three.owl-theme .owl-nav .owl-prev:hover,
.owl-navst.st-three.owl-theme .owl-nav .owl-next:hover {
    background-color: #255669;
    border: 1px solid #255669;
    color: #fff;
}

.owl-navst.st-three.owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 43px;
}

/***Testimonial Video Css Style Two***/

.testimonial-video {
    background-color: #df2b18;
    padding: 33px 30px;
}

.testimonial-video h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.testimonial-video .sec-line {
    background-color: #fefefe;
}

.testimonial-video .sec-line:before {
    background-color: #255669;
}

.testimonial-video h3 {
    color: #eee;
    font-size: 22px;
    letter-spacing: 0.6px;
    line-height: 32px;
    margin-bottom: 25px;
    text-transform: inherit;
}

.testimonial-video h3 i {
    color: #ff4600;
    font-size: 24px;
}

.testimonial-video .btn-theme {
    background-color: #255669;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 22px;
    text-transform: uppercase;
}

.testimonial-video .btn-theme:focus {
    color: #fff;
}

.testimonial-video .btn-theme i {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.review-ratings {
    display: inline-block;
    float: right;
    margin-top: 7px;
}

.ratings-star {
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.ratings-star i {
    color: #fff;
    display: inline-block;
}

.ratings-count {
    color: #ff4600;
    display: inline-block;
    float: left;
    font-weight: 500;
}

.ratings-count:hover {
    color: #636363;
}

/*--------------------------------------------------------------
App Css Style
----------------------------------------------------------------*/

.app-section {
    background-image: url("../images/bg/px-3.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
}

.app-section.over-layer-white:before {
    background-color: rgba(255, 255, 255, 0.88);
}

.app-section .inner-title h2 {
    font-size: 36px;
}

.app-section .inner-title h3 {
    font-size: 24px;
}

.app-section p {
    color: #8c8c8c;
    font-size: 18px;
    line-height: 34px;
}

.app-section .btn-theme {
    background-color: #255669;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
    margin-top: 40px;
    padding: 13px 30px;
    text-transform: uppercase;
}

.app-section .btn-theme:hover {
    background-color: #ff4600;
}

.app-section .btn-theme.btn-two {
    background-color: #df2b18;
    margin-left: 8px;
    margin-right: 0;
}

.app-section .btn-theme.btn-two:hover {
    background-color: #ff4600;
}

/*--------------------------------------------------------------
Blog Css Style
----------------------------------------------------------------*/

.blog-post {
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 70px;
    position: relative;
}

.blog-post .thumb {
    position: relative;
    overflow: hidden;
    height: 360px;
}

.blog-post .thumb:before {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-post .thumb img {
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post:hover .thumb img {
    transform: scale(1.1);
}

.blog-post .content {
    background-color: rgba(0, 0, 0, 0.55);
    border-top: 3px solid rgba(255, 102, 0, 0.28);
    bottom: 0;
    left: 0;
    padding: 30px 15px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-post:hover .content {
    background-color: rgba(0, 0, 0, 0.72);
    border-top: 3px solid rgba(255, 102, 0, 0.28);
}

.blog-post .content h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 32px;
    margin-bottom: 18px;
    padding-top: 0;
    text-transform: uppercase;
}

.blog-post .content .p-text {
    color: #fff;
    margin-bottom: 25px;
}

.blog-post .meta-box .admin-post {
    color: #df2b18;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
}

.blog-post .meta-box .inner {
    float: right;
}

.blog-post .meta-box .inner .date {
    color: #ff4600;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 8px;
    position: relative;
    text-transform: uppercase;
}

/*.blog-post .meta-box .inner .date:after {
    background-color:#ff4600;
    content: "";
    height: 13px;
    position: absolute;
    right: -2px;
    top: 4px;
    width: 1px;
}*/

.blog-post .meta-box .inner .date i {
    color: #ff4600;
    font-size: 14px;
}

.blog-post .meta-box .inner .comment {
    color: #ff4600;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
}

.blog-post .meta-box .inner .comment i {
    color: #ff4600;
    font-size: 16px;
}

.blog-post .read-btn {
    background-color: #255669;
    border-top: 1px solid #eee;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 16px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.blog-post:hover .read-btn {
    background-color: #ff4600;
    color: #fff;
}

.blog-post .read-btn i {
    font-size: 15px;
    margin-left: 14px;
    position: relative;
    top: 1px;
}

/***Blog Small****/

.blog-small-item {
    margin-bottom: 28px;
}

.blog-small-item img {
    float: left;
    position: relative;
    width: 68px;
}

.blog-small-item .tex {
    padding-left: 84px;
    padding-top: 0;
}

.blog-small-item .tex h5 {
    color: #989898;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

/***Blog Details***/

.blog-details {}

.blog-details .details-thumb {
    margin-bottom: 30px;
}

.blog-details .details-content {}

.blog-details .details-content h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.blog-details .details-content .details-tag {}

.blog-details .details-content .details-tag li {
    display: inline-block;
}

.blog-details .details-content .details-tag li a {
    color: #959595;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

.blog-details .details-content .details-tag li a:hover {
    color: #ff4600;
}

.blog-details .details-content .details-tag li a i {
    color: #ff4600;
    font-size: 18px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.blog-details .details-content blockquote {
    background-color: #f7f7f7;
    padding: 26px;
}

.blog-details .details-content blockquote p {
    font-size: 18px;
    font-weight: 300;
}

.blog-details .details-content blockquote p i {
    color: #ff4600;
    font-size: 28px;
    margin-right: 8px;
}

.blog-details .social-icon {
    float: right;
    position: relative;
    top: -8px;
}

.blog-details .social-icon li {
    margin-right: 0;
    padding: 0;
}

.blog-details .social-icon li a {
    border: 1px solid #eee;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
}

.blog-details .details-content .btn-box {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.blog-details .details-content .btn-box a {
    background-color: #ff4600;
    color: #fff;
    font-family: 'Lora', serif;
    padding: 8px 18px;
    text-transform: uppercase;
}

.blog-details .details-content .btn-box a:last-child {
    float: right;
}

/*Admin*/

.blog-details .blog-admin {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    padding: 28px;
}

.blog-details .blog-admin-desc h5 {
    font-size: 18px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.blog-details .blog-admin-desc p {
    color: #9c9c9c;
}

.blog-details .blog-admin-desc ul {
    float: left;
}

.blog-details .blog-admin-desc ul>li {
    padding: 0 1px;
}

.blog-details .blog-admin-desc ul li a {
    border: 1px solid #eee;
    border-radius: 50%;
    color: #ff4600;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.blog-details .blog-admin img {
    border-radius: 50%;
    float: left;
    height: auto;
    margin-right: 30px;
    width: 80px;
}

.blog-details .blog-comments .comment {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    padding: 20px 30px;
    position: relative;
}

.blog-comments .comment:before {
    background-color: #fbfbfb;
    border-style: solid;
    border-width: 15px 17px 15px 0;
    content: " ";
    height: 0;
    left: -17px;
    position: absolute;
    top: 20px;
    width: 0;
}

.blog-details .blog-comments .comment h5 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.blog-details .blog-comments .comment p {
    color: #9c9c9c;
}

.blog-details .form-control {
    border: 1px solid #eee;
    font-weight: 500;
    font-family: 'Lora', serif;
    height: 54px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

.blog-details textarea.form-control {
    height: 200px;
}

.blog-details .btn.btn-theme {
    border-radius: 50px;
    font-family: 'Lora', serif;
}

.video-container iframe {
    border-radius: 20px;
    width: 100%;
    height: 300px;
}

/*--------------------------------------------------------------
Contact Css Style
----------------------------------------------------------------*/

.contact-section .contact-bg {
    background-color: #fff;
    border: 5px solid #255669;
    padding: 0;
    position: relative;
}

.contact-text {
    background-color: #255669;
    height: 100%;
    padding: 40px 34px 64px;
}

.contact-text h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.contact-text h2 span {
    color: #00abcc;
}

.contact-text h4 {
    color: #f7f7f7;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    margin-top: 30px;
    text-transform: uppercase;
}

.contact-text .sec-line {
    background-color: #eee;
}

.contact-text .sec-line:before {
    background-color: #00abcc;
}

.contact-text p {
    color: #fff;
    margin-bottom: 24px;
}

.contact-text .contact-info {
    display: inline-block;
    margin-bottom: 22px;
    width: 100%;
}

.contact-text .contact-info .icon-box {
    border: 1px solid #eee;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: left;
    height: 34px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    width: 34px;
}

.contact-text .contact-info h6 {
    color: #fff;
    float: right;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    text-transform: none;
    top: 8px;
    width: 84%;
}

.contact-text .contact-info h6 a {
    color: #fff;
}

/*--------------------------------------------------------------
Form Control Css Style
----------------------------------------------------------------*/

.contact-section .style-2 {
    padding: 0;
}

.style-2 .booking-form {}

.booking-form nav {}

.booking-form .nav.nav-tabs {
    background-color: #255669;
    border-bottom: 1px solid #255669;
    border-radius: 0;
    margin-right: -1px;
    padding: 0;
}

.booking-form .nav.nav-tabs .nav-item {
    background-color: #255669;
    border: none;
    border-right: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 33.334%;
    font-family: 'Lora', serif;
}

.booking-form .nav.nav-tabs .nav-item:last-child {
    border-right: 1px solid #255669;
}

.booking-form .nav.nav-tabs .nav-item.active {
    background-color: #fff;
    color: #777;
}

.booking-form .nav.nav-tabs .nav-item:last-child.active {
    border-right: 1px solid #fff;
}

.booking-form .tab-content {}

.booking-form .tab-content .tab-pane {}

.booking-form .tab-content .tab-pane.active {}

.booking-form .form-row {
    padding: 68px 58px 72px;
}

.booking-form .form-row .info-text {
    padding: 18px 0;
    text-align: center;
}

.booking-form .form-row .info-text p {
    color: #255669;
    font-size: 14px;
    letter-spacing: 1px;
}

.booking-form .form-row .info-text p span {
    color: #ff4600;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

.style-2 .form-control {
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-family: 'Lora', serif;
    height: 52px;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.style-2 .form-group {
    margin-bottom: 0;
}

.style-2 textarea.form-control {
    min-height: 134px;
}

.style-2 input[type="text"] {
    font-weight: 400;
    letter-spacing: 0.9px;
    text-transform: capitalize;
}

.style-2 form select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fbfbfb url("../images/photos/select-input.png") no-repeat scroll 100% center;
    border: 1px solid #eee;
    cursor: pointer;
    position: relative;
}

.style-2 form select.form-control option {}

.style-2 *::-moz-placeholder {
    color: #495057 !important;
}

.style-2 *::-webkit-input-placeholder {
    color: #495057 !important;
}

.style-2 *::-moz-placeholder {
    color: #495057 !important;
}

.style-2 *::-ms-input-placeholder {
    color: #495057 !important;
}

.style-2 .btn-theme,
.style-2 .btn-theme-1,
.style-2 .btn-black,
.style-2 .btn-white,
.style-2 .btn-transparent,
.style-2 .btn-bordered {
    border-radius: 50px;
    font-family: 'Lora', serif;
    padding: 12px 24px;
}

/*--------------------------------------------------------------
Process Css Style
----------------------------------------------------------------*/

.process-item {
    background-color: #0f1a2c;
    box-shadow: 0 5px 7px 0 #091426;
    margin-bottom: 30px;
    padding: 34px 0 38px;
    text-align: center;
}

.process-item .icon-box {
    color: #989898;
    display: inline-block;
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 22px;
    padding-bottom: 22px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.process-item:hover .icon-box {
    color: #fff;
}

.process-item .icon-box:after {
    background-color: #ff4600;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.process-item .content {
    padding: 8px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.process-item:hover .content {
    background-color: #ff4600;
}

.process-item .content h3 {
    color: #ddd;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-shadow: 0 3px rgba(111, 111, 111, 0);
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.process-item:hover .content h3 {
    color: #fff;
    text-shadow: 0 3px 3px rgba(111, 111, 111, 0.7);
}

/*--------------------------------------------------------------
Features Css Style
----------------------------------------------------------------*/

/* .feature-section {
    background-image: url("../images/bg/px-2.jpg");
    background-position: center center;
    background-size: cover;
    padding: 70px 0 77px;
    position: relative;
    z-index: 1;
}

.feature-section.over-layer-black:before {
    background-color: rgba(0, 0, 0, 0.77);
}

.feature-item {
    background-color: rgba(15, 129, 197, 0.8);
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-item:hover {
    background-color: rgba(15, 129, 197, 0.98);
}

.feature-item .icon-box {
    display: inline-block;
    line-height: 1;
    margin-bottom: 20px;
}



.feature-item .icon-box i {
    color: #00d6ff;
    font-size: 50px;
}


.feature-item .content h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}

.feature-item .content h3 a {
    color: #fff;
}

.feature-item .content h3 a span {
    color: #00d6ff;
}


.feature-item .content h3 a:hover {
    color: #00d6ff;
}

.feature-item .content p {
    color: rgb(255, 0, 68);
    font-size: 16px;
    line-height: 24px;
}

.feature-item .content p span {
    color: rgb(255, 0, 68);
    font-size: 16px;
    line-height: 24px;
    display: block;
} */

/*--------------------------------------------------------------
Funfact Css Style
----------------------------------------------------------------*/

.funfact-section {
    background-image: url("../images/bg/px-3.jpg");
    background-position: center center;
    background-size: cover;
    padding: 70px 0 77px;
    position: relative;
    z-index: 1;
}

.funfact-section.over-layer-black:before {
    background-color: rgba(3, 3, 3, 0.65);
}

.funfact-item {
    background-color: rgb(255, 255, 255);
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid #fff;
}

.funfact-item:hover {
    background-color: rgba(242, 242, 242, 0.86);
}

.funfact-item .icon-box {
    background-color: #ff4600;
    display: inline-block;
    line-height: 70px;
    margin-bottom: 10px;
    width: 100%;
    height: 310px;
}

.funfact-item .icon-box img {
    width: 100%;
    height: 100%;
}


.funfact-item .icon-box i {
    color: #fff;
    font-size: 34px;
    line-height: 70px;
}

.funfact-item .content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 7px;
}

.funfact-item .content h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.funfact-item .content h3 a {
    color: #fff;
}

.funfact-item .content h3 a span {
    color: #ff4600;
}

.video-sec h2 {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 0.9;
    margin-bottom: 22px;
}

.video-sec h2 span {
    color: #00abcc;
}

.video-sec p {
    color: #fff;
    font-size: 20px;
}

.video-sec p span {
    color: #df2b18;
}

.video-content {
    margin-right: 30px;
    margin-top: 40px;
    position: relative;
}

.video-content .overlay {
    background-color: rgba(15, 129, 197, 0.16);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.video-content .overlay a {
    color: #fff;
    font-size: 64px;
    left: 50%;
    position: absolute;
    top: 49%;
    transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
Global Css Style
----------------------------------------------------------------*/

.global-section {
    /*background-image: url("../images/bg/px-4.jpg");*/
    background-position: center center;
    background-size: cover;
    padding: 70px 0 77px;
    position: relative;
    z-index: 1;
}

.global-section.over-layer-white:before {
    background-color: rgba(255, 255, 255, 0.93);
}

.global-area {
    margin-right: 25px;
}

.global-area p {
    color: #6f6a6a;
    font-size: 15px;
    margin-bottom: 30px;
}

.global-area h4 {
    color: #255669;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.global-area ul li {
    color: #656161;
    cursor: pointer;
    float: left;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative;
    text-transform: uppercase;
    width: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.global-area ul li:hover {
    color: #df2b18;
}

.global-area ul li:before {
    border: 5px solid #ff4600;
    border-radius: 50%;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
}

.global-area ul li:nth-child(2):before {
    border: 5px solid #255669;
}

.global-area ul li:nth-child(3):before {
    border: 5px solid #28303f;
}

.global-area ul li:nth-child(4):before {
    border: 5px solid #df2b18;
}

.map-area {
    background-color: #255669;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: center;
}

.map-content {
    color: #1a1411;
    font-family: 'Lora', serif;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-align: center;
}

.map-content span {
    color: #df2b18;
}

.map-content span.color-light {
    color: #767676;
}

/*--------------------------------------------------------------
Gallery Css Style
----------------------------------------------------------------*/

.gallery-section {}

.gallery-items {}

.gallery-items .col-grid {
    padding: 0 1px 1px 0;
}

.gallery-item {}

.gallery-item .thumb {
    position: relative;
    overflow: hidden;
}

.gallery-item .thumb img {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 241px;
    @media (max-width: 991.98px) {
     height: 130px;
    }
}

.gallery-item .thumb:hover img {
    transform: scale(1.2);
}

.gallery-item .thumb .overlay {
    background-color: rgba(15, 129, 197, 0.85);
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 0%;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gallery-item .thumb:hover .overlay {
    width: 100%;
}

.gallery-item .thumb .overlay .inner {
    left: 50%;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.gallery-item .thumb:hover .overlay .inner {
    opacity: 1;
}

.gallery-item .thumb .overlay .icon {
    background-color: #255669;
    border: 1px solid #255669;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
    width: 40px;
}

.gallery-item .thumb .overlay .icon i {
    color: #fff;
    font-size: 20px;
}

.gallery-item .thumb .overlay .icon:hover {
    background-color: #ff4600;
    border: 1px solid #ff4600;
}

.gallery-item .thumb .overlay h4 {
    color: #ff4600;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.gallery-item .thumb .overlay p {
    color: #eee;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
Client Css Style
----------------------------------------------------------------*/

.client-section .client-img-item {
    cursor: move;
}

.client-section .client-img-item:active {
    cursor: pointer;
}

/***Client Css Style Two***/

.client-section.style-2 {}

.client-section.style-2 .client-img-item img {
    border: 1px solid #eee;
    padding: 18px 10px;
}

/***Client Carousel***/

#client_carousel.owl-carousel .owl-nav .owl-prev {
    font-size: 42px;
    color: #ffcd22;
    left: -50px;
    position: absolute;
    top: -12px;
    opacity: 0;
}

#client_carousel:hover.owl-carousel .owl-nav .owl-prev {
    opacity: 1;
    left: -22px;
}

#client_carousel.owl-carousel .owl-nav .owl-next {
    font-size: 42px;
    color: #ffcd22;
    right: -50px;
    position: absolute;
    top: -12px;
    opacity: 0;
}

#client_carousel:hover.owl-carousel .owl-nav .owl-next {
    opacity: 1;
    right: -22px;
}

/*--------------------------------------------------------------
Inner Css Style
----------------------------------------------------------------*/

.inner-area {
    padding-bottom: 70px;
    padding-top: 205px;
    position: relative;
    text-align: center;
    z-index: 1;
    height: 550px;
}

/*.inner-area:after {
    background-color: rgba(9, 20, 38, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}*/

.inner-area::after {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.inner-area h4 {
    color: #fff;
    font-size: 49px;
    font-weight: 600;
    letter-spacing: 0.9px;
    /* text-transform: uppercase; */
    font-family: arial;
    padding: 24px 0 0 0;
}

.inner-area p {
    color: #e9e9e9;
    font-family: 'Lora', serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    margin-top: 8px;
    text-transform: capitalize;
}

.inner-area p a {
    color: #ffcd22;
}

.inner-area p a:before {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    margin: 0 8px;
}

/*--------------------------------------------------------------
Shop Css Style
----------------------------------------------------------------*/

.shop-section {}

.shop-section .shopping-col {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.shop-section .shopping-col:hover {
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
}

.shop-section .shopping-col .product-img {
    position: relative;
}

.shop-section .shopping-col .product-info {
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
    padding: 18px 0 24px;
}

.shop-section .shopping-col .product-info h4 {
    display: inline-block;
    margin-bottom: 14px;
    padding-bottom: 16px;
    position: relative;
}

.shop-section .shopping-col .product-info h4:before {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 62px;
}

.shop-section .shopping-col .product-info h4:after {
    background-color: #ffcd22;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 36px;
}

.shop-section .shopping-col .product-info h4 a {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.shop-section .shopping-col .product-info h5 {
    color: #ffcd22;
    font-weight: 600;
}

.shop-section .shopping-col .product-over-box {
    bottom: 12px;
    left: calc(50% - 50px);
    position: absolute;
    overflow: hidden;
}

.shop-section .shopping-col .product-over-box a {
    background-color: #091426;
    border-radius: 50%;
    color: #ffcd22;
    display: inline-block;
    font-size: 26px;
    height: 48px;
    line-height: 52px;
    margin-right: 4px;
    position: relative;
    text-align: center;
    bottom: -48px;
    width: 48px;
}

.shop-section .shopping-col:hover .product-over-box a {
    bottom: 0
}

.shop-section .shopping-col .product-over-box a:first-child {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.shop-section .shopping-col .product-over-box a:last-child {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

/***Shop Sidebar****/

.theme-sidebar {}

.theme-sidebar .title-box {
    display: inline-block;
}

.theme-sidebar .title-box h3 {
    color: #091426;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}

.theme-sidebar .title-box h3:before {
    background-color: #ffcd22;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 38px;
    z-index: 1;
}

.theme-sidebar .title-box h3:after {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}

.theme-sidebar .theme-sidebar .title-box h3 span {
    color: #ffcd22;
}

.theme-sidebar .widget {
    margin-bottom: 40px;
}

/***Shop Search***/

.theme-sidebar .search-sidebar .search-box {
    font-family: 'Lora', serif;
}

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

.theme-sidebar .search-sidebar .search-box .form-group .form-control {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    width: 200px;
    height: 44px;
}

/*input::-webkit-input-placeholder {
    color: #c9c9c9 !important;
}

input::-moz-placeholder {
    color: #c9c9c9 !important;
}

input::-ms-input-placeholder {
    color: #c9c9c9 !important;
}

input::-moz-placeholder {
    color: #c9c9c9 !important;
}*/

.theme-sidebar .search-sidebar i {
    background-color: #ffcd22;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 100%;
    line-height: 44px;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 55px;
}

.theme-sidebar .search-sidebar i:hover {
    background-color: #091426;
    color: #ffcd22;
}

/***Cat Item***/

.cat-item {}

.cat-item ul li {
    margin-bottom: 22px;
}

.cat-item ul li a {
    color: #989898;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.cat-item ul li a:hover {
    color: #ffcd22;
}

.cat-item ul li span {
    background-color: #fbfbfb;
    border-radius: 50%;
    color: #989898;
    float: right;
    font-size: 14px;
    font-weight: 600;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
}

/**Products Item**/

.products-item {
    margin-bottom: 28px;
}

.products-item img {
    float: left;
    position: relative;
    width: 68px;
}

.products-item .tex {
    padding-left: 84px;
    padding-top: 0;
}

.products-item .tex h5 {
    color: #989898;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.products-item .tex h6 {
    color: #ffcd22;
}

/***Tags Item***/

.tags-item {}

.tags-item a {
    border: 1px solid #eee;
    border-radius: 50px;
    color: #ffcd22;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    line-height: 32px;
    padding: 0 14px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 6px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.tags-item a:hover {
    color: #000;
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
}

/*--------------------------------------------------------------
Team Css Style
----------------------------------------------------------------*/

.team-section {}

.team-section .team-col {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.team-section .team-col:hover {
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
}

.team-section .team-col .thumb {
    position: relative;
}

.team-section .team-col .content {
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
    padding: 18px 0 24px;
}

.team-section .team-col .content h4 {
    display: inline-block;
    margin-bottom: 14px;
    padding-bottom: 16px;
    position: relative;
}

.team-section .team-col .content h4:before {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 62px;
}

.team-section .team-col .content h4:after {
    background-color: #ffcd22;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 36px;
}

.team-section .team-col .content h4 a {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.team-section .team-col .content h5 {
    color: #ffcd22;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
Page Link Css Style
----------------------------------------------------------------*/

.page-link-item {}

.page-link-item ul li {
    display: inline-block;
    margin-right: 6px;
}

.page-link-item ul li a {
    border: 1px solid #eee;
    border-radius: 50%;
    display: inline-block;
    font-family: 'Lora', serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.page-link-item ul li .active {
    color: #ffcd22;
}

/****Shop Single***/

.shop-single {}

.shop-single .thumb {}

.shop-single .content {}

.shop-single .content h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.shop-single .content h4 {
    color: #ffcd22;
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.shop-single .content h4 span {
    color: #989898;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    margin-left: 8px;
    position: relative;
}

.shop-single .content h4 span:after {
    background-color: #999;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 54%;
    width: 100%;
}

.product-number-item {
    display: inline-block;
    margin-right: 16px;
}

.product-number-item input {
    border: 1px solid #eee;
    border-radius: 0;
    color: #989898;
    font-family: 'Lora', serif;
    font-size: 16px;
    height: 36px;
    padding: 0 0 0 16px;
    width: 100px;
}

.shop-single .add-cart-btn {
    border: 1px solid #eee;
    background: #fbfbfb;
    border-radius: 50px;
    color: #ffcd22;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
    text-transform: uppercase;
}

.shop-single .add-cart-btn:hover {
    background-color: #fff;
}

.nav-tabs .nav-link {
    background-color: #fbfbfb;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.shop-product-row {}

.shop-product-row h6 {
    color: #ffcd22;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.shop-tab-content .shop-product-details-row .details {
    border-top: 1px solid #ddd;
    color: #444;
    display: table-cell;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    text-transform: uppercase;
    width: 25%;
}

.shop-tab-content strong {
    color: #ffcd22;
}

/*--------------------------------
FAQ CSS Start
----------------------------------*/

.faq-col {
    margin-bottom: 30px;
}

.faq-col .panel-group {}

.faq-col .panel-group .panel-title {
    background-color: #ffcd22;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 12px 32px;
}

.faq-col .panel-group .content {
    border: 1px solid #eee;
    padding: 26px 30px;
}


/* homepage cta banner section starts */

.adventure-section {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url('https://images.pexels.com/photos/3046637/pexels-photo-3046637.jpeg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 400px;
    padding: 60px 20px;
    display: flex;
    align-items: center;
}

.adventure-section .content-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adventure-section .left-content {
    width: 50%;
    color: white;
}

.adventure-section .right-content {
    width: 40%;
    position: relative;

    @media (max-width: 991.98px) {
        width: 100%;
    }

}

.adventure-section h2 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.adventure-section .subtitle {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.adventure-section .activities-list {
    list-style: none;
    margin-bottom: 30px;
}

.adventure-section .activities-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.adventure-section .activities-list li::before {
    content: "→";
    color: #FFD700;
    margin-right: 10px;
    font-weight: bold;
}

.adventure-section .view-more-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #00BFA6;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.adventure-section .view-more-btn:hover {
    background-color: #00A896;
}

.adventure-section .right-content img {
    height: 240px;
    width: auto;

    @media (max-width: 991.98px) {
        height: 140px;
    }

}

.adventure-section .right-content .image-2 {
    transform: translateX(140px);
}

.adventure-section .right-content .image-1 {
    transform: translateX(140px);
}

.adventure-section .right-content .image-2 {
    animation: slideIn 6s ease-in-out infinite;
}

.adventure-section .right-content .image-1 {
    animation: slideInImage1 10s ease-in-out infinite;
}

@keyframes slideIn {
    0% {
        transform: translateX(-100px);
    }

    50% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(-100px);
    }
}

@keyframes slideInImage1 {
    0% {
        transform: translateX(230px);
    }

    50% {
        transform: translateX(-100px);
    }

    100% {
        transform: translateX(230px);
    }
}



.adventure-section .bubbles {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.adventure-section .bubble {
    position: absolute;
    bottom: -100px;
    background-color: #f1f1f1;
    border-radius: 50%;
    opacity: 0.5;
    animation: fly 15s ease-in-out infinite;
}

.adventure-section .bubble:nth-child(1) {
    left: 1%;
    height: 40px;
    width: 40px;
    animation-duration: 8s;

}

.adventure-section .bubble:nth-child(2) {
    left: 10%;
    height: 20px;
    width: 20px;
    animation-duration: 10s;
    animation-delay: 1s;
}

.adventure-section .bubble:nth-child(3) {
    left: 15%;
    height: 30px;
    width: 30px;
    animation-duration: 6s;
    animation-delay: 2s;
}

.adventure-section .bubble:nth-child(4) {
    left: 30%;
    height: 60px;
    width: 60px;
    animation-duration: 12s;
    animation-delay: 5s;
}

.adventure-section .bubble:nth-child(5) {
    left: 40%;
    height: 30px;
    width: 30px;
    animation-duration: 9s;
    animation-delay: 0;
}

.adventure-section .bubble:nth-child(6) {
    left: 50%;
    height: 15px;
    width: 15px;
    animation-duration: 13s;
    animation-delay: 8s;
}

.adventure-section .bubble:nth-child(7) {
    left: 55%;
    height: 60px;
    width: 60px;
    animation-duration: 10s;
    animation-delay: 0;
}

.adventure-section .bubble:nth-child(8) {
    left: 60%;
    height: 10px;
    width: 10px;
    animation-duration: 14s;
    animation-delay: 5s;
}

.adventure-section .bubble:nth-child(9) {
    left: 65%;
    height: 20px;
    width: 20px;
    animation-duration: 10s;
    animation-delay: 3s;
}

.adventure-section .bubble:nth-child(10) {
    left: 70%;
    height: 55px;
    width: 55px;
    animation-duration: 7s;
    animation-delay: 11s;
}

.adventure-section .bubble:nth-child(11) {
    left: 80%;
    height: 33px;
    width: 33px;
    animation-duration: 4s;
    animation-delay: 15s;
}

.adventure-section .bubble:nth-child(12) {
    left: 90%;
    height: 24px;
    width: 24px;
    animation-duration: 8s;
    animation-delay: 5s;
}

.adventure-section .bubble:nth-child(13) {
    left: 95%;
    height: 20px;
    width: 20px;
    animation-duration: 9s;
    animation-delay: 4s;
}

.adventure-section .bubble:nth-child(14) {
    left: 25%;
    height: 28px;
    width: 28px;
    animation-duration: 17s;
    animation-delay: 0s;
}

.adventure-section .bubble:nth-child(15) {
    left: 20%;
    height: 20px;
    width: 20px;
    animation-duration: 14s;
    animation-delay: 1s;
}

@keyframes fly {
    0% {
        bottom: -200px;
        transform: translateX(0);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }


}

/* 
.adventure-section #message {
    font-family: sans-serif;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.33);
    margin: calc(100vh - 25px) auto 0 auto;
    text-align: center;
} */

@media (max-width: 768px) {
    .adventure-section .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .adventure-section .left-content,
    .right-content {
        width: 100%;
    }

    .adventure-section .left-content {
        margin-bottom: 30px;
    }

    .adventure-section h2 {
        font-size: 32px;
    }

    .adventure-section .activities-list li {
        justify-content: center;
    }
}


/* homepage cta banner section ends */



/* home-page-faq-section starts */
.home-page-faq-container {
    margin: 0 auto;
    padding: 1rem 0.5rem;
}

.home-page-faq-header {
    text-align: center;
    margin-bottom: 2rem;
}

.home-page-faq-header h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #333333;
}

.home-page-faq-header p {
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.home-page-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.home-page-faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.home-page-faq-question {
    background: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 0.75rem 0;
    background: #f6f6f6;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    color: #434343;
    transition: all 0.3s ease;
    padding: 15px 20px;
}
.home-page-faq-question span  {
    font-size: 1rem !important;
    transform: none !important;
}

.home-page-faq-question:hover {
    color: #ff0044;
}

.home-page-faq-question:focus {
    outline: none;
}

.home-page-faq-question svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.home-page-faq-question.active svg {
    transform: rotate(180deg);
    color: #ff0044;
}

.home-page-faq-answer {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;

}

.home-page-faq-answer.active {
    height: auto;
    padding-bottom: 0.75rem;
    opacity: 1;
    padding: 20px 0;
}

.home-page-faq-answer p {
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.home-page-faq-answer p:last-child {
    margin-bottom: 0;
}

.home-page-faq-answer ul,
.home-page-faq-answer ol {
    margin-left: 1.25rem;
    margin-bottom: 0.75rem;
    color: #6b7280;
}

.home-page-faq-answer a {
    color: #ff0044;
    text-decoration: none;
}

.home-page-faq-answer a:hover {
    text-decoration: underline;
}

.home-page-faq-footer {
    margin-top: 2rem;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.home-page-faq-footer p {
    margin-bottom: 0.75rem;
    color: #6b7280;
}

.home-page-faq-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ff0044;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.home-page-faq-contact-link:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .home-page-faq-header h1 {
        font-size: 1.5rem;
    }

    .home-page-faq-question {
        font-size: 0.95rem;
        padding: 0.75rem 0;
    }
}

/* home-page-faq-section ends */



/* testimonials section starts */

.home-page-testimonials {
    padding: 35px 0 35px 0;
    /* background-color: black; */
}


.home-page-testimonials-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #333;
}

.home-page-testimonials-card {
    border: 1px solid #d9d9d9;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    height: 250px;
    @media (max-width: 991.98px) {
    height: 270px;
    }
    background: white;
    padding: 2.5rem;
    margin: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    padding: 20px;
}

.home-page-testimonials-card:hover {
    transform: translateY(-5px);
}

.home-page-testimonials-quote-icon {
    font-size: 3rem;
    color: #333333;
    opacity: 0.2;
}
.home-page-testimonials-text p {
    color: #555 !important;
}
.home-page-testimonials-text{
    margin-bottom: 2rem;
    max-height: 120px;
    overflow-y: auto;
    margin-bottom: 25px
}


.home-page-testimonials-client-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 50px;
    background-color: #f1f1f1;
}

.home-page-testimonials-client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.home-page-testimonials-client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page-testimonials-client-details h4 {
    color: #fb0043;
    font-size: 1.1rem;
    @media (max-width: 991.98px) {
     font-size: 13px;
    }
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.home-page-testimonials-client-details p {
    color: #404040;
    font-size: 0.9rem;
}

.splide__arrow {
    background: rgb(36, 165, 154);
    opacity: 1;
    width: 3em;
    height: 3em;
}

.splide__arrow svg {
    fill: white;
}

.splide__pagination__page.is-active {
    background: rgb(255, 0, 68);
}

@media (max-width: 768px) {
    .home-page-testimonials-title {
        font-size: 2rem;
    }

    .home-page-testimonials-card {
        padding: 1rem;
    }
}

.splide__pagination {
    bottom: -2.5em;
}

/* testimonials section ends */



/*--------------------------------
Error CSS Start
----------------------------------*/

.error-area {
    padding-bottom: 152px;
    padding-top: 174px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.error-area:after {
    background-color: rgba(252, 171, 3, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.error-page h1 {
    color: #0c1f38;
    font-size: 250px;
    font-weight: 600;
    line-height: 250px;
}

.error-page p {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 45px;
}

.home-page .btn-theme {
    font-weight: 600;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
Contact Details Css Style
----------------------------------------------------------------*/

.contact-details {}

.contact-details .title {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 24px;
    position: relative;
    text-transform: uppercase;
}

.contact-details .title span {
    color: #00abcc;
}

.contact-details .title::after {
    background-color: #00abcc;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.form-row {
    background-color: #00abcc;
    padding: 20px;
}

.form-row .form-group {}

.form-row .form-group input.form-control {
    background-color: #fff;
    border: 1px solid #ececec;
    font-size: 16px;
    font-family: 'Lora', serif;
    font-weight: 500;
    height: 56px;
    letter-spacing: 0.6px;
    /*text-transform: capitalize;*/
    padding-bottom: 10px;
    color: #000;
}

.form-row textarea.form-control {
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 22px;
    text-transform: capitalize;
}

.form-row .btn.btn-theme {
    background-color: #00abcc;
    border: 1px solid #00abcc;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Lora', serif;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 24px;
    text-transform: uppercase;
    width: 100%;
}

.form-row .btn.btn-theme:hover {
    background-color: #255669;
    border: 1px solid #eeeeee;
    color: #ffffff;
}

.contact-details .service-item.style-1 {
    padding: 18px 24px;
    border: 1px solid #eee;
    background-color: #fbfbfb;
    margin-bottom: 30px;
}

/*.contact-details .service-item.style-1:hover {
    background-color: #f7f7f7;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}*/

.contact-details .service-item.style-1 .content {
    padding-left: 1em;
}

.contact-details .service-item.style-1 .content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-details .service-item.style-1 i {
    background-color: #00abcc;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 30px;
    height: 60px;
    line-height: 54px;
    margin-right: 20px;
    text-align: center;
    width: 60px;
}

.contact-details .service-item.style-1 .service-icon {
    float: left;
}

.contact-details .form-row .btn.btn-theme {
    background-color: #00abcc;
    color: #fff;
    display: inline-block;
    width: auto;
}

.contact-details .form-row .btn.btn-theme {
    background-color: #255669;
    border-color: #255669;
    color: #fff;
}

.map iframe {
    margin-bottom: -6px;
    border: 0;
    width: 100%;
}

/*--------------------------------------------------------------
Footer Css Style
----------------------------------------------------------------*/

.footer-item h6 {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.footer-item h6 span {
    color: #00abcc;
}

.footer-item p {
    color: #989898;
}

.footer-item .subscribe-style-two .form-control.input-subscribe {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 600;
    height: 52px;
    letter-spacing: 0.9px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.footer-item *::-moz-placeholder {
    color: #c9c9c9 !important;
}

.footer-item *::-webkit-input-placeholder {
    color: #c9c9c9 !important;
}

.footer-item *::-moz-placeholder {
    color: #c9c9c9 !important;
}

.footer-item *::-ms-input-placeholder {
    color: #c9c9c9 !important;
}

.footer-item .subscribe-style-two .btn-subscribe {
    font-family: 'Lora', serif;
    font-weight: 700;
    height: 52px;
}

/*--------------------------------------------------------------
Footer Copy Right  Css Style
----------------------------------------------------------------*/

.footer-copy-right {
    border-top: 1px solid #101c2f;
}

.footer-copy-right p {
    color: #a2a2a2;
    font-size: 13px;
    /* font-weight: 500; */
    letter-spacing: 0.9px;
}

.footer-copy-right a {
    color: #ff4600;
}

/* footer style responsive */
@media only screen and (min-width: 334px) and (max-width: 767px) {
    .footer-widget-one {
        padding-bottom: 80px;
    }

    .footer-item {
        text-align: center;
    }

    .border-style-3:after {
        top: -10px !important;
        left: 171px !important;
    }

}

.disclamire{
    width: 100%;
    @media (min-width: 991.98px) {
    padding: 0 60px 0px 120px;
    }
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991.98px) {
 .disclamire{
    flex-direction: column;
    align-items: flex-start;
} 
.disclamire img{
    margin-top: 20px;
    width: 100%;
}
}

.disclamire img{
    width: 300px;
}

/*****=====*****=====*****=====*****=====
    Blog Single Style Css
=====*****=====*****=====*****=====*****/

/* Blog Comments */
.blog-comments img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.blog-comments .comment {
    background: #f5f5f5;
    padding: 20px 30px;
    position: relative;
}

.blog-comments .comment:before {
    width: 0;
    height: 0;
    top: 20px;
    left: -17px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 15px 17px 15px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}

.blog-comments .comment h5 {
    font-size: 16px;
}

.blog-comments .comment span {
    color: #555;
    float: right;
    font-size: 13px;
}

.blog-comments .comment p {
    color: #555;
}

/*Comments Reply*/
.blog-comments.blog-comments-reply {
    margin-left: 70px;
}

.blog-info li a,
.blog-post h3 a {
    color: #333;
}

.blog-post h3,
.blog-info {
    padding-top: 15px;
}

.blog-info>li {
    display: inline-block;
}

.blog-post h3 {
    font-size: 22px;
}

.blog-post blockquote {
    position: relative;
    padding: 40px 40px 40px 40px;
    font-size: 1.071em;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Blog Admin Style Css */

.blog-admin {
    padding: 20px;
    background: #f5f5f5;
}

.blog-admin img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px;
}

.blog-admin .blog-admin-desc {
    overflow: hidden;
}

.blog-admin .blog-admin-desc h5 {
    float: left;
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-transform: capitalize;
}

.blog-admin .blog-admin-desc ul {
    float: right;
}

.blog-admin .blog-admin-desc p {
    color: #555;
}

.blog-admin .blog-admin-desc ul>li {
    display: inline-block;
    padding: 0 5px;
}

.blog-admin-desc ul li a {
    color: #333;
}

.blog-admin-desc ul li a:hover {
    color: #ffcd22;
}

/* Blog Admin Style Css */

.comment h5 span a {
    color: #ffcd22;
}

.comment h5 span a:hover {
    color: #333;
}

/* Tweeter Feed Style Css */
.twitter-feed li {
    font-size: 13px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-left: 45px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #333;
}

.twitter-feed .date {
    font-size: 12px;
}

.twitter-feed li::after {
    content: "\f099";
    font-size: 24px;
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 5px;
    color: #1da1f2;
}

/* Blog Sideber Style Css*/
.sideber-title {
    position: relative;
    margin-bottom: 10px;
    background: #F3f3f3;
    padding: 20px 0 10px 10px;
    border-left: 2px solid #ffcd22;
}

.sideber-title h4 {
    margin-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.sideber-content {
    margin-left: 10px;
}

.sideber-content ul li {
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px dashed #333;
}

.sideber-content ul li:hover {
    padding-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sideber-content ul li a {
    color: #333;
}

.sideber-content ul li a i {
    color: #ffcd22;
    margin-right: 5px;
}

.sideber-content ul li:hover a {
    color: #ffcd22;
}

.blog-sideber .widget {
    padding-bottom: 30px;
}

.widget .widget-post {
    padding: 0px 5px;
}

.widget .news-area {
    padding-bottom: 10px;
    margin-bottom: 5px;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.widget .widget-post .news-content {
    padding-top: 10px;
}

.widget .news-area .news-content a {
    color: #333;
}

.widget .news-area .news-content a:hover {
    color: #ffcd22;
}

.widget .gallery h6 {
    margin-top: 15px;
}

.widget .gallery h6 a {
    color: #4d4d4d;
}

.widget .gallery h6:hover a {
    color: #ffcd22;
}

/* Sideber page Post Style css */
.post-blog-item {
    margin-bottom: 30px;
    background-color: #f3f3f3;
}

.post-blog-item .post-blog-content h4 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-blog-item .post-blog-content h4 a {
    color: #4d4d4d;
}

.post-blog-item .post-blog-content p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-blog-item .post-blog-content .post-blog-date i {
    color: #ffcd22;
}

.post-blog-item .post-blog-time {
    float: right;
}

.post-blog-item .post-blog-time li {
    display: inline-block;
    margin-right: 20px;
}

.post-blog-item .post-blog-content {
    padding: 15px;
}

/* Blog Tags Style Css */

.tags li a {
    color: #fff !important;
}

.tags li {
    background: #333;
    color: #fff;
    padding: 5px !important;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tags li:hover {
    background: #ffcd22;
    color: #fff;
    border-bottom: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sideber-content.about {
    margin-left: 0;
}

/* Blog search Button Style Css */
.blog-search input,
.blog-search button {
    height: 60px;
    float: left;
}

.blog-search input {
    padding-left: 25px;
    font-size: 15px;
    color: #ffcd22;
    width: calc(100% - 65px);
    border: 1px solid #eaeaea !important;
    border-right: none !important;
}

.blog-search input:focus {
    border: 1px solid #ffcd22 !important;
    border-right: none !important;
}

.blog-search button {
    width: 65px;
    background: #ffcd22 !important;
    line-height: 65px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-search input:focus+button,
.blog-search button:hover {
    background: #333 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*======= ****========****=======
    Shop Style ( All Shop Style )
/*======= ****========****=======*/

.shop-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.shop-img {
    position: relative;
    overflow: hidden;
}

.shop-content {
    padding: 10px;
}

.shop-item .shop-content h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.shop-rating {
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 75px;
    height: 22px;
}

.shop-rating::before {
    color: #a9a9a9;
    content: "";
    float: left;
    font-family: fontawesome;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
}

.shop-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.product-price {
    color: #333038;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0 8px;
}

.product-price del {
    color: #9e9d9e;
    font-size: 13px;
    margin-right: 5px;
}

.product-price ins {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

.product-size {
    display: block;
}

.product-size li {
    display: inline-block;
    border: 1px solid;
    padding: 5px;
    line-height: 1;
    margin-bottom: 10px;
}

.discount,
.in-stock {
    position: absolute;
    right: 0;
    bottom: 8%;
    background: #ffcd22;
    color: #fff;
    padding: 10px;
    line-height: 1;
    z-index: 2;
}

.in-stock {
    top: 0;
    bottom: auto;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 2;
}

.stock-out {
    background: red;
}

.mega-offer {
    background: rgb(0, 172, 231)
}

.shop-img>a:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-item .shop-img:hover a:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-item .shop-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-item:hover .shop-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-img-icon {
    display: block;
    text-align: center;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 0 10px;
    margin: 0 auto;
    bottom: -22%;
    background: #ffcd22;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-img-icon li {
    display: inline-block;
    padding: 8px;
    border: 1px solid #FFF;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.product-img-icon li i {
    color: #fff;
    font-size: 18px;
}

.product-img-icon li:hover {
    background: #4d4d4d;
    border: 1px solid #4d4d4d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-item:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-item:hover .product-img-icon {
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-categories-list .categories-active {
    border-top: 1px dashed #ffcd22;
    display: none;
    padding-left: 20px
}

.widget-categories-list>ul>li.current-categories-lists>.categories-active {
    display: block;
}

.widget-categories-list ul li a {
    display: block;
    padding: 10px;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 26px
}

.widget-categories-list ul li a:hover {
    color: #ff4600;
}

.widget-categories-list ul>li,
.categories-lists ul li {
    border-bottom: 1px dashed #ededed;
}

.widget-categories-list ul>li:last-child {
    border-bottom: 0px dashed #ededed
}

.shop-item.shop-list .shop-content {
    margin-top: 40px;
}

.shop-item.shop-list .shop-content p {
    margin-bottom: 10px
}

.shop-item.shop-list .discount {
    right: 15px;
}

.shop-item.shop-list .in-stock {
    right: auto;
    left: 0;
}

.product-size-item h6,
.product-color-item h6,
.product-number-item h6,
.product-rating-item h6 {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: capitalize;
}

.product-size-item ul,
.product-color-item li,
.product-rating-item .shop-rating,
.product-color {
    display: inline-block !important;
}

.product-rating-item .shop-rating {
    top: 10px;
}

.product-color {
    line-height: 1;
}

.product-color li {
    display: block;
    height: 25px;
    text-align: center;
    width: 25px;
    border-radius: 50%;
}

.product-color-1 {
    background: #E54661 none repeat scroll 0 0;
}

.product-color-2 {
    background: #002D40 none repeat scroll 0 0;
}

.product-color-3 {
    background: #FF0DFF none repeat scroll 0 0;
}

.product-color-4 {
    background: #111111 none repeat scroll 0 0;
}

.product-color-5 {
    background: #89DDAC none repeat scroll 0 0;
}

.shop-tab-menu .nav-item {
    text-transform: uppercase;
    font-size: 13px;
}

.shop-product-row {
    margin-top: 20px;
}

.shop-tab-content .shop-product-details-row {
    clear: both;
    display: table-row;
}

.shop-tab-content .shop-product-details-row .details {
    display: table-cell;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    padding-right: 20px;
    width: 25%;
    color: #333;
    font-weight: bold;

}

.shop-tab-content .shop-product-details-row .product-type {
    display: table-cell;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

/* Shop Responsived Css*/

@media only screen and (min-width: 1200px) and (max-width: 1880px) {
    .shop-item.shop-list .shop-content {
        margin-top: 40px;
    }

    .shop-item.shop-list .shop-content p {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-item.shop-list .shop-content {
        margin-top: 10px;
    }

    .shop-item.shop-list .shop-content p {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-item.shop-list .shop-content {
        margin-top: 10px;
    }

    .btn-shop.mt-3 {
        margin-top: 5px !important;
    }
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
    .shop-item.shop-list .shop-content {
        margin-top: 10px;
        padding-left: 30px;
        margin-bottom: 20px;
    }
}







/*======= ****========****=======
    Footer Style ( All Footer Style )
/*======= ****========****=======*/

footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-item {
    position: relative;
    margin-bottom: 30px;
}

.footer-logo {
    width: 123px;

    @media (max-width: 991.98px) {
        width: 134px;
    }

}

.footer-logo-2 {
    width: 250px;
    text-align: center;
}

.footer-widget-one p {
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 2;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 12px;
}

.footer-widget-one .address li {
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-widget-one .address li i {
    margin-right: 8px;
    font-size: 18px;
    color: #ffcd22;
}

footer ul.social-icon {
    border-bottom: none;
}

.social-icon li {
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.social-icon li:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icon li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icon.bg-f2 li {
    background: #f2f2f2;
}

.social-icon.bg-f2 li a {
    color: #ffcd22;
}

.social-icon.bg-f2 li:hover {
    background: #ffcd22;
}

.social-icon.bg-f2 li:hover a {
    color: #FFF;
}

.social-icon.bg-theme li {
    background: #ffcd22;
}

.social-icon.bg-theme li a {
    color: #fff;
}

.social-icon.bg-theme li:hover {
    background: #4d4d4d;
}

.social-icon.bg-theme li:hover a {
    color: #fff;
}

.social-icon.bg-black li {
    background: #4d4d4d;
}

.social-icon.bg-black li a {
    color: #fff;
}

.social-icon.bg-black li:hover {
    background: #ffcd22;
}

.social-icon.bg-black li:hover a {
    color: #fff;
}

.social-icon.bg-transparent li {
    background: transparent;
}

.social-icon.bg-transparent li a {
    color: #333;
}

.social-icon.bg-transparent li:hover {
    background: transparent;
}

.social-icon.bg-transparent li:hover a {
    color: #ffcd22;
}

.social-icon.rounded li {
    border-radius: 50%;
}

.social-icon.round li {
    border-radius: 7px;
}

.social-icon.bordered li {
    border: 1px solid;
}

.social-icon.bordered li:hover {
    background: #ffcd22;
    border-color: #ffcd22;
}

.social-icon.bordered li:hover a {
    color: #fff;
}

.social-icon.bordered-theme li {
    border: none;
}

.social-icon.bordered-theme li a {
    color: #00abcc;
}

.social-icon.bordered-theme li:hover {
    background: #00abcc;
    border-color: #00abcc;
}

.social-icon.bordered-theme li:hover a {
    color: #fff;
}

.news-area {
    margin-bottom: 20px;
}

.news-img {
    float: left;
    padding-top: 5px;
    padding-right: 15px;
}

.news-img a {
    display: inline-block;
    position: relative;
}

.news-img a span {
    font-size: 22px;
    position: absolute;
    top: 70%;
    left: 50%;
    color: #FFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-img a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffcd22;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.news-area:hover .news-img a:after {
    visibility: visible;
    opacity: .8;
}

.news-area:hover .news-img a span {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-area .news-content p {
    font-size: 15px;
    padding-top: 10px;
}

.news-area .news-content span {
    color: #ffcd22;
}

.footer-content {
    padding-top: 60px;
}

.footer-list li {
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-list li a {
    color: #989898;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-left: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-list li a:hover {
    color: #fff;
}

.footer-list.border-deshed li {
    border-bottom: 1px dashed #ffcd22;
}

.footer-list.color-icon li i {
    color: #ffcd22;
}

.footer-list li:hover {
    padding-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-title {
    margin-bottom: 30px;
}

.footer-title h4 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
    padding-bottom: 22px;
    text-transform: uppercase;
}

.footer-title h4 span {
    color: #00abcc;
}

.footer-contact p {
    font-size: 13px;
    line-height: 1.5;
}

.border-style-1,
.border-style-2,
.border-style-3 {
    position: relative;
}

.border-style-1:after {
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 40px;
    background: #ffcd22;
}

.border-style-2:after {
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 50px;
    background: #ffcd22;
}

.border-style-3:after {
    background: #00abcc;
    border-radius: 0 50px 0 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
}

.img-rounded img,
.img-rounded a:after,
.img-rounded a:before {
    border-radius: 100%;
}

.img-round img,
.img-round a:after,
.img-round a:before {
    border-radius: 10px;
}

.footer-item .subscribe-style-one,
.footer-item .subscribe-style-two,
.footer-item .subscribe-style-three {
    margin-bottom: 30px;
}

.btn-subscribe {
    height: 55px;
    border-radius: 0;
    background: #333;
    color: #fff;
    cursor: pointer;
}

.btn-subscribe:hover {
    background: #ffcd22;
}

.subscribe-style-two .btn-subscribe {
    background: #ffcd22;
}

.subscribe-style-two .form-control:focus {
    border-color: #ffcd22;
}

.subscribe-style-two .btn-subscribe:hover {
    background: #333;
}

.footer-item .newsletter-text {
    position: relative;
    padding-bottom: 20px;
}

.footer-item .newsletter-text:before {
    top: 30px;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 40px;
    background: #ffcd22;
}

.flicker-feed>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.3333%;
    z-index: 1;
}

.flicker-feed.gutter>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 32%;
    z-index: 1;
    margin: 1px;
}

.flicker-feed>a:before {
    background-color: rgba(255, 165, 0, 0.90);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flicker-feed>a:hover:before,
.flicker-feed>a:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flicker-feed>a:after {
    color: #fff;
    content: "\e618";
    font-family: 'Pe-icon-7-stroke';
    font-size: 24px;
    font-weight: 300;
    left: 45%;
    position: absolute;
    top: 45%;
    margin-top: -7px;
    margin-left: -7px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-item form .form-control {
    height: 45px;
    margin-bottom: 0;
}

.footer-item .contact-textarea .form-control {
    height: 85px;
    margin-bottom: 15px;
}

.footer-btn {
    font-size: 13px;
    color: #fff;
    background: #4d4d4d;
}

.footer-btn:hover {
    color: #fff;
    background: #ffcd22;
}

.footer-btn-1 {
    font-size: 13px;
    color: #fff;
    background: #ffcd22;
}

.footer-btn-1:hover {
    color: #fff;
    background: #4d4d4d;
}

.footer-item .footer-feature i {
    font-size: 30px;
    margin-bottom: 15px;
}

.footer-copy-right .container {
    padding: 20px 0;
}

.bg-footer-1 {
    color: #fff;
}

.bg-footer-1 a:hover {
    color: #ffcd22;
}

.bg-footer-1,
.bg-footer-1 h4,
.bg-footer-1 .footer-title h4,
.bg-footer-1 h5,
.bg-footer-1 .footer-item h6,
.bg-footer-1 .footer-item .newsletter-text,
.bg-footer-1 .footer-item .social-icon.bordered li i,
.bg-footer-1 .social-icon.bordered li i,
.bg-footer-1 .footer-item .social-icon.bg-black li,
.bg-footer-1 a {
    color: #fff;
}

.bg-footer-1 hr {
    background: #eee;
}

.bg-footer-1 .footer-item form .form-control {
    background: transparent;
    border-color: #777;
}

.bg-footer-1 .footer-item form .form-control:focus {
    border-color: #ffcd22;
}

/*form style Css*/

.form-style-one .form-control {
    background: transparent;
    border: 1px solid #ddd;
    color: #fff;
}

.footer-list.footer-contact li {
    margin-bottom: 10px;
}

.footer-list.footer-contact li:last-child {
    margin-bottom: 24px;
}

/*--------------------------------------------------------------
M > P Css Style
----------------------------------------------------------------*/

/*** Padding Top Start ***/
/*** Padding Bottom Start ***/
/*** Padding Left Start ***/
/*** Padding Right Start ***/
/*** Margin Top Start ***/
/*** Margin Bottom Start ***/
/*** Margin Left Start ***/
/*** Margin Right Start ***/

.p-0 {
    padding: 0;
}

/*** Padding Top Start ***/

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-105 {
    padding-top: 105px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-115 {
    padding-top: 115px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-160 {
    padding-top: 160px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

.pt-190 {
    padding-top: 190px !important;
}

/*** Padding Bottom Start ***/

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 40px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

/*** Padding Left Start ***/

.pl-0 {
    padding-left: 0 !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pl-105 {
    padding-left: 105px !important;
}

.pl-110 {
    padding-left: 110px !important;
}

.pl-115 {
    padding-left: 115px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

/*** Padding Right Start ***/

.pr-0 {
    padding-right: 0 !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pr-105 {
    padding-right: 105px !important;
}

.pr-110 {
    padding-right: 110px !important;
}

.pr-115 {
    padding-right: 115px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

/*** Margin Top Start ***/

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-105 {
    margin-top: 105px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mt-115 {
    margin-top: 115px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

/*** Margin Bottom Start ***/

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

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

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

/*** Margin Left Start ***/

.ml-0 {
    margin-left: 0 !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.ml-105 {
    margin-left: 105px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.ml-115 {
    margin-left: 115px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

/*** Margin Right Start ***/

.mr-0 {
    margin-right: 0 !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mr-105 {
    margin-right: 105px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.mr-115 {
    margin-right: 115px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

/*-- test style --*/
.text-center {
    text-align: center;
}

/*-- test style --*/

.section-content {
    padding: 40px 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}

.navbar-expand-lg .navbar-collapse {
    flex-grow: unset;
}

/* normal pop up starts */






.normal-book-now-pop-up-content .open-button {
    background-color: #06b6d4;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
}

.normal-book-now-pop-up-content .open-button:hover {
    background-color: #0891b2;
}

.normal-book-now-pop-up-content .popup {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 1rem;
}

.normal-book-now-pop-up-content .popup.active {
    opacity: 1;
    visibility: visible;
}

.normal-book-now-pop-up-content .form-container {
    background-color: white;
    padding: 2rem;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.normal-book-now-pop-up-content .popup.active .form-container {
    transform: scale(1);
}

.normal-book-now-pop-up-content .close-button {
    position: absolute;
    top: 4px;
    right: 6px;
    background: none;
    border: none;
    color: #6b7280;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem;
}

.normal-book-now-pop-up-content .form-group {
    margin-bottom: 0.1rem;
}

.normal-book-now-pop-up-content .form-group label {
    color: #6c6c6c;
}

.normal-book-now-pop-up-content .form-group.error input,
.normal-book-now-pop-up-content .form-group.error textarea {
    border-color: #ef4444;
}

.normal-book-now-pop-up-content .error-message {
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}

.normal-book-now-pop-up-content .form-group.error .error-message {
    display: block;
}

.normal-book-now-pop-up-content input {
    height: 42px;
}

.normal-book-now-pop-up-content input,
.normal-book-now-pop-up-content textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s;
    font-size: 0.875rem;
}

.normal-book-now-pop-up-content input:focus,
.normal-book-now-pop-up-content textarea:focus {
    border-color: #06b6d4;
}

.normal-book-now-pop-up-content textarea {
    resize: vertical;
    min-height: 100px;
}

.normal-book-now-pop-up-content .submit-button {
    width: 100%;
    padding: 0.75rem;
    background: linear-gradient(to right, #2ec4b6, #2ec4b6);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}

.normal-book-now-pop-up-content .submit-button:hover {
    background: linear-gradient(to right, #2ec4b6, #2ec4b6);
}

.normal-book-now-pop-up-content .submit-button:disabled {
    background-color: #9ca3af;
    cursor: not-allowed;
}

.normal-book-now-pop-up-content ::placeholder {
    color: #9ca3af;
}

.normal-book-now-pop-up-content .success-message {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background-color: #10b981;
    color: white;
    padding: 1rem;
    border-radius: 6px;
    transform: translateX(150%);
    transition: transform 0.3s ease;
}

.normal-book-now-pop-up-content .success-message.show {
    transform: translateX(0);
}

button.open-button {
    cursor: pointer !important;
}

/* normal pop up ends */



/* home page intro pop up starts */

.home-page-intro-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.home-page-intro-popup.show {
    visibility: visible;
    opacity: 1;
}

.home-page-intro-popup-form-container {
    background: linear-gradient(to bottom right, #00aaff, #a0e4ff);
    border-radius: 10px;
    padding: 30px 20px;
    max-width: 560px;
    margin: 0 10px;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.home-page-intro-popup-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.home-page-intro-popup-form-header {
    @media (max-width: 991.98px) {
     font-size: 15px;
    }
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.home-page-intro-popup-form-header .home-page-intro-popup-highlight {
    color: #f1ff00;
}

.home-page-intro-popup-contact-form input {
    height: 45px;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 25px;
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.home-page-intro-popup-contact-form textarea {
    height: 120px;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 25px;
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}


.home-page-intro-popup-submit-button {
    width: 38%;
    padding: 14px;
    background: linear-gradient(to right, #ffa500, #ff7300);
    border: none;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    margin: 10px 0 8px 0;
    transition: 0.2s;

    @media (max-width: 991.98px) {
        width: 50%;
        padding: 12px;
    }
}


.home-page-intro-popup-submit-button:hover {
    background: linear-gradient(to right, #ff7300, #ffa500);
}

.home-page-intro-popup-privacy-text {
    font-size: 13px;
    color: #333;
    margin-top: 20px;
    line-height: 1.4;
}

/* home page intro pop up ends */




/* image gallery starts */
.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item a {
    height: 250px;
    width: 100%;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.certificate-item img {
    width: 100%;
    height: 200px;
    object-fit: contain !important;
    display: block;
}

.image-title h3 {
    background-color: #009edf;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 768px) {

    .gallery-grid {
        gap: 15px;
    }
}

@media screen and (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        height: 250px;
    }

    .image-title {
        font-size: 16px;
        padding: 10px;
    }
}

/* image gallery ends */

/* video gallery starts */


.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.video-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.video-item:hover {
    transform: translateY(-5px);
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.play-button::after {
    content: '';
    border-left: 20px solid #333;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

.play-button:hover {
    background: rgba(255, 255, 255, 1);
}

.video-title h3 {
    background-color: #009edf;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .video-grid {
        gap: 15px;
    }

    .video-thumbnail {
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .video-grid {
        grid-template-columns: 1fr;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }
}

/* video gallery starts */
/* gallery page ends */



/* home page partner section starts */



/* Base styles and reset */
.home-page-partner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Partner Slider Section */
.home-page-partner-section {
    padding: 70px 0;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.home-page-partner-title {
    text-align: center;
    margin-bottom: 50px;
    color: #212529;
}

.home-page-partner-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.home-page-partner-title h2:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #4a6cf7, #6e8ef9);
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.home-page-partner-title p {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}

/* Splide Slider Styles */

.home-page-partner-splide .splide__track {
    overflow: hidden;
    padding: 20px 0;
}

.home-page-partner-logo {
    border: 1px solid #ececec;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.home-page-partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.home-page-partner-logo img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.home-page-partner-logo:hover img {
    transform: scale(1.05);
}

/* Splide Arrow Styles */
.home-page-partner-splide .splide__arrow {
    background: #03a5ea;
    width: 40px;
    height: 40px;
    opacity: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.home-page-partner-splide .splide__arrow svg {
    width: 1em;
    height: 1em;
}

.home-page-partner-splide .splide__arrow:hover {
    background: #ff0044;
}

.home-page-partner-splide .splide__arrow:hover svg {
    fill: #ffffff;
}

.home-page-partner-splide .splide__arrow--prev {
    left: -1.5em;
}

.home-page-partner-splide .splide__arrow--next {
    right: -1.5em;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .home-page-partner-title h2 {
        font-size: 2.2rem;
    }

    .home-page-partner-section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .home-page-partner-title h2 {
        font-size: 1.8rem;
    }

    .home-page-partner-title p {
        font-size: 1rem;
    }

    .home-page-partner-section {
        padding: 50px 0;
    }

    .home-page-partner-logo {
        height: 100px;
    }

    .home-page-partner-splide .splide__arrow {
        width: 35px;
        height: 35px;
    }

    .home-page-partner-splide .splide__arrow--prev {
        left: -1em;
    }

    .home-page-partner-splide .splide__arrow--next {
        right: -1em;
    }
}

@media (max-width: 480px) {
    .home-page-partner-title h2 {
        font-size: 1.6rem;
    }

    .home-page-partner-section {
        padding: 40px 0;
    }

    .home-page-partner-logo {
        height: 90px;
    }
}

/* home page partner section ends */



/* Milestone Section Starts*/
.home-page-milestone-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.home-page-milestone-section {
    position: relative;
    padding: 80px 0;
}

.home-page-milestone-title {
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}

.home-page-milestone-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.home-page-milestone-title p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
}

.home-page-milestone-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.home-page-milestone-item {
    position: relative;
    padding: 15px 20px;
    border-radius: 0;
    transition: all 0.3s ease;
    background: transparent;
    border-bottom: 3px solid transparent;
}

.home-page-milestone-item:nth-child(1) {
    border-bottom-color: #4a6cf7;
}

.home-page-milestone-item:nth-child(2) {
    border-bottom-color: #f7774a;
}

.home-page-milestone-item:nth-child(3) {
    border-bottom-color: #00a650;
}

.home-page-milestone-item:nth-child(4) {
    border-bottom-color: #f74a8a;
}

.home-page-milestone-item:hover {
    transform: translateY(-5px);
}

.home-page-milestone-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.home-page-milestone-item:nth-child(1) .home-page-milestone-number {
    color: #4a6cf7;
}

.home-page-milestone-item:nth-child(2) .home-page-milestone-number {
    color: #f7774a;
}

.home-page-milestone-item:nth-child(3) .home-page-milestone-number {
    color: #00a650;
}

.home-page-milestone-item:nth-child(4) .home-page-milestone-number {
    color: #f74a8a;
}

.home-page-milestone-text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.home-page-milestone-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

.home-page-milestone-item:nth-child(1) .home-page-milestone-icon {
    color: #4a6cf7;
}

.home-page-milestone-item:nth-child(2) .home-page-milestone-icon {
    color: #f7774a;
}

.home-page-milestone-item:nth-child(3) .home-page-milestone-icon {
    color: #00a650;
}

.home-page-milestone-item:nth-child(4) .home-page-milestone-icon {
    color: #f74a8a;
}

/* Responsive adjustments */
@media (max-width: 1100px) {
    .home-page-milestone-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
}

@media (max-width: 768px) {
    .home-page-milestone-section {
        padding: 60px 0;
    }

    .home-page-milestone-title {
        text-align: center;
    }

    .home-page-milestone-title h2 {
        font-size: 2rem;
    }

    .home-page-milestone-title p {
        font-size: 1rem;
        margin: 0 auto;
    }

    .home-page-milestone-number {
        font-size: 2.1rem;
    }
}

@media (max-width: 576px) {
    .home-page-milestone-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-page-milestone-title h2 {
        font-size: 1.8rem;
    }
}

/* Milestone Section Ends */



/* mobile bottom nav starts */


/* Mobile under navigation bar spacing */
.mobile-under-nav-bar {
    display: none;
}

.mobile-under-nav-bar a {
    display: inline-block;
}

@media screen and (max-width: 991.98px) {

    .mobile-under-nav-bar {
        padding-bottom: 52px;
        display: block;
    }

    /* Styling for mobile under nav bar */
    .mobile-under-nav-bar .navigation-bar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .mobile-under-nav-bar .nav-button {
        height: 100%;
        display: grid;
        grid-template-rows: auto auto;
        justify-items: center;
        padding: 15px;
        text-align: center;
        color: white;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .mobile-under-nav-bar .nav-button i {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .mobile-under-nav-bar .talk-expert {
        background-color: #48aeff;
    }

    .mobile-under-nav-bar .chat-with-us {
        background-color: #25D366;
    }

    .mobile-under-nav-bar .send-query {
        background-color: #FF5722;
    }



    .mobile-under-nav-bar .nav-button {
        padding: 10px;
        font-size: 14px;
    }

    .mobile-under-nav-bar .nav-button i {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .mobile-under-nav-bar .nav-button {
        padding: 8px 8px 2px 0;
        font-size: 14px;
    }

    .mobile-under-nav-bar .nav-button i {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .mobile-under-nav-bar .talk-expert i {
        font-size: 19px !important;
        margin-bottom: 2px;
    }
}


/* mobile bottom nav ends */



/* why choose us sidebar starts */





.why-choose-sidebar .sidebar {
    width: var(--sidebar-width);
    background: white;
    color: #333;
    position: fixed;
    right: 0px;
    top: 75px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    padding: 20px 35px;
    overflow-y: auto;
    border-radius: 5px;
    max-height: 560px;
    @media (max-width: 991.98px) {
        padding: 15px 15px;
        max-height: 580px;
        right: -2px;
    }
    
}

.why-choose-sidebar .sidebar.collapsed {
    transform: translateX(var(--sidebar-width));
}

.why-choose-sidebar .sidebar.collapsed+.toggle-btn+.content {
    margin-right: 0;
}

.why-choose-sidebar .toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    top: 197px;
    position: fixed;
    right: var(--sidebar-width);
    width: 99px;
    height: 104px;
    color: #2c3e50;
    border: none;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
    transition: all 0.3s ease;
    border-radius: 5px;
    @media (max-width: 991.98px) {
      height: 83px;
      width: 73px;
    }
    
}

.why-choose-sidebar .toggle-btn span {
    font-size: 15px;
    transform: translate(10px, -11px);  
    font-weight: 600;
    @media (max-width: 991.98px) {
        font-size: 13px;
    }
    
}

.why-choose-sidebar .active .why-choose-toggle-btn-content {
    font-size: 40px;
    
    transform: translate(6px, -17px);
    @media (max-width: 991.98px) {
        font-size: 32px;
        transform: translate(4px, -15px);
    }
    
}

.why-choose-sidebar .sidebar.collapsed+.toggle-btn {
    right: 0px;
}

@media (max-width: 768px) {
    .why-choose-sidebar .sidebar {
        transform: translateX(var(--sidebar-width));
    }

    .why-choose-sidebar .content {
        margin-right: 0;
    }

    .why-choose-sidebar .toggle-btn {
        right: 0px;
    }

    .why-choose-sidebar .sidebar.active {
        transform: translateX(0);
    }

    .why-choose-sidebar .toggle-btn.active {
        right: calc(var(--sidebar-width) - 4px);
    }
}

/* Sidebar Content Styling */
.why-choose-sidebar .sidebar-header {
    margin-bottom: 20px;
}

.why-choose-sidebar .sidebar-header h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #2c3e50;
    margin-top: 10px;
    @media (max-width: 991.98px) {
      font-size: 20px;
    }
    
}

.why-choose-sidebar .sidebar-menu ul {
    list-style: none;
}

.why-choose-sidebar .feature-item {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.why-choose-sidebar .feature-item:last-child{
    margin-bottom: 0;
}

.why-choose-sidebar .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: linear-gradient(135deg, #21c7a1 0, #32c5ff 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    @media (max-width: 991.98px) {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }
    
}

.why-choose-sidebar .icon-circle i {
    color: white;
    font-size: 20px;
}

.why-choose-sidebar .feature-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    @media (max-width: 991.98px) {
        font-size: 14px;
    }
    
}

.why-choose-sidebar .feature-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    @media (max-width: 991.98px) {
        font-size: 13px;
    }
    
}

.why-choose-sidebar .watch-link,
.why-choose-sidebar .contact-link {
    color: #f39c12;
    text-decoration: none;
    font-weight: 500;
}

.why-choose-sidebar .watch-link:hover,
.why-choose-sidebar .contact-link:hover {
    text-decoration: underline;
}

/* why choose us sidebar ends */



/* footer starts */

.footer-bottom-follow h6 {
    color: #a2a2a2;

}

.footer-bottom-follow .social-icon {
    transform: translateY(-2px);
}

.floating-call-button {
    display: none;
}

.btn-whatsapp-pulse {
    display: none;
}

@media (min-width: 992px) {
    .floating-call-button {
        z-index: 999;
        background: #007bff;
        color: white;
        position: fixed;
        bottom: 90px;
        left: 20px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
        padding: 30px;
        text-decoration: none;
        border-radius: 50%;
        animation-name: pulse2;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

    @keyframes pulse2 {
        0% {
            box-shadow: 0 0 0 0 #007bff9e;
        }

        80% {
            box-shadow: 0 0 0 18px #007bff00;
        }
    }

    .btn-whatsapp-pulse {
        z-index: 999;
        background: #25d366;
        color: white;
        position: fixed;
        bottom: 20px;
        left: 20px;
        font-size: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
        padding: 30px;
        text-decoration: none;
        border-radius: 50%;
        animation-name: pulse;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
        color: white;
    }

    .btn-whatsapp-pulse:hover {
        color: white;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        }

        80% {
            box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
        }
    }
}


.fixed-inquiry-btn {
    display: none;
}

@media (min-width: 992px) {
    .fixed-inquiry-btn {
        display: block;
        position: fixed;
        right: -55px;
        top: 70%;
        transform: rotate(-90deg);
        background-color: rgb(255, 0, 68);
        font-size: 16px;
        color: white;
        padding: 10px 30px;
        border: none;
        border-radius: 5px 5px 0 0;
        cursor: pointer;
        font-weight: bold;
        z-index: 1000;
        transition: background-color 0.3s;
        animation: lightBlink 2s infinite;
    }

    .fixed-inquiry-btn:hover {
        background-color: #05a3e8;
    }

    @keyframes lightBlink {
        0% {
            background-color: rgb(255, 0, 68);

        }

        64% {
            background-color: rgb(255, 0, 68);
        }

        65% {
            background-color: #05a3e8;

        }

        66% {
            background-color: rgb(255, 0, 68);

        }

        53% {
            background-color: rgb(255, 0, 68);

        }

        54% {
            background-color: #05a3e8;

        }

        55% {
            background-color: rgb(255, 0, 68);

        }

        59% {
            background-color: #05a3e8;

        }

        80% {
            background-color: rgb(255, 0, 68);

        }


        100% {
            background-color: rgb(255, 0, 68);
        }
    }
}



/* footer ends */
 .special-thumbs{
    position: relative;
}
.best-seller-tag{
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 70px;
    background: #ff0000;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 6px 15px;
    border-radius: 0 4px 4px 0;
}
.best-seller-tag p{
    color: white;
}


.footer-more-contact-details-button {
    padding: 0;
    background-color: transparent;
    color: #f1f1f1;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: red;
    transition: background-color 0.3s;
}


.footer-more-contact-details-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.footer-more-contact-details-content {
    background-color: white;
    width: 400px;
    max-width: 90%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.footer-more-contact-details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.footer-more-contact-details-close-btn {
    font-size: 24px;
    cursor: pointer;
    color: #555;
}

.footer-more-contact-details-close-btn:hover {
    color: #000;
}

.footer-more-contact-details-body {
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
}

.footer-more-contact-details-list {
    list-style-type: none;
}

.footer-more-contact-details-item {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.footer-more-contact-details-item:last-child {
    border-bottom: none;
}

.footer-more-contact-details-name {
    font-weight: bold;
    color: #666;
}
.footer-more-contact-details-number {
    color: #666;
}
@media (max-width: 991.98px) {
  .footer-more-contact-details-name {
    font-size: 15px;
}

.footer-more-contact-details-number {
    color: #666;
    font-size: 15px;
}
}

.call-support-image{
    z-index: 1;
    padding: 5px;
    border-radius: 50% !important;
    background-color: white;
    height: 55px !important;
    width: 55px !important;
    object-fit: contain !important;
    position: absolute;
    right: 10px;
    top: 60px;
    
}


