@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/Proxima Nova/Proxima-Nova.otf"); }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/Proxima Nova/Proxima-Nova-Bold.otf");
  font-weight: bold; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/Proxima Nova/Proxima-Nova-Light.otf");
  font-weight: 300; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf"); }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: bold; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 300; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Regular.ttf"); }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Bold.ttf");
  font-weight: 700; }

h1, .h1 {
  font-size: calc(18px + (28 - 18) * ((100vw - 500px) / (1200 - 500)));
  color: #6ABE52;
  font-weight: bold; }

h2, .h2 {
  font-size: 26px;
  color: #6ABE52;
  font-weight: bold;
  border-bottom: 1px solid #01579b; }

h3, .h3 {
  font-size: calc(20px + (22 - 20) * ((100vw - 500px) / (1200 - 500)));
  color: #6ABE52; }

h4, .h4 {
  font-size: calc(18px + (20 - 18) * ((100vw - 500px) / (1200 - 500)));
  color: #6ABE52; }

h5, .h5 {
  font-size: 18px; }

.h6 {
  font-weight: bold;
  color: #4d4d4d; }

h6, .h6 {
  font-size: 16px; }

html, body, * {
  font-family: 'Lato'; }

@media (min-width: 1400px) {
  .container {
    max-width: 1300px; } }

.btn-primary {
  background-color: #6ABE52;
  border: none;
  text-transform: uppercase;
  font-size: 14px; }
  .btn-primary a {
    text-decoration: none;
    color: #fff !important; }
  .btn-primary:hover {
    border: none;
    background-color: #6ABE52; }

.btn-secondary {
  background-color: #d6d6d6;
  font-weight: bold;
  color: #737373;
  border: none; }
  .btn-secondary:hover {
    background-color: #bdbdbd !important;
    color: #737373; }

.share-btn .fb-share {
  color: white;
  background-color: #3b5998;
  font-size: 12px;
  text-decoration: none; }
  .share-btn .fb-share:hover {
    background-color: #344e86; }

.link-color {
  color: white !important; }

.president-msg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px; }

.des {
  font-weight: 14px;
  color: #767676;
  text-align: justify; }

.des1 {
  font-size: 12px;
  color: #c7c7c7; }

.image {
  width: 100%;
  height: 180px; }
  .image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 360px) {
    .image {
      height: 180px !important; } }
  @media screen and (max-width: 992px) {
    .image {
      height: 300px; } }

.main-image {
  width: 100%;
  height: 400px; }
  .main-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%; }

.sidebar h3 {
  color: #6ABE52;
  font-weight: bold; }

.bg-color {
  background-color: #f2f2f2; }

.txt-light {
  font-size: 12px;
  color: #b4b4b4; }

.single-gallery .gallery-image {
  height: 150px;
  position: relative;
  margin-bottom: 20px; }
  .single-gallery .gallery-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .single-gallery .gallery-image .icon-see {
    position: absolute;
    font-size: 24px;
    color: white;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .single-gallery .gallery-image:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s; }
  .single-gallery .gallery-image:hover:before {
    opacity: .5; }
  .single-gallery .gallery-image:hover .icon-see {
    -webkit-transform: translateX(-50%) translateY(-25%);
    -ms-transform: translateX(-50%) translateY(-25%);
    transform: translateX(-50%) translateY(-25%);
    opacity: .9; }

header .top-header {
  background-color: #6ABE52;
  color: #fff;
  font-size: 12px; }
  header .top-header .mail a {
    font-size: inherit;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    header .top-header .mail a img {
      width: 12px; }

header .main-header a {
  text-decoration: none;
  background-image: url("/images/paradise.jpg");
 }
  header .main-header a .logo {
    width: 100px; }
    header .main-header a .logo img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: auto; }
  header .main-header a .heading p {
    color: #bd0912; }
  header .main-header a .heading h1 {
    font-weight: 700;
    text-shadow: 1px 2px #e8e8e8; }

header .searchbar {
  background-color: #e8e8e8;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 30px;
  font-size: 12px; }
  header .searchbar .search_input {
    color: #6ABE52;
    border: 0;
    outline: 0;
    background: none;
    padding-left: 15px;
    padding: 5px 15px;
    height: 100%;
    font-size: inherit;
    line-height: 30px;
    outline: none; }
  header .searchbar .search_icon {
    border: 0;
    background: transparent !important;
    width: 30px;
    height: 30px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #767676; }
    header .searchbar .search_icon:hover {
      color: #6ABE52; }

nav.navbar {
  z-index: 10000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #6ABE52), color-stop(90%, #1a5a3a));
  background-image: -webkit-linear-gradient(#6ABE52 60%, #1a5a3a 90%);
  background-image: -o-linear-gradient(#6ABE52 60%, #1a5a3a 90%);
  background-image: linear-gradient(#6ABE52 60%, #1a5a3a 90%);
  padding: 0 !important; }

nav ul {
  text-align: center; }
  nav ul li {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding: 5px 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0 !important; }
    nav ul li a {
      height: 100%;
      font-weight: 400;
      font-size: 14px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: white !important; }
    nav ul li .dropdown-menu {
      margin: 0;
      background-color: #6ABE52;
      padding: 0; }
      nav ul li .dropdown-menu .dropdown-item {
        color: white !important;
        padding-top: 10px;
        padding-bottom: 10px; }
        nav ul li .dropdown-menu .dropdown-item:hover, nav ul li .dropdown-menu .dropdown-item:focus {
          color: #6ABE52 !important; }
        @media screen and (max-width: 992px) {
          nav ul li .dropdown-menu .dropdown-item {
            text-align: center; } }
    nav ul li:hover, nav ul li:focus {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(90%, #eee));
      background-image: -webkit-linear-gradient(#fff 60%, #eee 90%);
      background-image: -o-linear-gradient(#fff 60%, #eee 90%);
      background-image: linear-gradient(#fff 60%, #eee 90%); }
      nav ul li:hover a, nav ul li:focus a {
        color: #6ABE52 !important; }
      nav ul li:hover .dropdown-menu, nav ul li:focus .dropdown-menu {
        display: block; }
    nav ul li:first-child {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      }
    nav ul li .dropdown-submenu {
      position: relative; }
      nav ul li .dropdown-submenu .custom-toggle::after {
        float: right;
        display: inline-block;
        margin: 5px;
        content: "";
        border-left: .3em solid;
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent; }
      nav ul li .dropdown-submenu .dropdown-menu {
        position: absolute;
        display: none;
        left: 100%;
        top: 0; }
        nav ul li .dropdown-submenu .dropdown-menu .dropdown-item {
          border-radius: 0;
          color: white !important; }
          nav ul li .dropdown-submenu .dropdown-menu .dropdown-item:hover, nav ul li .dropdown-submenu .dropdown-menu .dropdown-item:focus {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(90%, #eee));
            background-image: -webkit-linear-gradient(#fff 60%, #eee 90%);
            background-image: -o-linear-gradient(#fff 60%, #eee 90%);
            background-image: linear-gradient(#fff 60%, #eee 90%); }
        @media screen and (max-width: 992px) {
          nav ul li .dropdown-submenu .dropdown-menu {
            left: 0;
            top: 100%;
            position: relative; } }
      nav ul li .dropdown-submenu:hover a, nav ul li .dropdown-submenu:focus a {
        color: #6ABE52 !important; }
      nav ul li .dropdown-submenu:hover .dropdown-menu, nav ul li .dropdown-submenu:focus .dropdown-menu {
        display: block; }
        nav ul li .dropdown-submenu:hover .dropdown-menu .dropdown-item:hover, nav ul li .dropdown-submenu:focus .dropdown-menu .dropdown-item:hover {
          color: #6ABE52 !important; }

nav .navbar-toggler-icon i {
  color: white !important; }

nav .active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(90%, #eee));
  background-image: -webkit-linear-gradient(#fff 60%, #eee 90%);
  background-image: -o-linear-gradient(#fff 60%, #eee 90%);
  background-image: linear-gradient(#fff 60%, #eee 90%); }
  nav .active a {
    font-weight: bold;
    color: #6ABE52 !important; }

.navbar-brand {
  display: none;
  color: white; }
  .navbar-brand:hover {
    color: white; }
  @media screen and (max-width: 992px) {
    .navbar-brand {
      display: block; } }

.nav-link {
  padding: 15px 8px !important; }

.navigation {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #6ABE52), color-stop(90%, #1a5a3a));
  background-image: -webkit-linear-gradient(#6ABE52 60%, #1a5a3a 90%);
  background-image: -o-linear-gradient(#6ABE52 60%, #1a5a3a 90%);
  background-image: linear-gradient(#6ABE52 60%, #1a5a3a 90%); }

@media screen and (max-width: 992px) {
  nav ul li a {
    font-size: 12px; }
  nav ul li .dropdown-menu {
    text-align: center;
    border: none; }
  nav ul li .dropdown-submenu .custom-toggle::after {
    border-top: .3em solid;
    border-left: .3em solid transparent;
    border-bottom: 0;
    border-right: .3em solid transparent; } }

.dropdown-item {
  color: white !important; }

.carousel .carousel-inner .carousel-item {
  height: 465px; }
  .carousel .carousel-inner .carousel-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .carousel .carousel-inner .carousel-item .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    text-align: justify;
    padding: 15px; }
  @media screen and (max-width: 768px) {
    .carousel .carousel-inner .carousel-item {
      height: 250px; } }

.members ul li {
  padding: 10px 0 10px;
  border-bottom: 2px solid #fff; }
  .members ul li:last-child {
    border-bottom: none; }
  .members ul li a {
    font-size: 14px;
    color: #767676;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none; }
    .members ul li a:hover {
      color: #A81612; }

.members .h6 {
  color: #6ABE52;
  margin: 0; }

.members p {
  font-size: 12px; }

.members .person-block {
  background-color: #f2f2f2; }
  .members .person-block .person-image {
    height: 80px;
    width: 80px; }
    .members .person-block .person-image img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .members .person-block .p-info {
    text-align: center;
    width: calc(100% - 50px);
    padding-left: 10px; }
    .members .person-block .p-info p {
      margin: 0; }

.cards-block {
  background-color: #1f8e46; }
  .cards-block .card-image {
    width: 60px;
    margin-top: 30px;
    margin-bottom: 15px; }
    .cards-block .card-image img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: auto; }

.card-single {
  padding: 0 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .card-single .c1 {
    padding: 0 20px;
    min-height: 180px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .card-single .c1:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .card-single .h5 {
    margin-bottom: 30px;
    color: #6ABE52;
    font-weight: bold; }
  .card-single a {
    text-decoration: none; }

.members .member-single .card .card-img-top, .members .single-album .card .card-img-top, .album .member-single .card .card-img-top, .album .single-album .card .card-img-top {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px; }

.members .member-single .card .card-title, .members .single-album .card .card-title, .album .member-single .card .card-title, .album .single-album .card .card-title {
  color: #6ABE52; }

.album .single-album a {
  text-decoration: none !important; }

.album .single-album .card-img-top {
  height: 150px !important; }

.album .single-album .card {
  position: relative;
  background-color: #fbfbfb;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .album .single-album .card .figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3ee691e6;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; }
  .album .single-album .card:hover {
    -webkit-box-shadow: 0 5px 10px #efefef;
    box-shadow: 0 5px 10px #efefef; }
    .album .single-album .card:hover .figcaption {
      height: 100%; }
  .album .single-album .card .inside {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .album .single-album .card .inside p {
      font-size: 14px; }
  .album .single-album .card .des {
    opacity: 0.7;
    font-size: 14px;
    font-weight: bold; }

.about-info .about-image {
  height: 400px; }
  .about-info .about-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }
  @media screen and (max-width: 520px) {
    .about-info .about-image {
      height: 200px; } }

.main-tab .nav-tabs {
  background-color: #6ABE52;
  border: none;
  -webkit-box-shadow: inset 0 0 10px #6ABE52;
  box-shadow: inset 0 0 10px #6ABE52; }
  .main-tab .nav-tabs a {
    position: relative;
    padding: 10px 25px;
    border: none;
    color: #fff;
    opacity: 0.7;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    height: 100%; }
  .main-tab .nav-tabs .nav-link {
    padding: 10px 25px !important; }

.main-tab .nav-tabs a.active,
.main-tab .nav-tabs a:hover {
  opacity: 1;
  top: 0;
  border: none;
  border-radius: 0;
  color: #6ABE52;
  background-color: #fff; }

.main-tab .mytab-content {
  position: relative;
  z-index: 2; }

.main-tab .tab-pane {
  text-align: center;
  background-color: #fff; }
  .main-tab .tab-pane ul {
    font-weight: 400;
    margin-bottom: 0; }
    .main-tab .tab-pane ul li {
      border: 1px solid #ddd;
      font-size: 18px !important;
      margin-bottom: 10px;
      background: white; }
      .main-tab .tab-pane ul li:last-child {
        padding-bottom: 10px; }
  .main-tab .tab-pane:after {
    display: table;
    content: "";
    clear: both; }

.date1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #6ABE52;
  background-color: #f7f7f7;
  margin: 5px;
  padding: 0;
  font-size: calc( 14px + (16 - 14) * (100vw - 768px) / (1200 - 768)); }
  .date1 p {
    text-transform: uppercase; }
  .date1 .h1 {
    color: #212121 !important; }
  .date1 .date {
    width: 100%;
    background-color: #A81612;
    color: #fff; }
  .date1 .elapse-time {
    font-size: 10px;
    font-weight: 900; }

.n-title {
  text-align: left; }
  .n-title .h3 {
    color: #6ABE52;
    font-size: 18px;
    font-weight: 500; }
  .n-title p {
    color: #777;
    font-size: 12px; }

.arrow1 {
  color: #006699;
  border-left: 1px solid #eee; }
  .arrow1:hover {
    color: #212121; }

.list-tab .tab-pane ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.tab-content .tab_drawer_heading {
  display: none; }

@media screen and (max-width: 992px) {
  .nav-tabs {
    display: none; }
  .tab-content .tab_drawer_heading {
    display: block;
    cursor: pointer;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: border-color .125s ease-in;
    -o-transition: border-color .125s ease-in;
    transition: border-color .125s ease-in;
    padding: 12px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #6ABE52;
    border: 1px solid #fff; }
  .tab-content h2 {
    color: #fff !important;
    font-weight: bold !important; }
  .tab-content .d_active {
    border-radius: 0;
    border: 0;
    position: relative; } }

@media screen and (max-width: 768px) {
  .date1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 5px 15px;
    font-size: calc( 14px + (16 - 14) * (100vw - 768px) / (1200 - 768)); }
    .date1 p {
      text-transform: uppercase; }
    .date1 .h1 {
      color: #212121 !important;
      margin-bottom: 0;
      font-size: 14px !important; }
    .date1 .date {
      width: 10%;
      background-color: transparent;
      color: #212121; }
    .date1 .elapse-time {
      margin-left: auto;
      float: right !important; }
  .arrow1 {
    display: none; }
  .main-tab .tab-pane ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.quick-links .widget-links ul {
  padding: 0; }
  .quick-links .widget-links ul li {
    margin-bottom: 1px solid #ddd;
    list-style-type: none;
    padding: 5px;
    margin-bottom: 10px; }
    .quick-links .widget-links ul li a {
      font-size: 14px;
      text-decoration: none;
      color: #333;
      letter-spacing: 0.5px;
      line-height: 2; }

.quick-links .widget-links .recent-news li {
  border-bottom: 1px solid #f2f2f2; }
  .quick-links .widget-links .recent-news li img {
    height: 80px;
    margin: 0 auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }
  .quick-links .widget-links .recent-news li.single-news-list {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .quick-links .widget-links .recent-news li.single-news-list:hover {
      background-color: #e8e8e8; }

.main-body h4 {
  color: #6ABE52;
  border-bottom: 1px solid #6ABE52; }

table tr th {
  text-transform: uppercase;
  color: #fff;
  background-color: #6ABE52;
  overflow: hidden;
  white-space: nowrap; }

table tr td {
  vertical-align: middle !important;
  color: #767676; }
  table tr td a {
    color: #6ABE52; }
  table tr td img {
    width: 20px; }
  table tr td i {
    font-size: 20px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    table tr td i:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

table tr .table-heading {
  color: #6ABE52; }

.table-members tr td:nth-child(2) {
  overflow: hidden;
  white-space: nowrap; }

.table-members tr td .member-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover; }

.an li {
  list-style-type: none;
  border-bottom: 1px solid #f2f2f2; }
  .an li .image {
    position: relative; }
  .an li .img-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
    color: #fff; }
  .an li h5 {
    color: #6ABE52;
    font-weight: bold; }
  .an li a {
    font-size: 14px; }
  .an li i {
    font-size: 12px; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); }
  to {
    -webkit-transform: rotateZ(1turn);
    transform: rotateZ(1turn); } }

@keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); }
  to {
    -webkit-transform: rotateZ(1turn);
    transform: rotateZ(1turn); } }

.green-audio-player {
  height: 56px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff; }
  .green-audio-player svg, .green-audio-player img {
    display: block; }
  .green-audio-player .play-pause-btn {
    display: none;
    cursor: pointer; }
  .green-audio-player .slider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #d8d8d8;
    cursor: pointer;
    position: relative; }
    .green-audio-player .slider .progress {
      background-color: #02bfe7;
      border-radius: inherit;
      position: absolute;
      pointer-events: none; }
      .green-audio-player .slider .progress .pin {
        height: 16px;
        width: 16px;
        border-radius: 8px;
        background-color: #02bfe7;
        position: absolute;
        pointer-events: all;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32); }
  .green-audio-player .loading .loading__spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #b0b0b0;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 0.4s linear infinite;
    animation: spin 0.4s linear infinite; }
  .green-audio-player .controls {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #55606e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px; }
    .green-audio-player .controls .controls__slider {
      margin-left: 16px;
      margin-right: 16px;
      border-radius: 2px;
      height: 4px; }
      .green-audio-player .controls .controls__slider .controls__progress {
        width: 0;
        height: 100%; }
        .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
          right: -8px;
          top: -6px; }
    .green-audio-player .controls span {
      cursor: default; }
  .green-audio-player .volume {
    position: relative; }
    .green-audio-player .volume .volume__button {
      cursor: pointer; }
      .green-audio-player .volume .volume__button.open path {
        fill: #02bfe7; }
    .green-audio-player .volume .volume__controls {
      width: 30px;
      height: 135px;
      background-color: rgba(0, 0, 0, 0.62);
      border-radius: 7px;
      position: absolute;
      left: -3px;
      bottom: 52px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .green-audio-player .volume .volume__controls.hidden {
        display: none; }
      .green-audio-player .volume .volume__controls.top {
        bottom: 52px;
        left: -3px; }
      .green-audio-player .volume .volume__controls.middle {
        bottom: -54px;
        left: 54px; }
      .green-audio-player .volume .volume__controls.bottom {
        bottom: -164px;
        left: -3px; }
      .green-audio-player .volume .volume__controls .volume__slider {
        margin-top: 12px;
        margin-bottom: 12px;
        width: 6px;
        border-radius: 3px; }
        .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
          bottom: 0;
          height: 100%;
          width: 6px; }
          .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
            left: -5px;
            top: -8px; }

.pagination .page-item.active .page-link {
  background-color: #6ABE52 !important;
  color: #fff !important; }

.pagination li {
  border: none; }
  .pagination li a {
    color: #767676 !important; }

.nav-pagination {
  background-color: transparent; }

.map-section {
  background-image: -webkit-gradient(linear, left top, right top, from(#1eb955), to(#0b7755));
  background-image: -webkit-linear-gradient(left, #1eb955, #0b7755);
  background-image: -o-linear-gradient(left, #1eb955, #0b7755);
  background-image: linear-gradient(to right, #1eb955, #0b7755);
  -o-object-fit: cover;
  object-fit: cover;
  color: #fff; }
  .map-section .contact h2 {
    color: #fff;
    border: none; }
  .map-section .contact hr {
    border-top-color: #fff; }
  .map-section .contact ul li {
    list-style-type: none; }
  .map-section .social-links {
    font-size: 30px; }
    .map-section .social-links i {
      font-size: inherit;
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      padding: 0 10px; }
    .map-section .social-links a:hover .fa-facebook-square {
      color: #3b5998; }
    .map-section .social-links a:hover .fa-twitter-square {
      color: #1da1f2; }
    .map-section .social-links a:hover .fa-youtube-square {
      color: #e62117; }
    @media screen and (max-width: 768px) {
      .map-section .social-links .social-icons {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
        flex-flow: row !important; } }

footer {
  z-index:1000;
  background-color: #6ABE52;
  color: #fff;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: fixed;
  font-size: 14px; }
  footer p {
    margin-top: 10px;
    margin-bottom: 10px; }

.social-media {
  position: relative; }

  
.letter-head {
  border-bottom: 1px solid #01579b; }
  .letter-head h3 span {
    color: #767676;
    font-size: calc(14px + (16 - 14) * ((100vw - 500px) / (1200 - 500))); }
  .letter-head .logo img {
    width: 100%;
    height: 100%; }

    
form {
  font-size: 14px; }

input [type="text"] {
  color: #6ABE52 !important; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }

input[type=number] {
  -moz-appearance: textfield !important; }

.form-control {
  border: 1px solid #ccc;
  background-color: #f2f2f2; }

::-webkit-input-placeholder {
  color: #818181 !important; }

:-ms-input-placeholder {
  color: #818181 !important; }

::-ms-input-placeholder {
  color: #818181 !important; }

::placeholder {
  color: #818181 !important; }

select {
  color: #767676; }

select:required {
  color: #ccc; }

.input-group-text {
  color: #818181;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  padding-top: .3rem;
  padding-bottom: .3rem;
  background-color: #f2f2f2; }

.edited-form .form-control {
  border-right: none; }

.login-form {
  width: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute; }
  @media screen and (max-width: 420px) {
    .login-form {
      width: 90%; } }



.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  cursor: pointer; }

.inputfile:focus + label, .inputfile:focus + .checkmark {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.inputfile + label * {
  pointer-events: none; }


  #suggestion {
  display: none; }

.list-group {
    margin-bottom: 0 !important;
    list-style: none;
}
.list-group .list-group-item {
    border-radius: 0;
    padding: 15px 15px !important;
    margin-bottom: 0 !important;
    text-align: left;
}
.list-group time {
  font-size: small;
}
.list-group .h3 {
  font-size: 19px;
}