
body,
html {
    direction: rtl;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Cairo', 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

.ltr {
    direction: ltr !important;
    text-align: left !important;
}


.rtl {
    direction: rtl !important;
   
}
.page-header {
    padding-bottom: 3rem;
    margin: 3rem 2rem 3rem;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    font-size: 2rem;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #212529; /*border-color: #F05F40;*/
}

    hr.light {
        border-color: #fff;
    }

a {
    color: #212529; /*color: #F05F40;*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover {
        color: #212529; /*#f05f40;*/
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.9rem;
    color: #545859;
}


.master-overlay {
    position: absolute;
    height: 100%;
    min-height: 35rem;
    width: 100%;
    background-color: #cd9557;
    opacity: .75;
    z-index: -1;
}

.img-circle {
    border-radius: 50%;
}


/*.border-between > [class*='col-']:before {
   background: #e3e3e3;
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 1px;
   top: 0;
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}*/



.bg-primary {
    background-color: #fff !important; /*#F05F40 !important;*/
}

.bg-fa {
    background-color: #F4F4F4 !important; /*#F05F40 !important;*/
}

.bg-light {
    background-color: #F4F4F4 !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.bg-turq-short {
    /*background-color: #9B9B9B !important;*/
    background-image: url(../img/bg-turq.png);
    background-position: bottom;
    background-size: 100% 75%;
    background-repeat: no-repeat;
}

.bg-purple-short {
    background-image: url(../img/bg-purple.png);
    background-position: bottom;
    background-size: 100% 75%;
    background-repeat: no-repeat;
    /*background-color: #2E2A51 !important;*/
}

.font-size-p5 {
    font-size: 0.5rem;
}

.font-size-1 {
    font-size: 1rem;
}

.font-size-1p5 {
    font-size: 1.5rem;
}

.font-size-2 {
    font-size: 2rem;
}

.bg-turq {
    background-color: #9B9B9B !important;
}

.bg-purple {
    background-color: #2E2A51 !important;
}

.bg-azure {
    background-color: #650C34 !important;
}

.bg-double {
    -webkit-box-shadow: 10px 10px 0px 0px rgba(15,154,209,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(15,154,209,1);
    box-shadow: 10px 10px 0px 0px rgba(15,154,209,1);
}

.ln-2 {
    line-height: 2rem;
}

.ln-3 {
    line-height: 3rem;
}

.bg-scribble {
    background-image: url(../img/scribble_clear.png);
    background-position: center;
    background-size: 75%;
    background-origin: padding-box; /* border-box;*/
    background-repeat: no-repeat;
}

.bg-circle {
    background-image: url(../img/scribble_clear.png);
    background-position: center;
    background-size: 75%;
    background-origin: padding-box; /* border-box;*/
    background-repeat: no-repeat;
}

.bg-80 {
    background-position-y: bottom;
    background-size: 100% 80%;
}

.text-brief {
    font-size: 0.7rem;
    font-weight: 500;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.text-highlighted {
    line-height: 2.7rem;
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

.text-highlighted-free {
    line-height: 2.7rem;
    background-color: #000;
    color: #fff;
    padding: 0 1.3rem;
    font-weight: 600;
}

.text-white {
    color: #fff;
}

    .text-white a {
        color: #fff;
    }


section {
    padding: 7rem 0 0 0;
    overflow: hidden;
}

.section-heading {
    margin-top: 8rem;
}

::-moz-selection {
    color: #fff;
    background: #2E2A51; /*#212529;*/
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #2E2A51; /*#212529;*/
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

.nav-link-on {
    background-color: #ededed;
    border-bottom: 1px solid #650C34;
}




.arrow_box {
    position: relative;
    background: #2E2A51;
    padding: 2rem;
    /*width: 300px;
    height: 6rem;*/
    margin: .2rem .5rem;
    border-radius: 0px;
}

    .arrow_box:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(46, 42, 81, 0);
        border-left-color: #2E2A51;
        border-width: 20px;
        margin-top: -20px;
    }









.text-primary {
    color: #404040 !important; /*#2E2A51 ;#F05F40 !important;*/
    line-height: 1.5rem;
}

.btn {
    font-weight: 600;
    font-size: 1.5rem;
    color: #7C133D;
    border-width: 5px;
    border-radius: 15px;
    font-family: 'Cairo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
    padding: 1.3rem 2rem; /*1rem 2rem;*/
}

.btn-primary {
    background-color: #9B9B9B;
    border-width: 0;
    border-color: #9B9B9B;
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        /*color: #fff;*/
        background-color: #ccffff !important; /*#ee4b28 !important;*/
        color: #9B9B9B !important;
    }

    .btn-primary:active, .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(24, 196, 151, 0.5) !important; /*0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;*/
    }




.btn-light {
    border-color: #7C133D;
}

    .btn-light:hover, .btn-light:focus, .btn-light:active {
        /*color: #fff;*/
        background-color: #7C133D !important; /*#ee4b28 !important;*/
        color: #fff !important;
        border-color: #7C133D;
    }

/*   .btn-light:active, .btn-light:focus {
        box-shadow: 0 0 0 0.2rem rgba(141, 114, 73, 0.5) !important; 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
    }*/







.btn-white {
    /*background-color: #9B9B9B;*/
    border-width: 4px;
    border-color: #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active {
        /*color: #fff;*/
        background-color: #ccffff !important; /*#ee4b28 !important;*/
        color: #650C34 !important;
    }

    .btn-white:active, .btn-white:focus {
        box-shadow: 0 0 0 0.2rem rgba(24, 196, 151, 0.5) !important; /*0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;*/
    }












#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    font-family: 'Cairo','Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

    #mainNav .navbar-brand {
        font-weight: 700;
        color: #9B9B9B; /*color: #F05F40;*/
        font-family: 'Cairo','Open Sans', 'Helvetica Neue', Arial, sans-serif;
    }

        #mainNav .navbar-brand img {
            max-height: 60px;
        }

        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
            color: #9B9B9B; /*color: #f05f40;*/
        }

    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        font-size: 1rem;
        font-weight: 500;
        color: #9B9B9B; /*color: #212529;*/
    }

        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #9B9B9B !important; /*color: #F05F40;*/
        }

        #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
            color: #9B9B9B !important; /*color: #F05F40 !important;*/
            background-color: transparent;
            border-bottom: 4px solid transparent;
        }

            #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
            #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
                background-color: transparent;
            }

@media (min-width: 992px) {
    .text-brief {
        font-size: 0.85rem;
        font-weight: 500;
    }

    .btn-xl {
        padding: 1.4rem 5rem;
    }

    .vid-scribble {
    }

    .card {
        border: 2rem solid transparent;
        background-color: #f4f4f4;
    }

    .img-rounded-top {
        border-radius: 25px 25px 0 0;
    }

    .text-highlighted {
        line-height: 3.7rem;
        background-color: #000;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 600;
    }

    #HMQoute {
        margin: 15rem 5rem auto !important;
    }

    #qouteTop {
        height: 70%;
        background-color: pink;
        z-index: 1;
    }

    #mainNav {
        border-color: transparent;
        background-color: rgba(255, 255, 255, 1); /*rgba(255, 255, 255, 0.7); #FAFAFA; transparent;*/
        box-shadow: 0px 1px 3px 0px rgba(125,124,125,0.66);
    }

        #mainNav .navbar-brand {
            color: rgba(24, 196, 151, 0.7); /*#9B9B9B;color: rgba(255, 255, 255, 0.7);*/
        }


            #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
                color: #9B9B9B; /*#fff;*/
            }

        #mainNav .navbar-nav > li.nav-item > a.nav-link {
            padding: 0.5rem 0.5rem;
            /**/
        }

            #mainNav .navbar-nav > li.nav-item > a.nav-link,
            #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
                color: rgba(24, 196, 151, 1); /*rgba(255, 255, 255, 0.7);*/
            }

                #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
                #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                    color: rgba(0, 153, 102, 1); /*#fff;*/
                    border-bottom: 4px solid rgba(24, 196, 151, 0.20);
                }

                #mainNav .navbar-nav > li.nav-item > a.nav-link:active {
                    /*border-bottom: 4px solid #9B9B9B;*/
                }



        #mainNav.navbar-shrink {
            border-bottom: 1px solid rgba(33, 37, 41, 0.1);
            background-color: #fafafa;
            /*max-height: 10%;*/
            padding: 0;
            position: fixed;
            box-shadow: 0px 1px 3px 0px rgba(125,124,125,0.66);
        }



            #mainNav.navbar-shrink .navbar-brand {
                color: #9B9B9B; /*color: #F05F40;*/
            }

                #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
                    color: #9B9B9B; /*color: #f05f40;*/
                }

            #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
            #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
                color: #9B9B9B; /*color: #212529;*/
            }

                #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
                #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                    /*color: #9B9B9B; color: #F05F40;*/
                    color: rgba(0, 153, 102, 1);
                }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url("../img/header-lg.jpg"); /*url("../img/header.jpg")*/
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

    header.masthead hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    header.masthead h1 {
        font-size: 2rem;
    }

    header.masthead p {
        font-weight: 300;
    }



.masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    background-color: rgba(24,196,151,.4);
    transform: skewX(-25deg);
    transform-origin: top left;
    margin-right: auto !important;
    overflow: hidden;
}

#skewWrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    margin: auto;
}










@media (max-width: 500px) {
    header.masthead {
        background-image: url("../img/header-sm.jpg");
    }

    .btn-res {
        font-size: medium;
        display: inline-block;
        padding: .9rem 0.2rem;
        border-width: 2px;
        border-radius: 10px;
    }
}


@media (min-width: 768px) {
    .img-shrink-up {
        width: auto;
        height: 6rem !important;
    }


    header.masthead p {
        font-size: 1.15rem;
    }

    .masthead .masthead-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 65%;
        min-height: 100%;
        height: 100%;
        background-color: rgba(24,196,151,.4);
        transform: skewX(-30deg);
        transform-origin: top left;
        margin-right: auto !important;
        overflow: hidden;
    }

    .overlay {
        min-height: 0;
    }

    #mainNav .navbar-brand img {
        max-height: initial;
    }
}

@media (min-width: 992px) {

    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 10rem;
        padding-bottom: 0;
    }

        header.masthead h1 {
            font-size: 3rem;
        }
}




@media (min-width: 1200px) {




    header.masthead h1 {
        font-size: 4rem;
    }
}

.service-box {
    max-width: 400px;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

    .portfolio-box .portfolio-box-caption {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        color: #fff;
        background: rgba(240, 95, 64, 0.9);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
            text-align: center;
        }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                padding: 0 15px;
                font-family: 'Cairo', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-size: 18px;
            }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

    .portfolio-box:focus {
        outline: none;
    }

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}























/*video {
  width: 100%    !important;
  height: auto   !important;
}*/

#background-video {
    background-color: #650C34;
    padding: 50px;
}

/*.videoBackground {
    background-color: #650C34;
    padding: 0;
    width: 100%;
    margin: 0;
}*/

#vidwrap {
    /*background: url('uielem/img/videoclicktoplay.png') no-repeat center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    box-sizing: border-box;
}

#video-main-play {
    position: absolute;
    /* content:' ';
   display: block;*/
    width: 100% !important;
    height: 100% !important;
    /*min-height:100%  !important;
    min-width: 100%  !important;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*background-color: rgba(15,154,209,0.8);*/
    background: url(../img/videoclicktoplayWHITE.png) center no-repeat, url(../img/bg-azure-50.png) repeat, url(../img/videothmb.png) center no-repeat;
    background-position: center;
    background-size: 20%, cover,contain;
    background-repeat: no-repeat;
    z-index: 1000;
    cursor: pointer;
}



.video-play {
    position: absolute;
    /* content:' ';
   display: block;*/
    width: 100% !important;
    height: 100% !important;
    /*min-height:100%  !important;
    min-width: 100%  !important;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*background-color: rgba(15,154,209,0.8);*/
    background: url(../img/videoclicktoplayWHITE.png) center no-repeat, url(../img/bg-azure-50.png) repeat;
    background-position: center;
    background-size: 20%, cover;
    background-repeat: no-repeat;
    z-index: 1000;
    cursor: pointer;
}


.video-container {
    position: relative;
    color: #fff;
    width: 100% !important;
    height: 100% !important;
}


.video-wrapper {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}




#video-main-wrapper {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}

#video-main-container {
    position: relative;
    color: #fff;
    width: 75%;
    height: auto;
    /*padding: 0 10%;*/
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.cursor-hand {
    cursor: pointer;
    min-width: 300px;
    min-height: 300px;
}

.cursor-link {
    cursor: pointer;
}

#HMQoute {
    margin: 2rem 2rem auto;
}

.mp-my {
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}

.bullet-list {
    list-style: none;
}


    .bullet-list li {
        background-image: url(../img/bullet.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 40px;
        padding: .7rem 3.9rem .7rem 0;
    }

    .bullet-list .bullet-circle {
        background-image: url(../img/bullet-circle.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 25px;
        padding: .3rem 2.7rem .3rem 0;
    }


.bg-contain {
    background-size: contain;
}


.social-rounded {
    border-radius: 15px;
}

.panel {
    border: 10px solid #9B9B9B;
    padding: 1em;
    margin: 1em 1em 10rem 1em;
    display: block;
}

.panel-header {
    position: relative;
    top: -2em;
    background-color: #ffffff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.9rem;
    font-weight: 700;
}

.panel-content {
    margin-top: -3.5em;
    font-size: 1.2rem;
    color: #545859;
    line-height: 2.4rem;
}


.border-clear {
    border-width: 0 !important;
}

.text-indent2 {
    text-indent: 2%;
}

.text-indent5 {
    text-indent: 5%;
}

.text-indent10 {
    text-indent: 10%;
}

.text-indent15 {
    text-indent: 15%;
}

.text-indent20 {
    text-indent: 20%;
}

.a-purple {
    color: #2E2A51 !important;
}

.a-azure {
    color: #650C34 !important;
}

.k-col {
    flex: 1;
}

.nav-area {
    width: 110% !important;
}

    .nav-area:nth-child(4) {
        order: 2;
    }






/*                                             */


/* The actual timeline (the vertical ruler) */
.timeline-sim {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline-sim::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #87A39C; /*#444B51;*/
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .timeline-container::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        left: -13px;
        background-color: white;
        border: 5px solid #9B9B9B; /*#FF9F55;*/
        top: 52px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.timeline-left {
    right: 0;
}

/* Place the container to the right */
.timeline-right {
    right: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 35px;
    width: 0;
    z-index: 0;
    left: -15px;
    border: medium solid #2E2A51;
    border-width: 30px 30px 30px 30px;
    border-color: transparent transparent transparent white;
    border-color: transparent #2E2A51 transparent transparent;
}

/* Add arrows to the right container (pointing left) */
.timeline-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 35px;
    width: 0;
    z-index: 0;
    right: -15px;
    border: medium solid #650C34;
    border-width: 30px 30px 30px 30px;
    /*border-color: transparent white transparent transparent;*/
    border-color: transparent transparent transparent #650C34;
}

/* Fix the circle for containers on the right side */
.timeline-right::after {
    right: -13px;
}

/* The actual content */
.timeline-content {
    padding: 20px 30px;
    background-color: #2E2A51; /*white;*/
    position: relative;
    border-radius: 5px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline-sim::after {
        right: -3px;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timeline-container::before {
            right: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .timeline-left::after, .timeline-right::after {
        right: -13px;
    }

    /* Make all right containers behave like the left ones */
    .timeline-right {
        right: 0%;
    }
}












.faquestions-wrapper ul, ol {
    list-style: none;
}

.faquestions li.faq-question {
    border-bottom: 1px solid #dadada;
    text-align: right;
    padding-bottom: 10px;
}

    .faquestions li.faq-question p:nth-of-type(2) {
        display: none;
    }

    .faquestions li.faq-question ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    .faquestions li.faq-question span {
        color: #2E2A51;
        font-size: 26px;
        font-weight: 700;
        display: block;
        padding: 1em 30px 1em 0;
        cursor: pointer;
        position: relative;
        transition: color 150ms ease-in-out,font-size .2s cubic-bezier(.175,.885,.32,1.275);
    }

        .faquestions li.faq-question span:hover {
            color: #650C34; /*#e60012;*/
        }

        .faquestions li.faq-question span:after {
            font-family: 'FontAwesome';
            content: '\f077';
            font-size: 1em;
            height: 1em;
            position: absolute;
            width: 1em;
            color: #2E2A51;
            left: 0;
            top: 1em;
        }

    .faquestions li.faq-question.closed {
        padding-bottom: 0;
    }

        .faquestions li.faq-question.closed span {
            font-size: 16px;
        }

            .faquestions li.faq-question.closed span:after {
                font-family: 'FontAwesome';
                content: '\f078';
                color: #650C34;
            }

    .faquestions li.faq-question .answer ul {
        list-style-type: disc;
        list-style-position: inside;
    }


.hide-elem {
    display: none;
}

.elem-hidden {
    visibility: hidden;
}

.elem-show {
    visibility: visible;
}


/**************************    My Modal ******************************/

/* The Modal (background) */
.my-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(24, 196, 151); /* Fallback color */
    background-color: rgba(24, 196, 151, .2); /*rgba(0,0,0,0.4);  Black w/ opacity */
}


.my-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid rgb(24, 196, 151);
    border-radius: 15px;
    width: 60%;
}


    .my-modal-content .modal-container {
        margin: 2rem auto;
        width: 70%;
    }


.close {
    color: #666;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
