/*body{*/
/*    font-family: 'Raleway', sans-serif !important;*/
/*    font-size: 14px;*/
/*}*/

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: black;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: black;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #2f348f;
}

.alumini1{
    font-family: Piedra;
    color: #2f348f;
    font-size: 28px;
    font-weight: bold;
    display: inline-flex;
    padding-bottom: 3px;
    padding-left: 41%;
}
.learnmore{
    margin-top: 20px; color: #2f348f; background-color: transparent; border-color: orangered;
}
.learnmore:hover{
    color: white;
    background-color: orangered;
    border-color: orangered;
}
.notice p {
    padding-top: 2px;
}

.notice {
    /*margin-top: -9.8px;*/
    background-color: #2f348f;
}

.notice marquee {
    color: #fff;
}

.notice marquee ul {
    padding-bottom: 11px;
    margin: 0;
}

.notice marquee ul li {
    line-height: 2;
    list-style-type: none;
    margin-right: 20px;
}

.notice marquee ul li:before {
    display: inline-block;
    color: #fdb10f;
    margin-right: 6px;
    font-size: 10px;
}

.flash-box {
    width: 200px;
    height: 44px;
    position: absolute;
    background: orangered;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 2.6;
}

.flash-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid orangered;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.flash-box:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid orangered;
    border-top: 25px solid transparent;
    border-bottom: 20px solid transparent;
}

marquee {
    position: relative;
    top: 6px;
}


.navbar-nav .nav-item:hover .nav-link {
    background-color: orangered;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    padding: .6rem .85rem;
}

.dropdown-menu a:hover {
    color: #ffffff;
    background-color: #ff6600;

}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding-top: 0;
    width: 250px;
    padding-bottom: 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.navbar {
    position: relative;
    background-color: #fff;
    font-size: 14px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}







.mainheader a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

.mainheader a:hover {

    text-decoration: none;
    color:white;
}
.mainheader .top-header a {
    color: white;
}

.mainheader .top-header a:hover {
    color: orangered;
}
.mainheader .top-header .dropdown-menu a{
    color: black;
}


.mainheader .top-header .dropdown-menu a:hover{
    color: white;
}
.about p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5d6576;
}
/*.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {*/
/*    width: 100%;*/
/*    padding-right: 20px;*/
/*    padding-left: 20px;*/
/*    padding-top: 10px;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*}*/
@media screen and (max-width: 382px) {
    .d-inline-flex{

    }
}

.display-4{
    color: #2f348f;
    font-size: 30px;
    font-weight: bold;
    display: inline-flex;
    padding-bottom: 3px;
}

/*academic program*/
body .carousel-control-prev-icon,
body .carousel-indicators li,
body .carousel-control-next-icon{
    background-color: transparent;

}

span.carousel-control-prev-icon {
    position: relative;
    bottom: 40px;
    right: 40px;
}

span.carousel-control-next-icon {
    position: relative;
    bottom: 40px;
}
.image img{
    height: 350px;
    width: 100%;
    /*border-radius: 10px;*/

}

.academic {
    text-align: center;
    padding-top: 40px;
    color: white;
}


h3{
    color: orangered;
}

.content {
    position: absolute;
    bottom: 0;
    background: #020d26a6;
    /*background: rgba(0, 0, 0, 0.5);*/
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}



.image img{
    width:100%;
    height:auto;

}
/*end academic program*/

/*card*/


.card-body h2{
    color: black;
}
.card-body{
    height: 300px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;

}
.card-body p{
    color: #5d6576;
}


.card .card-img-top{
    width: 100%;
    height: 280px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 8px;
    opacity: .7;
}
.card .card-img-top:hover {
    /*zoom: 1.1;*/

}
.title {
    border-bottom: #e8e8e8 1px solid;
    text-transform: none;
    font-family: 'Gafata', sans-serif;
    font-weight: 600;
    color: orangered;
}
.title-border {
    border-bottom-color: #2f348f;
   font-size: 24px;

}

.title .title-border {
    padding-bottom: 9px;
    display: inline-block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: -1px;
}
/*end card*/
.about .active a {
    color: white;
}
.about li.active {
    background-color: #2f348f;
    padding: 3px 10px 3px 10px;

}

.about li a:hover {
    background-color: #2f348f;
    color: orangered;
    padding: 3px 10px 3px 10px;
}

.about ul {
    list-style-type: none;
}


.breadcrumb a {
    color: white;

}

.breadcrumb a:hover {
    color: orangered;
    text-decoration: none;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    padding-top: 370px;
    justify-content: center;
    background: none;
    font-family: 'Gafata', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: -2px 2px 3px rgba(142, 32, 32, 0.85);
}

.breadcrumb-item.active {
    color: orangered;
}

/*.modal-body {*/
/*    max-height: calc(100vh - 210px);*/
/*    overflow-y: auto;*/
/*}*/
/*.modal-open {*/
/*    overflow: hidden;*/
/*    overflow-y: scroll;*/
/*    padding-right: 0 !important;*/
/*    margin-left: -20px;*/
/*}*/



.btn {
    margin: 5px 0;
    font-family: 'ralewaySemi';
    text-transform: capitalize;
    font-size: 14px;
    padding: 4px 8px;
    background-color: transparent;
    color: black;
    border: 2px solid orangered;
    font-weight: normal;
    border-radius: 0;
}

.btn:hover {
    color: white;
    background-color: orangered;
    border: 2px solid orangered;
}
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: orangered;
    border-color: orangered;
}
.intro {
    color: #6c757d !important;
    font-size: 18px;
}
.description_main p{
   
    line-height:26px;
    font-size:18px;
    text-align:justify;
}