@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    list-style: none !important;
    text-decoration: none !important;
}


/* body{
    overflow-x: hidden;
} */

#mark {
    background-color: #991760;
    color: white;
}


/* headerpart */

header {
    width: 100%;
    height: auto;
}

header .container1 {
    border-bottom: 1px solid gray;
    padding: 10px 0;
    width: 85%;
    margin: auto;
}

header .headerpart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

header .headerpart .logoimg img {
    width: 244px;
    height: 64px;
}

.header i {
    color: #bc1f56;
    font-size: 35px;
}

span {
    font-weight: 700;
    color: #101010;
    line-height: 18px;
}

.headerpart a {
    color: #505050;
    font-weight: 400;
}

.headerpart a:hover {
    color: #bc1f56;
}

.icon {
    display: none;
}

nav {
    box-shadow: 0 4px 8px -6px gray;
    height: 70;
    /* background-color: #48285C */
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    /* background-color: red; */
    height: 70px;
    margin: 0 !important;
}

nav ul li a {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: #101010;
}

nav ul li {
    position: relative;
}

nav ul li::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #bc1f56;
    bottom: 0;
    left: 0;
    width: 0%
}

nav ul li:hover::after {
    width: 100%;
}

nav ul li a:hover {
    color: black;
}


/* headerfixed */

.fixed-nav {
    width: 100%;
    position: fixed;
    top: 0;
    height: 50px;
    background-color: #991760;
    z-index: 9999;
}

.fixed-nav ul {
    height: 50px;
}

.fixed-nav a {
    color: white;
}

.fixed-nav ul li {
    position: relative;
}

.fixed-nav ul li::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: white;
    bottom: 0;
    left: 0;
    width: 0%
}

.fixed-nav ul li a:hover {
    color: white;
}


/* slider1 */

.slider1 {
    width: 100%;
    height: 73vh;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.slider1 div {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.slider1 div img {
    width: 100%;
    height: 100%;
}

.section2 {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* form */

form {
    padding: 10px;
}

form span {
    color: red;
}

.card2 {
    padding: 15px;
    border-radius: 15px;
    border: none;
}

.card2 .col .adicon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.card2 .col .adicon i {
    background-color: #991760;
    color: white;
    font-size: 25px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card2 .col {
    text-align: center;
    box-shadow: 4px 6px 8px 6px gray;
    margin-bottom: 15px;
    padding: 20px 5px;
}

.card2 .col a {
    color: black;
    padding: 5px 0;
}

#textcon {
    padding-bottom: 50px !important;
}

.icnuse {
    position: relative;
    width: 20%;
    padding: 5px 0;
    margin-bottom: 10px;
}

.icnuse::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #bc1f56;
    bottom: 0;
    left: 0;
    width: 100%;
}

.icnuse1 {
    position: relative;
    width: 50%;
    padding: 5px 0;
    margin-bottom: 10px;
}

.icnuse1::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #f39b28;
    bottom: 0;
    left: 0;
    width: 100%;
}

.card1 {
    border: none;
    border-radius: 15px;
}

.card1 inframe {}


/* footer */

footer {
    background-image: url('../images/counter-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 4.375rem 0;
    position: relative;
}

footer .logo2 .logo1 {
    width: 335px;
    height: 99px;
}

footer .apna,
footer ul li a {
    color: white;
}

footer ul li {
    padding: 5px 0;
}

footer ul li:hover {
    color: #f39b28
}

footer ul li:hover a {
    color: #f39b28
}

footer .footul {
    padding: 20px 0;
}

footer .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 50px 0 0 0;
}

footer .icon div {
    background-color: #bc1f56;
    width: 60px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

footer .icon div:hover {
    background-color: #f39b28;
}

footer .icon a {
    color: white;
}

.copyright {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.copyright p {
    color: white;
}

.copyright p a {
    color: #f39b28
}

.butn {
    display: flex;
    justify-content: end;
}

.butn .btn {
    background-color: #991760;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    letter-spacing: 1px;
}

.butn .btn:hover {
    background-color: #f39b28
}


/* section3 */

.section3 .container .text-details {
    text-align: center;
}

.section3 .container .text-details h5 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #212121;
    font-weight: 700;
}

.box {
    position: relative;
    width: 20%;
    margin: auto;
}

.box::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #bc1f56;
    bottom: 0;
    left: 0;
    width: 100%;
}

.text-details p {
    padding: 20px 0 10px 0;
}

.section3 .aboutdiv {
    padding: 50px 0 10px 0;
}

#slider3 {
    padding: 30px 5px 5px 5px;
    text-align: center;
}

.section3 .aboutdiv h4 {
    padding-top: 150px 0 10px 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
    color: #212121;
    margin: 0 0 26px;
    font-weight: 700;
    text-align: left;
}

.section3 .aboutdiv p {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}

.text-details1 {}

.mission {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    height: 50px;
    background-color: #991760;
    color: white;
}

.mission h4 {
    margin-top: 22px !important;
    color: white !important;
}

.text-p1,
.text-p2 {
    padding: 10px;
    display: none;
}

.section4,
.section3 {
    padding: 60px 10px;
}

.text-details h6 {
    color: #505050
}

.text-details2 {
    display: flex;
}

.imgdiv {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .card{
    background-color: #991760;
    color: #fff;
} */

.rpd1 {
    padding: 10px;
}

#slider3 p {
    text-align: center;
}

.text-details3 {
    text-align: justify;
}

.directer {
    font-weight: 600;
    color: #bc1f56;
}

.imgdiv2 {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* section5 */

.section5 {
    padding: 10px 0 !important;
}


/* media query */

@media(max-width:992px) {
    header .container1 {
        width: 95%;
        margin: auto;
    }
    header .headerpart {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }
    header .headerpart .logoimg img {
        width: 240px;
        height: 60px;
    }
    .header a i {
        font-size: 20px;
    }
    span {
        line-height: 10px;
    }
    .headerpart a {
        font-size: 14px;
    }
    /* slider1 */
    .slider1 {
        width: 100%;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }
    .slider1 div {
        width: 100%;
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
    .slider1 div img {
        width: 100%;
        height: 100%;
    }
}

@media(max-width:798px) {
    nav {
        display: none;
        position: absolute;
        top: 100px;
        background-color: #fff;
        width: 100%;
        height: auto !important;
        box-shadow: 4px 6px 8px 4px gray;
        z-index: 999;
    }
    nav ul {
        display: block;
        height: auto;
        padding: 20px;
    }
    nav ul li {
        padding: 5px 0;
    }
    nav ul a {
        font-size: 18px !important;
        font-weight: 500;
    }
    .fixed-nav {
        width: 100%;
        position: fixed;
        top: 0;
        height: 50px;
        background-color: #991760;
        z-index: 9999;
        display: block;
    }
    .fixed-nav ul {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .sephone {
        display: none;
    }
    .icon {
        display: block;
    }
    header .headerpart .logoimg img {
        width: 190px;
        height: 48px;
    }
    .icon i {
        font-size: 25px;
    }
    .rpd1 {
        padding: 40px 10px 5px 10px;
    }
    .aboutdiv {
        padding: 0 10px;
    }
    .directer {
        font-weight: 500;
        color: #bc1f56;
        font-size: 20px;
    }
    .section3 {
        padding: 20px 10px !important;
    }
    .text-details h5 {
        padding: 12px 0;
    }
    /* footer */
    footer {
        background-image: url('../images/counter-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        padding: 4.375rem 0;
        position: relative;
        height: auto;
    }
    footer .logo2 .logo1 {
        width: 240px;
        height: 70px;
    }
    .logo2 {
        padding-bottom: 20px;
    }
    footer .footul {
        padding: 10px;
    }
    footer .icon {
        gap: 20px;
        padding: 20px 0 0 0;
    }
    .copyright {
        padding: 0;
    }
    .copyright p {
        padding: 0 5px;
        font-size: 12px;
    }
    .footrow {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    footer .icon div i {
        font-size: 15px;
    }
}

@media(max-width:400px) {
    footer .logo2 .logo1 {
        width: 149px;
        height: 43px;
    }
    footer .icon div i {
        font-size: 12px;
    }
    .fixed-nav ul {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .fixed-nav ul li a {
        font-size: 12px !important;
    }
}