.gray-section
{
    background-color: var(--gray-section);
}
.large-section
{
    padding: 140px 0;
}


/************************************************************/
.flip-container
{
  -webkit-perspective: 800px;
  perspective: 800px;
  margin-bottom: 30px;
}
.flip-container .img-wrapper
{
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.flip-container .img-wrapper .side
{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-container .img-wrapper .front
{
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.flip-container .img-wrapper .back
{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: var(--black_default);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.flip-container .img-wrapper .back .content-wrapper
{
  height: 100%;
  padding: 25px 40px;
}

.flip-container .img-wrapper .back .content-wrapper h4
{
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}
.flip-container .img-wrapper .back .content-wrapper p
{
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.flip-container:hover .img-wrapper
{
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}

@media (max-width: 575px)
{
  .flip-container .img-wrapper .back .content-wrapper
  {
    padding: 15px 20px;
  }
}
@media (max-width: 767px)
{
  .flip-container .img-wrapper .back .content-wrapper h4
  {
    font-size: 20px;
  }
}
@media (max-width: 575px)
{
  .flip-container .img-wrapper .back .content-wrapper h4
  {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
/******************** TESTMONIALS *************************/
.testimonials {
  position: relative;
  background-size: cover;
  background-attachment: fixed; }
  .testimonials .testimonials-wrapper {
    position: relative;
    z-index: 100; }
    .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide {
      padding: 70px 0; }
      @media (max-width: 767px) {
        .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide {
          padding: 70px 0 50px 0; } }
      .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding: 70px 60px 60px 60px;
        background-color: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 10px 3px var(--box-shadow-medium);
        box-shadow: 1px 1px 10px 3px var(--box-shadow-medium);
        position: relative; }
        @media (max-width: 1199px) {
          .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper {
            width: 700px; } }
        @media (max-width: 991px) {
          .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper {
            width: 650px;
            padding: 70px 50px 40px 50px; } }
        @media (max-width: 767px) {
          .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper {
            width: 510px;
            padding: 60px 20px 30px 20px; } }
        @media (max-width: 575px) {
          .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper {
            width: 100%;
            padding: 60px 15px 20px 15px; } }
        .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper .img-wrapper {
          width: 100px;
          height: 100px;
          border-radius: 100%;
          overflow: hidden;
          position: absolute;
          z-index: 100;
          top: 0;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          border: 3px solid var(--light-border); }
          .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper .img-wrapper img {
            width: 100%;
            height: 100%; }
        .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper .client {
          text-align: center;
          font-weight: 600;
          font-size: 24px;
          margin-bottom: 5px;
          line-height: 1; }
          @media (max-width: 991px) {
            .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper .client {
              margin-bottom: 5px;
              font-size: 18px; } }
          @media (max-width: 767px) {
            .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper .client {
              font-size: 16px; } }
        .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper .position {
          text-align: center;
          font-size: 12px;
          color: var(--black_defaultr);
          font-weight: 500;
          letter-spacing: 0.5px;
          margin-bottom: 20px;
          line-height: 1;
          opacity: 0.7; }
          @media (max-width: 991px) {
            .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper .position {
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper .position {
              font-size: 11px; } }
        .testimonials .testimonials-wrapper .swiper-container .swiper-wrapper .swiper-slide .review-wrapper .review {
          text-align: center; }
    .testimonials .testimonials-wrapper .swiper-container .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1000px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 100; }
      @media (max-width: 1199px) {
        .testimonials .testimonials-wrapper .swiper-container .nav {
          width: 900px; } }
      @media (max-width: 991px) {
        .testimonials .testimonials-wrapper .swiper-container .nav {
          width: 750px; } }
      @media (max-width: 767px) {
        .testimonials .testimonials-wrapper .swiper-container .nav {
          display: none; } }
      .testimonials .testimonials-wrapper .swiper-container .nav .swiper-button-prev-testimonials, .testimonials .testimonials-wrapper .swiper-container .nav .swiper-button-next-testimonials {
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 575px) {
          .testimonials .testimonials-wrapper .swiper-container .nav .swiper-button-prev-testimonials, .testimonials .testimonials-wrapper .swiper-container .nav .swiper-button-next-testimonials {
            display: none; } }
        .testimonials .testimonials-wrapper .swiper-container .nav .swiper-button-prev-testimonials i, .testimonials .testimonials-wrapper .swiper-container .nav .swiper-button-next-testimonials i {
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          font-size: 28px;
          color: #fff; }

    /*************** ACCORDION *********************/
accordion-type-1 .accordion
{
      border: 1px solid var(--default-border);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-box-shadow: 0 5px 5px var(--box-shadow-accordions);
      box-shadow: 0 5px 5px var(--box-shadow-accordions);
      border-radius: 5px;
      overflow: hidden;
}
.accordion-type-1 .accordion .accordion-header
{
        color: var(--heading-color);
        font-weight: 500;
        padding: 12px 20px;
        cursor: pointer;
        letter-spacing: 0.5px;
        font-family: var(--secondary-font);
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
}
        @media (max-width: 1199px) {
          .accordion-type-1 .accordion .accordion-header {
            padding: 8px 17px; } }

      .accordion-type-1 .accordion .accordion-body {
        padding: 20px;
        display: none; }

        @media (max-width: 1199px) {
          .accordion-type-1 .accordion .accordion-body {
            padding: 17px; } }

    .accordion-type-1 .accordion:not(:last-child) {
      margin-bottom: 20px; }

      @media (max-width: 1199px) {
        .accordion-type-1 .accordion:not(:last-child) {
          margin-bottom: 15px; } }

    .accordion-type-1 .active-accordion .accordion-header {
      color: #fff;
      background-color: var(--primary-color); }
.accordion-type-1 .active-accordion .accordion-header span
{
        color: #fff;
        margin-right: 15px;
        letter-spacing: 1px;
}
/************** TABS ***************************/

.tabs-section-type-1 .tabs-wrapper .tabs-header {
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid var(--default-border);
  position: relative;
  top: -1px;
  margin-left: 15px;
  margin-right: 15px; }
  @media (max-width: 991px) {
    .tabs-section-type-1 .tabs-wrapper .tabs-header {
      margin-bottom: 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: none;
      padding: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 10px;
      margin-left: 10px; } }
  @media (max-width: 575px) {
    .tabs-section-type-1 .tabs-wrapper .tabs-header {
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 0; } }
  .tabs-section-type-1 .tabs-wrapper .tabs-header .tab-trigger-wrapper {
    padding: 0; }
    @media (max-width: 991px) {
      .tabs-section-type-1 .tabs-wrapper .tabs-header .tab-trigger-wrapper {
        width: 50%; } }
    @media (max-width: 575px) {
      .tabs-section-type-1 .tabs-wrapper .tabs-header .tab-trigger-wrapper {
        width: 100%; } }
    .tabs-section-type-1 .tabs-wrapper .tabs-header .tab-trigger-wrapper .tab-trigger {
      font-weight: 600;
      text-align: center;
      padding: 15px 20px;
      cursor: pointer;
      font-size: 14px;
      position: relative;
      bottom: -1px;
      margin-right: 15px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      background-color: var(--gray-section);
      border: 1px solid var(--default-border);
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      @media (max-width: 1199px) {
        .tabs-section-type-1 .tabs-wrapper .tabs-header .tab-trigger-wrapper .tab-trigger {
          font-size: 13px;
          padding: 10px 15px; } }
      @media (max-width: 991px) {
        .tabs-section-type-1 .tabs-wrapper .tabs-header .tab-trigger-wrapper .tab-trigger {
          margin-bottom: 10px;
          margin-right: 5px;
          margin-left: 5px;
          border-radius: 5px; } }
      @media (max-width: 767px) {
        .tabs-section-type-1 .tabs-wrapper .tabs-header .tab-trigger-wrapper .tab-trigger {
          font-size: 12px; } }
      @media (max-width: 575px) {
        .tabs-section-type-1 .tabs-wrapper .tabs-header .tab-trigger-wrapper .tab-trigger {
          margin-right: 0;
          margin-left: 0; } }
    .tabs-section-type-1 .tabs-wrapper .tabs-header .tab-trigger-wrapper .active {
      color: var(--primary-color);
      border-bottom: 1px solid transparent; }
      @media (max-width: 991px) {
        .tabs-section-type-1 .tabs-wrapper .tabs-header .tab-trigger-wrapper .active {
          border-bottom: 1px solid var(--default-border);
          color: #fff;
          background-color: var(--primary-color); } }

.tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper {
  position: relative;
  margin: 0 15px; }
  .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .tab-side {
      padding-left: 0;
      padding-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .tab-side .title {
        margin-bottom: 15px;
        font-weight: 600; }
        @media (max-width: 991px) {
          .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .tab-side .title {
            font-size: 26px;
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .tab-side .title {
            font-size: 24px;
            margin-bottom: 5px; } }
      .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .tab-side .img-wrapper {
        overflow: hidden;
        border-radius: 5px; }
    .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .left-side {
      padding-right: 15px; }
      .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .left-side .title {
        text-align: right; }
        @media (max-width: 991px) {
          .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .left-side .title {
            text-align: center; } }
      .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .left-side .description {
        text-align: right; }
        @media (max-width: 991px) {
          .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .left-side .description {
            text-align: center; } }
      @media (max-width: 991px) {
        .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .left-side {
          padding-right: 0; } }
    .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .right-side {
      padding-left: 15px; }
      .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .right-side .title {
        text-align: left; }
        @media (max-width: 991px) {
          .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .right-side .title {
            text-align: center; } }
      .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .right-side .description {
        text-align: left; }
        @media (max-width: 991px) {
          .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .right-side .description {
            text-align: center; } }
      @media (max-width: 991px) {
        .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .right-side {
          padding-left: 0; } }
    @media (max-width: 991px) {
      .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .image-side {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body .content-side {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .tab-body:not(.active-body) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .tabs-section-type-1 .tabs-wrapper .tabs-body-wrapper .active-body {
    position: relative; }

.tabs-section-type-2 .tabs-wrapper .tabs-header {
  margin-bottom: 25px;
  padding: 0 0 30px 0;
  border-bottom: 1px solid var(--default-border);
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .tabs-section-type-2 .tabs-wrapper .tabs-header {
      margin-bottom: 20px;
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .tabs-section-type-2 .tabs-wrapper .tabs-header {
      padding-bottom: 0;
      margin-bottom: 15px; } }
  .tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper {
    padding: 0;
    margin-right: 30px;
    margin-left: 30px; }
    @media (max-width: 1199px) {
      .tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper {
        margin-right: 20px;
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper {
        width: 35%;
        margin-bottom: 20px;
        margin-right: 15px;
        margin-left: 15px; } }
    .tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper .tab-trigger {
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      .tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper .tab-trigger i {
        color: var(--black_default);
        opacity: 0.5;
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        @media (max-width: 767px) {
          .tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper .tab-trigger i {
            font-size: 28px;
            margin-bottom: 20px;
            margin-top: 15px; } }
      .tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper .tab-trigger h6 {
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        color: var(--black_default);
        opacity: 0.6;
        letter-spacing: 0.5px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
    .tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper .active i {
      color: var(--primary-color);
      opacity: 1; }
    .tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper .active h6 {
      color: var(--primary-color);
      opacity: 1; }

.tabs-section-type-2 .tabs-wrapper .tabs-body-wrapper {
  position: relative; }
  .tabs-section-type-2 .tabs-wrapper .tabs-body-wrapper .tab-body {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .tabs-section-type-2 .tabs-wrapper .tabs-body-wrapper .tab-body:not(.active-body) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  .tabs-section-type-2 .tabs-wrapper .tabs-body-wrapper .active-body {
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
