@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
iframe,
input.dateinput {
    width: 100%;
}
#main-boxes,
.fb,
.feat,
.twitter {
    position: relative;
}
body {
    background: url(../img/pattern.jpg) #f8f8f8;
    font-family: 'Play', sans-serif !important;
    color: #555;
    -webkit-font-smoothing: antialiased !important;
}
h1,
h3,
h4,
h5,
h6,
li {
    line-height: 20px;
}
h1,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 38px;
    line-height: 40px;
}
h2 {
    font-size: 32px;
    line-height: 36px;
}
h3 {
    font-size: 24px;
    line-height: 28px;
}
h4 {
    font-size: 18px;
    line-height: 22px;
}
h5 {
    font-size: 14px;
    line-height: 14px;
}
h6,
label {
    font-size: 12px;
}
p {
    margin: 0 0 15px;
}
.col-right p {
    margin: 25px 0 30px;
}
.col-right ul {
    margin: 0 0 10px;
}
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
}
a {
    color: #08c;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #005580;
    text-decoration: underline;
}
.uneditable-input,
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
textarea {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 8px #e3e3e3 inset;
    -webkit-shadow: 0 0 8px #e3e3e3 inset;
    -moz-shadow: 0 0 8px #e3e3e3 inset;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    margin-bottom: 20px;
}
.ie7 input.ie7-margin {
    margin-left: -30px;
}
select {
    margin-bottom: 20px;
}
.form-search input,
input#email_newsletter {
    margin-bottom: 0;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.breadcrumb {
    margin: -15px 0 20px -15px;
    list-style: none;
    background: 0 0;
}
.fb,
.twitter {
    height: 32px;
    width: 157px;
    background: url(../img/twitter_btn.png) no-repeat;
    margin-top: 15px;
}
.fb {
    width: 157px;
    background: url(../img/fb_btn.png) no-repeat;
}
footer,
nav {
    width: 100%;
}
.navbar {
    border-radius: 0px;
}
.fb:active,
.twitter:active {
    top: 1px;
}
.fb:hover,
.twitter:hover {
    background-position: 0 -32px;
}
.fb a,
.twitter a {
    color: #089ad1;
    font-weight: 700;
    display: block;
}
.fb a {
    padding: 5px 0 0 20px;
}
.fb,
.twitter {
    display: inline-block;
}
.fb a:hover,
.twitter a:hover {
    color: #000;
    text-decoration: none;
}
.button_medium,
.megamenu > li .drop-down-container a.button_medium,
a.button_medium {
    border: none;
    background: #099ad1;
    color: #fff;
    padding: 7px 12px;
    text-decoration: none;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button_medium:hover,
.megamenu > li .drop-down-container a.button_medium:hover,
a.button_medium:hover {
    background: #333;
}
.button_large,
.megamenu > li .megamenu_fullwidth a.button_large,
a.button_large {
    border: none;
    background: #099ad1;
    color: #fff;
    padding: 8px 30px;
    text-decoration: none;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
}
.button_large:hover,
.megamenu > li .drop-down-container a.button_large:hover,
a.button_large:hover {
    background: #fff;
    border: 2px solid #089ad1;
    color: #089ad1;
    text-decoration: none;
    padding: 6px 27px;
}
.button_red_medium,
.megamenu > li .drop-down-container a.button_red_medium,
a.button_red_medium {
    border: none;
    background: #f66;
    color: #fff;
    padding: 7px 12px;
    text-decoration: none;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button_red_medium:hover,
.megamenu > li .drop-down-container a.button_red_medium:hover,
a.button_red_medium:hover {
    background: #333;
}
.button_red_small,
.megamenu > li .drop-down-container a.button_red_small,
a.button_red_small {
    border: none;
    background: #f66;
    color: #fff;
    padding: 2px 8px;
    margin-bottom: 15px;
    text-decoration: none;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
}
#menu-top,
#menu-top ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
#menu-top ul li i {
    color: #feff99;
    padding: 0px 1px;
}
#menu-top ul li a:hover{
    border-top: 2px solid;
    text-decoration: none;
}
#menu-top ul li i:hover {
    background: none;
}
.button_red_small:hover,
.megamenu > li .drop-down-container a.button_red_small:hover,
a.button_red_small:hover {
    background: #099ad1;
}
.button-align {
    text-align: right;
    padding-top: 25px;
}
.button-align-2 {
    float: right;
    margin-top: -30px;
}
#menu-top,
#phone {
    float: right;
    margin-top: 5px;
}
header {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%) #09c;
    padding: 8px 0;
}
#menu-top {
    font-size: 11px;
}
#menu-top ul li {
    display: inline-block;
    zoom: 1;
}
.ie7 #menu-top ul li a {
    color: #fff;
    margin-left: 5px;
}
#phone,
nav {
    color: #fff;
}
nav {
    background: #09c;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%) #09c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2))) #09c;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%) #09c;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%) #09c;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%) #09c;
    background: linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%) #09c;
    margin-bottom: 30px;
}
#phone {
    text-align: right;
    font-size: 12px;
}
div#phone i {
    font-size: 20px;
    padding: 0px 8px;
    color: #feff99;
}

#brand-footer,
#static-image,
#toTop,
.box-style-one,
.date-news,
ul.data-staff li {
    text-align: center;
}
.date-news,
.post-left {
    float: left;
}
#phone strong {
    font-size: 18px;
    color: #feff99;
    font-weight: 700;
    display: block;
}
footer {
    background-color: #fff;
    color: #666;
    border-top: 1px solid #e0eaf0;
    padding-top: 60px;
    padding-bottom: 45px;
}
.fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    max-height:500px !important;
    overflow:hidden;
    margin:-30px 0 0 0;
    z-index:1;
}
#contacts-footer ul,
#quick-links ul {
    list-style: none;
    margin-left: 0;
}
#contacts-footer ul li {
    line-height: 25px;
}
#quick-links ul li {
    padding-left: 15px;
    border-left: 2px solid #3395be;
    margin: 15px 0px;
}
.feat h3 {
    text-shadow: 1px 2px 0 rgba(255, 255, 255, 1);
}
#static-image {
    width: 100%;
    max-width: 100%;
    margin-top: -20px;
    background-color: #09c;
}
.feat {
    margin-bottom: 20px;
}
.feat img {
    width: 50px;
}
.feat h3 {
    color: #2c90b8;
}
.col-left,
.col-right {
    padding: 30px 30px 15px;
    background-color: #fff;
}
.feat.last {
    margin-bottom: 0;
}
.feat i {
    color: #089ad1;
    font-size: 50px;
    position: inherit;
}
ul.megamenu {
    display: flex;
    justify-content: center;
    width: 100%;
}
.megamenu_container {
    width: 1170px;
    height: 44px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.megamenu > li {
    display: inline;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 10px 5px;
    margin-bottom: 0px;
    border-top: 2px solid;
    background-color: #00000045;
    padding: 0px 0px;
    text-align: center;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    -ms-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}
.megamenu > li:hover {
    text-decoration: none;
    box-shadow: 0px -5px 3px 0px #2c353e;
    background-color: transparent;
}
.megamenu > li.active {
    text-decoration: none;
    box-shadow: 0px -5px 3px 0px #2c353e;
    background-color: transparent;
}
.megamenu > li a.drop-down,
.megamenu > li a.nodrop-down {
    outline: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.megamenu > li a.drop-down {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 8px 10px;
}
.megamenu > li a.nodrop-down {
    padding: 14px 15px 15px 0;
}
.megamenu > li a.drop-down:hover {
    cursor: pointer;
    background: transparent;
    color: #fff;
}
.megamenu > li .nodrop-down:hover {
    cursor: pointer;
    background-image: none;
    color: #fff;
}
.megamenu > li.active .drop-down {
    cursor: pointer;
    background: transparent;
    color: #fff;
}
.megamenu > li.active .nodrop-down {
    color: #fff;
}
a#megamenu-button-mobile {
    background-repeat: no-repeat;
    background-position: 98% 13px;
    padding: 12px 20px 12px 0;
    color: #ff9;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: none;
    display: none;
    text-decoration: none;
}
a#megamenu-button-mobile.active {
    background-image: url(../img/menu-up.png);
    background-position: 98% 11px;
    box-shadow: none;
}
.megamenu > li .drop-down-container {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 9998;
    float: left;
    color: #fff;
    width: 1170px;
    margin: 0 0 40px;
    padding: 30px 15px 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: none;
    background: #2d343e;
    display: none;
}
.drop-down-container#icon-menu a {
    display: block;
    background: #424952;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: background 0.5s ease;
    font-size: 14px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px 15px;
    margin-bottom: 25px;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.drop-down-container#icon-menu a:hover {
    background: #0f91bd;
}
.drop-down-container#icon-menu a i {
    float: right;
    color: #fff;
    margin: -10px 0 0;
}
.drop-normal {
    position: relative;
}
.megamenu > li .drop-down-container.normal {
    position: absolute;
    top: 50px;
    left: -15px;
    display: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0;
}
h5 em,
ul.tabs {
    display: block;
}
.drop-down-container.normal ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.drop-down-container.normal ul li {
    text-align: left;
}
.drop-down-container.normal ul li a {
    display: block;
    padding: 5px 10px;
    width: 180px;
    margin-bottom: 3px;
    color: #fff;
    background-color: #09c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.drop-down-container.normal ul li a:hover {
    background-color: #2d343e;
    color: #fff;
}
.megamenu iframe {
    border: 0;
    margin-bottom: 20px;
    width: 100%;
}
.megamenu hr {
    margin: 0 0 20px;
    border: 0;
    border-top: 1px solid #25282d;
    border-bottom: 1px solid #414750;
}
.megamenu > li .drop-down-container a {
    color: #12b0e6;
}
.megamenu > li .drop-down-container a:hover {
    color: #fff;
    text-decoration: none;
}
.megamenu > li .drop-down-container ul.list-menu {
    margin-left: 0;
    padding-left: 5px;
    margin-bottom: 20px;
}
.megamenu > li .drop-down-container ul.list-menu li {
    background: url(../img/arrow-2.png) center left no-repeat;
    padding-left: 12px;
}
h5 em {
    font-weight: 400;
    color: #999;
    font-size: 12px;
}
ul.tabs {
    list-style: none;
    border-bottom: 2px solid #414750;
    margin-bottom: 15px;
    padding-bottom: 0;
    zoom: 1;
}
ul.tabs li {
    display: inline;
    float: left;
    width: auto;
    white-space: nowrap;
    margin-right: 10px;
}
ul.tabs li a {
    color: #fff;
    position: relative;
    float: left;
    background-color: #424952;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font: 700;
    text-transform: none;
    padding: 4px 18px;
    margin: 0;
    font-weight: 700;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
ul.tabs li a.active {
    background-color: #0f91bd;
    color: #fff;
    text-decoration: none;
}
ul.tabs-content {
    margin: 0 0 10px;
    display: block;
}
ul.tabs-content > li {
    display: none;
}
ul.tabs-content > li.active {
    display: block;
    text-decoration: none;
}
ul.tabs:after,
ul.tabs:before {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
ul.tabs:after {
    clear: both;
}

.col-left,
.col-right,
.title-course {
    position: relative;
}
.col-left {
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.col-right {
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 60px;
}
.strip-lessons,
.strip-staff {
    border-bottom: 1px solid #eee;
}
.col-left h3,
.widget h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #bbb;
    margin: 0 0 15px;
    padding: 0;
    line-height: 17px;
}
div#logo img{
    width:100px;
    border-radius: 15px;
}
.text-white{
  color: #fff;
}
ul.submenu-col {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
}
ul.submenu-col li a {
    text-decoration: none;
    padding: 4px 10px;
    display: block;
    margin-bottom: 3px;
}
ul.submenu-col li a#active {
    background: url(../img/arrow.png) 96% center no-repeat #099ad1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
ul.submenu-col li a:hover {
    background: #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #326e99;
}
.box-style-one img.picture,
.title-course {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.strip-courses {
    background: #eaf9ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #395070;
    margin-bottom: 30px;
}
.date-news,
.strip-courses.gray {
    background: #f8f8f8;
}
.clg-name.text-white h3 {
    font-weight: 700;
    letter-spacing: 2px;
}
.title-course {
    background: #2d343e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.title-course h3 {
    font-size: 18px;
    padding: 3px 0 3px 15px;
    color: #fff;
    margin: 0;
}
.title-course ul {
    position: absolute;
    color: #fff;
    right: 15px;
    top: 7px;
}
.title-course ul li {
    display: inline-block;
    font-weight: 600;
    margin-left: 15px;
    zoom: 1;
}
.strip-courses .description {
    padding: 15px;
}
.strip-courses .description ul {
    margin: 0;
    padding: 0;
}
.strip-courses .description ul li {
    display: inline-block;
    font-weight: 600;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #ccc;
    line-height: 16px;
    zoom: 1;
}
.strip-courses .description ul li.online {
    color: #f66;
}
.strip-courses .description ul li:last-child {
    border-right: none;
}
.login-sec {
    background: #ffffff;
    border-radius: 11px;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    
}
.login-sec h4 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 3px;
    text-align: center;
    border-bottom: 3px solid;
    padding: 7px 0;
    margin: 0;
    background: #2c90b8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  font-weight: 700;

}
.login-sec form {
    padding: 8px 10px;
}
.uneditable-input, input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], textarea {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #f7f8f8;
    box-shadow: none;
    -webkit-shadow: 0 0 8px #e3e3e3 inset;
    -moz-shadow: 0 0 8px #e3e3e3 inset;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    margin-bottom: 0px;
}
.login-sec input:focus {
    outline: none;
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #2c363e;
}
.btn-default {
    color: #2c363e;
    background-color: #f5f6f7;
    border-color: #ccc;
    margin: auto;
    font-weight: 600 !important;
}
#myCarousel .carousel-inner {
    border-radius: 10px;
}
#myCarousel .carousel-control.right {
    background: transparent !important;
}
#myCarousel .carousel-control.left {
    background: transparent !important;
}
#myCarousel .carousel-inner img {
    height: 265px !important;
    width: 100%;
}
marquee#newUpdates img {
    width: 40px;
    float: right;
    margin-left: 10px;
}
table.NewUpdateTable tr td a {
    color: maroon;
    font-weight: 500;
    text-decoration: none;
    border-left: 3px solid #2c90b8;
    padding-left: 10px;
}
table.NewUpdateTable tr td {
    padding: 5px 0px;
}
h2.title {
    color: #2c90b8;
    text-align: center;
    margin: 0px;
    margin-top: -40px;
}
h2.title span{
    background: #fff;
    padding: 0px 15px;
}
i.fa.fa-circle-notch.fa-spin {
    font-size: 30px;
    color: black;
}

hr.title-hr {
    border: 1px solid black;
}
.box-style-one {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #eaf9ff;
    position: relative;
    margin-bottom: 20px;
}
ul.data-staff li {
    font-weight: 700;
    display: inline-block;
    margin-right: 3px;
    padding: 8px 12px;
    background-color: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    zoom: 1;
}
.mycards {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%) #09c;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px #2a2a2bab;
    height: 260px;
    margin-bottom: 15px;
}
.mycards h3 {
    text-align: center;
    border-bottom: 2px solid;
    margin-top: 0;
}
.cardinner {
    padding: 5px 10px;
}
.cardinner a{
    color: #fff;
}
.cardinner ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding-left: 10px;
    line-height: 2;
    border-left: 3px solid;
}
.cardinner ul li a:hover {
    color: #000;
}
.Announcement_title{
    color: #000;
    margin: 0;
    margin-bottom: 15px;
    border-left: 3px solid;
    padding-left: 5px;
    margin-left: 4px;
}
.box-style-1.ribbon.Announcement h3 {
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 3px solid #3395be;
    padding-bottom: 10px;
    color: #3395be;
    text-align: center;
}
div#myCarousel3 {
    padding: 25px 5px;
    border-top: 3px solid #3395be;
   text-align: centerF;
}
img.brand-logo {
    width: 100px;
    height: 50px;
}
#toTop {
    width: 100px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #333;
    font-size: 11px;
}
footer h4 {
    color: #2c90b8;
    font-weight: 700;
}
.sidebar {
    height: 100vh;
}

.sidebar-title {
    margin: 0;
    font-size: 2.5rem;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
.sidebar-title i {
    font-size: 25px;
    color: #2c90b8;
}
.sidebar ul {
    margin-top: 25px;
    padding: 0px;
}
.sidebar ul li {
    border-left: 3px solid #2c90b8;
    padding-left: 15px;
    margin: 10px 0px;
    font-weight: 600;
}
.sidebar ul li a{
    text-decoration: none;
}
.sidebar ul li:hover{
    margin-left: 5px;
}
.sidebar ul li:hover a {
    color: red;
}
ul.rightbar-list li {
    text-decoration: none;
    margin: 5px 0px;
    padding: 5px 10px;
    background-color: #fafafa;
}
ul.rightbar-list li i{
    margin-right: 10px;
}
ul.rightbar-list li:hover a{
    text-decoration: none;
    color: red;
}
ul.rightbar-list li:hover {
    margin-left: 5px;
}
.borders:after,
.borders:before {
    content: "";
    /* position: absolute;
    display: block; */
    height: 1px;
    bottom: -2px;
    left: 3px;
    right: 3px;
    background-color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #e2e2e2;
    border-top: 0;
}
.borders:before {
    bottom: -4px;
    left: 6px;
    right: 6px;
}
.box-style-1 {
    padding: 30px 30px 10px;
    background: #eaf9ff;
    box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
    border: 1px solid #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #2e415c;
    position: relative;
}

#Department-tabs .badge {
    background-color: #777;
}
#Department-tabs .nav-tabs {
    float: left;
    border-bottom: 0;
    width: 100%;
}
#Department-tabs .nav-tabs li {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
}
#Department-tabs .nav-tabs li a {
    margin-right: 0;
    border: 0;
    border-radius: 0;
    padding: 8px 5px;
}
#Department-tabs .nav-tabs li strong {
    color: #268db5;
    margin-left: 10px;
    font-size: 1.7rem;
}
#Department-tabs .nav-tabs li a:hover {
    background-color: #4299bd;
}
#Department-tabs .nav-tabs li:hover strong {
    color: #fff;
}
#Department-tabs .nav-tabs li:hover .glyphicon {
    color: #fff;
}
#Department-tabs .nav-tabs .glyphicon {
    color: #268db5;
}
#Department-tabs .nav-tabs .active .glyphicon {
    color: #fff;
}
.tab-title {
    margin: 0;
    color: #4299bc;
    text-align: center;
    margin-bottom: 10px;
    background: aliceblue;
    margin-top: -15px;
}
#Department-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0;
    background: #4299bc;
    padding: 8px 5px;
}
.tabs-left .active strong {
    color: #4299bc !important;
}
#Department-tabs .nav-tabs .active strong {
    color: #fff;
}
#Department-tabs .tab-content .tab-pane {
    display: none;
    background-color: #fff;
    padding: 1.6rem;
    /* overflow-y: auto;
    height: 100vh !important; */
}
#Department-tabs .tab-content .active {
    display: block;
}
#Department-tabs .list-group {
    width: 100%;
}
#Department-tabs .list-group .list-group-item {
    height: 50px;
}
#Department-tabs .list-group .list-group-item h4, .list-group .list-group-item span {
    line-height: 11px;
}
table.tab-table thead {
    background: #4299bc;
    color: #fff;
}
table.tab-table thead tr td {
    font-size: 15px;
    padding: 5px;
    font-weight: 600;
    border: 1px solid #c4c1c1;
}
table.tab-table tbody tr td {
    font-size: 13px;
    padding: 5px;
    border: 1px solid #d8d8d8;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.department-login-form {
    padding: 5px;
    background: #fff;
    margin-top: 5px;
}
div#brand-footer img {
    width: 100px;
}
.hod-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.hod-img h3 {
    background: #eaf8ff;
    font-size: 18px;
    color: #4299bb;
    border-radius: 30px;
    padding: 10px 0px;
}
.Newicon{
    width: 30px;
    margin: 0px 10px;
}
.placement-table table {
    width: 100%;
}
.placement-table table tr td{
    border: 1px solid;
    padding: 5px 10px;
}
.float-right{
    float: right;
}
.btn-primary {
    color: #fff;
    background-color: #49a8d1;
    border-color: #49a8d1;
}
/************************ Galley Lightbox Page css ********************* */
#gallery {
    padding-top: 40px;
}
@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
   }
}
.img-wrapper {
    position: relative;
    margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
}
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: #fff;
    font-size: 3em;
}
#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}
@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
   }
}
@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
   }
}
#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
   }
}
#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#prevButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
   }
}
#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
#exitButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
   }
}
/************************ Galley Lightbox Page css end********************* */
.navbar-toggle .icon-bar {
    background: white;
    height: 3px;
}
.mt-5{
    margin-top: 30px;
}
.w-100{
    width: 100%;
}
.w-75{
    width: 75%;
}
.w-50{
    width: 50%;
}
.error_message {
    background: #ed1c24;
    padding: 5px;
}
.loader {
    padding: 0 10px;
}
#success_page {
    background: #6c0;
    padding: 5px;
}
span.required {
    font-size: 13px;
    color: #f66;
}
.alertmsg,
.errormsg,
.infomsg,
.infomsg2,
.successmsg {
    display: block;
    margin: 20px 0;
    padding: 15px 8px 15px 15px;
    position: relative;
}
.alert i {
    float: left;
    line-height: 22px;
}
.errormsg {
    background-color: #fccac1;
    border: 1px solid #e18b7c;
}
.errormsg i {
    color: #e18b7c;
}
.alertmsg {
    background-color: #ffe9ad;
    border: 1px solid #eac572;
}
.alertmsg i {
    color: #eac572;
}
.successmsg {
    background-color: #effeb9;
    border: 1px solid #c1d779;
}
.infomsg,
.infomsg2 {
    border: 1px solid #afd3f2;
}
.successmsg i {
    color: #c1d779;
}
.infomsg {
    background-color: #deeefa;
}
.infomsg i {
    color: #afd3f2;
}
.infomsg2 {
    background-color: #fff;
}
a.clostalert {
    background: url(../img/messages.png) 0 -310px no-repeat;
    cursor: pointer;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    text-indent: 9999px;
    top: 5px;
    width: 15px;
}
.tab-content {
    overflow: auto;
    margin-bottom: 20px;
}
.button_large,
.ie10 .avatar img,
.ie10 .box-style-1,
.ie10 .box-style-2 a,
.ie10 .box-style-one,
.ie10 .box-style-one h5,
.ie10 .box-style-one img.picture,
.ie10 .button_medium,
.ie10 .button_red_medium,
.ie10 .button_red_small,
.ie10 .col-left,
.ie10 .col-right,
.ie10 .date-news,
.ie10 .drop-down-container ul.tabs a,
.ie10 .drop-down-container#icon-menu a,
.ie10 .img-rounded,
.ie10 .main-img img,
.ie10 .megamenu > li .drop-down-container,
.ie10 .megamenu > li .drop-down-container a.button_large,
.ie10 .megamenu > li .drop-down-container a.button_medium,
.ie10 .megamenu > li .drop-down-container a.button_red_medium,
.ie10 .megamenu > li .drop-down-container a.button_red_small,
.ie10 .news-strip ul li:hover,
.ie10 .post img,
.ie10 .strip-courses,
.ie10 .title-course,
.ie10 .uneditable-input,
.ie10 a.button_large,
.ie10 a.button_medium,
.ie10 a.button_red_medium,
.ie10 a.button_red_small,
.ie10 input[type="email"],
.ie10 input[type="url"],
.ie10 input[type="search"],
.ie10 input[type="tel"],
.ie10 input[type="color"],
.ie10 input[type="text"],
.ie10 input[type="password"],
.ie10 input[type="datetime"],
.ie10 input[type="datetime-local"],
.ie10 input[type="date"],
.ie10 input[type="month"],
.ie10 input[type="time"],
.ie10 input[type="week"],
.ie10 input[type="number"],
.ie10 select,
.ie10 textarea,
.ie10 ul.data-staff li,
.ie10 ul.submenu-col li a#active,
.tags a {
    border-radius: 0;
}
#menu-top ul li.active a {
    border-top: 2px solid;
}
.sidebar-list li.active a{
    color:red;
}
.has_error{
    color:red;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .form-search input,
    input#email_newsletter {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    input.dateinput {
        width: 70%;
    }
    .post-right {
        float: left;
    }
    .feat {
        padding-left: 0;
    }
    .feat i {
        position: relative;
        padding-bottom: 15px;
        top: 0;
        left: 0;
        display: block;
    }
    .strip-courses .button_medium.button-align-2 {
        float: none;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    #menu-top, #phone {
        float: left;
    }
    ul.megamenu {
        display: list-item;
        justify-content: center;
    }
    .megamenu > li {
        margin: 5px 5px;
        border-left: 3px solid #fff !important;
        border-radius: 0;
        background: no-repeat;
        text-align: left;
    }
    ul.megamenu li .active {
        text-decoration: none;
        box-shadow: none;
        background-color: transparent;
    }
    #logo img {
        float: left;
        width: 60px !important;
    }
    ol.carousel-indicators {
        display: none;
    }
    .clg-name.text-white{
        padding-left: 10px;
    }
    .clg-name.text-white h3 {
        font-size: 17px;
        margin: 0;
    }
    section.top-slider-section {
        margin-top: 15px;
    }
    .login-sec {
        display: none;
    }
    .col-right {
        margin-bottom: 20px;
    }
    #myCarousel .carousel-inner img {
        height: 160px !important;
        width: 100%;
    }
    .box-style-1.ribbon {
        margin-top: 10px;
    }
    marquee#newUpdates img {
        width: 30px;
        float: right;
        margin-left: 10px;
    }
    img.brand-logo {
        width: 80px;
        height: 35px;
        margin: 10px;
    }
    div#brand-footer img {
        width: 100px;
    }
    #quick-links ul li {
        margin: 5px 0px;
    }
    h2.title {
        margin-top: -60px;
        font-size: 21px;
        margin-bottom: 20px;
    }

    .post-right {
        float: left;
    }
    #logo {
        height: 45px;
        margin-bottom: 10px;
    }
    .fb,
    .twitter {
        margin-bottom: 25px;
    }
    .button-align {
        text-align: left;
        padding-top: 0;
    }
    .strip-staff .pic-teacher {
        width: 60%;
        height: auto;
    }
    .strip-courses .button_medium.button-align-2 {
        float: none;
        margin-top: 15px;
    }
}
@media (max-width: 480px) {
    #logo {
        text-align: center;
        height: 45px;
        margin-bottom: 10px;
    }
    .title-course ul {
        position: relative;
        color: #fff;
        right: 0;
        left: 0;
        top: 0;
        padding: 0 0 15px;
        margin: 0;
    }
    .title-course ul li {
        padding: 0;
    }
    .strip-courses .button_medium.button-align-2 {
        float: none;
        margin-top: 15px;
    }
}
@media (min-width: 980px) and (max-width: 1200px) {
    .megamenu_container {
        width: 970px;
        margin: auto;
        left: auto;
        top: auto;
    }
    .megamenu > li .drop-down-container {
        width: 940px;
    }
}
@media only screen and (max-width: 980px) {
    a#megamenu-button-mobile {
        display: block;
        padding-left: 10px;
    }
    .megamenu_container {
        width: 755px;
        height: auto;
        margin: auto;
        position: relative;
        left: auto;
        top: auto;
    }
    .megamenu > li .drop-down-container {
        position: absolute;
        top: auto;
        width: 725px;
        margin: 0;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .megamenu img {
        max-width: 98%;
        height: auto;
        width: auto\9;
    }
    .megamenu embed,
    .megamenu iframe,
    .megamenu object {
        width: 100%;
    }
    .megamenu > li {
        float: none;
        width: auto;
        border: none;
        display: block;
        padding: 0;
    }
    .megamenu > li a.drop-down,
    .megamenu > li a.nodrop-down {
        padding: 10px 5px;
        margin: 0px 0px;
        font-size: 12px;
    }
    .megamenu {
        display: none;
    }
    .megamenu > li .drop-down-container.normal {
        position: relative;
        top: 0;
        left: 0;
        float: none;
        display: none;
        padding: 0;
        margin: 0;
        background: #09c;
        width: 755px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top: none;
    }
    .drop-down-container.normal ul {
        margin: 0;
        padding: 0;
    }
    .drop-down-container.normal ul li {
        border-bottom: 1px solid #2da7d0;
        padding: 0;
        margin: 0;
        background: 0 0;
    }
    .drop-down-container.normal ul li a {
        width: auto;
        background: 0 0;
        color: #fff;
        margin: 0;
        padding: 5px 5px 5px 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .drop-down-container.normal ul li a:hover {
        background: #2d343e;
        color: #fff;
    }
}
@media (min-width: 768px){
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
    padding: 0 !important;
}
}
@media only screen and (max-width: 768px) {
    .megamenu_container {
        width: 100%;
        margin: auto;
        left: auto;
        top: auto;
    }
    .megamenu > li .drop-down-container.normal {
        padding-bottom: 0;
        height: 100%;
    }
    .megamenu > li .drop-down-container {
        width: auto;
    }
    .megamenu > li .drop-down-container#icon-menu {
        width: 100%;
        padding: 25px 0 0;
    }
    .megamenu > li .drop-down-container#icon-menu .span3 {
        margin: 0 10px 0 15px;
        width: auto;
    }
    .megamenu > li {
        float: none;
        width: auto;
        border: none;
        display: block;
        padding: 0;
    }
    .megamenu > li a.drop-down,
    .megamenu > li a.nodrop-down {
        background-position: 99% 18px;
        line-height: 12px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .megamenu > li .drop-down-container.normal {
        position: relative;
        top: 0;
        left: 0;
        float: none;
        display: none;
        padding-top: 0;
        padding-left: 0;
        background: #09c;
        width: 100%;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top: none;
    }
    .drop-down-container.normal ul {
        margin: 0;
        padding: 0;
    }
    .drop-down-container.normal ul li {
        border-bottom: 1px solid #2da7d0;
        padding: 0;
        margin: 0;
        background: 0 0;
    }
    .drop-down-container.normal ul li a {
        width: auto;
        background: 0 0;
        color: #fff;
        margin: 0;
        padding: 5px 5px 5px 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .drop-down-container.normal ul li a:hover {
        background: #2d343e;
        color: #fff;
    }
    .megamenu > li.active {
        box-shadow: -3px 0px 3px 0px #2c353e;
    }
    .megamenu > li:hover {
        box-shadow: -3px 0px 3px 0px #2c353e;
    }
    .megamenu > li a.drop-down:hover {
        background: transparent;
    }
}


