body,html {overflow-x:hidden;}
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    overflow-x:hidden;
}

body button,
.btn,
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn:hover,
body button:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:hover {
    opacity: .8;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.9;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

/* //Reset Code */

/* colors code */
.text-bl {
    color: #343a40;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.bg-li {
    background: #f8f9fa !important;
}

.bg-wh {
    background: #fff;
}

.text-colors {
    color: #6c5ce7;
}

.bg-colors {
    background: #43136c;
}

.let-spa {
    letter-spacing: 1px;
}

/* //colors code */

/* bottom-to-top */
a.move-top {
    width: 34px;
    height: 34px;
    background: url(../images/move-top.png) no-repeat center #fff;
    display: inline-block;
    position: fixed;
    bottom: 10%;
    right: 2%;
    z-index: 0;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	z-index: 999;
}
.error{
    color:red;
}

/* //bottom-to-top */

/* header */
/* top bar */
.header-top_w3layouts {
    padding: 0 .5em;
}

/* social icons */
.par-so {
    font-size: 14px;
}

.top-right-info span {
    color: #fff;
    line-height: 2.2;
    font-size: 14px;
}

.top-right-info li.soci-effe {
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top-right-info li.facebook {
    background: #3b5998;
}

.top-right-info li.twitter {
    background: #d824c9;
}

.top-right-info li.google-plus {
    background: #F44336;
}

.top-right-info li.dribbble {
    background: #ea4c89;
}

.top-right-info li {
    display: inline-block;
}

/* //social icons */
.header-top_w3layouts p,
.header-w3layouts p,
.top-w3layouts p {
    font-size: 14px;
}

.top-w3layouts p a:hover,
.w3l-footer ul li a:hover {
    opacity: .7;
}

.list_of_cities {
    padding: 8px 10px;
    border: 1px solid #dee2e6;
    color: #343a40;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
}

/* //top bar */
/* header 2 */
/* navigation */
div#home {
    position: relative;
}

/* navigation */
.nav_w3ls {
    margin-top: 1em;
}
#slider1 img{
	width:100%;
}
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
	margin-top: 13px;
}

#logo a {
    float: left;
    display: initial;
    font-size: 46px;
    color: #fff;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    padding: 0;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
     padding: 2px 10px;
    margin-bottom: 12px;
}

/* Styling the links */
nav a {
    margin: 0 4px;
    color: #000;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 0;
}

nav a:hover {
    color: #000;
}

/* Background color change on Hover */

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 35px;
    width: 100%;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 9;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width:100%;
    float: none;
    display: list-item;
    position: relative;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
nav ul ul li {padding:0px;margin:0px;}
nav ul ul li a {padding:8px;}
nav ul ul li a {
    color: #000;
    display: block;
    font-size: 11px;
    letter-spacing: 0;
   
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

a.reqe-button {
    border: 2px solid rgba(255, 255, 255, 0.35);
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Media Queries
--------------------------------------------- */



@media(max-width: 1080px) {
    .nav_w3ls {
        margin-top: 1.5em;
    }
}

@media all and (max-width : 991px) {
    .nav_w3ls {
        margin-top: 0;
    }
    .tabtop li a:last-child { padding: 10px 10px;font-size: 15px;}
     .directory .panel-primary .panel-heading span.pull-left {float:none !important;}
     .col-md-3.text-center.about-info {float:left !important;}
#professors .carousel-inner .item img {
    height: auto !important;
    object-fit: contain !important;
}
.well.profile {width:100%;}
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 14px;
        font-size: 13px;
        text-decoration: none;
        border: none;
        margin-top: 2em;
        float: right;
        background-color: #fff;
        color: #000;
        font-weight: 700;
        border: 1px solid rgb(170, 161, 161);
        letter-spacing: 1px;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 106px;
        padding: 5px;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 1px;
        color: #000;
        font-weight: 400;
        border: none;
        text-transform: uppercase;
    }

    .toggle:hover {
        opacity: .7;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        text-align: center;
        width: 100%;
		    border-top: 1px solid #cec8c8;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #fff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav ul ul li a {
        color: #000;
        font-size: 13px;
        padding: 0;
    }
}

@media all and (max-width : 440px) {
    .toggle {
        padding: 7px 12px;
        font-size: 14px;
    }

    #logo a {
        font-size: 32px;
    }
}

@media all and (max-width : 375px) {

    nav a,
    .menu .toggle {
        font-size: 13px;
    }
}

/*-- dropdown --*/
#demo {
    margin: 10px 0 0px 0;
}

#demo .wrapper {
    display: inline-block;
    position: relative;
}

#demo .parent {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
    -webkit-transition-delay: .8s;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
}

#demo .parent:hover,
#demo .content:hover~.parent {
    -webkit-transition-delay: 0s, 0s, 0s;
}

#demo .content:hover~.parent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

#demo .content {
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    height: 0;
    width: 150px;
    padding-top: 30px;
    -webkit-transition: height .5s ease;
    -webkit-transition-delay: .4s;
}

#demo .wrapper:active .content {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}

#demo .content:hover {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}


#demo .content ul {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#demo .content ul a {
    text-decoration: none;
    padding: 0;
}

#demo .content li:hover {
    background: #f8f9fa;
}

#demo .content li {
    list-style: none;
    text-align: left;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

#demo .content li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* //dropdown */
/* //navigation */
/* logo */
a.navbar-brand {
    font-size: 34px;
    padding: 0;
    font-weight: 600;
    position: relative;
    color: #6c5ce7;
}

.navbar-light .navbar-brand {
    color: #6c5ce7;
}

a.navbar-brand span {
    color: #333;
    font-size: 10.5px;
    letter-spacing: 3px;
    position: absolute;
    right: 0;
    bottom: 16px;
}

/* //logo */
/* dwn button */
a.login-button-2 {
    letter-spacing: 0px;
    font-size: 14px;
    background: #ffc600;
    padding: 26px 4px;
    display: inline-block;
}

a.login-button-2:hover {
    color: #fff;
}

a.login-button-2 span {
    font-size: 22px;
    vertical-align: middle;
}

/* // dwn button */
/* //header 2 */

/* banner */
.banner1 {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner2 {
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner3 {
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

/* banner text */
.banner-info_w3ls {
    padding: 12vw 0 22vw;
}
#example tr td img {width:100% !important;}
.banner-info_w3ls h5 {
    font-size: 20px;
    letter-spacing: 4px;
}

.banner-info_w3ls h3 {
    font-size: 63px;
    letter-spacing: 1px;
    word-spacing: 6px;
}

.banner-info_w3ls h3 span {
    color: #ff3f34;
}

.banner-info_w3ls p {
    color: #f5f5f5;
    letter-spacing: 2px;
    font-size: 14px;
    position: relative;
}

.banner-info_w3ls p:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 60px;
    height: 3px;
    bottom: -47px;
}

/* //banner text */
/* //banner */

/* banner bottom grids */
section.about-bottom {
    margin-top: 0em;
    z-index: 10;
    position: relative;
}

.bg-colors {
    box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
}

.service-subgrids {
    position: relative;
    z-index: 0;
    background: #43136c;
}

.service-subgrids span {
    position: absolute;
    top: 16%;
    right: 7%;
    transform: rotate(-30deg);
    z-index: -1;
    color: rgba(255, 255, 255, 0.18);
    font-size: 4em;
}

.service-subgrids.bg-light span {
    color: rgba(45, 45, 45, 0.17);
}

/* //banner bottom grids */

/* stats */
.stats-icon-w3pvt {
    background: #6c5ce7;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.stats-icon-w3pvt span {
    font-size: 30px;
    line-height: 2.1;
    color: #fff;
}

.counter {
    font-size: 40px;
    line-height: 1.2;
}

/* //stats */

/* professors */
.teams {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.top-tem {
    margin-top: 0em;
}

.team-grid {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
}

.team-img {
    position: relative;
}

.team-img:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-img img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
#example .form-control {
    display: block;
    width: 100%;
    font-weight: 500;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
}
.team-info {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.teams .carousel-indicators {
    bottom: -40px;
}
.teams .carousel-indicators .active {
    width: 22px;
    height: 12px;
    margin: 0;
    background-color: #43136c;
	margin-bottom: 10px;
}
.teams .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 2px solid #43136c;
    border-radius: 10px;
}
.team-info h4 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.team-grid:hover .team-img:after {
    background: rgba(0, 0, 0, 0.82);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-grid:hover .team-info {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-grid:hover .team-info {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-icons li {
    list-style-type: none;
}

ul.social-icons li {
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-icons li a span {
    color: #fff;
    line-height: 2.2;
    font-size: 13px;
}

ul.social-icons li.effect-soc-team1 {
    background: #3b5998;
    border: 1px solid #3b5998;
}

ul.social-icons li.effect-soc-team2 {
    background: #1da1f2;
    border: 1px solid #1da1f2;
}

ul.social-icons li.effect-soc-team3 {
    background: #dd4b39;
    border: 1px solid #dd4b39;
}

ul.social-icons li:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //professors */

/* who we are */
.who-left-w3pvt {
    padding: 0 6em !important;
}

ul.who-lists li span {
    margin-right: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.who-lists li:hover span {
    margin-right: 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h4.progress-tittle {
    color: #464545;
    font-size: 16px;
    margin-bottom: 12px;
}

.progress-effect {
    height: 10px;
    background-color: #e9ecef;
    -webkit-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.progress-effect-1 {
    background-color: #dc3545;
}

.progress-effect-2 {
    background-color: #ffc107;
}

.progress-effect-3 {
    background-color: #17a2b8;
}

/* //who we are */

/* blog */
span.post-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 41px;
    text-align: center;
    font-size: 1.2em;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -20px;
    color: #fff;
    right: 10px;
    border: 5px solid rgba(234, 233, 234, 0.92);
    background: #6c5ce7;
}


.w3_testi_grid p {
    font-size: 13px;
}

h5.blog-title {
    line-height: 1.3;
}

h5.blog-title a:hover {
    color: #6c5ce7;
}

/* //blog */

/* footer */
.footer-grid h3 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

.footer-grid ul li a,
.footer-grid ul li,
.address-right p,
.address-right p a {
    color: #eee;
    font-size: 14px;
    letter-spacing: 1px;
}

.address-grid i {
    color: #fff;
}

/* copyright */
p.copy-right-grids {
    font-size: 15px;
    letter-spacing: 2px;
}

p.copy-right-grids a:hover {
    color: #000;
}

/* //copyright */
/* social-icons */
.w3social-icons ul li {
    display: inline-block;
}

.w3social-icons ul li a {
    color: #000;
    font-size: 15px;
    display: block;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.44);
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 2.6;
}

.w3social-icons ul li a:hover {
    -webkit-box-shadow: 0px 0px 13px 2px #6c5ce7;
    -moz-box-shadow: 0px 0px 13px 2px #6c5ce7;
    box-shadow: 0px 0px 13px 2px #6c5ce7;
}

/* //social-icons */
/* //footer */

/* brands */
.main-brand {
    padding: 2em;
}

.main-brand span {
    font-size: 40px;
    color: #fff;
}

.main-brand h5 {
    color: #fff;
}

.bg-black {
    background: #252525;
}

.bg-grey {
    background: #000;
}

.bg-dark2 {
    background: #383838;
}

/* //brands */

/* newsletter */
.news-right-w3ls input[type="text"],
.news-right-w3ls input[type="email"] {
    outline: none;
    padding: 12px 15px;
    font-size: 15px;
    color: #000;
    width: 100%;
    letter-spacing: 1px;
    border: none;
}

.news-right-w3ls button {
    background: #6c5ce7;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 13px;
}

a.button-clk {
    text-decoration: underline;
}

h2.text-bg-click {
    font-size: 26px;
}

h2.text-bg-click a {
    color: #fff;
}

/* //newsletter */

/* testimonials */
.clients {
    background: url(../images/bg1.jpg) no-repeat top fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
        padding: 120px 0;
    background-position: center;
    display: none;
}

.left-test-w3pvt {
    padding-right: 14em !important;
}

.feedback-top p {
    color: #eee;
}

/* //testimonials */

/* gallery */
.gallery-grid1 img {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    padding: 10px;
}

.gallery-grid1:hover img {
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}

/* popup */
.pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.pop-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 550px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em 2em;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #f0546a;
}

/* //popup */
/* //gallery */

/* contact */
/* contact form */
.main_grid_contact {
    box-shadow: 0px 0px 15.69px 3.31px rgba(204, 204, 223, 0.44);
}

.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea,
.n-right-w3ls input[type="email"],
.n-right-w3ls input[type="text"] {
    outline: none;
    padding: 11px 12px;
    font-size: 14px;
    color: #000;
    width: 100%;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid #b1b1b1;
}

.main_grid_contact textarea {
    min-height: 10em;
    resize: none;
}

.main_grid_contact .input-group1 button {
    outline: none;
    padding: 13px 10px;
    font-size: 14px;
    width: 36%;
    margin-top: 2em;
    color: #fff;
    background: #ffc900;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
}

/* //contact form */
/* map */
.map {
    padding: 0;
}

.map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

/* //map */
/* //contact */

/* responsive */
@media(max-width: 1440px) {
    .banner-info_w3ls h3 {
        font-size: 58px;
    }

    .banner-info_w3ls h5 {
        font-size: 18px;
    }
}

@media(max-width: 1366px) {
    section.about-bottom {
        margin-top: 0em;
    }

    .who-left-w3pvt {
        padding: 0 4em !important;
    }

    .left-test-w3pvt {
        padding-right: 8em !important;
    }
}

@media(max-width: 1280px) {
    .banner-info_w3ls h3 {
        font-size: 52px;
    }

    .banner-info_w3ls h5 {
        font-size: 16px;
    }
}

@media(max-width: 1080px) {
    p {
        font-size: 15px;
    }

    a.navbar-brand {
        font-size: 30px;
    }

    a.navbar-brand span {
        font-size: 9.5px;
        right: 11px;
        bottom: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }

    img.logo-img {
        width: 90%;
    }

    a.login-button-2 {
        font-size: 13px;
       padding: 26px 11px;
    }

    .banner-info_w3ls h3 {
        font-size: 44px;
    }

    .banner-info_w3ls h5 {
        font-size: 15px;
    }

    .banner-info_w3ls p {
        font-size: 13px;
    }

    .service-subgrids span {
        font-size: 3em;
    }

    .team-img:after {
        height: 40%;
    }

    .who-left-w3pvt {
        padding: 0 6em !important;
    }

    .w3_testi_grid p {
        font-size: 12px;
    }

    .dropdown-item {
        font-size: 13.5px;
    }

    .counter {
        font-size: 35px;
    }

    .stats-info p.text-colors {
        font-size: 13px;
    }

    .news-right-w3ls input[type="submit"] {
        padding: 13px 0;
    }

    .left-test-w3pvt {
        padding-right: 1em !important;
    }

    section.about-bottom {
        margin-top: -4em;
    }

}

@media(max-width: 991px) {
    .w3ls-about-grid h4 {
        font-size: 22px;
    }

    .w3ls-about-grid p {
        font-size: 13px;
    }

    .team-info h4 {
        font-size: 17px;
    }

    .team-img:after {
        height: 52%;
    }

    .newsletter_right_w3w3pvt-lau .border-right {
        border-right: none !important;
    }

    .map iframe {
        height: 40vw;
    }

    .main-brand h5 {
        font-size: 18px;
    }

    p.copy-right-grids {
        font-size: 14px;
    }
}

@media(max-width: 900px) {

    .footer-grid ul li a,
    .footer-grid ul li,
    .address-right p,
    .address-right p a {
        font-size: 13px;
    }

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 13px;
    }
}

@media(max-width: 800px) {
    .banner-info_w3ls h3 {
        font-size: 36px;
    }

    .banner-info_w3ls h5 {
        font-size: 14px;
    }

    section.about-bottom {
        margin-top: 1em;
    }

    .main-brand {
        padding: 1.5em 1em;
    }

    .main-brand span {
        font-size: 32px;
    }

    .main-brand h5 {
        font-size: 16px;
    }

    .who-left-w3pvt {
        padding: 0 4em !important;
    }
}

@media(max-width: 736px) {
    .par-so {
        font-size: 13px;
    }

    a.navbar-brand {
        font-size: 28px;
    }

    a.navbar-brand span {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .team-info h4 {
        font-size: 19px;
    }

    .team-img:after {
        height: 36%;
    }

    .popup {
        margin: 5em auto;
    }
}

@media(max-width: 640px) {
    .banner-info_w3ls h3 {
        font-size: 30px;
    }

    .banner-info_w3ls h5 {
        font-size: 13px;
        letter-spacing: 3px;
    }

    .banner-info_w3ls p:before {
        bottom: -28px;
    }

    .counter {
        font-size: 32px;
    }
}

@media(max-width: 568px) {
    section.about-bottom {
        padding: 0 2em;
    }

    .team-grid {
        width: 54%;
        margin: 0 auto;
    }

    p {
        font-size: 14px;
    }

    .popup {
        margin: 5em 1em;
    }

    h2.text-bg-click {
        font-size: 24px;
    }
}

@media(max-width: 480px) {
    .banner-info_w3ls {
        padding: 14vw 0 26vw;
    }

    .top-w3layouts,
    .socila-brek {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .socila-brek {
        margin-top: 1em;
    }

    .counter {
        font-size: 30px;
    }
}

@media(max-width: 414px) {
    .footer-grid h3 {
        font-size: 20px;
    }
    .directory .panel-primary .panel-heading span.pull-left {float:none !important;}
   .well.profile img {
    margin-bottom: 15px;
    width: 100%;
    height: 90px;
    object-fit: contain;
}
    #professors .carousel-inner .item img {height:auto;object-fit:cover;}
nav ul ul li {
    display: block;
    width: 100%;
    padding: 0;
    padding: 7px;
    border-bottom: 1px solid #ccc;
}
.panel-body.mob {padding:0px;}
.panel-body.mob .dataTables_wrapper {padding:0px;}
.panel-body.mob .btn-primary {
     margin-left: 1.5em;
    margin-top: 1em;
}
    .w3social-icons ul li a {
        font-size: 13px;
        width: 32px;
        height: 32px;
    }

    .who-left-w3pvt {
        padding: 0 2em !important;
    }

    .team-grid {
        width: 60%;
    }

    .team-img:after {
        height: 41%;
    }
}

@media(max-width: 375px) {
    .team-grid {
        width: 70%;
    }
}

@media(max-width: 384px) {
    p.copy-right-grids {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .main_grid_contact .input-group1 input[type="submit"] {
        width: 55%;
    }

    ul.list-unstyled.who-lists {
        margin-left: 1em !important;
    }

    .banner-info_w3ls {
        padding: 4em 0 8em;
    }
}

@media(max-width: 375px) {
    h2.text-bg-click {
        font-size: 20px;
    }
}

@media(max-width: 320px) {

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 12px;
    }

    a.login-button-2 {
        font-size: 12px;
        padding: 24px 22px;
    }

    .form-w3ls {
        padding: 1.5em .5em !important;
    }

    .form-w3ls h4 {
        font-size: 21px;
    }

    .team-grid {
        width: 80%;
    }
}

/* //responsive */
.panel.with-nav-tabs .panel-heading{
    padding: 0px 0px 0 0px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	/* color: #fff;
	background-color: #3071a9; */
    color: #428bca;
	background-color: #fff;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	/* border-color: #428bca; */
	border-color: #transparent;
	border-bottom-color: transparent;
	padding: 10px 20px;
	font-size: 18px;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
.btn-about {    background: #ffc600;
    color: #fff;
    border-radius: 0 !important;
    margin-top: 15px;}
/********************************************************************/
select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px) !important;
    border-radius: 0px !important;
}
.table-striped>tbody>tr:nth-of-type(odd) td span,.table-striped>tbody>tr:nth-of-type(odd) td p {color:#fff !important;}
.table-bordered>tbody>tr>td span,.table-bordered>tbody>tr>td p {color:#000 !important;font-size: 15px;font-weight: normal !important;}
.panel-primary {
    border-color: #43136c !important;
    margin-top: 20px;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #43136c !important;
    border-color: #43136c !important;
}
.panel-primary>.panel-heading-academic {
    color: #fff;
    background-color: #43136c !important;
    border-color: #43136c !important;
}
.panel-primary>.panel-heading-enrichment {
    color: #fff;
    background-color: #ffc600 !important;
    border-color: #ffc600 !important;
}
#blog {margin-top:-7%;}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #43136c !important;
    color: #fff !important;
}
.card-default {
    color: #333;
    background: linear-gradient(#fff,#ebebeb) repeat scroll 0 0 transparent;
    font-weight: 600;
    border-radius: 6px;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(67, 19, 108);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


.cus-text{
    padding:60px 0;
}

.cus-text h2{
    font-size: 30px;
    font-weight: 700;
    color:#333;
}
.cus-text .btn-primary{
    color: #fff !important;
    background-color: #43136c;
    border-color: #43136c;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 2px;
}
.cus-text .btn-primary:hover{
        background-color: #ffc600;
    border-color: #ffc600;
}

.cus-text-box{
    background:#eeeef0;
}
.item-rows p b{
   
}

.item-rows .pull-right {
    float: left !important;
    
}

.item-rows span{
font-weight:700;
}
.item-rows a{
  
}
.item-rows div{
    padding-left: 0px !important;
}

.tuition{
    padding:0px 0;
}
.tuition h2{
      color: #000000;
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 35px;  
}

.tuition-box {
    text-align: center;
}
.tuition-box p{
       line-height: 25px; 
}

.tuition-box .btn-primary {
    color: #fff !important;
    background-color: #43136c;
    border-color: #43136c;
    font-size: 33px;
    padding: 36px 65px;
    border-radius: 45px;
    margin-bottom: 15px;
}
.tuition-box .btn-primary:hover{
        background-color: #390763;
    border-color: #390763;
    
}
.tuition-box .btn-success{
       color: #fff !important;
    background-color: #ffc600;
    border-color: #ffc600;
    font-size: 33px;
    padding: 36px 65px;
    border-radius: 45px;
    margin-bottom: 15px;
}

.tuition-box .btn-success:hover{
        background-color: #ecb804;
    border-color: #ecb804;
    
}
h2.cus-news {
    color: #000000;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 16px;
    margin-top: 40px;
}


.card-title a {color:#fff;}
.inner-banner img {width:100%;height:50vh;object-fit:cover;}
@media (min-width: 1200px) and (max-width: 1366px) {
    nav a {
    margin: 0 1px;
    color: #000;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 0;
}
}
/***********************************contact form****************************************************/
/* Conatct start */

        .header-title
        {
          text-align: center;
          color: #43136c;
          clear: both;
        }

        #tip 
        {
            display:none;  
        }

        .fadeIn
        {
          animation-duration: 3s;
        }

        .form-control
        {
        	border-radius:0px;
        	border:1px solid #EDEDED;
        }

        .form-control:focus
        {
        	border:1px solid #00bfff;
        }

        .textarea-contact
        {
        	resize:none; 
        }

        .btn-send
        {
        	border-radius: 0px;
        	border:1px solid #00bfff;
        	background:#00bfff;
        	color:#fff; 
        }

        .btn-send:hover
        {
        	border:1px solid #00bfff;
        	background:#fff;
        	color:#00bfff;
        	transition:background 0.5s;   
        }

        .second-portion
        {
        	margin-top:50px; 
        }

		        @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
		@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

		.box > .icon { text-align: center; position: relative; }
		.box > .icon > .image {position: relative;z-index: 2;margin: auto;width: 88px;height: 88px;border: 8px solid white;line-height: 88px;border-radius: 50%;background: #ffc600;vertical-align: middle;}
		.box > .icon:hover > .image { background: #333; }
		.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
		.box > .icon:hover > .image > i { color: white !important; }
		.box > .icon > .info {margin-top: -24px;background: rgb(67, 19, 108);border: 1px solid #e0e0e0;padding: 15px 0 10px 0;min-height:163px;border-radius: 20px 50px;}
		.box > .icon:hover > .info {background: rgb(255, 198, 0);border-color: #e0e0e0;color: #fff;}
		.box > .icon > .info > h3.title {font-family: "Robot",sans-serif !important;font-size: 16px;color: #fff;font-weight: 700;}
		.box > .icon > .info > p {font-family: "Robot",sans-serif !important;font-size: 13px;color: #fff;line-height: 1.5em;margin: 20px;}
		.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {color: #333;}
		.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
		.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
		.box .space { height: 30px; }

		@media only screen and (max-width: 768px)
		{
			.contact-form
			{
				margin-top:25px; 
			}

			.btn-send
			{
				width: 100%;
				padding:10px; 
			}

			.second-portion
			{
				margin-top:25px; 
			}
		}
	/* Conatct end */
/***********************************contact form****************************************************/
/***************************************faq html*****************************************************/
/******************* Accordion Demo - 5 *****************/
#accordion5 .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 50px;
}
#accordion5 .panel-title a{
    display: block;
    padding: 10px 20px 10px 60px;
    background: #ffc600;
    border-radius: 30px;
    border: 2px solid #ffc600;
    font-size: 18px;
    font-weight:400;
    color: #fff;
    position: relative;
    text-align: left;
}
#accordion5 .panel-title a.collapsed{
    border: 2px solid #44146e;
    background: #fff;
    color: #43136c;
}
#accordion5 .panel-title a:before,
#accordion5 .panel-title a.collapsed:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #ffc600;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-right: 3px solid #fff;
    position: absolute;
    top: -10px;
    left: -30px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#accordion5 .panel-title a.collapsed:before{
    content: "\f067";
    background: #43136c;
    border: none;
}
#accordion5 .panel-body{
    padding: 10px 15px 0;
    margin: 0 0 0 30px;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    position: relative;
    text-align: left;
}
#accordion5 .panel-body:before{
    content: "";
    display: block;
    width: 5px;
    height: 90%;
    background: #ffc600;
    position: absolute;
    top: 0;
    left: -30px;
}
#accordion5 .panel-body:after{
    content: "";
    border-top: 20px solid #ffc600;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    left: -48px;
}
.faq .panel {
    margin-bottom: 20px;
    background-color: transparent;
}
.faq .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
.faq h3 {text-align:center;font-size: 30px;font-weight: 700;margin-bottom: 35px;}
.heading4{font-size:18px;font-weight:400;font-family:'Lato', sans-serif;color:#111111;margin:0px 0px 5px 0px;}
.heading1{font-size:30px;line-height:20px;font-family:'Lato', sans-serif;text-transform:uppercase;color:#1b2834;font-weight:900;}
.content-quality{float:left;width:193px;}
.content-quality p{margin-left:10px;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;line-height:17px;}
.content-quality p span{display:block;}
.tabtop li a{font-family:'Lato', sans-serif;font-weight:700;color:#1b2834;border-radius:0px;margin-right:22.008px;border:1px solid #ebebeb !important;}
.tabtop .active a:before{content:"";position:absolute;top:20px;left:130px;color: #43136c;font-size:30px;}
.tabtop li a:hover{color: #43136c !important;text-decoration:none;}
.tabtop .active a:hover{color:#fff !important;}
.tabtop .active a{background-color: #43136c !important;color:#FFF !important;}
.margin-tops{margin-top: 0px;border: 1px solid #f1f1f1;border-top: none;padding-top: 40px;}
.tabtop li a:last-child{padding: 10px 30px;font-size: 17px;text-transform: uppercase;}
.thbada{padding:10px 28px !important;}
section p{}
.margin-tops4{margin-top: 20px;}
.tabsetting{border-top: none;padding-top: 0;}
.services{background-color:#d4d4d4;min-height:710px;padding:65px 0 27px 0;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}
.heading-container p{font-family:'Lato', sans-serif;text-align:center;font-size:16px !important;text-transform:uppercase;}
/*****************************************faq html***************************************************/
/***********************************************login*************************************************/
.login-container{
    margin-top: -5%;
    margin-bottom: 5%;
}
.login-logo{
    position: relative;
    margin-left: -57.5%;
}
.login-logo img{
    position: absolute;
    width: 34%;
    margin-top: 8%;
    background: transparent;
    border-radius: 4.5rem;
    padding: 0%;
}
.login-form-1{
    padding: 9%;
    background: #ffc600;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    margin-bottom:12%;
    color:#fff;
}
.login-form-2{
    padding: 9%;
    background: #43136c;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    margin-bottom:12%;
    color: #fff;
}
.btnSubmit{
    font-weight: 600;
    width: 50%;
    color: #282726;
    background-color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding:2%;
}
.btnForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.btnForgetPwd:hover{
    text-decoration:none;
    color:#fff;
}
.login-container .row {display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;}
.login-container .col-md-6.login-form-1{padding: 60px 100px;}
.login-container .col-md-6.login-form-2{padding: 45px 100px;}
.login-form-1 .btnSubmit {background-color: #43136c !important;color:#fff;}
.login-form-2 .btnSubmit {background-color: #ffc600 !important;color:#fff;}
/***********************************************login*************************************************/
/*********************************************directory**********************************************/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}
.directory .panel-heading {
    padding: 30px 15px 10px;
}
.directory .info{margin-top:20px;}
.directory .info p span {font-weight:600;color: #43136c;padding-right: 5px;}
.directory .info p {
    margin: 0 0 0px;
    line-height: 23px;
    text-transform: capitalize;
}
.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}
.menu-pagination {text-align:center;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #43136c !important;
    border-color: #43136c !important;}
/********************************************directory********************************************************/
/*************************************************payment info****************************************************/
.payment_box .bg-purple {
    border-top: 3px solid #ffc600;
}
.payment_box td, .payment_box th {
    width: 500px;
    text-align: center;
}
.payment_box td, .payment_box th {
    display: table-cell !important;
}
td+ td, th+ th {
    width: auto;
}
.payment_box .bg-blue {
    border-top: 3px solid #ffc600;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
}
td, th {
    border: 1px solid #DDD;
    padding: 12px 4px!important;
    empty-cells: show;
    text-align: unset;
}
td, th {
    height: auto;
}
th {
    background: #43136c;
    color: #fff;
    text-align: center !important;
}
.payment_box .hide {
    border: 0;
    background: none;
}
.payBtn_Tuition, .payBtn_Private {background-color: #ffc600 !important;}
.payment_box table>tbody>tr:nth-of-type(even) {
    background-color: #43136c !important;
    color: #fff !important;
}
.payment_box .btn-info {
    color: #fff;
    background-color: #ffc600;
    border-color: #ffc600;
}
.payment_box .btn-primary {
    color: #fff;
    background-color: #ffc600;
    border-color: #ffc600;
}
.card-body .form-control {background:transparent;height:40px;border-radius:0px !important;}
.card-body textarea.form-control {height:auto !important;}
#accordian .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2em 3em;
}
/***************************************************payment info**************************************************/
/*********************************************admin profile detail**********************************************/
.profile-pic .change-pic {display:block;border:2px solid #0488f1;text-align:center;color:#0488f1;padding:5px;margin-bottom:5px;cursor: pointer;}
.profile-pic .delete-pic {display:block;border:2px solid #ff0000;text-align:center;color:#ff0000;padding:5px;cursor: pointer;}
.profile-pic img {width:100%;margin-bottom:10px;}
.all-details .form-horizontal .control-label, .profile-form .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.form-control.submit {
    width: auto;
    float: right;
    background: #43136c;
    color: #fff;
    border: none;
    padding: 7px 20px;
    margin-bottom: 20px;
}
.one-to-one .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    margin-bottom:5px;
}
.one-to-one h3 {font-weight: 500;
    font-size: 30px;
    text-align: left;}
.one-to-one .checkbox label {width:90%;}
.one-to-one .content-left {width:80%;float:left;}
.one-to-one .icon-right{width:20%;float:left;}
.one-to-one .icon-right ul li {display:inline-block;list-style:none;}
.one-to-one .icon-right ul li a {padding:6px 12px;color: #ffc600;font-size: 18px;}
input[type="file"] {
  display: block;
}
.imageThumb {
  max-height: 150px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
  width: 150px;
  object-fit: cover;
  height: 200px;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
    border: 2px solid #f1f1f1;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}
/***********************************************admin profile detail*******************************************/
/*****************************admin display profile****************************************/
.profile-info .profile-image img {border-radius:50%;}
.profile-info h3 {font-size: 18px;
    font-weight: 400;}
.profile-info ul {text-align:center;}
.profile-info ul li {list-style:none;display: inline-block;}
.profile-info ul li a {color:#000;padding:6px 12px;display:inline-block;}
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 71px;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: green;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
  left: 6px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container1 {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: green;
}
.profile-info .label-danger,.profile-info .label-primary {width: 160px;font-size: 15px;font-weight: 500;border-radius: 0;padding: 0.6em;display: block;margin-bottom: 10px;margin: 7px auto;}
.form-group label p {font-size: 14px;
    font-weight: 400;}
.table-bordered tr td  {text-align:center;}
.zone li {list-style:none;padding:7px 18px;}
.service-subgrids .pl-3, .service-subgrids .px-3 {
    padding-left: 10rem !important;
    padding-right: 10em !important;
}
.faq .col-md-9 .form-group {
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding: 0px 0 28px;
}
.border-field {    border: 2px solid #7533ad;
    padding: 10px;}
    
    
  .cus-box {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #43136c75;
    border-radius: 4px;
}  
    
    .cus-box h2{
  color: #43136c;
    font-size: 28px;

    font-weight: 600;
    } 
    
     .cus-box h3{
     color: #43136c;
    font-size: 23px;
  
    font-weight: 600;
    } 
    
  .cus-box p a{
    font-size: 15px;
  } 
  .cus-btn{
      background: #ffc600;
    color: #fff!important;
    border-radius: 0 !important;
    padding: 10px 25px;
    display: inline-block;
  }
    .cus-btn a{
        color: #fff!important;  
    }
    
    
   .w3ls-bnrbtm h1{
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #ecebeb;
    line-height: 45px;
   }
  .cus-box1{
height: 290px;
    overflow-y: scroll;
  }  
  
  /* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
      .cus-box1 h2{
             border-bottom: 1px solid #ecebeb;
                 line-height: 40px;
      }
    
    
/****************************admin display profile****************************************/


/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.csslider>ul>li img{
	width: 100%;
 height: 445px;
	}
.csslider>ul {
    position: relative;
    height: auto;	
}
section#about p {
    padding: 10px;
}
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .kt-img-pro #short_programme_default img{
    height:200px!important;
    }
	.service-subgrids .pl-3, .service-subgrids .px-3 {
    padding-left: 0rem !important;
    padding-right: 0em !important;
		    border-bottom: 1px solid #d4cdcd;
}
	.csslider>ul{
		height:auto;
	}
	.csslider>ul>li img{
	width: 100%;
 height: 260px;
	}
.carousel {
    padding: 0px 10px;
}

		.with-nav-tabs.panel-primary .nav-tabs > li.active > a{
		    padding: 10px 13px;
    font-size: 13px;
	}
	.with-nav-tabs.panel-primary .nav-tabs > li > a{
		    font-size: 13px;
    padding: 10px 13px;
	}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus{
		    font-size: 13px;
    padding: 10px 13px;
	}	
	.with-nav-tabs.panel-primary .nav-tabs > li > a, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus{
		    font-size: 13px;
    padding: 10px 13px;
	}
	.feedback-top{
		    padding: 0 10px;
	}	
.tabtop li a:last-child {
    padding: 10px 14px;
}
#accordion5 .panel {
    margin: 0 0 15px 0px;
}
#accordion5 .panel-title a {
    padding: 10px 10px 10px 40px;	
	}
.faq h3 {
    font-size: 30px;	
}
	section#about{
	    overflow-y: scroll !important;
	}
table {
    table-layout: auto;
}	
a.login-button-2 {
    font-size: 13px;
    padding: 10px 11px;
}	
	section#about p{
	    padding: 0px 0px 0 0px;
	        margin-bottom: 0px;
	}
	label {
       margin-bottom: 0px !important;

}
.login-container .col-md-6.login-form-2 {
    padding: 10px 70px;
}
.login-container .col-md-6.login-form-1 {
    padding: 20px;
}
.login-container .row{
	flex-wrap: wrap;
	}	
}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
.csslider>ul>li img{
	width: 100%;
 height: 220px;
	}
}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}


@media screen and (max-width:480px) {
.csslider>ul>li img{
	width: 100%;
 height: 200px;
	}

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {
.upgrade h5 {width:90% !important;}
.upgrade p {height:auto!important;}
.oneToOneBox.advance_search_otn,.oneToOneBox.advance_search_classes {width:90%;margin:0 auto;}
#carousel-example-generic .carousel-inner img {
    width: 100%;
    height: auto !important;
    } 
}	
section#about{
	 background:#eeeef0;
	    padding-top: 13px !important;
	}
	
	/*stripe css*/
	.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
	/*stripe css*/
.back-color h2 {
    font-size: 18px;
    text-align: center;
    background: #43136c;
    color: #fff;
    padding: 10px;
}
.font_18 {font-size:20px;text-transform:uppercase;}
.table-bordered>tbody>tr>td span.label {color:#fff !important;font-size: 14px;margin-right: 5px;}
.upgrade h4,.upgrade h6  {
    font-size: 18px;
    border: 2px solid #43136c;
    padding: 10px;
}
.upgrade h5 {
    font-size: 18px;
    background: #ffc600;
    width: 75%;
    padding: 8px 30px;
    margin: 15px auto 8px;
    line-height: 25px;
    color: #43136c;
    }
.upgrade p {font-size:13px;line-height: 18px;height: 45px;}
.upgrade h2 {
    font-size: 30px;
    margin-bottom: 20px;
    clear: both;
    }
.upgrade .col-md-6 {padding:20px;}
.upgrade .panel-default {
    border-color: #ddd;
    background: #f1f1f1;
    padding: 25px;
}
.upgrade .panel-default .btn-primary {background: #43136c;
    border-color: #43136c;
    padding: 5px 35px;}
#tutee_house_sec .col-md-3 {border: 0.2px solid #f4f3f3;padding:10px;}
    
#tutee_house_sec .col-md-3 {
    border: 0.2px solid #f4f3f3;
    padding: 10px;
}

#one_to_one_form  .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}
.dataTables_wrapper .form-control {padding: 6px 0px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    font-weight: 400;}
.back-color h4 {text-align: center;background: #ddd9d9;padding: 10px;}
.back-color .class_item h4 {text-align: left;background: transparent;padding: 0;border-bottom: 1px solid #000;padding-bottom: 3px;}
#contact .col-lg-6.map{display:none;}
#contact .col-lg-6.main_grid_contact {width:100%;max-width:100%;flex:0 0 100%;}
#classes-tab h2.font_18 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    width: fit-content;
    padding-bottom: 3px;
    font-weight: 600;
}

.class_item h4 {border-bottom:1px solid #000;padding-bottom: 10px;font-weight: 800;}
.form-group label.col-md-3.control-label {font-weight:800 !important;}
particulars h4 {
    font-weight: 800 !important;
    padding-bottom: 4px;
    text-decoration: none !important;
    border-bottom: 1px solid #000;
    width: fit-content;
}
h4.blue-font {font-size: 20px;
    color: blue;}
.panel-body div,.panel-body span,#about p {background:transparent !important;}
.faq p a{
        width: 18%;
    display: block;
    float: left;
-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.11);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.11);
    padding: 40px 8px;
    text-align: center;
    margin: 10px;
    height: 110px;
    line-height: 21px;
    background:#fff;
    border-radius: 3px;
}
.item-rows p a{
     box-shadow: none;
    height: auto;
    background: rgba(255, 255, 255, 0);
    display: inline-block;
    width: auto;
    padding: 0;
    text-align: left;
    float: none;
}



.carousel-inner>.item>a>img, .carousel-inner>.item>img {width: 100%;}
#tutee_house_sec .form-group {display:flex;flex-wrap:wrap;}
#tutee_house_sec .col-md-3 {display:flex;}
.dataTables_wrapper .label.label-danger {    background: #d9534f !important;
    font-size: 12px;
    color: #fff !important;
    margin-bottom: 3px;
    display: inline-block;}
.dataTables_wrapper .label.label-primary {background:#2e6da4 !important;font-size:12px;     color: #fff !important;}
.clear {clear:both;}
.col-md-3.text-center.about-info {padding:5px;margin-top: 20px;}
.col-md-3.text-center.about-info i {
    color: #43136c;
    border: 2px solid;
    border-radius: 100%;
    padding: 16px;
    height: 70px;
    width: 70px;
    font-size: 2.5em;
}
section.about-bottom {
    margin-top: 0em;
    z-index: 10;
    position: relative;
   
}
section.about-bottom.login {
  
    display: block;
}
.col-md-9 .one-to-one-box .form-group {clear:both;}
.faq .col-md-9 .form-group {
    border-bottom: 0px;
    padding: 0px 0 5px;
    clear: both;
}
#about img {display:block;}

.item-rows img {
    width: auto;
    object-fit: cover;
    height: auto;
        max-width: 100%;
}

#carousel-example-generic .carousel-inner img {width:100%; object-fit:cover;object-position:center;}
#carousel-example-generic .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px;}
#carousel-example-generic .carousel-indicators li.active {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px;}
.well.profile {
    padding: 1em 0px;
    background-color: #f3f2e9;
    margin: 0;
    border-top: 3px solid #f1e9a3;
    border-bottom: 3px solid #f1e9a3;
    box-shadow: 2px 1px 10px #ccc;
    border-radius:0;
}
.well.profile h2 {
    font-size: 16px;
    color: #43136c;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
}
.well.profile p strong {color:blue;text-transform:uppercase;padding-right: 2px;}
.well.profile p  {margin-bottom:0px;line-height: 22px;font-size:11px;}
.well.profile .btn {
    font-size: 11px;
    padding: 3px 10px;
    margin-bottom: 8px;
}
.well.profile img {margin-bottom:15px;}
.well.profile .label{line-height:30px;}
#professors .carousel-inner .item img {height:370px;object-fit:cover;}
.directory .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 13px;
}
.class_item {clear:both;}
.upgrade h4 {font-weight: bold;
    color: blue;}
.info_sec {border: 1px solid #d6d1d1;
    padding: 25px;}
.info_sec h4 {font-size: 22px;
    color: #0072ff;}
.info_sec ul li {line-height: 26px;}
.info_sec ul {
    padding-left: 15px;
    font-size: 15px;
}
.info_sec p {font-size: 16px;color: #000;font-weight: 600;font-family: 'Open Sans', sans-serif;}
#who table img {height: 70px;
    object-fit: contain;
    object-position: center!important;
    margin-bottom: 10px;
        width: 100px !important;
}
#who table .img_section img {width: 100%;height: 224px !important; object-fit: contain; }
@media (max-width: 414px) {
    #short_programme_default img {width: 100%!important;height: auto !important;object-fit: cover;}
    .oneToOneBox.advance_search_short_programme {
    padding-right: 7px !important;
    width: 90%;
    margin: 0 auto;}
}



#one_to_one_rows tr td:first-child {text-align:center!important;}
#one_to_one_en_rows tr td:first-child {text-align:center!important;}
#classes_rows tr td:first-child {text-align:center!important;}
#classes_en_rows tr td:first-child {text-align:center!important;}
#short_programme_rows tr td:first-child {text-align:center!important;}
#short_programme_en_rows tr td:first-child {text-align:center!important;}
#st-2.st-left {
    left: -15px !important;
    padding: 0px 0 0 0px !important;;
}
#st-2 .st-btn > img {
    
    width: 24px !important;;
    padding: 0 0 0 5px !important;;
}



#st-2.st-left {
    left: -15px;
    padding: 0px 0 0 0px;
}
#st-2 .st-btn > img {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 23px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
    padding: 0 0 0 5px;
}
tr.clickable-row.odd {
    background-color: #d0c4da !important;
    color: #fff !important;
    width: 100%;
    padding: 20px 0;
    border-radius: 30px;
        margin-bottom: 14px;
}
.table-striped>tbody>tr:nth-of-type(odd){
        margin-bottom: 14px;
    
}
table.dataTable thead th{

 
}
table.dataTable tbody tr.odd {
    background-color: #d0c4da !important;
}
.cus-higher table.dataTable tbody tr.odd{
        background-color: #fff0bf !important;
}

table.dataTable.display tbody td {
    margin: 40px 0 !important;
    color: #000;
    width: 1%;
    margin: 10px 0 !important;
    border-bottom: 1px solid #0000;
    padding: 9px 15px !important;
}
table.dataTable tbody td {
    margin: 10px 0 !important;
       border-bottom: 0px solid #0000;
    padding: 20px 30px !important;
        border-top: 0px;
            border-color: #fff;
                border-left: 0px;
}
.cus-higher tr.clickable-row.odd{
        background-color: #fff0bf !important;
}
.table-bordered>tbody>tr>td:last-child{
      border-right: 0px;  
}
.cus-higher .table-bordered>tbody>tr>td:last-child{
      border-right: 0px;  
}

#who table .img_section img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
    margin-bottom:15px;
}

.table-bordered>tbody>tr>td span, .table-bordered>tbody>tr>td p {
    color: #000 !important;
    font-size: 15px;
    font-weight: normal !important;
    line-height: 18px;
}

#one_to_one_rows tr td:first-child {
    border-left: 0px;
}
#classes_rows tr td:first-child {
    text-align: center!important;
    border: 0px;
}
table.dataTable tbody tr {
    background-color: #ae9bbf !important;
    color: #fff !important;
    padding: 20px 0;
    border-radius: 30px;
    margin-bottom: 15px;
    width: 100%;
    
}
.cus-higher table.dataTable tbody tr{
          background-color: #d0be83 !important;
}
.cus-higher table.dataTable tbody td {

    border-color: #000;

}
 table.dataTable tbody td:last-child{
     border-right: 0px;  
}

table.dataTable.display tbody td {
border-right: 0px;
}
section p {
    line-height: 19px;
}

table.dataTable tbody td {
  
    color: #000;
}
nav ul li {
    padding: 2px 4px;
}
table.dataTable.display tbody td{
        padding: 6px 12px !important;
}

div#otn_list_table_length {
   display: none;
}










@media screen and (max-width:728px) {
  .tuition h2 {
    font-size: 31px;
    margin-bottom: 27px;
}  
 .tuition-box .btn-primary {
    color: #fff !important;
    background-color: #43136c;
    border-color: #43136c;
    font-size: 28px;
    padding: 19px 60px;
    border-radius: 16px;
    margin-bottom: 15px;
} 
  
.tuition-box .btn-success {

    font-size: 28px;
    padding: 19px 60px;
    border-radius: 16px;
    margin-bottom: 15px;
} 
 .cus-tab a.cus-bg-color1 {
    margin-left: 0px !important;
    margin-top: 16px;
    margin-right: 40px;
} 
.cus-tab a.cus-bg-color {
    margin-right: 0px !important;
        margin-left: 24px;
}  
.cus-physics .nav-tabs>li>a{
        padding: 7px 14px !important;
        margin: 0px 3px 10px!important;
       font-size: 15px !important;
}

.cus-physics .nav-tabs>li.active>a{
    font-size: 15px !important;
}
.cus-tab {
    position: relative;
    padding: 0 0px !important;
}
.oneToOneBox.advance_search_otn, .oneToOneBox.advance_search_classes {
    width: 100% !important;
    margin: 0 auto;
}
  div#otn_default, #classes_default, #short_programme_default, #assignments_default {
    border: 0px solid #43136c !important;
    padding: 6px !important;
}
 .cus-higher .nav-tabs>li>a{
        padding: 7px 14px !important;
        margin: 0px 3px 10px!important;
       font-size: 15px !important;
}
  
  
 .cus-higher .nav-tabs>li.active>a{
         font-size: 15px !important;
 } 
  div#otn_en_default, #classes_en_default, #short_programme_en_default {
   border: 0px solid #43136c !important;
    padding: 6px !important;
}
  
    
    
}




