nav {
  padding: 0.825rem 0;
}
#first-block, #second-block, #third-block, #fourth-block {
  padding:4.5rem 0;
}
#carousel {
  background:#f8f8f8;
}
#main-block {
  padding: 15px 0 15px 0px;
}
#first-block {
  background: #efefef;
  padding: 3.5rem 2rem;
  border-bottom: 2px solid #9e9a9a;
}
#first-block table {
  background-color: #ffffff;
}
#first-block p{
  font-size: 1rem;
  line-height: 1.8;
}
#first-block li{
  font-size: 1rem;
  line-height: 1.8;
}
#second-block {
  background:#f8f8f8;
}
#third-block {
  background:#fff;
}
#fourth-block {
  background:#f8f8f8;
}
.clear-both {
  clear: both;
}
footer {
  background:#3c3d3e;
  padding:1.5rem 0;
}
.bg-white {
  background-color: white;
}
footer p {
  color: #ffffff;
}
footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #ffffff;
  line-height: 30px;
}
a, a:link, a:visited, a:hover, a:active {
  color: #009999;
}
.logo-section {
  background-color: #fff;
}
.website-title {
  padding: 1rem 2.5rem .5rem 2.5rem;
  color: #142732;
}
.website-sub-title {
  font-size: 20px;
  color: #ff6a7f;
  padding: 1rem 2.5rem .5rem 2.5rem;
}
#carousel-section {
  float: left;
  background-repeat: no-repeat;
}
.text-justify{
  text-align: justify;
}

/* body>header,body>section,body>footer{
  padding: 0 10rem;
} */
iframe.registration-form{
  margin-top: 40px;
  width: 100%;
}
.main-menu {
    padding:0;
}
nav {
  background:#0b133a;
}

@media screen and (max-width: 1030px) { 
    .website-title {
        font-size:35px;
    }
}
@media screen and (max-width: 769px) { 
    .website-title {
        font-size:30px;
    }
}
@media screen and (max-width: 768px) {
  .right {
    float:none;
  }
  nav, .main-menu{
    padding: 3px 0 0 0;
    height: auto;
  }
  .logo img {
    max-width: 172px;
    max-height: 40px;
    margin: 0 auto;
    width: auto;
  }
  #first-block{
    padding: 1.5rem 1rem;
  }
  .nav-text{
      top: 20px;
      background: none repeat scroll 0 0 #ffcb06;
  }
  .show-menu p.nav-text {
        top: 0;
        background: #2b4c61;
    }
    .show-menu .top-nav .active-item a {
        background: #2b4c61;
    }
    h3 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    }
  
}

@media screen and (max-width: 480px) {

  .website-title{
    font-size: 22px !important;
    line-height: 30px;
    padding: 0 1rem;
    text-align: center;
  }
  .website-sub-title {
    font-size: 15px;
    color: #ff6a7f;
    padding: 0 1rem;
    margin: 0;
    display: block;
    text-align: center;
    }
    .logo-wrapper{
        text-align:center;
    }
    .logo-section img {
        max-width: 200px;
        margin: 0 auto;
    }
}

.top-nav .active-item a {background: #828fbd;}

