@import url("https://fonts.googleapis.com/css2?family=Nixie+One&display=swap");
@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NHaasGroteskDSPro-25Th.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-25Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NHaasGroteskDSPro-55Rg.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-55Rg.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskDisp Pro UltTh";
  src: url("../fonts/NHaasGroteskDSPro-15UltTh.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-15UltTh.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/NHaasGroteskTXPro-55Rg.woff2") format("woff2"),
    url("../fonts/NHaasGroteskTXPro-55Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskText Pro Md";
  src: url("../fonts/NHaasGroteskTXPro-65Md.woff2") format("woff2"),
    url("../fonts/NHaasGroteskTXPro-65Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/NHaasGroteskTXPro-55Rg.woff2") format("woff2"),
    url("../fonts/NHaasGroteskTXPro-55Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/NHaasGroteskTXPro-75Bd.woff2") format("woff2"),
    url("../fonts/NHaasGroteskTXPro-75Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/NHaasGroteskTXPro-75Bd.woff2") format("woff2"),
    url("../fonts/NHaasGroteskTXPro-75Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskText Pro Md";
  src: url("../fonts/NHaasGroteskTXPro-65Md.woff2") format("woff2"),
    url("../fonts/NHaasGroteskTXPro-65Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: "NeueHaasGroteskText Pro";
  font-weight: 400;
}

body {
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #2f2f2f;
  text-decoration: underline;
}
a:hover {
  color: #2f2f2f;
  text-decoration: none;
}
a.more {
  font-weight: 600;
}

.custom-navbar {
  background: #eeeeee !important;
  padding-top: 0px;
  padding-bottom: 0px;
  position: sticky;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 70px;
}
.custom-navbar:not(.scrolled):before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgb(19 19 19 / 91%);
}
.custom-navbar .navbar-brand {
  font-size: 32px;
  font-weight: 600;
}
.custom-navbar .navbar-brand > span {
  opacity: 0.4;
}
.custom-navbar .navbar-toggler {
  border-color: transparent;
}
.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.custom-navbar .custom-navbar-nav li a {
  font-weight: 500;
  color: #ffffff !important;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}
@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #f9bf29;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: 0.15s all ease-out;
    -o-transition: 0.15s all ease-out;
    transition: 0.15s all ease-out;
  }
}
.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}
.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}
.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}
.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}
.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}
.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}
.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}

.hero {
  background-image: url(./images/banner-bg.jpg);
  padding: calc(4rem - 30px) 0 0rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  position: relative;
  background-color: #fff;
  height: 100vh;
  padding: calc(4rem - 30px) 0 0rem 0;
  /* margin-top: -70px;
  z-index: 9999;
  position: relative; */
}
@media (min-width: 768px) {
  .hero {
    padding: calc(4rem - 30px) 0 4rem 0;
  }
}
@media (min-width: 992px) {
  .hero {
    padding: calc(8rem - 30px) 0 8rem 0;
  }
}
.hero .intro-excerpt {
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) {
  .hero .intro-excerpt {
    max-width: 450px;
  }
}
.hero h1 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .hero h1 {
    font-size: 54px;
  }
}
.hero p {
  color: rgba(255, 255, 255, 0.5);
  margin-botom: 30px;
}
.hero .hero-img-wrap {
  position: relative;
}
.hero .hero-img-wrap img {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  max-width: 780px;
  left: -20px;
}
@media (min-width: 768px) {
  .hero .hero-img-wrap img {
    right: 0px;
    left: -100px;
  }
}
@media (min-width: 992px) {
  .hero .hero-img-wrap img {
    left: 0px;
    top: -80px;
    position: absolute;
    right: -50px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-img-wrap img {
    left: 0px;
    top: -80px;
    right: -100px;
  }
}
.hero .hero-img-wrap:after {
  content: "";
  position: absolute;
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -100px;
  top: -0px;
}
@media (min-width: 1200px) {
  .hero .hero-img-wrap:after {
    top: -40px;
  }
}

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f;
}
.btn:hover {
  color: #ffffff;
  background: #222222;
  border-color: #222222;
}
.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary {
  background: #3b5d50;
  border-color: #3b5d50;
}
.btn.btn-primary:hover {
  background: #314d43;
  border-color: #314d43;
}
.btn.btn-secondary {
  color: #2f2f2f;
  background: #f9bf29;
  border-color: #f9bf29;
}
.btn.btn-secondary:hover {
  background: #f8b810;
  border-color: #f8b810;
}
.btn.btn-white-outline {
  background: transparent;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn.btn-white-outline:hover {
  border-color: white;
  color: #ffffff;
}

.section-title {
  color: #000;
  font-weight: 600;
  font-size: 48px;
}
.why-choose-section p {
  color: #000;
  font-size: 18px;
}
.product-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    #000000 31.96%,
    rgba(13, 50, 156, 0) 100%
  );
}
.product-section {
  position: relative;
  background: linear-gradient(
    116.33deg,
    #13338e 3.93%,
    #0c319e 45.01%,
    #001964 89.96%
  );
}
.product-section .product-item {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 50px;
  cursor: pointer;
}
.product-section .product-item .product-thumbnail {
  margin-bottom: 30px;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product-section .product-item h3 {
  font-weight: 600;
  font-size: 16px;
}
.product-section .product-item strong {
  font-weight: 800 !important;
  font-size: 18px !important;
}
.product-section .product-item h3,
.product-section .product-item strong {
  color: #2f2f2f;
  text-decoration: none;
}
.product-section .product-item .icon-cross {
  position: absolute;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #2f2f2f;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -17.5px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product-section .product-item .icon-cross img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-section .product-item:before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background: #dce5e4;
  height: 0%;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product-section .product-item:hover .product-thumbnail {
  top: -25px;
}
.product-section .product-item:hover .icon-cross {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.product-section .product-item:hover:before {
  height: 70%;
}
.product-section p {
  font-size: 16px;
}
.why-choose-section {
  padding: 3rem 0;
}
.why-choose-section .img-wrap {
  position: relative;
}

.feature {
  margin-bottom: 30px;
}
.feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.feature .icon:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  background: rgba(59, 93, 80, 0.2);
  border-radius: 50%;
  right: -8px;
  bottom: 0;
}
.feature h3 {
  font-size: 14px;
  color: #2f2f2f;
}
.feature p {
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
}

.we-help-section {
  padding: 7rem 0;
  /* background: #13338e; */
}
.we-help-section .imgs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [27];
  grid-template-columns: repeat(27, 1fr);
  position: relative;
}
.we-help-section .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}
.we-help-section .imgs-grid .grid {
  position: relative;
}
.we-help-section .imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%;
}
.we-help-section .imgs-grid .grid.grid-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 18;
  grid-column: 1 / span 18;
  -ms-grid-row: 1;
  -ms-grid-row-span: 27;
  grid-row: 1 / span 27;
}
.we-help-section .imgs-grid .grid.grid-2 {
  -ms-grid-column: 19;
  -ms-grid-column-span: 27;
  grid-column: 19 / span 27;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / span 5;
  padding-left: 20px;
}
.we-help-section .imgs-grid .grid.grid-3 {
  -ms-grid-column: 14;
  -ms-grid-column-span: 16;
  grid-column: 14 / span 16;
  -ms-grid-row: 6;
  -ms-grid-row-span: 27;
  grid-row: 6 / span 27;
  padding-top: 20px;
}

.custom-list {
  width: 100%;
}
.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #3b5d50;
  position: absolute;
  left: 0;
  top: 8px;
}

.popular-product {
  padding: 3rem 0 3rem 0;
}
.popular-product .product-item-sm h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
}
.popular-product .product-item-sm a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.popular-product .product-item-sm a:hover {
  color: rgba(47, 47, 47, 0.5);
}
.popular-product .product-item-sm p {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 14px;
}
.popular-product .product-item-sm .thumbnail {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  position: relative;
}
.popular-product .product-item-sm .thumbnail:before {
  content: "";
  position: absolute;
  border-radius: 20px;
  background: #dce5e4;
  width: 98px;
  height: 98px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.testimonial-section {
  padding: 3rem 0 7rem 0;
}

.testimonial-slider-wrap {
  position: relative;
}
.testimonial-slider-wrap .tns-inner {
  padding-top: 30px;
}
.testimonial-slider-wrap .item .testimonial-block blockquote {
  font-size: 16px;
}
@media (min-width: 768px) {
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    line-height: 32px;
    font-size: 18px;
  }
}
.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
  margin-bottom: 20px;
}
.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
  max-width: 80px;
  border-radius: 50%;
}
.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0;
}
.testimonial-slider-wrap #testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .testimonial-slider-wrap #testimonial-nav {
    display: block;
  }
}
.testimonial-slider-wrap #testimonial-nav > span {
  cursor: pointer;
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.1);
  color: #2f2f2f;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.testimonial-slider-wrap #testimonial-nav > span:hover {
  background: #3b5d50;
  color: #ffffff;
}
.testimonial-slider-wrap #testimonial-nav .prev {
  left: -10px;
}
.testimonial-slider-wrap #testimonial-nav .next {
  right: 0;
}
.testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0 !important;
  height: 7px !important;
  margin: 2px;
}
.testimonial-slider-wrap .tns-nav button:active,
.testimonial-slider-wrap .tns-nav button:focus,
.testimonial-slider-wrap .tns-nav button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.testimonial-slider-wrap .tns-nav button:before {
  display: block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #d6d6d6;
}
.testimonial-slider-wrap .tns-nav button:hover:before,
.testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
  background-color: #3b5d50;
}

.before-footer-section {
  padding: 7rem 0 12rem 0 !important;
}

.blog-section {
  padding: 7rem 0 12rem 0;
}
.blog-section .post-entry a {
  text-decoration: none;
}
.blog-section .post-entry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}
.blog-section .post-entry .post-thumbnail img {
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.blog-section .post-entry .post-content-entry {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-section .post-entry .post-content-entry h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 7px;
}
.blog-section .post-entry .post-content-entry .meta {
  font-size: 14px;
}
.blog-section .post-entry .post-content-entry .meta a {
  font-weight: 600;
}
.blog-section .post-entry:hover .post-thumbnail img,
.blog-section .post-entry:focus .post-thumbnail img {
  opacity: 0.7;
}

.footer-section {
  padding: 80px 0;
}
.footer-section .relative {
  position: relative;
}
.footer-section a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-section a:hover {
  color: rgba(47, 47, 47, 0.5);
}
.footer-section .subscription-form {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .footer-section .subscription-form {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
.footer-section .subscription-form h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3b5d50;
}
.footer-section .subscription-form .form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}
.footer-section .subscription-form .form-control:active,
.footer-section .subscription-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3b5d50;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.footer-section .subscription-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control::-moz-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control:-ms-input-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control:-moz-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .btn {
  border-radius: 10px !important;
}
.footer-section .sofa-img {
  position: absolute;
  top: -200px;
  z-index: 1;
  right: 0;
}
.footer-section .sofa-img img {
  max-width: 380px;
}
.footer-section .links-wrap {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}
.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}
.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #3b5d50;
}
.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}
.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #dce5e4;
  color: #3b5d50;
  border-radius: 50%;
}
.footer-section .custom-social li a:hover {
  background: #3b5d50;
  color: #ffffff;
}
.footer-section .border-top {
  border-color: #dce5e4;
}
.footer-section .border-top.copyright {
  font-size: 14px !important;
}

.untree_co-section {
  padding: 7rem 0;
}

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}
.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3b5d50;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.form-control::-moz-placeholder {
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  font-size: 14px;
}
.form-control:-moz-placeholder {
  font-size: 14px;
}

.service {
  line-height: 1.5;
}
.service .service-icon {
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #3b5d50;
  margin-right: 20px;
  color: #ffffff;
}

textarea {
  height: auto !important;
}

.site-blocks-table {
  overflow: auto;
}
.site-blocks-table .product-thumbnail {
  width: 200px;
}
.site-blocks-table .btn {
  padding: 2px 10px;
}
.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 0px !important;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}
.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #3b5d50 !important;
}
.site-blocks-table .btn {
  background: none !important;
  color: #000000;
  border: none;
  height: auto !important;
}

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
  color: #000000;
}

.couponcode-wrap input {
  border-radius: 10px !important;
}

.text-primary {
  color: #3b5d50 !important;
}

.thankyou-icon {
  position: relative;
  color: #3b5d50;
}
.thankyou-icon:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.2);
}
.large-text {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
  text-align: center;
  padding-bottom: 75px;
}
.list-items {
  background: #1e2247;
  border-radius: 10px;
}
p.medium-text {
  font-size: 34px;
  color: #fff;
  font-weight: 400;
  padding-left: 15px;
  padding-top: 15px;
}
.list-items li {
  color: #fff;
  list-style-image: url(./images/bullet-icon.png);
  padding-left: 20px !important;
  line-height: 30px;
  padding: 2px;
  position: relative;
}
h2.section-title {
  text-align: center;
  margin-bottom: 25px;
}
button.accordion-button {
  color: #fff;
  text-align: left;
  background-color: #13338e;
}
.industry-section {
  padding: 7rem 0 7rem 0;
  background-image: url(./images/bgquote.png);
  background-repeat: no-repeat;
  background-size: cover;
}
img.banner-button {
  width: 165px;
  float: right;
  margin-top: 26rem;
}
p.quote-text {
  font-size: 30px;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  min-height: 195px;
  line-height: 40px;
  font-weight: 500;
}
p.author-text {
  font-size: 17px;
  color: #fff;
  padding-left: 90px;
  padding-right: 90px;
  text-align: center;
}
.footer-section {
  padding: 10px 0;
  background: #eff2f1;
  text-align: center;
  color: #000;
  border-top: 1px solid #bebebe;
}
iframe {
  border-radius: 10px;
}
.we-help-section h2.section-title {
  color: #fff;
  margin-bottom: 50px;
}
.we-help-section {
  padding: 3rem 0;
}
.accordion-item {
  border: 1px solid #000;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(./images/Blackarrow.svg) !important;
  background-size: cover;
  transform: rotate(0deg);
}
button.accordion-button.collapsed::after {
  background-image: url(./images/Whitedownarrow.svg);
  background-size: cover;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #6cb1db;
  font-size: 30px;
  font-weight: bold;
  box-shadow: none;
}
.accordion-collapse.collapse.show {
  background: #6cb1db;
  color: #000;
}
.accordion-button {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  box-shadow: none;
}
button.accordion-button span {
  padding-right: 20px;
}
.contact.container {
  padding: 3rem 3rem;
}
button.btn.btn-primary-hover-outline {
  margin-top: 30px;
  background: #13338e;
}
.list-items li {
  font-size: 18px;
}
img.quote-icon {
  position: relative;
  left: 45%;
  top: -35px;
}
.qfirst {
  border-right: 1px solid #90919273;
}
.container.relative {
  font-weight: 400;
}
.accordion-body p {
  font-size: 18px;
  font-weight: 400 !important;
}
span.videoicon {
  position: relative;
  top: -60%;
  left: 40%;
  cursor: pointer;
}
.talk-to-us .field > label {
  display: none;
}
.talk-to-us fieldset,
.talk-to-us fieldset .field .input input,
.talk-to-us fieldset .field .input textarea {
  width: 100%;
  max-width: 100%;
}
.talk-to-us fieldset .field .input input,
.talk-to-us fieldset .field .input textarea {
  padding: 5px;
  margin: 5px;
  height: 50px;
  border: #d6d6d6 1px solid !important;
  border-radius: 6px !important;
  color: #000 !important;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-family: "neue haas grotesk display pro cufonfonts", Sans-serif;
  padding: 0 19px;
}
.talk-to-us fieldset .field .input textarea {
  height: 150px;
}
.talk-to-us fieldset .field .input input:focus-visible,
.talk-to-us fieldset .field .input textarea:focus-visible {
  outline: 0px solid;
}
.talk-to-us fieldset .field .input input[type="checkbox"] {
  width: auto;
  height: auto !important;
  margin-top: 0px !important;
}
.talk-to-us ul.hs-error-msgs {
  padding: 5px 5px 5px 7px;
  margin-top: 0px;
}
.talk-to-us ul li {
  list-style: none;
  font-family: "neue haas grotesk display pro cufonfonts", Sans-serif;
}
.talk-to-us fieldset .hs-fieldtype-booleancheckbox ul {
  padding-left: 5px;
}
.talk-to-us fieldset .hs-fieldtype-booleancheckbox ul li label {
  display: flex;
}

.talk-to-us .hs_submit .actions .hs-button {
  cursor: pointer;
  font-size: 18px !important;
  background: #13338e !important;
  border-radius: 50px !important;
  -moz-border-radius: 2px !important;
  color: #fff !important;
  text-align: left;
  padding: 10px 40px !important;
  border: 0 !important;
  margin-top: 10px;

  position: relative;
  height: 56px !important;
  border-color: #000 !important;
  display: flex;
  align-items: center;
  padding-right: 20px !important;
  justify-content: flex-end;
  padding-right: 35px !important;
  width: 190px !important;
}
.talk-to-us .hs_submit .actions .hs-button {
  left: 0px;
  border: 1px solid #ff7f3f;
  /* border-radius: 50px; */
  padding: 12px;
  top: 3px;
  width: 255px;
  height: 50px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  text-align: center !important;
  margin-top: 15px;
  background-color: #ff7f3f;
}
.talk-to-us .hs_submit .actions .hs-button:before {
  content: "\e9c5";
  font-family: elementskit !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.rc-anchor-invisible-text {
  background: #1e2447 !important;
}
.hs-button::before {
  content: url(https://www.firstsource.com/wp-content/uploads/2024/08/arrow1.png); /* URL of your custom icon */
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.hs-button::before {
  content: "\f00c"; /* Unicode for the FontAwesome check icon */
  font-family: "Font Awesome 5 Free"; /* Use the correct font family */
  font-weight: 900; /* Font weight for solid icons */
  display: inline-block;
  margin-right: 8px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: 15px;
}
.talk-to-us .hs-error-msgs,
.talk-to-us .hs-error-msg {
  margin-bottom: 0px !important;
}
input::placeholder {
  color: #000;
}
.talk-to-us fieldset .field .input textarea::placeholder {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .talk-to-us fieldset.form-columns-2 {
    column-gap: 30px;
    display: flex;
  }
}
fieldset.form-columns-2 {
  width: 100%;
  max-width: 100% !important;
}
.contact.container p.large-text {
  color: #000;
  padding-bottom: 20px;
}
p.large-textone {
  color: #000;
}

.popular-product h2 {
  margin-bottom: 10px;
}

.contact.container h2 {
  color: #000;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
}
.grecaptcha-badge {
  transform: scale(0.8);
  transform-origin: left;
  color-scheme: dark;
}
@media (max-width: 1600px) and (min-width: 1300px) {
  .list-items {
    background: #1e2247;
    border-radius: 10px;
    height: 400px;
    padding-top: 90px;
  }
}
.accordion {
  transition: 0.4s;
  --bs-accordion-bg: #6cb1db;
}
.accordion-body {
  padding-left: 75px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 51px;
  z-index: 99;
  font-size: 18px;
  border: none;
  /* outline: none; */
  background: url(./images/Scrollup.svg);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .product-section {
    padding: 2rem 0rem;
  }
  .large-text {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 15px;
  }
  div#sproduct iframe {
    border-radius: 10px;
    margin-top: 14px;
    margin-bottom: 50px;
  }
  .why-choose-section {
    padding: 1rem 0;
  }
  .section-title {
    font-size: 30px;
    line-height: 30px;
  }
  p.quote-text {
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
  }
  .contact.container {
    padding: 1rem 1rem;
  }
  button.accordion-button {
    font-size: 20px !important;
  }
  .hero {
    background-image: url(./images/mobile-banner.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    /* height: 500px; */
  }
  img.banner-button {
    margin-top: 20rem;
  }
  .custom-navbar .navbar-toggler {
    display: none;
  }
}

/* New style added */

.hero:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #131313e8;
}
.hero h1 {
  font-size: 26px;
}
.hero h1 span {
  color: #6cb1db;
}
.banner_btn {
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding: 14px 30px;
  border-radius: 90px;
  background: #1d1c1c;
  border: 2px solid white;
  text-decoration: none !important;
  transition: 0.4s;
}
.banner_btn:hover {
  background-color: white;
  color: black;
}
.embed-responsive video {
  height: 300px;
  cursor: pointer;
}
.graph_wraper .inner_box {
  background: #6cb1db33;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
.graph_wraper .inner_box h3 {
  font-size: 18px;
}
.graph_wraper .inner_box img {
  max-height: 330px;
  object-fit: contain;
}
.we-help-section .inner_wraper {
  padding: 14px;
  background-color: #203381;
}
.we-help-section .inner_wraper.first,
.we-help-section .inner_wraper.fourth,
.we-help-section .inner_wraper.six,
.we-help-section .inner_wraper.eight {
  background-color: #1c2d72;
}
.we-help-section .inner_wraper.second,
.we-help-section .inner_wraper.tenth {
  background-color: #1d2959;
}
.we-help-section .inner_wraper .counter {
  font-size: 50px;
  font-weight: 400;
  line-height: 36px;
  color: #ffffff80;
  font-family: "Nixie One", system-ui !important;
  margin-bottom: 12px;
}
.we-help-section .inner_wraper h3 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}
.we-help-section .inner_wraper .desc {
  font-size: 14px;
  line-height: 20px;
  color: white;
  margin: 0;
}
.industry-section .inner_wraper {
  border: 1px solid #50609261;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.industry-section .inner_wraper .desc {
  line-height: 28px;
  font-size: 18px;
}
.industry-section .inner_wraper .author {
  line-height: 20px;
  font-size: 14px;
}
.industry-section .inner_wraper .content {
  position: relative;
}
.industry-section .inner_wraper .quote_icon.top {
  margin-left: -12px;
  margin-bottom: 0px;
}
.industry-section .inner_wraper .quote_icon.bottom {
  transform: rotate(180deg);
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.accordion.width {
  display: flex;
  min-height: 400px;
}

.accordion.width .card {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: min-content;
}

.accordion.width .card .card-header {
  cursor: pointer;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.accordion.width .card .card-header:not(.collapsed) {
  pointer-events: none;
}
.collapsing.width {
  transition: width 0.6s ease;
  height: auto;
  width: 0;
}
.horizontal_accordian .card {
  border: 0;
  border-radius: 0;
}
.horizontal_accordian .card .card-header {
  text-align: center;
  border: 0;
  background: #6cb1dbdb;
  color: black;
  font-size: 18px;
  border-radius: 0;
  border-left: 1px solid #000;
}
.horizontal_accordian .card .card-body {
  width: 340px !important;
  max-width: 100%;
  position: relative;
  padding: 30px 20px;
  height: 100%;
  border-bottom: 6px solid #0035d4;
}
.horizontal_accordian .card .card-body img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.horizontal_accordian .card .card-body h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.horizontal_accordian .card .card-body p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.horizontal_accordian .card .card-body a {
  color: white;
  text-decoration: none !important;
  font-size: 16px;
  border: 1px solid white;
  border-radius: 40px;
  padding: 6px 24px;
  display: inline-block;
  transition: 0.4s;
}
.horizontal_accordian .card .card-body a:hover {
  background: white;
  color: black;
}
.animate-on-scroll {
  /*opacity: 0 !important;*/
}
.animate__animated {
  /*opacity: 1;*/
  /*opacity: 1 !important;*/
}
.animate__animated.animate__delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animate__animated.animate__delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.hbspt-form label {
  display: none;
}
.hbspt-form input:not(.hs-button) {
  outline: none;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 0;
}
.hbspt-form .hs-button {
  font-size: 20px;
  background: #13338e;
  color: white;
  border: 0;
  border-radius: 90px;
  padding: 12px 30px;
  transition: 0.4s;
  margin-top: 20px;
}
.hbspt-form .hs-button:hover {
  background-color: white;
  color: #13338e;
}
.hbspt-form .hs-error-msgs {
  color: red;
  padding: 0;
  list-style: none;
}
.inner_graphic {
  position: absolute;
  left: 0;
  top: -50px;
  height: 100%;
  width: 100%;
}
.inner_graphic img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.text-blue {
  color: #4f72ff;
}
.why-choose-section {
  /* background: url("../assets/graph.svg") no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 1000px;
  position: relative; */
}
.why-choose-section .inner_box {
  background: rgb(108 177 219 / 20%);
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
}
.why-choose-section .animated_chart {
  position: absolute;
  height: 100% !important;
  width: 52% !important;
  bottom: 0;
}
.why-choose-section .inner_section h3 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
}
.why-choose-section .left_side.inner_section h3 {
  color: #3164fb;
}
.why-choose-section .right_side.inner_section h3 {
  color: #181818;
}
.why-choose-section .inner_section h3:after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #bdbdbd 0%, #ffffff 100%);
}
.why-choose-section .left_side.inner_section h3:after {
  background: linear-gradient(90deg, #87a5ff 0%, #ffffff 100%);
}
.why-choose-section .right_side.inner_section p {
  font-size: 17px;
  margin-bottom: 0;
}
.why-choose-section .inner_section .tagline {
  color: #6e6e6e;
  font-weight: 700;
  font-size: 18px;
}
.hover_box {
  color: #323232;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 10px;
  transition: 0.3s;
  margin-left: -10px;
}
.hover_box span {
  color: #13338e;
  font-weight: 600;
}
.hover_box:hover {
  background: linear-gradient(90deg, rgb(135 165 255 / 50%) 0%, #ffffff 100%);
}
.box_wraper:hover {
  background: linear-gradient(90deg, #bdbdbd 0%, #ffffff 100%);
}
.box_wraper {
  padding: 10px 14px;
  border-radius: 10px;
  transition: 0.3s;
  margin-left: -10px;
}
@keyframes fadeInUpSoft {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Smooth Elementor-style fade in down */
@keyframes fadeInDownSoft {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-animate,
.scroll-animate-down {
  opacity: 0;
}
.animate__fadeInUpCustom {
  animation-name: fadeInUpSoft !important;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__fadeInDownCustom {
  animation-name: fadeInDownSoft !important;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.m_footer {border-top: 1px solid #ddd;background: linear-gradient(91deg, rgba(32, 50, 130, 0.20) 0.36%, rgba(7, 11, 28, 0.20) 96.83%);background-color: #203282; padding: 157px 0 40px 0;position: relative;}
.copy { display: block; font-size: 14px;color: #fff;text-align: center;}
.fimg {text-align: center;margin-bottom: 80px; }
.fimg img { max-width: 500px;}
.foot_cont { color: #fff; margin-bottom: 10px;}
.foot_cont a { color: #fff; font-size: 18px;}
.b_img {position: absolute;left: 50%;transform: translateX(-106%);top: -78px;}
.bot_form {padding: 50px 0 100px 0;}

@media (min-width: 571px) {
  .hero h1 {
    font-size: 32px;
  }
  .embed-responsive video {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .hero h1 {
    font-size: 80px;
  }
  .banner_btn {
    font-size: 22px;
  }
  .graph_wraper .inner_box h3,
  .we-help-section .inner_wraper h3,
  .horizontal_accordian .card .card-body h3 {
    font-size: 24px;
  }
  .we-help-section .inner_wraper {
    padding: 25px 30px;
  }
  .we-help-section .inner_wraper .desc,
  .industry-section .inner_wraper .author {
    font-size: 18px;
    line-height: 24px;
  }
  .industry-section .inner_wraper .desc {
    line-height: 30px;
    font-size: 22px;
  }
  .industry-section .inner_wraper {
    padding: 20px 40px;
  }
  .horizontal_accordian .card .card-body p {
    font-size: 16px;
    line-height: 24px;
  }
  .product-section p,
  .why-choose-section p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1100px) {
  .industry-section .inner_wraper .quote_icon.top {
    margin-left: -55px;
    margin-bottom: -6px;
  }
  .embed-responsive video {
    object-fit: cover;
  }
  .list-content-wraper {
    max-width: 484px;
    margin: auto;
    margin-top: 250px;
    padding-left: 34px;
  }
  .inner_graphic .u_icon {
    margin-top: -250px;
  }
  .inner_graphic .n_icon {
    margin-top: 200px;
  }
}
@media (max-width: 1100px) {
  .accordion.width,
  .accordion.width .card {
    flex-direction: column;
  }
  .horizontal_accordian .card .card-body {
    width: 100% !important;
  }
  .accordion.width .card .card-header {
    cursor: pointer;
    writing-mode: horizontal-tb;
    width: 100%;
    transform: rotate(0);
    text-align: left;
    border-bottom: 1px solid #ffffff;
  }
  .accordion.width {
    height: auto !important;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .why-choose-section {
    background: unset;
  }
  .why-choose-section .animated_chart {
    height: 23% !important;
    width: 86% !important;
    bottom: 0;
    z-index: 9;
  }
  .bg_content_inn {max-width: 100%;padding: 30px 30px;}
.fimg img {max-width: 300px;}
.b_img {max-width: 290px;}
.foot_cont a {font-size: 15px;}
}
@media (min-width: 1550px) {
  .why-choose-section .inner_section h3 {
    font-size: 24px;
  }
  .container {
    max-width: 1440px;
  }
  .contact.container h2 {
    font-size: 40px;
  }
}

/*footer accordian css start*/

.accordion {
  display: flex;
  width: 100%;
  height: 460px;
  margin-top: 1rem;
}

.accordion-section {
  position: relative;
  flex: 1;
  overflow: hidden;
  transition: flex 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #5d98bc;
  margin: 0 2px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

.accordion-section:first-child {
  margin-left: 0;
}

.accordion-section:last-child {
  margin-right: 0;
}

.accordion-section:hover {
  flex: 6;
  background-color: unset;
}

.accordion-section:hover .section-content {
  opacity: 1;
  transition: 0.4s;
  transition-delay: 0.6s;
}

.accordion-section:hover .title-vertical {
  opacity: 0;
}

.accordion-section:hover .project-img {
  opacity: 1;
  transform: scale(1.05);
}
.project-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s ease;
  transform: scale(1.2);
}

.title-vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.5s ease;
  color: black;
}
.section-content {
  padding: 1.5rem;
  width: 100%;
  z-index: 2;
  opacity: 0;
  /*transition: all 0.5s ease;
    transition-delay: 0.1s;*/
  border-bottom: 6px solid #0035d4;
  color: white;
}

.accordion .section-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  color: white;
  display: inline-block;
}

.section-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.project-tags span {
  font-size: 0.7rem;
  padding: 4px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.view-button {
  display: inline-block;
  margin-top: 1.2rem;
  font-size: 15px;
  padding: 6px 22px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}

.view-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  transition: all 0.3s ease;
  z-index: -1;
}

.view-button:hover {
  color: #000;
}

.view-button:hover::before {
  left: 0;
}
.border-bottom-custom {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.foot_cont a {
	text-decoration: none;
}
.custom-navbar:not(.scrolled):before { display: none;}
.contact.container {padding-bottom: 100px;}
@media (max-width: 991px) {
  .portfolio-container {
    width: 100%;
    height: auto;
  }

  .accordion {
    flex-direction: column;
    height: auto;
  }

  .accordion-section {
    height: 80px;
    margin: 4px 0;
    align-items: center;
    justify-content: center;
  }

  .accordion-section:hover {
    height: 240px;
  }

  .title-vertical {
    transform: translate(-50%, -50%) rotate(0);
  }

  .header h1 {
    font-size: 1.5rem;
  }

  .section-content {
    visibility: hidden;
    height: 0;
  }

  .accordion-section:hover .section-content {
    padding: 1rem;
    height: auto;
    visibility: visible;
  }

  .accordion .section-title {
    font-size: 1.2rem;
  }

  .section-description {
    font-size: 14px;
    line-height: 20px;
    max-height: 100px;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .form_heading h3 {font-size: 28px;}
     .form_contact .input { margin-right: 0 !important;}
     .form_contact input {width: 100% !important;}
     .fimg img {max-width: 214px;}
     .b_img {transform: translateX(-115%);top: -23px;}
     .m_footer {padding: 60px 0 25px 0;}
  .b_img img { max-width: 100%;}
  .contact.container {padding-bottom: 50px;}
  
}
  


