html {
  scroll-behavior: smooth;
  font-family: 'Lato', sans-serif; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #6b6b6b;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }

.gradient-darkred {
  background: linear-gradient(to right, #b5262b 0%, #920103 100%); }

.gradient-red-black-color {
  background: linear-gradient(to right, #b5262b 0%, #000 100%); }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

p {
  color: #000;
  text-align: justify; }

h2,
h3,
h4,
h5,
h6 {
  color: #b5262b; }
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    color: #fab005; }

.section-lg {
  padding: 80px 0; }

.bg-white-color {
  background-color: #fff; }

.bg-gray {
  background-color: #f2f2f2; }

.bg-img1 {
  background-image: url(../images/bg-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%; }

.bg-img2 {
  background-image: url(../images/bg-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%; }

.bg-img3 {
  background-image: url(../images/pattern2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%; }

ul li,
ol li {
  list-style: none; }

header {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99999;
  background-color: transparent; }

.sticky {
  background-color: #b5262b; }

.navbar {
  background-color: #f9b50057;
  width: 100%;
  /*
    position: absolute;*/ }
  .navbar .navbar-brand {
    padding: 0;
    margin: 0; }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize; }

.cl-count-2 {
  column-count: 2; }

.top-name {
  padding: 1.5rem 0; }
  .top-name h1,
  .top-name h2 {
    color: #fff;
    font-size: 2.3rem; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .top-name h1,
      .top-name h2 {
        font-size: 1.99rem; } }
    .top-name h1 span,
    .top-name h2 span {
      color: #fab005;
      font-size: 1.2rem; }
  .top-name h6 {
    font-size: 0.9rem;
    margin-top: 10px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .top-name h1,
    .top-name h2 {
      font-size: 1.2rem; }
    .top-name .agri-science-img {
      margin-left: 17px; }
    .top-name img {
      width: 60px !important; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .top-name .agri-science-img {
      margin-right: 50px; } }

.banner-bg {
  background-image: url(../images/banner.webp);
  height: 100vh;
  width: 100%;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-size: cover; }
  .banner-bg::after {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    z-index: -1; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .banner-bg {
      height: 70vh; } }
  .banner-bg .banner-content {
    padding: 1rem 0;
    /*top: calc( 20% - 25px );
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;*/ }
    .banner-bg .banner-content h2 {
      color: #fab005;
      font-size: 1.8rem; }
      .banner-bg .banner-content h2 span {
        text-shadow: 2px 2px 2px #f1c40f;
        color: #fff;
        font-size: 1.2rem; }
    .banner-bg .banner-content .inner-banner h3 {
      display: inline-block;
      background-color: #fff;
      color: #000000;
      padding: 0.6rem;
      font-size: 1.7rem;
      border-radius: 5px;
      box-shadow: inset 0px 0px 7px #0000006b; }
    .banner-bg .banner-content h3 {
      padding-bottom: 10px;
      font-size: 1.7rem;
      color: #fff;
      /*text-shadow: 2px 2px 2px #f1c40f;*/ }
    .banner-bg .banner-content h4 {
      color: #fab005; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .banner-bg .banner-content h3 {
        font-size: 1.2rem; } }
    .banner-bg .banner-content .notify {
      width: 60%;
      height: 300px;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 7.2rem; }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .banner-bg .banner-content .notify {
          width: 90%; } }
      .banner-bg .banner-content .notify h3 {
        color: #b5262b;
        font-size: 2.6rem;
        text-shadow: 1px 1px 1px #f9b500; }

.blink {
  animation: blink-animation 1s steps(5, start) infinite; }

@keyframes blink-animation {
  to {
    visibility: hidden; } }
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden; } }
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #b5262b;
  z-index: 999; }

.title-line {
  background-color: #b5262b;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  position: relative;
  transform: rotate(45deg); }
  .title-line:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 55px;
    top: 35px;
    right: 8px;
    background: #fab005;
    transform: rotate(-45deg); }
  .title-line:after {
    left: 8px;
    position: absolute;
    content: "";
    height: 2px;
    width: 55px;
    bottom: 35px;
    background: #fab005;
    transform: rotate(-45deg); }

.about-sec .image {
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
  box-shadow: 8px 8px transparent; }
  .about-sec .image img {
    width: 100%; }
  .about-sec .image:hover {
    box-shadow: 8px 8px #b5262b;
    transform: scale(1.05); }
    .about-sec .image:hover .overlay-img {
      opacity: 100%; }
.about-sec .overlay-img {
  background-color: #f1c40f66;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0; }

.list-line li {
  margin-right: 25px;
  position: relative;
  color: #000;
  margin-bottom: 15px; }
  .list-line li:before {
    position: absolute;
    content: "\f123";
    left: -30px;
    top: 5px;
    transform: rotate(180deg);
    font-size: 14px;
    line-height: 20px;
    color: #b5262b;
    font-weight: 600;
    font-family: FontAwesome; }

/*.notification{
    background: linear-gradient(to left, #22253a , #22253a8a);
    padding: 25px;
    transition: all 600ms ease-out;
    min-height: 200px;
    border-radius: 0 50px;
    text-align: center;
    color: #ffffff;
    margin: 10px;
    &:hover{
           transform: translateY(-10px);
    box-shadow: 1px 1px 5px 1px #22253a;
    background: linear-gradient(to right, #f1c40fa1, #22253a00);
    color: #22253a;
    }
}*/
.organized {
  background-image: url(../images/bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0; }
  .organized::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
    z-index: -1; }
  .organized p {
    color: #fff; }
  .organized h2 {
    color: #fff; }
  .organized h5 {
    color: #fab005; }
  .organized li {
    color: #fff; }
  .organized .default-table tbody tr td {
    background: #ffffffcf; }

.notify {
  background: #ffffff8c;
  color: #fff;
  padding: 15px;
  border: 2px solid #f1c40f;
  width: 58%;
  margin: 15px auto; }
  .notify li {
    margin-bottom: 20px; }
  .notify p {
    color: #fff;
    text-align: center; }
  .notify h5 {
    color: #fff;
    margin-bottom: 15px; }
    .notify h5 span {
      color: #b5262b; }
  .notify a {
    color: #000; }

/*.team-main{
  overflow: hidden;
 .team-sec{
      box-shadow: 0px 0px 5px #989595;
      padding: 20px;
      background-color: $white-color;
      margin-bottom: 20px;
      text-align: justify;
      h5{
        color: $darkred;
        margin-top: 20px;
      }
      .team-inner{
        position: relative;
        .overlay-team{
          position: absolute;
          content: " ";
          bottom: 0;
          width: 100%;
          z-index: 9;
          padding: 15px;
          background-color: rgba(0,0,0,0.7);
          opacity: 0;
          transform: scale(0,0);
          transition: all 0.6s ease-in-out;
        }
      }
      &:hover{
        .overlay-team{
          transform: scale(1);
          opacity: 1;
          visibility: visible;
          .border-team{
            text-align: center;
            h5{
              color: $white-color
            }
            h6{
              color: $darkred
            }
          }
        }
      }
    }
  }*/
.default-table {
  font-size: 1.1rem; }
  .default-table thead tr th {
    background-color: #b5262b;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border: 1px solid #000; }
  .default-table tbody {
    /*  background: linear-gradient(to left, #f1c40f94, #22253ac4);*/ }
    .default-table tbody tr td {
      border: 1px solid #b5262b;
      background-color: transparent;
      color: #000;
      transition: 0.6s; }
      .default-table tbody tr td:hover {
        color: #000; }

/*.logo-inner {
  position: relative;
    border: 1px solid #aba69f;
    transition: all 400ms ease-out;
    box-shadow: 0 3px 6px #deac6b, 0 3px 6px #0e7ef7;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    background-color: #22253a;
    padding: 20px 10px;
    margin-bottom: 20px;
       border-radius: 20px;
  &:hover {
    transform: translateY(-10px);
  }
}
.log-img {
    width: 20%;
    background: #fff;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
    color: #f1c40f;
    border-radius: 25px 0;
    i{
      font-weight: 700;
    }
}
.logo-inner-div {
     width: 80%;
    padding-left: 20px; color: white-color;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3rem;
 p{
       color: $darkred;
       margin-top: 10px;
  }
}*/
a {
  text-decoration: none; }

#scrollTop {
  position: fixed;
  bottom: 30px;
  right: 100px;
  z-index: 98;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.6s ease-in-out;
  line-height: 2.4;
  background-color: #b5262b; }
  #scrollTop:hover {
    transform: translateY(-10px); }
    #scrollTop:hover i {
      color: #fff; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    #scrollTop {
      right: 3px;
      bottom: 80px; } }

.team {
  background: #b5262b;
  text-align: center;
  padding: 25px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: all 400ms ease-out;
  box-shadow: 0 0px 9px #f1c40f70, 0 0px 9px #22253a38;
  margin-bottom: 10px; }
  .team:before {
    content: "";
    background: linear-gradient(to right bottom, #fff, #eee);
    border-radius: 10px 10px 50px 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 1px;
    bottom: 1px;
    z-index: -1; }
  .team:after {
    content: "";
    background: linear-gradient(to right bottom, #fff, #eee);
    border-radius: 10px 10px 80px 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: #b5262b;
    width: 40px;
    height: 40px;
    border-radius: 10px 0 150% 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto; }
  .team h4 {
    /*
    border-bottom: 1px solid #22253a;*/
    padding-bottom: 10px;
    color: #b5262b;
    /* text-shadow: 1px 1px 1px #f1c40f;*/ }
  .team h5 {
    color: #22253a;
    margin-bottom: 0; }
  .team p {
    text-align: center;
    margin-bottom: 0; }
    .team p > a {
      color: #4a4a4a; }
  @media (max-width: 991px) {
    .team {
      min-height: auto; } }

footer {
  background-color: #eee;
  padding: 40px 0 40px; }
  footer a {
    color: #000;
    text-decoration: none;
    transition: 0.6s; }
    footer a:hover {
      color: #b5262b; }
  @media (max-width: 991px) {
    footer {
      min-height: auto; } }

.sub-footer {
  padding: 15px;
  text-align: center;
  background-color: #b5262b;
  color: #fff;
  border-top: 2px solid; }
  .sub-footer a {
    color: #fff; }

.custom-button a {
  color: #000;
  text-transform: uppercase;
  border-radius: 5%;
  box-shadow: none;
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #fab005;
  box-shadow: 2px 2px 0px #b5262b; }
  .custom-button a:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out 0s; }
  .custom-button a:hover:after {
    height: 170%;
    background: #b5262b;
    opacity: 1; }

@media screen and (max-width: 640px) and (min-width: 360px) {
  .banner-bg {
    height: 97vh; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .content {
    width: 43%; }

  #button {
    margin: 30px; }

  .navbar {
    background-color: #000000b5; }

  .banner-bg {
    height: 80vh; } }
  @media screen and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) {
    .banner-bg {
      height: 96vh; } }
@media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-bg .banner-content h2 {
      font-size: 28px; }
    .banner-bg .banner-content h1 {
      font-size: 32px;
      padding-bottom: 10px; }
    .banner-bg .banner-content .notify {
      margin: 10px auto;
      padding: 20px;
      width: 90%;
      height: 445px;
      bottom: 110px; }
      .banner-bg .banner-content .notify h3 {
        font-size: 20px; }
      .banner-bg .banner-content .notify h4 {
        font-size: 16px; }

  .notify {
    width: 100%;
    padding: 30px 5px; } }
.text-p {
  position: relative;
  font-size: 1.6em; }

.text-p a {
  position: absolute;
  width: 300px;
  color: #fff;
  background: #b5262b;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.3rem 0.6rem;
  text-decoration: none;
  overflow: hidden;
  bottom: -195px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .text-p a {
      width: 300px;
      bottom: -357px; } }

.text-p a::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 50%;
  background: rgba(255, 255, 255, 0.05); }

.text-p a span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fff, #fab005);
  animation: animate1 2s linear infinite;
  animation-delay: 1s; }

@keyframes animate1 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }
.text-p a span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #fff, #fab005);
  animation: animate2 2s linear infinite;
  animation-delay: 1s; }

@keyframes animate2 {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(100%); } }
.text-p a span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #fff, #fab005);
  animation: animate3 2s linear infinite;
  animation-delay: 1s; }

@keyframes animate3 {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }
.text-p a span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #fff, #fab005);
  animation: animate4 2s linear infinite;
  animation-delay: 1s; }

@keyframes animate4 {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(-100%); } }
#contact-person .contact-details {
  background: #fff;
  padding: 25px 5px;
  box-shadow: inset 0px 1px 13px 0px #00000059; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    #contact-person .contact-details {
      margin-top: 10px; } }
  #contact-person .contact-details h6 {
    font-size: 1.1rem;
    color: #000; }
    #contact-person .contact-details h6 a {
      color: #000;
      text-decoration: none; }
      #contact-person .contact-details h6 a i {
        padding-right: 10px;
        font-size: 0.9rem; }

.btn-template {
  font-size: 1.1rem;
  background-color: #b5262b;
  color: #fff;
  border: 1px solid #fab005;
  border-radius: 0;
  padding: 15px;
  text-decoration: none;
  margin-right: 15px; }

.elibility-details {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px #00000029; }

.text-p1 a {
  position: absolute;
  width: 83%;
  color: #fff;
  background: #b5262b;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.3rem 0.6rem;
  text-decoration: none;
  overflow: hidden;
  bottom: -290px;
  font-size: 1.5rem;
  transition: 0.6s; }
  .text-p1 a:hover {
    color: #fab005; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .text-p1 a {
      width: 100%;
      bottom: -465px;
      font-size: 1rem; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .text-p1 a {
      width: 80%;
      bottom: -290px;
      font-size: 1.2rem; } }

/*# sourceMappingURL=style.css.map */
