
.header-top {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}

.header-top .top-left {
  float: left;
}

@media (max-width: 767px) {
  .header-top .top-left {
    float: unset;
    text-align: center;
  }
}

.header-top .top-left h6 {

  font-size: 13px;
  line-height: 26px;
  color: BLACK;
  font-weight: 400;
  padding: 10px 0px;
 /* font-family: "Roboto", sans-serif; */
}

.header-top .top-right {
  float: right;
}

@media (max-width: 767px) {
  .header-top .top-right {
    float: unset;
    text-align: center;
  }
}

.header-top .top-left .contact-links li {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  font-weight: 400;
  line-height: 26px;
  color: #b2b2b7;
  margin-right: 40px;
  /*font-family: 'Open Sans', sans-serif;*/
}

.header-top .top-right .social-links {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .header-top .top-right .social-links {
    padding-left: 0;
  }
}

.header-top .top-right .social-links li {
  display: inline-block;
}

.header-top .top-right .social-links li i {
  width: 50px;
  height: 56px;
  line-height: 56px;
  margin: -1px;
  font-size: 16px;
  color: #777777;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ececec;
}

.header-top .top-right .social-links li:hover i {
  color: #7b64cb;
  border-color: #7b64cb;
}

.header-uper {
  padding: 10px 0px 0px 0px;
}

.header-uper .logo {
  float: left ;
  text-align: center;
}

.header-uper .right-side {
  float: right;
}

@media (max-width: 991px) {
  .header-uper .right-side {
    float: unset;
    text-align: center;
  }
}

.header-uper .contact-info {
  float: left;
}

@media (max-width: 991px) {
  .header-uper .contact-info 
  {
    padding-left: 0;
    float: unset;
    margin-bottom: 30px;
  }
  .header-uper .logo {
     float: none;
}

}



.header-uper .link-btn {
  float: right;
}

@media (max-width: 991px) {
  .header-uper .link-btn {
    float: unset;
  }
}

.header-uper .contact-info .item {
  position: relative;
  display: inline-block;
  padding-left: 70px;
  margin-right: 40px;
}

.header-uper .contact-info .item .icon-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  border: 1px solid #5ec5cc;
}

.header-uper .contact-info .item .icon-box i:before {
  color: #5ec5cc;
  font-size: 22px;
}

.header-uper .contact-info .item strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
 /* font-family: "Roboto", sans-serif;*/
}

.header-uper .contact-info .item span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
 /*  font-family: "Roboto", sans-serif;*/
}

.header-uper .right-side .link-btn {
  margin-left: 20px;
  margin-top: 5px;
}

  
  
   
.page-title {
  position: relative;
  padding: 80px 0;
  
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  &:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba($color: #132646, $alpha: 0.6);
  }
  .title-text {
    h1 {
      position: relative;
      font-size: 40px;
      color: #ffffff;
      line-height: 50px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 20px;
      letter-spacing: 1px;
      font-family: $primary-font;
    }  
  

/*
.multi-item-carousel{ 
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{ 
      &.left{ 
        left:-33%; 
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    } 
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}
*/


 -->
 
/* testimonial */ 

 
  
  