@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%;
	height:100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'ZohoPuvi';
    font-weight: 300;
	height:100%;
}
* {
	-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;
}
h4{font-family: 'Zoho_Puvi_SemiBold';}
img {
	vertical-align: middle;
	max-width: 100%;
	height:auto;
}
p {
	margin: 0;
    line-height: 1.5;
	padding:10px 0;
}
.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;
	list-style-type: none;
	padding: 0px;
}
h3{
    color: #000;
    font-family: 'Zoho_Puvi_Bold', sans-serif;
    font-size: 1.5em;
	padding-bottom:12px;
	line-height:30px;
}
ol li{line-height: 32px;}
ol li span{   
	color: #C4C4C4;
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
    padding-right: 10px;}
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%;
}
@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 {
	    padding:35px 0;
}
.fixed-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
	padding: 0 0 18px 0;
}
.fixed-header.header-fixed {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    background: #1a2731;
}
.header-inner {padding: 0;}
.logo{float: left;margin-top: 0;}
.fixed-header.header-fixed .logo {
    position: relative;
    top: auto;
    float: left;
}
.logo a {
    background: none;
    height: auto;
    margin: 0;
}
.logo img {
    width: 200px;
}
.res-menu {
    background: url(https://www.manageengine.com/events/images/mob-menu-icon-white.svg) no-repeat 0 0;
    width: 25px;
    height: auto;
    text-indent: -999999em;
    margin: 13px 10px 0 0;
    border: none;
    display: none;
	cursor:pointer;
}
.main-menu {
    margin: 10px 0;
}
.main-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 5px 0 0 0;
}
.main-menu li a {
    color: #fff;
    font-size: 1em;
}
.main-menu li:hover a, .main-menu li.active a {
    color: #fec04c;
    text-decoration: none;
    border-bottom: 2px solid #fec04c;
}
.page-overlay{
	background: #040498;
	height:auto;
}
#banner{
color:#fff;
padding:0;
background: url(https://www.manageengine.com/latam/oputils/style/../images/dhcp-ebook-banner-bg.jpg) 0 0 no-repeat;
background-size:cover;
}
.ban-sec{padding: 60px 15px;}
.container{position:relative;}
.brand-logo {
    display: block;
    width: 200px;
}
.brand-logo img{height:auto;}
section{padding:50px 0;}
#section2{background: #FAFAFA;}
.page-title {
    font-size: 2.4em;
    font-family: 'Zoho_Puvi_Bold', sans-serif;
    line-height: 1.3;
}
.page-title span {
    color: #F6D24B;
}
.page-desc {
    padding: 20px 0 0;
    font-size: 1em;
}
.ebook-box {
    display: flex;
    background:url("../images/ebook-bg-img.png") no-repeat;
	background-size:cover;
    border-radius: 10px;
    padding: 30px;
    justify-content: center;
    align-items: center;
}
.ebook-box1{width: 30%;margin-right:5%;}
.ebook-box2{width: 65%;}
.ebook-desc {
    line-height: 1.6;
    color: #000;
    font-family: 'Zoho_Puvi_Medium';
	margin: 0 0 25px;
}
span.ebook-btn {
    background: #2D3875;
    font-family: 'Zoho_Puvi_SemiBold';
    padding: 15px 30px;
    color: #fff;
    font-size: 1em;
    display: inline-block;
	cursor:pointer;
	    transition: .3s all ease;
}
span.ebook-btn:hover {
    background: #fff;
    color: #000;
}
.ebook-slide{background:url(https://www.manageengine.com/latam/oputils/style/../images/ebook-dhcp-imgs.jpg) 0 0 no-repeat;min-height:400px;padding:0;background-size:cover;margin:50px 0 0 0;}
.slider{display:inline-block;border:1px solid;margin:10px;}
#backToTop{display:none!important;}
.sub-heading{font-size: 1em;padding: 0 0 10px 0;margin: 0;font-family: 'Zoho_Puvi_SemiBold', sans-serif;}
h3 a{color: #1F288D;text-decoration: underline;}
footer{background:#040498; width: 100%; position: relative; bottom: 0px;padding: 40px 0 30px;}
/*----------Animation-------------*/
@media only screen and (max-width: 1700px) {
	.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: 44px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
   box-shadow: none;
	position: relative;
	margin-bottom: 11px;
	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, .form-control.dropdown-control.ukcountry {
    background: #fff;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
    text-align: center;
    background: none;
    margin: 0;
    height: auto;
    padding: 0;
}
.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: 4px;
    border: 1px solid #F6D24B;
    background:#F6D24B;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 15px 10px;
    margin: 10px 0 0;
    transition: .3s all ease;
    width: 100%;
    font-size: 1.2em;
    font-family: 'Zoho_Puvi_SemiBold';
}
.btn-submits button:hover{border: 1px solid #fff;background: #fff;color:#000;}
.btn-submits.inactive button{pointer-events: none;}
.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, .ukcountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#country, .ukcountry select#contact_country, .ukcountry select#country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state, .ukcountry select.ukcountry_region {
    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{
	    margin: 0 auto;
    padding: 10px;
}
h2.popup-title {
    text-align: center;
    font-family: 'Zoho_Puvi_SemiBold';
        font-size: 1.2em;
    margin-bottom: 25px;
    color: #fff;
	line-height:1.3;
}p.privacy-policy {
    line-height: 1.4;
    margin: 0 0 15px;
    color: #fff;
    font-size: 1em;
}
.privacy-policy a{color: #f6d14b;}
#meGDPRMessage {
    color: #fff;
    font-family: 'Zoho_Puvi_Regular';
    font-size: 1em;
    text-align: left;
    margin: 0 0 10px;
    line-height: 1.4;
    width: auto;
}
footer p{
	 margin: 0;
    font-size: 0.9em;
    color:#fff;
	padding: 10px 0;
	text-align:center;
}
footer p a{color:#fff;text-decoration:underline;}
.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, .success-inq-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display:none;
}
.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;
}
.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;
}
.overlay {
    position: absolute;
    z-index: 99;
    right: 0;
    background: #030077;
    width: 400px;
    max-width: 100%;
    padding: 20px 15px;
    border-radius: 4px;
    top: 0;
}
.overlay img{    
      top: -16px;
    text-align: center;
    margin: auto;
    display: block;
    width: 58%;
    margin-top: -100px;
    position: relative;}
img.banner-img {
    opacity: 0.7;
    width: 80%;
    margin: 0 auto;
    display: block;
}
/*------------------- Success msg css----------*/
.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 58%);
  display: none;
}

.ad-success-msg {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  z-index: 999999;
  width: 400px;
  max-width: 90%;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  color: #000000;
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 400;
  border-radius: 10px;
}

.ad-success-msg p {
   line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size:0.85em;
    font-family: 'Zoho_Puvi_SemiBold';
}
.ad-success-msg p b {
    display: block;
}
span.tick-icon {
    display: block;
    width: 80px;
    padding: 20px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.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: 20px;
    padding: 2px 10px;
}

.ad-success-msg span.close:hover {
  color: #000;	
}
@media only screen and (max-width: 1200px){
	.container{width:90%;}
}
@media only screen and (max-width: 1100px){
	.logo{float:none;}
	.overlay{position:relative;margin: 0px auto 50px;}
	.cols-md-pro{width:100%;}
	.cols-md-pro1{width:80%;float:none;}
	.cols-md-pro1{margin:0 auto;}
	#banner{text-align:center;}
	.page-title br{display:none;}
	header{padding:35px 0 0;}
	.page-title{font-size:2.2em;}
	.page-overlay{background-size:13%, cover;}
	footer{width: 100%;}
}
@media only screen and (max-width: 1000px){
	.page-overlay{background-size:140px, cover;}
	.res-menu {margin: 13px 0 0 0;display: inline-block;float: right;}
	.main-menu{display:none;transition:.5s;}
	.main-menu.active{background: #fff;position: absolute;width: 100%;z-index: 9;top: 50px;left:0;display:block;}
	nav .fr{float:none;}
	.main-menu li{width:100%;padding: 15px 5px;border-bottom: 1px solid #dfdfdf;}
	.main-menu li a{color:#000;}
}
@media only screen and (max-width: 750px){
	.ad-success-msg{max-width:85%;}
	.cols-md-pro1{width:100%;}
}
@media only screen and (max-width: 600px){
	.ebook-box{display:block;}
	.ebook-box1,.ebook-box2{width: 100%;margin:0;text-align: center;}
	.ebook-box1 img{width:170px;}
	.ebook-box1{margin-bottom:15px;}
}
@media only screen and (max-width: 480px){
	.popup-content{padding:35px 20px;}
}
@media only screen and (max-width: 400px){
	span.ebook-btn{width:100%;line-height:1.3;padding:12px 10px;}
	.page-overlay{background-size:110px, cover;}
}
@media only screen and (min-height: 900px) and (min-width:1300px){
	.ebook-sec {
	  min-height: calc(100vh - 606px);
	}
}