iframe,
input.dateinput {
    width: 100%
}

#main-boxes,
.fb,
.feat,
.twitter {
    position: relative
}

body {
    background: url(../img/pattern.jpg) #f8f8f8;
    font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    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;
    ine-height: 22px
}

h5 {
    font-size: 14px;
    line-height: 14px
}

h6,
label {
    font-size: 12px
}

p {
    margin: 0 0 15px;
   
    font-size: 15px;
    line-height: 22px;
}

.col-right p {
    margin: 0 0 25px;
    text-align: justify;
}

.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
}
.form-control {
        border: 1px solid #09c;
}
.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 #0099cc;
    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 .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .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/yt_btn.png) no-repeat;
    margin-top: 15px
}

.fb {
    width: 157px;
    background: url(../img/fb_btn.png) no-repeat
}

footer,
nav {
    width: 100%
}

.fb:active,
.twitter:active {
    top: 1px
}

.fb:hover,
.twitter:hover {
    background-position: 0 -32px
}

.fb a,
.twitter a {
    padding: 5px 0 0 35px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    height: 32px;
    display: block;
    line-height: 23px
}

.fb a {
    padding: 5px 0 0 35px
}

.fb,
.twitter {
    display: inline-block
}

.fb a:hover,
.twitter a:hover {
    color: #FFF;
    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 .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .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 .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .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: #333
}

.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 .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .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 .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .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: #d0dbeb
}

.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-color: #fff;
    padding: 8px 0
}

#menu-top {
    font-size: 11px;
    margin-right: 30px
}

#menu-top ul li {
    display: inline-block;
    zoom: 1
}

.ie7 #menu-top ul li a {
    color: #d0dbeb;
    margin-left: 5px
}

#phone,
nav {
    color: #61c0c0;
}

nav {
    background: #09c;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #09c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2))) #09c;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #09c;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #09c;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #09c;
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .2) 100%) #09c;
    margin-bottom: 30px
}

#phone {
    background: url(../img/icon-phone.png) center right no-repeat;
    padding-right: 46px;
    text-align: right;
    font-size: 12px
}

#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: #6cc;
    font-weight: 700;
    display: block
}

footer {
    background-color: #fff;
    color: #666;
    border-top: 1px solid #e0eaf0;
    padding-top: 60px;
    padding-bottom: 0px
}

#contacts-footer ul,
#quick-links ul {
    list-style: none;
    margin-left: 0
}

#contacts-footer ul li {
    line-height: 25px
}

#quick-links ul li {
    background: url(../img/arrow-gray.png) left center no-repeat;
    padding-left: 15px
}

#main-boxes {
    margin-top: -35px;
    z-index: 1;
    margin-bottom: 35px
}

.feat h3 {
    text-shadow: 1px 2px 0 rgba(255, 255, 255, 1);
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#static-image {
    width: 100%;
    max-width: 100%;
    margin-top: -20px;
    background-color: #09c
}

.feat {
    padding-left: 0px;
    margin-bottom: 20px
}

.col-left,
.col-right {
    padding: 30px 30px 15px;
    background-color: #fff
}

.feat.last {
    margin-bottom: 0
}

.feat i {
    color: #F66;
    left: 0;
    position: absolute
}

.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
}

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
}

.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
}

.box-style-one {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #eaf9ff;
    position: relative;
    margin-bottom: 20px
}

.box-style-one img {
    margin: 30px 0 15px
}

.box-style-one img.picture {
    margin: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.box-style-one h5 {
    background: #2d343e;
    bottom: 0;
    left: 0;
    padding: 4px 0;
    color: #eaf9ff;
    text-transform: uppercase;
    -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
}

ul.data-lessons,
ul.data-staff {
    margin-left: 0;
    padding-left: 0
}

.strip-lessons {
    margin-bottom: 30px;
    padding-bottom: 10px
}

ul.data-lessons li {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #ccc;
    line-height: 16px;
    zoom: 1
}

ul.data-lessons li:last-child {
    border-right: none
}

.strip-staff {
    margin-bottom: 25px;
    padding-bottom: 25px
}

.strip-staff .pic-teacher {
    position: relative;
    margin-bottom: 15px
}

.strip-staff h4 em {
    display: block;
    font-weight: 400;
    color: #777;
    font-size: 12px
}

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
}

ul.data-staff li i {
    margin: auto
}

ul.data-staff li a:hover {
    text-decoration: none
}

.news-strip ul {
    margin: 0;
    padding: 0
}

.news-strip ul li {
    cursor: pointer;
    list-style: none;
    margin: 0 0 15px;
    padding: 20px 0 0
}

.news-strip ul li a {
    text-decoration: none
}

.news-strip ul li:hover {
    background-color: #eaf9ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.date-news {
    width: 80px;
    height: 80px;
    padding-top: 20px;
    color: #999;
    font-size: 12px;
    border: 1px solid #fff;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px rgba(200, 200, 200, .1), 0 0 3px 0 rgba(0, 0, 0, .35);
    -webkit-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, .1), 0 0 3px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, .1), 0 0 3px 0 rgba(0, 0, 0, .35);
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 1);
    margin: 0 15px 10px 10px
}

.date-news strong {
    display: block;
    font-size: 24px;
    color: #333
}

.tags a {
    display: inline-block;
    margin: 5px 14px 10px 0;
    height: 33px;
    line-height: 33px;
    background: url(../img/tag_bg.png) 91% center no-repeat #ededed;
    padding: 0 28px 0 11px;
    color: #646464;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease
}

.tags a:hover {
    background-color: #099ad1;
    color: #fff;
    text-decoration: none
}

ul.latest_news li,
ul.recent_post li {
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px #e7e7e7 dotted;
    list-style: none;
    line-height: 18px;
    color: #888;
    font-style: italic
}

ul.latest_news li div,
ul.recent_post li div {
    font-weight: 700;
    padding-left: 25px;
    font-style: normal
}

ul.latest_news li:last-child,
ul.recent_post li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.post {
    margin-bottom: 45px
}

.post img {
    margin-bottom: 18px;
    border-radius: 5px
}

.post h2 {
    font-size: 36px;
    line-height: 36px
}

.post_info {
    padding: 10px 0;
    border-bottom: 1px #e7e7e7 solid;
    border-top: 1px #e7e7e7 solid;
    margin-bottom: 12px;
    color: #555
}

.post_info span {
    color: #f66
}

.post-left ul li {
    float: left;
    margin-right: 10px;
    list-style: none
}

.post-right {
    float: right
}

#comments {
    padding: 10px 0 0;
    margin-bottom: 15px
}

#comments ol,
#comments ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#comments li {
    padding: 0 0 23px;
    list-style: none
}

.avatar {
    float: left;
    margin-right: 11px
}

.avatar img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.comment_right {
    display: table
}

.comment_info {
    padding-bottom: 7px
}

.comment_info span {
    padding: 0 12px
}

#comments ol li ul li {
    padding: 23px 0 0 30px;
    margin: 0
}

.picture {
    margin-bottom: 20px;
    position: relative
}

.photo_icon,
.video_icon_vimeo,
.video_icon_youtube {
    height: 92%;
    left: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none
}

.photo_icon {
    background: url(../img/zoom_1.png) 10px 10px no-repeat
}

.video_icon_vimeo,
.video_icon_youtube {
    background: url(../img/icon_play.png) 10px 10px no-repeat
}

.add-bottom-20 {
    margin-bottom: 30px
}

#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
}

ul.list_1 li,
ul.list_2 li,
ul.list_3 li,
ul.list_4 li {
    line-height: 18px;
    padding-left: 20px
}

hr.double {
    margin: 10px 0 20px;
    border: 0;
    border-top: 1px solid #cedee7;
    border-bottom: 1px solid #fff
}

ul.list_1,
ul.list_2,
ul.list_3,
ul.list_4 {
    padding-bottom: 15px
}

ul.list_1 li {
    background: url(../img/tick_1.png) left 3px no-repeat
}

ul.list_2 li {
    background: url(../img/arrow_2.png) 3px 5px no-repeat
}

ul.list_3 li {
    background: url(../img/arrow_3.png) 5px 7px no-repeat
}

ul.list_4 li {
    background: url(../img/arrow_4.png) 4px 6px no-repeat
}

.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: 12px 30px 10px;
    background: #eaf9ff;
    box-shadow: inset 0 0 0 5px rgba(200, 200, 200, .1), 0 0 3px 0 rgba(0, 0, 0, .35);
    -webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, .1), 0 0 3px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, .1), 0 0 3px 0 rgba(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
}

.box-style-1.ribbon {
    background: url(../img/sticker-1.png) top right no-repeat #eaf9ff
}

.box-style-2 a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    padding: 25px 25px 5px;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, .4), inset 0 0 0 5px rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, .4), inset 0 0 0 5px rgba(255, 255, 255, .1);
    box-shadow: 0 10px 12px -6px rgba(000, 000, 000, .4), inset 0 0 0 5px rgba(255, 255, 255, .1);
    transition: background .8s ease;
    -webkit-transition: background .8s ease;
    -moz-transition: background .8s ease;
    margin-bottom: 15px;
    background: #09c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.table-bordered thead th,
.table-bordered thead tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #444;
    font-size: 13px
}

.box-style-2 img {
    float: right;
    margin: 0 0 15px 20px
}

.box-style-2 h3 {
    color: #FF9;
    font-size: 28px
}

.box-style-2.green a:hover {
    background: #693
}

.box-style-2.orange a:hover {
    background: #F60
}

.box-style-2.red a:hover {
    background: #f66
}

.table-bordered thead tr {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#dadada));
    background-image: -webkit-linear-gradient(top, #eee, #dadada);
    background-image: -o-linear-gradient(top, #eee, #dadada);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdadada', GradientType=0);
    background: #EEE;
    background: -moz-linear-gradient(top, #eee 0, #dadada 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(100%, #dadada));
    background: -webkit-linear-gradient(top, #eee 0, #dadada 100%);
    background: -o-linear-gradient(top, #eee 0, #dadada 100%);
    background: -ms-linear-gradient(top, #eee 0, #dadada 100%);
    background: linear-gradient(top, #eee 0, #dadada 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')
}

.table-bordered thead tr th {
    font-weight: 600;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.table-bordered thead tr th:first-child {
    border-left-color: #CCC
}

.table-bordered thead tr th:last-child {
    border-right: none
}

.table-bordered tbody tr:first-child td {
    border-top-color: #CCC
}

.table-bordered tbody tr td {
    border-left: 1px solid #FFF;
    border-right: 1px solid #DDD
}

.table-bordered thead th {
    font-weight: 400;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #CCC;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

#success_page,
.error_message {
    color: #fff;
    display: inline-block
}

.table-bordered thead th:first-child {
    border-left-color: #CCC
}

.table-bordered thead th:last-child {
    border-right: none
}

.table-bordered tbody td {
    border-left: 1px solid #FFF;
    border-right: 1px solid #DDD
}

.table-bordered tbody tr td:first-child {
    border-left-color: #DDD
}

.table-bordered tbody tr td:last-child {
    border-right: none
}

#message-contact,
#message-newsletter,
#message-visit {
    margin: 10px 0;
    padding: 0
}

.error_message {
    background: #ed1c24;
    padding: 5px
}

.loader {
    padding: 0 10px
}

#success_page {
    background: #6c0;
    padding: 5px
}

span.required {
    font-size: 13px;
    color: #f66
}

.togglehandle,
a.accrodian-trigger {
    font-size: 16px;
    display: block;
    cursor: pointer
}

.main-img {
    margin: -30px -30px 30px;
    overflow: hidden;
    position: relative
}

.main-img p.lead {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=70);
    opacity: .7;
    position: absolute;
    bottom: -25px;
    padding: 15px 20px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

.main-img img {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

a.accrodian-trigger {
    margin: 5px 0;
    background: url(../img/plus.png) center right no-repeat #f5f5f5;
    padding: 5px 15px;
    line-height: 32px;
    transition: background .5s ease
}

a.accrodian-trigger:hover {
    text-decoration: none;
    background: url(../img/plus.png) center right no-repeat #099ad1;
    color: #fff
}

a.accrodian-trigger:focus {
    text-decoration: none;
    background: url(../img/minus.png) center right no-repeat #099ad1;
    color: #fff
}

.accrodian-data {
    padding: 0 15px
}

.togglehandle {
    background: url(../img/plus.png) center right no-repeat #f5f5f5;
    padding: 8px 15px;
    border: 1px solid #D6D4CB;
    margin-bottom: 5px
}

.toggledata {
    padding: 0 15px
}

.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
}

@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) {
    .box-style-2 img {
        float: none;
        margin: auto auto 20px;
        display: block
    }
    .box-style-2.green a {
        background: #693
    }
    .box-style-2.orange a {
        background: #fab90c
    }
    .box-style-2.red a {
        background: #f66
    }
    .box-style-2.green a:hover,
    .box-style-2.orange a:hover,
    .box-style-2.red a:hover {
        background: #2d343e
    }
    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) {
    #logo,
    #menu-top {
        text-align: center
    }
    #logo img {
        visibility: hidden;
        display: none
    }
    #main-boxes {
        margin-top: 30px
    }
    .post-right {
        float: left
    }
    #logo {
        background: url(../img/logo-mobile.png) center top no-repeat;
        height: 45px;
        margin-bottom: 10px
    }
    #menu-top {
        float: none;
        margin: 0
    }
    .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;
        background: url(../img/logo-mobile.png) center top no-repeat;
        height: 110px;
        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
    }
}

.section-title {
    text-align: left;
    margin-bottom: 20px;
}
.section-title h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
    padding-bottom: 3px;
    position: relative;
    margin-bottom: 5px;
}
.section-title h1::before {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -1px;
    margin-left: -50px;
}
.section-title h2::before {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -1px;
    margin-left: -50px;
}
.section-title h3::before {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -1px;
    margin-left: -50px;
}
.section-title h4::before {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -1px;
    margin-left: -50px;
}
.section-title h5::before {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -1px;
    margin-left: -50px;
}
.section-title h6::before {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -1px;
    margin-left: -50px;
}
.section-title h1::after {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -6px;
    margin-left: -63px;
}
.section-title h2::after {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -6px;
    margin-left: -63px;
}
.section-title h3::after {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -6px;
    margin-left: -63px;
}
.section-title h4::after {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -6px;
    margin-left: -63px;
}
.section-title h5::after {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -6px;
    margin-left: -63px;
}
.section-title h6::after {
        position: absolute;
    left: 10%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -6px;
    margin-left: -63px;
}
.section-title h1 span {
    color: #0099cc;
    font-weight: 600;
}
.section-title h2 span {
    color: #0099cc;
    font-weight: 600;
}
.section-title h3 span {
    color: #0099cc;
    font-weight: 600;
}
.section-title h4 span {
    color: #0099cc;
    font-weight: 600;
}
.section-title h5 span {
    color: #0099cc;
    font-weight: 600;
}
.section-title h6 span {
    color: #0099cc;
    font-weight: 600;
}
.director-desk .box-style-2 img {
    float: right;
    width: 100px;
    height: 100px;
        border-radius: 50px;
    /*margin: 0 0 15px 20px*/
}

.director-desk .box-style-2 h3 {
    color: #FF9;
    font-size: 20px;
    margin-bottom: -16px;
}
.director-desk .box-style-2 h6 {
    margin-bottom: 0px;
        padding-top: 15px;
}
.director-desk .box-style-2 p {
    font-size: 13px;
    font-weight: 100;
    text-align: justify;

}


.director-desk .box-style-2.green a:hover {
    background: #693
}

.director-desk .box-style-2 a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    padding: 25px 25px 5px;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, .4), inset 0 0 0 5px rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, .4), inset 0 0 0 5px rgba(255, 255, 255, .1);
    box-shadow: 0 10px 12px -6px rgba(000, 000, 000, .4), inset 0 0 0 5px rgba(255, 255, 255, .1);
    transition: background .8s ease;
    -webkit-transition: background .8s ease;
    -moz-transition: background .8s ease;
    margin-bottom: 15px;
    background: #09c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rte-act .box-style-2 img {
    float: right;
    margin: 0 0 15px 20px
}

.rte-act .box-style-2 h3 {
    color: #FF9;
    font-size: 15px;
    /*line-height: 40px;*/
        text-align: center;
            margin-bottom: -2px;
}


.rte-act .box-style-2.green a:hover {
    background: #693
}

.rte-act .box-style-2 a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    padding: 5px 12px 3px;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, .4), inset 0 0 0 5px rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, .4), inset 0 0 0 5px rgba(255, 255, 255, .1);
    box-shadow: 0 10px 12px -6px rgba(000, 000, 000, .4), inset 0 0 0 5px rgba(255, 255, 255, .1);
    transition: background .8s ease;
    -webkit-transition: background .8s ease;
    -moz-transition: background .8s ease;
    margin-bottom: 15px;
    background: #f66;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
}
#email {
    background: url(../img/e-mai.png) center right no-repeat;
    padding-right: 46px;
    text-align: right;
    font-size: 12px;
}
#email, nav {
    color: #63c6c6;
}

#menu-top, #email {
    float: right;
    margin-top: 5px;
}
#email strong {
    font-size: 18px;
    color: #6cc;
    font-weight: 700;
    display: block;
}
    .section-heading {
        margin-bottom: 30px;
    margin-top: -35px;
    text-align: center;
    z-index: 99;
}
.section-heading h2{
        background-color: #66cccc;
           
    font-family: 'Alegreya sans',serif;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    border-radius: 20%;
    display: inline-block;
    font-weight: 800;
}
.sub-heading h3 {
    font-family: 'Alegreya sans',serif;
    margin: 0 1rem;
    color: #fff;
    background-color: #d12881;
        border-color: #d12881;
    /*font-size: 1.6rem;*/
    letter-spacing: 0.6px;
    outline: none;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
/*    border: solid 7px;*/
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;

}
.sub-heading h4 {
    font-family: 'Alegreya sans',serif;
    margin: 0 1rem;
    color: #fff;
    background-color: #d12881;
        border-color: #d12881;
    /*font-size: 1.6rem;*/
    letter-spacing: 0.6px;
    outline: none;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
   /* border: solid 7px;*/
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;

}
blockquote {
        background: #F3F0CF;
    padding: 30px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    text-align-last: center;
    border-left: 0;
    font-weight: 700;
    border-radius: 20px;
}
.icon-quote-left:before {
    font-size: 30px;

}
.icon-quote-right:before {
    font-size: 30px;
   
}
.objectives li{
    display: inline-block;
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
    color: #666666;
    font-weight: 700;
    padding: 7px 15px;
    margin-bottom: 10px;
    border: dashed 2px #099ad1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}















    .founder-details h2 {
            padding: 0px;
    margin-bottom: 8px;
    margin-top: 0px;
    font-weight: 600;
    }
.lecturers-column.style-4 {
    overflow: visible;
}
.lecturers-column.style-3 {
    position: relative;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.lecturers-column.style-3 {
    position: relative;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.lecturers-column.style-4 {
    overflow: visible;
        float: left;
    margin-bottom: 30px;
    margin-right: 10px;
}
.lecturers-column.style-3 img{
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
 .lecturers-column.style-3 .overlay{
    background: rgba( 45, 43, 94, 0.8);
}
.lecturers-column.style-4 .overlay {
    padding: 0 25px;
}
.lecturers-column.style-3 .overlay {
    padding: 0 20px;
    background: none!important;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.overlay{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.lecturers-column.style-3 .lectures-detail {
    bottom: -30px !important;
}
.lecturers-column.style-3 .lectures-detail {
    background: none;
    position: absolute;
    height: auto;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -110px;
}
.lectures-detail{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.lecturers-column.style-4 .social-icons {
    padding: 10px;
    background: #f2f2f2;
}


.lectures-detail div {
    padding: 0 30px;
}
.social-icons {
    margin: 0;
}
.m-0 {
    margin: 0!important;
}
.social-icons {
    overflow: hidden;
    margin: 0 0 40px;
}
.lecturers-column.style-3 .social-icons ul li:first-child {
    margin: 0;
}

.lecturers-column.style-3 .social-icons ul li {
    margin: 0 0 0 15px;
}
.social-icons ul li:first-child {
    margin: 0;
}
.social-icons ul li {
    float: left;
    margin: 0 0 0 20px;
}
.lecturers-column.style-4 .social-icons li a {
    background: #fff;
}
.social-icons ul li a {
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    border-radius: 100%;
    color: #3b3970;
    border: 1px solid #dadada;
    border-radius: 100%;
}
.lecturers-column.style-3:hover img {
    transform: scale(1.1);
}
.lecturers-column.style-3:hover .overlay {
    background: rgba( 45, 43, 94, 0.8)!important;
}
.lecturers-column.style-4 .overlay {
    padding: 0 25px;
}
@media (max-width: 480px){
.r-full-width {
    width: 100%!important;
}
.lecturers-column.style-4 {
    margin: 0 0 50px;
}
}
@media (max-width: 1199px){
.lecturers-column > img {
    width: 100%;
}
.lecturers-column.style-3 .lectures-detail {
    margin: 0 0 0 -98px;
}
.lecturers-column.style-3 .social-icons {
    padding: 10px;
}
.lecturers-column.style-3 .social-icons ul li {
    margin: 0 0 0 13px;
}
}
.lecturers-column.style-4 .social-icons li a:hover{
        background: #2d2b5e;
            border-color: #2d2b5e;
}
.social-icons ul li a:hover {
    color: #fff;
    font-style: none;
    background: #f8b239;
    border-color: #f8b239;
}










.be-believe img{
    float: left;
    width: 100px;
    margin-right: 15px;
}
.be-believe h4{
 padding-top: 5px;
 line-height: 30px;
 text-align: justify;
 text-align-last: center;
}
.be-believe h3{
font-family: "Comic Sans MS", cursive, sans-serif;
text-align: right;

color: #249ec7;
}
.be-believe .icon-quote-left:before {
    font-size: 30px;
   
}
.be-believe .icon-quote-right:before {
    font-size: 30px;

   
}


.card .card-body  .sub-heading h4 {
    font-family: 'Alegreya sans',serif;
    margin: 0 1rem;
    color: #fff;
    background-color: #d12881;
        border-color: #d12881;
    font-size: 25px;
    letter-spacing: 0.6px;
    outline: none;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;

}
.card {
    border-radius: .7rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0.1rem 0.1rem 0.3rem 0 #e5e5e5;
    margin-bottom: 3rem;
    border: 1px solid #ddd;
    padding: 2rem;
}
.card {
    border: 0;
    position: relative;
    background: none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card img {
    width: 100%;
}
.card-group-2 .card .card-body {
    padding: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.card-body .facilities-text p{
    margin-top: 10px;
        font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.card .col-md-4:nth-child(even){
float: right;
}













.ui-timeline {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    margin-left: 11px;
    border-spacing: 0;
    border-collapse: collapse;
}
@media (min-width: 768px){
.ui-timeline:before {
    left: 50%;
}
.ui-timeline .tl-item:before {
    display: block;
    width: 50%;
}
.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px;
}
.ui-timeline .tl-item .tl-caption {
    margin-left: -110px;
}
}

.ui-timeline .tl-item:before {
    display: none;
    content: "";
}

.ui-timeline:before {
    background-color: #d5d5d5;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 1px;
    z-index: 0;
}
.ui-timeline .tl-item .tl-body {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.ui-timeline .tl-item .tl-body .tl-entry {
    position: relative;
    margin: 0 0 35px 36px;
}
.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px;
}
.ui-timeline .tl-item .tl-body .tl-icon {
    position: absolute;
    left: -53px;
    top: 0;
}

.btn-icon-round {
    border-radius: 50%;
}
.btn-icon {
    padding: 0;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.ui-timeline .tl-item .tl-body .tl-content {
    position: relative;
    padding: 15px;
    border-radius: 2px;
    background-color: rgb(246, 246, 246);
}
.ui-timeline .tl-item .tl-body .tl-content:after {
    content: " ";
    line-height: 0;
    position: absolute;
    left: -16px;
    top: 0;
    border: 8px solid transparent;
    border-right: 8px solid rgb(246, 246, 246);
    border-top: 8px solid rgb(246, 246, 246);
}
.ui-timeline .tl-item .tl-body .tl-content .sub-heading h4 {
    font-family: 'Alegreya sans',serif;
    margin: 0px;
    color: #fff;
    background-color: #d12881;
    border-color: #d12881;
    /* font-size: 1.6rem; */
    letter-spacing: 0.6px;
    outline: none;
    border-radius: 355px 45px 225px 75px/15px 225px 15px 255px;
    /* border: solid 7px; */
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
}
.ui-timeline .tl-item .tl-body .tl-content p{
        font-size: 18px;
    line-height: 30px;
    color: #000000;
    }
















            .process {
            margin-bottom: 0px;
            
        }
        
        .process .number {
            float: left;
            font-size: 3rem;
            background-color: #d12881;
            color: #ffffff;
            display: block;
            width: 60px;
            height: 60px;
            border-radius: 100%;
            text-align: center;
            line-height: 63px;
            margin-right: 25px;
            font-weight: bold;
        }
        
        .process .right-info {
            /*float: right;*/
            display: grid;
        }
        
        .process .right-info p {
            margin-top: 10px;
            line-height: 30px;
        }

               #customers {
    
    border-collapse: collapse;
    width: 100%;
}
#customers tr {
   
}
#customers td {
    border: 2px solid #0f91bd;

    padding: 15px;
     font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
#customers td:nth-child(1){
    font-size: 15px;

    font-weight: 600;
    width: 22%;
}
.facilities-text ul li {
    font-size: 20px; 
     margin-bottom: -10px;
    display: inline-flex;

}
.facilities-text ul li i{
    display: inline-flex;
        color: #0f91bd;
    margin-right: 20px;
    

}
    .ragistration li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
    font-weight: 500;
}
.ragistration li:before {
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fdc800;
    font-family: FontAwesome;
}
.ragistration li p {
    color: #002147;
}
.t-table-widget.style-2 thead tr th span{
    font-size: 12px; font-weight: 0; margin-top: 10px; color: #ffff99;

}
.t-table-widget thead tr th{ padding: 25px 20px; color: #fff; font-size: 18px;}
.t-table-widget tbody tr th,
.t-table-widget tbody tr td{ font-weight: 300; font-size: 14px; padding: 5px 0px; color: #413b3b;}
.t-table-widget tbody tr{ background: #fff;}
.t-table-widget tbody tr:nth-child(even){ background: #ff6666; color: #fff;}
.t-table-widget.style-2 thead tr th{ background: #ff6666;} 
.t-table-widget.style-2 thead tr th:first-child{ text-align: center;}
.t-table-widget.style-2 thead tr th{ text-align: center;}
.t-table-widget.style-2 tbody tr td{ text-align: center;}
.tc-hover{ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); border-radius: 3px;}
.tc-hover:hover{ box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}
.tc-hover{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.card  .img_wrap {
    position: relative;
}
.card .img_wrap {
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    margin-bottom: 10px;
    z-index: 9;
}
 .card .img_wrap img {
    border-radius: 12px;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
}



.card .img_wrap h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto 10px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: normal;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 92%;
}

.card:hover .img_wrap img {
    -webkit-transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}
.card:hover .img_wrap img {
    filter: brightness(50%);
        border-radius: 12px;
}
.card .img_wrap img {
    filter: brightness(60%);
    -moz-filter: brightness(60%);
    -ms-filter: brightness(60%);
}
@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }
}





.tc-hover{
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.course-List-widget {
    margin: 0 0 30px;
    border-radius: 4px;
}
.tc-hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.course-List-widget .course-detail {
    background: #fff;
    padding: 28px 30px;
    min-height: 285px;
}

.course-list-img
{
    padding: 0px;
    margin: 0px;
}
.course-list-img img
{
    width: 100%;
}
.no-gutters .flot-right{
float: right!important;
}
.course-detail p {
        font-size: 16px;
    line-height: 30px;
    text-align: justify;
}


@media (max-width: 767px){
ul.tabs { 
    display: inline-grid !important;
    width: 100% !important;

} 
ul.tabs li a{
  width: 100% !important;  
  text-align: center;
}

ul.tabs li{
  margin-bottom: 10px !important;
}

.t-table-widget thead tr th{
    padding: 15px 5px;
    color: #fff;
    font-size: 16px;
}
.t-table-widget.style-2 thead tr th span{
    word-break: break-all;
        font-size: 10px;
}
.section-heading h2 {
font-size: 24px;
}

}
.color-green{
    color: #6cc092 !important;
}
.color-orange{
    color: #f47445 !important;
}
.color-yellow{
    color: #f5bc3f !important;
}
.color-sky-blue{
    color: #0094bb !important;
}

.color-white{
    color: #fff !important;
}
.bg-green{
    background-color: #6cc092 !important;
}
.bg-orange{
    background-color: #f47445 !important;
}
.bg-yellow{
    background-color: #f5bc3f !important;
}
.bg-sky-blue{
    background-color: #0094bb !important;
}
.box-variant-1 {
     padding: 20px;
     color: #fff;
     max-height: 50%;
     height: 180px;

}
.sideform {
    padding: 10px;
    box-shadow: 1px 1px 3px 0px;
}
.nav-marquee a{
    color: #fff28b;
}
.rte-act .box-style-2 a {
 
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { -webkit-box-shadow: 0 0 3px #ff6462; }
  50% { -webkit-box-shadow: 0 0 40px #ff6462; }
}

@-moz-keyframes glowing {
  0% { -moz-box-shadow: 0 0 3px #ff6462; }
  50% { -moz-box-shadow: 0 0 40px #ff6462; }
}

@-o-keyframes glowing {
  0% { box-shadow: 0 0 3px #ff6462; }
  50% { box-shadow: 0 0 40px #ff6462; }
}

@keyframes glowing {
  0% { box-shadow: 0 0 3px #ff6462; }
  50% { box-shadow: 0 0 40px #ff6462; }
}

.top-nav {
    background-color: #1790b8;
}

.top-nav .nav-marquee{
    padding-top: 5px;
}