body {
  font-family: "poppins", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  overflow-x: hidden;
  color: #2C3F57;
  background-color: #fff;
}

@media (max-width: 992px) {
  .container {
    max-width: 800px !important;
  }
}
p {
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 992px) {
  p {
    font-size: 13px;
  }
}

textarea {
  resize: none;
}

a, a[href], a:hover, a[href]:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul li {
  list-style-type: none;
}

input:focus, button:focus, .btn:focus, a:focus, select:focus, textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

.bg-black {
  background-color: #000;
}

.bg-blue {
  background-color: #2d368b;
}

.text-blue {
  color: #2d368b;
}

.text-lightBlue {
  color: #29aafe;
}

.text-underline {
  text-decoration: underline !important;
}

/*BUTTONS*/
.btn-sm {
  padding: 0.35rem 0.5rem !important;
  font-size: 0.7rem !important;
  border: 1px solid #2d368b !important;
}

.btn-lg {
  padding: 0.5rem 1.5rem !important;
  font-size: 1.1rem !important;
}

.btn-yellow {
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 7px;
  color: #fff !important;
  border: 2px solid #2d368b;
  background: #2d368b;
  text-transform: uppercase;
  transition: all 300ms linear !important;
}
.btn-yellow:hover {
  background-color: transparent;
  color: #2d368b !important;
  border: 2px solid #2d368b;
}

.btn-yellow-transparent {
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 7px;
  color: #2d368b !important;
  border: 2px solid #2d368b;
  background: transparent;
  text-transform: uppercase;
  transition: all 300ms linear !important;
}
.btn-yellow-transparent:hover {
  background: #2d368b;
  border: 2px solid transparent;
  color: #fff !important;
}

.btn.btn-white {
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 7px;
  color: #2d368b !important;
  border: 2px solid #fff;
  background-color: #fff;
  text-transform: uppercase;
  transition: all 300ms linear !important;
}
.btn.btn-white:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff !important;
}
@media (max-width: 992px) {
  .btn.btn-white {
    padding: 7px 15px !important;
    font-size: 0.8rem !important;
  }
}

.btn-white-transparent {
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 2px solid #fff;
  color: #fff !important;
  background: transparent;
  text-transform: uppercase;
  transition: all 300ms linear !important;
}
.btn-white-transparent:hover {
  background-color: #2d368b;
  border: 2px solid #2d368b;
}

/*TOP HEADER*/
.topHeader {
  background-color: #2d368b;
}
.topHeader ul {
  display: block;
  padding: 0;
  margin: 0;
}
.topHeader ul li a {
  display: inline-block;
  padding: 8px;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
}
.topHeader ul li a:hover {
  color: #29aafe;
}
.topHeader .social-media {
  display: inline-block;
}
.topHeader .social-media a {
  font-size: 15px;
  transition: 0.3s;
}
.topHeader .social-media a:hover {
  color: #fff;
}
.topHeader ul.topMenu {
  display: block;
  float: right;
  margin-bottom: 0;
}
.topHeader ul.topMenu > li {
  display: block;
  float: left;
  position: relative;
}
.topHeader ul.topMenu > li > a {
  display: block;
  font-size: 13px;
  cursor: pointer;
  padding: 9px 0 9px 15px;
  color: #fff;
  border-left: 1px solid #454545;
  margin-left: 8px;
}
.topHeader ul.topMenu > li > a:hover {
  color: #fff;
}
.topHeader ul.topMenu > li > ul {
  position: absolute;
  display: none;
  right: -10px;
  top: 102%;
  width: 100px;
  background: #fff;
  z-index: 99;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}
.topHeader ul.topMenu > li > ul > li {
  display: block;
  position: relative;
}
.topHeader ul.topMenu > li > ul > li > a {
  display: block;
  font-size: 12px;
  cursor: pointer;
  padding: 8px 15px;
  color: #000000;
}
.topHeader ul.topMenu > li > ul > li > a:hover {
  background: #EDEDED;
}
.topHeader ul.topMenu > li:hover ul {
  display: block;
}

/*MAIN HEADER*/
.pageHeader {
  background: #fff;
}

.pageHeader.fixed {
  position: fixed;
  z-index: 999999;
  top: 0;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.06);
}

.navbar-brand {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-brand img {
  width: 230px;
}
@media (max-width: 788px) {
  .navbar-brand img {
    width: 170px;
  }
}

.navbar-nav .dropdown .dropdown-menu {
  min-width: 15rem;
  font-size: 0.9rem;
  top: 137%;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 0.65rem 1.5rem;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #29aafe;
  color: #fff;
}
.navbar-nav .nav-link {
  color: rgb(0, 0, 0) !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  transition: 0.3s;
}
.navbar-nav .nav-link:last-child {
  padding-right: 0 !important;
}
.navbar-nav .nav-link:hover {
  color: #29aafe !important;
}
@media (max-width: 768px) {
  .navbar-nav .nav-link {
    padding-left: 0 !important;
    border-left: none !important;
  }
}
@media (max-width: 992px) {
  .navbar-nav .nav-link {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
}
@media (max-width: 992px) {
  .navbar-nav a {
    font-size: 0.9rem;
  }
}
.navbar-nav a.btn {
  margin-left: 1rem;
}

/*HOMEPAGE*/
.carousel-caption {
  top: 0;
}
.carousel-caption h1 {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .carousel-caption p {
    font-size: 13px;
  }
}

.single-room {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.single-room .room-text {
  position: absolute;
  text-align: center;
  color: #fff;
  padding: 50px;
}
.single-room img {
  transition: all 0.7s;
}
.single-room:hover img {
  transform: scale(1.1);
}

.otherServices .single-room:hover {
  border-radius: 15px;
}

.facilities .card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}
.facilities .card:hover {
  color: #fff;
  background-color: #29aafe;
}
.facilities .card:hover i {
  color: #fff !important;
}
.facilities .card .facilities-text i {
  font-size: 45px;
  color: #ccc;
  margin-bottom: 15px;
}

.services .card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}

.rounded-lg {
  border-radius: 15px !important;
}

/*INNER PAGES*/
.inner-top {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/
  background-image: url(../../static/images/inner-top-bg.jpg);
  padding: 100px 0;
}
@media (max-width: 768px) {
  .inner-top {
    padding: 50px 0;
  }
  .inner-top h2 {
    font-size: 1.3rem;
  }
}
.inner-top .breadcrumb {
  justify-content: center;
  background: transparent;
  padding: 0;
}
.inner-top .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.inner-top .breadcrumb .breadcrumb-item + .breadcrumb-item.active {
  color: #fff;
}

/*ABOUT*/
.wcu-list li {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  line-height: 30px;
  /* border-bottom: 1px solid #e4e4e4; */
  display: block;
  padding-bottom: 8px;
  transition: all 300ms linear 0s;
}
.wcu-list li:hover {
  color: #29aafe !important;
  /* padding-left: 35px; */
}
.wcu-list li i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #2d368b;
}

.counter-bg {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  background-image: url(../../static/images/counter-bg.jpg);
  padding: 100px 0;
  /* i {
    font-size: 40px;
    color: $white;
    margin-bottom: 15px;
  } */
}
@media (max-width: 768px) {
  .counter-bg {
    padding: 50px 0;
  }
  .counter-bg h2 {
    font-size: 1.3rem;
  }
}

/*ROOM DETAILS*/
.room-details .wcu-list li a {
  font-size: 16px;
  line-height: 45px;
}
@media (max-width: 992px) {
  .room-details .wcu-list li a {
    font-size: 13px;
  }
}

/*TESTIMONIALS*/
.testimonials .t-box {
  position: relative;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.3411764706);
  transition: all 0.5s;
}
.testimonials .t-box:hover {
  transform: translateY(-5px);
}
.testimonials .t-box .t-img {
  width: 23%;
  float: left;
  padding-right: 25px;
}
.testimonials .t-box .t-img img {
  border-radius: 50%;
}
.testimonials .t-box .t-text {
  padding-left: 23%;
}
.testimonials .t-box .t-quote {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 992px) {
  .testimonials .t-box .t-img {
    width: 30%;
    float: none;
    padding-right: 0;
    margin: 0 auto 15px;
  }
  .testimonials .t-box .t-text {
    padding-left: 0;
    text-align: center;
  }
  .testimonials .t-box .t-quote {
    right: 12px;
    bottom: 48px;
  }
}

/*GALLERY*/
.nanogallery_gallerytheme_dark_myGallery .nGY2GThumbnail {
  background: #fff !important;
  border: 2px solid #fff !important;
}

/*CONTACT*/
.form-control {
  padding: 0.6rem 0.75rem;
  background-color: #fafafa;
}

.form-group ::placeholder {
  color: #bbb !important;
}

/*FOOTER*/
.footer {
  background-color: #212529;
}
.footer h5 {
  color: #fff;
  text-transform: uppercase;
}
.footer span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #c4c4c4;
  padding: 6px 0;
}
.footer a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #c4c4c4;
  padding: 6px 0;
  transition: 0.3s;
}
.footer a:hover {
  color: #fff;
}
.footer ul.social-media {
  padding-left: 0;
}
.footer ul.social-media a {
  display: inline-block !important;
  padding: 8px 12px 0 0 !important;
  font-size: 20px;
}

/*# sourceMappingURL=style.css.map */
