/* https://www.manageengine.com/se/css/me-sol-v1-new.css -- START */
/* normalize css*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 16px;
  font-family: 'Zoho_Puvi_Regular';
}
section, section  * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
footer,
header,
section {
  display: block;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none!important;
  color: #4CA9F5;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: 'Zoho_Puvi_Medium';
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
h1
{
  font-size: 2em;
}
h2
{
  font-size: 1.5em;
}
p {
  margin: 0 0 25px;
  line-height: 1.8;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-blue
{
      color: #243A5D;
}
.text-light {
  color: #fff!important;
}
.text-dark {
  color: #000!important;
}
.top-margin {
  margin-top: 25px!important;
}
.bottom-margin {
  margin-bottom: 25px!important;
}
.space-large {
  height: 50px;
}
.space-medium {
  height: 25px;
}
.space-small {
  height: 10px;
}
.margin-0 {
  margin: 0!important;
}
.padding-0 {
  padding: 0!important;
}
.non-click {
  cursor: default;
  pointer-events: none;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: none;
  padding: 0px;
}
strong,
b {
  font-family: 'Zoho_Puvi_Medium';
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  clear: both;
}
.rows {
  margin-right: -10px;
  margin-left: -10px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
  position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.cols-2 {
  width: 12.5%;
}
.cols-25 {
  width: 20%;
}
.cols-3 {
  width: 25%;
}
.cols-4 {
  width: 33.3%;
}
.cols-6 {
  width: 50%;
}
.cols-8 {
  width: 66.6%;
}
.cols-9 {
  width: 75%;
}
.cols-10 {
  width: 87.5%;
}
.cols-12 {
  width: 100%;
}
.cols-center
{
      margin: 0 auto;
  float: none;
}
@media only screen and (max-width: 1025px)
{
  .cols-md-12 {
  width: 100%;
}
  .cols-md-9 {
  width: 75%;
}
  .cols-md-6 {
  width: 50%;
}
  .cols-md-3 {
  width: 25%;
}
}
@media only screen and (max-width: 650px)
{
  .cols-sd-12 {
  width: 100%;
}
  .cols-sd-9 {
  width: 75%;
}
  .cols-sd-6 {
  width: 50%;
}
  .cols-sd-3 {
  width: 25%;
}
}
/* Solution banner */
.banner {
  padding: 80px 0;
  position: relative;
}
.clouds-banner, .azure-banner {
      padding: 150px 0 130px 0;
}
.page-title {
  font-family: 'Zoho_Puvi_SemiBold';;
  font-size: 2em;
  margin-bottom: 10px;
      line-height: 1.4;
}
.clouds-banner .page-title {
  color: #04093E;
  font-size: 2.1em;
}
.azure-banner .page-title {
  font-size: 2.1em;
}
.azure-banner
{
  color: #fff;
}
.clouds-banner .banner-note {
  color: #0027FF;
  margin-bottom: 10px;
}
.azure-banner .banner-note {
  color: #0A1CA8;
  margin-bottom: 10px;
}
.page-descr {
  color: #04093E;
}
.solution-banner ul
{
      padding-left: 35px;
      z-index: 9;
  position: relative;
}
.solution-banner ul li {
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
      color: #000;
}
.solution-banner ul.dark-list li {
  color: #fff;
}
.tick-ico {
  border: 1px solid #0817a6;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -35px;
  background: #0817a6;
}
.dark-list .tick-ico
{
      background: #015bbc;
      border-color: #015bbc;
}
.tick-ico:before {
  background: #ffffff;
  width: 2px;
  height: 5px;
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.tick-ico:after {
  background: #ffffff;
  width: 2px;
  height: 9px;
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.tab-container {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.tab-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tab-container::-webkit-scrollbar {
  width: 0px;  
  background: transparent; 
   display: none;
}
.tab-container::-webkit-scrollbar-thumb {
 display: none;
}
#controls {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
#controls .arrow {
  position: absolute;
  width: 25px;
  height: 100%;
  background: #e0e0e0;
  cursor: pointer;
}
#controls .arrow.prev {
  left: -25px;
}
#controls .arrow.next {
  right: -25px;
}
span.arrow:before {
  content: "";
  transition: all ease 0.4s;
  border: solid #64626c;
  border-width: 0 2px 2px 0;
  padding: 3px;
  width: 2px;
  display: block;
  height: 2px;
  margin: 0 auto;
  position: relative;
  top: 45%;
}
span.arrow.prev:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 2px;
}
span.arrow.next:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 2px;
}
#tab-secondary-menu {
  box-shadow: 2px 2px 10px #c5c5c5;
  position: relative;
}
.secondary-tab-menu {
  margin-bottom: 0;
  margin-top: 0;
}
.secondary-tab-menu li {
  display: inline-block;
  float: left;
  margin-left: 0px;
}
.secondary-tab-menu li a {
  display: inline-block;
  position: relative;
  padding: 18px 20px;
  line-height: 1.4;
  font-size: 14px;
  color: #04093E;
  font-weight: 400;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.secondary-tab-menu li a:hover {
  color: #0816A5;
}
.secondary-tab-menu li a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 32px;
  transform: translate(0, -50%);
  top: 50%;
  background: #000;
  position: absolute;
  right: 0px;
}
.secondary-tab-menu li:last-child a:after 
{
  display: none;
}
.active-tab-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #030527;
  margin-bottom: -2px;
  position: relative;
  bottom: 2px;
}
#tab-secondary-menu.fixed {
  position: fixed;
  left: 0;
  top: 54px;
  width: 100%;
  z-index: 9999;
  background: #020426;
}
.fixed .secondary-tab-menu li a {
  color: #fff;
}
.fixed .secondary-tab-menu li a:after {
  background: #acacac;
}
.fixed .secondary-tab-menu li.active-tab-menu a, .fixed .secondary-tab-menu li a:hover {
  color: #ffb102;
}
.fixed .active-tab-menu:after {
  background: #ffb102;
}
.page-section {
  padding: 60px 0;
}
.sol-row {
  margin-bottom: 50px;
}
.sol-row:last-child {
  margin-bottom: 0;
}
.cloud-title {
  color: #04093E;
  line-height: 1.4;
  font-family: 'Zoho_Puvi_Medium';
  margin-top: 0;
  margin-bottom: 50px;
}
.section-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Zoho_Puvi_SemiBold';
  color: #04093E;
  font-size: 1.6em;
  line-height: 1.2;
}
.sub-section {
  font-size: 1.1em;
  font-family: 'Zoho_Puvi_SemiBold';
  color: #04093E;
}
.clouds-lists {
  color: #04093E;
  line-height: 1.6;
      padding-left: 30px;
}
.clouds-lists li {
  margin-bottom: 14px;
  position: relative;
}
.clouds-lists li:before
{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://www.manageengine.com/se/images/circle-tick.svg) no-repeat;
  background-size: 16px;
  background-position: center;
  position: absolute;
  left: -32px;
  top: 2px;
}
.prod-title
{
  margin-bottom: 35px;
  padding-left: 65px;
      position: relative;
}
.sol-ico {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 5px;
  left: 0;
}
.sol-ico.key-sol-ico {
  background: url("https://www.manageengine.com/se/images/me-key-solutions.svg") no-repeat;
      background-size: 750px;
}
.key-sol-ico.sm-1-ico{background-position: 0px 6px;}    
.key-sol-ico.sm-2-ico{background-position: -68px 4px;}  
.key-sol-ico.sm-3-ico{background-position: -125px 4px;width: 55px;} 
.key-sol-ico.msp-1-sol-ico{background-position: -135px -58px;}  
.key-sol-ico.siem-sol-1-ico{background-position: -570px -4px;}
.key-sol-ico.it-analytics-1-ico {background-position: -70px -62px;}
.key-sol-ico.iam-sol-1-ico {background-position: -210px 4px;}
.key-sol-ico.iam-sol-2-ico {background-position: -282px 4px;}
.key-sol-ico.iam-sol-3-ico {background-position: -370px 2px; background-size: 800px;}
.key-sol-ico.uem-sol-1-ico {background-position: -418px 4px}
.key-sol-ico.uem-sol-2-ico {background-position: -494px -2px}
.key-sol-ico.itom-sol-1-ico {background-position: -628px -2px;width: 55px;}
.key-sol-ico.itom-sol-2-ico {background-position: -707px 0px}
.key-sol-ico.itom-sol-3-ico {background-position: 4px -57px}
.sol-ico.sm-ico {
  background: url(https://www.manageengine.com/se/images/itsm-ico.svg) no-repeat;
  background-size: 90%;
  background-position: center;
}
#aws-prod .sol-ico, #azure-prod .sol-ico {
  top: -10px;
}
.sol-ico.iam-sol-ico {
  background: url(https://www.manageengine.com/se/images/iam-ico.svg) no-repeat;
  background-size: 64%;
  background-position: center;
}
.sol-ico.uem-sol-ico {
  background: url(https://www.manageengine.com/se/images/uem-ico.svg) no-repeat;
  background-size: 90%;
  background-position: center;
}
.sol-ico.siem-sol-ico {
  background: url(https://www.manageengine.com/se/images/siem-ico.svg) no-repeat;
  background-size: 85%;
  background-position: center;
}
.sol-ico.itom-sol-ico {
  background: url(https://www.manageengine.com/se/images/itom-ico.svg) no-repeat;
  background-size: 90%;
  background-position: center;
}
.sol-ico.it-analytics-ico {
  background: url(https://www.manageengine.com/se/images/analytics-ico.svg) no-repeat;
  background-size: 90%;
  background-position: center;
}
.sol-ico.business-app-ico {
  background: url(https://www.manageengine.com/se/images/business-app-ico.svg) no-repeat;
  background-size: 90%;
  background-position: center;
}
.sol-ico.msp-sol-ico {
  background: url(https://www.manageengine.com/se/images/msp-ico.svg) no-repeat;
  background-size: 90%;
  background-position: center;
}
.section-descr
{
  margin-bottom: 0;
}
.sol-row > .rows > div {
  margin-bottom: 20px;
}
.sol-box {
  text-decoration: none!important;
  display: block;
  padding: 20px 30px;
  color: #04093E;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0 0 0 / 14%);
  height: 100%;
}
.sol-box h2 {
  font-family: 'Zoho_Puvi_SemiBold';
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 1.3em;
  color: #2DA76F;
}
.sol-box p {
  position: relative;
  margin-bottom: 45px;
}
.sol-box p:after {
  content: "";
  display: block;
  width: 100px;
  height: 2.5px;
  background: #2ea76f;
  position: absolute;
      bottom: -19.5px;
}
.sol-box p:before {
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background: #3ed38e;
  position: absolute;
      bottom: -18.5px;
}
.product-in-title {
  font-family: 'Zoho_Puvi_Medium';
  margin-bottom: 10px;
}
.lists {
  padding-left: 18px;
  line-height: 1.8;
}
.lists li {
  margin-bottom: 15px;
  position: relative;
}
.lists li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #2ea76f;
  border-radius: 100%;
  top: 8px;
  left: -15px;
}
ul.sol-cat {
  margin: 30px 0 0;
}
.sol-cat li {
  display: inline-block;
}
.sol-cat li a {
  color: #0817a6;
      padding: 0 10px;
}
.sol-cat li:first-child a {
  padding-left: 0;
}
.sol-cat li a:hover {
  color: #28b372;
}
.cta-links {
  display: inline-block;
  color: #28B273;
  font-size: 1.1em;
  margin-top: 10px;
      text-decoration: none!important;
}
.cta-links b {
  font-size: 1.2em;
  transition: all ease 0.6s;
  position: relative;
      bottom: 1px;
}
.cta-links:hover b {
  margin-left: 8px;
}
.cloud-box {
  text-decoration: none!important;
  display: block;
  color: #04093E;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0 0 0 / 14%);
      margin-bottom: 20px;
  overflow: hidden;
      background: #fff;
}
.cloud-box h2 {
  color: #ffffff;
  font-size: 1.1em;
  font-family: 'Zoho_Puvi_Medium';
  margin: 0;
  padding: 18px 20px;
  background: #131313;
}
.cloud-in-box {
  padding: 40px;
  display: block;
      text-decoration: none!important;
  color: #04093E;
      position: relative;
  height: 100%;
}
.cloud-in-box a:not(.cta-links) {
  color: #04093E;
  text-decoration: none!important;
  display: block;
}
.cloud-in-box h3 {
  margin-top: 0;
      font-size: 19px;
  margin-bottom: 10px;
  font-family: 'Zoho_Puvi_SemiBold';
}
.cloud-in-box:hover h3 {
  color: #28b373;
}
.cloud-in-box p {
  margin-bottom: 15px;
}
.cross-verticle .cloud-in-box, .cross-verticle-plus .cloud-in-box {
  min-height: 395px;
}
.cloud-in-box p span {
  display: block;
  margin-bottom: 10px;
}
.cloud-in-box .cta-links {
  color: #0718CE;
  font-size: 1em;
  margin: 0;
}
.horizontal-box .cloud-in-box:first-child:after {
  content: "";
  background: #808080;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  top: 25px;
}
.verticle-box .cloud-in-box {
  float: left;
}
.verticle-box.box-3 .cloud-in-box {
  width: 33.3%;
}
.verticle-box.box-2 .cloud-in-box {
  width: 50%;
}
.verticle-box:not(.cross-verticle, .cross-verticle-plus) .cloud-in-box:after {
  content: "";
  display: block;
  background: #808080;
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  transform: translate(0, -50%);
  top: 50%;
}
.verticle-box:not(.cross-verticle) .cloud-in-box:last-child:after
{
  display: none;
}
.cross-verticle .cloud-in-box:after, .cross-verticle-plus .cloud-in-box:after,.cross-verticle-plus .cloud-in-box:before {
  content: "";
  display: block;
  background: #808080;
  position: absolute;
}
.cross-verticle .cloud-in-box:nth-child(1):after {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
}
.cross-verticle .cloud-in-box:nth-child(2):after {
  width: 1px;
  height: 100%;
  bottom: 0;
  left: 0;
}
.cross-verticle .cloud-in-box:nth-child(3):after {
  width: 1px;
  height: 100%;
  top: 0;
      right: -1px;
}
.cross-verticle .cloud-in-box:nth-child(4):after {
  width: 100%;
  height: 1px;
      top: -1px;
  left: 0;
}
.cross-verticle-plus .cloud-in-box:nth-child(1):after {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
}
.cross-verticle-plus .cloud-in-box:nth-child(2):after {
  width: 1px;
  height: 100%;
  bottom: 0;
  left: 0;
}
.cross-verticle-plus .cloud-in-box:nth-child(2):before, .cross-verticle-plus .cloud-in-box:nth-child(3):before {
  width: 100%;
  height: 1px;
      bottom: -1px;
  left: 0;
}
.cross-verticle-plus .cloud-in-box:nth-child(3):after {
  width: 1px;
  height: 100%;
  bottom: 0;
  left: 0;
}
.cross-verticle-plus .cloud-in-box:nth-child(4):after {
  width: 100%;
  height: 1px;
      top: -1px;
  left: 0;
}
.cross-verticle-plus .cloud-in-box:nth-child(5):after {
  width: 1px;
  height: 100%;
  bottom: 0;
  left: 0;
}
.cross-verticle-plus .cloud-in-box:nth-child(5):before {
   width: 1px;
  height: 100%;
  bottom: 0;
  right: 0;
}
#aws-prod {
      background: linear-gradient(to bottom, rgb(214 238 240 / 25%), #fff);
}
#azure-prod {
  background: linear-gradient(to bottom, rgb(204 204 204 / 9%), rgb(94 218 229 / 12%));
}
#mobapp-sec, #casestudy-sec, #freetool-sec {
  padding-top: 20px;
      font-size: 15px;
}
.division-title {
  margin-top: 0;
  font-size: 2.2em;
  color: #04093E;
  font-family: 'Zoho_Puvi_SemiBold';
  margin-bottom: 50px;
}
.mob-box {
  margin-bottom: 20px;
  cursor: pointer;
  height: 130px;
  box-shadow: 0 0 10px #00000029;
}
.mob-app-ico {
  float: left;
  width: 135px;
  height: 100%;
}
.app-icon {
  width: 124px;
  height: 121px;
  background: url(https://www.manageengine.com/se/images/app-icons.png) no-repeat left top;
     display: block;
  margin: 4px auto 4px auto;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
}
.app-ad {background-position: -132px top;}
.app-sdp {background-position: -268px top;}
.app-fm{background-position:-405px top}
.app-am{background-position:-538px top}
.app-nfa{background-position:-676px top}
.app-dc{background-position:-812px top}
.mob-box:hover .opm {background-position: left bottom;}
.mob-box:hover .app-ad {background-position: -132px bottom;}
.mob-box:hover .app-sdp {background-position: -268px bottom;}
.mob-box:hover .app-fm {background-position: -405px bottom;}
.mob-box:hover .app-am {background-position: -538px bottom;}
.mob-box:hover .app-nfa {background-position: -676px bottom;}
.mob-box:hover .app-dc {background-position: -812px bottom;}
.mob-app-det {
  width: calc(100% - 135px);
  float: left;
     padding: 15px;
}
.app-icon-new {
  width: 124px;
  height: 121px;
  background: url(https://www.manageengine.com/se/images/app-icons-new.png) no-repeat left top;
     display: block;
  margin: 4px auto 4px auto;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
}
.app-oputils {background-position: 0 top;}
.mob-box:hover .app-oputils {background-position: 0 bottom;}
.app-pmp {background-position: -132px top;}
.mob-box:hover .app-pmp {background-position: -132px bottom;}
.mob-app-det h3 {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 1.3em;
  font-family: 'Zoho_Puvi_Medium';
  color: #2EA86F;
}
.mob-box:hover h3 {
  color: #000;
}
.mob-app-det p {
  margin: 0;
  line-height: 1.6;
}
.tool-box {
  border: 1px solid #C1C0C0;
  padding: 15px;
  cursor: pointer;
      overflow: hidden;
      height: 200px;
      box-shadow: 0 0 2px rgb(0 0 0 / 25%);
}
.tool-front h3, .tool-back h3 {
  font-size: 1em;
  font-family: 'Zoho_Puvi_Medium';
  color: #000;
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
}
.tool-front img {
  height: 60px;
}
.tool-back h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #2ea76f;
  margin: 10px auto 10px auto;
}
.tool-back p {
  margin-bottom: 10px;
}
.tool-back .cta-links {
  margin: 0;
}
.tool-front {
  padding-top: 30px;
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
}
.tool-back {
   opacity: 0; 
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
  transform: translateY(140px);
  -webkit-transform: translateY(140px);
}
.tool-box:hover .tool-front
{
  opacity: 0;
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
}
.tool-box:hover .tool-back
{
  opacity: 1;
  transform: translateY(-148px);
  -webkit-transform: translateY(-148px);
}
.casestudy-box {
      background: rgb(34 33 33 / 89%);
  color: #fff;
  padding: 35px 25px;
  border-radius: 5px;
}
.casestudy-box.testimonial-box {
  padding-bottom: 0px;
}
.casestudy-box img {
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: text-bottom;
}
.casestudy-box h3 {
  font-family: 'Zoho_Puvi_SemiBold';
      margin-bottom: 15px;
      margin-top: 0;
}
.casestudy-box h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #ECD900;
  margin-top: 10px;
}
.casestudy-lists li {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 28px;
}
.casestudy-box .cta-links {
  color: #FFD800;
  margin-top: 4px;
  font-size: 1em;
}
.casestudy-lists li a {
  color: #fff;
  text-decoration: none;
      position: relative;
}
.casestudy-lists li a:hover
{
      color: #ffd800;
}
.casestudy-lists li a:before {
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
  background: url(https://www.manageengine.com/se/images/pdf-ico.svg) no-repeat;
      background-size: 14px;
  background-position: center;
  position: absolute;
  top: 2px;
      left: -27px;
}
.casestudy-lists li.page-ico a:before
{
  background: url(https://www.manageengine.com/se/images/page-ico.svg) no-repeat;
  background-size: 17px;
  background-position: center;
  top: -1px;
}
.casestudy-lists li.vid-ico a:before
{
  background: url(https://www.manageengine.com/se/images/vid-ico.svg) no-repeat;
  background-size: 16px;
  background-position: center;
  top: 0;
}
.testimonial-box .cta-links {
  position: relative;
  margin-top: 0;
  bottom: 20px;
}
ul.casestudy-lists {
  min-height: 120px;
}
.cloud-in-box.dbl-box {
  min-height: 340px;
}
#aws-prod .cloud-in-box.dbl-box {
  min-height: 360px;
}
.cloud-in-box.trpl-box {
  min-height: 445px;
}
.abheader .download-btn
{
      width: auto;
}
p.callback-text {
  margin: 0 0 10px 0;
  color: #1f1e1e;
  font-size: 0.8em;
  position: relative;
  bottom: 7px;
  padding-left: 50%;
}
.lbl b.sup {
  font-size: 0.8em;
  position: relative;
  bottom: 5px;
  left: 2px;
}
@media only screen and (max-width: 1200px)
{
  .cloud-in-box h3 {
  font-size: 15px;
}
}
@media only screen and (max-width: 1025px)
{
  .cross-verticle .cloud-in-box, .cross-verticle-plus .cloud-in-box {
  min-height: 320px;
}
  .verticle-box.box-3 .cloud-in-box {
  width: 50%;
}
  .foot-sec>ul.regional-countries-drop {
  width: 75%;
  }
  .tool-box {
  margin-bottom: 20px;
}
  .casestudy-box {
  margin-bottom: 20px;
}
  .banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; 
}
  .banner.dark-banner:after {
          background: rgb(3 9 62 / 70%);
  }
  .page-descr, .page-title, .banner-note {
      position: relative;
      z-index: 9;
}
  .page-descr br {
  display: none;
}
  .cloud-in-box.dbl-box, .cloud-in-box.trpl-box, #aws-prod .cloud-in-box.dbl-box {
  min-height: auto;
}
}
@media only screen and (max-width: 992px)
{
  .sol-row .rows > .cols-6 {
  width: 100%;
  height: auto!important;
}
  p.callback-text {
  padding: 0;
  margin: 0;
}
}
@media only screen and (max-width: 650px)
{
  .banner
  {
      padding: 70px 0 50px 0;
  }
  .banner.light-banner:after {
          background: rgb(255 255 255 / 45%);
  }
  #tab-secondary-menu
  {
      display: none;
  }
  .clouds-banner, .azure-banner {
  text-align: center;
}
  .clouds-banner .page-title, .azure-banner .page-title {
  font-size: 1.8em;
      font-family: 'Zoho_Puvi_SemiBold';
} 
  .verticle-box.box-2 .cloud-in-box, .verticle-box.box-3 .cloud-in-box {
  width: 100%;
      height: auto!important; 
}
  .verticle-box .cloud-in-box:after, .verticle-box:not(.cross-verticle, .cross-verticle-plus) .cloud-in-box:after
  {
      display: none;
  }
  .cloud-in-box p {
  min-height: auto;
}
  .sol-row > .rows > div {
  height: auto!important;
}
  .sol-box {
  height: auto;
}
  #aws-prod .large-title .sol-ico, #azure-prod .large-title .sol-ico
  {
      top: 0;
  }
}
/* evaluator form*/
.eval-popup *{margin:0;padding:0;box-sizing:border-box}div.eval-popup{width:800px;height:auto;display:block;border-radius:5px;position:fixed;transform:translate(-50%,-50%);top:50%;left:50%;display:none}div.eval-popup .scroll-div{overflow-y:scroll;max-height:95vh}.eval-popup h3.headlines{font-size:1.6em;color:#e04b39;margin-top:10px;font-family: 'Zoho_Puvi_SemiBold';text-align:center}.fm-center{text-align:center}.eval-popup .fm-center div.form-group{width:50%}.eval-popup .text-label{margin-top:10px;margin-bottom:3px}.eval-popup div.wrapper a img{width:200px;margin:0 auto;display:block}.eval-popup p.headlines{font-size:13px;text-align:center;width:90%;margin:10px auto 10px auto;line-height:18px}.eval-popup div.form-group{width:100%;height:auto;clear:both;margin:5px 0 20px 0;display:inline-block;position:relative;vertical-align:top}.grey-bg .form-group{margin-bottom:5px}.fm-left div.form-group{width:45%;margin-right:4%}.fm-left div.form-group+.form-group{width:49%;margin-right:0}.eval-popup .form-group.zc-dropdown-group:after{background:0 0}.captcha-group.form-group:after,.eval-popup .form-group.zc-phone-group:after,.zc-submitandreset-group:after{display:none}.eval-popup .inline-field{position:relative}.eval-popup img.imgs{width:25%;position:absolute;left:20px;bottom:10px}.eval-popup div.form-group label{width:350px;float:left;display:none}.eval-popup div.form-group label p{margin:0 auto}.form-field *{outline:0}div.form-group label p span.fieldMandate{color:#ff0004}.captcha-input,div.form-group .form-field{position:relative}.captcha-input.form-field{margin:0}.captcha-input{margin:0}.eval-popup .form-control{display:block;width:100%;height:40px;padding:10px 12px;font-size:14px;line-height:1.42857143;color:#555;position:relative;margin-bottom:20px;background-color:transparent;background-image:none;border:1px solid #d1d1d1;border-radius:4px;transition:border ease .9s;-webkit-transition:border ease .9s;-moz-transition:border ease .9s;box-shadow:none}.form-group.captcha-group{margin:0 0 10px 0}.active-sec .form-control,.form-control.active-sec{border-color:#fff}.eval-popup .form-control.zc_textareacomments{height:80px;width:98%}.eval-popup div.form-control input,.eval-popup div.form-control textarea{width:100%;outline:0;border:none;height:100%;background:0 0;padding-left:0;font-size:13px;position:relative;z-index:9;opacity:.5;resize:none}.eval-popup .form-control:before,.form-control:after{box-sizing:inherit;content:'';position:absolute;width:0;height:0;z-index:1;border:2px solid transparent;border-radius:5px;pointer-events:none}.eval-popup .form-control:before{top:0;left:0}.eval-popup .form-control:after{bottom:0;right:0}.eval-popup .active-sec .form-control::before,.eval-popup .active-sec.form-control::before{border-top-color:#34ad65;border-right-color:#34ad65;transition:width .15s ease-out,height .15s ease-out .15s;width:100%;height:100%}.eval-popup .active-sec .form-control::after,.eval-popup .active-sec.form-control::after{border-bottom-color:#34ad65;border-left-color:#34ad65;transition:border-color 0s ease-out .3s,width .15s ease-out .3s,height .15s ease-out .45s;width:100%;height:100%}.eval-popup div.form-control textarea{height:50px;resize:none;outline:0}.eval-popup div.zc-submitandreset-group .form-field{width:100%;margin:0 auto;float:none;text-align:center}.eval-popup div.form-group input[type=submit]{background:#e04b3a;color:#fff;border:none;border-radius:5px;margin:0;padding:14px 50px;font-size:16px;text-align:center;text-indent:0;-webkit-appearance:none;float:none;cursor:pointer}.eval-popup div.form-group input[type=reset]{width:150px;background:#f66a63;color:#fff;border:none;border-radius:4px;margin:0 15px;padding:10px 0;font-size:16px;text-align:center;text-indent:0}.eval-popup div.form-group input[type=submit]:hover{background:#dd002c}.eval-popup div.form-group input[type=reset]:hover{cursor:pointer}.eval-popup div.form-group input.zc-businessemail_input{background-image:url(https://www.manageengine.com/images/form_emailicon.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%}.eval-popup div.form-group input.zc-CallbackDateandTime_input{background-image:url(https://www.manageengine.com/images/form_calendaricon.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%}.eval-popup div.nature-of-query{border:none;width:400px;display:none;position:absolute;background:#fff;z-index:99999999;top:38px}.eval-popup div.nature-of-query ul{list-style:none;height:250px;width:100%;overflow-y:scroll;background:#fff;margin:0;padding:0;border:1px solid #d7e4e6}.eval-popup div.nature-of-query ul li{color:#000;padding:10px;font-size:13px}.eval-popup div.nature-of-query ul li:hover{background:#34ad65;color:#fff}.eval-popup div.form-group input.nature-of-query_input{background-image:url(https://www.manageengine.com/images/form_dropdownarrows.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%}.eval-popup div.countrylists{border:none;width:400px;display:none;position:absolute;background:#fff;z-index:9999999;top:38px;border:1px solid #d7e4e6}.eval-popup div.countrylists ul{list-style:none;height:300px;width:100%;overflow-y:scroll;background:#fff;margin:0;padding:0}.eval-popup div.countrylists ul li{color:#787878;padding:10px;font-size:13px}.eval-popup div.countrylists ul li:hover{background:#34ad65;color:#fff}.eval-popup div.form-group input.countrylists_input{background-image:url(https://www.manageengine.com/images/form_dropdownarrows.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%}.eval-popup div.me_countrylist_search{width:380px;background:#fff;padding:15px 10px 15px 10px;float:left}.eval-popup div.form-group input.me_countrylist_search_input{width:380px;border:1px solid #ccc;border:1px solid #e8eeef}.eval-popup div.me_solutions{border:none;width:400px;display:none;position:absolute;background:#fff;z-index:999999;top:38px;border:1px solid #d7e4e6}.eval-popup div.me_solutions ul{list-style:none;height:300px;width:100%;overflow-y:scroll;background:#fff;margin:0;padding:0;border:1px solid #d7e4e6}.eval-popup div.me_solutions ul li{color:#000;padding:10px;font-size:13px}.eval-popup div.me_solutions ul li:hover{background:#34ad65;color:#fff}.eval-popup div.form-group input.me_solutions_input{background-image:url(https://www.manageengine.com/images/form_dropdownarrows.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%}.eval-popup div.me_productslists{width:100%;display:none;position:relative;background:#fff;z-index:99999;top:0}.eval-popup div.me_productslists.opn{top:0}.eval-popup div.me_productslists ul{list-style:none;height:230px;width:100%;overflow-y:scroll;background:#fff;margin:0;padding:0}.eval-popup div.me_productslists ul li{color:#000;padding:10px;font-size:13px;cursor:pointer}.eval-popup div.me_productslists ul li:hover{background:#34ad65;color:#fff}.eval-popup div.form-group input.me_productslists_input{background-image:url(https://www.manageengine.com/images/form_dropdownarrows.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%;cursor:pointer}.eval-popup div.me_productslistssearch{width:calc(100% - 20px);background:#fff;padding:15px 10px 15px 10px;float:left}.eval-popup div.form-group input.me_productslistssearch_input{width:100%;border:1px solid #d7e4e6;font-size:1em;padding:8px}input.me_productslistssearch_input::-webkit-search-cancel-button{opacity: 0;}.eval-popup p.me_productslists_multiSel{width:100%;padding:3px;position:relative;background:#fff;display:none;z-index:99999;border-radius:5px;height:auto;overflow:scroll;max-height:115px}.eval-popup p.me_productslists_multiSel span{border:1px solid #c2cacc;border-radius:5px;font-size:12px;margin:2px 5px 2px 0;padding:5px 5px;display:inline-block}.eval-popup p.me_productslists_multiSel span strong{color:#ff1e1e;font-family: 'Zoho_Puvi_Bold';margin:0 0 0 10px;cursor:pointer}.eval-popup div.me_productslist_inner{border:1px solid #d7e4e6;width:100%;float:left;position:absolute;z-index:9999;top:4px;background:#fff}div.zc-Phonenumber-group input.Phonenumbercode_input{width:100px;margin:0 5px 0 0}div.zc-Phonenumber-group input.Phonenumberonly_input{width:291px}div.fieldinactive{opacity:.1;display:none!important}p.evalform_error_msg{font-size:11px;color:#f63f3f;position:absolute;top:40px;left:0;display:none;min-width:300px}p.evalform_disclaimer{font-size:12px;color:#818f92;font-family: 'Zoho_Puvi_RegularItalic';font-style: oblique}.eval-popup p.evalform_disclaimer strong{font-family: 'Zoho_Puvi_SemiBold';}.eval-popup select#country_state,.eval-popup select#zc-country{background:transparent url(https://www.manageengine.com/images/form_dropdownarrows.png) no-repeat 97% center;background-size:14px;border:none;width:100%;font-size:13px;color:#6f6c6c;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;margin:0}.eval-popup .uscountry select#country_state,.eval-popup .uscountry select#zc-country{height:45px}.sol_rec .fm-left div.form-group.uscountry{margin-bottom:-48px}.eval-popup div.zc-Preferredcallbackdateandtime span{font-size:14px;color:#000}.eval-popup div.zc-Preferredcallbackdateandtime input{width:auto;vertical-align:middle;margin:1px 10px 0 0}.eval-popup div.form-group label.form-check-label{display:block;font-size:13px}.eval-popup div#meGDPRMessage{margin:10px 0}.eval-popup p.privacy-policy{font-size:11px;margin:12px 0;line-height:1.4}.eval-popup p.privacy-policy a{color:#138cd6}.eval-popup div.form-group div#meGDPRMessage label{font-size:11px;display:block;width:100%;margin:0 0 20px 0;float: none;color: #000;}.success-msg,.success-msg-cosedevent,.success-msg2{background:#f8fdee;border:1px solid #b6db95;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-width:1px 0;padding:10px 0;text-align:center;color:#5c8707;font-family: 'Zoho_Puvi_Bold';font-size:18px;position:absolute;top:0;left:0;z-index:99999;width:100%;display:none}.eval-popup .zc-dropdown-group .form-field{width:100%}.eval-popup .zc-dropdown-group select{background:#fff url(https://www.manageengine.com/images/form_dropdownarrows.png) no-repeat 97% center;background-size:14px;border:none;width:100%;font-size:13px;color:#6f6c6c;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;margin:0}.eval-popup .form-control.zc-dropdown-group{background:#fff}.eval-popup .error{color:red;font-size:12px;display:none}#WrongCaptchaError{position:relative;top:14px;line-height:1;width:300px}.eval-popup .inline-field{display:inline-block}.eval-popup .field-4.inline-field{width:28%;padding-right:2%;margin:0}.eval-popup .field-8.inline-field{width:70%;margin:0;margin-left:2%}.shapes{position:absolute}.dots1{background-image:radial-gradient(hsla(209,100%,47%,1) 5%,transparent 0);background-size:30px 30px;width:300px;height:150px;right:-75px;top:-25px;opacity:.5;position:absolute;z-index:999999;pointer-events:none;transform:rotate(40deg);opacity:.35;display:none}.second-col .form-in{margin:0}.second-col .form-in.grey-bg{background:#f2f1f0;border-radius:5px 5px 0 0;border:1px solid #fff;padding:10px 50px}.CaptchaWrap{position:relative}#CaptchaImageCode{text-align:center;padding:0 0;width:100%;overflow:hidden}.CaptchaTxtField{display:block;box-sizing:border-box}.CaptchaWrap:after,.CaptchaWrap:before,.captcha-input:after,.captcha-input:before{content:"";display:table;clear:both}.capcode{font-size:46px;display:block;-moz-user-select:none;-webkit-user-select:none;user-select:none;cursor:default;letter-spacing:1px;color:#ccc;font-family: 'Zoho_Puvi_RegularItalic';font-style: oblique}div.form-group input.ReloadBtn{background:url(https://www.manageengine.com/images/captcha-reload.svg) left top no-repeat;background-size:100%;width:22px;height:22px;position:relative;left:7px;top:8px;border:0;outline:0;cursor:pointer;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition:all ease .5s}.eval-popup div.form-group.zc-submitandreset-group{margin:5px 0 5px 0}.eval-popup div.form-group.hide_field{display:none}.eval-popup span.lbl{pointer-events:none;font-size:13px;color:#6b6a6a;padding:0 4px;transition:all ease .5s;-webkit-transition:all ease .5s;border-radius:5px;display:block;font-family: 'Zoho_Puvi_Medium';position:absolute;top:10px;left:10px;z-index:2}.form-group.active-row span.lbl{top:-8px;background:#fff}.field-4 span.lbl,.zc-countrylists-group span.lbl{opacity:0}.form-group.active-row .field-4 span.lbl,.zc-countrylists-group.form-group.active-row span.lbl{opacity:1}.form-group .field-4 span.lbl,.form-group.zc-countrylists-group span.lbl{top:-8px;background:#fff;opacity:1}.zc-me_productslists-group .lbl{z-index:100000}.captcha-group:after,.captcha-group:before,.form-row:after,.form-row:before,.rows:after,.rows:before{content:"";display:table;clear:both}div.form-group.group-half{width:49%;float:left;clear:none}.form-row>.group-half:first-child{padding-right:1%}.form-row>.group-half:last-child{padding-left:1%}.CaptchaWrap{width:250px;float:left;margin:0 0 0 15px}.reload{width:8%;float:left;margin:0}.captcha-input.form-field{width:42%;float:left;padding-right:2%}span.eval-close{position:absolute;top:10px;right:10px;text-indent:-99999999999em;background:url(https://www.manageengine.com/happyholidays/2019/images/popup-close-black.svg) #f2f1f0 no-repeat 0 0;width:23px;height:23px;background-size:10px;background-position:center;text-align:center;color:#fff;line-height:26px;border-radius:50%;cursor:pointer;z-index:9;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition:all ease .5s}span.eval-close:hover{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.eval-popup-bg{position:fixed;left:0;top:0;z-index:9999999;width:100%;height:100%;background:rgba(0,0,0,.8);display:none}.eval-popup form{height:100%}.eval-popup .form-col{width:100%;float:left;height:100%;position:relative;overflow:hidden;margin:0}.eval-popup .form-in{padding:10px 20px}.second-col .form-in{padding:20px 50px}.eval-popup .rows{height:100%;position:relative;border-radius:5px;background:#fff}.eval-popup .form-group:after,.eval-popup .form-group:both,.form-field:after,.form-field:before{display:table;clear:both;content:""}@media only screen and (max-width:1400px){.form-group.zc-countrylists-group{margin-bottom:15px}div.form-group textarea{height:35px}}@media only screen and (max-width:1100px){.eval-popup div.wrapper a img{width:300px}.eval-popup div.wrapper{width:90%}.eval-popup div.form-group label.form-check-label{font-size:15px;width:90%}.eval-popup div.form-group textarea{padding:5px 0 0 5px;margin:20px 0 0 0}.eval-popup div.form-group input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.eval-popup .form-control.zc_textareacomments{width:100%}.eval-popup div.form-group textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.eval-popup div.zc-Preferredcallbackdateandtime input{width:auto;padding:0;-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;outline:0;border-radius:0}.eval-popup div.form-group{clear:both;margin:20px auto;display:table}.first-col div.form-group{margin:0}.eval-popup p.me_productslists_multiSel{width:97%}.eval-popup p.headlines{font-size:15px}.eval-popup .fm-left div.form-group,.eval-popup .fm-left div.form-group+.form-group{width:100%}.sol_rec .fm-left div.form-group.uscountry{margin-bottom:0}.sol_rec .form-group.zc-me_productslists-group{display:none}}@media only screen and (max-width:900px){div.eval-popup{width:90%}}@media only screen and (max-width:650px){.eval-popup div.wrapper a img{width:250px}.eval-popup .img.imgs{display:none}.eval-popup .form-col,.eval-popup .form-col.first-col{width:100%}.eval-popup .form-in{padding:20px}.eval-popup h3.headlines{margin:0 0 10px 0}.second-col .form-in{padding:20px 20px;margin:0}.captcha-input.form-field{width:100%}.CaptchaWrap{width:90%;margin:15px 0 0 0}.eval-popup{max-height:90vh;overflow-y:scroll}.eval-popup .fm-center div.form-group{width:100%}}.eval-success-msg{background: #f8fdee; border: 1px solid #b6db95; padding: 10px; text-align: center; color: #5c8707; font-family: 'Zoho_Puvi_Medium'; position: fixed; width: 100%; display: none; z-index: 9999999; top: 0; left: 0; font-size: 1em;}
.top-links {
  position: fixed;
  right: 0;
  top: initial;
  bottom: 300px;
  z-index: 4;
}
#fixedbtn {
  position: fixed;
  right: 0;
  top: initial;
  top: 300px;
  z-index: 4;
}
#fixedbtn span {
  display: block;
  position: relative;
  background: #29b373;
  cursor: pointer;
  height: 50px;
  color: #fff!important;
  margin-bottom: 5px;
  font-family: 'Zoho_Puvi_Medium';
  font-size: 14px;
  line-height: 30px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
         transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
      transform: translateX(135px);
      -webkit-transform: translateX(135px);
}
#fixedbtn span:hover
{
  transform: translateX(0);
      -webkit-transform: translateX(0);
}
#fixedbtn span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -46px;
  width: 48px;
  height: 50px;
  text-align: center;
  transform: translate(0%, -50%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: -5px 2px 6px rgb(0 0 0 / 35%);
}
#fixedbtn .contact:before
{
  margin-bottom: 5px;
  background: url("https://www.manageengine.com/se/images/req-demo.svg") no-repeat #29B373;
  background-size: 45%;
  background-position: center;
}
#fixedbtn .demo:before {
background: url("https://www.manageengine.com/se/images/req-callback.svg") no-repeat #29B373;
  background-size: 50%;
  background-position: center;
}
#fixedbtn .contact, .top-links .req-call:hover {
  cursor: pointer;
}
.global-success-msg {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: #f8fdee;
  border: 1px solid #b6db95;
  padding: 10px;
  text-align: center;
  color: #5c8707;
  font-size: 1em;
  display: none;
  font-family: 'Zoho_Puvi_Medium';
}
/* testimonial slider */ 
.testimonial_slider_2{
  width:100%;
  overflow:hidden;
      position: relative;
}
.testimonial_slider_2 input {
  display: none;
}

.testimonial_slider_2 #slide_2_1:checked ~ .boo_inner { margin-left:0; }
.testimonial_slider_2 #slide_2_2:checked ~ .boo_inner { margin-left:-100%; }
.testimonial_slider_2 #slide_2_3:checked ~ .boo_inner { margin-left:-200%; }
.testimonial_slider_2 #slide_2_4:checked ~ .boo_inner { margin-left:-300%; }
.testimonial_slider_2 .boo_inner {
  width:400%;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

  -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.testimonial_slider_2 .slide_content{
  width:25%;
  float:left;
}
.testimonial_slider_2 #controls {
      text-align: right;
      margin-top: 15px;
}
.testimonial_slider_2 #controls label{
  width:8px;
  height:8px;
  margin:0 2px;
  display:inline-block;
  background:#686868; /* Change controls background color */
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
      cursor: pointer;
}
.testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1), 
.testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2), 
.testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3), 
.testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4){
  background:#ecd900; /* Change controls background color when mouse click */
}
.content_2 {
  position: relative;
      min-height: 169px;
}
.content_2:before,
.content_2:after {
  content: "";
  height: 15px;
  width: 19px;
  position: absolute;
}
.testimonial_2 p {
      margin-bottom: 5px;
  line-height: 1.7;
  font-size: 0.9em;
}
.testimonial_2 h4 {
  font-size: 0.9em;
  margin-left: 0;
  margin-top: 10px;
  color: #FFD800;
}
.author_2 {
  margin-left: 30px;
}
.author_2 h3 {
  color: #333; /* Change author text color */
  font-size: 13px;
  font-family: 'Zoho_Puvi_SemiBold';
  padding: 0 0 5px;
}
.author_2 h4 {
  color: #333; /* Change author text color */
  font-size: 12px;
  font-family: 'Zoho_Puvi_Medium';
  padding: 0 0 5px;
}
.author_2 h4 a {
  color: #999; /* Change company text link color */
  text-decoration: none;
  position: relative;
  padding-bottom: 1px;
  overflow: hidden;
  border-bottom: 1px solid;
}
.author_2 h4 a:after {
  background: #999; /* Change company border link background color */
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.author_2 h4 a:hover {
  color: #000; /* Change company text link color when mouse over */
  border: none;
}
.author_2 h4 a:hover:after {
  border-color: #000;
  width: 100%;
}
/* https://www.manageengine.com/se/css/me-sol-v1-new.css -- END */

.breadcrumb{display:none;}
.banner
{
      background: url("https://www.manageengine.com/se/images/aws-banner.svg") no-repeat #92ddfa;
         background-size: 34%;
  background-position: 85% center;
}
.page-title {
  color: #232323;
}
.page-descr {
  color: #3a3a3a;
}
@media only screen and (max-width: 1025px)
{
  .banner
  {
    background: #92ddfa;
  }
  .banner:before
  {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("https://www.manageengine.com/se/images/aws-banner.svg") no-repeat;
           background-size: 40%;
           background-position: top center;
     pointer-events: none;
        opacity: 0.3;
  }
}
@media only screen and (max-width: 650px)
{
  .banner:before
  {
   background: url("https://www.manageengine.com/se/images/aws-banner.svg") no-repeat;
       background-size: 80%;
       background-position: top center;
        opacity: 0.2;
  }
}

