*{margin: 0;padding: 0;}  
html,body{font-size: 16px;  color: #000; letter-spacing: 0.5px;}
li{list-style: none;}
ul{margin-bottom: 0;}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #000;
  text-decoration: none;
}
a:hover{text-decoration: none;}

  
header {
    box-shadow: 0px 0px 2px #baadad;
    width: 100%;
    display: inline-block;
    padding:10px 0 10px;
}

 .top  {
    display: flex;    
    justify-content: space-between;
    align-items: center;
}

header img {
    width: 130px;
}


header button {
    background: #032f83;
    border: none;
    padding: 8px 20px;
    color: #fff;
    border-radius: 30px;
}

  .modal-title{
    text-align: center;
    font-size: 18px;
    width: 100%;
    line-height: 22px;
}


  .modal-title b{   
    font-size: 15px;  
}



 .getFree {
    background: #032f83;
    border: none;
    padding: 8px 20px;
    color: #fff;      width:100%;
    border-radius: 30px;
}




 .slider {
    background: url(../images/banner.jpg);
    height:500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}


   .sliderForm   {
    width:100%;
    background: #fff;
    padding: 11px 14px;
    float: right;
}

.today{
    text-align: center;
    font-size: 17px;
    margin: 10px 0 20px;
}


.courseBox {
    display: flex;
    flex-wrap: wrap;align-items: center;
    border: solid 1px #f2f2f2;
    box-shadow: 0px 0px 1px #7f7f7f; padding:20px;  margin-bottom:25px;
}

 .courseImg {width:100%;}
 .courseImg img{width:100%;}
 .courseContent {width:100%; padding-top:20px;}
 .courseContent  h3 {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 20px;
}

 .courseContent h5 {
    color: red;
    font-size: 16px;
}

.bs {font-weight:400;}


 .courseContent p {
    font-size: 13px;
}
 .courseContent button {
    width: auto;
}

p.last {
    font-weight: 600;
    font-size: 17px;
}


 .card-header {      border-radius: 0!important;
    padding: 0;
    background: inherit;
    margin: 0 0 10px;
}

.card  {
    border: none;
    margin: 0 0 10px;
}

.card-header .btn {
    width: 100%;
    text-align: left;
    background: #032f83;
    text-decoration: none;
    color: #fff;
}

.card-body{
    padding: 6px 0 20px;
}


 .footer-top {
    background: #f6f6f6;
    padding: 50px 0 20px;
}


       .copy {
    background: #033087;
    margin: 0;
    text-align: center;
    padding: 6px 0;
    color: #fff;
}


.fts h2 {
    font-size: 22px;
    margin: 0 0 20px;
}

 .slider h2{
    color: #fff;
    max-width: 520px;
    margin: 90px 0 0;
}


 .slider p {
    color: #fff;
    margin: 6px 0 0;
    font-size: 19px;
}

.ft {
    background: #fff;
    padding: 10px 10px;
    border-radius: 4px;
}


.stats_section {
    background-color: #F1E6DA;
       padding-top: 3rem;
    padding-bottom: 3rem;        position: relative;
    
}
 .stats_section h2 {
         font-weight: 700;
         font-size: 1.75rem;    color: #212529;     padding-bottom: 1rem;     border-bottom: 1px solid #212529; text-align:center;
 }

 .text-orange {
    color: #5185cb;
}
     div#university-stats {
    gap: 14px;
}
   .stats_section .stats__item {
    background: white;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #0000002b;
    width: 100%;
    position: relative;
    margin: 0 auto;    padding: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.development-section {
        background-color: #f1eded;
            padding-top: 3rem !important;
    padding-bottom: 3rem !important;    position: relative; 
    
    
}
.facilities_flex {
    display: flex;
    align-content: center;margin: 2.5rem 1.2rem 0;
    align-items: center;
}

 @media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width:1320px;
    }
}
 .facilities__section .partners__item .icon__choice {
    width: 90px;
    border: 8px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: border 750ms;
    border-radius: 50%;
    background-color: #efebea;
    padding: 1rem;
    height: 90px;
}

    .ms-4 {
    margin-left: 1.5rem !important;
}



@media only screen and (max-width:800px)
{
    
div#university-stats {
    gap: 14px;
    flex-wrap: wrap;
}


    
}

.top .img {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
}

.ft1 {background:#333; padding:10px; margin-bottom:20px;}
.ft2 {background:#fff; padding:10px; margin-bottom:20px;}

@media only screen and (max-width:600px)
{
header img {
    width: 120px;
}
 

.slider {
     height:auto;   
}

.sliderForm {
    width: 100%;
    background: #f2f2f2;
    padding: 11px 14px;
    float: right; margin-bottom:25px;
}

.course h2 {
    font-size: 23px;
}
.courseContent {
    width: 100%;
    padding: 20px 0 0;
}



}