@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
    word-break: break-word;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
article {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.cf {
    display: inline-block
}

* html .cf {
    height: 1%
}

.cf {
    display: block
}

img {
    border: 0;
    vertical-align: top;
}

.imgW100p {
    width: 100%;
}

.al {
    float: left;
}

.ar {
    float: right;
}

a,
button {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-default.focus,
.btn-default:focus {
    outline: none !important;
}

a:hover,
a:focus {
    color: #d65727;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0 0 20px;
    font-weight: inherit;
}

sub,
sup {
    font-size: 75% !important;
}

.pr {
    position: relative;
}

.pb-0 {
    padding-bottom: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.mb100 {
    margin-bottom: 100px;
}

.font-18 {
    font-size: 18px;
    font-weight: 300;
}

.mt-40 {
    margin-top: 40px;
}

.mb-80 {
    margin-bottom: 80px;
}

.content.mb-0 {
    margin-bottom: 0;
}

#ie-toolbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #f3f3f3;
}

#ie-toolbar div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    text-align: center;
    height: 120px;
    margin-top: -60px;
    color: #616161;
    font-size: 30px;
}

#ie-toolbar div a {
    color: #d65727;
    text-decoration: underline;
}

#ie-toolbar div a:hover {
    color: #d65727;
    text-decoration: none;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 47px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

h1.title {
    margin-bottom: 45px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #000;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #4d4d4d;
    background-color: #fff;
    line-height: normal;
    font-weight: normal;
}


.container {
    width: 100%;
    max-width: 1200px;
    clear: both;
    padding: 0;
}

.content {
    margin: 60px 0;
}

.content h1 {
    font-weight: 400;
}

.font-21 {
    font-size: 21px;
}

textarea {
    resize: none;
    height: 100px;
}

.btn-primary {
    background-color: #d65727;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 16px 40px;
    font-size: 21px;
    font-weight: 400;
}

.btn-primary:hover {
    background-color: #b5491f;
}

.more {
    display: inline-block;
    margin-top: 1.2em;
    padding: 13px 50px;
    background: #d65727;
    text-transform: uppercase;
    color: #fff;
}

.more:hover {
    background: #212121;
    color: #fff;
}

.more:focus {
    color: #fff;
}

.dis-table {
    display: table;
    width: 100%;
    height: 100%;
}

.child {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.black-bg {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.brownBg {
    background: #d65727;
    color: #fff;
    padding: 23px 0;
}

.greyBg {
    background: #f6f6f6;
    padding: 60px 0;
}

.our-event .col-md-4 span,
.our-event .col-md-4 img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.greyColor {
    color: #808080;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.videoPopup {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoPopup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog .close {
    position: absolute;
    z-index: 9;
    right: -20px;
    top: -20px;
    opacity: 1;
    color: #fff;
    background: #d65727;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}

.modal-dialog .close:hover {
    background: #212121;
    color: #fff;
}

/*Header*/
.top {
    background: #f6f6f6;
    color: #808080;
    font-size: 12px;
    padding: 20px 0;
}

.top-left {
    float: left;
    margin: 10px 0 0;
}

.top-left i {
    margin-right: 5px;
}

.top-left span {
    display: inline-block;
    margin-right: 20px;
}

.top-left a {
    color: #808080;
}

.top-left a:hover {
    color: #d65727;
}

.top-right {
    float: right;
    font-size: 10px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-left: 25px;
    line-height: 12px;
}

.top-right img {
    position: absolute;
    left: 0;
    top: 3px;
}

.top-right span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.top-right a {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 12px;
    border-right: 1px solid #000;
    padding-right: 7px;
    margin-right: 5px;
}

.top-right a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.top-right a:hover {
    color: #d65727;
}

.logo-section {
    margin: 30px auto;
}

.logo {
    float: left;
    margin: 14px auto;
}

.tag-line {
    float: left;
    margin: 20px 0 0 15px;
    font-size: 22px;
    color: #000;
}

.logo-right {
    float: right;
}

.navbar {
    margin-bottom: 0;
}

.navbar {
    background-color: #212121;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar-nav>li {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    /* margin-left: 50px; */
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li a {
    color: #fff;
}

.navbar-collapse {
    padding: 0;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    color: #fff;
    background-color: #3a3a3a;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #fff !important;
    border: 0;
    border-top: 1px solid #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-menu {
    width: 200px;
    left: 0;
    min-width: 100%;
}

.dropdown-menu>li {
    border-top: none;
    margin-left: 0;
}

.dropdown-menu>li:first-child {
    border: 0;
}

.dropdown-menu>li>a {
    color: #212121;
    font-size: 14px;
    padding: 8px 10px;
    white-space: normal;
    text-transform: none;
    font-weight: 400;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #d65727;
}

.search-btn li a {
    background: #d65727;
}

.search-btn li a {
    line-height: 16px;
}

.search-btn li>.dropdown-menu {
    width: 270px;
}

.searchBtn {
    background-color: #d65727;
    color: #fff;
    border: 0;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
}

.searchBtn span {
    display: block;
}

.searchBtn:hover {
    background-color: #b5491f;
}

.top-search {
    display: none;
    padding: 15px 55px 0 20px;
    position: relative;
}

.navbar-form {
    margin: 0;
    padding: 5px 10px;
    width: 100%;
}

.navbar-form .form-group {
    display: block;
}

.navbar-form .form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 212px;
}

/*Banner*/
.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: 310px;
    object-fit: fill;
}

/*breadcrumb*/
.breadcrumb-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.breadcrumb-box .breadcrumb {
    display: inline-block;
    margin: 0;
    background: #d65727;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 30px;
}

.breadcrumb-box .breadcrumb>li+li:before,
.breadcrumb-box .breadcrumb li,
.breadcrumb-box .breadcrumb li a {
    color: #fff;
}

.breadcrumb-box .breadcrumb li {
    text-transform: uppercase;
}

.breadcrumb-box .breadcrumb li a:hover {
    color: #212121;
}

/*Footer*/
.footer {
    background: #f6f6f6;
}

.footer-link {
    font-size: 14px;
    padding: 50px 0 40px;
}

.footer-link h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-link li {
    padding: 8px 0;
    line-height: 15px;
}

.footer-link li a {
    color: #4d4d4d;
}

.footer-link li a:hover {
    color: #d65727;
}

.footer-bottom {
    background: #212121;
    color: #fff;
}

.footer-logo {
    padding: 50px 0 40px 0;
}

.footer-logo-left {
    float: left;
}

.footer-logo-left span {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-top: 5px;
}

.footer-logo-right {
    float: right;
}

.footer-logo-right img {
    margin-left: 10px;
}

.footer-bottom-link {
    border-top: 1px solid #292929;
    padding: 25px 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-bottom-link a {
    color: #fff;
    margin-right: 12px;
}

.footer-bottom-link a:hover {
    color: #d65727;
}

.footer-link-1,
.footer-link-2,
.footer-link-3,
.footer-link-4,
.footer-link-5,
.footer-link-6 {
    float: left;
    padding-right: 15px;
}

.copy {
    float: right;
    text-transform: none;
}

.footer-link-1 {
    width: 17%
}

.footer-link-2 {
    width: 18.5%
}

.footer-link-3 {
    width: 17%
}

.footer-link-4 {
    width: 19%
}

.footer-link-5 {
    width: 14%;
}

.footer-link-6 {
    width: 14%;
    padding-right: 0;
}

/*Contact Page*/
.contact-box {
    width: 100%;
    vertical-align: middle;
    display: table;
    margin: 50px auto 100px;
}

.contact-box li {
    width: 33.33%;
    vertical-align: middle;
    display: table-cell;
    padding: 15px 0;
    text-align: center;
    height: 100%;
    border-left: 1px solid #E4E4E4;
    font-size: 18px;
}

.contact-box li img {
    margin-bottom: 25px;
}

.contact-box li span {
    display: block;
}

.contact-box li:first-child {
    border-left: 0;
}

.contact-form {}

.contact-form .col-md-6,
.contact-form .col-md-12 {
    margin-bottom: 60px;
}

.contact-form input,
.contact-form textarea,
.subscribe input {
    border: 0;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    padding-bottom: 10px;
    color: #000;
    background-color: transparent;
}

.contact-form input:focus,
.contact-form textarea:focus,
.subscribe input:focus {
    border-color: #515151;
}

.map iframe {
    width: 100%;
    height: 420px;
}

.contact-form .help-block {
    position: absolute;
}

.help-block {
    color: red;
    font-size: 12px;
}

/*Home Page*/
.home-slider {
    padding-bottom: 50px;
    margin-bottom: 100px;
}

.home-slider .item {
    position: relative;
}

.home-slider img {
    width: 100%;
}

.sliderText {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    font-size: 21px;
    font-weight: 600;
}

.sliderText .container {
    width: 100%;
    display: table;
    height: 100%;
}

.sliderText .child {
    width: 100%;
    display: table-cell;
}

.sliderText h1 {
    color: #fff;
    max-width: 550px;
}

.home-slider .owl-dots {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -70px !important;
    text-align: left !important;
}

.home-slider .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    margin: 0 3px;
}

.home-slider .owl-theme .owl-dots .owl-dot.active span,
.home-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #d65727;
}

.home-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 80px;
}

.about-home {
    margin-bottom: 100px;
}

.about-home-text h2 {
    margin-bottom: 40px;
}

.about-home-text {
    padding: 0 3vw 0 6vw;
    font-size: 18px;
    color: #808080;
    font-weight: 300;
}

.brochure {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.brochure .child {
    position: relative;
    padding-left: 5vw;
}

.brochure img {
    position: absolute;
    left: 0;
    top: 0;
}

.brochure h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.brochure h3 a {
    color: #fff;
    padding-right: 75px;
    background: url(../images/icon/right-arrow.png) right center no-repeat;
}

.brochure h3 a:hover {
    color: #212121;
    padding-right: 80px;
}

.brochure p {
    padding-bottom: 0;
    line-height: 20px;
}

.brochure .child.child-2 {
    padding-left: 10.5vw;
    border-left: 1px solid #e0815d;
}

.brochure .child.child-2 img {
    left: 6vw;
}

.academics {
    margin-bottom: 100px;
}

.our-academics {
    padding-right: 7.5vw;
    font-size: 18px;
    font-weight: 300;
    color: #808080;
}

.our-academics h2 {
    margin-bottom: 35px;
}

.academics-according {
    background: #212121;
}

.academics #accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}

.academics #accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}

.academics #accordion .panel-title a {
    display: block;
    padding: 15px 70px 15px 40px;
    background: #212121;
    /* font-size: 30px; */
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #d65727;
    border-bottom: 0;
    position: relative;
}

.academics #accordion .panel-title a.collapsed {
    color: #808080;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.academics #accordion .panel-title a.collapsed:hover {
    color: #212121;
    background: #bebebe;
}

.academics #accordion .panel-title a:before,
.academics #accordion .panel-title a:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #b3b3b3;
    font-size: 15px;
    position: absolute;
    top: 30px;
    right: 35px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

.academics #accordion .panel-title a:after {
    right: 29px;
    transform: rotate(45deg);
}

.academics #accordion .panel-title a.collapsed:before {
    transform: rotate(45deg);
    background: #666;
}

.academics #accordion .panel-title a.collapsed:after {
    transform: rotate(-45deg);
    background: #666;
}

.academics #accordion .panel-title a.collapsed:hover:before,
.academics #accordion .panel-title a.collapsed:hover:after {
    background: #212121;
}

.academics #accordion .panel-body {
    padding: 20px 70px 50px 40px;
    background: #212121;
    border-top: none;
    color: #fff;
    font-size: 28px;
    line-height: normal;
}

.accordion-date {
    /* font-size: 18px; */
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.testimonials {
    font-size: 23px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}

.testimonials h2 {
    margin-bottom: 55px;
}

.testimonials p {
    padding-bottom: 0;
    /* padding-bottom: 35px; */
}

#testimonial-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

#testimonial-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#testimonial-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    text-align: right;
    width: 80px;
    margin-left: 0;
}

#testimonial-carousel .carousel-indicators li {
    width: 80px;
    height: 80px;
    cursor: pointer;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
    border: 1px solid #f6f6f6;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    margin: 0;
}

#testimonial-carousel .carousel-indicators .active {
    width: 80px;
    height: 80px;
    border: 1px solid #d65727;
    transition: all .2s;
}

.testimonials .item blockquote {
    border-left: none;
    margin: 0;
}

/* .testimonials .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    color: #cbcbcb;
    display: block;
    margin-bottom: 40px;
} */

.testimonial-title {
    /* font-size: 26px; */
    color: #d65727;
    line-height: normal;
    margin: 15px 0;
}

.testimonials small {
    font-size: 18px;
    color: #808080;
}

.testimonials .col-md-4 {
    width: 27%;
}

.testimonials .col-md-6 {
    padding-left: 30px;
    width: 60%;
}

.courses-box {
    margin-bottom: 100px;
    margin-top: -30px;
}

.courses-blog {
    position: relative;
    margin-top: 30px;
}

.courses-blog img {
    width: 100%;
}

.coursesText {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 8vw 0 4vw;
    height: 100%;
}

.coursesText h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.coursesText h2 a:after {
    width: 100px;
    height: 4px;
    content: '';
    background-color: #d65727;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.coursesText h2 a {
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
    display: inline-block;
}

.coursesText h2 a:hover {
    color: #d65727;
}

.coursesText h2 a:hover:after {
    bottom: 15px;
}

.video-box {
    margin-bottom: 100px;
    padding: 180px 0;
    position: relative;
    background: url(../images/video-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.video-box h2 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}

.video-box .container {
    position: relative;
    z-index: 9;
}

.our-event {
    margin-bottom: 100px;
}

.our-event h2 {
    margin-bottom: 30px;
}


.our-event .row {
    margin-left: -10px;
    margin-right: -10px;
}

.our-event .col-md-4 {
    margin-bottom: 20px;
    padding: 0 10px;
}

.our-event .col-md-4 a {
    display: block;
    position: relative;
    overflow: hidden;
}

.our-event .col-md-4 span {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    background: #d65727;
    max-width: 290px;
    width: 100%;
    padding: 5px 18px;
    position: absolute;
    left :-100;
    bottom: 6px;
}

/*.our-event .col-md-4 a:hover span {
    left: 0;
}*/

.our-event .col-md-4:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.scale-img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}

.our-event .col-md-4 img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.toolbar {
    font-size: 30px;
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.toolbar .fil-cat {
    color: #999;
}

.toolbar .fil-cat:hover,
.toolbar a.active {
    color: #000;
}

.toolbar .fil-cat:after {
    content: ' / ';
    color: #999;
    margin: 0 5px;
}

.toolbar .fil-cat:last-child:after {
    display: none;
}

.upcoming-event {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
}

.upcoming-event h2 {
    margin-bottom: 20px;
}

.upcoming-event h3 {
    font-size: 20px;
    font-weight: 400;
    color: #d65727;
    margin-bottom: 20px;
}

.upcoming-event h3 a {
    color: #d65727;
}

.upcoming-event h3 a:hover {
    color: #212121;
}

.upcoming-event span {
    display: block;
    /*font-size: 24px;*/
    padding-bottom:10px;
    color: #000;
}

.industry-partners {
    margin-bottom: 100px;
}

.industry-partners h2 {
    text-align: center;
    margin-bottom: 60px;
}

.partners {}

.partners img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partners .owl-theme .owl-dots .owl-dot {
    margin-top: 50px !important;
}

.partners .owl-theme .owl-dots .owl-dot span {
    background: #e6e6e6;
    margin: 0 3px;
}

.partners .owl-theme .owl-dots .owl-dot.active span,
.partners .owl-theme .owl-dots .owl-dot:hover span {
    background: #d65727;
}

.partners .owl-theme .owl-dots .owl-dot.active span {
    width: 80px;
}

.board-governor {
    width: 100%;
    display: table;
}

.board-governor li {
    width: 50%;
    float: left;
    font-size: 18px;
    color: #999;
    text-align: center;
    height: 220px;
    border-top: 1px solid #ccc;
}

.board-governor li:nth-child(1),
.board-governor li:nth-child(2) {
    border-top: none;
}

.board-governor li:nth-child(odd) {
    border-right: 1px solid #ccc;
}

.board-governor li h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.board-governor li span {
    display: block;
    margin-top: 5px;
}

.board-governor li:hover {
    background: #f2f2f2;
}

.about-blog {
    font-size: 18px;
    font-weight: 300;
}

.about-blog p:last-child {
    padding-bottom: 0;
}

.mission-vision .dis-table {
    position: relative;
    background: #f6f6f6;
}

.mission-vision .dis-table img {
    width: 100%;
}

.mission-vision .mission-vision-text {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 4vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mission-vision .mission-vision-text.pl {
    left: 0;
    right: auto;
}

.core-values {}

.core-values-blog {
    margin-top: 80px;
}

.core-values-blog img {
    margin-bottom: 15px;
}

.core-values-blog h3 {
    font-size: 24px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 5px;
}

.core-values-blog span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: 110px;
    overflow: hidden;
}

.core-values-blog .col-md-3 {
    margin-bottom: 20px;
}

.director-blog {
    margin-bottom: 60px;
}

.director-detail {
    font-size: 16px;
}

.director-detail h2 {
    margin-bottom: 10px;
}

.director-detail h3 {
    margin-bottom: 20px;
    color: #000;
}

.director-msg {
    text-align: center;
    font-size: 30px;
    color: #212121;
    padding: 10px 5vw;
}

.directTxt {
    font-size: 18px;
    margin: 0px auto 40px;
}

.faculty {
    margin: 0 -20px;
}

.faculty li {
    float: left;
    width: 50%;
    padding: 60px 20px 0;
}

.facultyImg {
    float: left;
    padding-right: 35px;
    width: 45%;
}

.facultyImg img {
    width: 100%;
}

.facultyText {
    float: left;
    width: 55%;
    color: #808080;
    font-size: 16px;
}

.facultyText h3 {
    font-size: 21px;
    color: #000;
    margin-bottom: 5px;
}

.facultyText span {
    color: #999;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.facultyText p {
    padding-bottom: 0;
}

.subscribe {
    color: #fff;
    padding: 65px 0;
}

.subscribe h3 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
}

.subscribe span {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-right: 25px;
}

.subscribe label.error {
    position: absolute;
    left: 0;
    bottom: -24px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.subscribe .subscribe-box {
    width: 505px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.subscribe .subscribe-box input {
    color: #fff;
    padding-bottom: 2px;
    margin-bottom: 0;
    width: 100%;
}

.subscribe input::placeholder {
    color: #fff;
    opacity: 0.8;
}

.subscribe .more {
    float: right;
    margin: -10px 20px 0 0;
    border: 0;
    background: #fff;
    color: #d65727;
    font-weight: 500;
}

.subscribe .more:hover {
    background: #212121;
}

/* -------      Start Admission      -------*/
.admissionForm {
    max-width: 990px;
    margin: 20px auto;
}

.admissionTab {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.admissionTab li {
    float: left;
    display: inline-block;
    margin: 0 !important;
    font-size: 21px;
    width: 25%;
}

.admissionTab li a {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1px;
    letter-spacing: -1px;
    width: 1px;
    height: 1px;
    background: none !important;
    border: 0 !important;
    opacity: 0;
    padding: 0;
}

.admissionTab li span {
    text-shadow: none;
    cursor: default;
    display: block;
    background: none !important;
    color: #4d4d4d;
    font-size: 21px;
    padding: 15px 0;
    margin: 0 !important;
    line-height: normal !important;
    width: 100%;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.admissionTab.nav-tabs>li>span:hover,
.admissionTab.nav-tabs>li.active>span:focus {
    border: 0;
}

.admissionTab.nav-tabs>li.active>span,
.admissionTab.nav-tabs>li.active>span:hover {
    border-bottom: 5px solid #39b54a;
    font-weight: 600;
    color: #39b54a;
}

.admissionTab.nav-tabs>li.done>span {
    color: #1dbc4d !important;
}

.tab-content {
    max-width: 1130px;
    margin: 0 auto 60px;
}

.tab-content .form-group {}

.formStyle .form-group {
    margin-top: 50px;
    margin-bottom: 0;
}

.formStyle .control-label {
    padding-top: 8px;
    padding-bottom: 10px;
    text-align: left;
}

.formStyle .form-control {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.formStyle select.form-control,
.formStyle .form-control.br20 {
    border-bottom: 1px solid #ccc;
    padding: 0;
}

textarea {
    min-height: 100px;
}


.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-offset: 0;
}

.form-group {
    position: relative;
}

.admissionForm .formStyle label.error {
    position: absolute;
    color: #ff0039;
    bottom: -18px;
    left: 0;
    font-size: 12px;
    font-family: arial;
}

.admissionForm .btn-default {
    width: 238px;
    height: 57px;
    line-height: 57px;
    padding: 0;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    cursor: pointer;
}

.btnNext {
    float: right;
    background-color: #d65727 !important;
    color: #fff !important;
}

.btnPrevious {
    float: left;
    background-color: #e6e6e6 !important;
    color: #808080 !important;
}

.admissionForm .btn-default:hover {
    opacity: 0.85;
}

.calendar {
    padding-bottom: 20px;
}

.datepicker-inline {
    width: 100% !important;
}

.datepicker table {
    width: 100%;
}

.datepicker th,
.datepicker td {
    font-size: 14px;
    color: #414141;
    width: auto;
    height: auto !important;
    padding: 5px 2px !important;
}

.calendar .datepicker th,
.calendar .datepicker td {
    font-size: 20px;
    padding: 15px !important;
}

.datepicker th {}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #f9d423 !important;
}

.table-condensed tr:first-child th {
    border-bottom: 1px solid #ccc;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #d65727 !important;
    color: #fff !important;
}

.datepicker {
    min-width: 170px;
    width: 210px;
    margin-left: 0;
}

.admissionAdd {
    font-size: 18px;
    color: #808080;
    padding-top: 40px;
    font-weight: 300;
}

.formStyle #tab2 .col-sm-6 .form-group:nth-child(2),
.formStyle #tab3 .col-sm-6 .form-group:nth-child(2) {
    margin-top: 25px;
}

.formStyle .checkbox {
    margin-top: 30px;
}

.formStyle .checkbox label {
    color: #808080;
    font-size: 18px;
    font-weight: 300;
    padding-left: 33px;
    line-height: 25px;
}

.formStyle .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.formStyle .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #808080;
}

.formStyle .checkbox input:checked~.checkmark {}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.formStyle .checkbox input:checked~.checkmark:after {
    display: block;
}

.formStyle .checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid #39b54a;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.uploadTxt {
    font-size: 14px;
    margin-top: 30px;
}

.upload-blog .file-input-wrapper {
    border-bottom: 1px solid #ccc !important;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
}

.file-input-wrapper input[type=file],
.file-input-wrapper input[type=file]:focus,
.file-input-wrapper input[type=file]:hover {
    left: 0 !important;
    width: 100%;
}

.upload-blog .file-input-wrapper:hover,
.upload-blog .file-input-wrapper:focus,
.upload-blog .file-input-wrapper input.active {
    border-bottom: 1px solid #39b54a !important;
    color: #333
}

.file-input-wrapper span {
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
}

.upload-blog .form-group {
    position: relative;
}

.add-file-label {
    font-size: 14px;
    color: #d65727;
    position: absolute;
    right: 0;
    display: inline-block;
    top: 3px;
    font-weight: 500;
}

.file-input-name {
    position: absolute;
    margin-left: 0 !important;
}

/* -------      Start Apply      -------*/
.apply-accordion {
    margin: 30px auto 20px;
}

.apply-accordion .panel-heading {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 30px;
    transition: 0.4s;
    border-bottom: 2px solid #e1e1e1;
}

.apply-accordion .panel-heading a {
    color: #000;
}

.apply-accordion .active,
.apply-accordion .panel-heading:hover {
    background-color: transparent;
    color: #212121;
}

.apply-accordion .panel-heading a:before {
    content: "\2212";
    color: #d65727;
    font-weight: 400;
    font-size: 30px;
    float: left;
    margin-right: 5px;
    display: inline-block;
    width: 20px;
}

.apply-accordion .panel-heading a.collapsed:before {
    content: '\002B';
}

.apply-accordion .panel {
    padding: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    margin-top: 0 !important;
}

.apply-accordion .panel p {
    padding: 30px 0 10px;
}

/* -------      Our Program      -------*/
.course-blog {
    margin-top: 80px;
    font-size: 18px;
    font-weight: 300;
    color: #808080;
}

.course-blog h2 {
    margin-bottom: 25px;
}

.course-blog .more {
    margin-top: 0;
}

/* -------     Bachelor Hotel Management      -------*/
.duration {
    background: #f6f6f6;
    padding: 40px 0;
    margin-bottom: 50px;
}

.duration li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 18px;
    color: #808080;
}

.duration li:first-child {
    width: 15%;
}

.duration li:last-child {
    width: 25%;
}

.duration li span {
    display: block;
    font-size: 21px;
    color: #000;
    font-weight: 600;
}

.duration li .fees {
    color: #d65727;
}

.duration li .more {
    margin: 0 auto;
}

.hotelTab .nav-tabs li {
    font-size: 21px;
    width: 20%;
    padding: 0 0 0 1px;
    text-align: center;
}

.hotelTab .nav-tabs li a {
    color: #4d4d4d;
    margin-right: 0;
    border: 0;
}

.hotelTab .nav>li>a:focus,
.hotelTab .nav>li>a:hover,
.hotelTab .nav .open>a,
.hotelTab .nav .open>a:focus,
.hotelTab .nav .open>a:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.hotelTab .nav-tabs>li.active>a,
.hotelTab .nav-tabs>li.active>a:focus,
.hotelTab .nav-tabs>li.active>a:hover,
.hotelTab .nav>li>a:hover {
    color: #000;
    border: 0;
    border-bottom: 4px solid #d65727;
}

.hotelTab .tab-content {
    padding: 50px 30px;
    font-size: 18px;
    color: #808080;
    font-weight: 300;
}

.hotelTab .tab-content ul,
ul.list-style {
    list-style: inherit;
    padding-left: 15px;
}

.hotelTab .tab-content ol {
    list-style: decimal;
    padding-left: 15px;
}

.other-academics {}

.other-academics ul {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;
}

.other-academics ul li {
    padding: 0 10px;
    width: 50%;
    float: left;
    color: #525252;
    font-size: 28px;
}

.other-academics ul li p {
    padding-bottom: 10px;
}

.other-academics ul li h2 {
    font-size: 30px;
    margin-bottom: 60px;
}

.other-academics ul li h2 a {
    color: #d65727;
    padding-right: 70px;
    background: url(../images/icon/right-arrow-brown.png) right center no-repeat;
}

.other-academics ul li h2 a:hover {
    color: #212121;
    padding-right: 80px;
}

.other-academics .greyBg {
    padding: 35px 40px;
}

.other-academics ul li span {
    display: block;
    font-size: 18px;
}

/* -------     Bachelor Our Facilities      -------*/
.facilities-blog {}

.facilities-blog .item img {
    width: 100%;
}

.facilities-slider-2 {
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}

.facilities-slider-2 .owl-carousel {
    margin-top: 40px;
}

.facilities-slider-text {
    margin-top: 50px;
    font-size: 18px;
    color: #808080;
}

.facilities-slider-text h3 {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

.facilities-slider-text span {
    display: block;
    font-weight: 300;
}

.facilities-slider-2 .owl-theme .owl-nav {
    position: absolute;
    top: 220px;
    margin: 0;
    width: 100%;
}

.facilities-slider-2 .owl-theme .owl-nav [class*=owl-] {
    background-color: #525252;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    text-indent: -9999px;
}

.facilities-slider-2 .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #333;
}

.facilities-slider-2 .owl-theme .owl-nav .owl-prev {
    background-image: url(../images/icon/left-arrow.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: -70px;
}

.facilities-slider-2 .owl-theme .owl-nav .owl-next {
    background-image: url(../images/icon/right-arrow.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: -70px;
}


/* -------     Bachelor Student Club      -------*/
.twoColumn {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
}

.twoColumn h2 {
    margin-bottom: 25px;
}

.twoColumn img {
    width: 100%;
}

.threeColumn {
    font-size: 18px;
    color: #808080;
}

.threeColumn h3 {
    font-size: 23px;
    margin-bottom: 20px;
    padding-left: 60px;
}

.threeColumn p {
    padding-left: 60px;
    padding-bottom: 0;
}

.threeColumn img {
    margin-right: 12px;
    float: left;
}

.student-values {
    margin-top: 60px;
}

.student-values h2 {
    text-align: center;
    margin-bottom: 20px;
}

.student-values p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 300;
    color: #808080;
}

.student-values .core-values-blog {
    margin-top: 40px;
}

/* -------    Upcoming Event Page & Event Detail Page     -------*/
.event-detail {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
}

.event-btn-link {
    margin-bottom: 60px;
    padding: 50px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.event-btn-link a {
    width: 35%;
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.event-btn-link a p {
    display: block;
    margin-top: 15px;
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: inherit;
    padding-bottom: 0;
}

.event-btn-link a.next {
    float: right;
    text-align: right;
}

.event-btn-link a:hover,
.event-btn-link a:hover p {
    color: #d65727;
}

.event-btn-link .prev span {
    background: url(../images/icon/left-arrow-2.png) 0 0 no-repeat;
    padding-left: 42px;
}

.event-btn-link .next span {
    background: url(../images/icon/right-arrow-2.png) right 0 no-repeat;
    padding-right: 42px;
}

.event-btn-link .prev:hover span {
    background: url(../images/icon/left-arrow-2h.png) 0 0 no-repeat;
    padding-left: 42px;
}

.event-btn-link .next:hover span {
    background: url(../images/icon/right-arrow-2h.png) right 0 no-repeat;
    padding-right: 42px;
}

.upcoming-event-blog {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.upcoming-event-blog h3 {
    font-size: 24px;
    font-weight: 400;
    color: #d65727;
    margin-bottom: 20px;
}

.upcoming-event-blog h3 a {
    color: #d65727;
}

.upcoming-event-blog h3 a:hover {
    color: #000;
}

.upcoming-event-blog span {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.upcoming-event-blog .col-md-4 {
    margin-bottom: 60px;
}

/* -------     Event Page     -------*/
.our-event-blog {}

.our-event-blog .toolbar {
    margin-bottom: 50px;
}

.our-event-blog .filter {
    margin-bottom: 30px;
}

.our-event-blog .filter img {
    width: 100%;
    margin-bottom: 20px;
}

.our-event-blog .filter h3 {
    font-size: 24px;
}

.our-event-blog .filter span {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
}

.our-event-blog .filter .myhead {
    height: 57px;
}

.event-detail-gallery {}

.event-detail-left {
    font-size: 18px;
    font-weight: 300;
    color: #808080;
}

.event-detail-left span {
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.event-detail-left h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}

.event-detail-right {}

.event-detail-right .item img {
    width: 100%;
}

.event-detail-right .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 100%;
}

.event-detail-right .owl-theme .owl-nav [class*=owl-] {
    background-color: #525252;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    text-indent: -9999px;
}

.event-detail-right .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #333;
}

.event-detail-right .owl-theme .owl-nav .owl-prev {
    background-image: url(../images/icon/left-arrow.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 10px;
}

.event-detail-right .owl-theme .owl-nav .owl-next {
    background-image: url(../images/icon/right-arrow.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: 10px;
}

/* student stories owl-clouser */
.student-detail-right {}

.student-detail-right .item img {
    width: 100%;
}

.student-detail-right .owl-theme .owl-nav {
    position: absolute;
    top: 88%;
    margin-top: -22px;
    width: 100%;
}

.student-detail-right .owl-theme .owl-nav{
    top: 88%;
}
.student-detail-right .owl-theme .owl-nav [class*=owl-] {
    background-color: #525252;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    padding: 15px;
    line-height: 44px;
    text-align: center;
    text-indent: -9999px;
}

.student-detail-right .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #333;
}

.student-detail-right .owl-theme .owl-nav .owl-prev {
    background-image: url(../images/icon/left-arrow.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 10px;
}

.student-detail-right .owl-theme .owl-nav .owl-next {
    background-image: url(../images/icon/right-arrow.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: 10px;
}
/* -------     Anti Ragging Committee Page     -------*/
.help-line {
    background: #f9f9f9;
    padding: 45px 40px;
    margin-bottom: 90px;
}

.help-line h2 {
    font-size: 24px;
    color: #000;
    display: inline-block;
}

.v-line {
    background: #ccc;
    height: 1px;
    width: 120px;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 5vw 0 6vw;
}

.help-2 {
    font-size: 21px;
    font-weight: 500;
    color: #d65727;
    display: inline-block;
}

.help-2 span {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #808080;
    font-weight: 400;
}

.help-2 a {
    color: #d65727;
}

.help-2 a:hover {
    color: #000;
}

.antiCommittee {
    margin-bottom: 70px;
}

.antiCommittee h3 {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    width: 380px;
    min-height: 66px;
}

.antiCommitteeLeft {
    float: left;
    width: 50%;
}

.antiCommitteeRight {
    float: right;
    width: 50%;
    position: relative;
}

.antiCommitteeRight li,
.antiCommitteeRight h3 {
    padding-left: 40px;
}

.antiCommitteeRight:before {
    border-left: 1px solid #ccc;
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    bottom: 10px;
}

.antiCommittee li {
    float: left;
    width: 50%;
    font-size: 21px;
    font-weight: 500;
    color: #d65727;
    margin-top: 20px;
}

.antiCommittee li span {
    display: block;
    font-size: 18px;
    color: #808080;
    font-weight: 400;
}

.antiCommittee li a {
    color: #d65727;
}

.antiCommittee li a:hover {
    color: #000;
}

.committee {
    margin-bottom: 60px;
    color: #808080;
}

.committee h1 {
    font-weight: 400;
    margin-bottom: 28px;
}

.committee li {
    float: left;
    width: 33.33%;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 25px 0;
    border-right: 1px solid #ccc;
    margin-top: 25px;
}

.committee li:nth-child(3n+3) {
    border-right: none;
}

.committee a {
    color: #808080;
}

.committee a:hover {
    color: #d65727;
}

/* -------     Student Testimonial     -------*/
.student-testimonial {
    padding-bottom: 40px;
}

.student-testimonial .col-md-4 {
    margin-top: 50px;
}

.testimonial-top {}

.testimonial-top-img {
    float: left;
}

.testimonial-top-img img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-top h3 {
    padding-left: 70px;
    font-size: 21px;
}

.testimonial-top span {
    padding-left: 70px;
    font-size: 18px;
    color: #999;
    display: block;
    margin-top: 5px;
}

.testimonial-text {
    font-size: 18px;
    color: #808080;
    font-weight: 300;
    margin-top: 10px;
}

/* -------     Student International Collaboration     -------*/
.international-collaboration {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #ccc;
}

.international-collaboration:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.collaboration-top {
    margin-bottom: 40px;
}

.collaboration-top h2 {
    float: left;
    max-width: 570px;
}

.collaboration-top img {
    float: right;
    max-width: 500px;
    width: 100%;
    text-align: right;
}

.collaboration-details {
    font-size: 18px;
    color: #808080;
    font-weight: 300;
}

.collaboration-details ol {
    list-style: decimal;
    margin: 0 0 0 20px;
}

.collaboration-details ol li {
    margin-bottom: 15px;
}

.collaboration-details ol ol {
    margin: 5px 0 0 40px;
}

.collaboration-details ol li li {
    margin: 5px 0 0;
}

.collaboration-details ol.type-2 {
    list-style-type: upper-roman;
}

.awards {}

.awards h2 {
    margin-bottom: 60px;
    text-align: center;
}

.awards .board-governor li {
    height: auto;
    padding: 50px;
}

.awards .board-governor li img {
    margin-bottom: 30px;
}

.awards .board-governor li h3 {}

.clubs-sihm {
    font-size: 16px;
}

.clubs-sihm h2 {
    margin-bottom: 10px;
}

/* -------     Career at sihm    -------*/
.current-opportunities {}

.current-opportunities h1 {
    text-align: center;
    margin-bottom: 50px;
}

.current-opportunities h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.current-opportunities .upload-blog .form-group {
    margin-top: 25px;
}

.current-opportunities .add-file-label {
    background: #d65727;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    width: 120px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    top: 0;
}

.current-opportunities .upload-blog .file-input-wrapper {
    border: 1px solid #ccc;
}

.current-opportunities .file-input-wrapper span {
    padding: 4px 4px 4px 8px;
}

.current-opportunities .upload-blog .file-input-wrapper:hover,
.current-opportunities .upload-blog .file-input-wrapper:focus,
.current-opportunities .upload-blog .file-input-wrapper input.active {
    border: 1px solid #39b54a !important;
    color: #333
}

/* -------    Social Icon     -------*/
.social-share {
    position: fixed;
    right: 0;
    top: 48%;
    width: 36px;
    display: none;
    z-index: 999;
}

.social-share li a {
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    border-bottom: 1px solid #fff;
    background: #d65727;
    display: block;
}

.social-share li:first-child a {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.social-share li:last-child a {
    border-bottom: 0;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.social-share li a:hover {
    background: #333;
}

.dis-block {
    display: block;
}



/* Start jk----------------*/
.newStyle {
    padding-top: 25px;
}

.newStyle .form-group {
    margin-top: 0;
}

.newStyle a {
    color: #d65727;
}

.newStyle a:hover {
    color: #000;
}

/* End jk----------------*/

/* -------    Student Dashboard     -------*/
.title-2 {
    font-size: 18px;
    color: #d65727;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title-3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.student-left {
    padding-top: 10px;
    padding-right: 25px;
}

.student-img {
    float: left;
    width: 22%;
    padding-right: 3%;
}

.student-img img {
    width: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.student-info {
    float: left;
    width: 78%;
}

.student-info .title-3 {
    padding-top: 20px;
}

.student-info-blog {
    padding-top: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #808080;
}

.student-info-blog span {
    display: block;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
}

.student-col-1 {
    width: 30%;
    padding-right: 15px;
}

.student-col-2 {
    width: 31%;
    padding-right: 15px;
}

.student-col-3 {
    width: 27%;
    padding-right: 15px;
}

.student-col-4 {
    width: 12%;
}

.student-semester {
    margin-top: 30px;
}

.student-semester ul {
    margin-left: -40px;
}

.student-semester ul li {
    width: 25%;
    padding: 10px 40px;
    display: inline-block;
    float: left;
}

.student-semester ul li a {
    background: #e6e6e6;
    font-size: 14px;
    color: #999;
    height: 24px;
    line-height: 24px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: block;
    text-align: center;
}

.student-semester ul li a:hover,
.student-semester ul li.active a {
    color: #000;
}

.student-recent-event {
    margin-top: 30px;
}

.all-link {
    float: right;
    color: #808080;
    font-size: 14px;
    margin-top: 10px;
}

.all-link:hover {
    color: #000;
}

.student-recent-event ul {
    margin: 0 -15px;
}

.student-recent-event ul li {
    width: 20%;
    float: left;
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 12px;
    color: #808080;
}

.student-recent-event ul li img {
    width: 100%;
    margin-bottom: 12px;
}

.student-recent-event ul li img:hover {
    opacity: 0.8;
}

.student-recent-event ul li span {
    font-size: 14px;
    color: #000;
    display: block;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.student-right {
    border-left: 1px solid #b3b3b3;
    padding-top: 10px;
    padding-left: 25px;
}

.fee {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.payment-type {
    padding-top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #808080;
}

.payment-type span {
    display: block;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
}

.payment-more {
    display: block;
    padding: 10px 0;
    text-align: center;
    margin-top: 30px;
}

.student-calendar {
    margin-top: 35px;
    border-top: 1px solid #b3b3b3;
    padding-top: 25px;
}

.student-calendar .ui-datepicker {
    width: 100% !important;
}

.student-calendar .ui-widget.ui-widget-content {
    border: 0 !important;
}

.student-calendar .ui-datepicker .ui-datepicker-header {
    display: none !important;
}

.student-calendar .ui-state-default,
.student-calendar .ui-widget-content .ui-state-default,
.student-calendar .ui-widget-header .ui-state-default,
.student-calendar .ui-button,
html .student-calendar .ui-button.ui-state-disabled:hover,
html .student-calendar .ui-button.ui-state-disabled:active {
    text-align: center;
    background-color: transparent !important;
    border: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.student-calendar .ui-state-highlight,
.student-calendar .ui-widget-content .ui-state-highlight,
.student-calendar .ui-widget-header .ui-state-highlight {
    color: #fff !important;
    background-color: #d65727 !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    margin: 0 auto;
}

.student-calendar .ui-datepicker td a {
    height: 32px;
    cursor: text !important;
}

.student-calendar .ui-datepicker th {
    font-size: 14px !important;
}

.student-semester-detail {}

.student-semester-detail .title-2 {
    margin-bottom: 10px;
}


.semester-accordion .panel-group .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.semester-accordion .panel-group .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}

.semester-accordion .panel-group .panel-title a {
    display: block;
    padding: 10px 40px 10px 25px;
    background: #e6e6e6;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    color: #d65727;
    border-bottom: 0;
    position: relative;
}

.semester-accordion .panel-group .panel-title a.collapsed {
    color: #d65727;
    background: #e6e6e6;
}

.semester-accordion .panel-group .panel-title a.collapsed:hover {
    color: #d65727;
    background: #bebebe;
}

.semester-accordion .panel-group .panel-title a:before,
.semester-accordion .panel-group .panel-title a:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #d65727;
    font-size: 15px;
    position: absolute;
    top: 15px;
    right: 32px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

.semester-accordion .panel-group .panel-title a:after {
    right: 26px;
    transform: rotate(45deg);
}

.semester-accordion .panel-group .panel-title a.collapsed:before {
    transform: rotate(45deg);
    background: #d65727;
}

.semester-accordion .panel-group .panel-title a.collapsed:after {
    transform: rotate(-45deg);
    background: #d65727;
}

.semester-accordion .panel-group .panel-title a.collapsed:hover:before,
.semester-accordion .panel-group .panel-title a.collapsed:hover:after {
    background: #212121;
}

.semester-accordion .panel-group .panel-body {
    padding: 0;
}

.semester-accordion .panel-group .panel+.panel {
    margin-top: 3px;
}

.semester-accordion .table-bordered {
    border: 1px solid #e6e6e6;
    margin-bottom: 0;
}

.semester-accordion .table-bordered td,
.semester-accordion .table-bordered thead th {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 15px 25px;
}

.semester-accordion .table-bordered thead th {
    border: 1px solid #e6e6e6 !important;
    color: #666666;
    padding: 20px 25px;
}

.semester-accordion .table-bordered thead tr th:first-child {
    width: 175px;
}

.download {
    float: right;
    height: 24px;
    width: 24px;
    display: inline-block;
    background: url(../images/icon/download.png) 0 0 no-repeat;
    cursor: pointer;
    margin-right: -10px;
}

.download:hover {
    background: url(../images/icon/download-hover.png) 0 0 no-repeat;
}

/* Start Profile Page ***********************************/
.profilePage {}

.profilePage .title-2 {
    position: relative;
}

.editProfileBut {
    color: #999;
    position: absolute;
    top: 0;
    right: 15px;
}

.profileList {
    padding: 30px 0;
    width: 100%;
}

.profileList li {
    width: 100%;
    float: left;
    line-height: 20px;
    padding-bottom: 15px;
    color: #999;
}

.profileList span {
    display: block;
    color: #000;
    font-weight: 600;
}

.profilePage .student-img {
    min-width: 200px;
    width: 70%;
    max-width: 200px;
}

.profilePage .form-control {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.profilePage .form-group {
    margin-bottom: 20px;
}

.profilePage .student-img {
    position: relative;
}

.profilePage .student-img .editPhoto {
    background: #333;
    border: 0;
    color: #fff;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profilePage .student-img .editPhoto:hover {
    background: #d65727;
}

.profilePage .student-img .editPhoto i {
    padding: 2px 0 0 2px;
    display: block;
}

.profileForm {
    padding-bottom: 50px;
}

.profileForm .btn-primary {
    margin-top: 10px;
}

/* End Profile Page ***********************************/


/******************Youtube Icon***************/

.mu-social-share .fa-youtube {
    font-size: 25px;
    padding: 0;
}

/**************popup**********/
/*.modal-dialog.popupForm{width: 740px;}*/
.popupForm h3 {
    margin-bottom: 10px;
}

.popupForm .form-control {
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.popupForm .btn-primary,
.more {
    font-size: 16px;
    padding: 6px 15px;
}

/*********internation homepage****************/
.internatCollabo {
    background-color: #f6f6f6;
    padding: 80px 0;
    margin-bottom: 80px;
}

.internatCollabo h2 {
    padding-bottom: 50px;
    color: #d65727;
}

.internatCollabo h2 a {
    color: #d65727;
}

.internatCollabo h2 a:hover {
    color: #000;
}

.internatCollabo table td {
    width: 20%;
    padding: 0 15px;
    vertical-align: middle;
}

@media (max-width : 991px) {
    .internatCollabo {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .internatCollabo h2 {
        padding-bottom: 30px;
    }
}

@media (max-width : 767px) {
    .internatCollabo {
        padding: 35px 0;
        margin-bottom: 35px;
    }

    .internatCollabo h2 {
        padding-bottom: 20px;
    }

    .internatCollabo table td {
        width: 100%;
        padding: 15px 20px;
        float: left;
        display: block;
    }
}

/************testi*********/
.studTest2 {}

.studTest2 .testimonial-top {
    text-align: center;
}

.testimonial-top h3 {
    padding: 0;
}

.testimonial-top span {
    padding: 0;
}

.studTest2 .testimonial-top-img {
    width: 140px;
    float: none;
    margin: 0 auto 15px;
}

.studTest2 .testimonial-top-img img {
    width: 100%;
    border: 10px solid #ffe7d2;
}

.testimonial-text {
    text-align: justify;
}

/********homevideo**************/
.ytVideo {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.ytVideo img {
    width: 100%;
}




/******************Admission form new******************/
.d-block {
    display: block;
}

.formNew .form-control,
.formNew .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.formNew label.error {
    color: #c50101;
    position: absolute;
    bottom: -16px;
    left: 0px;
    font-size: 12px;
}

.formNew input.error,
.formNew textarea.error,
.formNew select.error {
    background: #fff1f1;
}

.formNew .form-group {
    margin-bottom: 25px;
}

.formNew label {
    font-weight: normal;
    margin: 0;
}

.formNew .form-control {
    padding: 0;
}

.formNew .col-md-6,
.formNew .col-md-12 {
    margin-bottom: 0;
}

.formNew .othelan {
    width: 120px;
    float: none;
    display: inline-block;
}

.formNew h3 {
    color: #d65727;
    font-size: 24px;
    padding: 20px 0 15px;
}

.formNew h4 {
    color: #000;
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 20px;
}

.formNew h3+h4 {
    padding-top: 0;
}

.formNew .table .form-control {
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 0px 8px
}

.formNew .table td {
    vertical-align: middle;
}

.formNew .table td .form-control+.error {
    position: static;
}

.formNew .checkbox {
    margin: 11px 18px 2px 0;
    display: inline-block;
}

/*.formNew .d-block + .checkbox {margin-left:0;}*/
.formNew .checkbox label {
    padding-left: 28px;
    line-height: 20px;
}

.formNew .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.formNew .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #808080;
}

.formNew .checkbox input:checked~.checkmark {}

.formNew:after {
    content: "";
    position: absolute;
    display: none;
}

.formNew .checkbox input:checked~.checkmark:after {
    display: block;
}

.formNew .checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #39b54a;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.formNew .othelan {
    display: none;
}


.dateIcon {
    background: url(../images/dateIcon.png) no-repeat right center !important;
}

/* Start Radio */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 100%;
}

[type="radio"]:focus:checked+label:before,
[type="radio"]:focus:not(:checked)+label:before {
    border: 1px solid #000;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f28130;
    position: absolute;
    top: 4px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]:checked:disabled+label:before,
[type="radio"]:not(:checked):disabled+label:before {
    opacity: 0.5;
    cursor: default;
}

[type="radio"]:checked:disabled+label:after,
[type="radio"]:not(:checked):disabled+label:after {
    background-color: #bbb;
    cursor: default;
}

.form-check-input:disabled~.form-check-label {
    cursor: default;
}

.form-check {
    padding-left: 0;
}

.form-check-inline {
    margin: 9px 18px 4px 0;
    display: inline-block;
}

/* End Radio */

.photoUpload {
    border: 0 !important;
    padding-top: 8px !important;
}









.ytVideo span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
}

.ytVideo:hover .ytp-large-play-button-bg {
    fill: #f00;
    fill-opacity: 1;
}
