/* COMMON */
#header,
.footer-wrapper {
  display: none;
}

/* Slick Slider */
.slick-slide:focus {
  outline: none;
}

/* Watch Button */
.watch-btn:after,
.watch-btn:before {
  position: absolute;
  content: "";
}

.watch-btn {
  position: absolute;
    font-size: 0;
    display: inline-block;
    z-index: 9;
    width: 70px;
    height: 70px;
    border: 1px solid #19c679;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    background: #19c679;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.watch-btn:after {
  left: calc(50% - 6px);
  top: calc(50% - 13px);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #fff;
}

/* VIDEO PLAYER POPUP */
#zoho-video {
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

#zoho-video iframe,
#zoho-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#zoho-video video:focus {
  outline: none;
}

.z-popup-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

.z-popup-content {
  border: 0;
}

.popup-close {
  display: block;
  position: fixed;
  height: 33px;
  width: 32px;
  background: url(../images/zc25-sprite.png) no-repeat -202px 2px/2000px 700px;
  right: 2em;
  top: 2em;
  cursor: pointer;
}

/* Header */
.wrap-header {
      padding: 20px 0 60px;
}
.wrap-header .content-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;
}
.top-links a {
    color: #333;
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
    margin-left: 1.5em;
    padding: .5em 0 0;
    display: inline-block;
	    position: relative;
}
.top-links a:after {
	content: "";
	    position: absolute;
	left: 0;
	bottom: -1px;
    width: 0;
	height: 1px;
	display: inline-block;
	background: #333;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
}
.top-links a.current-link:after, .top-links a:hover:after {
	width: 100%;
}
.top-links a.current-link {
    pointer-events: none;
}
.zlogo svg {
  width: 130px;
}

/* HERO SECTION */
.hero-section h1 {
  font-size: 50px;
  font-family: var(--zf-primary-bold);
  letter-spacing: -1px;
  line-height: 55px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.hero-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  place-items: center;
  padding: 40px 0 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.hero-text {
  width: 490px;
}

.hero-cta {
  font-size: 16px;
  font-family: var(--zf-primary-semibold);
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.play {
  height: 1.5em;
  width: 1.5em;
  border: 2px solid #da1f32;
  border-radius: 50%;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.play::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #da1f32;
  border-width: 5px 0 5px 9px;
  border-style: solid;
  margin-left: 4px;
}

/* DARK VIDEO SECTION */
.dark-video-section {
  background-color: #2f241f;
  background: url(../images/z25-bg-texture.jpg) repeat;
      background-size: 800px;
    padding: 130px 0;
    color: #fff;
}

.dark-video-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  place-items: center;
}

.dark-video-text {
  width: 460px;
}

.dark-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.dark-video-text h2 {
  font-family: var(--zf-primary-bold);
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 50px;
}

.read-more {
  font-family: var(--zf-primary-semibold);
  font-size: 17px;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.read-more::before {
  content: "";
  display: block;
  height: 33px;
  width: 33px;
  background: url(../images/zc25-sprite.png) no-repeat -162px 2px/2000px 700px;
  margin-right: 0.75em;
}

/* EXPAND SECTION */
.expand-section {
  background: #f8f8f8;
  padding: 100px 0;
  position: relative;
  display: none;
}
.expand-section h2 {
    font-family: var(--zf-primary-bold);
    font-size: 40px;
    letter-spacing: -1px;
}
.expand-close {
  display: block;
  position: absolute;
  height: 33px;
  width: 32px;
  background: url(../images/zc25-sprite.png) no-repeat -202px 2px/2000px 700px;
  right: 2em;
  top: 2em;
  cursor: pointer;
}

.expand-grid {
  display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 2em;
}

.expand-section h3 {
  font-size: 24px;
  font-family: var(--zf-primary-semibold);
  margin-bottom: 1em;
}

.expand-grid p {
  margin-bottom: 2em;
}

/* TESTIMONIAL SECTION */
.testimonial-section {
  padding: 100px 0;
}

.pt-5 {
  padding-top: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.testimonial-section h2 {
  font-family: var(--zf-primary-bold);
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 50px;
}

.testimonial-text {
  width: 450px;
}

.testimonial-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial-quote {
  text-align: center;
  -ms-grid-column-align: center;
      justify-self: center;
  background: url(../images/testi-bg-blue.png) no-repeat;
  background-size: 100% 100%;
  padding: 7em 5em;
}

.testimonial-wrap.testimonial-reversed .testimonial-quote {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: start;
      justify-self: start;
  background: url(../images/testi-bg-green.png) no-repeat;
  background-size: 100% 100%;
}

.quote {
  font-family: "Roboto Slab";
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
  width: 320px;
  margin: 0 auto;
	max-width: 80%;
}

.testi-author {
  margin-top: 1em;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testi-author strong {
  font-family: var(--zf-primary-semibold);
}

.testi-img {
  background: url(../images/zc25-sprite.png) no-repeat -690px -560px/2000px 700px;
  height: 80px;
  width: 80px;
  margin: 0 auto 1.5em;
}

.sridhar-testi {
  background-position: -960px -560px;
}

.sridhar-testi-pink {
  background-position: -870px -560px;
}

.sridhar-quote {
  max-width: 300px;
}

.testimonial-section.pt-5 {
  margin-bottom: 30px;
}

/* PROFESSIONALISM SECTION */
.sandal-section {
  padding: 100px 0;
  background-color: #f9f5f2;
  position: relative;
}
.sandal-section h2 {
    font-family: var(--zf-primary-bold);
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 50px;
    max-width: 480px;
}
.professional-wrap {
  width: 700px;
  margin: 0 auto;
}

.sandal-section p {
  margin: 1em 0 2em;
}

.sandal-section::before,
.sandal-section::after {
  content: "";
  height: 70px;
  width: 100%;
  display: block;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
}

.sandal-section::before {
  background-image: url(../images/z25-bg-top-texture.png);
  top: -20px;
}

.sandal-section::after {
  background-image: url(../images/z25-bg-bottom-texture.png);
  bottom: -20px;
}

.lti-grid {
     display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    place-items: center;
}

.lti-reverse .lti-image {
  -ms-grid-row: 1;
  grid-row: 1;
}

.lti-reverse .lti-text {
  -ms-grid-column-align: center;
      justify-self: center;
}

.lti-section h2 {
  font-family: var(--zf-primary-bold);
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 50px;
}

.lti-text {
      width: 505px;
    text-align: center;
}
.divider {
    width: 1px;
    height: 110%;
    background: #e8e0d6;
}
.lti-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.lti-image .watch-btn {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/* BOTTOM TEXT */
.bottom-text {
  text-align: center;
  padding: 0px 0 60px;
}

.bottom-text p {
  max-width: 880px;
  margin: 2em auto;
}

/* EMPLOYEE TESTIMONIAL SECTION */
.employee-slider-section {
  background-color: #2f241f;
  background: url(../images/z25-bg-texture.jpg) repeat;
         background-size: 800px;
    padding: 100px 0;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: 100px;
}

.employee-slider-section::before {
  content: "";
  display: block;
  background: url(../images/z25-silhoutte.png) no-repeat;
  background-size: 100%;
    background-position: bottom;
    height: 150px;
    width: 100%;
    position: absolute;
    top: -140px;
}

.employee-slider-section h2 {
  font-family: var(--zf-primary-bold);
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 50px;
  margin-bottom: 2em;
}

.employee-reverse-slider {
  direction: rtl;
}

.employee-slide {
  line-height: 0;
  margin: 0.5em;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/zc25-sprite.png) no-repeat;
  background-size: 2160px auto;
  height: 120px;
  width: 130px;
  background-position: 0 -93px;
}

.employee-slide .watch-btn {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.employee-slide:hover .watch-btn {
  opacity: 1;
  visibility: visible;
}

.employee1 {
  background-position: 0px -86px;
}

.employee2 {
  background-position: -140px -86px;
}

.employee3 {
  background-position: -281px -86px;
}

.employee4 {
  background-position: -422px -86px;
}

.employee5 {
  background-position: -562px -86px;
}

.employee6 {
  background-position: -702px -86px;
}

.employee7 {
  background-position: -842px -86px;
}

.employee8 {
  background-position: -982px -86px;
}

.employee9 {
  background-position: -1123px -86px;
}

.employee10 {
  background-position: -1263px -86px;
}

.employee11 {
  background-position: -1403px -86px;
}

.employee12 {
  background-position: -1546px -86px;
}

.employee13 {
  background-position: -1686px -86px;
}

.employee14 {
  background-position: -1826px -86px;
}

.employee15 {
  background-position: -1966px -86px;
}

.employee16 {
  background-position: 0px -215px;
}

.employee17 {
  background-position: -140px -215px;
}

.employee18 {
  background-position: -281px -215px;
}

.employee19 {
  background-position: -422px -215px;
}

.employee20 {
  background-position: -562px -215px;
}

.employee21 {
  background-position: -702px -215px;
}

.employee22 {
  background-position: -842px -215px;
}

.employee23 {
  background-position: -983px -215px;
}

.employee24 {
  background-position: -1123px -215px;
}

.employee25 {
  background-position: -1263px -215px;
}

.employee26 {
  background-position: -1403px -215px;
}

.employee27 {
  background-position: -1546px -215px;
}

.employee28 {
  background-position: -1686px -215px;
}

.employee29 {
  background-position: -1826px -215px;
}

.employee30 {
  background-position: -1966px -215px;
}

.employee31 {
  background-position: 0px -345px;
}

.employee32 {
  background-position: -140px -345px;
}

.employee33 {
  background-position: -281px -345px;
}

.employee34 {
  background-position: -422px -345px;
}

.employee35 {
  background-position: -562px -345px;
}

.employee36 {
  background-position: -702px -345px;
}

.employee37 {
  background-position: -842px -345px;
}

.employee38 {
  background-position: -982px -345px;
}

.employee39 {
  background-position: -1123px -345px;
}

.employee40 {
  background-position: -1263px -345px;
}

.employee41 {
  background-position: -1403px -345px;
}

.employee42 {
  background-position: -1546px -345px;
}

.employee43 {
  background-position: -1686px -345px;
}

.employee44 {
  background-position: -1826px -345px;
}

.employee45 {
  background-position: -1966px -345px;
}

.employee46 {
  background-position: 0px -475px;
}

.employee47 {
  background-position: -140px -475px;
}

.employee48 {
  background-position: -281px -475px;
}

.employee49 {
  background-position: -422px -475px;
}

.employee50 {
  background-position: -562px -475px;
}

.employee51 {
  background-position: -702px -475px;
}

.employee52 {
  background-position: -842px -475px;
}

.employee53 {
  background-position: -982px -475px;
}

.employee54 {
  background-position: -1123px -475px;
}

.employee55 {
  background-position: -1263px -475px;
}

.employee56 {
  background-position: -1403px -475px;
}

/* COYRIGHT SECTION */
.copyright-section {
  background: #f9f5f2;
  padding: 1em 0;
  text-align: center;
  font-size: 0.8em;
}
@media only screen and (min-width: 1200px)
{
	.top-links {
    margin-right: 6em;
}
}
@media (max-width: 1199px) {
  .z-video-wrap .z-popup-content {
    max-width: 100%;
  }
  /* HERO SECTION */
  .zlogo {
    text-align: center;
  }
  .zlogo svg {
    width: 130px;
  }
  .hero-section {
    text-align: center;
  }
  .hero-wrap {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    padding-top: 0;
    gap: 2em;
  }
  .hero-img img {
    width: 80%;
  }
  /* DARK VIDEO SECTION */
  .dark-video-section {
    padding: 80px 0;
  }
  .dark-video-text {
    width: 100%;
  }
  .dark-video-wrap {
    gap: 2em;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .dark-video-text h2 {
    font-size: 34px;
    line-height: 1.4;
  }
  /* TESTIMONIAL SECTION */
  .testimonial-section {
    padding: 80px 0;
  }
  .testimonial-wrap {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 2em;
  }
  .testimonial-section h2 {
    font-size: 34px;
    line-height: 50px;
  }
  .testimonial-wrap.testimonial-reversed .testimonial-quote {
    grid-row: unset;
  }
  /* PROFESSIONALISM SECTION */
  .professionalism-section {
    padding: 80px 0;
  }
  .professionalism-section h2 {
    font-size: 34px;
    line-height: 1.5;
    max-width: 580px;
    margin: 0 auto;
  }
  /* LONG TERM INVESTMENT SECTION */
  .lti-grid {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    gap: 2em;
  }
  .lti-section h2 {
    font-size: 34px;
    line-height: 1.5;
    max-width: 470px;
  }
  .lti-text {
    width: 480px;
    text-align: center;
    margin: 0 auto;
  }
  .lti-reverse .lti-image {
    grid-row: unset;
  }
  .sandal-section.pt-5 {
    padding-bottom: 50px;
  }
  .sandal-section.pb-5 {
    padding-top: 50px;
  }
  /* BOTTOM TEXT */
  .bottom-text p {
    max-width: 600px;
  }
  .bottom-text {
    padding: 0px 0 50px;
  }
  /* EMPLOYEE SLIDER */
  .employee-slider-section::before {
    height: 74px;
    top: -73px;
  }
  .employee-slider-section {
    padding: 80px 0;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  /* HERO SECTION */
  .wrap-header {
    padding: 30px 0 10px;
  }
  .zlogo svg {
    width: 120px;
  }
  .hero-wrap {
    gap: 1em;
  }
  .hero-text {
    width: auto;
  }
  .hero-img img {
    width: 75%;
  }
  .hero-section h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  /* DARK VIDEO SECTION */
  .dark-video-text h2 {
    font-size: 32px;
  }
  .dark-video-wrap .watch-btn {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  /* TESTIMONIAL SECTION */
  .testimonial-section {
    padding: 40px 0;
  }
  .testimonial-section.pb-5 {
    padding-top: 60px;
  }
  .testimonial-section.pt-5 {
    padding-bottom: 60px;
  }
  .testimonial-text {
    width: auto;
  }
  .testimonial-wrap > div {
    min-width: 0;
  }
  .testimonial-quote {
    padding: 5em 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .testimonial-section h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .quote {
    font-size: 18px;
  }
  .testi-author {
    font-size: 16px;
  }
  /* EXPAND SECTION */
  .expand-grid {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    gap: 2em;
  }
  /* SANDAL SECTION */
  .sandal-section h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .sandal-section {
    padding: 60px 0;
  }
  .sandal-section.pt-5 {
    padding-bottom: 50px;
  }
  /* PROFESSIONAL SECTION */
  .professional-wrap {
    width: auto;
  }
  /* LONG TERM SECTION */
  .lti-text {
    width: auto;
  }
  .lti-section h2 {
    max-width: 100%;
    line-height: 1.2;
    font-size: 32px;
  }
  .bottom-text {
    padding: 0px 0 10px;
  }
  /* EMPLOYEE TESTIMONIAL SECTION */
  .employee-slider-section {
    margin-top: 40px;
    padding: 45px 0;
  }
  .employee-slider-section h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 1em;
  }
  .employee-slider-section::before {
    height: 40px;
    top: -39px;
  }
	.wrap-header {
    padding: 10px 0 0;
}
	.wrap-header .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
	.brand-section {
    margin-top: 20px;
}
	.top-links {
    margin-left: auto;
}
	.top-links a {
    font-size: 13px;
    margin-left: 1.2em;
}
	.expand-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 0;
}
	.expand-section h2 {
    font-size: 30px;
}
}
/*# sourceMappingURL=main.css.map */
/* ME css start */
.brand-logo {
    display: block;
	line-height: 0.5;
}
.brand-logo img
{
	width: 260px;
}
.present-text
{
	margin: 0;
	font-family: var(--zf-primary-semibold);
}
.me-copyright-section {
        background: #f9f5f2;
    padding: 2em 0 0.5em;
    text-align: center;
    font-size: 0.8em;
}
.copyright
{
	margin: 0;
}
.copyright-section a
{
	color: #000;
}
.zohologo {
    height: auto;
    width: 62px;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}
@media only screen and (max-width: 650px)
{
	.wrap-header .content-wrap {
    text-align: center;
}
}
/* ME css end */