*{
	/* font-family: "Raleway", sans-serif; */
    font-family: "IBM Plex Sans", sans-serif;

}

/* 1.0 Common Css */
body {
    color: #000;
    padding: 0;
    margin: 0;

}
p{
    margin: 0 !important;
    padding: 0 !important;
}

.card-title {
    font-size: 24px;
}



.btn-custom{
    background-color: #480d8e;
}

@media (max-width: 991px) {
    .card-title {
        font-size: 22px !important;
    }
}

/* 2.0 dotted graphics */
.graphic-dotted::before {
    content: "";
    background-image: url(../images/element\ \(2\).png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 95px;
    left: 25px;
    width: 100px;
    height: 100px;
    
   
}
.graphic-dotted2::before {
    content: "";
    background-image: url(../images/element\ \(2\).png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -138px;
    right: 97px;
    width: 122px;
    height: 108px;
    
   
}
@media (max-width: 991px) {
    .graphic-dotted::before {
        top: 65px;
        left: 7px;
        width: 45px;
        height: 45px;
        
       
    }
    .graphic-dotted2::before {
        bottom: -44px;
        right: 8px;
        width: 45px;
        height: 45px;
        
       
    }
}



/* 2.0 Landing Page Css */

.hero-section {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    padding-top: 30px;
    
}

.hero-title {
    font-size: 87px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin: 0;
}

.hero-description{
    margin-top: 15px;
}
.hero-desc {
    font-size: 1.5rem;
}
.hero-button{
    padding-top: 50px;
}
.btn-hero {
    padding: 12px 38px;
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    transition: background-color .2s ease-in-out;
    background-color: #6912CB !important;
    text-decoration: none;
}

.btn-hero:hover{
   color: #480d8e;
   background-color: white;


}

.examOffered {
    margin-top: 76px;
    color: rgb(107, 114, 128);
    font-size: 35px;
}



@media (max-width: 991px) {
    .hero-section {
        padding-top: 28px;
    }
    
    .hero-title {
        font-size: 26px;
        line-height: 40px;
    }

    .hero-desc {
        font-size: 16px;
        line-height: 24px;
    }
    .hero-button{
        padding-top: 24px;
    }
    .btn-hero
    {
        padding: 6px 20px;
        font-size: 12px;
    }
    .examOffered {
        margin-top: 24px;
        font-size: 23px;

    }

    
}


/* Service Section */

.our-service {
    margin-top: 90px;
    padding-bottom: 50px;
    padding-top: 50px;

    background-color: #fafafa;
    
}
.section-title{
    font-size: 40px;
}

.card-group{
    margin-top: 50px !important;
}
.card{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.card-img-center {
    width: 58px;
}


.card-text{
    font-size: 16px !important;
    color: rgb(104, 118, 153);
}

.card-title-service{
    font-size: 22px;
    font-weight: 700;
}



@media (max-width: 991px) {
    .our-service {
        margin-top: 30px
        
    }
    .section-title{
        font-size: 24px ;
        
    }
    .card-title-service{
        font-size: 22px ;
    }
    .card-text{
        font-size: 16px !important;
    }

}

/* Why choose us  */

.why-choose-us{
    margin-top: 40px;
}

.why-choose-body{
    padding-bottom: 26px;
}

.why-choose-body-content{
    margin-top: 3rem !important;
}

.card-title-choose-us{
    
}

@media (max-width: 767px) {
    .why-choose-us{
        margin-top: 30px;
    }
    .knowMore{
        margin-top: 66px;
        height: 100%;
        padding: 7%;
    }
    .card-group{
        margin-top: 38px !important;
    }
    .why-choose-body{
        padding-bottom: 0;
    }
    .why-choose-body-content{
        margin-top: 1rem !important;
    }
    .card-title-choose-us{
        margin-bottom: 0px !important;
    }
}

/* To know more us */

.knowMore {
    margin-top: 100px;
    padding: 0px;
    border: 0px !important;
    background-image: url('../images/toknowbanner.png');
    background-position: center;
    width: 100%;
    height: 290px;
    border: 1px solid #ccc;
}

.text-above-call-us{
    position: absolute;
    top: -31px;
    left: 14px;
    font-size: 16px;
    color: white;

}


.call-us-btn{
    padding: 12px 38px;
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    background-color: #00d78a !important; 
}

@media (max-width: 767px) {
    .knowMore {
        margin-top: 30px;
        padding: 0px;
        border: 0px !important;
        background-image: url('../images/toknowbanner.png');
        background-position: center;
        width: 100%;
        height: 88px;
        border: 1px solid #ccc;
        
    }
    
    .call-us-btn{
        padding: 6px 20px;
        font-size: 12px;
        font-weight: 800;
        line-height: 24px;
        text-transform: uppercase;
        background-color: #00d78a !important; 
    }
    .text-above-call-us{
        position: absolute;
        top: -21px;
        left: 8px;
        font-size: 12px;

    }
}


/* pricing section */

.custom-list {
    list-style: none;
    text-align: center;
    margin-top: 25px;
}

.custom-list li {
    margin-bottom: 20px;

}

/* testimonials section */

.testimonial{
    margin-top: 95px;
    padding: 0 139px;
}
.carousel-indicators {
    bottom: -65px !important;
}
.carousel-item img{
    width: 75%;
}

@media (max-width: 576px) {
    .testimonial{
        margin-top: 30px;
        padding: 0 0px;
        height: 253px;
        
        text-align: center;

    }
    .testimonial-text{
        margin-top: 5px !important;
        font-size: 10px;
        line-height: 13px;
    }
    .carousel-inner .carousel-item img {
        max-width: 80%;
        height: auto;
    }

    .carousel-inner .carousel-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px; /* Add padding for spacing */
    }

    .carousel-inner .carousel-item .text-wrap {
        width: 100%;
        margin-top: 20px;
        max-width: 80%; /* Adjust the width as needed */
    }
}


.custom-list li i {
    color: #86EA15;

}

/* Footer section */

.list-unstyled li a {
    text-decoration: none;
}