body {
    padding: 0;
    margin: 0;
}

.line {
    background-color: #247cc9;
}

nav {
    background: #247cc9;
}

nav .nav-link {
    color: white !important;
    font-weight: 600;
    /* margin-right: -4px; */
}

nav .borderrr {
    color: white;
    font-weight: 700;
    font-size: 18px;
    border-right: 2px solid white;
}


nav .nav-link:hover {
    text-decoration: underline;
}

nav .dropdown-item {
    color: white;
}

.dropdown-menu.show {
    display: block;
    background: #247cc9;
}


.marque-tag {
    background-color: #930205;
    color: white;
    font-size: 22px;
    padding: 3px;
}

.marque-tag .marque {
    color: rgb(0, 0, 0);
}


.mardown {
    background: #247cc9;
    padding: 20px;
}

.mardownaa li {
    transition: transform .2s;
    /* Animation */
}

.mardownaa li:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.mardown img {
    transition: transform .2s;
    /* Animation */
}

.mardown img:hover {
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.bb .zoom {
    transition: transform .2s;
    /* Animation */
}

.bb .zoom:hover {
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.about {
    padding-top: 75px;
    padding-bottom: 26px;
    background-position: center;
    background-repeat: no-repeat;
    
}


.about .about-heading{
    font-size: 30px;
    text-align: center;
    font-family: inherit;
    padding-bottom: 5px;
    color: #247cc2;
    font-weight: 900;
}

.about-heading{
    font-size: 30px;
    text-align: center;
    font-family: inherit;
    padding-bottom: 5px;
    color: #247cc2;
    font-weight: 900;
}


.cor {
    font-size: 43px;
    padding: 10px;
    color: #247cc2;
    text-align: center;
}
.paragraphhh{
    text-align: justify;
    line-height: 2;
    
}

.about h3,
p {
    color: black;
}

.card-body {
    flex: 1 1 auto;
    padding: 5px;
    color: rgb(211, 211, 211);
}

.about .card {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #274cc9;
    padding: 10px;
}

.about .card:hover {
    /* border: 2px solid #ff6600; */
    box-shadow: 6px 6px 10px -3px #4e5266;
}

.about .card-text {
    color: black;
}

.about .sp1 {
    color: #727271;
    font-weight: 600;
    font-size: 23px;
    padding-top: 110px;

}

.about .sp2 {
    color: #247cc2;
    font-weight: 900;
    font-size: 23px;
    border-bottom: 3px solid #ff6600;
    
}

.two-section{
    background-color: aliceblue;
    padding-top: 10px;
}



.sp2 {
    color: #247cc2;
    font-weight: 900;
    font-size: 23px;
    border-bottom: 3px solid #ff6600;
}

.about .aboutp {
    margin-top: 20px;
    text-align: justify;
    font-size: 18px;
}

.about .abt {
    border: 7px solid #ffffff;
    margin: 5px;
    background: #ffffff;
    margin-top: 40px;
}




.carddd-headdd {
    background-color: #247cc2;
    color: #ffffff;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}

.newssss_eventttt {
    background-image: url(../images/news_event.jpg);
    background-position: center;
    background-size: cover;
}


.courses {
    background-image: url(../images/college_student.jpg);
    text-align: center;
    color: #020101;
    padding-top: 40px;
    padding-bottom: 40px;
    background-attachment: fixed;
}


.instruction {
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-attachment: fixed;

}

.li_classses {
    color: #233799;
    
    font-size: 15px;
}



.testimonial {
    display: none;
    text-align: center;
    border: 2px solid #247cc9;
    margin-bottom: 30px;
}

.testimonial img {
    border-radius: 50%;
    box-shadow: #727271;
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.testimonial p {
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial h3 {
    font-size: 18px;
    margin: 0;
}

.active {
    display: block;
}

.testttmm {
    background-image: url(../images/tesss.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}


.carddss {
    background-image: url(../images/tesss.jpg);
    border: 2px solid #000;

}

.tes_pp_cen {
    margin-top: 10px;
    text-align: justify;

}


.boxx1{
    background-color: #abc711;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 40px;
    font-size: 18px;
    font-style: oblique;
    letter-spacing: 1.1px;
}

.boxx2{
    background-color: #f19615;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 40px;
    font-size: 18px;
    font-style: oblique;
    letter-spacing: 1.1px;
}


.img-box-1 img {
    width: 80%;
    border-radius: 18px;
    margin-top: 19px;
}

.img-box-p{
    font-size: larger;
    letter-spacing: 1.1px;
    text-align: justify;

}




@media (max-width:2560px) {
    footer .foot {
        padding: 5px;
        padding-right: 5px;
        padding-left: 5px;

    }
}

@media (max-width:1440px) {
    footer .foot {
        padding: 5px;
        padding-right: 5px;
        padding-left: 5px;

    }
}

@media (max-width:1024px) {
    footer .foot {
        padding: 5px;
        padding-right: 5px;
        padding-left: 5px;

    }

    nav .borderrr {
        color: white;
        font-weight: 700;
        font-size: 10px;
        border-right: 2px solid white;
    }
}


/* ----------- Start Footer ----------------*/
.footer{
	padding: 50px 0;
    /* background:#285ea6; */
    background-image: url(../images/fttdddd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.footer h3{
    background: linear-gradient(45deg,#3a0d14 50%,#f0b53f 50%); 
    padding:10px;	
}
.footer hr{
	border-color:#BFBFBE;
}
.footer h3, footer h3 a,.footer h4,.footer h4 a{
	color:#fff;
	letter-spacing:1px;
}
.footer p,.footer p a{
	color:#F8F8F8;
    font-family: var(--sm-font);
}
.footer ul{
	list-style:none;
	padding:0;
	text-align:left;
	font-weight: 500;
    font-family: var(--sm-font);
}
.footer ul li, .footer ul li a{
	color:#e6e6e6;
}
.footer ul li i, .footer ul li a i{
	color: #e40400 !important;
}
.footer form{
	color:#F6F6F6;
}
.footer form input{
	margin-bottom:10px;
}
.footer form label{
	color:#F6F6F6;
	font-weight:400;
}
.copyrights {
    background-color:#10156b;
    padding: 15px 0;
}
.copyrights p{
	color:#ffffff;
	margin:0;
}
.copyrights a{
	color:#ffffff;
}
.copyrights span{
	color:#ffffff;
	font-size:15px;
}
/* ----------- End Footer ----------------*/



.copyright {
    background-color: #247cc9;
    padding: 7px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright a {
    color: #ffffff;
}

.copyright span {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
}


.bb .zoom{
    transition: transform .2s; /* Animation */
}
.bb .zoom:hover{
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.background_for_all{
    background-image: url(../images/tesss.jpg);
}