@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "AgencyFB";
  src: url("../webfonts/AgencyFB-Bold.eot");
  src: url("../webfonts/AgencyFB-Bold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/AgencyFB-Bold.woff2") format("woff2"),
    url("../webfonts/AgencyFB-Bold.woff") format("woff"),
    url("../webfonts/AgencyFB-Bold.ttf") format("truetype"),
    url("../webfonts/AgencyFB-Bold.svg#AgencyFB-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Perfectly Noted";
  src: url("../webfonts/PerfectlyNoted-Regular.eot");
  src: url("../webfonts/PerfectlyNoted-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/PerfectlyNoted-Regular.woff2") format("woff2"),
    url("../webfonts/PerfectlyNoted-Regular.woff") format("woff"),
    url("../webfonts/PerfectlyNoted-Regular.ttf") format("truetype"),
    url("../webfonts/PerfectlyNoted-Regular.svg#PerfectlyNoted-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a, a:hover {
  text-decoration: none;
}
.scale-up-center {
  animation: scale-up-center 0.9s ease-in both;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
body {
  font-family: "Manrope", sans-serif;
  color: #5c5c5c;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Perfectly Noted";
}

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

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #565656;
  margin: 0;
}

/*#######################*/
.main-title {
  color: #000;
  font-size: 40px;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  position: relative;
}
.main-title:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: url(../images/wave.png) no-repeat;
  width: 42px;
  height: 14px;
}
.main-title span {
  font-size: 24px;
  color: #14b9df;
  display: block;
}

.main-pera {
  text-align: center;
  margin: 15px 0 0;
  line-height: 32px;
}

.btn-info {
  color: #fff;
  background-color: #14b9df !important;
  border-radius: 0;
  border: none;
  padding: 8px 20px !important;
  font-weight: 400 !important;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.btn-info span {
  color: #fff;
  position: relative;
  transition: all ease-in-out 0.5s;
  z-index: 9;
}
.btn-info:hover span {
  color: #fff !important;
}
.btn-info:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  background: #000;
  bottom: -10%;
  left: 0px;
  width: 100%;
  height: 0%;
  border-radius: 50% 50% 0% 0%;
}
.btn-info:hover::after {
  height: 200%;
}

.btn-info2 {
  color: #fff;
  background-color: #14b9df !important;
  border-radius: 0;
  border: none;
  padding: 8px 20px !important;
  font-weight: 400 !important;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.btn-info2:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.btn-outline-info {
  color: #000;
  background-color: transparent !important;
  border-radius: 0;
  border-color: #14b9df;
  padding: 8px 20px !important;
  font-weight: 400 !important;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
}
.btn-outline-info span {
  color: #000;
  position: relative;
  transition: all ease-in-out 0.5s;
  z-index: 9;
}
.btn-outline-info:hover span {
  color: #fff !important;
}
.btn-outline-info:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  background: #14b9df;
  bottom: -10%;
  left: 0px;
  width: 100%;
  height: 0%;
  border-radius: 50% 50% 0% 0%;
}
.btn-outline-info:hover::after {
  height: 200%;
}

.btn-outline-dark {
  color: #000;
  background-color: transparent !important;
  border-radius: 4px;
  border-color: #000;
  padding: 8px 20px !important;
  font-weight: 600 !important;
  font-size: 18px;
  letter-spacing: 3px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.btn-outline-dark span {
  color: #000;
  position: relative;
  transition: all ease-in-out 0.5s;
  z-index: 9;
}
.btn-outline-dark:hover span {
  color: #fff !important;
}
.btn-outline-dark:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  background: #000;
  bottom: -10%;
  left: 0px;
  width: 100%;
  height: 0%;
  border-radius: 50% 50% 0% 0%;
}
.btn-outline-dark:hover::after {
  height: 200%;
}

.btn-outline-light {
  color: #fff;
  background-color: transparent !important;
  border-radius: 0;
  border-color: #707070;
  padding: 8px 20px !important;
  font-weight: 400 !important;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
}
.btn-outline-light span {
  color: #fff;
  position: relative;
  transition: all ease-in-out 0.5s;
  z-index: 9;
}
.btn-outline-light:hover span {
  color: #14b9df !important;
}
.btn-outline-light:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  background: #fff;
  bottom: -10%;
  left: 0px;
  width: 100%;
  height: 0%;
  border-radius: 50% 50% 0% 0%;
}
.btn-outline-light:hover::after {
  height: 200%;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
  padding: 20px 0;
  z-index: 99;
}
.header .navbar-brand {
  width: 200px;
}
.header .navbar {
  padding: 0;
}
.header .navbar .navbar-nav {
  position: relative;
}
.header .navbar .navbar-nav li {
  position: relative;
  padding: 0px 15px;
}
.header .navbar .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.header .navbar .navbar-nav li.active a, .header .navbar .navbar-nav li.current_page_item a, .header .navbar .navbar-nav li a[aria-current="page"] {
  color: #14b9df;
  font-weight: 400;
}

.banner-inner-section {
  position: relative;
}
.banner-inner-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-inner-section .banner-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 49%;
  transform: translateY(-50%);
  text-align: center;
}
.banner-inner-section .banner-txt h3 {
  font-size: 250px;
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "AgencyFB";
  text-transform: uppercase;
  letter-spacing: 10px;
  margin: 0;
  padding: 0;
}

.banner-slider .owl-item.active .banner-txt h3 {
  animation: slide-top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
@keyframes slide-top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.banner {
  position: relative;
}
.banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 19, 10, 0.77) 0%,
    rgba(3, 22, 13, 0.77) 1%,
    rgba(255, 255, 255, 0.07) 91%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 400px;
  z-index: 9;
}
.banner .search-part {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 65%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  bottom: 10%;
  border: 1px solid #8d8d8d;
  padding: 20px;
  z-index: 9;
}
.banner .search-part form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .search-part form .form-group {
  position: relative;
  width: 20%;
}
.banner .search-part form .form-group label {
  color: #fff;
}
.banner .search-part form .form-group .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 34px;
  background-color: transparent;
  color: #fff;
  padding: 5px;
}
.banner .search-part form .form-group .form-control::-moz-placeholder {
  color: #fff;
}
.banner .search-part form .form-group .form-control::placeholder {
  color: #fff;
}
.banner .search-part form .form-group .form-control::-ms-input-placeholder {
  color: #fff;
}
.banner .search-part form .form-group i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  color: #fff;
}
.banner .search-part form .btn-info {
  padding: 8px 40px !important;
  color: white;
  border-radius: 0%;
}
.banner .search-part form .btn-info:hover {
  color: rgb(0, 0, 0);
}
.social-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.social-part ul {
  margin: 0;
  padding: 0;
}
.social-part ul li {
  float: none;
  margin: 25px 0;
  text-align: center;
}
.social-part ul li i {
  font-size: 24px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.social-part ul li:hover i {
  color: #14b9df;
}
.social-part .scroll {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  bottom: 10%;
}
.social-part .scroll:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 72px;
  background-color: #fff;
  top: 110%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.inr-ban {
  position: relative;
}
.inr-ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inr-ban:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 19, 10, 0.77) 0%,
    rgba(3, 22, 13, 0.77) 1%,
    rgba(255, 255, 255, 0.07) 91%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 400px;
  z-index: 9;
}

.banner-slider .owl-dots {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.banner-slider .owl-dots .owl-dot {
  margin: 18px 0;
  font-size: 18px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-slider .owl-dots .owl-dot button {
  background-color: transparent;
  color: #fff;
}
.banner-slider .owl-dots .owl-dot:after {
  position: absolute;
  content: "";
  left: 115%;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.banner-slider .owl-dots .owl-dot.active {
  font-size: 30px;
}
.banner-slider .owl-dots .owl-dot.active:after {
  width: 50px;
}

.welcome-sec {
  padding: 65px 0;
  background-color: #f0fdff;
}

.main-wrap {
  padding: 65px 0;
}

.destination-img {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.destination-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.7s;
}
.destination-img .place-btn {
  width: 88%;
  background-color: #fff;
  padding: 8px 12px;
  margin: 0 auto;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: #000;
  transition: all ease-in-out 0.5s;
  opacity: 0;
}
.destination-img:hover img {
  transform: scale(1.2);
}
.destination-img:hover .place-btn {
  bottom: 0;
  opacity: 1;
}

.slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
}

.slider .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 8px 16px !important;
  background: #efefef !important;
  border-radius: 50%;
  border: transparent;
}
.slider .owl-nav [class*="owl-"] i {
  color: #14b9df;
}

.slider .owl-nav .owl-prev {
  position: absolute;
  left: 75px;
}

.slider .owl-nav .owl-next {
  position: absolute;
  right: 75px;
}

.slider .owl-stage-outer::before {
  position: absolute;
  width: 22%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.75) 1%,
    rgba(255, 255, 255, 0.75) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 9;
}

.slider .owl-stage-outer::after {
  position: absolute;
  width: 22%;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.75) 1%,
    rgba(255, 255, 255, 0.75) 49%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 9;
}

.room-bx {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
}
.room-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.7s;
}
.room-bx:hover img {
  transform: scale(1.2);
}
.room-bx .tag {
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #14b9df;
  color: #fff;
  padding: 2px 12px;
  font-size: 14px;
  display: block;
}
.room-bx .room-info {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
}
.room-bx .room-info .top-prt {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 8px 15px;
  gap: 10px;
}
.top-prt > div:first-child {
  max-width: 64%;
}
.room-bx .room-info .top-prt h3 {
  font-size: 22px;
  color: #000;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.room-bx .room-info .top-prt p {
  font-size: 18px;
  color: #000;
  margin: 0;
}
.room-bx .room-info .top-prt p span {
  font-size: 14px;
  color: #919191;
}
.room-bx .room-info .top-prt .review {
  font-size: 14px;
  font-weight: 400;
  color: #919191;
  transition: all ease-in-out 0.5s;
  opacity: 1;
}
.room-bx .room-info .top-prt .review span {
  color: #000;
}
.room-bx .room-info .top-prt .review i {
  margin-right: 8px;
  font-size: 15px;
  color: #e1bb40;
}
.room-bx .room-info .top-prt .btn-info {
  display: none;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.room-bx .room-info .room-footer {
  background-color: #d6f9ff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.room-bx .room-info .room-footer p {
  color: #000;
  margin: 0;
}
.room-bx:hover .room-info {
  bottom: -46px;
}
.room-bx:hover .top-prt .btn-info {
  display: block;
  opacity: 1;
}
.room-bx:hover .top-prt .review {
  opacity: 0;
  display: none;
}

.booknow-sec {
  position: relative;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.booknow-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.booknow-sec .booknow-bx {
  position: absolute;
  left: 8%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 30px 50px;
  width: 440px;
  text-align: center;
}
.booknow-sec .booknow-bx h3 {
  font-size: 38px;
  color: #fff;
  margin: 0;
  padding: 0 0 12px;
  position: relative;
}
.booknow-sec .booknow-bx h3:after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/wave2.png) no-repeat;
  width: 40px;
  height: 13px;
}
.booknow-sec .booknow-bx ul {
  margin: 20px 0 0;
  padding: 0;
  display: inline-block;
}
.booknow-sec .booknow-bx ul li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  float: none;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin: 6px 7px;
}
.booknow-sec .booknow-bx ul li:before {
  position: absolute;
  content: "\f058";
  font-family: "Line Awesome Free";
  left: 0;
  font-size: 18px;
  color: #000;
}

.pro-bx {
  position: relative;
  width: 100%;
  height: 406px;
  overflow: hidden;
  margin-bottom: 25px;
  text-align: center;
  transition: all ease-in-out 0.5s;
}
.pro-bx .pro-img {
  width: 100%;
  height: 340px;
  overflow: hidden;
  text-align: center;
  padding: 12px;
  background-color: #f0fdff;
  position: relative;
}
.pro-bx .pro-img img {
  width: auto !important;
  max-height: 100%;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all ease-in-out 0.3s;
}
.pro-bx .pro-txt {
  text-align: center;
  background-color: #fff;
  margin: 0;
  padding: 15px;
  transition: all ease-in-out 0.5s;
  position: relative;
  z-index: 9;
}
.pro-bx .pro-txt h3 {
  font-size: 22px;
  color: #000;
  margin: 0;
  padding: 0;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-bx:hover .pro-txt {
  margin-top: -58px;
}

.testimonials-list {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
}
.testimonials-list .auth-img {
  position: relative;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: 15px;
}
.testimonials-list .auth-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials-list .quote-img {
  position: absolute;
  right: 20px;
  top: 10px;
}
.testimonials-list p {
  color: #1d1c22;
  font-size: 16px;
  margin-bottom: 10px;
}
.testimonials-list h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
}
.testimonials-list h6 {
  color: #767577;
  font-size: 15px;
  margin-bottom: 0px;
}

.testi-slider .owl-stage-outer {
  padding: 40px 0 0;
}

.testi-slider .owl-dots {
  position: relative;
  width: 100%;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 50px 0 0;
}
.testi-slider .owl-dots button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: #d9d9d9;
  margin: 0 4px;
  width: 15px;
  height: 2px;
}
.testi-slider .owl-dots button.active {
  width: 30px;
  background-color: #14b9df;
}

.blog-bx .blog-img {
  height: 255px;
  overflow: hidden;
}
.blog-bx .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-bx .blog-txt {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  transition: all ease-in-out 0.5s;
  background-color: #fff;
}
.blog-bx .blog-txt h5 {
  font-size: 18px;
  font-weight: 600;
  color: #14b9df;
  margin: 0 0 8px;
  padding: 0;
}
.blog-bx .blog-txt p {
  color: #95a5a6;
  margin: 0 0 8px;
}
.blog-bx .blog-txt p span {
  color: #000;
}
.blog-bx .blog-txt .btn-info {
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.blog-bx:hover .blog-txt {
  width: 90%;
  padding: 15px;
  margin-top: -25px;
}
.blog-bx:hover .blog-txt .btn-info {
  opacity: 1;
}

/*#################### Filter Property #################*/
.megafolio-container {
  display: inline-block;
  width: 100%;
}

.mega-entry .mega-entry-innerwrap {
  border: none;
  border-radius: 0;
}

.mega-entry {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  z-index: 2;
  text-align: center;
}

.mega-entry img {
  width: 100%;
}

.megafolio-container,
.megafolio-container-splash {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mega-entry {
  text-align: center;
}

.mega-hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
	opacity: 1;
}

.mega-hoverlink,
.mega-hoverview2 {
  background: url(../images/lupe2.png) no-repeat center;
  width: 62px;
  height: 62px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 33px;
  margin: auto;
  display: inline-block;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.mega-hoverlink,
.mega-hoverview {
  width: 62px;
  height: 62px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
}

.mega-hover:hover .mega-hoverview2 {
  right: 0;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.fancybox-lock .fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.footer {
  background: #093654 url(../images/bg2.jpg) no-repeat top center;
}
.footer .contact-prt {
  padding: 80px 0 60px;
  border-bottom: 1px solid #2b668e;
}
.footer .contact-prt .title1 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.footer .contact-prt .f-contact {
  margin: 50px 0 0;
  padding: 0;
  display: inline-block;
}
.footer .contact-prt .f-contact li {
  float: left;
  margin-bottom: 12px;
  line-height: 42px;
  width: 50%;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .contact-prt .f-contact li span {
  color: #14b9df;
  display: block;
}
.footer .contact-prt .f-contact li a {
  color: #fff;
}
.footer .contact-prt .f-contact li p {
  color: #fff;
  font-size: 22px;
  margin: 0;
}
.footer .contact-prt .footer-pera {
  color: #efefef;
  margin: 15px 0 0;
}
.footer .contact-prt .newsletter-bx {
  position: relative;
  width: 100%;
}
.footer .contact-prt .newsletter-bx input[type="email"] {
  background-color: #fff !important;
  border: none;
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  height: 52px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 8px 45px 8px 15px;
  width: 100%;
  border-radius: 0;
  position: relative;
}
.footer .contact-prt .newsletter-bx span {
  position: absolute;
  right: 15px;
  top: 11px;
}
.footer .contact-prt .newsletter-bx .btn-info {
  padding: 15px 20px !important;
}
.footer .f-top {
  padding: 50px 0;
  border-bottom: 1px solid #2b668e;
}
.footer .f-top .f-social {
  margin: 30px 0 0;
  padding: 0;
}
.footer .f-top .f-social li {
  float: left;
  margin: 0 20px 0 0;
}
.footer .f-top .f-social li i {
  font-size: 24px;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .f-social li:hover i {
  color: #14b9df;
}
.footer .f-top .footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}
.footer .f-top .border-left {
  border-left: 1px solid #477594;
}
.footer .f-top .footer-list {
  margin: 0;
  padding: 0;
}
.footer .f-top .footer-list li {
  float: none;
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 400;
  padding: 0;
}
.footer .f-top .footer-list li a {
  color: #277cb4;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .footer-list li:hover a {
  color: #fff;
}
.footer .f-top .footer-list li.active a {
  color: #fff;
}
.footer .f-bttm {
  padding: 20px 0;
}
.footer .f-bttm .copyright {
  color: #277cb4;
  font-size: 15px;
  margin: 0;
  text-align: center;
}

.line {
  width: 1px;
  height: 270px;
  background-color: #477594;
}

.contact-title {
  font-size: 26px;
  font-weight: 400;
  color: #2e2d2d;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.contact-title span {
  color: #14b9df;
}

.map-box iframe {
  width: 100%;
  overflow: hidden;
  height: 430px;
  border: none;
}

.rd-mailform .form-group {
  margin-bottom: 10px;
}
.rd-mailform .form-group .form-control {
  border-radius: 0;
  height: 50px;
  border: 1px solid #adadad;
}
.rd-mailform .form-group textarea.form-control {
  border-radius: 0;
  height: 150px;
} /*# sourceMappingURL=style.css.map */
.single-post .blog-bx .blog-img {
  height: 450px;
  overflow: hidden;
}

/*#404 Page css */

.common-section404 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.section-404 {
  text-align: center;
}
.section-404 .error {
  font-size: 150px;
  color: #14b9df;
  text-shadow: 1px 1px 1px #14b9df, 2px 2px 1px #14b9df, 3px 3px 1px #14b9df, 4px 4px 1px #14b9df, 5px 5px 1px #14b9df, 6px 6px 1px #14b9df, 7px 7px 1px #14b9df, 8px 8px 1px #14b9df, 25px 25px 8px rgba(0,0,0, 0.1);
}
.section-404 .page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
.amazon-btn, .amazon-btn:visited, .amazon-btn:focus {
  width: var(--ehw-AZB);
	height: var(--ehw-AZB);
	display: flex;
	align-items: center;
	justify-content: center;
  overflow: hidden;
	border: 1px solid #fff;
	color: #fff;
  background: transparent;
	border-radius: 50%;
	--ehw-AZB: 36px;
	margin-left: 20px;
  font-size: 20px;
}
.amazon-btn:hover {
	border-color: #fff;
	color: #14b9df;
  background: #fff;
}

.single-post ul.p-rich_text_list {
    padding: 0 20px;
}

.single-post ul.p-rich_text_list li {
    list-style: disc;
	
}

.fancybox-type-iframe .fancybox-inner {
    width: 100% !important;
    height: 600px !important;
}