@charset "UTF-8";
/* CSS Document */

@import url("https://www.manageengine.com/fonts/proxima-nova.css");
body {
	font-family: "proxima_nova_rgregular";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	text-align: center;
}
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, sub, sup, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}
 .clearflow:hfix {
 overflow: auto;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
/* Global style for container */
		
.container {
	max-width: 1200px;
	margin: 0 auto;
}
/* header section */

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 9px #7777775c;
	/*z-index: 10000;*/
	z-index: 99;
	animation: smooth 0.5s ease-in-out;
}
.overlay {
	background: #000000ba;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999999;
	position: fixed;
	display: none;
}
@keyframes smooth {
 0% {
 transform:translateY(-50px);
}
 100% {
 transform:translateY(0px);
}
}
.header-button {
	opacity: 0;
}
.header-bg {
	box-sizing: border-box;
}
.header-col-1 {
	width: 45%;
	float: left;
	text-align: center;
}
.header-col-2 {
	width: 45%;
	float: left;
	text-align: right;
}
a.header-button {
	background: #da4e45;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
	font-family: 'proxima_nova_rgbold';
}
hgroup {
	float: left;
	margin: 2px 2px 2px 10px;
}
ul.header-menu {
	list-style: none;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 20px auto;
	align-items: center;
}
.sky {
	height: auto;
	background: #d5e4ea;
	position: relative;
	overflow: hidden;
	/*-webkit-animation: sky_background 100s ease-out infinite;
	-moz-animation: sky_background 100s ease-out infinite;
	-o-animation: sky_background 100s ease-out infinite;*/
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}
.clouds_one {
	z-index: -1;
	background: url("../images/chicago-clouds-bg.png");
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 300%;
	-webkit-animation: cloud_one 100s linear infinite;
	-moz-animation: cloud_one 100s linear infinite;
	-o-animation: cloud_one 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}
 @-webkit-keyframes moon {
 0% {
 opacity: 0;
 left: -200%;
 -moz-transform: scale(0.5);
 -webkit-transform: scale(0.5);
}
 50% {
 opacity: 1;
 -moz-transform: scale(1);
 left: 0%;
 bottom: 250px;
 -webkit-transform: scale(1);
}
 100% {
 opacity: 0;
 bottom: 500px;
 -moz-transform: scale(0.5);
 -webkit-transform: scale(0.5);
}
}
 @-webkit-keyframes cloud_one {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
 @-webkit-keyframes cloud_two {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
 @-webkit-keyframes cloud_three {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
 @-moz-keyframes sky_background {
 0% {
 background: #007fd5;
 color: #007fd5
}
 50% {
 background: #000;
 color: #a3d9ff
}
 100% {
 background: #007fd5;
 color: #007fd5
}
}
 @-moz-keyframes moon {
 0% {
 opacity: 0;
 left: -200%;
 -moz-transform: scale(0.5);
 -webkit-transform: scale(0.5);
}
 50% {
 opacity: 1;
 -moz-transform: scale(1);
 left: 0%;
 bottom: 250px;
 -webkit-transform: scale(1);
}
 100% {
 opacity: 0;
 bottom: 500px;
 -moz-transform: scale(0.5);
 -webkit-transform: scale(0.5);
}
}
 @-moz-keyframes cloud_one {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
 @-moz-keyframes cloud_two {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
 @-moz-keyframes cloud_three {
 0% {
 left: 0
}
 100% {
 left: -200%
}
}
ul.banner-sections>li {
	flex-grow: 1;
	flex-basis: 0;
}
ul.banner-sections {
	display: flex;
	align-items: center;
}
.banner {
	padding: 100px 0px;
}
.banner h3 {
	color: #f94817;
	font-size: 49px;
	font-weight: normal;
	padding: 80px 0px 10px 0px;
}
.banner h1 {
	font-size: 39px;
	color: #204981;
	font-family: 'proxima_nova_rgbold';
}
.banner h2 {
	font-size: 36px;
	color: #204981;
	font-family: 'proxima_nova_rgbold';
}
p.available-date {
	padding: 10px 0px !important;
	font-size: 30px !important;
	color: #ff541e;
	font-weight: bold;
}
.banner p {
	line-height: 1.6;
	font-size: 18px;
	padding: 20px 0px 0px 0px !important;
}
ul.banner-buttons {
	display: flex;
	list-style: none;
	margin: 40px 0px 10px 0px;
}
ul.banner-buttons li {
	background: #ff6338;
	border-radius: 5px;
	text-align: center;
}
ul.banner-buttons li:nth-child(2) {
	background: transparent;
	border: 2px solid #ff6338;
}
ul.banner-buttons li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	padding: 12px 30px;
	cursor: pointer;
}
.banner img {
	vertical-align: -webkit-baseline-middle;
	display: block;
	margin: 0 auto;
}
span.play-icon {
	padding-right: 10px;
}
a.video-button {
	font-size: 18px;
	padding: 10px 30px !important;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #ff541e;
	border-radius: 5px;
	margin: 30px 0px 10px 0px;
	color: #ff541e;
	min-width: 224px;
	text-align: center;
}
a.video-button:hover {
	background: #ff541e;
	color: #fff;
}
.what-is-rlc {
	padding: 100px 0px 0px 0px;
}
.what-is-rlc h2 {
	font-size: 33px;
	font-family: 'proxima_nova_rgbold';
	line-height: 1.25;
	margin: 0px 0px 30px 0px;
}
.what-is-rlc p {
	font-size: 18px;
	line-height: 1.6;
	width: 50%;
	margin: 0 auto;
	padding-bottom: 40px;
}
/*onclick image zoom */

iframe {
	width: 60%;
	height: 400px;
}
.what-is-rlc img {
	width: 50%;
	border: 1px solid #ddd;
}
.container .pull-left {
	width: 100%;
	float: left;
	margin: 20px 20px 20px -80px;
}
a.play-video {
	color: #03a9f5;
	font-size: 22px;
	display: inline-block;
	margin: 50px 0px 0px 0px;
	position: relative;
	cursor: pointer;
	text-decoration: underline;
}
a.play-video img {
	width: 22px;
	border: none;
	position: relative;
	top: 5px;
	right: 7px;
}
a.play-video:hover {
	text-decoration: underline;
}
/*onclick image zoom */





ol, ul {
	list-style: none
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.container {
	text-align: left
}
.homepage .zap-content-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0
}
h3.subtitle {
	font-size: 21px;
	margin-bottom: 10px;
}
p.description {
	font-size: 18px;
	line-height: 1.6;
	width: 60%;
	color: #000;
}
/*iframe video style starts here*/


div#div2 {
	width: 50%;
	height: 60%;
}
/*iframe video style ends here*/












/*hover tab styles starts here*/

.start-using {
	padding: 100px 0px 0px 0px;
}
.start-using h2 {
	font-size: 33px;
	font-family: 'proxima_nova_rgbold';
	line-height: 1.25;
	padding: 75px 0px 0px 0px;
	text-align: center;
	width: 40%;
	margin: 0 auto;
}
.distinct-features-bg {
	background: #f7fafc;
}
.distinct-features {
	display: flex;
	align-items: center;
	padding: 75px 0px;
}
.first-dist {
	padding: 40px 0px 75px 0px;
}
.distinct-features img {
	display: block;
	margin: 0 auto;
	width: 75%;
}
.distinct-features ul {
	margin: 30px 0px 0px 20px;
}
.distinct-features ul li {
	list-style: disc;
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}
.distinct-features ul li:before {
	content: "\2022";
	position: absolute;
	font-size: 30px;
	color: #29c4fe;
	left: -20px;
	top: -10px;
}
.distinct-features div {
	flex-grow: 1;
	flex-basis: 0;
}
.distinct-features h3 {
	font-size: 26px;
	line-height: 1.4;
	margin: 20px 0px 10px 0px;
}
.start-using p {
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.6;
}
/*hover tab styles ends here*/

.video-tut-bg {
	background: #e4f4ff;
	padding: 50px 0px;
}
.video-tut {
	overflow: hidden;
}
.video-tut-col {
	width: 30%;
	float: left;
	margin: 20px;
}
.video-tut-col ul {
	display: flex;
}
.video-tut-col ul li:nth-child(1) {
	flex-basis: 25%;
}
.video-tut-col ul li:nth-child(2) {
	flex-basis: 75%;
	margin-left: 25px;
}
.video-tut-col h2 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
.video-tut-col p {
	font-size: 19px;
	line-height: 1.6;
}
.video-tut-col li a {
	display: inline-block;
	background: #ff6338;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	margin: 20px 0px;
	letter-spacing: 0.5px;
	cursor: pointer;
}
.cta {
	text-align: center;
	padding: 60px 0px 30px 0px;
}
.cta p {
	font-size: 20px;
	width: 55%;
	margin: 0 auto;
	line-height: 1.6;
}
.cta a {
	background: #ff6338;
	padding: 10px 40px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0px;
	cursor: pointer;
}
/*footer*/
.footer {
	padding: 30px 0px;
}
.footer p {
	line-height: 1.6;
	font-size: 18px;
}
.footer a {
	color: #196b9f;
	text-decoration: none;
}
.sub-footer p {
	margin: 40px 0px;
}
/*footer*/

/*multiple popups styles */
.popup {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	width: 70%;
	height: 70%;
	background-color: #00395e;
	z-index: 100000000000000000;
	animation: zoom 0.5s 1;
	transition: all 0.5s ease-in-out;
}
iframe.webinar-iframe-video {
	width: 100%;
	height: 100%;
}
 @keyframes zoom {
 0% {
 transform:scale(0.5);
}
 100% {
 transform:scale(1);
}
}
.cancel {
	display: relative;
	cursor: pointer;
	margin: 0;
	float: right;
	z-index: 100000000000000000;
	padding: 10px;
	position: absolute;
	right: 0;
}
div.popup-form {
	display: flex;
	align-items: stretch;
	height: 100%;
}
.popup-form>div {
	flex-basis: 0;
	flex-grow: 1;
	padding: 50px;
}
.form-lhs {
	background: #00395e;
}
.form-rhs {
	background: #dbebef;
}
.form-rhs h3 {
	color: #003961;
	font-size: 24px;
	margin-bottom: 10px;
	display: none;
}
.form-lhs h2 {
	line-height: 1.2;
	margin-bottom: 15px;
	font-family: 'proxima_nova_rgbold';
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: left;
	width: 75%;
	padding-top: 0px;
}
.form-lhs p {
	width: 100%;
	text-align: left;
	font-size: 17px;
	margin: 5px 0px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}
.form-date p {
	font-size: 20px;
}
#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;
	transition: all 0.1s ease 0s;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-indent: -1000px;
	overflow: hidden;
}
/*.form-lhs ul li {
	list-style: disc;
	text-align: left;
	line-height: 1.5;
	color: #fff;
	font-size: 16px;
	list-style: none;
	position: relative;
	margin-left: 30px;
	
	
    
   
}*/
.form-lhs ul li:before {
	content: "\2022";
	color: #67dbfe;
	position: absolute;
	left: 15px;
	top: -8px;
	font-size: 24px;
}
.form-lhs ul li {
	list-style: disc;
	text-align: left;
	line-height: 1.5;
	color: #fff;
	font-size: 16px;
	list-style: none;
	padding-left: 35px;
	position: relative;
}
.form-lhs ul {
	margin: 20px 0px;
}
input[type="text"] {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
select {
	width: 100%;
	height: 50px;
	text-indent: 8px;
	background: none;
	border: 1px solid #ddd;
	margin: 0px;
	font-size: 16px;
	color: #333;
	background: #fff;
	-webkit-appearance: none;
}
div#formCTAgdpr {
	font-size: 14px;
	line-height: 1.4;
	margin: 15px 0px;
	font-family: "proxima_nova_rgregular";
}
.formfild .error {
	border-bottom: 1px solid red;
}
div#meGDPRMessage {
	font-size: 14px;
	line-height: 1.4;
	margin: 15px 0px;
	font-family: "proxima_nova_rgregular";
}
.prvcy-plicy {
	font-size: 14px;
	line-height: 1.4;
	margin: 15px 0px;
	font-family: "proxima_nova_rgregular";
}
a.policy {
	background: none;
	color: #3572a6;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}
input.submitbtn {
	background: #ff6338;
	border: none;
	border-radius: 3px;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-right: 7px;
}
input.resetbtn {
	background: #f9f9f9;
	border: none;
	border-radius: 3px;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-left: 7px;
}
input:focus {
	border: 1px solid #ddd;
	box-shadow: none;
	outline: none;
}
select:focus {
	outline: none;
}
.form-group .form-control:hover {
	border: 1px solid #e45d28;
}
p.reg_form_errors {
	position: absolute;
	top: 40px;
	font-size: 13px;
	color: #ff2424;
	display: none;
}
.time-select:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 12px;
	background: url(../images/gray-down-arrow.png)no-repeat;
	top: 20px;
	right: 20px;
	transition: transform 140ms;
}
.time-select:before {
	background-position: 1px 1px;
}
.time-select:after {
	z-index: 0;
}
::placeholder {
 color: #333;
 font-family: "proxima_nova_rgregular";
 text-rendering: optimizeLegibility;
 -webkit-font-smoothing: antialiased;
}
.time-icon {
	display: inline-block;
	background-position: -36px 1px;
	width: 20px;
	height: 20px;
}
.time-select {
	position: relative;
	cursor: pointer;
	margin-top: 50px;
}
.time-slot {
	display: none;
	position: absolute;
	z-index: 3;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.21);
	-moz-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.21);
	box-shadow: 0 2px 9px 0 rgba(0,0,0,0.21);
	width: 95%;
}
ul.time-slot {
	padding: 15px !important;
	margin-left: 0px !important;
	width: 100%;
}
.time-slot li {
	list-style-type: none !important;
	font-size: 16px;
}
.time-slot li:hover, .time-slot li.active {
	background-color: rgba(229,230,231,0.3);
	color: #003861;
}
.time-slot.active {
	display: block;
}
.time-slot.active li {
	padding: 10px 15px !important;
}
.select-slot.selectedval {
	color: #000000;
}
.time-select.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.custmrnme {
	color: #7bbb2a;
	font-weight: 500;
}
.custmrnme span {
	color: #444;
	font-weight: 200;
}
/*video tutorial style starts here*/
.video-tutorial-bg {
	background: #e4f4ff;
	padding: 100px 0px 80px 0px;
	overflow: hidden;
}
.video {
	overflow: hidden;
	padding: 100px 0px 100px 0px;
}
.video-col {
	width: 50%;
	float: left;
	padding-left: 100px;
}
.video-col.bor {
	border-right: 1px solid #b6d2e4;
}
.video-col-left-one {
	width: 25%;
	float: left;
}
.video-col-left-two {
	width: 75%;
	float: left;
}
.video-col-left-one img {
	margin: 40px 0px 0px -30px;
}
.video-col-left-two h2 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}
.video-col-left-two p {
	width: 65%;
	font-size: 20px;
	line-height: 1.6;
	min-height: 100px;
}
.video-col-left-two a {
	display: inline-block;
	background: #ff6338;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	margin: 20px 0px;
	letter-spacing: 0.5px;
	cursor: pointer;
}
a.online {
	background: #2f88c0 !important;
}

/*video tutorial style ends here*/


/*multiple popups styles */











@media only screen and (max-width:1024px) {
ul.header-menu {
	margin: 20px 45px;
}
.banner {
	padding: 50px 50px;
}
.banner img {
	width: 75%;
}
p.description {
	width: 70%;
}
.start-using {
	padding: 100px 50px;
}
.video-tutorial-bg {
	padding: 100px 0px 0px 0px;
}
.video-col.bor {
	border-right: none;
}
.video-col {
	width: 100%;
	padding-left: 0px;
	margin: 0px 0px 75px 0px;
}
.video-col-left-one img {
	margin: 0px auto;
	display: block;
}
.video-col-left-one {
	width: 100%;
}
.video-col-left-two {
	width: 100%;
}
.video-col-left-two h2 {
	text-align: center;
	margin: 20px 0px;
}
.video-col-left-two a {
	margin: 30px 0px;
}
.video-col-left-two p {
	width: 65%;
	margin: 0 auto;
	text-align: center;
	min-height: 0px;
}
.resp-cent {
	text-align: center;
}
.what-is-rlc p {
	width: 75%;
}
.distinct-features {
	padding: 75px 50px;
}
.start-using {
	padding: 100px 0px 0px 0px;
}
.start-using h2 {
	width: 60%;
}
}

@media only screen and (max-width:768px) {
ul.header-menu {
	margin: 20px 35px;
}
.banner p {
	width: 75%;
}
.what-is-rlc p {
	width: 85%;
}
p.transpara {
	width: 80%;
}
p.description {
	width: 65%;
}
.form-lhs h2 {
	font-size: 28px;
}
ul.banner-sections {
	display: inherit;
	flex-wrap: wrap;
}
.banner h1 {
	text-align: center;
}
.banner p {
	width: 100%;
	text-align: center;
}
ul.banner-buttons {
	justify-content: center;
}
ul.banner-buttons li {
	margin: 0px 0px 50px 0px;
}
.first-dist {
	display: flex;
	flex-direction: column-reverse;
}
.second-dist {
	display: flex;
	flex-direction: column;
}
.third-dist {
	display: flex;
	flex-direction: column-reverse;
}
.distinct-features img {
	margin: 0px auto 50px auto;
}
.paly-button-bg {
	text-align: center;
}
iframe {
	width: 80%;
	height: 300px;
}
}

@media only screen and (max-width:736px) {
.start-using h2 {
	width: 90%;
}
}

@media only screen and (max-width:480px) {
.banner h1 {
	font-size: 30px;
}
}

@media only screen and (max-width:414px) {
ul.header-menu {
	margin: 10px 15px;
}
ul.header-menu img {
	width: 200px;
}
.banner p {
	width: 85%;
}
ul.banner-buttons {
	flex-wrap: wrap;
}
ul.banner-buttons li a {
	min-width: 250px;
}
.what-is-rlc {
	padding: 50px 20px;
}
.what-is-rlc img {
	width: 70%;
}
.what-is-rlc p {
	width: 90%;
}
.flowchart {
	padding: 50px 30px;
}
p.transpara {
	width: 90%;
}
p.description {
	width: 100%;
}
.start-using p {
	width: 100%;
}
.video-tutorial-bg {
	padding: 60px 0px 0px 0px;
}
.banner h1 {
	font-size: 30px;
}
.banner p {
	width: 100%;
}
.banner {
	padding: 50px 30px;
}
.start-using h2 {
	width: 90%;
}
.distinct-features img {
	width: 100%;
}
.what-is-rlc img {
	width: 90%;
}
.start-using {
	padding: 20px 0px 0px 0px;
}
.cta p {
	width: 85%;
}
.distinct-features {
	padding: 75px 30px;
}
iframe {
	width: 100%;
	height: 200px;
}
p.available-date {
	line-height: 1.2;
}
}

@media only screen and (max-width:375px) {
ul.banner-buttons li a {
	font-size: 17px;
}
}

@media only screen and (max-width: 360px) {
.banner {
	padding: 50px 20px;
}
.distinct-features {
	padding: 75px 20px;
}
.start-using h2 {
	font-size: 27px;
}
.distinct-features {
	padding: 40px 20px;
}
.distinct-features img {
	margin: 0px auto 20px auto;
}
}
