/* ************************************************************
******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
:: 9.0 ABOUT AREA CSS
:: 10.0 FACILITIES AREA CSS
:: 11.0 ROOMS AREA CSS
:: 12.0 TESTIMONIALS AREA CSS
:: 13.0 Book AREA CSS
:: 14.0 FOOTER AREA CSS
:: 15.0 FORM BOX AREA CSS
:: 16.0 NEW CHANGE CSS
:: 17.0 ABOUT PAGE 
:: 18.0  DESTINATIONS PAGE 
:: 19.0  FACILITIES PAGE 
:: 20.0  CONTACT PAGE 
:: 21.0  RESERVATION PAGE
:: 22.0  POPUP AREA
:: 23.0 TESTIMONIALS PAGE  
:: 24.0 NEWS PAGE 
:: 25.0 SINGLE NEWS PAGE
:: 26.0 GALLERY PAGE CS
:: 27.0 ABOUT HOTELS PAGE
:: 28.0 Thankyou PAGE
****************************** */



/* ******************************
:: 1.0 WEB FONTS
****************************** */
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Judson:wght@400;700&family=Yeseva+One&display=swap');*/



/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(bootstrap.min.css);
@import url(et-line.css);
@import url(icofont.min.css);
@import url(all.min.css);
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);


@font-face {
    font-family: 'Lufga-SemiBold'; 
    src: url('../font/LufgaSemiBold.ttf'); 
}

@font-face {
    font-family: 'LufgaRegular'; 
    src: url('../font/LufgaRegular.ttf'); 
}

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'LufgaRegular';
    /*font-family: 'Poppins', sans-serif;*/
    src: url(../font/LufgaSemiBold.ttf);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777;
}

.main {
    overflow: hidden;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #1c144e;
    margin-bottom: 0;
    /*font-family: 'Judson', serif;*/
}

h1 {
    font-size: 4em;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #777;
    margin-bottom: 0;
}

a {
    color: #444;
}

a:hover {
    color: #0056b3;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

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

.text-primary {
    color: #2d3136 !important;
}

/* ******************************
:: 4.0 COMMON CSS
****************************** */
.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.op-5 {
    opacity: 0.5;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.h-100vh {
    height: 100vh;
}

.pos-abs-top-right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.radius-100 {
    border-radius: 100px !important;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.tooltip > .tooltip-inner {
    background-color: #00cff2;
    padding: 6px;
}

.tooltip-arrow,
.tooltip.top .tooltip-arrow {
    border-top-color: #00cff2;
}

.inner-wrapper {
    min-height: 100vh;
    width: 100%;
}

/*SECTION HEADING*/
.section-heading {
    margin-bottom: 60px;
}

.section-heading > h2 {
    position: relative;
}

.section-heading > h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*HEADINGS*/
.headings span {
    color: #444;
    font-weight: 500;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 1px;
    margin-left: -30px;
}

/*SECTION PADDING*/
.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_80 {
    padding: 80px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}

.color-primary {
    color: #007bff;
}

.color-secondary {
    color: #e03737 !important;
}


/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff !important;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    #loader {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }
}

/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
    position: fixed;
    right: 1%;
    bottom: 5%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #ff7e00;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
}

#scrollUp > i {
    font-size: 24px;
    line-height: 38px;
    display: block;
    color: #fff;
}

#scrollUp svg{
    color: #fff;
    font-size: 18px;
}

#scrollUp:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */
.hero-wrapper .svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    height: 100%;
    z-index: -1;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: #000;
    height: 120px;
}

.navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .navbar-nav .nav-link:hover{
    /* color: #fff;
    background-color: #144d5b; */
}

.navbar .navbar-nav .nav-link-btn:hover{
    color: #040404;
    background-color: #144d5b;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #7e8085;
}

.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #ff7e00;
    margin-top: -100px;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #ff7e00;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}

/*NAVBAR DARK*/
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.25rem;
    /*text-shadow: 2px 2px #444;
    text-shadow: 4px 4px 6px rgb(51 51 51 / 50%);*/
}

.navbar-dark .btn-outline {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #fff;
    text-shadow: none;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn{
    color: #fff; 
    margin-top: 15px;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn:hover{
    color: #fff !important;
    background-color: #144d5b;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #144d5b;
}
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn.current-menu-item {
    color: #fff;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}

.nav-link-btn{
    background: #9b1b44;
    padding: 8px 32px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: none !important;
    border-radius: 5px;
    margin-top: 12px;
    margin-left: 10px;
}

.navbar-brand{
    padding-top: .65rem;
}

.nav-gold-rate{
    background-color: #ce994b;
    padding-top: 28px;
    padding-bottom: 29px;
}

.nav-rate{
    padding-top: 25px;
}

.mega-menu.blog-menu{
    width: 270px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

@media(min-width: 992px){
    .dropdown:hover .mega-menu {
        display: block;
        -webkit-animation: dropdownAnimation 0.3s ease-in-out;
        animation: dropdownAnimation 0.3s ease-in-out;
    }
}

@-webkit-keyframes dropdownAnimation {
    0% {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
        visibility: hidden;
        opacity: 0;
    }

    100% {

        visibility: visible;
        opacity: 1;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes dropdownAnimation {
    0% {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
        visibility: hidden;
        opacity: 0;
    }

    100% {

        visibility: visible;
        opacity: 1;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

.single-menu li a{
    transition: all .3s ease;
}

.single-menu li:hover a{
    color: #fff;
    background-color: #9b1b44;
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.welcome-area{
    /* background-image: url(../img/banner/slider.jpg); */
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
}
.welcome-img-1, .welcome-img-2{
    /* background-position: center;  */
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
}

.welcome-img-1{
    background-image: url(../img/banner/bz-banner.jpg);
}

.welcome-img-2{
    background-image: url(../img/banner/bz-banner.jpg);
}

.welcome-intro h1{
    color: #ffffff;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 2px;
}

.welcome-intro h1 span{
    color: #facb8a;
}

.welcome-intro > h3 {
    font-size: 30px;
}

.homepage-1 .welcome-thumb {
    max-width: 250px;
    padding-top: 70px;
}

.welcome-area .video-icon {
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.play-btn {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
}

.btn-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.play-icon {
    font-size: 22px;
    color: #1c144e;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes grow {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.play-animation {
    -webkit-animation: grow 3s infinite;
    animation: grow 3s infinite;
}

.animation-short {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.homepage-1 .video-icon {
    display: grid;
}

.homepage-1 .video-icon .play-btn {
    background-color: #0056b3;
}

.homepage-1 .video-icon .btn-circle {
    background-color: rgba(0, 86, 179, 0.2);
}

.homepage-1 .video-icon .play-icon {
    color: #fff;
}

/* ******************************
:: 9.0 ABOUT AREA CSS
****************************** */
.about-area{
    position: relative;
}

.bg-about-area{
    background-image: url(../img/about/about.jpg);
    background-position: center;
    background-size: cover;
    height: 650px;
    position: absolute;
    left: 0;
    top: 0;
    width: 950px;
}

.about-area .inner{
    background: #f9e7ec;
    padding: 120px 120px 120px;
    margin-top: 130px;
}

.about-area .inner .head{
    margin-bottom: 30px
}

.about-area .inner .head h1{
    color: #9b1b44;
    line-height: 1;
}

.about-area .inner .head h1 span{
    font-size: 75px;
}

.about-area .inner .text{
    margin-bottom: 50px;
}

.about-area .inner .text p{
    font-size: 18px;
    line-height: 1.6;
    max-width: 500px;
    color: #2e2e2e;
    font-weight: 500;
}

.about-area .inner .link a{
    font-size: 18px;
    background: #9b1b44;
    color: #fff;
    padding: 12px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s ease;
}

.about-area .inner .link a:hover{
    color: #fff;
    background-color: #144d5b;
}


/* ******************************
:: 10.0 FACILITIES AREA CSS
****************************** */
.facilities-area .section-heading p{ 
    font-weight: 600;
    color: #9b1b44;
    font-size: 20px;
    letter-spacing: 2px;
}

.facilities-area .section-heading h2{
    font-size: 42px;
    color: #144d5b;
}

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

.facility-inner .img-box{
    margin-bottom: 15px;
}

.fac-text{
    padding: 0 12px;
}

.fac-text h2{
    color: #144d5b;
    margin-bottom: 12px;
    font-size: 38px;
}

.fac-text p{
    color: #0b0b0c;
    font-size: 16px;
    margin-bottom: 20px;
}

.fac-text a{
    text-transform: uppercase;
    font-size: 17px;
    color: #144d5b;
    letter-spacing: 1px;
}

.fac-text a:hover{
    color: #9b1b44;
}

/* ******************************
:: 11.0 ROOMS AREA CSS
****************************** */
.rooms-area{
    position: relative;
    background-image: url(../img/rooms/room1.jpg);
    height: 800px;
    background-position: center;
    background-size: cover;
}

.room-box{
    position: relative;
}

.room-list{
    background: #153e43;
    opacity: 0.87;
    padding: 70px;
    margin-top: 150px;
    margin-left: 115px;
    margin-right: 175px;
}

.room-list ul li{
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef7d;
}

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

.room-list ul li a{
    color: #fff;
    /*font-family: 'Judson', serif;*/
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 1px;
}

.room-list ul li a:hover{
    color: #ffde00;
}

.room-link{
    position: absolute;
    z-index: 11;
    right: 100px;
    bottom: -15px;
}

.room-link a{
    background: #902242;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 34px 85px;
    letter-spacing: 2px;
    opacity: 0.9;
    transition: all .3s ease;
}

.room-link a:hover{
    color: #144d5b;
    background-color: #fff;
}

/* demo */


.rooms-area-demo .main-box{
    position: relative;
}

.main-box-img1{
    background-image: url(../img/rooms/room1.jpg);
    background-size: cover;
    background-position: center;
    height: 800px;
}

.main-box-img2{
    background-image: url(../img/rooms/room2.jpg);
    background-size: cover;
    background-position: center;
    height: 800px;
}

.main-box-img3{
    background-image: url(../img/rooms/room3.jpeg);
    background-size: cover;
    background-position: center;
    height: 800px;
}

.main-box-img4{
    background-image: url(../img/rooms/room4.jpg);
    background-size: cover;
    background-position: center;
    height: 800px;
}

.rooms-area-demo .room-box{
    position: relative;
    margin-top: -800px;
}

.nav-tabs{
    border-bottom: none;
}

.rooms-area-demo .room-list .nav{
    display: block;
}

/* ******************************
:: 12.0 TESTIMONIALS AREA CSS
****************************** */
.testi-box-main{
    /* position: relative;
    background: #e7f2f4;
    max-width: 750px; */
    /* padding: 50px 160px 80px 80px; */
}

.single-testi{
    position: relative;
    padding: 50px 160px 80px 80px;
    background: #e7f2f4;
    max-width: 750px;
}

.testi-quote{
    margin-bottom: 20px;
}

.testi-text p{
    font-size: 21px;
    line-height: 35px;
    font-style: italic;
    color: #0b0b0c;
}

.testi-name{
    margin-top: 20px;
}

.testi-name h2{
    /*font-family: 'Poppins', sans-serif;*/
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 4px;
}

.testi-name span{
    color: #9ea2a3;
    font-size: 20px;
}

.testi-photo{
    position: absolute;
    top: 60%;
    right: -82%;
    transform: translate(-50%,-50%);
}

.testi-head{
    position: absolute;
    top: 0;
    right: 8%;
}

.testi-head h1{
    color: #195a62;
    line-height: 1;
    font-size: 75px;
    letter-spacing: 2px;
    font-weight: 600;
}

/* New testi css */

.single-client-testi{
    position: relative;
    width: 100%;
}

.single-box{
    background: #e7f2f4;
    max-width: 750px;
    position: relative;
    padding: 50px 160px 80px 80px;
}

.client-pic{
    position: absolute;
    right: -260px;
    transform: translate(-50%,-50%);
    top: 58%;
}

.owl-nav{
    position: absolute;
    right: 100px;
}

.owl-nav button{
    width: 45px;
    height: 45px;
    border: 1px solid #c9d6d8 !important;
    border-radius: 50%;
    margin-right: 10px;
}

.testi-box-slider .owl-nav [class*=owl-]:hover{
    background-color: #195a62;
}

.owl-nav button:last-child{
    margin-right: 0;
}

.owl-nav button span{
    font-size: 35px;
    color: #c9d6d8;
}

/* ******************************
:: 13.0 Book AREA CSS
****************************** */
.book-area{
    position: relative;
    padding-bottom: 100px;
}

.book-inner{
    background-image: url(../img/book/book-img.jpg);
    background-position: center;
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
}

.book-box{
    max-width: 750px;
    padding: 80px 50px 50px 80px;
}

.book-box .header{
    margin-bottom: 60px;
}

.book-box .header h3{
    color: #fff;
    font-size: 35px;
}

.call-btn{
    display: flex;
    align-items: center;
}

.call-btn .call{
    margin-right: 50px;
}

.call-btn .call span{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.call-btn .call a{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.call-btn .call a:hover{
    color: #f9e7ec;
    text-decoration: underline;
}

.call-btn .bk-nw a{
    font-size: 22px;
    text-transform: uppercase;
    background: #fff;
    color: #144d5b;
    padding: 20px 60px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.call-btn .bk-nw a:hover{
    color: #ffffff;
    background-color: #195a62;
}


/* ******************************
:: 14.0 FOOTER AREA CSS
****************************** */
.footer-area {
    background-color: #270000;
}

.copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

.footer-area  .footer-items ul{
    display: flex;
    justify-content: flex-end;
}

.footer-area  .footer-items ul li a{
    font-size: 17px;
}

.footer-area .footer-items a:hover,
.footer-area .footer-items a:focus,
.footer-area .copyright-area a:hover,
.footer-area .copyright-area a:focus {
    color: #fff !important;
}

.footer-area .mail-social-icons{
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}

.footer-area .mail-social-icons a{
    margin-right: 15px;
    font-size: 18px;
}

.footer-area .mail-social-icons a:hover{
    color: #fff !important;
}

.footer-area .mail-social-icons ul{
    display: flex;
}

.footer-area .mail-social-icons ul li a{
    font-size: 30px;
}

.footer-menu-area{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.copyright-area a img{
    max-width: 100px;
}

/* ******************************
:: 15.0 FORM BOX AREA CSS
****************************** */

.form-area{
    margin-top: -150px;
    margin-bottom: 40px;
    position: relative;
    z-index: 100;
}

.form-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0606068a;
    height: 110px;
    opacity: 0.9;
}

.property-box{
    padding-left: 30px;
}

.form-btn{
    display: flex;
    align-items: center;
    padding: 0 70px;
    background: #86193c;
    height: 110px;
    opacity: 0.9;
}

.form-btn:hover{
    color: #fff;
    background-color: #144d5b;
}

.form-btn a{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form-btn a img{
    margin-top: -2px;
}

.prop-box label,
.prop-box2 label{
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.date_icon {
    background: rgba(255,255,255) url(../img/calendar.svg) no-repeat center right 15px;
    background-size: 18px;
    padding-right: 50px;
    border: 0px;
    color: #595959;
    outline: none;
    width: 100%;
    padding: 0 15px;
    cursor: pointer;
}

.form-control {
    height: calc(2em + 0.75rem + 2px);
    border-radius: 0;
    /*font-family: 'Poppins', sans-serif;*/
}

/* ******************************
:: 16.0 NEW CHANGE CSS
****************************** */
.navbar-dark .navbar-nav .nav-link{
    font-size: 1.25rem;
    padding: 0 .8rem;
    /*letter-spacing: 1px;*/
}

/* @media(min-width: 1281px){
    .navbar-dark .navbar-nav .nav-link{
        font-size: 1.18rem;
    }
} */


.nav-link-btn{
    padding: 4px 25px !important;
    font-size: 11px !important;
    margin-top: 15px;
}
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn{
    margin-top: 20px;
}

.welcome-intro h1{
    font-size: 55px;
    /* text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.9); */
}

.navbar-brand img{
    width: 100%;
}
.navbar-sticky-on .navbar-brand-sticky{
    width: 100%;
}

.navbar-brand-footer img{
    max-width: none;
}

/* ******************************
:: 17.0 ABOUT PAGE 
****************************** */
.breadcrumb-area{
    background-image: url(../img/about/banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 450px;
}

.bread-box{
    height: 450px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.bread-head h1{
    color: #fff;
    font-size: 5.5em;
}

.bread-head span,
.bread-head span a{
    color: #fff;
    font-size: 20px;
}

.bread-head span a:hover{
    color: #ffde00;
}

.about-welcome{
    background-color: #ffeddb;
}

.about-welcome .tp-head{
    color: #460000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
}

.welcome-head h1{
    color: #9b1b44;
    font-size: 5.5em;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 60px;
}

.about-para p{
    line-height: 30px;
    color: #2e2e2e;
    font-size: 20px;
}

.about-para p:first-child{
    margin-bottom: 20px;
}

.countbox-inner{
    background-color: #9b1b44;
    padding: 70px 85px;
    margin-left: 100px;
    position: relative;
    z-index: 2;
}

.countbox-inner .count{
    border-bottom: 2px solid #ca7e8b;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.count h1, .count span {
    color: #ffeddb;
    padding: 10px 0;
    font-size: 2.5rem;
    margin: 0;
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 600;
}

.countbox-inner .count-border-none {
    border-bottom: none;
}

.about-img{
    margin-top: -100px;
    z-index: 1;
    position: relative;
}

.whychoose-head{
    margin-bottom: 50px;
}

.whychoose-head h1{
    color: #9b1b44;
    font-size: 5.5em;
    line-height: 1;
    margin-bottom: 30px;
}

.whychoose-head p{
    color: #2e2e2e;
    font-size: 18px;
    line-height: 30px;
}   

.choose-box{
    position: relative;
    display: block;
    padding: 40px 50px;
    background: #ffffff;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
    min-height: 348px;
}

.choose-box .head{
    margin-bottom: 20px;
}

.choose-box .head.head-dine{
    margin-top: 30px;
    margin-bottom: 30px;
}

.choose-box .head h1{
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 30px;
    font-weight: 500;
    color: #144d5b;   
}

.choose-box .para p{
    color: #2e2e2e;
    font-size: 18px;
    line-height: 30px;
}

.choose-box .icon{
    margin-bottom: 18px;
}

.circles{
    position: absolute;
    width: 180px;
    height: 180px;
    left: 290px;
    top: 200px;
}

.circles .c-1{
    position: absolute;
    width: 180px;
    height: 180px;
    background: #edf0f5;
    opacity: 0.50;
    border-radius: 50%;
}

.circles .c-2{
    position: absolute;
    left: 183px;
    top: -30px;
    width: 120px;
    height: 120px;
    background: #edf0f5;
    opacity: 0.50;
    border-radius: 50%;
    z-index: 1;
}

.book-area2 .book-inner{
    background-image: url(../img/about/book-nw.jpg);
}

.book-area2 .book-inner .bk-nw{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.book-area2 .book-inner .bk-nw a{
    font-size: 22px;
    text-transform: uppercase;
    background: #fff;
    color: #144d5b;
    padding: 25px 60px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.book-area2 .book-inner .bk-nw a:hover{
    color: #ffffff;
    background-color: #195a62;
}

/* ******************************
:: 18.0  DESTINATIONS PAGE 
****************************** */
.breadcrumb-area-desti{
    background-image: url(../img/destination/banner.jpg);
}

.desti-area{
    background-color: #ffeddb;
    position: relative;
    padding: 250px 0 150px;
}

.desti-img{
    position: relative;
}

.content-box{
    position: relative;
    max-width: 560px;
    float: right;
    margin-top: -224px;
    padding-right: 135px;
}

.content-inner{
    padding: 55px 35px;
    background-color: #9b1b44;
    text-align: center;
}

.content-inner h2{
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 30px;
}

.content-inner p{
    color: #ffeddb;
    font-size: 16px;
}

.circles-2{
    position: absolute;
    width: 180px;
    height: 180px;
    left: -70px;
    top: -100px;
}

.circles-2 .c-1{
    position: absolute;
    width: 180px;
    height: 180px;
    background: #fdd7b3;
    opacity: 0.50;
    border-radius: 50%;
}

.circles-2 .c-2{
    position: absolute;
    left: -110px;
    top: -50px;
    width: 100px;
    height: 100px;
    background: #fdd7b3;
    opacity: 0.50;
    border-radius: 50%;
    z-index: 1;
}

.desti-box,
.desti-box2{
    position: relative;
}

.desti-box::before{
    position: absolute;
    content: "";
    background-image: url(../img/destination/side-image.png);
    right: 0;
    height: 100%;
    width: 20px;
}

.dest-main{
    margin-bottom: 200px;
}

.dest-main:last-child{
    margin-bottom: 0;
}

.desti-box2::before{
    position: absolute;
    content: "";
    background-image: url(../img/destination/side-image.png);
    left: 0;
    height: 550px;
    width: 20px;
}

.desti-img2 img{
    float: right;
}

.content-box2{
    float: left;
    padding-left: 135px;
    padding-right: 0;
}

.circles-3{
    position: absolute;
    width: 180px;
    height: 180px;
    right: -100px;
    top: -80px;
}

.circles-3 .c-1{
    position: absolute;
    width: 180px;
    height: 180px;
    background: #fdd7b3;
    opacity: 0.50;
    border-radius: 50%;
}

.circles-3 .c-2{
    position: absolute;
    left: 180px;
    top: 130px;
    width: 100px;
    height: 100px;
    background: #fdd7b3;
    opacity: 0.50;
    border-radius: 50%;
    z-index: 1;
}

.compliment-area{
    background-image: url(../img/destination/compliment.jpg);
    background-position: center;
    background-size: cover;
    height: 800px;
    position: relative;
}

.compliment-box{
    display: flex;
    background: #1b3837d1;
    opacity: 0.9;
    flex-direction: column;
    justify-content: center;
    max-width: 580px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    padding: 80px 125px;
}

.compliment-box h2{
    color: #eeeeee;
    margin-bottom: 35px;
    font-size: 50px;
    line-height: 1;
}

.compliment-box ul li{
    margin-bottom: 8px;
}

.compliment-box ul li:last-child{
    margin-top: 20px;
}

.compliment-box ul li a{
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}

.compliment-box ul li a:hover{
    color: #ffd200;
}

.compliment-box ul li:last-child a{
    color: #ffd200;
    text-transform: uppercase;;
}

.compliment-box ul li:last-child a:hover{
    color: #fff;
    text-decoration: underline;
}

.compliment-box ul li:last-child a svg{
    margin-left: 5px;
}

@media(max-width: 991px){
    .desti-area{
        padding-top: 150px !important;
    }
    .content-box{
        margin-top: -122px;
    }
    .dest-main {
        margin-bottom: 120px;
    }
    .desti-box::before,
    .desti-box2::before{
        display: none;
    }
}

@media(max-width: 575px){
    .content-box {
        margin-top: -35px;
        padding-right: 25px;
    }
    .content-inner{
        padding: 25px;
    }
    .content-inner h2{
        font-size: 22px;
    }
    .content-box2{
        padding-left: 25px;
        padding-right: 0;
    }
    .compliment-box{
        padding: 50px;
    }
    .compliment-box h2{
        font-size: 35px;
    }
    .compliment-box ul li a{
        font-size: 18px;
    }
    .compliment-area{
        height: 520px;
    }
}


/* ******************************
:: 19.0  FACILITIES PAGE 
****************************** */
.breadcrumb-area-facility{
    background-image: url(../img/facilities/banner.jpg);
}

.welcome-head2 h1{
    margin-bottom: 30px;
}

.about-para2{
    max-width: 1062px;
    margin: 0 auto;
}

.facility-box{
    padding: 100px 0 0;
}

.fac-img{
    margin-bottom: 30px;
    position: relative;
}

.fac-img img{
    position: relative;
    z-index: 11;
}

.right-line{
    position: absolute;
    background-image: url(../img/facilities/left-side.png);
    width: 634px;
    height: 330px;
    left: -380px;
    top: 200px;
    z-index: 10;
    background-repeat: no-repeat;
}

.left-line{
    position: absolute;
    background-image: url(../img/facilities/ride-side.png);
    width: 634px;
    height: 330px;
    right: -380px;
    top: 200px;
    background-repeat: no-repeat;
    z-index: 10;
}

.facility-box h2{
    margin-bottom: 20px;
    color: #9b1b44;
}

.facility-box p{
    color: #040406;
    font-size: 16px;
    max-width: 1010px;
    margin: 0 auto;
}

.facility-box .bold-p{
    color: black;
    text-decoration: underline;
}

.comp-fac{
    background-color: #9b1b44;
    padding: 35px;
}

.fac-aminities{
    background-color: #144d5b;
    padding: 35px;
    margin-bottom: 40px;
}

.compli-fac-other{
    margin-top: 80px;
}

.comp-fac h2,
.fac-aminities h2{
    font-size: 30px;
    color: #ffeddb;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
}

.comp-fac h2::before,
.fac-aminities h2::before{
    position: absolute;
    content: "";
    background-color: #ffeddb;
    height: 2px;
    width: 10%;
    left: 0;
    bottom: -10px;
}

.comp-fac p,
.fac-aminities p{
    color: #ffeddb;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.comp-fac p:hover,
.fac-aminities p:hover{
    color: #FACE7F;
}

.fac-other{
    padding-left: 35px;
}

.fac-other h2{
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    color: #144d5b;
}

.fac-other h2::before{
    position: absolute;
    content: "";
    background-color: #144d5b;
    height: 2px;
    width: 10%;
    left: 0;
    bottom: -10px;
}

.fac-other p{
    color: #144d5b;
    font-size: 16px;
    letter-spacing: 1px;
}

/* ******************************
:: 20.0  CONTACT PAGE 
****************************** */

.breadcrumb-area-contact{
    background-image: url(../img/contact/banner.jpg);
}

.form-group{
    margin-bottom: 1rem;
}

.contact-box .form-control{
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-box .form-group textarea {
    height: 200px;
    padding: 15px;
}





/* ******************************
:: 21.0  RESERVATION PAGE 
****************************** */
.breadcrumb-area-reserv{
    background-image: url(../img/reservation/reserv.jpg);
}

.reserv-title{
    margin-bottom: 65px;
}

.reserv-title h2{
    margin-bottom: 15px;
    font-size: 45px;
}

.reserv-apply-area{
    padding: 80px 50px;
    box-shadow: 0px 8px 30px #97a1b224;
    border-radius: 8px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.square-pattern{
    position: absolute;
    z-index: 9;
    background-image: url(../img/reservation/element.png);
    height: 150px;
    width: 150px;
    right: -10px;
    bottom: 0;
}

.reserv-apply-area input{
    border: 0;
    border-bottom: 1px solid #D9DDE4;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 52px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #97A1B2;
}

.dotted-pattern-6{
    position: absolute;
    width: 340px;
    height: 322px;
    display: block;
    background: url(../img/reservation/6.png) center center no-repeat;
    right: -180px;
    top: 80px;
    animation-name: ScaleMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.tri-pattern-5{
    position: absolute;
    width: 285px;
    height: 294px;
    display: block;
    background: url(../img/reservation/tri-5.png) center center no-repeat;
    right: 25px;
    top: 200px;
    animation-name: rotateMe;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* ******************************
:: 22.0  POPUP AREA 
****************************** */
.modal-dialog{
    margin-top: 100px;
    max-width: 694px !important;
    z-index: 99999;
}

.order-model .modal-dialog{
    max-width: 894px !important;
}

.modal.fade .modal-dialog{
    top: 48%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 0px;
}

.modal-header {
    border-bottom: none;
}

.download-close{
    float: right;
    background: #9b1b44;
    border-radius: 45px;
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    z-index: 99999;
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 0;
}

.download-close span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 16px;
}

#letter5{
    text-align: center;
}

.letter_inner .heading {
    margin-bottom: 0px;
}

.heading h2 {
    font-size: 35px;
    line-height: 24px;
    color: #193d6f;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.heading h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, #9b1b44 0%, transparent 100%);
    z-index: 99;
}

#letter6 .tab-content, #letter5 .tab-content {
    padding: 0 50px;
}

.order-model form{
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    color: #999;
    line-height: 24px;
    position: absolute;
    left: 34px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
    z-index: 99;
}

#letter5 select, #letter5 input {
    margin-bottom: 15px;
    position: relative;
    color: #193d6f;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #9b1b44;
    color: #193d6f;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.order-model .datepicker {
    position: relative;
}

.popup-btn a{
    background: #9b1b44;
    color: #fff;
    padding: 12px 50px;
    border-radius: 5px;
    transition: all .3s;
}

.popup-btn a:hover{
    background-color: #144d5b;
    color: #fff;
}

.popup-btn input[type=submit]{
    background: #9b1b44;
    width: auto !important;
    color: #fff !important;
    padding: 5px 50px !important;
    border-radius: 5px !important;
    transition: all .3s;
}

.popup-btn input[type=submit]:hover{
    background-color: #144d5b;
    color: #fff;
}

.popup-btn{
    margin-top: 20px;
}

#tyModal .modal-content{
    background-color: #9b1b44;
}

.ty-modal-body h2 {
    font-weight:500;
    font-size: 1.8em;
    text-transform: uppercase;
    padding: 20px 0;
    color: #fff;
  }
  
  .check-done{
      font-size: 50px;
      color: #fff;
  }

.modal-header .close{
    padding: 0.8rem 1rem;
    margin: -1.5rem -1.5rem -1rem auto;
    background-color: #fff;
    border-radius: 50px;
    outline: 0;
}

.close{
    font-size: 1.5rem !important;
}

/* ******************************
:: 23.0 TESTIMONIALS PAGE 
****************************** */
.breadcrumb-area-testi{
    background-image: url(../img/testimonials/testimonials.jpg);
}

.testi-main-area{
    position: relative;
}

.sec-title{
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.sec-title h1{
    margin-bottom: 10px;
}

.sec-title p{
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: #555555;
}

.testi-inner{
    position: relative;
    display: block;
    text-align: center;
    margin: 20px 20px 0px;
}

.testi-inner .content-box-testi{
    position: relative;
    display: block;
    margin-bottom: 45px;
    transition: all 300ms ease;
}

.testi-inner .content-box-testi::before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 300ms ease;
}

.testi-inner .content-box-testi::after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 0px;
    width: 32px;
    height: 10px;
    border: 5px solid #ffffff;
    z-index: 2;
}

.testi-inner .content-box-testi .content{
    position: relative;
    display: block;
    padding: 40px 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    transition: all 300ms ease;
    z-index: 1;
}

.quote-icon{
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1em;
    margin-bottom: 12px;
    color: #d7d7d7;
}

.testi-inner .content-box-testi .text p{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    color: #555555;
}

.owl-dots{
    display: block;
    margin-top: 25px;
}

.owl-dots button{
    background-color: #ccc !important;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(0,0,0,0.10);
    border-radius: 50%;
    margin: 0 7px;
    position: relative;
    outline: none;
}

.owl-dots button::before{
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    background: rgb(0 0 0 / 66%);
    border-radius: 50%;
    z-index: 1;
}

.owl-dots button.active{
    background-color: #ddd !important;
    border: 2px solid rgba(0,0,0,0.8);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
}

.testi-info{
    position: relative;
    display: block;
    line-height: 1.5em;
    color: #666666;
    min-height: 90px;
}

.testi-info .image{
    position: relative;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0px 25px 25px 0px rgb(0 0 0 / 3%);
}

.testi-info .image img{
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.testi-info .name{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    color: #1b1c1e;
    font-weight: 500;
    text-transform: capitalize;
}

.testi-info .designation{
    position: relative;
    display: block;
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.5em;
    color: #555555;
    font-weight: 400;
    text-transform: capitalize;
}

.testi-inner:hover .content-box-testi .content{
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.025);
}

.testi-inner:hover .content-box-testi .content::before,
.testi-inner:hover .content-box-testi .content{
	 border: rgba(0,0,0,0.05);
 }


 /* ******************************
:: 24.0 NEWS PAGE 
****************************** */
.breadcrumb-area-news{
    background-image: url(../img/news/banner.jpg);
}

.news-content{
    position: relative;
    display: block;
    margin-bottom: 50px;
    transition: all 0.3s ease
}

.news-inner{
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 10%);
}

.news-img{
    position: relative;
    display: block;
    overflow: hidden;
}

.news-img img{
    position: relative;
    display: block;
}

.lower-box{
    position: relative;
    padding: 75px 35px 40px;
}

.lower-box .date{
    position: absolute;
    left: 40px;
    top: -55px;
    width: 90px;
    height: 90px;
    background: #ffffff;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 10px;
    color: #1b1c1e;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
}

.lower-box .date .day{
    font-size: 22px;
    font-weight: 500;
    display: block;
}

.lower-box h3,
.lower-box a.news-head{
    position: relative;
    display: block;
    font-size: 30px;
    color: #1b1c1e;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 600;
}

.lower-box h3:hover{
    text-decoration: underline;
}

.lower-box .text{
    position: relative;
    color: #8e949f;
    line-height: 1.65em;
    margin-bottom: 22px;
}

.lower-box .link-box a{
    position: relative;
    color: #1b1c1e;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.3s ease
}

.lower-box .link-box a .icon{
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all 0.1s ease;
}

.news-content:hover .link-box a{
    padding-left: 25px;
    color: #9b1b44;
}

.news-content:hover .lower-box .link-box a .icon{
    opacity: 1;
    transform: scaleX(1);
    transition:all 0.3s ease 0.1s;
}

.side-news{
    padding: 40px 30px 50px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%), 0px 20px 25px 0px rgb(0 0 0 / 3%);
    margin-bottom: 50px;
}

.sidenews-title{
    margin-bottom: 27px;
}

.sidenews-title h4{
    osition: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 1.30em;
    color: #181b1f;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.side-news .post{
    position: relative;
    font-size: 14px;
    color: #777777;
    padding: 0px 0px 0px 110px;
    min-height: 90px;
    margin-bottom: 30px;
}

.side-news .post:last-child{
    margin-bottom: 0;
}

.side-news .post-thumb{
    background-position: center center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border-radius: 0;
}

.side-news .post-thumb1{
    background-image: url(../img/news/1.jpg);
}

.side-news .post-thumb2{
    background-image: url(../img/news/2.jpg);
}

.side-news .post-thumb3{
    background-image: url(../img/news/1.jpg);
}

.side-news .post .info{
    padding-top: 3px;
    color: #8e949f;
    line-height: 24px;
    margin-bottom: 5px;
}

.side-news .post .text{
    font-size: 18px;
    line-height: 1.5em;
    color: #222222;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.side-news .post:hover .text{
    text-decoration: underline;
}


.side-images{
    position: relative;
    margin: 0 -3px;
}

.side-images .image{
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 3px;
    margin-bottom: 6px;
}

.side-news2{
    float: left;
}

/* ******************************
:: 25.0 SINGLE NEWS PAGE 
****************************** */

.single-news-img{
    margin-bottom: 30px;
}

.single-date span{
    color: #1b1c1e;
    font-size: 16px;
}

.single-content h2{
    position: relative;
    display: block;
    font-size: 30px;
    color: #1b1c1e;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.single-content p{
    color: #0b0b0c;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.btn-back{
    margin-top: 50px;
}

.btn-back a{
    background: #9b1b44;
    padding: 12px 40px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .3s ease;
}

.btn-back a:hover{
    background-color: #144d5b;
    color: #fff;
}

.btn-back .icon2{
    margin-right: 10px;
}

/* ******************************
:: 26.0 GALLERY PAGE CSS
****************************** */

.gallery-img{
    position: relative;
}

.gallery-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(3, 37, 51, 0.60);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.gallery-overlay a{
    height: 70px;
    width: 70px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 75px;
}

.gallery-overlay a i{
    font-size: 30px;
    color: #fff;
    line-height: 70px;
}

.gallery-overlay a svg{
    color: #fff;
    font-size: 30px;
}

.gallery-img:hover .gallery-overlay{
    visibility: visible;
    opacity: 1;
}

/* ******************************
:: 27.0 ABOUT HOTELS PAGE
****************************** */
.breadcrumb-area-hotels{
    background-image: url(../img/about/slider.jpg);
}

.hotels-head{
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.hotels-head h1{
    font-size: 80px;
    color: #9b1b44;
    margin-bottom: 12px;
}

.hotels-head p{
    font-size: 16px;
    line-height: 26px;
    padding: 0 50px;
}

.hotel-block{
    margin-bottom: 35px;
}

.hotel-block .inner-box{
    position: relative;
    display: block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
}

.hotel-block .image-box{
    position: relative;
    display: block;
    background: #171b27;
    height: 370px;
}

.hotel-block .image-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    transition: all 500ms ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hotel-block .image-layer1{
    background-image: url(../img/about/hotels/kannur.jpg);
}

.hotel-block .image-layer2{
    background-image: url(../img/about/hotels/chakkarakkal.jpg);
}

.hotel-block .image-layer3{
    background-image: url(../img/about/hotels/payyanur.jpg);
}

.hotel-block .image-layer4{
    background-image: url(../img/about/hotels/iritty.jpg);
}

.hotel-block .image-layer5{
    background-image: url(../img/about/hotels/peravoor.jpg);
}

.hotel-block .image-layer6{
    background-image: url(../img/about/hotels/kannur2.jpg);
}

.cap-box{
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    max-width: 350px;
    opacity: 1;
    transition: all 500ms ease 200ms;
}

.cap-inner{
    position: relative;
    display: block;
    padding: 18px 20px 18px 40px;
    background: #ffffff;
}

.cap-inner::before{
    content: '';
    position: absolute;
    right: 0;
    top: -15px;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
}

.cap-inner span{
    position: relative;
    display: block;
    line-height: 24px;
    color: #1b1c1e;
    text-transform: uppercase;
    font-weight: 500;
}

.cap-inner h5{
    position: relative;
    display: block;
    margin: 0;
    color: #144d5b;
    font-size: 32px
}

.hover-box{
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    max-width: 450px;
    opacity: 0;
    -webkit-transform: translateY(-102%);
    -ms-transform: translateY(-102%);
    transform: translateY(-102%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.hover-box .hover-inner{
    position: relative;
    display: block;
    padding: 35px 40px 40px 40px;
    background: #ffffff;
    height: 100%;
}

.hover-inner h4{
    margin-bottom: 15px;
    font-size: 25px
}

.hover-box .text{
    position: relative;
    display: block;
    color: #555555;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 40px;
}

.hover-box .link-box{
    position: relative;
    display: block;
}

.hover-box .link-box a{
    position: relative;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 40px;
    background: #9b1b44;
    border-radius: 0px;
    outline: 1px solid transparent;
    z-index: 1;
    border: 1px solid #9b1b44;
}

.hover-box .link-box a:hover{
    background-color: #fff;
    color: #9b1b44;
    border: 1px solid #9b1b44;
}

.hotel-block:hover .hover-box{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease 200ms;
}

.hotels-head h3{
    font-size: 25px;
    color: #9b1b44;
    margin-bottom: 12px;
}

  .cont_link_box {
    z-index: 100;
    position: fixed;
    right: 15px;
    top: 80%;
    transform: translateY(-50%);
    width: 50px;
    display: inline-block;
  }

  .callnow_inte {
    margin-bottom: 10px;
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0057d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
  }

  .whatsapp_inte {
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #2ab03f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
  }

/* ******************************
:: 28.0 Thankyou PAGE
****************************** */
.thank-you{
    padding: 80px 0;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-thanks h1{
    font-size: 6.25rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    color: #1a1a1a;
}

.text-content .fa-check{
    line-height: 1;
    color: #24b663;
    font-size: 9.75rem;
}

.text-content p{
    font-size: 18px;
    line-height: 30px;
    max-width: 750px;
    margin: 0 auto;
}

.thankyou-btns{
    margin-top: 30px;
}

.thankyou-btns a{
    border: 2px solid #9b1b44;
    padding: 10px 30px;
    transition: all .3s ease;
    font-size: 16px;
    color: #9b1b44;
}

.thankyou-btns a:hover{
    background-color: #9b1b44;
    color: #fff;
}

#tyModalnew .modal-content{
    background-color: #9b1b44;
}




.blog_imgblock{
    width: 100%;
}

.blog_footer{
    padding-bottom: 80px;
}



.blog_desktop{
    display: block;
}

.blog_mobile{
    display: none;
}

.blogmore_imgblock{
    width: 100%;
    text-align: center;
}

.hotels-head-blogmore {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.hotels-head-blogmore h1 {
    font-size: 37px;
    color: #183c6c;
    margin-bottom: 12px;
}

.hotels-head-blogmore p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 50px;
}

.hotels-head-blogmore h3 {
    font-size: 25px;
    color: #183c6c;
    margin-bottom: 12px;
}


.seo-area{
    padding: 50px;
    background-color: #e4e4e4;
}

.scroll-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
    
  }
  
  .scroll-box:hover {
    overflow-y: scroll;
  }

  .seo-area li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
    }


.welcome-intro .link{
    padding-top: 40px;
}

.welcome-intro .link a {
    font-size: 15px;
    background: #facb8a;
    color: #004533;
    padding: 15px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-top: 50px;
}

.gold-area{
    background-color: #f8f4eb;
    margin: 0 auto;
}

.gold-cover-img{
    height : 100%;
}

.content-gold h1{
    font-size: 85px;
    color: #3d0101;
    text-transform: uppercase;
    padding-top: 80px;
}

.content-gold p{
    color: #050409;
    font-size: 23px;
    line-height: 40px;
    font-weight: 100;
}

.single-gold-slider{
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
}

.link a {
    font-size: 15px;
    background: #ce994b;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-top: 50px;
}

.diamond-area{
    background-color: #ffffff;
}

.diamond-content h1{
    font-size: 90px;
    color: #3e0001;
    text-transform: uppercase;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 10px;
}

.diamond-content p{
    color: #050409;
    font-size: 21px;
    line-height: 40px;
    font-weight: 100;
    text-align: center;
}

.single-diamond-slider{
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
}

.single-diamond-slider img{
    width: 95% !important;
}

.diamond-area .link{
    padding-bottom: 100px;
}

.other-ornament-area{
    background-color: #f8f4eb;
    padding-top: 50px;
    padding-bottom: 100px;
}

.other-ornament-content h1{
    font-size: 75px;
    color: #3e0100;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 100;
}

.other-ornament-content img{
    width: 95%;
    float: left;

}

.other-ornament-content .link a{
    font-size: 15px;
    background: #3e0000;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-top: -80px;
    float: right;
}

.midle-banner-area img{
    width: 100%;
    text-align: center;
}

.midle-banner-content{
    margin-top: -520px;
    margin-left: 300px;
}

.midle-banner-content h1{
    font-size: 60px;
    color: #3e0100;
    text-transform: uppercase;
    font-weight: 100;
}

.midle-banner-content .link{
    padding-top: 20px;
}

.about-us-area{
    background-color: #ffffff;
    margin: 0 auto;
}

.about-us-content{
    padding-left: 40px;
}

.about-us-content h3{
    font-size: 23px;
    padding-top: 130px;
    color: #ce994b;
}

.about-us-content h1{
    font-size: 60px;
    text-transform: uppercase;
    color: #3e0001;
}

.about-us-content p{
    font-size: 23px;
    font-weight: 100;
    line-height: 35px;
    padding-top: 20px;

}

.about-us-content .link{
    padding-top: 60px;
}

.why-us-left-content{
    padding-left: 200px;
    padding-bottom: 30px;
}

.why-us-left-content h1{
    padding-top: 80px;
    font-size: 60px;
    text-transform: uppercase;
    color: #3e0001;
}

.why-us-left-content p{
    font-size: 23px;
    font-weight: 100;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.why-us-right-content{
    background-color: #3e0000;
    height: 100%;
}

.why-icones{
    padding-top: 150px;
    padding-left: 200px;
}

.why-icones img{
    height: 60px;
}

.why-icones p{
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    padding-left: 50px;
    font-weight: 100;
    padding-top: 10px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.shop-by-category-area{
    background-color: #ffffff;
    margin: 0 auto;
    padding-bottom: 60px;
}

.shop-by-category-content h1{
    padding-top: 80px;
    font-size: 60px;
    text-transform: uppercase;
    color: #3e0001;
    text-align: center;
    padding-bottom: 20px;
}

.shop-by-category-content img{
    padding-top: 20px;
}

.our-brands-area{
    background-color: #f8f4eb;
}

.our-brands-left{
    padding-left: 300px;
    padding-bottom: 50px;
}

.our-brands-left h1{
    padding-top: 120px;
    font-size: 60px;
    text-transform: uppercase;
    color: #3e0001;
    padding-bottom: 50px;
}

.our-brands-left img{
    padding-bottom: 20px;
    width:100%;
}

.our-brands-right img{
    width: 100%;
}

.footer-above-banner-area{
    padding-top: 70px;
    padding-bottom: 250px;
    background-color: #ffffff;
}

.footer-above-banner-content p{
    color: #ffffff;
    margin-top: -300px;
    margin-left: 600px;
    font-size: 33px;
    font-weight: 100;
    line-height: 40px;
}

.footer-above-banner-content .link{
    margin-left: 600px;
    margin-top: 40px;
}

.footer-area-content{
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-area-logo{
    text-align: center;
}

.footer-area-gplay{
    text-align: right;
}

.footer-area-gplay p{
    padding-top: 30px;
    color:#ffffff;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 100;
    text-transform: uppercase;
}

.footer-area-fstore{
    padding-top: 60px;
}

.footer-area-line{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-area-contact-content h3{
    color: #ffffff;
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer-area-contact-content p{
    color: #ffffff;
    font-size: 15px;
}

.navbar-sticky-on .nav-gold-rate {
    background-color: #ce994b;
    padding-top: 22px;
    padding-bottom: 23px;
}

.nav-link:hover{
    color: #facb8a !important;
}

.footer-area-gplay a{
    font-size: 26px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.aboutus-count-area{
    margin: auto;
}

.aboutus-count-back{
    border-radius: 20px;
    background-color: #fff8ef;
    width: 100%;
    display: flex;
    margin-top: -100px;
}

.about-us-count-content{
    margin: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-us-count-content h2{
    color: #004533;
    font-size: 80px;
    font-weight: 800;
    font-family: 'Lufga-SemiBold';
}

.about-us-count-content h2 span{
    color: #eab66f;
    font-size: 60px;
    font-weight: 800;
    font-family: 'Lufga-SemiBold';
}

.about-us-count-content p{
    color: #004533;
    font-size: 20px;
    font-family: 'Lufga-SemiBold';
    font-weight: 500;
}

.about-us-count-content1{
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
}

.about-us-count-content1 h2{
    color: #004533;
    font-size: 80px;
    font-weight: 800;
    font-family: 'Lufga-SemiBold';
}

.about-us-count-content1 h2 span{
    color: #eab66f;
    font-size: 60px;
    font-weight: 800;
    font-family: 'Lufga-SemiBold';
}

.about-us-count-content1 p{
    color: #004533;
    font-size: 30px;
    font-family: 'Lufga-SemiBold';
    font-weight: 800;
}

.aboutus-area{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutus-top-head{
    display: flex;
}

.aboutus-top-head p{
    font-size: 22px;
    color: #facb8a;
    padding-top: 12px;
}

.aboutus-head{
    display: block;
    margin: auto;
    width: 100%;
    padding-top: 20px;
}

.aboutus-head h2{
    font-size: 55px;
    font-weight: 800;
    color: #004533;
    line-height: 1;
}

.aboutus-content-first{
    padding-top: 30px;
    margin: auto;
    float: left;
    text-align: left;
    width: 100%;
    display: flex;
}

.aboutus-shape-box{
    display: flex;
    padding-top: 30px;
}

.aboutus-shape-box img{
    width: 50px;
    height: 50px;
}

.aboutus-shape-box p{
    padding-left: 20px;
    color: #373737;
    font-size: 22px;
}

.aboutus-content-second{
    padding-top: 30px;
    text-align: justify;
}

.aboutus-content-second p{
    font-size: 24px;
    color: #040404;
    line-height: 30px;
}

.aboutus-content-third{
    padding-top: 40px;
}

.aboutus-content-third a{
    color: #004533;
    font-size: 28px;
    padding-top: 30px;
    text-decoration: underline;
}

.service-area{
    padding-top: 30px;
    padding-bottom: 80px;
}

.service-area-top-head{
    display: flex;
    text-align: center;
    margin: auto;
}

.service-area-top-head p{
    font-size: 22px;
    color: #facb8a;
    padding-top: 12px;
}

.service-area-head{
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
}

.service-area-head h2{
    color: #004533;
    font-size: 37px;
    font-weight: 800;
}

.service-area-block{
    padding-top: 30px;
    display: flex;
    width: 100%;
}

.service-area-single-block-footer{
    background-color: #438473;
    padding: 35px;
}

.service-area-single-block-footer h3{
    color: #ccb984;
    font-weight: 800;
    font-size: 34px;
    padding-bottom: 10px;
}

.service-area-single-block-footer p{
    color: #d0e0dc;
    font-size: 22px;
    padding-bottom: 10px;
}

.service-area-single-block-footer a{
    color: #d0e0dc;
    font-size: 18px;
}

.our-guru-area{
    background-image: url('../img/guru/back-banner.png');
    height: 700px;
}

.our-guru-head{
    padding-top: 150px;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #facb8a;
    margin-left: 30px;
}

.our-guru-head h3{
    color: #facb8a;
    font-weight: 800;
    font-size: 33px;
}

.our-guru-content{
    padding-top: 40px;
    margin-left: 30px;
}

.our-guru-content p{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 100;
    padding-bottom: 60px;
}

.testimonals-area{
    color: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
}

.testimonals-area-title{
    display: flex;
    margin: auto;
    text-align: center;
}

.testimonals-area-title h4{
    color: #facb8a;
    font-weight: 100;
    font-size: 25px;
    padding-top: 10px;
}

.testimonals-area-head{
    margin: auto;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.testimonals-area-head h3{
    color: #004533;
    font-weight: 800;
    font-size: 50px;
    padding-bottom: 40px;
}

.testimonals-area-content{
    background-color: #fff8ef;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -90px;
    min-height: 630px;
}

.testimonals-area-image{
    text-align: center;
}

.testimonals-area-content img{
    padding-top: 130px;
}

.testimonals-area-image img{
    z-index: 99;
    margin: auto;
}

.testimonals-area-content p{
    color: #000;
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 30px;
}

.testimonals-area-content h4{
    color: #000;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonals-area-content h5{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.testimonals-area-single-slider{
    margin-left: 10px;
    margin-right: 10px;
}

.our-blog-podcast-area{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.our-blog-podcast-area-title{
    display: flex;
    width: 100%;
}

.our-blog-podcast-area-title h4{
    color: #004533;
    font-size: 40px;
    font-weight: 800;

}

.our-blog-podcast-area-title-right{
    float: right;
    text-align: right;
    display: flex;
    margin-left: auto;
}

.our-blog-podcast-area-title-right h5{
    color: #004533;
    font-size: 25px;
    text-wrap: nowrap;
    padding-top: 8px;
    padding-right: 12px;
}

.blog-area-box-bottom{
    background-color: #fff8ef;
    padding: 35px;
}

.blog-button{
    font-size: 20px;
    background: #004533;
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 2px;
    width:150px;
    border-radius: 30px;
    text-align: center;
    font-weight: 800;
}

.blog-area-box-bottom p{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    color: #000;
}

.blog-area-box-more{
    display: flex;
}


.blog-area-box-more h6{
    font-size: 20px;
    color: #004533;
    padding-left: 10px;
    padding-top: 4px;
}

.blog-area-box{
    margin-right: 50px;
    padding-top: 40px;
}

.podcast-button{
    font-size: 20px;
    background: #cf994c;
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 2px;
    width:150px;
    border-radius: 30px;
    text-align: center;
    font-weight: 800;
}

.news-events-area{
    background-color: #fff8ef;
    padding-top: 60px;
    padding-bottom: 60px;

}

.news-events-area-title{
    display: flex;
    width: 100%;
}

.news-events-area-title h4{
    color: #004533;
    font-size: 40px;
    font-weight: 800;

}

.news-events-area-box{
    margin-right: 50px;
    padding-top: 40px;
}

.news-events-area-box-bottom{
    background-color: #438473;
    padding: 35px;
}

.news-events-area-box-bottom p{
    color: #facb8a;
    font-size: 17px;
    padding-bottom: 20px;
}


.news-events-area-box-bottom h4{
    color:#fff;
    font-size: 28px;
}

.news-events-area-box-more{
    display: flex;
    padding-top: 20px;
}


.news-events-area-box-more h6{
    color: #facb8a;
    font-size: 20px;
    padding-left: 10px;
}

.news-letter-area{
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.news-letter-content h3{
    color: #004533;
    font-size: 40px;
    font-weight: 800;
}

.news-letter-content h4{
    color: #004533;
    font-size: 22px;
}

.footer-logo-area{
    background-color: #004533;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-logo{
    text-align: center;
    margin: auto;
    display: block;
}

.footer-area{
    padding-top: 50px;
    background-color: #fff;

}

.footer-area .row{
    padding-bottom:30px;
    border-bottom: 1px solid #ce994b;
}

.footer-menu ul{
    list-style:none;
    position:relative;
}

.footer-menu li{
    float:left;
    position:relative;
    margin-left: 9px;
    color: #004533;
    font-size: 17px;

}

.footer-phone h3{
    color: #004533;
    font-size: 25px;
    font-weight: 700;
}

.footer-phone p{
    color: #004533;
    font-size: 18px;
}

.footer-social-media h5{
    color: #004533;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.footer-social-media a{
    color: #004533;
    font-size: 25px;
    margin-left: 8px;
}

.footer-privacy-area{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1a1a1a;
}

.footer-privacy-area p{
    color: #8d8d8d;
}

.form-class input[type='email']{
    background: #004533;
    margin-left: 50px;
    width:300px;
    height: 50px;
    margin-top: 10px;
    color: #fff;
    border: none;
}

.form-class input[type='submit']{
    background: #ce994b;
    width:150px;
    height: 50px;
    border: none;
    color: #fff;
}

.testimonals-area-box .owl-nav{
    position: absolute;
    right: 10px;
    margin-top: -700px;
}

.testimonals-area-box .owl-nav button{
    width: 45px;
    height: 45px;
    border: 1px solid #c9d6d8 !important;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonals-area-box .owl-nav [class*=owl-]:hover{
    background-color: #195a62;
}

.testimonals-area-box .owl-nav button:last-child{
    margin-right: 0;
}

.testimonals-area-box .owl-nav button span{
    font-size: 35px;
    color: #c9d6d8;
}

.blog-area-slider-master .owl-carousel{
    transform: rotate(90deg) !important;
    margin-top: 10px;
    text-align: left;
    padding-top: 40px;
  }
  
  .blog-area-slider .blog-area-box {
    transform: rotate(-90deg);
  }

  .blog-area-slider-master .owl-nav{
    position: absolute;
    left: 0px;
    margin-top: -590px;
}


.podcat-area-slider-master .owl-carousel{
    transform: rotate(90deg) !important;
    margin-top: 10px;
    text-align: left;
    padding-top: 40px;
  }
  
  .podcat-area-slider .blog-area-box {
    transform: rotate(-90deg);
  }

  .podcat-area-slider-master .owl-nav{
    position: absolute;
    left: 0px;
    margin-top: -590px;
}


.news-area-slider-master .owl-carousel{
    transform: rotate(90deg) !important;
    margin-top: 10px;
    text-align: left;
    padding-top: 40px;
  }
  
  .news-area-slider .news-events-area-box {
    transform: rotate(-90deg);
  }

  .news-area-slider-master .owl-nav{
    position: absolute;
    left: 0px;
    margin-top: -620px;
}

.events-area-slider-master .owl-carousel{
    transform: rotate(90deg) !important;
    margin-top: 10px;
    text-align: left;
    padding-top: 40px;
  }
  
  .events-area-slider .news-events-area-box {
    transform: rotate(-90deg);
  }

  .events-area-slider-master .owl-nav{
    position: absolute;
    left: 0px;
    margin-top: -620px;
}

.display-desktop{
    display: block;
}

.display-mobile{
    display: none;
}

.inner-banner-area{
    background-image: url('../img/about-page/banner-cover.jpg');
    height: 500px;
}

.inner-banner-content h5{
    padding-top: 210px;
    color: #facb8a;
}

.inner-banner-content h5 a{
    padding-top: 210px;
    color: #facb8a;
}

.inner-banner-content h2{
    color: #fff;
    padding-top: 15px;
    font-size: 40px;
    font-weight: 800;
    padding-right: 300px;
}

.inner-banner-content h2 span{
    color: #facb8a;
}

.aboutus-content-main{
    padding-top: 100px;
    padding-bottom: 80px;
}

.aboutus-content-main h5{
    color: #004533;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 800;
    font-size: 18px;
}

.aboutus-content-main h3{
    color: #004533;
    font-size: 35px;
    font-weight: 800;
    padding-bottom: 15px;
}

.aboutus-content-main p{
    padding-right: 150px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
}

.aboutus-content-sub{
    background-color: #facb8a;
    height: 100%;
}

.aboutus-content-sub img{
    margin-left: -90px;
    margin-top: 120px;
}

.aboutus-mission-area{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff8ef;
}

.mission-vision-box{
    background-color: #fff;
    padding: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 450px;
}

.mission-vision-box img{
    width: 80px;
    padding-bottom: 20px;
}

.mission-vision-box h3{
    color: #004533;
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 20px;

}

.mission-vision-box p{
    color: #000;
    font-size: 20px;

}

.about-point-area{
    background-image: url('../img/about-page/inner-cover.jpg');
    height: 820px;
}

.about-point h3{
    padding-top: 80px;
    color: #facb8a;
    font-size: 33px;
    font-weight: 800;
    padding-bottom: 30px;
}

.about-point ul li{
    list-style-type: disc;
    list-style-position: inside;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 100;
}

.about-point ul li::marker{
    color: #facb8a;
}


.about-point-second h3{
    color: #facb8a;
    font-size: 33px;
    font-weight: 800;
    padding-bottom: 20px;
    padding-top: 20px;
}

.about-point-second ul li{
    list-style-type: disc;
    list-style-position: inside;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 100;
}

.about-point-second ul li::marker{
    color: #facb8a;
}

.about-team-area{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.about-team{
    text-align: center;
    margin: auto;
}

.about-team h2{
    color: #004533;
    margin: auto;
    font-size: 35px;
    font-weight: 800;
}

.about-team-box {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-top: 30px;
}

.about-team-box h3{
    font-size: 23px;
    padding-top: 13px;
    padding-bottom: 5px;
    font-weight: 800;
}

.about-team-box-data{
    background-color: #00603b;
    height: 378px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
}

.about-team-box-data h4{
    color: #facb8a;
    font-weight: 800;
    padding-top: 120px;
    padding-left: 70px;
    font-size: 25px;
    padding-bottom: 15px;
}

.about-team-box-data p{
    color: #fff;
    padding-left: 70px;
    padding-right: 70px;
    font-size: 18px;
}

.about-team-box-data .link{
    padding-top: 20px;
    padding-left: 70px;
}

.about-team-box-data .link a{
    padding: 10px 30px;
}


.service-main-content {
    background-color: #438473;
    width: 100%;
    min-height: 620px;
}

.service-main-content h2{
    color: #ccb984;
    margin-left: 370px;
    overflow: hidden;
    padding-top: 150px;
    font-weight: 800;
    padding-bottom: 15px;
    margin-right: 20px;
}

.service-main-content p{
    color: #ffffff;
    margin-left: 370px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 25px;
}

.service-main-content2 {
    background-color: #438473;
    width: 100%;
    min-height: 620px;
}

.service-main-content2 h2{
    color: #ccb984;
    margin-left: 50px;
    overflow: hidden;
    padding-top: 150px;
    font-weight: 800;
    padding-bottom: 15px;
    margin-right: 370px;
}

.service-main-content2 p{
    color: #ffffff;
    margin-left: 50px;
    margin-right: 370px;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 25px;
}

.service-col-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.service-main-image{
    text-align: left;
    margin: auto;
}

.service-main-image img{
    height: 620px;
    width: 100%;
}

.service-main-image2{
    text-align: right;
    margin: auto;
}

.service-main-image2 img{
    height: 620px;
    width: 100%;
}

.service-other-area{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff8ef;
}

.service-other-area h2{
    text-align: center;
    margin: auto;
    padding-bottom: 30px;
    color: #004533;
    font-weight: 800;
}

.service-other-box-data{
    background-color: #fff;
    padding: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    min-height: 300px;
    margin-bottom: 50px;
}

.service-other-box-data ul li{
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 800;
}

.service-other-box-data ul li::marker{
    color: #facb8a;
}

.service-other-box-data h5{
    color: #004533;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.service-other-box-data h3{
    color: #004533;
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: 700;
}

.service-other-bottom-padding{
    padding-bottom: 50px;
}

.contact-area{
    background-color: #f2f0eb;
}

.write-area{
    padding-top: 10px;
    background-color: #f2f0eb;
}

.write-area-head h1{
    font-size: 3em;
    margin-bottom: 30px;
    color: #004533;
}

.map-area{
    padding-top: 0;
    background-color: #f2f0eb;
    padding-bottom: 100px;
}

.map-area .map{
    height: 450px;
    filter: grayscale(1);
    width: 100%;
}

.map-area .map iframe{
    width: 100%;
}

.adr-box{
    padding: 21px;
    border-right: 1px solid #ddd;
}

.adr-box.border-right-none{
    border-right: none;
}

.adr-box .logo{
    background: #9c7c5e;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 12px;
}

.adr-box .logo svg{
    color: #fff;
    font-size: 20px;
}

.adr-box h3{
    font-size: 25px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #004533;
}

.adr-box p{
    font-size: 16px;
    color: #144d5b;
}

.adr-box p a:hover{
    color: #144d5b;
    text-decoration: underline;
}

.btn-submit{
    text-align: center;
    text-align: center;
    background: #004533;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s;
}

.btn-submit:hover{
    background-color: #facb8a;
    color: #fff;
    letter-spacing: 3px;
}

.blog_block{
    background-color: #fff;
    margin-bottom: 50px;
}

.blog_content{
    padding-left: 5px;
    padding-right: 20px;
}

.blog_content h2{
    font-size: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: left;
    margin: auto;
}

.blog_content p{
    padding-bottom: 30px;
}

.btn_blog{
    background: #004533;
    padding: 8px 30px !important;
    font-size: 17px !important;
    text-transform: uppercase;
    text-shadow: none !important;
    color: #fff;
}

.btn_blog:hover{
    background: #cf994c;
    color: #fff;
}

.blogmore-other-area{
    background-color: #fff8ef;
}

.blogmore_imgblock{
    padding-top: 70px;

}

.blogmore-other-area h2{
    text-align: center;
    margin: auto;
    padding-top: 30px;
    color: #004533;
}

.blogmore_content{
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 80px;
}

.blogmore_content p{
    font-size: 18px;
    text-align: justify;
    padding-bottom: 20px;
}

.news-block-data h4{
    color: #cf994c;
    font-size: 18px;
    font-weight: 600;
}

.news-block-data h6{
    color: #cf994c;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
}

.news-block-data p{
    padding-bottom: 10px;

}

.ourguru-area{
    padding-top: 80px;
    padding-bottom: 80px;
}

.ourguru-area h2{
    text-align: center;
    color: #004533;
    font-weight: 800;
}

.ourguru-top-content{
    padding-top: 20px;
}

.ourguru-top-content h3{
    padding-top: 20px;
    color: #004533;
    font-weight: 600;
    padding-bottom: 10px;
}

.ourguru-top-content p{
    font-size: 16px;
}

.ourguru-journy-area{
    background-image: url('../img/about-page/inner-cover.jpg');
    padding-top: 100px;
    padding-bottom: 100px;
}

.ourguru-journy-area h2{
    color: #fff;
    padding-bottom: 15px;
}

.ourguru-journy-area p{
    color: #fff;
    font-size: 16px;
}

.ourguru-box-area{
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #fff8ef;
}

.ourguru-box-data{
    background-color: #fff;
    padding: 30px;
    min-height: 350px;
    margin-bottom: 40px;
}

.ourguru-box-data h3{
    color: #004533;
    padding-bottom: 10px;
}

.ourguru-box-data p{
    font-size: 16px;
    margin-bottom: 22px;
}

.ourguru-box-data1{
    min-height: 250px;
}

.our-blog-podcast-area-title-right a{
    display: flex;
}

.aboutus-content-main{
    max-height: 600px;
    overflow: hidden;
}

.aboutus-content-main:hover{
    overflow-y: scroll;
}

.ourguru-box-area h2{
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
}

.btn_shop_padding{
    margin-top: 25px;
}

.blog_block h5{
    text-align: center;
    font-size: 30px;
    color: #cf994c;
    background-color: #fff8ef;
}

.bz-os-btn-pad{
    padding-top: 25px;
}

.bz-video-block{
    margin-left: -380px;
    width: 400px;
    margin-top: 100px;
}

.about-team-box h6{
    color: #004533;
}

.bz-banner-mobile-video{
    display: none;
}

.bz-desktop-video{
    display: block;
}

.bz-aboutus-desktop{
    display: block;
}

.bz-aboutus-mobile{
    display: none;
}

.ourguru-box-data1 p a{
    color: #ce994b;
    font-size: 20px;
    font-weight: 800;
}

.thankyou-area{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff8ef;
    text-align: center;
    margin: auto;
}

.thankyou-area h2{
    font-size: 25px;
    text-align: center;
    margin: auto;
}

.thankyou-area p{
    text-align: center;
    margin: auto;
    margin-top: 30px;
}

.bz-aboutus{
    margin-top: -20px;
    padding-top: 70px;
    padding-bottom: 0px;
    background-color: #f2f0eb;
}


.bz-aboutus-top-title h4{
    font-size: 22px;
    color: #ff9600;
    padding-top: 12px;
}

.bz-aboutus-top-title h2{
    font-size: 55px;
    color: #1c1c1c;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 25px;
}

.bz-aboutus-top-title p{
    font-size: 20px;
    color: #373737;
    font-weight: 100;
}

.bz-aboutus-cta{
    padding-top: 40px;
}

.bz-aboutus-cta-btn1{
    background-color: #ff7e00;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 10px;
    border: 1px solid #ff7e00;
    font-size: 20px;
    margin-right: 20px;
}

.bz-aboutus-cta-btn1:hover{
    background-color: #f2f0eb;
    color: #ff7e00;
}

.bz-aboutus-cta-btn2{
    background-color: #f2f0eb;
    color: #ff7e00;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 10px;
    border: 1px solid #ff7e00;
    font-size: 20px;
    margin-right: 20px;
}

.bz-aboutus-cta-btn2:hover{
    background-color: #ff7e00;
    color: #f2f0eb;
}

.bz-aboutus-top-title{
    padding-top: 70px;
}




.bz-two-wheeler{
    background-image: url('../img/bz-back-banner1.jpg');
    padding-top: 100px;
    padding-bottom: 100px;
}

.bz-two-wheeler-data h4{
    color: #fff;
    font-size: 33px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 20px;
}

.bz-two-wheeler-data p{
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 40px;
    line-height: 1.4;
}

.bz-two-wheeler-btn1{
    background-color: transparent;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    border: 1px solid #f2f0eb;
    font-size: 16px;
    margin-top: 30px;
}

.bz-two-wheeler-btn1:hover{
    background-color: #f2f0eb;
    color: #ff7e00;
}

.bz-two-single{
    background-color: #fff;
    border-radius: 20px;
    margin-right: 20px;
}

.bz-two-single-box{
    border-bottom: 1px solid #b8b8b8;
    text-align: center;
    padding-top: 50px;
    min-height: 410px;
}

.bz-two-single-box img{
    margin: auto;
}

.bz-two-single-bx{
    border-right: 1px solid #b8b8b8;
}

.bz-two-single-bx h5{
    font-size: 23px;
    color: #1c1c1c;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    text-align: center;
}

.bz-two-single-box1{
    display: flex;
}

.bz-two-single-bx1{
    text-align: center;
}

.bz-two-single-bx1 img{
    text-align: center;
    padding-top: 20px;
}

.bz-two-wheeler-data{
    padding-top: 60px;
}



.bz-four-wheeler{
    background-color: #f2f0eb;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bz-four-wheeler-data h4{
    color: #1c1c1c;
    font-size: 33px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 20px;
}

.bz-four-wheeler-data p{
    color: #000;
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 40px;
    line-height: 1.4;
}

.bz-four-wheeler-btn1{
    background-color: transparent;
    color: #ff7e00;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    border: 1px solid #ff7e00;
    font-size: 16px;
    margin-top: 30px;
}

.bz-four-wheeler-btn1:hover{
    background-color: #ff7e00;
    color: #fff;
}

.bz-four-single{
    background-color: #fff;
    border-radius: 20px;
    margin-right: 20px;
}

.bz-four-single-box{
    border-bottom: 1px solid #b8b8b8;
    text-align: center;
    padding-top: 50px;
    min-height: 410px;
}

.bz-four-single-box img{
    margin: auto;
}

.bz-four-single-bx{
    border-right: 1px solid #b8b8b8;
}

.bz-four-single-bx h5{
    font-size: 23px;
    color: #1c1c1c;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    text-align: center;
}

.bz-four-single-box1{
    display: flex;
}

.bz-four-single-bx1{
    text-align: center;
}

.bz-four-single-bx1 img{
    text-align: center;
    padding-top: 20px;
}

.bz-four-wheeler-data{
    padding-top: 60px;
}



.bz-comm-wheeler{
    background-image: url('../img/bz-back-banner1.jpg');
    padding-top: 100px;
    padding-bottom: 100px;
}

.bz-comm-wheeler-data h4{
    color: #fff;
    font-size: 33px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 20px;
}

.bz-comm-wheeler-data p{
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 40px;
    line-height: 1.4;
}

.bz-comm-wheeler-btn1{
    background-color: transparent;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    border: 1px solid #f2f0eb;
    font-size: 16px;
    margin-top: 30px;
}

.bz-comm-wheeler-btn1:hover{
    background-color: #f2f0eb;
    color: #ff7e00;
}

.bz-comm-single{
    background-color: #fff;
    border-radius: 20px;
    margin-right: 20px;
}

.bz-comm-single-box{
    border-bottom: 1px solid #b8b8b8;
    text-align: center;
    padding-top: 50px;
    min-height: 410px;
}

.bz-comm-single-box img{
    margin: auto;
}

.bz-comm-single-bx{
    border-right: 1px solid #b8b8b8;
}

.bz-comm-single-bx h5{
    font-size: 28px;
    color: #1c1c1c;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.bz-comm-single-box1{
    display: flex;
}

.bz-comm-single-bx1{
    text-align: center;
}

.bz-comm-single-bx1 img{
    text-align: center;
    padding-top: 20px;
}

.bz-comm-wheeler-data{
    padding-top: 60px;
}

.bz-testimonials{
    padding-top: 70px;
    background-color: #f2f0eb;
}

.bz-testimonials-title{
    margin: auto;
    width: 100%;
}

.bz-testimonials-title h4{
    text-align: left;
    float: left;
    color: #1c1c1c;
    font-size: 35px;
    font-weight: 600;
}

.bz-testimonials-title a{
    text-align: right;
    float: right;
    color: #a09c93;
    font-weight: 600;
    font-size: 18px;
}

.bz-testimonials-title a img{
    padding-left: 20px;
    width: 35px;
}

.bz-testimonials-data-block{
    background-color: #fff;
    padding: 40px;
    display: flex;
}

.bz-testimonials-data-block img{
    padding-right: 30px;
    height: 50px;
}

.bz-testimonials-data-block p{
    color: #000;
    font-size: 20px;
    font-weight: 100;
    margin-top: 30px;
}

.bz-testimonials-data-slider{
    padding-top: 30px;
}

.bz-testimonials-data{
    padding-top: 30px;
}

.bz-testimonials-data-address{
    display: flex;
    padding-top: 20px;
    padding-left: 60px;
}

.bz-testimonials-data-address img{
    width: 90px;
}

.bz-testimonials-data-address-part2{
    padding-left: 20px;
    padding-top: 28px;
}

.bz-testimonials-data-address-part2 h5{
    color: #232323;
    font-size: 20px;
}

.bz-testimonials-data-address-part2 h6{
    color: #232323;
    font-size: 16px;
}

.bz-testimonials-item{
    margin-right: 30px;
}

.bz-bottom-cover{
    padding-top: 100px;
}

.bz-bottom-cover-btn{
    background-color: #ffffff;
    color: #1c1c1c;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    font-size: 20px;
}

.bz-bottom-cover-btn:hover{
    background-color: #ff7e00;
    color: #1c1c1c;
    border: 1px solid #ffffff;
}


.bz-bottom-cover-txt{
    padding-left: 100px;
    margin-top: -380px;
    margin-bottom: 210px;
}


.bz-bottom-cover-txt h2{
    margin-bottom: 40px;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}


.bz-blog{
    padding-top: 70px;
    background-color: #f2f0eb;
    padding-bottom: 40px;
}

.bz-blog-title{
    margin: auto;
    width: 100%;
}

.bz-blog-title h4{
    text-align: left;
    float: left;
    color: #1c1c1c;
    font-size: 35px;
    font-weight: 600;
}

.bz-blog-title a{
    text-align: right;
    float: right;
    color: #a09c93;
    font-weight: 600;
    font-size: 18px;
}

.bz-blog-title a img{
    padding-left: 20px;
    width: 35px;
}

.bz-blog-data-slider{
    padding-top: 30px;
}

.bz-blog-item{
    margin-right: 30px;
}

.bz-blog-item img{
    width: 100%;
}

.bz-blog-data-bg{
    background-color: #fff;
    min-height: 200px;
}

.bz-blog-data-bg{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.bz-blog-data-bg p{
    color: #ff7e00;
    text-align: left;
    font-size: 18px;
}

.bz-blog-data-bg p span{
    color: #ff7e00;
    text-align: right;
    float: right;
}

.bz-blog-data-bg h5{
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bz-blog-data-bg img{
    width: 30px;
    padding-bottom: 10px;
}

.bz-footer-area{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #232323;
}

.bz-footer-logo{
    width: 100%;
    margin: auto;
    padding-bottom: 40px;
}

.bz-footer-cta{
    float: right;
    text-align: right;
}

.bz-footer-cta i{
    color: #fff;
}

.bz-footer-cta svg{
    color: #fff;
    font-size: 35px;
    padding-left: 20px;
}

.bz-footer-box1 h4{
    color: #f17802;
    font-size: 23px;
}

.bz-footer-box1 hr{
    border: 1px solid #696969;
}

.bz-footer-side2{
    flex: 0 0 50%;
    max-width: 50%;
}

.bz-footer-box1 p{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}

.bz-footer-side{
    display: flex;
}

.bz-footer-box1 p span{
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}

.bz-footer-right{
    text-align: right;
    float: right;
}

.bz-footer-box1{
    margin-right: 30px;
}

.bz-footer-box2 h4{
    color: #f17802;
    font-size: 23px;
}

.bz-footer-box2 hr{
    border: 1px solid #696969;
}

.bz-footer-box2 p{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}

.bz-footer-box2 p span{
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}

.bz-footer-box2{
    margin-left: 30px;
}

.single-banner img{
    width: 100% !important;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    position: relative;
    padding-top: 100px;
}

.bz-display-mobile{
    display: none;
}

.benzol-cover-img{
    width: 100%;
}

.benzol-cover-img img{
    object-fit: cover;
    background-position: center;
    height: auto;
    width: 100%;
}

.benzol-about-us-section{
    background-color: #ffffff;
    padding-bottom: 60px;
    padding-top: 60px;
}

.benzol-about-first-part1 h5{
    font-size: 100px;
    color: #1c1c1c;
    font-weight: 500;
}

.benzol-about-first-part1 h5 span{
    color: #ff7e00;
    margin-top: 10px;
    font-size: 90px;
}

.benzol-about-first-part1 p{
    font-size: 20px;
    font-weight: 100;
    color: #373737;
}

.benzol-about-first-part1{
    padding-bottom: 40px;
    border-bottom: 1px solid #b1b1b1;
}

.benzol-about-first-part2{
    padding-top: 30px;
}

.benzol-about-first-part2 h5{
    font-size: 100px;
    color: #1c1c1c;
    font-weight: 500;
}

.benzol-about-first-part2 h5 span{
    color: #ff7e00;
    margin-top: 10px;
    font-size: 90px;
}

.benzol-about-first-part2 p{
    font-size: 20px;
    font-weight: 100;
    color: #373737;
}

.benzol-about-content h3{
    color: #1c1c1c;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 30px;
}

.benzol-about-content h4{
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 30px;
}

.benzol-about-content p{
    font-size: 21px;
    color: #373737;
    line-height: 25px;
    padding-bottom: 22px;
}

.benzol-about-vision-section{
    background-image: url('../img/bz-back-banner1.jpg');
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.benzol-about-vision-box1{
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 20px;
}

.benzol-about-vision-box1 h4{
    font-size: 28px;
    color: #000000;
    font-weight: 800;
    padding-bottom: 20px;
}

.benzol-about-vision-box1 p{
    font-size: 20px;
    color: #373737;
    
}

.benzol-about-why-choose-section{
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.benzol-about-why-choose-box1 h4{
    font-size: 28px;
    color: #1c1c1c;
    font-weight: 800;
    padding-bottom: 20px;
    padding-top: 30px;
}

.benzol-about-why-choose-box1 h5{
    font-size: 25px;
    color: #1c1c1c;
    font-weight: 800;
    padding-bottom: 20px;
    padding-top: 30px;
}

.benzol-about-why-choose-box1 p{
    font-size: 20px;
    color: #373737;
}

.benzol-about-why-img{
    padding-top: 50px;
}

.benzol-about-why-img-content{
    padding-left: 100px;
    margin-top: -250px;
}

.benzol-about-why-img-content h3{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
}

.benzol-about-cta{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffffff;
    border-radius: 10px;
}

.bz-footer-side a{
    color: #fff;
}

.benzol-products-two-wheeler-section{
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #f2f0eb;
}

.benzol-products-cover-img{
    width: 100%;
    background-color: #f2f0eb;
}

.benzol-products-cover-img img{
    object-fit: cover;
    background-position: center;
    height: auto;
    width: 100%;
}

.benzol-products-two-wheeler h3{
    color: #1c1c1c;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

.benzol-products-two-wheeler p{
    font-size: 21px;
    color: #373737;
    line-height: 25px;
    padding-bottom: 22px;
}

.benzol-products-box{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
}

.benzol-products-box-name{
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}

.benzol-products-box-name h4{
    text-align: center;
}

.benzol-products-box-details{
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #ff7e00;
}

.benzol-products-four-wheeler-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/bz-back-banner1.jpg);
}

.benzol-products-four-wheeler h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

.benzol-products-four-wheeler p {
    font-size: 21px;
    color: #fff;
    line-height: 25px;
    padding-bottom: 22px;
}

.benzol-products-diesel-petrol-engine-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f0eb;
}

.benzol-products-diesel-petrol-engine h3 {
    color: #1c1c1c;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

.benzol-products-diesel-petrol-engine p {
    font-size: 21px;
    color: #373737;
    line-height: 25px;
    padding-bottom: 22px;
}

.benzol-products-gear-oil-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/bz-back-banner1.jpg);
}

.benzol-products-gear-oil h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

.benzol-products-gear-oil p {
    font-size: 21px;
    color: #fff;
    line-height: 25px;
    padding-bottom: 22px;
}


.benzol-products-industrial-oil-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f0eb;
}

.benzol-products-industrial-oil h3 {
    color: #1c1c1c;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

.benzol-products-industrial-oil p {
    font-size: 21px;
    color: #373737;
    line-height: 25px;
    padding-bottom: 22px;
}

.benzol-blog-cover-img{
    width: 100%;
    background-color: #f2f0eb;
}

.benzol-blog-cover-img img{
    object-fit: cover;
    background-position: center;
    height: auto;
    width: 100%;
}

.benzol-blog-page-section{
    background-color: #f2f0eb;
    padding-top: 20px;
    padding-bottom: 50px;
}

.benzol-blog-page h3 {
    color: #1c1c1c;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bz-blog-page{
    margin-bottom: 30px;
}

.benzol-gallery-cover-img{
    width: 100%;
    background-color: #f2f0eb;
}

.benzol-gallery-cover-img img{
    object-fit: cover;
    background-position: center;
    height: auto;
    width: 100%;
}

.benzol-gallery-page-section{
    background-color: #f2f0eb;
    padding-top: 20px;
    padding-bottom: 50px;
}

.benzol-gallery-page h3 {
    color: #1c1c1c;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bz-gallery-page{
    margin-bottom: 30px;
}

.benzol-testimonials-cover-img{
    width: 100%;
    background-color: #f2f0eb;
}

.benzol-testimonials-cover-img img{
    object-fit: cover;
    background-position: center;
    height: auto;
    width: 100%;
}

.benzol-testimonials-page-section{
    background-color: #f2f0eb;
    padding-top: 20px;
    padding-bottom: 50px;
}

.benzol-testimonials-page h3 {
    color: #1c1c1c;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bz-testimonials-page{
    margin-bottom: 30px;
}

.benzol-contact-cover-img{
    width: 100%;
    background-color: #f2f0eb;
}

.benzol-contact-cover-img img{
    object-fit: cover;
    background-position: center;
    height: auto;
    width: 100%;
}

.benzol-contact-page-section{
    background-color: #f2f0eb;
    padding-top: 20px;
    padding-bottom: 50px;
}

.benzol-blogs-page-data img{
    width: 100%;
}

.benzol-blogs-page-data h1{
    font-size: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.benzol-blogs-page-data p{
    font-size: 18px;
    padding-bottom: 20px;
}

.benzol-blogs-page-data a{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #ff7e00;
    color: #fff;
    font-size: 18px;
}

.benzol-blogs-page-section{
    padding-top: 60px;
    padding-bottom: 30px;
}

.benzol-blogs-page-related{
    background-color: #f2f0eb;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.benzol-blogs-page-related-item1{
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #777;
}

.benzol-blogs-page-related-item1 img{
    height: 50px;
}

.benzol-blogs-page-related-item1 h4{
    font-size: 14px;
    font-weight: 100;
    padding-left: 10px;
    padding-top: 10px;

}

.benzol-products-two-wheeler-section img{
    height: 220px;
    margin: 0 auto;
    display: block;
}

.benzol-products-four-wheeler-section img{
    height: 220px;
    margin: 0 auto;
    display: block;
}

.benzol-products-diesel-petrol-engine-section img{
    height: 220px;
    margin: 0 auto;
    display: block;
}

.benzol-products-gear-oil-section img{
    height: 220px;
    margin: 0 auto;
    display: block;
}

.benzol-products-industrial-oil-section img{
    height: 220px;
    margin: 0 auto;
    display: block;
}

.benzol-products-box-details h5{
    color: #838383;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
}

.benzol-products-box-details h6{
    display: flex;
    flex-wrap: wrap;
    color: #ff7e00;
    font-size: 16px;
    font-weight: 200;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.benzol-products-box-details h6 span{
    border: 1px solid #838383;
    background-color: #e5e5e599;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.bz-two-single-box img{
    height: 280px;
}

.bz-four-single-box img{
    height: 280px;
}

.benzol-buy-now-cs{
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.benzol-buy-now-btn{
    background-color: #ff7e00;
    color: #fff;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}

.benzol-buy-now-btn:hover{
    border: 1px solid #ff7e00;
    background-color: transparent;
    color: #ff7e00;
}

.asc-gallery-img-bk{
    background-color: #cecece;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    margin-bottom: 20px;
}

.asc-gallery-img-bk h3{
    color: #141414;
}

.bz-gallery-new{
    margin-bottom: 15px;
}

.benzol-about-footer-align{
    align-items: center;
}
