@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
body {
  padding:0px;
  margin:0px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.topbanner {
  height:143px;
  width:100%;
  background-position:center top;
  background-repeat:no-repeat;
  background-color:#333;

}
.innerbanner {
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}
#menu {
  width:500px;
  display:inline-block;
  margin-left:307px;
  width:637px;
}
a.menuitem, a.menuitem:visited {
  display:inline-block;
  text-align: right;
  color:#fff;
  text-decoration: none;
  vertical-align: middle;
  padding-top:50px;
  font-size:20px;
  text-transform: uppercase;
}

.separator {
  display:inline-block;
  color:#fff;
  padding-left:20px;
  padding-right:20px;
  vertical-align:middle;
  padding-top:50px;
}
a.toplogo {
  display:inline-block;
  vertical-align: middle;
  padding-top:35px;
  margin-left:8px;
}

.maincta {
  width:100%;
  background-image: url('../images/top-banner-bg3.jpg');
  background-position:center top;
  background-repeat:no-repeat;
  background-color: #ece1db;
  height:498px;
}
.innercta {
  width:1200px;
  margin-left:auto;
  margin-right:auto;
}

.tagline {
  font-size:24px;
  text-transform: uppercase;
  text-align: center;
  padding-top:35px;
  width:66%;
  padding-bottom:15px;
}
.leftfade, .rightfade {
  background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  width:158px;
  height:4px;
  display:inline-block;
  margin:10px;
  vertical-align: bottom;

}
.rightfade {
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);

}
.point {
  width:66%;
  height:63px;
  border-radius: 32px 0px 0px 32px; 
  color:#fff;
  font-size:18px;
  margin-top:12px;
  padding-top:6px;
  padding-left:5px;
}
.top {
  background: linear-gradient(90deg,rgba(31, 66, 89, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.middle {
  background: linear-gradient(90deg,rgba(113, 72, 70, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.bottom {
  background: linear-gradient(90deg,rgba(85, 89, 60, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.point p {
  display:inline-block;
  vertical-align: middle;
}
.point img {
  vertical-align: middle;
  margin-right:10px;
}
.fadebar {
  background-color:#00000079;
  height:30px;
  position:relative;
  z-index:99;
}
.content {
  background-image: url('../images/content-bg.jpg');
  background-repeat: repeat;
  box-shadow:inset 0px 10px 10px 0px #000000c4;
  background-position: center top;
}
.innercontent {
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
  padding-top:30px;
  padding-bottom:30px;
}
.newsitem {
  padding-bottom:10px;
  padding-top:20px;

}
.newsitem img {
  display:inline;
  border: 6px #0000002e solid;
  float:left;
  margin-right:15px;
}
.newsitem h1 {
  margin-top:2px;
}
.newsitem p {
  text-align: justify;
}
.clearfloat {
  clear:both;
}
.footer {
  height:400px;
  width:100%;
  background-color:#333;
}
