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

@import url("https://www.manageengine.com/css/fonts.css");
body {
	font-family: "Zoho_Puvi_Regular";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	text-align: center;
}
.rlc-cont p {
	padding-bottom: 10px !important;
}
p.lm {
	padding-bottom: 20px !important;
	width: 60% !important;
	font-size: 22px !important;
	color: #1f4981;
	font-weight: bold;
	letter-spacing: 0.5px;
}
iframe.rlc-video {
	width: 60%;
	height: 400px;
	margin: 0px 0px 50px 0px;
}
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 {
	text-align: left;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
/* 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 {
	padding: 20px 0px;
}
/*desktop menu style starts*/
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
img.me-logo {
	width: 162px;
	display: block;
}
img.sdp-logo {
	width: 222px;
	display: block;
}
/*desktop menu style ends*/


ul.header-menu {
	list-style: none;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	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%
}
}
.banner h1 {
	font-size: 39px;
	color: #204981;
	font-family: 'Zoho_Puvi_Bold';
}
.banner h2 {
	font-size: 36px;
	color: #204981;
	font-family: 'Zoho_Puvi_Bold';
}
.banner p {
	width: 60%;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 18px;
	padding: 30px 0px 10px 0px;
}
img.intro {
	width: 220px;
	padding: 80px 0px 10px 0px;
}
ul.banner-buttons {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 30px 0px 50px 0px;
}
ul.banner-buttons li {
	background: #ff6338;
	margin: 10px;
	border-radius: 1px;
}
ul.banner-buttons li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-family: 'Zoho_Puvi_Bold';
	font-size: 18px;
	padding: 8px 30px;
	cursor: pointer;
}
.banner img {
	vertical-align: -webkit-baseline-middle;
}
.what-is-rlc {
	padding: 100px 0px;
}
.what-is-rlc h2 {
	font-size: 33px;
	font-family: 'Zoho_Puvi_Bold';
	line-height: 1.25;
	margin: 0px 0px 30px 0px;
}
.what-is-rlc p {
	font-size: 18px;
	line-height: 1.6;
	width: 75%;
	margin: 0 auto;
	padding-bottom: 40px;
}
a.regi {
	background: #ff6337;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-family: 'Zoho_Puvi_Bold';
	font-size: 18px;
	padding: 12px 30px;
	cursor: pointer;
	border-radius: 5px;
}
/*onclick image zoom */
 
/*
.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 */

/*flow chart styles*/


.flowchart {
	background: #f7fafc;
	padding: 100px 0px;
}
.flowchart h2 {
	font-size: 33px;
	text-align: center;
	padding: 0px 0px 20px 0px;
	line-height: 1.4;
}
p.transpara {
	width: 60%;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	padding-bottom: 75px;
}
.animated-text {
	text-align: center;
	/*background: linear-gradient(to right, #2460a6 20%, #94616d 40%, #b8625c 60%, #fb633a 80%);*/
	background: linear-gradient(to right, #2460a5, #a86264, #fc633a 40%);
	background-size: 200% auto;
	color: #000;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0px 10px 0px 0px;
}
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
}
h3.subtitle {
	font-size: 21px;
	margin-bottom: 10px;
}
p.description {
	font-size: 18px;
	line-height: 1.6;
	width: 60%;
	color: #000;
}
ul.login-buttons {
	display: flex;
	justify-content: center;
	margin: 20px 0px 0px 0px;
}
ul.login-buttons li {
	margin: 10px;
	border-radius: 1px;
	background: #2f88c0;
}
ul.login-buttons li a {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 10px 30px;
	display: inline-block;
}
ul.rlc-avail {
	display: flex;
	justify-content: center;
}
ul.rlc-avail li {
	margin: 20px;
}
ul.rlc-avail p {
	width: 100%;
}
img.flow-diagram {
	display: block;
	margin: 0 auto;
}
/*flow chart styles*/

/*hover tab styles starts here*/
.start-using {
	padding: 100px 0px;
}
.start-using h2 {
	font-size: 33px;
	font-family: 'Zoho_Puvi_Bold';
	line-height: 1.25;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.rlc-cont {
	margin: 30px 0px 75px 0px;
}
.start-using p {
	width: 60%;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	padding-bottom: 75px;
}
.tab {
	float: left;
	background-color: #f1f1f1;
	width: 38%;
	height: auto;
}
.tab button {
	display: block;
	color: #000;
	padding: 22px 35px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 18px;
	line-height: 1.6;
	background: #fff;
	font-family: "Zoho_Puvi_Regular";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.tab button:hover {
	background-color: #f7f7f7;
}
.tab button.active {
	background-color: #f7f7f7;
	border-left: 5px solid #45aff1;
	padding: 22px 30px;
}
.tabcontent {
	float: left;
	padding: 0px 0px 0px 50px;
	width: 62%;
	border-left: none;
	display: none;
	position: relative;
}
.tabcontent1 {
	float: left;
	padding: 0px 0px 0px 50px;
	width: 62%;
	border-left: none;
	display: none;
	position: relative;
}
span.button-numbers {
	padding: 0px 10px 0px 0px;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
span.marker {
	position: absolute;
	animation: bounceIn 0.5s 1;
	transition: all 0.5s ease-in-out;
	    height: 65px;
    width: 55px;
	background-repeat: no-repeat;
	display: block;
}
span.one {
	bottom: 315px;
	right: 250px;
	background-image: url(../images/marker-one.png);

}
span.two {
	    top: 5px;
    left: 540px;
	background-image: url(../images/marker-two.png);

}
span.three {
	bottom: 185px;
	left: 298px;
	background-image: url(../images/marker-three.png);

}
span.four {
		top: 65px;
	right: 330px;
	background-image: url(../images/marker-four.png);

}
span.five {
	bottom: 30px;
	left: 55px;
	background-image: url(../images/marker-five.png);

}

span.six {
	top: -15px;
	right: 30px;
	background-image: url(../images/marker-one.png);

}
span.seven {
top: 50px;
	left: 180px;
	background-image: url(../images/marker-two.png);

}
span.eight {
	top: 65px;
	left: 280px;
	background-image: url(../images/marker-three.png);

}
span.nine {
		top: 55px;
	left: 370px;
	background-image: url("../images/marker-four.png");

}span.ten {
		top: -5px;
	left: 295px;
	background-image: url("../images/marker-five.png");

}

span.eleven {
	top: 150px;
	left: 190px;
	background-image: url(../images/marker-six.png);

}

span.twelve {
top: 170px;
	left: 500px;
	background-image: url("../images/marker-seven.png");

}

 @keyframes bounceIn {
 0% {
 opacity: 0;
 transform: scale(.3);
}
 50% {
 opacity: 1;
 transform: scale(1.05);
}
 70% {
 transform: scale(.9);
}
 100% {
 transform: scale(1);
}
}
/*hover tab styles ends here*/

/*video tutorial style starts here*/
.video-tutorial-bg {
	background: #e4f4ff;
	padding: 75px 0px;
	overflow: hidden;
}
p.login {
	font-size: 20px;
	width: 35%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
}
.video {
	overflow: hidden;
}
.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: 75%;
	font-size: 20px;
	line-height: 1.6;
	min-height: 100px;
}
.video-col-left-two a {
	display: inline-block;
	background: #2f88c0;
	padding: 8px 30px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	border-radius: 1px;
	margin: 20px 0px;
	letter-spacing: 0.5px;
	cursor: pointer;
}
a.online {
	background: #ff6337 !important;
}
ul.res-buttons {
	display: flex;
}
ul.res-buttons li {
	padding: 0px 20px 0px 0px;
}
/*video tutorial style ends here*/
/*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: 0px 0px 20px 0px;
}
/*footer*/

/*multiple popups styles */
.popup {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	width: 60%;
	height: 75%;
	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);
}
}
#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;
}
.custmrnme {
	color: #7bbb2a;
	font-weight: 500;
}
.custmrnme span {
	color: #444;
	font-weight: 200;
}

/*multiple popups styles */


@media only screen and (max-width:1024px) {
p.description {
	width: 70%;
}
.start-using {
	padding: 100px 50px;
}
.video-tutorial-bg {
	padding: 50px 0px;
}
p.login {
	width: 60%;
}
.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: 75%;
	margin: 0 auto;
	text-align: center;
	min-height: 0px;
}
.resp-cent {
	text-align: center;
}
img.marker {
	display: none;
}
ul.res-buttons {
	display: flex;
	justify-content: center;
}
iframe.rlc-video {
	width: 70%;
}
.video-col {
	margin: 0px 0px 0px 0px;
}
.video-col-left-one {
	margin-top: 50px;
}
}

@media only screen and (max-width:768px) {
.banner p {
	width: 75%;
}
.what-is-rlc p {
	width: 85%;
}
p.transpara {
	width: 80%;
}
p.description {
	width: 65%;
}
iframe.rlc-video {
	width: 80%;
}
}

@media only screen and (max-width:414px) {
.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 {
	padding: 50px 30px;
}
.start-using p {
	width: 100%;
}
img.marker {
	display: none;
}
.tab {
	width: 100%;
}
.tabcontent {
	padding: 20px 30px;
	width: 100%;
}
.tabcontent1 {
	padding: 20px 30px;
	width: 100%;
}
.video-tutorial-bg {
	padding: 30px 0px;
}
p.login {
	width: 90%;
}
iframe.rlc-video {
	width: 90%;
	height: 250px;
}
p.lm {
	width: 90% !important;
}
ul.rlc-avail li {
	margin: 10px !important;
}
ul.rlc-avail {
	flex-wrap: wrap !important;
}
}

@media only screen and (max-width:320px) {
ul.res-buttons li {
	padding: 0px 10px 0px 0px;
}
}
