@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?ukxu0h');
    src: url('fonts/icomoon.eot?ukxu0h#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?ukxu0h') format('truetype'), url('fonts/icomoon.woff?ukxu0h') format('woff'), url('fonts/icomoon.svg?ukxu0h#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-up-angle:before {
    content: "\e905";
}

.icon-facebook:before {
    content: "\e900";
}

.icon-whatsapp:before {
    content: "\e901";
}

.icon-instagram:before {
    content: "\e902";
}

.icon-twitter:before {
    content: "\e903";
}

header {
    width: 100%;
    padding: 10px 0px 0px!important;
    z-index: 9999;
    background: #a5eaec !important;
}
.menuBg {
    width: 100%;
    background: #fff !important;
    margin-top: 10px;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.8);
}
.header_fixer {
    padding: 10px 0px 0px !important;
    background: #fff;
    transition: all .1s ease-in-out;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.8);
}
.navbar-brand  {
    width: 224px !important;
    height: auto;
    display: block;
    transition: all .3s ease-in-out;
}
.h5, h5 {
    font-size: 2.25rem;
    text-transform: uppercase;
}
.h5, h5 span {
    padding: 5px 20px;
    margin-top: 5px;
    background-color: rgba(0, 120, 123, 0.4);
    font-size: 1.25rem;
    color: #fff;
    text-transform: uppercase;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40%;
    left: 7%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4% !important;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4% !important;
    color: #fff;
    text-align: center;
    opacity: .5;
}

footer{
    background-color: #00787b !important;
    margin-top: 0px !important;
}

  footer .menuListing {
    width: 100%;
    min-height: 439px;
    padding: 60px 30px;
  }
  footer .menuListing h1 {
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
  }
  footer .menuListing .menulist {
    padding: 10px 0px;
  }
  footer .menuListing .menulist a {
    display: block;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0.3px ;
    color: #fff !important;
    font-weight: 400 !important;
  }
  footer .menuListing .socialIcon {
    width: 100%;
  }
  footer .menuListing .socialIcon a {
    display: inline-block;
    color: #000;
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    padding: 10px;
    text-align: center;
    margin: 0px 6px;
  }
  footer .menuListing .socialIcon a:hover {
    background: #a5eaec;
    transition: ease-in-out 0.05s;
    color: #ffffff;
  }
  
  .copyright {
    width: 100%;
    min-height: 30px;
    padding: 25px 0px 15px;
    background: #036264 !important;
    font-size: 13px;
    line-height: 22px;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
  }
  .copyright .powered {
    text-align: end;
  }
  address{ margin-bottom: 0px !important; color: #fff !important;}
  .menuListing p{ color: #fff !important;}
  .menuListing p a{ color: #fff !important;}


  .dropdown-menu {
 padding: 0 !important;
 margin: 0  !important;
 border: 0px !important;
 border-radius: 0  !important;
 -webkit-border-radius: 0  !important;
 -moz-border-radius: 0  !important;
 -ms-border-radius: 0  !important;
 -o-border-radius: 0  !important;
}
