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,
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,
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;
}

.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%;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: "ZohoPuvi";
}

section,
section * {
    -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: -0.5em;
}

sub {
    bottom: -0.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%;
    height: auto;
}

p {
    margin: 0 0 25px;
    line-height: 1.6;
}

.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;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0px;
}

strong,
b {
    font-family: "Zoho_Puvi_Medium";
}

.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: 1400px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
}

.pr {
    position: relative;
}

.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12,
.footer-cols-1,
.footer-cols-2 {
    float: left;
    position: relative;
    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: 41.7%;
}

.cols-6 {
    width: 50%;
}

.cols-7 {
    width: 58.3%;
}

.cols-8 {
    width: 66.6%;
}

.cols-9 {
    width: 75%;
}

.cols-10 {
    width: 87.5%;
}

.cols-12 {
    width: 100%;
}

.footer-cols-1 {
    width: 25%;
}

.footer-cols-2 {
    width: 18.75%;
}

@media only screen and (max-width: 1024px) {
    .cols-md-12 {
        width: 100%;
    }

    .cols-md-9 {
        width: 75%;
    }

    .cols-md-6 {
        width: 50%;
    }

    .cols-md-3 {
        width: 25%;
    }

    .cols-md-hidden {
        display: none;
    }
}

@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%;
    }

    .cols-sd-hidden {
        display: none;
    }
}

#header-topsec {
    position: fixed;
}

#header-mainsec {
    position: fixed;
    top: 40px;
}

section {
    padding: 120px 0;
}

h1 {
    font-size: 3em;
    color: #fff;
    font-family: "Zoho_Puvi_Bold";
}

h2 {
    font-size: 2em;
    font-family: "Zoho_Puvi_Medium";
}

#banner {
    background: url("https://www.manageengine.com/latam/css/../images/banner-bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 0;
}

#banner .rows {
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner h1 {
    line-height: normal;
}

#banner .z-banner {
    width: 65%;
    height: auto;
    position: relative;
    z-index: 1;
}

#partner_country h2 {
    display: inline-block;
}

.country_logo_lists {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.country_logo_lists li {
    width: 20%;
}

.country_logo_lists li .flag_box {
    text-align: center;
    margin: 0 15px 30px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.front_side {
    transition: all ease 0.5s;
    background: #e2e2e2;
    border-radius: 10px;
    padding: 30px 40px;
}

.back_side {
    width: 100%;
    transition: all ease 0.5s;
    position: absolute;
    bottom: -100%;
    background: #0b77b6;
    height: 100%;
    border-radius: 10px;
}

.country_logo_lists li .flag_box .back_side p {
    min-height: auto;
    color: #fff;
    font-family: "Zoho_Puvi_Bold";
    font-size: 1.1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.country_logo_lists li .flag_box:hover .front_side {
    transform: translateY(-220px);
}

.country_logo_lists li .flag_box:hover .back_side {
    bottom: 0;
}

.country_logo_lists li .flag_box .country_flags {
    display: inline-block;
    width: 100%;
    height: 70px;
    background: url("../images/country-logos-sprite.svg") no-repeat;
    background-size: 600px;
}

.country_logo_lists li .flag_box .country_flags.flag1 {
    background-position: -24px -30px;
}

.country_logo_lists li .flag_box .country_flags.flag2 {
    background-position: -235px -30px;
}

.country_logo_lists li .flag_box .country_flags.flag3 {
    background-position: -446px -30px;
}

.country_logo_lists li .flag_box .country_flags.flag4 {
    background-position: -24px -148px;
}

.country_logo_lists li .flag_box .country_flags.flag5 {
    background-position: -235px -156px;
}

.country_logo_lists li .flag_box .country_flags.flag6 {
    background-position: -447px -156px;
}

.country_logo_lists li .flag_box .country_flags.flag7 {
    background-position: -24px -266px;
}

.country_logo_lists li .flag_box .country_flags.flag8 {
    background-position: -235px -266px;
}

.country_logo_lists li .flag_box .country_flags.flag9 {
    background-position: -446px -266px;
}

.country_logo_lists li .flag_box .country_flags.flag10 {
    background-position: -24px -384px;
}

.country_logo_lists li .flag_box .country_flags.flag11 {
    background-position: -237px -384px;
}

.country_logo_lists li .flag_box .country_flags.flag12 {
    background-position: -447px -384px;
}

.country_logo_lists li .flag_box .country_flags.flag13 {
    background-position: -25px -501px;
}

.country_logo_lists li .flag_box .country_flags.flag14 {
    background-position: -235px -501px;
}

.country_logo_lists li .flag_box .country_flags.flag15 {
    background-position: -445px -501px;
}

.country_logo_lists li .flag_box .gray_line {
    display: inline-block;
    width: 100%;
    background: #707070;
    border-radius: 50px;
    height: 2.5px;
    margin: 20px 0 12px;
}

.country_logo_lists li .flag_box p {
    color: #444444;
    line-height: 1.2;
    margin: 0;
    min-height: 40px;
}

#country_partners,
.partners_details {
    display: none;
}

.back_btn {
    display: inline-block;
    position: relative;
    text-decoration: underline;
    padding-left: 20px;
    font-size: 1.1em;
    cursor: pointer;
}

.back_btn:before {
    position: absolute;
    content: "<";
    left: 0;
    top: 0px;
    font-size: 1.1em;
}

.country_logos {
    width: 75%;
}

.country_img {
    width: 50px;
    margin-left: 15px;
}
.company_lists {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.company_lists>li {
    width: calc(33.33% - 30px);
    margin: 0 15px;
}

.company_lists li .details_box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 70px;
    transition: all ease 0.4s;
    position: relative;
}

.company_lists li .details_box:hover {
    box-shadow: 0 0 12px rgb(0, 0, 0, 0.16);
}

.company_logos {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.company_logos.argentina_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/zma-gold.png") no-repeat center;
    background-size: 160px;
}

.company_logos.brasil_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/acsoftware.png") no-repeat center;
    background-size: 250px;
}

.company_logos.brasil_logo2 {
    background: url("https://www.manageengine.com/latam/css/../images/centric-solution.png") no-repeat center;
    background-size: 180px;
}

.company_logos.brasil_logo3 {
    background: url("https://www.manageengine.com/latam/css/../images/pinpoint-reseller.png") no-repeat center;
    background-size: 180px;
}

.company_logos.chile_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/reusch.png") no-repeat center;
    background-size: 190px;
}

.company_logos.chile_logo2 {
    background: url("https://www.manageengine.com/latam/css/../images/evolution-it.png") no-repeat center;
    background-size: contain;
}

.company_logos.colombia_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/it-consultants-colombia.png") no-repeat center;
    background-size: 210px;
}

.company_logos.colombia_logo2 {
    background: url("https://www.manageengine.com/latam/css/../images/valuit-solutions.png") no-repeat center;
    background-size: 160px;
}

.company_logos.costarica_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/coasin-creando-futuro.png") no-repeat center;
    background-size: 170px;
}

.company_logos.costarica_logo2 {
    background: url("https://www.manageengine.com/latam/css/../images/storageware-solution.png") no-repeat center;
    background-size: 200px;
}

.company_logos.ecuador_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/synergy.png") no-repeat center;
    background-size: 200px;
}

.company_logos.ecuador_logo2 {
    background: url("https://www.manageengine.com/latam/css/../images/kyrios.png") no-repeat center;
    background-size: 180px;
}

.company_logos.elsalvador_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/advicegroup-latam.png") no-repeat center;
    background-size: 140px;
}

.company_logos.guatemala_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/advicegroup-latam.png") no-repeat center;
    background-size: 140px;
}

.company_logos.honduras_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/honduras.png") no-repeat center;
    background-size: 200px;
}

.company_logos.mexico_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/idric-makeit-simple.png") no-repeat center;
    background-size: 150px;
}

.company_logos.mexico_logo2 {
    background: url("https://www.manageengine.com/latam/css/../images/icorp.png") no-repeat center;
    background-size: 180px;
}

.company_logos.mexico_logo3 {
    background: url("https://www.manageengine.com/latam/css/../images/zion.png") no-repeat center;
    background-size: 180px;
}

.company_logos.panama_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/compulab-soluciones.png") no-repeat center;
    background-size: 200px;
}

.company_logos.peru_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/dicomtech-top-it-solutions.png") no-repeat bottom;
    background-size: 220px;
}

.company_logos.peru_logo2 {
    background: url("https://www.manageengine.com/latam/css/../images/desysweb-sac.png") no-repeat center;
    background-size: 130px;
}

.company_logos.puertorico_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/informasi-technology.png") no-repeat center;
    background-size: 220px;
}

.company_logos.puertorico_logo2 {
    background: url("https://www.manageengine.com/latam/css/../images/sidif-techologia.png") no-repeat center;
    background-size: 220px;
}

.company_logos.Uruguay_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/at-logo.jpg") no-repeat center;
    background-size: 220px;
}

.company_logos.republicadominicana_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/ss-dominicana-min.png") no-repeat center;
    background-size: 240px;
}

.company_logos.republicadominicana_logo2 {
    background: url("https://www.manageengine.com/latam/css/../images/integratec-integraciones.png") no-repeat center;
    background-size: 190px;
}

.company_logos.republicadominicana_logo3 {
    background: url("https://www.manageengine.com/latam/css/../images/gestion-IT.png") no-repeat center;
    background-size: 190px;
}

.company_logos.venezuela_logo1 {
    background: url("https://www.manageengine.com/latam/css/../images/its-business.png") no-repeat center;
    background-size: 130px;
}

.company_lists li .details_box h3 {
    font-size: 1.1em;
    font-family: "Zoho_Puvi_Bold";
    margin: 20px 0px;
}

.company_lists li .details_box h3 b {
    font-size: 1em;
    font-family: "Zoho_Puvi_Regular";
}

.details_lists li {
    display: flex;
    margin-bottom: 5px;
    font-size: 14px;
}

.details_lists li:last-child {
    margin: 0;
}

.details_lists li span {
    min-width: 108px;
    font-family: "Zoho_Puvi_SemiBold";
    line-height: 1.6;
    position: relative;
    padding-left: 18px;
}

.details_lists li span:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 18px;
    left: 0;
    top: 3px;
}

.details_lists li span.location:before {
    background: url("https://www.manageengine.com/latam/css/../images/location-logo.svg") no-repeat center;
}

.details_lists li span.telefone:before {
    background: url("https://www.manageengine.com/latam/css/../images/phone-logo.svg") no-repeat center;
}

.details_lists li span.contact:before {
    background: url("https://www.manageengine.com/latam/css/../images/contact-logo.svg") no-repeat center;
}

.details_lists li span.email:before {
    background: url("https://www.manageengine.com/latam/css/../images/email-logo.svg") no-repeat center;
}

.details_lists li span.siteweb:before {
    background: url("https://www.manageengine.com/latam/css/../images/website-logo.svg") no-repeat center;
}

.details_lists li p {
    margin: 0;
    font-family: "Zoho_Puvi_Regular";
}

.part_types {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    bottom: 0px;
}

.part_types .partner_type_logo {
    content: "";
    width: 70px;
    height: 70px;
    background: url("https://www.manageengine.com/latam/css/../images/gold-partner.png") no-repeat;
    background-size: 70px;
}

.part_types .partner_type_logo.silver_logo {
    background: url("https://www.manageengine.com/latam/css/../images/silver-partner.png") no-repeat;
    background-size: 70px;
}

.part_types .partner_type_logo.platinum_logo {
    background: url("https://www.manageengine.com/latam/css/../images/platinum-partner.png") no-repeat;
    background-size: 70px;
}

.part_types .partner_type_logo.bronze_logo {
    background: url("https://www.manageengine.com/latam/css/../images/bronze-partner.png") no-repeat;
    background-size: 70px;
}

.partner_type_con {
    border: 2px solid #d18900;
    color: #d18900;
    padding: 12px 20px;
    font-family: "Zoho_Puvi_Bold";
    margin-left: 20px;
    border-radius: 10px;
}

.partner_type_con.silver_btn {
    color: #aabbbc;
    border-color: #aabbbc;
}

.partner_type_con.bronze_btn {
    color: #c16800;
    border-color: #c16800;
}

.partner_type_con.reseller_btn {
    color: #444444;
    border-color: #444444;
    margin: 0;
}

.logocon a {
    color: #006dbe;
    word-break: break-word;
}

#programs_partners {
    background: #123991;
    color: #fff;
}

.programas_sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.programs_cta {
    color: #fff;
    background: #239852;
    padding: 20px 40px;
    font-family: "Zoho_Puvi_SemiBold";
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}

.programs_cta:hover {
    text-decoration: none;
    background: #008033;
}

.programs_cta.country_cta {
    float: right;
    margin: 0;
}

.programas_sec .programs_cta {
    background: #e04b3a;
}

.programas_sec .programs_cta:hover {
    background: #cb311f;
}

@media only screen and (max-width: 1300px) {
    .container {
        max-width: 90%;
    }

    #banner {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 1300px) {
    #banner p br {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .country_logo_lists li {
        width: 25%;
    }
}

@media only screen and (max-width: 1025px) {
    .company_lists>li {
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }

    #banner .rows {
        display: block;
        text-align: center;
    }

    #banner {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 1000px) {
    .country_logo_lists li {
        width: 33.33%;
    }

    section {
        padding: 80px 0;
    }

    .programas_sec p br {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .country_logo_lists li {
        width: 50%;
        margin: 0 auto;
    }

    .programas_sec,
    .programs_cta {
        display: block;
        text-align: center;
    }

    .programas-partners-img {
        margin: 50px 0 0;
    }

    .company_lists>li {
        width: calc(100% - 30px);
    }

    #banner p br {
        display: none;
    }

    #partner_country h2 {
        line-height: 1.5;
    }

    .programs_cta.country_cta {
        float: none;
        margin: 30px 0 0;
    }
}
	.abheader nav ul.header-nav>li>span {
	    padding: 15px 8px;
	    z-index: 999;
	    display: inline-block;
	    position: relative;
	    border-bottom: none !important;
	    font-size: 15px;
	}

	a.btn-style,
	#scroll a.btn-style {
	    font-size: 1em;
	    padding: 10px 30px;
	    background: #34ad65;
	}

	.comBnrTxt {
	    background-image: url(https://www.manageengine.com/images/ban-partners.jpg);
	}

	.comBnrTxt {
	    background: url(https://www.manageengine.com/latam/../images/ban-awards.jpg) no-repeat 0 0;
	    background-size: cover;
	    font-size: 3em;
	    font-weight: 400;
	    text-align: center;
	    color: #FFF;
	    width: 100%;
	    padding: 4% 0;
	    background-size: cover;
	    margin: 0;
	}

	#filter {
	    padding: 10px 10px;
	    background: #eee;
	    border: 1px solid #ccc;
	    float: right;
	    margin-top: 10px
	}

	select#filter {
	    width: 180px
	}

	.comSubTree a {
	    text-decoration: none
	}

	.partners {
	    display: block;
	}

	.heading-menu {
	    display: none
	}