@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("font-awesome.min.css");

@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
body {
  font-family: "poppins", sans-serif;
  color: #101010;
  background-color: #7b326a;
}

* img{
  object-fit: cover;
}
.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  /*padding-top: 45px;*/
  padding-top: 0;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.heading_container h2 span {
  color: #f89cab;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/*header section*/
.hero_area {
  padding: 0 45px;
}

.hero_area.sub_pages {
  height: auto;
}

#navbarSupportedContent {
  width: 100%;
  background-color: #602351;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  border-radius: 0px 0px 0 0;
  margin-bottom: 2em;
}

#navbarSupportedContent.innerpage_navbar {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

#navbarSupportedContent.innerpage_navbar .nav-item.active .nav-item.active .nav-link {
  background-color: #f4f5f6;
}

#navbarSupportedContent .navbar-nav .nav-link {
  padding: 5px 35px;
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 0px;
  font-size: 16px;

}

#navbarSupportedContent .nav-item.active .nav-link  {
    background-color: #7e4471;
    font-weight: bold;
}
a:hover {
  background-color: #7e4471;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  margin: 15px 0;
  padding: 0;
}

.navbar-brand span {
  font-size: 80px;
  font-weight: ;
  color: #f6e25c;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-family: 'Niconne', cursive;
}

.custom_nav-container .nav_search-btn {
  padding: 0;
  border: none;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}

.user_option a {
  margin-right: 25px;
  color: #000000;
}

.user_option a span {
  margin-left: 5px;
}

/*end header section*/
.slider_section .slider_container {
  color: #fefefe;
  /*background-color: #000000;
  background-color: #f89cab;*/
  padding: 25px;
  border-radius: 30px ;
  margin-bottom: 3em;
  background-image: url(../images/home-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 600px;
  margin-top: 2em;
}

.slider2_section .slider2_container {
  color: #fefefe;
  /*background-color: #000000;
  background-color: #f89cab;*/
  padding: 25px;
  border-radius: 30px ;
  margin-bottom: 3em;
  background-image: url(../images/promo-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 350px;
  margin-top: 2em;
}

.slider3_section .slider3_container {
  color: #fefefe;
  /*background-color: #000000;
  background-color: #f89cab;*/
  padding: 25px;
  border-radius: 30px ;
  margin-bottom: 3em;
  background-image: url(../images/services-banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: ;
  height: 350px;
  margin-top: 2em;
  object-fit: cover;
  object-position: center;
}

.slider4_section .slider4_container {
  color: #fefefe;
  /*background-color: #000000;
  background-color: #f89cab;*/
  padding: 25px;
  border-radius: 30px ;
  margin-bottom: 3em;
  background-image: url(../images/rate-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 350px;
  margin-top: 2em;
  object-fit: cover;
    object-position: center;
}

.slider5_section .slider5_container {
  color: #fefefe;
  /*background-color: #000000;
  background-color: #f89cab;*/
  padding: 25px;
  border-radius: 30px ;
  margin-bottom: 3em;
  background-image: url(../images/contact-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 350px;
  margin-top: 2em;
  object-fit: cover;
    object-position: center;
}
.slider6_section .slider6_container {
  color: #fefefe;
  /*background-color: #000000;
  background-color: #f89cab;*/
  padding: 25px;
  border-radius: 30px ;
  margin-bottom: 3em;
  background-image: url(../images/gallery-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 600px;
  margin-top: 2em;
  object-fit: cover;
    object-position: center;
}
.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px;
}

.slider_section .img-box img {
  width: 275px;
}

.slider_section .detail-box {
  padding-left: 45px;
  margin: 45px 0;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #db4566;
  color: #ffffff;
  border: 1px solid #db4566;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 25px;
  text-transform: uppercase;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #db4566;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -25px;
  left: 5%;
  padding: 7px 10px;
  border-radius: 5px 5px 0 0;
}

.slider_section .carousel_btn-box img {
  margin: 0 10px;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  opacity: 1;
  background-position: center;
  color: #000000;
  font-size: 14px;
}

.shop_section .heading_container {
  margin-bottom: 20px;
}

.shop_section .box {
  background-color: transparent;
  position: relative;
  padding: 10px;
  margin-top: 0px;
}

.shop_section .box a {
  color: #000000;
}

.shop_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;

  height: 345px;
}

.shop_section .box .img-box img {
  /*max-width: 100%;
  max-height: 145px;*/
    width: 500px;
    height: 445px;
}

.shop_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_section .box .detail-box h6 span {
  color: #db4f66;
}

.shop_section .box .new {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  font-size: 15px;
}

.shop_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.shop_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #f16179;
  color: #ffffff;
  border: 1px solid #f16179;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.shop_section .btn-box a:hover {
  background-color: transparent;
  color: #f16179;
}

.saving_section {
  padding-left: 45px;
  padding-right: 45px;
}

.saving_section .box {
  padding-top: 45px;
  background-color:transparent;
  color: #ffffff;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 3em;
  font-size: 28px;
  line-height: 2em;
}

.saving_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.saving_section .img-box {
  padding: 15px 0 0 25px;
}

.saving_section .img-box img {
    width: 100%;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.saving_section .detail-box {
  padding: 0 25px;
}

.saving_section .detail-box p {
  margin-top: 5px;
}

.saving_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px -5px 0;
}

.saving_section .detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;

}

.saving_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 0px;
  background-color: #f6e25c;
  color: #602351;
  border: none;
  border-radius: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  font-family: 'Niconne', cursive;
  font-size: 40px;
  width: 250px;
}

.saving_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #f6e25c;
  border: 1px solid #f6e25c;
}

.saving_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.saving_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #ffffff;
}


/*Promo Details*/
.promo_section {
  padding-left: 45px;
  padding-right: 45px;
}
.promo_section .box {
  padding-top: 45px;
  background-color:transparent;
  color: #ffffff;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 3em;
  font-size: 28px;
  2px: 2em;
}
.promo_section .promo-heading-container h1{
  color: #eed75c;
  font-size: 120px;
  text-align: left;
  margin-left: 0em;
  margin-bottom: -.2em;
  font-family: 'Parisienne', cursive;
}

.promo_section .promo-heading-container h2{
  color: #fff;
  font-size: 60px;
  text-align: left;
  margin-left: 0em;
  line-height: 1em;
  letter-spacing: 5px;
}

.promo_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo_section .img-box {
  padding: 15px 0 0 25px;
}

.promo_section .img-box img {
    width: 100%;
    
    border-radius: 50%;
}

.promo_section .detail-promo {
  padding: 0 25px;
}

.promo_section .detail-promo p {
  margin-top: 5px;
  text-align: right;
  font-size: 40px;
}

.promo_section .detail-promo .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px -5px 0;
}

.promo_section .detail-promo .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;

}

.promo_section .detail-promo .btn-box .btn1 {
  display: inline-block;
  padding: 10px 0px;
  background-color: #f6e25c;
  color: #602351;
  border: none;
  border-radius: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  font-family: 'Niconne', cursive;
  font-size: 40px;
  width: 250px;
}

.promo_section .detail-promo .btn-box .btn1:hover {
  background-color: transparent;
  color: #f6e25c;
  border: 1px solid #f6e25c;
}

.promo_section .detail-promo .btn-box .btn2 {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.promo_section .detail-promo .btn-box .btn2:hover {
  background-color: transparent;
  color: #ffffff;
}

/*End of Promo Details*/

/*Services Menu Section*/
.services_section {
  padding-left: 45px;
  padding-right: 45px;
}

.services_section .box {
  padding-top: 45px;
  background-color:transparent;
  color: #ffffff;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 3em;
  font-size: 28px;
  line-height: 2em;
}

.services_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services_section .services-img-box {
  padding: 15px 0 0 25px;
}

.services_section .services-img-box img {
    width: 100%;
    
    border-radius: 50%;
}

.services_section .services-detail-box {
  padding: 0 25px;
}

.services_section .services-detail-box p {
  margin-top: 5px;
}

.services_section .services-detail-box h1 {
  text-align: left;
  font-size: 90px;
  font-family: 'Italianno', cursive;
}

.services_section .services-detail-boxx .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px -5px 0;
}

.services_section .services-detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;

}

.services_section .services-detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 0px;
  background-color: #f6e25c;
  color: #602351;
  border: none;
  border-radius: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  font-family: 'Niconne', cursive;
  font-size: 40px;
  width: 250px;
}

.services_section .services-detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #f6e25c;
  border: 1px solid #f6e25c;
}

.services_section .services-detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.services_section .services-detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #ffffff;
}


/*Promo Details*/
.rate_section {
  padding-left: 45px;
  padding-right: 45px;
}
.rate_section .box {
  padding-top: 45px;
  background-color:transparent;
  color: #ffffff;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 3em;
  font-size: 28px;
  2px: 2em;
}
.rate_section .rate-heading_container h1{
  color: #eed75c;
  font-size: 120px;
  text-align: center;
  margin-left: 0em;
  margin-bottom: -.2em;
  font-family: 'Niconne', cursive;
}

.rate_section .rate-heading_container h2{
  color: #fff;
  font-size: 70px;
  text-align: center;
  margin-left: 0em;
  line-height: 1em;
  letter-spacing: 5px;
  font-family: 'Niconne', cursive;
}

.rate_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rate_section .img-box {
  padding: 15px 0 0 25px;
}

.rate_section .img-box img {
    width: 100%;
    
    border-radius: 50%;
}

.rate_section .rate-detail-box {
  padding: 0 25px;
}

.rate_section .rate-detail-box p {
  margin-top: 5px;
  text-align: center;
  font-size: 40px;
}

.rate_section .rate-detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px -5px 0;
}

.rate_section .rate-detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;

}

.rate_section .rate-detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 0px;
  background-color: #f6e25c;
  color: #602351;
  border: none;
  border-radius: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  font-family: 'Niconne', cursive;
  font-size: 40px;
  width: 250px;
}

.rate_section .rate-detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #f6e25c;
  border: 1px solid #f6e25c;
}

.rate_section .rate-detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rate_section .rate-detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #ffffff;
}
/*Star Css*/

.rating {
  display: inline-block;
  position: relative;
  height: 150px;
  line-height: 50px;
  font-size: 130px;
  top: .5em;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #fff;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: yellow;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #fff;
  text-shadow: 0 0 5px #09f;
}
@media (max-width:425px) {
  .rating {
    display: inline-block;
    position: relative;
    height: 150px;
    line-height: 50px;
    font-size: 60px;
    top: .5em;
  }
}

@media (max-width: 768px){
.rating {
    display: inline-block;
    position: relative;
    height: 150px;
    line-height: 80px;
    font-size: 120px;
    top: 0em;
  }
}
/*End of Promo Details*/

/* End of Services Menu Section*/
.why_section .box {
  text-align: center;
  margin-top: 45px;
  background-color: #f9f8f7;
  padding: 25px;
  border-radius: 5px;
}

.why_section .box .img-box {
  margin-bottom: 15px;
}

.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: #320b57;
}

.gift_section {
  padding-left: 45px;
  padding-right: 45px;
}

.gift_section .box {
  background-color: #6929a5;
  border-radius: 15px;
  color: #ffffff;
}

.gift_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gift_section .img-box {
  padding: 60px 0 60px 25px;
}

.gift_section .img-box img {
  width: 100%;
}

.gift_section .detail-box {
  padding: 0 25px;
}

.gift_section .detail-box p {
  margin-top: 5px;
}

.gift_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px -5px 0;
}

.gift_section .detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;
}

.gift_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gift_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.gift_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 0;
  background-color: #9242dd;
  color: #ffffff;
  border: 1px solid #9242dd;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gift_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #9242dd;
}

/*Contact*/

.contact_section {
  position: relative;
  margin-bottom: 3em;

}

.contact_section .container-bg {
  /*-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);*/
}

.contact_section .heading_container h2{
  margin-bottom: 30px;
  color: #eed75c;
  font-size: 90px;
  text-align: center;
  text-transform: none;
  font-weight: 100;
  font-family: 'Niconne', cursive;
}

.contact_section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contact_section form {
  padding-right: 35px;
  padding: 20px 20px;
  display: block;
  text-align: center;

}

.contact_section label {
  text-align: center;
  color: #fff;
  font-weight: bold;

}

.contact_section input {
  width: 50%;
  border: 1px solid #707070;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #fff;
  outline: none;
  color: #101010;
}
.contact_section textarea {
  width: 50%;
  border: 1px solid #707070;
  height: 300px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #fff;
  outline: none;
  color: #101010;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  display: inline-block;
  padding: 12px 45px;
  background-color: #f6e25c;
  font-family: 'Niconne', cursive;
  border: none;
  border-radius: 35px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  color: #602351;
  font-size: 30px;
  margin: 35px auto 0 auto;
  font-weight: normal;
  letter-spacing: 2px;
}

.contact_section button:hover {
  background-color: transparent;
  color: #f6e25c;
  border: 1px solid #f6e25c;
}

.contact_section .map_container {
  height: 100%;
  min-height: 375px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.client_section .heading_container {
  margin-bottom: 20px;
}

.client_section .box {
  margin: 15px 45px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: 600;
  color: #db4f66;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #bfc0c0;
  font-weight: normal;
  font-size: 15px;
}

.client_section .box .client_info i {
  font-size: 24px;
}

.client_section .box p {
  margin-top: 15px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 45px;
  height: 125px;
  background-color: #db4f66;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

/* info section */
.info_section {
  position: relative;
  background-color: #602351;
  color: #ffffff;
  margin: 0 45px 45px;
  text-align: center;
}

.info_section .social_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.info_section .social_container .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .social_container .social_box a {
  margin: 0 10px;
  color: #ffffff;
  font-size: 24px;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f89cab;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .row > div {
  margin-top: 25px;
}

.info_section a {
  text-transform: none;
}

.info_section h6 {
  font-weight: normal;
  text-transform: ;
  font-size: 58px;
  margin-bottom: 25px;
  color: #f6e25c;
  font-family: 'Niconne', cursive;
}

.info_section p {
  color: #fff;
  font-size: 20px;
}

.info_section span {
  font-weight: bold;
  color: #fff;
  font-size: 25px;
}

.info_section .info_link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.info_section .info_link-box a:hover {
  color: #ffffff;
}

.info_section .info_link-box a i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 18px;
}

.info_section .info_link-box a span {
  color: #cbc9c9;
}

.info_section .info_link-box a:hover span {
  color: #ffffff;
}

/* end info section */
/* footer section*/
.footer_section {
  margin-top: 45px;
  font-weight: 500;
}

.footer_section p {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1.5px solid #eeeeee;
  width: 80%;
}

.footer_section a {
  color: #cbc9c9;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */

/*Additional Table Css*/
table, th, td {
  width: 100%;
  text-align: left;
  line-height: 1.5em;
}

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 0px;
  height: 520px; 
  margin: 0 0px 0 0px;

}

.column img{
  float: left;
  width: 100%;
  padding: 10px;
  height: 500px; 
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}