@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,800|Roboto:300,400,500,700,900&display=swap");



/* ============================================================= */
html, body {
    max-width: 100%;
    overflow-x: hidden !important;
}

body {
    font-family: "Roboto", sans-serif;
    color: #212529;
    font-size: 17px;
}

img {
    max-width: 100%;
    height: auto;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.container {
    max-width: 1400px;
}

.header-top {
    background: #c7111e;
    padding: 0px 0;
}

.header-top .date {
    color: #fff;
    font-size: 14px;
}

.social-media ul li a {
    color: #fff;
}

.languages {
    color: #2361b9;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    text-align: right;
}

.languages ul {
    padding: 0;
    margin: 0;
}

.languages ul li {
    list-style: none;
    display: inline-block;
    margin: 3px;
}

.languages ul li a {
    color: #2361b9;
    display: block;
    font-size: 15px;
    padding: 2px 5px 2px 4px;
    border-radius: 30px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.5s;
    cursor: pointer;
}

.languages ul li a:hover, .invert-color a:hover {
    background: #fff;
    color: #E80F0F !important;
}

.languages .fb {
    margin-left: 5px;
}

.languages .fb a, .languages .tw a, .languages .linkedin a {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 15px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
}

.languages .fb a {
    background: #3C5B9B !important;
}

.languages .fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
}

.languages .tw a {
    background: #359BED !important;
}

.languages .tw a:before {
    content: "\f099";
    font-family: FontAwesome;
}

.languages .linkedin a {
    background: #027ba5 !important;
}

.languages .linkedin a:before {
    content: "\f0e1";
    font-family: FontAwesome;
}

.contact-info .btn-top {
    padding: 3px 7px !important;
    border-radius: 5px !important;
    background: #2361b9 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.contact-info .btn-top:hover {
    text-decoration: underline !important;
    color: #fff !important;
}

.font-btn {
    background-color: #2361b9;
    color: #fff !important;
}

.font-btn:hover, .section-boxes .card-header {
    background-color: #2361b9;
}

.box-top-right .card-header {
    background-color: #d7002e;
}

.box-top-right {
    margin-top: 0px;
}

.section-boxes {
    padding-top: 5px;
}

.section-boxes .card-header a {
    text-decoration: none;
}

.section-boxes .card-header h6 {
    margin-bottom: 0;
}

.section-boxes .card-body {
    padding: 5px 10px 10px 10px;
}

.section-boxes .card-body .list-group-item {
    padding: 0;
    border: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.section-boxes .card-body .list-group-item a, .box-top-right a {
    font-size: 15px;
    text-decoration: none;
}







.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
    /* Adjusts for spacing */
    /* For visualization
    background: #808080; width: 5px;
    */
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
    height: 200px;

}

.centered p {
    font-weight: 300;
    font-size: 15px;
    color: #c3c3c3;
    margin-bottom: 20px;
}


/* ======================= Updated css =================== */
.upper-header-section {
    border-bottom: 1px solid #ccc;
}

.nepal-flag {
    text-align: right;
    padding: 10px 0;
}

.nepal-flag img {
    width: 75px;
}

.nepal-flag .update {
    margin-bottom: -50px;
    font-size: 13px;
}

.contact-info p {
    margin: 0;
    font-size: 14px;
    color: #2361b9;
}

/* .header-panel .main-logo{
  padding: 15px 0;
} */
.header-panel .main-logo img {
    max-width: 110px;
}

.header-panel h2 {
    font-size: 16px;
    color: #E80F0F;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin: 15px 0;
}

.header-panel h2 span {
    display: block;
    color: #2460B9;
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
}

.header-panel .input-group .form-control {
    font-size: 15px;
    border: 1px solid #cecece;
    border-radius: 30px 0px 0px 30px;
}

.header-panel .input-group .btn-primary {
    background: #2460B9;
    border-radius: 0 30px 30px 0;
}

.menu-panel {
    padding: 0px;
    background-color: #2361b9;
}

.header-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
    -moz-transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
    transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
}

.header-panel__inner {
    position: relative;
}

.header-panel.off-canvas {
    top: 0px;
}

.header-panel.fixed {
    padding-top: -4545px;
    z-index: 99999;
}

.menu-panel .navbar {
    padding: 0;

}

.nav-bg-blue {
    /* background: #2460B9; */
    padding: 0 1rem;
}

.menu-panel .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}

.nav-menu-top .nav-item-top:first-child .nav-link {
    padding-left: 0 !important;
}

.main-section {
    padding-top: 223px;
}

/* ======================= Banner slider css added ============== */
.hero-slider {
    overflow: hidden;
}

.hero-slider .slick-slide {
    margin: 0;
}

.slick-track .banner-slide {
    display: flex;
    flex-flow: row nowrap;
}

.banner-slider .banner-slide .baner-caption {
    /* background: rgba(0, 0, 0, 0.8); */
    padding: 8px 0 8px 80px;
    bottom: 0;
    max-width: 610px;
    left: 0;
    /* right: 0; */
    position: absolute;
    /*top: 3px;*/
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.74+0,0.65+33,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.65) 33%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.65) 33%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.65) 33%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

.baner-caption__text h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.baner-caption__text {
    line-height: 27px;
}

/* ========================================== */
/* All about spaces */
/* ========================================== */
.recentnews-panel {
    padding: 0 0 60px 0;
}

.about-panel,
.service-panel,
.educational-panel,
.inner-panel-intro {
    padding: 30px 0;
}

/* ======================= Recent news css added ============== */
.recentnews-panel {
    background-color: #f0f0f0;
    margin: -50px 0px 0 0;
}

.recent-news {
    background: #ffffff;
    overflow: hidden;
}

.recent-news-title {
    background: #4e5256;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 20px;
    min-width: 196px;
    position: relative;
    display: flex;
}

.recent-news-title a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: auto;
}

/* .recent-news-title:after{
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42.5px 0 42.5px 20px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #E80F0F;
} */
.slider-item__grid {
    position: relative;
    padding: 10px 10px 10px 35px;
    border-right: 1px solid #e0e0e0;
}

.slider-item__grid p {
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    white-space: normal;
    margin: 0 0 5px 0;
}

.item__counter {
    width: 34px;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #313335;
    text-align: center;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 0 0 0;
}

.recent-news__date {
    font-size: 15px;
    color: #31333573;
}

/* ==== Vertical tab panel === */
.vtabnab-panel {
    position: relative;
}

.vtabnab-panel:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    bottom: 30%;
    width: 100vw;
    z-index: 0;
    background-image: url(../images/pattern.png);
    background-position: center top;
    content: '';
}

.vtabnab-panel .nav-tabs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    border: none;
    position: relative;
    z-index: 1;
}

/*.vtabnab-panel .nav-tabs .nav-item {*/
/*  padding: 0 10px;*/
/*}*/


.vtabnab-panel .nav-tabs .nav-link {
    border: none;
    color: #313335;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.vtabnab-panel .nav-tabs .nav-link.active {
    position: relative;
    border-bottom: 2px solid #e80d0f;
    background: #cec9c9;
    padding: 10px 20px;
    box-shadow: 1px 0px 6px rgb(1 3 2 / 100%);
}

.vtabnab-panel ul li:first-child .active {
    border-radius: 25px 0 0 25px;
}

.vtabnab-panel ul li:last-child .active {
    border-radius: 0 25px 25px 0;
}

.vtabnab-panel .nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-top-color: #e80d0f;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    margin-bottom: -20px;
}

.vtabnab-panel .tab-content {
    padding: 30px 0 0 0;
    position: relative;
    z-index: 1;
}

.about-image-section {
    display: flex;
    flex-flow: row nowrap;
    background-color: #2262b9;
}

.image-section {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-position: left 50%;
    background-size: cover;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.about-image-section .image-caption {
    padding: 30px;
    width: 50%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.about-image-section .image-caption h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
}

.about-image-section .image-caption .view-more a {
    display: inline-block;
    color: #313336;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px;
    margin-top: 10px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
}

.vtabnab-panel .home-sidebar {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.vtabnab-panel .home-sidebar .sidebar-image-block {
    background: #2262b9;
    text-align: center;
    max-width: 300px;
    width: 300px;
    margin: 15px;
    border: 1px solid #2163b9;
}

/* ===================== Grid newslist ================ */
.news-listings--grid ul {
    display: flex;
    flex-flow: row wrap;
}

.news-listings.news-listings--grid ul > li {
    width: calc(33.33% - 10px);
    position: relative;
    margin: 5px;
    padding: 0;
}

.news-listings.news-listings--grid ul > li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
}

.news-listings.news-listings--grid .news-left {
    width: 100%;
}

.news-listings.news-listings--grid .news-desc-right {
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 20px;
    bottom: 0;
}

.news-listings.news-listings--grid .news-desc-right h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
}

.news-listings.news-listings--grid .news-desc-right .date {
    font-size: 15px;
    color: #c5c5c5;
}

/* ===================== line newslist ================ */

.news-listings ul li {
    list-style: none;
    margin: 10px;
    padding: 15px;
    border-bottom: 0px solid rgba(207, 207, 207, 0.5);
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    width: calc(50% - 20px);
}

.news-listings {
    padding-top: 20px;
}

.news-listings ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
}

.news-listings ul li:after {
    content: "";
    display: table;
    clear: both;
}

.news-listings ul .news-left {
    width: 100px;
    float: left;
}

.news-listings ul .news-desc-right {
    float: left;
    width: calc(100% - 100px);
    padding-left: 20px;
}

.news-listings ul .news-desc-right h3 {
    line-height: 1;
}

.news-listings ul .news-desc-right h3 a {
    font-size: 15px;
    font-weight: 400;
    color: #313335;
    display: block;
    line-height: 26px;
}

.news-listings ul .news-desc-right .date {
    color: #31333573;
    font-size: 15px;
}

.news-desc-width {
    width: 100% !important;
}

/* ===================== text newslist ================ */
.news-listings--text ul li {
    list-style: none;
    margin: 5px 10px;
    padding: 15px;
    border-bottom: 0px solid rgba(207, 207, 207, 0.5);
    background-color: #fff;
    /* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.19); */
    width: calc(50% - 20px);
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.list-count {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #30c0ff;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    top: 50%;
    margin-top: -15px;
}

/* .news-listings--text ul li:nth-child(odd) .list-count {
  background-color: #bd82d0;
} */
.news-listings--text ul .news-desc-right {
    padding-left: 35px;
}

.news-listings--text ul .news-desc-right h3 a {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

/* ============================================ */
/*  About panel  */
/* ============================================ */
.members-row-panel {
    display: flex;
}

.members-row-panel .home-sidebar .sidebar-image-block {
    margin: 5px;
    width: 130px;
}

.members-row-panel .sidebar-image-block .sidebar-caption h4 {
    font-size: 15px;
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 400;
}

.members-row-panel .sidebar-image-block .sidebar-caption {
    padding: 5px 0;
}

.members-row-panel2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}

.members-row-panel2.members-row-panel2--large {
    margin-top: 0;
}

.members-row-panel2 li {
    display: flex;
    flex-flow: row nowrap;
}

.members-row-panel2 .home-sidebar .sidebar-image-block {
    margin: 19px 10px;
    width: 100%;
    position: relative;
}

.members-row-panel2.members-row-panel2--large .home-sidebar .sidebar-image-block {
    width: 310px;
}

.members-row-panel2 .home-sidebar .sidebar-image-block {
    background: #2262b9;
    text-align: center;
    max-width: 100%;
    margin: 47px 0;
    border: 1px solid #2163b9;
    min-height: 45px;
    /* max-height: 79px; */
}

.members-row-panel2.members-row-panel2--large .home-sidebar .sidebar-image-block {
    background: #2262b9;
    text-align: center;
    max-width: 450px;
    margin: 40px 15px;
    border: 1px solid #2163b9;
    min-height: 70px;
}


.members-row-panel2 .sidebar-image-block .image-only {
    /* padding: 5px; */
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    top: -75px;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -37px;
    padding: 0;
}

.members-row-panel2.members-row-panel2--large .sidebar-image-block .image-only {
    top: -65px;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    border: 3px solid #ececec;
}

.members-row-panel2 .sidebar-image-block .sidebar-caption {
    padding: 10px 0 5px 0;
}

.members-row-panel2 .sidebar-image-block .image-only img {
    border-radius: 0;
    max-width: 100%;
    padding: 0;
    object-fit: none;
}

.members-row-panel2 .sidebar-image-block .sidebar-caption h4 {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.members-row-panel2.members-row-panel2--large .sidebar-image-block .sidebar-caption h4 {
    font-size: 16px;
}

.members-row-panel2 .sidebar-image-block .sidebar-caption h4 span {
    font-size: 15px;
    color: #afc6e6;
}

.members-row-panel2.members-row-panel2--large .sidebar-image-block .sidebar-caption h4 span {
    font-size: 15px;
    margin-top: 5px;
}

/* ============================================ */
/*  Service panel  */
/* ============================================ */
.service-panel {
    background: #194b92;
    background-image: url(../images/noise.png), linear-gradient(45deg, #30cfd0 0%, #194b92 50%);
    background-position: center top;
}

.hero-panel-title {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
}

.hero-panel-title h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.service-panel .hero-panel-title {
    color: #ffffff;
}

.service-panel .service-items .service-inner {
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    padding: 25px;
    border-radius: 4px;
}

.service-items {
    padding: 15px;
    outline: none;
}

.service-items .service-inner {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.service-panel .service-items .service-inner .vision-icon {
    max-width: 25px;
}

.service-items .service-inner h4 {
    font-size: 18px;
    margin: 15px 0 10px 0;
}

.service-items .service-inner .vision-caption p {
    margin-top: 5px;
    font-size: 15px;
}

.services-carousel {
    padding: 0 30px;
}

.services-carousel button.slick-prev, .services-carousel button.slick-prev:hover {
    left: 0;
    width: 28px;
    height: 40px;
    background: url("../images/arrow-left.png") no-repeat center #fff;
    border-radius: 4px;
}

.services-carousel button.slick-next, .services-carousel button.slick-next:hover {
    right: 0;
    width: 28px;
    height: 40px;
    background: url("../images/arrow-right.png") no-repeat center #fff;
    border-radius: 4px;
}

/* ============================================ */
/*  Educational panel  */
/* ============================================ */
/* ============================================ */
/*  graphicaldata panel  */
/* ============================================ */
.graphicaldata-row {
    overflow: hidden;
    padding: 15px 0;
}

.graphicaldata-row > div {
    background-color: #ffffff;
    margin: 0px 15px;
    width: calc(33.333% - 30px);
    flex: auto;
    padding: 0px 20px 30px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.graphicaldata-row > div > div {
    flex: 1;
}

.graphicaldata-row h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.bar-list {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 15px 0;
    position: relative;
}

.bar-list span {
    background: #fff;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    border-radius: 50%;
    margin-top: -20px;
}

.progress-bars {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.students {
    height: 100%;
}

.students__data .student-col {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.students img {
    max-width: 70px;
}

/* ===========Pie chart ================= */
.pie-chart__cropps {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie-chart {
    /* display: flex;
    height: 230px;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    padding: 0 10px;
    height: 260px;
    margin-top: -25px;
}

.pie-chart #main {
    height: 100%;
    min-height: 400px;
    width: 100%;
    transform: translate(0, -26%);
}

/* ============================================ */
/*  Statistical Panel  */
/* ============================================ */
.statistical-data .hero-panel-title {
    color: #ffffff;
}

.statistical-data {
    background-color: #2361b9;
    background-image: url(../images/statistical-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    min-height: 540px;
}

.statistical-data:before {
    content: '';
    position: absolute;
    background-color: rgba(6, 6, 6, 0.62);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.statistical-data .hero-panel-title h2 {
    color: #fff;
}

.statistical-data .container {
    position: relative;
    z-index: 1;
}

.statistical-data__body {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.statistical-data-container {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 35px 10px;
    background: #4e5256;
    opacity: 0.9;
}

.purple--bg {
    background: #4b2e7d;
}

.dark-blue--bg {
    background: #0E3054;
}

.blue--bg {
    background: #2262b9;
}

.dark-purple--bg {
    background: #411548;
}

.gray--bg {
    background: #716b6b;
}

.statistical-data-container > img {
    width: 100%;

}

.statistical-data-container .icon {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
}

.statistical-data-container .data-caption {
    padding: 10px 50px;
}

.statistical-data-container .data-caption .title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.statistical-data-container .data-caption .value {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
}

/* ============================================ */
/*  Buttons  */
/* ============================================ */
.button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button--primary {
    background-color: #e80d0f;
    color: #fff;
}

.button--large {
    padding: 0.6rem 5rem;
}

.view-all-news {
    text-align: center;
    margin-top: 25px;
}

/* .vtabnab-panel .tab-cover{
  overflow: auto;
} */


/* .view-all-news a {
  display: inline-block;
  color: #E80F0F;
  text-transform: uppercase;
  border: 1px solid currentColor;
  padding: 5px 10px;
  min-width: 100px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}
.view-all-news a:hover {
  background: #E80F0F;
  color: #fff;
} */

/* ============================================ */
/*  Footer panel css  */
/* ============================================ */
.footer-panel {
    background-image: url(../images/footer2-bg.jpg);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 80px 0 0 0;
    position: relative;
    min-height: 540px;
}

.footer-panel:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2361b9+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(35, 97, 185, 1) 0%, rgba(125, 185, 232, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(35, 97, 185, 1) 0%, rgba(125, 185, 232, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(35, 97, 185, 1) 0%, rgba(125, 185, 232, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2361b9', endColorstr='#007db9e8', GradientType=0); /* IE6-9 */

}

.footer-panel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 73, 146, 0.8);
}

.footer-panel .footer-top, .footer-panel .footer-bottom, .footer-nav, .footer-info {
    position: relative;
    z-index: 1;
}

.footer-panel, .footer-panel a {
    font-size: 15px;
    color: #a4c4f1;
    font-family: "Roboto", sans-serif;
    line-height: 15px;

}

.footer-panel a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background-color: rgba(34, 79, 144, 0.79);
}

.footer-nav__box {
    flex: 1;
    padding: 30px 10px;
}

.footer-nav__box .footer-logo {
    margin-bottom: 20px;
}

.footer-nav__box:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}


.footer-nav__box ul li {
    line-height: 1.6;
}

.footer-nav__box iframe {
    border-radius: 5px;
}

.footer-nav__title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer .footer-top .footer__row {
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-panel ul {
    padding: 0;
}

.footer-panel .footer-contact-info li {
    position: relative;
    /*padding-left: 20px;*/
    margin-top: 5px;
}

.footer-panel .footer-contact-info li img {
    position: absolute;
    left: 0;
    top: 7px;
}

.footer-nav__socials {
    display: flex;
    flex-flow: row;
}

.footer-nav__socials a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #2361b9;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;

}

/*.footer-nav__box .play-store{*/
/*  margin-top: 50px;*/
/*}*/
.footer-nav__socials li:not(:last-child) {
    margin-right: 10px;
}

.footer-info {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    margin-top: 30px;
    background-color: rgba(34, 79, 144, 0.79);
}

.footer-info__box {
    display: flex;
    justify-content: space-between;
}

.footer-info__box--right em {
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
}

.footer .footer-top ul li {
    list-style: none;
}

.footer .footer-top ul li.col-md-4:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.footer__nav-grid {
    display: flex;
    flex-flow: row nowrap;
}

.footer__nav-grid .footer-nav {
    flex: 1;
    text-align: left;
}

/* ============================================ */
/*  Inner page css  */
/* ============================================ */
.main-section__header {
    min-height: 500px;
    background: rgb(35, 97, 185);
    background: linear-gradient(0deg, rgb(35, 97, 185) 20%, rgb(74, 136, 224) 80%);
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.main-section__header:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
}

.main-section__header .bg {
    background-image: url(../images/page_header_bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.main-section__header .mask {
    z-index: 10;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
}

.main-section__header .text {
    display: block;
    text-align: center;
    z-index: 2;
    position: relative;
    padding: 0 10px 100px;
}

.main-section__header .text h1 {
    margin: 0;
    color: #fff;
    font-size: 2rem;
}

.inner-panel-intro {
    background-image: url(../images/curve-graphic-top.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;

}

.inner-panel-intro {
    margin-top: -140px;
    position: relative;
    padding-top: 120px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.page-title-row {
    display: flex;
    flex-flow: row nowrap;
    color: #fff;
    position: relative;
    z-index: 1;
}

/*.page-title-row .page-title-col{*/
/*  flex:1;*/
/*}*/
.page-title-text {
    padding: 40px;
}

.page-intro-image {
    padding: 30px 0px 80px 0px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.page-intro-image img {
    max-width: 450px;
    position: relative;
    z-index: 1;
    border: 14px solid #ffffff29;
}

.page-intro-image .img-top-circle {
    max-width: 100px;
    transform: translate(-40px, 129px);
}

.page-intro-image .img-bottom-circle {
    max-width: 150px;
    transform: translate(-60%, -110%);
}

.page-intro-image .img-top-circle,
.page-intro-image .img-bottom-circle {
    position: absolute;
}

.page-intro-image img .img-bottom-circle {
    right: 0;
    bottom: 0;
}

.page-title-text h1 {
    max-width: 410px;
    font-size: 60px;
}

.page-title-text h1 {
    max-width: 100%;
    font-size: 30px;
}

.breadcrumb--transparent {
    padding: 0;
    margin-bottom: 0;
    margin-top: 25px;
    background-color: transparent;
}

.page-title-row .breadcrumb--transparent a {
    color: #f4f5f7;
    font-size: 15px;
}

.page-title-row .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "-";
}

.page-title-row .breadcrumb-item.active {
    color: #ffcc00;
    font-size: 15px;
    line-height: 28px;
}

/* ============================================ */
/*  Team page css  */
/* ============================================ */

.center-intro-text {
    max-width: 850px;
    display: flex;
    justify-content: center;
    margin: 0 auto;

}

.center-intro-text p {
    text-align: center;
    font-weight: 300;
    line-height: 26px;
}

.team-panel .center-intro-text {
    text-align: left;
    max-width: 100%;
    margin: 0;
}

.team-panel .hero-panel-title {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.team-panel .center-intro-text p {
    text-align: left;
}

.team-panel {
    padding-bottom: 60px;
    padding-left: 30px;
}

.team-panel h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.team-panel .home-sidebar {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.home-sidebar .sidebar-image-block {
    background: #2262b9;
    text-align: center;
    max-width: 300px;
    width: 300px;
    margin: 15px;
    border: 1px solid #2163b9;
}

/* ======== Vertical tab panel css inner page ========== */
.vertical-tabpanel {
    padding-right: 20px;
}

.vertical-tabpanel .nav-pills {
    border: 1px solid #cecece;
}

.vertical-tabpanel .nav-item {
    padding: 15px;
    border: 1px solid #cecece;
}

.vertical-tabpanel .nav-item:last-child {
    border-bottom: 1px solid #cecece;
}

.vertical-tabpanel .nav-pills .nav-link {
    border-radius: 0;
    background-color: transparent;
    color: #212529;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    position: relative;
}

.vertical-tabpanel .nav-pills .nav-link:after {
    position: absolute;
    content: "\f178";
    color: #212529;
    font-family: fontawesome;
    right: 0;
    transition: right 0.25s ease-in-out;
}

.vertical-tabpanel .nav-pills .nav-link:hover:after {
    right: -10px;
}

.vertical-tabpanel .nav-pills .nav-link.active, .vertical-tabpanel .nav-pills .nav-link:hover {
    color: #e80d0f;
}

.vertical-tabpanel .nav-pills .nav-link.active:after {
    color: #e80d0f;
}

/* ============================================ */
/*  Detail page css  */
/* ============================================ */
.img-placeholder-wrap > * {
    position: relative;
}

.content__block-top {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.img-placeholder-bg {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: 100%;
    height: 60%;
    background-color: rgb(216, 227, 232);
    transform: translate(0, -10%);
}

.img-placeholder-wrap img {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.16);
}

.content__block .container {
    max-width: 1000px;
}

.content__block-detail {
    padding-top: 35px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: justify;
}

.author-list {
    margin-top: 30px;
}

.author-list > ul {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

.author-list > ul li {
    flex: 1;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-right: transparent;
}

.author-list > ul li:last-child {
    border-right: 1px solid #ccc;
}

.author-list > ul li a {
    line-height: 45px;
    display: inline-flex;
    font-size: 15px;
    align-items: center;
    color: #21262a;
}

.author-list > ul li i {
    font-size: 16px;
    margin-right: 5px;
}

.detail-content {
    line-height: 30px;
}

.detail-content h3 {
    font-size: 24px;
}

.detail-content h4 {
    font-size: 18px;
}

.detail-content h5 {
    font-size: 15px;
}

.detail-content h1,
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
    margin-bottom: 15px;
    margin-top: 30px;
}


.download-grid {
    background: #e9f0f6;
    padding: 20px;
    height: 222px;
    max-width: calc(242px - 4px);
    position: relative;
    word-wrap: break-word;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.52);
    margin: 2px;
}

.hero-banner-wrapper .download-grid {
    max-width: 275px;
}

.hero-banner-wrapper .download-grid h3 {
    width: auto;
    font-size: 22px;
    line-height: 35px;
    margin-right: 0;
    padding-right: 0;
}

.download-grid h3 {
    display: block;
    margin-bottom: 0;
    font-size: 15px;
    margin-top: 10px;
}

.download-grid span {
    font-size: 16px;
}

.download-grid span {
    color: #29292b;
}

.download-grid span {
    font-size: 16px;
}

.download-grid span {
    color: #29292b;
}

.download-grid .item-size {
    font-size: 15px;
    display: block;
    margin-top: 4px;
}

.pdf-downloadBtn {
    position: absolute;
    bottom: 22px;
    left: 22px;
    width: 34px;
    height: 34px;
    z-index: 3;
    font: 0/0 normal;
    background: url(../images/pdf-downloadBtn__gnarrow--down--red.png) no-repeat 0 27px;
    text-indent: -99999px;
    overflow: hidden;
}

.pdf-downloadBtn:after {
    position: inherit;
    content: '';
    background: url(../images/pdf-downloadBtn__arrow--down.png) no-repeat;
    display: block;
    width: 34px;
    height: 29px;
    top: 0;
    left: 0;
}

.view-item {
    position: absolute;
    bottom: 12px;
    right: 22px;
    left: auto;
    width: 100px;
    height: 34px;
    z-index: 3;
    font-size: 13px;
    color: #e75b4f;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
}

.view-item:hover {
    text-decoration: none;
    transition: all 0.3s linear;
    font-size: 14px;
}

.view-item i {
    margin-right: 5px;
    font-size: 14px;
}

.download-grid:hover .pdf-downloadBtn:after {
    -webkit-animation: arrowDownAnimation .5s linear;
    -moz-animation: arrowDownAnimation .5s linear;
    animation: arrowDownAnimation .5s linear;
}

.download-grid:hover .pdf-downloadBtn:after {
    -webkit-animation: arrowDownAnimation .5s linear;
    -moz-animation: arrowDownAnimation .5s linear;
    animation: arrowDownAnimation .5s linear
}

@keyframes arrowDownAnimation {
    from {
        top: -30px
    }

    to {
        top: 0
    }
}

.download-grid:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 7px solid transparent;
}

.download-grid:hover:after {
    border: 7px solid #e80d0f;
}

.download-assetsPanel {
    display: flex;
    flex-flow: row wrap;
}

/* ============================================ */
/*  Gallery page css  */
/* ============================================ */
.main-section__content--gallery {
    background-color: #f4f5f4;
}

.moe-imageGallery {
    display: flex;
    flex-flow: row wrap;
}

.moe-imageGallery .moe-imageGallery__box {
    width: calc(33.33% - 10px);
    margin: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
    -moz-transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
    transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
}

.list-box ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

.list-box ul > li a:hover {
    text-decoration: none;
}

.moe-imageGallery .moe-imageGallery__box img {
    -webkit-transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
    -moz-transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
    transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
}

.moe-imageGallery .moe-imageGallery__box:hover img {
    transform: scale(1.06);
}

/* ===================== Grid list ================ */
.listings--grid ul {
    display: flex;
    flex-flow: row wrap;
}

.list-box ul > li {
    width: calc(33.33% - 10px);
    margin: 5px;
}

.list-box ul > li > a {
    position: relative;
    display: block;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06);
}

.list-box ul > li > a:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 7px solid transparent;
}

.list-box ul > li > a:hover:after {
    border: 7px solid #e80d0f;
}

/* .list-box ul> li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.5);
} */
.list-box .list-box__img {
    width: 100%;
    position: relative;
}

.list-box .list-box__img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.list-box .list-box__text {
    width: 100%;
    padding: 12px 20px;
    bottom: 0;
    background-color: #fff;
}

.list-box .list-box__text h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
}

.list-box .list-box__text .date {
    font-size: 15px;
    color: #c5c5c5;
}

.list-box--gallery {
    width: 100%;
}

.slbCloseBtn {
    background-color: #000;
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 50%;
    margin-left: -40px;
}

.slbArrow {
    width: 80px;
    height: 170px;
    opacity: 1;
    background-color: #fff;
}

.slbArrow:before {
    margin: -.8em 0 0 -6px;
    border: .8em solid transparent;
}

.slbArrow.prev:before {
    margin: -.8em 0 0 -20px;
}

.slbArrow.prev:before {
    border-right-color: #000;
}

.slbArrow.next:before {
    border-left-color: #000;
}

.slbCaption {
    font-size: 16px;
}

/* ============================================ */
/*  Contact page css  */
/* ============================================ */
.contact-panel {
    position: relative;
    margin-top: -50px;
    padding-bottom: 80px;
}

.contact-wrapper {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
}

.contact-wrapper .form-wrap {
    width: 60%;
    flex: 1 1 60%;
}

.contact-wrapper .contact-desc {
    flex: 1 1 40%;
    width: 40%;
}

.contact-wrapper .form-wrap .form {
    padding: 40px 30px;
    background-color: #2361b9;
    border-radius: 12px;
    color: #fff;
}

.form .form-control {
    height: 50px;
}

.form p {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
}

.contact-wrapper .form-wrap .form form {
    margin-top: 30px;
}

.contact-wrapper .form-wrap .text-muted {
    color: #6d92c7 !important;
}

.contact-panel .table thead th:first-child {
    width: 80px;
}

.contact-panel .table thead th:last-child {
    width: 300px;
}

.contact-panel .table thead th {
    font-size: 15px;
}

.contact-panel .table p {
    margin: 0;
}

/* ========Table custom css =========== */
.table-panel {
    background-color: #ebecec;
}

.table-panel .table thead {
    background-color: #2361b9;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border-color: transparent;
}

.table-panel .table thead th {
    background-color: transparent;
    padding: 20px 15px;
    vertical-align: top;
    border: none;
    font-weight: normal;
}

.table-panel .table table tbody {
    border-color: transparent;
}

table thead th {
    padding: 10px;
}

table tbody td {
    padding: 12px;
    font-size: 15px;

}

table td, .table th, .table td {
    border: none;
    font-size: 15px;
}

table tbody tr:nth-of-type(even) {
    background-color: #c6c8cc;
}

.map-form-section thead tr {
    background-color: #c6c8cc !important;
}

/* ============================================ */
/*  Responsive css  */
/* ============================================ */
.menu-panel .navbar > div {
    display: flex;
}

.navbar-toggler {
    padding: 0 10px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0
}

.navbar-light .navbar-brand {
    color: #fff;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    margin-right: 5px;
}

.navbar-icon {
    width: 30px;
    height: 4px;
    background-color: #fff;
    display: block;
    border-radius: 20px;
    margin: 4px 0px;
}

/* ============================================ */
/* Helpers css  */
/* ============================================ */
.margin-no {
    margin: 0;
}

/* ============================================ */
/* Social share css  */
/* ============================================ */
.share-box {
    width: 100%;
    padding: 30px 0;
    display: flex;
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
}

.share-box strong.title {
    float: left;
    font: 800 14px/32px 'Raleway', sans-serif;
    color: #222;
    padding: 0 12px 0 0
}

.share-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.share-box ul li {
    float: left;
    padding: 0 10px 0 0
}

.share-box ul li a {
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 15px;
    display: block
}

.social-color-1 {
    background: #29a9e1
}

.social-color-2 {
    background: #3b5a9a
}

.social-color-3 {
    background: #df4b38
}

.social-color-4 {
    background: #5280a5
}

.social-color-5 {
    background: #fba933
}

.social-color-6 {
    background: #cb312e
}


.header-top .d-flex {
    justify-content: flex-end;
}

.social-media ul {
    padding: 0;
    margin: 0;
}

.social-media ul li {
    list-style: none;
    display: inline-block;
    margin-right: 35px;
}

@media (max-width: 767px) {

    .header-top .date {
        text-align: center;
        margin-bottom: 10px;
    }

    .social-media ul li {
        margin-right: 15px;
    }
}


.nav-bg-blue .navbar-brand {
    color: #fff;
}

.nav-bg-blue .navbar-toggler {
    border: none;
    outline: none;
}

.nav-bg-blue .navbar-icon {
    height: 1px;
    display: block;
    background: #fff;
    width: 30px;
    margin: 6px 0px;
    border-radius: 2px;
}

.nav-bg-blue .navbar-nav {
    width: 100%;
}

.nav-bg-blue .navbar-nav li a {
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

@media (max-width: 991px) {
    .collapse.navbar-collapse {
        position: fixed;
        height: 100%;
        background: #2460B9;
        width: 100%;
        top: 0;
        left: 0;
        padding: 15px;
        z-index: 100;
        transform: translateX(100%);
        transition: transform 0.5s;
        display: block;
        overflow-y: auto;
    }

    .collapse.navbar-collapse.show {
        transform: translateX(0);
        transition: transform 0.5s;
    }

    .search-section {
        bottom: -53px;
    }

    .footer-nav__box {
        padding: 20px;
    }

    .footer-nav__socials {
        display: flex;
        flex-grow: column;
        flex-flow: row;
        flex-wrap: wrap;
    }

}

@media (min-width: 992px) {
    .navbar-brand, div#hide-nav {
        display: none;
    }
}

div#hide-nav {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    float: right;
}

.header-panel {
    background: url("../images/bg-header.jpg") repeat top left;
    background-size: contain;
}

.header-panel .row {
    align-items: center;
}

@media (max-width: 767px) {

    .latest-update {
        display: none;
    }

    .baner-caption .baner-caption__text h3, .center-intro-text p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .banner-slider .banner-slide .baner-caption {
        padding: 8px 0 8px 30px;
    }

    .main-title h3, .about-image-section .image-caption h2 {
        font-size: 16px !important;
    }

    .search-section {
        bottom: -44px;
    }
}

.header-panel .input-group {
    max-width: 290px;
    margin-left: auto;
}

@media (max-width: 767px) {
    .header-panel .input-group {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#navabar li a:hover {
    color: #fff;
    background: #E80F0F;
}

#navabar li a:focus {
    color: #fff;
    background: #E80F0F;
}

#navabar .collapse ul > li:hover > a {
    background: #E80F0F;
    text-decoration: none;
}

#navabar .collapse ul ul {
    background: #2460B9;
}

#navabar .collapse ul ul > li:hover > a {
    background: #E80F0F;
}

#navabar .collapse ul ul ul {
    background: #2460B9;
}

#navabar .collapse ul ul ul > li:hover > a {
    background: #E80F0F;
}

#navabar .collapse ul ul ul ul {
    background: #2460B9;
}

#navabar .collapse ul ul ul ul.dropdown-menu {
    background: #2460B9;
}

#navabar .collapse ul ul ul.dropdown-menu {
    background: #2460B9;
}

#navabar .collapse ul ul.dropdown-menu {
    background: #2460B9;
}

@media only screen and (min-width: 767px) {
    #navabar .collapse ul li:hover > ul {
        display: block;
    }

    #navabar .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 350px;
        display: none;
    }

    #navabar .collapse ul ul li {
        position: relative;
    }

    #navabar .collapse ul ul li:hover > ul {
        display: block;
    }

    #navabar .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 350px;
        display: none;
    }

    #navabar .collapse ul ul ul li {
        position: relative;
    }

    #navabar .collapse ul ul ul li:hover ul {
        display: block;
    }

    #navabar .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 350px;
        display: none;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px;
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px;
    }
}

.banner-slider .banner-slide {
    position: relative;
}

.banner-slider .banner-slide img {
    width: 100% !important;
    /* height: 100%; */
    object-fit: cover;
}

/* .banner-slider .banner-slide .baner-caption {
  background: rgba(0, 0, 0, 0.8);
  padding: 8px 24px;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
} */


.banner-slider .banner-slide .baner-caption p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

@media (max-width: 767px) {
    .banner-slider .banner-slide .baner-caption p {
        font-size: 15px;
    }
}

.text-slider {
    width: 100%;
}

@media (max-width: 767px) {
    .text-slider {
        width: 100%;
        padding: 10px 20px;
    }
}


@media (max-width: 767px) {
    .recent-news {
        margin-top: 34px;
        margin-bottom: 40px;
    }
}

.recent-news .recent-news-title-block {
    align-items: center;
}

@media (max-width: 767px) {
    .recent-news .recent-news-title-block {
        display: block !important;
    }
}

/*.slick-slider {*/
/*  margin-bottom: 0;*/
/*}*/

.variable-width-slider .slider-item {
    overflow: hidden;
}

.variable-width-slider .slider-item a {
    color: #2460B9;
    font-size: 20px;
}

@media (min-width: 768px) {
    .variable-width-slider .slider-item a {
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}


.service-items .service-inner.red {
    border: 1px solid #E80F0F;
}

.service-items .service-inner.red h4 {
    color: #E80F0F;
}

.service-items .service-inner.blue {
    border: 1px solid #2460B9;
}

.service-items .service-inner.blue h4 {
    color: #2460B9;
}

.service-items .service-inner.green {
    border: 1px solid #70DC70;
}

.service-items .service-inner.green h4 {
    color: #70DC70;
}

.service-items .service-inner.pink {
    border: 1px solid #FF4DFF;
}

.service-items .service-inner.pink h4 {
    color: #FF4DFF;
}


@media (max-width: 767px) {
    .news-listings ul .news-desc-right h3 a {
        font-size: 16px;
    }
}

.news-listings ul .news-desc-right h3 a:hover {
    color: #2460B9;
    text-decoration: none;
}

@media (max-width: 767px) {
    .news-listings ul .news-desc-right span {
        font-size: 15px;
    }
}

.about-image-section {
    position: relative;
}

.about-image-section img {
    width: 100%;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .about-image-section img {
        height: 690px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .about-image-section .image-caption {
        position: static;
        width: 100%;
    }
}

.about-image-section .image-caption h4 {
    color: #E80F0F;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
}

.about-image-section .image-caption em {
    color: #fff;
    margin-bottom: 30px;
    display: block;
}

.main-title.title-has-border {
    margin-top: 100px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .main-title.title-has-border {
        margin-top: 40px;
        margin-bottom: 25px;
    }
}

.main-title.title-has-border h2 {
    padding-bottom: 5px;
    margin: 0;
}

.main-title.title-has-border h2:before {
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    background: #E80F0F;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    .main-title h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .sidebar-image-block {
        max-width: 100%;
        margin-bottom: 25px;
    }
}

.sidebar-image-block .image-only {
    padding: 5px;
    background: #fff;
    border-radius: 0 0 0 65px;
    overflow: hidden;
    position: relative;
}

.sidebar-image-block .image-only img {
    border-radius: 0 0 0 65px;
    width: 100%;
}

.sidebar-image-block .sidebar-caption {
    padding: 14px 0;
}

.sidebar-image-block .sidebar-caption h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.sidebar-image-block .sidebar-caption h4 span {
    display: block;
    text-transform: none;
}

.statistical-data-container:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    position: absolute;
    height: calc(100% - 28px);
    width: calc(100% - 28px);
    border-radius: 50%;
    left: 14px;
    top: 14px;
    opacity: 0;
    transition: opacity 0.5s;
}

.statistical-data-container:hover:before {
    opacity: 1;
}

.statistical-data-container .data-caption {
    position: absolute;
    bottom: 50%;
    width: 100%;
    transform: translateY(50%);
}

@media (max-width: 767px) {
    .statistical-data-container .data-caption .title {
        font-size: 16px;
        letter-spacing: 0.05rem;
    }
}

.gallery-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.gallery-wrapper > img {
    width: 100%;
}

.gallery-wrapper .gallery-caption {
    position: absolute;
    bottom: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
    right: 20px;
    background: rgba(36, 96, 185, 0.8);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(0);
    transition: transform 0.5s;
}

.gallery-wrapper .gallery-caption h3 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 50px;
}

.gallery-wrapper .gallery-caption a {
    background: #E80F0F;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 15px;
    font-weight: 600;
    max-width: 110px;
    width: 100%;
}

.gallery-wrapper.last img {
    opacity: 0;
}

.gallery-wrapper.last .view-all-gallery {
    position: absolute;
    background: #2460B9;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-wrapper.last a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 5px 15px;
    text-decoration: none;
}

.gallery-wrapper:hover .gallery-caption {
    transform: scale(1);
}


@media (max-width: 767px) {
    .progress-bars {
        display: block;
    }
}


@media (max-width: 767px) {
    .students {
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .students .student-col {
        text-align: center;
        margin-bottom: 20px;
    }
}

.students .student-col p {
    font-size: 18px;
    color: #2460B9;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}

.main-content-sidebar .nav-tabs {
    margin-top: 30px;
}

.graphical-data h4 {
    font-size: 20px;
    color: #2460B9;
    margin-bottom: 25px;
}

.pie-chart #pie-chart {
    width: 100%;
}

.js-plotly-plot .plotly, .js-plotly-plot .plotly div {
    width: 100% !important;
}


@media (min-width: 991px) {
    .footer .footer-top ul li.col-md-4:nth-child(2) {
        text-align: center;
    }
}

@media (min-width: 991px) {
    .footer .footer-top ul li.col-md-4:nth-child(3) {
        text-align: center;
    }
}

.footer .footer-top .footer-logo {
    margin-bottom: 30px;
}

.footer .footer-top .footer-title h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.footer .footer-top .social-media {
    margin-bottom: 150px;
}

@media (max-width: 767px) {
    .footer .footer-top .social-media {
        margin-bottom: 30px;
    }
}

.footer .footer-top .social-media li {
    margin-right: 20px;
}

.footer .footer-top .social-media li a {
    font-size: 30px;
}

.footer .footer-top .footer-contact-info li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.footer .footer-top .footer-contact-info li img {
    margin-right: 5px;
}

.footer .footer-top .footer-contact-info li a {
    color: #fff;
    font-size: 15px;
}

.footer .footer-bottom .row {
    align-items: center;
}

.footer .footer-bottom .ft-btm-left {
    display: flex;
    margin: 15px 0;
    font-size: 14px;
    color: #fff;
    align-items: center;
}

@media (max-width: 767px) {
    .footer .footer-bottom .ft-btm-left {
        justify-content: center;
    }
}

.footer .footer-bottom .ft-btm-left span {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 5px 15px;
    margin: 0 20px 0 10px;
}

.footer .footer-bottom .copy-right {
    font-size: 15px;
    text-align: right;
    color: #fff;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .footer .footer-bottom .copy-right {
        text-align: center;
    }

    .footer-info__box {
        display: block;
        text-align: center;
    }

    .footer-info__box p, .footer-info__box div {
        margin-bottom: 5px !important;
    }

}

.slick-slide {
    margin: 0;
}

.inner-banner {
    min-height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
    z-index: 1;
}

.inner-banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.inner-banner h1 {
    color: #fff;
    font-weight: 700;
}

.back-home a {
    color: #E80F0F;
    font-size: 15px;
}

.single-post-content {
    margin-top: 40px;
}

.sidebar-item {
    margin-top: 40px;
}

.sidebar-item h4 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 400;
    color: black;
    letter-spacing: 0.01rem;
}

.sidebar-item ul {
    padding: 0;
    margin: 0;
}

.sidebar-item ul li {
    list-style: none;
    position: relative;
}

.sidebar-item ul li a {
    font-size: 15px;
    display: block;
    font-weight: 400;
    line-height: 1.3;
    color: #252525;
    letter-spacing: 0.01rem;
    text-decoration: none;
}

.sidebar-item ul li a:hover {
    color: #E80F0F;
}

.sidebar-item ul li:after {
    display: table;
    content: "";
    clear: both;
}

.sidebar-item ul li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.sidebar-item ul li .media-image {
    width: 80px;
    margin-right: 15px;
    float: left;
}

/* Apply NOC button */

button {
    /*background: #4CAF50;*/
    border: none;
    border-radius: 25px;
    color: snow;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: .1em;
    outline: none;
    padding: .75em 2em;
    position: relative;
    text-transform: uppercase;
    height: 42px;
    margin-top: 3px;
}

button:hover {
    -webkit-animation: glow 1s ease-in infinite;
    animation: glow 1s ease-in infinite;
}

button::before {
    -webkit-animation: glow 1s ease-in infinite;
    animation: glow 1s ease-in infinite;
    /*background: #4CAF50;*/
    border-radius: inherit;
    content: '';
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .75;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

button:hover::before {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 1;
}

/*@-webkit-keyframes glow {*/
/*  0% {*/
/*    background: #4CAF50;*/
/*  }*/
/*  25% {*/
/*    background: #66BB6A;*/
/*  }*/
/*  100% {*/
/*    background: #4CAF50;*/
/*  }*/
/*}*/

/*@keyframes glow {*/
/*  0% {*/
/*    background: #4CAF50;*/
/*  }*/
/*  25% {*/
/*    background: #66BB6A;*/
/*  }*/
/*  100% {*/
/*    background: #4CAF50;*/
/*  }*/
/*}*/


/* .carousel-control-prev{
   position: absolute;
   top: -650px;
   left: -100px

 }

 .carousel-control-next{
   position: absolute;
   top: -650px;
   right: -100px

 } */


@media (max-width: 600px) {
    .carousel-control-prev {
        display: none;

    }

    .carousel-control-next {
        display: none;

    }
}


/* new */


/* staff page css */
.panel-default .panel-default {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 16px;
    color: inherit;
    background: #FFF none repeat scroll 0% 0%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-radius: 0;
}

.general img {
    border: 4px solid #E4E4E4;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 55%;
    display: block;
    margin: 0 auto;
}

.event-row {
    background-color: #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 15px 0;
    margin-bottom: 15px;
}

.event-row img {
    padding: 5px;
    background: #fff;
    border: 1px solid rgb(237, 237, 237);
}

ul.detail-row {
    padding: 0px;
    margin: 0px 0px 20px !important;
    list-style: outside none none;
    float: left;
    width: 100%;
}

.detail-row li {
    float: left;
    padding: 0px 19px 0px 0px !important;
    line-height: 12px;
    margin: 0px;
    list-style: outside none none;
}

.detail-row li a {
    font: 400 12px/12px 'Roboto Slab', serif;
    color: #999;
    text-decoration: none;
}

.detail-row li a:hover {
    text-decoration: underline;
    color: #97E036;
}

.margin-right0 {
    margin-right: 0;
}

.category-list {
    margin-bottom: 15px;
    padding: 0;
}

.category-list li {
    list-style: outside url("../img/list-style.png") disc;
    border-bottom: 1px dashed #CCC;
    padding-top: 5px;
    padding-bottom: 10px;
    margin: left;
    margin-left: 20px;
    font-size: 15px;
}

ul.pagination li strong {
    color: #F00;
    float: left;
    background-color: #FFF;
    border: 1px solid #DDD;
    display: inline;
    border-radius: 3px;
    margin: 0px 2px;
    padding: 6px 12px;
    text-decoration: none;
}

.com_link {
    -webkit-animation: background-blink 1s infinite; /* Safari 4+ */
    -moz-animation: background-blink 1s infinite; /* Fx 5+ */
    -o-animation: background-blink 1s infinite; /* Opera 12+ */
    animation: background-blink 1s infinite; /* IE 10+, Fx 29+ */
}

article {
    padding: 10px;
}

.panel-body {
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
}

.panel-default {
    border-color: #ddd;
    /* margin-top:25px; */
}

.modal-body h1 {
    font-weight: 900;
    font-size: 2.3em;
    text-transform: uppercase;
}

.modal-body a.pre-order-btn {
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 6600;
}

.modal-body a.pre-order-btn:hover {
    background-color: #000;
    text-decoration: none;
    color: gold;
}


/* marquee */

.latest-update {
    font-size: 15px;
}


marquee span {
    margin-top: 10px;

}

.latest-update .scroll-title {
    width: 15%;
    float: left;
    padding: 6px 0;
    /* margin-left: -8px; */
    background: transparent url("../images/title_arrow_red.png") no-repeat scroll 0 0;
    background-size: 100% 100%;
    /* background-color: lightgray; */
    text-transform: uppercase;
}

.latest-update .scroll-title p {
    color: #fff;
    margin-bottom: 0 !important;
    text-align: center;
}

.latest-update .scroll-text-cover {
    width: 85%;
    float: right;
    padding: 6px 0 0 0;
    background: #fff;
    /* background: lightgray; */
}

.banner-image-box {
    padding-top: 34px;
    height: 417px;
    margin: auto;
}


a {
    color: #3F3F3F;;
    text-decoration: none;
}

.map-form-section tr:nth-of-type(odd) {
    background: #eee;
}

/*.banner-image-box img{*/
/*    padding-top: 44px;*/
/*}*/
/*.vtabnab-panel .tab-cover{*/

/*}*/

.vtabnab-panel .tab-cover .nav-tabs {
    width: fit-content;
    margin: 0 auto;
    background-color: #eae9e9;
    border-radius: 25px;
    /*padding: 0 20px;*/
}

.check-mail {
    margin: 35px 0 10px 0;
}

.check-mail-li {
    list-style: none;
    margin-left: 20px;
}

.banner-slider button:hover {
    background: #2361b9 !important;
}

.footer-img-cover {
    height: 125px;
    width: 120px;
}

.footer-img-cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #007bff;
    text-align: center;
    line-height: 60px;
    padding: 10px;
    color: #fff;
    z-index: 100;
    display: none;
    border-radius: 50%;
}

#bannerSlider .carousel-inner, #bannerSlider .carousel-item {
    height: 460px !important;
}

#bannerSlider .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

#bannerSlider .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    background: #1213149c;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bannerSlider .carousel-caption p {
    margin-bottom: 0;
}

.single-post-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.single-post-title h6 {
    margin-bottom: 0;
}

.content-list-title {
    background-color: #2361b9;
    color: #fff;
    padding: 0.75rem 1.25rem;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.single-post-title h6 a, .content__block-detail .card-text p {
    font-size: 15px;
}

.pagination .page-item .page-link {
    font-size: 15px !important;
}

.content__block-detail .incharge-details {
    display: flex;
    flex-direction: row;
}

.incharge-details .incharge-img {
    flex: 1;
    margin-right: 10px;
}

.incharge-details .incharge-desc {
    flex: 2;
}

.incharge-desc p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.5;
}

.speech button {
    background: #2361b9;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 2px 9px;
    height: auto;
}

.oldweb {
    font-size: 15px;
    color: #d7002e;
}

.contact-info {
    display: flex;
    justify-content: flex-start !important;
    text-align: left !important;
}

.contact-info .languages ul {
    list-style: none;
}

@media (max-width: 415px) {
    .speech button {
        font-size: 9px;
        padding: 1px 6px;
    }
}

@media (max-width: 360px) {
    .speech button {
        font-size: 8px !important;
        padding: 1px !important;
        color: #2361b9 !important;
        background: none !important;
    }
}

/* .mahasakha-container{
  background-color: aliceblue;
  padding: 20px;
  margin-bottom: 30px;
} */

/* .mahasakhaIndex{
  margin-bottom: 0;
} */

.mahasakha-container .card-header {
    margin-bottom: 20px;
}

.mahasakhaIndex, .mahasakhaIndex .card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 200px;
    transition: background-color 1500ms;
}

.mahasakhaIndex .card {
    border: 1px solid rgb(35, 97, 185);
}

.mahasakhaIndex .card a {
    color: rgb(35, 97, 185);
}

.mahasakhaIndex img {
    width: 200px;
    margin: 5px auto;
}

.mahasakhaIndex .card:hover {
    border: 1px solid rgb(255 0 0);
}

.mahasakhaIndex .card:hover a {
    transition: all .3s linear;
    transform: scale(1.3);
    text-decoration: none;
    color: rgb(255 0 0) !important;
}

#map {
    width: 100%;
    height: 500px;
}

.leaflet-container {
    background: aliceblue;
}

@media (max-width: 575px) {
    #map {
        height: 375px;
    }
}


@media (max-width: 375px) {
    #map {
        height: 300px;
    }
}

.modal{
    z-index: 999999;
}

fieldset {
    border: 1px solid #ccc;
    background-color: #e7e7e7;
    padding: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

legend {
    padding: 10px;
    background-color: #33AD14;
    border: 1px solid #228409;
    font: 24px Verdana,Arial, Tahoma;
    font-weight: bold;
    font-size: 100%;
    color: #FFF;
    text-align: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}