/***=======================
/* Responsive
/*======================***/
@media (max-width: 991px) {
  .expart-member .image img {
    width: 100%;
  }
  .slider {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .service-area {
    text-align: center;
  }
  .service-item .image {
    display: inline-block;
    margin-bottom: 0;
  }
  .about-area .text {
    text-align: center;
  }
  .row-eq-height {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center ;
  }
  .row-eq-tab > div {
	-moz-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    background: #212121;
    border: 0 none;
    box-shadow: none;
    display: block!important;
    margin-right: auto;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(-240px, 0px, 0px);
    -ms-transform: translate3d(-240px, 0px, 0px);
    -o-transform: translate3d(-240px, 0px, 0px);
    transform: translate3d(-240px, 0px, 0px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 240px;
    z-index: -999;
    opacity: 0;
    overflow: auto;
  }
  .navbar-collapse.in {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
    opacity: 1;
  }
  .menu-area .navbar {
    float: right;
  }
  .menu-area .social-media {
    float: left;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .menu-area .navbar-nav {
    display: block;
    margin-top: 40px;
    text-align: left;
    padding-left: 40px;
  }
  .menu-area .navbar-nav li a {
    padding: .8rem 3px;
  }
  .testimonial-area .testimonial blockquote {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 480px) {
  .our-client ul {
    display: block;
  }
  .our-client ul li {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 15px 0;
  }
  .our-client ul .single-client .icon {
    margin-bottom: 0;
  }
  .footer-social ul {
    display: block;
  }
  .footer-social ul li {
    display: block;
    margin-bottom: 30px;
  }
  .slider .greatting {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    height: auto !important;
  }
}
