.font-weight-500 {
    font-weight:500 !important;
}
.logo {
    position: relative;
    top: 0px;
    width: 52px;
    height:48px;
    right:-5px;
}
.nb-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.bg-purple-nav {
    background:#F8F9FA !important;
}
.bg-purple {
    /*background:#2777e0 !important;*/
    background: #317cde;
    background: linear-gradient(0deg, rgba(49,124,222,1) 0%, rgba(31,97,184,1) 100%);
    color:#fff !important;
}
.bg-purple-light {
    /*background:#519cff !important;*/
    background: #7ab1fa;
    background: linear-gradient(0deg, rgba(122,177,250,1) 20%, rgba(81,156,255,1) 100%);
    color:#fff !important;
}
.bg-purple-mid {
    /*background: #a2c2f8 !important;*/
    background: #2c5c9b !important;
    color:#f7f7f7 !important;
}
.bg-green {
    background: rgb(58,195,89);
    background: linear-gradient(0deg, rgba(58,195,89,1) 0%, rgba(40,167,69,1) 100%);
    color:#fff !important;
}
.bg-gray {
    /*background:#2777e0 !important;*/
    background: rgb(230,230,230);
    background: linear-gradient(180deg, rgba(230,230,230,1) 0%, rgba(176,176,176,1) 100%);
    color:#333 !important;
}
.bg-light-gray {
    background:#e7e7e7;
}
.bg-purple-dark {
    background:#1D467A !important;
    color:#eee;
}
.bg-highlight {
    background: #969eb1 !important;
}
.text-purple {
    color:#1d467a !important;
}
.text-purple-light {
    color:#519cff !important;
}
.text-purple-dark {
    color:#103A71 !important;
}
.text-light-gray {
    color:#808080 !important;
}
.page-item.active .page-link {
    background: #103A71 !important;
    border-color: #1e56a0;
}
.panel-heading {
    background:none !important;
}
.dropdown-item:focus {
    background-color: #1d467a !important;
    color:#eee !important;
}
.dropdown-item {
    color:#444 !important;
    font-weight: 500 !important;
}
.dropdown-menu {
    border-radius: 0 0 3px 3px !important;
    border-color: #eee;
}
.icon-custom {
    position: relative;
}
.icon-custom span {
    position: absolute;
    top: 6px;
    right: 0px;
    display: block;
}
.btn-purple {
    color: #fff;
    background-color: #1d467a;
    border-color: #24528f;
}
.btn-purple:hover {
    color: #fff;
    background-color: #225daa;
    border-color: #317cde;
}
.btn-outline-purple {
    color: #1d467a;
    background:none;
    border-color: #1d467a;
}
.btn-outline-purple:hover {
    color: #fff;
    background-color: #1d467a;
    border-color: #24528f;
}
.btn-purple-light {
    color: #fff;
    background-color: #4c85cf;
    border-color: #4c85cf;
}
.btn-purple-light:hover {
    color: #fff;
    background-color: #467cc2;
    border-color: #467cc2;
}
.btn-outline-purple-light {
    color: #4c85cf;
    background:none;
    border-color: #4c85cf;
}
.btn-outline-purple-light:hover {
    color: #fff;
    background-color: #4c85cf;
    border-color: #4c85cf;
}
.table thead th {
    font-weight:500 !important;
}
#accordion .panel-title {
    font-size:18px !important;
    padding:5px;
}
#accordion .panel-body {
    font-size:16px !important;
}
.img-responsive {
    opacity:0.9;   
    max-width: 100%;
}
.gallery a {
    position: relative;
}
.gallery a img.icon-bg {
    height: 200px;
    width: 200px;
    border: 1px solid #bbb;
}
.gallery a .title {
    background-color: #ececec;
    bottom: -92px;
    height: 52px;
    left: 1px;
    line-height: 18px;
    opacity: .8;
    padding: 8px 0;
    position: absolute;
    vertical-align: middle;
    width: 97%}
.gallery a img.icon-player {
    height: auto;
    left: 67px;
    position: absolute;
    top: -25px;
}
section.newstudies {
    min-height: 600px;
    padding-bottom: 50px;
}
section.newstudies .nlist {
    margin-bottom: 30px;
}
section.newstudies img {
    margin: 0 10px 12px 0;
}
section.newstudies .date {
    color: gray;
    margin: 20px 0 12px;
}
section.newstudies .full-text {
    padding-right: 20px;
}
section.newstudies p {
    font-size: 18px!important;
}
section.newstudies .right-side img {
    width: 64px;
    height: 64px;
}
.newstudies .breadcrumb {
    background: transparent;
    margin-top: 0;
}
.newstudies .news .list {
    height: 650px;
    overflow: hidden;
    position: relative;
    width: 100%}
.newstudies .news ul li {
    padding: 21px 0;
    margin: 0;
}
.newstudies .news ul li .desc {
    margin-left: 70px;
    padding-right: 20px;
}
.newstudies .thumbnail .title {
    display: inline-block;
    margin-top: 12px;
    width: 100%}
.newstudies .gallery ul {
    list-style: none;
    margin: 0;
}
.newstudies .gallery ul li {
    display: inline-block;
    margin: 0;
}
.newstudies .gallery ul li img {
    height: 100px;
    width: 100px;
}
.newstudies .gallery .hovereffect:hover img {
    transition-delay: 50ms;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity:0.8;
}
.parallax {
    /* The image used */
    background-image: url("../images/about_bg.png");
    /* Set a specific height */
    min-height: 300px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.toast {
    visibility: hidden;
    min-width: 260px;
    margin-left: -130px;
    text-align: center;
    border-radius: 2px;
    padding: 16px 8px;
    position: fixed;
    z-index: 1;
    right: 10px;
    top: 85px;
    font-size: 17px;
}
.toast-success {
    background-color: #5cb85c;
    color: #fff;
}
.toast-danger {
    background-color: #e65f5f;
    color: #fff;
}
.toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout .5s 5.5s;
    animation: fadein 0.5s, fadeout .5s 5.5s;
}

.secured-payment-logo {
    background-image:url('../images/authorize_net.png'); 
    background-repeat:no-repeat; 
    background-size:180px 85px; 
    height:80px; 
    width:180px; 
}

.video-play-icon {
    position:absolute; 
    top: calc(50% - 70px) !important; 
    text-align:center !important; 
    width:100%;
    height:auto !important;
    cursor: pointer !important;
}
.video-play-icon i {
    color:#333333 !important;
}
.video-play-icon:hover i {
    color:#1e56a0 !important;
}
.popup-video:hover i {
    color:#1e56a0 !important;
}

/* tickets */
.comment-details {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 0 14px 14px;
    border: 1px solid #eee;
    padding: 12px 12px 8px;
    margin-top: 4px;
}
.comment-details p, #tbl-data p {
    font-size: 18px;
}
.comment-details .posted-by {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 8px;
}
.comment-box .fa-avatar {
    float: left;
    font-size: 32px;
}
.chat {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.chat li {
    padding-bottom: 18px;
    display: list-item!important;
}
.chat li .chat-body {
    margin-left: 55px;
}
.chat li .chat-body .header {
    margin-bottom: 4px;
}
.chat li .chat-body .header span {
    font-size: 18px;
}
.chat .text-muted {
    margin: 0!important;
}

.scrollToTop {
    bottom: 12px;
    border-radius: 5%;
    color: #fff;
    display: none;
    font-weight: 700;
    opacity: .9;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    background: #1d467a;
    /*background: linear-gradient(0deg, rgba(29,70,122,1) 0%, rgba(31,97,184,1) 100%);*/
}
.scrollToTop:hover {
    background: #265ca1;
    color: #fff;
}
.scrollToTop:focus {
    outline: none;
    color: #fff;
    border-color: transparent;
}

/* animate navigation */
.navbar-nav .nav-item {
    font-weight:500;
    position: relative;
}
.nav-item .nav-link {
    color:#1d467a !important;
}
.main-nav .nav-item::after {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #a1a9c3;
    width: 0%;
    content: "";
    height: 3px;
    transition: all 0.4s;
}
  
.main-nav .nav-item:hover::after {
    width: 85%;
}

.nav-tabs .nav-item .nav-link.active {
    border-top: 2px solid #1e56a0 !important;
}

.panel-divider {
    border-top:2px solid #b9c4d3 !important;
}

/* breadcrumb step by step */
.bcrumb {
    padding: 0px;
    background: #eeeeee;
    list-style: none; 
    overflow: hidden;
    margin-top: 20px;
    font-weight: 500 !important;
}
.bcrumb>li+li:before {
    padding: 0;
}
.bcrumb li { 
    float: left; 
}
.bcrumb li.active a {
    background: brown;                   /* fallback color */
    background: #1f4b85;
    color:white;
}
.bcrumb li.completed a {
    background: brown;                   /* fallback color */
    background: #1f4b85; 
    color:white;
}
.bcrumb li.success a {
    background: brown;                   /* fallback color */
    background: #28c765; 
    color:white;
}
.bcrumb li.active a:after {
    border-left: 30px solid #1f4b85;
}
.bcrumb li.completed a:after {
    border-left: 30px solid #1f4b85;
} 
.bcrumb li.success a:after {
    border-left: 30px solid #28c765;
} 

.bcrumb li a {
    color: #295ea3;
    text-decoration: none; 
    padding: 10px 0 10px 45px;
    position: relative; 
    display: block;
    float: left;
}
.bcrumb li a:after { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #eeeeee;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    left: 100%;
    z-index: 2; 
}	
.bcrumb li a:before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 2px;
    left: 100%;
    z-index: 1; 
}	
.bcrumb li:first-child a {
    padding-left: 15px;
}

.fade-in-text {
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.scroll-tag {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
}
  
.scroll-tag.visible {
    opacity: 1;
    transform: translate(0, 0);
}