:root {
    --thm-base: #058f40;
    --thm-primary: #01a554;
    --thm-secondary: #d50910;
    --thm-secondary-rgba: rgb(213, 9, 16, 0.3);
    --thm-blue: #17365b;
    --thm-yellow: #f9ef08;
    --primary-text-color: #161921;
    --secondary-text-color: #3e3e3e;
    --primary-bg-color: #f8f8f8;
    --secondary-bg-color: #f8f8f8;
    --smoke-color: #efefef;
    --border-color: #e4e4e4;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;

    --listitem-size: 50px;

}

body {
    background-color: var(--primary-bg-color);
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #445a69;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #445a69;
}

::placeholder {
    color: #445a69;
}

@media only screen and (min-width: 1399px) {
    .row:not([class*="gx-"]) {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (max-width: 575.98px) {

    h2,
    .h2 {
        font-size: 22px;
        line-height: 40px;
    }
}

.color-secondary {
    color: #d50910;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: var(--thm-secondary);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #309A5D;
    border-color: #309A5D;
}

.btn-outline {
    background-color: transparent;
    border-color: #e2e5ea;
    border-width: 1px;
    border-style: solid;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 32px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-outline:hover,
.btn-red-2:hover {
    background-color: var(--thm-secondary);
    box-shadow: 0 10px 30px 0 var(--thm-secondary-rgba);
    transition: 0.3s;
    border-bottom: 2px solid var(--thm-secondary);
    color: #ffffff;
}

a {
    color: #909090;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

a.btn-link {
    color: #2e2b2b;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px;
}

.btn-link:focus,
.btn-link:hover {
    color: var(--thm-primary);
    text-decoration: underline;
    background-color: transparent;
}

a.btn-link:after {
    color: #909090;
    display: inline-block;
    font-family: "Ionicons";
    font-size: 17px;
    content: "\f363";
    margin-left: 10px;
    position: absolute;
}

.typo-grey,
a.typo-grey,
a.btn-link.typo-grey {
    color: #909090;
}

.dashed,
.dashed:hover {
    border-bottom: 1px dashed;
    text-decoration: none;
}

a.btn-link.view-all {
    font-family: 'inter', sans-serif;
    ;
    float: right;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px;
    padding-top: 5px;
}

a.btn-link.view-all::after {
    line-height: 1;
}

a.btn-link:hover:after,
a.btn-link:focus:after {
    color: inherit;
}

a:focus,
a:hover,
a.btn-link:hover,
a.btn-link:focus {
    color: var(--thm-primary);
}


img {
    width: 100%;
}

.btn {
    border-radius: 3px !important;
}

a,
a:hover {
    color: var(--thm-primary);
}

a[type="button"],
a[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: capitalize;
}

@media only screen and (max-width:767px) {
    p.text-right {
        text-align: left !important;
    }

    p.text-right a.btn-link.view-all {
        float: left;
    }

}


.card {
    border: none;
}

.nobg {
    background-color: transparent;
}

/************** Tool Tip Styles ********************************/
.tool-tip {
    /*display: inline-block;*/
    position: relative;
    margin-bottom: 2px;
}

/*.tool-tip .tool-tip__icon {
    background: #27b1f0;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-style: italic;
    font-family: times new roman;
    height: 20px;
    line-height: 1.3em;
    text-align: center;
    width: 20px;
  }*/
.tool-tip .tool-tip__info {
    display: none;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 0.875em;
    padding: 1em;
    position: absolute;
    right: -140px;
    top: 20px;
    margin-bottom: 0;
    z-index: 2;
}

.tool-tip .tool-tip__info:before,
.tool-tip .tool-tip__info:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 15px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #dfdfdf;
}

.tool-tip .tool-tip__info:after {
    left: -8px;
    border-right-color: #ffffff;
}

.tool-tip .tool-tip__info .info {
    display: block;
}

.tool-tip .tool-tip__info .info__title {
    color: #c23531;
}

.tool-tip:hover .tool-tip__info,
.tool-tip:focus .tool-tip__info {
    display: inline-block;
}

a:focus+.tool-tip .tool-tip__info {
    display: inline-block;
}

.selectpicker+button.dropdown-toggle {
    border: 1px solid #ced4da;
    font-size: 15px;
    font-weight: 400;
}

.selectpicker+button.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.selectpicker+button.dropdown-toggle:hover {
    color: #212529;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: 0;
    box-shadow: none;
}

.text-primary {
    color: var(--thm-primary) !important;
}

.bg-blue {
    background-color: #2d3748;
}

.bg-blue2 {
    background-color: #293B94;
}

.bg-red {
    background-color: #c23531;
    border: none;
}

.bg-light-green {
    background-color: #81fdc5;
    border: none;
    color: #0c0c0c;
}

.bg-dark-green {
    background-color: #37474f;
}

.bg-green {
    background-color: #309A5D;
}

.bg-white-page {
    background-color: #ffffff;
}

.thm-text-color {
    color: #309A5D;
}

.text-link-blue {
    color: #293B94;
}

.link-title-2 {
    color: var(--thm-secondary);
}

.link-title-2:hover {
    color: var(--thm-secondary);
}

.text-red-1 {
    color: var(--thm-secondary);
}

.text-red {
    color: var(--thm-secondary);
}

.dark-red-bg2 {
    background: var(--thm-secondary);
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-right {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.border-tb {
    border-top: 1px solid var(--thm-secondary);
    border-bottom: 1px solid var(--thm-secondary);
}

.bg-light-green.border-tb {
    border-top: 1px solid #81fdc5;
    border-bottom: 1px solid #81fdc5;
}

span.link-title:hover {
    color: #445a69;
}

.date:after {
    display: none;
}

.link-title:hover {
    color: var(--thm-secondary);
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-base);
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    font-family: var(--thm-font);
    padding: 15px 30px;
    transition: 500ms;
    background-color: var(--thm-base);
    color: #fff;
}

.noborder {
    border: none !important;
}

.pb-0 {
    border-bottom: 0 !important
}

.page-title h1 {
    text-transform: capitalize;
}

.section-title {
    margin-bottom: 15px;
    margin-top: -3px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.section-title .ec-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
    letter-spacing: 0.4px;
    position: relative;
    display: inline;
    padding: 0;
    text-transform: capitalize;
    line-height: 1;
}

.header-5 {
    background: #ffffff;
}

.kode-spacing {
    margin-bottom: 15px;
    margin-top: 10px;
}

.custome-py-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item .link-title,
.breadcrumb-item.active {
    text-transform: capitalize;
}

.bottom-line {
    position: relative;
    font-family: 'poppins', sans-serif;
}

.bottom-line:after {
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: auto;
    width: 50px;
}

.bottom-line:after {
    background: var(--thm-secondary);
}

#header-wrap.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #ffffff;
    box-shadow: 0 10px 55px 5px rgba(0, 0, 0, .09) !important;
    animation: smoothScroll 1s forwards;
}

#header-wrap.fixed-header {
    background: #309A5D;
}

.ddArrow::before {
    top: 7px;
}

.noimage-box {
    background-image: url('../images/not-found-image.jpg');
    background-color: rgba(0, 0, 0, 0.12);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 5px;
    height: 168px;

}



@media (max-width: 1199.98px) {
    .noimage-box {
        height: auto;
    }
}


/* .member-list [class*=col-],
.member-list [class^=col-], */
.Publication-container [class*=col-],
.Publication-container [class^=col-],
.newsevent .row [class*=col-],
.newsevent .row [class^=col-],
.newsroom .card-items .card {
    margin-bottom: 2rem;
}

.Publication-container [class*=col-]:nth-last-of-type(1),
.Publication-container [class^=col-]:nth-last-of-type(1),
.Publication-container [class*=col-]:nth-last-of-type(2),
.Publication-container [class^=col-]:nth-last-of-type(2),
.Publication-container [class*=col-]:nth-last-of-type(3),
.Publication-container [class^=col-]:nth-last-of-type(3),
.newsevent .row [class*=col-]:nth-last-of-type(1),
.newsevent .row [class^=col-]:nth-last-of-type(1),
.newsevent .row [class*=col-]:nth-last-of-type(2),
.newsevent .row [class^=col-]:nth-last-of-type(2) {
    margin-bottom: 0;
}

/*.newsroom .row [class*=col-]:nth-last-of-type(1),
  .newsroom .row [class^=col-]:nth-last-of-type(1),
  .newsroom .row [class*=col-]:nth-last-of-type(2),
  .newsroom .row [class^=col-]:nth-last-of-type(2){
      margin-bottom: 0;
  }*/

@media only screen and (max-width: 767px) {

    .post-newsnevent .row [class*=col-]:nth-last-of-type(2),
    .post-newsnevent .row [class^=col-]:nth-last-of-type(2),
    .post-newsnevent .row [class*=col-]:nth-last-of-type(3),
    .post-newsnevent .row [class^=col-]:nth-last-of-type(3),
    .row [class*=col-].thumb:nth-last-of-type(2),
    .row [class^=col-].thumb:nth-last-of-type(2),
    .row [class*=col-].thumb:nth-last-of-type(3),
    .row [class^=col-].thumb:nth-last-of-type(3),
    .row [class*=col-].thumb:nth-last-of-type(4),
    .row [class^=col-].thumb:nth-last-of-type(4) {
        margin-bottom: 2rem;
    }

    .post-newsnevent .row [class*=col-]:nth-last-of-type(1),
    .post-newsnevent .row [class^=col-]:nth-last-of-type(1),
    .row [class*=col-].thumb:nth-last-of-type(1),
    .row [class^=col-].thumb:nth-last-of-type(1) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 540px) {

    .member-list [class*=col-]:nth-last-of-type(1),
    .member-list [class^=col-]:nth-last-of-type(1),
    .member-list [class*=col-]:nth-last-of-type(2),
    .member-list [class^=col-]:nth-last-of-type(2),
    .member-list [class*=col-]:nth-last-of-type(3),
    .member-list [class^=col-]:nth-last-of-type(3),
    .Publication-container [class*=col-]:nth-last-of-type(1),
    .Publication-container [class^=col-]:nth-last-of-type(1),
    .Publication-container [class*=col-]:nth-last-of-type(2),
    .Publication-container [class^=col-]:nth-last-of-type(2),
    .Publication-container [class*=col-]:nth-last-of-type(3),
    .Publication-container [class^=col-]:nth-last-of-type(3),
    .newsevent .row [class*=col-]:nth-last-of-type(1),
    .newsevent .row [class^=col-]:nth-last-of-type(1),
    .newsevent .row [class*=col-]:nth-last-of-type(2),
    .newsevent .row [class^=col-]:nth-last-of-type(2) {
        margin-bottom: 0;
    }

    /*.newsroom .row [class*=col-]:nth-last-of-type(1),
      .newsroom .row [class^=col-]:nth-last-of-type(1),
      .newsroom .row [class*=col-]:nth-last-of-type(2),
      .newsroom .row [class^=col-]:nth-last-of-type(2),{
          margin-bottom: 0;
      }*/
}

@media only screen and (max-width: 479px) {

    .member-list [class*=col-]:nth-last-of-type(2),
    .member-list [class^=col-]:nth-last-of-type(2),
    .member-list [class*=col-]:nth-last-of-type(3),
    .member-list [class^=col-]:nth-last-of-type(3),
    .Publication-container [class*=col-]:nth-last-of-type(2),
    .Publication-container [class^=col-]:nth-last-of-type(2),
    .Publication-container [class*=col-]:nth-last-of-type(3),
    .Publication-container [class^=col-]:nth-last-of-type(3),
    .newsevent .row [class*=col-]:nth-last-of-type(2),
    .newsevent .row [class^=col-]:nth-last-of-type(2),
    .row [class*=col-].thumb:nth-last-of-type(2),
    .row [class^=col-].thumb:nth-last-of-type(2),
    .row [class*=col-].thumb:nth-last-of-type(3),
    .row [class^=col-].thumb:nth-last-of-type(3) {
        margin-bottom: 2rem;
    }

    /*.newsroom .row [class*=col-]:nth-last-of-type(2),
      .newsroom .row [class^=col-]:nth-last-of-type(2){
          margin-bottom: 2rem;
      }*/
    .member-list [class*=col-]:nth-last-of-type(1),
    .member-list [class^=col-]:nth-last-of-type(1),
    .Publication-container [class*=col-]:nth-last-of-type(1),
    .Publication-container [class^=col-]:nth-last-of-type(1),
    .newsevent .row [class*=col-]:nth-last-of-type(1),
    .newsevent .row [class^=col-]:nth-last-of-type(1),
    .row [class*=col-].thumb:nth-last-of-type(1),
    .row [class^=col-].thumb:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    /*.newsroom .row [class*=col-]:nth-last-of-type(1),
      .newsroom .row [class^=col-]:nth-last-of-type(1){
          margin-bottom: 0;
      }*/
}

.bounce-animate {
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.bounce-animate:hover,
.bounce-animate:focus {
    animation-play-state: paused;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari and Chrome */
}

.sh-side-options {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    transition: 0.3s all ease;
    transition: 0.2s all;
    padding: 0 0;
    /*width: 420px;*/
    transform: translateX(420px);
}

.sh-side-options-container {
    position: absolute;
    top: 216px;
    left: -75px;
    width: 60px;
    background-color: rgba(255, 255, 2555, 1);
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: -10px 0px 20px 2px rgba(0, 0, 0, .06);
}

.sh-side-options.sh-side-options-pages .sh-side-options-container {
    /*top: 150px;*/
    transform: translateY(100px);
}

.sh-side-options-item {
    display: block;
    text-align: center;
    margin: 0px;
    transition: 0.3s all ease-in-out;
    position: relative;
    padding: 7px;
    cursor: pointer;
}

.sh-side-options-item:not(:last-child) {
    border-bottom: 1px solid #f1f3fc;
}

.sh-side-options-item-container {
    border-radius: 4px;
    padding: 8px 0;
}

.sh-side-options-item:hover .sh-side-options-item-container,
.sh-side-options-item:focus .sh-side-options-item-container {
    background-color: #ddffd5 !important;
}

.sh-side-options-item i {
    font-size: 22px;
}

.sh-side-options-item:not(:hover):not(:focus) {
    color: #9396a5 !important;
}

.sh-side-options-item:hover .sh-side-options-hover {
    opacity: 1;
    transform: translateX(-97%);
    visibility: visible;
}

.sh-side-options-hover {
    position: absolute;
    background-color: #ffffff;
    color: #32343d;
    cursor: default;
    padding: 20px 26px;
    transform: translateX(-70%);
    left: 0px;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    z-index: -100;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 13px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
    visibility: hidden;
}

.sh-side-options-hover span {
    padding: 0px 3px;
}

@media (max-height: 500px) {
    .sh-side-options {
        top: -90px !important;
    }
}

.sh-side-options-item i {
    color: #9396a5 !important;
}

.sh-side-options-item:hover i,
.sh-side-options-item:focus i {
    color: #ffffff !important;
}


.navbar .dropdown .nav-link::after,
.right-nav a i {
    color: #ffffff;
}

.navbar-brand.logo-center {
    display: inline-block !important;
}

.navbar-brand img {
    width: 130px;
}

.post-newsnevent .product-card,
.post-video .product-card {
    margin: 0 15px;
}

/***

  ====================================================================
      Latest News Section
  ====================================================================

  ***/

.new-section .section-head {
    position: relative;
}

.new-section .section-head .news-footer {
    position: absolute;
    top: 0;
    right: 0;
}

.new-section {
    position: relative;
    /* width: calc(35vw - 100px); */
    /* width: calc(60% - 20px + 5px);
      float: left; */
}

.new-section.pagina-acessivel {
    background: transparent;
    border: none;
    -webkit-box-shadow: 0 0 12px -2px #000;
    box-shadow: 0 0 12px -2px #000;
    border-radius: 8px;
    overflow: hidden;
}

.new-section .news-header {
    background: #1fb25a !important;
    color: white;
    padding: 10px;
    font-weight: 600;
}

.new-section .news-header.pagina-acessivel {
    background: #252525;
}

.new-section .news-content .demo {
    height: 400px !important;
    overflow: hidden;
}

.new-section .news-content .demo ul {
    padding: 15px 0;
}

.new-section .news-content .demo ul .news-item {
    float: left;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #efefef;
    list-style: none;

}

.new-section .news-content .demo ul .news-item.pagina-acessivel {
    background: #252525;
}

.new-section .news-content .demo ul .news-item a {
    /* padding: 0 15px; */
    float: left;
    width: 100%;
}

.new-section .news-content .demo ul .news-item a .news-img {
    float: left;
    width: 80px;
    margin-right: 10px;
}

.new-section .news-content .demo ul .news-item a .list-news-cont {
    float: left;
    /* width: calc(100% - 90px); */
    font-size: 15px;
    /* min-height: 80px; */
    padding-right: 10px;
}

.new-section .news-content .demo ul .news-item a .list-news-cont p {
    margin: 0;
    color: var(--secondary-text-color);
}

.new-section .news-content .demo ul .news-item a .list-news-cont p.pagina-acessivel {
    color: #fff;
}

.new-section .news-content .demo ul .news-item a .list-news-cont .ls-date {
    font-size: 13px;
    font-weight: bold;
    color: #009750;
}

.new-section .news-content .demo ul .news-item a .list-news-cont:hover p {
    color: #009750;
}

/* .new-section .news-content .demo ul .news-item:hover {
      -webkit-box-shadow: 0 0 11px -5px #333;
              box-shadow: 0 0 11px -5px #333;
    } */


.new-section .news-footer {
    float: right;
}

.new-section .news-footer .nes-btns {
    float: left;
    margin-left: 11px;
}

.sld-bts {
    float: left;
    padding: 5px 10px;
    border: 1px solid;
    line-height: 1;
    margin: 0 5px;
    font-size: 1rem;
    border-radius: 4px;
}

.sld-bts:hover {
    background: #009750;
    border-color: #009750;
    color: #fff;
}

.v-bts {
    float: left;
    padding: 10px 20px;
    background: #1fb25a;
    /*var(--thm-color)*/
    ;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}

.v-bts.pagina-acessivel {
    background: #252525;
    color: #fff;
}

.v-bts:hover {
    color: #fff;
    background: #009750;
    text-decoration: none;
}

.v-bts:hover.pagina-acessivel {
    background: #464646;
    color: #fff;
}

.v-bts.vts-block {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1370px) {
    .new-section {
        width: calc(85% - 20px + 5px);
    }
}

@media only screen and (max-width: 991px) {
    .sliderUp-news.new-section {
        width: 100%;
        margin-top: 30px;
    }
}


/*========  End of Latest News css  =========*/


/***

  ====================================================================
      Events
  ====================================================================

  ***/

.post-card .post-newsnevent .result-block,
.events-grid .result-block {
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 25px;
    box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .3);
    border-radius: 7px;
    overflow: hidden;
    width: 75%;
}

.post-card .post-newsnevent .result-block .left-content .left-content-row {
    margin: 0;
}

.post-card .post-newsnevent .result-block .left-content .result-image {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    width: 100%;
}

.result-image.event-banner-img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.post-card .post-newsnevent .result-block .result-right-side {
    padding: 0 15px;
}

.post-card .post-newsnevent .result-block .result-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.post-card .post-newsnevent .result-block .result-btn a {
    color: #ffffff;
}

.post-card .result-time .result-time-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-right: 5px;
}

.post-card .result-time .result-time-mntyr {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.post-card .post-newsnevent .result-block .right-content {
    margin: 10px 0;
}

.post-card .post-newsnevent .result-block .right-content .result-image {
    float: left;
}

.post-card .post-newsnevent .result-block .right-content .title {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.post-card .post-newsnevent .result-block .right-content .title a {
    color: #333;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 25px;
}

.post-card .post-newsnevent .result-block .right-content .location {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width:991px) {

    .post-card .post-newsnevent .result-block,
    .events-grid .result-block {
        width: 100%;
    }
}

/*========  End of Events  =========*/

/***

  ====================================================================
      Our Success Value
  ====================================================================

  ***/

.d-flex[class*='col-']>div,
.d-flex[class^='col-']>div {
    width: 100%;
}

.theme-counter .single-box {
    padding: 15px 12px;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

.theme-counter .single-box h4 {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 2;
}

.theme-counter .single-box .number {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 0;
}

.theme-counter .single-box:hover {
    background-color: var(--thm-base);
}

/*========  End of Success Value  =========*/

.product-card {
    border: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 0;
}

.product-card .card-body {
    text-align: left;
    padding: 20px 10px;
}

.product-card .card-img-back {
    min-height: 160px;
}

.post-newsnevent .owl-carousel.owl-2 .owl-nav {
    top: 0;
}

/*.post-newsnevent .owl-carousel.owl-2 .card-footer button{
      margin-bottom: 20px;
  }*/

.post-newsnevent .owl-carousel .owl-nav button.owl-prev,
.post-newsnevent .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
}

.post-newsnevent .owl-carousel .owl-nav button.owl-prev:hover,
.post-newsnevent .owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--thm-secondary);
}

.post-newsnevent .owl-carousel.owl-2 .owl-nav button.owl-next {
    right: 20px;
}

.post-newsnevent .owl-carousel.owl-2 .owl-nav button.owl-prev {
    right: 60px;
    left: auto;
}

.product-card .card-body .product-title a {
    color: #2d3748;
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.post-newsnevent .card-body .mt-1 p {
    color: #718096;
    font-size: 0.875rem;
    font-weight: 300;
    margin-top: 15px;
}

.post-top-btn .view-all-btn {
    position: absolute;
    top: -65px;
    right: 0;
}

.view-all-btn button.btn {
    /*background-color: #4285f4;*/
    background-color: var(--thm-secondary);
    border-bottom: 2px var(--thm-secondary) solid;
    padding: 5px 15px;
}

.view-all-btn button.btn:hover {
    background-color: #983d6d;
    border-bottom: 2px #983d6d solid;
    transition: all 250ms ease;
}

.home-list .product-card {
    border: none;
}

.scroll-top a,
.scroll-top a:visited {
    color: #ffffff;
}

.scroll-top a:hover,
.scroll-top a:focus {
    color: #ffffff;
}

.scroll-top a:hover,
.scroll-top a:focus {
    box-shadow: 0 10px 30px 0 var(--thm-secondary-rgba);
    color: #ffffff;
    transition: 0.3s;
}

.post-card-content {
    background-color: transparent !important;
    /*padding: 20px 25px;
      box-shadow: 1px 1px 5px 0 rgba(1,1,1,.05);*/
}

.left-post.post-card-content {
    background-color: #ffffff;
}

/*.post-card-content h2:after{
      content: '';
      display: block;
      border-bottom: 1px solid #dadada;
      padding-top: 5px;
  }*/

.count {
    counter-reset: my-sec-counter;
}

.count li {
    text-align: left;
    color: #333;
    list-style: none;
    margin-bottom: 10px;
}

.count li:before {
    /* Increment "my-sec-counter" by 1 */
    color: #718096;
    counter-increment: my-sec-counter;
    content: ""counter(my-sec-counter) ". ";
    margin-right: 5px;
}

.count li a {
    color: #718096;
    font-size: 0.875rem;
    font-weight: 500;
}

.count li a:hover {
    color: var(--thm-secondary);

}

.post-card-content.bg-white .count li a:hover {
    color: #293B94;
}

/*publication*/

.single-col-post {
    position: relative;
}

.single-col-post .view-all-btn {
    position: absolute;
    right: 0;
    top: 7px;
}

.image-abt {
    background-color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.image-abt img {
    width: 100%;
}

.image-abt .view-caption {
    padding: 3em 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: rgba(142, 29, 88, 50);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.image-abt:hover .view-caption {
    background-color: rgba(142, 29, 88, 0.8);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.image-abt .view-caption h5 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 5px;
}

.image-abt .view-caption span {
    color: #fff;
    font-size: 16px;
    margin-top: 5%;
    display: inline-block;
    border: 2px solid var(--thm-primary);
    padding: 12px;
}

.footer-logo img {
    width: 120px;
}

footer .footer-top {
    background-color: #efefef;
}

footer .widget .textwidget p,
footer .widget .textwidget a {
    color: #042825;
    line-height: 25px;
}

.footer-site-info .widget .textwidget a:hover {
    text-decoration: underline;
    color: #efefef;
}

.footer-site-info .widget .textwidget span.line-break {
    display: inline-table;
}



.navbar-white:last-child,
footer .navbar-nav li:last-child {
    border: none;
}

footer .footer-top .navbar-white .widget + .widget {
    margin-top: 1.5rem;
}

/*footer .navbar-nav .nav-link{
      display: flex;
  }
  */
footer .navbar-nav li {
    border-bottom: 1px rgba(76, 76, 76, 0.2) solid;
    padding-bottom: 1rem;
}

footer .navbar-nav li a.nav-link {
    line-height: 22px;
    font-size: 15px;
}

footer .navbar-nav li:hover a {
    color: var(--thm-primary) !important;
}

footer .navbar-nav li:last-child,
footer .navbar-nav li.no-border {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

footer .widget li.footer-nav-link a {
    line-height: 25px;
}

footer .widget li.footer-nav-link:hover a {
    text-decoration: underline;
    color: var(--thm-primary) !important;
}

.widget .textwidget.quick-info p {
    padding: 10px 0 0 30px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
}

.footer-site-info .social-links {
    position: relative;
}

.footer-site-info .social-links li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.footer-site-info .social-links li a {
    position: relative;
    display: block;
    color: #111;
    width: 32px;
    height: 32px;
    font-size: 14px;
    border: 1px solid #111;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-site-info .social-links li a:hover>i.la {
    width: 32px;
    height: 32px;
}

.widget .textwidget .la-facebook:hover {
    background-color: #3B5998;
    border-color: #3B5998;
    color: #ffffff;
}

.widget .textwidget .la-instagram:hover {
    background-color: #8a3ab9;
    border-color: #8a3ab9;
    color: #ffffff;
}

.widget .textwidget .la-twitter:hover {
    background-color: #00ACEE;
    border-color: #00ACEE;
    color: #ffffff;
}

/*footer .icon-img{
      border: none;
      padding: 0 15px 0 0;
      margin-top: 0;
      font-size: 1.5rem;
  }*/

footer .footer-bottom-nav {
    flex-direction: row;
}

footer .footer-bottom-nav li a:after {
    content: '';
    border-right: 1px solid #161921;
    padding-left: 10px;
    margin-right: 8px;
    position: relative;
    top: -2px;
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -o-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
}

footer .footer-bottom-nav li:last-child a:after {
    content: none;
}

footer .footer-bottom .Copyright small {
    float: left;
}

footer .footer-bottom .agency a {
    float: right;
    font-size: 15px;
    color: #333;
}

@media only screen and (max-width: 767px) {
    footer .footer-top .navbar-white:first-child .widget {
        margin-top: 0;
    }

    footer .footer-top .navbar-white .widget {
        margin-top: 1.5rem;
    }

    footer .footer-bottom .Copyright {
        text-align: center;
    }

    footer .footer-bottom .Copyright small {
        float: none;
    }

    footer .footer-bottom .agency {
        text-align: center;
        margin-top: 10px;
    }

    footer .footer-bottom .agency a {
        float: none;
    }
}

@media only screen and (max-width: 575px) {

    footer .footer-bottom .Copyright small,
    footer .footer-bottom .agency a {
        float: none;
    }
}

@media only screen and (max-width: 540px) {

    footer [class*="col-"]:first-child,
    footer [class^="col-"]:first-child {
        margin-top: 0 !important;
    }

    footer [class*="col-"],
    footer [class^="col-"] {
        margin-top: 25px;
    }
}


/*Events*/

.view-all.btn.btn-red-2 {
    padding: 10px 15px;
    float: right;
}

.post-card .card.post-card-box {
    border: none;
    background-color: #f8f8f8;

    overflow: hidden;
    height: 100%;
}



.post-card .card.post-card-box img {
    border-radius: 5px;
    min-height: 8.3rem;
    max-height: 15rem;
}

.post-card .card.post-card-box .card-title {
    height: 55px;
    overflow: hidden;
    margin-bottom: 0;
}

.post-card .card.post-card-box .card-title a {
    color: #2d3748;
    font-size: 1.15rem;
    margin-bottom: 0;
    font-weight: bold;
}

.post-card .card.post-card-box:hover .card-title a,
.post-card .card.post-card-box:hover .lib-more a {
    color: var(--thm-secondary);
}

.post-card .card.post-card-box .card-info {
    background-color: #f8f8f8;
}

.post-card .card.post-card-box .card-body {
    background: rgb(255, 255, 255);
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: -50px;
    width: calc(100% - 20px);
    position: relative;
    border-radius: 5px;
    /*-moz-box-shadow:    0 8px 6px -6px #888888;
     -webkit-box-shadow: 0 8px 6px -6px #888888;
     box-shadow:         0 8px 6px -6px #888888;*/
}

.post-card .card.post-card-box:hover .card-body {
    border-top: none;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;

    box-shadow: 0 6px 8px 0 rgb(54 77 114 / 8%), 0 2px 4px 0 rgb(54 77 114 / 18%);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}


/*.post-newsnevent .owl-carousel.owl-2 .owl-nav{
      top: -50px;
      left: -100px;
  }*/



.post-video .owl-carousel .owl-nav button.owl-prev:hover,
.post-video .owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--thm-secondary);
}

.post-card-content.bg-white {
    background-color: #ffffff !important;
}

.canvasjs-chart-credit {
    opacity: 0;
}

/* index4 */

.header-top {
    border-bottom: 1px solid #efefef;

}

.call-info .language-selection {
    border: none;
}


.navbar .navbar-nav>li .dropdown-menu a {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    font-weight: 500;
    font-size: 1rem;
}

.navbar .navbar-nav>li .dropdown-menu a:hover span,
.navbar .navbar-nav>li .dropdown-menu .current-link a span {
    color: var(--thm-yellow);
}

.navbar .navbar-nav>li .dropdown-menu .current-link {
    background-color: #18ba60;
}

nav.navbar.bootsnav ul.navbar-nav>li>a.border-down:before {
    content: '';
    height: 3px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -1px;
    background: var(--thm-secondary);
    width: 0;
}

nav.navbar.bootsnav ul.navbar-nav>li.active>a.border-down:before,
nav.navbar.bootsnav ul.navbar-nav>li.dropdown>a.border-down:before {
    bottom: 0;
}

nav.navbar.bootsnav ul.navbar-nav>li>a.border-down:before {
    background: #18ba60;
}

nav.navbar.bootsnav ul.navbar-nav>li>a.border-down:hover::before,
nav.navbar.bootsnav ul.navbar-nav>li.active>a.border-down:before {
    width: 100%;
}

nav.navbar.bootsnav ul.navbar-nav>li>a.border-down:before {
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.call-info {
    font-size: 15px;
}

.call-info .social-media {
    line-height: 2.5rem;
}

.social-media p {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 0;
}

.header-social-box .list-inline-item:not(:last-child) {
    margin-right: 0;
}

.social-icons li {
    border-left: 1px solid #efefef;
    float: left;
    padding-left: .7rem;
    padding-right: .5rem;
    margin-right: 0;
}

.social-icons li.facebook:hover {
    background-color: #3B5998;
}

.social-icons li.twitter:hover {
    background-color: #00ACEE;
}

.social-icons li.linkedin:hover {
    background-color: #0E76a8;
}

.social-icons li.instagram:hover {
    background-color: #3F729b;
}

.social-icons li:last-child {
    border-right: 1px solid #efefef;
    padding-right: .7rem;
}

@media only screen and (max-width: 479px) {
    .social-icons li.list-inline-item {
        margin-bottom: 1rem;
    }

    .social-icons li.list-inline-item:last-child,
    .social-icons li.list-inline-item:nth-last-of-type(2) {
        margin-bottom: 0;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 0;
    }
}

.language-section p {
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-header .news-scroller {
    max-width: 100%;
    padding-right: 0;
}

.top-header .language {
    /* max-width: 2%; */
    float: left;
    /* margin: 0 8px; */
}

.language-selection>a {
    line-height: 14px;
}

.language-selection ul>li,
.language-selection>a {
    /* border-right: 1px solid #c0c0c0;
      padding-right: 10px;
      margin-right: 10px; */
}

.language-selection ul>li>a,
.language-selection>a {
    font-size: 13px;
    color: #FFFFFF;
}

.language-selection ul>li,
.language-selection>a {
    border-right: 1px solid #c0c0c0;
    padding-right: 10px;
    margin-right: 10px;
}

.language-selection ul>li>a:hover,
.language-selection>a:hover {
    text-decoration: underline;
}

.language-selection ul>li.active>a,
.language-selection>a.active {
    color: var(--thm-yellow);
    text-decoration: underline;
}

.language-selection>a.active {
    color: var(--thm-secondary);
}

.language-selection ul>li:first-child {
    margin-left: 0;
}

.language-selection ul>li:last-child,
.language-selection>a:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.language-selection .onlyResponsive {
    display: none;
}

html[lang="en"] .page-wrapper .language-selection>.onlyResponsive>li.language>a,
html[lang="nep"] .page-wrapper .language-selection>.onlyResponsive>li.language>a {
    border: 0px;
    padding: 0;
    width: 20px;
    height: 22px;
    font-size: 13px;
    background: none;
    font-weight: 300;
    border-radius: 0px;
    padding-left: 0;
    padding-right: 10px;
    margin-left: 10px;
    color: #fff !important;
    display: block;
    background-image: url(../images/flags/en.jpg);
    background-position: 10% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

html[lang="nep"] .page-wrapper .language-selection>.onlyResponsive>li.language>a {
    background-image: url(../images/flags/WavingFlag.gif);
}


.page-wrapper .language-selection li.language>a>img {
    width: 17px;
    height: 15px;
}

.page-wrapper .language-selection li.language.eng>a>img {
    width: 17px;
    height: 11px;
}


.date-widget-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #8b8a8a;
    text-transform: uppercase;
    padding-right: 95px;
}

#header-wrap .navbar .navbar-nav>li .submenu.dropdown-menu li a {
    color: #7a8595;
}

.navbar .navbar-nav>li .dropdown-menu li:hover a,
.navbar .navbar-nav>li .dropdown-menu li:active a,
.navbar .navbar-nav>li .dropdown-menu li:focus a,
.navbar .navbar-nav>li .dropdown-menu li:visited a {
    color: #FFFFFF;
}

#header-wrap .navbar .navbar-nav>li .dropdown-menu li:hover a.nav-link,
#header-wrap .navbar .navbar-nav>li .dropdown-menu li:hover a.nav-link::after,
#header-wrap .navbar .navbar-nav>li .dropdown-menu li:active a.nav-link::after,
#header-wrap .navbar .navbar-nav>li .dropdown-menu li:focus a.nav-link::after,
#header-wrap .navbar .navbar-nav>li .dropdown-menu li:visited a.nav-link::after,
#header-wrap .navbar .navbar-nav>li .submenu.dropdown-menu li:hover a {
    color: var(--thm-yellow);
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .dropdown-menu li {
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar .dropdown-menu li:hover {
    background: #18ba60;
}

.navbar .dropdown-menu li:last-child {
    border: none;
    padding-bottom: 0;
}

#header-wrap .navbar .navbar-nav>li .dropdown-menu a.nav-link {
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

#header-wrap .navbar .navbar-nav>li .dropdown-menu a.nav-link::after {
    font-size: 0.9rem;
    float: right;
    border: none;
    content: "\f3d0";
    vertical-align: inherit;
    width: 10px;
    font-family: "Ionicons";
    font-weight: 900;
    transform: rotate(-90deg);
    padding-left: 0;
    margin-top: 2px;
}


/***

  ====================================================================
      Banner Section
  ====================================================================

  ***/

.slider-section {
    position: relative;
    /*padding-top: 158px;*/
}

.carousel-item img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    width: auto;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
}

.sidebar {
    position: fixed;
    width: 60px;
    top: 50%;
    right: 0;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
    z-index: 999;
}

.sidebar li {
    height: 50px;
    position: relative;
}

.sidebar li a {
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 50px;
    transition: all .3s linear;
}

.sidebar li:nth-child(1) a,
.sidebar li:nth-child(1) span {
    background: #008c44;
    padding-left: 10px;
}

.sidebar li:nth-child(2) a,
.sidebar li:nth-child(2) span {
    background: #9b4479;
    padding-left: 10px;
}

.sidebar li:nth-child(3) a,
.sidebar li:nth-child(3) span {
    background: #ca5a0d;
    padding-left: 10px;
}

.sidebar li a i {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 24px;
}

.sidebar ul li a span {
    display: none;
    float: right;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
}

.sidebar a:hover {
    z-index: 1;
    width: 200px;
}

.sidebar ul li:hover a span {
    padding-right: 100%;
    display: block;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: var(--thm-secondary);
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
    background-color: #309A5D;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-prev-icon::after {
    content: "\f104";
}

.carousel-control-next-icon::after {
    content: "\f105";
}

.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
    --carousel-control-icon-font-size: 1.7rem;
    --carousel-control-icon-font-weight: 500;
    font-weight: var(--carousel-control-icon-font-weight);
    font-size: var(--carousel-control-icon-font-size);
    font-family: Font Awesome\ 5 Pro, Font Awesome\ 5 Free;
}

/* .slider-section .carousel.slide .carousel-control-next span,
.slider-section .carousel.slide .carousel-control-prev span {
    width: 60px;
    height: 60px;
    line-height: 65px;
    font-weight: bold;
    background-color: var(--thm-secondary);
    color: #02060b;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
}

.slider-section .carousel.slide .carousel-control-next span:hover,
.slider-section .carousel.slide .carousel-control-prev span:hover {
    background-color: #309A5D;
} */

/*========  End of banner Section  =========*/


/***

  ====================================================================
      Mission, Vision Section
  ====================================================================

  ***/

.feature-section{
    position: relative;
}

.feature-section .inner-container{
    position: relative;
    display: block;
    /* box-shadow: 0px 20px 60px 10px #00000012; */
    margin-top: -38px;
    z-index: 2;
}

.feature-section .inner-container .feature-block {
    display: flex;
}

.feature-block .inner-box{
    position: relative;
    display: block;
    padding: 50px 40px;
    background: #fff;
    z-index: 1;
}

.feature-block .inner-box:before{
    position: absolute;
    content: '';
    background: var(--thm-secondary);
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.feature-block .inner-box.green .icon-box,
.feature-block .inner-box.green:before {
    background-color: #008000;
}

.feature-block .inner-box.yellow .icon-box,
.feature-block .inner-box.yellow:before {
    background-color: #f79533;
}

.feature-block .inner-box:hover:before{
    height: 100%;
}

.feature-block .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: var(--thm-secondary);
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all 500ms ease;
}

.feature-block .inner-box:hover .icon-box{
    background: rgba(255, 255, 255, 0.20) !important;
}

.feature-block .inner-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-block .inner-box:hover h4{
    color: #fff;
}

.feature-block .inner-box p{
    position: relative;
    transition: all 500ms ease;
}

.feature-block .inner-box:hover p{
    color: #fff;
}

@media only screen and (max-width: 991px) {

    .feature-section{
        padding-top: 3rem !important;
    }

    .feature-section .inner-container {
        margin-top: 0;
    }

    .feature-block .inner-box {
        border-bottom: 1px solid #dee2e6;
    }

    .feature-block .feature-block:last-child .inner-box {
        border-bottom: none;
    }

}

.services-block-1 [class*="col-"]>div,
.services-block-1 [class^="col-"]>div {
    border-right: 1px solid #dee2e6;
}

.services-block-1 [class*="col-"]:last-child>div,
.services-block-1 [class^="col-"]:last-child>div {
    border-right: none;
}

.services-block-1 .space {
    margin-left: 1rem;
}

.services-block-1 .service-block ul {
    list-style: none;

}

@media only screen and (max-width: 991px) {

    .services-block-1 [class*="col-"]>div,
    .services-block-1 [class^="col-"]>div {
        padding: 1rem !important;
    }


    .services-block-1 .space {
        margin-left: 0 !important;
        margin-right: 1rem;
    }

}


/*========  End of bMission, Vision Section  =========*/


/***

  ====================================================================
      News Section
  ====================================================================

  ***/

.page-section .card .card-body {
    padding: 2.5rem;
}

.news-block,
.news-post {
    position: relative;
}

.news-block {
    display: flex;
}

.news-block .inner-box {
    background: #ffffff;
    position: relative;
    display: block;
}

@media only screen and (min-width: 992px) {

    .news_wrapper .news-block .inner-box {
        margin-bottom: 2rem;
    }

    .news_wrapper .news-block:nth-last-child(-n+3) .inner-box {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 991px) {

    .news_wrapper .news-block .inner-box {
        margin-bottom: 2rem;
    }

    .news_wrapper .news-block:nth-last-child(-n+1) .inner-box {
        margin-bottom: 0;
    }

}

.news-block .image-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.news-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .image-box img {
    opacity: 0.70;
}

.news-block .lower-box {
    position: relative;
    display: block;
    padding: 25px 20px 30px;
}

.news-block h3 {
    position: relative;
    font-size: 22px;
    line-height: 1.3em;
    color: var(--text-color);
    font-weight: 600;
}

.news-block h3 a {
    color: var(--text-color);
}

.news-block h3 a:hover {
    color: var(--thm-primary);
}

.news-block .post-info {
    position: relative;
    font-size: 14px;
    color: var(--thm-primary);
    margin-bottom: 10px;
}

.widget article .media .media-left {
    padding-right: 15px;
}

.widget article .media .dark-overlay {
    background: rgba(46, 43, 43, 0.8);
}


/* .news-block .read-more {
    margin-top: ;
} */


/*========  End of News Section  =========*/


/***

  ====================================================================
      Sponsors Section
  ====================================================================

  ***/

.sponsors-section {
    position: relative;
}

.sponsors-section .inner {
    position: relative;
    display: block;
    text-align: center;
}

.sponsors-section img {
    position: relative;
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.sponsors-section img:hover {
    opacity: 0.70;
}

.sponsors-section .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}

.sponsors-section .owl-nav,
.sponsors-section .owl-dots {
    display: none;
}


/*========  End of Sponsors Section  =========*/

/* Hero Slider */
.vertical-center {
    flex-direction: column;
    align-items: flex-start;
}

.slide-media {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*margin-right: calc(-50vw + 100%);*/
}

.slide-media-bg {
    position: absolute;

    right: 0;

    left: 0;
    height: 500px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.slider-bg {
    background-color: #69d7ec;
}


.Last-post-Blog.widget {
    overflow: hidden;
    height: 400px;
}

.Top-Title-SideBar h3 {
    font-weight: 700;
    color: #373636;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    position: relative;
    /*padding-bottom: 20px;*/
}

/*.Top-Title-SideBar h3:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      display: block;
      width: 35px;
      height: 2px;
      background: #293B94;
  }*/

.Last-post-Blog.widget .post-prev-icon,
.Last-post-Blog.widget .post-next-icon {
    top: 0;
    margin-right: 0;
}

.Last-post-Blog.widget .post-prev-icon {
    right: 15px;
}

.Last-post-Blog.widget .post-next-icon {
    right: 48px;
}

ul.news-footer li {
    display: inline-block;
    width: 100%;
}

.news-footer li>a {
    float: left;
}

.news-footer>li>a img {
    width: 122px;
    height: 75px;
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 75px;
}

.news-footer>li h6 {
    padding-left: 55px;
    font-size: 14px;
    line-height: 24px;
    color: #acacac;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-top: 7px;
}

.news-footer>li h6 a {
    display: inline;
    padding: 0;
    font-size: 14px;
    color: #373636;
    text-transform: uppercase;
    font-weight: 700;
}

.news-footer>li h6 a:hover {
    color: var(--thm-secondary);
}

.news-footer li>.news-date {
    display: block;
    color: #666666;
    font-size: 11px;
    padding-left: 70px;
    line-height: 25px;
}

.news-footer li>.news-date a {
    color: #666666;
    font-size: 11px;
}

.main-logo.navbar-brand img {
    width: auto;
}

.header-5 .ddcommon .ddlabel {
    color: #333;
}

.header-search-form .form-control {
    border: 1px solid #dadada !important;
}

/* .header-5 .navbar-brand img {
      width: 200px;
  } */


.header-5 #header-wrap .navbar-nav .nav-item:last-child {
    margin-left: 0;
}

.header-5 #header-wrap .navbar-nav .nav-item:last-child .nav-link {
    color: #7a8595;
}

.header-5 #header-wrap {
    background: var(--thm-primary);
}

.side-widget .widget {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    color: #fff;
}

.side-widget .widget:last-child {
    margin-bottom: 0;
}

.side-widget .widget .widget-title {
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.side-widget .side-newsletter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.side-widget .side-newsletter form {
    width: 100%;
    display: block;
}

.side-widget .side-newsletter input[type="email"] {
    max-width: 100%;
    margin-bottom: 10px;
    border: none;
}

.side-widget .side-newsletter label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.side-widget .side-newsletter input[type="checkbox"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(2px);
    appearance: none;
    background: #0c0c0c;
}

.side-widget .side-newsletter input[type="checkbox"] {
    display: inline-block;
    background: #ededed;
}

.side-widget .side-newsletter input[type="checkbox"]:checked {
    border: 4px solid #ededed;
    background: #0c0c0c;
}

.side-widget .widget input[type="submit"] {
    height: 50px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #0c0c0c;
    background: #81fdc5;
    border: none;
    padding: 0 25px;
}

/*Post*/

.side-widget .widget .post-image {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.blog-post .post-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.blog-post .post-title a {
    color: #fff;
}

.blog-post .metas {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-post .post-content .metas {
    color: #fff;
    margin-top: 20px;
}

.blog-post .post-content .metas .date {
    display: inline-block;
    font-size: 13px;
    opacity: 0.6;
    color: #fff;
    margin-right: 0;
    padding-right: 0;
}

.blog-post .metas .dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 7px;
}

.blog-post .post-content .metas .author {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 13px;
}

.blog-post .metas .author a {
    text-decoration: underline;
    font-weight: 600;
}

.blog-post .metas .author a:hover {
    text-decoration: none;
}

.footer-menu {
    background-color: rgba(28, 185, 200, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
}

.slide-menu .social-footer-menu {
    padding: 20px 0;
}

.slide-menu .social-footer-menu li,
.slide-menu .social-footer-menu li:last-child {
    border: 1px solid #585757;
    padding: 0;
}

.slide-menu .social-footer-menu ul a {
    font-size: 18px;
    padding: 0.7rem 1rem;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.slide-menu a.menu-footer-link {
    color: #161921;
    text-align: center;
    font-size: 14px;
}

.slide-menu a.menu-footer-link i {
    color: #161921;
    margin-right: 5px;
}

.menu-footer-link:hover {
    text-decoration: underline;
}

.slide-menu a.menu-footer-link:hover i {
    color: var(--thm-yellow);
}

.header-5 .btn-yellow {
    background: #293B94;
    border: 1px solid #293B94;
}

.header-5 .btn-yellow.btn i {
    color: #ffffff;
}

.header-5 #header-wrap.fixed-header {
    background-color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .header-5 #header-wrap.fixed-header {
        background-color: #309A5D;
    }

}


/**
  Navigation Styles
  */
.main-navigation {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.main-navigation>ul.navbar-collapse>li:hover>a,
.main-navigation>ul.navbar-collapse>li.active>a {
    color: var(--thm-yellow);
}

.main-navigation ul.navbar-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.main-navigation ul.navbar-collapse li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 10px;
    /* Dropdown Menu Styles */
    /* Last Element */
}

.main-navigation ul.navbar-collapse li:first-child,
.main-navigation ul.navbar-collapse li:last-child {
    padding: 0;
}

.main-navigation ul.navbar-collapse>li:first-child {
    margin-right: 10px;
    background-color: var(--thm-base);
}

.main-navigation ul.navbar-collapse>li:last-child {
    /* padding-right: 0;  */
    margin-left: auto;
}

.main-navigation ul.navbar-collapse>li:hover:last-child {
    /* background-color: var(--thm-secondary);
      box-shadow: 0 10px 30px 0 var(--thm-secondary-rgba);
      transition: 0.3s; */
}

.main-navigation ul.navbar-collapse li:first-child a,
.main-navigation ul.navbar-collapse li:last-child a {
    color: #ffffff;
    padding: 0 15px;
}

.main-navigation ul.navbar-collapse li:first-child a i,
.main-navigation ul.navbar-collapse li:last-child a i {
    font-size: 17px;
}

.main-navigation ul.navbar-collapse li:last-child a span {
    background-color: var(--thm-secondary);
    animation: blink 2s infinite;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

@keyframes blink {
    0% {
        background-color: var(--thm-base);
    }

    25% {
        background-color: var(--thm-secondary);
    }

    50% {
        background-color: var(--thm-base);
    }

    75% {
        background-color: var(--thm-secondary);
    }

    100% {
        background-color: var(--thm-base);
    }
}

.main-navigation ul.navbar-collapse li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 3.2rem;
}

.fixed-header .main-navigation ul.navbar-collapse li a {
    color: #323232;
}

.fixed-header .main-navigation ul.navbar-collapse li:first-child a,
.fixed-header .main-navigation ul.navbar-collapse li:last-child a {
    color: #ffffff;
    padding: 0 15px;
}

.main-navigation ul.navbar-collapse li.cr-dropdown {
    position: relative;
}

.main-navigation ul.navbar-collapse li.cr-dropdown>a:after {
    content: "\f3d0";
    font-family: "Ionicons";
    margin-left: 5px;
    line-height: 26px;
    display: inline-block;
}

.main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu {
    border-top: 2px solid var(--thm-secondary);
    position: absolute;
    left: 0;
    top: 100%;
    width: 270px;
    background: var(--thm-primary);
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99;
}

.main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li {
    display: block;
    padding: 0;
    position: relative;
    border-bottom: 1px #e6e6e6 solid;
    /* Sub Dropdown Menu */
}

.main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li:last-child {
    border-bottom: none;
}

.main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li a {
    display: block;
    font-size: 14px;
    background: var(--thm-primary);
    color: #ffffff;
    padding: 8px 20px;
    position: relative;
    font-weight: 400;
    line-height: 1.5;
}

.main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li.current-link a,
.main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li:hover>a {
    background: #ffffff;
    color: #323232;
}

.main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub>a {
    position: relative;
}

.main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub>a:after {
    content: "\f3d0";
    font-family: "Ionicons";
    position: absolute;
    right: 15px;
    top: 50%;
    height: 30px;
    line-height: 30px;
    transform: rotate(-90deg);
    margin-top: -15px;
    font-size: 14px;
}

.main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    background: #fff;
}

.main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li:hover ul {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-navigation ul.navbar-collapse li:hover a:before {
    width: 100%;
}

.main-navigation ul.navbar-collapse li:hover .cr-dropdown-menu {
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-navigation ul.navbar-collapse li.last-elements .cr-dropdown-menu {
    right: 0;
    left: auto;
}

.main-navigation ul.navbar-collapse li.last-elements .cr-dropdown-menu .cr-sub-dropdown-menu {
    left: auto;
    right: 100%;
    background: #fff;
}

.main-navigation ul.navbar-collapse ul {
    display: block;
    background: #fff;
}

@media only screen and (min-width: 992px) {
    .main-navigation ul.navbar-collapse li.cr-dropdown.active .cr-dropdown-menu li.current-link > a:before,
    .main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub > a:before,
    .main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu .cr-dropdown-sub > .cr-sub-dropdown-menu li > a:before,
    .main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu > li > a:hover:before {
        display: inline-block;
        font-family: "Ionicons";
        content: "\f3d6";
        position: absolute;
        color: inherit;
        left: 20px;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s opacity ease-in-out;
        -webkit-transition: 0.3s opacity ease-in-out;
        -moz-transition: 0.3s opacity ease-in-out;
        -ms-transition: 0.3s opacity ease-in-out;
        -o-transition: 0.3s opacity ease-in-out;
    }

    .main-navigation ul.navbar-collapse li.cr-dropdown.active .cr-dropdown-menu li.current-link > a:before,
    .main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu > li > a:hover:before,
    .main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub:hover > a:before,
    .main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu .cr-dropdown-sub > .cr-sub-dropdown-menu li > a:hover:before {
        opacity: 1;
        visibility: visible;
    }

    .main-navigation ul.navbar-collapse li.cr-dropdown.active .cr-dropdown-menu li.current-link > a,
    .main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub:hover > a,
    .main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li > a:hover,
    .main-navigation ul.navbar-collapse li.cr-dropdown .cr-dropdown-menu li > a:focus {
        padding-left: 40px;
    }

}


@media only screen and (max-width: 1199px) {
    .main-navigation ul.navbar-collapse li {
        padding: 0 14px;
    }

    .main-navigation ul.navbar-collapse li a {
        font-size: 12px;
    }
}






.ddcommon .ddChild li.selected .ddlabel,
.ddcommon .ddChild li .ddlabel:hover {
    color: var(--thm-secondary)
}

.blue-scroll-bg.scroll-top a,
.blue-scroll-bg.scroll-top a:visited,
.blue-scroll-bg.scroll-top a:hover,
.blue-scroll-bg.scroll-top a:focus {
    background-color: #293B94;
}

.blue-scroll-bg.scroll-top a:hover {
    background-color: #ffffff;
    color: #293B94;
}

.newsletter-bg .bg-blue2 {
    color: #ffffff;
}



/***

  ====================================================================
      About Us Section
  ====================================================================

  ***/

section .inner-col {
    width: 900px;
    margin: 0 auto;
}

.inner-col {
    position: relative;
    background: #f0f0f0;
    background: -moz-linear-gradient(-45deg, #f0f0f0 0%, #f0f0f0 35%, #ffffff 100%);
    background: -webkit-linear-gradient(-45deg, #f0f0f0 0%, #f0f0f0 35%, #ffffff 100%);
    background: linear-gradient(135deg, #f0f0f0 0%, #f0f0f0 35%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=1);
    border-radius: 10px;
    padding: 30px;
}

.title-section h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'spartan', sans-serif;
    font-size: 24px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 22px;
    margin-top: 30px;
}

.title-section h3::after {
    position: absolute;
    content: "";
    width: 40px;
    background-color: var(--thm-secondary);
    height: 4px;
    bottom: 0;
    left: 0;
}

.description-welcome p {
    font-weight: 400;
    font-size: 15px;
    color: #666;
    text-align: justify;
    width: 90%;
    line-height: 37px;
    display: inline-block;
    margin-top: 0;
}

.description-welcome .read-more {
    margin-top: 25px;
}

.description-welcome .read-more a:hover {
    text-decoration: underline;
}

@media only screen and (max-width:991px) {

    section .inner-col {
        width: 100%;
    }

}


/*========  End of About Us Section  =========*/


/***

  ====================================================================
      chart Section
  ====================================================================

  ***/

.home-chart {
    position: relative;
}

#pieChart {
    margin-left: -17%;
}

.data-chart {
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: -1;
}

.data-chart li {
    line-height: 1;
    text-align: left;
    margin-bottom: 10px;
}

.data-chart li:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
}

.data-chart li.blue-color:before {
    background-color: #7cb5ec;
}

.data-chart li.dark-color:before {
    background-color: #434348;
}

.data-chart li.green-color:before {
    background-color: #90ed7d;
}

.data-chart li.orange-color:before {
    background-color: #f7a35c;
}

.highcharts-figure {
    margin: 0;
}



.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

rect.highcharts-background {
    fill: none;
}


.highcharts-figure input[type="number"] {
    min-width: 50px;
}

.highcharts-credits {
    opacity: 0;
}

/*========  End of Chart Section  =========*/


/***

  ====================================================================
      Newsletter Section
  ====================================================================

  ***/

.newsletter.show {
    align-items: center;
    padding: 0 !important;
}

.newsletter .modal-dialog {
    width: 30%;
    max-width: calc(34vw - 80px);
    z-index: 9999;
}

.newsletter .modal-body {
    box-shadow: rgb(0 0 0 / 60%) 0px 0px 0px 14px !important;
    border-radius: 6px;
    /*max-height: calc(100vh - 80px);*/
    /*overflow-y: auto;*/
    padding: 0;
    height: calc(100vh - 80px);
}

.home_popup .owl-carousel.owl-drag .owl-item {
    height: calc(100vh - 80px);
}

.newsletter .modal-dialog .modal-body .img-wrap {
    height: 100%;
}

.newsletter .modal-dialog .modal-body img {
    height: 100%;
    max-height: 100%;
}

.newsletter .modal-dialog .modal-content {
    padding-bottom: 0;
    border: none;
}

.newsletter.newsletter .close {
    position: absolute;
    right: -10px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #000;
    padding: 0px 8px;
    z-index: 10;
    top: -16px;
    border-radius: 50%;
}

/*========  End of Newsletter Section  =========*/


/***

  ====================================================================
      Home popup Section
  ====================================================================

  ***/

.home_popup .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}


.home_popup .owl-loaded .owl-nav {
    width: 100%;
    height: 100%;
    top: 0;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"],
.home_popup .owl-loaded .owl-nav [class^="owl-"] {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 6px 16px;
    background: #fff;
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.home_popup .owl-loaded .owl-nav .owl-prev {
    left: -20px;
}

.home_popup .owl-loaded .owl-nav .owl-next {
    right: -20px;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"] {
    color: #fff;
    padding: 5px 12px;
    background-color: #702B86;
    border-radius: 50%;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background-color: #98a700;
}

.home_popup .owl-loaded .owl-nav {
    display: none;
}

.home_popup .modal-dialog:hover .owl-nav {
    display: block;
}

/*========  End of Home Popup Section  =========*/

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.overlay-modal.active {
    display: inline-block;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.overlay-modal {
    display: none;
    opacity: 0;
}


.other-members li {
    font-size: 14px;
    text-align: center;
}

.other-members a {
    color: #a9a9a9;
}

.other-members a:hover {
    color: #293B94;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }

    .newsletter .modal-dialog {
        width: auto;
        /* max-width: calc(60vw - 100px); */
    }
}

@media only screen and (max-width: 1699px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(40vw - 100px);
    }
}

@media only screen and (max-width: 1199px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(55vw - 100px);
    }
}

@media only screen and (max-width: 991px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(60vw - 100px);
    }
}

@media only screen and (min-width: 768px) and (max-width:860px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(85vw - 100px);
    }
}

@media only screen and (min-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
    .overlay-content .modal-body {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .overlay-content .modal-dialog .modal-body img {
        height: 100% !important;
    }
}

@media only screen and (max-width: 767px) {

    .overlay-content .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 1.75rem auto;
        padding: 20px;
    }

    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(75vw - 100px);
    }

}

@media (max-width: 667px) {
    #mailchimpModal .modal-body {
        padding: 0;
    }
}

@media only screen and (max-width: 412px) {
    .newsletter .modal-dialog {
        max-width: calc(100vw - 100px);
    }

    .newsletter .modal-body {
        height: calc(72vh - 80px);
    }

    .home_popup .owl-carousel.owl-drag .owl-item {
        height: auto;
    }

    .newsletter .modal-dialog .modal-body img {
        height: auto !important;
    }

}


/***

  ====================================================================
      Download Section
  ====================================================================

  ***/

.Download-container_table .sec-download {
    border-bottom: 1px solid #e9ecef;
    position: relative;
    padding: 20px 0;
}

.Download-container_table .sec-download:last-child {
    border-bottom: none;
}

.Download-container_table .sec-download:first-child {
    padding-top: 0;
}

.sec-download h3 {
    font-size: 18px;
    padding-bottom: 5px;
    margin: 0;
    line-height: 1;
}

.sec-download small span {
    padding-right: 10px;
}

.sec-download .btn {
    font-size: 13px;
    line-height: 1;
    padding: 10px 15px;
    text-transform: capitalize;
}

.sec-download .btn:hover {
    background-color: var(--thm-secondary);
    box-shadow: 0 10px 30px 0 var(--thm-secondary-rgba);
    transition: 0.3s;
}

/*========  End Download css  =========*/


/***

  ====================================================================
      Share icon Section
  ====================================================================

  ***/

.social-share {
    margin-top: 3px;
    display: inline-block;
    margin-left: -15px;
}

.menu {
    z-index: 999;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu li.share.right:before {
    content: "\f3ac";
    display: block;
    margin: 0;
    width: 27px;
    height: 24px;
    font-family: Ionicons;
    color: #ffffff;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    -webkit-transition: color cubic-bezier(.165, .84, .44, 1) .4s;
    -moz-transition: color cubic-bezier(.165, .84, .44, 1) .4s;
    transition: color cubic-bezier(.165, .84, .44, 1) .4s;
    cursor: pointer;
}

.menu .share:hover.right .submenu li {
    cursor: pointer;
    z-index: 1;
    width: 27px;
    text-align: center;
}

.menu .share:hover.right .submenu li:nth-child(1) {
    opacity: 1;
    left: 27px;
    transform: rotate(0deg);
    transition-delay: 0.08s;
}

.menu .share:hover.right .submenu li:nth-child(2) {
    opacity: 1;
    left: 54px;
    transform: rotate(0deg);
    transition-delay: 0.16s;
}

.menu .share:hover.right .submenu li:nth-child(3) {
    opacity: 1;
    left: 81px;
    transform: rotate(0deg);
    transition-delay: 0.24s;
}

.menu .share:hover.right .submenu li:nth-child(4) {
    opacity: 1;
    left: 108px;
    transform: rotate(0deg);
    transition-delay: 0.32s;
}

.menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.menu .submenu li a {
    color: #ffffff;
    font-size: 16px;
}

/*.menu .submenu li a:hover i.fa {
    color: #fff;
  }*/
.menu .submenu li a:hover.facebook i.lab {
    color: #3b5999;
}

.menu .submenu li a:hover.twitter i.lab {
    color: #55acee;
}

.menu .submenu li a:hover.googlePlus i.lab {
    color: #dd4b39;
}

.menu .submenu li a:hover.instagram i.lab {
    color: #e4405f;
}

.menu .submenu li:nth-child(1) {
    transform: rotateX(45deg);
}

.menu .submenu li:nth-child(2) {
    transform: rotateX(90deg);
}

.menu .submenu li:nth-child(3) {
    transform: rotateX(135deg);
}

.menu .submenu li:nth-child(4) {
    transform: rotateX(180deg);
}

.ad-wrapper img {
    width: 100%;
}


/***

  ====================================================================
      menu sidebar Section
  ====================================================================

  ***/

.side-menu-button-opener.large {
    font-size: 32px;
    line-height: 34px;
    height: 34px;
    display: none;
}

.side-menu-button-opener i.la-bars {
    display: inline-block;
    height: inherit;
    vertical-align: top;
    width: inherit;
    text-align: center;
    font-size: 32px;
    line-height: 35px;
}

.side-menu-button-opener span {
    font-size: 8px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: inherit;
    margin-left: 0px;
    color: #1d1c1d;
    vertical-align: top;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    cursor: text;
}

.slide-menu .controls i {
    font-size: 20px;
}

.side-widget .form-inline {
    position: relative;
}

.side-widget .form-inline button.btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.70rem 1rem;
}

.side-widget .form-inline button.btn:hover {
    color: #212529;
}

.side-widget .form-inline button.btn i {
    font-size: 18px;
}

/* ---------------------------------------------------
      SIDEBAR STYLE
  ----------------------------------------------------- */

.slide-menu {
    width: 320px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: -320px;
    height: 100vh;
    z-index: 9999;
    background: #ffffff;
    border-left: 3px solid var(--thm-primary);
    color: #fff;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.slide-menu.active {
    right: 0;
}

#dismiss {
    width: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-color: rgba(28, 185, 200, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slide-menu .btn.slide-menu-control {
    background-color: transparent;
    float: right;
    color: #161921;
    padding: 8px;
    margin-right: 5px;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    transition: transform .5s ease;
}

.slide-menu a.slide-menu-control:hover {
    background: none;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slide-menu .controls i {
    font-size: 20px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.slide-menu .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

.slide-menu ul.components {
    padding: 20px 0;
    /* border-bottom: 1px solid #585757; */
}

.slide-menu ul>li {
    border-bottom: 1px solid #585757;
}

.slide-menu ul>li:last-child {
    border: none;
}

.slide-menu ul.components li a {
    display: block;
    padding: .9rem 1.5rem;
    color: #161921;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 11px;
    font-weight: 600;
}

.slide-menu a {
    color: #161921;
}

.slide-menu a:hover {
    color: var(--thm-primary);
}

.slide-menu .collapse.show li a {
    padding-left: 2.5rem;
}

.slide-menu .collapse.show ul li a {
    padding-left: 3.5rem;
}

.slide-menu .collapse.show ul ul li a {
    padding-left: 4.5rem;
}

.slide-menu ul li a:hover {
    color: var(--thm-primary);
}

.slide-menu ul li.active>a,
a[aria-expanded="true"] {
    color: var(--thm-primary);
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle span {
    background-color: var(--smoke-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30%;
    right: 17px;
}

.dropdown-toggle span::after {
    border-width: 0;
    content: "\f105";
    display: block;
    font-family: 'Line Awesome Free';
    color: #161921;
    top: 46%;
    position: absolute;

    transform: translateY(-50%);
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 0.3s linear;
}

.dropdown-toggle.down span::after {
    top: 6%;

    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dropdown-toggle::after {
    content: none;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .language-selection>ul {
        display: none;
    }

    .language-selection>ul.onlyResponsive {
        display: block;
    }
}

@media only screen and (max-width: 1024.98px) {


    .navbar-brand.d-lg-none {
        /* display: block !important; */
        width: 100%;
    }

    .navbar-brand img {
        width: 120px;
    }

    .header-5 .navbar-light .navbar-toggler {
        display: none;
        background: #fff;
        border-radius: 5px;
    }

    #wrap,
    .header-search-form input[type="text"]:focus {
        width: 100%;
    }

    #wrap form {
        display: inline-block !important;
    }

    #wrap form a {
        float: right;
        vertical-align: bottom;
        line-height: 60px;
    }

    .language-selection {
        width: 102px;
        display: flex;
        height: 30px;
        line-height: 25px;
        justify-content: center;
        align-items: center;
    }

}

@media only screen and (max-width: 991.98px) {

    .navbar-brand.d-lg-none {
        width: auto;
    }

    .navbar-brand.logo-center {
        display: none !important;
    }

    .ad-brand .navbar-brand.logo-center {
        display: block !important;
    }

    .ad-brand .navbar-brand.logo-center img {
        height: 35px;
    }

    .navbar-brand img {
        width: 55px;
        height: 55px;
    }

    .top-header .language {
        display: none;
    }

    .top-header .news-scroller {
        padding-right: 0;
    }

    .side-menu-button-opener.large {
        display: block !important;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
}


/***

  ====================================================================
      About Us Page
  ====================================================================

  ***/

.welcome_wrapper .number {
    color: #eaeaea;
    font-size: 100px;
    line-height: 58px;
    font-weight: 700;
    margin: 0 0 -37px;
}

.welcome_wrapper_header {
    text-align: center;
}

.welcome_wrapper .force-overflow>div>i {
    font-size: 40px;
    color: var(--thm-secondary);
}

.welcome_wrapper .force-overflow>div:last-child {
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 15px;
    padding: 20px 12px;
}

.welcome_wrapper h5 {
    font-weight: 500;
    margin: 10px 0;
    color: #373636;
    text-transform: uppercase;
}

.scrollbar {
    float: left;
    height: 136px;
    overflow-y: scroll;
    background-color: transparent;
}

.force-overflow {
    display: inline-block;
    /* min-height: 100%; */
    margin-top: 15px;
    padding-right: 15px;
}

.welcome_wrapper p {
    margin: 0 0 20px;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    text-align: justify;
}

.welcome_wrapper p:last-child {
    margin-bottom: 0;
}

.force-overflow[data-readmore] {
    transition: height 80ms;
    overflow: hidden;
}

.welcome_wrapper a[data-readmore-toggle] {
    color: var(--primary-color);
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(49, 144, 231, 0.8);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: var(--thm-secondary);
}

.list_doted {
    padding-left: 18px;
    ;
}

.list_doted li {
    margin-bottom: 10px;
    font-size: 14px;
}

.list_doted li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .scrollbar {
        width: 100%;
    }
}


/***

  ====================================================================
      News Room Page
  ====================================================================

  ***/

.newsroom .card-items {
    /* margin-bottom: 30px;*/
    display: flex !important;
    padding: 0;
    position: relative;
}

.newsroom .card-items .card {
    margin-bottom: 60px;

    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.newsroom .card.event-post {
    width: 100%;
}

.newsroom .card-items .event-post {
    background-color: transparent;
    color: #23232d;
    /* border-right: 1px solid #d0d8e2; */
    border-bottom: 1px solid #d0d8e2;
    box-shadow: none;
    border-radius: 0;
    padding: 0 32px 60px;
    /*display: flex!important;*/
}

.newsroom .card-items:last-child .event-post {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


.newsroom .card .event-time {
    margin-bottom: 16px;
}

@media only screen and (min-width:1025px) {

    .newsroom .card-items .event-post {
        border-bottom: 1px solid #d0d8e2;
    }


    .newsroom .card-items:nth-last-child(-n+3) .event-post {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .newsroom .card-items .event-post:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: calc(100% - 65px);
        background-color: #d0d8e2;
    }

    .newsroom .card-items:nth-last-child(-n+3) .event-post:after {
        height: calc(100% - 5px);
    }

    .newsroom .card-items:nth-last-child(3n+1) .event-post:after {
        width: 0;
    }

}

@media only screen and (max-width: 991px) {

    .newsroom .card-items {
        padding-left: 15px;
        padding-right: 15px;
    }

    .newsroom .card-items .event-post {
        border-bottom: none;
        padding: 0;
        margin: 0 0 35px;
    }

}

@media (hover: hover) and (pointer: fine) {

    .newsroom .card.hover-post:hover h2 a,
    .newsroom .card.hover-post:hover .text-link {
        color: var(--thm-primary)
    }
}


@media (min-width: 1230px) {

    .newsroom .card-body {
        padding: 60px 50px;
    }

}

.margin-auto-top {
    margin-top: auto !important;
}


.newsroom .card-body h2 {
    margin-bottom: 16px;
    margin-top: 0;
}

.newsroom .card-body h2 a {
    font-size: 1.375rem;
    line-height: 1.4;
}

.newsroom .card-body .event-time {
    margin-bottom: 16px;
    margin-top: 0;
    font-size: .875rem;
    line-height: 1.5;
}

.newsroom .card-body a.readmore-btn {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: color;
    transition-property: color;
    font-weight: 600;
}


/***

  ====================================================================
      Sidebar Widget Page
  ====================================================================

  ***/

.aside {
    background-color: transparent !important;
    padding: 0px 10px 25px 0;
    width: 260px;
}

.sidebar__inner {
    left: inherit !important;
}

.sticky-bar ul>li>a {
    background: #ebedef;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 1px;
    padding: 15px 30px;
    text-transform: uppercase;
    position: relative;
}

.sticky-bar ul>li>a:before {
    display: inline-block;
    font-family: "Ionicons";
    content: "\f3d6";
    position: absolute;
    left: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.sticky-bar ul>li>a:hover,
.sticky-bar ul>li>a:focus,
.sticky-bar ul>li.active-fix>a {
    color: #fff;
    padding-left: 50px;
}

.sticky-bar ul>li>a:hover:before,
.sticky-bar ul>li>a:focus:before,
.sticky-bar ul>li.active-fix>a:before {
    opacity: 1;
    visibility: visible;
}

.sticky-bar ul>li>a:hover,
.sticky-bar ul>li>a:focus,
.sticky-bar ul>li.active-fix>a {
    background: var(--thm-secondary);
}

.rgt-sidebar .page_title h2 {
    padding: 6px 0 0;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 30px;
}

.member-list .member-info {
    padding: 20px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    /* border: 1px solid #e2e2e2; */
    border-top: 0;
}

.our-team .member-list .member-info>h5 {
    font-size: 1rem;
    margin: 0 0 4px;
}

.member-list .team-items .member-info h5 a,
.member-list .team-items:hover .member-info h5 a {
    color: #191919;
    font-size: 18px;
}

.our-team .member-list .member-info>span {
    font-weight: bold;
    color: var(--thm-secondary);
    font-size: 15px;
}

.our-team img {
    border-radius: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {

    .our-team .member-list [class^=col-] .team-items,
    .our-team .member-list [class*=col-] .team-items {
        margin-bottom: 2rem;
    }

    .our-team .member-list [class^=col-]:nth-last-child(-n+3) .team-items,
    .our-team .member-list [class*=col-]:nth-last-child(-n+3) .team-items {
        margin-bottom: 0;
    }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .aside {
        width: 240px;
    }
}

@media only screen and (max-width: 991px) {

    .page-content .left-sidebar,
    .page-content .left-sidebar {
        display: none !important;
    }

    .page-content .left-sidebar+[class*="col-"],
    .page-content .left-sidebar+[class^="col-"] {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.check-list ol {
    padding-left: 0px;
}

.check-list li {
    display: inline-flex;
    width: 100%;
}

.check-list li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f14a";
    font-weight: 500;
    margin-right: 10px;
    mask-type: 3px;
    font-size: 15px;
    color: var(--thm-primary);
}

.check-list li>ul>li:before,
.check-list .download-links li::before {
    content: none;
}

.check-list li>ul>li {
    display: inline-grid;
}

.check-list li>ul>li span {
    font-weight: 500;
}

.check-list li a {
    color: var(--primary-color);
}

.check-list li a:hover {
    color: var(--primary-text-color);
}

li.list-title {
    position: relative;
    padding-left: 38px;
}

li.list-title::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background: var(--secondary-bg-color);
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.number-order ol {
    padding-left: 20px;
}


/***

  ====================================================================
      Committees Sub-Committees Page
  ====================================================================

  ***/

.profile-box .profile-photo {
    margin-right: 10%;
    margin-bottom: 10px;
}

.profile-box .profile-info {
    color: #3d4451;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dedede;
}

.profile-box .profile-title {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
}

.profile-box .profile-title span {
    font-weight: 300;
}

.profile-box .profile-position {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0;
}

.profile-photo img {
    width: 100%;
    display: block;
}

.profile-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile-list li {
    margin-bottom: 13px;
}

.profile-list .title {
    display: block;
    width: 120px;
    float: left;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    line-height: 1.1;
}

.profile-list .cont {
    display: block;
    margin-left: 125px;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #9da0a7;
}

.profile-list .cont a {
    color: inherit;
}

.profile-list .cont a:hover {
    text-decoration: underline;
}


/***

  ====================================================================
      Team Detail Page
  ====================================================================

  ***/

.team_member_detail .aside {
    background-color: transparent;
    padding-top: 0;
    padding-right: 0;
}

.team_member_detail .aside img {
    margin-bottom: 25px;
}

.text-foc-md {
    color: #666666;
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
    margin-bottom: 0;
}

.stage-content-biog {
    margin-top: 30px;
    margin-bottom: 10px;
}

/* Our Work */

li.submenu-list {
    font-weight: 600;
}

li.submenu-list li {
    font-weight: 400;
}

/* History */

.events-search {
    background-color: #ffffff;
    padding-bottom: 20px;
}

#membersdata_filter {
    display: none;
}

.events-search .form-group {
    margin-bottom: 0;
}


.events-search .col-auto .btn-primary {
    border-bottom: 3px var(--thm-secondary) solid;
}

.events-search .col-auto .btn-primary:hover {
    border-color: var(--thm-base);
}

.twoToneCenter {
    text-align: center;
    margin: 1em 0;
}

/*@media (min-width: 780px) {
    .twoToneCenter {
      width: 600px;
      display: grid;
      grid-template-columns: repeat(2, [col] calc(100%/2));
      grid-auto-rows: 120px;
      margin: 30px auto 40px;
    }
  }*/

@media screen and (max-width: 991px) {
    .events-search .form-row .form-group {
        margin-bottom: 10px;
    }
}

/*@media screen and (max-width: 360px){
      .events-search .form-row .form-group{
          margin-bottom: 10px;
      }
  }*/
.twoToneButton {
    display: inline-block;
    outline: none;
    position: relative;
    transition: padding-right 0.3s ease;
    font-weight: 700;
}

.twoToneButton:hover {
    box-shadow: 0 0 10px var(--thm-primary) inset, 0px 1px 0 #3bc380;
    color: #f3f3f3;
}

.twoToneButton:active {
    box-shadow: 0 0 10px var(--thm-primary) inset, 0px 1px 0 #3bc380;
    color: #ffffff;
    background: var(--thm-primary);
    background: linear-gradient(to bottom, #3bc380 0%, #689981 50%, #32664b 51%, var(--thm-primary) 100%);
}

.history-event .col-auto .btn-primary.twoToneButton.spinning {
    background: var(--thm-primary);
    border-bottom: 3px var(--thm-base) solid;
    padding-right: 40px;
}

.twoToneButton.spinning:after {
    content: '';
    right: 6px;
    top: 50%;
    width: 0;
    height: 0;
    box-shadow: 0px 0px 0 1px #080808;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

.twoToneButton.spinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    right: 6px;
    top: 50%;
    position: absolute;
    border: 2px solid #000000;
    border-right: 3px solid #00df71;
    -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

@-webkit-keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

@keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

.history-main-timeline {
    background-repeat: no-repeat;
    background-position: left top;
    border-top: 1px solid #f3f1f2;
    float: left;
    width: 100%;
}

.history_timeline {
    border-left: 1px solid #f3f1f2;
    margin-left: 318px;
    position: relative;
}

.history_timeline>li {
    margin-bottom: 35px;
    padding-top: 50px;
    padding-left: 45px;
    position: relative;
}

.history_timeline>li .year {
    position: absolute;
    left: -52px;
    top: 100px;
}

.history_timeline>li .year:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 12px;
    left: 159%;
    z-index: -1;
}

.history_timeline>li .year:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    top: 50%;
    right: -23px;
    border-radius: 50%;
    background-color: #e6e6e6;
    transition: all .3s ease;
    border: 1px solid transparent;
}

.history_timeline .book-list {
    position: relative;
}

.history_timeline .book-list:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 0.03) 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0.03) 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0.03) 0%, #f8f8f8 100%);
    bottom: 0;
}

.history_timeline .book-list>li {
    overflow: hidden;
    margin-bottom: 35px;
}

.history_timeline .book-list>li h3 {
    cursor: pointer;
}

.history_timeline .book-list figure {
    float: left;
    width: 135px;
}

.history_timeline .book-list .book-list-meta {
    float: left;
    /*width: calc(100% - 135px);*/
}

.history_timeline .book-list-title {
    font-size: 16px;
    line-height: 24px;
}

.history_timeline .book-list-title a {
    color: #000;
}

.history_timeline .book-list-brand,
.history_timeline .book-author {
    color: #666;
    font-size: 14px;
}

.history_timeline .btn-expand {
    color: var(--thm-secondary);
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700;
}

.history_timeline .btn-expand:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .history-main-timeline {
        background-image: none !important;
        border-top: none;
    }

    .history_timeline {
        margin-left: 50px;
    }
}


/***

  ====================================================================
      publication Page Page
  ====================================================================

  ***/

.Publication-container img {
    cursor: pointer;
}

.post_item_img .post_item_date {
    position: absolute;
    top: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: var(--thm-secondary);
    padding: 8px 15px;
    border-radius: 5px;
}

.post_item_img .post_item_date {
    top: -20px;
    left: 20px;
    padding: 13px 30px;
}

.post_item_img .post_item_date .date {
    padding-right: 0;
    margin-right: 0;
}

.post_item_img .post_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center;
}

.post_item_img .post_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}


/***

  ====================================================================
      Table-event-list Page
  ====================================================================

  ***/

.table-event-list table thead {
    background-color: #ccd5db;
}

.table-event-list table th {
    /* padding: 15px 20px 13px 20px;*/
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border: 0;
}


.table-event-list table thead th {
    color: #585858;
    background-color: #ccd5db;
}

.table-event-list.min-width-space table thead th:first-child {
    width: 50%;
}

.table-event-list table {
    margin-bottom: 0;
}

.table-event-list table thead th,
.table-event-list table tbody>tr>td {
    border-top: none;
    font-weight: normal;
    font-size: 15px;
    vertical-align: middle;
}

.table-event-list table tbody>tr:nth-child(2n) {
    background-color: #eeeeee;
}

@media only screen and (max-width:575px) {

    .table-event-list table thead,
    .table-event-list table tbody {
        display: block;
    }
}

.check-list li .table a,
.table a {
    color: #212529;
    font-size: 15px;
    font-weight: normal;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 0.9rem;
    overflow: visible;
    vertical-align: -.125em;
}

.svg-inline--fa.fa-w-16 {
    width: 0.9rem;
}

.btnViewFile span {
    color: var(--thm-secondary);
}

.btnViewFile,
.btnViewFile:focus {
    background-color: transparent;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    color: #333;
    display: inline-block;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 4px 13px;
    text-transform: capitalize;
}

.btnViewFile:active,
.btnViewFile:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.btnViewFile:hover {
    color: #6c6868;
}

.Download-container_table table thead th:first-child {
    width: 50%;
}

.Download-container_table.table_file table thead th:first-child {
    width: 80%;
}

.modal-header .close {
    background: var(--thm-secondary);
    cursor: pointer;
}

@media only screen and (max-width: 412px) {
    .table-event-list {
        margin-left: -30px;
    }
}

/*Blog*/

blockquote {
    border-color: var(--thm-secondary);
}

/*View All Slide Button*/

.readmore a {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
}

.readmore a::before,
.lib-more a::before {
    content: '';
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0px;
    background: var(--thm-secondary);
    width: 0;

    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.readmore a:hover::before,
.lib-more a:hover::before {
    width: 100%;
}

/* Items Box */

.careers .status {
    font-weight: 400;
    font-size: 21px;
    color: #161921;
    line-height: 32px;
    margin-bottom: 45px;
}

.itemList .itemBox {
    display: block;
}

.itemList .itemBox:nth-child(5)~.itemBox {
    display: none;
}

.careers .job-list .item,
.page-section .link-list {
    background: #fff;
    /* border: 1px solid #d0d8e2; */
    border-radius: 4px;
    margin-bottom: 20px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    min-height: 70px;
    cursor: pointer;
}

.careers .job-list .item:last-child,
.page-section .link-list:last-child {
    margin-bottom: 0;
}

.page-section .link-list .item {
    cursor: default;
    border-bottom: 1px solid #d0d8e2;
}

.page-section .link-list .item:last-child {
    border-bottom: 0;
}

.careers .job-list .item,
.careers .job-list .item a,
.page-section .link-list .item,
.page-section .link-list .item a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.careers .job-list .item a,
.page-section .link-list .item a {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}

.page-section .link-list .item a {
    padding: 0;
}

.careers .job-list .item:hover {
    box-shadow: 0 6px 8px 0 rgb(54 77 114 / 8%), 0 2px 4px 0 rgb(54 77 114 / 18%);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.careers .job-list .item a>div {
    padding: 0 10px;
}

.careers .job-list .item .role,
.page-section .link-list .item .role {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-bottom: 0;
    width: 60%;
}

.page-section .link-list .item img,
.page-section .link-list .item .card-body p:nth-child(2),
.page-section .link-list .item .card-body ul:nth-child(2),
.page-section .link-list .item .card-body ol:nth-child(2) {
    margin-top: 15px;
}

.page-section .link-list .item .card-body p:last-child {
    margin-bottom: 0;
}

.careers .job-list .item .role h3,
.page-section .link-list .item h3 {
    color: #161921;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.page-section .link-list .item h3 {
    font-family: 'Spartan', sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.careers .job-list .item:hover .role h3,
.page-section .link-list .item:hover .role h3 {
    color: var(--thm-primary);
}

.careers .job-list .item span {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    text-transform: capitalize;
}

.careers .job-list .item .role span {
    color: #161921;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #6e8caf;
    line-height: 22px;
}

.careers .job-list .item .department {
    position: relative;
    -webkit-box-flex: 0;
    flex-grow: 0;
    width: 20%;
    border-radius: 4px;
    overflow: hidden;
    text-align: right;
}

.careers .job-list .item .department span {
    background: #e1e8f0;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    color: #161921;
    padding: 0 8px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
}

.careers .show-more {
    margin-top: 45px;
}

.careers .show-more div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 150px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}

.careers .show-more svg {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.careers .show-more div:hover svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}

.careers .show-more span,
.history-container .show-more span {
    font-weight: 600;
    font-size: 16px;
    color: var(--thm-secondary);
    margin-left: 10px;
}

.careers .accordion .card .card-header a[aria-expanded="true"]:before {
    background: #f2f2f2;
    color: #161921;
}

.careers .accordion .card {
    background-color: transparent;
    border: none;
}

.careers .accordion .card-header a {
    font-size: 1.333rem;
}

.careers .accordion .card-header a span {
    font-size: 13px;
    text-transform: lowercase;
    margin-top: 3px;
}

.careers .accordion .card-body li a {
    padding: 8px 10px;
    color: #161921;
    font-size: 16px;
    line-height: 26px;
    border-radius: 4px;
}

.careers .accordion-content a:hover:not(.active) {
    background-color: #e1e8f0;
}

.careers .container.single {
    max-width: 840px;
}

.careers .job-detail .card-body {
    padding: 0;
}

.careers .job-detail p {
    color: #161921;
    /*margin-top: 60px;*/
}

.careers .job-detail p:first-child {
    margin-top: 0;
}

.careers .single .related {
    padding: 90px 0 0;
}

.careers .job-list .item {
    /*display:none;*/
    padding: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    margin-bottom: 5px;
    background-color: #f1f1f1;
}

#loadMore {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

@media only screen and (max-width: 1170px) {
    .carrer-sidebar {
        display: none;
    }
}

@media only screen and (max-width: 649px) {
    .careers .job-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }

    .careers .job-list .item,
    .careers .job-list .item a {
        flex-wrap: wrap;
    }

    .careers .job-list .item .role {
        width: 100%;
        margin-bottom: 10px;
    }

    .careers .job-list .item .department {
        width: auto;
        text-align: left;
        display: inline-block;
    }
}


/* Jobs Apply */

.careers .apply .back {
    color: var(--thm-secondary);
    margin-bottom: 45px;
}

.careers .apply .back a,
.careers .single .back a {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    line-height: 18px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.careers .apply .back i,
.careers .single .back i {
    margin-right: 10px;
}

.careers .apply .back i svg path {
    fill: var(--thm-secondary);
}

.careers .apply h2,
.careers .single h2 {
    line-height: 40px;
    color: inherit;
    margin-bottom: 5px;
}

.careers .apply p,
.careers .single p {
    font-weight: 300;
    font-size: 20px;
    color: inherit;
    line-height: 32px;
    margin-bottom: 30px;
}

.careers .apply .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.careers .form-data {
    margin-bottom: 45px;
    text-align: left;
}

.careers .form-data .group {
    background: #f1f5f8;
    border-radius: 4px;
    padding: 45px;
}

.careers .form-data .heading {
    font-size: 21px;
    color: #161921;
    line-height: 32px;
    margin-bottom: 20px;
}

.careers .form-wrap input[type="email"],
.careers .form-wrap input[type="text"],
.careers .form-wrap input[type="tel"] {
    height: 45px;
    padding: 0 15px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    background-color: #fff;
    border: none;
    /*border-left: 3px solid transparent;*/
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 #d9dfe4;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.careers .form-wrap input[type="email"]:focus,
.careers .form-wrap input[type="text"]:focus,
.careers .form-wrap input[type="tel"]:focus {
    border-left: 3px solid var(--thm-secondary);
}

.careers .form-wrap input.invalid {
    border-left: 3px solid #e55653;
}


.careers .form-wrap .with-errors li {
    font-size: 12px;
    color: #e55653;
}

.careers .form-wrap .it {
    width: 100%;
    text-align: left;
    margin: 0 0 15px;
}

.careers .form-wrap .it.file {
    width: 100%;
    margin: 0;
    position: relative;
}

.careers .form-wrap .it.file input {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 1px;
}

.careers .form-wrap .it.file label {
    background-color: #ddffd5;
    color: var(--thm-primary);
    border: 1px solid #01a554;
    border-radius: 6px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 600;
}

.careers .form-wrap .it.file label i {
    display: block;
    margin-right: 6px;
}

.fileinput-wrapper {
    display: block;
}

.fileinput {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.fileinput.pristine>span {
    display: none;
}

.fileinput input[type=file],
.fileinput input[type=file]:focus,
.fileinput input[type=file]:hover {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    outline: 0;
}

.careers .it.file .preview {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    border: 2px solid #eee;
    border-radius: 3px;
}

.fileinput-name {
    line-break: anywhere;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    /*max-width: 90%;*/
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-align: left;
    opacity: .7;
}

.fileinput-name .close {
    float: none;
    margin-left: 8px;
    vertical-align: middle;
    float: right;
}


/* Checklist Options */
.form-group-header.space-right {
    margin-right: 20px;
}

label.space-right {
    margin-right: 15px;
}

label.space-left {
    margin-left: 4px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

textarea.input-tree {
    max-width: 100%;
    min-width: 100%;
    height: 70px;
}

.form-group-header,
.register-form .form-group-header {
    font-size: 1.1em;
    font-weight: 500;
    color: #545454;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #f8f9fb;
    border: 1px solid #ddd;
}

.styled-checkbox:hover+label:before {
    background: var(--thm-secondary);
}

.styled-checkbox:checked+label:before {
    background: var(--thm-secondary);
    border: none;

}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.datetime-wrap,
.border-line {
    border: 1px solid #ced4da;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
    padding: 10px;
}

.datetime-wrap li {
    color: #161921;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.datetime-wrap li span {
    margin-left: 5px;
    font-weight: 400;
}

.column {
    padding: 0;
    font-size: 1.25rem;
    align-items: center;
    padding: 20px;
}

.column .qr-code {
    display: flex;
    justify-content: center;
}

.column img {
    width: 145px;
    margin-bottom: 20px;

}

.column label {
    color: #161921;
    display: block;
    line-height: 1.2;
    font-weight: 600;
    border-bottom: 2px solid #d4d5de;
}

.column div,
legend {
    font-size: 1.125rem;
}

fieldset {
    border: 5px solid transparent;
    border-top-color: black;
    grid-area: 1 / 1;
    /* first row, first column */
    padding: 0;
    margin-top: 5px;
    width: inherit;
}

legend {
    width: auto;
    margin: auto;
    /* to center */
    padding: 0 4px;
    font-weight: 600;
}


/* Start Gallery */
.gallery .thumb .spotlight figure {
    margin-bottom: 0;
}

.title {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    z-index: 9;
}

@media only screen and (min-width:992px) {

    .gallery .thumb .card {
        margin-bottom: 2rem;
    }

    .gallery .thumb:nth-last-child(-n+3) .card {
        margin-bottom: 0;
    }

}

.videos iframe {
    height: 250px !important;
}

/*Members data*/

.dataTables_wrapper table.table thead,
.dataTables_wrapper table.table tbody {
    font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    line-height: 1.1em;
}

.members .download-links,
.download-links {
    position: relative;
    margin-top: 30px;
    width: 75%;
}

.download-links.link-gobal,
.check-download-link.link-gobal .pickup {
    width: 35%;
}

.check-download-link.link-gobal {
    width: 100%;
}

.members .download-links h5,
.download-links h5 {
    position: relative;
    padding-bottom: 7px;
}

.members .download-links ul,
.download-links ul {
    position: relative;
    display: block;
    background: #00aa55;
    padding: 20px 35px 5px;
}

.members .download-links ul li,
.download-links ul li {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.members .download-links ul li:last-child,
.download-links ul li:last-child {
    border-bottom: 0;
}

.members .download-links ul li a,
.download-links ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 0px;
    padding-left: 30px;
    color: #ffffff;
}

.members .download-links ul li .icon,
.download-links ul li .icon {
    position: absolute;
    left: 0;
    top: 9px;
    line-height: 24px;
    font-size: 20px;
}

.members .download-links ul li .ttl,
.download-links ul li .ttl {
    position: relative;
    float: left;
}

.members .download-links ul li .info,
.download-links ul li .info {
    position: relative;
    float: right;
}

/*Support&Reward*/
.history-post div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.history-post div:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.history-post .itemBox p {
    font-family: 'Spartan', sans-serif;
    color: var(--thm-secondary);
    background-color: var(--thm-secondary-rgba);
    display: inline-block;
    padding: 6px 10px 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1;
}

.itemList .show-more {
    margin-top: 45px;
}

.itemList .show-more div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 150px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}

/* #loadMore {
      transition: all 600ms ease-in-out;
      -webkit-transition: all 600ms ease-in-out;
      -moz-transition: all 600ms ease-in-out;
      -o-transition: all 600ms ease-in-out;
  } */

.itemList .show-more svg {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.itemList .show-more div:hover svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}

/*Pagination*/

.pagination a[aria-label="« Previous"],
.pagination a[aria-label="Next »"],
.pagination li[aria-label="« Previous"] span,
.pagination li[aria-label="Next »"] span {
    font-size: 27px;
    line-height: 14px;
}


.pagination > li > a[aria-label="« Previous"],
.pagination > li > a[aria-label="Next »"],
.pagination > li[aria-label="« Previous"] span,
.pagination > li[aria-label="Next »"] span {
    line-height: 20px;
}

.page-item.active .page-link {
    cursor: default;
    background-color: var(--thm-secondary);
    border-color: transparent;
}

.page-item a.page-link:hover,
.page-item a.page-link:focus {
    color: #161921 !important;
    background-color: #ffffff;
    border-color: #dee2e6;
    box-shadow: none;
}

/*YouTubePopUp*/
.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 999;
}

.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap {
    top: 32px;
    z-index: 99998;
}

.YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 !important;
}

.YouTubePopUp-Hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
    opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
    .YouTubePopUp-Content {
        max-width: 90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height: 320px !important;
    }

    .YouTubePopUp-Close {
        bottom: 362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height: 220px !important;
    }

    .YouTubePopUp-Close {
        bottom: 262px;
    }
}

/*Exposure Visit*/
p.meta-info span {
    color: #161921;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .detail-rightimg {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.field-inner {
    font-weight: bold;
    padding-bottom: 4%;
    font-size: 1.125rem;
    font-size: 18px;
    margin-bottom: 3rem;
    line-height: 1.95rem;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

.chart-triangle [class*=col-]:first-child,
.chart-triangle [class^=col-]:first-child {
    border-right: 1px solid #dfdfdf;
}

.pyramid {
    float: left;
    shape-outside: polygon(310px 0px, 130px 405px, 558px 405px);
    width: 100%;
}

.zone {
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
    color: #Ffffff;
    background-blend-mode: darken;
    transition: 0.5s;
}

.pyramid .zone:nth-child(1) {
    background: #c23531;
    width: 20%;
    clip-path: url("#part1");
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.pyramid .zone:nth-child(2) {
    background: #2f4554;
    width: 40%;
    clip-path: url("#part2");
    clip-path: polygon(25% 0%, 75% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(25% 0%, 75% 0, 100% 100%, 0% 100%);
}

.pyramid .zone:nth-child(3) {
    width: 60%;
    background: #61a0a8;
    clip-path: url("#part3");
    clip-path: polygon(16.5% 0, 83% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(16.5% 0, 83% 0, 100% 100%, 0% 100%);
}

.pyramid .zone:nth-child(4) {
    background: #d48265;
    width: 80%;
    clip-path: url("#part4");
    clip-path: polygon(12.5% 0, 0%, 87.5% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(12.5% 0, 87.5% 0, 100% 100%, 0% 100%);
}

.pyramid .zone:nth-child(5) {
    background: #91c7ae;
    width: 100%;
    clip-path: url("#part5");
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
}

/*.zone:nth-child(1):hover {
    background-color: rgba(47,69,84,0.6);
    color: white;
  }*/


@media (max-width: 991px) {
    .pyramid span {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

    .chart-triangle [class*=col-]:first-child,
    .chart-triangle [class^=col-]:first-child {
        border-right: 0;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 20px;
    }
}


/* ------------------------------ Service Center --------------------------*/
.default-case-block{
	position:relative;
}

.default-case-block .inner-box{
	position:relative;
	display:block;
	overflow:hidden;
}

.default-case-block .inner-box .image-box{
	position:relative;
	display:block;
    margin-bottom: 0;
}

.default-case-block .inner-box .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.default-case-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	/* padding:0px 20px; */
}

.default-case-block .inner-box .overlay-inner{
	position:relative;
	max-width:410px;
	margin:0 auto;
}

.default-case-block .inner-box .overlay-content{
	position:relative;
	padding:20px 30px 20px;
	background:rgba(7, 147, 62, 0.9);
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateY(60px);
	-ms-transform:translateY(60px);
	-moz-transform:translateY(60px);
	transform:translateY(60px);
}

.default-case-block .inner-box:hover .overlay-content{
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
}

.default-case-block .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#ffffff;
}

.default-case-block .inner-box h3 a{
	position:relative;
	color:#ffffff;
}

.default-case-block .inner-box .categories{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#ffffff;
}

.default-case-block .inner-box .categories a{
	position:relative;
	display:inline-block;
	margin:0px 5px;
	color:#ffffff;
}

.default-case-block .inner-box .categories a:first-child{
	margin-left:0px;
}

.default-case-block .inner-box .link-box{
	position:relative;
	padding-top:20px;
}

.default-case-block .inner-box .link-box a{
	position:relative;
	font-size:14px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
}

.default-case-block .inner-box .link-box a .fa{
	position:relative;
	padding-left:5px;
}

/* .default-case-block .inner-box .link-box a:hover,
.default-case-block .inner-box h3 a:hover{
	color:var(--thm-secondary);
} */






.serviceCenter-block {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    z-index: 1;
}

[class*="col-"]:nth-last-child(1) .serviceCenter-block,
[class^="col-"]:nth-last-child(1) .serviceCenter-block,
[class*="col-"]:nth-last-child(2) .serviceCenter-block,
[class^="col-"]:nth-last-child(2) .serviceCenter-block {
    margin-bottom: 0;
}

.eligibility-content-box {
    position: relative;
    display: block;
}

.eligibility-content-box__inner ul {
    position: relative;
    display: block;
}

.eligibility-content-box__inner ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #f2ece7;
    padding: 22px 30px 23px;
}

.eligibility-content-box__inner ul li .inner {
    position: relative;
    display: block;
}

.eligibility-content-box__inner ul li .counting {
    position: absolute;
    top: 8px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    color: #a5a2a0;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-font-2);
}

.eligibility-content-box__inner .text {
    position: relative;
    display: flex;
}

.eligibility-content-box__inner .text img {
    width: 15px;
    margin-right: 10px;
}

.eligibility-content-box__inner .text h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
}

.eligibility-content-box__inner .text p {
    color: #7f7873;
    margin-bottom: 0;
}

.eligibility-img-box__inner img {
    padding-right: 15px;
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .eligibility-img-box__inner img {
        padding: 15px;
    }
}

@media only screen and (max-width:575px) {
    .eligibility-img-box__inner img {
        padding-right: 0;
    }
}


/* ------------------------------ Theme Carousel Blog --------------------------*/
.Last-post-Blog.widget {
    overflow: inherit;
}

.Last-post-Blog h2 {
    font-weight: 900;
    margin-bottom: 70px;
}

.Last-post-Blog .blog-side-post .post-wrapper {
    position: relative;
    margin-bottom: 23px;
}

.Last-post-Blog .blog-side-post .post-wrapper:last-child .show-post {
    border: none;
    margin: 0;
    padding: 0;
}

.Last-post-Blog .blog-side-post .show-post img {
    width: 80px;
    height: 70px;
}

.Last-post-Blog .blog-side-post .show-post .post {
    width: calc(100% - 80px);
    padding-left: 25px;
}

.Last-post-Blog .blog-side-post .show-post .post h5 {
    line-height: 20px;
    margin-bottom: 10px;
}

.Last-post-Blog .blog-side-post .show-post .post h5 a {
    display: inline;
    font-size: 15px;
    color: #373636;
    text-transform: uppercase;
    font-weight: 700;
}

.Last-post-Blog .blog-side-post .show-post .post h5 a:hover {
    color: var(--thm-secondary);
}

.Last-post-Blog .blog-side-post .show-post .post .news-date {
    display: block;
    color: #666666;
    font-size: 11px;
    cursor: text;
}

.Last-post-Blog .blog-side-post .show-post .post .news-date a {
    color: #666666;
    font-size: 11px;
}

.Last-post-Blog .blog-side-carousel .case_slider [class*=owl-] {
    width: 33px;
    color: #fff;
    border: none;
    font-size: 20px;
    margin-left: 5px;
    padding: 0;
}

.Last-post-Blog .blog-side-carousel .owl-nav [class*=owl-]:hover {
    color: #fff;
}

.Last-post-Blog .blog-side-carousel .case_slider {
    position: absolute;
    top: 0;
    right: -2px;
    transform: translateY(-47px);
}

.Last-post-Blog .blog-side-carousel .case_slider .owl-prev {
    background-color: #309A5D;
}

.Last-post-Blog .blog-side-carousel .case_slider .owl-next {
    background-color: var(--thm-secondary);
}

.Last-post-Blog .owl-theme .owl-dots .owl-dot span,
.Last-post-Blog .owl-theme .owl-nav [class*=owl-],
.Last-post-Blog .owl-theme .owl-dots .owl-dot span,
.Last-post-Blog .owl-theme .owl-dots .owl-dot span:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/*our Supporters*/

.client-wrapper {
    border: 1px solid #d0d8e2;
    padding: 10px;
}

.client-wrapper .wrap-img {
    padding-bottom: 1rem;
}

.client-wrapper .wrap-img img {
    max-width: 100%;
    width: 120px;
}

.client-wrapper .client-name {
    color: #8d97ad;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 27px;
}

#map {
    width: 100%;
    height: 50vh;
}

.leaflet-container {
    background: #bbb;
}

@media only screen and (max-width:767px) {
    #province3 {
        margin: 0px 0px 0px 30px !important;
        font-size: 12px !important;
    }
}

/*.tooltip-wrapper{
      background-color: #fff;
      moz-opacity: 0.70;
      opacity: 0.70;
      filter: alpha(opacity=70);
      padding: 10px;
      z-index: 1000;
      max-width: 200px;
      color: #343434;
      margin: -5px -8px;
  }*/

.tooltip-wrapper h4 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}

.tooltip-wrapper ul>li {
    font-size: 15px;
    text-transform: capitalize;
}

.list-membersdata {
    /*border: 1px solid #dee2e6;*/
    margin-right: -10px;
}

.list-membersdata li:first-child {
    padding-top: 0;
}

.list-membersdata li {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    text-transform: capitalize;
}

.list-membersdata li:last-child {
    border-bottom: none;
}

.list-membersdata li em {
    font-style: normal;
    margin-left: 10px;
}


/*Training Halls*/

.accomd-modations-room {
    border: 1px solid;
}

.training-halls .room-item {
    position: relative;
    /* display: inline-block; */
    background-color: #fff;
    margin-bottom: 30px;
    border-color: #e1e1e1;
}

.training-halls .room-item:hover .hover-zoom {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.item.room-item .title {
    padding: 15px 0 5px 0;
    margin-bottom: 0;
}

.item.room-item .title a {
    color: #232323;
    font: 500 24px 'Spartan', sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
}

.item.room-item .title a:hover,
.item.room-item .title a:focus {
    color: var(--thm-primary);
}

.item.room-item .price {
    font: 600 16px 'Inter', sans-serif;
    color: var(--thm-secondary);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.item.room-item .info p {
    display: inline-block;
    max-width: 80px;
    margin: 0 20px;
}

.item.room-item .info p .number {
    font: 300 24px 'Inter', sans-serif;
}

.item.room-item .info p span {
    font: 300 12px 'Inter', sans-serif;
    display: block;
}

.training-halls .room-item .bottom .btn {
    margin: 25px 0 20px 0;
}

.training-halls .room-item .bottom .btn:hover {
    background-color: var(--thm-secondary);
    box-shadow: 0 10px 30px 0 var(--thm-secondary-rgba);
    transition: 0.3s;
}

.default-price {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

@media only screen and (max-width: 767px) {
    .training-halls .room-item-1 .bottom .price {
        margin-bottom: 10px;
    }

    .training-halls .room-item-1 .bottom .btn {
        float: none;
        width: 100%;
        display: inline-block;
    }

    .training-halls .room-item-1 .content ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {

    .training-halls [class*="col-"],
    .training-halls [class^="col-"] {
        margin-bottom: 30px;
    }

    .training-halls [class*="col-"]:last-child,
    .training-halls [class^="col-"]:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .training-halls .room-item-1 .content ul li {
        font-size: 18px;
    }


}


/***

  ====================================================================
      ACCORDION Section
  ====================================================================

  ***/

.page-section .link-list.profile-box .item:hover {
    box-shadow: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.accordion__container {
    display: grid;
    row-gap: .75rem;
    padding: 2rem 1rem;
    background-color: var(--container-color);
    border-radius: .5rem;
}

.accordion__title {
    font-size: var(--small-font-size);
    color: var(--title-color);
    font-weight: 400;
    margin-top: .15rem;
    transition: .2s;
}

.accordion__header {
    display: flex;
    column-gap: .5rem;
    padding: 1.25rem 1.25rem 1.25rem 1rem;
    cursor: pointer;
    align-items: center;
}

.accordion__description {
    padding: 0 1.25rem 1.25rem 3rem;
    font-size: var(--smaller-font-size);
}

.accordion__icon {
    font-size: 1.5rem;
    height: max-content;
    color: var(--title-color);
    transition: .3s;
}

.accordion__item {
    background-color: var(--container-color);
    border-radius: .25rem;
    position: relative;
    transition: all .25s ease;
}

.accordion__item::after {
    content: '';
    /* background-color: var(--first-color); */
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .25rem 0 0 .25rem;
}

.accordion__item {
    background-color: var(--thm-secondary-rgba);
}

.accordion__item:after {
    background-color: var(--thm-secondary);
}

.accordion__content {
    overflow: hidden;
    height: 0;
    transition: all .25s ease;
}

.accordion__content li,
.accordion__content li span {
    font-size: 16px;
}

/*Rotate icon and add font weight to titles*/
.accordion-open .accordion__icon {
    transform: rotate(45deg);
}

.accordion-open .accordion__title {
    font-weight: 600;
}

/*=============== MEDIA QUERIES ===============*/
/* For medium devices */
@media screen and (min-width: 576px) {
    .accordion__container {
        padding: 2.5rem;
        justify-self: center;
        border-radius: .75rem;
    }

    .accordion__header {
        padding: 1.5rem;
    }

    .accordion__title {
        padding-right: 3.5rem;
    }

    .accordion__description {
        padding: 0 4rem 1.25rem 3.5rem;
    }
}


/***

  ====================================================================
      NAV PILLS Section
  ====================================================================

  ***/

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00AC1F;
}

.notice .row>[class*="col-lg"] a,
.notice .row>[class^="col-lg"] a {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*=============== End NAV PILLS ===============*/


/***

  ====================================================================
      CONTACT US Section
  ====================================================================

  ***/

.contact-us__content {
    max-width: 495px;
}

@media (max-width: 991px) {
    .contact-us__content .sub-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .contact-us__content .sub-title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .contact-us__content .title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .contact-us__content .title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 480px) {
    .contact-us__content .title {
        font-size: 26px;
        line-height: 34px;
    }
}

.contact-us__item {
    max-width: 254px;
}

.contact-us__item-wrapper {
    margin-bottom: -40px;
}

@media (min-width: 992px) {
    .contact-us__item-wrapper {
        margin-left: -11px;
    }
}

.contact-us__item-wrapper .col-6:nth-child(even) .contact-us__item {
    margin-left: auto;
}

.contact-us__item .icon {
    font-size: 28px;
}

.contact-us__item .icon .icon-email {
    font-size: 20px;
}

@media (max-width: 575px) {
    .contact-us__item .title {
        font-size: 16px;
        line-height: 26px;
    }
}

.contact-us__item ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #243342;
    font-family: "Lato", sans-serif;
}

.contact-us__item ul li a:hover,
.contact-us__item ul li a:focus {
    color: #4069FF;
}

.contact-us hr {
    opacity: 1;
    border-radius: 5px;
    border: 1px solid #E2E9FF !important;
}

.contact-form {
    margin-bottom: -5px;
}



/*=============== End CONTACT SU ===============*/
