 @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

/* font-family: 'Lato', sans-serif; */
body { font-family: 'Montserrat',sans-serif; color:#434856; font-weight: 400; font-size: 16px; font-size: 1rem; line-height:24px; }
* { margin:0px; padding:0px; }
html{
    margin:0px !important; 
}
img {
    height: auto;
	max-width:100%;
}
p,.entry-content p {
    margin-bottom: 1em;
}

h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6,.site-title,.site-title a {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.site-title {
    font-size: 35px;
    font-size: 2.1875rem;
    display: none;
}
.site-header .site-description {
    font-size: 15px;
    font-size: 0.9375rem;
    display: none;
}

.entry-title {
    font-size: 40px;
    font-size: 2.5rem;
}

h1,.entry-content h1 {
    font-size: 72px;
    font-size: 4.5rem;
    font-family: 'Inter',sans-serif;
    line-height: 1.1em;
}

h2,.entry-content h2 {
    font-size: 48px;
    font-size: 3rem;
    font-family: 'Inter',sans-serif;
}

h3,.entry-content h3 {
    font-size: 32px;
    font-size: 2rem;
    font-family: 'Inter',sans-serif;
}

h4,.entry-content h4 {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Inter',sans-serif;
}

h5,.entry-content h5 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Inter',sans-serif;
}

h6,.entry-content h6 {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Inter',sans-serif;
}

::selection {
    background-color: #1b315e;
    color: #ffffff;
}

body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6 {
    color: #434856;
}

@media (max-width: 921px) {
    
    .entry-title {
        font-size: 30px;
    }

    h1,.entry-content h1 {
        font-size: 48px;
    }

    h2,.entry-content h2 {
        font-size: 32px;
    }

    h3,.entry-content h3 {
        font-size: 28px;
    }

    h4,.entry-content h4 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    h5,.entry-content h5 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h6,.entry-content h6 {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media (max-width: 544px) {
    .entry-title {
        font-size: 30px;
    }

    h1,.entry-content h1 {
        font-size: 40px;
    }

    h2,.entry-content h2 {
        font-size: 28px;
    }

    h3,.entry-content h3 {
        font-size: 24px;
    }

    h4,.entry-content h4 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    h5,.entry-content h5 {
        font-size: 16px;
        font-size: 1rem;
    }

    h6,.entry-content h6 {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
.nav-container { position: relative; display: flex; margin-bottom:0px; align-items:center;}
.nav-container ul { margin:0px; padding:0px; }
.nav-container ul li { list-style:none; display:inline-block; padding:0 22px; color:#282828; position:relative; font-size:17px; font-weight:400; 
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 70px;
}
.nav-container ul li a { color:#fff; display:block; text-decoration:none; outline: none; position: relative; font-weight:bold;}
.nav-container li .sub-menu { display:none; position:absolute; left:0px; top:100%; width:180px; background:#fff; z-index:9; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.nav-container li:hover .sub-menu { display:block; }
.nav-container li .sub-menu li { display:block; padding:8px 25px 8px; text-align: left;  }
.nav-container li .sub-menu li a { color:#565656; }
.nav-container li .sub-menu li:hover a { color:#fff;}

.header a { outline: none; }
.header-right li { list-style:none; }
.header ul { margin:0px; padding-left:20px;}
.header { 
    padding:0px; width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.16);
}

header .container {
    padding:16px 20px;
}
header .btn{
    border: 2px solid #fff;
    background-color: #1b315e;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 4px;
    padding:14px 20px;
}
header .btn:hover{
   color:#434856;
   background:#fff;
   border-color:#fff;
}
header .row{
    align-items:center;
    display:flex;
}
header .header-buttons{
    display: flex;
    column-gap: 35px;
    justify-content: flex-end;
}
header .header-logo img{
    max-width: 260px;
    margin-right: 50px;
}
footer h3{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5;
    color:#fff;
}
footer .footer-top {
    padding: 104px 40px 80px 40px;
    background-color: #1b315e;
    background-image: none;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: #fff;
}
footer p{
    margin-bottom:0;
    color: #fff;
    font-size: 14px;
}
footer .footer-bottom{
    background-color: #4A4B4D!important;
    padding:40px;
    min-height: 80px;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color:#fff;
}
footer .footer-bottom .copyright{
    display:flex;
    justify-content:space-between;
}
footer .footer-links ul{
    list-style:none;
    padding-left:0px;
}
footer a{
    color:#fff;
    font-size:14px;
    font-weight:400;
    text-decoration:none;
}
footer a:hover{
    color:#cbdcff;
    text-decoration:none;
}
footer .footer-logo{
    margin-bottom:1rem;
}

  .banner-section .banner-carousel-text {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      transform: translate(-50%,-50%);
      width: 80% !important;
  }

  .banner-section .carousel-inner, .banner-section .carousel-inner .carousel-item {
      height: 600px;
  }
  
  .home .banner-section .carousel-inner, .home .banner-section .carousel-inner .carousel-item {
      height: auto;
  }

  .banner-section .banner-carousel-text h5, .banner-section .banner-carousel-text p {
      color: #fff;
      text-align: center;
  }

  .banner-section .banner-carousel-text .join-bow-btn {
      background-color: #fff;
      color: #000;
      font-size: 14px !important;
      font-weight: bold;
      
      font-family: 'Roboto';
    color: #000000;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
    background: #ffffff;
    opacity: 1;
    padding: 1em 2em 1em 2em;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 5px;
  }
.banner-section .banner-carousel-text .join-bow-btn:hover{
    color: #1b315e;
}

  .banner-section .banner-carousel-text h5 {
      font-size: 60px;
      font-weight: bold;
      font-family: 'Roboto';
    color: #ffffff;
    font-size: 375%;
    text-shadow: none;
    line-height: 2;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
  }

  .banner-section .banner-carousel-text p {
      font-size: 18px;
      font-weight: 300;
      font-family: 'Roboto';
      color: #ffffff;
      font-size: 112.5%;
      text-shadow: none;
      line-height: 1.8;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      text-align: center;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: none;
      font-weight: 300;
      margin-bottom:30px;
  }


  .banner-section .carousel-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.71);
      z-index: 1;
  }

  .banner-section .carousel-item img {
      z-index: 2;
  }
.carousel-control-next, 
.carousel-control-prev{
    width:70px;
}
.carousel-indicators{
    position:unset;
    margin-top:1rem;
}
.carousel-indicators [data-bs-target]{
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
    border:0;
    margin:0 6px;
	min-width:6px;
}
.carousel-indicators .active{
    opacity:1;
}
.about-section .about-section-text{
    margin-bottom:50px;
}
.about-section{
    background-color:#fcfcfc;
}
body:not(.home) .banner-section{
    padding: 160px 40px 80px 40px;
    background-color:#1B1F29;
}
.banner-section .title{
    color:#fff;
}

.about-section .container{
    padding: 50px 40px 104px 40px;
    margin-top:0px;
    margin-bottom:0px;
    padding-left:140px;
}
.about-section.about-us-section .container{
    padding:20px !important;
}
.about-section .title{
    margin-bottom:50px;
    color:#000;
}
.about-section p{
    color:#434856;
}
.btn-primary{
    width: auto;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    padding: 14px 20px;
    background-color:#1b315e;
    border:0px;
}
.btn-primary:hover{
    background-color:#4a4b4d;
}
header .navbar-toggler{
    padding:0.25rem;
}
.mobile-slider{
    display:none;
}
.desktop-slider{
    display:block;
}
.service-section ul,
ul.contact-details{
    list-style:none;
    padding-left:0;
}
.service-section ul li{
    margin-bottom:10px;
}
.service-section .car-features-list li::before{
    content: "\f5de";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.service-section .services-list li::before{
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.service-section img{
    width:100%;
}
.dotted-border{
    border:2px dotted #888;
}
.dotted-hr {
    margin: 20px 0;
    background: none;
    border-top: 2.6px dashed #1B315E !important;
    opacity: 1;
}
.service-section .title{
    margin-bottom:30px;
}
ul.contact-details{
    margin:3rem 0;
}
ul.contact-details li{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding:0 24px 16px 0px;
    border-bottom:1px solid #434856;
}
ul.contact-details .contact-detail .contact-detil-icon {
    font-size: 14px;
    padding: 16px;
    background: #cbdcff;
    fill: #4a4b4d;
    color: #4a4b4d;
    border-radius: 50%;
    height: 100%;
    width: fit-content;
    flex: 0 0 auto;
}
ul.contact-details .contact-detail .contact-detil-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
ul.contact-details .contact-detail .contact-detil-icon i::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
ul.contact-details .contact-detail .contact-detail-content{
    flex-grow: 1;
}
ul.contact-details .contact-detail .contact-detail-content h6{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
    color: #f9fafb;
}
ul.contact-details .contact-detail .contact-detail-content p{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom:0;
}
.contact-us-section{
    background: #1B1F29;
}
ul.social-icons-list{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    margin-top:24px;
}
ul.social-icons-list a {
    font-size: 24px;
    color: #fff;
}
ul.social-icons-list a:hover{
    color:#cbdcff;
}
.contact-us-section .contact-details-col {
    color:#fff;
    padding-right:96px;
    line-height:1.8;
}
.contact-us-section .contact-details-col p{
    color:#fff;
}
.contact-us-section iframe{
    width: 100%;
    height: 560px;
}
.contact-us-section .keep-in-touch-title{
    color: #f9fafb;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact-us-section.about-us-section .container {
    padding: 20px 20px 50px 20px !important;
}
.contact-us-section .title{
    display:none;
}
body.page-template-page-contact .banner-section {
    padding-bottom:0px;
}

footer .footer-top-image {
    background-position:center;
    min-height:350px;
    position:relative;
}
footer .footer-top-image::after {
    background-color: #000000;
    opacity: 0.65;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    min-height: 350px;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.book-now-img{
    width:fit-content;
    margin:auto;
}
.gform_wrapper.gravity-theme input:not([type="submit"]),
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select{
    background-color: #f9f9f9;
    color: #000000;
    font-size: 16px !important;
    font-family: Roboto;
    font-weight: normal;
    border-radius: 5px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 9px !important;
    border: 1px solid #777771;
    line-height: 1.3em;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .ginput_container_address label,
.gform_wrapper.gravity-theme .ginput_container_time label{
    font-size: 16px !important;
    font-family: Roboto !important;
    font-weight: normal !important;
    color:#777771;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label{
    max-width:100% !important;
}
.gform_wrapper.gravity-theme .ginput_container_date #input_1_4{
    width:100% !important;
}
.gform_wrapper.gravity-theme #field_1_5 .hour_minute_colon{
    display:none;
}
.gform_wrapper.gravity-theme #field_1_5 .ginput_complex{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.gform_wrapper.gravity-theme #field_1_5 .ginput_complex .gfield_time_minute,
.gform_wrapper.gravity-theme #field_1_5 .ginput_complex .gfield_time_ampm{
    margin-left:30px;
}
.gform_wrapper.gravity-theme input[type="checkbox"]{
    background-color: #f9f9f9;
    color: #17A8E3;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    position: relative;
    border: 1px solid #777771;
    border-radius: 2px;
}
.gform_wrapper.gravity-theme input[type="checkbox"]:checked{
    color: #17A8E3;
    border-color: #17A8E3;
    background-color: #EDEDED;
}
.gform_wrapper.gravity-theme .gform_fields{
    gap:30px !important; 
}
.gform_wrapper.gravity-theme input[type="submit"]{
    width: auto;
    min-width: 100px;
    max-width: unset;
    height: auto;
    min-height: unset;
    max-height: unset;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 10px;
    border: 0;
    border-radius: 2px;
    background-image: unset;
    line-height: 1.45em;
    text-align: center;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background-color: #1b315e;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
}
.gform_wrapper.gravity-theme input[type="submit"]:hover{
    background-color: #4a4b4d;
    color: #FFFFFF;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label{
    display:inline !important;
}
.gform_wrapper.gravity-theme input:not([type="submit"]):hover,
.gform_wrapper.gravity-theme textarea:hover,
.gform_wrapper.gravity-theme select:hover,
.gform_wrapper.gravity-theme input:not([type="submit"]):focus,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme input:not([type="submit"]):focus-visible,
.gform_wrapper.gravity-theme textarea:focus-visible,
.gform_wrapper.gravity-theme select:focus-visible{
    border-color: #17A8E3;
    background-color: #E6E6E6;
}
.gform_wrapper.gravity-theme input[type="radio"]{
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: 40px;
}
body.page-template-page-booking-inquiry .footer-top-image{
    display:none;
}
.booking-inquiry-section.about-us-section .container{
    padding:80px 20px !important;
}
@media (min-width: 641px){
.gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    padding-right: 30px !important;
}
}
@media(min-width:991px){
    .banner-section .banner-header-btns{
        display:none;
    }
}
@media(min-width:992px){
    header .navbar-expand-lg .navbar-collapse.mobile-menu{
        display:none !important;
    }
}
@media(min-width:1400px){
    footer .footer-top-image{
        background-size:cover;
        background-repeat:no-repeat;
    }
}
  @media(max-width: 1025px) {
      .banner-section .banner-carousel-text h5 {
          font-size:45px;
      }

      .banner-section .banner-carousel-text p {
          font-size: 14px;
      }

      .banner-section .banner-carousel-text .full-width-button .join-bow-btn {
          color: #fff;
          width: 100%;
          border-width: 3px;
          margin: 10px 0px 0px;
          font-size: 12px;
      }

      .banner-section .banner-carousel-text .full-width-button .elementor-button-wrapper {
          padding: 0px 20px;
      }

      .banner-section .carousel-inner, .banner-section .carousel-inner .carousel-item {
          height: 100%;
      }

      .banner-section .banner-carousel-text .elementor-widget-button:not(.full-width-button) .join-bow-btn {
          width: auto !important;
      }
      .about-section.about-us-section .container{
          padding:80px 40px !important;
      }
      .contact-us-section.about-us-section .container{
          padding-top:0px !important;
      }
      .contact-us-section .contact-details-col{
          padding-right:20px;
      }
      .contact-us-section .col-md-6{
          width:100%;
      }
      .contact-us-section .title{
          display:block;
          color:#fff;
      }
      body.page-template-page-contact .banner-section{
          padding-top:50px;
      }
      body.page-template-page-contact .banner-section .title{
          display:none;
      }
  }
@media(max-width:991px){
    header{
        background : #1b315e !important;
        position:relative !important;
    }
    header .header-logo,
    header .header-menu{
        width:50%;
    }
    header .header-buttons{
        display:none !important;
    }
    header .nav-container{
        width: 100vw;
    position: absolute;
    background: #fcfcfc;
    top: 70px;
    right: -20px;
    }
    header .nav-container ul{
        width:100%;
        margin:0.5rem 0;
        padding:0;
    }
    header .nav-container ul li{
        line-height:3;
    }
    header .nav-container ul li a{
        padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    color: #80889e;
        font-weight:300;
        font-size:16px;
    }
    header .nav-container .current-menu-item a{
        color: #4A4B4D!important;
    }
    header .header-menu{
        justify-content:flex-end;
    }
    header .navbar-toggler-icon svg{
        color:#fff;
    }
    header .navbar-toggler[aria-expanded="false"] .ast-close-svg,
    header .navbar-toggler[aria-expanded="true"] .ast-menu-svg{
        display:none;
    }
    header .navbar-toggler:focus{
        box-shadow:none;
    }
    footer .footer-top .col-md-3{
        width:50%;
    }
    .banner-section .banner-header-btns .btn {
        display: block;
        width:100%;
        margin: 20px 0px;
        border: 2px solid #fff;
        border-radius: 4px;
    }
    .banner-section .banner-header-btns{
        margin-top:40px;
    }
    footer .footer-top{
        padding-top: 80px;
    padding-bottom: 48px;
    padding-left: 40px;
    padding-right: 40px;
    }
    body:not(.home) .banner-section{
        padding:128px 0 40px;
    }
    body:not(.home) .banner-section header{
        position:absolute !important;
    }
    body:not(.home) .banner-section .container{
        padding:0 40px;
    }
    body.page-template-page-contact .banner-section{
          padding-top:50px;
      }
    header .desktop-menu{
        display:none;
    }
    .gform_wrapper.gravity-theme .gform_fields{
        gap:20px !important;
    }
    .gform_wrapper.gravity-theme #field_1_5 .ginput_complex .gfield_time_minute,
    .gform_wrapper.gravity-theme #field_1_5 .ginput_complex .gfield_time_ampm{
        margin-left:20px;
    }
}

  @media(max-width: 767px) {
      .banner-section .banner-carousel-text {
          width:100% !important;
          padding:0px 20px;
      }

      .banner-section .carousel-button-bar {
          display: none !important;
      }

      .banner-section .banner-carousel-text h5 {
          font-size: 35px;
      }

      .banner-section .banner-carousel-text p, .banner-section .banner-carousel-text .join-bow-btn {
          font-size: 12px !important;
      }

      .banner-section .carousel-inner,
      .banner-section .carousel-inner .carousel-item, 
      .banner-section .carousel-inner .carousel-item .banner-img img{
          height: 450px;
		  object-fit: cover;
      }
      footer .footer-top .col-md-3{
          width:100%;
          text-align:center;
      }
      .about-section .container{
        padding:50px 40px !important;
    }
      footer .footer-top{
        padding-top: 64px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    }
     body:not(.home) .banner-section .container{
        padding:0 24px;
    }
    .about-section.about-us-section .container{
          padding:24px !important;
      }
      body:not(.home) .banner-section{
          padding-top:80px;
      }
      header .navbar .container-fluid{
          padding-right:0px;
      }
      .mobile-slider{
          display:block;
      }
      .desktop-slider{
          display:none;
      }
      ul.contact-details .contact-detail .contact-detail-content p{
          font-size:16px;
      }
      ul.contact-details .contact-detail{
          flex-direction:column;
      }
      body.page-template-page-contact .banner-section{
          padding-top:40px;
      }
      .contact-us-section iframe{
          height:320px;
      }
      footer .footer-bottom .copyright{
          display:block;
          text-align:center;
      }
      footer .social-icons-list{
          justify-content:center;
      }
  }
@media (max-width:640px){
    .gform_wrapper.gravity-theme #input_1_5_3{
        min-height:52px;
    }
}
  @media(max-width: 600px) {
      .banner-section .banner-carousel-text h5 {
          font-size:32px;
      }

      .banner-section .banner-carousel-text p, .banner-section .banner-carousel-text .join-bow-btn {
          font-size: 11px !important;
      }

      .banner-section .banner-carousel-text .full-width-button .join-bow-btn {
          font-size: 14px !important;
      }
  }

@media (min-width: 544px) {
                .container {
                    max-width:100%;
                }
            }
            @media (min-width: 922px) {
                .container {
                    max-width:1240px;
                }
            }