@import url('https://fonts.googleapis.com/css2?family=Mulish&family=Oswald&display=swap');

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #e9f2fa;
}

nav {
  background-color: rgb(20, 20, 20);
  height: 90px;
  width: 100%;
  position: sticky;
  top: 0;
}

label.logo {
  color: white;
  font-size: 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 90px;
  font-weight: 500;
  margin: 10px;
}

nav img {
  height: 60px;
  width: 60px;
  position: relative;
  top: 15%;
}

nav img.emblem {
  filter: brightness(0) invert(1);
}

nav ul {
  float: right;
  margin-right: 20px;
}

nav ul li {
  display: inline-block;
  line-height: 90px;
}

nav ul li a {
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
}

nav ul li a:hover {
  background: #20525c;
  transition: .3s;
  color: white;
}


.head .get h1 {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}

.head .get p {
  font-size: 20px;
}

.new {
  color: white;
  text-align: left;
  padding: 90px 0px;
  background-color: rgb(0, 81, 83);
}

.head {
  display: flex;
  justify-content: center;
  align-items: center;

}

.head img {
  height: 100px;
  width: 100px;
  margin-right: 10px;
}

.latestcontainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 10px 0px;
}

div.latestcontainer #latesttable {
  border-radius: 6px;
  width: 90%;
  border: 2px solid rgb(0, 81, 83);
  border-collapse: collapse;
}


div.latestcontainer #latesttable tr td {
  text-align: center;
  padding: 18px 10px;
  width: 18%;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #1e6daa;
}


div.latestcontainer #latesttable tr th {
  border: 1px solid rgb(58, 58, 58);
  font-size: 18px;
  padding: 14px;
  background-color: #1e6daa;
  color: white;
}

div.latestcontainer #latesttable tr td a {
  text-align: center;
  color: rgb(0, 81, 83);
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

div.latestcontainer #latesttable tr td a:hover {
  color: #1e6daa;
}

@media (max-width: 990px) {
  div.marquee1 {
    margin: 5px 0px;
    padding: 12px 0px;
  }

  div.latestcontainer #latesttable {
    width: 95%;
  }

  div.latestcontainer #latesttable tr td {

    font-size: 16px;

  }
}


.block2 {
  padding: 60px 0px;
}

.block2 .message {
  width: 70%;
  margin: 0 auto;
}

.block2 .message tr td h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  margin-bottom: 10px;
  color: #173e7d;
}

.block2 .message tr td.msgbox {
  vertical-align: baseline;
}

.block2 .message tr td {
  width: 50%;
  padding: 0px 20px;
}

.block2 .message tr td p {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0px;
}


div.pair {
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type=text],
textarea {
  width: 100%;
  padding: 12px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
  cursor: pointer;
}

span {
  font-weight: 700;
  font-size: 17px;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.footersvg {
  vertical-align: top;
}

.end {
  position: relative;
  background-color: #20525c;
  ;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

.end div {
  height: 450px;
  width: 350px;
  text-align: left;
  padding: 30px;
  letter-spacing: 1px;

}

.end div h3 {
  color: white;
  font-size: 20px;
  margin: 20px 0px;
  font-weight: 500;
}


.end div p {
  line-height: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #b6c7d6;
}


.end .Relatedsites li,
.end .Relatedsites li a {
  line-height: 28px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

.end .Relatedsites li a:hover {
  text-decoration: underline;
  color: white;
}

.end .getintouch svg {
  height: 30px;
  width: 30px;
}

.end .getintouch table tr td {
  padding: 5px 5px;
}

.end .getintouch table tr td a {
  padding-left: 5px;
  color: white;
  text-align: left;
}

.end .getintouch a:hover {

  color: white;
}

.end .Location iframe {
  width: 250px;
  height: 250px;
}

.copyright {

  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cea015;
}

.copyright a {
  font-size: 15px;
  color: black;
  padding: 20px;
  font-weight: 500;
}

.copyright a:hover {
  text-decoration: underline;
}

.dmca {
  height: 35px;
  margin-top: 30px;
}






@media only screen and (max-width: 990px) {
  div.marquee1 {
    margin: 5px 0px;
    padding: 12px 0px;
  }

  nav ul {

    margin: 0px 10px;
  }

  nav ul {

    margin: 0px 10px;
  }

  nav {

    height: 180px;
    text-align: center;
  }

  nav ul {
    float: left;
    margin-left: 80px;
    text-align: center;
  }

  nav ul li a {
    font-size: 18px;
    font-weight: 600;
    padding: 8px 10px;
  }

  div.latestcontainer #latesttable tr td,
  div.latestcontainer #latesttable tr td span {
    font-size: 20px;
  }

  div.latestcontainer #latesttable tr td a {
    font-size: 25px;
  }
}