/* navbar */
html{
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600 !important;
}
.container{
    min-width: 93% !important;
    margin: 0 auto;
}
.navbar-brand {
    margin-right: 40px!important;
}
a{
    color: #000;
    text-decoration: none!important;

}
.navbar a{
    font-size: 17px;;
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #1BAE70 !important
}

.side-img{
    position: absolute;
    right: 5%;
    top: 30%
}

.side-img1{
    width: 40% !important;
    position: absolute;
    right: 5%;
    top: 30%
}
.heading {
    color: #1BAE70
}
.heading-hr{
    border: 1px solid #000;
    width: 20%;
    opacity: 1;
    margin: 30px 0;
    background: #000
}
p, li {
    font-size: 18px;
    list-style: none;
}

#imp {
    width: 100%;
    height: 500px;
}

#imp .card {
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#imp .card .card-body p,
#imp .card .card-body a {
  font-size: 16px;
}

#imp .card .card-body p {
    font-weight: 600;
}

.card-body {
    position: relative;
}

.card-body ul {
    padding-top: 50px;
}
.card-body .topic {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 200px;
    border-radius: 10px;
    background-color: #1BAE70;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topic .div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topic .div p {
    font-size: 20px !important;
    color: #fff;
    padding-top: 10px;
}

.download_items {
    display: flex;
}

.download_items a {
    margin-right: 30px;
}

.download_items a:hover,
.clg-address a:hover,
.name a:hover {
    color: #fff !important;
}

.policy .card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.button-64 {
    align-items: center;
    background-image: linear-gradient(144deg,#07f312, #4bdb7b 50%,#c0dbdd);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(35, 211, 79, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    margin: auto;
  }
  
  .button-64:active,
  .button-64:hover {
    outline: 0;
  }
  
  .button-64 span {
    background-color: rgb(7, 58, 19);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
  }
  
  .button-64:hover span {
    background: none;
  }
  
  @media (min-width: 768px) {
    .button-64 {
      font-size: 24px;
      min-width: 196px;
    }
  }