html,
body {
    height: auto;
}

nav>li>a {
    position: relative;
    display: block;
    padding: 10px 13px !important;
}

body {
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1140px;
    margin: 0 auto;
    border-left: 1px solid #00000026;
    border-right: 1px solid #00000026;
}

h3.download-pdf a {
    background: #f5f8fb;
    border: 1px solid #05142317;
    padding: 8px;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -344px;
    /* equal to footer height */
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

i.fa.fa-home,
i.fa.fa-address-card,
i.fa.fa-sign-in,
.fa.fa-envelope-square,
i.fa.fa-envelope {
    color: #b1040e;
    font-size: 18px;
    padding-right: 3px;
}

i.fa.fa-address-card {
    color: #b1040e;
    font-size: 15px;
    padding-right: 3px;
}

i.fa.fa-sign-in {}

.wrapper:after {
    content: "";
    display: block;
    height: auto !important;
    /* must be the same height as footer */
}

.top-bar-footer {
    padding: 10px;
    /* text-align: center; */
}

.top-bar-footer a {
    color: white;
    padding-right: 10px;
    padding-left: 10px;
}

.footer {
    /* height: 344px; */
    height: auto !important;
    /* must be the same height as footer */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'open sans', arial, sans-serif;
    font-weight: 300;
}

p {
    color: #444;
    font-size: 13px;
}

a {
    color: #6091ba;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.section-content a,
.notification-control a {
    color: black;
}

a:hover {
    text-decoration: none;
    /*   color: #b1040e !important;
 */
}

a:focus {
    text-decoration: none;
}

.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn .fa {
    color: #fff;
    margin-right: 5px;
}

i.fa.fa-plus {
    color: #0056b3;
}

.btn .fa.fa-search {
    margin-right: 0;
}

.btn-theme {
    background: #b1040e;
    border: 1px solid #b1040e;
    color: #fff;
}

.btn-theme:hover {
    background: #b1040e;
    border: 1px solid #b1040e;
    color: #fff;
}

a.btn-cta,
.btn-cta {
    background: #6091ba;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.33;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #6091ba;
    font-family: 'open sans', arial, sans-serif;
}

a.btn-cta:hover,
.btn-cta:hover {
    color: #fff;
    background: #84aac9;
    border: 1px solid #84aac9;
}

a.btn-cta .fa,
.btn-cta .fa {
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-color: #e8e8e8;
}

.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a6a6a6;
}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a6a6a6;
}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a6a6a6;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a6a6a6;
}

.form-control:focus {
    border-color: #6091ba;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

blockquote {
    font-size: 14px;
    padding: 0px 18px;
}

blockquote p {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

.RedDamask {
    background-color: #e27240;
}

.RedDamask:hover {
    background-color: #df622a;
}

.FireBush {
    background-color: #E28D40;
}

.FireBush:hover {
    background-color: #df802a;
}

.OliveDrab {
    background-color: #60A823;
}

.OliveDrab:hover {
    background-color: #54931f;
}

.Mojo {
    background-color: #C94139;
}

.Mojo:hover {
    background-color: #b73932;
}

.text-highlight {
    color: #27435a;
}

.highlight-border {
    border-color: #6091ba;
}

div#news-carousel {
    padding-top: 15px;
}


/* .read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
  display: block;
  color: #820000;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
} */

.readMore {
    position: initial;
}

.readMore:hover {
    position: absolute;
}

.carousel-fade .item {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.carousel-fade .item.active {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#topcontrol {
    background: #b1040e;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#topcontrol:hover {
    background: #b1040e;
}

#topcontrol .fa {
    position: relative;
    top: 3px;
    font-size: 25px;
}

.row-end {
    margin-right: 0;
    padding-right: 0;
}

ul.custom-list-style li {
    list-style: none;
}

.date-label {
    background: #f5f5f5;
    display: inline-flex;
    width: 100%;
    /* height: 50px; */
    text-align: center;
    font-size: 13px;
}

.date-label .month {
    background: #820000;
    color: #fff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    width: 75%;
    padding-top: 2px;
}

.date-label .date-number {
    clear: left;
    display: block;
    padding-top: 0px;
    font-size: 14px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 500;
    width: 30%;
    padding-bottom: 3px;
}

.pagination-container {
    margin-top: 30px;
}

.page-link {
    color: #6091ba;
}

.page-item.active .page-link {
    background: #6091ba;
    border-color: #6091ba;
}

.page-item:first-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.nav-tabs {
    border-bottom: none;
    position: relative;
    margin-bottom: 15px;
    display: inline-flex;
    width: 100%;
}

.tab-content {
    /*  border: 1px solid #e8e8e8;
 padding: 15px; */
    margin-bottom: 20px;
}

.nav .nav-item .nav-link {
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px;
    font-size: 14px;
}

.nav-tabs .nav-link {
    border: 1px solid #e8e8e8;
    border-bottom: none;
}

.nav-tabs .nav-link:hover {
    background: none;
    color: white;
}

.nav-tabs .nav-link.active {
    border-top: 2px solid #820000;
    background: #b1040e;
    color: white;
}

.nav-tabs .nav-link.active:hover {
    border-bottom: none;
}

.nav-tabs>li>a {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    background: #f5f5f5;
    padding: 5px 15px;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #444;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}

.nav-tabs>li {
    margin-right: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background: #f5f8fb;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #ebebeb;
    border: 1px solid #05142317;
}

.table>thead>tr>th {
    border-bottom: 2px solid #a7c2d9;
    color: #365d7e;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background: #f5f8fb;
}

.table-boxed,
.table-bordered {
    border: 1px solid #ebebeb;
}

.table.table-boxed>thead>tr>th {
    border-bottom: none;
    background: #6091ba;
    color: #fff;
}

.faq-wrapper .card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-color: #e8e8e8;
}

.faq-wrapper .card .card-header {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.faq-wrapper .card .card-header .card-title a {
    color: #6091ba;
}

.faq-wrapper .card .card-header .card-title a:before {
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f146";
    margin-right: 5px;
}

.faq-wrapper .card .card-header .card-title a.collapsed:before {
    content: "\f0fe";
}

.faq-wrapper .card .card-body {
    font-size: 13px;
}

.card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.card .card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.card .card-header .card-title {
    margin-bottom: 0;
}

.card .card-header h3.card-title {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 18px;
}

.card .card-header .badge {
    font-size: 11px;
    padding: 5px 10px;
}

.card .card-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.card .card-footer ul {
    margin-bottom: 0;
}

.card .card-footer ul.list-inline li {
    margin-bottom: 0;
}

.card .card-footer small {
    color: #999;
}

.no-margins {
    margin: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.label.label-theme {
    background: #6091ba;
}

.label .fa {
    margin-right: 4px;
}

.label.label-icon-only .fa {
    margin-right: 0;
}

.badge {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.badge.badge-theme {
    background: #6091ba;
}

.badge.badge-default {
    background: #999;
}

.badge.badge-primary {
    background: #428bca;
}

.badge.badge-success {
    background: #5cb85c;
}

.badge.badge-info {
    background: #5bc0de;
}

.badge.badge-info {
    background: #5bc0de;
}

.badge.badge-warning {
    background: #f0ad4e;
    color: #FFF;
}

.badge.badge-danger {
    background: #d9534f;
}

.promo-badge {
    font-size: 20px;
    display: table;
}

.promo-badge a {
    color: #fff;
    display: table-cell;
    width: 135px;
    height: 135px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.promo-badge .percentage {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    position: relative;
    font-family: 'open sans', arial, sans-serif;
}

.promo-badge .percentage .off {
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: -15px;
}

.promo-badge .desc {
    font-size: 12px;
}

.progress-bar-theme {
    background: #6091ba;
}

.gallery-album .item {
    margin-bottom: 15px;
}

.gallery-album .item a {
    border: 1px solid #e8e8e8;
    padding: 4px;
    display: inline-block;
}

.gallery-album .item a:hover {
    -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
    -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
    box-shadow: 0px 0px 5px 0px #e8e8e8;
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
    color: #fff !important;
}

#cboxLoadedContent,
#cboxContent {
    background: none;
}

.box {
    background: #f5f5f5;
    padding: 30px;
}

.box.box-border {
    border-left: 5px solid #6091ba;
}

.box.box-dark {
    background: #fdfbf6;
    color: #fff;
}

.box.box-theme {
    background: #6091ba;
    color: #fff;
}

.box .date-label {
    background: #fff;
}

.social-icons {
    list-style: none;
    padding-top: 10px;
    margin-bottom: 0;
}

.social-icons li {
    float: left;
}

.social-icons li.row-end {
    margin-right: 0;
}

.social-icons a {
    display: inline-block;
    /* background: #95b6d1; */
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 18px;
    margin-right: 10px;
    float: left;
}

.social-icons a:hover {
    background: #6091ba;
}

.social-icons a .fa {
    color: #fff;
}

.social-icons a .fa:before {
    font-size: 18px;
    text-align: center;
    padding: 0;
}


/* ======= Header ======= */

.header .top-bar {
    background: #b1040e;
}

.header .top-bar .search-form {
    padding: 10px 0;
}

.header .top-bar .search-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.header .top-bar .search-form .form-control {
    font-size: 13px;
}

.header .top-bar .search-form .btn {
    font-size: 13px;
}

.header .social-icons li.row-end {
    margin-right: 0;
}

.header .social-icons a {
    /* background: #27435a; */
}

.header .social-icons a:hover {
    background: #6091ba;
}

.header .social-icons a:hover .fa {
    color: #fff;
}

.header .social-icons a .fa {
    color: rgba(255, 255, 255, 0.4);
}

.header .social-icons a .fa:before {
    font-size: 18px;
    text-align: center;
    padding: 0;
}

.header .header-main {
    padding-top: 17px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

.header h1.logo {
    margin-top: -26px;
    margin-bottom: -16px;
}

.header .menu-top {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right;
}

ul.menu-top.bar.pull-right.col-md-4.col-12.d-none.d-md-block {
    float: right;
    padding-top: 18px;
}

ul.menu-top.bar.pull-right.col-md-4.col-12.d-none.d-md-block li a {
    color: #dce7f0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.header .menu-top li {
    list-style: none;
    float: left;
    font-size: 12px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: bold;
}

.header .menu-top li:last-child a {
    padding-right: 0;
}

.header .menu-top li.divider a {
    /* border-right: 1px solid #c3c3c3;*/
}

.header .menu-top li a {
    display: inline-block;
    color: #777777;
    padding: 0px 10px;
}

.header .menu-top li a:hover {
    color: #b1040e;
}

.header .contact {
    font-size: 20px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 300;
    margin-top: 10px;
    position: absolute;
    right: 14px;
}

hr.footer-double {
    margin-bottom: 3px;
    background: #b1040e;
    height: 2px;
}

body.home-page {
    border-left: none;
    border-right: none;
}

.header .contact p {
    float: left;
    margin-bottom: 0;
}

.header .contact p.phone {
    margin-right: 30px;
}

.header .contact p a {
    color: #444;
}

.header .contact .fa {
    color: #b1040e;
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.header .contact .fa.fa-phone {
    font-size: 22px;
    top: 2px;
}

.header .search-form {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header .search-form .form-control {
    width: 260px;
    background: #f5f5f5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.header .search-form .form-control:focus {
    background: #fff;
    border-color: #6091ba;
}

.main-nav-wrapper {
    background: #b1040e;
    margin-bottom: 30px;
    min-height: 50px;
    margin-top: -58px;
}

.main-nav {
    padding: 0;
}

.main-nav .navbar-toggler {
    position: relative;
    margin-bottom: 15px;
    right: 0;
    top: 9px;
    padding: 9px 10px;
    background-image: none;
    border: 1px solid transparent;
}

.main-nav button {
    background: #b1040e;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.main-nav button:focus {
    outline: none;
}

.main-nav button .icon-bar {
    background-color: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.main-nav button .icon-bar+.icon-bar {
    margin-top: 4px;
}

.main-nav .navbar-collapse {
    padding: 0;
}

.main-nav .nav .nav-item {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'open sans', arial, sans-serif;
    z-index: 100;
    position: relative;
}

.main-nav .nav .nav-item.dropdown {
    z-index: 101;
}

.main-nav .nav .nav-item.dropdown a {
    font-size: 13px;
}

.main-nav .nav .nav-item.show .nav-link {
    background: #820000;
}

.main-nav .nav .nav-item.show .nav-link:hover {
    background: #820000;
}

ul.privacy-policy.col-lg-4.col-12 {
    display: inline-flex;
    padding-top: 7px;
}

ul.privacy-policy.col-lg-4.col-12 a {
    color: white;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.main-nav .nav .nav-item .nav-link {
    color: white;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    padding: 15px;
    background: #b1040e;
}

.main-nav .nav .nav-item .nav-link:hover {
    background: #820000;
    color: #fff;
}


/* i.fa.fa-twitter {
    background: #1da1f2;
    padding: 7px;
    border-radius: 50%;
    color: white !important;
    margin-top: -3px;
    opacity: 0.8;
}
i.fa.fa-facebook {
  background: #3b5998;
    padding: 8px 11px 8px 11px;
    border-radius: 50%;
    color: white !important;
    margin-top: -3px;
        opacity: 0.8;
}
i.fa.fa-youtube {
   background: #ff0000;
    padding: 8px 8px 8px 8px;
    border-radius: 50%;
    color: white !important;
    margin-top: -3px;
        opacity: 0.8;
}
i.fa.fa-linkedin{
  background: #007bb5;
    padding: 8px 8px 8px 8px;
    border-radius: 50%;
    color: white !important;
    margin-top: -3px;
        opacity: 0.8;
}
i.fa.fa-google-plus{
  background: #db4437;
    padding: 8px 6px 8px 6px;
    border-radius: 50%;
    color: white !important;
    margin-top: -3px;
        opacity: 0.8;
} */

.main-nav .nav .nav-item .nav-link.active {
    background: #820000;
    color: #fff;
}

.main-nav .nav .nav-item .nav-link.active:before {
    content: "\f0d8";
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    font-family: FontAwesome;
    display: block;
    font-size: 12px;
    width: 100%;
}

.main-nav .nav .nav-item .nav-link.active.dropdown-toggle:before {
    display: none;
}

.main-nav .nav .nav-item .dropdown-toggle:after {
    display: none;
}

.main-nav .nav .nav-item.open a {
    background: #4678a1;
    color: #fff;
}

.main-nav .nav .nav-item .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    padding: 0;
    min-width: 220px;
    background: transparent;
}

.chanceler-description h2 a {
    color: black;
}

.chanceler-description h2 a:hover {
    color: #820000;
}

.main-nav .nav .nav-item .dropdown-menu a {
    border-bottom: 1px solid #b1040e;
    padding: 8px 20px;
    text-transform: none;
    font-size: 14px;
    background: #b1040494;
    color: #fff;
}

.main-nav .nav .nav-item .dropdown-menu a:hover {
    background: #820000;
    color: #fff;
    padding-left: 24px;
}

.main-nav .nav .nav-item .dropdown-submenu {
    position: relative;
}

.main-nav .nav .nav-item .dropdown-submenu .fa {
    position: absolute;
    right: 15px;
    top: 10px;
}

.main-nav .nav .nav-item .dropdown-submenu li {
    position: relative;
}

.main-nav .nav .nav-item .dropdown-submenu li .fa {
    position: absolute;
    right: 15px;
    top: 10px;
}

.main-nav .nav .nav-item .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
}


/* ======= Footer ======= */

.footer {
    background: #444;
    color: #fff;
}

div#promo-sliders ol.flex-control-nav.flex-control-paging {
    bottom: 0px;
}

.footer p {
    color: #dcdcdc;
}

.footer ul {
    padding-left: 0;
}

.footer li {
    list-style: none;
}

.footer h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

.footer .footer-content {
    padding: 30px 0;
    font-size: 12px;
    min-height: 300px;
}

.footer .footer-content .footer-col .footer-col-inner {
    padding: 0 15px;
}

.footer .footer-content .footer-col .fa {
    margin-right: 10px;
    display: inline-block;
    color: #767676;
}

.footer .footer-content .footer-col .fa.fa-phone {
    font-size: 16px;
}

.footer .footer-content .footer-col li {
    margin-bottom: 10px;
    font-size: 12px;
}

.footer .footer-content .footer-col a {
    color: #dcdcdc;
}

.footer .footer-content .footer-col a:hover {
    color: #84aac9;
}

.footer .footer-content .adr {
    margin-bottom: 30px;
}

.footer .footer-content .adr .fa {
    font-size: 16px;
    margin-top: 2px;
}

.footer .footer-content .subscribe-form {
    padding: 0;
}

.footer .footer-content .subscribe-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.footer .footer-content .subscribe-form .form-control {
    width: 320px;
    background: #f5f5f5;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.footer .footer-content .subscribe-form .form-control:focus {
    background: #fff;
}

.footer .footer-content .subscribe-form .btn {
    font-size: 13px;
}

.footer .bottom-bar {
    background: #b1040e;
    padding: 5px 0;
}

header.header {
    background: #fdfbf6;
    border-bottom: 2px solid #b1040e;
}

.footer .bottom-bar .copyright {
    font-size: 11px;
    color: white;
    line-height: 3;
    padding-left: 30px;
}

.footer .bottom-bar .copyright a:hover {
    color: #84aac9;
}

.footer .bottom-bar .social {
    margin: 0;
}

.footer .bottom-bar .social li {
    float: right;
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
}

.footer .bottom-bar .social li a {
    color: white;
    padding: 0 5px;
}

section.events {
    min-height: 249px;
    overflow: scroll;
}

.footer .bottom-bar .social li a:hover {
    color: #6091ba;
}


/* ======= FlexSlider ======= */

.flexslider {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 0;
    margin-top: -19px;
}

.flexslider .flex-control-nav {
    bottom: -35px;
    display: none;
}

.flexslider .flex-control-paging li a {
    background: #a1a1a1;
}

.flexslider .flex-control-paging li a:hover {
    background: #6091ba;
}

.flexslider .flex-control-paging li a.flex-active {
    background: #6091ba;
}

.flexslider .slides li {
    position: relative;
}

.flexslider .slides .flex-caption {
    position: absolute;
    left: 30px;
    bottom: 0px;
    color: #b1040e;
    display: inline-block;
    font-family: 'open sans', arial, sans-serif;
}

div#subMenu {
    position: absolute;
    top: 1%;
    right: 34%;
    z-index: 10000;
    left: 100%;
}

.flexslider .slides .flex-caption .main {
    display: inline-block;
    background: #ffffff;
    margin-bottom: 5px;
    padding: 10px 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 0px #b1040e;
}

.flexslider .slides .flex-caption .secondary {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
}

.flexslider .slides .promo-badge {
    position: absolute;
    right: 60px;
    top: 30px;
}


/* ======= Page ======= */

.page-wrapper .page-heading {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.page-wrapper .page-heading h1.heading-title {
    margin-top: 0;
    display: inline-block;
    font-size: 22px;
}

.page-wrapper .breadcrumbs {
    display: inline-block;
}

.page-wrapper .breadcrumbs ul {
    padding-top: 25px;
    margin: 0;
}

.page-wrapper .breadcrumbs ul li {
    color: #6091ba;
    font-size: 12px;
    float: left;
    list-style: none;
    display: inline-block;
}

.page-wrapper .breadcrumbs ul li a {
    display: inline-block;
    padding: 0 5px;
    color: #aaaaaa;
}

.page-wrapper .breadcrumbs ul li a:hover {
    color: #365d7e;
}

.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
    padding-right: 0;
    color: #aaaaaa;
}

.page-wrapper .breadcrumbs ul li.current {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-wrapper .breadcrumbs ul li .fa {
    margin-right: 5px;
    color: #aaaaaa;
}

.page-wrapper ul li {
    margin-bottom: 5px;
    width: 120%;
    margin: 0 auto;
}

.page-wrapper ul li .fa {
    margin-right: 5px;
    color: #6091ba;
}

.page-wrapper ul li.list-group-item {
    margin-bottom: -1px;
}

.page-wrapper ul.nav li {
    margin-bottom: 0;
}

.page-wrapper ul.social-icons li .fa {
    margin-right: 0;
    color: #fff;
}

.page-wrapper ol li {
    margin-bottom: 5px;
}

.page-wrapper dl dd {
    margin-bottom: 5px;
}

.page-wrapper .page-content h1 {
    font-size: 26px;
    font-weight: normal;
}

.page-wrapper .page-content h2 {
    font-size: 24px;
    font-weight: normal;
}

.page-wrapper .page-content h3 {
    font-size: 20px;
    font-weight: normal;
}

.page-wrapper .page-content h4 {
    font-size: 18px;
    font-weight: normal;
}

.page-wrapper .page-content h5 {
    font-size: 16px;
    font-weight: normal;
}

.page-wrapper .page-content h6 {
    font-size: 14px;
    font-weight: normal;
}

.page-wrapper .page-content .title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
}

.page-wrapper .page-content .page-row {
    margin-bottom: 30px;
}

.page-wrapper .page-content .custom-quote {
    border-left: 4px solid #a7c2d9;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-wrapper .page-content .custom-quote p {
    font-size: 14px;
    color: #777777;
    line-height: 1.5;
}

.page-wrapper .page-content .custom-quote .fa {
    color: #6091ba;
    margin-right: 10px;
}

.page-wrapper .page-content .custom-quote .people {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 11px;
    color: #444;
    font-style: normal;
}

.page-wrapper .page-content .custom-quote .people .name {
    color: #6091ba;
}

.page-wrapper .page-content .has-divider {
    border-bottom: 1px dotted #e8e8e8;
    padding-bottom: 15px;
}

.page-wrapper .page-content .has-divider-solid {
    border-bottom: 1px solid #e8e8e8;
}

.page-wrapper .page-content .row-divider {
    border-bottom: 1px dotted #e8e8e8;
    padding: 10px 0;
}

.page-wrapper .page-content .even-row {
    background: #f5f5f5;
}

.page-wrapper .page-content .read-more.btn {
    margin-bottom: 15px;
    display: inline-block;
}

.page-wrapper .page-content .card-title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.page-wrapper .page-content .video-iframe {
    max-width: 100%;
}

.page-wrapper .page-content .album-cover {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.page-wrapper .page-content .album-cover:hover {
    -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
    -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
    box-shadow: 0px 0px 5px 0px #e8e8e8;
}

.page-wrapper .page-content .album-cover>a:hover {
    position: relative;
}

.page-wrapper .page-content .album-cover>a:hover img {
    display: block;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.page-wrapper .page-content .album-cover .desc {
    padding: 15px;
    position: relative;
}

.page-wrapper .page-content .album-cover .desc:before {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
}

.page-wrapper .page-sidebar h3.title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.page-wrapper .page-sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.page-wrapper .page-sidebar .widget.has-divider {
    border-bottom: 1px dotted #e8e8e8;
}

.page-wrapper .page-sidebar .widget .iframe {
    height: auto;
    min-height: 200px;
    max-width: 100%;
}

.page-wrapper .page-sidebar .widget .fa {
    margin-right: 5px;
    color: #6091ba;
}

.page-wrapper .page-sidebar .widget .fa.fa-phone {
    font-size: 16px;
}

.page-wrapper .page-sidebar .widget .btn .fa {
    color: #fff;
}

.page-wrapper .page-sidebar .widget .nav li a {
    padding: 5px 15px;
    color: #444;
    margin-bottom: 10px;
    border-left: 5px solid transparent;
}

.page-wrapper .page-sidebar .widget .nav li a:hover {
    background: none;
    color: #6091ba;
}

.page-wrapper .page-sidebar .widget .nav li.active a {
    background: none;
    color: #6091ba;
    font-weight: bold;
    border-left: 5px solid #6091ba;
}

.page-wrapper .page-sidebar ul {
    padding-left: 0;
}

.page-wrapper .page-sidebar #flickr-photos li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.page-wrapper .page-sidebar #flickr-photos li img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.page-wrapper .page-sidebar #flickr-photos li img:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.page-wrapper .page-sidebar .news-item {
    margin-bottom: 15px;
}

.page-wrapper .page-sidebar .news-item img {
    width: 40px;
    height: 40px;
}

.page-wrapper .page-sidebar .news-item .title {
    font-size: 14px;
    margin-top: 0;
}

.page-wrapper .page-sidebar .testimonials-carousel {
    position: relative;
}

.page-wrapper .page-sidebar .testimonials-carousel .fa {
    color: #6091ba;
    margin-right: 5px;
    font-size: 18px;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
    min-height: 300px;
}

.page-wrapper .page-sidebar .testimonials-carousel .quote {
    padding-left: 15px;
    border-left: 4px solid #f5f5f5;
}

.page-wrapper .page-sidebar .testimonials-carousel .source {
    position: relative;
    min-height: 80px;
}

.page-wrapper .page-sidebar .testimonials-carousel .people {
    margin-top: 30px;
    margin-left: 19px;
}

.page-wrapper .page-sidebar .testimonials-carousel .people .name {
    color: #6091ba;
}

.page-wrapper .page-sidebar .testimonials-carousel .people .title {
    color: #999;
}

.page-wrapper .page-sidebar .testimonials-carousel .profile {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
    margin-top: 20px;
    text-align: right;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: #dddddd;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 0;
    font-size: 15px;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
    padding-top: 2px;
    padding-right: 1px;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
    padding-top: 2px;
    padding-right: 1px;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
    background: #6091ba;
}


/* ======= Configure Style ======= */

.config-wrapper {
    position: absolute;
    top: 100px;
    right: 0;
    display: none;
}

.config-wrapper-inner {
    position: relative;
}

.config-trigger {
    display: block;
    position: absolute;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #444;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.config-trigger:hover {
    background: #000;
}

.config-trigger .fa {
    font-size: 22px;
    padding-top: 8px;
    display: block;
    color: #fff;
}

.config-panel {
    display: none;
    background: #444;
    color: #fff;
    padding: 15px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.config-panel p {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #fff;
}

.config-panel ul {
    margin-bottom: 0;
}

.config-panel li a {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
}

.config-panel li a:hover {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.config-panel li.active a {
    border: 2px solid #fff;
}

.config-panel li.default a {
    background: #6091ba;
}

.config-panel li.green a {
    background: #57a89a;
}

.config-panel li.purple a {
    background: #6f7a9f;
}

.config-panel li.red a {
    background: #a85770;
}

.config-panel .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}

.config-panel .close .fa {
    color: #fff;
}


/* ======= Home Page ======= */

.home-page h1.section-heading {
    font-size: 22px;
    font-weight: 300;
    line-height: 2;
    margin-top: 0;
    color: #820000;
}

.notification-control ul {
    line-height: 27px;
}

h2.title {
    font-size: 1rem;
}

.home-page h1.section-heading .line {
    border-top: 2px solid #820000;
    display: inline-block;
    padding: 0 15px;
    padding-top: 5px;
    font-weight: 900 !important;
    width: 100%;
}

.home-page section {
    background: #f9f2e34f;
    overflow: hidden;
    margin-bottom: 30px;
}

section.links p {
    line-height: 12px;
    padding-left: 23px;
}

section.links p i {
    padding-left: 0px;
    padding-right: 5px;
}

.home-page .section-content {
    padding: 15px;
    padding-top: 0;
}

.home-page .carousel-controls a .fa {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: #dddddd;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 0;
    font-size: 15px;
}

.home-page .carousel-controls a.next .fa {
    padding-top: 2px;
    padding-right: 1px;
}

.home-page .carousel-controls a.prev .fa {
    padding-top: 2px;
    padding-right: 1px;
}

.home-page .carousel-controls a:hover .fa {
    background: #b1040e;
}

.home-page .promo {
    margin-bottom: 30px;
}

.home-page .promo h1.section-heading {
    margin-top: 0;
    font-size: 24px;
    color: #fff;
}

.home-page .promo p {
    color: #f5f5f5;
}

.home-page .promo .btn-cta {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Open Sans', arial, sans-serif;
}

.home-page .news {
    position: relative;
}

.chanceler-img img {
    width: 100%;
    margin: 0 auto;
}

.chanceler-img {
    text-align: center;
}

.chanceler-description {
    text-align: center;
}

.chanceler-description p {
    color: black !important;
    display: none;
}

.chanceler-description h2 {
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    color: black;
    text-transform: uppercase;
}

.chanceler-description h3 {
    font-size: 13px;
    font-weight: bold;
    color: black;
}

.chanceler-description h3 span {
    font-size: 14px;
    text-transform: uppercase;
}

.messages {
    border: 2px solid #ecdec0;
    padding: 10px;
    background: white;
    border-radius: 3px;
    min-height: 337px;
    transition: transform .2s;
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.2s;
}

.messages:hover {
    webkit-box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 7px 0px rgba(165, 142, 142, 0.75);
    /* transform: scale(1.0); */
    height: 244px;
    width: 244px;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.0);
}

section.notifications {
    position: relative;
    height: 310px;
    padding-right: 15px;
}

.home-page .news .carousel-controls {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

div#promo-sliders {
    margin-top: -20px;
}

i.fa.fa-angle-left {
    position: absolute;
    top: 44%;
}

i.fa.fa-angle-right {
    position: absolute;
    top: 44%;
}

.home-page .news h2.title {
    font-size: 18px;
    margin-top: 0;
}

.home-page .news h2.title a {
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.home-page .news h2.title a:hover {
    color: #365d7e;
}

.home-page .news .news-item {
    padding-left: 115px;
    position: relative;
    /*   margin-bottom: 20px;
 */
}

.home-page .news .thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.tab-content.col-sm-9.col-md-9 {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
}

a.active.show {}

ul.nav.nav-tabs.nav-stacked.col-sm-3.col-md-3 {
    height: 384px !important;
    border-bottom: 0px solid #dee2e6 !important;
}

ul.nav.nav-tabs.nav-stacked.col-sm-3.col-md-3 li a {
    background: #b1040e;
    width: 100% !important;
    padding: 8px 20px 8px 20px;
    color: white;
}

.notification-control marquee {
    height: 150px;
}

ul.nav.nav-tabs.nav-stacked.col-sm-3.col-md-3 a.active.show {
    background: green !important;
}

ul.nav.nav-tabs.nav-stacked.col-sm-3.col-md-3 li {
    margin-bottom: 15px;
    width: 100%;
}

.home-page .events .section-content {
    min-height: 520px;
}

ul.nav.nav-pills.nav-stacked.col-sm-3.col-md-3 li a {
    color: white !important;
}

.home-page .events .event-item {
    position: relative;
    padding-left: 55px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.home-page .events .event-item .date-label {
    background: #fff;
    position: absolute;
    left: 0;
}

.home-page .events .event-item h2.title {
    margin-bottom: 20px;
    color: black;
    font-weight: 600;
    font-size: 14px;
}

.messages a.read-more {
    color: black;
}

.home-page .events .event-item p {
    margin-bottom: 5px;
}

.home-page .events .event-item .fa {
    margin-right: 5px;
    font-size: 14px;
    min-width: 16px;
    color: #666;
}

.home-page .events .event-item .fa.fa-map-marker {
    font-size: 18px;
}

.home-page .events .read-more {
    margin-top: 15px;
}

.home-page .events .details p {
    color: #666;
}

.home-page .course-finder .course-finder-form {
    margin-bottom: 15px;
}

.home-page .course-finder .keywords {
    padding-left: 0;
    margin-bottom: 20px;
}

.home-page .course-finder .keywords input {
    width: 200px;
    /*   margin-right: 5px;
 */
}

.home-page .video {
    position: relative;
}

.home-page .video .carousel-controls {
    position: absolute;
    right: 10px;
    top: 10px;
}

.home-page .video .video-iframe {
    max-width: 100%;
    width: 100%;
    height: 287px;
    margin-bottom: 5px;
}

.home-page .links .fa {
    margin-right: 5px;
}

.home-page .testimonials {
    position: relative;
    height: 261px !important;
}

section#newsEvents {
    margin-top: 0px;
}

.home-page .testimonials .carousel-controls {
    position: absolute;
    right: 10px;
    top: 10px;
}

.home-page .testimonials .fa {
    color: #b1040e;
    margin-right: 5px;
    font-size: 18px;
}

.home-page .testimonials .carousel .item {
    min-height: 298px;
}

.home-page .testimonials .quote {
    padding-left: 15px;
    border-left: 4px solid #e5e5e5;
}

.home-page .testimonials .source {
    position: relative;
    /*   padding-top: 30px;
 */
}

.home-page .testimonials .people {
    margin-top: 10px;
}

.home-page .testimonials .people .name {
    color: #6091ba;
}

.home-page .testimonials .people .title {
    color: #999;
}

.home-page .testimonials .profile {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 60px;
    height: 60px;
}

.home-page .awards {
    background: #fff;
}

.home-page .awards .logos {
    margin: 0;
    padding: 0;
}

.home-page .awards .logos li {
    list-style: none;
    margin-right: 0;
    text-align: center;
}

.home-page .awards .logos li img {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    margin: 0 auto;
}

.home-page .awards .logos li img:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.home-page .awards .carousel-control {
    background: none;
    width: auto;
    top: 20px;
    text-shadow: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.home-page .awards .carousel-control .fa {
    color: #e8e8e8;
    font-weight: bold;
}

.home-page .awards .carousel-control:hover .fa {
    color: #999;
}


/* latest news */

.latest-news {
    display: inline-flex;
    width: 100%;
}

.latest-news {
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
}

span.marquee-header {
    width: 18%;
    background: #f9f2e34f;
    color: black;
    padding-left: 20px;
    padding: 8px 5px 8px 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-right: 6px solid #820000;
}

.latest-news marquee {
    background: #f9f2e34f;
    padding-top: 6px;
    padding-left: 10px;
    color: #820000;
    font-weight: bold;
    font-size: 17px;
}


/* ======= Courses Page ======= */

.courses-wrapper .tab-content {
    font-size: 12px;
}

.courses-wrapper .tab-content .item {
    margin-top: 15px;
}

.courses-wrapper .tab-content img {
    margin-bottom: 10px;
}

.courses-wrapper .course-finder {
    margin-bottom: 30px;
}

.courses-wrapper .course-finder .keywords input {
    width: 260px;
}

.courses-wrapper .course-list-header {
    font-size: 13px;
    margin-bottom: 15px;
}

.courses-wrapper .course-list-header .summary {
    padding-top: 10px;
}

.courses-wrapper .course-list-header .control-label {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
    line-height: 2;
}

.courses-wrapper .course-list-header .sort {
    padding-top: 5px;
}

.courses-wrapper .course-list-header .sort-options {
    width: auto;
    height: 25px !important;
    font-size: 12px;
}

.courses-wrapper .course-item {
    font-size: 12px;
}

.courses-wrapper .course-item .col-meta {
    color: #777777;
}


/* ======= Events Page ======= */

.events-wrapper .events-item .date-label {
    background: #f5f5f5;
}

.events-wrapper .events-item .details .time {
    margin-right: 10px;
}

.events-wrapper .events-item .details .fa {
    margin-right: 5px;
}


/* ======= Contact Page ======= */

.contact-form .required {
    color: #E14B39;
    display: inline-block;
    font-weight: normal;
    padding-left: 2px;
}

.contact-form label {
    font-weight: 700;
}

.contact-form .form-control {
    font-size: 14px;
}

.gmap-wrapper {
    border: 1px solid #e8e8e8;
    position: relative;
    padding-bottom: 30%;
    height: 450px;
    overflow: hidden;
}

.gmap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.edit-form.panel.panel-default .panel-heder {
    background: #b1040e !important;
    margin-top: 0px;
    color: white;
}

li.profile-tab:active {
    background: black;
}

.panel.panel-default.edit-form {
    border: 1px solid #00000040;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
}

.panel-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.submit-form.tex-center {
    text-align: center!important;
    width: 50%;
    margin: 0 auto;
}

.submit-form.tex-center a {
    width: 30%;
}

.edit-form.panel.panel-default .panel-heder h2 {
    padding: 8px;
}

.panel.panel-default.edit-form .form-group {
    margin-bottom: 15px;
    /*  display: inline-flex; */
}

.panel.panel-default.edit-form .form-group label {
    /*  width: 48%; */
    /*   padding-top: 10px; */
}

.registration-details input {
    height: 36px;
    padding: 8px !important;
    line-height: 16px;
}

section.edit-registration {
    padding-top: 42px;
    width: 97%;
    margin: 0 auto;
}

.panel.panel-default.edit-form {
    border-color: #ddd;
}


/* 
.edit-tabs {
    display: inline-flex;
} */

ul.nav.nav-pills.nav-stacked.col-sm-3.col-md-3 {
    height: 354px;
    padding-bottom: 13px;
}

ul.nav.nav-pills.nav-stacked.col-sm-3.col-md-3 li {
    line-height: 0px;
    background: #b1040e;
    width: 80%;
    margin: 0 auto;
    padding: 17px 10px 17px 10px;
    height: 11px;
    margin-bottom: 5px;
    color: white !important;
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .wrapper {
        min-height: inherit;
        margin-bottom: 0;
    }
    .wrapper:after {
        content: none;
    }
    .footer {
        height: auto;
    }
    .pull-right,
    .pull-left {
        float: none !important;
    }
    .logo {
        text-align: center;
    }
    .header .contact p {
        text-align: center;
        margin-right: 0;
        margin-bottom: 5px;
        float: none;
    }
    .header .menu-top {
        text-align: center;
        margin-top: 10px;
    }
    .header .menu-top li {
        float: none;
        display: inline-block;
    }
    .header br {
        display: none;
    }
    .header .social-icons {
        text-align: center;
        margin: 0 auto;
    }
    .header .social-icons li {
        float: none;
        display: inline-block;
    }
    .main-nav .navbar-collapse {
        border-top: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }
    .main-nav .nav .nav-item .nav-link.active:before {
        display: none;
    }
    .navbar-nav {
        margin-top: 0;
    }
    .header .search-form {
        text-align: center;
    }
    .header .search-form .form-group {
        display: inline-block;
    }
    .header .search-form .form-control {
        width: 210px;
    }
    .main-nav .nav .nav-item.active>a:before {
        content: none;
    }
    .main-nav .nav .nav-item .dropdown-submenu>.dropdown-menu {
        position: static;
        left: auto;
        margin-left: 0;
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
        padding-left: 30px;
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
        padding-left: 34px;
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
        padding-left: 45px;
    }
    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
        padding-left: 49px;
    }
    .flexslider {
        margin-bottom: 15px;
    }
    .flex-direction-nav a {
        margin-top: -50px;
    }
    .flexslider .slides .flex-caption {
        position: static;
        display: block;
    }
    .flexslider .slides .flex-caption br {
        display: none;
    }
    .flexslider .slides .flex-caption .main {
        font-size: 13px;
        display: block;
        margin-bottom: 0;
    }
    .flexslider .slides .flex-caption .secondary {
        display: block;
        font-size: 12px;
    }
    .flexslider .flex-control-nav {
        display: none;
    }
    .home-page .news .thumb {
        width: 60px;
        height: 60px;
    }
    .home-page .news .news-item {
        padding-left: 75px;
    }
    .home-page .course-finder .keywords {
        padding-left: 5px;
        margin-top: 10px;
        width: 200px;
    }
    .home-page .course-finder .keywords input {
        width: 200px;
    }
    .home-page .video .video-iframe {
        height: auto;
    }
    .home-page .testimonials .carousel .item {
        min-height: inherit;
    }
    .home-page .events .section-content {
        min-height: inherit;
    }
    .home-page .awards .carousel-control {
        top: 50px;
    }
    .footer .footer-content .subscribe-form .form-control {
        width: 140px;
    }
    .footer #tweet .tweets-list-container {
        max-width: 100%;
    }
    .footer .bottom-bar .social li {
        float: left;
    }
    .footer-col-inner {
        margin-bottom: 30px;
    }
    .footer #tweet {
        min-height: inherit;
    }
    .footer .footer-content .footer-col .fa-twitter {
        text-align: center;
        margin-bottom: 10px;
    }
    .page-wrapper .page-heading h1.heading-title {
        float: none;
        text-align: center;
        display: block;
    }
    .page-wrapper .breadcrumbs {
        text-align: center;
        display: block;
    }
    .page-wrapper .breadcrumbs ul {
        padding-top: 0;
        padding-left: 0;
        margin: 0 auto;
    }
    .page-wrapper .breadcrumbs ul li {
        float: none;
        display: inline-block;
    }
    .page-wrapper .breadcrumbs ul li.current {
        max-width: inherit;
        overflow: visible;
    }
    .home-page .course-finder .keywords input {
        float: left !important;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .wrapper {
        min-height: inherit;
        margin-bottom: 0;
    }
    .wrapper:after {
        content: none;
    }
    .header .top-bar .search-form {
        text-align: right;
    }
    .footer {
        height: auto;
    }
    .footer .bottom-bar .social li {
        float: left;
    }
    .footer-col-inner {
        margin-bottom: 15px;
    }
    .home-page .testimonials .carousel .item {
        min-height: inherit;
    }
    .home-page .events .section-content {
        min-height: inherit;
    }
    .footer #tweet {
        min-height: inherit;
    }
    .page-wrapper .album-cover {
        min-height: 360px;
    }
    .home-page .course-finder .keywords input {
        width: 180px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .home-page .testimonials .carousel .item {
        min-height: 298px;
    }
    .home-page .events .section-content {
        min-height: auto;
    }
    .home-page .video .video-iframe {
        height: 287px;
    }
    .home-page .promo .btn-cta {
        margin-top: 30px;
    }
    .home-page .course-finder .keywords input {
        width: 190px;
    }
    .footer .bottom-bar .social li {
        float: right;
    }
    .footer #tweet {
        min-height: 100px;
    }
    .page-wrapper .album-cover {
        min-height: 356px;
    }
    /* Sticky Footer */
    html,
    body {
        height: 100%;
    }
    body {
        font-size: 13px;
    }
    .wrapper {
        min-height: 100%;
        /*  margin-bottom: -344px; */
        /* equal to footer height */
    }
    .wrapper:after {
        content: "";
        display: block;
        height: 344px;
        /* must be the same height as footer */
    }
    .footer {
        height: 344px;
        /* must be the same height as footer */
    }
}


/* Extra Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .home-page .course-finder .keywords input {
        width: 250px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 700px) {
    .header h1.logo img {
        vertical-align: middle;
        border-style: none;
        width: 100%;
    }
    .messages {
        border: 2px solid #bdb7b7;
        padding: 10px;
        background: #F9F2E3;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
        margin-bottom: 10px;
    }
    .header h1.logo {
        margin-top: -11px;
        margin-bottom: -8px;
    }
    .header .contact {
        font-size: 20px;
        font-family: 'open sans', arial, sans-serif;
        font-weight: 300;
        margin-top: 10px;
        position: initial;
        right: 0px;
    }
    body {
        font-size: 13px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 100%;
        margin: 0 auto;
    }
    .flexslider .slides img {
        width: 100%;
        display: block;
        height: 100%;
    }
    .main-nav-wrapper {
        background: #b1040e;
        margin-bottom: 30px;
        min-height: 50px;
        margin-top: -17px;
    }
    .footer .bottom-bar .copyright {
        font-size: 11px;
        color: white;
        line-height: 3;
        padding-left: 22px;
    }
    .footer ul {
        padding-left: 90px;
    }
    #topcontrol {
        background: #6f070d;
        color: #fff;
        text-align: center;
        display: inline-block;
        width: 35px;
        height: 35px;
        border: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        margin-right: 15px;
    }
    div#subMenu {
        position: initial;
        top: 1%;
        right: 34%;
        z-index: 10000;
        left: 100%;
        margin-left: 18px;
    }
    .submit.text-center a {
        width: 100%;
    }
    .panel.panel-default.edit-form {
        border: 1px solid #00000040;
        padding: 0px;
        width: 100%;
        margin: 0 auto;
    }
    ul.nav.nav-pills.nav-stacked.col-sm-3.col-md-3 li {
        width: 100%;
    }
    span.marquee-header {
        width: 50%;
        background: #f9f2e34f;
        color: black;
        padding-left: 19px;
        padding: 8px 5px 8px 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0px;
        border-right: 6px solid #820000;
        font-size: 12px;
    }
    .nav>li {
        position: relative;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        font-family: 'open sans', arial, sans-serif;
        z-index: initial !important;
        position: relative;
    }
    small.copyright.col-lg-5.col-12 a {
        padding-left: 28px;
    }
}

ul.nav.nav-pills.nav-stacked.col-sm-3.col-md-3 li a.active {
    color: #c4fb08!important;
}


/* 19082018 */

.alert-danger {
    color: #721c24;
    background-color: transparent !important;
    border-color: transparent !important;
}


/* 16042018 */

.tabbed-info.page-row a {
    font-size: 14px;
    color: #36454c;
}

h3.message-designation {
    font-size: 13px !important;
}

h2.message-header {
    font-size: 18px !important;
}

.messages-one {
    border: 2px solid #ecdec0;
    padding: 10px;
    background: white;
    border-radius: 3px;
    min-height: 358px;
    transition: transform .2s;
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.2s;
}

h2.message-header a {
    font-weight: bold;
}

table.table.table-striped.tenders td a {
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-left: 10px;
}

table.table.table-striped.tenders,
.table-responsive {
    width: 90%;
    margin: 0 auto;
}

.page-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

table.table.table-striped {
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}


/* notification scrool */

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.microsoft.container {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    height: 221px;
}

.marquee:hover {
    animation-play-state: paused;
}


/* Make it move! */

@keyframes marquee {
    0% {
        top: 7em
    }
    100% {
        top: -15em
    }
}


/* Make it look pretty */

.microsoft .marquee {
    margin: 0;
    padding: 0 0em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before,
.microsoft::before,
.microsoft:after,
.microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255, 255, 255, 0));
}

.microsoft:after,
.microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before,
.microsoft::before {
    top: 0;
}

.album-cover img {
    max-width: 100%;
    height: auto;
}

div#gallery-album img {
    max-width: 100%;
    height: auto;
}

div#gallery-albums img {
    height: 256px;
    width: 100%;
}

span#starSpace {
    color: #fdfbf6;
}

p#research {
    line-height: 32px;
    font-size: 20px;
}

.pubdetails h3 {
    line-height: 32px;
    font-size: 16px;
}

article.welcome.col-lg-7.col-md-7.col-12 p {
    line-height: 31px;
    font-size: 15px;
}

.breadcrumbs.pull-right ul {
    display: none !important;
}

.marquee ul li a {
    font-size: 17px;
}

.notification-list ul li a {
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: underline;
}

section.notifications h1 {
    margin-bottom: 1px;
}

section.notifications .read-more {
    position: absolute;
    bottom: 3%;
    right: 7px;
}

.notification-list ul li a:hover {
    color: #b1040e;
    padding-left: 6px;
    text-shadow: 1px 0px black;
}


/*ALOK 20 June*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.academic-list ul li a:hover {
    color: white;
    padding-left: 6px;
    text-shadow: 1px 0px black;
}

.academic-list ul li a {
    font-size: 18px;
    width: 100%;
}

.academic-list ul li a i {
    color: white !important;
}

.academic-list ul {
    line-height: 73px;
}

.academic-list ul li {
    list-style-type: none;
}

.academic-list ul li a {
    background: #6091ba;
    border: 1px solid #6091ba;
}

.academic-list {
    width: 35%;
    margin: 0 auto;
}

.latest-news marquee img {
    width: 5%;
}

ul.nav.nav-tabs li a {
    height: 60px;
}