/*** Fxbs wedding page common css ***/


body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  
  h1,
  h2,
  h3,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Playfair Display', serif;
    color: var(--heading-color);
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
  }
  
  p {
    font-family: 'Poppins', sans-serif;
    color: var(--font_color1);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
  }
  
  .bg-img-1 {
    background-image: url(../img/slider/slider-img-1.jpg);
  }
  
  .bg-img-2 {
    background-image: url(../img/background-img/bg-img-2.jpg);
  }
  
  .cta-bg-1 {
    background-image: url(../img/background-img/bg-img-3.jpg);
  }
  
  .img {
    max-width: 100%;
    transition: 0.3s;
  }
  
  .f-left {
    float: left;
  }
  
  .f-right {
    float: right;
  }
  
  .fix {
    overflow: hidden;
  }
  
  .clear {
    clear: both;
  }
  
  a,
  .button {
    transition: 0.3s;
  }
  
  a:focus,
  .button:focus {
    text-decoration: none;
    outline: none;
  }
  
  a {
    color: rgb(99, 92, 92);
  }
  
  a:hover {
    color: #fff;
  }
  
  a:focus,
  a:hover,
  .portfolio-cat a:hover,
  .footer-menu li a:hover {
    text-decoration: none;
  }
  
  a,
  button {
    color: #fff;
    outline: medium none;
  }
  
  button:focus,
  input:focus,
  input:focus,
  textarea,
  textarea:focus {
    outline: 0;
  }
  
  .uppercase {
    text-transform: uppercase;
  }
  
  input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .capitalize {
    text-transform: capitalize;
  }
  
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
  }
  
  ul {
    margin: 0;
    padding: 0;
  }
  
  li {
    list-style: none;
  }
  
  hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0;
    margin: 30px 0;
    padding: 0;
  }

  /* Overlay */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}


  
  /* Theme-overlay */
  .theme-overlay {
    position: relative;
  }
  
  .theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .overlay {
    position: relative;
    z-index: 0;
  }
  
  .overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .overlay2 {
    position: relative;
    z-index: 0;
  }
  
  .overlay2::before {
    position: absolute;
    content: "";
    background-color: #2e2200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
  }
  
  /* Section Padding */
  .section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .separator {
    border-top: 1px solid #f2f2f2;
  }
  
  .mb-90 {
    margin-bottom: 90px;
  }
  
  @media (max-width:  767px) {
    .mb-90 {
      margin-bottom: 30px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .mb-90 {
      margin-bottom: 45px;
    }
  }
  
  /* owl-carousel button style */
  .owl-carousel {
    .owl-nav div {
      background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
      height: 40px;
      left: 20px;
      line-height: 40px;
      font-size: 22px;
      color: #646464;
      opacity: 1;
      visibility: visible;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.3s ease 0s;
      width: 40px;
    }
    .owl-nav div.owl-next {
      left: auto;
      right: -30px;
      i {
        position: relative;
        right: 0;
        top: 1px;
      }
    }
    .owl-nav div.owl-prev {
      i {
        position: relative;
        right: 1px;
        top: 0px;
      }
    }
    &:hover {
      .owl-nav div {
        opacity: 1;
        visibility: visible;
        &:hover {
          color: #fff;
          background: #800098;
        }
      }
    }
  }
  
  
  .btn,
  .btn2,
  .header-btn,
  .btn-ans,
  .border-btn,
  .border-btn2,
  .send-btn {
    background: #800098;
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 30px 44px;
    border-radius: 5px;
    min-width: 150px;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
  }
  
  .btn,
  .btn2 {
    &::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #620672;
      z-index: 1;
      border-radius: 5px;
      transition: transform 0.5s;
      transition-timing-function: ease;
      transform-origin: 0 0;
      transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    }
  }
  
  .btn::before {
    transform: scaleY(0);
  }
  
  .btn2::before {
    transform: scaleX(0);
  }
  
  .btn:hover::before,
  .btn2:hover::before {
    transform: scaleY(1);
    color: #fff !important;
    z-index: -1;
  }
  
  .btn2:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
  }
  
  .header-btn {
    background: #4043bc;
    padding: 20px 11px;
    min-width: 120px;
    position: relative;
    &::before {
      background: #ec4683;
    }
  }
  
  .btn-ans {
    background: #fff;
    position: relative;
    color: #7b40c0;
    &::before {
      background: #ec4683;
      color: #7b40c0;
    }
  }
  
  .btn.focus,
  .btn:focus {
    outline: 0;
    box-shadow: none;
  }
  
  .hero-btn {
    padding: 30px 56px;
  }
  
  .border-btn {
    background: none;
    -moz-user-select: none;
    border: 2px solid #800098;
    padding: 18px 38px;
    margin: 10px;
    text-transform: capitalize;
    color: #800098;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  
  .border-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #800098;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  }
  
  .border-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
  }
  
  .border-btn.border-btn2 {
    padding: 17px 52px;
  }
  
  .send-btn {
    background: #800098;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .send-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e6373d;
    color: #800098;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
  }
  
  .send-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
    color: red;
  }
  
  
  /* button style */
  .breadcrumb > .active {
    color: #888;
  }
  
  /* scrollUp */
  #scrollUp {
    background: #800098;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
  }
  
  @media (max-width: 767px) {
    #scrollUp {
      right: 16px;
    }
  }
  
  #scrollUp {
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
  }
  
  #scrollUp:hover {
    color: #fff;
  }
  
  /* Sticky */
  .sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    animation: fadeInDown 500ms ease-in-out 0s 1 running;
    background: #fff;
  }
  
  /* Margin & Padding */
  
  /* Margin Top */
  @for $i from 1 through 40 {
    .mt-#{5 * $i} {
      margin-top: 5px * $i;
    }
  }
  
  /* Margin Bottom */
  @for $i from 1 through 40 {
    .mb-#{5 * $i} {
      margin-bottom: 5px * $i;
    }
  }
  
  /* Margin Left */
  @for $i from 1 through 40 {
    .ml-#{5 * $i} {
      margin-left: 5px * $i;
    }
  }
  
  /* Margin Right */
  @for $i from 1 through 40 {
    .mr-#{5 * $i} {
      margin-right: 5px * $i;
    }
  }
  
  /* Padding Top */
  @for $i from 1 through 40 {
    .pt-#{5 * $i} {
      padding-top: 5px * $i;
    }
  }
  
  .pt-260 {
    padding-top: 260px;
  }
  
  /* Padding Bottom */
  @for $i from 1 through 40 {
    .pb-#{5 * $i} {
      padding-bottom: 5px * $i;
    }
  }
  
  /* Padding Left */
  @for $i from 1 through 40 {
    .pl-#{5 * $i} {
      padding-left: 5px * $i;
    }
  }
  
  /* Padding Right */
  @for $i from 1 through 40 {
    .pr-#{5 * $i} {
      padding-right: 5px * $i;
    }
  }
  
  /* Some Animated CSS */
  
  /* bounce-animate */
  .bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  
  @keyframes float-bob {
    0% {
      transform: translateY(-20px);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(-20px);
    }
  }
  
  /* heartbeat */
  .heartbeat {
    animation: heartbeat 1s infinite alternate;
  }
  
  @keyframes heartbeat {
    to {
      transform: scale(1.03);
    }
  }
  
  /* rotateme */
  .rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  
  @keyframes rotateme {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  .services-img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    background: rgb(82, 12, 12);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 3000ms ease-out infinite;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
  
  /* 20. preloader */
  .preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    transition: 0.6s;
    margin: 0 auto;
  }
  
  .preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-top-color: #800098;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    animation: zoom 2000ms infinite ease;
    transition: 0.6s;
  }
  
  .preloader .preloader-circle2 {
    border-top-color: #0078ff;
  }
  
  .preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    transform: translateY(-50%);
    padding-top: 6px;
    transition: 0.6s;
  }
  
  .preloader .preloader-img img {
    max-width: 55px;
  }
  
  .preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase;
  }
  
  @keyframes zoom {
    0% {
      transform: rotate(0deg);
      transition: 0.6s;
    }
    100% {
      transform: rotate(360deg);
      transition: 0.6s;
    }
  }
  
  
  /*-- Section Padding -- */
  
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding2 {
      padding-top: 200px;
      padding-bottom: 200px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding2 {
      padding-top: 200px;
      padding-bottom: 200px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding2 {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding2 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }
  
  @media (max-width: 767px) {
    .section-padding2 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }
  
  .story-padding {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  
  @media (min-width: 1200px) and (max-width: 1600px) {
    .story-padding {
      padding-top: 200px;
      padding-bottom: 100px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .story-padding {
      padding-top: 200px;
      padding-bottom: 100px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .story-padding {
      padding-top: 100px;
      padding-bottom: 80px;
    }
  }
  
  @media (min-width: 576px) and (max-width: 767px) {
    .story-padding {
      padding-top: 100px;
      padding-bottom: 80px;
    }
  }
  
  @media (max-width: 767px) {
    .story-padding {
      padding-top: 50px;
      padding-bottom: 30px;
    }
  }
  
  .gift-padding {
    padding-top: 160px;
    padding-bottom: 170px;
  }
  
  @media (min-width: 1200px) and (max-width: 1600px) {
    .gift-padding {
      padding-top: 160px;
      padding-bottom: 170px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .gift-padding {
      padding-top: 160px;
      padding-bottom: 170px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .gift-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media (min-width: 576px) and (max-width: 767px) {
    .gift-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media (max-width: 767px) {
    .gift-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  .section-padd-top30 {
    padding-top: 170px;
    padding-bottom: 200px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padd-top30 {
      padding-top: 170px;
      padding-bottom: 200px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padd-top30 {
      padding-top: 170px;
      padding-bottom: 200px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padd-top30 {
      padding-top: 100px;
      padding-bottom: 160px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px){
    .section-padd-top30 {
      padding-top: 50px;
      padding-bottom: 90px;
    }
  }
  
  @media (max-width: 767px) {
    .section-padd-top30 {
      padding-top: 35px;
      padding-bottom: 90px;
    }
  }
  
  .testimonial-padding {
    padding-top: 157px;
    padding-bottom: 157px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .testimonial-padding {
      padding-top: 157px;
      padding-bottom: 157px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-padding {
      padding-top: 120px;
      padding-bottom: 120px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px){
    .testimonial-padding {
      padding-top: 80px;
      padding-bottom: 60px;
    }
  }
  
  @media (max-width: 767px) {
    .testimonial-padding {
      padding-top: 80px;
      padding-bottom: 60px;
    }
  }
  
  .footer-padding {
    padding-top: 200px;
    padding-bottom: 74px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding {
      padding-top: 200px;
      padding-bottom: 74px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding {
      padding-top: 70px;
      padding-bottom: 74px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px){
    .footer-padding {
      padding-top: 70px;
      padding-bottom: 0px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px){
    .footer-padding {
      padding-top: 70px;
      padding-bottom: 0px;
    }
  }
  
  @media (max-width: 767px) {
    .footer-padding {
      padding-top: 70px;
      padding-bottom: 74px;
    }
  }
  
/*** Fxbs wedding page header menu section ***/
  /* Header Style */
header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: white;
    height: 90px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #a4c639!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #a4c639!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #020202;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #a4c639;
	border-bottom: 3px solid #a4c639;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #a4c639;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}


  /* Dropdown Style */
.dropdown-item,
.dropdown-item:focus,
.dropdown-item:hover {
  font-size: 14px;
  color: #020202;
  transition: all 0.5s;
  padding: 8px 20px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #a4c639;
  background-color: #f8f8f8;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #a4c639;
  background-color: #e6e6e6;
}

.dropdown-menu .dropdown-item {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #020202;
  transition: all 0.5s;
  margin-top: 5px;
  border: none; /* Remove the border */
  text-align: center; /* Center-align the dropdown items */
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .active>.dropdown-item,
.dropdown-menu .dropdown-item.current,
.dropdown-menu .dropdown-item.show,
.dropdown-menu .show>.dropdown-item {
  color: #a4c639;
  border-bottom: 3px solid #a4c639;
}


  
  /*** Fxbs wedding page hero section ***/
  
  .slider-area .slider-active  .hero_img {
        background-image: url(../images/hero/homeHero_1.jpg);
        max-height: 940px;
        height: 940px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
  }
  
  .circle-caption {
      position: absolute;
      top: 50%;
      left: 45%;
      transform: translate(-50%, -50%);
      text-align: center;
  }
  .circle-caption h1 {
      white-space: nowrap;
  }

 /* Media Queries */

/* For screens smaller than 768px */
@media (max-width: 767px) {
  .slider-area .slider-active .hero_img {
      margin-top: 10px;
    height: 600px; /* Adjust the height as needed */
  }
  .circle-caption {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    }
    .circle-caption h1 {
        white-space: nowrap;
    }
}

/* For screens smaller than 576px */
@media (max-width: 575px) {
  .slider-area .slider-active .hero_img {
      margin-top: 10px;
    height: 400px; /* Adjust the height as needed */
  }

  .circle-caption {
    position: absolute;
    top: 50%;
    left: 18%;
    transform: translate(-50%, -50%);
    text-align: center;
    }
    .circle-caption h1 {
        white-space: nowrap;
    }
}

  .slider-height {
    max-height: 940px;
    height: 940px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  @media (min-width: 1200px) {
    .slider-height {
      height: 800px;
    }
  }
  
  @media (min-width: 992px) {
    .slider-height {
      height: 750px;
    }
  }
  
  @media (min-width: 768px) {
    .slider-height {
      height: 560px;
    }
  }
  
  @media (min-width: 576px) {
    .slider-height {
      height: 400px;
    }
  }
  
  .slider-area .hero__caption {
    position: relative;
  }
  
  .slider-area .hero__caption::before {
    position: absolute;
    content: "";
    background-image: url(../images/hero/hero_circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 540px;
    height: 540px;
    z-index: -1;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero__caption::before {
      width: 450px;
      height: 450px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption::before {
      width: 350px;
      height: 350px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption::before {
      width: 250px;
      height: 250px;
    }
  }
  
  @media (max-width: 576px) {
    .slider-area .hero__caption::before {
      width: 220px;
      height: 220px;
    }
  }
  
  .slider-area .hero__caption::before {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -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);
    }
  }
  
  .slider-area .hero__caption.caption-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 540px;
    width: 540px;
  }
  
  .slider-area .circle-caption {
    margin: auto;
  }
  
  @media (min-width: 992px) {
    .slider-area .circle-caption {
      margin: 0;
      padding-left: 58px;
    }
  }
  
  @media (min-width: 768px) {
    .slider-area .circle-caption {
      margin: 0;
      padding-left: 65px;
    }
  }
  
  @media (min-width: 576px) {
    .slider-area .circle-caption {
      margin: 0;
      padding-left: 35px;
    }
  }
  
  @media (max-width: 576px) {
    .slider-area .circle-caption {
      margin: 0;
      padding-left: 22px;
    }
  }
  
  .slider-area .circle-caption span {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
  }
  
  @media (max-width: 576px) {
    .slider-area .circle-caption span {
      font-size: 18px;
      margin-bottom: 7px;
    }
  }
  
  .slider-area .circle-caption span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -76px;
    width: 57px;
    height: 2px;
    background: #fff;
    display: inline-block;
  }
  
  @media (max-width: 576px) {
    .slider-area .circle-caption span::before {
      display: none;
    }
  }
  
  .slider-area .circle-caption span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -76px;
    width: 57px;
    height: 2px;
    background: #fff;
    display: inline-block;
  }
  
  @media (max-width: 576px) {
    .slider-area .circle-caption span::after {
      display: none;
    }
  }
  
  .slider-area .circle-caption h1 {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
  }
  
  @media (min-width: 992px) {
    .slider-area .circle-caption h1 {
      font-size: 50px;
      line-height: 1.2;
    }
  }
  
  @media (min-width: 768px) {
    .slider-area .circle-caption h1 {
      font-size: 34px;
      line-height: 1.2;
      margin-bottom: 10px;
    }
  }
  
  @media (max-width: 576px) {
    .slider-area .circle-caption h1 {
      font-size: 30px;
      line-height: 1.4;
      margin-bottom: 8px;
    }
  }
  
  @media (max-width: 576px) {
    .slider-area .circle-caption h1 {
      font-size: 27px;
      line-height: 1.4;
      margin-bottom: 8px;
    }
  }
  
  .slider-area .circle-caption p {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
  }
  
  @media (max-width: 768px) {
    .slider-area .circle-caption p {
      font-size: 15px;
    }
  }
  
  @media (max-width: 576px) {
    .slider-area .circle-caption p {
      font-size: 13px;
    }
  }
  
  .hero-overly {
    position: relative;
    z-index: 0;
  }
  
  .hero-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
  }
  
  
  /* Services Page */
  .services-area {
    padding-top: 270px;
  }
  
  .header2 {
    background: #fbf7f3;
  }
  
  
  
  /*** Fxbs wedding page our story section ***/
  
  
  
  .Our-story-area {
      position: relative;
    }
    
    .Our-story-area .story-img {
      position: relative;
      margin-left: 40px;
    }
    
    @media (max-width: 991px) {
      .Our-story-area .story-img {
        margin-left: 0px;
        margin-bottom: 50px;
      }
    }
    
    @media (max-width: 767px) {
      .Our-story-area .story-img {
        margin-left: 0px;
        margin-bottom: 50px;
      }
    }
    
    .Our-story-area .story-img .story-imges {
      width: 100%;
    }
    
    .Our-story-area .story-img .shape-flower-img {
      display: none;
    }
    
    @media (max-width: 767px) {
      .Our-story-area .story-img .shape-flower-img {
        display: none;
      }
    }
    
    .Our-story-area .story-img .shape-flower-img .flower-top {
      position: absolute;
      bottom: -79px;
      left: -71px;
    }
    
    .Our-story-area .story-caption {
      padding-left: 48px;
      padding-right: 45px;
      padding-top: 48px;
    }
    
    @media (max-width: 1199px) {
      .Our-story-area .story-caption {
        padding-left: 20px;
        padding-right: 0;
        padding-top: 48px;
      }
    }
    
    @media (max-width: 991px) {
      .Our-story-area .story-caption {
        padding-left: 20px;
        padding-right: 0;
        padding-top: 20px;
      }
    }
    
    @media (max-width: 767px) {
      .Our-story-area .story-caption {
        padding-left: 0px;
        padding-right: 0;
        padding-top: 0px;
        padding-top: 0px;
      }
    }
    
    @media (max-width: 575px) {
      .Our-story-area .story-caption {
        padding-left: 0px;
        padding-right: 0;
        padding-top: 0px;
      }
    }
    
    .Our-story-area .story-caption img {
      margin-bottom: 10px;
    }
    
    .Our-story-area .story-caption h3 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 14px;
      color: #112e41;
      font-family: 'FontAwesome';
      line-height: 1.2;
      text-transform: uppercase;
      margin-bottom: 44px;
    }
    
    @media (max-width: 991px) {
      .Our-story-area .story-caption h3 {
        margin-bottom: 10px;
      }
    }
    
    .Our-story-area .story-caption .story1 {
      margin-bottom: 35px;
    }
    
    @media (max-width: 991px) {
      .Our-story-area .story-caption .story1 {
        margin-bottom: 10px;
      }
    }
    
    .Our-story-area .story-caption .story2 {}
    
    .Our-story-area .story-caption .story3 {}
    
    .Our-story-area .shape-flower .flower1 {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .Our-story-area .shape-flower .flower2 {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    
  
    /*** Fxbs wedding page our service section ***/
  
  
    .service-area {
      background: #fefcfa;
      padding-top: 170px;
      padding-bottom: 110px;
    }
    
    @media (max-width: 1199px) {
      .service-area {
        padding-top: 170px;
        padding-bottom: 110px;
      }
    }
    
    @media (max-width: 991px) {
      .service-area {
        padding-top: 140px;
        padding-bottom: 85px;
      }
    }
    
    @media (max-width: 767px) {
      .service-area {
        padding-top: 140px;
        padding-bottom: 85px;
      }
    }
    
    @media (max-width: 575px) {
      .service-area {
        padding-top: 70px;
        padding-bottom: 0px;
      }
    }
    
    @media (max-width: 479px) {
      .service-area {
        padding-top: 70px;
        padding-bottom: 0px;
      }
    }
    
    .service-area .col-lg-4:nth-child(3) .singl-services::before {
      display: none;
    }
    
    .service-area .singl-services {
      position: relative;
    }
    
    .service-area .singl-services::before {
      position: absolute;
      content: "";
      top: 50%;
      right: -17px;
      width: 2px;
      height: 75px;
      background: #e09513;
      transform: translateY(-50%);
    }
    
    @media (max-width: 479px),
    (max-width: 575px),
    (max-width: 767px),
    (max-width: 991px) {
      .service-area .singl-services::before {
        display: none;
      }
    }
    
    .service-area .singl-services .top-caption h4 {
      color: #112e41;
      font-size: 35px;
      font-weight: 400;
      line-height: 1.2;
    }
    
    .service-area .singl-services .top-caption p {
      font-family: 'FontAwesome';
      color: #362d2b;
      font-size: 20px;
      margin-bottom: 54px;
    }
    
    .service-area .singl-services .services-img {
      position: relative;
      z-index: 0;
    }
    
    .service-area .singl-services .services-img img {
      position: relative;
      margin-bottom: 43px;
      border: 10px solid rgba(255, 255, 255, 0.8);
      border-radius: 50%;
    }
    
    .service-area .singl-services .services-img .back-flower {
      position: absolute;
      right: -10px;
      bottom: 0;
      z-index: -1;
      top: 3px;
    }
    
    @media (max-width: 767px) {
      .service-area .singl-services .services-img .back-flower {
        right: 50px;
      }
    }
    
    @media (max-width: 575px) {
      .service-area .singl-services .services-img .back-flower {
        right: 0px;
      }
    }
    
    @media (max-width: 767px) {
      .service-area .singl-services .services-img .back-flower img {
        margin-bottom: 0px;
        border: 0;
        border-radius: 0;
      }
    }
    
    .service-area .singl-services .bottom-caption span {
      color: #daad9e;
      letter-spacing: 10px;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 15px;
      display: block;
    }
    
    .service-area .singl-services .bottom-caption p {
      color: #090908;
    }
    
  
     /*** Fxbs wedding page our memories section ***/
  
     .gift-area {
      background-image: url(../images/memories/gft.jpg);
  }
  
     /* section Tittle */
  .section-tittle h2 {
      color: #112e41;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 66px;
      line-height: 1.3;
      text-transform: capitalize;
    }
    
    @media (max-width: 479px) {
      .section-tittle h2 {
        font-size: 39px;
        line-height: 1.3;
      }
    }
    
    .section-tittle.tittle-form img {
      position: relative;
      top: -35px;
    }
    
    .section-tittle.tittle-form h2 {
      font-size: 40px;
    }
    
    @media (max-width: 767px) {
      .section-tittle.tittle-form h2 {
        font-size: 34px;
        line-height: 1.3;
      }
    }
    
    @media (max-width: 479px) {
      .section-tittle.tittle-form h2 {
        font-size: 34px;
        line-height: 1.3;
      }
    }
    
    .our-memories-area {
      position: relative;
    }
    
    .our-memories-area .memory {
      transition: 0.4s;
    }
    
    .our-memories-area .memory .memories-img {
      position: relative;
    }
    
    .our-memories-area .memory .memories-img::before {
      position: absolute;
      content: "";
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      background-repeat: no-repeat;
      transition: 0.4s;
    }
    
    .our-memories-area .memory .memories-img img {
      width: 100%;
    }
    
    .our-memories-area .memory .memories-img .menorie-icon {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      font-weight: 800;
    }
    
    .our-memories-area .memory .memories-img .menorie-icon i {
      color: #fff;
      font-size: 20px;
      width: 40px;
      height: 40px;
      line-height: 35px;
      border: 2px solid #fff;
      font-weight: 800;
      cursor: pointer;
      position: relative;
      z-index: 2;
      display: inline-block;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      transition: 0.4s;
      transform: scale(0);
    }
    
    .our-memories-area .memories-shape .memories-shape1 {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 0;
    }
    
    .our-memories-area .memories-shape .memories-shape2 {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 0;
    }
    
    .memory:hover {
      padding: 10px;
    }
    
    .memory:hover .memories-img::before {
      opacity: 1;
      visibility: visible;
    }
    
    .memory:hover .memories-img .menorie-icon i {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
    }
    
  
     /*** Fxbs wedding page contact section ***/
  
  
     /* 21. Contact */
  .contact-form .form-wrapper {
      background: #fff;
      padding: 100px 70px 100px 70px;
      box-shadow: 0px 0px 86px 0px rgba(0, 0, 0, 0.06);
    }
    
    @media (min-width: 992px) {
      .contact-form .form-wrapper {
        padding: 100px 82px 70px 82px;
      }
    }
    
    @media (min-width: 1200px) {
      .contact-form .form-wrapper {
        padding: 100px 82px 70px 82px;
      }
    }
    
    @media (min-width: 768px) {
      .contact-form .form-wrapper {
        padding: 100px 82px 70px 82px;
      }
    }
    
    @media (min-width: 576px) {
      .contact-form .form-wrapper {
        padding: 100px 34px 70px 36px;
      }
    }
    
    @media (max-width: 479px) {
      .contact-form .form-wrapper {
        padding: 100px 34px 110px 36px;
      }
    }
    
    .contact-form .form-wrapper .shape-inner-flower .top1 {
      position: absolute;
      top: 20px;
      left: 25px;
    }
    
    .contact-form .form-wrapper .shape-inner-flower .top2 {
      position: absolute;
      top: 20px;
      right: 25px;
    }
    
    .contact-form .form-wrapper .shape-inner-flower .top3 {
      position: absolute;
      bottom: 20px;
      left: 25px;
    }
    
    .contact-form .form-wrapper .shape-inner-flower .top4 {
      position: absolute;
      bottom: 20px;
      right: 25px;
    }
    
    .contact-form .form-wrapper .shape-outer-flower .outer-top {
      position: absolute;
      top: -62px;
      left: -143px;
      z-index: -1;
      transition: 0.6s;
    }
    
    .contact-form .form-wrapper .shape-outer-flower .outer-bottom {
      position: absolute;
      bottom: 2px;
      right: -133px;
      z-index: -1;
      transition: 0.6s;
    }
    
    .bg-height {
      background-position: center center;
    }
    
    .contact {
      border: 1px solid #eaedff;
      padding: 40px 10px;
    }
    
    .contact i {
      background: #8fb569;
      font-size: 40px;
      height: 150px;
      width: 150px;
      color: #ffffff;
      border-radius: 50%;
      line-height: 135px;
      border: 10px solid #fff;
      box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
      margin-bottom: 30px;
    }
    
    .contact h3 {
      font-size: 26px;
      margin-bottom: 15px;
    }
    
    .contact p {
      margin: 0;
      padding: 0 50px;
    }
    
    .contact-area {
      background-position: center center;
      background-repeat: no-repeat;
    }
    
    .contact-form input,
    .contact-form .nice-select {
      background: none;
      height: 60px;
      width: 100%;
      padding: 10px 25px;
      padding-right: 30px;
      border: 0;
      color: #a3a3a3;
      font-weight: 500;
      text-transform: capitalize;
      border-radius: 5px;
      border: 1px solid #d9d9d9;
    }
    
    .contact-form .nice-select .option {
      color: #a3a3a3;
    }
    
    .contact-form .nice-select::after {
      border-bottom: 2px solid #a3a3a3;
      border-right: 2px solid #a3a3a3;
      height: 7px;
      right: 41px;
      width: 7px;
    }
    
    .contact-form textarea {
      color: #a3a3a3;
      background: none;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: capitalize;
      height: 140px;
      width: 100%;
      padding: 30px 50px;
      border: 0;
      border-radius: 5px;
      border: 1px solid #d9d9d9;
    }
    
    .contact-form .nice-select.open .list {
      width: 100%;
      border-radius: 0;
    }
    
    .contact-form .nice-select .list {
      width: 100%;
    }
    
    .contact-form input::-moz-placeholder,
    .contact-form input::placeholder {
      color: #a3a3a3;
      transition: 0.4s;
    }
    
    .contact-form input:focus::-webkit-input-placeholder {
      opacity: 0;
      transition: 0.4s;
    }
    
    .contact-form .form-wrapper:hover .shape-outer-flower .outer-top {
      top: -70px;
    }
    
    .contact-form .form-wrapper:hover .shape-outer-flower .outer-bottom {
      bottom: 18px;
    }
    
    .contact-form .form-wrapper:hover .section-tittle.tittle-form img {
      transform: rotate(-80deg);
      position: relative;
      top: -35px;
      transition: 0.6s;
    }
    
    .submit-info {
      text-align: center;
    }
    
  
    /*** Fxbs wedding page contact  form dropdown menu section code  ***/
  
    /*=================== contact banner start ====================*/
  .dropdown .dropdown-menu {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    
    .contact-info {
      margin-bottom: 25px;
    }
    
    .contact-info__icon {
      margin-right: 20px;
    }
    
    .contact-info__icon i,
    .contact-info__icon span {
      color: #8f9195;
      font-size: 27px;
    }
    
    .contact-info .media-body h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-size: 16px;
      color: #2a2a2a;
    }
    
    .contact-info .media-body a:hover {
      color: #222222;
    }
    
    .contact-info .media-body p {
      color: #8a8a8a;
    }
    
    /*=================== contact banner end ====================*/
    
    /*=================== contact form start ====================*/
    .contact-title {
      font-size: 27px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    
    .form-contact label {
      font-size: 14px;
    }
    
    .form-contact .form-group {
      margin-bottom: 30px;
    }
    
    .form-contact .form-control {
      border: 1px solid #e5e6e9;
      border-radius: 0px;
      height: 48px;
      padding-left: 18px;
      font-size: 13px;
      background: transparent;
    }
    
    .form-contact .form-control:focus {
      outline: 0;
      box-shadow: none;
    }
    
    .form-contact .form-control::placeholder {
      font-weight: 300;
      color: #999999;
    }
    
    .form-contact textarea {
      border-radius: 0px;
      height: 100% !important;
    }
    
    /* Contact Success and error Area css
    ============================================================================================ */
    .modal-message .modal-dialog {
      position: absolute;
      top: 36%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%) !important;
      margin: 0px;
      max-width: 500px;
      width: 100%;
    }
    
    .modal-message .modal-content .modal-header {
      text-align: center;
      display: block;
      border-bottom: none;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    
    .modal-message .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer;
    }
    
    .modal-message .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      padding-bottom: 10px;
    }
    
    .modal-message .modal-content .modal-header p {
      display: block;
    }
    
    .contact-section {
      padding: 130px 0 100px;
    }
    
    @media (max-width: 991px) {
      .contact-section {
        padding: 70px 0 40px;
      }
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .contact-section {
        padding: 80px 0 50px;
      }
    }
    
    .contact-section .btn_2 {
      background-color: #191d34;
      padding: 18px 60px;
      border-radius: 50px;
      margin-top: 0;
    }
    
    .contact-section .btn_2:hover {
      background-color: #800098;
    }
    /*=================== contact form end ====================*/
    
    /*** Fxbs wedding page contact  brand area section code  ***/
  
    .brand-container {
        overflow-x: auto;
      }
      
      .brand-active {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap; /* Prevent wrapping on larger screens */
      }
      
      .single-brand {
        flex: 0 0 auto;
        margin: 0 10px;
      }
      
      /* Responsive Styles */
      
      @media (max-width: 768px) {
        .brand-container {
          overflow-x: scroll;
        }
        
        .single-brand {
          flex-basis: calc(50% - 20px);
          margin: 10px;
        }
      }
      
      @media (max-width: 576px) {
        .single-brand {
          flex-basis: 100%;
          margin: 10px 0;
        }
      }
      
      /* Invisible Scrollbar Styles */


      



 /* Footer Style */

footer {
	background-color: #232323;
	padding: 80px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #a4c639;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #a4c639;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #a4c639;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}


.page-heading {
	text-align: center;
	background-image: url(../images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}



@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 5px;
		bottom: 5px;
		width: 100px; /* Set the desired width for the logo on mobile screens */
    	height: 50px; /* Set the desired height for the logo on mobile screens */
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav .dropdown-item {
		border-bottom: 1px solid #eee;
	  }
	
	.navbar .navbar-nav .dropdown-item:last-child {
		border-bottom: none;
	  }
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #a4c639!important;
		border-bottom: none!important;
	}
	.dropdown-menu {
		border: none; /* Remove the border from the dropdown menu */
	  }
	/* Apply navbar list item styles to dropdown items */
	.navbar .navbar-nav .dropdown-item {
		font-size: 15px;
		font-weight: 300;
		letter-spacing: 0.5px;
		color: #020202;
		transition: all 0.5s;
		margin-top: 5px;
    	text-align: center; /* Center-align the dropdown items */
	  }
	
	  .navbar .navbar-nav .dropdown-item:hover,
	  .navbar .navbar-nav .active > .dropdown-item,
	  .navbar .navbar-nav .dropdown-item.current,
	  .navbar .navbar-nav .dropdown-item.show,
	  .navbar .navbar-nav .show > .dropdown-item {
		color: #020202;
		/* border-bottom: 3px solid #a4c639; */
	  }
	  .navbar .navbar-nav .dropdown-item {
		color: #020202;
	  }
	
	  .navbar .navbar-nav .dropdown-item.active,
	  .navbar .navbar-nav .dropdown-item:active,
	  .navbar .navbar-nav .dropdown-item.show {
		color: #a4c639!important;
	  }
}



/* responsive for phone */

@media (max-width: 360px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 5px;
		bottom: 5px;
		width: 100px; /* Set the desired width for the logo on mobile screens */
    	height: 50px; /* Set the desired height for the logo on mobile screens */
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav .dropdown-item {
		border-bottom: 1px solid #eee;
	  }
	
	.navbar .navbar-nav .dropdown-item:last-child {
		border-bottom: none;
	  }
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #a4c639!important;
		border-bottom: none!important;
	}
	/* .dropdown-menu {
		border: none; 
	  } */
	/* Apply navbar list item styles to dropdown items */
	.navbar .navbar-nav .dropdown-item {
		font-size: 15px;
		font-weight: 300;
		letter-spacing: 0.5px;
		color: #020202;
		transition: all 0.5s;
		margin-top: 5px;
    	text-align: center; /* Center-align the dropdown items */
	  }
	  .navbar .navbar-nav .show  {
		color: #1e1e1e!important;
		
		
	  }
	  .navbar .navbar-nav .dropdown-item:hover,
	  .navbar .navbar-nav .active > .dropdown-item,
	  .navbar .navbar-nav .dropdown-item.current,
	  .navbar .navbar-nav .dropdown-item.show,
	  .navbar .navbar-nav .show > .dropdown-item {
		color:#020202;
		border-bottom: none;
		
	  }
	  .navbar .navbar-nav .dropdown-item {
		color: #020202;
	  }
	
	  .navbar .navbar-nav .dropdown-item.active,
	  .navbar .navbar-nav .dropdown-item:active,
	  .navbar .navbar-nav .dropdown-item.show {
		color: #a4c639!important;
	  }
}


/* Responsive Style for mobile screen for whole page */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item h6 {
	  margin-top: 50px;
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}
