.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.portfolio-item .item {
    /*width:303px;*/
    float: left;
    margin-bottom: 10px;
}


/* ============================================================== 
     # Top Category 
=================================================================== */

.top-cat-area .top-cat-items.text-center {
    padding-right: 35px;
}

.top-cat-area .top-cat-items.text-center .equal-height {
    margin-bottom: 0;
    margin-top: 30px;
}

.top-cat-area .top-cat-items.text-center {
    margin-top: -30px;
}

.top-cat-items .equal-height {
    margin-bottom: 30px;
}

.top-cat-items .item {
    background-size: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.top-cat-items .item a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    display: block;
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.top-cat-items .item a:hover:after {
    background: #002147 none repeat scroll 0 0;
    opacity: 0.6;
}

.top-cat-items .item a:hover {
    background: transparent none repeat scroll 0 0;
}

.top-cat-items .item a:hover h4,
.top-cat-items .item a:hover i,
.top-cat-items .item a:hover span {
    color: #ffffff;
}

.top-cat-items .item a::after {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.top-cat-items .item i,
.top-cat-items .item .info {
    display: table-cell;
    vertical-align: top;
}

.top-cat-items.text-center .item i,
.top-cat-items.text-center .item .info {
    display: block;
}

.top-cat-items.text-center a {
    padding: 30px;
}

.top-cat-items.text-center .item i {
    margin: auto auto 15px;
    color: #002147;
}

.top-cat-items.text-light .item i {
    margin: auto auto 15px;
    color: #ffffff;
}

.top-cat-items.text-center .item .info {
    padding-left: 0;
}

.top-cat-items.text-center .item .info h4 {
    margin-bottom: 2px;
}

.top-cat-items .item .info {
    padding-left: 15px;
}

.top-cat-items .item i {
    font-size: 50px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    color: #666666;
}

.top-cat-items .item h4 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.top-cat-items .item span {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    color: #666666;
}

.top-cat-items.text-light .item span {
    color: #ffffff;
}


/* Category BG Color */

.top-cat-area .top-cat-items.inc-bg-color .item.mariner a::after {
    background: #307ad5 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.java a::after {
    background: #1ec1d9 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.malachite a::after {
    background: #10c45c none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.brilliantrose a::after {
    background: #e948ae none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.casablanca a::after {
    background: #f9bd44 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.emerald a::after {
    background: #47c58e none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.cinnabar a::after {
    background: #e84b3a none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.plum a::after {
    background: #92278f none repeat scroll 0 0;
}

.flip-container {
    background: transparent;
    display: inline-block;
}

.flip-this {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-container:hover .flip-this {
    transition: 0.9s;
    transform: rotateY(180deg);
}

.bg-light:hover {
    background-color: #6fd7ff !important;
}

.tabbable li.active a {
    color: #ffffff;
}

.brighten img {
    -webkit-filter: brightness(55%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.brighten img:hover {
    -webkit-filter: brightness(90%);
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* The dots/bullets/indicators */

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.notactive .active {
    background-color: #717171;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

a.list-group-item p.active {
    color: #1F386B;
    font-weight: bold;
}

.bg-white-ww2 {
    background-color: #1F386B !important;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.blinks {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}

@keyframes mymove {
    from {
        right: 0px;
    }
    to {
        right: 105px;
    }
}

#menu-toggle {
    z-index: 1;
    position: absolute;
    bottom: 15%;
    right: 0;
}

#tv {
    z-index: 1;
    position: absolute;
    bottom: 14%;
    right: 8%;
    width: 330px;
    height: 220px;
    margin: 20px 0;
    background: #1F386B;
    border-radius: 50% / 10%;
    color: white;
    animation-name: mymove;
    animation-duration: 3s;
    text-indent: .1em;
}

#tv:before {
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    border-radius: 5% / 50%;
}

#close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #1F386B;
}

.fragment {
    font-size: 12px;
    font-family: tahoma;
    color: #555;
    display: block;
    padding: 13px;
    box-sizing: border-box;
    text-decoration: none;
}

.fadewhite {
    color: white;
}

.borderin li {
    border-bottom: 1px dashed;
    color: rgb(145, 145, 145);
}

.borderin i {
    margin-right: 4px;
}

.student-cen {
    text-align: center;
}

.btn-theme-colored1 {
    color: #fff;
    background-color: #e02843;
    border-color: #1F386B;
}

.btn-theme-colored1:hover {
    color: #e02843;
    background-color: #f6dce0;
    border-color: #e02843;
}

#container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 0;
}

.menu-btncont {
    position: relative;
    z-index: 99;
    top: -6px;
    width: 45px;
    float: left;
    padding-top: 0px;
    cursor: pointer;
}

.menu-btncont a {
    color: #fff;
}

.clear {
    clear: both;
}

.menu-btncont p {
    width: 250px;
    float: left;
    background: #07294d;
    color: #fff;
    position: absolute;
    left: -250px;
    top: 0px;
    padding: 4px 0px 4px 10px;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.menu-btncont:hover p {
    left: 45px;
}

.menu-btn {
    z-index: 99;
    width: 45px;
    float: left;
    padding-top: 12em;
    cursor: pointer;
}

.menu-btn:hover img {
    opacity: 0.8;
}

.menu-btn-mba {
    display: none;
}

.left-button {
    background: #ffc600;
    padding: 10px;
    color: #fff;
    border: 0
}

.left-button:hover {
    background: #0c4177;
}

@media screen and (max-width:640px) {
    .menu-btn {
        display: none;
    }
    #container {
        top: 200px;
    }
    #consultv {
        display: none;
    }
    .menu-btn-mba {
        background: #a81847 none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        cursor: pointer;
        display: block;
        float: left;
        left: 0;
        margin-bottom: 0;
        padding-top: 150px;
        position: fixed;
        text-align: left;
        transition: all 300ms ease-in-out 0s;
        width: 100%;
        z-index: 99;
    }
}

.menu-btn {
    z-index: 99;
    width: 45px;
    float: left;
    padding-top: 6em;
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url("../biefiles/images/newsides.jpg");
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #e7e7e7;
}

.sidenav .closebtn {
    color: white;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.shade-h3 {
    color: white;
    text-align: center;
}

.fieldset {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background-color: #cccfe1;
    display: block;
    border: 0;
    outline: 0;
    margin: 0 0 10px 0;
    color: #000!important;
    font-size: 12px;
    float: left;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.events-details-socila-icon {
    display: inline-block;
}

.events-details-socila-icon ul li {
    display: inline-block;
}

.events-details-socila-icon ul li a {
    color: #002147;
    margin-left: 16px;
    font-size: 14px;
    transition: .3s;
}

.events-details-socila-icon ul li a:hover {
    color: #E41937;
}

.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}