body {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif !important;
}
html {
  width: 100%;
  height: 100%;
}
a:hover, a:focus {
  text-decoration: none;
  text-shadow: none;
}
h1 {
  font-size: 32px;
  font-weight: 300;
  margin: 30px 0;
}
h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size: 21px;
  font-weight: 400;
  color: #00a89e;
}
h3 {
  font-size: 21px;
  font-weight: 600;
  color: #1b599d;
  margin-top: 20px;
  text-decoration: underline;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
}
h6 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
}
p {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
}
sup {
  vertical-align: middle;
  font-size: 14px;
}
.navcus {
  border-bottom: 1px solid #dedede;
}
.nav-link {
  font-weight: bold;
}
.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
  color: rgb(0 168 158);
  font-weight: bold;
}
.nav-link:hover, .nav-link:focus {
  color: rgb(0 168 158);
  font-weight: bold;
}
.mainBanner {
  position: relative;
}
.img-banner {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.hBannerOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgb(2, 64, 108);
  background: linear-gradient(180deg, rgba(2, 64, 108, 0.2) 0%, rgba(2, 64, 108, 1) 100%);
}
.hBannerContent {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 18%;
  color: #FFF;
}
.hBannerContent h5 {
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
}
blockquote {
  padding: 30px 30px 20px 30px;
  border: none;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #dedede;
}
blockquote img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid #00a89e;
  margin-bottom: 20px;
}
.blockquote p {
  color: #333;
  font-size: 18px;
  position: relative;
  font-style: italic;
}
blockquote p::before {
  content: "";
  background: url("../images/Icon-quote-left.png") no-repeat;
  width: 36px;
  height: 27px;
  position: absolute;
  top: -30px;
  left: 0;
}
blockquote p::after {
  content: "";
  background: url("../images/Icon-quote-right.png") no-repeat;
  width: 36px;
  height: 27px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: "" !important;
  width: 115px;
  height: 2px;
  background: #00a89e;
  position: relative;
  margin: 5px auto 20px auto;
  display: block;
}
blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  background: transparent;
  padding: 10px;
  color: #000 !important;
}
.blockquote h4 {
  color: #00a89e;
  font-size: 16px;
  font-weight: bold;
}
.blockquote-footer span {
  color: #666;
  font-size: 14px;
}
.infoBox {
  background-color: #f6f6f6;
  padding: 15px;
  height: 100%;
  min-height: 100%;
}
.infoSec {
  text-align: center;
  margin: 0 0 15px 0;
}
.infoSec h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.infoSec span {
  font-style: italic;
  font-size: 14px;
}
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #00a89e;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 48px;
  right: 30px;
  bottom: 15px;
  padding-top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #00a89e;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
footer{
  background-color: #000;
  padding: 30px 0;
}
ul.footerLinks {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.footerLinks li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
ul.footerLinks li a {
  display: block;
  color: #999;
  font-size: 14px;
  text-decoration: none;
}
ul.footerLinks li a:hover {
  text-decoration: underline;
}
ul.footerLinks li {
    border-right: 1px solid #FFF;
    padding: 0 20px;
    display: inline-block;
}
ul.footerLinks li:last-child {
    border-right: none;
}
p.txtCopyright{
  font-size: 14px;
  color: #999;
  margin: 0;
  padding: 0;
}
hr{
  margin: 30px 0;
  border-color: #dedede;
  opacity: 1;
}
.sms-item {
  padding: 10px;
}
.infoBox img.img-fluid {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.participant-view-all {
  float:right;
}
/* /////////// MEDIA QURIES START HERE /////////// */
@media (min-width: 992px) {
  h1 {
    font-size: 71px;
  }
  h2 {
    font-size: 28px;
  }
}
/* ============ MOBILE VIEW ============ */
@media all and (max-width: 991px) {
  .infoBox {
    margin-bottom: 15px;
    height: inherit;
    min-height: inherit;
  }
}
@media all and (max-width: 767px) {
  .img-banner {
    height: 400px;
  }
}