@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
 font-family: "Montserrat", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.ffc{
  font-family: "Cormorant Garamond", serif;
}





.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.bg-primary{
  background-color: #1F3461 !important;
}
.text-primary{
  color: #1f3461 !important;
}
.bg-light{
  background-color: #F2F2F2 !important;
}


.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-130 {
letter-spacing: 0.13em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
   letter-spacing: 0.02em;
}
.ls-210 {
  letter-spacing: 0.21px;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-500 {
 letter-spacing: 0.06em;
}
.ls-005 {
  letter-spacing: -0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 110px;
  line-height: 0.9;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.fs-70 {
  font-size: 70px;
}
.fs-110 {
  font-size: 110px;
}


/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-1 {
  line-height: 110%;
}
.lh-1-2 {
  line-height: 120%;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 140%;
}
.lh-1-5 {
  line-height: 150%;
}
.lh-1-55 {
  line-height: 155%;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-1-9 {
  line-height: 1.9;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9 {
  line-height: 2.9;
}
/* 02 */
.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 25%);
}

.btn {
    padding: 16px 28px;
    border: 2px solid;
    display: inline-block;
    border-radius: 5px;
    line-height: normal;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-info, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus{
  background-color: #37A7F3;
  border-color: #37A7F3;
  color: #fff;
  box-shadow: none;
}
.btn-primary, .btn-info:hover, .btn-info:focus, .btn-info:active:focus{
  background-color: #1F3461;
  border-color: #1F3461;
  color: #fff;
  box-shadow: none;
}
.footer-links ul li a:hover, .footer-info ul li a:hover, .contact-info a:hover{
  color: #37A7F3 !important;
}
.window-wrap{
  transition: all 0.3s linear;
}
.window-wrap:hover{
  transform: translateY(-5px);
}


header {
  position: relative;
  z-index: 99;
}


.navbar-brand {
  display: inline-block;
  max-width: 206px;
  width: 100%;
}

.navbar-nav .nav-link {
line-height: normal;
    padding: 0px !important;
    border-radius: 0px;
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-nav > li + li {
  margin-left: 40px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #37a7f3;
}




button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}
:focus-visible{
  outline: none;
}



@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  /* .scrolled header {
  position: fixed;
 top: 0;
 left: 0;
 width: 100%;
} */
}
.carousel-item::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 30%;
}
.carousel-item .container{
  position: relative;
  z-index: 1;
}
.heading-line{
  position: relative;
  margin: 0  auto;
  width: fit-content;
}
.heading-line::before, .heading-line::after{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(0% - 170px);
    transform: translateY(-50%);
    height: 1px;
    width: 150px;
    background-color: #1F3461;
}
.heading-line::after{
  right: calc(0% - 170px);
  left: auto;
}
.window-wrap{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
}
.choose-disc ul{
  padding-left: 20px;
  list-style: disc;
}
.gallery-sec{
  background-image: url(../images/gallery-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.gallery-sec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 50%;
}
.gallery-sec .container{
  position: relative;
  z-index: 1;
}
.inquiry-group input{
  height: 60px;
}
.inquiry-group textarea{
  height: 180px;
}
.inquiry-group input, .inquiry-group input::placeholder, .inquiry-group textarea, .inquiry-group textarea::placeholder{
 color: #000 !important;
}
.footer-links ul li a{
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-links ul li {
    padding: 0px 35px 15px 0;
}
.rating i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  background-color: #00B67A ;
  color: #fff;
  padding: 13px;
  font-size: 15px;
}
.testimonial-sec .slick-track {
    display: flex;
    gap: 50px;
}

.testimonial-sec .slick-prev:before, .testimonial-sec .slick-next:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #000;
    color: #000;
}
.testimonial-sec .slick-next:before{
  content: '';
}
.testimonial-sec .slick-prev, .testimonial-sec .slick-next, .testimonial-sec .slick-prev:before, .testimonial-sec .slick-next:before{
    height: 40px;
    width: 40px;
}
.inquiry-group .border-dark{
  border-color: #31333B !important;
}

@media(max-width:1650px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
  .social-links ul li img {
    width: 35px;
}
.navbar-brand {
    max-width: 170px;
}
.navbar-nav .nav-link {
    font-size: 13px;
}
.fs-40 {
    font-size: 32px;
}
h1, .h1 {
    font-size: 90px;
}
.btn {
    padding: 13px 25px;
    font-size: 17px;
}
.fs-20 {
    font-size: 17px;
}
.fs-17 {
    font-size: 15px;
}
.fs-30 {
    font-size: 25px;
}
.fs-25 {
    font-size: 20px;
}
.fs-70 {
    font-size: 55px;
}
.testimonial-sec .slick-prev, .testimonial-sec .slick-next, .testimonial-sec .slick-prev:before, .testimonial-sec .slick-next:before {
    height: 35px;
    width: 35px;
}
.slick-next {
    right: -20px;
}
.slick-prev {
    left: -20px;
}
.inquiry-group input {
    height: 55px;
}
.footer-links ul li a {
    font-size: 15px;
}
.footer-links ul li {
    padding: 0px 25px 12px 0;
}
}
@media(max-width:1199px){
  .fs-15 {
    font-size: 14px;
}
.navbar-nav > li + li {
    margin-left: 20px;
}
    .navbar-brand {
        max-width: 150px;
    }
.navbar-nav .nav-link {
        font-size: 12px;
    }
.fs-40 {
        font-size: 25px;
    }
    h1, .h1 {
        font-size: 75px;
    }
    .btn {
        padding: 11px 22px;
        font-size: 14px;
    }
.fs-20 {
        font-size: 15px;
    }
.fs-30 {
        font-size: 22px;
    }
    .fs-25 {
        font-size: 18px;
    }
.inquiry-group input {
        height: 50px;
    }
.footer-links ul li {
        padding: 0px 20px 12px 0;
    }
}


@media (max-width: 991.60px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #000;
    display: block;
    box-shadow: none;
    background: transparent;
    border: none;
        
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
    width: 100%;
    
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
        background: transparent;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #fff !important;
    border-right: 0 !important;
    padding: 35px 10px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(1) invert(0);
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
    display: block !important;
  }
  

      h1, .h1 {
        font-size: 65px;
    }
    .heading-line::before, .heading-line::after {
    left: calc(0% - 110px);
    width: 100px;
}
.heading-line::after {
    right: calc(0% - 110px);
    left: auto;
}
.testimonial-sec .slick-prev, .testimonial-sec .slick-next, .testimonial-sec .slick-prev:before, .testimonial-sec .slick-next:before {
    height: 30px;
    width: 30px;
}
.slick-next {
        right: -10px;
    }
    .slick-prev {
        left: -10px;
    }
    .inquiry-group input {
        height: 45px;
    }
    .map-sec{
      height: 280px !important;
    }
}


@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
      .fs-40 {
        font-size: 22px;
    }
    h1, .h1 {
        font-size: 50px;
    }
.carousel-item {
    height: 350px;
}
.sub-banner-img{
  height: 280px;
}
.map-sec{
  height: 250px !important;
}
}
@media(max-width:575px){
      .heading-line::before, .heading-line::after {
        left: calc(0% - 40px);
        width: 30px;
    }
    .heading-line::after {
        right: calc(0% - 40px);
        left: auto;
    }
    .banner-text h4.fs-40 {
        font-size: 20px;
    }
    .fs-40 {
        font-size: 25px;
    }
    h1, .h1 {
        font-size: 40px;
    }
.btn {
        padding: 8px 15px;
        font-size: 12px;
    }
        .fs-30 {
        font-size: 18px;
    }
        .fs-25 {
        font-size: 16px;
    }
        .fs-70 {
        font-size: 45px;
    }
    .fs-14 {
    font-size: 12px;
}
}


.logo-width{
    max-width: 240px;
}

.dropdown:hover>.dropdown-menu {display: block;}

.dropdown-menu li {
  position: relative;
} 
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #1f3461;
    text-decoration: none;
    background-color: #ffffff;
    font-weight: 700;
}



.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

.grecaptcha-badge {

visibility: hidden;

}
