*{
    padding:0;
    margin:0;
}
html{
    scroll-behavior: smooth;
}

.fw{
    width:100%;
    height: auto;
   
}
.toprow{
    background:rgb(10, 0, 95);
    color:rgb(170, 97, 63);
    font-weight: bold;
}

.aff-link{
    text-decoration: none;
    color:white;
    }
.aff-link:hover{
    text-decoration: none;
    color:rgb(184, 58, 0);
}
.fa-graduation-cap{
    color:white;
    font-size:24px;
}
/*******************************Menubar *************************/
.bg-cust{
    background:rgb(3, 1, 43);
    color:white;
}
.navbar-toggler{
    padding:10px;
}
.navbar{
    padding:0;
    
}
.navbar ul li {
    padding:10px 10px;
    font-weight:bold;
}
.hm{
    background:linear-gradient(180deg, rgb(170, 40, 0), rgb(255, 94, 0));
}
.navbar ul li:hover{
    background:linear-gradient(180deg, rgb(170, 40, 0), rgb(255, 94, 0));
}
/******************************slide************************************/

.sliderr{
}
.sliderr img{
    width:100%;
    height:450px;
}


/***************************************Collage intro***************************
.intro{
    background:url("images/back1.png");
    background-attachment: fixed;
    background-size: cover;

}
.intro-inn{
    background-color:rgba(0, 0, 0, 0.589);
    padding:50px 10px;
    color:white;
    overflow: auto;
}
.cl-name{
    text-align: center;
    font-size:2.5rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
/********************************* dir section ********************************/

.dir{
    padding:50px 0;
    text-align: center;
    color:rgb(197, 73, 15);
}
.dir img{
    box-shadow:0px 0px 10px 5px black;
}
.latest-news-2{
    max-height:350px;
    overflow:hidden;
}
.latest-news{
    background:rgb(0, 10, 95);
    color:white;
    padding:10px;
    font-size:25px;
}

.formslinks{
    border:3px dotted red; 
    padding:5px;
    text-align: center;
    text-decoration: none;
}
.formslinks i{
    padding:8px;
    font-size:13px;
    border:3px solid red;
    border-radius: 50%;
    color:red;
}
.dir a{
    text-decoration: none;
    color:red;;
    font-weight:bold;
}
.formslinks:hover{
    border:3px solid red;
    text-decoration:none;
}


/********************************* Note ********************************/
.note{
    background:rgb(197, 73, 15);
    padding:40px 0;
    color:white;
}
.btn-cust{
    color:white;
    float:right;
    border:2px solid white;
    width:80%;
}
.btn-cust:hover{
    color:rgb(197, 73, 15);
    background:white;
}
/********************************* about us ********************************/
.about{
    text-align: justify;
    padding:50px 0;
    font-weight:bold;
}
.about h2{
    text-align: center;
}
.about p {
    text-indent:50px;
}
/********************************* Important links ********************************/
.links{
    background:rgb(3, 1, 43);
    color:white;
    padding:50px 0;
    text-align: center;
}
.links a{
    text-decoration:none;
    color:white;
}
.link-in{
    width:100%;
    height: auto;
    border:2px solid white;
    padding:10px;
    margin:10px 0; 
}
.link-in i{
    
    background-color: white;
    padding:10px; 
    border:2px solid white;
    border-radius: 50%;
    color:navy;
    
}

/********************************* contact us ********************************/
.contact{
    background:rgb(197, 73, 15);
    color:white;
    padding:50px 0;
    font-weight: bold;
}
.contact i {
    font-size: 20px;
    margin:0 20px;

}

/********************************* footer ********************************/
.footer{
    background:rgb(0, 10, 95);
    padding:30px 0; 
    color:white; 
    text-align: center;
}
.footer i{
    font-size:25px;
    padding:10px;
}

.footer a{
    text-decoration: none;
    color:rgb(197, 73, 15);
    font-weight: bold;
}
.footer a:hover{
    text-decoration: none;
    color:white;
}
/*******************************print page***********************************/
 