

/* --------------- Testimonials --------------- */
.testimonials-mp {
  position: relative;
  overflow: hidden !important; }
  .testimonials-mp .brush {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%; }
  .testimonials-mp .sec-head .gl-rate {
    margin: 40px auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    padding: 10px 20px; }
    .testimonials-mp .sec-head .gl-rate .icon {
      width: 35px; }
    .testimonials-mp .sec-head .gl-rate .cont {
      padding-left: 30px;
      text-align: left; }
      .testimonials-mp .sec-head .gl-rate .cont h6 {
        line-height: 1;
        font-weight: 600;
        font-size: 18px; }
      .testimonials-mp .sec-head .gl-rate .cont .stars {
        font-size: 13px;
        color: #EF2B10;
        margin-left: 10px; }
      .testimonials-mp .sec-head .gl-rate .cont p {
        font-size: 12px;
        margin-top: 2px; }
  .testimonials-mp .testim-swiper {
    position: relative;
    overflow: visible;
    padding: 150px 0 250px;
    background-image: url(../imgs/testim/global.png);
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat; }
  .testimonials-mp .swiper-slide {
    margin-right: -50px;
    width: 400px;
    height: auto; }
  .testimonials-mp .item {
    padding: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: relative; }
    .testimonials-mp .item .info p {
      font-size: 14px; }
    .testimonials-mp .item .info span {
      font-size: 16px; }
    .testimonials-mp .item .info .img-author {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
    .testimonials-mp .item:hover {
      z-index: 5; }
  .testimonials-mp .gray {
    background: #EEEEEE;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  .testimonials-mp .colorful {
    background: #ff3d00;
    -webkit-transform: rotate(2deg) translateY(80px);
    -ms-transform: rotate(2deg) translateY(80px);
    transform: rotate(2deg) translateY(80px);
    z-index: 3; }
  .testimonials-mp .darklen {
    background: #151515;
    color: #fff;
    -webkit-transform: rotate(2deg) translateY(-50px);
    -ms-transform: rotate(2deg) translateY(-50px);
    transform: rotate(2deg) translateY(-50px); }
    .testimonials-mp .darklen p {
      color: #d1d1d1; }
  .testimonials-mp .lighten {
    background: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 3; }




.box-light {
  background-color: #3e3c3c;
  color: #ffffff;
  position: relative;
  border-radius: 0 0 30px 30px;
  z-index: 4; }
  .box-light .layers {
    position: absolute;
    top: 5px;
    left: 30px;
    right: 30px;
    bottom: -10px;
    background: #000000;
    border-radius: 15px;
    opacity: .7;
    z-index: -1; }
    .box-light .layers:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 20px;
      right: 20px;
      bottom: -10px;
      background: #000000;
      border-radius: 15px;
      opacity: .7;
      z-index: -1; }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .ml-none {
    margin-left: 0 !important; }
  .sec-head .ml-auto {
    margin: 30px 0 0 0 !important; }
  .header-mp .caption h1 {
    font-size: 200px; }
  .services-mp .content .item {
    padding: 0 15px; }
  .process-mp .item .d-flex {
    display: block !important; }
  .process-mp .item .text {
    padding-left: 0; }
  .process-mp .item .botm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .process-mp .item .botm h3 {
      font-size: 30px;
      line-height: 1.2; }
    .process-mp .item .botm span {
      font-size: 30px; }
  .team-mp .item .img {
    width: 280px; }
  .team-mp .item h2 {
    font-size: 30px;
    line-height: 1.2; }

  .footer-mp .footer-logo h1 {
    font-size: 200px; } }
        .testimonials-mp .swiper-slide {
    width: 500px; }
@media screen and (max-width: 768px) {
 


  .testimonials-mp .swiper-slide {
    width: 100%;
    padding: 0 10px;
    margin: 0; }
    .testimonials-mp .swiper-slide .item {
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important; }
  .testimonials-mp .testim-swiper {
    padding: 0; } }












/* FAQS
-----------------------------------------------------------------*/
.faqs .main-marq:after {
  display: none; }

.faqs .main-marq h4 {
  font-size: 250px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }
  .faqs .main-marq h4 span {
    color: rgba(255, 255, 255, 0.02); }

.faqs .main-marq .icon {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .faqs .main-marq .icon img {
    width: 100px; }

.faqs .accordion-item {
  border: 0;
  margin-bottom: 30px;
  background: transparent; }
  .faqs .accordion-item:last-of-type {
    margin-bottom: 0; }

.faqs .accordion-header .accordion-button {
  background: transparent;
  font-size: 20px;
  color: inherit;
  padding: 20px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05); }
  .faqs .accordion-header .accordion-button .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.05); }
    .faqs .accordion-header .accordion-button .icon svg {
      opacity: .3; }
      .faqs .accordion-header .accordion-button .icon svg path {
        stroke: #fff; }
  .faqs .accordion-header .accordion-button .face-icon {
    width: 25px; }
  .faqs .accordion-header .accordion-button:after {
    display: none; }
  .faqs .accordion-header .accordion-button:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .faqs .accordion-header .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .faqs .accordion-header .accordion-button:not(.collapsed) .icon svg {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 1; }

.faqs .accordion-body {
  background: rgba(255, 255, 255, 0.02);
  padding: 30px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .faqs .accordion-body p {
    font-weight: 300; }

.faqs .imgs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 1920px;
  height: 100%;
  pointer-events: none; }
  .faqs .imgs .img1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 300px;
    height: 350px; }
  .faqs .imgs .img2 {
    position: absolute;
    bottom: 0;
    left: 300px;
    width: 190px;
    height: 150px; }
  .faqs .imgs .img3 {
    position: absolute;
    right: 0;
    top: 15%;
    width: 420px;
    height: 450px; }

/* --------------- Blogs --------------- */
        
.box-dark{
  position:relative;
  width:100%;
  min-height:1200px;
  /* background: #080808; */
  color: #fff;
  border-radius: 70px;
  z-index: 4; }
  .box-dark.goup {
    margin-top: -80px; }
  .box-dark p {
    color: #b6b6b6; }

/* ====================== [ Start Responsive ] ====================== */


@media screen and (max-width: 768px) {

  .box-dark {
    border-radius: 40px; }
 }
