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

#main{
    font-family: "Roboto", sans-serif !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: 0 0 0 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 !important; }

.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%; } }

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: 0 0 0 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; }
      .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: 0 0 0 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: 0 0 0 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; }
      .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; } }

* {
  color: #626262;
  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%;
      background: rgba(111, 107, 107, 0.6);
      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: #b89788;
        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: #b89788;
    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: #b89788; }
    .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 .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; } }

.course-sidebar .course-widget {
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.08);
  border: 1px dashed #dedede;
  padding: 40px;
  margin-bottom: 50px;
  border-radius: 16px; }
  .course-sidebar .course-widget .course-preview-video {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: -40px;
    transform: translateY(-75px);
    border-radius: 16px; }
    .course-sidebar .course-widget .course-preview-video::before {
      display: block;
      content: "";
     }
    .course-sidebar .course-widget .course-preview-video iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .course-sidebar .course-widget .course-intro ul li {
    list-style: none;
    font-size: 14px;
    line-height: 48px;
    color: #626262;
    display: block;
    border-bottom: 1px solid #f2f2f9;
    clear: both;
    overflow: hidden; }
    .course-sidebar .course-widget .course-intro ul li i {
      color: #435d9f;
      margin-right: 6px; }
    .course-sidebar .course-widget .course-intro ul li span {
      float: right; }
  .course-sidebar .course-widget .course-enroll {
    margin-bottom: -55px;
    text-align: center; }
    .course-sidebar .course-widget .course-enroll .enroll-course {
      display: inline-block; }
      .course-sidebar .course-widget .course-enroll .enroll-course button.lp-button.button.button-enroll-course {
        background-image: none;
        display: inline-block;
        text-align: center;
        background-image: none;
        box-shadow: none;
        text-shadow: none;
        white-space: nowrap;
        vertical-align: middle;
        font-size: 14px;
        line-height: 1.5;
        text-transform: uppercase;
        border-radius: 0;
        padding: 12px 40px;
        font-weight: 600;
        border-radius: 36px;
        -webkit-border-radius: 36px;
        -ms-border-radius: 36px;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        background-color: #435d9f;
        border: none;
        color: #ffff; }
        .course-sidebar .course-widget .course-enroll .enroll-course button.lp-button.button.button-enroll-course:hover {
          background-color: #b89788; }

.course-sidebar .course-single-info {
  border-radius: 15px; }

.course-sidebar .turitor-related-course.turitor-course-latest .widget-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700; }

.course-sidebar .turitor-related-course.turitor-course-latest .course-media img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 15px;
  -o-object-fit: cover;
  object-fit: cover; }

.course-sidebar .turitor-related-course.turitor-course-latest h3.post-title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700; }
  .course-sidebar .turitor-related-course.turitor-course-latest h3.post-title a {
    color: #444444; }

.course-sidebar .turitor-related-course.turitor-course-latest p {
  margin-bottom: 0;
  font-size: 14px; }
  .course-sidebar .turitor-related-course.turitor-course-latest p span {
    color: #435d9f; }

.course-sidebar .turitor-related-course.turitor-course-latest .course-latest-list {
  padding: 15px 0;
  border-bottom: 1px solid #ececec; }
  .course-sidebar .turitor-related-course.turitor-course-latest .course-latest-list:last-child {
    border: none; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.course-entry-content .header--course-meta {
  margin-bottom: 15px; }
  .course-entry-content .header--course-meta ul {
    padding: 0;
    list-style-type: none; }
    .course-entry-content .header--course-meta ul li {
      list-style-type: none;
      display: inline-block;
      padding-right: 40px;
      margin-right: 30px;
      border-right: 1px solid #eaeaea;
      vertical-align: top; }
      .course-entry-content .header--course-meta ul li .course-instructor-thumb {
        box-shadow: 0 10px 15px 0 rgba(51, 51, 51, 0.1);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        margin-right: 15px;
        overflow: hidden;
        background: #defff6; }
      .course-entry-content .header--course-meta ul li p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 0; }
      .course-entry-content .header--course-meta ul li h4 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 700; }
      .course-entry-content .header--course-meta ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
  .course-entry-content .header--course-meta .course-price span {
    min-height: 70px;
    min-width: 70px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #435d9f;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    font-weight: 500; }

.course-entry-content .header-meta {
  padding: 0;
  margin-bottom: 20px; }
  .course-entry-content .header-meta li {
    display: inline-block;
    margin-right: 35px;
    list-style: none;
    font-size: 14px; }
    .course-entry-content .header-meta li .xs-ratting-content {
      display: inline-block; }
      .course-entry-content .header-meta li .xs-ratting-content .xs-review-rattting {
        display: inline-block; }
        .course-entry-content .header-meta li .xs-ratting-content .xs-review-rattting i {
          color: #FF912C; }
    .course-entry-content .header-meta li i {
      margin-right: 6px;
      vertical-align: middle; }
    .course-entry-content .header-meta li:last-child {
      margin-right: 0; }
  .course-entry-content .header-meta .course-enrolled i {
    font-size: 18px; }

.course-entry-content .course-intro {
  margin-bottom: 25px; }

.course-entry-content .feature-image {
  margin-bottom: 40px; }

.course-entry-content .course-tabs-content .nav {
  background: #435d9f;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  margin-bottom: 40px; }
  .course-entry-content .course-tabs-content .nav li {
    text-align: center;
    position: relative; 
    cursor: pointer;
    }
    .course-entry-content .course-tabs-content .nav li a {
      color: #fff;
      font-size: 17px;
      letter-spacing: -.17px;
      line-height: 65px;
      display: block; 
      cursor:pointer;}
      .course-entry-content .course-tabs-content .nav li a::before {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        width: 25px;
        height: 4px;
        margin: auto;
        background: #b89788;
        content: "";
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
      .course-entry-content .course-tabs-content .nav li a:hover::before {
        transform: scale(1); }
    .course-entry-content .course-tabs-content .nav li .active::before {
      transform: scale(1); }
    .course-entry-content .course-tabs-content .nav li::before {
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 25px;
      bottom: 0;
      margin: auto;
      background: rgba(255, 255, 255, 0.25);
      content: ""; }

.course-entry-content .overview-content p {
  line-height: 26px;
  margin-bottom: 25px; }

.course-entry-content .overview-content .turitor-list {
  list-style-type: none;
  padding: 0; }
  .course-entry-content .overview-content .turitor-list li {
    display: block;
    padding-left: 40px;
    position: relative; }
    .course-entry-content .overview-content .turitor-list li h4 {
      font-weight: 700;
      color: #444444; }
    .course-entry-content .overview-content .turitor-list li p {
      line-height: 26px;
      margin-bottom: 25px; }
    .course-entry-content .overview-content .turitor-list li::before {
      position: absolute;
      left: 7px;
      top: 5px;
      width: 1px;
      height: 100%;
      content: "";
      background: #eaeaea; }
    .course-entry-content .overview-content .turitor-list li::after {
      position: absolute;
      left: 0;
      top: 5px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      content: "";
      background: #435d9f; }

.course-entry-content .curriculum-content .curriculmn-title {
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  letter-spacing: -.2px;
  margin-bottom: 20px;
  display: inline-block; }
  .course-entry-content .curriculum-content .curriculmn-title i {
    margin-left: 15px; }
  .course-entry-content .curriculum-content .curriculmn-title:hover {
    color: #435d9f; }
    .course-entry-content .curriculum-content .curriculmn-title:hover i {
      color: #435d9f; }

.course-entry-content .curriculum-content .curricolumn-list {
  margin-bottom: 25px; }
  .course-entry-content .curriculum-content .curricolumn-list li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    list-style: none; }
    .course-entry-content .curriculum-content .curricolumn-list li a {
      font-size: 16px;
      color: #444444;
      line-height: 26px; }
      .course-entry-content .curriculum-content .curricolumn-list li a i {
        margin-right: 6px;
        color: #435d9f; }
      .course-entry-content .curriculum-content .curricolumn-list li a:hover {
        color: #435d9f; }
    .course-entry-content .curriculum-content .curricolumn-list li .lock {
      color: #444444;
      margin-top: 5px;
      float: right; }

.course-entry-content .co-single-instructor {
  padding-bottom: 8px;
  margin-bottom: 35px;
  border-bottom: 1px solid #435d9f; }
  .course-entry-content .co-single-instructor:last-child {
    border-bottom: none; }
  .course-entry-content .co-single-instructor .co-instructor-head {
    margin-bottom: 25px; }
    .course-entry-content .co-single-instructor .co-instructor-head .co-instructor-thumb {
      margin-right: 30px;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      overflow: hidden;
      background: #b89788; }
    .course-entry-content .co-single-instructor .co-instructor-head .co-instructor-title {
      margin-bottom: 5px;
      font-size: 24px;
      font-weight: 700; }
      .course-entry-content .co-single-instructor .co-instructor-head .co-instructor-title a {
        color: #444444; }
  .course-entry-content .co-single-instructor .co-instructors-socials {
    padding: 0;
    text-align: right;
    list-style-type: none; }
    .course-entry-content .co-single-instructor .co-instructors-socials li {
      display: inline-block;
      margin-right: 6px; }
      .course-entry-content .co-single-instructor .co-instructors-socials li a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        display: block;
        border: 1px solid #eaeaea;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #444444;
        transition: all 0.4s ease; }
        .course-entry-content .co-single-instructor .co-instructors-socials li a:hover {
          background-color: #435d9f; }
          .course-entry-content .co-single-instructor .co-instructors-socials li a:hover i {
            color: #fff; }

.course-entry-content .instructor-bio {
  margin-bottom: 25px; }

.course-entry-content .xs-review-box {
  margin-top: 50px; }
  .course-entry-content .xs-review-box .xs-review input[type=text],
  .course-entry-content .xs-review-box .xs-review input[type=email] {
    float: none;
    display: block;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 10px 15px;
    border-radius: 10px; }

.course-entry-content .xs-review.xs-save-button {
  width: 100%; }
  .course-entry-content .xs-review.xs-save-button button {
    background-image: none;
    box-shadow: none;
    border-radius: 36px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 13px 45px;
    background-color: #435d9f; }
    .course-entry-content .xs-review.xs-save-button button:hover {
      background-color: #b89788; }

.course-entry-content .view-review-list,
.course-entry-content .xs-review-box.public-xs-review-box {
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 30px; }
  .course-entry-content .view-review-list .total-reivew-headding,
  .course-entry-content .xs-review-box.public-xs-review-box .total-reivew-headding {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #444444;
    padding: 0 13px;
    margin-bottom: 41px; }
  .course-entry-content .view-review-list .xs-review-box-item,
  .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item {
    display: flex;
    flex-wrap: wrap; }
    .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full,
    .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0;
      padding-right: 10px; }
      .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details,
      .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details {
        padding: 0 13px;
        width: 100%;
        display: flex; }
        .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-image-section,
        .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-image-section {
          display: inline-block;
          width: 100%;
          max-width: 62px; }
          .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-image-section .xs-reviewer-author-image,
          .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-image-section .xs-reviewer-author-image {
            padding-right: 7px;
            display: inline-block;
            vertical-align: top; }
            .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-image-section .xs-reviewer-author-image img,
            .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-image-section .xs-reviewer-author-image img {
              width: 60px;
              height: 60px;
              object-fit: cover;
              border-radius: 100%;
              max-width: 100px; }
        .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section,
        .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section {
          padding-left: 10px;
          display: inline-block;
          width: 90%; }
          .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-reviewer-author,
          .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-reviewer-author {
            display: block;
            clear: both; }
            .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-reviewer-author span,
            .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-reviewer-author span {
              font-size: 15px;
              color: #444444;
              font-weight: 600; }
          .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-review-rattting,
          .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-review-rattting {
            display: inline-block;
            vertical-align: -webkit-baseline-middle; }
            .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-review-rattting i,
            .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-review-rattting i {
              color: #FF912C; }
          .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-review-date,
          .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-review-date {
            font-size: 14px;
            display: inline-block;
            position: relative;
            top: 5px; }
          .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-review-title h3,
          .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-review-title h3 {
            margin-top: 10px;
            font-size: 16px;
            font-weight: 600;
            color: #444444;
            margin-bottom: 0; }
          .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-review-summery p,
          .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .xs-reviewer-details .review-reviwer-info-section .xs-review-summery p {
            margin-bottom: 10px;
            color: #444444; }
      .course-entry-content .view-review-list .xs-review-box-item .xs-review-media.review-full .border-div,
      .course-entry-content .xs-review-box.public-xs-review-box .xs-review-box-item .xs-review-media.review-full .border-div {
        clear: both;
        border-bottom: 1px solid #626262;
        margin: 20px 13px; }

.course-entry-content .xs-review-box.public-xs-review-box .write-reivew-headding {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding: 0 13px;
  margin-bottom: 41px;
  color: #444444; }

.course-entry-content .xs-review-box.public-xs-review-box .xs-review {
  margin: 0;
  width: 49%;
  display: inline-block;
  padding: 13px 13px; }

.course-entry-content .xs-review-box.public-xs-review-box .xs-review.xs-textarea {
  width: 99%;
  background: transparent; }
  .course-entry-content .xs-review-box.public-xs-review-box .xs-review.xs-textarea textarea {
    width: 100%;
    min-height: 100px;
    resize: none;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px; }

.course-entry-content .xs-review-box.public-xs-review-box .xs-select {
  clear: both;
  display: block;
  width: 100%; }

.course-entry-content .xs-review-box.public-xs-review-box .xs-review-rating-stars.text-center {
  display: inline-block; }

.course-entry-content .xs-review-box.public-xs-review-box .xs-review-rating-stars ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-height: 28px;
  display: inline-block; }
  .course-entry-content .xs-review-box.public-xs-review-box .xs-review-rating-stars ul .star {
    display: inline-block;
    line-height: 17px;
    cursor: pointer; }
    .course-entry-content .xs-review-box.public-xs-review-box .xs-review-rating-stars ul .star i {
      color: #ccc; }
    .course-entry-content .xs-review-box.public-xs-review-box .xs-review-rating-stars ul .star:hover i {
      color: #FF912C; }
  .course-entry-content .xs-review-box.public-xs-review-box .xs-review-rating-stars ul .selected i {
    color: #FF912C; }

.course-entry-content .xs-review-box.public-xs-review-box .review_data_show {
  display: inline-block;
  vertical-align: middle; }
h1, h2, .home>header .title>.heading-group p, section.outside-app h1, h3, h4, h5, h6 {
    font: normal 1.2em/1.2em "Roboto", sans-serif;
}
@media screen and (min-width: 1200px) {
  .course-entry-content {
    padding-left: 20px; } }

@media screen and (max-width: 767px) {
  .course-entry-content .xs-review-box.public-xs-review-box .xs-review {
    width: 100%; } }

.img-video-thumbnail i {
  top: 50%;
  left: 78%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 300px;
}
.course-sidebar .course-widget .course-preview-video img.img-responsive {
    max-width: 100%;
}


.overview-content p {
    overflow-wrap: break-word;
}
