﻿.list-style-one {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    list-style: none;
}

    .list-style-one li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 8px;
        color: #2d2b2b;
        font-size: 15px;
        font-weight: 400;
    }

        .list-style-one li:before {
            position: absolute;
            content: '\f00c';
            left: 0;
            color: #0077b5;
            font-size: 18px;
            font-family: FontAwesome;
        }

#bgimg {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a#eXTReMe-Free-sdunia {
    float: right;
    padding-right: 100px;
    margin-top: -54px;
    cursor: pointer;
}

#eXTReMe-Free-sdunia img {
    border-radius: 6px !important;
    height: 30px !important;
    width: 30px !important;
    display: none;
}

.book-appiotment-box .modal-content {
    padding: 0px 15px 0px 15px;
    margin-top: 10%;
}

.modal-content label {
    margin-bottom: 0;
    font-size: 15px;
}

.modal-header .close {
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
    background: #ff4800;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    box-shadow: -2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
    padding: 0px;
    margin: 0px;
    z-index: 1;
    opacity: .75;
    outline: none;
}

/*bread-crumb css*/
.breadcrumb-section {
    height: 240px;
}

.relative-positioned {
    position: relative;
    z-index: 1;
}

.breadcrumb-section h2 {
    padding-top: 70px;
    color: white;
    font-size: 32px;
    text-transform: uppercase;
}

.page-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    color: #272727;
    z-index: 1;
    background: rgba(0,0,0,0.82);
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.inner-container {
    position: relative;
}

.bread-crumb {
    position: relative;
    font-size: 15px;
    padding: 15px 0 15px;
    margin-bottom: 0px;
}

    .bread-crumb li {
        position: relative;
        display: inline-block;
        font-size: 16px;
        margin-right: 18px;
        color: #fff;
        font-weight: 400;
        line-height: 24px;
        text-transform: capitalize;
    }

.page-info .bread-crumb li a {
    color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .page-info .bread-crumb li a:hover {
        color: #0090CB;
    }

.page-info .bread-crumb li:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: -16px;
    width: 10px;
    line-height: 24px;
}

.page-info .bread-crumb li:last-child:after {
    display: none;
}

/*side social*/
.s-media {
    z-index: 1000;
    transition: all linear 0.2s;
    position: fixed;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    left: 0px;
}

#sm-open {
    position: fixed;
    top: 140px;
    left: 5px !important;
    color: black;
    font-size: 35px;
    opacity: .5;
    margin-top: 15px;
    border-radius: 0 30px 30px 0;
    z-index: 99;
    transition: all linear 0.2s;
}

    #sm-open fa {
        color: white;
        margin-top: 5px;
    }

a#sm-close {
    left: 0px;
    top: 5px;
    color: black;
}

.print {
    background-color: transparent;
    font-size: 30px;
    font-weight: 600;
    margin-top: -13px;
    cursor: pointer;
}

.sm-collapse {
    left: -60px;
}

p.whatsapp-chat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: -12px;
    right: 15px;
    z-index: 4;
    background-color: #00cc2f;
    color: #FFF;
    border-style: solid;
    border-width: 2px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    transition: 0.3s;
    animation: shadow-pulse 1s infinite;
}


    p.whatsapp-chat:hover {
        background-color: #006a50;
        transition: 0.3s;
    }

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 204, 16, 0.72);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse2 {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 94, 204, 0.72);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse3 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 196, 0, 0.72);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.blink-button {
    border: 1px transparent;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #eeeeee !important;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 8px 20px !important;
    text-align: center;
    text-decoration: none;
    margin-left: 20px;
    -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}

a.academic-btn {
    font-size: 14px;
    /*color: #fff !important;
    background: #fa7b1d;*/
    border: solid 2px #fa7b1d;
    border-radius: 31px;
    text-transform: uppercase;
    padding: 7px 12px;
    text-align: center;
}

    a.academic-btn:hover {
        /*box-shadow: 1px 1px 3px 3px #c16017;*/
        color: #fff !important;
        background: #fa7b1d;
    }


@-webkit-keyframes glowing {
    0% {
        background-color: #0091b2;
        -webkit-box-shadow: 0 0 3px #0091b2;
    }

    50% {
        background-color: #21c7ed;
        -webkit-box-shadow: 0 0 15px #21c7ed;
    }

    100% {
        background-color: #0091b2;
        -webkit-box-shadow: 0 0 3px #0091b2;
    }
}

@keyframes glowing {
    0% {
        background-color: #0091b2;
        box-shadow: 0 0 3px #0091b2;
    }

    50% {
        background-color: #21c7ed;
        box-shadow: 0 0 15px #21c7ed;
    }

    100% {
        background-color: #0091b2;
        box-shadow: 0 0 3px #0091b2;
    }
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    height: 30px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #38869c;
    }

.mobile-nav ul .menu-has-children li a {
    text-transform: none;
}



.dropdown1 {
    position: fixed;
    top: 40%;
    z-index: 999;
    right: 0px;
}

.sideshare {
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
    color: white;
    display: block;
    height: 37px;
    position: relative;
    text-align: center;
    line-height: 37px;
    width: 37px;
    margin-bottom: 0px;
    background-color: #0077b5;
    border-top-left-radius: 6px;
    /*transform: rotate(270deg);*/
}

.fa-share:hover {
    color: white;
    background-color: #38869C;
}

.dropdown1:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /*min-width: 150px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1001;
    margin-left: 15px;
}

.dropdown1 .dropbtn {
    background-color: transparent;
    font-size: 15px;
}

.dropdown1:hover .dropbtn {
    background-color: transparent;
}

.dropdown-content i {
    font-size: 20px;
    color: #38869C;
    padding: 5px 0px 5px 7px;
}

.social-name1 {
    padding: 0px 8px 0 8px;
    text-transform: capitalize;
    font-size: 14px;
    color: #464646;
    padding-top: 0px;
    padding-bottom: 1px;
}

.dropbtn {
    border: none;
    background-color: transparent;
}

.dropdown-content ul {
    margin-bottom: 0px;
}

.dropdown-content li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 3px;
    list-style-type: none;
    margin-left: -38px;
}

.dropdown-content ul li:hover {
    background-color: #fff;
    color: black;
}

h3.tag-heading {
    font-size: 25px;
    color: #555;
    font-weight: 600;
    padding: 15px 10px 5px 10px;
    border-bottom: solid 1px #cccccc7a;
}

.top-coureses ul li {
    display: inline-block;
}

    .top-coureses ul li a {
        text-decoration: none;
        color: #17a2b8;
        border: 1px solid #17a2b8;
        border-radius: 50px;
        padding: 5px 7px;
        display: block;
        margin: 5px;
        font-family: Verdana;
        font-size: 14px;
    }

        .top-coureses ul li a:hover {
            text-decoration: none;
            color: #fff;
            background: #17a2b8;
            border-color: #17a2b8;
        }

@media (max-width: 600px) {
    .menu-has-children ul li a:hover {
        background-color: #95bf3a;
    }
}

@media(min-width: 320px) and (max-width:768px) {
    .breadcrumb-section h2 {
        padding-top: 48px;
        font-size: 24px;
    }

    .breadcrumb-section {
        height: 180px;
    }

    .btn-animated {
        border-bottom: none !important;
        padding: 5px 10px 1px 10px;
    }

    .top-coureses ul {
        margin-left: -35px;
    }

        .top-coureses ul li a {
            text-decoration: none;
            color: #17a2b8;
            border: 1px solid #17a2b8;
            border-radius: 50px;
            display: block;
            margin-left: -3px;
            font-family: Verdana;
            font-size: 13px;
            padding: 4px 5px;
        }
}
