body {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.mz-head-title {
    font-family: 'a Atmospheric', sans-serif;
    font-weight: 400;
    font-size: 3.1rem;
}

.mz-contact-us {
    font-family: 'a Atmospheric', sans-serif;
    font-weight: 400;
    font-size: 2.1rem;
}

.mz-head-text {
    font-size: 1.2rem;
}

.mz-section-title {
    font-size: 48px;
    font-weight: 800;
}

.mz-btn {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    border-radius: 0.375rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*@media (max-width: 768px) {
    .mz-btn {
        width: 50% !important;
    }
}*/
.mz-w-95 {
    width: 95% !important;
}

.mz-rounded-30 {
    border-radius: 30px;
}

.mz-rounded-20 {
    border-radius: 20px;
}

.mz-bg-dark {
    background-color: #140000;
}

.mz-bg-primary {
    background-color: #FF5757;
}

.mz-text-primary {
    color: #FF5757;
}

.mz-contact-icon {
    width: 20px;
}

header.masthead {
    padding-top: 5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 6rem;
    }

    header.masthead .masthead-subheading {
        font-size: 2.25rem;
        font-style: italic;
        line-height: 2.25rem;
        margin-bottom: 2rem;
    }

    header.masthead .masthead-heading {
        font-size: 4.5rem;
        font-weight: 700;
        line-height: 4.5rem;
        margin-bottom: 4rem;
    }
}

@media (max-width: 768px) {
    .mz-head-title {
        font-family: 'a Atmospheric', sans-serif;
        font-weight: 400;
        font-size: 2.1rem;
    }

    .mz-contact-us {
        font-family: 'a Atmospheric', sans-serif;
        font-weight: 400;
        font-size: 2.1rem;
    }
}

@media (max-width: 576px) {
    .mz-head-title {
        font-family: 'a Atmospheric', sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
    }

    .mz-contact-us {
        font-family: 'a Atmospheric', sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
    }

    .mz-ms-5 {
        margin-left: 4rem!important;
    }

    .mz-col-10 {
        width: 80%;
        margin: auto 0;
    }
}

.mz-triangle-lg-top {
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 13rem solid;
    border-left: 13rem solid transparent;
}

.mz-triangle-lg-bottom {
    display: inline-block;
    height: 0;
    width: 0;
    border-right: 13rem solid transparent;
    border-bottom: 13rem solid;
}

.mz-triangle-sm-top {
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 3rem solid;
    border-left: 3rem solid transparent;
}

.mz-triangle-sm-bottom {
    display: inline-block;
    height: 0;
    width: 0;
    border-right: 3rem solid transparent;
    border-bottom: 3rem solid;
}

.mz-triangle-border-top-white {
    border-top-color: #fff;
}

.mz-triangle-border-bottom-white {
    border-bottom-color: #fff;
}

.mz-triangle-border-dark {
    border-color: #140000;
}

.mz-see-more-border {
    background: linear-gradient(to right, #FF5757 30%, #200D0D 30%);
    padding: 1px;
}

.mz-see-more::after {
    background-color: aqua;
}

.mz-w-fit-content {
    width: fit-content;
}

.star-color {
    color: #FFD233;
}


ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}


ul.timeline:before {
    content: ' ';
    background: linear-gradient(to bottom, white 0%, #FF5757 40%, #FF5757 60%, white 100%);
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 80%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
    border: solid rgba(255, 87, 87, 0.2);
}

.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

li.timeline-item .number {
    background: #181630;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: -85px;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 45px;
    text-align: center;
    z-index: 400;
}

.mz-question-box-shaddow {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
}

.header-color {
    padding-top: 5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-color: #140000;
}
.mz-bg-dark{
    box-shadow: 0 0 0 .1rem #FFFFFF;
}
.mz-bg-primary{
    box-shadow: 0 0 0 .1rem #FF5757;
    background-color: #FF5757;
}
.text-realisation {
    font-size: 1.75rem;
    font-weight: bold;
}
.img-fluid{
    border: 5px solid transparent;
    border-radius: 1rem!important;
}

.size{
    height:auto;
    width:100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    box-sizing:border-box
}
.caption{font-size:20px;color:#fff;background-color:transparent;width:100%;position:absolute;top:84%;left:50%;
        transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);text-align:center;
        font-weight:bold;
    }
.display-container{
    position:relative;
    height:auto;
    width: -webkit-fill-available;
    /* width:399px; */
}

    .text-legend{
        border-bottom: 1px solid white;
        font-family: "Mulish", sans-serif;
    }
    .text-legend1 {
        font-family: "Mulish", sans-serif;
        font-size: inherit;
        font-weight: lighter;
    }
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #140000;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #140000;
    color: white;
    border: 1px solid #140000;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}
.text-next{
    float: inline-end;
}
.border {
    border: none !important;
}
.mx-2 {
    margin-left: 2.5rem !important;
}

.mz-question-box-shaddow {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
}

.mz-profile-pic {
    width: 160px;
    height: 160px;
}

.mz-text-justify {
    text-align: justify;
}

.mz-border-primary-start {
    border-color: #FF5757 !important;
}