body, html {
  font-family: "Roboto", sans-serif !important; }

#main{
    font-family: "Roboto", sans-serif !important;
}

.button-enroll-course a{
    background-image: none !important;
    color: white !important;
}

div#content {
    padding: 0px;
    margin-top: 0px;
}

.headerWrapper .container {
  max-width: 1140px;}
  .headerWrapper .container .secondWrapper {
    width: 46%; }
    .headerWrapper .container .secondWrapper .menu-toggler {
      float: right;
      border-style: solid;
      border-color: #1266af;
      background-color: transparent; }
      .headerWrapper .container .secondWrapper .menu-toggler .menu-hamburger-icon {
        background-color: #fa414200;
        height: 1px;
        position: relative; }
    .headerWrapper .container .secondWrapper .linksWrapper {
      border-radius: 0 0 0 0;
      z-index: 1000;
      background: linear-gradient(0deg, #ffffff00 0, rgba(255, 255, 255, 0) 100%);
      height: 110px; }
      .headerWrapper .container .secondWrapper .linksWrapper ul {
        height: 100%; }
        .headerWrapper .container .secondWrapper .linksWrapper ul .menu {
          display: flex;
          align-items: center;
          margin: 0 9px; }
        .headerWrapper .container .secondWrapper .linksWrapper ul li {
          position: relative;
          height: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .menuLinks {
            height: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li a {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            color: #444444;
            padding: 0 5px 0 5px;
            display: flex;
            align-items: center;
            position: relative; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a i {
              margin-left: 6px; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a:hover {
              color: #1266af; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a::after {
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              margin: 0 auto;
              content: "";
              height: 2px;
              width: 0%;
              background-color: #1266af;
              transition: all 0.4s ease; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .active {
            color: #1266af; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li .active::after {
              width: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .list {
            border-style: solid;
            border-width: 0 0 0 0;
            background-color: #FFF;
            border-radius: 0 0 5px 5px;
            min-width: 290px;
            padding: 15px 0 15px 0;
            box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
            position: absolute;
            top: 100%;
            left: 0;
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            pointer-events: none;
            max-height: none;
            opacity: 0;
            height: auto;
            transition: transform .4s ease, -webkit-transform .4s ease; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li .list li a {
              padding: 15px 30px 15px 30px;
              color: #444444;
              border-style: solid;
              border-width: 0 0 1px 0;
              border-color: #F0F0F0;
              font-weight: 400;
              font-size: 14px;
              transition: all .3s; }
              .headerWrapper .container .secondWrapper .linksWrapper ul li .list li a:hover {
                color: #1266af; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li:hover .menuLinks::after {
            width: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li:hover .list {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            pointer-events: auto; }
  .headerWrapper .container .searchWrapper {
    width: 15%;
    display: flex;
    margin-left: 10px; }
    .headerWrapper .container .searchWrapper form {
      position: relative;
      width: 100%; }
      .headerWrapper .container .searchWrapper form div {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #CBCDDA; }
      .headerWrapper .container .searchWrapper form input.searchInput {
        font-size: 13px;
        color: #333;
        border: none;
        height: 43px;
        padding: 0 0 0 10px;
        width: 100px; }
        .headerWrapper .container .searchWrapper form input.searchInput:focus-visible {
          outline: none; }
      .headerWrapper .container .searchWrapper form i {
        float: right;
        position: absolute;
        top: 10px;
        right: 20px; }
  .headerWrapper .container .loginWrapper {
    width: 20%;
    display: flex; }
    .headerWrapper .container .loginWrapper div {
      margin: 0 0 0 20px;
      width: 100%; }
      .headerWrapper .container .loginWrapper div button {
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Roboto";
        font-size: 13px;
        padding: 8px 10px 7px 10px;
        background-color: #435d9f !important;
        border-radius: 5px 5px 5px 5px;
        color: #fff;
        width: 100%;
        height: 45px;
        justify-content: center; }
        .headerWrapper .container .loginWrapper div button:focus {
          box-shadow: none; }
        .headerWrapper .container .loginWrapper div button i {
          margin-right: 5px;
          color: #fff; }
  .headerWrapper .container .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.5);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.24, 1) 0s; }

a {
  text-decoration: none; }

.sidebar {
  display: none !important; }
.sidebar.active {
  display: block !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .headerWrapper .container .searchWrapper {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .headerWrapper .container .secondWrapper .linksWrapper,
  .headerWrapper .container .loginWrapper {
    display: none; }
  .headerWrapper .container .secondWrapper .menu-toggler {
    display: block !important;
    padding: 15px 0 10px 0;
    width: 45px;
    border-radius: 0;
    border-width: 1px 1px 1px 1px; }
  .headerWrapper .container .secondWrapper .logoWrap.d-flex.align-items-center.h-100 {
    justify-content: flex-end; }
  span.menu-hamburger-icon {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    height: 1px;
    position: relative;
    background: rgba(250, 65, 66, 0); }
  span.menu-hamburger-icon::after {
    position: absolute;
    content: "\f141";
    font-family: FontAwesome;
    top: -11px;
    left: 0;
    right: 0;
    color: #1266af; }
  .headerWrapper .container {
    padding: 20px 20px 20px 20px;
    height: 100%; }
  .overlay.active,
  .sidebar.active {
    left: 0 !important; }
  .sidebar {
    position: fixed;
    left: -100vw;
    background: #fff;
    height: 100%;
    top: 0;
    max-width: 350px;
    border-radius: 0 0 0 0;
    width: 100%;
    z-index: 99; }
  .sidebar .linksWrapper ul {
    flex-direction: column;
    align-items: start !important; }
  .sidebar .linksWrapper {
    height: 100% !important; }
  .sidebar .linksWrapper {
    display: block !important; }
  .titleWrapper .logoWrap {
    justify-content: flex-start !important; }
  .titleWrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    align-items: center; }
  button.closeBTn {
    padding: 8px 8px 8px 8px;
    margin: 12px 12px 12px 12px;
    width: 45px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #1266af; }
  .sidebar .linksWrapper ul li .menuLinks {
    padding: 10px 15px 10px 15px !important;
    justify-content: space-between;
    width: 100%;
    height: auto !important; }
  .sidebar li.menu {
    width: 100%;
    max-width: 100%;
    display: block !important;
    height: auto !important;
    margin: 0 !important; }
  .sidebar .linksWrapper ul li a::after {
    display: none; }
  .sidebar .linksWrapper ul li a i {
    border-radius: 30px;
    padding: 4px 15px;
    border: 1px solid; }
  li.list-item.menu .list {
    width: 100%;
    z-index: 9; }
  .headerWrapper .container .searchWrapper {
    display: none; } }

@media screen and (max-width: 767px) {
  .headerWrapper .container {
    padding: 15px 15px 15px 15px;
    /* height: 105px; */
    height: 100%; }
  .col-lg-2.col-md-2.col-sm-12.logoWrapper {
    width: 50%; }
  .headerWrapper .container .secondWrapper {
    width: 50%; } }

body, html {
  font-family: "Roboto", sans-serif !important; }

.headerWrapper .container {
  max-width: 1140px; }
  .headerWrapper .container .secondWrapper {
    width: 46%; }
    .headerWrapper .container .secondWrapper .menu-toggler {
      float: right;
      border-style: solid;
      border-color: #1266af;
      background-color: transparent; }
      .headerWrapper .container .secondWrapper .menu-toggler .menu-hamburger-icon {
        background-color: #fa414200;
        height: 1px;
        position: relative; }
    .headerWrapper .container .secondWrapper .linksWrapper {
      border-radius: 0 0 0 0;
      z-index: 1000;
      background: linear-gradient(0deg, #ffffff00 0, rgba(255, 255, 255, 0) 100%);
      height: 110px; }
      .headerWrapper .container .secondWrapper .linksWrapper ul {
        height: 100%; }
        .headerWrapper .container .secondWrapper .linksWrapper ul .menu {
          display: flex;
          align-items: center;
          margin: 0 9px; }
        .headerWrapper .container .secondWrapper .linksWrapper ul li {
          position: relative;
          height: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .menuLinks {
            height: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li a {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            color: #444444;
            padding: 0 5px 0 5px;
            display: flex;
            align-items: center;
            position: relative; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a i {
              margin-left: 6px; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a:hover {
              color: #1266af; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a::after {
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              margin: 0 auto;
              content: "";
              height: 2px;
              width: 0%;
              background-color: #1266af;
              transition: all 0.4s ease; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .active {
            color: #1266af; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li .active::after {
              width: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .list {
            border-style: solid;
            border-width: 0 0 0 0;
            background-color: #FFF;
            border-radius: 0 0 5px 5px;
            min-width: 290px;
            padding: 15px 0 15px 0;
            box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
            position: absolute;
            top: 100%;
            left: 0;
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            pointer-events: none;
            max-height: none;
            opacity: 0;
            height: auto;
            transition: transform .4s ease, -webkit-transform .4s ease; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li .list li a {
              padding: 15px 30px 15px 30px;
              color: #444444;
              border-style: solid;
              border-width: 0 0 1px 0;
              border-color: #F0F0F0;
              font-weight: 400;
              font-size: 14px;
              transition: all .3s; }
              .headerWrapper .container .secondWrapper .linksWrapper ul li .list li a:hover {
                color: #1266af; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li:hover .menuLinks::after {
            width: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li:hover .list {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            pointer-events: auto; }
  .headerWrapper .container .searchWrapper {
    width: 15%;
    display: flex;
    margin-left: 10px; }
    .headerWrapper .container .searchWrapper form {
      position: relative;
      width: 100%; }
      .headerWrapper .container .searchWrapper form div {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #CBCDDA; }
      .headerWrapper .container .searchWrapper form input.searchInput {
        font-size: 13px;
        color: #333;
        border: none;
        height: 43px;
        padding: 0 0 0 10px;
        width: 100px; }
        .headerWrapper .container .searchWrapper form input.searchInput:focus-visible {
          outline: none; }
      .headerWrapper .container .searchWrapper form i {
        float: right;
        position: absolute;
        top: 10px;
        right: 20px; }
  .headerWrapper .container .loginWrapper {
    width: 20%;
    display: flex; }
    .headerWrapper .container .loginWrapper div {
      margin: 0 0 0 20px;
      width: 100%; }
      .headerWrapper .container .loginWrapper div button {
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Roboto";
        font-size: 13px;
        padding: 8px 10px 7px 10px;
        background-color: #1266af;
        border-radius: 5px 5px 5px 5px;
        color: #fff;
        width: 100%;
        height: 45px;
        justify-content: center; }
        .headerWrapper .container .loginWrapper div button:focus {
          box-shadow: none; }
        .headerWrapper .container .loginWrapper div button i {
          margin-right: 5px;
          color: #fff; }
  .headerWrapper .container .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.5);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.24, 1) 0s; }

a {
  text-decoration: none; }

.sidebar {
  display: none; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .headerWrapper .container .searchWrapper {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .headerWrapper .container .secondWrapper .linksWrapper,
  .headerWrapper .container .loginWrapper {
    display: none; }
  .headerWrapper .container .secondWrapper .menu-toggler {
    display: block !important;
    padding: 15px 0 10px 0;
    width: 45px;
    border-radius: 0;
    border-width: 1px 1px 1px 1px; }
  .headerWrapper .container .secondWrapper .logoWrap.d-flex.align-items-center.h-100 {
    justify-content: flex-end; }
  span.menu-hamburger-icon {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    height: 1px;
    position: relative;
    background: rgba(250, 65, 66, 0); }
  span.menu-hamburger-icon::after {
    position: absolute;
    content: "\f141";
    font-family: FontAwesome;
    top: -11px;
    left: 0;
    right: 0;
    color: #1266af; }
  .headerWrapper .container {
    padding: 20px 20px 20px 20px;
    height: 100%; }
  .overlay.active,
  .sidebar.active {
    left: 0 !important; }
  .sidebar {
    position: fixed;
    left: -100vw;
    background: #fff;
    height: 100%;
    top: 0;
    max-width: 350px;
    border-radius: 0 0 0 0;
    width: 100%;
    z-index: 99; }
  .sidebar .linksWrapper ul {
    flex-direction: column;
    align-items: start !important; }
  .sidebar .linksWrapper {
    height: 100% !important; }
  .sidebar .linksWrapper {
    display: block !important; }
  .titleWrapper .logoWrap {
    justify-content: flex-start !important; }
  .titleWrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    align-items: center; }
  button.closeBTn {
    padding: 8px 8px 8px 8px;
    margin: 12px 12px 12px 12px;
    width: 45px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #1266af; }
  .sidebar .linksWrapper ul li .menuLinks {
    padding: 10px 15px 10px 15px !important;
    justify-content: space-between;
    width: 100%;
    height: auto !important; }
  .sidebar li.menu {
    width: 100%;
    max-width: 100%;
    display: block !important;
    height: auto !important;
    margin: 0 !important; }
  .sidebar .linksWrapper ul li a::after {
    display: none; }
  .sidebar .linksWrapper ul li a i {
    border-radius: 30px;
    padding: 4px 15px;
    border: 1px solid; }
  li.list-item.menu .list {
    width: 100%;
    z-index: 9; }
  .headerWrapper .container .searchWrapper {
    display: none; } }

@media screen and (max-width: 767px) {
  .headerWrapper .container {
    padding: 15px 15px 15px 15px;
    /* height: 105px; */
    height: 100%; }
  .col-lg-2.col-md-2.col-sm-12.logoWrapper {
    width: 50%; }
  .headerWrapper .container .secondWrapper {
    width: 50%; } }

.footerWrapper {
  background-color: #545454;
  padding: 50px 0 20px 0;
  overflow: visible;
  position: relative; }
  .footerWrapper .footer-overlay {
    background-image: url("/static/acumen-theme/images/footer_bg.6adaaa018090.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .footerWrapper .footer-container {
    max-width: 1140px; }
    .footerWrapper .footer-container .widget-Wrap {
      padding: 10px; }
      .footerWrapper .footer-container .widget-Wrap .linkSection {
        max-width: 1140px; }
        .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .widget-title {
          margin-bottom: 20px; }
          .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .widget-title .section-title {
            color: #FFF;
            margin: 0 0 5px 0;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 24px; }
          .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .widget-title .divider {
            width: 18px;
            height: 3px;
            background: #B99889; }
        .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .menu-footer-menu-container {
          margin-bottom: 20px; }
          .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .menu-footer-menu-container .menu li {
            position: relative;
            padding-left: 20px;
            line-height: 36px; }
            .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .menu-footer-menu-container .menu li::before {
              position: absolute;
              content: "";
              left: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              width: 6px;
              height: 2px;
              background: #B99889; }
            .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .menu-footer-menu-container .menu li a {
              color: #fff; }
        .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .social-share ul li {
          height: 40px;
          width: 40px;
          border: 1px solid;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #FFF;
          border-style: solid;
          border-width: 2px 2px 2px 2px;
          border-color: rgba(255, 255, 255, 0.2);
          margin-right: 5px; }
          .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .social-share ul li .facebook {
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .4s ease;
            border-radius: 50%; }
            .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .social-share ul li .facebook i {
              color: #fff; }
            .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .social-share ul li .facebook:hover {
              background-color: #3b5998; }
    .footerWrapper .footer-container .divider {
      width: 100%;
      z-index: 99; }
      .footerWrapper .footer-container .divider .dividerDive {
        margin: 20px 0 13px 0;
        border: 1px solid rgba(255, 255, 255, 0.15);
        width: 100%; }
    .footerWrapper .footer-container .copyright-wrapper .policy-wrapper {
      width: 38.125%; }
      .footerWrapper .footer-container .copyright-wrapper .policy-wrapper ul {
        height: 100%;
        text-align: center;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0; }
        .footerWrapper .footer-container .copyright-wrapper .policy-wrapper ul li a {
          font-size: 16px;
          line-height: 19px;
          color: #fff;
          padding: 0 20px; }
    .footerWrapper .footer-container .copyright-wrapper .top-wrapper {
      width: 11.853%; }
      .footerWrapper .footer-container .copyright-wrapper .top-wrapper button {
        background-image: none;
        transition: all ease 0.4s;
        border-radius: 50%;
        bottom: 43px;
        cursor: pointer;
        height: 44px;
        position: absolute;
        text-align: center;
        width: 44px;
        z-index: 9;
        display: block;
        background-color: #435d9f;
        color: #FFF; }
        .footerWrapper .footer-container .copyright-wrapper .top-wrapper button i {
          color: #fff; }
      .footerWrapper .footer-container .copyright-wrapper .top-wrapper .topWrap {
        margin-left: 40px; }
    .footerWrapper .footer-container .copyright-wrapper .logoWrapper {
      padding: 10px; }
    .footerWrapper .footer-container .copyright-wrapper .copyright {
      padding-top: 0px !important; }
      .footerWrapper .footer-container .copyright-wrapper .copyright p {
        color: #fff; }

.z-auto {
  z-index: 999; }

@media screen and (max-width: 900px) {
  .footerWrapper .footer-container {
    padding: 0 20px; }
  .copyright-wrapper.z-auto {
    text-align: center; }
  .footerWrapper .footer-container .copyright-wrapper .policy-wrapper {
    width: 100%; }
  .footerWrapper .footer-container .copyright-wrapper .top-wrapper button {
    right: 50px; } }

@media screen and (max-width: 600px) {
  .footerWrapper .footer-container .copyright-wrapper .top-wrapper button {
    display: none; }
  .footerWrapper .footer-container .copyright-wrapper .policy-wrapper ul li a {
    padding: 0; }
  .footerWrapper .footer-container .copyright-wrapper .policy-wrapper ul li:first-child {
    margin-right: 20px; } }

* {
  font-family: "Roboto", sans-serif; }

.headerWrapper .container {
  max-width: 1140px; }
  .headerWrapper .container .secondWrapper {
    width: 46%; }
    .headerWrapper .container .secondWrapper .menu-toggler {
      float: right;
      border-style: solid;
      border-color: #1266af;
      background-color: transparent; }
      .headerWrapper .container .secondWrapper .menu-toggler .menu-hamburger-icon {
        background-color: #fa414200;
        height: 1px;
        position: relative; }
    .headerWrapper .container .secondWrapper .linksWrapper {
      border-radius: 0 0 0 0;
      z-index: 1000;
      background: linear-gradient(0deg, #ffffff00 0, rgba(255, 255, 255, 0) 100%);
      height: 110px; }
      .headerWrapper .container .secondWrapper .linksWrapper ul {
        height: 100%; }
        .headerWrapper .container .secondWrapper .linksWrapper ul .menu {
          display: flex;
          align-items: center;
          margin: 0 9px; }
        .headerWrapper .container .secondWrapper .linksWrapper ul li {
          position: relative;
          height: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .menuLinks {
            height: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li a {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            color: #444444;
            padding: 0 5px 0 5px;
            display: flex;
            align-items: center;
            position: relative; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a i {
              margin-left: 6px; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a:hover {
              color: #1266af; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a::after {
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              margin: 0 auto;
              content: "";
              height: 2px;
              width: 0%;
              background-color: #1266af;
              transition: all 0.4s ease; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .active {
            color: #1266af; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li .active::after {
              width: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .list {
            border-style: solid;
            border-width: 0 0 0 0;
            background-color: #FFF;
            border-radius: 0 0 5px 5px;
            min-width: 290px;
            padding: 15px 0 15px 0;
            box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
            position: absolute;
            top: 100%;
            left: 0;
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            pointer-events: none;
            max-height: none;
            opacity: 0;
            height: auto;
            transition: transform .4s ease, -webkit-transform .4s ease; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li .list li a {
              padding: 15px 30px 15px 30px;
              color: #444444;
              border-style: solid;
              border-width: 0 0 1px 0;
              border-color: #F0F0F0;
              font-weight: 400;
              font-size: 14px;
              transition: all .3s; }
              .headerWrapper .container .secondWrapper .linksWrapper ul li .list li a:hover {
                color: #1266af; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li:hover .menuLinks::after {
            width: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li:hover .list {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            pointer-events: auto; }
  .headerWrapper .container .searchWrapper {
    width: 15%;
    display: flex;
    margin-left: 10px; }
    .headerWrapper .container .searchWrapper form {
      position: relative;
      width: 100%; }
      .headerWrapper .container .searchWrapper form div {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #CBCDDA; }
      .headerWrapper .container .searchWrapper form input.searchInput {
        font-size: 13px;
        color: #333;
        border: none;
        height: 43px;
        padding: 0 0 0 10px;
        width: 100px; }
        .headerWrapper .container .searchWrapper form input.searchInput:focus-visible {
          outline: none; }
      .headerWrapper .container .searchWrapper form i {
        float: right;
        position: absolute;
        top: 10px;
        right: 20px; }
  .headerWrapper .container .loginWrapper {
    width: 20%;
    display: flex; }
    .headerWrapper .container .loginWrapper div {
      margin: 0 0 0 20px;
      width: 100%; }
      .headerWrapper .container .loginWrapper div button {
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Roboto";
        font-size: 13px;
        padding: 8px 10px 7px 10px;
        background-color: #1266af;
        border-radius: 5px 5px 5px 5px;
        color: #fff;
        width: 100%;
        height: 45px;
        justify-content: center; }
        .headerWrapper .container .loginWrapper div button:focus {
          box-shadow: none; }
        .headerWrapper .container .loginWrapper div button i {
          margin-right: 5px;
          color: #fff; }
  .headerWrapper .container .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.5);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.24, 1) 0s; }

a {
  text-decoration: none; }

.sidebar {
  display: none; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .headerWrapper .container .searchWrapper {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .headerWrapper .container .secondWrapper .linksWrapper,
  .headerWrapper .container .loginWrapper {
    display: none; }
  .headerWrapper .container .secondWrapper .menu-toggler {
    display: block !important;
    padding: 15px 0 10px 0;
    width: 45px;
    border-radius: 0;
    border-width: 1px 1px 1px 1px; }
  .headerWrapper .container .secondWrapper .logoWrap.d-flex.align-items-center.h-100 {
    justify-content: flex-end; }
  span.menu-hamburger-icon {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    height: 1px;
    position: relative;
    background: rgba(250, 65, 66, 0); }
  span.menu-hamburger-icon::after {
    position: absolute;
    content: "\f141";
    font-family: FontAwesome;
    top: -11px;
    left: 0;
    right: 0;
    color: #1266af; }
  .headerWrapper .container {
    padding: 20px 20px 20px 20px;
    height: 100%; }
  .overlay.active,
  .sidebar.active {
    left: 0 !important; }
  .sidebar {
    position: fixed;
    left: -100vw;
    background: #fff;
    height: 100%;
    top: 0;
    max-width: 350px;
    border-radius: 0 0 0 0;
    width: 100%;
    z-index: 99; }
  .sidebar .linksWrapper ul {
    flex-direction: column;
    align-items: start !important; }
  .sidebar .linksWrapper {
    height: 100% !important; }
  .sidebar .linksWrapper {
    display: block !important; }
  .titleWrapper .logoWrap {
    justify-content: flex-start !important; }
  .titleWrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    align-items: center; }
  button.closeBTn {
    padding: 8px 8px 8px 8px;
    margin: 12px 12px 12px 12px;
    width: 45px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #1266af; }
  .sidebar .linksWrapper ul li .menuLinks {
    padding: 10px 15px 10px 15px !important;
    justify-content: space-between;
    width: 100%;
    height: auto !important; }
  .sidebar li.menu {
    width: 100%;
    max-width: 100%;
    display: block !important;
    height: auto !important;
    margin: 0 !important; }
  .sidebar .linksWrapper ul li a::after {
    display: none; }
  .sidebar .linksWrapper ul li a i {
    border-radius: 30px;
    padding: 4px 15px;
    border: 1px solid; }
  li.list-item.menu .list {
    width: 100%;
    z-index: 9; }
  .headerWrapper .container .searchWrapper {
    display: none; } }

@media screen and (max-width: 767px) {
  .headerWrapper .container {
    padding: 15px 15px 15px 15px;
    /* height: 105px; */
    height: 100%; }
  .col-lg-2.col-md-2.col-sm-12.logoWrapper {
    width: 50%; }
  .headerWrapper .container .secondWrapper {
    width: 50%; } }

* {
  font-family: "Roboto", sans-serif; }

.headerWrapper .container {
  max-width: 1140px; }
  .headerWrapper .container .secondWrapper {
    width: 46%; }
    .headerWrapper .container .secondWrapper .menu-toggler {
      float: right;
      border-style: solid;
      border-color: #1266af;
      background-color: transparent; }
      .headerWrapper .container .secondWrapper .menu-toggler .menu-hamburger-icon {
        background-color: #fa414200;
        height: 1px;
        position: relative; }
    .headerWrapper .container .secondWrapper .linksWrapper {
      border-radius: 0 0 0 0;
      z-index: 1000;
      background: linear-gradient(0deg, #ffffff00 0, rgba(255, 255, 255, 0) 100%);
      height: 110px; }
      .headerWrapper .container .secondWrapper .linksWrapper ul {
        height: 100%; }
        .headerWrapper .container .secondWrapper .linksWrapper ul .menu {
          display: flex;
          align-items: center;
          margin: 0 9px; }
        .headerWrapper .container .secondWrapper .linksWrapper ul li {
          position: relative;
          height: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .menuLinks {
            height: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li a {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            color: #444444;
            padding: 0 5px 0 5px;
            display: flex;
            align-items: center;
            position: relative; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a i {
              margin-left: 6px; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a:hover {
              color: #1266af; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li a::after {
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              margin: 0 auto;
              content: "";
              height: 2px;
              width: 0%;
              background-color: #1266af;
              transition: all 0.4s ease; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .active {
            color: #1266af; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li .active::after {
              width: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li .list {
            border-style: solid;
            border-width: 0 0 0 0;
            background-color: #FFF;
            border-radius: 0 0 5px 5px;
            min-width: 290px;
            padding: 15px 0 15px 0;
            box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
            position: absolute;
            top: 100%;
            left: 0;
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            pointer-events: none;
            max-height: none;
            opacity: 0;
            height: auto;
            transition: transform .4s ease, -webkit-transform .4s ease; }
            .headerWrapper .container .secondWrapper .linksWrapper ul li .list li a {
              padding: 15px 30px 15px 30px;
              color: #444444;
              border-style: solid;
              border-width: 0 0 1px 0;
              border-color: #F0F0F0;
              font-weight: 400;
              font-size: 14px;
              transition: all .3s; }
              .headerWrapper .container .secondWrapper .linksWrapper ul li .list li a:hover {
                color: #1266af; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li:hover .menuLinks::after {
            width: 100%; }
          .headerWrapper .container .secondWrapper .linksWrapper ul li:hover .list {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            pointer-events: auto; }
  .headerWrapper .container .searchWrapper {
    width: 15%;
    display: flex;
    margin-left: 10px; }
    .headerWrapper .container .searchWrapper form {
      position: relative;
      width: 100%; }
      .headerWrapper .container .searchWrapper form div {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #CBCDDA; }
      .headerWrapper .container .searchWrapper form input.searchInput {
        font-size: 13px;
        color: #333;
        border: none;
        height: 43px;
        padding: 0 0 0 10px;
        width: 100px; }
        .headerWrapper .container .searchWrapper form input.searchInput:focus-visible {
          outline: none; }
      .headerWrapper .container .searchWrapper form i {
        float: right;
        position: absolute;
        top: 10px;
        right: 20px; }
  .headerWrapper .container .loginWrapper {
    width: 20%;
    display: flex; }
    .headerWrapper .container .loginWrapper div {
      margin: 0 0 0 20px;
      width: 100%; }
      .headerWrapper .container .loginWrapper div button {
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Roboto";
        font-size: 13px;
        padding: 8px 10px 7px 10px;
        background-color: #1266af;
        border-radius: 5px 5px 5px 5px;
        color: #fff;
        width: 100%;
        height: 45px;
        justify-content: center; }
        .headerWrapper .container .loginWrapper div button:focus {
          box-shadow: none; }
        .headerWrapper .container .loginWrapper div button i {
          margin-right: 5px;
          color: #fff; }
  .headerWrapper .container .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.5);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.24, 1) 0s; }

a {
  text-decoration: none; }

.sidebar {
  display: none; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .headerWrapper .container .searchWrapper {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .headerWrapper .container .secondWrapper .linksWrapper,
  .headerWrapper .container .loginWrapper {
    display: none; }
  .headerWrapper .container .secondWrapper .menu-toggler {
    display: block !important;
    padding: 15px 0 10px 0;
    width: 45px;
    border-radius: 0;
    border-width: 1px 1px 1px 1px; }
  .headerWrapper .container .secondWrapper .logoWrap.d-flex.align-items-center.h-100 {
    justify-content: flex-end; }
  span.menu-hamburger-icon {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    height: 1px;
    position: relative;
    background: rgba(250, 65, 66, 0); }
  span.menu-hamburger-icon::after {
    position: absolute;
    content: "\f141";
    font-family: FontAwesome;
    top: -11px;
    left: 0;
    right: 0;
    color: #1266af; }
  .headerWrapper .container {
    padding: 20px 20px 20px 20px;
    height: 100%; }
  .overlay.active,
  .sidebar.active {
    left: 0 !important; }
  .sidebar {
    position: fixed;
    left: -100vw;
    background: #fff;
    height: 100%;
    top: 0;
    max-width: 350px;
    border-radius: 0 0 0 0;
    width: 100%;
    z-index: 99; }
  .sidebar .linksWrapper ul {
    flex-direction: column;
    align-items: start !important; }
  .sidebar .linksWrapper {
    height: 100% !important; }
  .sidebar .linksWrapper {
    display: block !important; }
  .titleWrapper .logoWrap {
    justify-content: flex-start !important; }
  .titleWrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    align-items: center; }
  button.closeBTn {
    padding: 8px 8px 8px 8px;
    margin: 12px 12px 12px 12px;
    width: 45px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #1266af; }
  .sidebar .linksWrapper ul li .menuLinks {
    padding: 10px 15px 10px 15px !important;
    justify-content: space-between;
    width: 100%;
    height: auto !important; }
  .sidebar li.menu {
    width: 100%;
    max-width: 100%;
    display: block !important;
    height: auto !important;
    margin: 0 !important; }
  .sidebar .linksWrapper ul li a::after {
    display: none; }
  .sidebar .linksWrapper ul li a i {
    border-radius: 30px;
    padding: 4px 15px;
    border: 1px solid; }
  li.list-item.menu .list {
    width: 100%;
    z-index: 9; }
  .headerWrapper .container .searchWrapper {
    display: none; } }

@media screen and (max-width: 767px) {
  .headerWrapper .container {
    padding: 15px 15px 15px 15px;
    /* height: 105px; */
    height: 100%; }
  .col-lg-2.col-md-2.col-sm-12.logoWrapper {
    width: 50%; }
  .headerWrapper .container .secondWrapper {
    width: 50%; } }

.footerWrapper {
  background-color: #545454;
  padding: 50px 0 20px 0;
  overflow: visible;
  position: relative; }
  .footerWrapper .footer-overlay {
    background-image: url("/static/acumen-theme/images/footer_bg.6adaaa018090.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .footerWrapper .footer-container {
    max-width: 1140px; }
    .footerWrapper .footer-container .widget-Wrap {
      padding: 10px; }
      .footerWrapper .footer-container .widget-Wrap .linkSection {
        max-width: 1140px; }
        .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .widget-title {
          margin-bottom: 20px; }
          .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .widget-title .section-title {
            color: #FFF;
            margin: 0 0 5px 0;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 24px; }
          .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .widget-title .divider {
            width: 18px;
            height: 3px;
            background: #B99889; }
        .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .menu-footer-menu-container {
          margin-bottom: 20px; }
          .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .menu-footer-menu-container .menu li {
            position: relative;
            padding-left: 20px;
            line-height: 36px; }
            .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .menu-footer-menu-container .menu li::before {
              position: absolute;
              content: "";
              left: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              width: 6px;
              height: 2px;
              background: #B99889; }
            .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .menu-footer-menu-container .menu li a {
              color: #fff; }
        .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .social-share ul li {
          height: 40px;
          width: 40px;
          border: 1px solid;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #FFF;
          border-style: solid;
          border-width: 2px 2px 2px 2px;
          border-color: rgba(255, 255, 255, 0.2);
          margin-right: 5px; }
          .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .social-share ul li .facebook {
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .4s ease;
            border-radius: 50%; }
            .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .social-share ul li .facebook i {
              color: #fff; }
            .footerWrapper .footer-container .widget-Wrap .linkSection .section-1-link .social-share ul li .facebook:hover {
              background-color: #3b5998; }
    .footerWrapper .footer-container .divider {
      width: 100%;
      z-index: 99; }
      .footerWrapper .footer-container .divider .dividerDive {
        margin: 20px 0 13px 0;
        border: 1px solid rgba(255, 255, 255, 0.15);
        width: 100%; }
    .footerWrapper .footer-container .copyright-wrapper .policy-wrapper {
      width: 38.125%; }
      .footerWrapper .footer-container .copyright-wrapper .policy-wrapper ul {
        height: 100%;
        text-align: center;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0; }
        .footerWrapper .footer-container .copyright-wrapper .policy-wrapper ul li a {
          font-size: 16px;
          line-height: 19px;
          color: #fff;
          padding: 0 20px; }
    .footerWrapper .footer-container .copyright-wrapper .top-wrapper {
      width: 11.853%; }
      .footerWrapper .footer-container .copyright-wrapper .top-wrapper button {
        transition: all ease 0.4s;
        border-radius: 50%;
        bottom: 43px;
        cursor: pointer;
        height: 44px;
        position: absolute;
        text-align: center;
        width: 44px;
        z-index: 9;
        display: block;
        background-color: #435d9f;
        color: #FFF; }
        .footerWrapper .footer-container .copyright-wrapper .top-wrapper button i {
          color: #fff; }
      .footerWrapper .footer-container .copyright-wrapper .top-wrapper .topWrap {
        margin-left: 40px; }
    .footerWrapper .footer-container .copyright-wrapper .logoWrapper {
      padding: 10px; }
    .footerWrapper .footer-container .copyright-wrapper .copyright {
      padding-top: 0px !important; }
      .footerWrapper .footer-container .copyright-wrapper .copyright p {
        color: #fff; }

.z-auto {
  z-index: 999; }

@media screen and (max-width: 900px) {
  .footerWrapper .footer-container {
    padding: 0 20px; }
  .copyright-wrapper.z-auto {
    text-align: center; }
  .footerWrapper .footer-container .copyright-wrapper .policy-wrapper {
    width: 100%; }
  .footerWrapper .footer-container .copyright-wrapper .top-wrapper button {
    right: 50px; } }

@media screen and (max-width: 600px) {
  .footerWrapper .footer-container .copyright-wrapper .top-wrapper button {
    display: none; }
  .footerWrapper .footer-container .copyright-wrapper .policy-wrapper ul li a {
    padding: 0; }
  .footerWrapper .footer-container .copyright-wrapper .policy-wrapper ul li:first-child {
    margin-right: 20px; } }

div#owlWrapper {
  height: 800px; }
  div#owlWrapper .homeWrapper {
    background-image: url("/static/acumen-theme/images/homepage_slider-2.af0376ef4093.jpg");
    min-height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center; }
    div#owlWrapper .homeWrapper::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5); }
    div#owlWrapper .homeWrapper .container {
      max-width: 1140px; }
    div#owlWrapper .homeWrapper .slider-content p.sub-title {
      margin: 0 0 10px 0;
      color: #F5B016;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 32px; }
    div#owlWrapper .homeWrapper .slider-content h1.main-title {
      font-size: 64px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 70px;
      letter-spacing: -.15px;
      margin: 0 0 0 0;
      color: #fff; }
    div#owlWrapper .homeWrapper .slider-content p.slide-des {
      font-weight: 400;
      margin: 15px 0 32px 0;
      font-size: 18px;
      letter-spacing: -.18px;
      line-height: 30px;
      color: #fff; }
    div#owlWrapper .homeWrapper .slider-content a.btn {
      background-color: #435d9f;
      border-style: solid;
      border-width: 0 0 0 0;
      border-color: rgba(255, 255, 255, 0);
      font-size: 15px;
      line-height: 20px;
      border-radius: 6px 6px 6px 6px;
      padding: 17px 35px 16px 25px;
      color: #ffff; }
    div#owlWrapper .homeWrapper .slider-content a.btn.btn-border {
      background-color: #1266af;
      border-style: solid;
      border-width: 0 0 0 0;
      margin-left: 15px; }
    div#owlWrapper .homeWrapper .slider-content .ts-animate {
      position: relative;
      top: 30px;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0; }
  div#owlWrapper #secondSlider {
    background-image: url("/static/acumen-theme/images/slider_image2.1314c4faf24d.png"); }
  div#owlWrapper #thirdSlider {
    background-image: url("/static/acumen-theme/images/slider_image3.b19aebe2beca.png"); }
  div#owlWrapper .owl-dots .owl-dot span {
    display: none; }
  div#owlWrapper .owl-dots .owl-dot {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #fff; }
  div#owlWrapper button.owl-dot.active {
    width: 17px;
    height: 17px;
    border: 2px solid #3478f6;
    border-radius: 50%;
    background: transparent;
    position: relative;
    top: 3px; }
  div#owlWrapper .owl-dots {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: 100%; }
  div#owlWrapper .owl-item.active .slider-content .sub-title {
    top: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  div#owlWrapper .owl-item.active .slider-content .main-title {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  div#owlWrapper .owl-item.active .slider-content .slide-des {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  div#owlWrapper .owl-item.active .slider-content .btn-wrapper {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  div#owlWrapper .owl-item.active .ts-animate {
    top: 0;
    opacity: 1; }

.branding {
  background-color: #F2F7FC; }
  .branding .container {
    max-width: 1140px; }
    .branding .container .widget-wrap {
      padding: 10px; }
      .branding .container .widget-wrap .content-image-wrapper {
        margin-bottom: 15px;
        background-color: rgba(2, 1, 1, 0);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
        min-height: 170px;
        z-index: 5;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        transition: all .4s ease;
        justify-content: center; }
        .branding .container .widget-wrap .content-image-wrapper .content-image img {
          filter: grayscale(1);
          transition: all .4s ease;
          max-width: 100%;
          height: auto; }
      .branding .container .widget-wrap .item:hover .content-image img {
        filter: grayscale(0); }
      .branding .container .widget-wrap #branding {
        display: flex;
        overflow: hidden; }
        .branding .container .widget-wrap #branding .owl-stage {
          display: flex; }

.cardsWrappers {
  padding: 120px 0 105px 0; }
  .cardsWrappers .container {
    max-width: 1140px; }
    .cardsWrappers .container .card-populated {
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
      width: 100%; }
      .cardsWrappers .container .card-populated .card {
        background-color: transparent;
        background-image: linear-gradient(-130deg, #1266af 100%, #1266af 0%);
        padding: 40px 40px 40px 40px;
        border-style: solid;
        border-width: 0 0 0 0;
        border-color: rgba(2, 1, 1, 0);
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #f5f5f5;
        transition: all .4s ease;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        .cardsWrappers .container .card-populated .card::before {
          background-image: url("/static/acumen-theme/images/feature_bg.341063f2a1d2.png");
          background-repeat: no-repeat;
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          transition: all .4s ease;
          background-size: 101% 101%; }
        .cardsWrappers .container .card-populated .card .box-icon {
          display: inline-block;
          margin-bottom: 13px;
          text-align: center; }
          .cardsWrappers .container .card-populated .card .box-icon img {
            max-width: 100%;
            height: auto; }
        .cardsWrappers .container .card-populated .card .box-body .box-title {
          color: #FFF;
          margin: 10px 0 20px 0;
          padding: 0 0 0 0;
          font-size: 22px;
          line-height: 30px;
          transition: all .4s ease; }
        .cardsWrappers .container .card-populated .card .box-body .box-des {
          color: rgba(255, 255, 255, 0.87);
          font-size: 16px;
          line-height: 24px;
          margin: 0;
          transition: all .4s ease; }
        .cardsWrappers .container .card-populated .card:hover::before {
          background-color: #435d9f; }
        .cardsWrappers .container .card-populated .card .cardHeader,
        .cardsWrappers .container .card-populated .card .box-body {
          z-index: 99; }
      .cardsWrappers .container .card-populated .secondCard {
        background-image: linear-gradient(49deg, #435d9f 100%, #435d9f 0%); }
        .cardsWrappers .container .card-populated .secondCard:hover::before {
          background-color: #1266af; }

.fascinated {
  padding: 0 0 80px 0; }
  .fascinated .container {
    max-width: 1140px; }
    .fascinated .container .widget-title-header {
      margin-bottom: 20px; }
      .fascinated .container .widget-title-header .subtitle {
        color: #1266af;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 20px;
        margin: 0 0 0 0; }
      .fascinated .container .widget-title-header .sectionTitle {
        margin: 10px 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 63px; }
      .fascinated .container .widget-title-header .ekit-heading__description {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 24px; }
        .fascinated .container .widget-title-header .ekit-heading__description p {
          margin: 10px 0; }
    .fascinated .container .widget-container {
      margin: 15px 0 0 0; }
      .fascinated .container .widget-container .single-course-item .single-course {
        margin: 0 0 30px 0;
        border-radius: 6px 6px 6px 6px;
        border-style: solid;
        border-color: rgba(2, 1, 1, 0);
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.06);
        background: #fff;
        position: relative;
        transition: all 0.4s ease;
        overflow: hidden;
        border: 1px dashed #dedfe2;
        padding: 0; }
        .fascinated .container .widget-container .single-course-item .single-course .course-title-area {
          margin-bottom: 0;
          margin-top: -15px;
          padding: 0 40px 0; }
          .fascinated .container .widget-container .single-course-item .single-course .course-title-area .course-category {
            margin-bottom: 8px; }
            .fascinated .container .widget-container .single-course-item .single-course .course-title-area .course-category span {
              padding: 5px 0 5px 0;
              background-color: #1266af;
              border-radius: 5px; }
              .fascinated .container .widget-container .single-course-item .single-course .course-title-area .course-category span a {
                color: #fff;
                font-size: 14px;
                text-transform: capitalize;
                line-height: 17px;
                padding: 0 15px;
                letter-spacing: -.14px; }
          .fascinated .container .widget-container .single-course-item .single-course .course-title-area .course-title {
            font-size: 24px;
            font-weight: 700;
            line-height: 32px;
            margin: 25px 0 0 0;
            letter-spacing: -.24px; }
            .fascinated .container .widget-container .single-course-item .single-course .course-title-area .course-title a {
              color: #444444; }
        .fascinated .container .widget-container .single-course-item .single-course .course-footer.style2 {
          position: relative;
          opacity: 1;
          bottom: 0;
          z-index: 3;
          padding-bottom: 10px;
          padding-top: 10px;
          clear: both;
          width: 100%;
          display: block;
          overflow: hidden;
          left: 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 10px 40px; }
          .fascinated .container .widget-container .single-course-item .single-course .course-footer.style2 .rating {
            float: left;
            display: flex; }
            .fascinated .container .widget-container .single-course-item .single-course .course-footer.style2 .rating .xs-review-rattting {
              margin-right: 10px; }
              .fascinated .container .widget-container .single-course-item .single-course .course-footer.style2 .rating .xs-review-rattting i {
                color: #FFCC00; }
          .fascinated .container .widget-container .single-course-item .single-course .course-footer.style2 .course-price-item {
            min-width: 70px;
            min-height: 70px;
            line-height: 70px; }
        .fascinated .container .widget-container .single-course-item .single-course .hover {
          padding: 0px;
          background: #1266af;
          position: absolute;
          left: 0;
          top: -20px;
          width: 100%;
          height: 100%;
          opacity: 0;
          z-index: 2;
          border: none !important; }
          .fascinated .container .widget-container .single-course-item .single-course .hover .course-category {
            padding: 5px 0px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 5px;
            display: inline-block;
            margin-bottom: 8px; }
            .fascinated .container .widget-container .single-course-item .single-course .hover .course-category a {
              color: #fff;
              padding: 0 15px; }
          .fascinated .container .widget-container .single-course-item .single-course .hover .ts-course-el-title {
            margin: 18px 0 20px 0px;
            font-size: 24px;
            line-height: 30px;
            letter-spacing: -.24px; }
            .fascinated .container .widget-container .single-course-item .single-course .hover .ts-course-el-title a {
              color: #fff; }
          .fascinated .container .widget-container .single-course-item .single-course .hover .enrol-list-area {
            margin-bottom: 20px; }
            .fascinated .container .widget-container .single-course-item .single-course .hover .enrol-list-area .instructor {
              display: flex;
              align-items: center; }
              .fascinated .container .widget-container .single-course-item .single-course .hover .enrol-list-area .instructor .instructor-thumb {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -ms-border-radius: 50%;
                display: inline-block;
                margin-right: 20px;
                background: #defff6;
                overflow: hidden; }
              .fascinated .container .widget-container .single-course-item .single-course .hover .enrol-list-area .instructor a {
                color: #fff;
                font-size: 16px;
                font-weight: 500;
                line-height: 26px; }
          .fascinated .container .widget-container .single-course-item .single-course .hover .excerpt-content {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
            .fascinated .container .widget-container .single-course-item .single-course .hover .excerpt-content p {
              color: #fff;
              margin-bottom: 25px; }
        .fascinated .container .widget-container .single-course-item .single-course:hover {
          background-color: #1266af; }
          .fascinated .container .widget-container .single-course-item .single-course:hover .course-thumb {
            transform: scale(1);
            opacity: 0;
            visibility: hidden; }
          .fascinated .container .widget-container .single-course-item .single-course:hover .hover {
            opacity: 1;
            top: 0; }
          .fascinated .container .widget-container .single-course-item .single-course:hover .hover {
            padding: 40px; }
          .fascinated .container .widget-container .single-course-item .single-course:hover .course-footer.style2 .rating .xs-review-rattting i {
            color: #fff; }
          .fascinated .container .widget-container .single-course-item .single-course:hover .course-footer.style2 .rating span {
            color: #fff; }
          .fascinated .container .widget-container .single-course-item .single-course:hover .course-footer.style2 .course-price-item {
            color: #fff; }

.discover {
  background-color: #435d9f;
  background-image: url("/static/acumen-theme/images/funfact_bg.9a1afeecc8bf.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 135px 0px; }
  .discover .container {
    max-width: 1140px; }
    .discover .container .widget-wrap {
      padding: 10px; }
      .discover .container .widget-wrap .widget-section {
        margin-bottom: 20px;
        text-align: center; }
        .discover .container .widget-wrap .widget-section .section-title {
          color: #FFFFFF;
          margin: 0px 0px 30px 0px;
          font-size: 48px;
          font-weight: 700;
          line-height: 63px; }
        .discover .container .widget-wrap .widget-section .ekit-heading__description {
          display: inline-block;
          width: 100%;
          font-size: 16px;
          line-height: 24px; }
          .discover .container .widget-wrap .widget-section .ekit-heading__description p {
            color: #FFFFFF;
            margin: 0px 0px 0px 0px; }
      .discover .container .widget-wrap .ekit-element-align-wrapper {
        display: flex;
        align-items: center;
        justify-content: center; }
        .discover .container .widget-wrap .ekit-element-align-wrapper .ekit_double_button {
          width: 36%;
          display: flex;
          align-items: center; }
          .discover .container .widget-wrap .ekit-element-align-wrapper .ekit_double_button .ekit-double-btn {
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            outline: 0;
            position: relative;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
            text-align: center;
            overflow: hidden;
            color: #fff;
            width: 100%;
            background-color: #545454;
            padding: 20px;
            z-index: 1; }
          .discover .container .widget-wrap .ekit-element-align-wrapper .ekit_double_button .ekit-double-btn-one {
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
            line-height: 20px;
            border-radius: 4px 4px 4px 4px;
            background-color: #1266af;
            padding: 18px 9px 17px 9px;
            margin-right: 20px; }
          .discover .container .widget-wrap .ekit-element-align-wrapper .ekit_double_button .ekit-double-btn-two {
            color: #ffffff;
            font-size: 15px;
            font-weight: 700;
            line-height: 20px;
            border-radius: 4px 4px 4px 4px;
            padding: 18px 9px 17px 9px; }

.countWrapper {
  margin-top: 0px;
  margin-bottom: 70px; }
  .countWrapper .container {
    max-width: 1140px; }
    .countWrapper .container .widget {
      padding: 10px; }
      .countWrapper .container .widget .countDown {
        background-color: transparent;
        background-image: linear-gradient(7deg, #545454 0%, #545454 100%);
        margin-top: -75px;
        margin-bottom: 0px;
        padding: 40px 0px 40px 0px;
        overflow: visible;
        border-radius: 6px 6px 6px 6px; }
        .countWrapper .container .widget .countDown .funfact-content {
          text-align: center; }
          .countWrapper .container .widget .countDown .funfact-content .number-percentage-wraper * {
            color: #FFFFFF;
            font-size: 36px;
            line-height: 48px;
            font-weight: 700; }
          .countWrapper .container .widget .countDown .funfact-content .funfact-title {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px; }

.testimonial {
  padding: 25px 0px 120px 0px; }
  .testimonial .container {
    max-width: 1140px; }
  .testimonial .testimonial-title {
    width: 77.5%; }
    .testimonial .testimonial-title .widget-wrap {
      padding: 10px; }
      .testimonial .testimonial-title .widget-wrap .testimonial-head {
        text-align: left; }
        .testimonial .testimonial-title .widget-wrap .testimonial-head .elementskit-section-subtitle {
          color: #1266af;
          font-size: 15px;
          font-weight: 700;
          text-transform: uppercase;
          line-height: 20px;
          margin: 0px 0px 0px 0px; }
        .testimonial .testimonial-title .widget-wrap .testimonial-head .elementskit-section-title {
          margin: 10px 0px 10px 0px;
          font-size: 48px;
          font-weight: 700;
          line-height: 63px; }
        .testimonial .testimonial-title .widget-wrap .testimonial-head .ekit-heading__description {
          display: inline-block;
          width: 100%;
          font-size: 16px;
          line-height: 24px; }
          .testimonial .testimonial-title .widget-wrap .testimonial-head .ekit-heading__description p {
            margin: 10px 0; }
  .testimonial .widget-container {
    padding: 20px 0px 0px 0px; }
    .testimonial .widget-container .slick-slide {
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 20px; }
      .testimonial .widget-container .slick-slide .single-slide {
        border-style: solid;
        border-width: 5px 0px 0px 0px;
        border-radius: 6px;
        padding: 50px 40px 70px 40px;
        box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
        border-color: #1266af;
        background-color: #fff;
        transition: all .4s ease;
        z-index: 1;
        position: relative; }
        .testimonial .widget-container .slick-slide .single-slide .bio .avatar {
          margin: 0px 0px 70px 0px;
          position: absolute;
          bottom: -50px;
          right: 0px;
          left: 0px; }
          .testimonial .widget-container .slick-slide .single-slide .bio .avatar img {
            margin-left: auto;
            margin-right: auto;
            border-radius: 50%;
            height: 70px;
            width: 70px;
            max-width: 100%; }
        .testimonial .widget-container .slick-slide .single-slide .profile-info {
          text-align: center;
          margin-bottom: 15px;
          position: relative;
          border-top: 1px solid #CBCDDA;
          padding-top: 25px; }
          .testimonial .widget-container .slick-slide .single-slide .profile-info .author-name {
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
            margin-bottom: 5px;
            display: block;
            transition: color .3s; }
          .testimonial .widget-container .slick-slide .single-slide .profile-info .author-des {
            color: rgba(0, 0, 0, 0.5);
            font-weight: 400; }
        .testimonial .widget-container .slick-slide .single-slide .commentor-content {
          text-align: center;
          padding-right: 0;
          position: relative; }
          .testimonial .widget-container .slick-slide .single-slide .commentor-content .stars {
            list-style-type: none;
            padding-left: 18px;
            margin-bottom: 20px;
            position: relative;
            z-index: 6; }
            .testimonial .widget-container .slick-slide .single-slide .commentor-content .stars li {
              margin-right: 5px;
              display: inline-block; }
              .testimonial .widget-container .slick-slide .single-slide .commentor-content .stars li a i {
                color: #FFCC00;
                font-size: 16px;
                pointer-events: none; }
          .testimonial .widget-container .slick-slide .single-slide .commentor-content p {
            margin: -10px 0px 50px 0px;
            font-size: 16px;
            line-height: 24px;
            color: rgba(0, 0, 0, 0.5); }
          .testimonial .widget-container .slick-slide .single-slide .commentor-content h5 {
            margin-bottom: 20px;
            font-size: 20px;
            line-height: 24px; }
    .testimonial .widget-container .owl-theme .owl-nav {
      position: absolute;
      top: -100px;
      right: 30px;
      display: flex; }
    .testimonial .widget-container button.owl-prev.disabled {
      font-size: 14px;
      left: 88%;
      border-radius: 4px 4px 4px 4px;
      width: 55px;
      height: 55px;
      color: #FFFFFF;
      background: rgba(67, 93, 159, 0.3) !important; }
    .testimonial .widget-container button.owl-prev.disabled span {
      font-size: 30px; }
    .testimonial .widget-container .owl-theme .owl-nav button {
      background: #435d9f;
      font-size: 14px;
      left: 88%;
      border-radius: 4px 4px 4px 4px;
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .testimonial .widget-container .owl-theme .owl-nav button span {
      font-size: 30px;
      color: #fff; }

.tuitor {
  padding: 0px 0px 134px 0px;
  overflow: visible;
  position: relative; }
  .tuitor .container {
    max-width: 1140px; }
    .tuitor .container .widget-wrap {
      padding: 0px 55px 0px 55px; }
      .tuitor .container .widget-wrap .ekit-heading {
        margin-bottom: 20px;
        text-align: center;
        position: relative; }
        .tuitor .container .widget-wrap .ekit-heading .section-title {
          margin: 0px 0px 28px 0px;
          font-size: 42px;
          font-weight: 700;
          line-height: 42px; }
        .tuitor .container .widget-wrap .ekit-heading .ekit-heading__description {
          display: inline-block;
          width: 100%;
          font-size: 16px;
          line-height: 24px; }
          .tuitor .container .widget-wrap .ekit-heading .ekit-heading__description p {
            margin: 0px 0px 15px 0px; }
      .tuitor .container .widget-wrap a.ekit-double-btn.ekit-double-btn-one {
        padding: 18px 38px 18px 38px;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 20px;
        background-color: #435d9f;
        border-style: none;
        color: #ffff;
        display: inline-block;
        border-radius: 5px; }
      .tuitor .container .widget-wrap a.ekit-double-btn.ekit-double-btn-one.secondBtn {
        background-color: #1266af; }
    .tuitor .container .right-div {
      border-style: solid;
      border-width: 0px 0px 0px 1px;
      border-color: #CBCDDA; }

.newsRomm {
  background-color: #F7F9FB;
  background-image: url("/static/acumen-theme/images/news_bg.bab1748506e9.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 97px 0px 230px 0px;
  overflow: visible;
  position: relative; }
  .newsRomm .ekit-section-parallax-layer {
    left: 3%;
    top: 69%;
    opacity: 1;
    z-index: 0;
    position: absolute;
    pointer-events: none; }
    .newsRomm .ekit-section-parallax-layer img {
      transform: rotate(0deg);
      filter: blur(0px); }
  .newsRomm .secondLayer {
    left: 87%;
    top: 10%; }
  .newsRomm .container {
    max-width: 1140px; }
    .newsRomm .container .widget-wrap {
      padding: 10px; }
      .newsRomm .container .widget-wrap .section-subtitle {
        color: #1266af;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 20px;
        margin: 0px 0px 0px 0px; }
      .newsRomm .container .widget-wrap .elementskit-section-title {
        margin: 2px 0px 10px 0px;
        font-size: 48px;
        font-weight: 700;
        line-height: 63px; }
      .newsRomm .container .widget-wrap .ekit-heading__description {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 24px; }
        .newsRomm .container .widget-wrap .ekit-heading__description p {
          margin: 10px 0; }

.course {
  margin-top: -225px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  overflow: visible; }
  .course .container {
    max-width: 1140px; }
    .course .container .widget-wrap {
      padding: 10px; }
      .course .container .widget-wrap .elementskit-post-image-card {
        background-color: #FFFFFF;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.06);
        border-radius: 5px 5px 5px 5px;
        padding: 0px 0px 0px 0px;
        transition: all .4s ease;
        border: none; }
        .course .container .widget-wrap .elementskit-post-image-card .elementskit-entry-header {
          position: relative;
          overflow: hidden; }
          .course .container .widget-wrap .elementskit-post-image-card .elementskit-entry-header img {
            transition: all .4s ease;
            width: 100%; }
        .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body {
          padding: 20px 40px 40px;
          position: relative; }
          .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .post-meta-list {
            text-align: left;
            margin-bottom: 20px;
            color: rgba(255, 255, 255, 0.5); }
            .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .post-meta-list .meta-date {
              margin: 0px 10px 0px 0px;
              padding: 20px 0px 0px 0px;
              cursor: pointer; }
              .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .post-meta-list .meta-date i {
                font-size: 5px;
                padding-right: 5px;
                color: #435d9f; }
              .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .post-meta-list .meta-date .meta-date-text {
                font-size: 14px;
                font-weight: 400;
                color: #444444; }
              .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .post-meta-list .meta-date a {
                font-size: 14px;
                font-weight: 400;
                color: #444444; }
          .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .entry-title {
            text-align: left;
            margin: 0px 0px 17px 0px;
            font-size: 24px;
            font-weight: 700;
            line-height: 32px; }
            .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .entry-title a {
              font-size: 24px;
              font-weight: 700;
              line-height: 32px;
              color: #444444; }
          .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .btn-wrapper {
            text-align: left; }
            .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .btn-wrapper a {
              padding: 0px 0px 0px 0px;
              font-size: 15px;
              font-weight: 500;
              text-transform: uppercase;
              line-height: 20px;
              background-color: rgba(2, 1, 1, 0);
              border-radius: 0px 0px 0px 0px;
              color: #444444;
              position: relative; }
              .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .btn-wrapper a:hover {
                color: #435d9f; }
                .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .btn-wrapper a:hover::after {
                  width: 0; }
              .course .container .widget-wrap .elementskit-post-image-card .elementskit-post-body .btn-wrapper a::after {
                position: absolute;
                content: "";
                right: 0px;
                border-bottom: 2px solid #333333;
                width: 80%;
                bottom: -3px;
                transition: all ease .4s; }
        .course .container .widget-wrap .elementskit-post-image-card:hover .elementskit-entry-header img {
          transform: scale(1.05) rotate(2deg);
          opacity: .8; }
        .course .container .widget-wrap .elementskit-post-image-card:hover .entry-title a {
          color: #435d9f; }

.newsLetter {
  padding: 115px 0px 120px 0px;
  overflow: visible; }
  .newsLetter .container {
    max-width: 1140px; }
    .newsLetter .container .col-lg-6 {
      width: 52.193%; }
      .newsLetter .container .col-lg-6 .widget-wrap {
        padding: 10px;
        margin-left: 15px; }
        .newsLetter .container .col-lg-6 .widget-wrap .widget-container {
          padding: 0 21px; }
          .newsLetter .container .col-lg-6 .widget-wrap .widget-container .wrapper-text {
            text-align: left;
            position: relative; }
            .newsLetter .container .col-lg-6 .widget-wrap .widget-container .wrapper-text .elementskit-section-subtitle {
              color: #1266af;
              font-size: 15px;
              font-weight: 700;
              text-transform: uppercase;
              line-height: 20px;
              margin: 0px 0px 0px 0px; }
            .newsLetter .container .col-lg-6 .widget-wrap .widget-container .wrapper-text .ekit-heading--title {
              margin: 10px 0px 10px 0px;
              font-size: 33px;
              font-weight: 700;
              line-height: 43px;
              color: #444444; }
            .newsLetter .container .col-lg-6 .widget-wrap .widget-container .wrapper-text .ekit-heading__description {
              display: inline-block;
              width: 100%;
              font-size: 16px;
              line-height: 24px; }
              .newsLetter .container .col-lg-6 .widget-wrap .widget-container .wrapper-text .ekit-heading__description p {
                margin: 10px 0; }
    .newsLetter .container .col-lg-5 {
      width: 47.807%; }
      .newsLetter .container .col-lg-5 .backgroundDiv {
        background-color: #435d9f;
        margin: 0px 15px 0px 30px;
        border-radius: 6px 6px 6px 6px;
        position: relative; }
        .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap {
          padding: 25px 30px 0px 40px;
          display: flex;
          align-items: center;
          align-content: center;
          flex-wrap: wrap; }
          .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .elementor-heading-title {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            margin-bottom: 20px; }
          .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .form-wrapper {
            margin-bottom: 20px;
            width: 59.782%; }
            .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .form-wrapper .mf-input-wrapper input {
              width: 100%;
              max-width: 100%;
              padding: 12px;
              height: auto;
              border-width: 1px;
              border-style: solid;
              border-color: #eaeaea;
              border-radius: 2px;
              background: 0 0;
              background-color: #fafafa;
              -webkit-box-shadow: none;
              box-shadow: none;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-transition: all .2s linear;
              transition: all .2s linear;
              font-size: 14px;
              line-height: 21px;
              text-align: left;
              border-radius: 4px;
              border-color: #1266af;
              background-color: #fff;
              width: 100%;
              outline: none; }
              .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .form-wrapper .mf-input-wrapper input:focus {
                outline: none; }
            .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .form-wrapper .mf-input-wrapper .error {
              display: none;
              color: #fff;
              font-weight: 700;
              font-size: 14px; }
          .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper {
            width: 40.131%; }
            .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper .subBtn {
              background-image: none;
              padding: 15px 20px 15px 15px !important;            
              font-size: 15px;
              font-weight: 500;
              text-transform: uppercase;
              line-height: 20px;
              color: #ffffff;
              background-color: #1266af;
              border-style: none;
              border-radius: 5px 5px 5px 5px;
              box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
              position: relative; }
              .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper .subBtn::before, .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper .subBtn::after {
                content: " ";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 22px;
                height: 22px;
                margin: -11px 0 0 -11px;
                border-style: solid;
                border-color: currentColor;
                border-width: 0;
                border-radius: 50%;
                opacity: 0;
                -webkit-transition: opacity .3s ease;
                transition: opacity .3s ease; }
              .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper .subBtn::before {
                border-width: 2px; }
              .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper .subBtn::after {
                border-top-width: 2px;
                animation: submitSpin .55s linear infinite; }
              .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper .subBtn span {
                -webkit-transition: opacity .15s ease .15s;
                transition: opacity .15s ease .15s; }
            .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper [disabled] {
              opacity: 1; }
              .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper [disabled]::after, .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper [disabled]::before {
                opacity: 1;
                -webkit-transition-delay: .15s;
                transition-delay: .15s; }
              .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper [disabled]::before {
                opacity: .25; }
              .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper [disabled] span {
                opacity: 0;
                -webkit-transition-delay: 0;
                transition-delay: 0; }
          .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .spamMsg {
            margin: 0 0 25px;
            color: #FFFFFF;
            font-size: 12px;
            line-height: 14px; }

@keyframes submitSpin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media screen and (max-width: 1024px) {
  .container {
    max-width: 1024px !important; }
  .discover .container .widget-wrap .ekit-element-align-wrapper .ekit_double_button .ekit-double-btn {
    width: auto; }
  .newsLetter .container .col-lg-5 {
    width: 100%; }
  .newsLetter .container .col-lg-6 {
    width: 100%; } }

@media screen and (max-width: 800px) {
  .discover .container .widget-wrap .ekit-element-align-wrapper .ekit_double_button {
    width: auto; }
  .tuitor .container .widget-wrap {
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  div#owlWrapper .homeWrapper .slider-content p.sub-title {
    font-size: 14px; }
  div#owlWrapper .homeWrapper .slider-content h1.main-title {
    font-size: 32px;
    line-height: 42px; }
  div#owlWrapper .homeWrapper {
    min-height: 520px; }
  .container {
    max-width: 767px !important; }
  .newsRomm .ekit-section-parallax-layer {
    display: none; }
  .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .form-wrapper,
  .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper {
    width: 100%; }
  .newsLetter .container .col-lg-5 .backgroundDiv .widget-wrap .sub-wrapper {
    margin-bottom: 20px; } }

body, html {
  font-family: "Roboto", sans-serif; }

.banner-area {
  padding: 120px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f1fffb; }
  .banner-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.51); }
  .banner-area .banner-title {
    color: #fff;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 0; }
    .banner-area .banner-title span {
      color: #fff; }
  .banner-area .breadcrumb {
    color: #fff;
    text-align: center;
    background: none;
    display: inline-block;
    padding: .75rem 1rem;
    border-radius: .25rem; }
    .banner-area .breadcrumb li {
      display: inline-block;
      text-transform: capitalize;
      margin: 0 10px;
      font-size: 17px;
      color: #fff; }
      .banner-area .breadcrumb li a {
        color: #fff; }

#courses {
  background-image: url("/static/acumen-theme/images/banner-about.5ac75782574a.jpg"); }

.tranding-course-slider {
  padding: 100px 0 0; }
  .tranding-course-slider .ts-section-title .section-title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #444444; }
  .tranding-course-slider .ts-section-title .section-subtitle {
    margin: 0 0 25px; }
  .tranding-course-slider .owl-stage {
    display: flex; }
  .tranding-course-slider .owl-stage-outer {
    overflow: hidden; }
  .tranding-course-slider .owl-nav.disabled {
    display: none; }
  .tranding-course-slider .owl-dots {
    text-align: center;
    margin-top: 50px; }
    .tranding-course-slider .owl-dots button.owl-dot.active {
      width: 17px;
      height: 17px;
      border: 2px solid #435d9f;
      border-radius: 50%;
      background: transparent;
      position: relative;
      top: 0px; }
    .tranding-course-slider .owl-dots button.owl-dot {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      display: inline-block;
      margin: 0 5px;
      opacity: 1;
      border: none; }
      .tranding-course-slider .owl-dots button.owl-dot span {
        display: none; }

.single-course-item .single-course {
  margin: 0 0 30px 0;
  border-radius: 15px;
  border-style: solid;
  border-color: rgba(2, 1, 1, 0);
  background: #fff;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
  border: 1px dashed #dedfe2;
  padding: 0; }
  .single-course-item .single-course .course-title-area {
    margin-bottom: 0;
    margin-top: -15px;
    padding: 0 40px 0; }
    .single-course-item .single-course .course-title-area .course-category {
      margin-bottom: 8px; }
      .single-course-item .single-course .course-title-area .course-category span {
        padding: 5px 0 5px 0;
        background-color: #1266af;
        border-radius: 5px; }
        .single-course-item .single-course .course-title-area .course-category span a {
          color: #fff;
          font-size: 14px;
          text-transform: capitalize;
          line-height: 17px;
          padding: 0 15px;
          letter-spacing: -.14px; }
    .single-course-item .single-course .course-title-area .course-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      margin: 25px 0 0 0;
      letter-spacing: -.24px; }
      .single-course-item .single-course .course-title-area .course-title a {
        color: #444444; }
  .single-course-item .single-course .course-footer.style2 {
    position: relative;
    opacity: 1;
    bottom: 0;
    z-index: 3;
    padding-bottom: 10px;
    padding-top: 10px;
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px; }
    .single-course-item .single-course .course-footer.style2 .rating {
      float: left;
      display: flex; }
      .single-course-item .single-course .course-footer.style2 .rating .xs-review-rattting {
        margin-right: 10px; }
        .single-course-item .single-course .course-footer.style2 .rating .xs-review-rattting i {
          color: #FFCC00; }
    .single-course-item .single-course .course-footer.style2 .course-price-item {
      min-width: 70px;
      min-height: 70px;
      line-height: 70px; }
      .single-course-item .single-course .course-footer.style2 .course-price-item .course-price {
        font-weight: 700; }
  .single-course-item .single-course .hover {
    padding: 0px;
    background: #1266af;
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    border: none !important;
    transition: all 0.4s ease;
    box-shadow: none; }
    .single-course-item .single-course .hover .course-category {
      padding: 5px 0px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 5px;
      display: inline-block;
      margin-bottom: 8px; }
      .single-course-item .single-course .hover .course-category a {
        color: #fff;
        padding: 0 15px; }
    .single-course-item .single-course .hover .ts-course-el-title {
      margin: 18px 0 20px 0px;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -.24px; }
      .single-course-item .single-course .hover .ts-course-el-title a {
        color: #fff; }
    .single-course-item .single-course .hover .enrol-list-area {
      margin-bottom: 20px; }
      .single-course-item .single-course .hover .enrol-list-area .instructor {
        display: flex;
        align-items: center; }
        .single-course-item .single-course .hover .enrol-list-area .instructor .instructor-thumb {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          display: inline-block;
          margin-right: 20px;
          background: #defff6;
          overflow: hidden; }
        .single-course-item .single-course .hover .enrol-list-area .instructor a {
          color: #fff;
          font-size: 16px;
          font-weight: 500;
          line-height: 26px; }
    .single-course-item .single-course .hover .excerpt-content {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .single-course-item .single-course .hover .excerpt-content p {
        color: #fff;
        margin-bottom: 25px;
        font-size: 15px; }
  .single-course-item .single-course:hover {
    background-color: #1266af; }
    .single-course-item .single-course:hover .course-thumb {
      transform: scale(1);
      opacity: 0;
      visibility: hidden; }
    .single-course-item .single-course:hover .hover {
      opacity: 1;
      top: 0; }
    .single-course-item .single-course:hover .hover {
      padding: 40px; }
    .single-course-item .single-course:hover .course-footer.style2 .rating .xs-review-rattting i {
      color: #fff; }
    .single-course-item .single-course:hover .course-footer.style2 .rating span {
      color: #fff; }
    .single-course-item .single-course:hover .course-footer.style2 .course-price-item {
      color: #fff; }
      .single-course-item .single-course:hover .course-footer.style2 .course-price-item .course-price {
        color: #fff; }

.main-container {
  padding: 50px 0; }
  .main-container .archive-course-filter .ts-gutter-20px {
    margin-top: -10px;
    margin-bottom: -10px; }
    .main-container .archive-course-filter .ts-gutter-20px div {
      padding-top: 10px;
      padding-bottom: 10px; }
  .main-container .archive-course-filter .text-index-result {
    margin-bottom: 0; }
  .main-container .archive-course-filter .turitor-course-category-dropdown,
  .main-container .archive-course-filter .turitor-course-order {
    display: inline-block;
    margin-left: 20px; }
    .main-container .archive-course-filter .turitor-course-category-dropdown select,
    .main-container .archive-course-filter .turitor-course-order select {
      font-size: 16px;
      line-height: 26px;
      max-width: 100%;
      height: 50px;
      display: inline-block;
      padding: 0 40px 0 30px;
      border: 1px solid #ddd;
      border-radius: 36px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("/static/acumen-theme/images/down_arrow.0058997e0b56.png") 90%/12px no-repeat;
      cursor: pointer; }
      .main-container .archive-course-filter .turitor-course-category-dropdown select:focus-visible,
      .main-container .archive-course-filter .turitor-course-order select:focus-visible {
        outline: none; }

.mb-80 {
  margin-bottom: 80px; }

.mb-60 {
  margin-bottom: 60px; }

@media screen and (max-width: 1190px) {
  .single-course-item .single-course .course-footer.style2 {
    flex-direction: column;
    align-items: flex-start; }
  .single-course-item .single-course .course-title-area {
    min-height: 145px; } }

@media screen and (max-width: 800px) {
  .single-course-item .single-course .course-footer.style2 {
    flex-direction: row;
    align-items: center; }
  .single-course-item .single-course .course-title-area {
    min-height: 0 !important; } }

@media screen and (max-width: 600px) {
  .single-course-item .single-course .course-footer.style2 {
    flex-direction: column;
    align-items: flex-start; }
  .single-course-item .single-course .course-title-area {
    min-height: 0 !important; } }

h1, h2, .home>header .title>.heading-group p, section.outside-app h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif !important;
}


.btn-primary:hover{
    color: #435d9f !important;
}


.headerWrapper .container .loginWrapper div button, .headerWrapper section.outside-app .loginWrapper div button, .headerWrapper .view-profile .profile-self .wrapper-profile-field-account-privacy .u-field-account_privacy .loginWrapper div button, .view-profile .profile-self .wrapper-profile-field-account-privacy .headerWrapper .u-field-account_privacy .loginWrapper div button, .headerWrapper .view-profile .wrapper-profile-sections .loginWrapper div button, .view-profile .headerWrapper .wrapper-profile-sections .loginWrapper div button, .headerWrapper .view-profile .badge-set-display .loginWrapper div button, .view-profile .headerWrapper .badge-set-display .loginWrapper div button{
    background-image: none;
}

.main-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110px;
}

.progress{
    display: block !important;
    height: auto !important;
}
.global-header .nav-links .secondary .dropdown-user-menu{
    right: 45px !important;
    top: 75px !important;
}

.header-logo{
    margin-bottom: 0px !important;
}
.verification-process .report-receipt-provider .provider-buttons-logos .complete-order button:hover, 
.dashboard .main-container .my-courses .course .details .enter-course:hover, 
.wrapper-messages-primary .message.message-upsell .action-view-consent:hover, 
.wrapper-messages-primary .message.message-status .verification-cta .btn:hover, 
.wrapper-messages-primary .message.message-status .credit-action .credit-btn:hover, 
.btn-secondary:hover, 
.account-settings-sections .section .account-settings-section-body .u-field .field .u-field-link:hover, 
.account-settings-sections .section .account-settings-section-body .u-field .u-field-order .u-field-order-link .u-field-link:hover, 
.account-settings-sections .section .account-settings-section-body .u-field .u-field-order-lines .u-field-order-link .u-field-link:hover, 
.account-settings-sections .section .account-deletion-details .btn-outline-primary:hover, 
.account-settings-sections .section .account-deletion-details .delete-confirmation-wrapper .paragon__modal-footer .paragon__btn-outline-primary:hover, 
.courseware-bookmarks-button .bookmarks-list-button:hover, 
.verification-process .report-receipt-provider .provider-buttons-logos .complete-order button:focus, 
.dashboard .main-container .my-courses .course .details .enter-course:focus, .wrapper-messages-primary .message.message-upsell .action-view-consent:focus, .wrapper-messages-primary .message.message-status .verification-cta .btn:focus, .wrapper-messages-primary .message.message-status .credit-action .credit-btn:focus, .btn-secondary:focus, .account-settings-sections .section .account-settings-section-body .u-field .field .u-field-link:focus, .account-settings-sections .section .account-settings-section-body .u-field .u-field-order .u-field-order-link .u-field-link:focus, .account-settings-sections .section .account-settings-section-body .u-field .u-field-order-lines .u-field-order-link .u-field-link:focus, .account-settings-sections .section .account-deletion-details .btn-outline-primary:focus, .account-settings-sections .section .account-deletion-details .delete-confirmation-wrapper .paragon__modal-footer .paragon__btn-outline-primary:focus, .courseware-bookmarks-button .bookmarks-list-button:focus
{
    background-color:#435d9f !important;
    color: #ffff !important;
}


.dashboard .main-container .my-courses .course .details .enter-course, .wrapper-messages-primary .message.message-upsell .action-view-consent{
    color:#435d9f !important;
}

.confirm-enrollment button[type="submit"], .btn-remove{
    background-color:#435d9f !important;
    color: #ffff !important;
    background-image: none !important; 
    box-shadow: none;
    border-color: #435d9f !important; 
}
.wrapper-account-settings .wrapper-header .account-nav button.active, .wrapper-account-settings .wrapper-header .account-nav button:hover, .wrapper-account-settings .wrapper-header .account-nav button:focus{
    border-bottom-color: #435d9f !important;
}

input[type="submit"], input[type="button"], button, .button{
    background-image: none !important;
}
.loginWrapper .modal-dialog .modal-content .modal-header {
    border: none !important;
}

.loginWrapper .modal-dialog .modal-content .modal-header button.close {
    box-shadow: none;
}

body.ltr.lang_en.modal-open {
    overflow: hidden;
}

div#exampleModal {
    display: none;
    position: absolute;
    left: 0;
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 40%);
    background: rgba(0,0,0, .5);
    color: #313131;
    height: 100%;
    z-index: 99999 !important;
    box-shadow: none;
}
.loginWrapper .modal-dialog .modal-content .modal-header {
    border: none !important;
}

.loginWrapper .modal-dialog .modal-content .modal-header button.close {
    box-shadow: none;
}

body.ltr.lang_en.modal-open {
    overflow: hidden;
}

div#forgot_password_pop {
    display: none;
    position: absolute;
    left: 0;
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 40%);
    background: rgba(0,0,0, .5);
    color: #313131;
    height: 100%;
    z-index: 99999 !important;
    box-shadow: none;
}
.loginWrapper .modal-dialog .modal-content .modal-header {
    border: none !important;
}

.loginWrapper .modal-dialog .modal-content .modal-header button.close {
    box-shadow: none;
}

body.ltr.lang_en.modal-open {
    overflow: hidden;
}

div#exampleModal {
    display: none;
    position: absolute;
    left: 0;
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 40%);
    background: rgba(0,0,0, .5);
    color: #313131;
    height: 100%;
    z-index: 99999 !important;
    box-shadow: none;
}

.modal-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}

input{
    font: normal 300 1rem/1.6rem "Roboto", sans-serif;
}

.course-thumb img {
    min-height: 231px;
}
.countWrapper .container .widget .countDown .funfact-content span {
    margin-top: -2px;
}
.testimonial .widget-container .owl-theme .owl-nav button span {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 8px;
}

.footerWrapper .footer-container .copyright-wrapper .top-wrapper button {
    transition: all ease 0.4s;
    border-radius: 50%;
    bottom: 43px;
    cursor: pointer;
    height: 44px;
    position: fixed;
    text-align: center;
    width: 44px;
    z-index: 9;
    display: block;
    background-color: #435d9f;
    color: #FFF;
    right: 30px;
}
.custom-dropdown {
max-width: 100%;
position: relative; }
.custom-dropdown .dropdownBtn {
font-size: 16px;
line-height: 26px;
max-width: 100%;
height: 50px;
display: inline-block;
padding: 0 40px 0 30px;
border: 1px solid #ddd;
border-radius: 36px;
cursor: pointer;
display: flex;
text-shadow: 0 0 white;
box-shadow:none;
letter-spacing: 0px;
align-items: center;
transition: all .5s;
min-width: 230px;
justify-content: space-between; }
.custom-dropdown .dropdownBtn i {
padding-left: 10px; }
.custom-dropdown .dropdownBtn:focus {
box-shadow: none; }
.custom-dropdown .slideBtn {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.custom-dropdown .dropList {
display: none;
list-style-type: none;
text-align: left;
background: #ffff;
cursor:pointer;
position: absolute;
z-index: 9;
border: 1px solid #ddd;
width: -webkit-fill-available;
top: 58px;
border-radius: 36px;
padding: 10px 40px 10px 30px;
border-top-left-radius: 0;
border-top-right-radius: 0;
/* border-top: none; */ }

.global-header {
    border-bottom: 1px solid white !important;
}

.course-entry-content .course-tabs-content .nav,
.course-sidebar .course-widget .course-enroll .enroll-course button.lp-button.button.button-enroll-course {
    background: #545454;
}
.course-entry-content .course-tabs-content .nav li a::before,
.course-sidebar .course-widget .course-enroll .enroll-course button.lp-button.button.button-enroll-course:hover {
    background: #1266af;
}
.cardsWrappers .container .card-populated .card, .cardsWrappers .container .card-populated .secondCard {
    background-image: linear-gradient( -130deg , rgb(84, 84, 84) 100%, rgb(84, 84, 84) 0%);
}

.custom-row {
    display: flex !important;
    box-shadow: none !important;
    border: none !important;
}

header.global-header.demo {
    position: relative;
}

.empty-dashboard-message a.btn:hover, .empty-dashboard-message a.btn:focus{
    color: white !important;
}

.headerWrapper{
  box-shadow: 3px 2px 4px rgb(15 34 58 / 12%);
  height: 100%;
}
.dashboardWrapper .tabWrapper div#myTabContent .contentWrapper .title-wrapper .btn a{
    color: white !important;
}
.username{
    padding: 15px;
    display: inline-block;
    width: 75px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}


.img-video-thumbnail i {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.modal-close{
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    position: absolute;
    right: 2px;
    background-color: white;
    border: none;
    top: 0;
    z-index: 100;
    color: #313131;
    font: normal 1.2rem/1.2rem "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    text-shadow: 0 1px rgb(255 255 255 / 80%);
    transition: all 0.15s ease-out 0s;
}
.yt-video{
    width: 100%;
    height: 250px;
}
.video-btn{
    top: 35%;
    left: 0%;
    position: absolute;
    opacity: -8.5;
    width: 20%;
    height: 27px;
    cursor: pointer;
}
div#filter-bar {
    margin-top: 10px;
    width: 100%;
    border: 2px solid #e6e6e6;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}


ul.active-filters.facet-list {
    padding-left: 0;
    margin: 0;
    list-style: outside none none;
}

button#clear-all-filters {
    width: auto;
    float: right;
    text-align: center;
}

li.active-filter {
    float: left;
    padding-right: 10px;
    position: relative;
    width: auto;
}

button.facet-option {
    border-radius: 3px;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 0 #687aab;
    color: #fff;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: #435d9f;
    background-image: -webkit-linear-gradient(top, #435d9f 0%,#0b2b7e 50%,#00126f 50%,#001771 100%);
    background-image: linear-gradient(to bottom,#435d9f 0%,#0b2b7e 50%,#00126f 50%,#001771 100%);
    padding: 7px 18px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #00002d;
    font: normal 1.2rem/1.6rem "Roboto";
    letter-spacing: 1px;
    padding: 4px 20px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.disabled {
    pointer-events:none;
    opacity:0.6 !important;
}
.empty-cart a.blue{
    background: #435d9f !important;
}
.empty-cart a.blue:hover{
    color: white !important;
}
.action-resume-course:hover{
    color: white !important;
}
 #loader {
                display: none;
            }

/* dots rotating begin */
.icon__dots-rotating {
  --size: 250px;
  --dot: 10%;
  box-sizing: border-box;
  position: relative;
  --color: #435d9f;
  top: 50%;
  margin-left: 580px;
  width: var(--size);
  height: var(--size);
  transfor: scale (1) rotation(0deg);
  animation: anim__dots-rotate 5s linear infinite;
  background-image: radial-gradient(var(--color) var(--dot), transparent 0%),
    radial-gradient(var(--color) var(--dot), transparent 0%),
    radial-gradient(var(--color) var(--dot), transparent 0%),
    radial-gradient(var(--color) var(--dot), transparent 0%),
    radial-gradient(var(--color) var(--dot), transparent 0%),
    radial-gradient(var(--color) var(--dot), transparent 0%),
    radial-gradient(var(--color) var(--dot), transparent 0%),
    radial-gradient(var(--color) var(--dot), transparent 0%);
  background-position: calc(var(--size) * 0.27) calc(var(--size) * 0.27),
    calc(var(--size) * -0.27) calc(var(--size) * 0.27),
    calc(var(--size) * 0.27) calc(var(--size) * -0.27),
    calc(var(--size) * -0.27) calc(var(--size) * -0.27),
    calc(var(--size) * 0.4) 0px, 0px calc(var(--size) * 0.4),
    calc(var(--size) * -0.4) 0px, 0px calc(var(--size) * -0.4);
}

@keyframes anim__dots-rotate {
  to {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes anim__dots-scale-rotate {
  to {
    transform: scale(1.2) rotate(360deg);
  }
}
/* dots rotating end */

ul.actions.actions-primary.cert-ul li {
    list-style: none !important;
}

        .dropdown.bootstrap-select button {
            background: transparent;
            outline: none !important;
            border-color: #ddd !important;
        }
        .custom-dropdown .bootstrap-select .dropdown-toggle:focus,
        .custom-dropdown .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
            outline: none !important;
            box-shadow: none !important;
        }
        .btn-light:not(:disabled):not(.disabled).active,
        .btn-light:not(:disabled):not(.disabled):active,
        .show>.btn-light.dropdown-toggle {
            background: transparent !important;
        }
        .custom-dropdown {
            margin-right: 20px;
        }
        .custom-dropdown:last-child {
            margin-right: 0;
        }
        .filter-option,
        .filter-option div {
            padding: 0 !important;
        }
        .col-md-9.ts-gutter-20px.text-center.text-md-end {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }
        .dropdown-item.active,
        .dropdown-item:active,
        .dropdown-item.active,
        .dropdown-item:active {
            background-color: #435d9f !important;
            color: #fff !important;
        }
        .bootstrap-select .dropdown-menu li a.dropdown-item.active span.text,
        .bootstrap-select .dropdown-menu li a.dropdown-item:active span.text {
            color: #fff !important;
        }
        .custom-dropdown .form-control:focus {
            border-color: #435d9f !important;
            box-shadow: none;
        }
        .show>.btn-light.dropdown-toggle {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-radius: 0;
        }
        .custom-dropdown .dropdown-menu {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-top-color: transparent;
            margin-top: -1px;
            padding-top: 0;
            padding-bottom: 0;
        }
        .main-container .archive-course-filter .ts-gutter-20px div {
            padding-top: 0px;
            padding-bottom: 0px;
        }
        .bs-searchbox {
            padding: 4px 8px !important;
        }
        .inner.show::-webkit-scrollbar {
            width: 0px;
        }
        .inner.show::-webkit-scrollbar-thumb {
            background-color: #444444;
            outline: 1px solid #444444;
        }



.headerWrapper .container{
    max-width: 1320px !important;
}

.short_description{
    width: 100%;
    line-height: 1.7em;
    height: 3.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}




.main-contain .contact-form {
  width: 53%;
  margin-left: 2%;
  float: left;
}
.main-contain .contact-form .title {
  font-size: 2.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #242424;
  margin: 5% 8%;
}
.main-contain .contact-form .subtitle {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 4% 5% 8%;
}
.main-contain .contact-form input,
.main-contain .contact-form textarea {
  width: 400px;
  padding: 3%;
  margin: 2% 5%;
  color: #435d9f;
  border: 1px solid #B7B7B7;
}
.main-contain .contact-form input::placeholder,
.main-contain .contact-form textarea::placeholder {
  color: #242424;
}
.main-contain .contact-form .btn-send {
  background: #435d9f;
  width: 180px;
  height: 60px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 2% 8%;
  border: none;
}

.box-des{
    width: 100%;
    line-height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
