html{
  font-family:'Poppins', sans-serif;
}
table, th, td{
font-size: 10pt;
}
.table-responsive{
padding:10px;
}
h3, h4, h2, h5 {
font-family:'Poppins', sans-serif;
}
.content{
  display:flex;
  justify-content: space-evenly;
}
.content div:hover{
  transform:scale(1.05)
}
.row .col-sm-3{
  align-items:center;
}
.card2 div{
  transform:scale(0.95);
  display:grid;
}
.card2:hover {
  background-color:#ddfcb9;
  transition: 1.5s;
}

.card2 .page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #ccfae4;
border-color: #fcfdcd;
}
.card .card-header{
background-color: #2c5e18;
color:white;
}
p{
  font-size: 10pt;
  font-weight: bold;
}
body{
background-image:linear-gradient(90deg, rgba(1, 36, 16, 0.664), rgba(23, 77, 41, 0.555)), 
url(https://images.pexels.com/photos/6794934/pexels-photo-6794934.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
background-repeat: no-repeat
background-size:cover;
margin:0;
padding:20px;
font-family:'Poppins', sans-serif;
align-content: center;
}
hr{
border-color:#EDFFEF;
border-width:2px;
border-style:solid none none;
width:100%;
}
.logo{
justify-content: center;
display:flex;
flex:1;
}

.card .row{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.card{
background:white;
padding:30px;
margin:5px 80px 10px 80px;
border-radius: 10px;
box-shadow: 0px 16px 31px rgba(0, 0, 0, 0.15);
font-size:12pt;
width:auto;
}
.card a{
    text-decoration: none;
    color:inherit;
}

.card2{
background:#ccfadb;
margin:auto;
border-radius: 10px;
box-shadow: 0px 16px 31px rgba(0, 0, 0, 0.1);
font-family:'Poppins', sans-serif;
}

footer{
text-align:center;
}

* {
box-sizing: border-box;
}
input,select {
display:block;
width:100%;
padding:10px;
font-family:'Poppins', sans-serif;
border-radius:5px;
border-style:dotted;
background-color: #e4f5db;
}

element.style {
margin-bottom: 3px;
}
select {
word-wrap: normal;
}
button, select {
text-transform: none;
}
button, input, optgroup, select, textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
select {
word-wrap: normal;
}
button, select {
text-transform: none;
}
button, input, optgroup, select, textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
input, select {
display: block;
width: 100%;
padding: 10px;
font-family: 'Poppins', sans-serif;
border-radius: 5px;
border-style: dotted;
background-color: #e4f5db;
}

*, ::after, ::before {
box-sizing: border-box;
}
*, ::after, ::before {
box-sizing: border-box;
}
* {
box-sizing: border-box;
}

select:focus-visible {
border-color:#3fc472;
}
textarea {
width:100%;
resize: vertical;
padding:15px;
border-radius:15px;
border:0;
box-shadow:4px 4px 10px rgba(0,0,0,0.06);
height:150px;
}

.type-2 {
background-color: #fafafa;
border:0;
box-shadow:0 0 4px rgba(0,0,0,0.3);
transition: .3s box-shadow;
}
.type-2:hover {
box-shadow:0 0 4px rgba(0,0,0,0.5);
}
.form_input{
border:0px solid transparent;
border-radius: 0;
border-bottom: 1px solid #aaa;
padding: 1em .5em .5em;
padding-left: 2em;
outline:none;
margin:1.5em auto;
transition: all .5s ease;
text-align: center;
}
footer{
font-family: 'Poppins', sans-serif;
}
.form_input:focus{
border-bottom-color: #79c27d;
box-shadow: 0 0 5px rgba(0,80,80,.4);
border-radius: 4px;
}

.btn2{
background-color: #3bb145; /* Purple */
            border: none;
            width:100%;
            color: white;
            text-align: center;
            display: inline-block;
            cursor: pointer;
            border-radius:5px;
            font-size: 16px;
            padding:10px 15px;
            font-family:'Poppins', sans-serif;
        }
        a:link { text-decoration: none; }
        a:visited { text-decoration: none; }
        a:hover { text-decoration: none; }
        a:active { text-decoration: none; }
        .btn2:hover, .btn2:focus{
background-color: #185e1e;
color:#fff;
}

.btn{
            border: none;
            color: rgb(46, 145, 63);
            text-align: center;
            display: inline-flex;
            cursor: pointer;
            font-size: 14px;
            margin-left: auto;
            margin-right: auto;
            font-family:'Poppins', sans-serif;
        }
        /* .btn:hover, .btn:focus{
background-color: #14c95f;
color:#fff;
} */
        a:link { text-decoration: none; }
        a:visited { text-decoration: none; }
        a:hover { text-decoration: none; }
        a:active { text-decoration: none; }

.btn3{
          background-color: #3bb14f; /* Purple */
                      border: none;
                      color: white;
                      text-align: center;
                      display: inline-block;
                      cursor: pointer;
                      width:50%;
                      font-size: 16px;
                      margin-left: auto;
                      margin-right: auto;
                      padding:10px 15px;
                      font-family:'Poppins', sans-serif;
                  }
                  a:link { text-decoration: none; }
                  a:visited { text-decoration: none; }
                  a:hover { text-decoration: none; }
                  a:active { text-decoration: none; }
                  .btn3:hover, .btn3:focus{
          background-color: #185e21;
          color:#fff;
        }

        .btn4{
          background-color: #9e2516; /* maroon */
                      border: none;
                      width:100%;
                      color: white;
                      text-align: center;
                      display: inline-block;
                      cursor: pointer;
                      border-radius:5px;
                      font-size: 16px;
                      padding:10px 15px;
                      font-family:'Poppins', sans-serif;
                  }
                  a:link { text-decoration: none; }
                  a:visited { text-decoration: none; }
                  a:hover { text-decoration: none; }
                  a:active { text-decoration: none; }
                  .btn4:hover, .btn4:focus{
          background-color: #db2b2b;
          color:#fff;
        }
@media screen and (max-width:700px) {
.card2{
  width:100%;
  margin:auto;
}
}
@media screen and (max-width:1300px) {
.levels {
  display:grid;
  justify-content:space-around;
  text-align: center;
}
.card2{
margin-bottom:10px;
}
.card{
background:white;
padding:30px;
margin:auto;
border-radius: 10px;
box-shadow: 0px 16px 31px rgba(0, 0, 0, 0.15);
font-size:14pt;
}
.card a{
    text-decoration: none;
    color:inherit;
}
.card div{
text-align: center;
-ms-align-items:center;
}
.card2{
width:90%;
}
.logo{
width:auto;
}

.btn{
margin-bottom: 5px;
}
.btn2{
width:100%;
}
.btn3{
width:50%;
}
.btn4{
width:100%;
}
}

@media screen and (max-width:400px) {
.card2{
  width:100%;
}
.card{
  margin:0;
}
}