/* 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: 96px;
    height: 96px;
    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(https://www.manageengine.com/fr/25/css/../images/zc25-sprite.png) no-repeat -202px 2px/2000px 700px;
  right: 2em;
  top: 2em;
  cursor: pointer;
}
.wrap-header {
    padding: 20px 0 0;
}
.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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.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;
}
/* HERO SECTION */
.hero-section {
  padding: 40px 0 0;
}

.zlogo svg {
  width: 154px;
}

.hero-text-wrap {
  max-width: 550px;
}

.hero-section h1 {
  font-size: 60px;
  font-family: var(--zf-primary-bold);
  letter-spacing: -1px;
  line-height: 70px;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

.hero-section h1 {
  font-size: 60px;
  font-family: var(--zf-primary-bold);
  letter-spacing: -1px;
  line-height: 70px;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

.hero-section p {
  margin: 0 0 30px;
}

.hero-cta {
  font-size: 16px;
  font-family: var(--zf-primary-semibold);
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

.hero-img {
  line-height: 0;
  margin-top: -6em;
}

/* PURPOSE SECTION */
.purpose-section {
     padding: 100px 0 110px;
    text-align: center;
    background-color: #2f241f;
  background: url(https://www.manageengine.com/fr/25/css/../images/z25-bg-texture.jpg) repeat;
      background-size: 800px;
    color: #fff;
}

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

.purpose-section p {
  margin: 0 auto 4em;
}

.purpose-video-wrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  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;
  opacity: 0;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.middle-animated .purpose-video-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.purpose-video-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2em;
  width: 50%;
  height: 0.5em;
  background: transparent;
  border-radius: 100%;
  -webkit-box-shadow: 0 50px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 50px 40px rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.purpose-video-wrap .watch-btn {
  cursor: pointer;
}
.purpose-share-wrap {
        width: 80%;
    margin: 1em auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}
.share-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffff;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.share-icon svg {
    height: 1.2em;
    width: 1.2em;
}
.share-popup {
    display: none;
    position: absolute;
    top: 3.5em;
    background: #fff;
    padding: .5em 1em;
    border-radius: 4px;
}
.purpose-share-wrap a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2em;
    width: 2em;
    margin-left: .75em;
    padding: .5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
}
.purpose-share-wrap a svg {
    height: 1em;
    width: 1em;
}
.purpose-share-wrap a:first-child {
    margin-left: 0;
}
.share-twitter {
    background: #1da1f2;
}
.share-facebook {
    background: #1877f2;
}
.share-linkedin {
    background: #0a66c2;
}
.purpose-image {
      -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #121010;
    cursor: pointer;
}

.purpose-plant img {
  position: absolute;
  height: 35%;
  left: 0;
  bottom: 7%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.middle-animated .purpose-plant img {
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

/* PRINCIPLES SECTION */
.principles-section {
  padding: 120px 0;
  background-color: #f9f5f2;
  position: relative;
}

.principles-section::after {
  content: "";
  height: 70px;
  width: 100%;
  display: block;
  background-image: url(https://www.manageengine.com/fr/25/css/../images/z25-bg-bottom-texture.png);
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  bottom: -20px;
}

.principles-section h2 {
  font-family: var(--zf-primary-bold);
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 50px;
  margin-bottom: 0.5em;
  text-align: center;
}

.principles-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 4em;
  margin-top: 6em;
}

.principle-left {
  border: 2px solid #f3bc8a;
  border-radius: 8px;
  padding: 2em;
  padding-top: 4em;
  position: relative;
  display: -ms-grid;
  display: grid;
}

.principle-right {
  border: 2px solid #f9a198;
  border-radius: 8px;
  padding: 2em;
  padding-top: 4em;
  position: relative;
  display: -ms-grid;
  display: grid;
}

.principle-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  gap: 1.5em;
  margin-bottom: 2em;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.middle-animated .principle-block {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.principle-block:nth-of-type(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.principle-block:nth-of-type(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.principle-block:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.principle-block:nth-of-type(4) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.principle-block:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.principle-icon {
  background: url(https://www.manageengine.com/fr/25/css/../images/zc25-sprite.png) no-repeat;
  background-size: 2000px 700px;
  background-position: -6px -557px;
  height: 50px;
  width: 50px;
}

.principle-left > h3,
.principle-right > h3 {
  position: absolute;
  font-size: 1.1em;
  text-transform: uppercase;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f9f5f2;
  padding: 0 2em;
  white-space: nowrap;
  letter-spacing: 0;
}

.principle-left > h3 {
  color: #f67e16;
}

.principle-right > h3 {
  color: #f54e3d;
}

.principle-text h3 {
  font-family: var(--zf-primary-bold);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px;
}

.principles-cta a {
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 3px;
  padding: 0.7em 2em;
  font-size: 0.9em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--zf-primary-semibold);
}
.principle-left .principles-cta a:hover
{
	        color: #f67e16;
    border-color: #f67e16;
}
.principle-right .principles-cta a:hover
{
	        color: #f54e3d;
    border-color: #f54e3d;
}
.principles-cta {
  text-align: center;
  margin-bottom: 2em;
  margin-top: auto;
}

.driving-opportunity {
  background-position: -74px -559px;
}

.personality-work {
  background-position: -145px -560px;
  height: 55px;
}

.finding-life {
  background-position: -213px -558px;
  width: 55px;
  height: 55px;
}

.lti-people {
  background-position: -285px -559px;
  height: 57px;
}

.redefining-capital {
  background-position: -353px -558px;
  height: 57px;
  width: 55px;
}

.measurement-limits {
  background-position: -426px -557px;
}

.prioritizing-rd {
  background-position: -495px -559px;
  height: 53px;
}

.committed-privacy {
  background-position: -565px -558px;
}

.priciples-profits {
  background-position: -634px -558px;
  width: 52px;
}

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

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

.testi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.testi-image-wrap {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.testi-slider-wrap {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.testi-slider-wrap {
  width: 450px;
}

.testi-img {
  max-height: 0px;
  -webkit-transform: translateX(-999px);
          transform: translateX(-999px);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  text-align: right;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.testi-img.active {
  max-height: 9999px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.testi-img img {
  height: 300px;
  width: auto;
}
.testi-img img.flip-img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}
.testi-img img.lrg {
	height: 340px;
}
.testi-image-wrap {
  margin-left: auto;
  padding-right: 10%;
}

.testi-bubble-wrap {
  margin-left: auto;
	    margin-top: 20px;
    line-height: 0;
    overflow: hidden;
	    background: #c5e7ee;
    border-radius: 50%;
    height: 340px;
    width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.testi-slider-inner {
  width: 550px;
    max-width: 100%;	
}

.testi-slide {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
}

.testi-author {
  margin-top: 2em;
  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-slider-inner::before {
  content: "";
  display: block;
  background: url(https://www.manageengine.com/fr/25/css/../images/zc25-sprite.png) no-repeat;
  background-position: -79px 0;
  background-size: 2000px 700px;
  height: 24px;
  width: 36px;
  margin-bottom: 2em;
}

.testi-slider .slick-dots {
  text-align: right;
}

.testi-slider .slick-dots li {
  background: #dfdfdf;
}

.testi-slider .slick-dots li.slick-active {
  background: #f04e37;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #f04e37;
          box-shadow: 0 0 0 1px #f04e37;
}

.testi-slide:focus {
  outline: none;
}

/* EMPLOYEE TESTIMONIAL SECTION */
.employee-slider-section {
  background-color: #2f241f;
  background: url(https://www.manageengine.com/fr/25/css/../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(https://www.manageengine.com/fr/25/css/../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: 10px;
  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(https://www.manageengine.com/fr/25/css/../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;
}
/* Desktop media queries*/
@media only screen and (min-width: 1200px)
{
	.wrap-header .content-wrap {
    height: 50px;
}
	.top-links {
    margin-right: 6em;
}
}
/* IPAD MEDIA QUERIES  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* VIDEO POPUP */
  .z-video-wrap .z-popup-content {
    max-width: 90%;
  }
  /* HERO SECTION */
  .hero-section {
    padding-top: 80px;
    text-align: center;
  }
  .zlogo {
    margin: 0 auto;
  }
  .hero-section h1 {
    font-size: 45px;
    line-height: 1.3;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  /* TESTIMONIAL SECTION */
  .testi-slider-wrap {
    width: 50%;
  }
  .testi-slider-inner {
    width: 100%;
  }
  .testi-image-wrap {
    padding-right: 0;
  }
  .hero-cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .hero-img {
    margin-top: 2em;
  }
  /* PURPOSE SECTION */
  .purpose-section {
    padding: 80px 0 100px;
    text-align: center;
  }
  .purpose-section h2 {
    font-size: 38px;
    line-height: 1.5;
  }
  .purpose-image {
    padding: 1em;
  }
  .purpose-video .watch-btn {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  /* PRINCIPLES SECTION */
  .principles-section {
    padding: 100px 0;
  }
  .principle-left > h3,
  .principle-right > h3 {
    padding: 0 1em;
    font-size: 1em;
  }
  .principles-wrap {
    gap: 1em;
  }
  .principles-wrap {
    margin-top: 4em;
  }
  .principle-left,
  .principle-right {
    padding: 1em;
    padding-top: 3em;
  }
  .principle-block {
    gap: 1em;
  }
  .principle-text h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  /* TESTIMONIAL SECTION */
  .testimonial-section {
    padding: 80px 0;
  }
  .testimonial-section h2 {
    font-size: 38px;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .testi-bubble-wrap {
    height: 300px;
    width: 300px;
    margin-left: 0;
  }
  .testi-img img {
    height: 260px;
  }
	.testi-img img.lrg
	{
		max-width: initial;
	}
  .testi-slide {
    font-size: 18px;
    line-height: 1.5;
  }
  .testi-author {
    font-size: 16px;
  }
  .testi-slider-inner::before {
    margin-bottom: 1em;
  }
  /* EMPLOYEE SLIDER SECTION */
  .employee-slider-section {
    padding: 80px 0;
    margin-top: 75px;
  }
  .employee-slider-section h2 {
    font-size: 38px;
    line-height: 1.5;
  }
  .employee-slide {
    width: 130px;
  }
  .employee-slider-section::before {
    height: 74px;
    top: -73px;
  }
}

/* MOBILE MEDIA QUERIES */
@media only screen and (max-width: 767px) {
  /* VIDEO POPUP */
  .z-video-wrap .z-popup-content {
    max-width: 100%;
  }
  /* HERO SECTION */
  .hero-section {
    padding: 30px 0 0;
    text-align: center;
  }
  .zlogo {
    margin: 0 auto;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  .hero-section h1 {
    font-size: 34px;
    line-height: 1.3;
    margin: 0.5em auto;
  }
  .hero-cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
  }
  .hero-img {
    margin-top: 0;
    margin-top: 1em;
  }
  /* PURPOSE SECTION */
  .purpose-section {
    padding: 80px 0 100px;
  }
  .purpose-section h2 {
    font-size: 34px;
  }
  .purpose-image {
    padding: 0.5em;
  }
  .purpose-section p {
    margin: 0 auto 2em;
  }
	.purpose-section p br
	{
		display: none;
	}
  .watch-btn {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .purpose-plant img {
    height: 45%;
  }
  /* PRINCIPLES SECTION */
  .principles-section {
    padding: 80px 0;
  }
  .principles-wrap {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .principles-section h2 {
    font-size: 32px;
    line-height: 1.5;
  }
  .principles-wrap {
    margin-top: 4em;
  }
  .principle-left > h3,
  .principle-right > h3 {
    padding: 0 1em;
    font-size: 1em;
  }
  .principle-left {
    padding: 1em;
    padding-top: 3em;
  }
  .principle-block {
    gap: 1em;
    margin-bottom: 1em;
  }
  .principle-text h3 {
    font-size: 19px;
    line-height: 1.5;
  }
  /* TESTIMONIAL SECTION */
  .testimonial-section {
    padding: 80px 0;
  }
  .testi-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testi-image-wrap {
    padding-right: 0;
    margin: 0 auto 3em;
  }
  .testi-slider-wrap,
  .testi-slider-inner {
    width: 100%;
  }
  .testimonial-section h2 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .testi-bubble-wrap {
    height: 300px;
    width: 300px;
  }
  .testi-img img {
    height: 260px;
  }
	.testi-img img.lrg
	{
		max-width: initial;
	}
  .testi-slide {
    font-size: 18px;
    line-height: 26px;
  }
  .testi-author {
    font-size: 15px;
  }
  /* EMPLOYEE SLIDER SECTION */
  .employee-slider-section {
    padding: 80px 0;
  }
  .employee-slider-section::before {
    top: -40px;
    height: 40px;
  }
  .employee-slider-section {
    margin-top: 50px;
  }
  .employee-slider-section h2 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .employee-slide {
    width: 130px;
  }
	.wrap-header {
    padding: 10px 0 0;
}
	.top-links a
	{
		font-size: 13px;
	}
}
/*# sourceMappingURL=main.css.map */
/* ME css start*/
.text-center
{
	text-align: center
}
.space-large
{
	height: 50px;
}
.space-medium
{
	height: 25px;
}
.brand-logo {
    display: block;
	line-height: 0.5;
}
.brand-logo img
{
	width: 260px;
}
.hero-section p.present-text, p.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)
{
	.section-descr br
	{
		display: none
	}
}
/* ME css end*/
/* ME css start*/
.text-center
{
	text-align: center
}
.space-large
{
	height: 50px;
}
.space-medium
{
	height: 25px;
}
.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)
{
	.section-descr br
	{
		display: none
	}
}
/* ME css end*/