/**
 * @tableofcontents
 *
 * 1. Home New Testimonial Section
 */


/* @Section 1. Home New Testimonial Section */
.hm-new_sldr3_sec
{
    padding: 80px 0;
}

.hm-new_sldr3_ttlBox
{
    margin-bottom: 40px;
    text-align: center;
}

.hm-new_sldr3_ttlBox h2
{
    color: #0A1E43;
    font-size: 36px;
    font-weight: 800;
}

.hm-new_sldr3_ttlBox p
{
    color: #42526E;
    font-size: 18px;
}

#hm-new_sldr3_crslSec .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.hm-new_sldr3_mainBox {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 20px;
}

.hm-new_sldr3_imgBox
{
    position: absolute;
    left: 0;
    top: calc(50% - 100px);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.hm-new_sldr3_imgBox img
{
    border-radius: 8px;
}

.hm-new_sldr3_paraBox {
    width: 92%;
    float: right;
    padding: 70px 130px 40px 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    min-height: 450px;
}

.hm-new_sldr3_paraBox > i
{
    font-size: 30px;
    color: #b7b4b4;
}

.hm-new_sldr3_cstmrTag
{
    margin: 20px 0;
    animation: sldr_anm2 .7s;
}

.hm-new_sldr3_cstmrTag span
{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 10px 4px;
    border-radius: 4px;
    background: #b7b4b4;
    display: inline-block;
}

.hm-new_sldr3_paraBox > p
{
    color: #42526E;
    font-size: 26px;
    line-height: 36px;
    font-style: italic;
    animation: sldr_anm1 .8s;
}

.hm-new_sldr3_infoBox
{
    margin-top: 30px;
    animation: sldr_anm1 1s;
}

.hm-new_sldr3_infoBox h3
{
    color: #0A1E43;
    font-size: 20px;
    font-weight: 700;
}


.hm-new_sldr3_infoBox p
{
    color: rgba(66, 82, 110, 0.5);
    font-size: 14px;
}

#hm-new_sldr3_crslSec .carousel-indicators {
    bottom: auto;
    top: calc(50% - 58px);
    right: 70px;
    left: auto;
    width: auto;
    margin: 0;
    display: inline-block;
}

#hm-new_sldr3_crslSec .carousel-indicators li {
    width: 8px;
    height: 8px;
    background: rgba(66, 82, 110, 0.25);
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 0 5px!important;
    display: block;
    transition: all 0.3s ease-in-out;
}

#hm-new_sldr3_crslSec .carousel-indicators .active
{
    background-color: #b7b4b4;
    height: 20px;
}

.hm-new_sldr3_txtPurple > i
{
    color: #B764D8;
}

.hm-new_sldr3_bgPurple.active,
.hm-new_sldr3_bgPurple.hm-new_sldr3_cstmrTag span
{
    background-color: #B764D8 !important;
}


.hm-new_sldr3_txtGreen > i
{
    color: #24d8a9;
}

.hm-new_sldr3_bgGreen.active,
.hm-new_sldr3_bgGreen.hm-new_sldr3_cstmrTag span
{
    background-color: #24d8a9 !important;
}

.hm-new_sldr3_txtOrange > i
{
    color: #ffa944;
}

.hm-new_sldr3_bgOrange.active,
.hm-new_sldr3_bgOrange.hm-new_sldr3_cstmrTag span
{
    background-color: #ffa944 !important;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    #hm-new_sldr3_crslSec .carousel-inner > .item.next,
    #hm-new_sldr3_crslSec .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #hm-new_sldr3_crslSec .carousel-inner > .item.prev,
    #hm-new_sldr3_crslSec .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #hm-new_sldr3_crslSec .carousel-inner > .item.next.left,
    #hm-new_sldr3_crslSec .carousel-inner > .item.prev.right,
    #hm-new_sldr3_crslSec .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes sldr_anm1
{
    0%
    {
        opacity: 0;
        transform: translateY(190px);
    }
    100%
    {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sldr_anm2
{
    0%
    {
        opacity: 0;
        transform: translateY(-50px);
    }
    100%
    {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (min-width: 992px)
{
    /* Home New Testimonial */
    .hm-new_tstmlNav_mainWrap
    {
        width: 56%;
        margin-left: 22%;
    }
}

@media(max-width:992px)
{
    .hm-new_sldr3_sec {
        padding: 40px 0;
    }

    .hm-new_sldr3_ttlBox h2 {
        font-size: 28px;
    }

    .hm-new_tstmlCnt_box p {
        font-size: 20px;
        line-height: 32px;
        margin-top: 20px;
    }

    /* New Testimonial Slider Option 2 */
    .hm-new_sldr3_mainBox
    {
        padding: 50px 20px
    }

    .hm-new_sldr3_paraBox {
        width: 100%;
        padding: 70px 50px 30px;
        min-height: 365px;
        text-align: center;
    }

    .hm-new_sldr3_imgBox {
        position: absolute;
        left: calc(50% - 50px);
        top: 0;
        width: 100px;
        height: 100px;
        border-radius: 50px;
        box-shadow: none !important;
    }

    .hm-new_sldr3_imgBox img {
        border-radius: 50px;
        width: 100px;
        height: 100px;
    }

    .hm-new_sldr3_paraBox > p {
        font-size: 20px;
        line-height: 30px;
    }

    .hm-new_sldr3_infoBox
    {
        margin-top: 20px;
    }

    .hm-new_sldr3_infoBox h3 {
        font-size: 16px;
    }

    .hm-new_sldr3_infoBox h3 {
        font-size: 16px;
    }

    #hm-new_sldr3_crslSec .carousel-indicators {
        bottom: 0;
        top: auto;
        right: auto;
        left: calc(50% - 51px);
    }

    #hm-new_sldr3_crslSec .carousel-indicators li
    {
        display: inline-block;
    }

    #hm-new_sldr3_crslSec .carousel-indicators .active
    {
        height: 8px;
        width: 20px;
    }

    .hm-new_sldr3_ttlBox p
    {
        font-size: 16px;
    }
}

@media(max-width:767px)
{
    .hm-new_sldr3_sec {
        padding: 20px 0 40px;
    }

    .hm-new_sldr3_ttlBox h2 {
        font-size: 26px;
    }

    .hm-new_tstmlCnt_box .fa-quote-left {
        font-size: 30px;
    }

    .hm-new_tstmlCnt_box p
    {
        margin-top: 10px;
    }

    .hm-new_tstml_infoBox h4
    {
        font-weight: 500;
    }

    /* New Testimonial Slider Option 2 */
    .hm-new_sldr3_paraBox {
        padding: 70px 20px 30px;
    }
}


@media(max-width:600px)
{
    .hm-new_sldr3_paraBox {
        padding: 70px 20px 30px;
        min-height: 395px;
    }
}


/* Region Base Testimonial Section */

.regionBaseTstmlSec {
    padding: 100px 0;
  }
  
  .regionBaseTstmlSec .topTxt {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  
  .regionBaseTstmlSec .topTxt h2 {
    font-weight: 800;
    font-size: 42px;
    color: #0A1E43;
    margin: 0 0 15px;
  }
  
  .regionBaseTstmlSec .topTxt p {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #42526E;
    margin: 0;
  }
  
  .regionBaseTstmlSec .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 50px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
  }
  
  .regionBaseTstmlSec .wrap .txt {
    max-width: 470px;
    margin-right: 80px;
  }
  
  .regionBaseTstmlSec .wrap .txt i {
    font-size: 40px;
  }
  
  .regionBaseTstmlSec .wrap .txt i.green {
    color: #39dcb1;
  }
  
  .regionBaseTstmlSec .wrap .txt i.orange {
    color: #feb155;
  }
  
  .regionBaseTstmlSec .wrap .txt i.purple {
    color: #b764d8;
  }
  
  .regionBaseTstmlSec .wrap .txt i.blue {
    color: #2e39bf;
  }
  
  .regionBaseTstmlSec .wrap .txt p {
    color: #42526e;
    font-size: 20px;
    margin: 15px 0;
  }
  
  .regionBaseTstmlSec .wrap .txt h3 {
    color: #0A1E43;
    font-size: 24px;
    margin: 0 0 5px;
  }
  
  .regionBaseTstmlSec .wrap .txt .info {
    font-weight: 400;
    font-size: 14px;
    color: rgba(8, 15, 26, 0.8);
    margin-bottom: 40px;
  }
  
  .regionBaseTstmlSec .wrap .img {
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    border: 0.5px solid rgba(0, 0, 0, 0.05);
  }
  
  @media (max-width: 992px) {
    .regionBaseTstmlSec {
      padding: 60px 0;
    }
    .regionBaseTstmlSec .topTxt {
      margin-bottom: 30px;
    }
    .regionBaseTstmlSec .topTxt h2 {
      font-size: 28px;
    }
    .regionBaseTstmlSec .topTxt p {
      font-size: 16px;
    }
    .regionBaseTstmlSec .wrap {
      padding: 20px;
    }
    .regionBaseTstmlSec .wrap .txt {
      margin-right: 40px;
    }
    .regionBaseTstmlSec .wrap .txt i {
      font-size: 25px;
    }
    .regionBaseTstmlSec .wrap .txt p {
      font-size: 16px;
    }
    .regionBaseTstmlSec .wrap .txt h3 {
      font-size: 20px;
    }
  }
  
  @media (max-width: 600px) {
    .regionBaseTstmlSec .wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-top: 80px;
    }
    .regionBaseTstmlSec .wrap .img {
      max-width: 300px;
      -webkit-transform: translateY(-70px);
              transform: translateY(-70px);
    }
    .regionBaseTstmlSec .wrap .txt {
      margin-top: -40px;
      text-align: center;
      margin-right: 0;
    }
  }