* {
    box-sizing: border-box; 
}
body {
    margin: 0;
    background-color: whitesmoke;
    font-family: 'Karla', sans-serif;
}
.header {
    background-color: white;
    padding: 60px;
    text-align: center;
}
.responsive1 {
    max-width: 100%;
    height: auto;
}
.headertext {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    color: #ff0000;
}
.navbar {
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    background-color: #04557A;
    position: sticky;
    top: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 18px;
}
.navbar a:hover {
    background-color: goldenrod;
    color: #e90d0d;
}
.navbar a.active {
    background-color: #04AA6D;
    color: white;
}
.navbar .icon {
    display: none;
}
.welcome {
    padding: 15px 15px;
    margin: auto;
    text-align: center;
    font-size: 25px;
    color: #ff0000;
    background: #93e9a4;
    width: 100%;
    text-shadow: 1px 1px 2px;
}
.myslide-container {
    max-width: 1000px;
    margin: auto;
    vertical-align: middle;
}
.mySlides {
    display: none;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active,
.dot:hover {
    background-color: #717171;
}
.indexcontainer {
    margin: auto;
    max-width: 1200px;
    vertical-align: middle;
}
.indexrow:after {
    content: "";
    display: table;
    clear: both
}
.indexcolumn-66 {
    float: left;
    width: 66%;
    padding: 20px;
}
.indexcolumn-33 {
    float: left;
    width: 33%;
    padding: 20px;
}
.indexcontainer h1 {
    display: block;
    height: auto;
    max-width: 100%;
    margin-left: 60px;
}
.indexcontainer p {
    font-size: 18px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #04557A;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 50px;
}
.about-box h1 {
    font-size: 25px;
    color: #ff0000;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    margin: auto;
    padding: 10px 10px;
}
.about-box p {
    margin: auto;
    text-align: justify;
    width: 80%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}
.team-container {
    text-align: center;
    background: #93e9a4;
}
.teamheader {
    padding: 30px;
    color: #ff0000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    margin: auto;
    line-height: 30px;
    text-shadow: 1px 1px 2px;
}
.sub-container {
    max-width: 100%;
    margin: 5px 5px;
    padding: 5px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #eef3ef;
    text-align: center;
}
.teams {
    margin: 10px 10px;
    padding: 20px 20px;
    max-width: 100%;
    cursor: pointer;
    transition: 0.4s;
}
.teams:hover {
    background: #93e9a4;
    border-radius: 10px;
}
.teams img {
    width: 200px;
    height: 280px;
    border-radius: 10px;
}
.name {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.task {
    font-style: normal;
}
.activities-box h1 {
    font-size: 25px;
    color: #ff0000;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    margin: auto;
    padding: 10px 10px;
}
.activities-box p {
    margin: auto;
    text-align: justify;
    width: 80%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}
.activities-container {
    text-align: center;
    background: #93e9a4;
}
.activitiesheader {
    padding: 30px;
    color: #ff0000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    margin: auto;
    line-height: 30px;
    text-shadow: 1px 1px 2px;
}
.activitiesbox {
    display: none;
    border: 5px solid whitesmoke;
    margin: auto;
    max-width: 500px;
    vertical-align: middle;   
}
/* Float two/four columns side by side */
.pdfcolumn {
    float: left;
    width: 50%;
    padding: 0 10px;
}
/* Remove extra left and right margins, due to padding */
.pdfrow {
    margin: 0 -5px;
}
/* Clear floats after the columns */
.pdfrow:after {
    content: "";
    display: table;
    clear: both;
}
/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}
.pdfrow button {
    border: none;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    background-color: #93e9a4;
}
.contact-box p {
    margin: auto;
    text-align: justify;
    width: 80%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}
.contact-box h1 {
    font-size: 24px;
    color: #ff0000;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 10px 0;
}
input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
input[type=submit] {
    background-color: #93e9a4;
    color: #b42626;
    text-transform: uppercase;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    width: 50%;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.contactcontainer {
    border-radius: 5px;
    background-color: #93e9a4;
    padding: 20px;
}
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
hr {
      width: 95%;
      border: 0;
      border-bottom: 2px solid gold;
      margin: 20px auto;
}
footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 250px;
    background: #04557A;
    font-family: 'Ubuntu', sans-serif;
}
footer .footcontainer {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    grid-gap: 50px
}
footer .footcontainer h4 {
    position: relative;
    color: red;
    font-weight: bold;
    margin-bottom: 15px;
}
.underline {
    width: 20%;
    height: 5px;
    background: gold;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}
.underline span {
    width: 15px;
    height: 100%;
    background: white;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}
@keyframes moving {
    0% {
        left: -20px;
    }
    100% {
        left: 100%;
    }
}
.links {
    position: relative;
}

.links li {
    list-style: none;
}
.links li a {
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
.links li a:hover {
    color: red;
}
.address {
    position: relative;
    color: white;
}
.social-icons i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: black;
    background-color: white;
    margin-right: 15px;
    cursor: pointer;
}
.CopyrightText {
    width: 100%;
    background: white;
    padding: 8px 100px;
    text-align: center;
    color: black;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
#myBtn:hover {
    background-color: red;
}