
body {
  font-family: "Poppins", sans-serif;
  color: #000;
 
}
p{
  line-height: 30px;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  color: #004358;
  text-decoration: none;
}

.link-two {
  color: #000000;
  transition: all 0.5s ease;
}
.link-two:hover {
  text-decoration: underline;
  color: #000000;
}

.link-one {
  color: #000000;
  transition: all 0.5s ease;
}
.link-one:hover {
  color: #000000;
  text-decoration: none;
}

.link-icon {
  color: #000000;
  font-weight: 500;
}
.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-a {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .link-a {
    font-size: 1rem;
  }
}
.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}
.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .link-a span {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .link-a span {
    font-size: 18px;
  }
}

.text-brand {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .text-brand {
    font-size: 1.8rem;
  }
}

.color-a {
  text-decoration: none;
  color: #000000;
}

.color-b {
  color: #fff;
}

.color-d {
  color: #adadad;
}

.color-text-a {
  text-decoration: none;
  color: #555555;
}

.no-margin {
  margin: 0;
}



/*------/ Bg Image /------*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/
.list-a {
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}
.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .list-a li {
    width: 33.333%;
  }
}
.list-a li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}
.title-a {
    text-decoration: none;
    font-size: 48px;
    font-family: "Gilda Display", serif;
    color: #000;
    line-height: 55px;
    font-weight: bold;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}
.title-link a {
  text-decoration: none;
  color: #313131;
}
.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}
.title-box-d .title-d {
  font-weight: 600;
  font-size: 2rem;
}
.title-box-d .title-d:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #0074a6;
  bottom: 20px;
  left: 0;
}

/*------/ Display Table & Table Cell /------*/
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

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

/*------/ Ul Resect /------*/
.ul-resect ul, .box-comments ul, .list-a ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/




.carousel-pagination {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.carousel-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #555;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.carousel-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 36px;
}

.nav-arrow-a {
  text-decoration: none;
}
.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}
.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: 0.7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #0074a6;
  opacity: 0.9;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*------/ Socials /------*/
.socials-a {
  text-decoration: none;
      margin-top: 20px;
}
.socials-a .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #000;
  line-height: 0;
}
.back-to-top:hover {
  background: #000000;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #b5a642;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*======================================
//--//-->   BUTTON
======================================*/
.btn {
  transition: 0.5s ease;
}
.btn.btn-a, .btn.btn-b {
    padding: 7px 15px;
    border-radius: 5px;
}
.btn.btn-a {
  text-decoration: none;
  background-color: #004358;
  color: #ffffff;
}
.btn.btn-a:hover {
    background-color: #fff;
    color: #000;
}
.btn.btn-b {
  background-color: #0074a6;
  color: #fff;
}
.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-b-n {
  background-color: #0074a6;
  color: #ffffff;
  border-radius: 0;
}
.btn.btn-b-n:hover {
  background-color: #0074a6;
  color: #ffffff;
}

.navbar-toggle-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 10px;
}
.navbar-toggle-box i {
  line-height: 0;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar-default {
    transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    padding-top: 55px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 1px 2px 15px rgb(100 100 100 / 30%);
}
.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}
.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.navbar-default.navbar-trans, .navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navbar-default.navbar-trans .nav-item, .navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .navbar-default.navbar-trans .nav-item, .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }
}
a.book-btn {
    background: #004358;
    padding: 10px 15px;
    COLOR: #fff;
    border-radius: 20px;
}
.line {
    height: 2px;
    background: #004357;
    width: 100px;
    margin: auto;
}

li.nav-item.book-btn {
    margin-top: 6px;
}
.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase ;
}
.navbar-default.navbar-trans .nav-link:before, .navbar-default.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: #0074a6;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}
.navbar-default.navbar-trans .nav-link:hover, .navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}
.navbar-default.navbar-trans .nav-link:hover:before, .navbar-default.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before, .navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  transform: scaleX(1);
}
.navbar-default.navbar-trans .nav-link:before {
  background-color: #004357;
}
.navbar-default.navbar-trans .nav-link:hover {
  color: #000000;
}
.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #000000;
}
.navbar-default.navbar-reduce {
  transition: all 0.5s ease-in-out;
  padding-top: 45px;
  padding-bottom: 0px;
}
.navbar-default.navbar-reduce .nav-link {
  color: #000000;
}
.navbar-default.navbar-reduce .nav-link:before {
  background-color: #004357;
}
.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}
.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000000;
}
.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}
.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #0074a6;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, 40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .navbar-default .dropdown .dropdown-menu {
    border-top:4px solid #004357;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
}
.navbar-default .dropdown .dropdown-menu .dropdown-item {
 padding: 10px 20px;
    transition: all 500ms ease;
    font-weight: 400;
    min-width: 220px;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #004357;
    color: #ffffff;
    transition: all 500ms ease;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #0074a6;
}
.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/
.box-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: all 0.6s ease;
}
@media (min-width: 768px) {
  .box-collapse {
    width: 50%;
  }
}
.box-collapse .title-box-d {
  top: 30px;
  left: 60px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.3s;
}
@media (max-width: 575px) {
  .box-collapse .title-box-d {
    left: 35px;
  }
}
@media (max-width: 575px) {
  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}

.box-collapse-wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  transform: translateY(3rem);
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
  visibility: visible;
}
.box-collapse-open .box-collapse {
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
  z-index: 99999;
}
.box-collapse-open .box-collapse .title-box-d {
  transform: translate(0);
  opacity: 1;
}
.box-collapse-open .box-collapse-wrap {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: 0.7;
  transition-delay: 0s;
}
.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}
.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #000000;
  opacity: 0.4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 4.2857rem;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.intro {
  height: 100vh;
  position: relative;
  color: #ffffff;
  margin-top: 145px;
}
.intro .swiper-pagination {
  bottom: 50px;
}
.intro .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.intro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004357;
  width: 36px;
}
.intro .intro-item {
  padding-top: 2rem;
}
.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}
.copyright p {
    font-size: 14px;
}
.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}
.intro .intro-content {
  position: absolute;
}
.intro .intro-body {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .intro .intro-body {
    padding-left: 2rem;
  }
}
.intro .intro-body .price-a {
    color: #ffffff;
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.intro .intro-body .price-a:hover {
    color: #000;
    background-color: #fff;
     border: 2px solid #fff;
}
.intro .spacial {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #ffffff;
}
.intro .intro-title-top {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .intro .intro-title-top {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.intro .intro-title {
   color: #ffffff;
    font-weight: bold;
    font-size: 2.8rem;
    text-transform: uppercase;
    text-shadow: 2px 4px #000;
    letter-spacing: 1px;
    line-height: 65px;
}
@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .intro .intro-title {
    font-size: 3rem;
  }
}
.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .intro .intro-subtitle {
    font-size: 2.5rem;
  }
}
.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .intro .intro-subtitle.intro-price {
    padding-top: 1rem;
  }
}

/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .card-box-a,
.card-box-b,
.card-box-c,
.card-box-d {
    margin-bottom: 2.5rem;
  }
}
.card-box-a span,
.card-box-b span,
.card-box-c span,
.card-box-d span {
  line-height: 0;
}

@media (min-width: 768px) {
  .grid .card-box-a,
.grid .card-box-b,
.grid .card-box-c,
.grid .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: 0.8s all ease-in-out;
}
@media (min-width: 768px) {
  .card-box-a:hover .img-a,
.card-box-a:hover .img-b,
.card-box-b:hover .img-a,
.card-box-b:hover .img-b {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .card-box-a .price-a,
.card-box-b .price-a {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .card-box-a .price-a,
.card-box-b .price-a {
    font-size: 1rem;
  }
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}


@media (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}
@media (min-width: 768px) {
  .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }
  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }
}

.card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}
@media (min-width: 768px) {
  .card-overlay-a-content {
    bottom: -20px;
  }
}
@media (min-width: 992px) {
  .card-overlay-a-content {
    bottom: 0px;
  }
}

.card-header-a {
  padding: 0 1rem;
}
.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0.7rem;
}
@media (min-width: 768px) {
  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .card-header-a .card-title-a {
    font-size: 2rem;
  }
}
.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}
.card-body-a .price-box {
  padding-bottom: 0.5rem;
}

.price-a {
  color: #ffffff;
  padding: 0.6rem 0.8rem;
  border: 2px solid #0074a6;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #0074a6;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
}
.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}
@media (min-width: 768px) {
  .card-info .card-info-title {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .card-info .card-info-title {
    font-size: 1rem;
  }
}
.card-info li span {
  color: #ffffff;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .card-info li span {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .card-info li span {
    font-size: 1rem;
  }
}

/*------/ Property Grid /-----*/
.property-grid .grid-option {
  text-align: right;
  margin-bottom: 2rem;
}
.property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}
.property-grid .grid-option .custom-select:hover, .property-grid .grid-option .custom-select:active, .property-grid .grid-option .custom-select:focus {
  border-color: #313131;
}
.property-grid .grid-option .custom-select option {
  border-color: #313131;
}

/*------/ Property Single /-----*/
.gallery-property {
  margin-bottom: 3rem;
}

.property-price {
  margin: 0 auto;
}
.property-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}
.summary-list .list {
  padding: 0;
  line-height: 2;
}
.summary-list .list span {
  color: #555555;
}

@media (max-width: 767px) {
  .property-agent {
    margin-top: 2.5rem;
  }
}
.property-agent .title-agent {
  font-weight: 600;
}
.property-agent ul {
  line-height: 2;
  color: #000000;
}
.property-agent .socials-a {
  text-align: center;
}

@media (max-width: 991px) {
  .property-contact {
    margin-top: 2.5rem;
  }
}


.card-header-b {
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
@media (min-width: 768px) {
  .card-header-b {
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .card-header-b {
    bottom: 20px;
  }
}
.card-header-b .category-b {
  font-size: 0.9rem;
  background-color: #0074a6;
  padding: 0.3rem 0.7rem;
  color: #fff;
  letter-spacing: 0.03em;
  border-radius: 50px;
  text-decoration: none;
}
.card-header-b .title-2 {
  margin-bottom: 0;
  padding: 0.6rem 0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .card-header-b .title-2 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .card-header-b .title-2 {
    font-size: 1.6rem;
  }
}
.card-header-b .title-2 a {
  color: #ffdf06;
  text-decoration: none;
}
.card-header-b .date-b {
  color: #d8d8d8;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .card-header-b .date-b {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .card-header-b .date-b {
    font-size: 1rem;
  }
}



/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials-box {
  padding: 1rem 0;
}
.testimonials-box .testimonial-avatar {
  width: 80px !important;
  display: inline-flex !important;
  border-radius: 50%;
}

.testimonial-ico {
  text-align: center;
}
.testimonial-ico i {
  font-size: 48px;
  color: #0074a6;
}

.testimonial-text {
  font-style: italic;
  margin-top: 25px;
  padding: 1.5rem 1.5rem;
  background-color: #f3f3f3;
  position: relative;
  color: #000;
}
.testimonial-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0px;
  height: 0px;
  border-top: 15px solid #f3f3f3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.testimonial-author-box {
  margin-top: 2rem;
}

.testimonial-author {
  margin-left: 1rem;
  display: inline-flex;
  font-size: 1.2rem;
  color: #000000;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.form-as #sendmessage {
  color: #0074a6;
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.form-as #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.form-as #sendmessage.show, .form-as #errormessage.show, .form-as .show {
  display: block;
}
.form-as .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}
.form-as label {
  color: #000000;
  position: relative;
}
.form-as select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}
.form-as .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}
.form-as .form-control.form-control-a {
  height: 3.5rem;
}
.form-as .form-control:focus {
  box-shadow: none;
  border-color: #0074a6;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.php-email-form label {
  color: #000000;
  position: relative;
}
.php-email-form select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}
.php-email-form .form-control {
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 4px;
}

.btn-submit {
    background-color: #000000;
    padding: 8px 35px;
    font-weight: 500;
    border-radius: 50px;
    color: #fff !important;
}

.php-email-form .form-control:focus {
  box-shadow: none;
  border-color: #0074a6;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.section-footer {
  padding-top: 60px;
  background: #0c0c0c;
}
.section-footer ul {
  line-height: 2;
}
.section-footer .item-list-a i {
  font-size: 16px;
  padding-right: 4px;
  color: #0074a6;
}
.section-footer .widget-a .w-title-a {
  margin-bottom: 1rem;
}


footer {
    background: #004358;
   
    padding: 30px 0;
    margin-top: 40px;
}
footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
footer .credits {
  font-size: 14px;
}

#topbar {
    
    border-bottom: 2px solid #eee;
    font-size: 15px;
  
    height: 50px;
    padding: 0;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 9999;
}
#topbar .contact-info i {
    font-style: normal;
    color: #000;
    padding: 8px;
    border-radius: 50%;
    margin-right: 2px;
    font-size: 18px;
}
.socials-a i {
  font-style: normal;
    color: #fff;
    background-color: #b5a642;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
}
#topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .social-links a:first-child {
    border-left: 0;
}
#topbar .social-links a {
    color: #62787d;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    border-left: 1px solid #e9e9e9;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: right!important;
}
@media only screen and (max-width: 600px) {

.ms-4 {
    margin-left: 0.5rem!important;
}
.php-email-form .form-control {
    margin-bottom: 15px;
}
.top-form-bg {
    top: 20px !important;
}
.about-icon {
  
    margin-bottom: 10px;
}
.title-a {
    font-size: 28px;
    line-height: 38px;
  }
}
.title-box h1 {
    font-size: 18px;
}

.top-menu span {
    padding: 10px;
}

.top-form-bg {
    background-color: #b5a642;
    padding: 25px;
    border-radius: 4px;
    border: 1px solid #a7a7a7;
}
.about-icon {
    border: 2px solid #1e5c77;
    padding: 15px 10px 5px 10px;
    background-color: #fff;
}

.about-icon h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.paddtop60{
  padding-top: 60px;
}
.paddtop50{
  padding-top: 50px;
}
.paddtop40{
  padding-top: 40px;
}

.paddtop30{
  padding-top: 30px;
}

.paddtop20{
  padding-top: 20px;
}

.paddbot50{
  padding-bottom: 50px;
}
.paddbot20{
  padding-bottom: 20px;
}
.martop-50{
  margin-top: 50px;
}
.sec-bg{
  background-color: #0c0c0c;
}
.service-box {
    background-color: #fff;
    padding: 20px;
  
    box-shadow: #eae5e5 0 0 1px 1px;
    text-align: center;
}
.service-box h3 {
    color: #000;
    font-size: 21px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 10px;
}

.gallery-section {
    text-align: center;
}
.gallery-section a {
    background: #004358;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
}

.section-property .swiper-slide {
    border: 1px solid #ccc;
}

.sts-sec {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
}
.sec-bg-blue{
  background-color: #f1f1f1;
  padding-bottom: 50px;
}

.sts-sec h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: "Gilda Display", serif;
    margin-top: 20px;
    margin-bottom: 5px;
}

.section-testimonials img {
    padding-top: 11px;
}
.sts-sec p {
    color: #000;
    margin-bottom: 0;
}

.title-box h1{
  font-size: 24px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

nav.nav-footer span {
    padding: 30px;
}

nav.nav-footer ul {
      margin-bottom: 0rem;
}
nav.nav-footer ul li a {
      color: #000;
}

nav.nav-footer {
    background-color: #ffffff;
    padding: 10px;
}

.copy-bottom{
    background-color: #b5a642;
    color: #fff;
    padding: 10px;
}

.cuadro_intro_hover1{
      padding: 0px;
    position: relative;
    overflow: hidden;
      border-radius: 4px;
       border: 1px solid #fff;
      height: 330px;
}
.cuadro_intro_hover1:hover .caption1{
    opacity: 1;
    transform: translateY(-350px);
    -webkit-transform:translateY(-350px);
    -moz-transform:translateY(-350px);
    -ms-transform:translateY(-350px);
    -o-transform:translateY(-350px);
}
.cuadro_intro_hover1 img{
    z-index: 4;
  }
.cuadro_intro_hover1 .caption1{
    position: absolute;
    top:330px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    width: 100%;
  }
.cuadro_intro_hover1 .blur1{
    background-color: #b5a642;
    height: 600px;
    z-index: 5;
    position: absolute;
    width: 100%;
  }
.cuadro_intro_hover1 .caption-text1{
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 600px;
    text-align: center;
    top: -60px;
    width: 100%;
  }
.caption-text1 h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 8px;
    background: #b5a642;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.caption-text1 h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    padding: 76px 0px 10px 0px;
}
.caption-text1 p{color:#fff; line-height: 28px; padding: 5px 20px;}
.caption-text1 a {
    font-size: 16px;
    color: #000000;
    font-weight: 900;
    padding: 9px;
    background: #fff;
    border-radius: 100px;
    width: 85%;
    text-align: center;
    display: inline-block;
    font-style: italic;
}
.caption-text1 a:hover {
    color: #fff;
    background: #000;
}

.products-bg{
background: url(../img/products-bg.jpg);
}

.testimonial {
  
   
}


.testimonial:hover .description   {
   color: #000;
   
}

.testimonial {
    text-align: center;
    padding: 0px 65px;
}

.testimonial h3.title-tesi {
    color: #b5a642;
    font-size: 16px;
    text-align: initial;
   
}
.book-now {
    padding: 40px;
}
.book-now h1 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 900 !important;
    line-height: 36px;
    text-transform: uppercase;
}


.book-now a {
    float: right;
    border: 1px solid #fff;
    padding: 10px 30px 10px 30px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 10px;
}

.book-now a:hover {
    background-color: #b5a642;
    color: #fff;
}

.footer-address-box {
    text-align: center;
    border: 1px solid #ffffff;
    padding: 15px;
    margin-bottom: 30px;
}

.navbar-default.navbar-reduce .navbar-brand img {
  height: 55px;
}
.cot-bg {
    background: #fff;
}
.icon-box .icon-box-icon {
    display: table-cell;
    vertical-align: top;
    font-size: 36px;
    color: #fff;
    width: 50px;
    padding-top: 8px;
}
.icon-box-title {
    margin-top: 20px;
}
h4.icon-title {
    color: #004357;
    font-size: 22px;
}
.pra-g {
   
}
img.bor {
    border: 2px solid #9f9f9f;
    padding: 5px;
    
}

.partner {
    border: 2px solid #eee;
    padding: 35px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 4px;
}
.partner:hover {
    box-shadow: 0 6px 15px 0px rgb(0 0 0 / 10%);
}
.partner:hover {
    border: 2px solid #b5a642;

}

.our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
}
.our-team:hover {
    background: #004357;
    color: #000;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-team .pic:after{
    background: rgb(0 67 87 / 63%);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-team:hover .pic:before{ top: 0; }
.our-team:hover .pic:after{ bottom: 0; }
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.our-team:hover .social{ opacity: 1; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #db162f;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover:after{ transform: rotate(180deg); }
.our-team .team-content{ padding: 20px; }
.our-team .title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 7px;
}


.our-team .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #707070;
    text-transform: capitalize;
}

 
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

p.get-in {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.book-n a {
    background: #000;
    border-radius: 4px;
    padding: 10px 25px 10px 25px;
}
.book-n a:hover {
    background: #fff;
    color: #000;
}
.points li i {
    padding-right: 10px;
    color: #fff;
}

.points li {
    list-style: none;
    padding: 0;
    line-height: 30px;
}
.points ul {
   
   padding: 0;
}


.border-footer {
    border: 1px solid #fff;
    padding: 25px 1px 0px 22px;
    margin-top: 10px;
    margin-bottom: 60px;
}
.footer-up {
    border-right: 1px solid #464646;
}
.footer-up h6 {
    font-size: 18px;
    padding-left: 86px;
    font-weight: bold;
    color: #fff;
}
.footer-up p {
    font-size: 16px;
    padding-left: 86px;
    font-weight: 400;
    color: #fff;
}
.border-n {
    border: none !important;
}
.footer-up img {
    float: left;
    padding-left: 20px;
    padding-right: 25px;
}



#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-bottom: 0;
    letter-spacing: 1px;
}

#footer .footer-top .footer-info p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    text-align: justify;
    padding-right: 30px;
}
section.copyright {
    background: #181817;
    color: #fff;
    text-align: center;
    padding-top: 14px;
}
.about-btn a {
    background: linear-gradient(96deg, #53b2fe, #004358);
    padding: 5px 11px 5px 11px;
    color: #fff;
    font-size: 18px;
}
.about-btn {
    margin-top: 10px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 29px;
}
p.design {
    padding-left: 72px;
}

.font {
    color: #fff;
}

.font a {
    color: #fff;
}
.down {
   
    padding-right: 8px;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

.testi img {
    float: left;
    padding-left: 447px;
}
.testi h3 {
    float: left;
    padding-left: 20px;
    color: #000;
    font-size: 22px;
    padding-top: 15px;
}
.testi p {
    padding-top: 45px;
    float: left;
    margin-left: -142px;
    color: #7e7e7e;
}
.banner {
    padding-top: 150px;
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #075f7a;
    color: #fff;
    transition: 0.3s;
    border-radius: 4;
}

h4.very-good {
    font-size: 22px;
    color: #004357;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 19px;
}
h3.clinet-line {
    font-size: 18px;
    color: #3c3a3a;
    padding-top: 10px;
}

ul.price-data {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price-data li {
    color: #3c3a3a;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 20px;
}

.price-data li i {
    color: #004357;
    font-size: 20px;
    margin-right: 15px;
}
span.ng-binding {
    color: #3c3a3a;
}
ul.full {
    list-style: none;
    padding-left: 0;
}

ul.full i {
    color: #004357;
    font-size: 20px;
    margin-right: 15px;
}
span.green.ng-binding {
    color: #004357;
}

.ng-binding {
    line-height: 30px;
}

ul.highlight {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight li {
    color: #000;
    margin-top: 5px;
    font-size: 15px;
    display: inline-flex;
    font-weight: 400;
}

.highlight li i {
    color: #004358;
    font-size: 16px;
    margin-right: 15px;
}
.charges h2 {
    font-size: 19px;
    color: red;
}
.charges h2 {
    font-size: 25px;
    color: #004357;
    font-weight: bold;
}

h3.overview {
    font-size: 24px;
    font-weight: 600;
}
.bhk-page img {
    border-radius: 10px;
}

.image-slider {
    display: flex;
    flex-flow: column;
    width: clamp(360px, 96vw, 830px);
    aspect-ratio: 16 / 9;
    min-height: 550px;
    overflow: hidden;
    border-radius: 8px;
    container-type: inline-size;
    contain: content;
    background-color: #0006;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px, rgba(0, 0, 0, 0.3) 0px 2px 4px,
        rgba(0, 0, 0, 0.25) 0px 4px 8px, rgba(0, 0, 0, 0.2) 0px 8px 16px,
        rgba(0, 0, 0, 0.15) 0px 16px 32px;
}

.slider__content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.slider-control--button {
    border: 0;
    background: 0;
    outline: 0;
    cursor: pointer;
    place-content: center;
    padding-inline: 3vw;
    z-index: 1;
    display: grid;
}

.icon {
    height: 2rem;
    width: 2rem;
    fill: #fff;
    border-radius: 50%;
}

.slider-control--button:where(:hover) {
    background-image: linear-gradient(
        to var(--position),
        #0000 0%,
        #0002,
        80%,
        #0006 100%
    );
    .icon {
        fill: #fff;
        background: #0001;
    }
}

.slider-control--button:active {
    outline: 0.2em solid hsl(204 100 53);
    outline-offset: -0.5em;
}

.prev-button {
    --position: left;
}
.next-button {
    --position: right;
}

.image-display {
    position: fixed;
    inset: 0;
}

.slider-navigation {
    z-index: 10;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-columns: 100%;
    gap: 1.25rem;
    padding: 1rem;
    place-content: center;
    background-color: var(--navigation-color);
    backdrop-filter: blur(6px);
}

.nav-button {
    display: grid;
    width: 100%;
    height: 100%;
    border-radius: 0.5em;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 0;
    aspect-ratio: 16 / 9;
    transition: filter 150ms linear, scale 266ms ease;
}

.thumbnail {
    display: block;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.nav-button[aria-selected="true"] {
    scale: 1.1;
}

.nav-button[aria-selected="true"],
.nav-button:focus-visible {
    outline: 0.2em solid var(--active-color);
    outline-offset: 0.2em;
}

.nav-button[aria-selected="false"] {
    filter: opacity(0.7);
}

.nav-button[aria-selected="false"]:where(:hover, :focus-visible) {
    filter: opacity(1);
}



.rigt-panel {
    border: 1px solid #d8d8d8;
    border-radius: 16px;
    padding: 11px 0px 0px 15px;
}
.ovrlRating__rating.blueBg {
    align-items: center;
    background-color: #2757ae;
    border-radius: 16px;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 900;
    height: 56px;
    justify-content: center;
    margin-right: 16px;
    padding: 0 20px;
    float: left;
}

ul.full.htl-type-list.mt-10 {
    margin-top: 3px;
    margin-bottom: 0;
}

.facility-text h2 {
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
}

.facility-text .sts-sec {
    padding: 10px;
    border: 1px solid #ccc;
  }

  .facility-text h1 {
 margin-bottom: 25px;
}

.about-t {
    padding: 18px 51px 6px 53px;
}









@media only screen and (max-width: 600px) {
 .paddtop60 {
    padding-top: 15px;
}
.sts-sec {
    margin-bottom: 20px;
}
.testimonial {
    text-align: center;
    padding: 0px 10px;
}

.sec-bg-blue {
    background-color: #f1f1f1;
    padding-bottom: 0px;
}
.testi img {
    float: none;
    padding-left: 0;
}
.testi h3 {
    float: none;
    padding-left: 20px;
    color: #000;
    font-size: 22px;
    padding-top: 15px;
}

.testi p {
    padding-top: 0;
    float: none;
    margin-left: 0;
    color: #7e7e7e;
}
.mr-25 img {
    margin-bottom: 20px;
}
.border-footer {
    border: 1px solid #fff;
    padding: 10px 1px 0px 0px;
    margin-top: 10px;
    margin-bottom: 22px;
}
#footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    text-align: justify;
    padding-right: 0px;
}
p.design {
    padding-left: 0;
}
.footer-links {
    margin-top: 20px;
}
#topbar .contact-info i {
    font-style: normal;
    color: #000;
    padding: 2px;
    border-radius: 50%;
    margin-right: 2px;
    font-size: 13px;
}
#topbar a {
    font-size: 14px;
}
img.bor {
    border: 2px solid #9f9f9f;
    padding: 5px;
    width: 100%;
    margin-bottom: 20px;
}
.line {
    height: 2px;
    background: #004357;
    width: 100px;
    margin: auto;
    margin-bottom: 11px;
}
.paddtop40 {
    padding-top: 20px;
}
.image-slider {
    display: flex
;
    flex-flow: column;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 250px;
    overflow: hidden;
    border-radius: 8px;
    container-type: inline-size;
    contain: content;
    background-color: #0006;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px, rgba(0, 0, 0, 0.3) 0px 2px 4px, rgba(0, 0, 0, 0.25) 0px 4px 8px, rgba(0, 0, 0, 0.2) 0px 8px 16px, rgba(0, 0, 0, 0.15) 0px 16px 32px;
}

.about-t {
    padding: 1px 12px 1px 12px;
}

.intro {
    height: 282px;
    position: relative;
    color: #ffffff;
    margin-top: 83px;
}
.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center center;
}
.intro .carousel-item-a {
  position: relative;
  height: 300px;
}

.about-t {
    margin-top: -50px;
}
.ovrlRating__rating.blueBg {
    align-items: center;
    background-color: #2757ae;
    border-radius: 16px;
    color: #fff;
    display: inline-flex
;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 900;
    height: 56px;
    justify-content: center;
    margin-right: 16px;
    padding: 0 20px;
    float: left;
}
.gallery-section {
    text-align: center;
    margin-bottom: 40px;
}

#footer {
    background: #004358;
    padding: 30px 0;
    margin-top: 0px;
}
}


