html {
  scroll-behavior: smooth;
}
body {
  background: #1e1e1e;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: "kumbh", sans-serif;
}
body p {
  line-height: 1.25 !important;
}
.hero-block {
  object-fit: cover;
  width: 100%; /* Ensures the image takes the full width */

  max-width: 100%; /* Ensures the image doesn't exceed the container width */
  display: block; /* Removes any space below the image */
}
.panel-block .panel{
  height:100%;
}
.contact-header {
  background: #000;
  color: #fff;
  padding: 5px 10px;
}
.header-phone, .header-email{
  padding:0 15px;
}
.social-links {
  text-align: right;
}
.social-link svg {
  height: 25px;
  width: 25px;
  fill: #fff;
  margin: 2px 10px;
}
.nav-wrap {
  position: absolute;
  z-index: 999;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
}
.navbar {
  float: right;
}
.navbar a {
  color: #fff;
}
.green-bubble {
  background: #7bc143;
  max-width: 244px;
  margin: auto;
  padding: 8px;
  border-radius: 50px;
}
.kumbh {
  font-family: "kumbh", sans-serif;
}
.logo-main {
  padding: 25px 5px;
}
.green-divider {
  width: 300px;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.welcome-list {
/*   display: flex;
  justify-content: space-between; */
  padding: 0;
  margin: 0;
  list-style: none;
}

.welcome-list li {
  flex: 0 0 auto; /* Prevent shrinking */
  text-align: left;
}
.welcome-list i {
  color: #f68720;
  margin-right: 5px;
}
.section-break {
  padding: 0;
  background: #f68720;
  background: linear-gradient(
    103deg,
    rgba(246, 135, 32, 1) 0%,
    rgba(246, 135, 32, 1) 51%,
    rgba(123, 193, 67, 1) 50%,
    rgba(123, 193, 67, 1) 100%
  );
}
.connected-text p {
  margin-bottom: 0;
  line-height: 1 !important;
}
.connected-text {
  max-width: 350px;
  margin: auto;
}
.team-grid .tb-container {
  overflow: hidden;
}
.team-grid p {
  margin-bottom: 0;
}
.team-grid .tb-grid-column img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.team-grid .tb-image,
.team-grid figure {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.faq-item {
  padding: 1em 0;
}

.faq-question {
  background: none;
  border: none;
  font-size: 1.2em;
  text-align: left;
  width: 100%;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.3s;
}
.faq-question::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  float: right;
  color: #777;
  font-size: 30px;
}
.active .faq-question::after {
  color: #f68720;
  content: "\f0d8";
}
.faq-question:hover {
  color: #0073aa;
}

.faq-answer {
  display: none;
  margin-top: 0.5em;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active {
  background: black;
  border-radius: 25px;
  color: #fff;
  transition: all 500ms ease;
}
.yt-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.yt-wrapper iframe,
.yt-wrapper object,
.yt-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.go-box-cont p{
  padding:5px 0;
  margin-bottom:10px;
}
footer {
  background: #2b2b2b;
  padding: 30px;
  font-size:14px;
}
footer .col-md-4 {
  padding: 0 25px;
}
footer p {
  color: #fff;
}
footer .nav-link {
  color: #fff;
  padding: 0;
}
footer h3 {
  color: #f68720;
  font-size: 20px;
}
.social-footer svg:first-of-type {
  margin-left: 0;
}
.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  background: #ca5f00;
  color: #000;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 36px;
  cursor: pointer;
  z-index: 999;
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.scroll-to-top:hover {
  background: #444;
  color: #fff;
  transform: scale(1.1);
}

.scroll-to-top i {
  vertical-align: middle;
}

.orange-button:hover a {
  text-decoration: none;
  background: #4b4b4b !important;
  color: #fff !important;
  transition: all 500ms ease;
}
.green-button:hover a {
  text-decoration: none;
  background: #4b4b4b !important;
  color: #fff !important;
  transition: all 500ms ease;
}
.logo-footer{
  margin-bottom:20px;
}
h2.gform_title{
  color:#fff;
}
#gform_wrapper_1{
  border:1px solid #777;
  padding:25px;
  background:#1c1c1c;
}
#gform_wrapper_2{
  border:1px solid #777;
  padding:25px;
  background:#0c0c0c;
}
.orange-divder{
  margin-top:25px;
  margin-bottom:25px;
  border-top-color: #f68720;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .navbar {
    float: right;
    width: 100%;
    text-align: center;
  }

  .welcome-list {
    flex-direction: column;
    align-items: center;
  }

  .welcome-list li {
    width: 100%;
    max-width: 300px;
  }
  .scroll-to-top {
    bottom: 30px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .nav-wrap {
    position: relative;

  }
}
/*Extra small devices portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.header-phone, .header-email{
    width:100%;
    padding-bottom:5px;
  }
  .contact-header, .social-links{
    text-align: center;
  }
}
