@charset "UTF-8";
body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background-color: #F4F4F4;
    color: #212121;  
}
.main {
  max-width: 1400px;
}
.navlogo {
  margin-top: -8px;
}
.content {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 40px;
}
.content2 {
  margin-top: 40px;
}
.content3 {
  margin-top: 10px;
}
.content4 {
  margin-top: 40px;
}
.logo1 {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 60%;
}
.hero_box {
  padding: 40px;
  text-align: center;
  background-color: #F6F6F6;
}
.home_desc {
  text-align: left;
  font-size: 1em;
  padding: 40px;
}
.content_sub {
  width: 80%;
  margin-top: 50px;
  font-size: 1em;
}
.stbt {
  height: 30px;
  border-radius: 5px;
  margin-top: 50px;
  margin-right: 20px;
}
.rad {
  border-radius: 7px;
}
.row {
  overflow: hidden;
}
[class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.right {
  text-align: left;
}
.cen_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right {
  float: right;
}
.pdf {
  width: 100%;
}
.spec_text {
  font-size: .8em;
}
.thumb_space {}
.page_logo {
  width: 25%;
}
.content2 {
  margin-top: 20px;
}
.annexhero_box {
  padding: 20px;
  background-color: #F6F6F6;
}
.annex_hero {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 200px;
}
.full_width {
  max-width: 1200px;
  text-align: center;
}
.footer {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    font-size: .8em;
    background-color: #E6E6E6;
    line-height: 100px;
    text-align: center;
}
.footer2 {
    width: 100%;
    height: 100px;
	margin-top: 50px;
    font-size: .8em;
    background-color: #E6E6E6;
    line-height: 100px;
    text-align: center;

}
.overview {
  max-width: 850px;
	  margin-top: 40px;
	margin-bottom: 40px;
}



.rad2 {
  border-radius: 3px;
}


.outline {
    border: 1px solid #7B7B7B;
}


.content5 {
	Padding-top : 50px;
}

.content6 {
	Padding-top : 80px;
}

.contenth {
	margin-top : 50px;
	margin-bottom : 30px;
}

  .contentx {
	margin-top : 50px;
	margin-bottom : 0px;

	
}


.org {
	color: #27a2fc;
}

.navbar-custom {
    background-color: #e6e7e8;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: black;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #808285;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #000000;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #34dd34;
}

.navbar-custom .dropdown-item {
    color: #000000;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #191919;
    background-color: #23cc23;
}
.local {
	padding-bottom: 40px;
}

.local2 {
	padding-top: 20px;
	padding-bottom: 10px;
}



@media (max-width:991px) {
  .dtv {
    display: none;
  }
  .dtm {
    display: block;

  }
.content4 {
  margin-top: 10px;
}
	
	.content5 {
	Padding-top : 0px;
}

}


@media (min-width:992px) {
  .dtv {
    display: d-block;
  }
  .dtm {
    display: none;

  }
.content4 {
  margin-top: 10px;
}

}









