section {
  padding: 100px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  section {
    padding: 150px 0; } }
.service-heading {
  margin: 15px 0;
  text-transform: none; }

#gallery .gallery-item {
  right: 0;
  margin: 0 0 15px; }
  #gallery .gallery-item .gallery-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
    #gallery .gallery-item .gallery-link .gallery-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background: rgba(254, 209, 54, 0.9); }
      #gallery .gallery-item .gallery-link .gallery-hover:hover {
        opacity: 1; }
      #gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content i {
          margin-top: -12px; }
        #gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h3,
        #gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h4 {
          margin: 0; }
  #gallery .gallery-item .gallery-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff; }
    #gallery .gallery-item .gallery-caption h4 {
      margin: 0;
      text-transform: none; }
    #gallery .gallery-item .gallery-caption p {
      font-size: 16px;
      font-style: italic;
      margin: 0;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

#gallery * {
  z-index: 2; }

@media (min-width: 767px) {
  #gallery .gallery-item {
    margin: 0 0 30px; } }

.gallery-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0; }

.gallery-modal .modal-content {
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .gallery-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px; }
  .gallery-modal .modal-content p {
    margin-bottom: 30px; }
  .gallery-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .gallery-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .gallery-modal .modal-content img {
    margin-bottom: 30px; }
  .gallery-modal .modal-content button {
    cursor: pointer; }

.gallery-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .gallery-modal .close-modal:hover {
    opacity: 0.3; }
  .gallery-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529; }
    .gallery-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #212529; }

.gallery-modal .modal-backdrop {
  display: none;
  opacity: 0; }

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center; }
  section#contact .section-heading {
    color: #fff; }
  section#contact .form-group {
    margin-bottom: 25px; }
    section#contact .form-group input,
    section#contact .form-group textarea {
      padding: 20px; }
    section#contact .form-group input.form-control {
      height: auto; }
    section#contact .form-group textarea.form-control {
      height: 248px; }
  section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none; }
  section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

footer {
  padding: 25px 0;
  text-align: center; }
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }


@media (max-width: 767px) {
    .mobile {
  display: block!important;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 100px;
}

.mobile:hover {
  background-color: forestgreen;
    color: black;
}
}

@media (max-width: 767px) {
    .desktop {
      display: none;
    }
}

.mobile {
  display: none;
}
.my-navbar{
    background: #f0f0f0;
}
.my-navbar .navbar-nav > li > a:hover{
    background-color: green;
    color: yellow;
} .my-navbar .navbar-nav > li > a:focus {
    background-color: red;
    color: green;
}
.icon-background-green{
    color:green;
}
.icon-background-yellow{
    color:yellow;
}
.icon-background-red{
    color:red;
}
