@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
:root {
    --font-family-theme: 'Roboto', sans-serif;
    --font-family-primary: 'Roboto', sans-serif;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-black: #000000;
    --bs-primary: #6A851C;
    --bs-primary-hover: #617c15;
    --bs-secondary: #A8C848;
    --bs-secondary-hover: #8aa82e;
    --bs-text: #7D9929;
}
body {
    font-family: var(--font-family-primary);
    font-size: 16px;
    color: var(--color-light);
}
.btn {
    font-size: 16px;
}
.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: var(--bs-primary-hover);
    border-color: var(--bs-primary-hover);
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--bs-primary-hover);
    border-color: var(--bs-primary-hover);
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary {
    color: #fff;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: var(--bs-secondary-hover);
    border-color: var(--bs-secondary-hover);
    box-shadow: none;
}
.btn-secondary:hover {
    color: #fff;
    background-color: var(--bs-secondary-hover);
    border-color: var(--bs-secondary-hover);
}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.text-primary {
    color: var(--bs-black);
}
.text-secondary {
    color: var(--bs-black);
}
.text-300 {
    font-weight: 300;
}
.text-400 {
    font-weight: 400;
}
.text-500 {
    font-weight: 500;
}
.text-700 {
    font-weight: 700;
}
.text-900 {
    font-weight: 900 !important;
}
.fs-1 {
    font-size: 40px;
}
.fs-2 {
    font-size: 36px;
}
.fs-3 {
    font-size: 32px;
}
.fs-4 {
    font-size: 28px;
}
.fs-5 {
    font-size: 24px;
}
.fs-6 {
    font-size: 20px;
}
h1, h2, h3, .h1, .h2, .h3 {
    color:var(--theme-heading-color);
    font-family: var(--font-family-primary);
    font-weight: 900;
}
h4, h5, h6, .h4, .h5, .h6 {
    font-family: var(--font-family-primary);
    color: var(--bs-black);
    font-weight: 900;
}
a {
    outline: none;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul li, ol li {
    list-style: none;
}
p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1.7rem;
    color: #333;
    font-weight: 400;
}
p span {
    color: var(--bs-primary);
    font-weight: 500;
}
.bg-light {
    background-color: #F4F6EC !important;
}
/***************start css for pagewise ****************** */
.navbar {
    background-color: var(--bs-primary);
    padding:0;
}
.navbar-brand {
    padding:0 20px;
    background-color: var(--bs-white);
}
.navbar .nav-link {
    color: var(--bs-white);
    font-size: 20px;
    padding-left: 40px !important;
}
.navbar-brand img {
    max-width: 175px;
    border-radius: 0;
}
header{
    background-attachment: fixed;
    position: relative;
}
header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255, 0.8);
}
.hero-banner {
    position: relative;
    z-index: 2;
    padding-top: 5rem;
}
.hero-banner h1 span {
    color: var(--bs-primary);
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1025;
}
.header-outer {
    width: 100%;
    z-index: 2000;
    width:100%;
    background:white;
    padding:0; 
    transition:all 0.5s;
}
.header-outer.sticky-navbar {
    position: fixed;
    top:0;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);  
    padding:0;
    animation:slide-down 0.7s;
    opacity:1;    
    background-color: #fff;
}                  
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
/* end css for single navbar */
h3 {
    font-size: 36px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 30px;
}
h3::first-letter {
    font-size: 70px;
    color: var(--bs-primary);
}
h3::before, h3::after {
    content: '';
    position: absolute;
}
h3::before {
    width: 100px;
    height: 3px;
    background-color: var(--bs-secondary);
    bottom: 0;
    left: 0;
}
.about-us {
    margin: 6rem 0 3.5rem;
}
.about-us:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--bs-primary);
    width: 40%;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.about-us figure {
    margin-bottom: 0;
}
.about-us figure img {
    border-radius: 20px;
}
img {
    border-radius: 20px;
}
.figure-video img {
    max-width: 200px;
    position: absolute;
    top: 114px;
}
.figure-video.figure-video-left img {
    left: 30px;
}
.figure-video.figure-video-right img {
    right: 30px;
}
.footer {
    background-color: var(--bs-primary);
    padding: 1.5rem 0;
    color: var(--bs-white);
}
.footer ul li {
    margin-right: 1.5rem;
}
.footer ul li a {
    color: var(--bs-white);
    text-decoration: none;
}











































input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.4rem;
}
.aside {
  background: var(--bs-text);
}

@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

ion-icon:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 20%;
  padding: 1rem;
}



@media (max-width: 767.98px) {
    .about-us::before {
        display: none;
    }
    .about-us {
        margin: 2rem 0 0rem;
    }
    .figure-video img { 
        max-width: 130px;
    }
    .img-group  {
        margin-bottom: 4rem;
    }
    .footer {
        text-align: center;
    }
    .footer-link ul {
        margin-bottom: 1rem;
    }
    .footer-link ul li {
        margin:0 10px;
    }
    .footer-link ul.d-flex {
        justify-content: center;
    }
}
































































  