/*
Theme Name: Graphinet WP Theme
Theme URI: https://www.graphinetmedia.com/
Author: Graphinet Solutions
Author URI: https://www.graphinetmedia.com/
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. This theme gives you full control whatever you do and the full freedom to design whatever you want.
Version: 1.0.1
Requires PHP: 7.2
Text Domain: gswptheme
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

/* -------------------------------- font style -------------------------------------------- */

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('assets/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
      url('assets/fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Apron';
  src: url('assets/fonts/Apron-Bold.eot');
  src: local('Apron Bold'), local('Apron-Bold'),
      url('assets/fonts/Apron-Bold.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Apron-Bold.woff2') format('woff2'),
      url('assets/fonts/Apron-Bold.woff') format('woff'),
      url('assets/fonts/Apron-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
} */

@font-face {
  font-family: 'Apron';
  src: url('assets/fonts/Apron-Heavy.eot');
  src: local('assets/fonts/Apron Heavy'), local('Apron-Heavy'),
      url('assets/fonts/Apron-Heavy.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Apron-Heavy.woff2') format('woff2'),
      url('assets/fonts/Apron-Heavy.woff') format('woff'),
      url('assets/fonts/Apron-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

h1, .single-artcile__heading, .entry-content h1 {
  font-family: 'Apron';
  color: #E31E24;
}

#menu-item-632 .dropdown-menu {
  left: -80%;
}



header {
  --nav-link-font-size: 15px;
  --nav-link-line-height: 28px;
  --nav-link-letter-spacing: 0.1px;
  --nav-link-margin-left: 0;
  --nav-link-margin-right: 38px;
  --nav-link-m-margin-right: 0px;
  --header-logo-width: 130px;
  --header-logo-height: auto;
  --header-navbar-collapse-bg: #fff;

  --header-cta-nav-button-bg: var(--bs-primary);
  --header-cta-nav-button-border-color: var(--bs-primary);
  --header-cta-nav-button-color: var(--bs-white);
  --header-cta-nav-button-padding: 21px 30px;
  --header-cta-nav-button-text-transform: uppercase;

  --header-nav-border-top: 1px solid #ababab;
  --header-nav-padding-block: 0rem;
}

.wpicms-articles {

  --article-layout-margin-top: 0px;
  --article-layout-margin-bottom: 0px;
  --article-card-col-margin-bottom: 30px;
  --article-layout-card-col-margin-bottom-mobile: 0;

  /*text and icon colors */
  --article-card-text-color: #000000;
  --article-card-text-hover-color: var(--bs-primary);
  --article-card-icons-color: var(--bs-primary);
  --article-card-icons-hover-color: var(--bs-primary);
  --article-card-title-bg: var(--bs-primary);
  --article-card-link-color: #000000;
  --article-card-text-size: 16px;
  --article-col-margin-bottom: 30px;

}


.articles-layout-1 {
  --article-layout-one-card-figure-margin-bottom: 20px;
}

.articles-layout-2 {
  --article-layout-card-body-bg: var(--bs-primary);
  --article-layout-card-body-color: var(--bs-white);
  --article-layout-card-icons-color: var(--bs-white);
  --article-layout-card-text-color: var(--bs-white);
}

.articles-layout-3 {
  --article-layout-card-body-bg: var(--bs-white);
  --article-layout-card-body-color: var(--bs-primary);
  --article-layout-card-icons-color: var(--bs-white);
  --article-layout-card-text-color: var(--bs-white);
  --article-layout-card-title-margin-top: -30px;
  --article-layout-card-title-margin-bottom: 16px;
  --article-layout-card-title-width: 80%;

}

.articles-layout-5 {
  --article-layout-card-body-bg: rgb(0 0 0 / 80%);
  --article-layout-card-body-color: var(--bs-white);
  --article-layout-card-title-color: var(--bs-white);
}

.articles-layout-7 {
  --article-layout-color: #40ddb6;
  --article-layout-date-bg-color: #013974;
  --article-layout-bg: #eff7fe;
}

/* faq */
.gswp-faqs {
  --faq-border-color: #ABABAB;
  --faq-bg: var(--bs-primary);
}

/* team */
.gswp-teams {
  --team-color: #E52329;
  --team-social-icon-color: var(--bs-white);
  --team-fb-hover-color: #3b5999;
  --team-tw-hover-color: #3aa9e0;
  --team-in-hover-color: #007bff;
  --team-envelope-hover-color: #d04333;
  --team-col-margin-bottom: 30px;
  --team-bg-color: var(--bs-primary);
  --team-bg-matched-color: var(--bs-white);

  --team-text-color: var(--bs-secondary);
}

.gswp-teams-layout-5 {
  --team-layout-card-bg: #f5f6f7;
}

.gswp-teams-layout-10 {
  --team-layout-card-bg: var(--bs-white);
}


/* testimonials */

.gswp-testimonial {
  --testimonial-bg: var(--bs-white);
  --testimonial-bg-matched-color: inherit;
  --testimonial-border-color: #E4E6E8;
  --testimonial-text-color: var(--bs-white);
  --testimonial-border-radius: 32px;
  --testimonial-padding: 30px;
  --testimonial-padding-mobile: 10px;
  --testimonial-box-shadow: none;

  /* slick slider */
  --testimonial-slider-bw-space: 15px;
  --testimonial-slider-dot-width: 25px;
  --testimonial-slider-dot-height: 25px;
  --testimonial-slider-dot-size: 50px;
  --testimonial-slider-dotcolor: var(--bs-secondary);
  --testimonial-slider-active-dotcolor: var(--bs-primary);
  --testimonial-slick-slide-height: flex;
  /* for equal height give flex. otherwise give block as value */
  --testimonial-slick-slide-prev-arrow-bg: url("data:image/svg+xml;charset=UTF-8, %3csvg width='69' height='35' viewBox='0 0 69 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M51.5239 33.1L67.5719 17.048L51.5239 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.14294 17.047H67.5709' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  --testimonial-slick-slide-next-arrow-bg: url("data:image/svg+xml;charset=UTF-8, %3csvg width='69' height='35' viewBox='0 0 69 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M51.5239 33.1L67.5719 17.048L51.5239 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.14294 17.047H67.5709' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.holiday-layout-one {
  --holiday-bg: var(--bs-white);
  --holiday-bg-matched-color: inherit;
  --holiday-border-color: #E4E6E8;
  --holiday-text-color: var(--bs-white);
  --holiday-border-radius: 32px;
  --holiday-padding: 30px;
  --holiday-padding-mobile: 10px;
  --holiday-box-shadow: none;

  /* slick slider */
  --holiday-slider-bw-space: 15px;
  --holiday-slider-dot-width: 25px;
  --holiday-slider-dot-height: 25px;
  --holiday-slider-dot-size: 65px;
  --holiday-slider-dotcolor: #D9D9D9;
  --holiday-slider-active-dotcolor: var(--bs-primary);
  --holiday-slick-slide-height: flex;
  /* for equal height give flex. otherwise give block as value */
  --holiday-slick-slide-prev-arrow-bg: url("data:image/svg+xml;charset=UTF-8, %3csvg width='69' height='35' viewBox='0 0 69 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M51.5239 33.1L67.5719 17.048L51.5239 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.14294 17.047H67.5709' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  --holiday-slick-slide-next-arrow-bg: url("data:image/svg+xml;charset=UTF-8, %3csvg width='69' height='35' viewBox='0 0 69 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M51.5239 33.1L67.5719 17.048L51.5239 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.14294 17.047H67.5709' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.holiday-layout-one .slick-slide {
  transition: padding-top 0.5s ease-in-out;

}







/* services */
.wpicms-services {
  --services-card-bg: var(--bs-white);
  --services-card-border-color: var(--bs-primary);
  --services-card-color: var(--bs-white);
  --services-card-padding: 10px;
  --services-card-border-radius: 0px;
  --services-card-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

  /* slick slider */
  --services-slider-bw-space: 30px;
  --services-slider-dot-width: 25px;
  --services-slider-dot-height: 25px;
  --services-slider-dot-size: 50px;
  --services-slider-dotcolor: var(--bs-secondary);
  --services-slider-active-dotcolor: var(--bs-primary);
  --services-slick-slide-height: flex;
  /* for equal height give flex. otherwise give block as value */
  --services-slick-slide-prev-arrow-bg: url("data:image/svg+xml;charset=UTF-8, %3csvg width='69' height='35' viewBox='0 0 69 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M51.5239 33.1L67.5719 17.048L51.5239 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.14294 17.047H67.5709' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  --services-slick-slide-next-arrow-bg: url("data:image/svg+xml;charset=UTF-8, %3csvg width='69' height='35' viewBox='0 0 69 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M51.5239 33.1L67.5719 17.048L51.5239 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.14294 17.047H67.5709' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}



/* products */
.wpicms-products {
  --products-card-bg: var(--bs-white);
  --products-card-border-color: var(--bs-primary);
  --products-card-color: var(--bs-secondary);
  --products-card-padding: 10px;
  --products-card-border-radius: 0px;
  --products-card-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

  /* slick slider */
  --products-slider-bw-space: 30px;
  --products-slider-dot-width: 25px;
  --products-slider-dot-height: 25px;
  --products-slider-dot-size: 50px;
  --products-slider-dotcolor: var(--bs-secondary);
  --products-slider-active-dotcolor: var(--bs-primary);
  --products-slick-slide-height: flex;
  /* for equal height give flex. otherwise give block as value */
  --products-slick-slide-prev-arrow-bg: url("data:image/svg+xml;charset=UTF-8, %3csvg width='69' height='35' viewBox='0 0 69 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M51.5239 33.1L67.5719 17.048L51.5239 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.14294 17.047H67.5709' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  --products-slick-slide-next-arrow-bg: url("data:image/svg+xml;charset=UTF-8, %3csvg width='69' height='35' viewBox='0 0 69 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M51.5239 33.1L67.5719 17.048L51.5239 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M1.14294 17.047H67.5709' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}





@media(min-width:620px) {
  .gswp-testimonial .slick-initialized.slick-slider {
    margin-left: calc(-1 * var(--testimonial-slider-bw-space));
    margin-right: calc(-1 * var(--testimonial-slider-bw-space));

  }

  .gswp-testimonial .slick-initialized.slick-slider .slick-slide {
    margin-left: var(--testimonial-slider-bw-space);
    margin-right: var(--testimonial-slider-bw-space);
  }

  .wpicms-services .slick-initialized.slick-slider {
    margin-left: calc(-1 * var(--services-slider-bw-space));
    margin-right: calc(-1 * var(--services-slider-bw-space));

  }

  .wpicms-services .slick-initialized.slick-slider .slick-slide {
    margin-left: var(--services-slider-bw-space);
    margin-right: var(--services-slider-bw-space);
  }

  .wpicms-products .slick-initialized.slick-slider {
    margin-left: calc(-1 * var(--products-slider-bw-space));
    margin-right: calc(-1 * var(--products-slider-bw-space));

  }

  .wpicms-products .slick-initialized.slick-slider .slick-slide {
    margin-left: var(--products-slider-bw-space);
    margin-right: var(--products-slider-bw-space);
  }
}

.team-col-margin-bottom {
  margin-bottom: 30px;
}

.testimonial-col-margin-bottom {
  margin-bottom: 30px;
}

.services-col-margin-bottom {
  margin-bottom: 30px;
}

.products-col-margin-bottom {
  margin-bottom: 30px;
}


@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}


/* font-sizes */
.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-50 {
  font-size: 50px !important;
}




/* section padding */
.sec-padd-t-20 {
  padding-top: 20px !important;
}

.sec-padd-t-30 {
  padding-top: 30px !important;
}

.sec-padd-t-40 {
  padding-top: 40px !important;
}

.sec-padd-t-50 {
  padding-top: 50px !important;
}

.sec-padd-t-60 {
  padding-top: 60px !important;
}

.sec-padd-t-70 {
  padding-top: 70px !important;
}

.sec-padd-t-80 {
  padding-top: 80px !important;
}

.sec-padd-t-90 {
  padding-top: 90px !important;
}

.sec-padd-t-100 {
  padding-top: 100px !important;
}

.sec-padd-t-110 {
  padding-top: 110px !important;
}

.sec-padd-t-120 {
  padding-top: 120px !important;
}

.sec-padd-t-130 {
  padding-top: 130px !important;
}


.sec-padd-t-140 {
  padding-top: 140px !important;
}

.sec-padd-t-150 {
  padding-top: 150px !important;
}

.sec-padd-t-160 {
  padding-top: 160px !important;
}

.sec-padd-t-170 {
  padding-top: 170px !important;
}

.sec-padd-t-180 {
  padding-top: 180px !important;
}


/* bottom */
.sec-padd-b-20 {
  padding-bottom: 20px !important;
}

.sec-padd-b-30 {
  padding-bottom: 30px !important;
}

.sec-padd-b-40 {
  padding-bottom: 40px !important;
}

.sec-padd-b-50 {
  padding-bottom: 50px !important;
}

.sec-padd-b-60 {
  padding-bottom: 60px !important;
}

.sec-padd-b-70 {
  padding-bottom: 70px !important;
}

.sec-padd-b-80 {
  padding-bottom: 80px !important;
}

.sec-padd-b-90 {
  padding-bottom: 90px !important;
}

.sec-padd-b-100 {
  padding-bottom: 100px;
}

.sec-padd-b-110 {
  padding-bottom: 110px !important;
}

.sec-padd-b-120 {
  padding-bottom: 120px !important;
}

.sec-padd-b-130 {
  padding-bottom: 130px !important;
}



.sec-padd-b-140 {
  padding-bottom: 140px !important;
}

.sec-padd-b-150 {
  padding-bottom: 150px !important;
}

.sec-padd-b-160 {
  padding-bottom: 160px !important;
}

.sec-padd-b-170 {
  padding-bottom: 170px !important;
}

.sec-padd-b-180 {
  padding-bottom: 180px !important;
}






.line-height-normal {
  line-height: normal;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.line-height-36 {
  line-height: 36px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.line-height-44 {
  line-height: 44px !important;
}

.line-height-46 {
  line-height: 46px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.line-height-55 {
  line-height: 55px !important;
}

.line-height-60 {
  line-height: 60px !important;
}


@media(min-width:992px) {
  .line-height-lg-normal {
    line-height: normal;
  }

  .line-height-lg-10 {
    line-height: 10px !important;
  }

  .line-height-lg-12 {
    line-height: 12px !important;
  }

  .line-height-lg-14 {
    line-height: 14px !important;
  }

  .line-height-lg-16 {
    line-height: 16px !important;
  }

  .line-height-lg-18 {
    line-height: 18px !important;
  }

  .line-height-lg-20 {
    line-height: 20px !important;
  }

  .line-height-lg-22 {
    line-height: 22px !important;
  }

  .line-height-lg-24 {
    line-height: 24px !important;
  }

  .line-height-lg-25 {
    line-height: 25px !important;
  }

  .line-height-lg-26 {
    line-height: 26px !important;
  }

  .line-height-lg-28 {
    line-height: 28px !important;
  }

  .line-height-lg-30 {
    line-height: 30px !important;
  }

  .line-height-lg-32 {
    line-height: 32px !important;
  }

  .line-height-lg-34 {
    line-height: 34px !important;
  }

  .line-height-lg-36 {
    line-height: 36px !important;
  }

  .line-height-lg-38 {
    line-height: 38px !important;
  }

  .line-height-lg-40 {
    line-height: 40px !important;
  }

  .line-height-lg-44 {
    line-height: 44px !important;
  }

  .line-height-lg-46 {
    line-height: 46px !important;
  }

  .line-height-lg-50 {
    line-height: 50px !important;
  }

  .line-height-lg-55 {
    line-height: 55px !important;
  }

  .line-height-lg-60 {
    line-height: 60px !important;
  }

  .fs-lg-10 {
    font-size: 10px !important;
  }

  .fs-lg-12 {
    font-size: 12px !important;
  }

  .fs-lg-14 {
    font-size: 14px !important;
  }

  .fs-lg-16 {
    font-size: 16px !important;
  }

  .fs-lg-17 {
    font-size: 17px !important;
  }

  .fs-lg-18 {
    font-size: 18px !important;
  }

  .fs-lg-20 {
    font-size: 20px !important;
  }

  .fs-lg-22 {
    font-size: 22px !important;
  }

  .fs-lg-24 {
    font-size: 24px !important;
  }

  .fs-lg-26 {
    font-size: 26px !important;
  }

  .fs-lg-28 {
    font-size: 28px !important;
  }

  .fs-lg-30 {
    font-size: 30px !important;
  }

  .fs-lg-32 {
    font-size: 32px !important;
  }

  .fs-lg-34 {
    font-size: 34px !important;
  }

  .fs-lg-36 {
    font-size: 36px !important;
  }

  .fs-lg-38 {
    font-size: 38px !important;
  }

  .fs-lg-40 {
    font-size: 40px !important;
  }

  .fs-lg-42 {
    font-size: 42px !important;
  }

  .fs-lg-44 {
    font-size: 44px !important;
  }

  .fs-lg-46 {
    font-size: 46px !important;
  }

  .fs-lg-48 {
    font-size: 48px !important;
  }

  .fs-lg-50 {
    font-size: 50px !important;
  }

  .fs-lg-52 {
    font-size: 52px !important;
  }

  .fs-lg-54 {
    font-size: 54px !important;
  }

  .fs-lg-56 {
    font-size: 56px !important;
  }

  .fs-lg-58 {
    font-size: 58px !important;
  }

  .fs-lg-60 {
    font-size: 60px !important;
  }



  .sec-padd-lg-t-20 {
    padding-top: 20px !important;
  }

  .sec-padd-lg-t-30 {
    padding-top: 30px !important;
  }

  .sec-padd-lg-t-40 {
    padding-top: 40px !important;
  }

  .sec-padd-lg-t-50 {
    padding-top: 50px !important;
  }

  .sec-padd-lg-t-60 {
    padding-top: 60px !important;
  }

  .sec-padd-lg-t-70 {
    padding-top: 70px !important;
  }

  .sec-padd-lg-t-80 {
    padding-top: 80px !important;
  }

  .sec-padd-lg-t-90 {
    padding-top: 90px !important;
  }

  .sec-padd-lg-t-100 {
    padding-top: 100px !important;
  }

  .sec-padd-lg-t-110 {
    padding-top: 110px !important;
  }

  .sec-padd-lg-t-120 {
    padding-top: 120px !important;
  }

  .sec-padd-lg-t-130 {
    padding-top: 130px !important;
  }

  .sec-padd-lg-t-140 {
    padding-top: 140px !important;
  }

  .sec-padd-lg-t-150 {
    padding-top: 150px !important;
  }

  .sec-padd-lg-t-160 {
    padding-top: 160px !important;
  }

  .sec-padd-lg-t-170 {
    padding-top: 170px !important;
  }

  .sec-padd-lg-t-180 {
    padding-top: 180px !important;
  }

  /* bottom */
  .sec-padd-lg-b-20 {
    padding-bottom: 20px !important;
  }

  .sec-padd-lg-b-30 {
    padding-bottom: 30px !important;
  }

  .sec-padd-lg-b-40 {
    padding-bottom: 40px !important;
  }

  .sec-padd-lg-b-50 {
    padding-bottom: 50px !important;
  }

  .sec-padd-lg-b-60 {
    padding-bottom: 60px !important;
  }

  .sec-padd-lg-b-70 {
    padding-bottom: 70px !important;
  }

  .sec-padd-lg-b-80 {
    padding-bottom: 80px !important;
  }

  .sec-padd-lg-b-90 {
    padding-bottom: 90px !important;
  }

  .sec-padd-lg-b-100 {
    padding-bottom: 100px !important;
  }

  .sec-padd-lg-b-110 {
    padding-bottom: 110px !important;
  }

  .sec-padd-lg-b-120 {
    padding-bottom: 120px !important;
  }

  .sec-padd-lg-b-130 {
    padding-bottom: 130px !important;
  }

  .sec-padd-lg-b-140 {
    padding-bottom: 140px !important;
  }

  .sec-padd-lg-b-150 {
    padding-bottom: 150px !important;
  }

  .sec-padd-lg-b-160 {
    padding-bottom: 160px !important;
  }

  .sec-padd-lg-b-170 {
    padding-bottom: 170px !important;
  }

  .sec-padd-lg-b-180 {
    padding-bottom: 180px !important;
  }

}


.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;

}



.common-banner-sec {
  position: relative;
  z-index: +1
}

.common-banner-sec::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00012880;
  z-index: -1;
}

.common-banner-sec .banner-img {
  min-height: 450px;
  width: 100%;
  object-fit: cover;
}

/* .common-banner-sec .banner-title{
  margin-top: 80px;
} */

.common-banner-content-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-header-menu {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  color: #fff;
  justify-content: flex-end;
  font-size: 15px;
  line-height: 28px;
  font-family: 'Poppins' !important;
  font-weight: 500 !important;
  font-style: normal;
}

.navbar-layout-6  .navbar-nav .nav-link{
text-transform: uppercase;
}

.top-header-menu li a {
  padding-block: 0;
}

.breadcrumb-item a,
.breadcrumb-item {
  text-decoration: none;
  color: #4C4C4C !important;
  font-weight: 400 !important;
  line-height: 28px;
  font-size: 14px !important;
}

#nav-main {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.headroom--pinned #nav-main {
  display: block;
}

.headroom--unpinned #nav-main {
  display: none;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}



/* css for common header end here */

@media(min-width:800px) and (max-width:1024px){
  .home-banner h1{
    margin-top: 30px;
  }
}

@media (max-width:991px) {

  /* css for common start here  */
  .offcanvas-header {
    justify-content: end !important;
  }

  .offcanvas-header .offcanvas-title {
    display: none;
  }

  .offcanvas-header button {
    opacity: 1;
    box-shadow: none !important;
  }

  .header-actions button {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    opacity: 1;
  }

  .header-actions button i {
    font-size: 30px;
    color: var(--bs-black) !important;
  }

  .navbar-collapse ul {
    text-align: center;
    margin-top: 50px;
  }

  .navbar-collapse ul li {
    margin-bottom: 15px;
  }

  /* css for common end here  */
}

@media (max-width:767px) {


  .common-banner-sec .banner-img {
    min-height: 400px;
    width: 100%;
    object-fit: cover;
}
}


@media (max-width: 991.98px) {
  .breadcrumb-scroller .breadcrumb-item.active {
    padding-right: 0rem;
  }

  .breadcrumb-scroller {
    padding-left: 0 !important;
  }

  .breadcrumb-scroller .breadcrumb {
    flex-wrap: wrap;
  }
}


.row.mar-gutters-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row.mar-gutters-15>[class^="col"],
.row.mar-gutters-15>[class^="col-"],
.row.mar-gutters-15>[class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row.mar-gutters-25 {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.row.mar-gutters-25>[class^="col"],
.row.mar-gutters-25>[class^="col-"],
.row.mar-gutters-25>[class*=" col-"] {
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.row.mar-gutters-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.row.mar-gutters-50>[class^="col"],
.row.mar-gutters-50>[class^="col-"],
.row.mar-gutters-50>[class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.row.mar-gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.mar-gutters-10>[class^="col"],
.row.mar-gutters-10>[class^="col-"],
.row.mar-gutters-10>[class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row.undefined {
  margin-right: 0px;
  margin-left: 0px;
}

.row.undefined>[class^="col"],
.row.undefined>[class^="col-"],
.row.undefined>[class*=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}


.img-full-width,
.img-full-width figure,
.img-full-width .vc_single_image-wrapper,
.img-full-width img {
  width: 100%;
}

/* main css start here */

.large[aria-invalid="true"],
.textarea[aria-invalid="true"] {
  border: 1px solid red !important;
}

/* .large[aria-required="true"] {
      border: 1px solid red !important;
    } */
.large::placeholder,
.textarea::placeholder {
  color: #393939 !important;
}

.large::-moz-placeholder {
  color: #393939 !important;
}

/* Internet Explorer 10-11 */
.large:-ms-input-placeholder {
  color: #393939 !important;
}

/* Microsoft Edge */
.large::-ms-input-placeholder {
  color: #393939 !important;
}

/* WebKit browsers (Safari, Chrome) */
.large::-webkit-input-placeholder {
  color: #393939 !important;
}

.middle-img-col .img-full-width,
.middle-img-col .img-full-width figure,
.middle-img-col .img-full-width .vc_single_image-wrapper,
.middle-img-col .img-full-width img {
  width: 100%;
  height: 100% !important;
}

/* header */

@media (max-width: 991px) {
  #mastheader .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100vw;
    background: var(--header-navbar-collapse-bg);
    z-index: 99;
    left: 50%;
    margin-left: -50vw;
  }

  .dropdown-menu {
    text-align: center;
  }
}

header .navbar-nav {
  align-items: center;
}

.navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  /* dropdown sub menu positioning */
  margin: 0;
  left: 100%;
}


.dropdown .dropdown-submenu {
  top: 0;
  left: 100%;
  margin-left: 0.125rem;
}


.nav-item a {
  /* ensure No flashing in links */
  transition: none !important;
}

/* .navbar-nav li:hover>ul.dropdown-menu {

  display: block;
} */

@media (min-width: 992px) {
  /* ONLY DESKTOP - Convert toggle to right > in deeper levels */

  .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu.depth_3 {
    left: unset;
    right: 100%;
  }
  .navbar.navbar-expand-lg .dropdown .dropdown-menu{
    min-width: 200px;
  }
  .dropdown-item{
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 991.98px) {

  /* Smaller devices remove shadow & border from children */
  .offcanvas .dropdown-menu {
    border: none;
    box-shadow: none;
  }

  /* Smaller devices offcanvas, add indent */
  .depth_1 .dropdown-item {
    margin-left: 10px;
  }

  .depth_2 .dropdown-item {
    margin-left: 15px;
  }

  .depth_3 .dropdown-item {
    margin-left: 20px;
  }
}

.navbar-layout-1 #gswptheme-navbar .menu-item.current-menu-item::after {
  top: 0 !important;
}

footer {
  background-color: #9D0000;
}

footer * {
  color: #ffffff !important;
  font-family: 'Manrope';
}

footer .logo {
  width: 200px;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 18px;
  display: inline-block;
}

footer .widget-title {
  margin-bottom: 18px;
}


footer .grid-container {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 1px;
  border-radius: 32px;
  border: 1px solid white;

}



footer .grid-item {
  color: white;
  padding: 40px 38px;
  display: flex;
  align-items: center;
  gap: 1rem;
  gap: 1rem;
  border-bottom: 1px solid #fff;
}

footer .grid-item:last-child {
  border-right: none;
}

footer .grid-item img:first-child {
  /* flex-grow: 1; */
  flex-shrink: 0;
}

footer .grid-item img {
  /* width: 50px;
  height: auto;
  margin-bottom: 10px; */
}

footer .grid-item p {
  margin: 0;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}


footer .follow-us {
  color: white;
  text-align: center;
}

/* footer .social-icons {
  margin-top: 10px;
} */

footer .social-icons a {
  margin: 0 10px;
  display: inline-block;
}

/* footer .social-icons img {
  width: 32px;
  height: 32px;
} */

footer h2{
  font-family: "Manrope";
  font-weight: 500 !important;
}

input#gform_submit_button_5 {
  /* max-width: 278px; */
  width: 100%;
  background: #C3272B;
  color: #fff;
  font-family: "Manrope";
  font-weight: 800;
  padding: 17px 20px;
  border-radius: 50px;
  height: 60px;
}

input#gform_submit_button_5:focus{
  box-shadow: none !important;
}

#gform_5 .gform-footer.gform_footer.top_label {
  margin-top: 16px;
}

input#input_5_1 {
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  background: transparent;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_17_58)'%3e%3cpath d='M14.5938 0.375H1.40625C0.629281 0.375 0 1.00819 0 1.78125V10.2188C0 10.9964 0.633906 11.625 1.40625 11.625H14.5938C15.3642 11.625 16 10.9991 16 10.2188V1.78125C16 1.00956 15.3732 0.375 14.5938 0.375ZM14.3968 1.3125C14.1095 1.59828 9.16509 6.51666 8.99438 6.68647C8.72875 6.95209 8.37562 7.09834 8 7.09834C7.62437 7.09834 7.27125 6.95206 7.00475 6.68559C6.88994 6.57137 2.00009 1.70731 1.60319 1.3125H14.3968ZM0.9375 10.0279V1.97266L4.98869 6.0025L0.9375 10.0279ZM1.60378 10.6875L5.65338 6.66366L6.34272 7.34937C6.78541 7.79206 7.37397 8.03584 8 8.03584C8.62603 8.03584 9.21459 7.79206 9.65641 7.35025L10.3466 6.66366L14.3962 10.6875H1.60378ZM15.0625 10.0279L11.0113 6.0025L15.0625 1.97266V10.0279Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_17_58'%3e%3crect width='16' height='12' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: 8% center;
    padding-left: 48px;
    /* max-width: 278px !important; */
    min-height: 58px;
    font-size: 16px;
    line-height: 26px;
    padding-block: 24px;
    font-family: "Manrope";
    font-weight: 400;

}

input#input_5_1::placeholder{
  color: #ffffff !important;

}

.home-banner {
  min-height: 733px;
}

.vc_row.testimonial-outer-row {
  background-position: left !important;
}

.vc-column-p-t-0>.vc_column-inner {
  padding-top: 0 !important;
}

.discount-image-posi img {
  position: relative;
  top: -84px;
  right: -40px;
  margin-bottom: -41px;
}



#gform_4 #gform_fields_4 input:not(input[type="submit"]),#gform_4 #gform_fields_4 textarea{
  background-color: #FFF4F4 !important;
  border-radius: 8px;
  min-height: 51px !important;
  border: none !important;
  box-shadow: unset !important;

}
#gform_fields_4 input:focus,#gform_4 #gform_fields_4 textarea:focus{
  box-shadow: unset !important;
}

div#gform_fields_4 input::placeholder,#gform_4 #gform_fields_4 textarea::placeholder{
  color: #53535399;
  opacity: 60%;
}

.gform_validation_errors{
  display: none !important;
}


input#gform_submit_button_4 {
  background: linear-gradient(180deg, #E52329 0%, #C3272B 100%);
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 26px;
}

#gform_4 .gform-footer.gform_footer.top_label{
  margin-top: 16px !important;
}



div#gform_fields_4 {
  row-gap: 26px;
}

.detail-long-des table {
    width: 80%;
    border-collapse: separate;
    margin: 10px;
    margin-bottom: 50px;
}
.detail-long-des th {
    background-color: #d2262b;
    color: white;
}
.detail-long-des th, .detail-long-des td {
    padding: 10px;
    text-align: center;
}
.detail-long-des td {
    background-color: lightgray;
}
.gform-theme--foundation #gform_fields_6{
  row-gap: 18px;
}
.gform-theme--foundation #gform_fields_6 input:not(input[type="submit"]), .gform-theme--foundation #gform_fields_6 textarea, .gform-theme--foundation #gform_fields_6 .gfield_list_group_item select {
  background-color: #FFF4F4 !important;
  border-radius: 8px;
  min-height: 44px !important;
  border: none !important;
  box-shadow: unset !important;
}
.gform-theme--foundation #gform_fields_6 .add_list_item {
  background-color: #C3272B;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    width: 18px;
    height: 18px;
    padding-top: 3px;
    margin: 10px;
}
.modal-header .btn-close{
  color: #C3272B;
}
input#gform_submit_button_6 {
  background: linear-gradient(180deg, #E52329 0%, #C3272B 100%);
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 26px;
}
.gform-theme--foundation #gform_fields_6 img {
  top: 12px !important;
  right: 20px !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  pointer-events: auto !important;
  z-index: 1051 !important;
  position: relative !important;
}


@media(min-width:768px){
  
  .our-mission-col > .vc_column-inner  {
    padding-left: 17% !important;
}
.our-vision-col > .vc_column-inner {
  padding-right: 17% !important;
}
  .about-what-we-do-col > .vc_column-inner {
    padding: 100px 30px 40px 30px !important;
    margin-bottom: -84px;

  }
  .about-what-we-do-col-2 > .vc_column-inner{
    padding-top: 90px !important;
  }
}

@media (min-width: 1200px) {
  .testimonial-layout-1 {
    width: 120vw;
  }

  .vc_row.testimonial-outer-row {
    padding-right: 0 !important;
  }
  footer .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }

  footer .grid-item {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
}



@media(max-width:767px) {
  .discount-image-posi img {
    position: relative;
    top: -30px;
    right: 0px;
    margin-bottom: -41px;
  }
  .time-deals-image img{
    width: 200px;
  }
  .time-deals-image{
    text-align: center !important;
  }

  #top-deals-row{
    background-image: url(/wp-content/uploads/2025/01/Artboard-2-2.png) !important;
    background-position: bottom right !important;
    padding-bottom: 191px !important;
    background-size: cover !important;
  }
  .single-package-accordion:after {
    top: 27px !important;
}
.gform-theme--foundation #gform_fields_6 img {
  top: 44px !important;
  right: 20px !important;
}
.gform-theme--foundation #gform_fields_6 input:not(input[type="submit"]), .gform-theme--foundation #gform_fields_6 textarea, .gform-theme--foundation #gform_fields_6 .gfield_list_group_item select{
  margin-top: 1rem;
}
}

/* Holiday Listing Style */

#holiday .article-six-image{
  position: relative;
}
#holiday .article-six-image .card-img-top{
  height: 312px;
   object-fit: cover;
}
#holiday .article-badge-like{
  position: absolute;
    top: 10%;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
#holiday .card{
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #E4E6E8;
}
#holiday .card-body{
  padding: 30px;
    border-radius: 30px;
    margin-top: -30px;
    z-index: 1;
    background: #fff;
}
#holiday .card-body .card-text{
  text-align: left;
    color: var(--article-card-text-color);
}
#holiday .article-like-container {
  width: 32px;
  height: 32px;
  background: #FFFFFFD1;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.ui-datepicker .ui-datepicker-title{
	display:flex;
}
.ui-widget.ui-widget-content{
	width:316px;
}
.gfield_list_5_cell3{
	position:relative !important;
}

.widecolumn{
	margin: 300px;
}

.dataTables_wrapper .dataTables_length select{width:60px;}

/*--overlapping css mobile--*/
@media (max-width: 620px) {
  .overlap-heading{
    margin-top: 16px !important;
  }
  .mobile-card{
    margin-bottom: 30px;
  }
  .referral-mobile-btn{
    padding: 10px !important;
  }
  .responsive-table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  }
  .responsive-table-container table {
    width: 100%;
    min-width: 600px; /* set based on your table’s actual width */
    border-collapse: collapse;
  }
  #bookingTable_filter{
    margin-bottom: 20px;
  }
  .detail-long-des table{
    width: 100%;
    margin-left: 0px;
  }
}