@keyframes blink {
    30% {
        opacity: 0
    }
}
/**********************************/
.common-page-hd {
    font-size: 38px;
    color: var(--orange);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 5px;
    font-family: 'Exo 2';
    margin-top: -5px;
}
.common-page-hd.small {
    font-size: 28px;
    margin-bottom: 10px;
}
.common-page-hd.white-page-hd ~ strong {
    color: var(--white);
}
.common-page-hd ~ strong {
    font-size: 20px;
    display: block;
    color: #000000;
    margin-top: 10px;
    line-height: 20px;
    position: relative;
    padding-top: 20px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.common-page-hd ~ strong:before {
    content: '';
    display: block;
    width: 120px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../png/sep-3.png);
}
.common-page-hd ~ strong.nobefore:before {
    display: none;
}
.common-page-hd.center ~ strong:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
/**********************************/
.our-client-banner {
    float: left;
    width: 100%;
    text-align: center;
}
.our-client-banner a.btn-register {
    display: inline-block;
}
.our-client-banner img{
    max-width: 100%;
}
.MB40 {
    margin-bottom:40px
}
.MT40 {
    margin-top:40px !important;
}
.play-anim-ico.small {
    margin: 0;
    left: 50%;
    bottom: 10px;
    position: absolute;
    width: 40px;
    height: 40px;
    top: auto;
    right: auto;
    margin-left: -20px;
}
.play-anim-ico {
    background-image: url(../png/play-button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
    pointer-events: none;
}
.play-anim-ico.orange {
    background-image: url(../svg/play-button-org.svg);
    background-color: #fff;
    border-radius: 50%;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #fff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.play-anim-ico.orange:after {
    box-shadow: 0 0 0 13px #ff6e00;
}
.play-anim-ico.orange.small:after {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    animation: pulse-me-small 1s linear infinite;
    -webkit-animation: pulse-me-small 1s linear infinite;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1);
    }
}
@keyframes pulse-me-small {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        -o-transform: scale(1.8);
    }
}

button.buynow_btn {
    background: #f76a00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    width: auto;
    text-transform: uppercase;
    margin: 0 15px 15px 0;
    min-height: 50px;
    line-height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    bottom: -5px;
    right: -30px;
    border: none;
    pointer-events: none;
}
.main-image-block a::after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #c05300;
    z-index: -1;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
button.buynow_btn {
    padding: 0 20px 0 47px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
}
button.buynow_btn:before {
    box-shadow: 0 0 0 rgb(255 255 255 / 40%);
    animation: pulso 2s infinite;
    transition: .5s;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    position: absolute;
    left: 16px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
}
button.buynow_btn:hover::after {
    background-color: #c05300;
    width: 100%;
}
.main-image-block button.buynow_btn.style2 {
    background-color: transparent;
    box-shadow: 0 0 0 2px #f76a00;
    color: #f76a00;
}
.main-image-block button.buynow_btn.style2:hover {
    background-color: #fff;
}
/************************************/
.country-wise {
    float: left;
    width: 100%;
}
.country-wise img {
    vertical-align: top;
}
.country-wise-inner {
    max-width: 1275px;
    margin: 0 auto;
    padding: 0 15px;
}
.country-wise-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 20px 8px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 0;
}
.country-wise-left {
    width: 461px;
}
.country-wise-right {
    width: calc(100% - 494px);
    width: -o-calc(100% - 494px);
    width: -moz-calc(100% - 494px);
    width: -webkit-calc(100% - 494px);
}
.country-wise-right h3 {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    margin-top: -10px;
}
.country-wise-caption {
    padding: 30px;
    background-color: #ff7308;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-height: calc(100% - 25px);
    min-height: -o-calc(100% - 25px);
    min-height: -moz-calc(100% - 25px);
    min-height: -webkit-calc(100% - 25px);
}
.country-wise-caption h3 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Exo 2';
    display: block;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
    width: 100%;
}
.country-wise-caption h3.font-small {
    font-size: 30px;
}
.country-wise-caption h3:before {
    content: '';
    height: 2px;
    width: 123px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.country-wise-caption p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Exo 2';
    line-height: 25.48px;
    margin-bottom: 25px;
    text-align: justify;
}
.country-wise-caption p:last-child {
    margin-bottom: 0;
}
.country-wise-left img {
    background-color: #ff7308;
    box-sizing: border-box;
}
.iconic-image-block {
    position: relative;
    right: -28px;
    margin: 0 -28px 0 0;
}
.iconic-image-block img {
    width: 480px;
}
.year-caption {
    position: absolute;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    left: 20px;
    top: 16px;
}
.country-wise ul li .boxinner .year-caption {
    top: 40px;
    color: #fff;
    left: 30px;
}
.main-image-block {
    padding: 15px;
    box-shadow: 0 0 29px 0 rgba(0,0,0,0.20);
    margin-bottom: 20px;
    position: relative;
}
.main-image-block a {
    position: relative;
    display: block;
}
.country-wise ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.country-wise ul li .boxinner {
    padding: 26px 10px 13px 10px;
    backface-visibility: hidden;
    box-shadow: 0 0 29px 0 rgba(0,0,0,0.20);
    position: relative;
    display: block;
}
.country-wise ul li .boxinner .boximg {
    display: block;
}
.country-wise ul li .boxinner .boximg img {
    max-width: 100%;
}
.clivideo-caption strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.clivideo-caption span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #303030;
    text-transform: uppercase;
    margin-top: 3px;
}
.clivideo-caption {
    padding-top: 8px;
}
.country-wise ul li .boxinner:after {
    content: '';
    position: absolute;
    right: 57px;
    top: -6px;
    width: 34px;
    height: 30px;
    background-image: url(../png/pin.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    transform-origin: top right;
}
.boximg.hasvideo {
    position: relative;
    display: block;
}
.boximg.hasvideo:after {
    content: '';
    position: absolute;
    background-image: url(../png/playvid.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    transform-origin: top right;
    width: 30px;
    height: 30px;
    right: 24px;
    bottom: -15px ;
}
.main-image-block .boximg.hasvideo:after {
    bottom: 15px;
}
.country-wise ul li {
    width: 33.33%;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.country-wise ul.have_two li {
    width: 50%;
}
.country-wise ul.full_width li {
    width: 100%;
}
.country-wise ul li.dual_width {
    width: 66.66%;
}
.country-wise.bahrain-txt .country-wise-caption p {
    line-height: 22px;
    margin-bottom: 10px;
}
.bahrain-txt .country-wise-caption h3 {
    margin-bottom: 10px;
}
.bahrain-txt .country-wise-caption p {
    margin-bottom: 10px;
    line-height: 22px;
    text-align: justify;
}
/* .country-wise ul li:nth-child(odd) .boxinner {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
}
.country-wise ul li:nth-child(even) .boxinner {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
} */

/************************************/
h1.page-heading {
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    text-align: center;
}
.sub-heading {
    color: #ff6f02;
    display: block;
    font-size: 19px;
    font-weight: 300;
    margin-top: 5px;
    text-align: center;
}
.our-client {
    margin: 40px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
}
.section-common-content {
    margin: 0px;
    padding: 30px 0 0;
    float: left;
    width: 100%;
}
.section-common-content h3.inner-heading {
    margin: 0 0 20px;
    padding: 0;
    float: left;
    width: 100%;
}
.section-common-content p {
    margin: 0 0 22px;
    padding: 0;
    float: left;
    width: 100%;
}
.section-common-content ul {
    margin: 0 0 22px;
    padding: 0px;
    float: left;
    widows: 100%;
}
.section-common-content ul li {
    list-style-type: none;
    background: url(../png/disc.png) no-repeat 2px 10px;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.our-client-top-part {
    margin: 30px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.our-client-top-part .container {
    margin: 0 auto;
    padding: 0px;
    max-width: 1360px;
}
.our-client-top-part strong {
    margin: 0 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    line-height: 22px;
}
.our-client-top-part p {
    position: relative;
    margin-bottom: 0;
}
.our-client-top-part p:after {
    content: "";
    background: #b7b7b7;
    width: 70px;
    height: 1px;
    margin: 15px auto 15px;
    display: block;
}
.video-testimonials {
    margin: 15px 0 0;
    padding: 40px 0px 40px 0;
    float: left;
    width: 100%;
    background: #f6f6f6;
}
.video-testimonials .container {
    padding: 0 15px;
    max-width: 1160px;
}
.video-testimonials .container .row {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.our-client .video-testimonials strong {
    margin: 0 0 30px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.video-testimonials strong em {
    color: #fa6903;
    font-style: normal;
}
.video-testimonials h2 img {
    margin: 0px;
    padding: 0 14px;
}
.video-testimonials ul li.highlight {
    padding: 20px;
    box-sizing: border-box !important;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}
.video-testimonials ul {
    margin: 0px 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
}
.video-testimonials ul li {
    margin: 0 0 60px;
    padding: 0px;
    float: left;
    width: 100%;
    background: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.video-testimonials ul li:nth-child(odd) {
    flex-direction: row-reverse;
}
.video-testimonials ul li:empty {margin: 0;}
.video-testimonials ul li:last-child {
    border: none;
    margin: 0px;
    padding: 0px;
}
.video-testimonials ul li .video-testimonials-left-part {
    margin: 0;
    padding: 0px;
    float: right;
    width: 600px;
    text-align: center;
}
.video-testimonials ul li:nth-child(odd) .video-testimonials-right-part.small_image {
    width: 280px;
}
.video-testimonials ul li .video-testimonials-left-part.expand-more {
    width: calc(100% - 350px);
    width: -o-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
}
.video-testimonials ul li .video-testimonials-left-part p {
    margin: 0 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
    line-height: 26px;
    color: #3f3f3f;
    font-size: 18px;
}
.video-testimonials ul li .video-testimonials-left-part span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.video-testimonials ul li .video-testimonials-left-part span h4,
.video-testimonials ul li .video-testimonials-left-part span .client-name {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #fa6903;
    font-weight: 600;
}
.video-testimonials ul li .video-testimonials-left-part span .client-name {
    text-transform: initial;
}
.video-testimonials ul li .video-testimonials-left-part span p {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #909090;
    font-size: 14px;
}
.video-testimonials ul li .video-testimonials-right-part {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 394px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.video-testimonials ul li .video-testimonials-right-part img {
    cursor: pointer;
}
.video-testimonials ul li .video-testimonials-right-part .video-icon {
    margin: 0 auto;
    padding: 0px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite
}
.video-testimonials ul li:nth-child(odd) .video-testimonials-left-part {
    float: left;
}
.video-testimonials ul li:nth-child(odd) .video-testimonials-right-part {
    float: right;
}
.video-testimonials ul li:nth-child(odd) .video-testimonials-right-part .clientvideos {
    display: block;
    width: 100%;
}
.video-testimonials ul li:nth-child(odd) .video-testimonials-right-part .clientvideos img:first-child {
    width: 100%;
}
.testimonials-bottom-part {
    margin: 10px 0 0;
    padding: 30px 0;
    float: left;
    width: 100%;
}
.testimonials-bottom-part .container {
    padding: 0px;
    width: 1000px;
}
.testimonials-bottom-part .container .row {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.testimonials-bottom-part h3 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.testimonials-bottom-part h3 em {
    color: #fa6903;
    font-style: normal;
}
.testimonials-bottom-part p {
    text-align: center;
}
.testimonials-bottom-part span {
    margin: 0px;
    padding: 0px;
    float: left;
    widows: 100%;
    text-align: center;
}
.video-testimonials ul li.double-testimonial .video-testimonials-left-part {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.video-testimonials ul li.double-testimonial .video-testimonials-right-part {
    margin: 0 auto;
}
.video-testimonials ul li.double-testimonial {
    width: calc(50% - 40px);
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;
}
.video-testimonials ul li.double-testimonial a {
    display: block;
    width: auto;
    height: auto;
}
.video-testimonials ul li.double-testimonial a > img:first-child {
    width: 100%;
}
.fancybox-opened .fancybox-skin {
    border: 3px solid #4c4c4c!important;
}
.video-testimonials *,
*::before,
*::after {
    box-sizing: initial!important;
}
* .video-testimonials {
    box-sizing: initial!important;
}
#fancybox-wrap *,
*::before,
*::after {
    box-sizing: initial!important;
}
* #fancybox-wrap {
    box-sizing: initial!important;
}
/* CLIENT REVIEWS */

.our-client-video {
    /* background:url("../images/our-clint/video-bg1.jpg") no-repeat scroll center top; */
    float: left;
    height: auto;
    width: 100%;
    height: auto;
    padding: 0px 0 20px 0;
    margin: 0px;
    position: relative;
    background-size: cover;
}
.our-client-video1 {
    background: url("../jpg/video-bg2.jpg") no-repeat scroll center top;
}
.our-client-video .container {
    max-width: 1128px;
}
/* .our-client-video .container {
    max-width: 1158px;
} */
.our-client-left {
    float: left;
    height: auto;
    width: 100%;
    margin: 25px 0 0 0;
}
.highlight .our-client-left {
    margin: 0;
    padding: 25px 20px;
}
.highlight-inner {
    box-shadow: 0 0 0 1px #e3e2e2 inset, 0 0 16px 0 rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    min-height: 100%;
}
.highlight-inner:after {
    content: '';
    clear: both;
    display: block;
}
.highlight .our-client-right img {
    border: none;
    border-radius: 12px 12px 0 0;
}
.highlight .our-client-left > p {
    font-size: 15px;
    line-height: 24px;
    color: #343434;
    text-align: justify;
}
.row.highlight {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}
.our-client-left > h3 {
    color: #000;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px;
}
.our-client-left > p {
    color: #000;
    font-size: 17px;
    width: 100%;
    float: left;
    line-height: 22px;
    margin: 0 0 15px;
}
/* .our-client-left > p {
    color: #000;
    font-size: 20px;
    width: 100%;
    float: left;
    line-height: 25px;
    margin: 0 0 15px;
} */
.our-client-left > b {
    color: #000;
    font-size: 14px;
    width: 100%;
    float: left;
    line-height: 25px;
    font-weight: normal;
    margin: 0 0 15px;
}
.our-client-left > span {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.our-client-left h4 {
    color: #fa6903;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    width: 100%;
}
.our-client-left h5 {
    color: #c0bebe;
    font-size: 14px;
    line-height: 2;
}
.our-client-right {
    float: left;
    height: auto;
    margin: 50px 0 0;
    position: relative;
    width: 100%;
}
.our-client-right img {
    border: 2px solid #cbc9c9;
}
.our-client-right > a .video-icon {
    bottom: 0;
    left: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.video-icon-top {
    bottom: 0;
    left: 0%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 45%;
}
.our-client-right .video-icon-top {
    border: none;
}
.client-review-main {
    float: left;
    width: 100%;
    height: auto;
}
.clientvideos > img {
    max-width: 100%;
}
.our-client-right a {
    display: block;
}
.our-client-right a img:first-child {
    width: 100%;
}
.our-client-video1 .our-client-left {
    float: left;
}
.our-client-video1 .our-client-right {
    float: right;
}
.slider-part {
    margin: 10px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.slider-part h5 {
    margin: 0 0 10px;
    padding: 0px;
    color: #f76a00;
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Exo 2';
    font-weight: bold;
}
.slider-part p {
    margin: 0 0 30px;
    padding: 0px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    text-align: center;
    max-width: 1180px;
    display: inline-block;
    line-height: 25px;
}
.our-client-video.half .highlight .col-md-6 {
    padding: 15px;
    box-sizing: border-box !important;
}
.our-client-video.half .our-client-right {
    margin-top: 0;
    position: relative;
}
.highlight .play-vid {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 25px;
    bottom: -15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff6e00;
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}
.highlight .play-vid > img {
    height: 26px;
    width: auto !important;
    border-radius: 0;
    right: -3px;
    position: relative;
}
.our-client-video.half {
    margin-top: 0;
}
.our-client-video.half .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 18px;
    display: block;
    color: #000;
}
.our-clien-banner.upper-section .video-testimonials {
    background-color: #fff;
}
.our-clien-banner.upper-section {
    margin-top: 0;
}
.video-testimonials ul .our-client-banner {
    margin: 15px 0px 50px 0px;
    display: flex;
    width: 100%;
}
.video-testimonials ul .our-client-banner a img {
    max-width: 100%;
}
.fullname {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 18px;
    color: #fa6903;
    font-weight: 600;
}
.malasiya-client {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 3px 0 0 0;
    position: relative;
    z-index: 1;
}
.malasiya-client-inner {
    max-width: 1275px;
    margin: 0 auto;
    padding: 0 15px;
}
.malasiya-client-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    padding: 20px 10px;
    border-radius: 10px;
}
.malasiya-client-box p {
    text-align: justify;
    width: 100%;
    margin-bottom: 10px;
}
.malasiya-client-left {
    width: 608px;
    max-width: 48%;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.malasiya-client-left.fullwidthblock {
    max-width: 100%;
    width: auto;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
}
.malasiya-client-left.fullwidth {
    width: 100%;
    max-width: 100%;
}
.clientvideos.malasiya-client-block.after_remove:before {
    left: auto;
    right: 20px;
}
.malasiya-client-left.fullwidthblock img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.malasiya-client-right {
    width: 608px;
    max-width: 48%;
    padding: 0 15px;
    text-align: center;
}
.malasiya-client img {
    max-width: 100%;
    border-radius: 10px;
    vertical-align: top;
}
.malasiya-client-block {
    display: block;
    position: relative;
}
.clientvideos.malasiya-client-block.after_remove:before,
.clientvideos.malasiya-client-block.after_remove:after {
    display: none;
}
.malasiya-client-block::after {
     content: '';
     position: absolute;
     width: 100%;
     height: 141px;
     background-image: url(../png/gradient.png);
     background-position: bottom center;
     background-repeat: no-repeat;
     background-size: 100% auto;
     bottom: 0;
     left: 0;
}
.malasiya-client-left.fullwidth .malasiya-client-block::after {
    height: 301px;
}
.malasiya-client-block::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background-image: url(../png/play-button.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}
.malasiya-client-block ~ span {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 0 0;
    position: relative;
}
.malasiya-client-block ~ span::before {
    content: '';
    position: absolute;
    width: 114px;
    height: 18px;
    background-color: #ff6e00;
    z-index: -1;
    bottom: -2px;
    right: -15px;
}
.malasiya-client-block strong {
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    right: 25px;
    bottom: 25px;
    font-weight: 600;
}
.malasiya-client h3,
.malasiya-client .bigboxtitle {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0 0 15px 0;
    position: relative;
}
.malasiya-client h3.have_small,
.malasiya-client .bigboxtitle.have_small {
    font-size: 29px;
}
.malasiya-client h3:before,
.malasiya-client .bigboxtitle:before {
    content: '';
    display: inline-block;
    width: 53px;
    height: 43px;
    background-image: url(../png/quote-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -10px;
    margin-right: 5px;
}
.malasiya-client h3:after,
.malasiya-client .bigboxtitle:after {
    content: '';
    display: inline-block;
    width: 53px;
    height: 43px;
    background-image: url(../png/quote-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -10px;
    margin-left: 5px;
}
/***********************************/
.visit-memorable-client {
    padding: 40px 0 40px 0;
    background-color: #f8f8f8;
    float: left;
    width: 100%;
}
.visit-memorable-client.real-clients-section {
    background-color: #fff;
}
.visit-memorable-client.reverse .play-anim-ico {
    left: auto;
    margin: 0;
    right: 20px;
    top: 20px;
}
.visit-memorable-client .videohol {
    position: relative;
}
.visit-memorable-client.reverse ~ .visit-memorable-client .memorable-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.visit-memorable-client-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.memorable-left {
    width: 49%;
}
.memorable-right {
    width: 49%;
}
.visit-memorable-client.reverse {
    padding-bottom: 40px;
    margin-top: 40px;
}
.visit-memorable-client img {
    max-width: 100%;
}
.flex-flow-reviews .clientvideos {
    display: block;
    position: relative;
}
.flex-flow-reviews {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
}
/***********************************/
@media screen and (max-width:991px) {
    .malasiya-client-left {max-width: 100%; margin-bottom: 30px; padding: 0;}
    .malasiya-client-right {max-width: 100%; padding: 0; margin-bottom: 20px;}
    .malasiya-client h3,
    .malasiya-client .bigboxtitle {
        font-size: 30px;
    }
    .clientvideos > img,
    .country-wise ul li .boxinner .boximg img {
        width: 100%;
    }
    .our-client-right .video-icon-top {
        width: auto;
    }
    .iconic-image-block img {
        max-width: 100%;
    }
    .country-wise-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .country-wise-right {
        width: 100%;
    }
    .iconic-image-block {right: auto;width: 100%;text-align: center; margin: 0;}
    .video-testimonials ul li .video-testimonials-left-part,
    .video-testimonials ul li .video-testimonials-left-part.expand-more {
        width:62%;
        margin:20px 0 20px 0;
    }
    .common-page-hd {
        font-size: 35px;
    }
    .common-page-hd ~ strong {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .malasiya-client h3,
    .malasiya-client .bigboxtitle {
        font-size: 28px;
        padding: 0;
    }
    .malasiya-client h3:before,
    .malasiya-client .bigboxtitle:before,
    .malasiya-client h3:after,
    .malasiya-client .bigboxtitle:after {
        display: none;
    }
    .malasiya-client-block strong,
    .malasiya-client-block ~ span {
        font-size: 25px;
    }
    .video-testimonials ul li .video-testimonials-left-part,
    .video-testimonials ul li .video-testimonials-left-part.expand-more,
    .video-testimonials ul li .video-testimonials-left-part,
    .video-testimonials ul li .video-testimonials-right-part {
        width: 100%;
    }
    .video-testimonials ul li .video-testimonials-right-part,
    .video-testimonials ul li .video-testimonials-left-part {
        width: 100%;
    }
    .video-testimonials ul li:nth-child(odd) {
        flex-direction: column-reverse;
        margin: 0;
    }
    .country-wise-caption {
        padding: 10px;
    }
    .video-testimonials ul li {
        flex-direction: column-reverse;
    }
    .country-wise-caption h3,
    .country-wise-caption h3.font-small {
        font-size: 26px;
    }
    .country-wise-row {
        padding: 10px;
    }
    .malasiya-client-block::before {
        width: 35px;
        height: 35px;
    }
    .malasiya-client-block ~ span::before {
        display: none;
    }
    .video-testimonials ul .our-client-banner {
        margin: 0;
    }
    .year-caption {
        filter: drop-shadow(2px 4px 6px black);
    }
    .common-page-hd {
        font-size: 32px;
    }
    .common-page-hd ~ strong {
        font-size: 16px;
    }
}
@media screen and (max-width:500px) {
    .video-testimonials ul li:nth-child(odd),
    .video-testimonials ul li {
        flex-direction: column-reverse;
    }
    .country-wise ul.have_two li,
    .country-wise ul li,
    .country-wise ul li.dual_width {
        width: 100%;
    }
    .malasiya-client-block strong, .malasiya-client-block ~ span {
        font-size: 14px;
        margin: 8px 0 0 0;
    }
    .common-page-hd {
        font-size: 30px;
    }
}