/* template CSS starts */
.bold{
    font-family: var(--zf-primary-semibold);
}
.rs-home-testimonial-wrap .content-wrap {
    max-width: 820px !important;
    text-align: center;
    margin-top: -30px;
}
.rs-home-testimonial-wrap .poster-wrap {
    position: relative;
    cursor: pointer;
    width: 100%;
}
.rs-home-testimonial-wrap .content-wrap .poster-video {
    position: relative;
    display: inline-block;
    width: 100%;
}
.rs-home-testimonial-wrap .content-wrap .poster-video::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 45%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    border: 2px solid 
    #fff;
    border-radius: 100%;
    z-index: 2;
}
.rs-home-testimonial-wrap .content-wrap .poster-video img {
    transition: 0.5s ease;
}
.rs-home-testimonial-wrap .content-wrap .poster-video::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 45%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #fff;
    z-index: 3;
    margin: -10px 0 0 -4px;
}
.rs-home-testimonial-wrap .content-wrap .poster-video {
    position: relative;
    display: inline-block;
    width: 100%;
}
.z-video-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
    rgba(255, 255, 255, 0.95);
    overflow: auto;
    z-index: 9999;
    display: none;
}
.z-video-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('https://www.zoho.com/creator/images/e-p-sprite.png') no-repeat 5px -10px;
    top: 15px;
    right: 20px;
}
.z-video-modalInner {
    max-width: 70%;
    width: 90%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 20px auto;
}
.z-video-container {
    display: table-cell;
    vertical-align: middle;
}
.z-video-box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.z-video-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* template CSS ends */

.video-wrap{
    width: 60%;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
}
.img-wrap{
    width: auto;
}
.img-wrap img{
    width: 100%;
    display: block;
}

.playBtn {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #dc203e;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
    transition: all ease 0.2s;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
 transition: all ease 0.1s;
}
.playBtn::after {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width:16px 0 16px 26px;
    content: "";
    left: 55%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all ease 0.1s;
}
.img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.customer-detailed-page {
    width: 100%;
    background: #dc203e;
    padding: 0px 0px 30px 0px;
}
h1 {
    font: 32px/1.2 var(--zf-primary-bold) !important;
}
.zw-template-inner .content-wrap.animated {
        max-width: 1000px;
    overflow: hidden;
    clear: both;
}
.customer-detailed-page > div > h1 {
    width: 800px;
    color: #fff;
    text-align: center;
    padding: 50px 0px;
    margin: 0 auto;
    font-size: 27px;
}
.customer-detailed-content.cus-type {
    overflow: visible;
}
.analytics-customers-container-right-logo {
    display: inline-block;
    margin: 20px 0px 0px 0px;
    box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 30px 20px 30px;
    box-sizing: border-box;
    width: 300px;
    border: 1px solid #eee;
    float: right;
}
.analytics-customers-container-right-logo > ul > li {
    list-style-type: none;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    font-size: 14px;
	text-transform: uppercase;
}
.customer-detailed-content {
    margin: 0px auto;
    padding: 0;
    display: block;
    box-sizing: border-box;
}
.customer-detailed-content > div {
    width: 65%;
    display: table-cell;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin: 15px 0 30px;
    padding: 0;
}
.analytics-customers-container-right-logo > ul > li:last-child {
    border-bottom: none;
}
.customer-detailed-content.cus-type > div:first-child {
    float: right;
	width: 30%;
}
.analytics-customers-container-right-logo > ul > li > span {
    display: block;
    font-size: 12px;
    color: #969696;
	text-transform: uppercase;
	    line-height: 22px;
}
.quotesPara{
	padding: 50px 20px 20px !important;
    font-size: 20px;
    background-size: cover;
    background-repeat: no-repeat;
	background: url(/sites/zweb/images/analytics/greybg.png);
}
.boldP{
	line-height: 35px;
	font-style: italic;
	font-family: var(--zf-primary-semibold);
}
.aboutDiv{
	    margin-top: 50px;
}
.detailHeader{
	font-family: var(--zf-primary-bold);
	font-size: 24px;
}
.para{
	font-size: 18px;
	    line-height: 32px;
}
.content-wrap.animated.greyBg{
	max-width: 1170px !important;
    background: #eff3f6;
    padding: 30px 80px;
}  	
.subdetails{
	font-size: 18px;
}
.subPoints{
	list-style: square inside url("/sites/zweb/images/analytics/bullets.png");
	list-style-position: outside;
	margin-left: 30px;
	line-height: 32px;
	width: 61%;
	float: left;
}
.subPoints li{
	    margin-bottom: 15px;
}
.customer-detailed-content > .areaQuotes{
	width: 100%;
	margin-top: 50px;
}
.content-wrap.animated.chartBG{
	    max-width: 1170px !important;
}
.areaQuotes .boldP{
	    position: absolute;
		top: 10px;
		padding: 70px;
		padding-top: 0px;
}
.customerImageinfo{
	height: 70px;
	width: 70px;
	border: 1px solid #e5e5e5;
	border-radius: 65px;
	background: url(/sites/zweb/images/analytics/mauriziopisana.png);
	position: absolute;
	top: 120px;
	background-repeat: no-repeat;
    margin-left: 70px;
}
.customerImageinfo p{
	    margin-left: 90px;
    width: 200px;
    margin-top: 12px;
}
.customerImage{
	    margin-top: 20px;
}
.customer-detailed-content > div.highlight, .quoteBan .highlight2{
    float: right;
    padding: 25px;
    width: 33%;
    background: #071822;
    color: #ffffff;
	font-family: var(--zf-primary-bold);
	padding-top: 10px;
	border: none;
	box-shadow: none;
}
.quoteBan .highlight2{
	position: absolute;
    z-index: 99;
    left: 750px;
    top: 150px;
}
.highlightText{
	margin-left: 20px;
	font-size: 24px;
}
.content-wrap.animated.whiteBg{
	max-width: 1170px !important;
    padding: 30px 80px 30px 80px;
}
.redBgquotes{
	background: url(/sites/zweb/images/analytics/redbg.png);
	color: #ffffff;
	width: 100% !important;
	padding-bottom: 80px !important;
}
.redBgquotes .boldP{
	    width: 60% ;
}
.customer-detailed-content > div.quoteBan{
	    position: relative;
	width: 100% !important;
}
.greyFullBgquotes{
	background: url(/sites/zweb/images/analytics/greyfullbg.png);
}
.redFont{
	color: #dc203e;
}
.footer-sec-wrap .content-wrap {
    max-width: 1280px;
}
@media only screen and (max-width: 770px) {
          .analytics-customers-container-right-logo {
                 display: block;
                 width: 54%;
                 float: none;
                 margin: -30px auto 10px;
              }
           .customer-detailed-content.cus-type > div:first-child {
                  float: none;
                  width: auto;
                  display: block;
              }
           .customer-detailed-content > div {
                width: 100%;
                float: none;
               display: block;
         }
         .customer-detailed-page > div > h1 {
              width: 100% !important;
              text-align: center;
         }
        .subPoints {
             float: none;
             width: auto;
       }
        .customer-detailed-content > div.highlight, .quoteBan .highlight2 {
             width: auto;
             float: none;
         }
      .content-wrap.animated.greyBg{
           padding: 30px;
      }
      .content-wrap.animated.whiteBg{
           padding: 30px;           
      }
     .bold P{
           font-family: var(--zf-primary-regular);
      }
      .redBgquotes .boldP{
          width: auto;
       }
    .customerImage {
           margin-top: 90px;
           height: 120px;
     }
    .areaQuotes .boldP{
         top: -30px;
         padding: 20px;
         background-size: 60px 60px;
     }
    .quoteBan .highlight2{
         left: 35px;
         top: 230px;
     }
     .customerImageinfo{
         height: 60px;
         width: 60px;
         top: 130px;
        margin-left: 50px;
        background-size: 60px 60px; 
      }
    .redBgquotes{
       margin-bottom:150px; 
     }
}
@media only screen and (max-width: 600px){    
   .redBgquotes{
        width:85% !important;
       margin-bottom: 200px;
   }
  .quoteBan .highlight2{
     left: 15px;
     top: 370px;
  }
  .quotesPara{
        background-color: #eff3f6;
        background-repeat: no-repeat !important;
   }
  .customerImage {
    margin-top: 250px;
   }
  .customerImageinfo{
       top: 300px;
       margin-left: 20px;
  }
}


/*Matrics*/
.footer-sec-wrap .content-wrap {
    max-width: 1280px;
}

.case-study-matrick li {
    float: left;
    display: table;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: center;
    width: 50%;
}

.case-study-matrick li:last-child{
    padding-right: 0px;
}

.case-study-matrick, .case-study-matrick ul {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.case-study-matrick li span, .case-study-matrick li .matricks-area {
    display: block;
    margin: 0 auto;
}

.case-study-matrick li>span {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    position:relative;
}

.case-study-matrick li .matricks-area span {
    display: block;
    font-size: 27px;
    line-height: normal;
}
.case-study-matrick li .matricks-area{
    padding: 0px 15px;
}

.case-study-matrick li>span:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(/sites/zweb/images/analytics/analytics-case-study-sprite.png);
    background-size: 580px auto;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.case-study-matrick li .matricks-area {
    font-size: 16px;
}

.case-study-matrick li span.analytics:before {
    content: '';
    background-position: 0 0;
}
.case-study-matrick li span.check:before {
    content: '';
    background-position: -50px 0;
}
.case-study-matrick li span.data:before {
    content: '';
    background-position: -107px -2px;
}
.case-study-matrick li span.date:before {
    content: '';
    background-position: -159px -2px;
}
.case-study-matrick li span.economical:before {
    content: '';
    background-position: -213px -2px;
}
.case-study-matrick li span.finance:before {
    content: '';
    background-position: -265px -2px;
}
.case-study-matrick li span.growth:before {
    content: '';
    background-position: -318px -2px;
}
.case-study-matrick li span.report:before {
    content: '';
    background-position: -370px -2px;
}
.case-study-matrick li span.roi:before {
    content: '';
    background-position: -423px -2px;
}
.case-study-matrick li span.timer:before {
    content: '';
    background-position: -475px -2px;
}
.case-study-matrick li span.user:before {
    content: '';
    background-position: -529px -2px;
}



@media only screen and (max-width: 991px){
    .case-study-matrick li{
        padding: 0;
    } 
}
@media only screen and (max-width: 767px){
    .case-study-matrick li {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .case-study-matrick{
        padding: 20px 0;
    }
    .case-study-matrick li {
    padding: 0;
}

.case-study-matrick li span, .case-study-matrick li .matricks-area {
    display: block;
    text-align: center;
}

.case-study-matrick li .matricks-area b {
    text-align: center;
    padding-right: 10px;
}

.case-study-matrick li span, .case-study-matrick li .matricks-area {
    margin: 0 auto;
    padding: 0;
}

.case-study-matrick li span {
    margin-bottom: 5px;
}
.case-study-matrick li {
    padding: 0;
    width: 100%;
}
.case-study-matrick li span {
    margin-bottom: 5px;
}
}
/*Matrics*/