@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}
ol, ul {
  list-style: none
}
html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
  color: #000;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font: 50px/1.2 Zoho_Puvi_Bold
}
h2 {
  font: 40px/1.25 Zoho_Puvi_SemiBold
}
h3 {
  font: 30px/1.3 Zoho_Puvi_SemiBold
}
h4 {
  font: 24px/1.4 Zoho_Puvi_SemiBold
}
h5 {
  font: 20px/1.4 Zoho_Puvi_SemiBold
}
h6 {
  font-size: 16px
}
p, a {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 20px;
  font-family: Zoho_Puvi_Regular;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  color: #000;
  background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
  font-size: 12px;
  display: none;
  cursor: pointer;
  transition: all 0.1s ease 0s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -1000px;
  overflow: hidden;
}
/*header styles starts*/
.header-bg {
  padding: 20px 0px;
  z-index: 9999;
  position: fixed;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  top: 0;
}
.header img {
  width: 250px;
}
/*fixed header starts*/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  animation: smooth 0.3s ease-in-out;
}
@keyframes smooth {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0px);
  }
}
/*fixed header ends*/
ul.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.menus {
  display: flex;
  align-items: center;
}
.dropdown-button {
  display: none;
  background: transparent;
  border: 1px solid #000;
  padding: 5px 10px;
  color: #000;
  border-radius: 3px;
  cursor: pointer;
}
.show {
  display: block !important;
}
ul.menus li a {
  color: #000;
  text-decoration: none;
  margin: 15px;
  font-size: 16px;
}
ul.menus li:nth-child(4) a {
  background: transparent;
  border: 1px solid #f0483e;
  padding: 10px 30px !important;
  color: #f0483e;
  border-radius: 3px;
}
ul.menus li:nth-child(5) a {
  background: #f0483e;
  padding: 10px 30px !important;
  color: #fff;
  border-radius: 3px;
}
.mega-menu {
  background: #333;
  position: absolute;
  top: 100px;
  width: 100%;
  display: none;
  box-shadow: 0px 0px 10px #e6e6e6;
  animation: fadein 0.5s ease-in-out;
}
@keyframes fadein {
  0% {
    transform: translateZ(-20px);
  }
  100% {
    transform: translateZ(0);
  }
}
ul.mega-menu-items {
  display: flex;
  justify-content: space-around;
  padding: 30px 0px;
  flex-wrap: wrap;
  margin-left: 200px;
}
ul.mega-menu-items li {
  line-height: 40px;
  max-width: 25%;
  min-width: 25%;
}
ul.mega-menu-items li a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
ul.mega-menu-items li a:hover {
  color: #f0483e;
}
/*header styles ends*/
/*banner style starts*/
.banner-bg {
  text-align: center;
  background: #e0f7ff;
  padding: 100px 0px;
  margin-top: 100px;
}
img.banner-img {
  margin: 30px 0px 0px 0px;
}
p.info {
  width: 52%;
  margin: 50px auto;
}
img.jump-to {
  animation: scroll 3s infinite;
}
@keyframes scroll {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*banner style ends*/
/*sections style starts*/
.sections-bg {
  margin: 100px 0px;
}
ul.sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.sections a {
  max-width: 22%;
  text-align: center;
  background: #fff;
  padding: 50px 0px;
  box-shadow: 0px 0px 10px #ececec;
  min-width: 22%;
  text-decoration: none;
  margin: 20px;
}
ul.sections a:hover {
  transform: translateY(-7px);
  transition: 0.2s all ease-in;
}
.sections p {
  color: #767676;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.sections h4 {
  font-size: 20px;
  color: #0f81dc;
  max-width: 80%;
  min-height: 60px;
  margin: 0 auto 30px auto;
}
/*sections style ends*/
/*section heading style starts here*/
.sections-heading-bg {
  background: #e0f7ff;
}
.sections-heading {
  display: flex;
}
.sections-heading div:nth-child(1) {
  width: 20%;
  text-align: center;
  background: #7fc6f6;
  padding: 40px 0px 0px 0px;
}
.sections-heading div:nth-child(1) p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 17px;
}
.sections-heading div:nth-child(2) {
  flex: 1;
  padding: 80px 40px 0px 40px;
}
.sections-heading div:nth-child(3) {
  flex: 1;
  text-align: right;
}
/*section heading style ends here*/
/*section content style starts here*/
.sections-content {
  display: flex;
  margin: 40px auto;
}
.sections-content div {
  margin-right: 30px;
  border-radius: 5px;
}
.heading-box {
  width: 20%;
  position: relative;
}
.heading-box img {
  margin-bottom: 20px;
  width: 40%;
}
.wrap {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.heading-box p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 1px;
}
.content-box {
  background: #fff;
  box-shadow: 0px 0px 10px #ececec;
  padding: 30px;
  flex: 1;
}
.content-box h2 {
  font-size: 19px;
  text-transform: uppercase;
  margin: 20px 0px;
}
.content-box a {
  color: #03a9f5;
}
.content-box ul {
  margin-left: 30px;
}
.content-box ul li {
  line-height: 1.6;
  font-family: Zoho_Puvi_Regular;
  margin-bottom: 5px;
  position: relative;
}
.content-box ul li:before {
  content: "\25CF";
  color: #7fc6f5;
  position: absolute;
  left: -20px;
}
p.source {
  font-size: 15px;
  color: #7b7b7b;
  width: 75%;
  margin-top: 30px;
}
p.source a {
  color: #868686;
  font-size: 15px;
  text-decoration: none;
}
p.source a:hover {
  color: #0c89de;
}
.blue .heading-box {
  background: #d8eefc;
}
.blue .heading-box p {
  color: #066cb2;
}
.blue .content-box h2 {
  color: #0c89de;
}
.red .heading-box {
  background: #fed4d2;
}
.red .heading-box p {
  color: #c13d3a;
}
.red .content-box h2 {
  color: #dd5c56;
}
.green .heading-box {
  background: #dbedd7;
}
.green .heading-box p {
  color: #2f6f20;
}
.green .content-box h2 {
  color: #4c8a3e;
}
.yellow .heading-box {
  background: #f7eacc;
}
.yellow .heading-box p {
  color: #9a7112;
}
.yellow .content-box h2 {
  color: #df8715;
}
.blue .heading-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #d8edfb;
  border-bottom: 10px solid transparent;
  right: -10px;
  bottom: 100px;
}
.red .heading-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fed3d2;
  border-bottom: 10px solid transparent;
  left: -10px;
  bottom: 100px;
}
.green .heading-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #dbedd7;
  border-bottom: 10px solid transparent;
  right: -10px;
  bottom: 100px;
}
.yellow .heading-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #f7eacc;
  border-bottom: 10px solid transparent;
  left: -10px;
  bottom: 100px;
}
p.tweet-content {
  display: none;
}
.tweet ul {
  display: none;
}
button.twitter-share {
  background: transparent;
  border: none;
  visibility: hidden;
  cursor: pointer;
}
button.twitter-share:focus {
  outline: none;
}
.content-box:hover {
  box-shadow: 0px 2px 10px 0px rgba(53, 53, 53, 0.15);
}
.content-box:hover button.twitter-share {
  visibility: visible;
  animation: glow 0.2s ease-in;
}
@keyframes glow {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.about-us p {
  padding: 0px 30px;
  width: 55%;
  margin: 75px auto;
}
.about-us a {
  color: #03a9f5;
}
.tw ul {
  float: left;
  width: 30%;
}
/*section content style ends here*/
button.twitter-share img {
  width: 32px;
}
@media only screen and (max-width:2560px) and (min-width:2000px) {
  ul.mega-menu-items {
    margin-left: 650px;
  }
}
@media only screen and (max-width:1024px) {
  ul.header {
    justify-content: space-between;
    width: 90%;
  }
  ul.menus li:not(:last-child) {
    display: none;
  }
  p.info {
    width: 90%;
  }
  ul.sections {
    justify-content: center;
  }
  ul.sections a {
    max-width: 35%;
    min-width: 35%;
  }
  .tw ul {
    width: 100%;
  }
  ul.mega-menu-items {
    margin-left: 50px;
  }
}
@media only screen and (max-width:768px) {
  ul.mega-menu-items li {
    max-width: 50%;
    min-width: 50%;
  }
  ul.mega-menu-items {
    margin-left: 100px;
  }
  .sections-heading div:nth-child(1) {
    padding: 40px;
  }
  .sections-heading div:nth-child(2) {
    padding: 60px 40px 0px 40px;
  }
  .sections-heading div:nth-child(3) {
    display: none;
  }
  .sections-content {
    flex-wrap: wrap;
  }
  .heading-box {
    width: 100%;
    padding: 20px 0px;
  }
  .content-box {
    flex: inherit;
    width: 85%;
    margin: 20px auto !important;
  }
  .sections-content div {
    margin-right: 0px;
  }
  .wrap {
    position: inherit;
    bottom: 0pc;
    left: 0px;
  }
  .heading-box img {
    width: 20%;
    display: block;
    margin: 20px auto;
  }
  .heading-box p {
    text-align: center;
  }
  .container.sections-content.red {
    flex-direction: column-reverse;
  }
  .sections-content.yellow {
    flex-direction: column-reverse;
  }
  .blue .heading-box:after {
    display: none;
  }
  .red .heading-box:after {
    display: none;
  }
  .green .heading-box:after {
    display: none;
  }
  .yellow .heading-box:after {
    display: none;
  }
}
@media only screen and (max-width:667px) {
  .header img {
    width: 200px;
  }
  ul.mega-menu-items {
    margin-left: 50px;
  }
  ul.mega-menu-items li {
    max-width: 100%;
    min-width: 100%;
  }
  .mega-menu {
    top: 90px;
  }
  .banner h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .banner-bg {
    margin-top: 90px;
  }
  ul.sections a {
    max-width: 75%;
    min-width: 75%;
    margin: 20px auto;
  }
  .sections-bg {
    margin: 50px 0px;
  }
  .sections-heading {
    flex-wrap: wrap;
  }
  .sections-heading div:nth-child(1) {
    width: 100%;
  }
  .sections-heading div:nth-child(2) {
    padding: 40px 40px 20px 40px;
  }
  .content-box {
    max-width: 75%;
  }
  .heading-box p {
    width: 75%;
    margin: 0 auto 20px auto;
  }
  .about-us p {
    padding: 0px 30px;
    width: 85%;
    margin: 30px auto;
  }
  p.source {
    width: 100%;
  }
}