html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.themeColour {
    background-color: #8A1538;
    color:white;
}


.themeBackgroundColour {
    background-color: #8A1538;
}


/*time line*/
body {
    margin-top: 20px;
}

.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

    .rtl .timeline .event::before {
        left: 0;
        right: -170px;
    }

    .rtl .timeline .event::after {
        left: 0;
        right: -55.8px;
    }




.circle {
    font-size: 450%;
    color: #8A1538;
    border: solid 2px #8A1538;
   
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    display: inline-block;
    
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}


.slick-prev,
.slick-next {
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}
 
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

 

.FixedTopHeader {
    background: #8A1538;
    margin: 0 auto;
    z-index: 10;
    width: 100%;
    left: 0;
    right: 0;
}


@media (max-width: 767px) {
    .ResultSize {
        width: 100% !important;
        
    }
}

@media (min-width: 768px) {
    .ResultSize {
        width: 75% !important;
    }
}



.trending {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .trending > h3 {
        color: #7d983b;
        padding: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .trending .trending-post {
        padding: 0;
        margin: 0;
    }

        .trending .trending-post li {
            padding: 0;
            margin: 0;
            list-style: none;
            display: block;
        }

            .trending .trending-post li a {
                display: block;
                padding: 20px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                position: relative;
                overflow: hidden;
            }

                .trending .trending-post li a .number {
                    position: absolute;
                    z-index: -1;
                    font-size: 5rem;
                    left: -10px;
                    top: -20px;
                    font-weight: 700;
                    color: rgba(0, 0, 0, 0.05);
                }

                .trending .trending-post li a h3 {
                    font-size: 18px;
                    color: rgba(0, 0, 0, 0.9);
                }

                .trending .trending-post li a .author {
                    color: rgba(0, 0, 0, 0.7);
                    font-weight: 500;
                }

                .trending .trending-post li a:hover h3 {
                    color: rgba(0, 0, 0, 1);
                }

            .trending .trending-post li:last-child a {
                border-bottom: none;
            }