@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-family: 'Zoho_Puvi_RegularItalic';font-style: oblique}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
/*
html, body
{
	overflow-x: hidden;
}
*/
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'ZohoPuvi';
    font-weight: 300;
}
* {
	-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;
	color: #3131FF;
}
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%;
}
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-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.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_SemiBold';
}
.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: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	width: 40%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 60%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.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;
  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.4;
  margin: 30px 0 0;
  color: #000;
  display: block;
  font-size: 1em;
  font-family: 'Zoho_Puvi_SemiBold';
}
.success-overlay .ad-success-msg p b {
  display: block;
}
.success-overlay .ad-success-msg p span {
  font-size: 0.8em;
  display: block;
  font-family: 'Zoho_Puvi_Medium';
}
/*Datepicker start*/
.datepicker {
  position: relative;
  display: inline-block;
  font: 15px/1.5 'Zoho_Puvi_Regular';
  font-weight: 300;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0.5px 0.5px 0 #b3b3b3;
  -moz-box-shadow: 0.5px 0.5px 0 #b3b3b3;
  -o-box-shadow: 0.5px 0.5px 0 #b3b3b3;
  box-shadow: 0.5px 0.5px 0 #b3b3b3;
}
.datepicker > .datepicker_header {
  padding: 0 5px 5px 5px;
  background-color: #ccc;
  color: #333;
  text-align: center;
  font-size: 9pt;
  font-weight: 700;
  min-height: 30px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.datepicker > .datepicker_header > span {
  display: inline-block;
  margin-top: -2px;
  margin-left: 20px;
  margin-right: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.datepicker > .datepicker_header > a {
  color: #4CA9F5;
  cursor: pointer;
  font-size: 20px;
  padding: 3px 16px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  vertical-align: initial;
}
.datepicker > .datepicker_header > a:hover {
  color: #000;
  background-color: #ccc;
}
.datepicker > .datepicker_header > a:hover > div {
  background-position: -16px 0;
}
.datepicker > .datepicker_header > a:active {
  color: #fff;
  background-color: #333;
}
.datepicker > .datepicker_header .icon-home,
.datepicker > .datepicker_header .icon-close {
  display: none;
}
.datepicker > .datepicker_inner_container {
  margin: -2px 0 -2px 0;
  background-color: #ccc;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0.5px 0 3px #b3b3b3;
  -moz-box-shadow: 0.5px 0 3px #b3b3b3;
  -o-box-shadow: 0.5px 0 3px #b3b3b3;
  box-shadow: 0.5px 0 3px #b3b3b3;
}
.datepicker > .datepicker_inner_container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar {
  float: left;
  width: 18.3em;
  margin-top: -0.5px;
  margin-left: -1px;
  margin-bottom: -2px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-top: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > table {
  padding: 10px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > th {
  color: #000;
  width: 18px;
  font-size: small;
  font-weight: 400;
  text-align: center;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td {
  color: #000;
  font-size: small;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  padding: 10px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.today {
  border-bottom: #b3b3b3 solid 2px;
  margin-bottom: -2px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.day_another_month {
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.day_in_past {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.day_in_unallowed {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.out_of_range {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.active {
  color: #fff;
  background-color: #333;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.hover {
  color: #000;
  background-color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist {
  float: left;
  margin-top: -0.5px;
  padding: 5px 0;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  text-align: right;
  width: 4.9em;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar {
  overflow: hidden;
  width: 6px;
  background: #ffffff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar:horizontal {
  height: 1px;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-button {
  display: none;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece {
  background: #b3b3b3;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece:start {
  background: #b3b3b3;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-corner {
  background: #333;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: small;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.out_of_range {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active {
  color: #fff;
  background-color: #333;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {
  color: #000;
  background-color: #ccc;
}
/*Datepicker End*/
@media (max-width: 650px) {
  .success-overlay .ad-success-msg p br {
    display: none;
  }
}
.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.msg-line {
  display: block;
  width: 30%;
  height: 3px;
  background: #013795;
  margin: 15px auto;
  text-align: center;
}
.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%;
}
@media only screen and (max-width: 992px)
{
	.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%;
}
}
.row:before,.row:after{display:table;clear:both;content:'';}
/* header */
header {
        background: #D6EEF9;
	    padding: 35px 0;
}
header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}
.fixed-header.header-fixed {
    padding: 25px 0;
}
.brand-logo {
    display: block;
    width: 200px;
}
.brand-logo img{height:auto;}
.nav-menu {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
	    margin-left: 10px;
}
.nav-menu li a, .nav-menu li span {
    color: #000;
    padding: 10px;
    display: block;
	    cursor: pointer;
}
.nav-menu li a:hover,li span.contact:hover
{
	color:#3682f4;
}
li.active a{
	color:#3682f4;
}
.mobilemenu-icon{
    display: none;
    color: #fff;
}
.light
{
	color: #fff!important;
}
section
{
	padding:100px 0;
	background: #fff;
	position:relative;
}
.container-fluid.copyright {
    padding: 20px 0;
    text-align: center;
    background: #16131a;
    color: #fff;
}
.container-fluid.copyright p {
    margin: 0;
	font-size: 0.8em;
	color:#fff;
}
.container-fluid.copyright p a,hearder,#banner
{
	color: #fff;
}
/*Banner css start*/
#banner {
	background:#D6EEF9;
    padding:100px 0;
	background-position: 80% 18%;
	margin-top:105px;
	color:#000;
}
h1{
	font-size:2.7em;
	font-family: 'Zoho_Puvi_ExtraBold';
	margin:40px 0 20px;
    line-height: 1.2;
}
.top-banner-img{display:block;margin:0 auto;}
p{
	font-size:1.0625em;
	color:#000;
}
.download-img, .download-descr, .download-cta {
    float: left;
}
.download-img {
    width: 27%;
}
.download-descr {
    width: 43%;
}
.download-cta {
    width:30%;
}
.download-box {
    background:#ffffff;
    padding: 0 20px;
	border-radius:5px;
    box-shadow: 0 0 12px rgb(0 0 0 / 17%);
    margin-top: 45px;
	width: 95%;
	cursor:pointer;
}
.download-descr h2 {
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.4;
    padding: 43px 0px 43px 30px;
	font-size:1.1em;
}
.download-img img{
	margin:10px 0;
	height:auto;
	display:block;
}
.download-cta img {
    margin:45px auto 0;
    text-align: center;
    display: block;
    width: 40%;
}
.download-btn {
    display: inline-block;
    border-radius: 50px;
    padding: 15px 25px;
    background: #ffd017;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    margin: 55px 0px 0 10px;
	transition:.3s all ease;
}
.download-box:hover .download-btn{background:#3882f5;color:#fff;}
#secondary-header {padding: 0;}
.secondary-header{width:87%;margin:0 auto;}
.secondary-tab {
    background:#fff;
    margin: 0;
}
.secondary-tab li {
    display: inline-block;
    margin: 0;
    float: left;
	width:20%;
	position:relative;
}
.section2 h4{font-size: 1.0625em;margin: 0 0 25px;line-height: 1.8;}
.secondary-tab li.active-tab a, .secondary-tab li a:hover {color:#3682F4;}
.secondary-tab li:after{position:absolute;content:'';width:0;border-radius:10px;display: block; height:2px;bottom:0; background:#3682F4;}
.secondary-tab li:hover:after,.secondary-tab li.active-tab:after{width:100%;}
.secondary-tab li:nth-child(3) a,.secondary-tab li:nth-child(4) a,.secondary-tab li:nth-child(5) a{margin:0.73em 0;}
.secondary-tab li a {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 1.5;
    padding: 15px 20px;
    font-size: 0.9em;
	font-family: 'Zoho_Puvi_Medium';
	text-align:center;
}
#secondary-header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 85px;
    z-index: 99;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 39%);
    padding-top: 3px;
}
#backToTop{
	position: fixed;
    right: 20px;
    bottom: 100px;
    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;
	z-index:99999;
}
.sec3,.sec4,.sec5,.sec6,.sec7,.expand-sec{padding:0;}
.dark-p{font-family: 'Zoho_Puvi_Bold';}
h3{
	font-size:2em;
	margin-bottom:60px;
	font-family:'Zoho_Puvi_Bold';
	text-align:center;
	line-height:normal;
}
.inner-box{
	width:80%;
	margin:0 auto;
    padding: 100px 0;
}
.inner-box img{display:block;margin:0 auto;}
.sol-points{
	padding-left:15px;
}
.sol-points li{
	position:relative;
	margin-bottom:20px;
	line-height:1.8;
}
.sol-points li:before{
	display:block;
	position:absolute;
	content:'-';
	top: -14px;
    left: -15px;
    font-size: 30px;
}
.sec-banner{-webkit-background: #FFF2D0;-moz-background: #FFF2D0;background: #FFF2D0;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding:30px;}
.sec-banner p{display:inline-block;vertical-align: middle;margin:0;}
.sec-banner p:nth-child(1){width:69%;font-family: 'Zoho_Puvi_SemiBold';}
.sec-banner p:nth-child(2){width:30%;text-align:center;font-size:0.85em;}
.banner-btn{display:inline-block; cursor:pointer; padding:15px 20px;color:#fff;background:#3782F5;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-family: 'Zoho_Puvi_Medium';transition:.3s all ease}
.banner-btn:hover{background: #2c325c;}
.source-text{margin:20px 0 0;font-size:0.875em;}
.s3-col{background:rgba(245 194 26 / 11%);}
.s3-col .sec-inner{background:#F5CB1A;}
.s4-col{background:#DDF0F1;}
.s4-col .sec-banner{background:#AEC9CB;}
.s5-col{background:rgb(200 227 210 / 59%);}
.s5-col .sec-banner{background:#C8E3D2;}
.s6-col{background:rgb(250 231 218 / 45%);}
.s6-col .sec-banner{background: rgb(203 145 107 / 22%);}
.s7-col{background:#FFEEEF;}
.s7-col .sec-banner{background:rgb(222 192 194 / 53%);}
.mid-banner{
	background: url(../images/left-img.svg),url(../images/right-img.svg) #0C012A no-repeat;
    background-size: contain;
    background-position: left bottom, right top;
    padding: 60px 0;
    background-repeat: no-repeat;
    border-radius: 5px;
	color:#fff;
}
.mid-banner h4{font-size:1.2em;line-height:1.6;}
.mid-banner p{margin:0;}
.mid-banner p img{width:17px;margin-right: 5px;vertical-align:text-top;;}
a.mb-btn{
	display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 20px 0 0;
    background: #3782F5;
    color: #fff;
    vertical-align: middle;
	transition:.3s all ease;
}
a.mb-btn:hover {
    background: #2c325c;
}
.ex-sec{background:#0C012A;position:relative;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.tablebox{width:70%;margin:0 auto;padding:100px 0;}
.tablebox p,.r1{color:#fff;}
.tablebox h4{font-size:1.0625em;margin: 0 0 25px;line-height: 1.8;color:#fff;}
.row{background:#fff;margin-top:3px;}
.row div{float:left;display:inline-block;padding: 30px;line-height: 1.7;}
.r1,.r2{margin:0;}
.r1{background:#5C5276;}
.col1{width:35%;}
.col2{width:65%;}
.expand-close{
	content: '-';
    height: auto;
    width: 25px;
    right: 4em;
    top: 3em;
    cursor: pointer;
    border: 1px solid white;
    position: absolute;
	background:#fff;
	padding:1px;
}
.bt-desc{margin-bottom:10px;text-align:center;}
.tablebox .bt-desc a{color:#3782F5;}
.tablebox p.bt-desc:nth-child(2){margin:0;}
.comp-title{text-align:left;margin-bottom:20px;}
.comp-img{margin:0 auto;display:block;width:60%;}
.expand-sec{display:none;}
#webinar-sec{background:#0E012A;color:#fff;}
.webinar-boxes{
	width:85%;
    margin: 60px auto 0;
}
.webinar-boxes li{
	float: left;
    width: 33.33%;
	padding:15px;
}
.webinar-boxes li a{
	display:block;
}
.web-box{
	background:#fff;
	color:#000;
	border-radius:5px;
	overflow:hidden;
}
.blog-images{background: url("../images/casestudy-sprite.jpg") no-repeat;background-size: 1000px;}
.reso-images{background:url("../images/resources-sprite.jpg") no-repeat;background-size:1000px;}
.webi-images{background:url("../images/webinar-sprite.jpg") no-repeat;background-size:1000px;}
.blog-images,.reso-images,.webi-images{
    display: inline-block;
    height: 165px;
    width: 310px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog-img1{background-position:-8px -9px;}
.blog-img2{background-position:-344px -9px;}
.blog-img3{background-position:-680px -9px;}
.blog-img4{background-position:-9px -197px;}
.blog-img5{background-position:-344px -197px;}
.blog-img6{background-position:-679px -197px;}
.blog-img7{background-position:-8px -388px;}
.blog-img8{background-position:-344px -388px;}
.blog-img9{background-position:-681px -388px;}
.blog-img10{background-position:-9px -584px;}
.blog-img11{background-position:-345px -584px;}
.blog-img12{background-position:-679px -584px;}
.blog-img13{background-position:-9px -778px;}
.blog-img14{background-position:-345px -778px;}
.blog-img15{background-position:-681px -781px;}
.reso-img1{background-position:-9px -9px;}
.reso-img2{background-position:-344px -9px;}
.reso-img3{background-position:-680px -9px;}
.reso-img4{background-position:-9px -197px;}
.reso-img5{background-position:-345px -197px;}
.reso-img6{background-position:-680px -197px;}
.reso-img7{background-position:-9px -388px;}
.reso-img8{background-position:-344px -388px;}
.reso-img9{background-position:-680px -388px;}
.reso-img10{background-position:-9px -584px;}
.reso-img11{background-position:-345px -584px;}
.reso-img12{background-position:-681px -584px;}
.reso-img13{background-position:-9px -778px;}
.reso-img14{background-position:-344px -778px;}
.reso-img15{background-position:-679px -781px;}
.webi-img1{background-position:-8px -9px;}
.webi-img2{background-position:-344px -9px;}
.webi-img3{background-position:-680px -9px;}
.webi-img4{background-position:-9px -197px;}
.webi-img5{background-position:-344px -197px;}
.webi-img6{background-position:-679px -197px;}
.webi-img7{background-position:-8px -388px;}
.webi-img8{background-position:-344px -388px;}
.webi-img9{background-position:-681px -388px;}
.webi-img10{background-position:-9px -584px;}
.webi-img11{background-position:-345px -584px;}
.webi-img12{background-position:-679px -584px;}
.webi-img13{background-position:-9px -778px;}
.webi-img14{background-position:-345px -778px;}
.webi-img15{background-position:-681px -781px;}
.web-content{
	padding:20px 30px;
	text-align:center;
}
.web-content h5{
	line-height: 1.4;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 110px;
}
span.it-img {
    display: inline-block;
    width: 65px;
    height: 40px;
    margin-bottom: 5px;
    background: url(../images/it-img.png) no-repeat;
    background-size: 60px;;
}
span.read-btn {
    margin: 15px 0 8px;
    display: inline-block;
    text-decoration: underline;
	position: relative;
}
.loading-list li a:hover span.read-btn{color:#0d7ffd;}
.full-webinars span.load-more{color:#fff;}
.gray-box{background:#F0EFEE;margin-top: -50px;}
.resources-box,.video-box{width:85%;margin:0 auto;}
.resources-box{padding:220px 0 100px}
.resources-box h3{margin-bottom:30px;}
.res-tab{ width: 60%;margin: 0 auto;}
.res-tab li {
   float: left;
    display: inline-block;
    margin: 0;
    width: 33.33%;
    text-align: center;
    padding: 10px 0;
	cursor:pointer;
}
.cbp-title,.webinar-tit{margin-bottom:20px;}
.cbp-desc{margin:0;}
.guide-box .webinar-boxes,.video-box .webinar-boxes{width:100%;margin:0;}
.guide-box span.load-more,.video-box span.load-more,.guide-box span.load-more2,.video-box span.load-more2{color:#000;}
.guide-box .load-more:after,.video-box .load-more:after, .guide-box .load-more2:after,.video-box .load-more2:after{border-color:#000;}
.guide-box .web-content .read-btn:after{content:">>";position:absolute;display: inline-block;padding-left: 3px;transition:all ease 300ms;}
.guide-box li a :hover .read-btn:after{padding-left: 6px;color:#0d7ffd;}
.cis-ess-banners{
	position: relative;
	top:100px;
	width:70%;
	margin:0 auto;
}
.cis-ess-banners div{
	float:left;
	display:inline-block;
}
.cis-ess-banners div a{display: block;text-decoration:none;padding: 25px;height: 280px;color:#000;position: relative;}
.cis-box{
	background:#FFD203;
	margin-right:1%;
	color:inherit;
	width:45%;
}
.cis-box a:hover span{color:#fff;}
.ess-box{
	background:#387C43;
	margin-left:1%;
	width:53%;
}
.ess-box a:hover span{color:#000;}
.video-box .web-box{background: #F6F5F5;}
.video-box .web-content{padding:0;}
.video-box .web-content h5{padding: 20px 30px 0;}
.video-box  span.read-btn{margin:0;padding:15px 0;display:block;border-bottom-left-radius:5px;border-bottom-right-radius:5px;transition: all ease 500ms;}
.video-box .webinar-boxes li a:hover  span.read-btn{color:#fff;background:#3782F5;}
.ess-box h6,.ess-box p,.ess-box span{color:#fff;}
.cis-ess-banners div h6{font-size:1.3em;line-height:1.4;font-family: 'Zoho_Puvi_SemiBold';margin-bottom:10px;}
.cis-ess-banners div p{line-height:1.4;}
.cis-ess-banners div span{display:inline-block;text-decoration: underline;}
.cis-ess-banners div a img{position:absolute;right: 2em;bottom: 1.2em;height: auto;}
.cis-box img{;width: 50%;}
.ess-box img{width: 27%}
#form-sec{
	background: #100139;
}
/*load more sec css*/
p.loadersec {
    text-align: center;
	margin:20px 0 0;
}
span.load-more, span.load-more2 {
    color: #834100;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.load-more:after, .load-more2:after {
    content: "";
    transition: all ease 0.4s;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 2px;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: 5px;
}
.loader {
   display: inline-block;
    border: 8px solid #ffffff;
    border-radius: 50%;
    border-top: 8px solid #3e3b39;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 78%;
    right: 39%;
    z-index: 9;
}
span.load-more.disabled {
    opacity:0;
    pointer-events: none;
}
@keyframes spin{
0% {transform: rotate(0);}
100% {transform: rotate(360deg);}
}
#meGDPRMessage {
    margin-bottom: 10px;
    line-height: normal;
	color:#fff;
	font-family: 'Zoho_Puvi_Medium';
}
p.privacy-policy {
    line-height: 1.4;
    margin:0 0 15px;
	color:#fff;
	text-align:center;
	font-size:1em;
}
.privacy-policy a {
    color:#3882f5;
}
h3.form-title,.form-desc {
	margin:0;
	color:#fff;
	text-align:center;
}
.form-desc{margin:10px 0 25px;}
.cols-center {
    float: none;
    margin: 0 auto;
}
/*right side contact btn css*/
#fixedbtn span {
	display: block;
    padding: 20px 10px;
    position: fixed;
    cursor: pointer;
    color: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    width: 185px;
    right: -255px;
}
#fixedbtn span.down {
	background:#2c325c;
	margin-bottom: 3px;
	top:30%;
}
#fixedbtn span.contact {
	background:#0d7ffd;
	top: calc(30% + 60px);
}

#fixedbtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    width: 60px;
    height: 56px;
    text-align: center;
    transform: translate(0%, -50%);
    line-height: 60px;
}
#fixedbtn span.down:before {
    background: url("https://www.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/icon-downlod.svg") #2c325c no-repeat;
    background-position: center;
    background-size: 25px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	z-index: 1000;
}
#fixedbtn span.contact:before {
        background: url(https://www.manageengine.com/cis-critical-security-controls/images/call-icon.svg) #0d7ffd no-repeat;
    background-position: center;
    background-size: 25px;
    color: #fff;
     border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	z-index: 999;
}
#fixedbtn.slide span:hover ,#fixedbtn.slide.act span:hover{
    right: 0;
}
#fixedbtn.slide.act span{right: -195px;}
#ui-datepicker-div
{
	z-index: 9999999!important;
}
/* footer */
footer {
    background: #16141a;
	position: relative;
    z-index: 9999; 
}
footer > .container
{
	padding: 50px 0;
}
a.ftr-brand {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}
.address li, .address li a {
    color: #f0f0f0;
    line-height: 1.6;
	font-size: 0.9em;
}
p.copyright {
    color: #fff;
	    font-size: 0.9em;
	    margin-bottom: 0;
}
ul.social{display:block;text-align:right;}
.social li{display:inline-block;}
.social li a{height:35px;width:35px;border: 1px solid #fff;padding: 8px;margin: 0 5px;border-radius: 100%;display: inline-block;}
.social li:first-child a{margin-left: 0;}
.social li a:hover{text-decoration:none}
.social li a.fb{background:url(https://www.manageengine.com/images/footer-sprite.svg) no-repeat 0 0;background-size: 25%!important;background-position: center;}
.tw{background:url(https://www.manageengine.com/images/footer-icon-tw.svg) no-repeat 0 3px;background-size:45%;background-position: 50% 52%;}
.in{background:url(https://www.manageengine.com/images/footer-icon-in.svg) no-repeat 0 0;background-size: 45%;background-position: 50% 46%;}
.yt{background:url(https://www.manageengine.com/images/footer-icon-yt.svg) no-repeat 0 4px;background-size: 45%;background-position: center;}
a.insta{background:url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0;background-size:45%;background-position:center;}
.social a.fb:hover{background-color:#4267b2}
.social li a.tw:hover{background-color:#1da1f2}
.social li a.in:hover{background-color:#0e76a8}
.social li a.yt:hover{background-color:red}
.social li a.insta:hover{background:url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0,linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) no-repeat;background-size:45%,100%!important;background-position:center}

/* form css */
.form-control {
    display: block;
    width: 100%;
     height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
}
.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-control.active-row {
    border: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
    padding-left: 0;
	text-align:center;
	background:none;
	margin-bottom: 45px;
}
.btn-submits{text-align:Center;}
.form-control.form-comments {
    height:100px;
	display:inline-block;
}
.form-control textarea {
   font-family: 'ZohoPuvi';
}
.form-control:after, .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;
}
.form-control:before {
    top: 0px;
    left: 0px;
}
.form-control:after {
    bottom: 0;
    right: 0;
}
.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size:15px;
    z-index: 8;
    opacity: 0.5;
}
.form-comments.form-control .label
{
	top: 35%;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}
.form-control select
{
	opacity: 0;
	    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 98% center;
}
.form-control.active-row select
{
	    opacity: 1;
    color: #ababab;
}
.btn-submits button {
       border-radius: 3px;
    font-weight: 400;
    border: 1px solid #3782F5;
    background:#3782F5;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding:13px 30px;
    margin: 20px 0;
	transition:.3s all ease;
}
.btn-submits button:hover{border: 1px solid #2c325c;background: #2c325c;}
.active-row.form-control::before {
        border-top-color:#3882f5;
    border-right-color:#3882f5;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    border-bottom-color:#3882f5;
    border-left-color:#3882f5;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}
.form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.uscountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state {
    height: 60px;
}
.success-msg {
    position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #834100;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	display: none;
	    line-height: 1.5;
}
.success-msg span
{
	display: block
}
.popup-content{
	width: 60%;
    margin: 0 auto;
}
h2.popup-title {
    text-align: center;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 28px;
    margin-bottom: 50px;
    color: #253B5E;
}
.enquiry-popup .popup-content {
    width: 100%;
}
.enquiry-popup  h2.popup-title {
	color: #fff;
}
.enquiry-popup .btn-submits button{font-size:1.2em;padding: 13px 40px;}
.right-field{
	float:left;
	margin-left:1%; 
}
.left-field{
	float:left;
}
.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 60px;
}
.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}
.clicks {
    display: block;
    width: 100%;
    height: 100%;
}
.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 18px;
    padding-left: 30px;
    font-size: 15px;
    color: #a09a9a;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
}
.multiSel1 {
    padding: 5px 10px;
    height: 57px;
    overflow: scroll;
    display: none;
}
.dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
div.dropdownsearch1 {
    width: 100%;
        background: #3982f5;
    display: none;
    z-index: 9999;
    position: relative;
}
.dropdown1 .dropdd1 input {
    width: 96%;
    padding: 10px;
    font-size: 14px;
    margin: 15px 10px 5px;
    border: 1px solid #CCC;
    background: #fff;
    box-sizing: border-box;
    opacity: 1;
}
.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;
    background:#3982f5;
    text-align: left;
    overflow: scroll!important;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    cursor: pointer;
}
.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
    line-height: 20px;
	display:inline-block;
}
.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
}
.success-down-msg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}
.success-down-msg .msgcon {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  width: 30%;
  background: #0c002a;
  padding: 60px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  line-height: 1.5;
}
.success-down-msg .msgcon .msg-close {
  position: absolute;
  z-index: 999;
  top: -13px;
  right: -7px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  background: #004b88;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.success-down-msg .msgcon .msg-close:hover {
  background: #fff;
  color: #000;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #004b88;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.datepicker > .datepicker_header > .icon-close {
    width: 30px!important;
    height: 30px!important;
}
/*------------- popup --------------------*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
        background: rgb(17 16 16 / 90%);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}
.enquiry-popup #meGDPRMessage{color:#fff;}

.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 780px;
    max-width: 95%;
    max-height: 90vh;
        background:#100139;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 4px;
    padding: 30px;
    z-index: 99;
}

.popup-content {
    overflow: scroll;
    height: 100%;
    max-height: 80vh;
}

.popup-content form {
    width: 90%;
    margin: 0 auto;
}

span.close {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 12px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
span.close:hover {
    color:#3882f5;
}
img.banner-img {
    opacity: 0.7;
    width: 80%;
    margin: 0 auto;
    display: block;
}

/*------------- webinar listing style  -------------*/


#events .prdBox {
    width: 31%;
    padding: 20px;
	float: left;
    margin: 20px 20px 20px 0;
    background: #f6f5f5;
    border: none;
    color: #444;
    max-width: none;
    -webkit-transition: all .3s ease-in-out;
		position: relative;
    overflow: hidden;
/*	display: none;*/
}
/*
#events .prdBox.me_cybersecurity {
	display: block;
}
*/
#load_more {
	text-align: center;
	    margin: 20px 0 0;
}
#load_more span {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.hiddenfield {
	line-height: 0;
    font-size: 1em;
    color: #fff;
	margin: 0;
}
#load_more .loader {
	    top: 109%;
}
#events .prdBox {
    height: 430px;
    cursor: default;
	border-radius: 5px;
}
#events .prdContent, #events .prdvideoContent {
	    position: relative;
    overflow: hidden;
}
#events .prdContent {
	    height: auto;
}
#events .prdBox h2 {
	text-align: left;
	    line-height: 20px;
	    height: 60px;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Zoho_Puvi_Medium';
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
	    margin-bottom: 10px;
}
#events .prdBox h2 a {
	color: #333!important;
    transition: all 300ms ease 0s;
    font-family: 'Zoho_Puvi_SemiBold';
}
.download-dropdown {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
span.download-option {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #000;
    text-align: left;
    cursor: pointer;
    position: relative;
	border-radius: 5px;
    z-index: 10;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #999;
    font-size: 13px;
	    padding: 7px 3px;
}
.download-option a {
    display: inline-block;
    padding: 4px 10px;
    color: #000 !important;
    pointer-events: none;
}
.download-option:after {
    content: '';
    position: absolute;
    right: 4px;
    top: -23px;
    height: 46px;
    width: 34px;
     clear: both; 
    z-index: 10000;
    background: url(../images/down-arrow.svg) no-repeat center center;
    background-size: 12px;
    background-position: 10px 35px;
}
.download-lists {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    position: absolute;
    display: none;
    list-style: none !important;
	padding: 0 10px !important;
    box-sizing: border-box;
    z-index: 999;
    background: #1e2532;
    color: #fff;
}
.download-lists>li {
    cursor: pointer;
    border-bottom: 1px solid #434343;
}
body #events .download-lists>li a {
    display: inline-block;
    color: #fff !important;
    padding: 9px 6px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
}
#events .prdBox p.webinarnew-duration {
    margin-top: 10px;
    font-size: 12px;
	margin-bottom: 0;
}
.webinarnew-speakers {
    position: relative;
	    display: inline-block;
    margin: 20px 0;
	    width: auto;
	    margin-bottom: 10px;
    margin-right: 10px;
}
#events .prdBox div.webinarnew-speakers div:first-child {
	display: inline-block;
	vertical-align: middle;
}
#events .prdBox div.webinarnew-speakers div:first-child img {
	    width: 55px;
    border-radius: 55px;
}
.prd-spkr {
	display: inline-block;
	vertical-align: middle;	
	padding-left: 10px;
}
#events .prdBox div.webinarnew-speakers div:last-child p {
	    line-height: 14px;
	margin: 0;
	    font-size: 1em;
    padding-bottom: 8px;
}
#events .prdBox div.webinarnew-speakers div:last-child p:first-child {
	    font-size: 1em;
	padding-bottom: 5px;
}
#events .prdBox div.webinarnew-speakers div:last-child p:last-child { 
font-size: 14px;
}
#events .prdBox h3.webinarnew-highlights {
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding-bottom: 5px;
}
#events .prdBox p.webinar-desc {
	    height: 90px;
    overflow: hidden;
    font-size: 14px;
	    line-height: 1.6em;
}
#events .prdBox div.webinarnew-socialshare {
	    width: 100%;
    height: auto;
    display: block;
}
#events div.webinarnew-socialshare ul {
	    display: table;
    padding: 0px 0 10px 0px;
	    margin: 0 auto;
	    list-style: none;
}
#events .prdBox div.webinarnew-socialshare ul li {
	    float: left;
    margin: 0 5px;
}
#events .prdBox div.webinarnew-socialshare ul li a span {
	    background: url(images/webinar-new-shareicons.svg) no-repeat center center;
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
}
#events .prdBox div.webinarnew-socialshare ul li a span.webinarnew_fbshare {
	    background-position: 0px -15px;
}
#events .prdBox div.webinarnew-socialshare ul li a span.webinarnew_twshare {
	    background-position: 0 -78px;
}
#events .prd-learnmore {
	    text-align: center;
	    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in 0s;
	    padding: 0px 0px;
    display: inline-block;
}
#events .prd-learnmore a {
	    padding: 15px 0px;
    display: inline-block;
	    background: #f6f5f5; 
    width: 100%;
	color: #000;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
#events .prd-learnmore a:hover {
	cursor: pointer;
	color: #fff;
	background: #3782f5;
}
.prdBox:hover {
	cursor: pointer;
}
.prdBox:hover .prd-learnmore a {
	cursor: pointer;
	color: #fff !important;
	background: #3782f5 !important;	
}

/*------------- webinar listing tab style  -------------*/

#tabs-event ul{
  text-align: center;
	border-bottom: 1px solid #ddd;
	display: inline-block
}
#tabs-event ul li{
	display: inline-block;
	vertical-align: top;
	padding: 15px 35px;
	transition: .3s;
	border-radius: 5px 5px 0px 0px;
	-webkit-transition: .3s;
}
#tabs-event ul li:hover, #tabs-event ul li.active {
	color: #fff;
	background: #3782f5;
	cursor: pointer;
}
#tabs-event {
	    text-align: center;
    margin: auto;
}
#ondemand-event {
	display: none;
}

@media only screen and (min-width:1000px){
	.top-banner-img{height:600px;}
}
@media only screen and (max-width: 1450px)
{
	#banner{
		margin-top:50px;
	}
	.cols-6.text-right {
    	text-align:center;
	}
	.left-right-img{
		margin:90px 0 0;
	}
	img.banner-img {
		width: auto;
		height: auto;
	}
	.popup-content
	{
		    max-height: 90vh;
	}
	.popup
	{
		    max-height: 95vh;
	}
	.enquiry-popup h2.popup-title {
    margin-bottom: 30px;
}
	.secondary-header{width:auto;}
	.download-box{width:100%;}
	.msgcon {width: 35%;padding: 50px;}
}
p.callback-text {
    margin: 0 0 13px 0;
    color: #fff;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}
.label b.sup {
    font-size: 0.9em;
    position: relative;
    bottom: 5px;
    left: 2px;
}
@media only screen and (max-width:1300px){
	h1{font-size: 2.4em;}
	.download-descr h2{font-size: 0.85em;}
	.download-btn{font-size: 0.85em;padding:10px 17px;}
	.top-banner-img {height: 450px;width:80%;}
}
@media only screen and (max-width: 1200px)
{
	.container {max-width: 90%;}	
	.msgcon {width: 40%;padding: 50px;}
}
@media only screen and (max-width: 1100px)
{
	h1{font-size:2.2em;}
	.mobilemenu-icon {
    display: block;
    position: relative;
		    cursor: pointer;
}
	.nav-section {
    position: relative;
}
	.nav-menu {
        background: #fff;
    position: absolute;
    width: 50%;
		right:0;
    top: 66px;
		z-index: 99;
		display: none;
}
	.nav-menu li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #b3b1b1;
    padding: 10px 0;
		margin: 0 10px;
}
	.nav-menu li a
	{
		color: #000;
	}
	.nav-menu li:last-child a {
    border: none;
    padding: 10px;
    color: #000;
		background: transparent;
}
   .animation {
    opacity: 1;
    transform: translateY(0);
    transform: -webkit-translateY(0);
    transform: -moz-translateY(0);
}
	#topbar-menu-icon {
		position: absolute;
		right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
		top: 15px;
}
	#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
	#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
	#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
	#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
	.active-menu#topbar-menu-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
	.active-menu#topbar-menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
	.fancy-title:after {
    margin: 20px 0;
}
	.active-menu#topbar-menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
	}
	.webinar-boxes,.secondary-header,.download-box,.resources-box, .video-box{
		width:100%;
	}
	.popup-content,.tablebox{
		width:80%;
	}
	.sec2-boxes li{
		margin: 10px;
		    width: 30%;
	}
	.br-hidden br,.product-btn a:hover .show-product-content{
		display:none;
	}
	.web-content-boxes{
		padding:30px;
	}
	.web-content-boxes span{
		padding: 10px 25px 10px 10px;
	}
	.blog-images, .reso-images, .webi-images{
		width:278px;
		height:160px;
	}
	.videos p{line-height:1.4;}
	.secondary-tab li a{padding:15px 10px;}
	.inner-box,.cis-ess-banners{width:90%;}
	.pro-box p{height:90px;}
	.download-descr h2{text-align:center;padding:40px 0;}
	.comp-img{width:auto;}
	.video-box .web-content h5{padding: 20px 20px 0;}
	.web-content{padding:20px;}
	.web-box{overflow:hidden;}
	.msgcon {top: 30%;width: 50%;padding: 50px;}
}
@media only screen and (max-width: 992px){
	h1{font-size:2.5em;margin-top:0;}
	.popup-content,.cis-ess-banners,.nav-menu{
		width:100%;
	}
	.sec2-boxes li{
		margin: 10px;
		    width: 45%;
	}
	section{padding:50px 0}
	.br-hidden br, .left-right-img{display:none;}
	.web-content-boxes,.mid-banner{
		padding:40px;
	}
	.web-content-boxes span{
		padding:10px 35px 10px 15px;
	}
	.blog-images, .reso-images, .webi-images{
		width:316px;
	}
	img.banner-img {
		width: 60%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#secondary-header{display:none!important;}
	.section2{margin-bottom:0!important;}
	.sec-banner p,.sec-banner p:nth-child(1),.sec-banner p:nth-child(2){display:block;width:100%;text-align:center;}
	.sec-banner p:nth-child(2){margin-top:15px;}
	.inner-box{padding:50px 0;}
	.cols-center,.res-tab,.download-img img{width:80%;}
	.comp-img{margin:0 auto 30px;}
	#banner{padding:100px 0 50px;}
	.download-descr h2{text-align:center;font-size: 1.2em;line-height: 1.5;}
	.comp-title br,.cis-ess-banners div p br,.section2 h4:nth-child(1) br,.col1 br{display:none;}
	.comp-title{text-align:center;}
	.inner-box img{display:block;margin:0 auto;}
	.top-banner-img {width:40%;height: 510px;}
	.download-btn{padding: 15px 25px;font-size:1em;}
	#fixedbtn{top: 30%;position: relative; z-index: 10;}
	.tablebox{width:90%;}
	.msgcon {width: 60%;padding: 40px;}
	#events .prdBox {
		width: 47%;
	}
}
@media only screen and (max-width:770px){
	.webinar-boxes li{width:49%;}
	.download-img img{width:100%;}
	.top-banner-img{width:50%;}
	#events .prdBox {
		    width: 46%;
	}
}
@media only screen and (max-width:700px){
	.download-img, .download-descr, .download-cta {width: 100%!important;text-align: center;}
	.download-descr h2 br{display:none;}
	.download-btn{padding:20px 0;font-size:1.1em;margin:20px 0;width:100%;}
	.download-descr h2 {padding: 10px 0;}
}
@media only screen and (max-width: 650px)
{
	body
	{
		font-size: 15px;
	}
	.mobilemenu-icon {
		bottom: 15px;
	}
	.nav-menu
	{
		    top: 26px;
	}
	.products-list a
	{
		min-height: auto;
	}
	header {
    padding: 25px 0;
	}
	#topbar-menu-icon {
    top: -30px;
}
	footer > .container {
    padding: 30px 0;
}
	p.copyright {
    text-align: center;
    margin-bottom: 22px;
}
	ul.social {
    	text-align: center;
	}
	.cols-center,.resources-box,.top-banner-img,.btn-submits button{
		width: 100%;
	}
	.right-field, .left-field{
		width:auto;
		float: none;
	}
	h1{font-size:2em;}
	h3{margin-bottom:25px;}
	h1,h4, h3{
		line-height:1.2;
	}
	.product-list li{
		padding:0 0 0 10px;
	}
	p{
		font-size:15px;
	}
	img.banner-img {width: 80%;}
	.download-img img {display: block;margin: 0 auto;}
	h3.sec-title br,.page-title br,.page-desc br,.section2 h4 br,.mid-banner h4 br,.tablebox p br,h3 br,.cbp-desc br,.test-desc br,.tablebox h4 br {display: none;}
	.popup {padding: 10px;}
	.form-control {margin-bottom: 15px;}
	.wvbox {height: 222px;}
	.wvbox-inner iframe {height: 210px;}
	.pro-box p,.pro-box h5{height:auto;}
	.pro-box h5{margin-bottom:8px;}
	.cis-ess-banners{top:0;width:auto;}
	.cis-ess-banners div{float:none;width:100%;display:block;margin:0; margin-top:20px;}
	.gray-box{margin:0;}
	.sec-banner{padding:20px;}
	.tablebox{width:95%;padding:60px 0;}
	.expand-close{top:2em;right:2em;}
	.resources-box{padding:50px 0;}
	.res-tab li{width:50%;padding:15px 0;}
	.download-box{margin:45px 0;padding:30px;}
	.mid-banner{background-size:cover;}
	.webinar-boxes li{width:90%;float:none;margin:0 auto;max-width:316px;}
	.msgcon {top: 50%;width: 90%;padding: 35px;}
}
@media only screen and (max-width:570px){ 
	#events .prdBox{
		width: 100%;
		margin: 20px 0px;
	}
}
@media only screen and (max-width:390px){
	.blog-images, .reso-images, .webi-images{width: 307px;}
	.webinar-boxes li{width:100%;max-width:316px;}
}
@media only screen and (max-width:325px){
	.product-btn a {width: 230px;padding:10px;}
	.blog-images, .reso-images, .webi-images {width: 259px;}
}