/* new design */
.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!important;
}
/* 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;
}
 section *, .boxed *, section .boxed{
	-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!important;
	color: #4CA9F5;
}
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-blue
{
	    color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.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: 600;
}
.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: -10px;
	margin-left: -10px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 16.6%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media only screen and (max-width: 1025px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-4 {
	width: 33.3%;
}
	.cols-md-3 {
	width: 25%;
}
	.slider-nav2 .lastbut, 	.slider-nav3 .lastbut {
		display: inline-block !important;
	}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-8 {
	width: 66.6%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-4 {
	width: 33.3%;
}
	.cols-sd-3 {
	width: 25%;
}
}
section {
    padding: 80px 0;
}
.obliq
{
	       font-style: italic;
}
/* slider  */ 
.customer-slider {
    min-height: 530px;
}
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.banner {
    background: linear-gradient(181deg, #2236B9, #0B1652);
}
.page-title {
        font-weight: 500;
    color: #fff;
    font-size: 38px;
    line-height: 1.4;
	    margin-bottom: 80px;
}
.ag-carousel_item {
    float: left;
    position: relative;
    min-height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 30px;
	max-width: 500px;
}
.custom-width {
  width: 150% !important; 
}
.ag-carousel_item
{
	background: url(../images/pattern1.jpg) no-repeat;
	background-size: cover;
}
.ag-carousel_item:nth-child(n+1)
{
	background: url(../images/pattern1.jpg) no-repeat;
	background-size: cover;
}
.ag-carousel_item:nth-child(2n)
{
	background: url(../images/pattern2.jpg) no-repeat;
	background-size: cover;
}
.ag-carousel_item:nth-child(3n)
{
	background: url(../images/pattern3.jpg) no-repeat;
	background-size: cover;
}
.ag-carousel_item:nth-child(4n)
{
	background: url(../images/pattern4.jpg) no-repeat;
	background-size: cover;
}
.ag-carousel_item h2 {
    margin-top: 0;
    font-weight: 500;
    text-align: center;
	    color: #000;
	
}
.pro-content {
    background: #fff;
    padding: 30px;
    border-radius: 22px;
}
.review-logo {
    width: 335px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    text-align: center;
	    max-height: 70px;
}
.review-logo > div {
    display: inline-block;
	position: relative;
}
.logo1:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 38px;
    background: #a3a3a3;
    margin: 0 16px;
    z-index: 999999;
    position: relative;
    vertical-align: middle;
}
.section-title {
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    font-size: 2.2em;
    margin-bottom: 40px;
}
.review-img {
    width: 85%;
}
.prm-banner > div {
    float: left;
}
.prm-banner {
    padding: 40px 100px;
    margin-top: 80px;
    background: url(../images/msp-bg.png) #0033B7 no-repeat;
    background-size: 71%;
    background-position: 140%;
    border-radius: 13px;
}
.prm-hdng h2 {
    color: #fff;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.4;
    margin: 10px 60px;
}
.prm-hdng {
    width: 60%;
}
.prm-img {
    width: 13%;
}
#popup-cta {
        background: #FFC538;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 45px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 29px;
    display: inline-block;
}
#popup-cta:hover
{
	background: #fff;
}
.step-box {
    border-radius: 9px;
    box-shadow: 0 0 42px #e7e7e7;
    border: 1px solid #F3EBEB;
    padding: 40px;
	opacity: 0;
}
.in-view .step-box
{
	 animation: appear 0.1s ease-in-out forwards;
}
.in-view .step-box1 {
  animation-delay: 0s;
}
.in-view .step-box2 {
  animation-delay: 0.2s;
}
.in-view .step-box3 {
  animation-delay: 0.4s;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
span.num {
    display: inline-block;
    font-size: 68px;
    margin-top: 30px;
    font-weight: 600;
    color: #e0e0e0;
}
.step-box h3 {
    font-weight: 500;
    color: #000;
    margin-top: 25px;
    font-size: 1.8em;
}
.step-box p {
    font-size: 18px;
    line-height: 1.3;
}
.step-box p {
    font-size: 18px;
    line-height: 1.3;
    min-height: 65px;
}
.blue-container {
    padding: 40px 40px;
    margin-top: 80px;
    background: url(../images/msp-bg.png) #0033B7 no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 18px;
}
.blue-container h2 {
    font-size: 2em;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 0;
}
.blue-container p {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 0;
}
.blue-container p a
{
	color: #fff;
	text-decoration: underline;
}
.blue-container p a:hover
{
	text-decoration: underline;
}
.step-box img {
    height: 135px;
}

.form-field * {
	outline: 0
}
.form-control {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	position: relative;
	margin-bottom: 20px;
}


p.evalform_error_msg {
	font-size: 11px;
	color: #f63f3f;
	position: absolute;
	top: 46px;
	left: 0;
	display: none;
	min-width: 300px;
		    margin: 0;
}

select#country_state,
select#ukcountry_region,
select#zc-country, select#upload-zc-country{
	background: #fff url(https://www.manageengine.com/images/form_dropdownarrows.png) no-repeat 97% center;
	background-size: 14px;
	border: none;
	width: 100%;
	font-size: 16px;
	color: #1A141F;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	margin: 0
}

.uscountry select#country_state,
.uscountry select#ukcountry_region {
	    margin-top: 20px;
}

div#meGDPRMessage{
	margin: 10px 0;
	font-size: 12px;
}

p.privacy-policy {
	    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    color: #fcfcfc;
}

p.privacy-policy a {
	color: #fcfcfc;
	text-decoration: underline;
}
#meGDPRMessage a
{
	color: #fcfcfc;
}
div.form-group div#meGDPRMessage label {
	font-size: 16px;
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
    color: #fff;
    text-align: initial;
    cursor: pointer;
    line-height: 1.4;
}
#upload_form #meGDPRMessage label
{
	color: #000;
}
div#meGDPRMessage, #meGDPRMessage1 {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #fcfcfc;
}
.success-msg,
.success-msg-cosedevent,
.success-msg2 {
	background: #f8fdee;
	border: 1px solid #b6db95;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-width: 1px 0;
	padding: 10px 0;
	text-align: center;
	color: #5c8707;
	font-family: 'Zoho_Puvi_Bold';
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	display: none
}

.zc-dropdown-group .form-field,
.zc-solution-group .form-field {
	width: 100%
}
.label
{
	    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}
.zc-dropdown-group select,
.zc-solution-group select {
	background: #fff url(https://www.manageengine.com/images/form_dropdownarrows.png) no-repeat 97% center;
	background-size: 14px;
	border: none;
	width: 100%;
	font-size: 16px;
	color: #1A141F;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	margin: 0
}
.zc-dropdown-group .disabled{
    color: #aaaaaa;
    background-color: #ffffff4a;
    cursor: not-allowed;
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    background-image: none; 
	pointer-events: none;
}
.msp-form
{
	    background: #28282A;
    padding: 50px;
    border-radius: 5px;
}
.form-control.zc-dropdown-group {
	background: #fff
}
input#submit-btn, #upload_submit-btn {
        background: #FF0000;
    border: none;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    border-radius: 6px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}
input#submit-btn:hover
{
	background: #fff;
	color: #000;
}
.form-group input, .form-group select {
    width: 100%;
    height: 45px;
	    padding: 0 14px;
	    font-size: 16px;
}
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.global-success-msg {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    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: #000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
} 
span.close {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #000;
    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;
}
.tick-icon img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: 60px;
    width: 60px;
}
.global-success-msg p {
    line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
}
span.tick-icon {
    display: block;
    padding: 24px;
    background: #26308F;
    border-radius: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}
.form-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000080;
	    z-index: 999999;
	display: none;
}
.popup-form {
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 700px;
    max-width: 90%;
    max-height: 90vh;
    overflow: scroll;
    padding: 50px;
    border-radius: 14px;
}
#upload_form .form-group input, #upload_form .form-group select
{
	    border: 1px solid #a6a6a6;
}
#upload_form .label {
    color: #000;
}
#upload_form select#country_state, #upload_form select#ukcountry_region, #upload_form select#zc-country
{
	border: 1px solid #a6a6a6;
}
#upload_form div#meGDPRMessage, #upload_form p.privacy-policy, #upload_form p.privacy-policy a
{
	color: #000;
}
input#upload_submit-btn:hover
{
	background: #444;
	color: #fff;
}
.form-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #a3a2a2;
	    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-weight: 600;
    cursor: pointer;
}
.form-close:hover
{
	background: #000;
	color: #fff;
}
p.file-info {
    margin-bottom: 0;
    font-size: 14px;
}
#upload_form .form-group input#file-upload {
   height: auto;
    margin: 10px 0;
    padding: 0;
    background-color: #fff;
    transition: border-color 0.25s ease-in-out;
    border: none;
}
input[type=file]::file-selector-button {
  padding: 10px 15px;
  border-width: 0;
  border-radius: 10px;
  background-color: #0034b7;
  color: #dbe6f0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}
input[type=file]:hover {
  border-color: #888;
}
input[type=file]:hover::file-selector-button {
  background-color: #1f66ad;
}
.view
{
	transition: all ease 0.9s;
	    transform: translatey(400px);
	opacity: 0;
}
.in-view .view, .in-view.view
{
	    transform: translatey(0);
	opacity: 1;
}
@media only screen and (max-width: 1025px)
{
	.step-box {
    margin-bottom: 20px;
}
	#commonHeader
	{
		height: 62px;
		min-height: 62px;
	}
	.abheader div#MEmobile
	{
		    position: absolute;
	}
	.abheader #MEmobPanel {
    top: 62px;
}
	.review-img
	{
		    max-width: 400px;
	}
	.msp-form {
    padding: 30px;
    margin-top: 40px;
}
}
@media only screen and (max-width: 970px)
{
	.md-center
	{
		text-align: center;
	}
	.prm-banner > div {
    width: 100%;
    text-align: center;
    margin: 14px 0;
}
	.prm-img img {
    width: 200px;
}
	.prm-banner {
    padding: 40px 100px;
    margin-top: 80px;
    background: url(../images/msp-bg.png) #0033B7 no-repeat;
    background-size: 100%;
    background-position: top;
    border-radius: 13px;
}
	.prm-banner {
    padding: 20px;
}
	#popup-cta
	{
		    margin-top: 28px;
	}
	.prm-hdng h2
	{
		    margin: 10px 25px;
	}
}
@media only screen and (max-width: 650px)
{
	.blue-container h2 {
    font-size: 1.6em;
}
	.page-title br {
    display: none;
}
	.page-title
	{
		font-size: 29px;
	}
	.blue-container p {
    font-size: 1em;
}
	.blue-container {
    padding: 20px;
}
}