@font-face{
    font-family: 'Impact';
    src:url(fonts/impact.ttf);
  }
  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  html {
      scroll-behavior: smooth;
      /* scroll-snap-type: y mandatory; */
    }
  body {
    margin: 0;
    overflow-x: hidden;
    /* scroll-snap-type: y mandatory; */
  }
  #logo{
    width: 7%;
    float: left;
  }
  .logo1{
    width: 7%;
  }
  nav{
    padding: 30px;
  }
  .navbar{ 
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0px;
    z-index:10;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #1C1C1E;
  }
  /* .nav-color{
    background-image: linear-gradient(#1C1C1E,transparent) ;
    background-color: #1c1c1e47;
  } */
  nav ul{
    float: right;
    padding: 30px 0px;
  }
  .nav-item{
    float: right;
    color: white;
    font-family: Impact;
    font-size: 1.2vw;
    font-weight: 400;
    margin: 0vw 0.8vw;
    letter-spacing: 1px;
  }
  nav ul li{
    display: inline-block;
    vertical-align: middle;
  }
  nav ul li a {
    display: inline-block;
    outline: none;
    color: #1f2227;
    font-size: 1.3vw;
    letter-spacing: 1px;
    font-weight: 550;
    text-decoration: none;
    letter-spacing: 0.04em;
  }
  .nav-btn{
    background-color: #007F3E;
    width: auto;
    height: auto;
    border: 2px solid #007F3E;
    border-radius: 100px;
    padding: 5px 25px;
  }
  .nav-btn:hover{
    background-color: white;
  }
  nav ul li a:hover {
    color: #007F3E;
    text-decoration: none;
  }
  /* .active {
    color: white;
  } */
  #nav:checked + .nav-open {
    transform: rotate(45deg);
  }
  #nav:checked + .nav-open i {
    background: #fff;
    transition: transform 0.2s ease;
  }
  #nav:checked + .nav-open i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
  }
  #nav:checked + .nav-open i:nth-child(2) {
    display: block;
  }
  #nav:checked + .nav-open i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
  }
  #nav:checked ~ .nav-container {
    z-index: 9990;
    display: block;
  }
  #nav:checked ~ .nav-container ul li a {
    display: block;
    transform: translateY(0);
  }
  .hidden {
    display: none;
  }
  @media screen and (max-width:1024px){
    .navbar{
      height: 75px;
    }
      .nav-item {
      float: none;
    }
    .nav-container {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      background: #000;
      display: none;
      transition: all 0.2s ease;
    }
    .nav-container ul {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      right: 0;
    }
    .nav-container ul li {
      display: block;
      float: none;
      width: 100%;
      /* text-align: center; */
      margin-bottom: 10px;
      padding: 0px 0px 0px 90px;
    }
    .nav-container ul li:nth-child(1) a {
      transition-delay: 0.2s;
    }
    .nav-container ul li:nth-child(2) a {
      transition-delay: 0.3s;
    }
    .nav-container ul li:nth-child(3) a {
      transition-delay: 0.4s;
    }
    .nav-container ul li:nth-child(4) a {
      transition-delay: 0.5s;
    }
    .nav-container ul li:nth-child(5) a {
      transition-delay: 0.5s;
    }
    .nav-container ul li:nth-child(6) a {
      transition-delay: 0.6s;
    }
    .nav-container ul li:not(:first-child) {
      margin-left: 0;
    }
    .nav-container ul li a {
      padding: 10px 10px;
      display: none;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      transform: translateY(-20px);
      transition: all 0.2s ease;
    }
    .nav-open {
      position: fixed;
      right: 10px;
      top: 10px;
      display: block;
      width: 48px;
      height: 48px;
      cursor: pointer;
      z-index: 9999;
      border-radius: 50%;
    }
    .nav-open i {
      display: block;
      width: 30px;
      height: 2px;
      background: #fff;
      border-radius: 2px;
      margin-left: 14px;
    }
    .nav-open i:nth-child(1) {
      margin-top: 16px;
    }
    .nav-open i:nth-child(2) {
      margin-top: 4px;
      opacity: 1;
    }
    .nav-open i:nth-child(3) {
      margin-top: 4px;
    }
    .nav-btn{
      margin: 0% 30% 0% 0%;
    text-align: center;
    }
  }
.section1{
    width: 100%;
    height: auto;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #1c1c1e;
    box-sizing: border-box;
    margin-top: 90px;
}
.section1 h1{
    color: white;
    font-size: 2.5vw;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}
.copy-container{
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.copy-container ol li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    line-height: 1.2em;
}
.copy-container ol li span{
    color:#007F3E;
}
.copy-container p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    line-height: 1.2em;
} 
.section1 button{
    margin-top: 20px;
    background-color: #007F3E;
    width: auto;
    height: auto;
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 1em;
    border: 2px solid #007F3E;
    border-radius: 100px;
    padding: 10px 40px;
    cursor: pointer;
  }
  .section1 button:hover{
    background-color: transparent;
    color: white;
  }
  .section1 button a{
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    color: inherit;
  }
.footer-section{
    width: 100%;
    box-sizing: border-box;
    height: auto;
    background-color: #1C1C1E;
    display: flex;
    flex-direction: row;
    scroll-snap-align: start;
    padding: 30px 30px;
  }
  .foot{
    position: relative;
    width: 33.33%;
    height: 100%;
    /* margin: 20px; */
  }
  .title-sec{
    display: flex;
    flex-direction: column;
    color: white;
    padding: 20px 20px 0px 20px;
  }
  .title-sec img{
    width: 15%;
    height: 15%;
  }
  .title-sec p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 550;
    line-height: 1.5em;
  }
  .address-sec{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5em;
      margin: 15px 15px 15px 15px;
  }
  .footerlink{
      position: absolute;
      top: 12%;
      color: white;
      font-size: 20px;
      font-family: 'Quicksand', sans-serif;
      font-weight: 600;
      left: 22%;
  }
  .sec-foot{
    margin-top:-5% !important;
  }
  .footer-menu{
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 20px 5px 10px 5px;
  } 
  .footer-menu a{
    color: white;
      text-decoration: none;
      font-family: 'Impact';
      font-size: 18px;
      margin: 10px;
      font-weight: 500;
  }
  .footer-menu a:hover{
    text-decoration: underline;
  }
  .foot button{
    background-color: #007F3E;
    width: auto;
    height: auto;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
    border: 2px solid #007F3E;
    border-radius: 100px;
    padding: 10px 25px;
    cursor: pointer;
  }
  .social-section{
    display: flex;
    margin-top: 20px;
      color: white;
      width: auto;
  }
  .social-section p{
    margin: 10px;
      font-size: 18px;
      border: 1px solid white;
      border-radius: 50%;
      padding: 10px;
      cursor: pointer;
      width: 40px;
      height: 40px;
  }
  .copyright-section{
    width: 100%;
    background-color: #1C1C1E;
    color: white;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
  }
  .foot button:hover{
    background-color: transparent;
    color: white;
  }
  .powered{
    display: block;
    font-size: 12px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding:0px 0px 0px 30px;
  }
  .copy-section1{
    width: 100%;
    height: 60vh;
    background-color: #007F3E;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    padding: 0px 250px;
  }
  .copy-section1 p{
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2vw;
    line-height: 1.6em;
  }
  a{ 
    text-decoration: none;
    color: inherit;
  }
@media only screen and (max-width:980px){
    .section1{
        margin-top:60px;
    }
    .copy-container {
    padding: 35px 35px;
}
.copy-container ol li {
    font-size: 2.5vw;
}
.copy-container p {
    font-size: 2.5vw;
}  
.section button{
    width: 33%;
    top: 80%;
    font-size: 2.5vw;
  }
.footer-section{
    display: block;
  }
  .foot{
    width: 100%;
    height: auto;
    margin: none;
  }
  .footer-menu{
    margin: 0;
  }
  .title-sec{
    padding: 0% 19%;
    align-items: center;
    text-align: center;
  }
  #logo{
    width: 12%;
    float: left;
  }
  .foot-mobile{
    padding: 0% 6% 3% 15% !important;
  }
  .sec-foot{
    margin-top:5% !important;
  }
  .footerlink{
    left:18%;
  }
  .title-sec img{
    width: 20%;
  }
  .powered{
    text-align: center;
  }
  .title-sec a{
    text-align: center;
  }
  .title-sec p{
    /* margin:22px 30px 0px 14px; */
    font-size: 24px;
  }
.address-sec{
  text-align: center;
}
.copy-section1{
  padding: 0px 50px;
}
.span-copy {
  font-size: 3.6vw;
}
}
@media only screen and (max-width:760px){
    .section1 {
padding: 50px 20px;
margin-top:60px;
}
.copy-container ol li {
    font-size: 4.5vw;
}
.copy-container p {
font-size: 4.5vw;
}
.section1 h1 {
font-size: 5vw;
text-align: center;
}
.section1 button{
    width: 60%;
    font-size: 4vw;
    align:center;
  }
.social{
    padding: 9% 3% 3% 3% !important;
  }
  .title-sec p{
    font-size: 18px;
  }
  .copyright-section p{
    font-size: 14px;
  }
  .title-sec{
    padding: 2% 4%;
    
  }
  .address-sec{
    padding: 0% 0%;
    font-size: 13px;
  }
  #logo{
    width: 22%;
    float: left;
  }
  .foot-mobile{
    padding: 0% 0% 0% 5% !important;
  }
  .title-sec img{
    width: 20%;
  }
  .footerlink{
    left:11% ;
  }
  .footer-menu a {
    font-size: 12px;
    letter-spacing: 0px;
}
.foot button{
  font-size: 4vw;
}
.subcopy{
  text-align: center;
}
.copy-section1{
  padding: 0px 30px;
}
.copy-section1 span{
font-size: 25px !important;
}
.copy-section1 p{
  font-size: 20px;
}
.span-copy {
  font-size: 5vw;
}
}