/*
Theme Name: Academic81
Author: Mohesh Bhattacharjee
Description: Responsive Academic Template for WordPress
Version: 1
Tags: academic81
*/
/*General Styles*/

h2 {
    padding: 5px;
    font-size: 24pt;
    font-weight: 700;
}

h3,
h4 {
    font-weight: 600;
    font-size: 1.2rem !important;
}

.credit {
    margin-left: -99999999px;
}

.theme-text {
    color: #f1c40f;
    font-family: Oswald, sans-serif;
}

/*text*/
.text-saffron {
    color: #ffa919;
}

.text-black {
    color: #000;
}

.text-liteblack {
    color: #333;
}

.brand-logo {
}

.brand-title {
    margin-top: 5px;
    font-size: 14pt;
    font-weight: 600;
    text-align: center;
}
.brand-subtitle {
    margin-top: -10px;
    font-size: 12pt;
    font-weight: 400;
}
.brand-subtitle small {
    font-size: 9pt;
    font-weight: 300;
}

.brand-contact {
    margin-top: 5px;
    font-size: 12pt;
    font-weight: 200;
    text-align: center;
}
/*Background Colors*/
.bg-blue {
    color: #fff !important;
    background-color: #1a5fa1 !important;
}

.bg-lighter {
    color: #fff !important;
    background-color: #404040 !important;
}

.bg-darker {
    background-color: #181818 !important;
    border: none !important;
}

/*alerts #f1c40f;*/
.alert-danger {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}

/*Nav
.navbar {
  padding: 0 !important;
}
*/
.navbar-nav .nav-link {
    color: #fff !important;
}

    .navbar-nav .nav-link:hover {
        color: #fff !important;
        background-color: #cc0000 !important;
    }

.dropdown-menu {
    color: #fff !important;
    background-color: #cc0000 !important;
    border-radius: 0 !important;
    border: none !important;
}

.dropdown-item {
    color: #fff !important;
    background-color: #cc0000 !important;
}

    .dropdown-item:hover {
        color: #fff !important;
        background-color: #cc0000 !important;
    }

/*Buttons*/

.btn-outline-success {
    color: #ed1b24;
    border-color: #ed1b24;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #ed1b24;
        border-color: #ed1b24;
    }

    .btn-outline-success:focus,
    .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(237, 27, 36, 0.5);
    }

    .btn-outline-success.disabled,
    .btn-outline-success:disabled {
        color: #ed1b24;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active,
    .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #ed1b24;
        border-color: #ed1b24;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(237, 27, 36, 0.5);
        }

/*Sections*/
#welcome {
    min-height: 450px;
    background: #fff;
    color: #333;
}

#notice {
    min-height: 500px;
    background: #ffffff;
}

#footer {
    background: #181818;
    color: #ffffff;
}

#site-credit {
    background: #202020;
    color: #ffffff;
}

#topbar {
    color: #ffffff;
}

#owls {
    margin-top: 15px;
}

/* Ticker, Scrollers and blinkers*/
.tickerbox {
    height: 350px;
    max-height: 350px !important;
}

/*scroller*/
.vscroll {
    overflow-y: scroll !important;
    scrollbar-width: thin;
}

/*Blinker*/
.blink_me {
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/*Pagination*/
.pagination {
    display: block;
}

.page-numbers {
    padding: 5px;
    color: rgb(245, 117, 117);
    border: 1px solid #042747;
    margin-right: 4px;
    text-decoration: none !important;
}

/*Go to Top */
.totop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 48px;
    height: 48px;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 1111;
    text-align: center;
    font-size: 33px;
    line-height: 37px;
    display: none;
    transition: background 200ms;
    cursor: pointer;
}

    .totop:hover {
        background: #000;
        color: #fff;
        border: 2px solid #000;
    }

.smartposition #totop {
    display: block;
}


/* Google Maps */
#map {
    max-height: 350px;
    overflow: hidden;
}

.responsive-margin {
    margin-top: -250px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


/*Footer Menu */
#footer-menu .nav-item .nav-link {
    color: #fff !important;
}

/*Masonry*/
.masonry-wrapper {
    /*padding: 1.5em;*/
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.masonry {
    columns: 1;
    column-gap: 10px;
}

.masonry-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .masonry {
        columns: 2;
    }

    .brand-title {
        margin-top: 20px;
        font-size: 16pt;
        font-weight: 700;
        text-align: center;
    }

    .brand-subtitle {
        margin-top: -10px;
        font-size: 14pt;
        font-weight: 600;
    }

        .brand-subtitle small {
            font-size: 12pt;
            font-weight: 500;
        }

    .brand-contact {
        margin-top: 15px;
        font-size: 12pt;
        font-weight: 500;
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    .masonry {
        columns: 3;
    }

    .brand-title {
        margin-top: 20px;
        font-size: 24pt;
        font-weight: 700;
        text-align: center;
    }

    .brand-subtitle {
        margin-top: -10px;
        font-size: 14pt;
        font-weight: 600;
    }

        .brand-subtitle small {
            font-size: 12pt;
            font-weight:500;
        }

    .brand-contact {
        margin-top: 15px;
        font-size: 12pt;
        font-weight: 500;
        text-align: left;
    }
}

.masonry-item {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
    transition: filter .25s ease-in-out;
}

    .masonry-item:hover {
        filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
    }

/*==================
 SERVICE SECTION
====================*/
#mu-service {
    z-index: 10 !important;
    margin-top: -80px;
    width: 100%;
    position: relative;
}

    #mu-service .mu-service-area {
        display: inline;
        float: left;
        width: 100%;
    }

        #mu-service .mu-service-area .mu-service-single {
            background-color: #01bafd;
            color: #fff;
            display: inline;
            float: left;
            padding: 35px 25px;
            text-align: center;
            width: 33.33%;
            height: 250px;
        }

            #mu-service .mu-service-area .mu-service-single:nth-child(2) {
                background-color: #2ecc71;
            }

            #mu-service .mu-service-area .mu-service-single:nth-child(3) {
                background-color: #ed1b24;
            }

            #mu-service .mu-service-area .mu-service-single span {
                font-size: 30px;
            }

            #mu-service .mu-service-area .mu-service-single h3 {
                font-size: 25px;
            }

            #mu-service .mu-service-area .mu-service-single p {
                font-weight: lighter;
                font-size: 16px;
            }

/*==================
 HEADER SECTION
====================*/
#mu-header {
    background-color: #f8f8f8;
    padding: 10px 0;
    /*display: inline;
  float: left;
  width: 100%;*/
}


    #mu-header .mu-header-top-left .mu-top-email {
        display: inline;
        font-size: 14px;
        /*float: left;*/
    }

        #mu-header .mu-header-top-left .mu-top-email i {
            margin-right: 5px;
        }

    #mu-header .mu-header-top-left .mu-top-phone {
        border-left: 1px solid #ddd;
        display: inline;
        font-size: 14px;
        /*float: left;*/
        margin-left: 15px;
        padding-left: 15px;
    }

        #mu-header .mu-header-top-left .mu-top-phone i {
            margin-right: 5px;
        }

    #mu-header .mu-header-top-right {
        text-align: right;
        /*float: left;
  width: 100%;*/
    }

        #mu-header .mu-header-top-right .mu-top-social-nav {
            display: inline-block;
        }

            #mu-header .mu-header-top-right .mu-top-social-nav li {
                display: inline-block;
            }

                #mu-header .mu-header-top-right .mu-top-social-nav li a {
                    display: inline-block;
                    font-size: 14px;
                    padding: 0 8px;
                    -webkit-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -ms-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                }

/*Media Query*/
@media only screen and (max-width:640px) {

    #mu-service {
        margin-top: 30px;
        position: relative;
    }

        #mu-service .mu-service-area .mu-service-single {
            padding: 20px 5px;
            width: 100%
        }

            #mu-service .mu-service-area .mu-service-single h3 {
                font-size: 16px;
            }

    #mu-header {
        padding: 3px;
    }

        #mu-header .mu-header-top-left {
            font-size: 14px;
        }

            #mu-header .mu-header-top-left .mu-top-phone {
                border-left: none;
            }

        #mu-header .mu-header-top-right .mu-top-social-nav {
            display: inline-block;
        }
}

@media only screen and (max-width: 480px) {
    .hide-phone {
        display: none;
    }

    #mu-header {
        padding: 3px;
    }

        #mu-header .mu-header-top-left {
            font-size: 10px;
            /*text-align: center !important;    */
        }

            #mu-header .mu-header-top-left .mu-top-phone {
                margin-left: 0;
                padding-left: 0;
            }

                #mu-header .mu-header-top-left .mu-top-phone i {
                    margin-right: 5px;
                }

            #mu-header .mu-header-top-left .mu-top-email {
                display: none;
            }

        /*#mu-header .mu-header-top-right  {
    display: none;
   }*/
        #mu-header .mu-header-top-right .mu-top-social-nav {
            display: inline-block;
        }
}

@media only screen and (max-width:767px) {
    #map {
        display: none;
    }
}

@media only screen and (max-width:768px) {
}

@media only screen and (max-width: 991px) {
    .navbar-brand {
        font-size: 12pt !important;
    }

    #map {
        max-height: 250px;
        overflow: hidden;
    }

    .responsive-margin {
        margin-top: -150px;
    }
}
