*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-size: 15px;
    color: #363636;
}
li{
    list-style: none;
}
@keyframes blink {
    30% {
        opacity: 0
    }
}


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%;
}

.inner-banner {
    margin-top: 80px;
    background: url(inner-banner-bg.jpg) no-repeat center;
    height: 120px;
    padding-top: 20px;
    background-size: cover;
}
h1.page-heading {
    font-size: 41px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
h1.page-heading span {
    font-size: 19px;
    font-weight: 300;
    margin-top: 5px;
    color: #FF6F02;
    display: block;
}
h3.inner-heading {
    color: #000000;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}
.desc-image {
    margin-bottom: 20px;
}
.our-client {
    margin: 0px;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
}
.section-common-content {
    margin: 0px;
    padding: 30px 0 0;
    float: left;
    width: 100%;
}
.section-common-content h2.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(disc.png) no-repeat 2px 10px;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.clint-review-banner {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    background: #5eb4e7;
}
.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 20px;
    padding: 0px;
    float: left;
    width: 100%;
    line-height: 25px;
}
.our-client-top-part p {
    position: relative;
}
.our-client-top-part p:after {
    content: "";
    background: #b7b7b7;
    width: 70px;
    height: 1px;
    margin: 35px auto 15px;
    display: block;
}
.video-testimonials {
    margin: 5px 0 0;
    padding: 40px 0;
    float: left;
    width: 100%;
    background: #f6f6f6;
}

@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);
    }
}



.video-testimonials .container {
    padding: 0px 15px;
    max-width:1160px;
}
.video-testimonials .container .row {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.our-client .video-testimonials h2 {
    margin: 0 15px 30px;
    padding: 0px;
    float: none;
    width: auto;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.video-testimonials .data-center {
    text-align: center;
    margin-bottom: 20px;
}
.video-testimonials h2 em {
    color: #fa6903;
    font-style: normal;
}
.video-testimonials h2 img {
    margin: 0px;
    padding: 0 14px;
}
.video-testimonials ul {
    margin: 0;
    padding: 0px;
    float: left;
    width: 100%;
}

.video-testimonials ul li {
    margin: 0 0 60px;
    padding: 0px;
    float: left;
    width: 100%;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.video-testimonials ul li:empty {
    margin: 0;
}
.video-testimonials ul li.highlight {
    padding: 20px;
    box-sizing: border-box !important;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}
.video-testimonials ul li:last-child {
    border: none;
    margin: 0px;
    padding: 0px;
}
.video-testimonials ul li:nth-child(odd) {
    flex-direction: row-reverse;
}
.video-testimonials ul li .video-testimonials-left-part {
    margin: 0;
    padding: 0px;
    float: right;
    width: 656px;
    text-align: center;
}
.video-testimonials ul li .video-testimonials-left-part p {
    margin: 0 0 30px;
    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 h3 {
    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 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: right;
    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-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:nth-child(odd) .video-testimonials-left-part {
    float: left;
}
.video-testimonials ul li:nth-child(even) .video-testimonials-right-part {
    float: left;
}
.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%;
}
/*.testimonials-bottom-part ul{ margin:15px 0 25px; padding:0px; float:left; width:100%;}
.testimonials-bottom-part ul li{ margin:0 0 25px; padding:0 0 25px; float:left; width:100%; background:none; display:block; border-bottom:1px solid #dadada;}
.testimonials-bottom-part ul li:last-child{ border:none; margin:0px; padding:0px;}
.testimonials-bottom-part ul li p{ margin:0 0 22px; padding:0px; float:left; width:100%; line-height:25px; color:#3f3f3f;}
.testimonials-bottom-part ul li span{ margin:0px; padding:0px; float:left; width:100%; text-align:right;}
.testimonials-bottom-part ul li span h4{ margin:0px; padding:0px; float:left; width:100%; font-size:18px; color:#fa6903; font-weight:600;}
.testimonials-bottom-part ul li span p{ margin:0px; padding:0px; float:left; width:100%; color:#909090; font-size:14px;}
*/
.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;
}
.product-chart-home {
    margin: 50px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    /*background:url(../images/our-clint/demo.png) no-repeat scroll top center;*/
    height: 564px;
}
.product-chart-home-inner {
    margin: 0 auto;
    padding: 0px;
    width: 960px;
    position: relative;
    height: 564px;
}
.product-chart-home-box1 {
    float: left;
    left: 189px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 86px;
    background: url(../index-49.html) no-repeat;
    width: 205px;
    height: 180px;
}
.product-chart-home-box1 span {
    color: #10b16d;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    top: -5px;
}
.product-chart-home-box1 span a {
    color: #10b16d;
    font-size: 18px;
}
.product-chart-home-box1:hover {
    background: url(../index-49.html) no-repeat;
}
.product-chart-home-box2 {
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 370px;
    top: 0;
    background: url(../index-49.html) no-repeat;
    width: 193px;
    height: 150px;
}
.product-chart-home-box2 span {
    color: #891685;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 14px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    top: -6px;
}
.product-chart-home-box2 span a {
    color: #891685;
    font-size: 18px;
}
.product-chart-home-box2:hover {
    background: url(../index-49.html) no-repeat;
}
.product-chart-home-box3 {
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 14px;
    background: url(../index-49.html) no-repeat;
    width: 393px;
    height: 147px;
}
.product-chart-home-box3 span {
    color: #353994;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    top: 41px;
    float: right;
}
.product-chart-home-box3 span a {
    color: #353994;
    font-size: 18px;
}
.product-chart-home-box3:hover {
    background: url(../index-49.html) no-repeat;
}
.product-chart-home-box4 {
    bottom: 154px;
    float: left;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    background: url(../index-49.html) no-repeat;
    width: 393px;
    height: 168px;
}
.product-chart-home-box4 span {
    color: #f74070;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 25px;
    width: 54%;
}
.product-chart-home-box4 span a {
    color: #f74070;
    font-size: 18px;
}
.product-chart-home-box4:hover {
    background: url(../index-49.html) no-repeat;
}
.product-chart-home-box5 {
    top: 155px;
    float: left;
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    background: url(../index-49.html) no-repeat;
    width: 302px;
    height: 154px;
}
.product-chart-home-box5 span {
    color: #edba00;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 114px;
    width: 210px;
}
.product-chart-home-box5 span a {
    color: #edba00;
    font-size: 18px;
}
.product-chart-home-box5:hover {
    background: url(../index-49.html) no-repeat;
}
.product-chart-home-box6 {
    bottom: 38px;
    float: left;
    left: 162px;
    margin: 0;
    padding: 0;
    position: absolute;
    background: url(../index-49.html) no-repeat;
    width: 346px;
    height: 123px;
}
.product-chart-home-box6 span {
    color: #e44f12;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 83px;
    width: 200px;
}
.product-chart-home-box6 span a {
    color: #e44f12;
    font-size: 18px;
}
.product-chart-home-box6:hover {
    background: url(../index-49.html) no-repeat;
}
.product-chart-home-box7 {
    bottom: 0;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 307px;
    background: url(../index-49.html) no-repeat;
    width: 211px;
    height: 149px;
}
.product-chart-home-box7 span {
    color: #ed008c;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 129px;
}
.product-chart-home-box7 span a {
    color: #ed008c;
    font-size: 18px;
}
.product-chart-home-box7:hover {
    background: url(../index-49.html) no-repeat;
}
.product-chart-home-box8 {
    bottom: 110px;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 17px;
    background: url(../index-49.html) no-repeat;
    width: 287px;
    height: 154px;

}
.product-chart-home-box8 span {
    color: #5cc2eb;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    top: 122px;
}
.product-chart-home-box8 span a {
    color: #5cc2eb;
    font-size: 18px;
}
.product-chart-home-box8:hover {
    background: url(../index-49.html) no-repeat;
}
.product-chart-home-box-center {
    float: left;
    left: 356px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 244px;
    width: 334px;
}
.product-chart-home-box-center span {
    color: #595959;
    font-size: 26px;
    margin: 0 0 0 14px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    top: 0px;
}
.product-chart-home-box-center span b {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}
/* CLIENT REVIEWS */
/* 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("video-bg2.jpg") no-repeat scroll center top;
}
.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;
}
.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: 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;
}
.clint-review-bg-top {
    float: left;
    height: 91px;
    position: absolute;
    top: -83px;
    width: 100%;
    text-align: center;
    background: url(../index-49.html) repeat-x scroll center;
}
.clint-review-bg-top1 {
    top: auto;
    bottom: 0;
}
.client-review-main {
    float: left;
    width: 100%;
    height: auto;
}
.clientvideos>img {
    max-width: 100%;
}
.clint-review-bg-top>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;
}
/* .new12 .our-client-left{ float:left;}
.new12 .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_2bold';
}
.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: 0 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;
}
.highlight .play-vid>img {
    height: 26px;
    width: auto !important;
    border-radius: 0;
    right: -3px;
    position: relative;
}
.our-client-video.half {
    margin-top: 25px;
}
.our-client-video.half .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 18px;
    display: block;
    color: #000;
}
.video-testimonials.upper-section {
    background-color: #fff;
    margin-top: 0px;
}
.malasiya-client {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 3px 0 30px 0;
    position: relative;
    z-index: 1;
}
.malasiya-client-inner {
    max-width: 1310px;
    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 8px;
    border-radius: 10px;
}
.malasiya-client-box p {
    text-align: justify;
}
.malasiya-client-left {
    width: 608px;
    max-width: 48%;
    padding: 0 15px;
    text-align: center;
    margin-top: 10px;
}
.malasiya-client-right {
    width: 608px;
    max-width: 48%;
    padding: 0 15px;
    text-align: center;
    margin-top: 10px;
}
.malasiya-client a > img {
    max-width: 100%;
    border-radius: 10px;
    vertical-align: top;
}
.malasiya-client-block {
    display: block;
    position: relative;
}
.malasiya-client-block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 141px;
    background-image: url(gradient.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    left: 0;
}
.malasiya-client-block::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background-image: url(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: 33px;
    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: 35px;
    right: 25px;
    bottom: 25px;
}
.malasiya-client h3 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0 0 15px 0;
    position: relative;
}
.malasiya-client h3:before {
    content: '';
    display: inline-block;
    width: 53px;
    height: 43px;
    background-image: url(../index-49.html);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -10px;
    margin-right: 5px;
}
.malasiya-client h3:after {
    content: '';
    display: inline-block;
    width: 53px;
    height: 43px;
    background-image: url(../index-49.html);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -10px;
    margin-left: 5px;
}

.main-image-block 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;
}
.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);
    }
}


/* ========================= */
.malasiya-client-left.fullwidthblock {
    max-width: 100%;
    width: auto;
    padding: 10px 0 0 0;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
}
.malasiya-client-left.fullwidthblock img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.clientvideos.malasiya-client-block.after_remove:before,
.clientvideos.malasiya-client-block.after_remove:after {
    display: none;
}
.malasiya-client h3.after_remove::after,
.malasiya-client h3.after_remove::before{
    display:  none;
}
.border-radius-0{
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.our-clien-banner.upper-section .video-testimonials {
    background-color: #fff;
}
.our-clien-banner.upper-section .video-testimonials .video-testimonials-left-part{
    width: 628px;
}
.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%;
}
.video-testimonials ul li:nth-child(odd) .video-testimonials-right-part {
    float: right;
}
/* ========================= */


.main-image-block 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);
}
.main-image-block 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;
}
.main-image-block 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 p img{
    max-width: 100%;
}
.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: 447px;
}
.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: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;
}
.country-wise-caption p:last-child {
    margin-bottom: 0;
}
.country-wise-left img {
    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(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(../index-49.html);
    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;
}
/* .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);
} */

/************************************/


@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;
    }
    .malasiya-client h3 {
        font-size: 30px;
    }
    .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;
    }
    .country-wise-caption{
        align-items: center;
    }
    .country-wise img{width: 100%;}
    .our-clien-banner.upper-section .video-testimonials .video-testimonials-left-part {
        width: 68%;
    }
}
@media screen and (max-width:767px) {
    .malasiya-client h3 {
        font-size: 28px;
        padding: 0;
    }
    .malasiya-client h3:before,
    .malasiya-client h3:after {
        display: none;
    }
    .our-client-video.half .highlight .col-md-6 {
       width: 100%;
       padding-left: 0;
       padding-right: 0;
    }
    .malasiya-client-block strong,
    .malasiya-client-block~span {
        font-size: 22px;
    }

    .country-wise-caption {
        padding: 10px;
    }
    .video-testimonials ul li {
        flex-direction: column-reverse;
    }
    .country-wise-caption h3 {
        font-size: 26px;
    }
    .country-wise-row {
        padding: 10px;
    }
    .video-testimonials ul li:nth-child(odd) .video-testimonials-right-part {
        float: none;
    }
    .video-testimonials ul li .video-testimonials-right-part{
        width: 100%;
    }
    .our-clien-banner.upper-section .video-testimonials .video-testimonials-left-part {
        width: 100%;
    }
    .our-client-video .row{
        margin: 0;
    }
}
@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%;
    }
}

.bg-remove{
    background: transparent !important;
}