﻿*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


#main-head {
    width:100%;
    background: rgb(213, 227, 194);
}

.img-fluid {
  max-width: 100%;
  height: auto; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0rem 1rem !important; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }


  #ftco-navbar .dropdown ul li .nav-link {color: #000;} 
  #ftco-navbar .dropdown ul li .nav-link:hover, #ftco-navbar .dropdown ul li .nav-link:focus{
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;}
  #ftco-navbar .dropdown ul li a {border: 1px solid #f8f9fa;}

.ftco-navbar-light {
  background: #28a745 !important;
  /*background: #058e0e !important;*/
  z-index: 3;
  padding: 0; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      /*background: #000000 !important;*/
      background: #058e0e !important;
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    /*padding-top: 1.8rem;
    padding-bottom: 1.8rem;*/
    padding-left: 25px;
    padding-right: 25px;
    white-space: nowrap;
    font-weight: 500;
    color: #fff;
    position: relative;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      background-color: #fdbe34;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      z-index: -1; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #000000; 
      background: #fcec20;
    }
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
        visibility: visible;
        background-color: #fdbe34;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7); }
       
          .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
            display: none; } }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px; }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 12px;
      color: #000000; }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        background: none;
        color: #fff; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
        display: block !important;
        /*background: #000000;*/ }
        .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
          color: rgba(255, 255, 255, 0.8); } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #fdbe34;
    border-radius: 0px; }
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: none;
        border-radius: 4px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #000000; }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
      visibility: visible;
      /*background-color: #fdbe34;*/
      background-color: #fcec20;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fdbe34; }
        .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }

.navbar-brand {
  color: #000000;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0px; }
  .navbar-brand span {
    color: #fdbe34; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: #000000; }

  .header-top h2{
      font-size: 30px;
      color: #000;
      margin-top: 3px;
  }

  .header-top img{
    /*max-height: 100px;
    margin-top: -23px;
    margin-bottom: -10px;*/

    max-height: 80px;
    margin-top: -5px;
    margin-bottom: -5px;
  }

  #notify h3 { 
      background-color:rgba(213, 230, 189, 0.36); 
      text-align:center; 
      border:1px solid #ccc;  
      font-size: 21px; 
      font-weight:600;

  }

  .modal .modal-dialog {position: relative !important;}

  #registration-modal .modal-content {height: 600px;width: 770px; margin-left: -170px;}

/*#md-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }*/

#md-ft label{font-weight:normal;}

  #footer {
  padding: 0 0 30px 0;
  font-size: 16px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}


@media (min-width: 320px) and (max-width: 400px) {

    .header-top img {
        max-height: 65px;
    }

    .header-top h2 {
        font-size: 12px;
        text-align: center;
        /*font-weight: bold;*/
    }

    .header-top h6 {
        
        font-size: 10px;
        text-align: center;
        font-weight: bold;
    }

    #notify h3{font-size:14px;}


}


@media (min-width: 400px) and (max-width: 575px) {

    .header-top img {
        max-height: 70px;
    }

    .header-top h2 {
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }

    .header-top h6 {
        
        font-size: 12px;
        text-align: center;
        font-weight: bold;
    }

    #notify h3{font-size:16px;}
}

@media (min-width: 576px) and (max-width: 767px){
  .header-top img {
        max-height: 85px;
        margin: -5px;
    }

    .header-top h2 {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .header-top h6 {
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    } }

@media (min-width: 768px) and (max-width: 991px) {
  .header-top img {
        max-height: 100px;
    }

    .header-top h2 {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
    }

    .header-top h6 {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
    } }













  



 
  



