body {
  overflow-x: hidden; }

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1em !important;
  padding-right: 1em !important; }

.navbar .nav-item.active {
  border-left: #444 3px solid; }

.carousel-item {
  height: 95vh; }

.carousel-image-1 {
  background: url("../img/image1.jpg");
  background-size: cover; }

.carousel-image-2 {
  background: url("../img/image2.jpg");
  background-size: cover; }

.carousel-image-3 {
  background: url("../img/image3.jpg");
  background-size: cover; }
.carousel-caption{
  left:50%;
  top:50%;
  right: auto;
  bottom:auto;
  transform: translate(-50%, -50%);
}
.fa {
  font-size: 55px; }

#home-heading {
  position: relative;
  min-height: 200px;
  background: url("../img/lights.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff; }

.dark-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#video-play {
  position: relative;
  min-height: 200px;
  background: url("../img/media.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  text-align: center;
  color: #fff; }
  #video-play a {
    color: #fff; }

footer#main-footer {
  background: #000;
  color: #fff; }

#page-header {
  height: 200px;
  background: url("../img/image1.jpg");
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px; }

#about img {
  margin-top: -50px; }

#faq .card {
  border: #444; }
  #faq .card a {
    color: #fff;
    text-decoration: none; }

#faq .card-body, #faq .card-header {
  background: #333; }
  .ft-social{
    padding: 0;
    margin: 0 auto;
    display: inline-block;
  }
.ft-social li{
  float: left;
  list-style: none;
  padding: 0 10px;
}

.ft-social li a{
  font-size: 20px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #fff;
  color: #1b1b1b;
  line-height: 36px;
  text-align: center;
  transition: all .3s;
}
.ft-social li a:hover{
 background: #1b1b1b;
 color: #fff;
 text-decoration: none;
}
.intro-sec,
.faq-block{
  padding: 80px 0;
}
.center-block {
    float: none;
    margin: 0 auto;
}
.intro-text {
    padding-right: 40px;
}
.intro-text span{
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.intro-text .intro-title{
    color: #333;
    font-size: 30px;
    line-height: 37px;
    margin-top: 10px;
}
.services-wrapper{
  padding: 80px 0;
  background: #f6f6f6;
}
.services-wrapper .center-block{
  margin-bottom: 30px;
}
.services-wrapper .media{
  background: #fff;
  border-radius: 6px;
  padding: 25px 20px;
  text-align: center;
  margin-top: 30px;
  display: block;
}
.services-wrapper .media-body{
  padding-top: 20px;
}
.services-wrapper .media-body h3 {
    font-size: 25px;
    color: #222;
    text-transform: capitalize;
    padding-bottom: 10px;
    letter-spacing: 0;
}
.faq-block h2 {
    margin-bottom: 30px;
    text-align: center;
}
.accordion-wrap {
    margin-top: 20px;
}
.responsive-accordion{
  text-align: left;
}
.responsive-accordion .responsive-accordion-head{
  cursor: pointer;
}
.responsive-accordion-default.responsive-accordion .responsive-accordion-head {
  padding: 12px 15px;
  line-height: normal;
  position: relative;
  font-size: 20px;
  color: #26388e;
}
.responsive-accordion .responsive-accordion-head i {
  float: right;
  top: 50%;
  position: absolute;
  color: #26388e;
  transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
}
.responsive-accordion-head{
  border-radius: 4px;
  border: 2px solid #26388e;
}
.responsive-accordion-panel{
  padding: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-sec .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .intro-sec{
    text-align: center;
  }
  .intro-text{
    padding-right: 0;
    margin-bottom: 25px;
  }
  .intro-sec, .faq-block, .services-wrapper{
    padding: 50px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .intro-sec .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .intro-text{
    padding-right: 0;
    margin-bottom: 25px;
  }
  .intro-sec, .faq-block{
    padding: 50px 0;
    text-align: center;
  }
  .services-wrapper .container{
    width: 100%;
    max-width: inherit;
  }
  .responsive-accordion-head span {
    display: inline-block;
    padding-right: 25px;
  }
}