@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Roboto:300,400,500,900|Work+Sans:300,400,700|Teko:400,600&display=swap");
body {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.text-yellow {
  color: #efd86a !important; }

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #16282c; }

a:hover {
  text-decoration: none;
  color: #16282c !important;
  -webkit-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  transition: 0.5s !important; }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

h1, h2, h3, h4, h5 {
  font-family: Work Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #16282c; }

h1.display-4 {
  color: #16282c; }

.bg-dark-gradient {
  background: #4c4c4c;
  background: -moz-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, black), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313));
  background: -webkit-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -o-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -ms-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -webkit-linear-gradient(315deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -o-linear-gradient(315deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: linear-gradient(135deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 ); }

.btn {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13pt;
  border-radius: 10px;
  border: none; }

.btn-primary {
  background-color: #27474e; }

.btn-primary:hover {
  color: #ffffff !important; }

.btn:hover {
  background-color: #16282c; }

.clearfix {
  clear: both !important; }

li {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14pt;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #414c4f; }

.p-lg {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #414c4f;
  font-size: 20pt;
  line-height: 34pt;
  font-weight: 300; }

p {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #414c4f;
  font-size: 14pt;
  line-height: 24pt;
  font-weight: 400;
  color: #414c4f; }

.navbar-dark {
  background: #ffffff !important; }
  .navbar-dark .navbar-toggler {
    color: #41888e;
    border: solid 1px #41888e; }

img.circle {
  border-radius: 50%; }

.form-control {
  border: none;
  border-bottom: solid 1px #414c4f;
  border-radius: 0;
  padding: 0;
  background-color: transparent !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important; }

header {
  height: 215px;
  position: relative;
  background-color: #16282c; }
  @media (max-width: 575.98px) {
    header {
      position: static;
      height: 260px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    header {
      height: 300px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    header {
      height: 300px; } }
  header .topbar {
    background-color: #60625f;
    padding: 25px 0;
    position: relative;
    top: 50px; }
    @media (max-width: 575.98px) {
      header .topbar {
        padding: 25px 0px 0px 0px;
        top: 35px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      header .topbar {
        margin-top: 0; } }
    @media (min-width: 992px) and (max-width: 1919.98px) {
      header .topbar {
        height: 250px;
        padding-bottom: 0; } }
    header .topbar .m-xs-0 {
      margin: 0 !important; }
    @media (max-width: 575.98px) {
      header .topbar .logo {
        text-align: center; } }
    @media (max-width: 575.98px) {
      header .topbar .logo a img {
        width: 90%; } }
    header .topbar .phone {
      margin-top: 20px; 
}
      @media (max-width: 575.98px) {
        header .topbar .phone {
          margin-top: 20px; } }
      header .topbar .phone img {
        margin-right: 20px;
        margin-bottom: 5px; }
        @media (max-width: 575.98px) {
          header .topbar .phone img {
            margin-right: 10px; } }
      header .topbar .phone a {
        font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 16pt;
        color: #ffffff; }
        @media (max-width: 575.98px) {
          header .topbar .phone a {
            font-size: 12pt; } }
      header .topbar .phone a:hover {
        color: #16282c !important; }
    @media (max-width: 575.98px) {
      header .topbar .map {
        bottom: 10px;
        right: 10px;
        position: absolute; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      header .topbar .map {
        bottom: 10px !important;
        right: 10px;
        position: absolute; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      header .topbar .map {
        bottom: 10px !important;
        right: 10px;
        position: absolute; } }
    header .topbar .navbar {
      margin-bottom: -100px !important;
      padding: 0;
      margin-top: 20px;
      z-index: 10000000000; }
      @media (max-width: 575.98px) {
        header .topbar .navbar {
          margin-bottom: 0 !important;
          padding: 10px;
          margin-top: 12px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        header .topbar .navbar {
          margin-bottom: 0 !important;
          padding: 10px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        header .topbar .navbar {
          margin-bottom: 0 !important;
          padding: 10px; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        header .topbar .navbar {
          margin-top: 20px; } }
      @media (min-width: 1200px) and (max-width: 1919.98px) {
        header .topbar .navbar {
          margin-bottom: -151px !important; } }
      @media (max-width: 575.98px) {
        header .topbar .navbar .navbar-nav {
          margin-top: 20px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        header .topbar .navbar .navbar-nav {
          margin-top: 20px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        header .topbar .navbar .navbar-nav {
          margin-top: 20px; } }
      header .topbar .navbar .navbar-nav .nav-item {
        margin: 0;
        margin-left: 0; }
      header .topbar .navbar .navbar-nav .active {
        color: #70abb8 !important; }
      header .topbar .navbar .navbar-nav .nav-link {
        color: #27474e;
        font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 16pt;
        font-weight: 400;
        padding-left: 28pt;
        padding-right: 28pt;
        line-height: 50pt;
        margin: 0; }
        @media (max-width: 991.98px) {
          header .topbar .navbar .navbar-nav .nav-link {
            text-align: left;
            line-height: 30pt; } }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          header .topbar .navbar .navbar-nav .nav-link {
            font-size: 14pt;
            padding-left: 28px;
            padding-right: 28px;
            line-height: 40pt; } }
        @media (min-width: 1200px) and (max-width: 1919.98px) {
          header .topbar .navbar .navbar-nav .nav-link {
            line-height: 50pt; } }
      header .topbar .navbar .navbar-nav .custom-border {
        position: relative; }
      header .topbar .navbar .navbar-nav .custom-border:after {
        content: " ";
        position: absolute;
        border-right: 2px #27474e solid;
        top: 35%;
        right: 0;
        height: 30%;
        margin-top: auto;
        margin-bottom: auto; }
        @media (max-width: 991.98px) {
          header .topbar .navbar .navbar-nav .custom-border:after {
            display: none; } }

.carousel .carousel-indicators {
  margin-bottom: 0.25rem; }
  .carousel .carousel-indicators li {
    border: 0;
    height: 15px;
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 100px;
    background: none;
    border: solid 3px #ffffff; }
    @media (max-width: 575.98px) {
      .carousel .carousel-indicators li {
        height: 8px;
        width: 8px;
        border: solid 2px #ffffff; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .carousel .carousel-indicators li {
        height: 10px;
        width: 10px; } }
  .carousel .carousel-indicators .active {
    background: #efd86a; }

.carousel .carousel-caption {
  left: 10%;
  bottom: 100px; }
  @media (max-width: 575.98px) {
    .carousel .carousel-caption {
      bottom: 10px;
      left: 20px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .carousel .carousel-caption {
      bottom: 30px;
      left: 50px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .carousel .carousel-caption {
      bottom: 50px;
      left: 50px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel .carousel-caption {
      left: 5%; } }
  .carousel .carousel-caption h1 {
    font-size: 36pt;
    font-weight: 300;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: left; }
    @media (max-width: 575.98px) {
      .carousel .carousel-caption h1 {
        font-size: 16pt; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .carousel .carousel-caption h1 {
        font-size: 20pt; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .carousel .carousel-caption h1 {
        font-size: 24pt; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .carousel .carousel-caption h1 {
        font-size: 30pt; } }
  .carousel .carousel-caption strong {
    font-weight: 600; }

.features {
  padding: 50px 0; }
  .features .bg-features-title {
    background-color: rgba(94, 116, 139, 0.8); }
  @media (max-width: 575.98px) {
    .features {
      padding: 30px 15px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .features {
      padding: 30px; } }
  .features h1 {
    font-family: Teko, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #41888e;
    font-size: 20pt;
    line-height: 1; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .features h1 {
        font-size: 23pt; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .features h1 {
        font-size: 25pt; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .features h1 {
        font-size: 34pt; } }
    @media (min-width: 1200px) {
      .features h1 {
        font-size: 38pt; } }
  .features a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .features a h3 {
      font-size: 14pt;
      color: #ffffff;
      background-color: rgba(94, 116, 139, 0.8);
      width: 100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      line-height: 60pt;
      text-align: center;
      font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: 500;
      letter-spacing: 2pt;
      position: absolute;
      z-index: 998;
      display: block;
      bottom: -10px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .features a h3 {
          font-size: 12pt;
          line-height: 40pt; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .features a h3 {
          font-size: 16pt; } }
    .features a p {
      font-size: 16pt;
      font-weight: 400; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .features a p {
          font-size: 14pt;
          line-height: 24pt; } }
    .features a img {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  .features a:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .features a:hover h3 {
      color: #efd86a !important;
      background-color: #16282c;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

.content {
  background-color: #41888e;
  padding: 70px 0; }
  @media (max-width: 575.98px) {
    .content {
      padding: 40px 15px; } }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content a {
    color: #efd86a; }
  .content a:hover {
    color: #ffffff !important; }
  .content h1 {
    letter-spacing: -0.5pt;
    font-size: 30pt;
    line-height: 36pt;
    color: #efd86a; }
    @media (max-width: 575.98px) {
      .content h1 {
        font-size: 24pt;
        line-height: 32pt; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .content h1 {
        font-size: 35pt;
        line-height: 42pt; } }
    @media (min-width: 1200px) and (max-width: 1919.98px) {
      .content h1 {
        font-size: 30pt;
        line-height: 36pt; } }
  .content h2 {
    font-size: 24pt; }
  .content h3 {
    font-size: 18pt; }
  .content p, .content li {
    font-size: 13pt;
    font-family: Work Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.6;
    color: #ffffff;
    font-weight: 300; }
  .content p {
    margin-bottom: 1.3rem; }
  .content li {
    margin-top: 3px;
    margin-bottom: 3px; }
  .content .small {
    font-weight: 400 !important;
    font-size: 12pt !important;
    letter-spacing: 0; }
  .content .p-md {
    font-size: 16pt;
    line-height: 26pt;
    font-weight: 400; }
  .content aside {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .content aside .title {
      font-size: 16pt;
      color: #efd86a; }
    .content aside address {
      font-size: 13pt;
      font-weight: 300;
      color: #ffffff; }
    .content aside .logobox {
      border-radius: 10px;
      background-color: #ffffff;
      padding: 30px 30px 10px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .content aside .logobox {
          margin-bottom: 30px; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .content aside .logobox {
          margin-bottom: 50px; } }

.speciality {
  position: relative; }
  .speciality h5 {
    color: #ffffff;
    font-size: 26pt;
    font-weight: 300 !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 10px;
    right: 50px; }
    @media (max-width: 575.98px) {
      .speciality h5 {
        left: 50px;
        font-size: 16pt; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .speciality h5 {
        font-size: 16pt; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .speciality h5 {
        font-size: 22pt; } }
  .speciality h5.l-0 {
    left: 50px; }
  .speciality a:link {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .speciality a:hover h5 {
    font-size: 30pt;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    @media (max-width: 767.98px) {
      .speciality a:hover h5 {
        font-size: 20pt; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .speciality a:hover h5 {
        font-size: 26pt; } }

.inside {
  padding: 70px 0; }
  @media (max-width: 575.98px) {
    .inside {
      padding-left: 15px;
      padding-right: 15px; } }
  .inside h1, .inside h2, .inside h4, .inside h5 {
    font-family: Work Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #41888e;
    font-weight: 700; }
  .inside li {
    font-family: Work Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .inside h1 {
    font-size: 30pt !important;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5pt; }
  .inside h2 {
    font-size: 24pt !important;
    line-height: 1.2; }
  .inside h3 {
    font-size: 20pt !important;
    line-height: 24pt;
    font-weight: 500;
    color: #41888e; }
  .inside p.lead {
    font-size: 16pt; }
  .inside p, .inside li {
    font-size: 13pt;
    font-family: Work Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.6;
    font-weight: 300; }
  .inside p {
    margin-bottom: 1.3rem; }
  .inside li {
    margin-top: 3px;
    margin-bottom: 3px; }
  .inside address {
    font-family: Work Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15pt;
    line-height: 25pt;
    font-weight: 200; }
  .inside address strong, .inside address i {
    font-weight: 600 !important;
    font-size: 14pt; }
  .inside .bg-divider {
    background-color: #deeff0;
    padding: 40px 0 50px 0;
    margin-top: 40px; }
  .inside .rounded-corners-2 {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px; }
  .inside a {
    color: #41888e; }
  .inside .gallery {
    padding: 2px; }
    @media (max-width: 575.98px) {
      .inside .gallery img {
        width: 42%; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .inside .gallery img {
        width: 45%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .inside .gallery img {
        width: 206px; } }
    @media (min-width: 1200px) {
      .inside .gallery img {
        width: 253px; } }
  .inside form label {
    font-family: Work Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

footer {
  background-color: #16282c;
  padding-top: 90px;
  padding-bottom: 80px;
  color: #ffffff; }
  @media (max-width: 575.98px) {
    footer {
      padding: 50px 0; } }
  footer h2 {
    color: #ffffff;
    margin-bottom: 30px; }
  footer address {
    line-height: 24pt; }
  footer a {
    color: #ffffff; }
  footer a:hover {
    color: rgba(255, 255, 255, 0.5) !important; }
  footer .copyright {
    margin-top: 50px;
    font-size: 10pt;
    text-align: center; }
  footer nav {
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    display: inline-block;
    padding: 0 10px; }
    @media (max-width: 575.98px) {
      footer nav {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      footer nav {
        width: 100%; } }
    footer nav ul {
      padding-left: 0;
      margin-left: 0;
      list-style-type: none; }
      footer nav ul li {
        display: block;
        float: left; }
        footer nav ul li a {
          display: block;
          font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          font-size: 11.5pt !important;
          float: left;
          padding-top: 5px;
          padding-bottom: 5px;
          color: #ffffff;
          padding-left: 45px;
          font-weight: 300; }
          @media (max-width: 767.98px) {
            footer nav ul li a {
              padding-left: 9px;
              padding-right: 9px; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            footer nav ul li a {
              padding-left: 25px;
              padding-right: 25px; } }
          @media (min-width: 992px) and (max-width: 1199.98px) {
            footer nav ul li a {
              padding-left: 18px;
              padding-right: 18px; } }
        footer nav ul li a:hover {
          color: #efd86a !important; }
      @media (min-width: 576px) {
        footer nav ul li:first-child a {
          padding-left: 0; } }

.feedback {
  background-color: #31B0D5;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da; }

.feedback:hover {
  color: #ffffff !important; }

#mybutton {
  position: fixed;
  bottom: -4px;
  right: 10px;
  z-index: 999; }
