body{overflow-x:hidden;color: #000;}
.clearfix {
  display: block;
}
.clearfix:after,
footer:after,
header:after,
section:after,
.rows:after,
.container:after {
  display: table;
  content: "";
  clear: both;
}
.clearfix:before,
footer:before,
header:before,
section:before,
.rows:before,
.container:before {
  display: table;
  content: "";
  clear: both;
}
section * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section * html .clearfix {
  height: 1%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 16px;
  font-family: 'Zoho_Puvi_Regular';
  font-weight: 300;
}
article,
footer,
header,
section {
  display: block;
}
section{padding:80px 0;}
.text-light{color:#fff;}
.text-dark{color:#000;}
.text-center{text-align: center;}
.pr{position:relative;}
.pa{position:absolute;}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
p{margin: 0 0 20px 0;line-height: 1.6;}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.cols-1,
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-11,
.cols-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cols-12 {
  width: 100%;
}
.cols-11 {
  width: 91.66666667%;
}
.cols-10 {
  width: 83.33333333%;
}
.cols-9 {
  width: 75%;
}
.cols-8 {
  width: 66.66666667%;
}
.cols-7 {
  width: 58.33333333%;
}
.cols-6 {
  width: 50%;
}
.cols-5 {
  width: 41.66666667%;
}
.cols-4 {
  width: 33.33333333%;
}
.cols-3 {
  width: 25%;
}
.cols-2 {
  width: 16.66666667%;
}
.cols-1 {
  width: 8.33333333%;
}
@media (max-width: 992px) {
  .cols-md-center {
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .cols-md-12 {
    width: 100%;
  }
  .cols-md-11 {
    width: 91.66666667%;
  }
  .cols-md-10 {
    width: 83.33333333%;
  }
  .cols-md-9 {
    width: 75%;
  }
  .cols-md-8 {
    width: 66.66666667%;
  }
  .cols-md-7 {
    width: 58.33333333%;
  }
  .cols-md-6 {
    width: 50%;
  }
  .cols-md-5 {
    width: 41.66666667%;
  }
  .cols-md-4 {
    width: 33.33333333%;
  }
  .cols-md-3 {
    width: 25%;
  }
  .cols-md-2 {
    width: 16.66666667%;
  }
  .cols-md-1 {
    width: 8.33333333%;
  }
  .md-hidden {
    display: none;
  }
  .md-center {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .cols-sd-12 {
    width: 100%;
	  padding: 0;
  }
  .cols-sd-11 {
    width: 91.66666667%;
  }
  .cols-sd-10 {
    width: 83.33333333%;
  }
  .cols-sd-9 {
    width: 75%;
  }
  .cols-sd-8 {
    width: 66.66666667%;
  }
  .cols-sd-7 {
    width: 58.33333333%;
  }
  .cols-sd-6 {
    width: 50%;
  }
  .cols-sd-5 {
    width: 41.66666667%;
  }
  .cols-sd-4 {
    width: 33.33333333%;
  }
  .cols-sd-3 {
    width: 25%;
  }
  .cols-sd-2 {
    width: 16.66666667%;
  }
  .cols-sd-1 {
    width: 8.33333333%;
  }
  .sd-hidden {
    display: none;
  }
  .sd-center {
    text-align: center;
  }
}
strong{font-family: 'Zoho_Puvi_Bold';}
h2{
	font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.6em;
	margin: 0 0 20px 0;
	line-height: 1.2;
}
h3{font-family: 'Zoho_Puvi_SemiBold';}

/*--------------Secondary header--------------*/
.brand-logo {
    display: inline-block;
}
.nav-menu{margin: 0;}
.nav-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.nav-menu li a, .nav-menu li span {
    display: block;
    padding: 10px;
    cursor: pointer;
}
.second-header.fixed-header {
    background: linear-gradient(to right, #042EC3, #081F6D);
    padding: 15px 0;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #5267B2;
}
 .second-header.fixed-header.header-fixed {
	 padding: 15px 0;
	 box-shadow: 0 0 10px #00000057;
	 position: fixed;
	 z-index: 9999;
}
 .second-header.fixed-header.header-fixed .nav-section .nav-menu {
	 transform: translate(0);
}
 .second-header.fixed-header.header-fixed .brand-logo img {
	 height: auto;
	 width: 200px;
}
 .second-header.fixed-header.header-fixed .me-20-logo img {
	 width: 40px;
	 position: relative;
	 left: 10px;
	 bottom: -4px;
	 filter: brightness(0) invert(1);
}
.second-header.fixed-header .me-20-logo {
	 display: none;
}
 .second-header.fixed-header .nav-section {
	 overflow: hidden;
}
 .second-header.fixed-header .nav-section #topbar-menu-icon {
	 display: none;
	 position: absolute;
	 right: 30px;
	 cursor: pointer;
	 transform: translate3d(0,0,0);
	 transition: transform .7s;
	 z-index: 9999999;
	 margin: 0;
	 top: 15px;
	 width: 30px;
    height: 30px;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span {
	 display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #fff;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0);
	  -moz-transform: rotate(0);
	  -o-transform: rotate(0);
	  transform: rotate(0);
	  -webkit-transition: all ease 0.25s;
	  -moz-transition: all ease 0.25s;
	  -o-transition: all ease 0.25s;
	  transition: all ease 0.25s;
}
 .second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(1) {
	 top: 0;
}
 .second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(2) {
	 top: 8px;
}
 .second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(3) {
	 top: 16px;
}
.second-header.fixed-header .nav-section .nav-menu {
	 padding: 0;
  text-align: left;
  -webkit-transform: translate(25%);
  -moz-transform: translate(25%);
  -o-transform: translate(25%);
  transform: translate(25%);
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.second-header.fixed-header .nav-section .nav-menu li {
	 display: inline-block;
	 margin-left: 10px;
}
 .second-header.fixed-header .nav-section .nav-menu li a {
	 color:#dd002c;
	 padding: 10px;
	 display: block;
}
 .second-header.fixed-header .nav-section .nav-menu li span {color:#fff;}
 .second-header.fixed-header .nav-section .nav-menu li span:hover, .second-header.fixed-header .nav-section .nav-menu li span.active {
	 cursor: pointer;
	 color:#F6C855;
}
.second-header.fixed-header .head-container {position: relative;}

/*---------------Banner styles--------------*/
.banner{
	background: #042fc5 url("../images/cima-ban-bg.jpg") 0 0 no-repeat;
	background-size: cover;
}
h1{
	font-size: 2em;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.2;
	margin: 50px 0 20px 0;
}
.ban-para{font-size: 1.2em;font-family:'Zoho_Puvi_Light';}
.banner img{float: right;}

/*---------------Section-2 styles--------------*/
.sec2 a{text-decoration: underline;color: #000;}
.sec2 a:hover{text-decoration: none;}
.row1 h2{font-family: 'Zoho_Puvi_ExtraBold';font-size: 1.8em;}
.row1 h2 span{font-family: 'Zoho_Puvi_Light';}
.row2{padding: 40px 0 60px;}
.row2 .cols-12{
	background: #FFC300;
	border-radius: 15px;
	padding: 40px 20px;
}
.text-half{
	width: 70%;
    text-align: center;
    margin: auto;
}
.row2 h2{
	border-bottom: 1px solid #7D5F00;
	padding: 0 0 20px 0;
}
.row3 li{
	list-style: disc;
	padding: 0 0 10px 0;
}
.sec2 .cols-left, .sec2 .cols-right{padding: 0 40px 0 60px;}

/*------------Section-3 styles----------------*/
.sec3{background: #E4E7FB;}
.sec-sep{
	width: 60%;
    border: 1px solid #A0A2B0;
    margin: 40px auto;
}
.sec3-tabs{margin: 40px 0 0 0;background: #fff;}
.sec3-tabs ul{display: flex;}
.sec3-tabs li{
    background: #152D92;
    width: 19.7%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    height: 70px;
    margin: 0 2px;
	transition: .5s;
	color: #fff;
}
.sec3-tabs li:hover, .sec3-tabs li.active{background: #fff;color: #000;}
.cyb-tab-sec{   
	background: #fff;
    padding: 40px 60px 40px 80px;
    text-align: left;
	display: none;
}
.cyb-tab-sec h2{display: none;}
.cyb-tab-sec li{
	list-style: decimal;
    padding: 0 0 10px 0;
    line-height: 1.6;
}
.cyb-tab-sec li ul{padding: 10px 0px 0px 20px;}
.cyb-tab-sec li ul li{list-style: lower-alpha;}
.cyb-tab-sec.active{display: block;}

/*------------Section-4 styles-----------------*/
.sec4{background: #222329;}
.tab_sec{margin: 60px 0 0 0;}
.mainart-title{display: none;}
.sec4 .stickyanimation {
    position: sticky;
    top: 120px;
}
.sec4 .articletabs li {
    padding: 15px;
    padding-left: 35px;
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_Regular';
    position: relative;
	background: #152D92;
    border-bottom: 1px solid #1539D0;
    color: #fff;
	cursor: pointer;
}
.sec4 .articletabs li:hover, .sec4 .articletabs li.active{background: linear-gradient(to right, #2051D1, #1c3e9c);}
.sec4 .art-box{
	background: #fff;
    border-radius: 2px;
    padding: 40px 60px;
	margin: 0 0 20px;
}
.art-box h5{
	font-size: 1.2em;
    font-family: 'Zoho_Puvi_SemiBold';
    padding: 0 0 15px 0;
}
.articlesec{display: none;}
.articlesec.active{display: block;}
.sec4 .art-box h3{margin: 0px 0 5px;}
.new-prd-icon{
	display:inline-block;
	width:45px;
	height:45px;
	background:url("../images/new-prod-sprite.svg") 0/520px no-repeat;
}
.new-prd-icon.ec-icon{background-position: -348px -88px}
.new-prd-icon.vmp-icon{background-position: -128px -156px}
.new-prd-icon.admp-icon{background-position: -18px -18px}
.new-prd-icon.log360-icon{background-position: -462px -156px}
.new-prd-icon.dsp-icon{background-position: -239px -158px}
.new-prd-icon.pam360-icon{background-position: -462px -18px}
.new-prd-icon.ad360-icon{background-position: -293px -18px}
.new-prd-icon.edp-icon{background-position: -130px -366px}
.new-prd-icon.opmp-icon{background-position: -76px -295px}
.new-prd-icon.netflow-icon{background-position: -409px -227px}
.new-prd-icon.ncm-icon{background-position: -467px -226px}
.new-prd-icon.firewall-icon{background-position: -407px -156px}
.new-prd-icon.opu-icon{background-position: -186px -295px}
.new-prd-icon.anp-icon{background-position: -352px -295px}
.new-prd-icon.sdp-icon{background-position: -179px -88px}
.new-prd-icon.eventlog-icon{background-position: -295px -157px}
.new-prd-icon.rmp-icon{background-position: -237px -18px}
.new-prd-icon.dcp-icon{background-position:-186px -365px}
.prd-det{
    display: inline-block;
    vertical-align: top;
    width: 85%;
	margin-left:12px;
}
.prd-det p{margin: 0;}
.prd-det ul{margin: 0 0 0 18px;}
.prd-det li{list-style: lower-roman;}
.art-box > div{padding: 15px 0;}

/*-------------Form section styles-------------*/
#form-sec{
	background: url(../images/pipa-form-bg.png) center / cover no-repeat, linear-gradient(to bottom, #0639F4, #0629A8, #061D6B, #061D6B);
	color:#fff;
}
#form-sec h2 {
  line-height: normal;
  margin: 0 0 15px 0;
	color:#fff;
}
#form-sec .form-center {
  margin: 0 auto;
	float:none;
}
#form-sec .formdiv {
  padding: 20px 0 0 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 16px;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
  -o-transition: border ease 1.5s;
  transition: border ease 1.5s;
}
.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;
  bottom: 0;
  right: 0;
}
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
  top: 0px;
  left: 0px;
}
.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 0.8em;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: #dd002c;
  display: none;
}
.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}
.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-control .label {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
}
.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none !important;
  height: 100%;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  resize: none;
  font-family: 'Zoho_Puvi_Regular';
}
.form-control input {
  opacity: 0.6;
}
.form-control select {
  opacity: 0;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat !important;
  background-position: 98% !important;
}
.form-control textarea {
  opacity: 0.6;
  background: none !important;
  padding: 10px 15px;
}
.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
}
.dropdown-control {
  background: url('https://www.manageengine.com/images/submenu-sel-arrow.png') no-repeat;
  background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
  background: #fff;
}
.form-comments.form-control .label {
  top: 35%;
}
.form-control.active-row {
  border: 1px solid #fff;
}
.form-control.active-row select {
  opacity: 1;
  color: #333;
}
.form-control.active-row .label {
  top: 0;
  background: #fff;
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}
.form-control.form-comments {
  height: 85px;
}
.btn-submits button {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #F8D24B;
  background: #F8D24B;
  color: #000;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 0 0 20px 0;
}
.btn-submits button:hover {
  background: #333;
  border-color: #333;
}
.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
}
.btn-submit-new button {
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #F8D24B;
  border-radius: 5px;
  background: #F8D24B;
  color: #000;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 15px 80px;
  margin: 20px 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
	font-family:"Zoho_Puvi_Bold";
}
.btn-submit-new button:hover {
  background:#e6bd2b;
  border-color: #e6bd2b;
  color: #000;
}
.active-row.form-control::before {
  width: 100%;
  height: 100%;
  border-top-color: #000;
  border-right-color: #000;
  -webkit-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  -moz-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  -o-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.active-row.form-control::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #000;
  border-left-color: #000;
  -webkit-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  -moz-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  -o-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}
.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}
.uscountry.form-control:before {
  display: none;
}
.uscountry.form-control:after {
  display: none;
}
.uscountry select#contact_country,
.uscountry select#zc-country {
  height: 60px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #15368b;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
  background-position: 95% !important;
}
.uscountry select#country_state,
.uscountry select#ukcountry_region {
  height: 60px;
  border-radius: 4px;
  opacity: 1;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border: 2px solid #15368b;
}
.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}
.uscountry.form-control.active-row .label {
  z-index: 99;
}
b.sup {
  font-size: 0.8em;
  position: relative;
  bottom: 5px;
  left: 2px;
}
.dropdown1 {
  position: relative;
  z-index: 99;
  font-size: 12px;
  padding: 0;
  height: 55px;
}
.dropdown1 .dropdt1 {
  width: 100%;
  height: 100%;
}
.dropdown1 .dropdd1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.dropdown1 .dropdd1 input {
  width: 96%;
  padding: 10px;
  font-size: 14px;
  margin: 15px 10px 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  opacity: 1;
  color: #fff;
}
.dropdown1 .dropdd1 ul {
  color: #fff;
  display: none;
  left: 0;
  padding: 15px 15px 2px 0;
  position: absolute;
  top: 50px;
  width: 100%;
  list-style: none;
  height: 175px;
  overflow: auto;
  background: #15368b;
  text-align: left;
  overflow: scroll !important;
}
.dropdown1 .dropdd1 ul li {
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  cursor: pointer;
}
.dropdown1.sol {
  z-index: 999;
}
.clicks {
  display: block;
  width: 100%;
  height: 100%;
}
.dropdt1 .hida1 {
  display: block;
  padding-top: 16px;
  padding-left: 30px;
  font-size: 16px;
  color: #000;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat transparent;
  background-position: 96%;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align:left;
}
.active-row .dropdt1 .hida1 {
  background: #fff;
  width: auto;
  display: inline-block;
  position: absolute;
  height: auto;
  padding: 0 6px;
  top: -8px;
  left: 15px;
  z-index: 9;
  color: #000;
}
.multiSel1 {
  padding: 12px 10px 5px 10px;
  height: 45px;
  overflow: scroll;
  display: none;
  text-align: left;
}
.multiSel1 span {
  border: 1px solid #333;
  padding: 1px 5px;
  border-radius: 5px;
  margin: 2px 5px 2px 0;
  font-size: 0.9em;
  line-height: 20px;
  display: inline-block;
}
.multiSel1 span strong {
  margin: 0 0 0 10px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}
div.dropdownsearch1 {
  width: 100%;
  background: #15368b;
  display: none;
  z-index: 9999;
  position: relative;
}
.dropdown .dropdd ul li {
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  cursor: pointer;
}
.privacy-policy {
  font-size: 0.9em;
}
.privacy-policy a{color: #fff;text-decoration: underline;}
.privacy-policy a:hover{text-decoration: none;}
#meGDPRMessage {
  margin: 20px 0;
  font-size: 0.9em;
  cursor: pointer;
  color: #fff;
  padding: 0 0px 0 15px;
  text-align: left;
}
#meGDPRMessage a{
  color: #fff;
  text-decoration: underline;
} 
#meGDPRMessage a:hover{text-decoration: none;}
#meGDPRMessage label .checkmarkgdpr {
  display: inline-flex;
  appearance: none;
  background: linear-gradient(#4c66b3, #081f67);
  height: 1rem;
  width: 1rem;
  border-radius: 20%;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 1px 1px rgba(255, 255, 255, 0.2);
}
#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:after {
	width: 4px;
    height: 8px;
    border: 1px solid #F8D24B;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
}
#meGDPRMessage label .checkmarkgdpr::after:hover {
  color: #080;
}
#meGDPRMessage label .checkmarkgdpr::before {
  display: none !important;
}
#meGDPRMessage label .checkmarkgdpr.enableCheckgdpr::after {
  color: #F6C855;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
  transition: color 200ms ease-in, text-shadow 150ms ease-in 25ms;
}
.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  display: none;
}
.success-overlay .ad-success-msg {
  box-sizing: border-box;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  z-index: 999999;
  width: 400px;
  max-width: 90%;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  color: #000;
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 400;
  border-radius: 10px;
}
.success-overlay .ad-success-msg p {
  line-height: 1.6;
  margin: 30px 0 0;
  color: #000;
  display: block;
  font-size: 20px;
  font-family: 'Zoho_Puvi_SemiBold';
}
.success-overlay .ad-success-msg p b {
  display: block;
}
.success-overlay .ad-success-msg span.close {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  color: #5b82c7;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 14px;
  padding: 2px 10px;
}
.success-overlay .ad-success-msg span.close:hover {
  color: #000;
}
.success-overlay .ad-success-msg span.tick-icon {
  display: block;
  width: 50px;
  padding: 20px;
  background: #003795;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -50px;
}
.success-overlay .ad-success-msg span.tick-icon img {
  vertical-align: middle;
  max-width: 100%;
}
div.form-group .form-field {
  position: relative;
}
.form-group.captcha-group {
  margin: 0 0 10px 0;
}
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  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;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -1000px;
  overflow: hidden;
}

/*------------Disclaimer styles---------------*/
.disclaimer{padding: 30px 0 40px;}
.disclaimer p{font-size: 14px;}
.zsiq_theme1.zsiq_floatmain{display: none !important;}

/*--------------Media query styles-------------*/
@media (max-width: 1250px) {
  .container {
    max-width: 90%;
  }
  .second-header.fixed-header .nav-section .nav-menu {
	-webkit-transform: translate(12%);
    -moz-transform: translate(12%);
    -o-transform: translate(12%);
    transform: translate(12%);
   }
   .prd-det{width:80%;}
}
@media (max-width: 1025px){
	#commonHeader {
        display: none;
    }
	.second-header.fixed-header .nav-section .nav-menu {
	-webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
   }
   .head-container {
        max-width: 90%;
    }
	.second-header.fixed-header .brand-logo img {
        width: 152px;
		height: auto;
    }
	.second-header.fixed-header .nav-section #topbar-menu-icon {
        display: block;
        top: 8px;
		right:5px;
    }
	.second-header.fixed-header .nav-section .nav-menu {
        background: #fff;
        position: absolute;
        width: 100%;
        top: 40px;
        right: 40px;
        z-index: 99;
        display: none;
        box-shadow: 1px 5px 10px #000000;
		transform: translate(0);
        text-align: right;
        transition: none;
    }
	.second-header.fixed-header .nav-section .nav-menu li {
        display: block;
        text-align: left;
        padding: 4px 0;
        margin: 0 10px;
    }
	 .second-header.fixed-header .nav-section #topbar-menu-icon {
		 display: block;
		 top: 8px;
	}
	  .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(1) {
		         top: 8px;
			-webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			-o-transform: rotate(135deg);
			transform: rotate(135deg);
	}
	 .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(2) {
		 opacity: 0;
		 right: -60px;
	}
	 .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(3) {
		 top: 8px;
		 -webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			-o-transform: rotate(-135deg);
			transform: rotate(-135deg);
	}
	 .second-header.fixed-header .nav-section .nav-menu li span {color:#000;}
	 .second-header.fixed-header .nav-section .nav-menu {
		 background: #fff;
		 position: absolute;
		 width: 100%;
		 top: 40px;
		 right: 40px;
		 z-index: 99;
		 display: none;
		 box-shadow: 1px 5px 10px #686868;
	}
	 .second-header.fixed-header .nav-section .nav-menu li {
		 display: block;
		 text-align: left;
		 padding: 4px 0;
		 margin: 0 10px;
		 border-bottom: 1px solid #dfdfdf;
	}
	 .second-header.fixed-header .nav-section .nav-menu li a {color:#F6C855;}
	 .second-header.fixed-header .nav-section .nav-menu li:last-child span {border: none;}
}
@media (max-width:992px){
	.sec2 .cols-left, .sec2 .cols-right{padding: 0;}
	.sec2 ul{margin: 0 0 0 15px;}
	.sec3-tabs li{height:90px;}
	.prd-det{width:100%;margin-left:0;}
	.sec4 .art-box{padding: 40px;}
	.sec4 .articletabs li{padding: 15px;}
	.prod-ico{margin: 0 0 15px;}
}
@media (max-width:800px){
	h1{margin: 0 0 20px 0;}
	.row2 .cols-12{padding: 40px;}
	.text-half{width:100%;}
	br{display: none !important;}
	.sec3-tabs{display: none;}
	.cyb-tab-sec{
		display:block;
		margin: 20px 0;
		padding: 0;
	}
	.cyb-tab-sec h2{
		padding: 20px;
        font-size: 1.4em;
        display: block;
        background: #253f89;
        color: #fff;
		margin: 0;
		cursor: pointer;
	}
	.cyb-tab-sec ol{padding: 40px;display: none;}
	.cyb-tab-sec ol.active{display: block;}
	.cyb-tab1{margin: 50px 0 0 0;} 
}
@media (max-width:650px){
	.second-header.fixed-header .nav-section .nav-menu{width:300px;right:0;}
	.sec4 .stickyanimation {
    	display: none;
  	  }
	.sec4 .articlesec {
    margin-bottom: 20px;
		display: block;
		background: #253f89;
  }
  .sec4 .articlesec .mainart-title {
    margin: 0;
  background: #253f89;
  color: #fff;
    padding: 20px;
    display: block;
	  	cursor:pointer;
	    font-size: 1.2em;
  }
  .sec4 .articlesec .main-panel {
    background-color: #fff;
    padding: 20px;
    padding-top: 0px;
    display: none;
  }
  .sec4 .articlesec .main-panel.active {
    display: block;
  }
  .sec4 .articlesec .articlediv {
    padding: 40px 20px;
  }
  .sec4 .articlesec .articlediv {
    display: none;
  }
  .sec4 .articlesec .articlediv.active {
    display: block;
  }
	.sec4 .art-box{padding: 20px 15px;}
	.sec4 .cols-12{padding: 0;}
}
@media (max-width:450px){.second-header.fixed-header .nav-section .nav-menu{width:250px;right:0;}}