:root {
    --primary-color: #6fc205;
    --secondary-color: #1da1f2;
  }
.sub-title.two::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    border: 2px solid #6fc205;
  }

#news-text form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
  }
  #news-text .news-letter-content {
    margin-left: 0;
}
  #news-text  input {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 0 12px;
    flex: 1 1 0;
    min-height: 3rem;
  }

  #news-text  input:focus {
    outline: 1px solid var(--primary-color);
  }

  #news-text button {
    flex: 0 1 0;
    background-color: var(--primary-color);
    color: white;
    padding: 12px 32px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
  }
  #news-text .news-letter-content .title {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
    color: #fff;
}
#news-text .news-letter-content span {
    color: #b0afaf;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.sage-links.footer-links li {
    position: relative;
    padding-right: 0px;
    margin-right: 32px;
    margin-top: 10px;
}

.sage-links.footer-links li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 21px;
    background: transparent !important;
    margin-top: -2px;
}
.copyright-wrap {
    padding: 3px 0 13px;
}
.footer-layout2 {
    position: relative;
    background: black;
}
.team_members_box .team-img img {
    max-width: 350px;
}

.hero_section .hero-wapper-two {
    position: absolute;
    /* padding: 292px 0 135px; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 7px;
    background: #00000075;
}
.hero_section{
    position: relative;
}
.hero_section video{
    width: 100%;
}
.hero_section .hero-content-two .title {
    color: #6fc203;
    text-shadow: 4px 5px 8px BLACK;
}


.hero_section .hero-content-two .title{
    font-size:45px;
    line-height: 73px;
}

.hero_section .hero-wapper-two::before{
    display: none !important;
}
@media (max-width: 992px) {
    .hero_section .hero-content-two .title {
        font-size:30px;
        line-height: 46px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .hero_section .hero-content-two p{
    display: none;
    }
    .hero_section .hero-content-two .title {

        text-align: center;
        margin: auto;

    }
  }

@media only screen and (max-width: 600px) {
    .hero_section .hero-content-two .title {
        font-size: 22px !important;
        text-align: center;
        margin: auto;
        line-height: 38px !important;

    }
   .hero_section .hero-wapper-two {
        padding: 75px 0;
    }


  }
  @media only screen and (max-width: 412px) {
    .hero_section .hero-content-two .title {
        font-size: 18px !important;
        line-height: inherit !important;

    }

  }

  @media only screen and (max-width: 375px) {
    .hero_section .hero-wapper-two {
        padding: 55px 0;
    }

  }
