.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
    color: #44bce2;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #521138;
}

.btn-style-one:hover {
    background-color: #ff0000;
    color: #ffffff;
}

.about-section {
    position: relative;
    padding: 120px 0 70px;
}

.about-section .sec-title {
    margin-bottom: 45px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    /* padding-left: 30px; */
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    font-weight: 400;
    text-align: justify;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

.about-section .btn-box a {
    padding: 10px 35px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: #ff0000;
    padding: 10px 15px;
    left: 89px;
    width: calc(100% - 152px);
    border-radius: 35px;
}

.about-section .image-column .inner-column .author-desc h2 {
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 400;
}

.about-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #521138;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    /* border-radius: 16px; */
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.about-section .image-column .video-link {
    position: absolute;
    left: 70px;
    top: 170px;
}

.about-section .image-column .video-link .link {
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* animated text */

.page-title {
    font-size: 70px;
    background: -webkit-linear-gradient(#521138, #2c022c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.responsive-margin {
    margin-top: 90px;
}

/* mobile view */
@media (max-width: 767px) {
    .image-column {
        display: none;
    }

    .responsive-margin {
        margin-top: 10px;
    }

    .about-section .content-column .inner-column {
        position: relative;
        padding-left: 2px;
        margin-top: -80px;
    }
}

/* /////////////////////////////////////// */

.unorder-list {
    display: table-row;
    list-style: none;
}

.list-item {
    display: table-row;
    color: #444343;
}

.list-item::before {
    display: table-cell;
    text-align: right;
    content: "➲";
    font-size: 1.2em;
    font-weight: bold;
    color: #521138;
    padding-right: 12px;
}


/* Non-essential */

.content-container {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* display: flex; */
    text-align: start;
}

.list-container {
    width: 100%;
}

strong {
    color: #000;
}

.order-list {
    margin: 0;
    padding: 0;
}

.list-item:hover {
    background-color: #ececf8;
    color: #521138;
}

.list-item:not(:first-of-type)::before {
    padding-top: 12px;
}

.cricket-margin {
    margin-top: -45px;
}

@media only screen and (max-width: 600px) {
    .cricket-margin {
        margin-top: 55px;
    }
}