/*===========================
    1. COMMON css 
===========================*/

/*==========================
     Font upload
===========================*/

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Poppins: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');


body {

  font-family: "Maven Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #646464; 
/*  background-color: rgb(186 223 163 / 35%)!important;*/
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 

}

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; 
}

a {

   color: #646464;
       font-family: "Maven Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  color: #121619;
  margin: 0px; }

h1 {
  font-size: 42px; }

@media(max-width:767px)
{
  h1{
    font-size: 30px;
  }
}
h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

p {
      font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #646464;
  margin: 0px; }
  @media (max-width: 767px) {
    p {
      font-size: 16px; } }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.reverse-row{
    flex-direction: row-reverse;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #F35C27;
  padding: 0 30px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #F35C27;
 /* -webkit-box-shadow: 0px 5px 16px 0px rgba(235, 54, 86, 0.65);
  -moz-box-shadow: 0px 5px 16px 0px rgba(235, 54, 86, 0.65);
  box-shadow: 0px 5px 16px 0px rgba(235, 54, 86, 0.65);*/
  font-family: "Maven Pro", sans-serif;
  text-transform: capitalize; }
  .main-btn i {
    margin-right: 5px; }
  .main-btn:hover {
    background-color: #fff;
    color: #F35C27;
    border-color: #F35C27; }
  .main-btn.main-btn-2 {
    background-color: #fff;
    color: #F35C27;
    border-color: #F35C27; }
    .main-btn.main-btn-2:hover {
      background-color: #F35C27;
      border-color: #F35C27;
      color: #fff; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 18px;
  color: #F35C27;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .section-title .sub-title {
      font-size: 16px; } }

.section-title .title {
  font-size: 35px;
  text-transform: capitalize; 

}

/*.title-img{
    background-image: url('../images/elements/title-img.png ');
    background-repeat: no-repeat;
    background-size: 10%; 
    }
*/
.navbar-brand{
width: 20%;}

  @media (max-width: 767px) {
      
     .navbar-brand{
         width:60%;
     }
     .navbar .navbar-brand img {
        max-width: 90%!important;
}
    .section-title .title {
      font-size: 24px; } 

    }

/*===== All Animation Title Style =====*/
.animation-one {
  -webkit-animation: rotate 15s linear infinite;
  -moz-animation: rotate 15s linear infinite;
  -o-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/

/*===========================
    2.HEADER css 
===========================*/

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

.header-area {
  position: relative; }

  .header-area .shape {
    position: absolute; }

  .header-area .header-shape-one {
    top: 0;
    left: 0; 
    transform: rotateZ(90deg);
  }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .header-shape-one {
        width: 230px; } }

    @media (max-width: 767px) {
      .header-area .header-shape-one {
        width: 180px; } }

  .header-area .header-shape-tow {
    top: 25px;
    left: 31%; }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .header-shape-tow {
        left: 40%; } }

    @media (max-width: 767px) {
      .header-area .header-shape-tow {
        left: 60%;
        width: 60px; } }

  .header-area .header-shape-three {
    left: 70px;
    bottom: 130px; }

    @media (max-width: 767px) {
      .header-area .header-shape-three {
        width: 90px;
        bottom: 200px; } }

  .header-area .header-shape-fore {
    left: 38%;
    bottom: -75px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .header-shape-fore {
        width: 260px; } }
    @media (max-width: 767px) {
      .header-area .header-shape-fore {
        bottom: -60px;
        width: 210px; } }

.navigation-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; 
   background-color: #fff;
}
  .navigation-bar.sticky {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    -moz-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    z-index: 99;
    padding:10px; }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation-bar.sticky .navbar-btn {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }

    @media (max-width: 767px) {
        
       .pb-60 {
    padding-bottom: 30px;
}
.pt-60 {
    padding-top: 30px;
}
      .navigation-bar.sticky .navbar-btn {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } 
      }

.navbar {
  padding: 0;
  position: relative; }

  .navbar .navbar-brand img {
        max-width: 70%; 
      
  }

  .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #646464;
    margin: 5px 0; }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-collapse {
      position: absolute;
      top: 128%;
      width: 100%;
      left: 0;
      background-color: #fff;
      padding: 5px 15px;
      z-index: 9;
      -webkit-box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
      -moz-box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
      box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3); }
       }

  @media (max-width: 767px) {
    .navbar .navbar-collapse {
      position: absolute;
      top: 128%;
      width: 100%;
      left: 0;
      background-color: #fff;
      padding: 5px 15px;
      z-index: 9;
      -webkit-box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
      -moz-box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
      box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3); } 

    }

  .navbar .navbar-nav .nav-item {
    margin-right: 25px; 
    align-content: space-around;
    align-items: center;

  }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .navbar .navbar-nav .nav-item {
        margin-right: 25px; }
         }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar .navbar-nav .nav-item {
        margin: 5px 0; } 
      }

    @media (max-width: 767px) {
      .navbar .navbar-nav .nav-item {
        margin: 5px 0; }
         }

    .navbar .navbar-nav .nav-item a {
      color: #646464;
      font-family: "Maven Pro", sans-serif;
      font-size: 15px;
      text-transform: capitalize;
      font-weight: 700;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }

  @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .navbar .navbar-nav .nav-item a {
          font-size: 13px; } 
        }

  .navbar .navbar-nav .nav-item.active a, .navbar .navbar-nav .nav-item:hover a {
      color: #F35C27; }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-btn {
      position: absolute;
      right: 70px;
      top: 0; } 
    }

  @media (max-width: 767px) {
    .navbar .navbar-btn {
      position: absolute;
      right: 70px;
      top: 0; }
       }

.header-banner img {
    height: 100vh; /* For 100% screen height */
    width:  100vw; /* For 100% screen width */
  position: relative; 
        margin-top: -50px;
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .header-banner img{
      height: 500px;
       }
      }

  @media (max-width: 767px) {
    .header-banner img{
      height: auto; } 
    }

  .header-banner .banner-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

  .header-banner .banner-content {
    position: relative;
    z-index: 9; }

    .header-banner .banner-content .sub-title {
      font-size: 24px;
      color: #000;
/*      text-transform: lowercase; */
    }
      
    .header-banner .banner-content .banner-title {
      font-size: 72px; }
      
      .header-banner .banner-content .banner-title span {
        color: #959799; }

    @media (max-width: 767px) {
          
         .header-banner .banner-content .sub-title {
            font-size: 18px; }
            
        .header-banner .banner-content .banner-title {
          font-size: 38px; }
          
          }
          
    .header-banner .banner-content .banner-contact {
      position: relative;
      font-size: 15px;
      font-weight: 600;
      font-family: "Maven Pro", sans-serif;
      color: #F35C27;
      text-transform: lowercase;
      margin-left: 70px; }

      .header-banner .banner-content .banner-contact::before {
        position: absolute;
        content: '';
        width: 60px;
        height: 2px;
        background-color: #F35C27;
        left: -70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }

        #banner{
            background-image: url('../images/banner/s plus_2.jpg');
            background-position: center center;
            background-size: 100%;
            background-repeat: no-repeat;
        }

        


/*===========================
    3.ABOUT css 
===========================*/
@media (max-width: 767px) {

  #banner{
      background-color: #1E2E3E;
      background-image: none;
      background-position: center center;
      background-size: 100%;
      background-repeat: no-repeat;
        }
.slider-artist{
    font-size: 1rem!important;
}

  .about-area {
    /*padding-top: 30px;*/
    /*padding-bottom: 30px; */
      
  } 
}

.about-image {
  position: relative; }
  .about-image::before {
    position: absolute;
    content: '';
    background-image: url(../images/about/dots.jpg);
    background-position: center center;
    background-size: 100%;
    width: 375px;
    height: 350px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
    @media (max-width: 767px) {
      .about-image::before {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-image::before {
        display: block; } }
  .about-image .single-image {
    width: 360px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-image .single-image {
        width: 280px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-image .single-image {
        width: 400px; } }
    @media (max-width: 767px) {
      .about-image .single-image {
        width: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-image .single-image {
        width: 360px; } }
    .about-image .single-image img {
      width: 100%; }
    .about-image .single-image.image-tow {
      margin-top: -200px;
      position: relative;
      z-index: 5; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .about-image .single-image.image-tow {
          margin-top: -150px; } }
      @media (max-width: 767px) {
        .about-image .single-image.image-tow {
          margin-top: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .about-image .single-image.image-tow {
          margin-top: -200px; } }
  .about-image .about-btn {
    position: relative;
    margin-left: 80px;
    margin-top: -40px;
    display: inline-block;
    z-index: 9; }
    @media (max-width: 767px) {
      .about-image .about-btn {
        margin: 0 auto;
        display: block;
        text-align: center; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-image .about-btn {
        margin-left: 80px;
        display: inline-block;
        text-align: left;
        margin-top: -50px; } }
    .about-image .about-btn .main-btn {
      line-height: 58px;
      padding: 0 40px;
      border: 8px solid #fff;
      font-weight: 700;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .about-image .about-btn .main-btn span {
        font-size: 35px; }
        @media (max-width: 767px) {
          .about-image .about-btn .main-btn span {
            font-size: 28px; } }
      .about-image .about-btn .main-btn:hover {
        border-color: #F35C27; }
      @media (max-width: 767px) {
        .about-image .about-btn .main-btn {
          line-height: 48px;
          padding: 0 30px;
          font-size: 14px;
          margin-top: -25px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .about-image .about-btn .main-btn {
          line-height: 48px;
          padding: 0 30px;
          font-size: 14px;
          margin-top: -25px; } }

.about-content .about-welcome {
  font-size: 24px;
  color: #F35C27;
  text-transform: lowercase; }
  @media (max-width: 767px) {
    .about-content .about-welcome {
      font-size: 18px; } }

.about-content .about-title {
  font-size: 35px;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .about-content .about-title {
      font-size: 26px; } }

/*===========================
      4.SERVICES css 
===========================*/
@media (max-width: 767px) {
  .services-area {
    padding-top: 75px;
    padding-bottom: 80px; } }

.single-services {
  padding: 50px 30px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-services {
      padding: 30px 10px; } }
  @media (max-width: 767px) {
    .single-services {
      padding: 30px 10px; } }
  .single-services .services-icon i {
    font-size: 52px;
    color: #F35C27;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .single-services .services-content .services-title {
    font-size: 22px;
    font-weight: 600;
    font-family: "Maven Pro", sans-serif;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .single-services:hover {
    background-color: #F35C27; }
    .single-services:hover .services-icon i {
      color: #fff; }
    .single-services:hover .services-content .services-title,
    .single-services:hover .services-content p {
      color: #fff; }

/*===========================
      5.PROJECT css 
===========================*/
@media (max-width: 767px) {
  .project-area {
    padding-top: 30px;
    padding-bottom: 30px; } }

.single-project {
  position: relative; }
  .single-project .project-image {
    position: relative; }

  /*  .single-project .project-image::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: white;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 50%, #F35C27 100%);
      background: -o-linear-gradient(rgba(255, 255, 255, 0) 50%, #F35C27 100%);
      background: linear-gradient(rgba(255, 255, 255, 0) 50%, #F35C27 100%);
      opacity: 0;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }*/

  .single-project .project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 5px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0; }
    .single-project .project-content .project-title {
      font-size: 22px;
      font-weight: 600;
      font-family: 'KoHo', sans-serif;
      position: relative;
      color: #fff;
      margin-left: 60px; }
      .single-project .project-content .project-title::before {
        position: absolute;
        content: '';
        width: 50px;
        height: 1px;
        background-color: #fff;
        top: 50%;
        left: -60px; }

  .single-project .project-image::before {
    opacity: 1; }
  .single-project .project-content {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }

.project-active .slick-dots {
  text-align: center;
  margin-top: 50px; }

  .project-active .slick-dots li {
    display: inline-block;
    margin: 0 7px; }

    .project-active .slick-dots li button {
      width: 25px;
      height: 15px;
      border-radius: 50px;
      border: 0;
      background-color: #73BB44;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -ms-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      font-size: 0;
      cursor: pointer; }

    .project-active .slick-dots li.slick-active button {
      width: 35px;
      background-color: #F35C27; }

/*===========================
        6.TEAM css 
===========================*/
@media (max-width: 767px) {
  .team-area {
    padding-top: 75px;
    padding-bottom: 80px; } }

.single-team .team-image img {
  width: 100%; }

.single-team .team-content {
  width: 80%;
  margin: 0 auto;
  padding: 30px 15px;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-team .team-content {
      padding: 30px 0; } }
  .single-team .team-content .team-name a {
    font-size: 18px;
    font-weight: 600;
    color: #121619;
    font-family: "Maven Pro", sans-serif;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    .single-team .team-content .team-name a:hover {
      color: #F35C27; }
  .single-team .team-content .sub-title {
    font-size: 14px;
    color: #646464; }
  .single-team .team-content .social {
    margin-top: -35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    .single-team .team-content .social li {
      display: inline-block;
      margin: 0 7px; }
      .single-team .team-content .social li a {
        font-size: 16px;
        color: #646464;
        width: 30px;
        height: 30px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        background-color: #ededed;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
        .single-team .team-content .social li a:hover {
          background-color: #F35C27;
          color: #fff; }

.single-team:hover .team-content {
  background-color: #fff;
  margin-top: -60px;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(235, 54, 86, 0.34);
  -moz-box-shadow: 0px 6px 16px 0px rgba(235, 54, 86, 0.34);
  box-shadow: 0px 6px 16px 0px rgba(235, 54, 86, 0.34); }
  .single-team:hover .team-content .social {
    margin-top: 25px;
    opacity: 1;
    visibility: visible; }

/*===========================
      7.TESTIMONIAL css 
===========================*/
.testimonial-area {
  position: relative; }
  @media (max-width: 767px) {
    .testimonial-area {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .testimonial-area .shape {
    position: absolute; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .testimonial-area .shape img {
        width: 325px; } }
  .testimonial-area .shape-one {
    top: 25px;
    left: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .testimonial-area .shape-one {
        left: 20px; } }
  .testimonial-area .shape-tow {
    left: 150px;
    bottom: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .testimonial-area .shape-tow {
        left: 70px; } }
  .testimonial-area .shape-three {
    right: 85px;
    bottom: 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
      .testimonial-area .shape-three {
        right: 35px; } }

.testimonial-bg {
  position: relative;
  z-index: 9; }

.testimonial-active {
  background-color: #2a362cf2;
  padding: 60px 30px; }

  @media (max-width: 767px) {
    .testimonial-active {
      padding: 30px 15px; } }

.single-testimonial .testimonial-image {
  position: relative;
  display: inline-block; }
  .single-testimonial .testimonial-image img {
    border-radius: 50%; }
  .single-testimonial .testimonial-image .quota {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block; }
    .single-testimonial .testimonial-image .quota i {
      font-size: 18px;
      color: #F35C27;
      width: 30px;
      height: 30px;
      line-height: 28px;
      text-align: center;
      background-color: #fff;
      border: 2px solid #F35C27;
      border-radius: 50%; }

.single-testimonial .testimonial-content p {
  font-size: 18px;
  color: #fff;
  font-family: "Maven Pro", sans-serif; }

  .single-testimonial .testimonial-content p a{
    /*color:#fff;*/
  }

.single-testimonial .testimonial-content .testimonial-name {
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600; }

.testimonial-active button{
  display: none;
}


/*===========================
       8.CONTACT css 
===========================*/
@media (max-width: 767px) {
  .contact-area {
    padding-top: 75px;
    padding-bottom: 80px; } }

.form-group {
  margin: 0; }

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px; }

p.form-message.error {
  color: #f00; }

.contact-form .single-form {
  margin-top: 30px; }

  .contact-form .single-form textarea,
  .contact-form .single-form input, .single-form select {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 30px;
    background-color: #fff;
    font-family: "Maven Pro", sans-serif;
    font-size: 16px; }
  .contact-form .single-form textarea {
    height: 160px;
    padding-top: 20px;
    resize: none; }
  .contact-form .single-form textarea::placeholder,
  .contact-form .single-form input::placeholder {
    opacity: 1;
    color: #999; }

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00; }

/*  #contact{
  background-image: url('../images/elements/Vector 4.png ');
  background-repeat: no-repeat;
      background-position: bottom left;
    background-size: 59%;
}*/

/*===========================
         9.MAP css 
===========================*/
.map-area {
  position: relative;
  height: 600px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
      height: 450px; } }
  @media (max-width: 767px) {
    .map-area {
      height: 450px; } }

.mapouter {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mapouter {
      width: 100%; } }
  @media (max-width: 767px) {
    .mapouter {
      width: 100%; } }
  .mapouter .gmap_canvas iframe {
    width: 100%;
    height: 600px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .mapouter .gmap_canvas iframe {
        height: 450px; } }
    @media (max-width: 767px) {
      .mapouter .gmap_canvas iframe {
        height: 450px; } }

.map-bg {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

/*===========================
       10.FOOTER css 
===========================*/
@media (max-width: 767px) {
  .footer-widget {
    padding-top: 30px;
    padding-bottom: 80px; } }

.footer-logo a img {
  width: 140px; }

.footer-logo p {
  line-height: 26px;
  font-size: 16px; }

.footer-logo .footer-info li {
  margin-top: 20px; }
  .footer-logo .footer-info li .single-info {
    position: relative; }
    .footer-logo .footer-info li .single-info .info-icon {
      position: absolute;
      top: 3px;
      left: 0; }
      .footer-logo .footer-info li .single-info .info-icon i {
        font-size: 18px;
        color: .footer-logo .footer-info li .single-info .info-icon i theme-color; }
    .footer-logo .footer-info li .single-info .info-content {
      padding-left: 30px; }

.footer-logo .footer-social li {
  display: inline-block;
  margin-left: 15px; }
  .footer-logo .footer-social li:first-child {
    margin-left: 0; }
  .footer-logo .footer-social li a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff5f1;
    color: #646464;
    font-size: 16px;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.4);
    -moz-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.4);
    box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.4);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    .footer-logo .footer-social li a:hover {
      background-color: #F35C27;
      color: #fff; }

.f-title .title {
  font-size: 22px;
  font-family: 'KoHo', sans-serif;
  font-weight: 600; }

.footer-link ul li {
  padding-top: 5px; }
  .footer-link ul li a {
    font-size: 16px;
    color: #646464;
    font-family: 'KoHo', sans-serif;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    .footer-link ul li a:hover {
      color: #F35C27; }

.footer-newsleter p {
  line-height: 26px;
  font-size: 16px; }

.footer-newsleter .newsleter {
  position: relative; }
  .footer-newsleter .newsleter input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #F35C27;
    background-color: #ffeae1; }
  .footer-newsleter .newsleter button {
    border: 0;
    width: 66px;
    text-align: center;
    padding: 0;
    height: 50px;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #F35C27;
    font-size: 20px;
    line-height: 57px;
    cursor: pointer; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .footer-newsleter .newsleter button {
        width: 45px; } }
    .footer-newsleter .newsleter button::before {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      width: 1px;
      height: 36px;
      background-color: #F35C27;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

.copyright-area {
  border-top: 1px solid #eceff8;
  padding: 13px 0; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
  background-color: #F35C27; }
  .back-to-top:hover {
    color: #F35C27;
    background-color: #fff; }


/*=================================
          Meshwo Amenities
==================================*/

/*#amenities{
  background-image: url('../images/elements/blue-circle.png ');
  background-repeat: no-repeat;
  background-position: -5rem top;
  background-size: 13%; 
}*/

#ambience-color{

  text-align: center;
}

.amenities-grid{
text-align: center;
}

.ambience-img img{
width: 30px;
}

.amt-count {
font-size:56px;
font-weight: 700;
color:#cacaca;
}

.ambi-img{
  width: 75%;
}

.amenities-content h4{
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  color: #444;
}

.amenities-content{
vertical-align: middle;
margin: auto 0;
}

 #amenities .col-lg-3 {
    order: 1; /* Move the first column to the top on smaller screens */
  }

@media (max-width: 768px) {
 #amenities .amen-row {
    flex-direction: column; /* Stack columns vertically on smaller screens */
    display: -webkit-inline-box;
  }

 #amenities .col-lg-3 {
    order: -1; /* Move the first column to the top on smaller screens */
  }
}

/*================================
    Floating button
================================*/

.fixedinqiry {
    position: fixed;
    top: 36%;
    right: -113px;
    z-index: 10000;
    transform: rotate(270deg);

}

.fixedinqiry1 {
    position: fixed;
    top: 90%;
    right: 1px;
    z-index: 10000;
    /*transform: rotate(270deg);*/

}

.fixedinqiry p {
    padding: 8px 25px 15px 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.modal-dialog {
    max-width: 600px!important;
    margin: 30px auto;
}

.modal-body{
      padding: 2rem;
}

.other-amenities{
  text-align: center;
  margin: 0 auto;
}

.form-title{
    font-family: "Maven Pro", sans-serif;
    font-weight: 700;
    color: #121619;
    margin: 0px;
    font-size:23px;
    vertical-align: middle;
    margin: auto;
}

.form-title p{
    font-family: "Maven Pro", sans-serif;
    font-weight: 700;
    color: #121619;
    font-size:18px;
    
}

/*  Gallery Slider  */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 6px;
  width: 6px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
/*  background-color: #FAAB31;*/
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.thanking-msg .container{
/*  height: 500px;
  vertical-align: middle;
  margin:0 auto;*/

position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}

.thanking-msg{
height: 500px;
  position: relative;}


  @media (max-width: 768px) {
    #amenities .amen-row {
        flex-direction: column;
        column-count: 3;
                display: block;
    }

    
    .amt-count {
    font-size: 22px;}

    .form-title p{
      font-weight: 500;
      font-size: 15px;
    }

    .amen-row .mt-20{
      margin-top:0;
    }

}

/* Banner text */

.react-txt{
  margin-top: 0px;
  z-index: 1;
  position: relative;

}

@media (max-width:767px){

  .react-txt {
    margin-top: -48px;
   
  }

}

.bg_white{
  background-color: #f3eada;
}

.width_60{
  width: 60%;
  margin-top: 10px;
  text-align: center;

}


.master-rt ul li {
    padding: 0 0 16px 29px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    list-style:square;
    font-family: "Maven Pro", sans-serif;
}


  .wrap{
/*    max-width:860px; margin:48px auto; padding:0 16px;*/
  }

  .faq{
    background:var(--card);
    border-radius:var(--radius);
    box-shadow:0 8px 24px rgba(0,0,0,.06);
    overflow:hidden;
    border:1px solid #e5e7eb;
  }

  .faq-item + .faq-item{ border-top:1px solid #e5e7eb; }

  .faq-question{
    appearance:none; -webkit-appearance:none;
    width:100%; text-align:left;
    background:#fff; border:0; padding:18px 56px 18px 18px;
    display:grid; grid-template-columns: 1fr auto; align-items:center; gap:12px;
    font-size:1.05rem; font-weight:600; color:#0f172a; cursor:pointer;
    position:relative;
        font-family: "Maven Pro", sans-serif;
  }

  .faq-question:hover{ background:#fafafa; }
  .faq-question:focus{ outline:2px solid var(--ring); outline-offset:2px; }

  /* Plus/Minus icon */
  .faq-question .icon{
    width:22px; height:22px; position:absolute; right:16px;
  }
  .faq-question .icon::before,
  .faq-question .icon::after{
    content:""; position:absolute; inset:0; margin:auto;
    width:18px; height:2px; background:#0f172a; border-radius:2px;
    transition:transform .2s ease, opacity .2s ease;
  }
  /* Vertical bar (to make a plus). Hidden when open -> shows minus */
  .faq-question .icon::after{
    transform:rotate(90deg);
  }
  .faq-question[aria-expanded="true"] .icon::after{
    opacity:0; transform:rotate(90deg) scaleX(0);
  }

  .faq-answer{
    padding:0 18px 16px 18px; color:var(--muted);
        font-family: "Maven Pro", sans-serif;
  }

  /* Smooth open/close (max-height animation) */
  .faq-panel{
    overflow:hidden;
    transition:max-height .25s ease;
  }
  .faq-panel[hidden]{ display:block; max-height:0; padding-top:0; padding-bottom:0; }
  .faq-panel:not([hidden]){ max-height:480px; }

  /* Small heading style */
  .subtitle{ color:#334155; margin:0 0 10px; font-size:.95rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em; }



/* ================== CTA ==================== */

#cta{
  background-color: #f3eada;
}





.plan-grid {
    position: relative;
    /* width: 340px; */
    height: 450px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blurred-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/Plan.jpg') center center/cover no-repeat;
    filter: blur(4px);
    z-index: 1;
}

.blur-content {
    position: relative;
    z-index: 2;
}


.amenitieImg {
    width: 30%;
}

.choice-input{
  width: 20px!important;
}

.header-banner {
  position: relative;
  text-align: center;
}
.header-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
  font-family: "Maven Pro", sans-serif;
  text-align: center;
}

.section-title {
  font-weight: 700;
  font-size: 32px;
  color: #222;
}

.why-choose-list li {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

.why-choose-list strong {
  color: #000;
}



/*======= FAQ ============*/

 .faq{
    background:var(--card);
    border-radius:var(--radius);
    box-shadow:0 8px 24px rgba(0,0,0,.06);
    overflow:hidden;
    border:1px solid #e5e7eb;
  }

  .faq-item + .faq-item{ border-top:1px solid #e5e7eb; }

  .faq-question{
    appearance:none; -webkit-appearance:none;
    width:100%; text-align:left;
    background:#fff; border:0; padding:18px 56px 18px 18px;
    display:grid; grid-template-columns: 1fr auto; align-items:center; gap:12px;
    font-size:1.05rem; font-weight:600; color:#0f172a; cursor:pointer;
    position:relative;
        font-family: 'KoHo';
  }

  .faq-question:hover{ background:#fafafa; }
  .faq-question:focus{ outline:2px solid var(--ring); outline-offset:2px; }

  /* Plus/Minus icon */
  .faq-question .icon{
    width:22px; height:22px; position:absolute; right:16px;
  }
  .faq-question .icon::before,
  .faq-question .icon::after{
    content:""; position:absolute; inset:0; margin:auto;
    width:18px; height:2px; background:#0f172a; border-radius:2px;
    transition:transform .2s ease, opacity .2s ease;
  }
  /* Vertical bar (to make a plus). Hidden when open -> shows minus */
  .faq-question .icon::after{
    transform:rotate(90deg);
  }
  .faq-question[aria-expanded="true"] .icon::after{
    opacity:0; transform:rotate(90deg) scaleX(0);
  }

  .faq-answer{
    padding:0 18px 16px 18px; color:var(--muted);
        font-family: 'KoHo';
  }

  /* Smooth open/close (max-height animation) */
  .faq-panel{
    overflow:hidden;
    transition:max-height .25s ease;
  }
  .faq-panel[hidden]{ display:block; max-height:0; padding-top:0; padding-bottom:0; }
  .faq-panel:not([hidden]){ max-height:480px; }




/*=========  Business slider ================*/



.slider {
  position: relative;
  height: 60vmin;
  width: min(1200px,80vw);
  padding: 2.5rem;
}

.slider-index {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-weight: 400;
  border: 1.25px solid black;
}

.slider-contents {
  position: absolute;
  bottom: 8rem;
  width: min(15rem,30vw);
  overflow: hidden;
}

.slider-contents-list {
  display: flex;
  list-style-type: none;
  transition: transform 1s;
}

.slider-item {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-width: 100%;
  padding-right: 0.5rem;
}

.slider-artist {
  font-size: 2.95rem;
  font-weight: 700;
  color: rgba(0,0,0,0.85);
}

.slider-title {
  font-style: italic;
  color: rgba(0,0,0,0.6);
}

.slider-year {
   font-weight: 400;
   color: rgba(0,0,0,0.65); 
}

.slider-info {
  color: rgba(0,0,0,0.5);
  line-height: 1.6;
}

.slider-images {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: min(500px,80vw);
  height: calc(100% - 8rem);
  overflow: hidden;
}

.slider-images-list {
  position: relative;
  list-style-type: none;
  height: 100%;
  display: flex;  
  transition: transform 1s;
}

.slider-image {
  min-width: 100%;
  height: inherit;
  background-position: center;
  background-size: cover;
}

.slider-image:nth-of-type(1) { background-image: url('../images/business/1.jpg'); }
.slider-image:nth-of-type(2) { background-image: url('../images/business/2.jpg') }
.slider-image:nth-of-type(3) { background-image: url('../images/business/3.jpg'); }
.slider-image:nth-of-type(4) { background-image: url('../images/business/4.jpg'); }
.slider-image:nth-of-type(5) { background-image: url('../images/business/5.jpg'); }

.slider-nav {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
}

.slider-nav > button {
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  background-color: transparent;
  color: rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.6);
  border-radius: 50%;
  margin-right: 0.5rem;
  cursor: pointer;
}

.slider-nav > button:active { border: 1.5px solid rgba(0,0,0,0.6); }

@media (max-width:600px) {
  .slider {
    width: 123vw;
    height: 80vmin ;
    padding: 1rem;
  }
  .slider-image {
  min-width: 80%;}

  .slider-contents {
    bottom: 10rem;
  }
  .slider-info {
    display: none;
  }
  .slider-nav {
  left:0rem;
  bottom:6.5rem;
    }
    
    .hide-web{
    display:block!important;
    }
    
    h2 {
        font-size: 24px;
    }
    
    .slider-index{
        display:none;
    }
    
    .slider-nav > button{
        width:2rem;
        height:2rem;
    }
    #why-choose{
        padding-top:0px;
    }

}


.slider-images-list,
.slider-contents-list {
  transition: transform 0.9s cubic-bezier(.77,0,.18,1);
}


.hide-web{
    display:none;
}