/*MAIN CTA BUTTON ICON*/
.nav-dwn-icon, .prd-nav .dwn-btm-icon{display:none}

/*BREADCRUMB-SECTION*/

.cmn-breadcrum {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
	letter-spacing: normal;
}


/*Global beader only call this attr*/

.globe-menu-page .cmn-breadcrum {
    padding-top: 30px;
    max-width: 1400px;
    margin: 0px auto;
}

.cmn-breadcrum a,
.cmn-breadcrum .root-page {
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.5;
}

.cmn-breadcrum a {
    color: #fff;
    position: relative;
    margin: 10px 0px;
}

.cmn-breadcrum a:hover {
    color: #fff;
}

.cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #fff;
    transition: .4s ease;
}

.cmn-breadcrum a:hover::after {
    width: 100%;
    transition: .4s ease;
}

.cmn-breadcrum .root-page {
    color: #fff;
}

.cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 5px;
	color: #fff;
}

.cta-btn {
    background: #f0483e;
    text-decoration: none !important;
    color: #fff;
    padding: 10px 20px;
    margin: 30px auto;
    font-family: 'Zoho_Puvi_SemiBold';
    border-radius: 2px;
    display: block;
    max-width: 250px;
    text-align: center;
    width: 90%;
    font-size: 16px;
}

.globe-type-menu-page .cmn-breadcrum {
    max-width: 1400px;
    margin: 0px auto;
}
   .mobile-breadcrum {
    display: none;
}


.heading-menu {
            padding:0;
            margin-top: 0;
            background:linear-gradient(360deg, rgb(21, 56, 164) 20%, rgb(27, 102, 208) 90%) 0% 0% / cover;
    		border-bottom: 0px;
            background-attachment: relative;
            background-position: center center;
            width: 100%;
            -webkit-background-size: 100%;
            -moz-background-size: 100%;
            -o-background-size: 100%;
            background-size: 100%;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            font-weight: 400;
            letter-spacing: -1px;
            position: relative;
            overflow: hidden;
            clear: both;
            height: auto;
            font-weight: 500;
			color:#fff;
        }
		h1.ftrmnhdr {
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    font-size: 40px !important;
    letter-spacing: 0.5px;
    line-height: 50px;
    font-weight: 600;
}

      div.heading-menu .ftrpg-inrhdr {
		color: #fff;
		letter-spacing: normal;
		margin-top:10px;
		font-size:20px;
}

        #scroll {
            padding: 0px;
        }
		.heading-menu .container.tac.clearfix {
    padding: 20px 0 40px 0;
}

/*CONTAINER*/
.msp-container {
	  max-width: 1250px;
	  margin: 0 auto;
	  padding: 0px 2%;
	  width: 94%;
}

/*fade animation start*/

/*New Common CSS Start*/

.m-moveup {
	transform: translateY(100px);
	transition-duration: 1s;
	transition-property: all;
}
.in-view .m-moveup {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.mdelay100 {
	-webkit-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}
.mdelay200 {
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.mdelay300 {
	-webkit-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.mdelay400 {
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}
.mdelay500 {
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.mdelay600 {
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}
.mdelay700 {
	-webkit-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
.mdelay800 {
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}
.mdelay900 {
	-webkit-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
.mdelay1000 {
	-webkit-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}
.top-animated .visible {
	opacity: 1;
	transition: .5s ease-in;
}
/*fade animation end*/



/*LAZY AND CONTENT ANIMATION*/

.cont-anim>h1,
.cont-anim>h2,
.cont-anim>h3,
.cont-anim>h4,
.cont-anim>h5,
.cont-anim>p,
.cont-anim>a,
.cont-anim>ul>li,
.cont-anim>div,
.cont-anim>span {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
}

.cont-anim .content-view {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}

.right-img-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
}

.left-img-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
}

.img-view {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
}

.img-scale {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 1s ease;
}

.parent-active .img-scale {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 1s ease;
}

.right-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
}

.lef-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
}

.parent-active .lef-anim,
.parent-active .right-anim,
.parent-active .right-img-anim,
.parent-active .left-img-anim {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
}

.bottom-to-top-anim {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: 1s ease;
}

.parent-active .bottom-to-top-anim {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: 1s ease;
}

.mobile-breadcrum {
    display: none;
}

picture {
    width: 100%;
    height: auto;
    display: block;
}

.placeholder-loading {
    position: relative;
    background-color: #e2e2e2;
    overflow: hidden;
}

.lazy-picture {
    transform: translateY(20px);
    transition: .6s ease all;
    opacity: 0;
}

.lazy-picture.img-active {
    transform: translateY(0px);
    transition: .6s ease all;
    opacity: 1;
}

.placeholder-loading img,
.placeholder-loading source {
    height: auto;
    width: 100%;
    opacity: 0;
}

.placeholder-loading.picture {
    border-radius: 0;
}

.placeholder-loading::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    animation: loading 1.5s infinite;
}

#axelos-disclaimer {
    margin: 60px 0px 30px;
}

#axelos-disclaimer p {
    font-size: 14px !important;
}

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}



/*SLICK SLIDER CSS*/

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
.slick-next,
.slick-prev,
a:focus {
    outline: 0
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: 0 0
}

.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #c7d0df;
    transition: .5s ease
}

.slick-dots,
.z-testiContent,
.z-testimonial-head,
.z-testimonial-head h4 {
    position: relative
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
    background: #3f51b6
}

.slick-next:before {
    transform: rotate(-45deg);
    top: 0;
    right: 10px
}

.slick-next:after {
    transform: rotate(45deg);
    bottom: 0;
    right: 10px
}

.slick-prev:before {
    transform: rotate(45deg);
    top: 0;
    left: 10px
}

.slick-prev:after {
    transform: rotate(135deg);
    bottom: 0;
    left: 10px
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: .25
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots {
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    margin: 0 3px;
    background: #c7d0df;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    transition: .5s ease;
    box-sizing: content-box
}

.slick-dots li.slick-active {
    background: #3f51b6;
    width: 8px;
    height: 8px;
    border: 1px solid #3f51b6
}

.slick-dots li button {
    display: none
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -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 {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-list {
    overflow: hidden;
}

.slick-track:after {
    clear: both;
    display: table;
    content: ''
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

.i18n-ar .slick-slider .slick-list,
.i18n-ar .slick-slider .slick-dots {
    direction: ltr;
    text-align: center;
}

.slick-initialized .slick-slide {
    display: block
}

.slick-arrow.slick-hidden {
    display: none
}




/*Youtube Videos In-line-embeding-style-start*/

.me-sdp-video-parent-container {
    max-width: 800px;
    margin: 0px auto;
    width: 95%;
}

.me-sdp-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio for responsive scaling */
    overflow: hidden;
}

.me-sdp-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the overlay color and transparency */
}

.me-sdp-video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-video-iframe .modal-wrapper {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    height: auto;
}

.footer-video-iframe iframe {
    display: block;
    width: 85%;
    height: 85%;
    margin: 50px auto 0px;
}


/*Youtube Videos In-line-embeding-style-end*/



/*MSP customer logos styles start*/
.mspcustomersec{
    padding: 100px 0;
}
.mspcustomersec h2{
    margin-top:0;
}
ul.mspcustmr-imgs {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
ul.mspcustmr-imgs li {
  width: calc(100%/6);
  height: 80px;
}
ul.mspcustmr-imgs li span {
  background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/msp-customers-brand.svg);
  background-size: 650px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px auto;
  position: relative;
  transform: translateY(0px) scale(1);
  transform-origin: center bottom;
      transform: translateY(25px);
	opacity: 0;}
.mspcustmr-logos {
    margin-top: 30px;
}

.mspcustmr-logos li.content-view span {
  transform: translateY(0px);
  opacity: 1;
  transition: 1s ease;
}
ul.mspcustmr-imgs li:nth-child(1) span {
  background-position: -6px -15px;
  max-width: 170px;
  transition-delay: .1s;
}
ul.mspcustmr-imgs li:nth-child(2) span {
  background-position: -146px -15px;
  max-width: 130px;
  background-size: 560px auto;
  transition-delay: .2s;
}
ul.mspcustmr-imgs li:nth-child(3) span {
  background-position: -297px -15px;
  max-width: 140px;
  background-size: 600px;
  transition-delay: .3s;
}
ul.mspcustmr-imgs li:nth-child(4) span {
  background-position: -458px -15px;
  max-width: 140px;
  background-size: 600px;
  transition-delay: .4s;
}
ul.mspcustmr-imgs li:nth-child(5) span {
  background-position: 2px -121px;
  max-width: 130px;
  background-size: 550px;
  transition-delay: .5s;
}
ul.mspcustmr-imgs li:nth-child(6) span {
  background-position: -186px -157px;
  max-width: 160px;
  background-size: 700px;
  transition-delay: .6s;
}




/* MSP FEATURES BOTTOM LINKS*/
.mspfooterlinks{ padding:50px 0}

.mspfeaturebtmlinks .add-resources-bg {
	padding: 10px 0 50px 0;
	box-sizing: border-box;
}
.mspfeaturebtmlinks ul.add-resources {
	display: flex;
}
.mspfeaturebtmlinks ul.add-resources li {
	flex: 0 0 50%;
	margin: 5px 0px !important;
	box-sizing: border-box;
	padding: 0px 5px 0px 0px;
}
.mspfeaturebtmlinks ul.add-resources h4 {
	margin-left: 0px;
	text-transform: uppercase;
	font-size: 19px;
	font-family: Zoho_Puvi_SemiBold;
}
.mspfeaturebtmlinks ul.add-resources h2 {
font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
	width: 95%;
	font-size: 28px;
	color: #3180d2;
	margin: 10px 0px 30px 0px;
	line-height: 1.2;
}
.mspfeaturebtmlinks ul.add-resources h4 {
	margin-left: 0px;
	text-transform: uppercase;
	font-size: 19px;
	font-family: Zoho_Puvi_SemiBold;
}
.mspfeaturebtmlinks ul.add-resources p {
	font-size: 18px;
	padding-right: 5%;
}
.mspfeaturebtmlinks img.add-res {
	display: block;
	margin: 40px auto 0px 0px;
	    width: 100%;
    max-width: 60%;
}
.mspfeaturebtmlinks ul.addresorcs li a {
	position: relative;
	text-decoration: none;
	font-size: 16px !important;
	line-height: 1.3 !important;
	margin: 5px 0px;
	display: inline-block;
	color: #000;
	cursor: pointer;
}
.mspfeaturebtmlinks ul.addresorcs li a:before {
	content: "";
	width: 0%;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
.mspfeaturebtmlinks ul.addresorcs li a:before {
	content: "";
	width: 0%;
	border-bottom: 1px solid #3180d2;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
.mspfeaturebtmlinks ul.addresorcs li a:hover:before {
	width: 100%;
}
h4.other {
	margin: 30px 0px 10px 0px !important;
	text-transform: inherit !important;
	font-size: 18px !important;
}
ul.otherlinkcont {
	display: flex;
	padding-left: 0;
}
ul.otherlinkcont li.left {
	width: 50%;
}
ul.otherlinkcont li.right {
	width: 50%;
}
.foot-copy {
	color: #000;
}
.foot-copy.container a {
	color: #000;
}

ul.addresorcs.nofldrlinks li.link6, li.link7, li.link8, li.link9, li.link10, li.link11, li.link12, li.link13, li.link14{ display:none}

.otherlinkcont .left ul.otherlinks li:nth-child(6),  ul.otherlinks li:nth-child(7),  ul.otherlinks li:nth-child(8),  ul.otherlinks li:nth-child(9),  ul.otherlinks li:nth-child(10),  ul.otherlinks li:nth-child(11),  ul.otherlinks li:nth-child(12){display: none}
.otherlinkcont .right ul.otherlinks li:nth-child(6),  ul.otherlinks li:nth-child(7),  ul.otherlinks li:nth-child(8),  ul.otherlinks li:nth-child(9),  ul.otherlinks li:nth-child(10),  ul.otherlinks li:nth-child(11),  ul.otherlinks li:nth-child(12){display: none}

.modal {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e8;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    transition-delay: 0s;
}

.modal-wrapper {
    z-index: 9999;
    width: 90%;
    max-width: 900px;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
	position: relative;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    opacity: 0;
}

.modal.is-visible .modal-transition {
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    background: none;
    border: 0;
    height: 40px;
    width: 50px;
}

.modal-close::after {
    content: '';
    height: 100%;
    display: block;
    width: 2px;
    background: grey;
    border-radius: 10px;
}

.modal-close::before {
    content: '';
    height: 100%;
    display: block;
    width: 2px;
    background: grey;
    border-radius: 10px;
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

.popup-btn {
    cursor: pointer
}


/*close-btn*/

.close-btn {
    position: absolute;
    right: 10px;
    top: 30px;
    height: 50px;
    width: 50px;
    background-image: url(https://cdn.manageengine.com/products/service-desk-msp/images/popup-close-img.png);
    background-size: contain;
    cursor: pointer;
}

.footer-video-iframe .modal-overlay .close-btn {
    display: none;
}

.footer-video-iframe .modal-wrapper .close-btn {
    height: 30px;
    width: 30px;
    background: unset;
    background-size: contain;
    cursor: pointer;
    background: #e8e8ed;
    border-radius: 50%;
    display: block;
    transform: scale(.8);
    top: 15px;
}

.footer-video-iframe .close-btn svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    fill: #6e6e73;
}

@media screen and (max-width:1440px) {
.head-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: unset !important;
    }
}
@media screen and (max-width:1336px) {
	.msp-container {
	    max-width: 95%;
	    margin: 0 auto;
	    padding: 0px 30px;
	    width: 100%;
	  }
@media only screen and (max-width:1500px) {
    .globe-type-menu-page .cmn-breadcrum {
        width: 98%;
    }
}
@media screen and (max-width:1200px) {
	.msp-container {
	    max-width: 90%;
	  }
	}
.head-container {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
        box-sizing: unset !important;
    }
	section.breadcrumb-sec {
    margin-top: 15px;
}
}
@media screen and (max-width:980px) {
	.msp-container {
	    max-width: 92%;
	    margin: 0 auto;
	    padding: 0px 4%;
	    width: 100%;
	  }
 .mobile-breadcrum {
        display: block;
    }
    .web-breadcrum {
        display: none;
    }
	
.mspfeaturebtmlinks .add-resources-bg {
	padding: 50px;
	box-sizing: border-box;
}
ul.add-resources li {
	flex: 0 0 100% !important;
}
.mspfeaturebtmlinks ul.add-resources {
	display: flex;
	flex-wrap: wrap;
}
ul.otherlinkcont {
	display: flex;
	padding-left: 0;
	flex-wrap: wrap;
}
}
@media only screen and (max-width:767px) { 
    .modal-wrapper {
        height: 300px;
    }
}
@media screen and (max-width:667px) {

.breadcrumb span {
    position: relative;
    top: 2px;
}

h1.ftrmnhdr {
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    font-size: 26px !important;
    letter-spacing: 0.5px;
    line-height: 1.1;
    font-weight: 600;
}
.mspfeaturebtmlinks .add-resources-bg {
	padding: 20px;
	box-sizing: border-box;
}
.mspfeaturebtmlinks ul.add-resources h2 {
	width: 100%;
}
	ul.mspcustmr-imgs li {
    width: calc(170%/6);
    height: 80px;
}
}

@media screen and (max-width:500px) {
ul.mspcustmr-imgs li {
		width: calc(250%/6);}
}