@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-style:italic}
#backToTop{display: none!important;}
.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;
}

/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
    font-family:"Montserrat";
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
	margin: 0;
}
* {
	-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:#0B41BC;
}
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;
}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
fl{float: left;}
fr{float: right;}
.fb{font-weight: 600;}
.f15{font-size: 1.1em;}
img {
	vertical-align: middle;
	max-width: 100%;
}
p {
	margin: 0 0 5px
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    line-height: normal;
    letter-spacing: .5px;
}
.container{
    width:1200px;
    margin: 0 auto;
}
h2{
    font-size: 2em;
    margin-bottom: 20px;
    color:#274738;
}
h3{
    font-size: 1.5em;
}
h4{
    font-size: 1.2em;
}
h5{
    font-size: 1em;
    padding: 10px 0;
}
b, strong {font-weight: 700;}
/*---------- Header section ------------*/
header{
    background: #377d43;
    position: fixed;
    width:100%;
    height: 80px;
    margin: 0 auto;
    top:0;
    left: 0;
    z-index: 4;
}
.header-section a{display: inline-block;vertical-align: top;}
.header-section a  img{width:240px;height: 50px;}
.header-section{
    width: 100%;
    margin:0 auto;
    position: absolute;
    left: 0;
    top:0;
    padding: 20px 0 0 0;
}
.nav-menu{
    float: right;
    margin: 10px 0 0 0;
}
.nav-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    color: #fff;
    cursor: pointer;
    border-bottom: 2px solid #367d43;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;    
    transition: all ease-in-out 0.5s;
}
.nav-menu li:hover, .nav-menu li.active{
    border-bottom: 2px solid #fff;
}
.callback-request li{
    cursor: pointer;
    background: #F1C744;
    border:1px solid #F1C744;
    color:#000;
    padding: 5px 20px;
    border-radius: 3px;
    margin: 0 0 0 15px;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;    
    transition: all ease-in-out 0.5s;
    font-weight: 600;
    font-size: .9em;
    display: inline-block;
    vertical-align: to;;
}
.callback-request{
    float: right;
}
.callback-request li.download-file{
    background: #ff7540;
    border:1px solid #ff7540;
    color:#fff;
}
.callback-request li:hover{
    background: transparent;
    border:1px solid #fff;
    color:#fff;
}
.form-main-pop{
    display: none;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
}
.callback-form, .resource-form{
    display: none;
}
.callback-inner{
    width: 60%;
    background: #ededed;
    margin: 60px auto;
    overflow: scroll;
    color: #000;
    padding: 3%;
    position: fixed;
    max-height: 90vh;
    left: 21%;
    top: 0;
}
.callback-inner h3{
    padding: 15px 0 20px 0;
    text-align: center;
}
.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 3;
}
.popup-close:hover {
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
    cursor: pointer;
}
/*---------- banner section ------------*/
#Home{
    /*background:#377d43 url(../images/banner-bg.jpg) no-repeat bottom center;*/
    background:#377d43;
    background-size:100%;
    min-height: 650px;
    position: relative;
}
#Home svg{
    width:100%;
    position: absolute;
    bottom: -70px;
}
.ban-creative{
    width:450px;
    height: auto;
    position: absolute;
    top:100px;
    right:0;
}
.banner-cont{
    color:#fff;
    width: 500px;
    height: 550px;
    overflow: hidden;
    position: relative;
    top: 200px;
}
.slider > li{
    background:#377d43;
    position: absolute;
    top:0;
    left:0;
}
.showing{
    opacity: 1;
    z-index: 2;
}
/*
.slide3{
    -webkit-animation: ani-opacity 10s infinite linear;
    -moz-animation: ani-opacity 10s infinite linear;
    animation: ani-opacity 10s infinite linear;
}*/

.banner-cont h1{
	font-size:2em;
    color:#F1C744;
    margin-bottom: 20px;
}
.banner-cont h2{
    color:#F1C744;
    margin-bottom: 20px;
}
.banner-cont li .objectives-list, .banner-cont li ol{
    margin-top:20px;
}
.banner-cont li .objectives-list p{
    background: url(../images/objectives-icon.svg) no-repeat left center;
    background-size: 24px;
    padding:5px 0 5px 40px;
    font-weight: 700;
}
.banner-cont li .maturity-levels-list p{
    display: inline-block;
    vertical-align: top;
    width:30%;
    background: #115A2D url(../images/maturity-levels-one.svg) no-repeat 12px 5px;
    background-size: 24px;
    padding:60px 10px 10px 10px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: .9em;
    line-height: 20px;
}
.banner-cont li .maturity-levels-list p:nth-child(2){
    background: #115A2D url(../images/maturity-levels-two.svg) no-repeat 12px 5px;
    background-size: 24px;
}
.banner-cont li .maturity-levels-list p:nth-child(3){
    background: #115A2D url(../images/maturity-levels-three.svg) no-repeat 12px 5px;
    background-size: 24px;
}
ul.pagination {
    position: absolute;
    left: 0;
    bottom: auto;
    bottom: 40%;
    left: auto;
}
ul.pagination li{
    display: inline-block;
    vertical-align: top;
    width: 10px;
    margin: 0 5px;
}
ul.pagination li span {
    width: 10px;
    height: 10px;
    background: #000;
    text-indent: -9999em;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    opacity: .5;
    border: 1px solid #CCC;
    border-radius: 20px;
}
ul.pagination li.active span{
    background: #ffc101;
    opacity: 1;
}
/*---------- Models section ------------*/
.page2{padding: 120px 0 50px 0;}
.brief-sec{
    width:60%;
    margin: 0 0 40px;
}
.mitigation-strategies{
    padding: 30px 0;
    border-left: 1px solid #DD7812;
}
.mitigation-strategies h5 {
    color: #DD7812;
    margin: 0 0 30px -8px;
    background: url(../images/bullet2.svg) no-repeat 0 center;
    padding: 10px 0 10px 30px;
}
.mitigation-strategies ul li{
    display: inline-block;
    vertical-align: top;
    width:45%;
    padding: 20px 20px 20px 60px;
    background: url(../images/ms-icon1.svg) no-repeat 10px 20px;
    background-size: 40px;
    min-height: 120px;
}
.mitigation-strategies ul li:nth-child(1){
    border-right:1px solid #eee;
}
.mitigation-strategies ul li:nth-child(2){
    background: url(../images/ms-icon2.svg) no-repeat 10px 20px;
    background-size: 40px;
    border-bottom:1px solid #eee;
}
.mitigation-strategies ul li:nth-child(3){
    background: url(../images/ms-icon3.svg) no-repeat 10px 20px;
    background-size: 40px;
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    position: relative;
}
.mitigation-strategies ul li:nth-child(4){
    background: url(../images/ms-icon4.svg) no-repeat 10px 20px;
    background-size: 40px;
}
.mitigation-strategies ul li:nth-child(3):before{
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: -15px;
    top: -15px;
}

.mitigation-strategies.ms2 ul li:nth-child(1){
    background: url(../images/ms-icon5.svg) no-repeat 10px 20px;
    background-size: 40px;
}
.mitigation-strategies.ms2 ul li:nth-child(2){
    background: url(../images/ms-icon6.svg) no-repeat 10px 20px;
    background-size: 40px;
}
.mitigation-strategies.ms2 ul li:nth-child(3){
    background: url(../images/ms-icon7.svg) no-repeat 10px 20px;
    background-size: 40px;
}

.mitigation-strategies.ms3 ul li:nth-child(1){
    background: url(../images/ms-icon8.svg) no-repeat 10px 20px;
    background-size: 40px;
}

/*---------- Survey section ------------*/
.page3{
    background:#377d43;
    background-size:100%;
    min-height: 750px;
    padding: 50px 0;
    overflow: hidden;
}
.page3 h2{
    color:#F1C744;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.surv1{
    background: url(../images/quiz-bg.svg) no-repeat 0 0;
    background-size: cover;
    padding:40px;
    text-align: center;
    min-height: 550px;
    width: 1200px;
    margin: 0 auto;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;    
    transition: all ease-in-out 0.5s;
    opacity: 0;
}
.surv1.active {
    opacity: 1;
}
.surv1 p{
    font-size: 1.2em;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    color:#fff;
}
.start-quiz {
    display: inline-block;
    padding: 12px 50px;
    border-radius: 4px;
    color: #fff;
    background: #377d43;
    border: 2px solid #377d43;
    font-weight: 600;
    margin: 30px 0 0 0;
    font-size: 1.3em;
    cursor: pointer;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    width: auto;
}
.start-quiz:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}
.quiz-enter img{margin-top: 20px;}
.quiz-enter h3{margin: 20px 0 20px 0;}
.surv1 .get-guide{
    background: #0B41A2;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 1em;
    margin: 10px 0 0 0;
}
.get-guide:before{
    content: "";
    position: absolute;
    left: -29px;
    top: 0;
    background: #0E49B4 url(../images/quiz-pdf-icon.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 3px;
}
.surv-qus-list h4{color:#377D43;}
.surv-qus-list h3{font-size: 1.2em;}
.surv-qus-list > li {
    background: #f5f6f8 url(../images/quiz-creative.svg) no-repeat left bottom;
    padding: 40px 40px 40px 430px;
    min-height: 550px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
    right: -100%;
    width: 1200px;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.surv-qus-list > li.active {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.surv-qus-list > li.qus10{
    background: #f5f6f8 url(../images/quiz-bg.svg) no-repeat left bottom;
    background-size: cover;
    padding: 40px;
    text-align: center;
}
.answ-options ul {
    margin: 10px 0 0 0;
    width: 95%;
}
.answ-options li.active {
    background: url(../images/radio-active.svg) no-repeat left 0;
}
.answ-options li {
    padding: 0 0 0 40px;
    margin: 15px 0;
    cursor: pointer;
    background: url(../images/radio-disable.svg) no-repeat left 0;
}

.btn {
    display: inline-block;
    padding: 5px 20px;
    color: #9e9e9e;
    background: #efefef;
    border: 2px solid #dedede;
    border-radius: 3px;
    text-align: center;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    width: auto;
}
.nxt-btn {
    margin-right: 20px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 1em;
    line-height: unset;
}
.btn.active{
    color: #fff;
    background: #377d43;
    border: 2px solid #377d43;
    cursor: pointer;
}
.btn.active:hover{
    color: #377d43;
    background: #fff;
    border: 2px solid #377d43;
}
.asr, .ssr, .msr{display: none;}
.asr.active, .ssr.active, .msr.active{display: block;}
.score-range{
    font-size: 2em;
    font-weight: 600;
    color: #ffe4b1;
}
.score-range span{
    display: block;
    font-size: 4em;
    line-height: normal;
    font-weight: 700;
    color: #fff;
}
.score-info{
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
    width: 84%;
    margin: 0 auto;
}
#WmasrCD {
    display: inline-block;
    background: #FF5722;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    font-weight: 600;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
#WmasrCD:hover{
    background: #fff;
    color: #000;
}
.maturity-level{color: #fff;font-size: 1.6em;}
.ml-bar{text-align: center;margin: 50px 0 0 0;}
.ml-bar span{
    width: 20%;
    height: 10px;
    background: #FFC320;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 1px 2px 2px #d88b06;
}
.ml-bar .ml-y{background: #FFC320;}
.ml-bar .ml-b{background: #4247EC;}
.retake-quiz{
    position: absolute;
    right: 30px;
    color: #fff;
    font-size: 1em;
    background: #4147ec;
    border-radius: 50px;
    padding: 2px 20px;
}
/*---------- Maturitylevel section ------------*/
.page4{
    padding: 120px 0 50px 0;
    position: relative;
}
.page4 svg{
    width:100%;
    position: absolute;
    top: -15px;
}
.it-tools-list{width:75%;}
.it-tools-list > li {
    cursor: pointer;
    background: #f4f5f5;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin: 0 0 5px 65px;
    position: relative;
    border-radius: 5px;
}
.it-tools-list > li h4{
    font-size: 1em;
    font-weight: 600;
    position: relative;
}
.it-tools-list > li ul{display: none;}
.it-tools-list > li h4:after{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #377D43;
    position: absolute;
    right:0;
    top:10px;
}
.it-tools-list > li.slideup h4:after{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333;
    border-top: none;
    position: absolute;
    right:0;
    top:10px;
}
.it-tools-list > li ul{
    margin-top:20px;
}
.it-tools-list > li ul li{
    padding: 5px 0 5px 20px;
    background: url("../images/bullet.svg") no-repeat left center;
    background-size:8px;
}
.it-tools-list > li:before{
    content: "";
    background: #f4f5f5 url(../images/ms-icon1.svg) no-repeat center center;
    background-size: 40px;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: -1px;
    left: -65px;
    width: 60px;
    height: 58px;
    border-radius: 5px;
}
.it-tools-list > li:nth-child(2):before{
    background: #f4f5f5 url(../images/ms-icon2.svg) no-repeat center center;
    background-size: 40px;
}
.it-tools-list > li:nth-child(3):before{
    background: #f4f5f5 url(../images/ms-icon4.svg) no-repeat center center;
    background-size: 40px;
}
.it-tools-list > li:nth-child(4):before{
    background: #f4f5f5 url(../images/ms-icon3.svg) no-repeat center center;
    background-size: 40px;
}
.it-tools-list > li:nth-child(5):before{
    background: #f4f5f5 url(../images/ms-icon5.svg) no-repeat center center;
    background-size: 40px;
}
.it-tools-list > li:nth-child(6):before{
    background: #f4f5f5 url(../images/ms-icon6.svg) no-repeat center center;
    background-size: 40px;
}
.it-tools-list > li:nth-child(7):before{
    background: #f4f5f5 url(../images/ms-icon7.svg) no-repeat center center;
    background-size: 40px;
}
.it-tools-list > li:nth-child(8):before{
    background: #f4f5f5 url(../images/ms-icon8.svg) no-repeat center center;
    background-size: 40px;
}
/*---------- ME Solutions section ------------*/
.page5{
    padding: 50px 0;
}
.solutions-list li{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.solutions-list li:hover{
    transform: scale(1.04);
}
.solutions-list li a{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background: #f2f7fb;
    color:#000;
    min-height: 235px;
    margin: 10px;
    padding: 40px;
}
.solutions-list li:nth-child(2) a{background: #f7f5fa;}
.solutions-list li:nth-child(3) a{background: #f4faf6;}
.solutions-list li:nth-child(4) a{background: #fdf4f5;}
.solutions-list li:nth-child(5) a{background: #fefaf1;}
.solutions-listl li:nth-child(6) a{background: #eff7f9;}
.solutions-list li:nth-child(7) a{background: #eff7f9;}
.solutions-list li:nth-child(8) a{background: #f2f7fb;}
.solutions-list li p{margin: 10px 0 20px 0;     min-height: 98px;}
.solutions-list li span{display: inline-block;color:#ff6201;}

/*---------- Form styles ------------*/

.inputs:focus{outline: none;}
dropdown-control.uscountry {
    background: #fff;
}
.uscountry{
    height: auto;
}
.uscountry select#contact_country, .uscountry select.zc-country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state {
    height: 60px;
}
.form-field * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-field{
    margin: 0;
    position: relative;
}
.form-row .form-field {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 2% 10px 0;
}
.form-row .form-field + .form-field{margin: 10px 0 10px 0;width: 49%;}
form input, form select, form textarea {
    width: 100%;
    outline: none;
    background: #fff;
    border: 2px solid #fff;
    padding: 4%;
    font-size: 1.2em;
    position: relative;
    border-radius: 5px;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    font-family:"Montserrat";
}
form select {
    background: #fff url(https://www.manageengine.com/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
}
form textarea {
    height: 80px;
    padding: 2%;
    margin-top: 10px;
}
form input:hover, form select:hover, form textarea:hover {
    border: 2px solid #377d43;
}
form input:focus, form select:focus, form textarea:focus {
    border: 2px solid #377d43;
}
::placeholder {color: #999;opacity: 1;}
:-ms-input-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
.callback-btn{text-align: center;}
.callback-btn input{
    background: #377d43;
    border: 1px solid #377d43;
    color: #fff;
    width: 200px;
    padding: 15px 0;
    border-radius: 3px;
    font-size: 1.2em;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}
.callback-btn input:hover{
    background: transparent;
    border: 1px solid #377d43;
    color: #000;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
#country_state{
      margin-top: 15px;
}
#meGDPRMessage, .privacy-policy {
    font-size: .9em;
    width: 96%;
    margin: 0 auto;
}
.privacy-policy {padding: 10px 0;}
.privacy-policy a {
    color: #6b86ca;
    text-decoration: underline;
    cursor: pointer;
}
.privacy-policy a:hover {text-decoration: none;}
p.reg_form_errors {
    position: absolute;
    left: 8px;
    bottom: -20px;
    font-size: .8em;
    color: #ff0000;
    margin: 0;
    display: none;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a {
    display: block;
    width: 100%;
    outline: none;
    background: #fff;
    border: 2px solid #fff;
    padding: 4%;
    font-size: 1.2em;
    position: relative;
    border-radius: 5px;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    color:#999;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a {
    background: #fff url(https://www.manageengine.com/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
}
.dropdown .dropdt a:hover, .dropdown1 .dropdt1 a:hover {
    border: 2px solid #377d43;
}
.multiSel span strong, .multiSel1 span strong {
    margin: 0 0 0 10px;
}
.dropdt1 span.hida1{
    padding: 0;
    display: block;
}
.dropdown, .dropdown1 {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}
.dropdown .dropdd ul, .dropdown1 .dropdd1 ul {
    border: none;
    color: #000;
    display: none;
    left: 0;
    padding: 3%;
    position: absolute;
    top: 40px;
    width: 94%;
    list-style: none;
    height: 120px;
    overflow: auto;
    border: 1px solid #e9e9e9;
    border-width: 0 1px 1px 1px;
    background: #fff;
    z-index: 2;
}
.dropdown1 .dropdd1 ul li{
    padding: 5px 10px;
    cursor: pointer;
}
.dropdown .dropdd ul li:hover, .dropdown1 .dropdd1 ul li:hover {
    background: #eee;
}
.multiSel span, .multiSel1 span {
    border: 1px solid #ee9b38;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .7em;
}
.dropdown .dropdt a span, .multiSel span, .dropdown1 .dropdt1 a span, .multiSel1 span {
    cursor: pointer;
    display: inline-block;
}
/*---------- Footer styles ------------*/
footer{
    text-align: center;
    background:#222;
    padding: 20px 0 15px 0;
    color:#fff;
    font-size: .9em;
}
footer a{color:#fff;}
footer a:hover{text-decoration: underline;}
.svg-color {fill: #222;}
.share-list{margin-bottom: 10px;}
.share-list svg{width:20px;}
.share-list li{
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 30px;
    padding: 5px 0 0 0;
    margin: 0 2px;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.share-list li:hover{
    transform: scale(1.1);
}
.share-list a{
    display: inline-block;
    vertical-align: top;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  top: 0;
  overflow: hidden;
    display: none;
}
.preloader-main {
    display: block;
}
.preloader .preloader-wrapper {
  width: 30%;
  top: 20%;
  margin: 20% auto 0 auto;
}
.preloader .preloader-wrapper img {
  width: 40px;
  display: block;
  margin: 0 auto;
  -webkit-animation: preloaderanim 1s infinite linear;
  -moz-animation: preloaderanim 1s infinite linear;
  -o-animation: preloaderanim 1s infinite linear;
  animation: preloaderanim 1s infinite linear;
}
.preloader .preloader-wrapper p {
  text-align: center;
}
.success-msg{
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #ffc101;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
p.callback-text {
    font-size: 0.9em;
}
/*---------- keyframes styles ------------*/

/* Rotate animation */

@-webkit-keyframes rotate-center {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotate-center {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

/* Loading animation */
@-webkit-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*---------- Responsive styles ------------*/
@media only screen and (min-width: 1800px) {
}
@media only screen and (max-width: 1200px) {
    .container{width:90%;margin: 0 auto;} 
    .surv-qus-list > li{width: 100%;left: 0;}
    .surv1{width: 100%;}
    .banner-cont{top:150px;}
    .ban-creative {width: 40%;}
    .it-tools-list{width:100%;}
    .form-row .form-field, .form-row .form-field + .form-field{width:100%;margin: 10px 0;}
}
@media only screen and (max-width: 1000px) {
    #Home{min-height: 500px;}
    .brief-sec {width: 80%;}
    .ban-creative{display: none;}
    .mitigation-strategies ul li{width:90%;border-bottom: 1px solid #eee;min-height: 10px;padding: 0px 20px 20px 70px;margin: 0 0 20px 0;}
    .mitigation-strategies ul li:nth-child(1){border-right: none;}
    .mitigation-strategies ul li:nth-child(3){border-top: none;border-right: none;}
    .surv-qus-list > li{background: #fff;padding: 40px;}
    .callback-request {float: none;width: 100%;background: #377d43;position: fixed;bottom: 0;left: 0;padding: 20px 0;text-align: center;}
    .callback-request li{margin: 3px;}
}
@media only screen and (max-width: 700px) {
    #Home{min-height: 500px;}
    .header-section a  img{width: 180px;}
    .nav-menu{display: none;}
    .banner-cont{width:auto;top: 100px;}
    .page3{overflow: auto;min-height: 900px;}
    .brief-sec {width: 100%;}
    .banner-cont h1 br, .brief-sec h2 br{display: none;}
    .banner-cont ol li{margin: 10px;width:80%;}
    .solutions-list li, .score-info{width:100%;}
    .get-guide::before {display: none;}
    .callback-inner{width:90%;left: 5%;}
    .callback-btn input{margin-bottom:20px;}
    .banner-cont li .maturity-levels-list p {width: 90%;padding: 10px 10px 10px 50px;margin: 0 0 5px 0;}
    ul.pagination{display: none;}
}
@media only screen and (max-width: 380px) {
    .header-section a  img{width: 140px;}
}
@media only screen and (max-width: 325px) {
    .header-section a  img{width: 120px;}
}






