@import url("wp-includes/css/dist/block-library/style.min7661.css?ver=5.4.2");
@import url("wp-content/plugins/contact-form-7/includes/css/styles38c6.css");
@import url("wp-content/plugins/yith-infinite-scrolling/assets/css/frontend7359.css?ver=1.2.0");
@import url("wp-content/themes/ahcm/style8a54.css?ver=1.0.0");
@import url("wp-content/themes/ahcm/bootstrap/css/bootstrap.min8a54.css?ver=1.0.0");
@import url("wp-content/themes/ahcm/fontawesome/css/all8a54.css?ver=1.0.0");
@import url("wp-content/themes/ahcm/owl-carousel/css/owl.carousel.min8a54.css?ver=1.0.0");
@import url("wp-content/themes/ahcm/owl-carousel/css/owl.theme.default.min8a54.css?ver=1.0.0");
@import url("wp-content/themes/ahcm/css/style8a54.css?ver=1.0.0");
@import url("wp-content/themes/ahcm/css/campaign8a54.css?ver=1.0.0");
@import url("wp-content/themes/ahcm/css/glossary8a54.css?ver=1.0.0");
@import url("wp-content/plugins/simple-social-icons/css/style5b75.css?ver=3.0.2");
@import url("wp-includes/js/jquery/jquery4a5f.js?ver=1.12.4-wp");
@import url("wp-includes/js/jquery/jquery-migrate.min330a.js?ver=1.4.1");
@import url("wp-content/plugins/simple-social-icons/svgxusedaae.js?ver=1.1.21");


/*-----------------------------------------------------------------------------------------------------------*/

.container-Faqs {
    background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
    margin: 20px 0;
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .question::after {
        content: "\002B";
        font-size: 2.2rem;
        position: absolute;
        right: 20px;
        transition: 0.2s;
    }

    .question.active::after {
        transform: rotate(45deg);
    }

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question.active + .answercont {
}


/*-----------------------------------------------------------------------------------------------------------*/

.container-Master {
    margin: 100px 0;
    font-family: "Open Sans";
}

.container-Master {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */


.text-center-Master {
    text-align: center !important;
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Style             */
/*-=-=-=-=-=-=-=-=-= */

.process-Master {
    text-align: center;
}

.process-text-Master {
    line-height: 40px;
    display: block;
}



.process-number-Master {
    color: #1e83ec;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0px;
    display: block;
}

.process-number-text-Master {
    /*font-family: Open Sans;*/
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.separator-thick-Master {
    background: #d4d4d4;
    margin: 3% auto;
    height: 4px;
    width: 30px;
}

.process-details-Master {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    padding-top: 1em;
}

    .process-details-Master i {
        color: #1e83ec;
        margin-bottom: 15px;
        font-size: 40px;
    }

    .process-details-Master span {
        font-size: 11px;
        line-height: 15px;
        text-transform: uppercase;
        display: block;
    }

/* Flex Grid */

.flex_grid-Master {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 3em;
}

    .flex_grid-Master .flex_item-Master {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left; /* for IE */
        padding: .75em;
        margin-bottom: 2em;
        position: relative;
    }
    /* Flex Grid border/no border widths */
    .flex_grid-Master.flex_4x-Master .flex_item-Master {
        width: 25%;
        /*font-size: .75em;*/
    }

    .flex_grid-Master.flex_3x-Master .flex_item-Master {
        width: 33.333%;
        font-size: .875em;
    }

    .flex_grid-Master.flex_2x-Master .flex_item-Master {
        width: 50%;
        font-size: .95em;
    }
    /* Flex Grid Borders */
    .flex_grid-Master.flex_borders-Master {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

        .flex_grid-Master.flex_borders-Master .flex_item-Master {
            border: 1px solid #ddd;
            margin: 0;
            border-bottom: 0;
            border-right: 0;
        }
        /* Flex Grid Margins */
        .flex_grid-Master.flex_borders-Master.flex_margin-Master {
            border: 0;
        }

            .flex_grid-Master.flex_borders-Master.flex_margin-Master .flex_item-Master {
                margin-right: 3%;
                margin-bottom: 3%;
                border: 1px solid #ddd;
                padding: 0;
            }

                .flex_grid-Master.flex_borders-Master.flex_margin-Master .flex_item-Master .item_details-Master {
                    padding: .75em;
                    padding-top: 0;
                }

    .flex_grid-Master.flex_4x-Master.flex_margin-Master .flex_item-Master {
        width: 22.75%;
    }

    .flex_grid-Master.flex_3x-Master.flex_margin-Master .flex_item-Master {
        width: 31.333%;
    }

    .flex_grid-Master.flex_2x-Master.flex_margin-Master .flex_item-Master {
        width: 48.5%;
    }

        .flex_grid-Master.flex_4x-Master.flex_margin-Master .flex_item-Master:nth-child(4n+4), .flex_grid-Master.flex_3x-Master.flex_margin-Master .flex_item-Master:nth-child(3n+3), .flex_grid-Master.flex_2x-Master.flex_margin-Master .flex_item-Master:nth-child(2n+2) {
            margin-right: 0;
        }
/* IE8 and IE9 */
.no-flexbox-Master .flex_grid-Master:after {
    content: ' ';
    display: block;
    clear: both;
}

.no-flexbox-Master .flex_grid-Master.flex_4x-Master .flex_item-Master:nth-child(4n+5), .no-flexbox-Master .flex_grid-Master.flex_3x-Master .flex_item-Master:nth-child(3n+4), .no-flexbox-Master .flex_grid-Master.flex_2x-Master .flex_item-Master:nth-child(2n+3) {
    clear: both;
}
/*-----------------------------------------------------------------------------------------------------------*/

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.form-group.for-checkbox .wpcf7-form-control-wrap.checkbox-584 .wpcf7-list-item {
    margin: 0px;
}

.quick-search-box {
    border-top: 4px solid #2c84f1 !important;
}

.quick-search-box {
    background: #f1f1f1;
    margin-bottom: 20px;
    padding: 15px 15px;
    border-top: 4px solid #2c84f1 !important;
}

.hcm {
    padding-bottom: 10px;
    padding-top: 8px;
    background-color: #2c84f1
}

@media (max-width: 480px) {

    .page-glossary-main .glosary-title-text .title {
        text-align: center;
    }


    .page-glossary-main .glossary-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-glossary-main .glossary-link .gloassary-main-item .glossary-innter-item .glossary-link-descp p {
        text-align: left;
    }
}
/*---------------------------------------------------Testimony--------------------------------------------------------*/

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

    .testim .arrow:before {
        cursor: pointer;
    }

    .testim .arrow:hover {
        color: #31B36D;
    }


    .testim .arrow.left {
        left: 10px;
    }

    .testim .arrow.right {
        right: 10px;
    }

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

    .testim .dots .dot {
        list-style-type: none;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #eee;
        margin: 0 10px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: relative;
    }

        .testim .dots .dot.active,
        .testim .dots .dot:hover {
            background: #31B36D;
            border-color: #31B36D;
        }

        .testim .dots .dot.active {
            -webkit-animation: testim-scale .5s ease-in-out forwards;
            -moz-animation: testim-scale .5s ease-in-out forwards;
            -ms-animation: testim-scale .5s ease-in-out forwards;
            -o-animation: testim-scale .5s ease-in-out forwards;
            animation: testim-scale .5s ease-in-out forwards;
        }

.testim .cont {
    position: relative;
    overflow: hidden;
}

    .testim .cont > div {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 0 70px 0;
        opacity: 0;
    }

        .testim .cont > div.inactive {
            opacity: 1;
        }


        .testim .cont > div.active {
            position: relative;
            opacity: 1;
        }


    .testim .cont div .img img {
        display: block;
        width: 100px;
        height: 100px;
        margin: auto;
        border-radius: 50%;
    }

    .testim .cont div.active .img img {
        -webkit-animation: testim-show .5s ease-in-out forwards;
        -moz-animation: testim-show .5s ease-in-out forwards;
        -ms-animation: testim-show .5s ease-in-out forwards;
        -o-animation: testim-show .5s ease-in-out forwards;
        animation: testim-show .5s ease-in-out forwards;
    }

    .testim .cont div.active h2 {
        -webkit-animation: testim-content-in .4s ease-in-out forwards;
        -moz-animation: testim-content-in .4s ease-in-out forwards;
        -ms-animation: testim-content-in .4s ease-in-out forwards;
        -o-animation: testim-content-in .4s ease-in-out forwards;
        animation: testim-content-in .4s ease-in-out forwards;
    }

    .testim .cont div.active p {
        -webkit-animation: testim-content-in .5s ease-in-out forwards;
        -moz-animation: testim-content-in .5s ease-in-out forwards;
        -ms-animation: testim-content-in .5s ease-in-out forwards;
        -o-animation: testim-content-in .5s ease-in-out forwards;
        animation: testim-content-in .5s ease-in-out forwards;
    }

    .testim .cont div.inactive .img img {
        -webkit-animation: testim-hide .5s ease-in-out forwards;
        -moz-animation: testim-hide .5s ease-in-out forwards;
        -ms-animation: testim-hide .5s ease-in-out forwards;
        -o-animation: testim-hide .5s ease-in-out forwards;
        animation: testim-hide .5s ease-in-out forwards;
    }

    .testim .cont div.inactive h2 {
        -webkit-animation: testim-content-out .4s ease-in-out forwards;
        -moz-animation: testim-content-out .4s ease-in-out forwards;
        -ms-animation: testim-content-out .4s ease-in-out forwards;
        -o-animation: testim-content-out .4s ease-in-out forwards;
        animation: testim-content-out .4s ease-in-out forwards;
    }

    .testim .cont div.inactive p {
        -webkit-animation: testim-content-out .5s ease-in-out forwards;
        -moz-animation: testim-content-out .5s ease-in-out forwards;
        -ms-animation: testim-content-out .5s ease-in-out forwards;
        -o-animation: testim-content-out .5s ease-in-out forwards;
        animation: testim-content-out .5s ease-in-out forwards;
    }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #31B36D;
        box-shadow: 0px 0px 10px 5px #31B36D;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #31B36D;
        box-shadow: 0px 0px 0px 0px #31B36D;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #31B36D;
        box-shadow: 0px 0px 10px 5px #31B36D;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #31B36D;
        box-shadow: 0px 0px 0px 0px #31B36D;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #31B36D;
        box-shadow: 0px 0px 10px 5px #31B36D;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #31B36D;
        box-shadow: 0px 0px 0px 0px #31B36D;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #31B36D;
        box-shadow: 0px 0px 10px 5px #31B36D;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #31B36D;
        box-shadow: 0px 0px 0px 0px #31B36D;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #31B36D;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #31B36D;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}
/*-----------------------------------------------------------------------------------------------------------*/
