#main-slide .item img {
    width: 100%;
}

#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .item.active .slider-content .logo {
    color: #f39c12;
    font-weight: bold;
}

#main-slide .slider-content {
    top: 50%;
    margin-top: -110px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

#main-slide .slider-content h2 {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: #eee;
}

#main-slide .slider-content h2.white,
#main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
    text-align: center;
    color: #eee;
}

.slider.btn {
    padding: 6px 20px;
    /*margin-top: 25px;*/
    font-size: 16px;
    line-height: 28px;
    border: 0;
    color: #fff;
    background-color: rgba(243, 156, 18, 0.8);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC
}

.slider.btn:hover {
    background-color: rgba(243, 156, 18, 1);
}

.slider.btn:focus,
.slider.btn:active:focus,
.slider.btn:active:hover {
    outline: none;
}

#feature {
    background: #f2f2f2;
    padding-bottom: 0px;
}

#feature a {
    color: #f39c12;
    font-weight: bold;
    margin-left: 5px;
    text-transform: uppercase;
}

#feature a:hover {
    color: #444;
}

#feature .btn-primary:hover {
    margin-top: 40px;
    padding: 8px 120px;
    background: #f2f2f2;
    color: #666;
    border-radius: 10px 10px 0 0;
    border: 0;
    box-shadow: 0 -10px 10px #ddd;
}

#inner-page {
    background: #f8f8f8;
    padding-bottom: 0;
    padding-bottom: 20px;
}

.features {
    padding: 0;
}

.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
    text-align: center;
}

.feature-wrap h2 {
    margin-top: 10px;
}

.feature-wrap .pull-left {
    margin-right: 25px;
}

.feature-wrap i.fa {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #ffffff;
    color: #f39c12;
}

#recent-works .col-xs-12.col-sm-4.col-md-4 {
    padding: 15px;
}

#recent-works {
    padding-bottom: 70px;
}

.recent-work-wrap {
    position: relative;
}

#recent-works .readmore {
    color: #f39c12;
    font-weight: bold;
    margin-left: 5px;
    text-transform: uppercase;
}

#recent-works .readmore:hover {
    color: #444;
}

.recent-work-wrap img {
    width: 100%;
}

.recent-work-wrap .recent-work-inner {
    top: 0;
    background: transparent;
    opacity: 1;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
}

.recent-work-wrap .recent-work-inner h3 {
    margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a {
    font-size: 24px;
    color: #fff;
}

.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: #f39c12;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
}

.recent-work-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
}

.recent-work-wrap:hover .overlay {
    opacity: 0.9;
}

.block-map-desktop {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    background-color: red;
}

.block-map-mobile {
    display: none;
}

.logo-block-contact {
    width: 300px;
    height: 300px;
    background-color: red;
    margin: 0 auto;
}

/* questions section */

#questions-section {
    padding: 100px 0;
    background-color: #f6f6f6;
}

.accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  .accordion .card-header {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 0;
  }
  .accordion .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border: none;
  }
  .accordion .btn-link:after {
    content: '+';
    font-size: 1.5rem;
  }
  .accordion .btn-link[aria-expanded="true"]:after {
    content: '-';
  }
  /* Modal Styling */
  .faq-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .faq-modal-content {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    width: 90%;
    border-radius: 10px;
    text-align: center;
  }
  .faq-modal-close {
    float: right;
    cursor: pointer;
    font-size: 20px;
  }

  .faq-modal.show {
    display: flex !important;
  }
  
  .achievement-box {
    text-align: center;
    padding: 20px 10px;
  }
  @media (min-width: 992px) {
    .achievement-box {
      flex-grow: 1;
      flex-basis: 0;
    }
    .row.flex-wrap {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
    }
  }