@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Bold.woff2') format('woff2'),
        url('fonts/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-BoldItalic.woff2') format('woff2'),
        url('fonts/NotoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Italic.woff2') format('woff2'),
        url('fonts/NotoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans.woff2') format('woff2'),
        url('fonts/NotoSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
  }
.top-bg-black {
    background-color: #000;
}
.terms-modal .modal-title {
    display: block;
    display: inline-block;
}
.terms-modal .modal-header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #106a39;
    color: #fff;
}
.terms-modal .close {
    color: #fff;
    opacity: 1;
}
.terms-modal ::marker {
    color: #106a39; 
}
.terms-modal .btn-danger {
    color: #fff;
    background-color: #106a39;
    border-color: #106a39;
}
.terms-modal .modal-content {
    border: none;
}
.head-icons img {
    width: 18px;
    margin-left: 5px;
}
.head-icons .twitter {
    margin-top: 3px;
}
.content-wid {
    width: 85%;
    margin: 0px auto;
    display: block;
}
.main-logo {
    width: 65%;
}
.top-bar {
    padding: 8px 0px;
    text-align: left;
}
.phone-call {
    width: 15px;
    margin-right: 10px;
}
.call-div {
    display: inline-block;
    /* width: 15%; */
    text-align: center;
}
.right-bor:after {
    content: "";
    border-right: 2px solid #fff;
    font-size: 12px;
    margin: 0px 15px;
}
.call-text {
    font-size: 14px;
    font-family: 'Noto Sans';
    color: #fff;
}
.nav-item a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    font-family: 'Noto Sans';
}
.nav-item a:hover {
    color: #f58b27;
}
.navbar {
    float: right;
    padding: 0px;
    margin-top: 35px;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.slider-img {
    width: 100%;
    /* height: 100vh; */
}
.home-slider {
    /* position: absolute; */
    top: 0px;
    width: 100%;
}
.header {
    position: relative;
    z-index: 999;
}
#about {
    overflow: hidden;
}
#home {
    height: 87vh;
    position: relative;
}
.slider-bg {
    background-image: url('images/200.jpg');
    height: 75vh;
    background-size: cover;
    background-position: center center;
}
.slider-bg1 {
    background-image: url('images/140.jpg');
    height: 75vh;
    background-size: cover;
    background-position: center center;
}
.slider-bg2 {
    background-image: url('images/120.jpg');
    height: 75vh;
    background-size: cover;
    background-position: top center;
}
.mainrow {
    /* background-color: rgba(255,255,255,0.6); */
    background-color: #fff;
    /* padding: 15px 0px; */
    padding-bottom: 5px;
}
.About-head {
    color: rgba(51, 51, 51, 1);
    font-size: 35px;
    margin-top: 50px;
    /* margin-bottom: 20px; */
    font-weight: 700;
    font-family: 'Noto Sans';
}
.Service-head {
    color: rgba(51, 51, 51, 1);
    font-size: 35px;
    font-weight: 700;
    font-family: 'Noto Sans';
    text-align: center;
}
.about-us-img {
   background-image: url('./images/11.jpg');
   height: 60vh;
   width: 100%;
   background-size: cover;
   background-position: center bottom;
   border-radius: 10px;
}
.about-img {
    width: 100%;
    border-radius: 10px;
}
.about-txt {
    width: 85%;
    color: #333;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'Noto Sans';
}
.content-height {
    padding: 6% 0%;
}
.service-img {
    width: 100%;
    border-radius: 15px;
}
.service-box-head {
    font-family: 'Noto Sans';
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
.service-box-text {
    font-family: 'Noto Sans';
    color: #333;
    font-size: 15px;
    height: 80px;
    margin-top: 10px;
    text-align: center;
}
.enquire-btn {
    font-size: 12px;
    padding: 10px 24px;
    color: #fff;
    border-radius: 50px;
    background-color: #f9a226;
    /* margin: 0px auto;
    display: block; */
    text-align: center;
}
.service-btn {
    text-align: center;
}
#services, #gallery, #testimonials {
    border-top: 1px solid #a3a3a3;
}
#testimonials .content-height {
    padding-bottom: 0%;
}
.service-box {
    padding: 6%;
}
.btn:hover {
    color: #fff;
}
.gallery-img {
    width: 100%;
    border-radius: 15px;
}
.testi-bg {
    background-color: #f2f2f2;
}
.text-img {
    width: 80%;
    float: right;
}
.left-side-testi {
    padding: 5% 5% 5% 0%;
    margin-left: 15%;
}
.testicol {
    margin-left: -15px;
}

.testicol img {
    width: 10%;
}
.testicol1 img {
    width: 10%;
    float: right;
    margin-top: -10%;
}
.testi-text {
    padding: 0% 7%;
    margin-top: -15px;
    font-size: 16px;
    font-family: 'Noto Sans';
    color: #333;
}
.testi-author {
    padding-left: 7%;
    font-size: 24px;
    font-family: 'Noto Sans';
    color: #333;
    font-weight: bold;
}
.get-in-touch {
    font-size: 26px;
    font-family: 'Noto Sans';
    color: #333;
    font-weight: bold;
}
.address-icon {
    width: 25%;
}
.address-text {
    font-size: 16px;
    font-family: 'Noto Sans';
    color: #333;
}
.address-align {
    margin-left: -10%;
}
.form-control {
    height: 45px;
    border: 1px solid #333;
    margin: 0px auto;
    display: block;
}
.form-group {
    margin-bottom: 1.2rem;
}
.right-form {
    margin-top: 15%;
}
.cus-submit {
    width: 100%;
    background-color: #333;
    border: none;
    height: 50px;
    font-size: 18px;
    margin-top: 15px;
}
.cus-submit:hover {
    background-color: #333;
}
.contact-map iframe {
    width: 85%;
    height: 225px;
    margin-top: 2%;
}
.copyright-height {
    padding: 1% 0% 0.4%;
}
.copyright-text {
    font-size: 16px;
    font-family: 'Noto Sans';
    color: #333;
    text-align: center;
}
#copyright {
    border-top: 1px solid #a3a3a3;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 5px 0px;
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 50%);
  }
  
  .sticky + section {
    padding-top: 1002px;
  }
.sticky .main-logo {
    width: 35%;
}
.sticky .navbar {
    float: right;
    padding: 0px;
    margin-top: 10px;
}
#demo .carousel-indicators li {
    height: 13px;
    width: 13px;
    background-color: #ccc;
    opacity: 1;
    margin-left: 5px;
    margin-right: 5px;

}
#demo .carousel-indicators li.active {
    background-color: #f58b27;
}
#demo1 .carousel-indicators {
    bottom: -70px;
}
#demo1 .carousel-indicators li {
    background-color: #ccc;
    height: 13px;
    width: 13px;
    opacity: 1;
    margin-left: 5px;
    margin-right: 5px;
}
#demo1 .carousel-indicators li.active {
    background-color: #f58b27;
}
.service-box:hover {
    box-shadow: 0 0 17px rgb(23 84 116 / 18%);
}
.fb-right, .fb-left {
    font-size: 20px !important;
    opacity: 1;
    color: #000;
}
.fb-right:hover, .fb-left:hover {
    color: #fff;
}
.fb-right:hover, .fb-left:hover {
    opacity: 1;
}
#demo2 .carousel-control-next {
    right: 33%;
}
#demo2 .carousel-control-prev {
    left: 6%;
}
#demo2 .carousel-control-next, #demo2 .carousel-control-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 30%);
    top: 43%;
    opacity: 1;
}
#demo2 .carousel-control-next:hover, #demo2 .carousel-control-prev:hover {
    background-color: #000;
}
#demo2 .carousel-control-next:hover .fb-right {
    color: #fff;
}
#demo2 .carousel-control-prev:hover .fb-left {
    color: #fff;
}
.ekko-lightbox-nav-overlay {
    position: relative;
    bottom: 50%;
}
.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none;
}
.ekko-lightbox-nav-overlay a {
    font-size: 40px;
    color: #f58b27;
}
.ekko-lightbox-nav-overlay .ekko-a-next {
    position: relative;
    left: 90%;
}
.ekko-lightbox-nav-overlay .ekko-a-prev {
    position: relative;
    left: 3%;
}
.modal-header {
    display: block  !important;
    padding: 0rem 1rem;
    border-bottom: none;
}
.modal-header span {
    position: relative;
    top: 5px;
}
#enquire .close {
    position: relative;
    top: 15px;
    right: 10px;
    color: #333;
}
.modal-title {
    display: none;
}
.mod-head {
    padding: 8% 5% 0%;
    font-size: 16px;
    font-family: 'Noto Sans';
    color: #333;
    text-align: center;
}
.terms-modal-body ul li {
    margin-bottom: 10px;
}
.terms-modal-body .about-txt {
    font-size: 20px;
    width: 100%;
}
.amenities-bg {
    background-image: url('./images/naturebg.jpg');
    background-attachment: fixed;
    
}
.amenities-bg-color {
    background-color: rgba(255,255,255,0.8);
}
.ameni-img {
    width: 100%;
}
.ameni-text {
    background-color: rgba(255,255,255,1);
    padding: 15px 0px;
    font-family: 'Noto Sans';
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.whatsapp-img {
    width: 70px;
}
.chatbot {
    position: fixed;
    z-index: 99999999;
    bottom: 40px;
    right: 15px;
}
.contact-bg {
    background-image: url('./images/contact-bg.jpg');
    width: 100%;
    background-size: cover;
    background-position: center;
}
.about-line img {
    width: 100%;
    margin-top: 20px;
}
.contact-padd {
    padding-bottom: 20%;
}

/* for < 80% */
@media screen and (min-width: 1800px) {
    .about-txt {
        font-size: 22px;
    }
}

/* for 90% */
@media screen and (min-width: 1600px) and (max-width: 1800px) {
    .about-txt {
        font-size: 20px;
    }
}

/* for 110% */
@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .about-txt {
        font-size: 16px;
    }
    .nav-item a {
        font-size: 15px;
    }
}

/* for 125 */
@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .about-txt {
        font-size: 12px;
    }
    .Service-head {
        font-size: 30px;
    }
    .About-head {
        font-size: 30px;
    }
    .service-box-text {
        font-size: 12px;
        height: 65px;
    }
    .service-box-head {
        font-size: 16px;
    }
    .enquire-btn {
        padding: 7px 13px;
        font-size: 10px;
    }
    .testi-text {
        font-size: 14px;
    }
    .testi-author {
        font-size: 21px;
    }
    .get-in-touch {
        font-size: 23px;
    }
    .address-text {
        font-size: 13px;
    }
    .form-control {
        height: 38px;
    }
    .cus-submit {
        font-size: 14px;
        height: 38px;
    }
    .nav-item a {
        font-size: 13px;
    }
}
@media screen and (max-width: 900px) {
    .mobhide {
        display: none;
    }
}
@media screen and (min-width: 900px) {
    .deskhide {
        display: none;
    }
}

/* css for mobile  */

@media screen and (max-width: 900px) {
    .about-line img {
        margin-top: 15px;
    }
    .chatbot {
        bottom: 30px;
    }
    #enquire .close {
        position: relative;
        top: 10px;
        right: 0px;
        color: #333;
    }
    #enquire .mod-head {
        padding: 15% 5% 0%;
    }
    #enquire .modal-dialog {
        top: 10%;
    }
    .slider-bg,.slider-bg1, .slider-bg2  {
        height: 35vh;
    }
    #home {
        height: 35vh;
    }
    .content-height {
        padding: 15% 0%;
    }
    .About-head {
        margin-top: 0px;
    }
    .about-txt {
        margin-top: 0px;
        width: 100%;
        text-align: justify;
        font-size: 14px;
    }
    .content-wid {
        width: 90%;
    }
    .content-wid .mt-5 {
        margin-top: 0px !important;
    }
    .service-img {
        border-radius: 10px;
    }
    .service-box-text {
        height: auto;
    }
    #demo1 .mt-4 {
        margin-top: 0px !important;
    }
    #demo1 .carousel-item a {
        margin-bottom: 1.3rem;
    }
    .no-padd {
        padding: 5px;
    }
    .gallery-img {
        border-radius: 5px;
    }
    .left-side-testi {
        padding: 5% 10% 5% 5%;
        margin-left: 5%;
        height: 300px;
    }
    .testi-text {
        padding: 0% 7%;
        margin-top: -5px;
        font-size: 13px;
    }
    .testicol1 img {
        margin-top: -25%;
    }
    .testi-author {
        padding-left: 5%;
        font-size: 18px;
    }
    .fb-right, .fb-left {
        font-size: 20px !important;
    }
    #demo2 .carousel-control-next, #demo2 .carousel-control-prev {
        top: 40%;
        width: 35px;
        height: 35px;
    }
    #demo2 .carousel-control-next {
        right: 3%;
    }
    #demo2 .carousel-control-prev {
        left: 3%;
    }
    .Service-head, .About-head {
        font-size: 28px;
        text-align: center;
    }
    .fade {
        transition: opacity .15s ease;
    }
    .modal-dialog {
        position: relative;
        top: 25%;
    }
    .ekko-lightbox-nav-overlay a {
        font-size: 30px;
    }
    .ekko-lightbox-nav-overlay .ekko-a-next {
        left: 88%;
    }
    .ekko-lightbox-nav-overlay .ekko-a-prev {
        left: 2%;
    }
    .ekko-lightbox-nav-overlay {
        bottom: 60%;
    }
    .modal-header {
        display: block  !important;
        padding: 0rem 1rem;
        border-bottom: none;
    }
    .modal-header span {
        position: relative;
        top: 5px;
    }
    .modal-title {
        display: none;
    }
    .get-in-touch {
        font-size: 22px;
    }
    .address-icon {
        width: 35%;
    }
    .address-align {
        margin-left: -12%;
    }
    .address-text {
        font-size: 14px;
    }
    .address-text br {
        display: none;
    }
    .contact-map iframe {
        width: 100%;
        margin-top: 8%;
    }
    .form-control {
        height: 40px;
    }
    .form-group {
        margin-bottom: 1rem;
    }
    .cus-submit {
        margin-top: 0px;
        height: 40px;
        font-size: 15px;
    }
    .terms-modal .modal-dialog {
        top: 5%;
    }
    .terms-modal .modal-title {
        font-size: 20px;
    }
    .terms-modal-body ul {
        margin-block-start: 0px;
        margin-block-end: 0px;
        padding-inline-start: 1rem;
    }
    .contact-padd {
        padding-bottom: 30%;
    }
    .contact-bg {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    
}


/* CSS for Mobile menu*/

.window {
    position: relative;
    display: block;
    width: 360px;
    height: 50px;
    margin: 100px auto 0;
    /* box-shadow: 0 0 65px 15px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    /* overflow: hidden; */
    border-radius: 3px;
    background: #F1F1F1;
  }
  .window .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.8); */
    background: #fff;
    /* overflow: hidden; */
    transition: all 0s ease-out, background 1s ease-out;
    transition-delay: 0s;
    z-index: 999;
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 50%);
  }
  .window .header .burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 13%;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #f58b27;
  }
  .window .header .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }
  .window .header .burger-container #burger .bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
  }
  .window .header .burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
  }
  .window .header .burger-container #burger .bar.btmBar {
    transform: translateY(6px) rotate(0deg);
  }
  .window .header .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
  }
  .window .header .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    transform: translateX(0px);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.65s;
  }
  .window .header ul.menu {
    position: relative;
    display: block;
    padding: 0px 10% 0;
    list-style: none;
    margin-top: 15px;
  }
  .window .header ul.menu li.menu-item {
    border-bottom: 0px solid #fff;
    margin-top: 5px;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .window .header ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.49s;
  }
  .window .header ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.42s;
  }
  .window .header ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
  }
  .window .header ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.28s;
  }
  .window .header ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.21s;
  }
  .window .header ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.14s;
  }
  .window .header ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.07s;
  }
  .window .header ul.menu li.menu-item a {
    border-bottom: 1px solid #333;
    display: block;
    position: relative;
    color: #333;
    font-family: "Ek Mukta", sans-serif;
    font-weight: 100;
    text-decoration: none;
    font-size: 17px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
  }
  .window .header.menu-opened {
    height: 110vh;
    background-color: #fff;
    transition: all 0s ease-in, background 0.5s ease-in;
    transition-delay: 0s;
  }
  .window .header.menu-opened .burger-container {
    transform: rotate(90deg);
    background-color: #fff;
  }
  .window .header.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
  }
  .window .header.menu-opened .burger-container #burger .bar.topBar {
    transform: translateY(5px) rotate(45deg);
  }
  .window .header.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
  }
  .window .header.menu-opened ul.menu li.menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.27s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.34s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.41s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.48s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.55s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.62s;
  }
  .window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.69s;
  }
  .window .header.menu-opened .icon.icon-bag {
    transform: translateX(75px);
    transition-delay: 0.3s;
  }
  .window .content {
    font-family: "Ek Mukta", sans-serif;
    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%;
  }
  .window .content::-webkit-scrollbar {
    display: none;
  }
  .window .content h2 {
    margin-bottom: 0px;
    letter-spacing: 1px;
  }
  .window .content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px;
  }
  .window .content img:nth-of-type(2) {
    margin: 75px auto;
  }
  .mobile-rig-logo {
      display: inline-block;
      width: 80%;
      vertical-align: top;
      padding-top: 2%;
  }
  .mobile-rig-logo img {
      width: 20%;
      /* vertical-align: top; */
      /* float: right; */
      margin: 0px auto;
      display: block;
  }
  .header.menu-opened .mobile-rig-logo {
      display: none;
  }
  .menu-opened .topBar, .menu-opened .btmBar{
    background-color: #333 !important;
  }
  .menu-logo img {
      width: 85%;
      margin: 0px auto;
      display: block;
      margin-top: 25px;
  }
    
  @media (max-width: 600px) {
    .window {
      width: 100%;
      /* height: 100vh; */
      margin: 0;
      border-radius: 0px;
    }
    .window .header {
      position: fixed;
    }
  }
