/*
@File: Travelia CSS

* This CSS file contains the style of the template, this is the file you need to edit to change its appearance.

Table contents:

*******************************************
*******************************************

** - Default CSS
** - Navbar CSS
** - Search Overlay CSS
** - About Us CSS
** - Item CSS
** - Service CSS
** - Our Service CSS
** - Choose CSS
** - Fun Facts CSS
** - Tours CSS
** - Blog CSS
** - Testimonials CSS
** - Partner CSS
** - Footer CSS
** - Preloader CSS
** - Go Top CSS
** - Page banner CSS
** - Sign In CSS
** - Sign Up CSS
** - Privacy Policy CSS
** - Coming Soon CSS
** - CTA CSS
** - Error CSS
** - Faq CSS
** - Locations CSS
** - Gallery CSS
** - Destination CSS
** - Featured Block CSS
** - About CSS
** - Search CSS

*******************************************
/*

/*================================================
Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Sarabun", "Rubik", "Jost", serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.home {
  background-image: url(../img/banner/slider.jpg) !important;
}

img {
  max-width: 100%;
  height: auto;
}

.top {
  background: #642a00;
  color: #fff;
  margin: 0 auto !important;
}

ul.top-text li {
  float: left;
  margin-right: 10px;
}

ul.img li img {
  width: 100px;
  margin-left: -40px;
}

ul.img li {
  float: left;
  margin-right: 10px;
}

ul.top-list {
  float: right;
  padding-top: 5px;
  margin-bottom: 1px;
}

ul.top-list li {
  float: left;
}

ul.top-list li i {
  color: #fff;
  font-size: 18px;
}

ul.top-text a {
  color: #fff;
  margin-right: 5px;
}

.top-social li a {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-right: 5px;
  border-radius: 50%;
  i {
    color: #642a00 !important;

    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #642a00;
  font-weight: 800;
  /* text-align: center; */
}

ul.top-text i {
  padding: 5px;
}

ul.top-text {
  padding-top: 5px;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.style12 {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.owl-nav {
  display: none;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #04000c;
}

.pay {
  margin-top: 10px;
}

figure {
  margin: 0px;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.pt-140 {
  padding-top: 140px;
}

ul.info-list {
  margin-top: 20px !important;
}

.pt-50 {
  padding-top: 50px;
}

.left ul,
.right ul {
  padding: 10px 20px !important;
}

@media (max-width: 991px) {
  .left ul,
  .right ul {
    padding: 10px 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
}

.smalltext {
  font-size: 12px;
  list-height: 1 !important;
}

.leftpad {
  padding-left: 64px;
}

.pt-100 {
  padding-top: 13px;
}

.pb-100 {
  padding-bottom: 40px !important;
}

.pb-70 {
  padding-bottom: 0px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.d-table {
  width: 100%;
  height: 100%;
}

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

.default-btn {
  background-color: #007c7c;
  color: #ffffff;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  border: none;
}

.default-btn:hover {
  background-color: #f47514;
  color: #ffffff;
}

.default-btn-two {
  background-color: #a34600;
  color: #ffffff;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 22px;
  width: 100%;
}

.default-btn-two:hover {
  background-color: #23d3d3;
  color: #ffffff;
}

.section-title {
  text-align: center;
  /* max-width: 690px; */
  margin-bottom: 48px;
}

.section-title span {
  color: #f47514;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.section-title-left {
  text-align: left;
  max-width: 690px;
  margin: 0 0 30px;
}

.section-title-left span {
  color: #f47514;
  font-size: 18px;
  display: inline-block;
}

.section-title h2 {
  font-size: 46px;
  margin-bottom: 20px;
}

.section-title p {
  max-width: 490px;
  margin: auto;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 800;
  margin-top: 0;
  line-height: 1.4;
  color: #292323;
  margin-bottom: 0;
}

.section-title p {
  padding-top: 17px;
  margin-bottom: 0;
}

.sec-title.light h2 {
  color: #fff;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
}

.sec-title p {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 17px;
}

.sec-title p {
  color: #39cabb;
}

/*================================================
Background Colors
=================================================*/

.bg-color-1 {
  background-color: #f1f7f9;
}

.bg-color-2 {
  background-color: #453f85;
}

.bg-color-3 {
  background: #f1f9f9;
}

/*================================================
Nice Select
=================================================*/

.nice-select {
  border-radius: 0px;
}

.nice-select .list {
  border-radius: 0px;
  height: 200px;
  overflow-y: auto;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  color: #f47514;
  background: none;
}

/*================================================
Search Overlay CSS
=================================================*/

.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.search-overlay .search-overlay-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 0.9s ease-in-out 1.5s;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
  background: #23d3d3;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
  -webkit-transition: all 0.9s ease-in-out 1.4s;
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 100%;
  padding: 0 16px;
}

.search-overlay .search-overlay-form form {
  position: relative;
}

.search-overlay .search-overlay-form form input {
  outline: 0;
}

.search-overlay .search-overlay-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: #29234d;
  padding: 10px 30px;
}

.search-overlay
  .search-overlay-form
  form
  .input-search::-webkit-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.5px;
  color: #29234d;
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.5px;
  color: #29234d;
}

.search-overlay .search-overlay-form form .input-search::-ms-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.5px;
  color: #29234d;
}

.search-overlay .search-overlay-form form .input-search::placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.5px;
  color: #29234d;
}

.search-overlay
  .search-overlay-form
  form
  .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-overlay
  .search-overlay-form
  form
  .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.search-overlay
  .search-overlay-form
  form
  .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: #fff;
  height: 50px;
  border-radius: 50%;
  background-color: #23d3d3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  font-size: 20px;
  line-height: 45px;
}

.search-overlay .search-overlay-form form button:hover {
  background-color: #29234d;
  color: #ffffff;
}

.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
  opacity: 1;
  visibility: visible;
}

/*================================================
Banner Area CSS
=================================================*/

.banner-area {
  height: auto;
  position: relative;
  padding: 205px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.fixed-top {
  position: inherit !important;
}

.slider-content {
  color: #06283d;
  font-size: 16px !important;
}

.banner-area .banner-content {
  position: relative;
}

.banner-area .banner-content .text-content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.banner-area .banner-content .text-content span {
  color: #ffffff;
  background-color: rgb(17 128 255 / 50%);
  padding: 10px 25px;
  font-size: 15px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 15px;
}

.banner-area .banner-content .text-content h1 {
  font-size: 70px;
  margin-bottom: 30px;
}

.banner-area .banner-content .text-content p {
  max-width: 635px;
  margin: auto;
  font-size: 17px;
}

.banner-area .banner-content .text-content .banner-btn {
  margin-top: 0;
}

.banner-area .banner-content .img-box {
  position: relative;
}

.banner-area .banner-content .img-box img {
  border-radius: 30px;
  z-index: 5;
}

.banner-area .banner-content .img-box .video-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.video-box {
  text-align: center;
}

.video-box .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #23d3d3;
  border-radius: 50%;
  color: #ffffff;
  font-size: 60px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.video-box .video-btn::after,
.video-box .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #23d3d3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.video-box .video-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 35px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.video-box .video-btn:hover,
.video-box .video-btn:focus {
  background-color: #23d3d3;
  color: #ffffff;
}

.video-box .video-btn:hover::after,
.video-box .video-btn:hover::before,
.video-box .video-btn:focus::after,
.video-box .video-btn:focus::before {
  border-color: #23d3d3;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/*================================================
Home Banner Area
=================================================*/

.home-banner-area {
  position: relative;
  overflow: hidden;
  background-color: #f1fbfb;
}

.home-banner-area .banner-content {
  max-width: 544px;
  margin-left: auto;
}

.home-banner-area .banner-content .sub-title {
  font-weight: 400;
  color: #4689a2;
  background: #c5f3f3;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 20px;
  border-radius: 25px;
}

.home-banner-area .banner-content h1 {
  font-size: 70px;
  color: #090031;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.1;
}

.home-banner-area .banner-content p {
  font-size: 18px;
  color: #39325a;
  margin-bottom: 35px;
}

.home-banner-area .search-form .select-box {
  position: relative;
  border: 1px solid #a5e0e0;
  border-radius: 6px;
  /*
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    */
  margin-bottom: 15px;
  cursor: pointer;
}

.home-banner-area .search-form .select-box i {
  position: absolute;
  top: 50%;
  right: 18px;
  font-size: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #23d3d3;
  z-index: 1;
}

.home-banner-area .search-form .select-box .form-control {
  height: 58px;
  color: #090031;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 0 0 18px;
  font-size: 15px;
  padding: 12px 0 12px 18px;
}

.home-banner-area .search-form .select-box .nice-select {
  float: unset;
  color: #39325a;
  text-transform: capitalize;
  line-height: 35px;
}

.home-banner-area .banner-slider {
  position: relative;
  overflow: hidden;
}

.home-banner-area .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.home-banner-area .banner-slider .slider-item .content {
  position: absolute;
  left: 0;
  top: 260px;
  padding: 50px 40px;
  background: rgb(241 251 251 / 90%);
  /*rgb(241 251 251)  rgb(0 0 0 / 70%)*/
  border-top-right-radius: 20%;
  border-bottom-right-radius: 20%;
}

.home-banner-area .banner-slider .slider-item .content span {
  color: #090031;
  /*#f9f8fe*/
}

.home-banner-area .banner-slider .slider-item .content i {
  margin-right: 4px;
  color: #f9f8fe;
  vertical-align: middle;
}

.home-banner-area .banner-slider .slider-item .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.home-banner-area .banner-slider .slider-item .content h3 a {
  color: #222;
  /*#368484*/
}

.home-banner-area .banner-slider .slider-item .content .review i {
  margin-right: 0;
  color: #f4b316;
  vertical-align: -1px;
}

.home-banner-area .banner-slider .slider-item .content .review span {
  margin-left: 8px;
}

.home-banner-area .banner-slider .slider-item .content .list {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #090031;
  /*#f9f8fe*/
}

.home-banner-area .banner-slider .slider-item .content .list li {
  display: inline-block;
  margin-right: 12px;
}

.home-banner-area .banner-slider .slider-item .content i {
  margin-right: 4px;
  color: #23d3d3;
  /*#f9f8fe*/
  vertical-align: middle;
}

.home-banner-area .banner-slider .owl-nav {
  position: absolute;
  top: 30px;
  left: 30px;
}

.home-banner-area .owl-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.home-banner-area .owl-dots .owl-dot {
  cursor: pointer;
  display: inline-block;
  margin-right: 6px;
  border-radius: 10px;
  max-width: 90px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.home-banner-area .owl-dots .owl-dot {
  overflow: hidden;
  position: relative;
}

.home-banner-area .owl-dots .owl-dot {
  border: 4px solid transparent;
}

.home-banner-area .owl-dots .owl-dot:hover {
  border-color: #0071eb;
}

.owl-carousel .owl-nav button[class*="owl-"]:last-child {
  margin-right: 0;
}

.owl-carousel .owl-nav button[class*="owl-"] {
  width: 40px;
  height: 52px;
  background: #ffffff;
  margin-right: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fd5056;
  text-align: center;
  font-size: 26px;
}

/*================================================
Features Area CSS
=================================================*/

.features-area {
  padding-top: 70px;
}

.features-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.features-card i {
  background-color: #23d3d3;
  color: #ffffff;
  font-size: 30px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 7px 0px #c3dede;
  box-shadow: 0px 6px 7px 0px #c3dede;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 25px;
}

.features-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.features-card p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.features-card:hover {
  background-color: #29234d;
}

.features-card:hover i {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.features-card:hover h3 {
  color: #ffffff;
}

.features-card:hover p {
  color: #c0bdca;
}

.features-two-area {
  position: relative;
  display: block;
  padding-top: 120px;
}

.features-two-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 561px;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

/*================================================
About Area CSS
=================================================*/

.about-area .about-img {
  position: relative;
  max-width: 485px;
  margin-left: auto;
  margin-right: 0;
}

.about-area .about-img img {
  border-radius: 10px;
}

.about-card {
  background-color: #23d3d3;
  position: absolute;
  padding: 25px 15px;
  border-radius: 50%;
  text-align: center;
  width: 170px;
  left: -100px;
  bottom: -40px;
  -webkit-animation: moveBounce 4s linear infinite;
  animation: moveBounce 4s linear infinite;
}

.about-card i {
  background-color: #f47514;
  color: #ffffff;
  position: absolute;
  width: 45px;
  height: 45px;
  font-size: 30px;
  line-height: 45px;
  border-radius: 24px;
  text-align: center;
  top: -20px;
  left: 65px;
}

.about-card h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
}

.about-card h3 span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.about-card p {
  color: #ffffff;
}

.about-text {
  padding-left: 20px;
}

.about-text span {
  font-size: 18px;
  color: #f47514;
  display: inline-block;
  margin-bottom: 10px;
}

.about-text .row {
  padding: 15px 0 0 0;
}

.about-text h2 {
  font-size: 46px;
  margin-bottom: 25px;
}

.about-text p {
  margin-bottom: 15px;
}

.about-text ul {
  padding: 5px 50px 0 0;
  margin: 0;
}

.about-text ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 36px;
  color: #29234d;
  position: relative;
}

.about-text ul li::before {
  position: absolute;
  background-color: #f47514;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  left: 0;
  top: 2px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00c";
  padding-left: 5px;
  color: #fff;
}

.about-text .about-btn {
  margin-top: 30px;
}

.about-area .about-text .content-list i {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
  background: #f47514;
  width: 28px;
  height: 28px;
  border-radius: 24px;
  color: #fff;
  line-height: 28px;
  text-align: center;
}

.about-area .about-text .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-area .about-text .content-list h6 {
  font-weight: 500;
  line-height: 30px;
}

.about-area .about-text ul.about-list {
  margin-top: 14px;
  margin-top: 20px;
}

.about-area .about-text ul.about-list li {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 45%;
  display: inline-block;
  background-color: #f1f7f9;
  padding: 10px 20px;
  padding-left: 45px;
  cursor: pointer;
  border-radius: 4px;
  z-index: 1;
  color: #232350;
  transition: all 0.5s;
}

.about-area .about-text ul.about-list li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #23d3d3;
  z-index: -1;
  border-radius: 4px;
  transition: all 0.5s;
}

.about-area .about-text ul.about-list li i {
  color: #232350;
  position: absolute;
  top: 13px;
  left: 20px;
  transition: all 0.5s;
}

/*================================================
Item Area CSS
=================================================*/

.item-single {
  margin-bottom: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 20px 30px rgba(0, 24, 73, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.item-single.card-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.item-single .item-single-img {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.item-single .item-single-img img {
  width: 100%;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;
}

span.rating-text {
  color: #873900;
  font-weight: 900;
}

span.btn-text {
  color: blue;
  font-size: 18px;
}

.section-title span {
  color: #a11d2b;
  font-weight: 900;
  font-size: 20px;
}

.item-single .item-single-img .badge {
  position: absolute;
  background-color: #000000;
  bottom: -10px;
  left: 20px;
  padding: 6px 11px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 500;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-single .item-single-img .badge-ribbon {
  left: auto;
  right: 20px;
  background-color: #f9b851;
}

.item-single .item-single-img .add-to-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  cursor: pointer;
  color: #0d233e;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-single .item-single-img .add-to-wishlist:hover {
  background-color: #287dfa;
  color: #fff;
}

.item-single .item-single-title {
  font-size: 16px;
  font-weight: 700;
  color: #0d233e;
  margin-bottom: 2px;
}

.item-single .item-single-title a {
  color: #0d233e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-single .item-single-title a:hover {
  color: #287dfa;
}

.item-single .item-single-meta {
  font-size: 15px;
}

.item-single .item-single-meta .post-dot {
  width: 4px;
  height: 4px;
  background-color: rgba(128, 137, 150, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}

.item-single .item-single-body {
  padding: 25px 30px;
  min-height: auto;
  flex: 1 1 auto;
}

.item-single.card-flat .item-single-body {
  padding: 25px 30px;
  min-height: auto;
  border: 2px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-left: 27px;
}

.item-single .item-single-rating {
  padding-top: 0px;
  padding-bottom: 12px;
}

.item-single .item-single-rating .badge {
  background-color: #f9b851;
  font-size: 15px;
}

.item-single .item-single-rating .review-text {
  padding-left: 4px;
  padding-right: 4px;
  color: #f9b851;
  font-size: 15px;
}

.item-single .item-single-rating .rating-text {
  font-size: 14px;
}

.item-single .item-single-price {
  font-size: 15px;
}

.item-single .item-single-price .price-num {
  color: #0d233e;
  font-size: 18px;
  padding-right: 4px;
  font-weight: 500;
}

.item-single .item-single-price .price-text {
  display: block;
}

.item-single:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.item-single-attributes {
  padding-top: 5px;
  font-size: 13px;
}

.item-single-attributes ul {
  padding-left: 0px;
}

.item-single-attributes ul li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(128, 137, 150, 0.1);
  color: #0d233e;
}

.item-single-attributes ul li i {
  padding-right: 7px;
  font-size: 22px;
}

.item-single-attributes ul li:last-child {
  border-right: none;
}

.item-single-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.item-single-list .item-single-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.item-single-list .item-single-img img {
  -webkit-border-radius: 24px 0 0 24px;
  -moz-border-radius: 24px 0 0 24px;
  border-radius: 24px 0 0 24px;
  object-fit: cover;
  height: 240px;
}

.item-single-list .item-single-img .badge {
  position: absolute;
  top: 20px;
  bottom: inherit;
}

.item-single-list .item-single-body {
  width: 200px;
}

.item-single-list .item-single-body {
  width: 200px;
}

.item-single-list.card-flat .item-single-body {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top: 2px solid #e8e8e8;
  border-left: none;
  border-bottom-left-radius: 0;
}

/*================================================
choose Area CSS
=================================================*/

.choose-area .choose-images {
  position: relative;
}

.choose-area .choose-images .img-1 {
  border-radius: 25px;
}

.choose-area .choose-images .choos-img {
  position: absolute;
  left: -60px;
  bottom: 50px;
  max-width: 170px;
}

.choose-area .choose-images .choos-img img {
  -webkit-animation: moveBounce 4s linear infinite;
  animation: moveBounce 4s linear infinite;
}

.choose-area .choose-text span {
  font-size: 18px;
  color: #a11d2b;
  display: inline-block;
  margin-bottom: 10px;
}

.choose-area .choose-text h2 {
  font-size: 46px;
  margin-bottom: 25px;
}

.choose-area .choose-text p {
  margin-bottom: 40px;
}

.choose-area .choose-text ul {
  padding: 0;
  margin: 0;
}

.choose-area .choose-text ul li {
  list-style-type: none;
  padding-left: 70px;
  position: relative;
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #29234d;
}

.choose-area .choose-text ul li:last-child {
  margin-bottom: 0;
}

.choose-area .choose-text ul li i {
  position: absolute;
  background-color: #eaf8f9;
  color: #23d3d3;
  border-radius: 5px;
  font-size: 30px;
  left: 0;
  top: -9px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.choose-area .choose-text .choose-btn {
  margin-top: 55px;
}

.choose-area.choose-three {
  background-color: #f1fbfb;
}

.choose-area.choose-three .choose-text ul li i {
  background-color: #ffffff;
}

.choose-area .choose-img img {
  border-radius: 24px;
}

/*================================================
Pricing Area CSS
=================================================*/

.our-pricing-area {
  background-color: #f1f9f9;
}

.pricing-tab .tabs {
  padding: 0;
  margin: 0 0 40px;
  list-style-type: none;
  position: relative;
}

.pricing-tab .tabs li {
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  border-radius: 30px;
  padding: 15px 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 10px 20px 1px #e0dddd;
  box-shadow: 0px 10px 20px 1px #e0dddd;
  border: 1px solid #f47514;
  color: #f47514;
  position: relative;
  z-index: 2;
}

.pricing-tab .tabs li.current {
  background-color: #23d3d3;
  border: 1px solid #23d3d3;
  color: #ffffff;
}

.tab .tabs {
  text-align: center;
}

.tab .tabs-item {
  display: none;
}

.tab .tabs-item:first-child {
  display: block;
}

.pricing-card {
  -webkit-box-shadow: 0px 0px 20px #daf1f1;
  box-shadow: 0 20px 30px rgba(0, 24, 73, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.pricing-card .price-header {
  padding-bottom: 20px;
  background-color: #23d3d3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 40px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card .price-header i {
  background-color: #34e4e4;
  color: #ffffff;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: -20px;
  right: 15px;
  border-radius: 50%;
}

.pricing-card .price-header p {
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 10px;
  line-height: 1;
}

.pricing-card .price-header h3 {
  font-size: 36px;
  color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card .price-header h3 span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.pricing-card ul {
  padding: 40px 30px;
  margin: -7px 0 0;
  list-style-type: none;
}

.pricing-card ul li {
  font-size: 16px;
  color: #374444;
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card ul li:last-child {
  margin-bottom: 0;
}

.pricing-card ul li i {
  color: #f47514;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card ul li.not-provide {
  color: #999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card ul li.not-provide i {
  color: #7d7d7d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card ul .price-btn {
  margin-top: 30px;
}

.pricing-card ul .price-btn .default-btn {
  border: 1px solid #23d3d3;
  background-color: transparent;
  color: #23d3d3;
}

.pricing-card:hover .price-header {
  background-color: #29234d;
}

.pricing-card:hover ul .price-btn .default-btn {
  border: 1px solid #23d3d3;
  background-color: #23d3d3;
  color: #ffffff;
}

/*================================================
Testimonials Area CSS
=================================================*/

.testimonials-slider-area {
  position: relative;
}

.testimonials-slider-area .testimonials-slider {
  margin-bottom: -15px;
}

.testimonials-slider-area .testimonials-slider.owl-theme .owl-nav {
  margin-top: 20px;
}

.testimonials-slider-area
  .testimonials-slider.owl-theme
  .owl-nav
  [class*="owl-"]:hover {
  background: none;
  color: #29234d;
  text-decoration: none;
}

.testimonials-slider-area .testimonials-slider.owl-theme .owl-nav .owl-prev,
.testimonials-slider-area .testimonials-slider.owl-theme .owl-nav .owl-next {
  margin: 0 15px;
  font-size: 30px;
}

.testmonials-item {
  -webkit-box-shadow: 0 8px 16px rgb(0 24 73 / 8%);
  box-shadow: 0 8px 16px rgb(0 24 73 / 8%);
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}

.testmonials-item img {
  border-radius: 10px;
}

.testmonials-item .testmonials-text {
  padding-right: 50px;
  position: relative;
}

.testmonials-item .testmonials-text h3 {
  font-size: 25px;
  margin-bottom: 5px;
}

.testmonials-item .testmonials-text span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

.testmonials-item .testmonials-text .quote {
  position: absolute;
  font-size: 70px;
  right: 50px;
  top: 0;
  color: #f0eff2;
}

.testmonials-item .testmonials-text .rating {
  margin-bottom: 10px;
}

.testmonials-item .testmonials-text .rating i {
  color: #f47514;
}

.testmonials-item .testmonials-text p {
  font-weight: 500;
  color: #29234d;
}

.testmonials-item .t-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.testimonial-section .image-layer {
  position: absolute;
  right: 290px;
  bottom: 0px;
}

.testimonial-section .pattern-layer .pattern-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/** testimonial-section **/

.testimonial-section {
  position: relative;
  padding: 120px 0px;
}

.testimonial-section .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-item.active {
  opacity: 1;
}

.testimonial-section .bg-layer {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.testimonial-section .testimonial-inner {
  position: relative;
  background: #fff;
  padding: 63px 150px 70px 70px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 30px rgba(0, 24, 73, 0.1);
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box .text {
  position: relative;
  margin-bottom: 30px;
}

.testimonial-block-one .inner-box .text p {
  font-size: 18px;
  line-height: 30px;
  color: #061a3a;
}

.testimonial-block-one .inner-box .author-info {
  position: relative;
  display: block;
  padding: 10px 0px 6px 90px;
}

.testimonial-block-one .inner-box .author-info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 24, 73, 0.1);
}

.testimonial-block-one .inner-box .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info h3 {
  position: relative;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-info .designaion {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.nav-style-one .owl-prev,
.nav-style-one .owl-next {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #061a3a;
  box-shadow: 0 0px 50px #d5edea;
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-prev:hover,
.nav-style-one .owl-next:hover {
  color: #fff;
}

.testimonial-section .nav-style-one .owl-prev,
.testimonial-section .nav-style-one .owl-next {
  display: block;
}

.testimonial-section .nav-style-one .owl-prev {
  margin-bottom: 10px;
}

.testimonial-section .owl-nav {
  position: absolute;
  right: -90px;
  bottom: -25px;
}

.testimonial-section .testimonial-inner .pattern {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 202px;
  height: 250px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 239px;
  height: 376px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-2 {
  position: absolute;
  left: 280px;
  bottom: 150px;
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
}

.testimonial-inner .section-title {
  text-align: left;
  margin: 0 auto 30px;
}

.testimonial-inner .section-title h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
}

/*style1 */

.testimonials.style1 {
  position: relative;
  background-color: #fafdfd;
  padding: 30px 35px 15px 35px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s ease;
  box-shadow: 0 8px 16px rgb(0 24 73 / 8%);
  margin: 15px;
  border: 1px solid #f5f5f5;
}

.testimonials.style1 .t-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.testimonials.style1:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.testimonials.style1 .testimonial-avatar {
  display: block;
  width: 100%;
  padding-top: 5px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.testimonials.style1 .testimonial-avatar:before {
  position: absolute;
  content: "";
  right: -25px;
  top: 20px;
  width: 76px;
  height: 49px;
  text-align: left;
  background-repeat: no-repeat;
  -webkit-mask-box-image: url(../img/quote.svg);
  background-color: rgba(90, 92, 130, 0.06);
}

.testimonials.style1 .testimonial-img img {
  display: block;
  width: 96px;
  height: 96px;
  float: left;
  margin-bottom: 5px;
  border-radius: 24px;
}

.testimonials.style1 .testimonial-caption {
  padding-top: 12px;
  padding-left: 20px;
  display: inline-block;
}

.testimonials.style1 .testimonial-caption h5 {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

.testimonials.style1 .testimonial-caption label {
  margin: 0;
  font-size: 13px;
}

.testimonials.style1 .testimonial-content {
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.testimonials.style1 .testimonial-content:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 0;
  left: -40px;
  right: -40px;
  background-color: #e6e8eb;
  left: -50px;
  right: 0;
  width: calc(100% + 100px);
}

.testimonials.style1 .testimonial-content:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 0;
  left: -50px;
  right: 0;
  width: calc(100% + 100px);
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: all 350ms ease 0s;
  -khtml-transition: all 350ms ease 0s;
  -moz-transition: all 350ms ease 0s;
  -ms-transition: all 350ms ease 0s;
  -o-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s;
  border-color: #b07ab4;
}

.testimonials.style1:hover .testimonial-content:after {
  transform: scaleX(1);
}

.testimonials.style1 .testimonial-content blockquote {
  text-align: left;
  position: relative;
  font-size: 17px;
  padding: 0;
  font-weight: 500;
  color: #29234d;
}

.testimonials.style1 .ttm-ratting-star {
  padding-top: 5px;
  display: block;
  text-align: left;
}

.testimonials.style1 .ttm-ratting-star i {
  color: #f47514;
}

/*style2 */

.testimonials.style2 .testimonial-content {
  background-color: #f7f7ff;
  padding: 30px 30px 30px 70px;
  border-radius: 10px;
  position: relative;
}

.testimonials.style2 .testimonial-content:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-top: 80px solid #f7f7ff;
  border-right: 72px solid transparent;
}

.testimonials.style2 .testimonial-content blockquote {
  text-align: left;
  position: relative;
  font-size: 17px;
  line-height: 28px;
  padding: 0;
}

.testimonials.style2 .testimonial-content blockquote:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 2px;
  margin-left: -30px;
  margin-top: 8px;
  transition: all 500ms ease;
}

.testimonials.style2:hover .testimonial-content blockquote:before {
  height: 27px;
}

.testimonials.style2 .testimonial-content blockquote:after {
  height: 27px;
  top: 0;
  left: 5px;
  position: absolute;
  content: "";
  width: 2px;
  margin-left: -30px;
  margin-top: 8px;
  transition: all 500ms ease;
}

.testimonials.style2:hover .testimonial-content blockquote:after {
  height: 40px;
}

.testimonials.style2 .ttm-ratting-star {
  overflow: hidden;
  padding: 9px 0 0 0;
  display: block;
  text-align: left;
}

.testimonials.style2 .ttm-ratting-star i {
  font-size: 15px;
}

.testimonials.style2 .testimonial-avatar {
  padding-left: 40px;
  display: block;
  width: 100%;
  padding-top: 30px;
  text-align: left;
  margin: 0 auto;
}

.testimonials.style2 .testimonial-img img {
  display: block;
  width: 64px;
  height: 64px;
  float: left;
  margin-bottom: 5px;
  border-radius: 50%;
}

.testimonials.style2 .testimonial-caption {
  padding-top: 5px;
  padding-left: 20px;
  display: inline-block;
}

.testimonials.style2 .testimonial-caption h5 {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

.testimonials.style2 .testimonial-caption label {
  font-size: 14px;
}

/*================================================
Contact Area CSS
=================================================*/

.contact-area {
  margin-bottom: 100px;
  margin-top: 30px;
  position: relative;
}

.contact-area::before {
  content: "";
  position: absolute;
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
  background-position: center center;
  width: 800px;
  right: 0;
  bottom: 0;
  height: 590px;
}

.contact-area .contact-content {
  background-color: rgb(181 224 224 / 35%);
  border-radius: 30px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.contact-area .contact-content .contact-text {
  padding: 0 40px;
}

.contact-area .contact-content .contact-text h2 {
  font-size: 45px;
  margin-bottom: 25px;
}

.submit-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.submit-form .nice-select {
  width: 100%;
  margin-bottom: 25px;
  float: none;
}

.submit-form .nice-select ul {
  width: 100%;
}

.submit-form .form-group .form-control {
  height: 55px;
  font-size: 16px;
  color: #29234d;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 10px 10px 10px 70px;
  position: relative;
}

.submit-form .form-group textarea.form-control {
  height: auto;
  padding-top: 17px;
}

.submit-form .form-group i {
  position: absolute;
  background-color: #23d3d3;
  color: #ffffff;
  top: 0;
  left: 0;
  width: 50px;
  height: 55px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.submit-form .form-group .list-unstyled {
  margin: 10px 0 0 0;
}

.submit-form .form-group .list-unstyled li {
  color: #ff9292;
}

.submit-form .default-btn-two {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.submit-form .text-danger {
  color: #ff9292 !important;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

.submit-form.style-two .form-group .form-control {
  border-radius: 24px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 2%);
  width: 100%;
}

.submit-form.style-two .form-group i {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.submit-form.style-two .form-group .select-box {
  position: relative;
  display: block;
  height: 55px;
  font-size: 16px;
  color: #29234d;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  position: relative;
  min-width: 100%;
}

.submit-form.style-two .default-btn-two {
  width: 100%;
  border-radius: 24px;
}

/*================================================
Blog Area CSS
=================================================*/

.blog-area {
  position: relative;
}

.blog-area::before {
  content: "";
  position: absolute;
  background-color: #f1ffff;
  top: 0;
  width: 100%;
  height: 560px;
  background-image: url("../img/background-bg-1.jpg");
  background-size: cover;
}

.blog-area .section-title {
  position: relative;
}

.blog-card {
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 24, 73, 0.1);
  box-shadow: 0 10px 30px rgba(0, 24, 73, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blog-card a img {
  border-radius: 5px;
  position: relative;
}

.blog-card .date {
  position: absolute;
  background-color: #f47514;
  color: #ffffff;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  padding-top: 14px;
}

.blog-card .blog-text {
  padding: 25px 30px 30px;
}

.blog-card .blog-text .user,
.blog-card .blog-text .published {
  margin-bottom: 10px;
  display: inline-block;
}

.blog-card .blog-text .published {
  padding-left: 10px;
}

.blog-card .blog-text .user i,
.blog-card .blog-text .published i {
  color: #23d3d3;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-card .blog-text .user p,
.blog-card .blog-text .published p {
  display: inline-block;
  margin-bottom: 0;
  color: #23d3d3;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-card .blog-text h3 {
  font-size: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.4;
}

.blog-card .blog-text p {
  margin-bottom: 20px;
}

.blog-card .blog-text h3 a {
  color: #29234d;
}

.blog-card .blog-text h3 a:hover {
  color: #f47514;
}

.blog-card .blog-text .default-btn {
  padding: 10px 40px;
}

.blog-card .b-shape {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
}

/*================================================
Subscribe Area CSS
=================================================*/

.subscribe-area {
  background: #edf3f3;
}

.subscribe-area .section-title h2 {
  margin-top: -13px;
}

.subscribe-area .subscribe-form {
  max-width: 530px;
  margin: auto;
  position: relative;
}

.subscribe-area .subscribe-form .form-control {
  height: 60px;
  padding: 10px 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid #d3e6e6;
  line-height: 0;
  border-radius: 30px;
  -webkit-box-shadow: 0px 20px 20px #cce4e4;
  box-shadow: 0px 20px 20px #cce4e4;
}

.subscribe-area .subscribe-form .default-btn-two {
  border: none;
  position: absolute;
  right: 0;
  height: 60px;
  top: 0;
  padding: 10px 45px;
  font-weight: 500;
}

.subscribe-area .subscribe-form .validation-danger {
  color: #ff0000;
  margin-top: 10px;
}

.subscribe-area .subscribe-form p {
  font-weight: 500;
  text-align: center;
  color: #29234d;
  margin-top: 25px;
}

.subscribe-area .subscribe-form p i {
  color: #f47514;
  padding-left: 10px;
}

/*================================================
Footer Area
=================================================*/

.footer-area {
  background: #2e42e1;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 5;
}

.footer-area .footer-widget {
  margin-bottom: 30px;
}

.footer-area .footer-widget .logo {
  margin-bottom: 10px;
}

.footer-area .footer-widget p {
  color: #ffffff;
  font-size: 15px;
}

.footer-area .footer-widget h3 {
  font-size: 25px;
  color: #ffffff;
  padding-bottom: 20px;
}

.footer-area .footer-widget h4 {
  font-size: 19px;
  font-weight: 500;
  color: #c5cedc;
  padding-top: 20px;
}

.footer-area .footer-widget .footer-text {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-area .footer-widget .footer-text li {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-widget .footer-text li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-widget .footer-text li a {
  color: #ffffff;
}

.footer-area .footer-widget .footer-text li a:hover {
  color: #f47514;
  padding-left: 5px;
}

.footer-area .footer-widget.pl-80 {
  padding-left: 30px;
}

.footer-area .footer-widget.mt-20 {
  margin-top: 15px;
}

.footer-area .footer-widget .text-list {
  padding: 0;
  margin: 0 0 25px;
}

.footer-area .footer-widget .text-list li {
  list-style-type: none;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-area .footer-widget .text-list li a {
  color: #ffffff;
}

.footer-area .footer-widget .text-list li a:hover {
  color: #f47514;
}

.footer-area .footer-widget .text-list li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-widget .info-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-area .footer-widget .info-list li {
  display: inline-block;
  margin-right: 5px;
}

.footer-area .footer-widget .info-list li a {
  color: #ffffff;
}

.footer-area .footer-widget .info-list li i {
  color: #23d3d3;
  font-size: 16px;
  background: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-widget .info-list li i:hover {
  background: #23d3d3;
  color: #ffffff;
}

.footer-area .footer-widget .info-list li span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-area .footer-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-area .footer-socials li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 10px 0 0;
}

.footer-area .footer-socials li:last-child {
  margin: 0;
}

.footer-area .footer-socials li a i {
  display: inline-block;
  background: #ffffff;
  color: #29234d;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-socials li a i:hover {
  background: #23d3d3;
  color: #ffffff;
}

.footer-area.footer-two {
  padding-top: 170px;
}

.footer-area .footer-bottom {
  border-top: 1px solid #f6f6f6;
  margin-top: 10px;
}

.footer-area .footer-bottom p {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  color: #ffffff;
  margin: 0;
}

.footer-area .footer-bottom p a {
  color: #ffffff;
}

.footer-area .footer-bottom p a:hover {
  color: #23d3d3;
}

.footer-area .footer-top-info-app {
  padding-top: 20px;
}

.footer-area .footer-top-info-app a {
  display: inline-block;
  margin-right: 8px;
}

.footer-area .footer-top-info-app img {
  max-width: 134px;
}

.footer-area .pay-images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 220px;
}

.footer-area .pay-image {
  height: 20px;
  width: 31px;
  margin-right: 4px;
}

.footer-area .footer-content-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}

.footer-area .footer-content-item label {
  color: #fff;
  padding-top: 10px;
}

.footer-area .footer-content-item .nice-select {
  width: 100%;
  background: #3d4d69bf;
  color: #fff;
  border: #ddd;
  margin-top: 10px;
}

.footer-area .footer-content-item .nice-select .option {
  color: #444;
}

/*================================================
Preoader Area
=================================================*/

.preloader {
  position: fixed;
  z-index: 999999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #f47514;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*================================================
Go Top Area
=================================================*/

.go-top {
  position: fixed;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
  bottom: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.go-top.active {
  bottom: 15px;
}

.go-top:hover {
  bottom: 20px;
}

.go-top i {
  background: #f47514;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.go-top i:hover {
  background: #23d3d3;
  color: #ffffff;
}

/*================================================
Banner Slider Area
=================================================*/

.banner-slider-area {
  padding-top: 125px;
  padding-bottom: 150px;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}

.banner-slider-area .banner-content {
  position: relative;
}

.banner-slider-area .banner-content h2 {
  max-width: 1140px;
  font-size: 52px;
  margin-bottom: 50px;
  text-align: center;
}

.banner-slider-area .banner-content .banner-slider .slider-item {
  position: relative;
}

.banner-slider-area .banner-content .banner-slider .slider-item .br-30 {
  border-radius: 30px;
}

.banner-slider-area .banner-content .banner-slider .slider-item .caption {
  width: 355px;
  background-color: rgb(0 0 0 / 85%);
  /*rgb(87 232 219 / 85%)*/
  border-radius: 30px;
  padding: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-slider-area .banner-content .banner-slider .slider-item .caption p {
  color: #ffffff;
  margin-bottom: 25px;
}

.banner-slider-area .banner-content .banner-slider .slider-item .caption h3 {
  color: #ffffff;
  font-size: 25px;
}

.banner-slider-area .banner-content .banner-slider .slider-item ul {
  margin: 0;
  padding: 0;
  display: table;
}

.banner-slider-area .banner-content .banner-slider .slider-item ul > li {
  margin-right: 20px;
}

.banner-slider-area .banner-content .banner-slider .slider-item ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.banner-slider-area
  .banner-content
  .banner-slider
  .slider-item
  ul
  > li
  .item-icon {
  float: left;
  line-height: 1;
  margin-top: 6px;
  font-size: 36px;
  margin-right: 20px;
  color: #23d3d3;
}

.banner-slider-area
  .banner-content
  .banner-slider
  .slider-item
  ul
  > li
  .item-content {
  display: table;
}

.banner-slider-area
  .banner-content
  .banner-slider
  .slider-item
  ul
  > li
  .item-content
  .number-text {
  width: 100%;
  display: block;
  font-size: 24px;
  color: #fff;
}

.banner-slider-area
  .banner-content
  .banner-slider
  .slider-item
  ul
  > li
  .item-content
  .title-text {
  font-size: 14px;
  color: #fff;
}

.banner-slider-area .banner-content .banner-slider.owl-theme .owl-nav {
  position: absolute;
  bottom: 25px;
  left: 30px;
}

.banner-slider-area .banner-content .banner-slider.owl-theme .owl-nav .owl-prev,
.banner-slider-area
  .banner-content
  .banner-slider.owl-theme
  .owl-nav
  .owl-next {
  font-size: 20px;
  line-height: 1;
  color: #29234d;
  margin: 0 5px;
  background-color: #ffffff;
  color: #23d3d3;
  width: 30px;
  height: 40px;
}

.banner-slider-area
  .banner-content
  .banner-slider.owl-theme
  .owl-nav
  .owl-prev:hover,
.banner-slider-area
  .banner-content
  .banner-slider.owl-theme
  .owl-nav
  .owl-next:hover {
  background-color: #f47514;
  color: #ffffff;
}

.banner-slider-area .banner-content .banner-btn {
  margin-top: 40px;
  position: relative;
}

.banner-slider-area .banner-content .banner-btn span {
  color: #23d3d3;
  background-color: rgb(35 211 211 / 10%);
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 25px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
}

.banner-slider-area .banner-content .banner-btn .default-btn,
.banner-slider-area .banner-content .banner-btn .default-btn-two {
  margin-top: 10px;
}

/*================================================
Features Two Area
=================================================*/

.features-two-area {
  position: relative;
  top: -100px;
}

.features-tow-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px #f0f0f0;
  box-shadow: 0px 0px 20px #f0f0f0;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}

.features-tow-card i {
  background-color: #f47514;
  -webkit-box-shadow: 0px 9px 20px #fbcaa5;
  box-shadow: 0px 9px 20px #fbcaa5;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.features-tow-card h3 {
  font-size: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 15px;
}

.features-tow-card p {
  margin-bottom: 0;
}

.features-tow-card .card-shape1 {
  position: absolute;
  top: 60px;
  right: 95px;
  z-index: -1;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.features-tow-card .card-shape2 {
  position: absolute;
  top: 75px;
  right: 50px;
  z-index: -1;
  max-width: 60px;
  -webkit-animation: moveBounce 6s linear infinite;
  animation: moveBounce 6s linear infinite;
}

.features-tow-card .card-shape3 {
  position: absolute;
  max-width: 40px;
  top: 30px;
  right: 60px;
  z-index: -1;
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.features-tow-card .card-shape4 {
  position: absolute;
  top: 55px;
  right: 13px;
  z-index: -1;
  max-width: 50px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.features-tow-card .card-shape5 {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: -1;
  max-width: 40px;
  -webkit-animation: moveBounce 3s linear infinite;
  animation: moveBounce 3s linear infinite;
}

.features-tow-card:hover {
  background-color: #234d4c;
  position: relative;
}

.features-tow-card:hover i {
  background-color: #ffffff;
  color: #f47514;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.features-tow-card:hover h3 {
  color: #ffffff;
}

.features-tow-card:hover p {
  color: #bdcaca;
}

/*================================================
Fun Fact Area
=================================================*/

.single-fun-facts {
  padding: 25px;
  margin-bottom: 30px;
  border: 2px solid #bbe6e6;
  border-radius: 10px;
}

.single-fun-facts .fun-fact-card {
  position: relative;
  text-align: center;
}

.single-fun-facts .fun-fact-card i {
  color: #23d3d3;
  margin-bottom: 12px;
  font-size: 50px;
  border-radius: 5px;
}

.single-fun-facts .fun-fact-card h3 {
  font-weight: 600;
  font-size: 30px;
  color: #f47514;
}

.single-fun-facts .fun-fact-card p {
  font-weight: 600;
  color: #29234d;
}

/*================================================
Our Services Area
=================================================*/

.our-services-area {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card-two {
  background-color: #ecf7f7;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card-two i {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 9px 20px #d8e6e6;
  box-shadow: 0px 9px 20px #d8e6e6;
  color: #23d3d3;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 40px;
  border-radius: 25px;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card-two h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card-two p {
  font-size: 16px;
  color: #222;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card-two .services-btn {
  margin-top: 20px;
}

.service-card-two .services-btn .default-btn {
  padding: 10px 30px;
  border-radius: 40px;
}

.service-card-two:hover {
  background-color: #29234d;
}

.service-card-two:hover i {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-card-two:hover h3 {
  color: #ffffff;
}

.service-card-two:hover p {
  color: #c0bdca;
}

/*================================================
Tours Area
=================================================*/

.destination-area .section-title {
  max-width: 810px;
}

.destination-card {
  background-color: #f1fbfb;
  border-radius: 20px;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.destination-card.style-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 20px 30px rgba(0, 24, 73, 0.1);
}

.destination-card a h3 {
  font-size: 22px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.destination-card.style-two a h3 {
  margin: 15px 0;
}

.destination-card.style-two .b-shape {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
}

.destination-card.style-two .user,
.destination-card.style-two .published {
  margin-bottom: 10px;
  display: inline-block;
}

.destination-card.style-two .user p,
.destination-card.style-two .published p {
  display: inline-block;
  margin-bottom: 0;
  color: #23d3d3;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.destination-card.style-two .user i,
.destination-card.style-two .published i {
  color: #23d3d3;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.destination-card a h3:hover {
  color: #f47514;
}

.destination-card p {
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.destination-card img {
  border-radius: 10px;
}

.destination-card:hover {
  background-color: #29234d;
}

.destination-card.style-two:hover {
  background-color: #f0fcfc;
}

.destination-card:hover h3 {
  color: #ffffff;
}

.destination-card.style-two:hover h3 {
  color: #23d3d3;
}

.destination-card:hover p {
  color: #c0bdca;
}

.destination-card.style-two:hover p {
  color: inherit;
}

/*================================================
About Two Area
=================================================*/

.about-area-two {
  background-color: #453f85;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.about-area-two .pattern-layer .pattern-1 {
  position: absolute;
  left: 70px;
  bottom: 0px;
  width: 299px;
  height: 142px;
  background-repeat: no-repeat;
}

.about-area-two .pattern-layer .pattern-2 {
  position: absolute;
  left: 240px;
  top: 15px;
  width: 460px;
  height: 387px;
  background-repeat: no-repeat;
}

.about-area-two .pattern-layer .pattern-3 {
  position: absolute;
  right: 70px;
  top: 0px;
  width: 349px;
  height: 228px;
  background-repeat: no-repeat;
}

.about-area-two .about-img {
  position: relative;
}

.about-area-two .about-img img {
  border-radius: 30px;
  position: relative;
  z-index: 5;
}

.about-area-two .about-img::before {
  content: "";
  position: absolute;
  background-color: rgb(75 198 181 / 31%);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 15px;
  right: 15px;
  z-index: 0;
}

.about-area-two .about-text span {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
}

.about-area-two .about-text h2 {
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 25px;
}

.about-area-two .about-text p {
  color: #ffffff;
  margin-bottom: 40px;
}

.about-area-two .about-text ul {
  padding: 0;
  margin: 0;
}

.about-area-two .about-text ul li {
  list-style-type: none;
  padding-left: 70px;
  position: relative;
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.about-area-two .about-text ul li:last-child {
  margin-bottom: 0;
}

.about-area-two .about-text ul li i {
  position: absolute;
  background-color: #f6f4ff;
  color: #f47514;
  border-radius: 5px;
  font-size: 30px;
  left: 0;
  top: -10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

/*================================================
Choose Area Two 
=================================================*/

.choose-area-two .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.choose-area-two .choose-text {
  position: relative;
}

.choose-area-two .choose-text::before {
  content: "";
  position: absolute;
  background-color: #f4fcff;
  width: 1050px;
  height: 100%;
}

.choose-area-two .choose-text .choose-text-two {
  position: relative;
  max-width: 555px;
  margin-left: auto;
  margin-right: 0;
  padding: 100px 0;
}

.choose-area-two .choose-text .choose-text-two span {
  font-size: 18px;
  color: #f47514;
  display: inline-block;
  margin-bottom: 25px;
  line-height: 1;
}

.choose-area-two .choose-text .choose-text-two h2 {
  font-size: 46px;
  margin-bottom: 25px;
}

.choose-area-two .choose-text .choose-text-two p {
  margin-bottom: 15px;
}

.choose-area-two .choose-text .choose-text-two ul {
  padding: 5px 80px 0 0;
  margin: 0;
}

.choose-area-two .choose-text .choose-text-two ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  color: #29234d;
  position: relative;
}

.choose-area-two .choose-text .choose-text-two ul li::before {
  content: "";
  position: absolute;
  background-color: #f47514;
  width: 13px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.choose-area-two .choose-text .choose-text-two .about-btn {
  margin-top: 30px;
}

.choose-area-two .choose-form {
  background-image: url("../img/choose/choose-4.jpg");
  background-size: cover;
  background-position: center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  margin: 0;
}

.choose-area-two .choose-form::before {
  content: "";
  position: absolute;
  background-color: rgb(87 205 232 / 40%);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.choose-area-two .choose-form .form-fields {
  width: 500px;
  padding-left: 50px;
}

.choose-area-two .choose-form .form-fields .form-group {
  padding-right: 0;
}

.choose-area-two .choose-form .form-fields .default-btn-two {
  position: relative;
}

.choose-area-two
  .choose-form
  .form-fields
  .submit-form
  .form-group
  .list-unstyled
  li {
  color: #ff0000;
}

.choose-area-two .choose-form .form-fields .submit-form .text-danger {
  color: #ff0000 !important;
}

/*================================================
Testimonilas Area Two 
=================================================*/

.testimonials-two-area {
  position: relative;
}

.testimonials-two-area.testimonials-two {
  background-image: url("../img/testimonials/testimonials-bg.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.testimonials-two-area.testimonials-two::before {
  display: none;
}

.testimonials-two-area.testimonials-two
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  span {
  color: #f47514;
}

.testimonials-two-area.testimonials-two
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  h2 {
  color: #29234d;
}

.testimonials-two-area.testimonials-two
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  p {
  color: #2a234d;
  font-weight: 500;
}

.testimonials-two-area.testimonials-two
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  h3 {
  color: #29234d;
}

.testimonials-two-area.testimonials-two
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  .single-p {
  color: #5e587a;
}

.testimonials-two-area.testimonials-two
  .testimonials-slider-two.owl-theme
  .owl-nav
  .owl-prev,
.testimonials-two-area.testimonials-two
  .testimonials-slider-two.owl-theme
  .owl-nav
  .owl-next {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 11px 20px #dddddd;
  box-shadow: 0px 11px 20px #dddddd;
  color: #23d3d3;
}

.testimonials-two-area.testimonials-two
  .testimonials-slider-two.owl-theme
  .owl-nav
  .owl-prev:hover,
.testimonials-two-area.testimonials-two
  .testimonials-slider-two.owl-theme
  .owl-nav
  .owl-next:hover {
  background-color: #23d3d3;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.testimonials-two-area.bg-color {
  background-color: rgb(168 216 212 / 48%);
}

.testimonials-two-area::before {
  content: "";
  position: absolute;
  background-image: url("../img/testimonials/map.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item {
  margin-bottom: 100px;
  margin-top: 100px;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item .slider-img {
  box-shadow: 5px 5px #bcd4d1;
  transition: var(--transition);
  border-radius: 25px;
  max-width: 400px;
}

.testimonials-two-area
  .testimonials-slider-two
  .slider-two-item
  .slider-img
  img {
  border-radius: 25px;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text {
  padding-left: 20px;
}

.testimonials-two-area
  .testimonials-slider-two
  .slider-two-item
  .slider-two-content {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 40px;
  border-radius: 24px;
  display: flex;
}

.testimonials-two-area
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
  color: #f47514;
}

.testimonials-two-area
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  h2 {
  font-size: 46px;
}

.testimonials-two-area
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  .rating {
  margin-bottom: 15px;
}

.testimonials-two-area
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  .rating
  i {
  color: #f47514;
}

.testimonials-two-area
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #6f6f6f;
  font-weight: 500;
}

.testimonials-two-area
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  h3 {
  font-size: 25px;
}

.testimonials-two-area
  .testimonials-slider-two
  .slider-two-item
  .slider-text
  .single-p {
  font-size: 13px;
  margin-bottom: 0;
}

.testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: 100px;
  right: 0;
}

.testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav .owl-prev,
.testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav .owl-next {
  font-size: 20px;
  line-height: 1;
  color: #29234d;
  margin: 0 5px;
  background-color: #ffffff;
  color: #f47514;
  width: 30px;
  height: 40px;
}

.testimonials-two-area
  .testimonials-slider-two.owl-theme
  .owl-nav
  .owl-prev:hover,
.testimonials-two-area
  .testimonials-slider-two.owl-theme
  .owl-nav
  .owl-next:hover {
  background-color: #f47514;
  color: #ffffff;
}

/*================================================
Services Area Three 
=================================================*/

.services-card-three {
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px #f1f0f0;
  box-shadow: 0px 0px 20px #f1f0f0;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-card-three i {
  background-color: #23d3d3;
  -webkit-box-shadow: 0px 11px 20px #dcf1f1;
  box-shadow: 0px 11px 20px #dcf1f1;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 25px;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-card-three h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-card-three p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-card-three .b-shape {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
}

.services-card-three:hover {
  background-color: #f1fdfd;
}

/*================================================
About Travelia Area 
=================================================*/

.about-travelia-area .section-title {
  max-width: 890px;
  text-align: left;
  margin: 0 auto 30px 0;
}

.about-travelia-area .about-travelia-text .travelia-text {
  margin-bottom: 20px;
}

.about-travelia-area .about-travelia-text ul {
  padding: 0 50px 0 0;
  margin: 0;
}

.about-travelia-area .about-travelia-text ul li {
  list-style-type: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  color: #29234d;
  position: relative;
}

.about-travelia-area .about-travelia-text ul li::before {
  content: "";
  position: absolute;
  background-color: #f47514;
  width: 13px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.about-travelia-area .about-travelia-text .travelia-btn {
  margin-top: 30px;
}

/*================================================
About Content Area 
=================================================*/

.about-content {
  max-width: 560px;
  margin-right: auto;
  margin-left: 30px;
  margin-bottom: 30px;
}

.about-content .section-title {
  margin-bottom: 20px;
}

.about-content .section-title h2 {
  font-size: 44px;
}

.about-img-2 {
  max-width: 630px;
  margin-left: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.about-content .about-form {
  margin-top: 30px;
  background-color: #eef9f7;
  padding: 25px 15px;
  border-radius: 15px;
  text-align: center;
}

.about-content .about-form .form-group {
  position: relative;
  margin-bottom: 20px;
  position: relative;
}

.about-content .about-form .form-group label {
  font-weight: 600;
  color: #1b2132;
  margin-bottom: 10px;
}

.about-content .about-form .form-group i {
  font-size: 20px;
  position: absolute;
  top: 60%;
  right: 10px;
}

.about-content .about-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 42px;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #b56952;
  color: #ffffff;
}

.about-content .about-form .form-group .form-control {
  height: 45px;
  padding: 0 15px;
  border: none;
  color: #292323;
  background-color: #ffffff;
  font-weight: 400;
  border-radius: 50px;
  font-size: 15px;
}

/*================================================
Marketing Area 
=================================================*/

.intro-area {
  background-color: #f1ffff;
  position: relative;
  z-index: 1;
  background-image: url(../img/intro/intro-bg.png);
}

.intro-area .section-title {
  margin: 0 auto -70px;
}

.intro-area .main-img {
  padding-top: 60px;
}

.intro-area .intro-img {
  /*position: relative;*/
  padding-top: 150px;
}

.intro-area .intro-text {
  position: relative;
  padding-bottom: 270px;
}

.intro-area .intro-text h2 {
  font-size: 46px;
  margin-bottom: 25px;
}

.intro-area .intro-text span {
  font-size: 18px;
  color: #f47514;
  display: inline-block;
  margin-bottom: 10px;
}

.intro-area .intro-img .intro-1 {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
  box-shadow: 0px 0px 20px #d3d0d0;
  border-radius: 24px;
  text-align: center;
  bottom: 160px;
  right: 420px;
  -webkit-animation: moveBounce 4s linear infinite;
  animation: moveBounce 4s linear infinite;
}

.intro-area .intro-img .intro-1 img {
  border-radius: 24px;
}

.intro-area .intro-img .intro-2 {
  position: absolute;
  bottom: 300px;
  right: 420px;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
  box-shadow: 0px 0px 20px #d3d0d0;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-animation: moveBounce 3s linear infinite;
  animation: moveBounce 3s linear infinite;
}

.intro-area .intro-img .intro-2 img {
  border-radius: 24px;
}

.intro-area .intro-img .intro-3 {
  position: absolute;
  bottom: 400px;
  left: 345px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
  box-shadow: 0px 0px 20px #d3d0d0;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 24px;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

.intro-area .intro-img .intro-3 img {
  border-radius: 24px;
}

.intro-area .intro-img .intro-4 {
  position: absolute;
  bottom: 70px;
  right: 460px;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
  box-shadow: 0px 0px 20px #d3d0d0;
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-animation: moveBounce 4s linear infinite;
  animation: moveBounce 4s linear infinite;
}

.intro-area .intro-img .intro-4 img {
  border-radius: 24px;
}

.intro-area .intro-img .intro-5 {
  position: absolute;
  bottom: 40px;
  right: 300px;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
  box-shadow: 0px 0px 20px #d3d0d0;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-animation: moveBounce 3s linear infinite;
  animation: moveBounce 3s linear infinite;
}

.intro-area .intro-img .intro-5 img {
  border-radius: 24px;
}

.intro-area .intro-img .intro-6 {
  position: absolute;
  bottom: 330px;
  right: 310px;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
  box-shadow: 0px 0px 20px #d3d0d0;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: moveBounce 6s linear infinite;
  animation: moveBounce 6s linear infinite;
}

.intro-area .intro-img .intro-6 img {
  border-radius: 24px;
}

.intro-area .intro-img .intro-7 {
  position: absolute;
  bottom: 200px;
  right: 220px;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
  box-shadow: 0px 0px 20px #d3d0d0;
  width: 95px;
  height: 95px;
  text-align: center;
  -webkit-animation: moveBounce 4s linear infinite;
  animation: moveBounce 4s linear infinite;
}

.intro-area .intro-img .intro-7 img {
  border-radius: 24px;
}

.intro-area .intro-img .intro-8 {
  position: absolute;
  bottom: 80px;
  right: 150px;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
  box-shadow: 0px 0px 20px #d3d0d0;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: moveBounce 6s linear infinite;
  animation: moveBounce 6s linear infinite;
}

.intro-area .intro-img .intro-8 img {
  border-radius: 24px;
}

.intro-area .intro-img .intro-9 {
  position: absolute;
  bottom: 250px;
  right: 80px;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
  box-shadow: 0px 0px 20px #d3d0d0;
  width: 90px;
  height: 90px;
  text-align: center;
  -webkit-animation: moveBounce 6s linear infinite;
  animation: moveBounce 6s linear infinite;
}

.intro-area .intro-img .intro-9 img {
  border-radius: 24px;
}

.intro-area .intro-img .intro-10 {
  position: absolute;
  bottom: 120px;
  right: 20px;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
  box-shadow: 0px 0px 20px #d3d0d0;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: moveBounce 4s linear infinite;
  animation: moveBounce 4s linear infinite;
}

.intro-area .intro-img .intro-10 img {
  border-radius: 24px;
}

/*================================================
Banner Area Three
=================================================*/

.banner-area-three {
  background-color: #ebf5f3;
  padding: 180px 0;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  background-image: url(../img/travel-banner.png);
  background-size: cover;
}

.banner-area-three h1 {
  display: block;
  font-size: 45px;
  line-height: 80px;
  margin-bottom: 20px;
  font-weight: 900;
}

.banner-area-three .text-content-three span {
  color: #23d3d3;
  background-color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 20px;
}

.banner-area-three .text-content-three h1 {
  font-size: 65px;
  margin-bottom: 30px;
}

.banner-area-three .text-content-three p {
  font-size: 20px;
}

.banner-area-three .text-content-three .banner-btn {
  margin-top: 30px;
}

.banner-area-three .form-fields .submit-form {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 25px 25px;
}

.banner-area-three .form-fields .submit-form .form-group {
  padding-right: 0;
  margin-bottom: 15px;
}

.banner-area-three .form-fields .submit-form .form-group .form-control {
  background-color: #f7f7f7;
}

.banner-area-three .form-fields .submit-form .form-group i {
  background-color: #23d3d3;
  color: #fff;
}

.banner-area-three .form-fields .submit-form .default-btn-two {
  width: 100%;
}

/*================================================
Page banner Area
=================================================*/

.page-banner {
  background-size: cover;
  background-position: center center;
  height: 400px;
  text-align: center;
  position: relative;
}

.high li {
  display: flex !important;
  font-size: 14px !important;
  color: black !important;
}

.imp li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

.high li .fa {
  margin-right: 5px;
  margin-top: 3px;
}

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

.page-banner.bg-1 {
  background-image: url("../img/tours/taj-mahal-day-tour-by-car-from-delhi.jpg");
}

.page-banner.bg-2 {
  background-image: url("../img/tours/sunrise-taj-mahal-tour-from-delhi.jpg");
}

.page-banner.bg-3 {
  background-image: url("../img/tours/taj-mahal-tour-by-gatimaan-express.jpg");
}

.page-banner.bg-4 {
  background-image: url("../img/tours/taj-mahal-tour-from-banglor.jpg");
}

.page-banner.bg-5 {
  background-image: url("../img/tours/taj-mahal-tour-from-mumbai.jpg");
}

.page-banner.bg-6 {
  background-image: url("../img/tours/same-day-jaipur-tou.jpg");
}

.page-banner.bg-7 {
  background-image: url("../img/tours/same-day-delhi-tour.jpg");
}

.page-banner.bg-8 {
  background-image: url("../img/tours/delhi-walk-tour.jpg");
}

.page-banner.bg-9 {
  background-image: url("../img/tours/golden-triangle-tour-3-days.jpg");
}

.page-banner.bg-10 {
  background-image: url("../img/tours/golden-triangle-tour-4-days.jpg");
}

.page-banner.bg-11 {
  background-image: url("../img/tours/golden-triangle-tour-5-days.jpg");
}

.page-banner.bg-12 {
  background-image: url("../img/tours/golden-triangle-tour-with-ranthambore.jpg");
}

.page-banner.bg-13 {
  background-image: url("../img/tours/varanasi-package01.jpg");
}

.page-banner.bg-su1 {
  background-image: url("../img/tours/varanasi-local.jpg");
}

.page-banner.jaipur-tour-package {
  background-image: url("../img/tours/jaipur-tour-package-3-days2.jpg");
}

.left {
  float: left;
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

.bg-contact {
  background-image: url("../img/choose/contact.jpg");
}

.h2,
h2 {
  font-size: 25px;
}

.h3,
h3 {
  font-size: 25px;
}

.page-banner::before {
  content: "";
  position: absolute;
  /* background-color: rgb(33 62 61 / 64%); */
  /* background-image: url(/assets/img/taj-mahal-1.jpg); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.page-banner .page-content {
  position: relative;
}

.page-banner .page-content h2 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 15px;
  text-shadow: 3px 4px 2px #000;
}

.page-banner .page-content h1 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 15px;
  text-shadow: 3px 4px 2px #000;
}

.page-banner .page-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page-banner .page-content ul li {
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  padding-right: 25px;
}

.page-banner .page-content ul li:last-child {
  padding-right: 0;
}

.page-banner .page-content ul li a {
  color: #ffffff;
}

.page-banner .page-content ul li a::before {
  content: ">";
  position: absolute;
  right: 5px;
}

.page-banner .page-content ul li a:hover {
  color: #f47514;
}

.pagination {
  padding: 0;
  display: block;
  margin: 20px 0 0;
  text-align: center;
}

.pagination .page-item {
  display: inline-block;
  margin: 0 3px;
}

.pagination .page-item .page-link {
  color: #23d3d3;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 25px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}

.pagination .page-item .page-link span {
  position: relative;
  bottom: 2px;
}

.pagination .page-item .page-link:hover {
  background-color: #ffffff;
  color: #23d3d3;
  width: 25px;
  height: 35px;
  line-height: 35px;
  -webkit-box-shadow: 0px 7px 20px 0px #cecece;
  box-shadow: 0px 7px 20px 0px #cecece;
}

.pagination .page-item.active .page-link {
  background-color: #ffffff;
  color: #23d3d3;
  width: 25px;
  height: 35px;
  line-height: 35px;
  -webkit-box-shadow: 0px 7px 20px 0px #e0e0e0;
  box-shadow: 0px 7px 20px 0px #e0e0e0;
}

/*================================================
Partner Area
=================================================*/

.partner-area {
  background-color: #fbfbfb;
}

.partner-area .partner-slider .partner-slider-item a img {
  width: auto;
  margin: auto;
}

/*================================================
Team Area
=================================================*/

.team-card {
  position: relative;
  margin-bottom: 30px;
}

.team-card img {
  position: relative;
  margin-bottom: 120px;
  border-radius: 5px 5px 0 0;
}

.team-card .content h3 {
  font-size: 22px;
  font-weight: 700;
}

.team-card .content h3 a {
  color: #29234d;
}

.team-card .content {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px 20px;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.team-card .content h3 {
  margin-bottom: 10px;
}

.team-card .content span {
  color: #0dbcc0;
  display: inline-block;
}

.team-card .content .social-link {
  padding: 0;
  margin: 15px 0 -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.team-card:hover .content .social-link {
  opacity: 1;
  visibility: visible;
  margin: 15px 0 0;
}

.team-card .content .social-link li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}

.team-card .content .social-link li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #0dbcc0;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/** team-style-two **/

.team-style-two {
  position: relative;
  padding: 110px 0px 120px 0px;
}

.team-block-two .inner-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 24, 73, 0.1);
  margin-bottom: 30px;
}

.team-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-two .inner-box .image-box a {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #eaf8f6;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  z-index: 2;
}

.team-block-two .inner-box .image-box a:hover {
  color: #fff;
  background: #061a3a;
}

.team-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.team-block-two .inner-box .lower-content {
  position: relative;
  padding: 23px 30px 37px 30px;
}

.team-block-two .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}

.team-block-two .inner-box .lower-content h3 a {
  display: inline-block;
  color: #061a3a;
}

.team-block-two .inner-box .lower-content h3 a:hover {
}

.team-block-two .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.team-block-two .inner-box .lower-content .rating li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

.team-block-two .inner-box .lower-content .rating li:last-child {
  margin-right: 0px;
}

.team-block-two .inner-box .lower-content .rating li a {
  display: inline-block;
  font-size: 15px;
  position: relative;
  color: #808080;
  margin-left: 6px;
}

.team-block-two .inner-box .lower-content .rating li {
  color: #ffab01;
}

.team-block-two .inner-box .lower-content .rating {
  position: relative;
  margin-bottom: 9px;
  padding-left: 0;
}

.team-block-two .inner-box .lower-content .location-box p {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 20px;
}

.team-block-two .inner-box .lower-content .location-box p i {
  position: absolute;
  left: 0px;
  top: 2px;
  color: #c7c7c7;
}

.team-block-two .inner-box .pattern {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 153px;
  height: 82px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .pattern {
  opacity: 1;
}

.team-style-two .more-btn {
  margin-top: 30px;
}

/*================================================
Testimonials Area
=================================================*/

.testimonials-area .testmonials-item {
  margin-bottom: 30px;
}

/*================================================
Services Area
=================================================*/

.services-area .choose-text::before {
  display: none;
}

/*================================================
Main Contact Area
=================================================*/

.main-contact-area .contact-text-content .title {
  max-width: 715px;
  margin: auto;
  text-align: center;
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 40px;
}

.main-contact-area .contact-text-content .contact-card {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 35px 30px;
}

.main-contact-area .contact-text-content .contact-card i {
  background-color: #f47514;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-contact-area .contact-text-content .contact-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.4;
}

.main-contact-area .contact-text-content .contact-card h3 a {
  color: #29234d;
}

.main-contact-area .contact-text-content .contact-card h3 a:hover {
  color: #23d3d3;
}

.main-contact-area .contact-text-content .contact-card h3.line-hight {
  line-height: 1.5;
}

/*================================================
Schedule Area
=================================================*/

.contact-us-area .container {
  max-width: 970px;
}

.contact-us-area .form-group {
  padding-right: 0;
}

.contact-us-area .form-group .form-control,
.contact-us-page .form-group .form-control {
  background-color: #f2f9f9;
}

.contact-us-area .default-btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

/*================================================
Contact Map Area
=================================================*/

.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.contact-map .container-fluid iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -6px;
  border-top: none;
}

/*================================================
Gallery Area
=================================================*/

.gallery-area .container-fluid {
  padding: 0;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
}

.gallery-area .gallery img {
  position: relative;
}

.gallery-area .gallery .caption {
  position: absolute;
  background-color: rgb(0 0 0 / 61%);
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.gallery-area .gallery .caption i {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

.gallery-area .gallery .caption h3 {
  font-size: 38px;
  font-weight: 200;
  color: #fff;
}

.gallery-area .gallery .caption p {
  font-size: 14px;
  font-style: italic;
  color: #fff;
}

.gallery-area .gallery:hover .caption {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*================================================
Sign In Area
=================================================*/

.sign-in-area .section-title {
  margin: 0 auto 60px;
  text-align: center;
}

.sign-in-area .section-title p {
  max-width: 550px;
  margin: auto;
}

.sign-in-area .sign-in-form {
  max-width: 650px;
  padding: 40px 50px;
  border-radius: 5px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 20px 0px #d8d8d8;
  box-shadow: 0px 0px 20px 0px #d8d8d8;
}

.sign-in-area .sign-in-form .form-group {
  margin-bottom: 25px;
}

.sign-in-area .sign-in-form .form-control {
  height: 55px;
  padding: 6px 20px;
  background: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sign-in-area .sign-in-form .account-decs {
  text-align: center;
  margin-top: 20px;
}

.sign-in-area .sign-in-form .account-decs a {
  color: #23d3d3;
  margin-left: 5px;
}

.sign-in-area .sign-in-form .account-decs a:hover {
  color: #f47514;
}

.form-check-input {
  margin-top: 6px;
}

/*================================================
Sign Up Area
=================================================*/

.sign-up-area .sign-up-form {
  max-width: 650px;
  padding: 40px 50px;
  border-radius: 5px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 20px 0px #d8d8d8;
  box-shadow: 0px 0px 20px 0px #d8d8d8;
}

.sign-up-area .sign-up-form .form-group {
  margin-bottom: 25px;
}

.sign-up-area .sign-up-form .form-control {
  height: 55px;
  padding: 6px 20px;
  background: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sign-up-area .sign-up-form .account-decs {
  text-align: center;
  margin-top: 20px;
}

.sign-up-area .sign-up-form .account-decs a {
  color: #23d3d3;
  margin-left: 5px;
}

.sign-up-area .sign-up-form .account-decs a:hover {
  color: #29234d;
}

.sign-up-area .sign-up-form .text-center .default-btn {
  border: none;
}

/*================================================
Start Faq Area
=================================================*/

.faq-area .faq-content .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-area .faq-content .accordion li {
  position: relative;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.faq-area .faq-content .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .accordion li .title {
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 15px 20px 80px;
  position: relative;
}

.faq-area .faq-content .accordion li .title::before {
  content: "";
  background-color: #23d3d3;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px;
}

.faq-area .faq-content .accordion li .title:after {
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 22px;
  content: " ";
  top: 23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-area .faq-content .accordion li .title.active {
  border-bottom: 1px solid #dcdcdc;
}

.faq-area .faq-content .accordion li .title.active:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-area .faq-content .accordion li .accordion-content {
  display: none;
  padding: 20px 20px;
}

.bannerhead {
  font-size: 40px !important;
  color: #ffffff;
  filter: drop-shadow(1px 3px 4px #8d8d8d);
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times,
    "Times New Roman", "serif";
}

.bannerhead2 {
  font-size: 55px !important;
  color: #ffffff;
  filter: drop-shadow(1px 3px 4px #8d8d8d);
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times,
    "Times New Roman", "serif";
}

.faq-area .faq-content .faq-img img {
  border-radius: 24px;
  -webkit-box-shadow: -11px -5px 20px #eeeeee;
  box-shadow: -11px -5px 20px #eeeeee;
}

.faq-area.style-two {
  background-color: #f1f7f9;
}

.faq-area.style-two .faq-content .accordion li {
  position: relative;
  border: none;
  margin-bottom: 0;
}

.faq-area.style-two .faq-content .accordion li .title {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  box-shadow: 0 10px 10px #e3eae957;
  transition: all 500ms ease;
}

.faq-area.style-two .faq-content .accordion li .title:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.faq-area.style-two .faq-content .accordion li .title::before {
  background-color: #23d3d3;
  border-radius: 24px;
}

.faq-area.style-two .faq-content .accordion li .accordion-content {
  display: none;
  padding: 0 20px 30px;
}

.faq-area.style-two .faq-content .accordion li .title.active {
  border-bottom: none;
}

.text-content-three {
  padding-left: 40px;
}

/*================================================
Locations Area
=================================================*/

.locations {
  padding: 0px 0;
}

.location-item {
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.hover-box-thumb {
  overflow: hidden;
  display: block;
  position: relative;
  height: 200px;
}

.locations img {
  opacity: 0.9;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.location-item .location-thumb a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 120px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(0, 0, 0, 0.6)
  );
}

.location-item .location-name {
  position: absolute;
  top: 103px;
  left: 9%;
  opacity: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  background: rgb(0 0 0 / 58%);
  padding: 5px 10px;
  border-radius: 12px;
}

.location-item .location-info {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.location-info .location-capital {
  font-size: 23.9px;
  font-weight: 500;
  opacity: 0.9;
  display: none;
  color: #ffffff;
}

.location-info .location-number {
  color: #ffffff;
  font-size: 20px;
  opacity: 100%;
  left: 27px;
  position: fixed;
  bottom: 30px;
}

.hover-box:hover img {
  transform: scale(1.1);
}

.locations img {
  opacity: 0.9;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.hover-box img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1);
}

/*================================================
Start Privacy Policy Area
=================================================*/

.privacy-policy .privacy-policy-text h2 {
  font-size: 25px;
}

.privacy-policy .privacy-policy-text p {
  padding-right: 30px;
}

/*================================================
Coming Soon Area
=================================================*/

.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 70px 30px;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 20px;
  font-size: 50px;
  margin-top: 0;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin: 0px auto 20px auto;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #29234d;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 45px;
  font-weight: 700;
  padding: 10px;
  border: 1px solid #ddd;
  width: 120px;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: 0px;
  font-size: 16px;
  font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .coming-soon-form {
  position: relative;
}

.coming-soon-area .coming-soon-content .coming-soon-form .form-control {
  height: 55px;
  padding: 10px 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 70%;
  margin: 0 auto 30px;
}

.coming-soon-area .coming-soon-content .coming-soon-form .default-btn {
  padding: 15px 30px;
  border: 0;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 15%;
}

.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background-color: #23d3d3;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content ul li a {
  color: #ffffff;
}

/*================================================
CTA Area
=================================================*/

.cta-section {
  position: relative;
  padding-top: 80px;
}

.cta-section .image-box {
  position: relative;
  z-index: 1;
}

.cta-section .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.cta-section .content-block-2 .content-box {
  position: relative;
  padding-bottom: 120px;
  margin-top: 35px;
}

.content-block-2 .content-box .text {
  position: relative;
  margin-bottom: 40px;
}

.content-block-2 .content-box .text p {
  color: #fff;
}

.content-block-2 .content-box .btn-box .download-btn {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  padding: 16px 50px 15px 90px;
  border-radius: 40px;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.content-block-2 .content-box .btn-box .download-btn.app-store {
  margin-right: 30px;
}

.content-block-2 .content-box .btn-box .download-btn.play-store {
}

.content-block-2 .content-box .btn-box .download-btn i {
  position: absolute;
  left: 37px;
  top: 16px;
  font-size: 45px;
}

.content-block-2 .content-box .btn-box .download-btn span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.content-block-2 .content-box .btn-box .download-btn h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  transition: all 500ms ease;
}

.content-block-2 .content-box .btn-box .download-btn:hover {
  background: #061a3a !important;
}

.content-block-2 .content-box .btn-box .download-btn:hover h3 {
  color: #fff;
}

.content-block-2 .content-box .sec-title {
  margin-bottom: 32px;
}

.cta-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 70px;
  bottom: 0px;
  width: 299px;
  height: 142px;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-2 {
  position: absolute;
  left: 240px;
  top: 15px;
  width: 460px;
  height: 387px;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-3 {
  position: absolute;
  right: 70px;
  top: 0px;
  width: 349px;
  height: 228px;
  background-repeat: no-repeat;
}

.content-block-2 .content-box .btn-box .download-btn.app-store {
  background: #39cabb;
}

.content-block-2 .content-box .btn-box .download-btn.play-store {
  background: #fe5948;
}

/*================================================
Error Area
=================================================*/

.error-area {
  height: 100vh;
}

.error-area .error {
  text-align: center;
}

.error-area .error img {
  margin-bottom: 20px;
  max-width: 580px;
}

.error-area .error h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.error-area .error .error-btn a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 45px;
  font-weight: 800;
  color: #29234d;
}

.error-area .error .error-btn a:hover {
  color: #23d3d3;
}

/*================================================
Service Details Area
=================================================*/

.service-detail-area .service-detail img {
  border-radius: 10px;
  margin-bottom: 25px;
}

.service-detail-area .service-detail ul {
  padding: 0;
  margin: 0 0 15px;
}

.service-detail-area .service-detail ul li {
  font-weight: 500;
  margin-right: 30px;
}

i.fa.fa-times {
  color: red !important;
}

i.fa.fa-check {
  color: green !important;
}

.service-detail-area .service-detail ul li i {
  color: #23d3d3;
}

.service-detail-area .service-detail ul li a {
  font-size: 14px;
  color: #23d3d3;
}

.service-detail-area .service-detail ul li a:hover {
  color: #f47514;
}

.service-detail-area .service-detail .details-text h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
}

.service-detail-area .service-detail .details-text p {
  font-size: 16px;
  margin-bottom: 15px;
}

.service-detail-area .service-detail .text-style {
  margin: 30px 0 30px 70px;
  padding: 30px 50px 30px 70px;
  border-radius: 10px;
  position: relative;
}

.service-detail-area .service-detail .text-style i {
  position: absolute;
  background-color: #23d3d3;
  color: #ffffff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-detail-area .service-detail .text-style p {
  color: #2a234d;
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
}

.service-detail-area .service-detail .text-style a {
  color: #2a234d;
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
}

.service-detail-area .service-detail .text-style a:hover {
  color: #23d3d3;
}

.service-detail-area .widget-area {
  padding-left: 10px;
}

.service-detail-area .widget-area .widget {
  margin-bottom: 30px;
}

.service-detail-area .widget-area .widget:last-child {
  margin-bottom: 0;
}

.service-detail-area .widget-area .widget .widget-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.service-detail-area .widget-area .widget-search form {
  position: relative;
}

.service-detail-area .widget-area .widget-search form .screen-reader-text {
  display: none;
}

.service-detail-area .widget-area .widget-search form .search-field {
  height: 50px;
  color: #000;
  background-color: #f2f4f5;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 0 0 15px;
  border: 1px solid #f2f4f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-detail-area .widget-area .widget-search form .search-field:focus {
  outline: 0;
}

.service-detail-area
  .widget-area
  .widget-search
  form
  .search-field::-webkit-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-detail-area
  .widget-area
  .widget-search
  form
  .search-field:-ms-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-detail-area
  .widget-area
  .widget-search
  form
  .search-field::-ms-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-detail-area
  .widget-area
  .widget-search
  form
  .search-field::placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-detail-area
  .widget-area
  .widget-search
  form
  .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.service-detail-area
  .widget-area
  .widget-search
  form
  .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.service-detail-area
  .widget-area
  .widget-search
  form
  .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.service-detail-area
  .widget-area
  .widget-search
  form
  .search-field:focus::placeholder {
  color: transparent;
}

.service-detail-area .widget-area .widget-search form button {
  border: none;
  background-color: #f47514;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  height: 50px;
  width: 60px;
  position: absolute;
  right: 0;
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  font-size: 20px;
}

.service-detail-area .widget-area .widget-search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-detail-area .widget-area .widget-search form button:hover,
.service-detail-area .widget-area .widget-search form button:focus {
  background-color: #23d3d3;
  color: #fff;
}

.service-detail-area .widget-area .widget_categories ul {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 0;
  list-style-type: none;
}

.service-detail-area .widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #000;
  padding-left: 25px;
  font-size: 15px;
}

.service-detail-area .widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.service-detail-area .widget-area .widget_categories ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #f47514;
}

.service-detail-area .widget-area .widget_categories ul li a {
  color: #000;
  display: inline-block;
}

.service-detail-area .widget-area .widget_categories ul li a:hover {
  color: #f47514;
  padding-left: 3px;
}

.service-detail-area .widget-area .widget_categories ul li .post-count {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.service-detail-area .widget-area .widget_posts_thumb {
  position: relative;
  overflow: hidden;
}

.service-detail-area .widget-area .widget_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.service-detail-area .widget-area .widget_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.service-detail-area .widget-area .widget_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.service-detail-area .widget-area .widget_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.service-detail-area
  .widget-area
  .widget_posts_thumb
  .item
  .thumb
  .fullimage.bg1 {
  background-image: url(../img/service-details/service-details-1.jpg);
}

.service-detail-area
  .widget-area
  .widget_posts_thumb
  .item
  .thumb
  .fullimage.bg2 {
  background-image: url(../img/service-details/service-details-2.jpg);
}

.service-detail-area
  .widget-area
  .widget_posts_thumb
  .item
  .thumb
  .fullimage.bg3 {
  background-image: url(../img/service-details/service-details-3.jpg);
}

.service-detail-area
  .widget-area
  .widget_posts_thumb
  .item
  .thumb
  .fullimage.bg4 {
  background-image: url(../img/service-details/service-details-4.jpg);
}

.service-detail-area
  .widget-area
  .widget_posts_thumb
  .item
  .thumb
  .fullimage.bg5 {
  background-image: url(../img/service-details/service-details-5.jpg);
}

.service-detail-area .widget-area .widget_posts_thumb .item .thumb::before,
.service-detail-area .widget-area .widget_posts_thumb .item .thumb::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-detail-area .widget-area .widget_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}

.service-detail-area .widget-area .widget_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}

.service-detail-area .widget-area .widget_posts_thumb .item .info {
  overflow: hidden;
}

.service-detail-area .widget-area .widget_posts_thumb .item .info span {
  display: block;
  color: #f47514;
  font-size: 14px;
}

.service-detail-area .widget-area .widget_posts_thumb .item .info .title {
  margin-bottom: 10px;
  margin-top: -5px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}

.service-detail-area .widget-area .widget_posts_thumb .item .info .title a {
  display: inline-block;
  color: #29234d;
}

.service-detail-area
  .widget-area
  .widget_posts_thumb
  .item
  .info
  .title
  a:hover {
  color: #23d3d3;
}

.service-detail-area
  .widget-area
  .widget_posts_thumb
  .item:hover
  .thumb::before,
.service-detail-area
  .widget-area
  .widget_posts_thumb
  .item:hover
  .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.service-detail-area .blog-content .blog-tag {
  position: relative;
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #e0dddd;
  border-bottom: 1px solid #e0dddd;
}

.service-detail-area .blog-content .blog-tag .left-content {
  text-align: left;
  padding: 0;
  margin: 0;
}

.service-detail-area .blog-content .blog-tag .left-content li {
  list-style-type: none;
  display: inline-block;
}

.service-detail-area .blog-content .blog-tag .left-content li.tag {
  font-size: 16px;
  margin-right: 10px;
}

.service-detail-area .blog-content .blog-tag .left-content li.tag span {
  color: #f47514;
}

.service-detail-area .blog-content .blog-tag .left-content li a {
  background-color: #23d3d3;
  margin-right: 7px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 12px;
}

.service-detail-area .blog-content .blog-tag .left-content li a:hover {
  background-color: #f47514;
  color: #ffffff;
}

.service-detail-area .blog-content .blog-tag .right-content {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-detail-area .blog-content .blog-tag .right-content li {
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}

.service-detail-area .blog-content .blog-tag .right-content li i {
  background-color: #ffffff;
  color: #f47514;
  -webkit-box-shadow: 0px 5px 20px #d8d6d6;
  box-shadow: 0px 5px 20px #d8d6d6;
  font-size: 18px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-detail-area .blog-content .blog-tag .right-content li i:hover {
  background-color: #f47514;
  color: #ffffff;
}

.service-detail-area .blog-content .top-comments {
  margin-top: 35px;
  margin-bottom: 45px;
  padding: 45px 50px 45px 160px;
  border-radius: 5px;
  position: relative;
}

.service-detail-area .blog-content .top-comments img {
  position: absolute;
  left: 25px;
  top: 35px;
  border-radius: 50%;
  border: 5px solid #23d3d3;
}

.service-detail-area .blog-content .top-comments h3 {
  font-size: 18px;
  font-weight: 500;
}

.service-detail-area .blog-content .top-comments h3 a {
  color: #f47514;
}

.service-detail-area .blog-content .top-comments h3 a:hover {
  color: #23d3d3;
}

.service-detail-area .blog-content .top-comments p {
  font-size: 15px;
}

.service-detail-area .blog-content .blog-comments {
  margin-bottom: 35px;
}

.service-detail-area .blog-content .blog-comments h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}

.service-detail-area .blog-content .blog-comments .comments {
  position: relative;
  padding: 30px 0 30px 120px;
  border-bottom: 1px solid #d8d6d6;
}

.service-detail-area .blog-content .blog-comments .comments img {
  position: absolute;
  left: 0;
  top: 30px;
  border-radius: 50%;
}

.service-detail-area .blog-content .blog-comments .comments h3 {
  font-weight: 600;
  font-size: 18px;
}

.service-detail-area .blog-content .blog-comments .comments span {
  color: #f47514;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}

.service-detail-area .blog-content .blog-comments .comments span a {
  color: #f47514;
  margin-left: 35px;
  font-weight: 500;
}

.service-detail-area .blog-content .blog-comments .comments span a:hover {
  color: #23d3d3;
}

.service-detail-area .blog-content .blog-form h2 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 40px;
}

.service-detail-area .blog-content .blog-form .submit-form .form-group {
  padding-right: 0;
}

.service-detail-area
  .blog-content
  .blog-form
  .submit-form
  .form-group
  .form-control {
  background-color: #f7f7f7;
}

.service-detail-area .blog-content .blog-form .submit-form .default-btn {
  border: none;
  border-radius: 5px;
}

.service-detail-area .service-detail .details-text .info-content {
  position: relative;
  padding: 25px 30px;
  margin: 25px 0;
  background: #f1f7f9;
  border-radius: 5px;
}

.service-detail-area .service-detail .details-text h3.sub-title {
  line-height: 1;
  margin-top: -2px;
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: capitalize;
}

.service-detail-area .service-detail .details-text .info-content .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.service-detail-area
  .service-detail
  .details-text
  .info-content
  .content-list
  i {
  padding: 10px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  color: #fd5056;
  vertical-align: middle;
}

.service-detail-area
  .service-detail
  .details-text
  .info-content
  .content-list
  h6 {
  font-weight: 400;
  color: #39325a;
  margin-bottom: 0;
}

.service-detail-area
  .service-detail
  .details-text
  .info-content
  .content-list
  h6
  span {
  font-weight: 600;
}

/*================================================
Tour Details Area
=================================================*/

/* Shape rotate */

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

/* End Shape rotate */

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

/** activity-style-one **/

.activity-style-one {
  position: relative;
}

.activity-block-one {
  padding-bottom: 30px;
}

.activity-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 30px rgba(0, 24, 73, 0.1);
  border-radius: 20px;
}

.activity-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.activity-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.activity-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.activity-block-one .inner-box .image-box a {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #eaf8f6;
  border-radius: 50%;
  color: #23d3d3;
  z-index: 1;
}

.activity-block-one .inner-box .image-box a:hover {
  background: #061a3a;
}

.activity-block-one .inner-box .lower-content {
  position: relative;
  padding: 25px 30px 30px 30px;
}

.activity-block-one .inner-box .lower-content .name-box {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.activity-block-one .inner-box .lower-content .name-box li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  font-size: 20px;
}

.activity-block-one .inner-box .lower-content .name-box li:nth-child(2) {
  top: 2px;
}

.activity-block-one .inner-box .lower-content .name-box li:last-child {
  top: 2px;
}

.activity-block-one .inner-box .lower-content .name-box li:last-child {
  margin: 0px !important;
}

.activity-block-one .inner-box .lower-content .name-box li h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.activity-block-one .inner-box .lower-content .name-box li h3 a {
  display: inline-block;
  color: #061a3a;
}

.activity-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
}

.activity-block-one .inner-box .lower-content .rating li {
  position: relative;
  display: inline-block;
  color: #ffab01;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

.activity-block-one .inner-box .lower-content .rating li:last-child {
  margin-right: 0px !important;
  margin-left: 5px !important;
}

.activity-block-one .inner-box .lower-content .rating li a {
  display: inline-block;
  font-size: 15px;
  position: relative;
  color: #808080;
}

.activity-block-one .inner-box .lower-content .rating-box {
  position: relative;
  margin-bottom: 0px;
}

.activity-block-one .inner-box .lower-content .rating-box .rating {
  padding-left: 0;
}

.activity-block-one .inner-box .lower-content .location-box {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.activity-block-one .inner-box .lower-content .location-box p {
  font-size: 15px;
  color: #808080;
}

.activity-block-one .inner-box .lower-content .location-box p i {
  margin-right: 8px;
}

.activity-block-one .inner-box .lower-content .lower-box .text {
  position: relative;
  float: left;
  font-size: 15px;
  line-height: 44px;
}

.activity-block-one .inner-box .lower-content .lower-box a {
  position: relative;
  display: inline-block;
  float: right;
  color: #39cabb;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  border: 2px solid #ebeef1;
  border-radius: 30px;
  text-align: center;
  padding: 7px 27px;
  text-align: center;
}

.activity-block-one .inner-box .lower-content .lower-box a:hover {
  color: #fff;
  background-color: #39cabb;
  border-color: #39cabb;
}

.activity-style-one .more-btn {
  position: absolute;
  top: 30px;
  right: 0px;
}

.activity-style-one:before {
  position: absolute;
  content: "";
  width: calc(100% - 675px);
  height: 430px;
  top: 0px;
  right: 675px;
}

.activity-style-one .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 469px;
  height: 361px;
  background-repeat: no-repeat;
}

.activity-style-one .pattern-layer .pattern-2 {
  position: absolute;
  right: 675px;
  top: 0px;
  width: 159px;
  height: 181px;
  background-repeat: no-repeat;
}

.activity-style-one .pattern-layer .pattern-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 85px;
  height: 430px;
  background-repeat: no-repeat;
}

.activity-block-one .inner-box .lower-content .lower-box .text.not-available {
  color: #fe5948;
}

/*================================================
Itinerary
=================================================*/

#itinerary {
  position: relative;
  padding: 25px 30px;
  margin: 25px 0;
  background: #f1f7f9;
  border-radius: 5px;
}

#itinerary .single-content-item h3 {
  line-height: 1;
  margin-top: -2px;
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: capitalize;
}

.accordion-item .card {
  -webkit-box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
  -moz-box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
  box-shadow: 0 0 14px rgba(82, 85, 90, 0.01);
  border-color: rgba(128, 137, 150, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.accordion-item .card:not(:last-of-type),
.accordion-item .card:not(:first-of-type) {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.2);
}

.accordion-item .card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: none;
  margin-bottom: 0;
}

.accordion-item .card-header .btn {
  width: 100%;
  text-align: left;
  color: #444;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  padding: 14px 20px;
}

.accordion-item .card-header .btn .la {
  width: 30px;
  height: 30px;
  line-height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0d233e;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
  box-shadow: 0px 0px 0px 5px rgba(82, 85, 90, 0.1);
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  display: none;
}

.accordion-item .card-header .btn[aria-expanded="false"] i.la-plus {
  display: block;
}

.accordion-item .card-header .btn[aria-expanded="true"] i.la-minus {
  display: block;
}

.accordion-item .item-single-body {
  padding: 0 20px 25px 20px;
  font-weight: 400;
}

.accordion-item .item-single-body p {
  font-size: 16px;
}

.accordion-item .item-single-body img {
  max-width: 150px;
}

.accordion-item .list-items li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 15px;
  line-height: 24px;
  font-weight: 400;
}

.accordion-item .list-items li:last-child {
  margin-bottom: 0;
}

.accordion-item .list-items li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(128, 137, 150, 0.5);
}

/*================================================
Review
=================================================*/

.review-and-progress-bar {
  position: relative;
  display: block;
  background: #f0f3f6;
  padding-left: 309px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-radius: 4px;
  margin: 50px 0;
}

.review-and-progress-bar .review-box {
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  text-align: center;
  padding: 0px 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.review-box .review-box-details h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.review-box .review-box-details .review-count {
  margin-bottom: 6px;
}

.review-box .review-box-details .review-count a {
  font-size: 18px;
  color: #23d3d3;
}

.review-box .review-box-details .review-count a.clr-gray {
  color: #dee2e8;
}

.review-box .review-box-details p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 26px;
}

.progress-bar {
  position: relative;
  display: block;
  padding-top: 40px;
  padding-right: 105px;
  padding-bottom: 60px;
  background-color: transparent;
}

.progress-levels {
  position: relative;
  display: block;
}

.progress-levels .progress-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-left: 100px;
}

.progress-box.marb {
  margin-bottom: 0;
}

.progress-levels .progress-box .text {
  position: absolute;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  top: -16px;
  left: 0;
  width: 90px;
}

.progress-levels .progress-box.last-child {
  margin-bottom: 0;
}

.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 5px;
  background: #ffffff;
  border-radius: 10px;
}

.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0%;
  width: 0px;
  height: 5px;
  border-radius: 10px;
  background: #23d3d3;
  transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: -16px;
  right: -48px;
  width: 40px;
  height: 25px;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
  position: relative;
  color: #878986;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  float: none;
}

.progress-levels .progress-box .inner .percent {
  position: relative;
  color: #878986;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  float: none;
  margin-left: -2px;
}

.review-two-box-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  margin-right: 79px;
}

.review-two-box-rating {
}

.review-two-box-rating li {
  display: inline-block;
  font-size: 16px;
}

.review-two-box-rating li i {
  font-size: 15px;
  color: var(--thm-primary);
}

.review-two-box-services {
}

.review-two-box-services li {
  display: inline-block;
  font-size: 16px;
}

.review_two_box li {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

.review_two_box li i {
  font-size: 15px;
  color: #f47514;
}

.review_two_box li i.clr-gray {
  color: #dee2e8;
}

/*================================================
Widget
=================================================*/

.widget-booking,
.author-content,
.form-fields {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f1f7f9;
}

.widget_book .default-btn,
.widget_book .default-btn-two {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.widget_book .default-btn-three {
  background-color: rgba(128, 137, 150, 0.1);
  color: #0d233e;
  font-size: 16px;
  padding: 0.375rem 0.75rem;
  border-radius: 25px;
}

.sidebar-book-title-wrap h3 {
  font-size: 15px;
  font-weight: 700;
  color: #0d233e;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sidebar-book-title-wrap .text-value {
  color: #23d3d3;
  font-size: 28px;
  font-weight: 800;
}

.submit-form-action .form-group {
  position: relative;
}

.submit-form-action label {
  color: #39325a;
  font-size: 16px;
  font-weight: 600;
}

.submit-form-action .form-group .form-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #5d646d;
  font-size: 18px;
  z-index: 1;
}

.submit-form-action .form-group .search-btn,
.submit-form-action .form-group .submit-btn {
  position: absolute;
  top: 7px;
  right: 8px;
}

.submit-form-action .form-group .search-btn {
  background-color: transparent;
  border: none;
  padding: 3px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #0d233e;
}

.submit-form-action .form-group .search-btn:hover {
  color: #287dfa;
}

.submit-form-action .form-control {
  height: auto;
  line-height: inherit;
  padding: 10px 20px 10px 40px;
  font-size: 13px;
  color: #0d233e;
  border-color: rgba(128, 137, 150, 0.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

.submit-form-action .form-control:focus {
  border-color: #287dfa;
}

.submit-form-action .message-control {
  height: 130px;
}

.qty-box label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #39325a;
}

.qty-box label span {
  display: block;
  font-size: 13px;
  color: #5d646d;
  font-weight: 400;
}

.roomInc,
.roomDec,
.qtyInc,
.qtyDec {
  width: 28px;
  height: 28px;
  line-height: 29px;
  font-size: 18px;
  background-color: rgba(128, 137, 150, 0.08);
  color: #0d233e;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.roomInc:hover,
.roomDec:hover,
.qtyInc:hover,
.qtyDec:hover {
  background-color: #287dfa;
  color: #fff;
}

.roomBtn input,
.qtyBtn input {
  width: 35px;
  border: none;
  text-align: center;
  color: #0d233e;
  font-weight: 500;
  background-color: transparent;
}

.sidebar-widget-item.qty {
  border: 1px solid #d2e0e0;
  margin-bottom: 5px;
  background: #fff;
}

.qty-box {
  padding: 10px 10px 10px 15px;
}

.qty-box:nth-child(2) {
  background: #f1f8fb;
}

.before-price {
  text-decoration: line-through;
  color: #5d646d !important;
}

.sidebar-list .list-items li {
  margin-bottom: 0;
}

.sidebar-list .list-items li .icon-element {
  margin-left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  display: inline-block;
}

.icon-element {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #22cdcd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 25px;
  color: #fff;
}

.sidebar-list .list-items {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.default-btn-whatsapp {
  width: 90%;
  margin-bottom: 10px;
  text-align: center;
  background-color: #006400;
  color: #ffffff !important;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 20px;
  margin: 10px;
  border: none;
}

.banner-btn a {
  width: auto;
  padding: 10px 40px 12px;
  font-size: 18px;
}

.list-items li a {
  color: #5d646d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar-list .list-items li + li {
  border-top: 1px solid rgba(128, 137, 150, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}

.sidebar-list .list-items li {
  margin-bottom: 0;
}

/*================================================
Author Content Widget
=================================================*/

.author-content .author-img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.author-content .author-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.05);
}

.author-content .author-bio .author-title {
  color: #0d233e;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.author-content .author-bio .rating-stars li,
.author-content .author-bio .author-meta {
  font-size: 15px;
}

.ratings {
  margin-top: 10px;
}

.ratings i {
  color: #f9b851;
}

.ratings .reviews {
  font-size: 13px;
}

/*================================================
Activity Search Area
=================================================*/

.activity-search-wrap {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
  margin-top: -70px;
  border-radius: 10px;
  background: #fff;
}

.activity-search-area {
  padding: 40px 40px 10px;
}

.activity-search-area form {
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.select-sub:first-child {
  width: 220px;
}

.select-sub:last-child {
  margin-right: 0;
}

.select-sub {
  margin-right: 40px;
  position: relative;
}

.select-sub span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #8592ad;
}

.select-sub span i {
  margin-right: 10px;
}

.activity-search-area form input {
  padding-left: 0;
}

.activity-search-area form input,
.activity-search-area form select {
  width: 100%;
  font-size: 18px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #283a5e;
}

.activity-search-area form button {
  margin: 15px 0;
}

.activity-search-area input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.activity-search-area .select-sub:before {
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 70%;
  background: #dddddd;
  content: "";
}

.activity-search-area .select-sub:first-child:before {
  width: 0;
}

.activity-search-area .nice-select span {
  position: relative;
  font-size: 18px;
  color: #283a5e;
}

.activity-search-area .nice-select {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}

.select-sub .la:before {
  font-size: 20px;
}

/*--------------------------------------------------------------
# Listings One Wrap
--------------------------------------------------------------*/

.activity-list_one-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.activity-list_one-wrap .container-full-width {
  position: relative;
  width: 100%;
}

.activity-list-one-content {
  position: relative;
  display: block;
  width: 35%;
  padding: 60px 60px 0;
  float: left;
  background-color: #f5fbfb;
}

.activity-list_btn a {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.filter_by {
  position: relative;
  display: block;
  padding-top: 3px;
  padding-bottom: 30px;
}

.filter_by h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.single-check-box + .single-check-box {
  margin-top: 10px;
}

.single-check-box label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-right: 0px;
  margin-bottom: 0;
  font-size: 15px;
  color: #3c4275;
  line-height: 30px;
  cursor: pointer;
}

.single-check-box input[type="checkbox"] {
  display: none;
}

.single-check-box input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: all 300ms ease;
}

.single-check-box label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: "Line Awesome Free";
  content: "\f00c";
  color: #ffffff;
  font-size: 10px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  font-weight: 900;
  background-color: transparent;
  transition: all 300ms ease;
}

.single-check-box input[type="checkbox"]:checked + label span {
  border-color: #16232a;
  background-color: #23d3d3;
}

.single-check-box input[type="checkbox"]:checked + label span:before {
  opacity: 1;
}

.activity-list-one-map {
  position: relative;
  display: block;
  width: 65%;
  background: #ddd;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  float: right;
}

.activity-list-one-map .google-map {
  width: 100%;
  height: 100%;
  border: none;
}

/*================================================
Filter Area
=================================================*/

.filter {
}

.filter-inner-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #dee2e8;
  padding-bottom: 30px;
  padding-top: 30px;
}

.filter-inner-content.pt-0 {
  border-top: none;
  padding-top: 0;
}

.filter-inner-content .left {
  display: flex;
  align-items: center;
}

.filter-inner-content .left .left_icon {
  display: flex;
  align-items: center;
}

.filter-inner-content .left .left_icon a {
  background: #d2eaea;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 25px;
  margin-right: 5px;
}

.filter-inner-content .left .left_icon a.active {
  background: #23d3d3;
}

.filter-inner-content .left .left_icon a.list-icon {
  font-size: 25px;
  position: relative;
  top: 1px;
  margin-left: 10px;
}

.filter-inner-content .left .left_text {
  margin-left: 30px;
}

.filter-inner-content .left .left_text h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}

.filter-inner-content .right {
}

.filter-inner-content .right .nice-select {
  background-color: #f2f4f5;
  border: none;
  line-height: 30px;
}

.filter-inner-content
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 265px !important;
  height: 65px;
}

.filter-inner-content .bootstrap-select > .dropdown-toggle {
  max-width: 265px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 0px solid #f5f0e9;
  padding: 0 30px;
  outline: none;
  border-radius: 4px;
  background: #f0f3f6;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 500;
}

.filter-inner-content .left .left_icon a.list-icon {
  font-size: 25px;
  position: relative;
  top: 1px;
  margin-left: 10px;
}

/*================================================
Process-style Two 
=================================================*/

.process-style-two {
  position: relative;
  padding: 115px 0px 120px 0px;
}

.processing-block-two .inner-box {
  position: relative;
  display: block;
  padding: 0px 50px;
  text-align: center;
}

.process-style-two .inner-content {
  position: relative;
}

.process-style-two .inner-content .arrow {
  position: absolute;
  left: 270px;
  top: 65px;
  width: 650px;
  height: 51px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.processing-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 70px;
  line-height: 200px;
  text-align: center;
  margin-bottom: 33px;
  box-shadow: 0px 10px 30px rgba(0, 24, 73, 0.1);
}

.processing-block-two .inner-box .icon-box img {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.processing-block-two .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}

.processing-block-two .inner-box h3 a {
  display: inline-block;
  color: #012550;
}

.processing-block-two .inner-box h3 a:hover {
}

.process-style-two .pattern-layer .pattern-1 {
  position: absolute;
  left: 150px;
  top: 110px;
  width: 460px;
  height: 387px;
  background-repeat: no-repeat;
}

.process-style-two .pattern-layer .pattern-2 {
  position: absolute;
  left: 70px;
  bottom: 0px;
  width: 299px;
  height: 142px;
  background-repeat: no-repeat;
}

.process-style-two .pattern-layer .pattern-3 {
  position: absolute;
  right: 70px;
  top: 0px;
  width: 382px;
  height: 285px;
  background-repeat: no-repeat;
}

.process-style-two .pattern-layer .pattern-4 {
  position: absolute;
  right: 140px;
  bottom: 30px;
  width: 460px;
  height: 387px;
  background-repeat: no-repeat;
}

/*================================================
Tour Booking
=================================================*/

.form-box {
  border-radius: 10px;
  margin-bottom: 30px;
  list-style-type: none;
  background-color: #f1f7f9;
}

.form-box .item-single {
  background-color: transparent;
}

.form-box .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.form-title-wrap {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}

.form-content {
  padding: 30px;
}

.form-content .item-single .item-single-img img {
  border-radius: 12px;
}

.form-box .select-box {
  min-height: 40px;
}

.form-box .nice-select {
  width: 100%;
}

.form-box .submit-form-action .form-control {
  border-color: transparent;
  font-size: 16px;
}

.form-box .submit-form-action label {
  font-weight: 500;
}

.section-tab .nav-tabs {
  border-bottom: none;
}

.check-mark-tab .nav-tabs .nav-item {
  margin-right: 15px;
}

.check-mark-tab .nav-tabs .nav-link.active {
  border-color: #23d3d3;
}

/* Section Tab */

.section-tab .nav-tabs .nav-link {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 25px 9px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.check-mark-tab .nav-tabs .nav-link {
  background-color: #fff;
  border: 2px solid rgba(128, 137, 150, 0.1);
  color: #5d646d;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: 400;
}

.section-tab .nav-tabs .nav-link.active {
  color: #23d3d3;
  background-color: #fff;
}

.check-mark-tab .nav-tabs .nav-link.active .icon-element {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.check-mark-tab .nav-tabs .nav-link .la-check {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.check-mark-tab .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.section-tab .nav-tabs .nav-link i {
  font-size: 20px;
}

.section-block {
  height: 1px;
  background-color: #f5f7fc;
}

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

.list-items li {
  margin-bottom: 6px;
  color: #5d646d;
}

.list-items-flush li {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.list-items-2 li span {
  display: inline-block;
  font-size: 16px;
  width: 150px;
  color: #0d233e;
  font-weight: 500;
}

/*================================================
Activity Details Area
=================================================*/

.service-detail-area .tour-content .other-tours h2 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 40px;
}

.contact-info-box ul li a {
  color: #53b7b7;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #e8f5f5;
  display: inline-block;
  border: 1px solid #c4e6e6;
}

.map iframe {
  width: 100%;
  /* height: 200px; */
  border: 0px;
  margin-bottom: -64px;
  margin-top: 20px;
}

.submit-form h4 {
  font-size: 35px;
}

.contact-info-box h5 {
  font-size: 35px;
}

.contact-info-box span {
  color: #f47514;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.brochure {
  background: #ebfcff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px 10px 80px;
  position: relative;
}

.brochure:hover {
  color: #2a275e;
}

.brochure i {
  background: #ffffff;
  color: #ffc300;
  font-size: 40px;
  height: 100%;
  left: 0;
  line-height: 68px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
}

.widget_help {
  border-radius: 10px;
}

.widget_help .help-content {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 0;
  color: #fff;
  overflow: hidden;
}

.widget_help p {
  padding-bottom: 10px;
}

[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*================================================
Background Overlay
=================================================*/

[data-overlay] {
  position: relative;
  z-index: 0;
}

[data-overlay]:before {
  position: absolute;
  content: "";
  background-color: #c0dcdc;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

[data-overlay].white-overlay:before {
  background-color: #fff;
}

[data-overlay].theme-overlay:before {
  background-color: #ffc300;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

/*================================================
Featured Block
=================================================*/

.featured-blocks {
  position: relative;
  border-bottom: 0px;
  margin-top: 20px;
}

.featured-block {
  position: relative;
  padding: 0px;
}

.featured-block .featured-inner {
  position: relative;
  padding: 25px 25px;
  padding-bottom: 0;
  border-bottom: none;
}

.featured-block .featured-inner .content {
  position: relative;
  padding-left: 92px;
}

.featured-block .featured-inner .content .icon-box {
  position: absolute;
  left: 0px;
  top: 4px;
  background: #23d3d3;
  color: #ffffff;
  font-size: 40px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
}

.featured-block .featured-inner .content h3 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.featured-block .featured-inner .content h3 a {
  position: relative;
  color: #29234d;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.featured-block .featured-inner .content .text {
  font-size: 16px;
}

/*================================================
Destination Details Area
=================================================*/

.destination-detail-area .destination-detail img {
  border-radius: 10px;
  margin-bottom: 25px;
}

.destination-detail-area .destination-detail img {
  border-radius: 10px;
  margin-bottom: 25px;
}

.destination-detail-area .destination-detail .details-text h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
}

.destination-detail-area .destination-detail .details-text p {
  font-size: 16px;
  margin-bottom: 15px;
}

.destination-detail-area .title {
  max-width: 715px;
  margin: auto;
  text-align: center;
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 40px;
}

.destination-detail-area .destination-detail .sub-title {
  margin: auto;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}

.destination-detail-area .destination-detail .categories-list {
  position: relative;
  padding: 20px 0 10px;
  border-top: 1px solid #d8ecec;
  border-bottom: 1px solid #d8ecec;
}

.destination-detail-area .destination-detail .categories-list .left-content {
  text-align: left;
  padding: 0;
  margin: 0;
}

.destination-detail-area .destination-detail .categories-list .left-content li {
  list-style-type: none;
  display: inline-block;
  padding-bottom: 15px;
}

.destination-detail-area
  .destination-detail
  .categories-list
  .left-content
  li.tag {
  font-size: 16px;
  margin-right: 10px;
}

.destination-detail-area
  .destination-detail
  .categories-list
  .left-content
  li.tag
  span {
  color: #f47514;
}

.destination-detail-area
  .destination-detail
  .categories-list
  .left-content
  li
  a {
  background-color: #fff;
  margin-right: 7px;
  color: #222;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 12px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #aac7c7;
}

.destination-detail-area
  .destination-detail
  .categories-list
  .left-content
  li
  a:hover {
  background-color: #23d3d3;
  color: #ffffff;
}

.submit-form.col-lg-8.col-md-8.mb-30 {
  margin: 0 auto !important;
}

.varanasi-tour {
  background-image: url("../img/banner/varanasi.jpg");
}

.same-day-tour {
  background-image: url("../img/banner/same-day-tours.jpg");
}

.golden-triangle-tour {
  background-image: url("../img/banner/golden-triangle-tour.jpg");
}

.taj-mahal-tours {
  background-image: url("../img/banner/taj-mahal-tours.jpg");
}

.service {
  background-image: url("../img/banner/service.jpg");
}

.page-banner.spiritual-varanasi-tour {
  background-image: url("../img/tours/spiritual-varanasi-tour.jpg");
}

.page-banner.varanasi-allahabad-and-gaya-experience-with-pilgrimage {
  background-image: url("../img/tours/varanasi-allahabad-and-gaya-experience-with-pilgrimage.jpg");
}

.page-banner.wonderful-rajasthan {
  background-image: url("../img/tours/wonderful-rajastha.jpg");
}

.page-banner.rajasthan-tours {
  background-image: url("../img/tours/rajasthan-tours.jpg");
}

.page-banner.kullu-manali-tour {
  background-image: url("../img/tours/kullu-manali-tour.jpg");
}

.page-banner.himachal-tours {
  background-image: url("../img/tours/himachal-tours.jpg");
}

.page-banner.exotic-himachal-tour {
  background-image: url("../img/tours/exotic-himachal-tour.jpg");
}

.page-banner.wildlife-tours {
  background-image: url("../img/tours/wildlife-tours.jpg");
}

.page-banner.kerla-tours {
  background-image: url("../img/tours/kerala-tours.jpg");
}

.page-banner.munnar-thekkady-alleppey-4-days {
  background-image: url("../img/tours/munnar-thekkady-alleppey-4-days.jpg");
}

.page-banner.houseboat-stay {
  background-image: url("../img/tours/houseboat-stay.jpg");
}

.page-banner.kerala-amazing-tour {
  background-image: url("../img/tours/kerala-amazing-tour.jpg");
}

.page-banner.kerala-honeymoon-tours {
  background-image: url("../img/tours/kerala-honeymoon-tours.jpg");
}

.page-banner.houseboat-cruise-tours {
  background-image: url("../img/tours/houseboat-cruise-tours.jpg");
}

.page-banner.tea-museum-and-echo-point {
  background-image: url("../img/tours/tea-museum-and-echo-point.jpg");
}

.page-banner.days-munnar-tours {
  background-image: url("../img/tours/days-munnar-tours.jpg");
}

.page-banner.ayurveda-tours {
  background-image: url("../img/tours/ayurveda-tours.jpg");
}

.page-banner.golden-triangle-tour-with-udaipur-jodhpur {
  background-image: url("../img/tours/golden-triangle-tour-with-udaipur-jodhpur.jpg");
}

.page-banner.manali-tour-package-from-delhi-by-volvo {
  background-image: url("../img/tours/manali-tour-package-from-delhi-by-volvo.jpg");
}

.page-banner.manali-honeymoon-from-delhi-by-volvo {
  background-image: url("../img/tours/manali-honeymoon-from-delhi-by-volvo.jpg");
}

.page-banner.yoga-and-meditation-tour {
  background-image: url("../img/tours/yoga-and-meditation-tour.jpg");
}

.page-banner.holy {
  background-image: url("../img/tours/holy.jpg");
}

.page-banner.bg-car {
  background-image: url("../img/car.jpg");
}

.page-banner.delhi-agra-mathura-varindavan-tour {
  background-image: url("../img/tours/delhi-agra-mathura-varindavan-tour.jpg");
}

.page-banner.golden-triangle-tour-with-haridwar-and-rishikesh {
  background-image: url("../img/tours/golden-triangle-tour-with-haridwar-and-rishikesh.jpg");
}

.page-banner.golden-triangle-tour-with-udaipur-7-nights-8-days {
  background-image: url("../img/tours/golden-triangle-tour-with-udaipur-7-nights-8-days.jpg");
}

.page-banner.golden-triangle-tour-with-mumbai {
  background-image: url("../img/tours/golden-triangle-tour-with-mumbai.jpg");
}

.page-banner.golden-triangle-tour-with-amritsar-golden-temple-7-nights-8-days {
  background-image: url("../img/tours/golden-triangle-tour-with-amritsar-golden-temple-7-nights-8-days.jpg");
}

.page-banner.golden-triangle-tour-with-pushkar-6-nights-7-days {
  background-image: url("../img/tours/golden-triangle-tour-with-pushkar-6-nights-7-days.jpg");
}

th,
td {
  border: 0px solid gray;
}

.table td,
.table th {
  padding: 5px 3px;
}

#total {
  background: transparent;
  border: 0;
}

.styled-select .nice-select.form-control span {
  margin-right: 9px !important;
  margin-left: -38px !important;
}
