/*
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
*/


header {
  --nav-link-font-size: 16px;
  --nav-link-line-height: 32px;
  --nav-link-letter-spacing: 0.2px;
  --nav-link-margin-left: 0;
  --nav-link-margin-right: 30px;
  --nav-link-m-margin-right: 0px;
  --header-logo-width: 130px;
  --header-logo-height: auto;
  --header-navbar-collapse-bg: #101217;

  --header-cta-nav-button-bg: var(--bs-primary);
  --header-cta-nav-button-border-color: var(--bs-primary);
  --header-cta-nav-button-color: var(--bs-black);
  --header-cta-nav-button-padding: 16px 24px;
  --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: 60px;
  --article-layout-margin-bottom: 60px;
  --article-card-col-margin-bottom: 30px;
  --article-layout-card-col-margin-bottom-mobile: 0;

  /*text and icon colors */
  --article-card-text-color: var(--bs-secondary);
  --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: var(--bs-secondary);
  --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: var(--bs-primary);
  --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: linear-gradient(62.14deg, #101217 -12.74%, #212C47 106.35%);
  --testimonial-bg-matched-color: var(--bs-white);
  --testimonial-border-color: var(--bs-primary);
  --testimonial-text-color: var(--bs-white);
  --testimonial-border-radius: 0px;
  --testimonial-padding: 2.5rem 2rem;
  --testimonial-padding-mobile: 10px;
  --testimonial-box-shadow: none;

  /* slick slider */
  --testimonial-slider-bw-space: 12px;
  --testimonial-slider-dot-width: 14.63px;
  --testimonial-slider-dot-height: 14.63px;
  --testimonial-slider-dot-size: 50px;
  --testimonial-slider-dotcolor: #252933;
  --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 ");
}








/* 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);
  }
}


.dm-sans {
  font-family: 'DM Sans', sans-serif;
}

.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;
}

/* 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;
}

/* 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;
  }

}


@media(min-width:992px) {
  .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;
  }


}



.fw-500 {
  font-weight: 500;
}

.bg-no-repeat-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.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 {
  height: 459px;
  width: 100%;
  object-fit: cover;
}

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

  bottom: 0;
}

.common-banner-sec .banner-title {

  color: #fff;
}



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

#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%);
}

.home-banner {
  height: 700px;
  display: flex;
  align-items: center;
}



/* css for common header end here */

@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-title {
    font-size: 40px;
  } */

  .common-banner-sec .banner-img {
    height: 250px;

  }
 
}


.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;
}

.linear-gradient-common {
  background: linear-gradient(97.28deg, rgba(25, 22, 27, 0.92) 34.6%, rgba(25, 22, 27, 0) 83.17%);

}

.vc-inner-pt-0 .vc_column-inner {
  padding-top: 0 !important;
}

/* header */

/* .common-product-card{

} */

.product-detail-content h4 {
  font-weight: 400;
  color: var(--bs-primary);
  font-size: 16px;
  line-height: 26px;
  font-family: 'DM Sans 18pt', serif;
  margin-bottom: 0;
}

@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%;
  }
}

@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;
}

.common-product-card .heading-h3 {
  margin-top: -30px;
  background-color: #191C17;
  display: inline-block;
  margin-right: 10px;
  padding: 12px 10px;
  position: relative;
  top: -22px;
  margin-bottom: -10px !important;
}


.home-contact-form input:not([type="submit"]),
.home-contact-form select,
.home-contact-form textarea {
  background-color: transparent !important;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0 !important;
  color: #FFFFFF !important;
  padding-left: 5px !important;
  padding-bottom: 14px !important;
  min-height: 43px;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;

}

.home-contact-form input[type="submit"] {
  background-color: var(--bs-primary) !important;
  border-radius: 50px !important;
  color: #000 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  padding: 6px 44px !important;
  font-weight: 700 !important;
}

.home-contact-form input {
  height: 100% !important;
}

.home-contact-form input::placeholder,
.home-contact-form textarea::placeholder {
  color: #ffffff !important;
  font-size: 16px;
}

.home-contact-form input:focus,
.home-contact-form select:focus,
.home-contact-form textarea:focus {
  box-shadow: none !important;
}

.home-contact-form select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.38584 6.38566L11.8402 0.931114C12.0533 0.718132 12.0533 0.37275 11.8402 0.159732C11.6272 -0.05325 11.2818 -0.05325 11.0688 0.159768L6.0001 5.22861L0.931114 0.159732C0.718096 -0.05325 0.372751 -0.05325 0.159733 0.159768C0.0532236 0.266241 -1.33514e-05 0.405841 -1.33514e-05 0.545441C-1.33514e-05 0.685041 0.0532236 0.824641 0.159769 0.93115L5.61446 6.38566C5.71675 6.48799 5.85548 6.54544 6.00013 6.54544C6.14479 6.54544 6.28355 6.48799 6.38584 6.38566Z' fill='white'/%3e%3c/svg%3e");
  font-size: 16px;
}

.home-contact-form select option {
  color: #000;
}

.home-contact-form .gform_footer {
  margin-top: 54px;
}

.home-contact-form .gform_validation_errors {
  display: none !important;
}

.gallery-inner-slider .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}


.product-categories-listing .category-item > a img{
  width: 100%;
}

/* .product-cat-row, .common-blurb-row{
  z-index: +1;
}

.product-cat-row:after, .common-blurb-row:after{
  content: "";
  width: 500px;
  height: 500px;
  background-color: #003F7F;
  position: absolute;
  top: 0;
  right: 0;
  filter: blur(400px);
  z-index: -1;
} */


.product-detail-img {

  margin-bottom: 30px;

}

@media(min-width:768px) {
  .product-detail-img {
    float: left;
    width: 60%;
    margin-right: 60px;
    margin-bottom: 10px;

  }
}



.product-detail-page-outer {
  overflow: hidden;
}

.product-detail-content * {
  float: none !important;
  /* overflow: hidden; */
}

.product-detail-content .vc_row-fluid::before,
.product-detail-content .vc_row-fluid::after,
.product-detail-content .vc_column-inner::before,
.product-detail-content .vc_column-inner::after {
  content: unset !important;
}


.fixed-social-links .banner-social-links-2 {
  padding: 0;
  list-style: none;
  position: absolute;
  top: 550px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  z-index: 999;
  right: 36px;
}

.h-0 {
  height: 0;
}

.fixed-social-links .vc_col-sm-12 {
  height: 0;
}

.fixed-social-links .banner-social-links-2 i {
  font-size: 22px;
  color: #c3c2c0;
}

.fixed-social-links *:not(.banner-social-links-2) {
  position: static;
}


/* footer */

footer {
  background-image: url('/wp-content/uploads/2025/01/footer-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


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

footer ul.social-icons {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}

footer ul.social-icons li {
  list-style: none;
  width: 52.71px;
  height: 52.71px;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid var(--bs-primary);
}

footer ul.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;

}

footer ul.social-icons li a i {
  font-size: 20px;
}

footer .logo {
  width: 155px;
  height: auto;
}


footer ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 50px;
}


footer .widget-title {
  font-family: 'DM Sans 18pt';
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
  position: relative;
  width: fit-content;
}

footer .widget-title:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  width: 120%;
  height: 1px;
  background-color: var(--bs-primary);
}


.mar-b-equal p {
  margin-bottom: 36px;

}

.blog-layout-one .card-img-top {
  min-height: 422px;
  object-fit: cover;

}

#homeBanner {
  position: relative;
  z-index: +1;
}

#homeBanner:after {
  content: "";
  width: 400px;
  height: 400px;
  background-color: #003F7F;
  position: absolute;
  bottom: 0;
  right: 0;
  filter: blur(400px);
  z-index: -1;

}





div#AboutSection,
#testimonials,
#blog-news {
  background: linear-gradient(90deg, rgba(16, 18, 24, 1) 0%, rgba(16, 19, 25, 1) 48%, rgba(13, 27, 45, 1) 100%);
}

div#products {
  background: linear-gradient(315deg, rgba(27, 40, 52, 1) 0%, rgba(34, 35, 35, 1) 20%, rgba(34, 35, 35, 1) 80%, rgba(27, 40, 52, 1) 100%);
}


.blog-detail .detail-long-des p {
  margin-bottom: 50px;
}



#gform_2 .large {

  border: 1px solid #FFFFFF;

  border-radius: 4px !important;

  font-size: 16px;

  height: 56px;

  line-height: 26px;

  padding: 18px 20px;

  width: 100%;

  color: white !important;

  background: #101217;

}

.contact-section-page-image .wpb_single_image.vc_align_left,
.contact-section-page-image .wpb_single_image .vc_figure,
.contact-section-page-image .wpb_single_image .vc_single_image-wrapper,
.contact-section-page-image .wpb_single_image img {

  width: 100%;

}

.map-section iframe {

  height: 100%;

}

.gfield_description,
.gfield_validation_message,
.gform_validation_errors {

  display: none !important;

}

.contact-right-column .wpb_wrapper {

  height: 100%;

}

.contact-right-column .wpb_wrapper .wpb_text_column.wpb_content_element {

  height: inherit;

  margin: 0;

}

.contact-us-map-section h3 {

  font-size: 20px;

  font-weight: 400;

  line-height: 30px;

}

.contact-us-map-section p,
.contact-us-map-section p a {

  font-size: 16px;

  font-weight: 400;

  line-height: 28px;

  text-decoration: none;

}

.contact-right-column .vc_column-inner {

  padding-left: 0px !important;

}

#gform_2 #gform_submit_button_2 {
  background: #F7C70F;
  border-radius: 0px;
  padding: 16px 56px 16px 25px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: 'DM Sans 18pt';
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.7071 8.70711C21.0976 8.31658 21.0976 7.68342 20.7071 7.29289L14.3431 0.928932C13.9526 0.538408 13.3195 0.538408 12.9289 0.928932C12.5384 1.31946 12.5384 1.95262 12.9289 2.34315L18.5858 8L12.9289 13.6569C12.5384 14.0474 12.5384 14.6805 12.9289 15.0711C13.3195 15.4616 13.9526 15.4616 14.3431 15.0711L20.7071 8.70711ZM0 9L20 9V7L0 7L0 9Z' fill='black'/%3e%3c/svg%3e ") !important;
  background-repeat: no-repeat;
  background-position: 85% center;

}


.contact-us-section .contact-page-image-down img {

  padding-top: 70px;

}

#gform_2 .textarea:focus,
#gform_2 .large:focus,
#gform_2 select:focus {

  box-shadow: unset !important;

}

#gform_2 #gform_submit_button_2:focus {

  border-color: #F7C70F !important;

  box-shadow: unset !important;

}

#gform_2 .textarea {

  font-size: 16px;

  line-height: 26px;

}

#field_2_5 label {

  display: none;

}

#gform_2 .large::placeholder,
#gform_2 .textarea::placeholder {

  color: white !important;

}

#gform_2 select,
#gform_2 .textarea {

  background: #101217;

  border: 1px solid #FFFFFF;

}

@media(max-width: 991px){
  @media (max-width: 991.98px) {
    .breadcrumb-scroller .breadcrumb {
        flex-wrap: wrap;
    }
}
}

@media(max-width: 620px) {

  .contact-us-section .contact-page-image-down img {

    padding-top: 50px;

  }

  .contact-left-column .vc_custom_1736513509950 {

    padding-top: 50px !important;

    padding-right: 50px !important;

    padding-bottom: 50px !important;

    padding-left: 50px !important;

  }

  .contact-left-column {

    padding-right: -15px !important;

  }

  .contact-right-column .vc_column-inner {

    padding-left: 15px !important;

  }

}

#gform_1 #gform_submit_button_1:focus {
  border-color: #F7C70F !important;
}

#gform_2 .textarea{
  color: white !important;
}

@media (min-width: 640px) {
  #gform_fields_1.gform_fields {
    column-gap: 60px !important;
  }


  #gform_fields_2.gform_fields {
  
    column-gap: 34px !important;
    row-gap: 24px !important;
  }
  #gform_fields_2 .gform_footer {
    margin-top: 32px !important;
  }

}

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


@media(max-width:600px) {
  .home-banner {
    display: flex;
    align-items: center;
    min-height: 500px;
    height: auto;

  }

  .fixed-social-links .banner-social-links-2 {
    display: none;
  }
  .common-product-card .heading-h3 {
    margin-top: -24px;
    top: -14px;
  
}
}

.modal-body p{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 30px 0px;
  margin-bottom: 0px;
}

.modal-header{
display: none;
}