﻿/*header-title...............*/
.header-title-section {
    background: linear-gradient(35deg, #191c1f 52%, #8a2be2 37%);
    height: 221px;
}

.bg-img-title-head {
    background-image: url(../Images/bg-layer11.png);
    height: 100%;
    background-size: cover;
    opacity: 0.2;
}
.mt-70 {
    margin-top: 70px;
}
.header-title-section h4 {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 10px auto;
    top: 20%;
    right: 7%;
    font-family: abhya;
    font-size: 38px;
}

.header-title-section p {
    position: absolute;
    top: 25%;
    color: #fff;
    text-align: center;
    width: 100%;
    right: 7%;
}
/*header-title...............*/

/*icon-list style.......................*/
.icon_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 90px 90px 50px;
    background: #8a2be2;
}

.icon_single {
    margin: 0 0 40px;
    color: #fff;
    text-align: center;
}

    .icon_single .inner {
        position: relative;
        padding: 0 15px;
    }

    .icon_single .icon {
        position: absolute;
        top: 5px;
        left: 15px;
    }

        .icon_single .icon img {
            width: 50px;
        }

    .icon_single .icon_content {
        padding-left: 65px;
    }

        .icon_single .icon_content .title {
            margin: 0 0 10px;
            text-transform: uppercase;
        }

        .icon_single .icon_content .content {
            font-size: 15px;
            line-height: 22px;
        }

h4 {
    font-size: 18px;
    line-height: 24px;
}
/*icon-list style.......................*/
/*about gyanyuddh style.......................*/
#about .main-box {
    padding: 140px 0 112px;
    background-color: #273044;
}

    #about .main-box h2 {
        letter-spacing: -2px;
        margin-bottom: 0;
    }

.btn, .white {
    color: #fff;
}

#about .main-box .about-description {
    line-height: 26px;
    font-weight: 400;
    font-size: 15px;
    padding-top: 7px;
    color: rgba(255, 255, 255, .7);
}

#about .about-featured-list {
    margin-top: 80px;
}

    #about .about-featured-list .about-featured-item {
        margin: 28px 0;
        word-wrap: break-word;
        width: auto;
    }

        #about .about-featured-list .about-featured-item .about-featured-title {
            font-family: inherit;
            margin-bottom: 14px;
            line-height: 32px;
            font-weight: 600;
            font-size: 24px;
            color: #fff;
        }

        #about .about-featured-list .about-featured-item .about-featured-description {
            line-height: 30px;
            font-weight: 400;
            font-size: 17px;
            color: rgba(255, 255, 255, .7);
            width: 345px;
        }

h2 {
    font-size: 45px;
    line-height: 50px;
}

h1, h2 {
    margin: 0 0 50px;
    font-weight: 700;
    letter-spacing: -.4px;
}

.container-custom {
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
}
/*about gyanyuddh style.......................*/

/*how to join contest and contest details.......................*/
.d-flex-justify {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.h3-title {
    text-align: center;
    margin: 51px 0px 20px;
    color: #8a2be2;
    font-family: math;
    font-size: 53px;
    font-weight: 600;
    text-shadow: 0px 0px 1px #0e0e0e;
}
.n-text {
    font-size: 18px;
    padding: 0px 76px 0px 42px;
    text-align: center;
    color: #000000;
    font-weight: 400;
    word-spacing: -3px;
    line-height: 1.6;
    font-family: system-ui;
}
/*how to join contest and contest details.......................*/

/*gyanyuddh..start section.......................*/
.advantages-list {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding: 0;
    overflow: hidden;
}

#about .advantages-list > li {
    padding: 70px 15px;
    height: auto;
}

.advantages-list li {
    list-style: none;
    padding: 0 74px;
    /* height: 600px; */
    position: relative;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 100% 100%; */
}

    .advantages-list li > div {
        margin: 30px 0;
    }

.advantages-list-description-content {
    max-width: 506px;
    margin-right: 50px;
    margin-left: auto;
}

    .advantages-list-description-content h3 {
        text-transform: uppercase;
        margin-bottom: 22px;
        line-height: 50px;
        font-weight: 700;
        font-size: 45px;
    }

    .advantages-list-description-content p:last-child {
        margin-bottom: 0;
    }

    .advantages-list-description-content p {
        line-height: 36px;
        font-size: 20px;
    }

img {
    max-width: 100%;
    height: auto;
}
/*gyanyuddh..start section.......................*/
