@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%;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-style:italic}
.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;
	position: relative;
}
body:before
{
    content: "";
    background: url(../images/bg.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: repeat-y;
    position: absolute;
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}
body:after
{
	content: "";
    background:linear-gradient(to bottom, #fff, #f3f2ff);
    background-size: 100%;
    background-position: center;
    background-repeat: repeat-y;
    position: absolute;
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	    opacity: 0.85;
}
* {
	-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-weight: 500;
}
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-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-weight: 500;
}
.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;
	position: relative;
	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%;
}
@media only screen and (max-width: 1024px)
{
	.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%;
}
}
/* header */
header {
	    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;
	    background: #f5f5ff;
	    box-shadow: 0 0 10px #cccbcb;
}
.brand-logo {
    display: block;
    width: 200px;
}
.nav-menu {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
	    margin-left: 10px;
}
.nav-menu li a {
    color: #000;
    padding: 10px;
    display: block;
}
.nav-menu li a:hover
{
	color: #ff3500;
}
.menu-icon{
    display: none;
    color: #fff;
}
.light
{
	color: #fff!important;
}
/* banner section */
.page-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1A0758;
    position: relative;
    margin-bottom: 20px;
}
.page-title:after {
    content: "";
    background: #00FFEB;
    width: 68px;
    height: 3px;
    display: block;
        margin-top: 23px;
}
.sectio-title {
    color: #1A0758;
    margin-top: 38px;
    font-weight: 500;
    font-size: 1.5em;
    position: relative;
    margin-bottom: 40px;
}
.sectio-title:after {
    content: "";
        background: #00FFEB;
    width: 55px;
    height: 3px;
    display: block;
    margin-top: 10px;
}
ul.social-lists {
    text-align: center;
}
.social-lists li {
    list-style: none;
    display: inline-block;
}
.social-lists li a {
    display: block;
    width: 42px;
    margin: 0 10px;
}
.social-lists li a:hover {
    opacity: 0.8;
}
.wrap-1, .wrap-2
{
	width: 50%;
	float: left;
}
.blue-bg {
    background: #1A0058;
    color: #fff;
    padding: 40px 20px;
    border-radius: 5px;
}
.wrap-1 h3 {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 500;
    padding-left: 10px;
}

section
{
	padding: 70px 0;
}
.container-fluid.copyright {
    padding: 20px 0;
    text-align: center;
    background: #1d1d1d;
    color: #fff;
}
.container-fluid.copyright p {
    margin: 0;
	font-size: 0.8em;
}
.container-fluid.copyright p a
{
	color: #fff;
}
#banner {
	    margin-top: 110px;
}
#meGDPRMessage {
        font-size: 0.9em;
    line-height: 1.6;
    margin-bottom: 10px;
}
p.privacy-policy {
    line-height: 1.4;
    margin: 15px 0;
       font-size: 0.9em;
}
.privacy-policy a {
    color: #3535d7;
}
#episodes {
    padding-top: 0;
}
.podcast-item img {
   width: 180px;
    float: left;
    height: 100%;
    object-fit: cover;
}
.podcast-in {
        float: left;
    padding: 180px 5px 0 5px;
}
span.epi {
    color: #5642BE;
    display: block;
    margin-bottom: 8px;
    font-size: 0.8em;
}
h3.epi-title {
   color: #2E2E2E;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 15px;
}
.podcast-in p {
    color: #000000;
    font-weight: 200;
    font-size: 0.8em;
    line-height: 1.6;
    margin: 0;
}
.podcast-item {
    box-shadow: 0px 3px 12px #00000029;
    border-radius: 3px;
    background: #fff;
	    margin-bottom: 20px;
	cursor: pointer;
	    position: relative;
    height: 165px;
}
/* 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;
}
.zlogo {
        height: auto;
    width: 55px;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}
.social {
    text-align: right;
}
.social li {
    display: inline-block;
    margin: 0 5px;
}
.social li a {
    background: url("../images/social-icon.png");
	    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -9999em;
    color: transparent;
    background-size: 135px;
	opacity: 0.7;
}
.social li a:hover
{
	opacity: 1;
}
.social li:nth-child(1) a {background-position: 28px -9px;}
.social li:nth-child(2) a {background-position: -8px -6px;background-size: 130px;}
.social li:nth-child(3) a {background-position: -73px -8px;background-size: 126px;}
.social li:nth-child(4) a {background-position: -38px -7px;background-size: 130px;}

.animation
{
	    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
}
.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

/* form css */
.form-control {
    display: block;
    width: 100%;
     height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   box-shadow: none;
	    background: #fff;
	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;
	    margin-bottom: 45px;
    padding-left: 0;
	    background: transparent;
}
.form-control.form-comments {
    height: 85px;
}
.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: 1.2em;
    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;
		color: #adadad;
}
.form-control.active-row select
{
	opacity: 1;
}
.btn-submits button {
       border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
        border: 2px solid #000AFF;
    background: #000AFF;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    margin: 20px 0;
}
.btn-submits button:hover
{
	  background: #444;
	  border-color: #444;
}
.active-row.form-control::before {
        border-top-color: #1a0758;
    border-right-color: #1a0758;
    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: #1a0758;
    border-left-color: #1a0758;
    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#zc-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: 30px;
    background: #24125f;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	display: none;
}
iframe {
    max-width: 100%;
	width: 100%;
}
.vid-pop
{
	cursor: pointer;
}
.resource-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.36);
    display: none;
}
.wvbox {
        width: 850px;
    height: 500px;
    max-width: 90%;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 6px;
    background: #fff;
    display: none;
}
.wvbox-close {
    position: absolute;
    z-index: 999;
    top: -8px;
    right: -9px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}
.wvbox-close:hover {
    background: #080bff;
    color: #fff;
}
#Disclaimer{padding: 20px 0;}
#Disclaimer p{font-size: .8em;font-weight: 300;padding: 10px 0;margin: 0;}
.page-title span {
    display: none;
}
.page-title img {
    width: 200px;
}
.main-vid
{
	position: relative;
}
.main-vid:after
{
	content: "";
	display: block;
	width: 85px;
	height: 60px;
	background: url(../images/play.svg);
	background-size: cover;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.main-vid:hover:after
{
	opacity: 0.7;
}
.form_rows {
    margin-right: -10px;
    margin-left: -10px;
}
.form_cols-5, .form_cols-6, .form_cols-7 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.form_cols-5 {
    width: 45%;
}
.form_cols-6 {
    width: 50%;
}
.form_cols-7 {
    width: 55%;
}
.form-wrap #meGDPRMessage .checkmarkgdpr {
    width: 15px;
    height: 15px;
    top: 3px;
}
.form-wrap #meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before
{
	    top: 3px;
    left: 5px;
}
.list-vid .podcast-in {
    padding-top: 25px;
	    float: none;
}
.list-vid {
    background: #fff;
	position: relative;
       box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.list-vid .podcast-in {
    padding: 16px 25px;
    float: none;
}
.list-vid h3.epi-title {
    font-weight: 500;
    font-size: 17px;
}
.list-vid:after {
    content: "";
    display: block;
    width: 44px;
    height: 30px;
    background: url(../images/play.svg) no-repeat;
    background-size: 95%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 34%;
    left: 50%;
}
.list-vid:hover:after {
	opacity: 0.7;
}
@media only screen and (max-width: 1200px)
{
	.container {
    max-width: 90%;
}

}
@media only screen and (max-width: 1024px)
{
	.menu-icon {
    display: block;
    position: relative;
		    cursor: pointer;
}
	.nav-section {
    position: relative;
}
	.nav-menu {
        background: #fff;
    position: absolute;
    width: 100%;
    top: 50px;
		z-index: 99;
		display: none;
}
	.nav-menu li {
    display: block;
    text-align: left;
    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);
    -webkit-transform: translateY(0);
    -moz-transform: 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);
}
	.social-lists li a {
    width: 40px;
}
	.wrap-1
	{
		width: 60%
	}
	.wrap-2
	{
		width: 40%
	}
	.main-vid img {
    display: block;
    margin: 45px auto 0 auto;
}
	.podcast-in
	{
		padding: 0;
	}
}
@media only screen and (max-width: 650px)
{
	body
	{
		font-size: 14px;
	}
	.menu-icon {
		bottom: 15px;
	}
	.nav-menu
	{
		    top: 15px;
	}
	.products-list a
	{
		min-height: auto;
	}
	header {
    padding: 30px 0;
}
	#topbar-menu-icon {
    top: -30px;
}
	footer > .container {
    padding: 30px 0;
}
	p.copyright {
    text-align: center;
    margin-bottom: 22px;
}
	ul.social {
    text-align: center;
}
	#banner {
    margin-top: 50px;
}
	.wrap-1, .wrap-2 {
    width: 100%;
    text-align: center;
}
	.blue-bg {
    padding: 20px;
}
	.wrap-1 h3 {
    margin-bottom: 20px;
}
	.podcast-in {
    width: 100%;
        padding: 22px 0;
}
	.podcast-item img {
    display: block;
    margin: 20px auto 0 auto;
    float: none;
    width: 100px;
}
	.podcast-item {
    height: auto;
}
	.form_cols-5, .form_cols-6, .form_cols-7
	{
		width: 100%;
	}
	.wvbox {
    height: 215px;
	}
	iframe {
    height: 200px;
}
}
