/*FONTS SIZE*/
/*FONTS WEIGHT*/
/*BORDER RADIUS*/
header {
  width: 100%;
  background: rgba(37, 37, 37, 0.51);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  header.headerfixed {
    background: #101010; }
  header .placeholder {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color: #fff;
    background: #ff6622;
    display: inline-flex; }
    header .placeholder span {
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      font-size: 25px;
      font-weight: 700;
      line-height: 40px; }
  @media (max-width: 991px) {
    header .navbar-brand.active {
      display: block !important; } }
  header .navbar-brand img {
    width: 180px; }
  header .navbar-nav {
    margin-left: 100px; }
    @media (max-width: 1280px) {
      header .navbar-nav {
        margin-left: 0px; } }
    header .navbar-nav .nav-item {
      margin-right: 30px;
      position: relative; }
      @media (max-width: 1280px) {
        header .navbar-nav .nav-item {
          margin-right: 15px; } }
      @media (max-width: 991px) {
        header .navbar-nav .nav-item {
          margin: 0px; } }
      header .navbar-nav .nav-item.active .nav-link {
        color: #fff; }
      header .navbar-nav .nav-item:last-child {
        margin-right: 0px; }
        header .navbar-nav .nav-item:last-child .nav-link:hover {
          color: #fff !important; }
      header .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 16px; }
        @media (max-width: 991px) {
          header .navbar-nav .nav-item .nav-link {
            font-size: 18px;
            padding: 1rem; } }
  header .navbar-toggler {
    position: relative;
    display: block;
    width: 30px;
    height: 33px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent; }
    header .navbar-toggler i {
      position: absolute;
      top: 11px;
      right: 1px;
      -webkit-transition: background 0.3s 0.3s;
      -moz-transition: background 0.3s 0.3s;
      transition: background 0.3s 0.3s;
      height: 3px;
      width: 100%;
      display: inline-block;
      background: #fff;
      color: #fff; }
      header .navbar-toggler i::before {
        content: '';
        right: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 0% 50%;
        -moz-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        -o-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transition: -webkit-transform 0.3s 0.3s;
        -moz-transition: -moz-transform 0.3s 0.3s;
        transition: transform 0.3s 0.3s;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        top: -8px; }
      header .navbar-toggler i::after {
        content: '';
        right: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 0% 50%;
        -moz-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        -o-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transition: -webkit-transform 0.3s 0.3s;
        -moz-transition: -moz-transform 0.3s 0.3s;
        transition: transform 0.3s 0.3s;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        top: 8px; }
  @media (max-width: 991px) {
    header .navbar-collapse {
      position: fixed;
      z-index: 99;
      top: 0;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      width: 300px;
      height: 100%;
      background: #101010;
      box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.3); }
    header .navbar-collapse.collapsing {
      left: -300px;
      transition: height 0s ease; }
    header .navbar-collapse.show {
      left: 0;
      transition: left 500ms ease-in-out; }
    header .navbar-toggler.collapsed ~ .navbar-collapse {
      transition: left 500ms ease-in-out; } }
  header button:focus {
    border: none;
    outline: 0px; }
  header .dropdown-toggle::after {
    display: none; }
  header .dropdown a {
    color: #101010 !important; }
    header .dropdown a:hover, header .dropdown a:focus {
      color: #ff6622; }
  header .dropdown-menu {
    right: 0px;
    left: auto !important; }
  header .badge {
    position: absolute;
    right: 0;
    top: -3px;
    padding: .20em .3em;
    text-transform: uppercase; }
    header .badge.bg-warning {
      color: #fff;
      background: #ff7b02;
      background: -moz-linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
      background: -webkit-linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
      background: linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7b02",endColorstr="#d8571f",GradientType=1); }
    @media (max-width: 991px) {
      header .badge {
        right: auto;
        top: 3px;
        left: 81px; } }
footer {
  clear: both;
  padding: 50px 0;
  padding-bottom: 0px;
  background: #101010; }
  footer h2 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 40px; }
    footer h2 span {
      font-size: 16px;
      font-weight: 300;
      color: #fff;
      display: block;
      margin-top: 10px; }
  footer .form-group {
    margin-bottom: 29px; }
  footer .card {
    padding: 10px; }
    @media (max-width: 640px) {
      footer .card {
        padding: 10px; } }
    footer .card ul {
      margin: 0px;
      padding: 30px 0px 30px 12px; }
      footer .card ul li {
        display: block;
        width: 100%;
        font-size: 30px;
        color: #222;
        margin-bottom: 25px; }
        footer .card ul li img {
          width: 30px;
          margin-right: 20px;
          float: left; }
        footer .card ul li i {
          margin-right: 20px;
          float: left; }
        footer .card ul li small {
          display: block;
          color: #4a4a4a;
          font-weight: 300;
          font-size: 12px; }
          @media (max-width: 767px) {
            footer .card ul li small {
              text-align: left; } }
        footer .card ul li a {
          font-size: 18px;
          color: #4a4a4a; }
          @media (max-width: 640px) {
            footer .card ul li a {
              font-size: 16px;
              display: flex; } }
        footer .card ul li h6 {
          font-size: 18px;
          color: #4a4a4a; }
          @media (max-width: 640px) {
            footer .card ul li h6 {
              font-size: 16px;
              display: flex; } }
        footer .card ul li .cont-text {
          overflow: hidden;
          display: flex;
          flex-direction: column; }
        footer .card ul li:last-child {
          margin: 0px; }
  footer .footer-bottom-text {
    margin: 0px 0 0;
    padding: 15px 0;
    color: #fff;
    width: 100%;
    float: left;
    background: #000; }
    footer .footer-bottom-text .footer-link {
      font-size: 80%;
      color: #fff; }
      footer .footer-bottom-text .footer-link a {
        color: #fff;
        position: relative;
        margin: 0 6px 0 0px; }
        footer .footer-bottom-text .footer-link a:hover {
          text-decoration: underline; }
        footer .footer-bottom-text .footer-link a::after {
          content: '';
          width: 1px;
          background: #fff;
          position: absolute;
          height: 11px;
          top: 3px;
          right: -6px; }
        footer .footer-bottom-text .footer-link a:last-child::after {
          display: none; }
  footer .foooter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 640px) {
      footer .foooter-row {
        flex-direction: column; } }
    footer .foooter-row i {
      color: #e90b04;
      font-size: 22px;
      margin: 0 3px; }
    footer .foooter-row small {
      display: flex;
      align-items: center;
      justify-content: center; }
  @media (max-width: 640px) {
    footer .ml-auto,
    footer .mx-auto {
      margin-left: 0px !important; }
    footer .mr-auto,
    footer .mx-auto {
      margin-right: 0px !important; }
    footer small,
    footer .footer-link {
      width: 100%;
      text-align: center; } }
#bottomBacktoTop {
  width: 35px;
  height: 35px;
  background-color: #004479;
  position: fixed;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 15px;
  margin: 0 15px 0 0;
  z-index: 1;
  transition: 0.35s;
  transform: scale(0.7);
  border-radius: 100px; }
  #bottomBacktoTop.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    opacity: 1; }
  #bottomBacktoTop i {
    position: relative; }
    #bottomBacktoTop i::after {
      height: 12px;
      width: 12px;
      border-style: solid;
      border-color: #fff;
      border-width: 0px 2px 2px 0px;
      position: absolute;
      content: "";
      position: absolute;
      top: 15px;
      right: -24px;
      -webkit-transform: rotate(-136deg);
      -moz-transform: rotate(-136deg);
      -ms-transform: rotate(-136deg);
      -o-transform: rotate(-136deg);
      transform: rotate(-136deg); }

.contact-us-success-msg {
  display: none;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

#Welcome {
  clear: both;
  background: #101010;
  position: relative;
  padding-top: 150px; }
  @media (max-width: 480px) {
    #Welcome {
      overflow: hidden; } }
  #Welcome .welocme-content {
    margin-right: auto;
    padding-left: 100px;
    width: 60%; }
    @media (max-width: 991px) {
      #Welcome .welocme-content {
        padding: 0px;
        width: 100%; } }
    #Welcome .welocme-content h1 {
      color: #fff;
      font-size: 55px;
      font-weight: 300;
      white-space: pre-line; }
      @media (max-width: 1196px) {
        #Welcome .welocme-content h1 {
          font-size: 36px; } }
      #Welcome .welocme-content h1 span {
        color: #f0be00;
        font-weight: 700; }
    #Welcome .welocme-content h2 {
      color: #fff;
      font-size: 55px;
      font-weight: 300;
      white-space: pre-line; }
      @media (max-width: 1196px) {
        #Welcome .welocme-content h2 {
          font-size: 36px; } }
      #Welcome .welocme-content h2 span {
        color: #f0be00;
        font-weight: 700; }
    #Welcome .welocme-content h4 {
      color: #fff;
      font-weight: 300;
      font-size: 30px;
      white-space: pre-line;
      margin-top: 20px; }
      @media (max-width: 1196px) {
        #Welcome .welocme-content h4 {
          font-size: 20px; } }
      #Welcome .welocme-content h4 .accelerate-span {
        color: #fff;
        font-weight: 700; }
    #Welcome .welocme-content ul {
      width: 100%;
      border-left: solid 7px #f0be00;
      margin-top: 50px; }
      #Welcome .welocme-content ul li {
        display: block;
        width: 100%;
        font-size: 18px;
        color: #fff;
        margin-left: 20px;
        margin-bottom: 15px; }
        @media (max-width: 1196px) {
          #Welcome .welocme-content ul li {
            font-size: 16px; } }
  #Welcome .popup-form {
    width: auto;
    padding: 1.5rem; }
    #Welcome .popup-form .iti__country-list {
      width: 305px !important;
      overflow-x: hidden !important; }
    #Welcome .popup-form h2 {
      display: block;
      font-size: 30px;
      font-weight: 300;
      text-align: center;
      margin-bottom: 25px;
      white-space: pre-line; }
      @media (max-width: 991px) {
        #Welcome .popup-form h2 {
          font-size: 24px; } }
    #Welcome .popup-form .floating-lable {
      margin-bottom: 25px; }
    #Welcome .popup-form .custom-control {
      margin-bottom: 0px; }
  #Welcome .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 102, 34, 0.5); }
  #Welcome .popup-form .custom-control-input:checked ~ .custom-control-label::before {
    border-radius: 2px;
    border-color: #ff6622;
    background-color: #ff6622 !important; }
  #Welcome select {
    font-size: 14px;
    color: #9ea0a5;
    height: calc(2.1em + 1rem + 2px);
    padding: .5rem 1rem; }

.video-play {
  background: url("../../images/Oval.svg") no-repeat 100% 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0px;
  width: 500px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  height: 100%; }
  @media (max-width: 991px) {
    .video-play {
      width: 100% !important;
      position: relative;
      margin-top: 30px;
      background: none; } }
  .video-play .play-btn {
    margin-bottom: 50px; }

.for-enquiries {
  width: 100%;
  margin-top: 30px;
  display: block; }
  .for-enquiries h6 {
    margin: 0px 0 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300; }
  .for-enquiries a {
    font-size: 20px;
    color: #fff; }
    .for-enquiries a:hover {
      color: #fff; }

#DSCareer {
  background: #000; }
  #DSCareer .card {
    background: transparent;
    border: 0px; }
    #DSCareer .card .icon-card {
      width: 80px;
      height: 80px;
      background: #fff;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      text-align: center;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #DSCareer .card .icon-card img {
        max-width: 100%; }
    #DSCareer .card h4 {
      color: #fff;
      font-weight: 300;
      font-size: 22px;
      margin-bottom: 25px;
      line-height: 30px;
      white-space: pre-line; }
    #DSCareer .card ul {
      margin: 0px;
      padding: 0px; }
      #DSCareer .card ul li {
        margin-bottom: 12px;
        margin-left: 10px;
        color: #f0be00;
        list-style: disc !important; }
        #DSCareer .card ul li::marker {
          font-size: 40px;
          line-height: 13px; }
        #DSCareer .card ul li span {
          color: #fff;
          font-size: 16px;
          position: relative;
          top: -5px; }

#Mentorships {
  padding: 0px;
  background: #101010; }
  #Mentorships .heading-2 {
    color: #fff; }
  #Mentorships .mentorships-content {
    display: flex; }
    @media (max-width: 767px) {
      #Mentorships .mentorships-content {
        flex-direction: column; } }
    #Mentorships .mentorships-content .mentorships-text {
      display: flex;
      width: 45%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 3.9rem; }
      @media (max-width: 991px) {
        #Mentorships .mentorships-content .mentorships-text {
          width: 100%; } }
    #Mentorships .mentorships-content .mentorships-hero {
      display: flex;
      flex: 1 1 auto;
      align-items: center;
      justify-content: center; }
  #Mentorships ul {
    margin: 0px;
    padding: 0px; }
    #Mentorships ul li {
      display: flex;
      color: #fff;
      margin-bottom: 12px;
      align-items: baseline; }
      #Mentorships ul li span {
        display: inline-block;
        color: #f0be00;
        width: 10px;
        height: 10px;
        background: #f0be00;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        margin-right: 10px;
        vertical-align: middle; }

#BlackBeltCertified {
  background: #000; }
  #BlackBeltCertified .heading-with-text {
    margin-bottom: 50px; }
  #BlackBeltCertified p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px; }
  #BlackBeltCertified ul {
    margin: 0px;
    padding: 0px 0px 0 30px; }
    #BlackBeltCertified ul li {
      display: flex;
      color: #fff;
      margin-bottom: 12px;
      align-items: baseline; }
      #BlackBeltCertified ul li span {
        display: inline-block;
        color: #f0be00;
        width: 10px;
        height: 10px;
        background: #f0be00;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        margin-right: 10px;
        vertical-align: middle; }
  #BlackBeltCertified .blackbelt-video {
    background: #575353;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/static/images/what_it_means-1.png") no-repeat 100% 100%;
    background-size: contain;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
    @media (max-width: 991px) {
      #BlackBeltCertified .blackbelt-video {
        width: 100%;
        background-size: contain;
        height: 280px; } }
#PersonalisedMentorship {
  background: #2d2b33; }
  #PersonalisedMentorship .nav-link {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: #ff7b02;
    background: -moz-linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
    background: -webkit-linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
    background: linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7b02", endColorstr="#d8571f", GradientType=1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    padding: 1.3rem; }
    @media (max-width: 991px) {
      #PersonalisedMentorship .nav-link {
        margin-right: 20px;
        min-width: 350px; } }
    #PersonalisedMentorship .nav-link:hover, #PersonalisedMentorship .nav-link.active {
      background: #d8571f;
      background: -moz-linear-gradient(270deg, #d8571f 0%, #ff7b02 100%);
      background: -webkit-linear-gradient(270deg, #d8571f 0%, #ff7b02 100%);
      background: linear-gradient(270deg, #d8571f 0%, #ff7b02 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8571f", endColorstr="#ff7b02", GradientType=1); }
    #PersonalisedMentorship .nav-link.active::after {
      content: "";
      position: absolute;
      width: 0px;
      height: 0px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 18px solid #da5821;
      top: 0;
      right: -18px;
      bottom: 0px;
      margin: auto; }
      @media (max-width: 991px) {
        #PersonalisedMentorship .nav-link.active::after {
          right: 0;
          left: 0%;
          top: 100%;
          transform: translate(-100%, 0);
          bottom: -17px;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); } }
    #PersonalisedMentorship .nav-link i {
      width: 65px;
      height: 65px;
      background: #fff;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 30px; }
      #PersonalisedMentorship .nav-link i img {
        max-width: 100%; }
    #PersonalisedMentorship .nav-link span {
      text-align: right; }
    #PersonalisedMentorship .nav-link:last-child {
      margin-bottom: 0px; }
      @media (max-width: 991px) {
        #PersonalisedMentorship .nav-link:last-child {
          margin-bottom: auto; } }
  #PersonalisedMentorship .tab-content {
    padding-left: 30px; }
    @media (max-width: 767px) {
      #PersonalisedMentorship .tab-content {
        padding-left: 0px;
        margin-top: 20px; } }
    #PersonalisedMentorship .tab-content h6 {
      font-size: 500;
      color: #101010;
      font-size: 20px; }
    #PersonalisedMentorship .tab-content p {
      font-size: 16px;
      font-weight: 300;
      color: #101010; }
    #PersonalisedMentorship .tab-content .blackbelt-mentorship-video {
      background: #575353;
      height: 300px;
      max-width: 68%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url("/static/images/mentorship_thumbnail.png") no-repeat 100% 100%;
      background-size: contain;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
      @media (max-width: 767px) {
        #PersonalisedMentorship .tab-content .blackbelt-mentorship-video {
          max-width: 100% !important;
          background-size: cover; } }
  @media (max-width: 991px) {
    #PersonalisedMentorship .nav {
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      width: 99%;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap; } }
.plus_curriculum {
  background: #2d2b33; }
  .plus_curriculum h4 {
    font-weight: 300;
    color: #fff;
    font-size: 30px; }
  .plus_curriculum p {
    color: #fff; }
  .plus_curriculum ul {
    width: 100%;
    margin-top: 100px; }
    @media (max-width: 991px) {
      .plus_curriculum ul {
        margin-top: 50px; } }
    .plus_curriculum ul h5 {
      color: #fff;
      font-size: 20px; }
    .plus_curriculum ul li {
      width: calc(100% * (1/2) - 10px);
      margin: 20px 20px 0 0px;
      float: left;
      background: #e59000;
      background: -moz-linear-gradient(263deg, #e59000 0%, #b77301 100%);
      background: -webkit-linear-gradient(263deg, #e59000 0%, #b77301 100%);
      background: linear-gradient(263deg, #e59000 0%, #b77301 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e59000", endColorstr="#b77301", GradientType=1);
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      text-align: center;
      padding: 1.2rem; }
      @media (max-width: 991px) {
        .plus_curriculum ul li {
          margin-bottom: 10px;
          text-align: left; } }
      .plus_curriculum ul li strong {
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 44px;
        line-height: 1; }
      .plus_curriculum ul li span {
        color: #fff;
        font-size: 14px;
        font-weight: 300; }
      .plus_curriculum ul li:nth-child(2n) {
        margin-right: 0px !important; }
      .plus_curriculum ul li:last-child {
        width: 100%;
        margin: 0px;
        margin-top: 20px;
        margin-right: 0px;
        text-align: left;
        display: flex;
        align-items: center; }
        .plus_curriculum ul li:last-child strong {
          margin-right: 20px; }
  .plus_curriculum .accordion {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 30px; }
    .plus_curriculum .accordion p {
      font-size: 14px;
      color: #4a4a4a;
      border-bottom: solid 1px #d8d8d8;
      display: flex;
      padding: 10px;
      align-items: center; }
      .plus_curriculum .accordion p:last-child {
        border-bottom: 0px; }
      .plus_curriculum .accordion p .watch-btn {
        width: 30px;
        height: 30px;
        margin-left: auto;
        position: relative;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        background: #e5e5e5;
        display: flex;
        align-items: center;
        cursor: pointer; }
        .plus_curriculum .accordion p .watch-btn::before {
          content: "";
          position: absolute;
          width: 0px;
          height: 0px;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 8px solid #000000;
          top: 0;
          right: 0;
          left: 1px;
          bottom: 0px;
          margin: auto; }
    .plus_curriculum .accordion h4 {
      color: #222;
      font-size: 20px;
      font-weight: 700;
      margin: 0px;
      padding: 10px 0 10px 13px; }
    .plus_curriculum .accordion h5 {
      display: block;
      margin: 0px;
      color: #222;
      font-size: 20px;
      width: 100%;
      cursor: pointer;
      position: relative;
      background: #ffeac6;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      padding: 1.5rem;
      position: relative;
      overflow: hidden; }
      @media (max-width: 767px) {
        .plus_curriculum .accordion h5 {
          padding: .9rem; } }
      .plus_curriculum .accordion h5 em {
        font-style: normal; }
        .plus_curriculum .accordion h5 em em {
          position: relative;
          top: 3px;
          left: -2px; }
      .plus_curriculum .accordion h5 .badge {
        font-size: 12px;
        -webkit-transform: rotate(-37deg);
        -moz-transform: rotate(-37deg);
        -ms-transform: rotate(-37deg);
        -o-transform: rotate(-37deg);
        top: -5px;
        left: -41px;
        width: 104px;
        position: absolute;
        text-align: center;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff7b02;
        background: -moz-linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
        background: -webkit-linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
        background: linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7b02", endColorstr="#d8571f", GradientType=1);
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: lighter; }
      .plus_curriculum .accordion h5 .icon-detail {
        width: 100%;
        margin-top: 10px;
        display: flex;
        position: relative;
        overflow: hidden; }
        .plus_curriculum .accordion h5 .icon-detail span {
          margin-right: 20px;
          display: flex;
          line-height: 1;
          font-size: 14px;
          overflow: hidden;
          align-items: center; }
          @media (max-width: 767px) {
            .plus_curriculum .accordion h5 .icon-detail span {
              font-size: 12px; } }
      .plus_curriculum .accordion h5[aria-expanded="true"] {
        border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px; }
      .plus_curriculum .accordion h5::after {
        box-sizing: border-box;
        height: 15px;
        width: 15px;
        border-style: solid;
        border-color: #101010;
        border-width: 0px 3px 3px 0px;
        position: absolute;
        top: 46px;
        right: 30px;
        padding: 2px;
        content: "";
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        display: flex;
        margin-left: auto;
        justify-content: center; }
      .plus_curriculum .accordion h5[aria-expanded="true"]::after {
        -webkit-transform: rotate(-134deg);
        -moz-transform: rotate(-134deg);
        -ms-transform: rotate(-134deg);
        -o-transform: rotate(-134deg);
        transform: rotate(-134deg); }
    .plus_curriculum .accordion .faq-card {
      margin-bottom: 15px; }
      .plus_curriculum .accordion .faq-card:last-child {
        border: 0px; }
      .plus_curriculum .accordion .faq-card .faq-card-body {
        padding-left: 20px;
        margin-bottom: 20px;
        background: #fff;
        padding: 1.25rem;
        border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px; }
  .plus_curriculum .card-body {
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px; }
  .plus_curriculum .btn-orange-outline {
    margin-right: 1.5rem; }
    @media (max-width: 498px) {
      .plus_curriculum .btn-orange-outline {
        margin-bottom: 15px;
        margin-right: 0px; } }
    .plus_curriculum .btn-orange-outline[aria-expanded="true"] {
      display: none; }

#Review {
  background: #2d2b33; }
  @media (max-width: 599px) {
    #Review .slick-slider {
      margin-left: 4px !important; } }
  #Review .slick-slide {
    margin: 0 0px 0 18px !important; }
    @media (max-width: 767px) {
      #Review .slick-slide {
        margin: 0px !important; } }
  #Review .slick-list {
    margin: 0 20px !important; }
    @media (max-width: 767px) {
      #Review .slick-list {
        margin: 0px !important; } }
  #Review .slick-next,
  #Review .slick-prev {
    width: 40px;
    height: 40px;
    background-color: #4a4a4a;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px; }
    #Review .slick-next::before, #Review .slick-next::before,
    #Review .slick-prev::before,
    #Review .slick-prev::before {
      content: '';
      border: solid #fc7114;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 6px; }
  #Review .slick-next::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 4px; }
  #Review .slick-prev::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 5px; }
  #Review .slick-dots {
    bottom: -40px; }
    #Review .slick-dots li.slick-active button:before {
      color: #e59000; }
    #Review .slick-dots li button::before {
      font-size: 16px;
      width: 40px;
      height: 40px;
      color: rgba(255, 255, 255, 0.44); }
  #Review .card {
    box-shadow: -9px 14px 5px 7px rgba(240, 64, 9, 0.4);
    -webkit-box-shadow: -9px 14px 5px 7px #f04009, 0.4;
    -moz-box-shadow: -9px 14px 5px 7px #f04009, 0.4; }
    #Review .card .card-header {
      background-color: transparent;
      background: transparent;
      padding: 1.25rem .3rem; }
      #Review .card .card-header .qutoe {
        width: 18px;
        height: 40px;
        background: #ff6622;
        display: inline-block;
        position: relative;
        overflow: hidden;
        margin-right: 6px; }
        #Review .card .card-header .qutoe::after {
          width: 0;
          height: 0;
          border-left: 19px solid transparent;
          border-right: 16px solid transparent;
          border-bottom: 21px solid #fff;
          content: '';
          position: absolute;
          bottom: 0px;
          right: -18px; }
    #Review .card .card-body {
      padding: 0 .3rem 1.25rem .3rem; }
      #Review .card .card-body.review-text {
        height: 239px;
        overflow-y: auto;
        padding: 1.25rem !important; }
      #Review .card .card-body h5 {
        font-size: 18px;
        font-weight: 500;
        color: #222;
        text-align: center; }
      #Review .card .card-body p {
        text-align: center;
        font-size: 16px;
        color: #4a4a4a; }
      #Review .card .card-body .btn-outline-warning {
        color: #f04009;
        border-color: #f04009;
        font-size: 13px; }
        #Review .card .card-body .btn-outline-warning:hover, #Review .card .card-body .btn-outline-warning:focus {
          background: #f04009;
          background-color: #f04009;
          color: #fff; }
      #Review .card .card-body .video-review {
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border: solid 1px #ededed; }
        @media (max-width: 480px) {
          #Review .card .card-body .video-review {
            height: 200px; } }
        @media (max-width: 1139px) {
          #Review .card .card-body .video-review {
            background-position: right center !important; } }
        #Review .card .card-body .video-review .play-btn {
          width: 55px;
          height: 55px; }
          #Review .card .card-body .video-review .play-btn::before, #Review .card .card-body .video-review .play-btn::after {
            width: 45px;
            height: 45px; }
    #Review .card .card-footer {
      background-color: transparent;
      background: transparent;
      height: 120px; }
      #Review .card .card-footer .review-author {
        width: 60px;
        height: 60px;
        float: left;
        margin-right: 20px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px; }
        #Review .card .card-footer .review-author img {
          max-width: 100%;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          width: 60px;
          height: 60px;
          object-fit: cover;
          object-position: right top; }
      #Review .card .card-footer .review-autho-details {
        overflow: hidden; }
      #Review .card .card-footer .start-group {
        display: flex;
        align-items: center;
        margin-bottom: 6px; }
      #Review .card .card-footer .star {
        font-style: normal;
        font-size: 12px;
        color: #f5aa22;
        margin-right: 2px; }
      #Review .card .card-footer h6 {
        font-size: 16px;
        color: #222;
        font-weight: 500;
        margin-bottom: 1px;
        line-height: 1; }
      #Review .card .card-footer span {
        font-size: 12px;
        color: #4a4a4a; }
  #Review .prev,
  #Review .next {
    width: 74px;
    height: 43px;
    background: #fff;
    display: inline-block; }
    #Review .prev:hover .av-direction-arrow, #Review .prev:focus .av-direction-arrow,
    #Review .next:hover .av-direction-arrow,
    #Review .next:focus .av-direction-arrow {
      background: #f04009; }
      #Review .prev:hover .av-direction-arrow::before, #Review .prev:hover .av-direction-arrow::after, #Review .prev:focus .av-direction-arrow::before, #Review .prev:focus .av-direction-arrow::after,
      #Review .next:hover .av-direction-arrow::before,
      #Review .next:hover .av-direction-arrow::after,
      #Review .next:focus .av-direction-arrow::before,
      #Review .next:focus .av-direction-arrow::after {
        content: "";
        background: #f04009; }
  #Review .av-direction-arrow {
    background: #e0e0e0;
    height: 3px;
    width: 35px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    display: inline-block;
    top: 5px; }
    #Review .av-direction-arrow.left-direction::after {
      left: -3px;
      top: -4px;
      transform: rotate(-45deg); }
    #Review .av-direction-arrow.left-direction::before {
      left: -3px;
      bottom: -4px;
      transform: rotate(45deg); }
    #Review .av-direction-arrow::before, #Review .av-direction-arrow::after {
      content: "";
      background: #e0e0e0;
      position: absolute;
      height: 3px;
      width: 15px; }
    #Review .av-direction-arrow::after {
      right: -3px;
      top: -4px;
      transform: rotate(45deg); }
    #Review .av-direction-arrow::before {
      right: -3px;
      bottom: -4px;
      transform: rotate(-45deg); }

#ReinforceProject {
  background: #2d2b33; }
  #ReinforceProject .heading-with-text {
    color: #fff; }
    #ReinforceProject .heading-with-text h5 {
      white-space: pre-line;
      font-size: 16px; }
  #ReinforceProject h4 {
    font-size: 16px;
    color: #222;
    height: 50px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #ReinforceProject h4 {
        height: auto; } }
  #ReinforceProject h6 {
    font-size: 14px;
    color: #222;
    margin: 0px; }
  #ReinforceProject p {
    font-size: 14px;
    color: #4a4a4a; }
  #ReinforceProject .card {
    margin-top: 80px;
    border: 0px;
    -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    background: #f9f9f9;
    height: 390px; }
    @media (max-width: 767px) {
      #ReinforceProject .card {
        height: auto; } }
    #ReinforceProject .card:hover {
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    #ReinforceProject .card img {
      width: 90%;
      display: table;
      margin: -40px auto auto auto;
      border-radius: 4px; }

#BlackBeltCard {
  background: #101010; }
  #BlackBeltCard .heading-with-text h5 {
    white-space: pre-line;
    font-size: 16px; }
  #BlackBeltCard ul {
    width: 100%;
    margin-top: 30px; }
    #BlackBeltCard ul li {
      background: #fff;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      position: relative;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      font-size: 16px;
      color: #4a4a4a;
      width: calc(100% * (1/3) - 20px);
      display: flex;
      align-items: center;
      height: 80px;
      padding: 1.5rem; }
      @media (max-width: 767px) {
        #BlackBeltCard ul li {
          width: calc(100% * (1/2) - 20px); } }
@media (max-width: 640px) and (max-width: 767px) {
  #BlackBeltCard ul li {
    width: calc(100% * (1/1) - 0px);
    margin-bottom: 20px; } }
      #BlackBeltCard ul li:hover {
        opacity: .9; }
      #BlackBeltCard ul li::after {
        box-sizing: border-box;
        height: 15px;
        width: 15px;
        border-style: solid;
        border-color: #ff6622;
        border-width: 0px 2px 2px 0px;
        position: relative;
        top: 0px;
        padding: 2px;
        content: "";
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: auto; }

#ProjectCard {
  background: #000; }
  #ProjectCard .heading-with-text {
    margin-bottom: 40px; }
    #ProjectCard .heading-with-text h5 {
      font-size: 16px;
      white-space: pre-line; }
  #ProjectCard .card {
    background: transparent;
    border: 0px; }
    #ProjectCard .card img {
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    #ProjectCard .card h4 {
      color: #fff;
      font-size: 20px;
      font-weight: 300;
      margin-top: 15px; }

#Jobs {
  padding: 0px;
  background: #101010; }
  #Jobs .jobs-row {
    display: flex; }
    @media (max-width: 767px) {
      #Jobs .jobs-row {
        flex-direction: column; } }
  #Jobs .jobs-text {
    width: 35%;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1030px) {
      #Jobs .jobs-text {
        width: 85%; } }
    @media (max-width: 767px) {
      #Jobs .jobs-text {
        width: 100%;
        margin-top: 20px; } }
    #Jobs .jobs-text h2 {
      color: #fff;
      font-size: 30px;
      white-space: pre-line; }
  #Jobs ul {
    margin: 0px;
    padding: 0px 0px 0 30px; }
    #Jobs ul li {
      display: flex;
      color: #fff;
      margin-bottom: 12px;
      align-items: baseline; }
      #Jobs ul li span {
        display: inline-block;
        color: #007adc;
        width: 10px;
        height: 10px;
        background: #007adc;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        margin-right: 10px;
        vertical-align: middle; }

#Experts {
  background: #f7f7f9; }
  #Experts .heading-with-text {
    margin-bottom: 40px; }
  #Experts .card {
    background: #2d2b33;
    color: #fff; }
  #Experts h4 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 15px 0; }
  #Experts small {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 991px) {
      #Experts small {
        text-align: center; } }
  #Experts .card {
    height: 350px; }
    @media (max-width: 991px) {
      #Experts .card {
        margin-bottom: 15px;
        width: 280px; } }
    @media (max-width: 991px) {
      #Experts .card img {
        margin: 0 auto;
        text-align: center;
        display: table; } }
  #Experts .av-arrow {
    bottom: 20px; }
  #Experts .slick-next,
  #Experts .slick-prev {
    width: 40px;
    height: 40px;
    background-color: #4a4a4a;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px; }
    @media (max-width: 991px) {
      #Experts .slick-next,
      #Experts .slick-prev {
        display: none !important; } }
    #Experts .slick-next::before, #Experts .slick-next::before,
    #Experts .slick-prev::before,
    #Experts .slick-prev::before {
      content: '';
      border: solid #fc7114;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 6px; }
  #Experts .slick-next {
    right: -45px; }
    #Experts .slick-next::before {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-right: 4px; }
  #Experts .slick-prev {
    left: -45px; }
    #Experts .slick-prev::before {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      margin-left: 5px; }

#roadmapAv {
  background: #000; }
  #roadmapAv .heading-with-text h5 {
    font-size: 16px; }
  @media (max-width: 991px) {
    #roadmapAv img {
      display: none; } }
  #roadmapAv .mobile-roadmap {
    margin: 0px;
    padding: 19px 19px 0px 19px;
    position: relative;
    display: none; }
    @media (max-width: 991px) {
      #roadmapAv .mobile-roadmap {
        display: block; } }
    #roadmapAv .mobile-roadmap::before {
      content: '';
      background: #fff;
      display: inline-block;
      position: absolute;
      left: 19px;
      width: 2px;
      height: 100%;
      z-index: 1; }
    #roadmapAv .mobile-roadmap li {
      position: relative;
      margin: 0 0 40px 0;
      padding-left: 0px; }
      #roadmapAv .mobile-roadmap li:last-child {
        margin: 0px; }
      #roadmapAv .mobile-roadmap li img {
        width: 25px; }
        @media (max-width: 991px) {
          #roadmapAv .mobile-roadmap li img {
            display: block;
            text-align: center;
            margin: 0 auto;
            height: 30px; } }
      #roadmapAv .mobile-roadmap li .mobile-icon-row {
        display: flex;
        align-items: center; }
        #roadmapAv .mobile-roadmap li .mobile-icon-row i {
          position: relative;
          width: 35px;
          height: 35px;
          border-radius: 4px;
          padding: 2px;
          background: #fff;
          margin-right: 20px;
          line-height: 30px;
          font-size: 24px;
          text-align: center;
          vertical-align: middle; }
          #roadmapAv .mobile-roadmap li .mobile-icon-row i::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #fff;
            position: absolute;
            right: -10px;
            top: 14px;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        #roadmapAv .mobile-roadmap li .mobile-icon-row p {
          font-size: 16px;
          color: #fff;
          margin: 0px; }

#Connect {
  background: #101010; }
  #Connect .heading-with-text {
    margin-bottom: 50px; }
    #Connect .heading-with-text h2 {
      color: #fff !important; }
  #Connect .form-group {
    margin-bottom: 30px; }
  #Connect .card {
    padding: 30px; }
    @media (max-width: 640px) {
      #Connect .card {
        padding: 10px; } }
    @media (max-width: 991px) {
      #Connect .card {
        margin-top: 30px; } }
    #Connect .card p {
      font-size: 30px;
      color: #222;
      margin-bottom: 50px; }
      @media (max-width: 640px) {
        #Connect .card p {
          font-size: 20px;
          display: flex; } }
    #Connect .card a {
      font-size: 18px;
      color: #4a4a4a; }
      @media (max-width: 640px) {
        #Connect .card a {
          font-size: 16px;
          display: flex; } }
    #Connect .card i {
      margin-right: 30px;
      font-size: 24px;
      vertical-align: middle; }
      @media (max-width: 640px) {
        #Connect .card i {
          margin-right: 10px; } }
  #Connect .btn-blue {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px; }
    #Connect .btn-blue:hover {
      background: #004479;
      border: solid 1px #004479; }

#Fee {
  background: #2d2b33; }
  #Fee .ticker-img {
    position: absolute;
    top: -9px !important;
    right: -78px !important;
    width: 200px !important; }
    @media (max-width: 767px) {
      #Fee .ticker-img {
        display: table;
        margin: auto;
        position: relative;
        top: 0px;
        right: 0px;
        width: 115px; } }
  #Fee .heading-with-text {
    font-weight: 300; }
  @media (max-width: 991px) {
    #Fee .col-lg-8 {
      display: flex;
      flex-direction: column;
      order: 1; } }
  @media (max-width: 991px) {
    #Fee .order-change {
      order: 1; } }
  #Fee .card-grid {
    width: 45%;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    margin-bottom: 30px; }
    @media (max-width: 1120px) {
      #Fee .card-grid {
        width: 100%; } }
    @media (max-width: 1023px) {
      #Fee .card-grid {
        width: 92%;
        padding: 5px; } }
    #Fee .card-grid p {
      font-size: 14px;
      text-align: left;
      margin-bottom: 0px;
      margin-top: 1rem; }
  #Fee .btn-orange, #Fee .btn-orange-outline {
    padding: .445rem .75rem !important; }
  #Fee .adjust-height {
    height: auto;
    display: flex; }
  #Fee .card {
    padding: 0px; }
    @media (max-width: 1023px) {
      #Fee .card {
        width: 100%; } }
    #Fee .card .content-header {
      background: #f9f9f9;
      padding: 20px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 100%; }
      #Fee .card .content-header p {
        margin: 0 0 10px 0;
        font-size: 12px; }
      #Fee .card .content-header img {
        max-width: 100%; }
    #Fee .card .card-body {
      padding: 20px !important; }
    #Fee .card .header-card {
      padding: 20px; }
      #Fee .card .header-card h2 {
        color: #222;
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 5px;
        color: #e59000; }
      #Fee .card .header-card h4 {
        font-size: 18px;
        margin-bottom: 3px;
        color: #007aff;
        cursor: pointer; }
        #Fee .card .header-card h4 span {
          color: #101010; }
    #Fee .card .clear-gap {
      clear: both;
      width: 100%;
      float: left; }
    #Fee .card h3 {
      color: #383636;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px;
      border-bottom: solid 1px #d8d8d8;
      padding-bottom: 10px; }
    #Fee .card h6 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #4a4a4a; }
    #Fee .card ul {
      margin: 0px;
      padding: 0px;
      width: 100%;
      float: left;
      padding-bottom: 25px; }
      #Fee .card ul li {
        width: 100%;
        list-style: disc;
        color: #007adc;
        font-size: 36px;
        line-height: 1;
        margin-left: 27px; }
        #Fee .card ul li span {
          color: #69696e;
          font-size: 16px;
          vertical-align: middle; }
  #Fee h6 {
    color: #383636;
    font-size: 18px;
    text-align: center; }
  #Fee h5 {
    text-align: center;
    font-size: 30px;
    text-align: center;
    color: #101010; }
  #Fee small {
    display: block;
    text-align: center;
    color: #101010; }
  #Fee .price-tag {
    display: block;
    margin: 15px 0; }

#Certifications {
  background: linear-gradient(60deg, #fff 55%, #101010 55%); }
  @media (max-width: 767px) {
    #Certifications {
      background: linear-gradient(60deg, #fff 55%, #fff 55%); } }
  #Certifications h2 {
    font-weight: 300;
    font-size: 30px;
    color: #101010;
    margin-bottom: 30px; }
  #Certifications h4 {
    font-size: 18px;
    color: #101010;
    white-space: pre-line; }
  @media (max-width: 767px) {
    #Certifications img {
      margin-top: 30px; } }
  #Certifications .certificate-icon-row {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left; }
    #Certifications .certificate-icon-row ul {
      margin: 0px;
      padding: 0px;
      width: 100%; }
      #Certifications .certificate-icon-row ul li {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px; }
        #Certifications .certificate-icon-row ul li i {
          float: left;
          width: 30px;
          margin-right: 10px; }
          #Certifications .certificate-icon-row ul li i img {
            max-width: 100%; }
        #Certifications .certificate-icon-row ul li span {
          overflow: hidden;
          font-size: 18px; }

#Guarantee {
  background: #101010; }
  #Guarantee .card {
    margin-top: 40px; }
    #Guarantee .card img {
      float: left;
      margin-right: 20px; }
    #Guarantee .card .guarantee-text {
      overflow: hidden;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      @media (max-width: 640px) {
        #Guarantee .card .guarantee-text {
          align-items: center;
          text-align: center; } }
    #Guarantee .card img {
      width: 185px; }
      @media (max-width: 991px) {
        #Guarantee .card img {
          width: 90px; } }
      @media (max-width: 640px) {
        #Guarantee .card img {
          float: none;
          margin: 0 auto 20px auto; } }
    #Guarantee .card h2 {
      font-size: 30px;
      color: #101010;
      font-weight: 300; }
    #Guarantee .card p {
      font-size: 14px;
      margin: 0px;
      color: #4a4a4a; }
      #Guarantee .card p a {
        color: #007adc; }

#FAQ {
  background: #e59000; }
  #FAQ .accordion {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 30px; }
    #FAQ .accordion h4 {
      color: #222;
      font-size: 20px;
      font-weight: 700;
      margin: 0px;
      padding: 10px 0 10px 13px; }
    #FAQ .accordion h5 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0px;
      color: #222;
      font-size: 16px;
      padding: 25px 10px;
      width: 100%;
      cursor: pointer;
      position: relative; }
      #FAQ .accordion h5::after {
        box-sizing: border-box;
        height: 8px;
        width: 8px;
        border-style: solid;
        border-color: #69696e;
        border-width: 0px 2px 2px 0px;
        position: relative;
        top: 0px;
        padding: 2px;
        content: "";
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #FAQ .accordion h5[aria-expanded="true"]::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    #FAQ .accordion .faq-card {
      border-bottom: 1px solid #d8d8d8; }
      #FAQ .accordion .faq-card:last-child {
        border: 0px; }
      #FAQ .accordion .faq-card .faq-card-body {
        padding-left: 20px;
        margin-bottom: 20px; }

.counselling-form {
  background: #f4f7fa;
  border-radius: 4px;
  width: 400px;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
  margin-bottom: 8px;
  margin-left: 20px; }
  @media (max-width: 767px) {
    .counselling-form {
      width: 100%;
      margin-left: 0px;
      padding: 1.2rem; } }
  .counselling-form h2 {
    display: block;
    color: #69696e;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .counselling-form h2 {
        font-size: 24px; } }
  .counselling-form .custom-control {
    text-align: center;
    margin-bottom: 30px; }
    .counselling-form .custom-control small {
      display: flex;
      flex-direction: column;
      width: 100%;
      position: absolute;
      top: 22px;
      left: 0; }
  .counselling-form .custom-control-label {
    font-size: 12px;
    color: #9ea0a5; }
    .counselling-form .custom-control-label::before {
      border-radius: 2px;
      border-color: #007adc;
      background-color: #007adc;
      top: 0; }
    .counselling-form .custom-control-label::after {
      top: 0; }
    .counselling-form .custom-control-label::before, .counselling-form .custom-control-label::after {
      width: 18px;
      height: 18px; }
    .counselling-form .custom-control-label a {
      color: #56575a;
      text-decoration: underline; }

.mobile-select-gurus {
  display: none;
  width: 90%;
  margin: auto; }
  @media (max-width: 991px) {
    .mobile-select-gurus {
      display: block; } }
  .mobile-select-gurus p {
    border-top: 2px dashed;
    border-color: #004479 !important;
    margin: 0;
    padding: 30px;
    counter-increment: section;
    position: relative; }
    .mobile-select-gurus p:nth-child(even) {
      border-left: 2px dashed;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      margin-right: 30px;
      padding-right: 0; }
      .mobile-select-gurus p:nth-child(even)::before {
        content: counter(section);
        right: 100%;
        margin-right: -14px;
        position: absolute;
        border-radius: 50%;
        padding: 3px;
        height: 30px;
        width: 30px;
        background-color: #004479;
        text-align: center;
        color: #fff;
        font-size: 110%; }
    .mobile-select-gurus p:nth-child(odd) {
      border-right: 2px dashed;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      margin-left: 30px;
      padding-left: 0; }
      .mobile-select-gurus p:nth-child(odd)::before {
        content: counter(section);
        left: 100%;
        margin-left: -14px;
        position: absolute;
        border-radius: 50%;
        padding: 3px;
        height: 30px;
        width: 30px;
        background-color: #004479;
        text-align: center;
        color: #fff;
        font-size: 110%; }
    .mobile-select-gurus p:first-child {
      border-top: 0;
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .mobile-select-gurus p:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .mobile-select-gurus p strong,
    .mobile-select-gurus p span {
      display: block; }

.video-modal .close {
  color: #fff;
  font-size: 60px; }

#blog {
  background: #2d2b33;
  /* Track */
  /* Handle */ }
  #blog .blog-row {
    width: 99%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    display: flex; }
    #blog .blog-row .card {
      border-bottom-left-radius: .25rem !important;
      border-bottom-right-radius: .25rem !important;
      border-top-left-radius: 0rem !important;
      border-top-right-radius: 0rem !important; }
  #blog ::-webkit-scrollbar {
    width: 12px; }
  #blog ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d8d8d8;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  #blog ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fa7605;
    -webkit-box-shadow: inset 0 0 6px #d8d8d8; }
  #blog ::-webkit-scrollbar-thumb:window-inactive {
    background: #fa7605; }
  @media (max-width: 767px) {
    #blog .col-lg-4 {
      margin-right: 20px; } }
  #blog .card {
    margin-bottom: 15px;
    height: 360px; }
    @media (max-width: 991px) {
      #blog .card {
        min-width: 280px;
        height: auto; } }
    #blog .card .card-body {
      padding: .1rem; }
    #blog .card h4 {
      color: #101010;
      font-weight: 300;
      font-size: 16px;
      margin-bottom: 20px;
      white-space: initial; }
    #blog .card ul {
      margin: 0px;
      padding: 0px; }
      #blog .card ul li {
        width: 100%;
        color: #4a4a4a;
        font-size: 14px; }
        #blog .card ul li span {
          width: 10px;
          height: 10px;
          background: #f0be00;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          margin-right: 15px;
          vertical-align: middle;
          float: left;
          margin-top: 4px; }
        #blog .card ul li p {
          font-weight: 300;
          white-space: pre-wrap;
          margin-left: 25px; }

.scroll-row {
  width: 100%; }

#Submit-details {
  background: #4a4a4a; }
  #Submit-details .heading-with-text h5 {
    font-size: 16px; }

.timmer-section {
  background: #2d2b33; }
  .timmer-section p {
    font-size: 14px;
    margin: 0 0 5px 0; }
  .timmer-section .timmer-container {
    margin: 0 auto; }
    .timmer-section .timmer-container .timmer-row {
      display: flex;
      color: #fff;
      width: 767px; }
      @media (max-width: 991px) {
        .timmer-section .timmer-container .timmer-row {
          width: 100% !important;
          flex-direction: column; } }
    .timmer-section .timmer-container .timmer-content {
      width: 40%;
      display: flex;
      flex-direction: column;
      border-right: solid 3px #f0be00;
      position: relative;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      justify-content: center; }
      @media (max-width: 767px) {
        .timmer-section .timmer-container .timmer-content {
          width: 100%;
          border-right: 0px;
          border-bottom: solid 3px #f0be00; } }
      .timmer-section .timmer-container .timmer-content::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 10px solid #f0be00;
        border-bottom: 10px solid transparent;
        position: absolute;
        right: -11px;
        transform: translate(2px, 0px); }
        @media (max-width: 767px) {
          .timmer-section .timmer-container .timmer-content::after {
            right: 50%;
            bottom: -17px;
            transform: translate(2px, 0px);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); } }
      .timmer-section .timmer-container .timmer-content p {
        font-size: 16px;
        white-space: pre-line;
        line-height: 20px;
        margin: 0px 0 5px 0; }
      .timmer-section .timmer-container .timmer-content h6 {
        font-size: 12px; }
        .timmer-section .timmer-container .timmer-content h6 span {
          color: #f0be00;
          font-size: 18px;
          line-height: 1; }
    .timmer-section .timmer-container .timmer-circle {
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      padding-left: 30px; }
      @media (max-width: 767px) {
        .timmer-section .timmer-container .timmer-circle {
          padding-left: 0px;
          margin-top: 20px; } }
  .timmer-section #Bclockdiv .time-set {
    display: flex;
    align-items: center;
    justify-content: center; }
    .timmer-section #Bclockdiv .time-set #timer_section {
      margin: 0 0 0 20px; }
      @media (max-width: 767px) {
        .timmer-section #Bclockdiv .time-set #timer_section {
          margin: 0px; } }
      .timmer-section #Bclockdiv .time-set #timer_section .count-row {
        position: relative;
        width: 100%;
        display: flex; }
        .timmer-section #Bclockdiv .time-set #timer_section .count-row li {
          position: relative;
          width: calc(100% * (1/4) - 15px);
          margin-right: 20px;
          float: left;
          text-align: center; }
          @media (max-width: 767px) {
            .timmer-section #Bclockdiv .time-set #timer_section .count-row li {
              margin-right: 20px;
              width: calc(100% * (1/4) - 15px); } }
          .timmer-section #Bclockdiv .time-set #timer_section .count-row li:last-child {
            margin-right: 0px; }
          .timmer-section #Bclockdiv .time-set #timer_section .count-row li span {
            width: 50px;
            height: 50px;
            float: left;
            line-height: 50px;
            font-weight: 700;
            font-size: 20px; }
          .timmer-section #Bclockdiv .time-set #timer_section .count-row li h6 {
            position: relative;
            top: 10px;
            font-size: 12px;
            text-transform: uppercase; }
          .timmer-section #Bclockdiv .time-set #timer_section .count-row li .default-border {
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            fill: none;
            stroke: rgba(255, 255, 255, 0.88); }
    .timmer-section #Bclockdiv .time-set .fill-border {
      stroke-dasharray: 138px;
      stroke-dashoffset: 138px;
      stroke-linecap: round;
      stroke-width: 2px;
      stroke: #f0be00;
      fill: none; }
    .timmer-section #Bclockdiv .time-set svg {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      transform: rotate(-90deg);
      z-index: 1; }
    .timmer-section #Bclockdiv .time-set #sec_circle {
      animation: countdown 60s steps(60) infinite forwards;
      -moz-animation: countdown 60s steps(60) infinite forwards; }
    .timmer-section #Bclockdiv .time-set #min_circle {
      animation: countmin 3600s steps(60) infinite forwards;
      -moz-animation: countmin 3600s steps(60) infinite forwards; }
    .timmer-section #Bclockdiv .time-set #hour_circle {
      animation: counthour 86400s steps(24) infinite forwards;
      -moz-animation: counthour 86400s steps(24) infinite forwards; }
    .timmer-section #Bclockdiv .time-set #day_circle {
      animation: countday 2592000s steps(30) infinite forwards;
      -moz-animation: countday 2592000s steps(30) infinite forwards; }

@keyframes countdown {
  from {
    stroke-dashoffset: 138px; }
  to {
    stroke-dashoffset: 0px; } }

@-moz-keyframes countdown {
  from {
    stroke-dashoffset: 138px; }
  to {
    stroke-dashoffset: 0px; } }

@keyframes countmin {
  from {
    stroke-dashoffset: 138px; }
  to {
    stroke-dashoffset: 0px; } }

@-moz-keyframes countmin {
  from {
    stroke-dashoffset: 138px; }
  to {
    stroke-dashoffset: 0px; } }

@keyframes counthour {
  from {
    stroke-dashoffset: 138px; }
  to {
    stroke-dashoffset: 0px; } }

@-moz-keyframes counthour {
  from {
    stroke-dashoffset: 138px; }
  to {
    stroke-dashoffset: 0px; } }

@keyframes countday {
  from {
    stroke-dashoffset: 138px; }
  to {
    stroke-dashoffset: 0px; } }

@-moz-keyframes countday {
  from {
    stroke-dashoffset: 138px; }
  to {
    stroke-dashoffset: 0px; } }

.mobile-btn {
  display: none; }
  @media (max-width: 767px) {
    .mobile-btn {
      z-index: 1;
      display: block;
      position: fixed;
      width: 100%;
      bottom: 0px;
      left: 0px;
      z-index: 99;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px; } }
.mobile-sticky-btn {
  display: none; }
  @media (max-width: 767px) {
    .mobile-sticky-btn {
      display: block;
      position: fixed;
      width: 100%;
      left: 0px;
      bottom: 0px;
      z-index: 9;
      border-radius: 0px !important; } }
@media (max-width: 767px) {
  .side-bar-form {
    display: none; } }

#aiConference {
  background: #2d2b33; }
  #aiConference .card-img-top {
    padding: 1.5rem;
    max-height: 301px; }
    @media (max-width: 767px) {
      #aiConference .card-img-top {
        max-height: unset;
        height: auto; } }
  #aiConference .card-title {
    font-size: 20px;
    color: #222; }
  #aiConference ul {
    padding-left: 1.4rem !important; }
    #aiConference ul li {
      color: #4a4a4a;
      font-size: 18px;
      margin-bottom: 10px;
      list-style: circle !important; }
      #aiConference ul li span {
        font-size: 16px; }
  @media (max-width: 991px) {
    #aiConference .card {
      margin-bottom: 1.3rem; } }
  @media (max-width: 991px) {
    #aiConference .offset-pkmd-3 {
      margin-left: 25%; } }
  @media (max-width: 767px) {
    #aiConference .offset-pkmd-3 {
      margin: 0px; } }
#avNumber {
  background: #1f1f1f;
  padding: 15px 0; }
  #avNumber ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center; }
    @media (max-width: 991px) {
      #avNumber ul {
        flex-wrap: wrap; } }
    #avNumber ul li {
      list-style: none; }
      @media (max-width: 991px) {
        #avNumber ul li {
          display: flex;
          flex-direction: column;
          margin: 0 15px 15px 15px;
          width: 40%; } }
      #avNumber ul li h4 {
        color: #f0be00;
        font-size: 44px;
        font-weight: 700; }
        @media (max-width: 991px) {
          #avNumber ul li h4 {
            font-size: 36px; } }
      #avNumber ul li p {
        margin: 0px;
        color: rgba(255, 255, 255, 0.88);
        font-size: 16px; }
        @media (max-width: 991px) {
          #avNumber ul li p {
            font-size: 13px; } }
#MasterToolNew {
  background: #101010; }

.av-master-toll-card {
  width: 100%;
  float: left; }
  @media (max-width: 991px) {
    .av-master-toll-card {
      display: none !important; } }
  .av-master-toll-card img:hover {
    opacity: .9; }

.tool-img {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  min-height: 70px;
  background: #fff;
  padding: .2rem;
  border: solid 1px #e7e7e7;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 15px; }
  .tool-img img {
    max-width: 170px; }

.av-master-toll {
  width: 80%;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 991px) {
    .av-master-toll {
      display: none; } }
.mobile-logo-card {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  flex-wrap: unset;
  -webkit-overflow-scrolling: touch;
  padding: 15px;
  box-sizing: border-box;
  justify-content: start; }

.master-toll-for-mobile {
  width: 100%;
  display: none; }
  @media (max-width: 991px) {
    .master-toll-for-mobile {
      display: block !important; } }
.rating {
  position: relative;
  top: -4px;
  margin-left: 5px;
  font-size: 16px; }

.morecontent span {
  display: none; }

.morelink {
  display: block; }

#MasterToolNew .slick-next,
#MasterToolNew .slick-prev {
  width: 40px;
  height: 40px;
  background-color: #4a4a4a;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px; }
  @media (max-width: 991px) {
    #MasterToolNew .slick-next,
    #MasterToolNew .slick-prev {
      display: none !important; } }
  #MasterToolNew .slick-next::before, #MasterToolNew .slick-next::before,
  #MasterToolNew .slick-prev::before,
  #MasterToolNew .slick-prev::before {
    content: '';
    border: solid #fc7114;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px; }

#MasterToolNew .slick-next::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 4px; }

#MasterToolNew .slick-prev::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 5px; }

#MasterToolNew .slick-dots {
  bottom: -40px; }
  #MasterToolNew .slick-dots li.slick-active button:before {
    color: #e59000; }
  #MasterToolNew .slick-dots li button::before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.44); }

#MasterToolNew .slick-list {
  margin: 0 20px; }

.play-video {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: solid 1px #e59000; }
  .play-video .play {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 0;
    height: 10px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid;
    color: #e59000;
    cursor: pointer;
    margin-left: 2px; }

.av-faq-page {
  min-height: 100vh;
  position: relative;
  top: 75px; }

.banner-sticker-img {
  position: absolute;
  top: -31px;
  left: -54px;
  width: 109px;
  transform: rotate(-19deg); }
  @media (max-width: 767px) {
    .banner-sticker-img {
      display: table;
      margin: auto;
      position: relative;
      top: 0px;
      right: 0px;
      width: 115px; } }
.offer-class {
  color: #495057 !important;
  margin-bottom: 3px !important;
  font-weight: 400 !important; }

.sub-class {
  text-align: center;
  font-weight: 300;
  color: #495057;
  font-size: 14px;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .sub-class {
      margin-bottom: 6px; } }
#Welcome-cbap {
  clear: both;
  background: #f4f7fa;
  position: relative;
  padding-top: 150px; }
  #Welcome-cbap .welcome-row-cbap {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex; }
    @media (max-width: 991px) {
      #Welcome-cbap .welcome-row-cbap {
        padding: 0px;
        box-sizing: border-box; } }
    @media (max-width: 767px) {
      #Welcome-cbap .welcome-row-cbap {
        flex-direction: column; } }
    #Welcome-cbap .welcome-row-cbap .welocme-content-cbap {
      margin-right: auto;
      padding-left: 100px; }
      @media (max-width: 991px) {
        #Welcome-cbap .welcome-row-cbap .welocme-content-cbap {
          padding: 0px; } }
      #Welcome-cbap .welcome-row-cbap .welocme-content-cbap h1 {
        color: #101010;
        font-size: 55px;
        font-weight: 300;
        white-space: pre-line; }
        @media (max-width: 1196px) {
          #Welcome-cbap .welcome-row-cbap .welocme-content-cbap h1 {
            font-size: 36px; } }
        #Welcome-cbap .welcome-row-cbap .welocme-content-cbap h1 span {
          color: #004479;
          font-weight: 700; }
      #Welcome-cbap .welcome-row-cbap .welocme-content-cbap h4 {
        color: #101010;
        font-weight: 300;
        font-size: 30px;
        margin-top: 20px; }
        @media (max-width: 1196px) {
          #Welcome-cbap .welcome-row-cbap .welocme-content-cbap h4 {
            font-size: 18px; } }
      #Welcome-cbap .welcome-row-cbap .welocme-content-cbap ul {
        width: 100%;
        border-left: solid 7px #004479;
        margin-top: 50px; }
        #Welcome-cbap .welcome-row-cbap .welocme-content-cbap ul li {
          display: block;
          width: 100%;
          font-size: 18px;
          color: #101010;
          margin-left: 20px;
          margin-bottom: 15px; }
          @media (max-width: 1196px) {
            #Welcome-cbap .welcome-row-cbap .welocme-content-cbap ul li {
              font-size: 16px; } }
    #Welcome-cbap .welcome-row-cbap .welcome-form-cbap {
      margin-left: auto;
      float: right;
      background: #fff;
      border-radius: 4px;
      padding: 40px 20px;
      -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        #Welcome-cbap .welcome-row-cbap .welcome-form-cbap {
          width: 100%; } }
      @media (max-width: 1196px) {
        #Welcome-cbap .welcome-row-cbap .welcome-form-cbap {
          padding: 40px 35px; } }
      #Welcome-cbap .welcome-row-cbap .welcome-form-cbap h2 {
        display: block;
        color: #69696e;
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          #Welcome-cbap .welcome-row-cbap .welcome-form-cbap h2 {
            font-size: 24px; } }
      #Welcome-cbap .welcome-row-cbap .welcome-form-cbap .custom-control {
        text-align: center;
        margin-bottom: 30px; }
        #Welcome-cbap .welcome-row-cbap .welcome-form-cbap .custom-control small {
          display: flex;
          flex-direction: column;
          width: 100%;
          position: absolute;
          top: 22px;
          left: 0; }
      #Welcome-cbap .welcome-row-cbap .welcome-form-cbap .custom-control-label {
        font-size: 12px;
        color: #9ea0a5; }
        #Welcome-cbap .welcome-row-cbap .welcome-form-cbap .custom-control-label::before {
          border-radius: 2px;
          border-color: #007adc;
          background-color: #007adc;
          top: 0; }
        #Welcome-cbap .welcome-row-cbap .welcome-form-cbap .custom-control-label::after {
          top: 0; }
        #Welcome-cbap .welcome-row-cbap .welcome-form-cbap .custom-control-label::before, #Welcome-cbap .welcome-row-cbap .welcome-form-cbap .custom-control-label::after {
          width: 18px;
          height: 18px; }
        #Welcome-cbap .welcome-row-cbap .welcome-form-cbap .custom-control-label a {
          color: #56575a;
          text-decoration: underline; }
  #Welcome-cbap .cbap-video-play {
    background: url("../../images/Oval.svg") no-repeat 100% 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0px;
    width: 500px;
    align-items: center;
    justify-content: center;
    background-size: contain;
    height: 100%; }
    @media (max-width: 991px) {
      #Welcome-cbap .cbap-video-play {
        width: 100% !important;
        position: relative;
        margin-top: 30px;
        background: none; } }
    #Welcome-cbap .cbap-video-play .cbap-play-btn {
      margin-bottom: 50px; }
  #Welcome-cbap .for-enquiries-cbap {
    width: 100%;
    margin-top: 30px;
    display: block; }
    #Welcome-cbap .for-enquiries-cbap h6 {
      margin: 0px 0 5px 0;
      color: #101010;
      font-size: 18px;
      font-weight: 300; }
    #Welcome-cbap .for-enquiries-cbap a {
      font-size: 20px;
      color: #101010; }
      #Welcome-cbap .for-enquiries-cbap a:hover {
        color: #101010; }

#CBAPCareer {
  background: #fff; }
  #CBAPCareer .card {
    background: transparent;
    border: 0px; }
    #CBAPCareer .card .icon-card {
      width: 80px;
      height: 80px;
      background: #f4f7fa;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      text-align: center;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #CBAPCareer .card .icon-card img {
        max-width: 100%; }
    #CBAPCareer .card h4 {
      color: #101010;
      font-weight: 300;
      font-size: 20px;
      margin-bottom: 20px;
      line-height: 30px;
      white-space: pre-line; }
    #CBAPCareer .card ul {
      margin: 0px;
      padding: 0px; }
      #CBAPCareer .card ul li {
        display: inline-block;
        color: #101010;
        margin-bottom: 12px; }
        #CBAPCareer .card ul li span {
          display: inline-block;
          color: #007adc;
          width: 10px;
          height: 10px;
          background: #004479;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          margin-right: 10px;
          vertical-align: middle; }

#CBAPMentorships {
  padding: 0px;
  background: #fff; }
  #CBAPMentorships .heading-2 {
    color: #101010; }
  #CBAPMentorships .mentorships-content {
    display: flex; }
    @media (max-width: 767px) {
      #CBAPMentorships .mentorships-content {
        flex-direction: column; } }
    #CBAPMentorships .mentorships-content .mentorships-text {
      display: flex;
      width: 45%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 3.9rem; }
      @media (max-width: 991px) {
        #CBAPMentorships .mentorships-content .mentorships-text {
          width: 100%; } }
    #CBAPMentorships .mentorships-content .mentorships-hero {
      display: flex;
      flex: 1 1 auto;
      align-items: center;
      justify-content: center; }
  #CBAPMentorships ul {
    margin: 0px;
    padding: 0px; }
    #CBAPMentorships ul li {
      display: flex;
      color: #101010;
      margin-bottom: 12px;
      align-items: baseline; }
      #CBAPMentorships ul li span {
        display: inline-block;
        color: #004479;
        width: 10px;
        height: 10px;
        background: #004479;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        margin-right: 10px;
        vertical-align: middle; }

#CBAP-Demand {
  background: #fff; }
  #CBAP-Demand .heading-with-text {
    margin-bottom: 50px; }
  #CBAP-Demand p {
    font-size: 16px;
    color: #101010;
    margin-bottom: 20px; }
  #CBAP-Demand ul {
    margin: 0px;
    padding: 0px 0px 0 30px; }
    #CBAP-Demand ul li {
      display: flex;
      color: #101010;
      margin-bottom: 12px;
      align-items: baseline; }
      #CBAP-Demand ul li span {
        display: inline-block;
        color: #004479;
        width: 10px;
        height: 10px;
        background: #004479;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        margin-right: 10px;
        vertical-align: middle; }
  #CBAP-Demand .cbap-video {
    background: #575353;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/static/images/cbap-icons/Mask_Group.png") no-repeat 100% 100%;
    background-size: contain;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
    @media (max-width: 991px) {
      #CBAP-Demand .cbap-video {
        width: 100%;
        background-size: cover;
        height: 350px; } }
#CBAPMentorships {
  background: #f4f7fa; }
  #CBAPMentorships .nav-link {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: #004479;
    background: -moz-linear-gradient(270deg, #004479 0%, #025699 100%);
    background: -webkit-linear-gradient(270deg, #004479 0%, #025699 100%);
    background: linear-gradient(270deg, #004479 0%, #025699 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7b02",endColorstr="#d8571f",GradientType=1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    padding: 1.3rem; }
    #CBAPMentorships .nav-link:hover, #CBAPMentorships .nav-link.active {
      background: #004479;
      background: -moz-linear-gradient(270deg, #025699 0%, #004479 100%);
      background: -webkit-linear-gradient(270deg, #025699 0%, #004479 100%);
      background: linear-gradient(270deg, #025699 0%, #004479 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8571f",endColorstr="#ff7b02",GradientType=1); }
    #CBAPMentorships .nav-link.active::after {
      content: "";
      position: absolute;
      width: 0px;
      height: 0px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 18px solid #004479;
      top: 0;
      right: -18px;
      bottom: 0px;
      margin: auto; }
    #CBAPMentorships .nav-link i {
      width: 65px;
      height: 65px;
      background: #fff;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 30px; }
      #CBAPMentorships .nav-link i img {
        max-width: 100%; }
    #CBAPMentorships .nav-link span {
      text-align: right; }
    #CBAPMentorships .nav-link:last-child {
      margin-bottom: 0px; }
  #CBAPMentorships .tab-content {
    padding-left: 30px; }
    #CBAPMentorships .tab-content h6 {
      font-size: 500;
      color: #101010;
      font-size: 20px; }
    #CBAPMentorships .tab-content p {
      font-size: 16px;
      font-weight: 300;
      color: #101010; }
    #CBAPMentorships .tab-content img {
      max-width: 100%; }

#CBAPCurriculum {
  background: #f4f7fa; }
  #CBAPCurriculum h4 {
    font-weight: 300;
    color: #101010;
    font-size: 30px; }
  #CBAPCurriculum p {
    color: #101010; }
  #CBAPCurriculum ul {
    width: 100%;
    margin-top: 135px; }
    #CBAPCurriculum ul h5 {
      color: #101010;
      font-size: 20px; }
    #CBAPCurriculum ul li {
      width: calc(100% * (1/2) - 10px);
      margin: 20px 20px 0 0px;
      float: left;
      background: #004479;
      background: -moz-linear-gradient(270deg, #004479 0%, #025699 100%);
      background: -webkit-linear-gradient(270deg, #004479 0%, #025699 100%);
      background: linear-gradient(270deg, #004479 0%, #025699 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e59000",endColorstr="#b77301",GradientType=1);
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      text-align: center;
      padding: 1.2rem; }
      @media (max-width: 991px) {
        #CBAPCurriculum ul li {
          width: calc(100% * (1/1) - 0px);
          margin-bottom: 10px;
          text-align: left; } }
      #CBAPCurriculum ul li strong {
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 44px;
        line-height: 1; }
      #CBAPCurriculum ul li span {
        color: #fff;
        font-size: 14px;
        font-weight: 300; }
      #CBAPCurriculum ul li:nth-child(odd) {
        margin-right: 0px !important; }
      #CBAPCurriculum ul li:last-child {
        width: 100%;
        margin: 0px;
        margin-top: 20px;
        margin-right: 0px;
        text-align: left;
        display: flex;
        align-items: center; }
        #CBAPCurriculum ul li:last-child strong {
          margin-right: 20px; }
  #CBAPCurriculum .accordion {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 30px; }
    #CBAPCurriculum .accordion p {
      font-size: 14px;
      color: #4a4a4a;
      border-bottom: solid 1px #d8d8d8;
      display: flex;
      padding: 10px;
      align-items: center; }
      #CBAPCurriculum .accordion p:last-child {
        border-bottom: 0px; }
      #CBAPCurriculum .accordion p .watch-btn {
        width: 30px;
        height: 30px;
        margin-left: auto;
        position: relative;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        background: #e5e5e5;
        display: flex;
        align-items: center;
        cursor: pointer; }
        #CBAPCurriculum .accordion p .watch-btn::before {
          content: "";
          position: absolute;
          width: 0px;
          height: 0px;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 8px solid #000000;
          top: 0;
          right: 0;
          left: 1px;
          bottom: 0px;
          margin: auto; }
    #CBAPCurriculum .accordion h4 {
      color: #222;
      font-size: 20px;
      font-weight: 700;
      margin: 0px;
      padding: 10px 0 10px 13px; }
    #CBAPCurriculum .accordion h5 {
      display: block;
      margin: 0px;
      color: #222;
      font-size: 20px;
      padding: 25px 10px;
      width: 100%;
      cursor: pointer;
      position: relative;
      background: #fff;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      padding: 1.5rem;
      position: relative; }
      #CBAPCurriculum .accordion h5 .icon-detail {
        width: 100%;
        margin-top: 10px;
        display: flex; }
        #CBAPCurriculum .accordion h5 .icon-detail span {
          margin-right: 20px;
          display: flex;
          line-height: 1;
          font-size: 14px; }
          #CBAPCurriculum .accordion h5 .icon-detail span i {
            width: 25px;
            margin-right: 10px; }
          #CBAPCurriculum .accordion h5 .icon-detail span:first-child i {
            background: url("../../images/project.svg") no-repeat 100% 100%; }
          #CBAPCurriculum .accordion h5 .icon-detail span:last-child i {
            background: url("../../images/assignment.svg") no-repeat 100% 100%; }
      #CBAPCurriculum .accordion h5[aria-expanded="true"] {
        border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px; }
      #CBAPCurriculum .accordion h5::after {
        box-sizing: border-box;
        height: 15px;
        width: 15px;
        border-style: solid;
        border-color: #101010;
        border-width: 0px 2px 2px 0px;
        position: relative;
        top: -13px;
        padding: 2px;
        content: "";
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        display: flex;
        margin-left: auto;
        justify-content: center; }
      #CBAPCurriculum .accordion h5[aria-expanded="true"]::after {
        -webkit-transform: rotate(-134deg);
        -moz-transform: rotate(-134deg);
        -ms-transform: rotate(-134deg);
        -o-transform: rotate(-134deg);
        transform: rotate(-134deg); }
    #CBAPCurriculum .accordion .faq-card {
      margin-bottom: 15px; }
      #CBAPCurriculum .accordion .faq-card:last-child {
        border: 0px; }
      #CBAPCurriculum .accordion .faq-card .faq-card-body {
        padding-left: 20px;
        margin-bottom: 20px;
        background: #f6f7fb;
        padding: 1.25rem;
        border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px; }
  #CBAPCurriculum .card-body {
    background: #f6f7fb;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px; }

#CBAPReview {
  background: #f4f7fa; }
  #CBAPReview .card {
    height: 240px; }
    @media (max-width: 767px) {
      #CBAPReview .card {
        height: auto;
        margin-bottom: 20px; } }
  #CBAPReview .card-body {
    color: #222;
    font-size: 14px; }
  #CBAPReview .card-footer {
    background-color: transparent;
    background: transparent;
    border: 0px !important; }
    #CBAPReview .card-footer span {
      font-size: 18px;
      color: #222; }
      #CBAPReview .card-footer span i {
        font-style: normal;
        color: #004479;
        font-size: 20px;
        font-weight: 300; }
  #CBAPReview .video-review {
    background: url("../../images/review-thumb.png") no-repeat 100% 100%;
    background-size: cover;
    height: 240px; }
  #CBAPReview .play-button {
    justify-content: center;
    margin-top: 40px; }
    #CBAPReview .play-button .play-btn {
      width: 70px;
      height: 70px; }
      #CBAPReview .play-button .play-btn::before {
        display: none; }

#CBAPMasterTool {
  background: #fff;
  /* Track */
  /* Handle */ }
  #CBAPMasterTool .tool-row {
    width: 99%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden; }
    #CBAPMasterTool .tool-row .img-card {
      width: 210px;
      height: 100px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      background: #fff;
      display: inline-flex;
      float: none;
      margin-right: 20px;
      border: solid 1px #d8d8d8; }
      #CBAPMasterTool .tool-row .img-card img {
        max-width: 100%;
        padding: 10px;
        margin: 0 auto; }
  #CBAPMasterTool ::-webkit-scrollbar {
    width: 12px; }
  #CBAPMasterTool ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d8d8d8;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  #CBAPMasterTool ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #004479;
    -webkit-box-shadow: inset 0 0 6px #d8d8d8; }
  #CBAPMasterTool ::-webkit-scrollbar-thumb:window-inactive {
    background: #004479; }

#CBAPReinforceProject {
  background: #f4f7fa; }
  #CBAPReinforceProject .heading-with-text {
    color: #101010; }
    #CBAPReinforceProject .heading-with-text h5 {
      white-space: pre-line;
      font-size: 16px; }
  #CBAPReinforceProject h4 {
    font-size: 16px;
    color: #222;
    height: 50px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #CBAPReinforceProject h4 {
        height: auto; } }
  #CBAPReinforceProject h6 {
    font-size: 14px;
    color: #222;
    margin: 0px; }
  #CBAPReinforceProject p {
    font-size: 14px;
    color: #4a4a4a; }
  #CBAPReinforceProject .card {
    margin-top: 80px;
    border: 0px;
    -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    background: #f9f9f9;
    height: 390px; }
    @media (max-width: 767px) {
      #CBAPReinforceProject .card {
        height: auto; } }
    #CBAPReinforceProject .card:hover {
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    #CBAPReinforceProject .card img {
      width: 90%;
      display: table;
      margin: -40px auto auto auto;
      border-radius: 4px; }

#BlackBeltCard {
  background: #101010; }
  #BlackBeltCard .heading-with-text h5 {
    white-space: pre-line;
    font-size: 16px; }
  #BlackBeltCard ul {
    width: 100%;
    margin-top: 30px; }
    #BlackBeltCard ul li {
      background: #fff;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      position: relative;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      font-size: 16px;
      color: #4a4a4a;
      width: calc(100% * (1/3) - 20px);
      display: flex;
      align-items: center;
      height: 80px;
      padding: 1.5rem; }
      @media (max-width: 767px) {
        #BlackBeltCard ul li {
          width: calc(100% * (1/2) - 20px); } }
@media (max-width: 640px) and (max-width: 767px) {
  #BlackBeltCard ul li {
    width: calc(100% * (1/1) - 0px);
    margin-bottom: 20px; } }
      #BlackBeltCard ul li:hover {
        opacity: .9; }
      #BlackBeltCard ul li::after {
        box-sizing: border-box;
        height: 15px;
        width: 15px;
        border-style: solid;
        border-color: #ff6622;
        border-width: 0px 2px 2px 0px;
        position: relative;
        top: 0px;
        padding: 2px;
        content: "";
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: auto; }

#ProjectCard {
  background: #000; }
  #ProjectCard .heading-with-text {
    margin-bottom: 40px; }
    #ProjectCard .heading-with-text h5 {
      font-size: 16px;
      white-space: pre-line; }
  #ProjectCard .card {
    background: transparent;
    border: 0px; }
    #ProjectCard .card img {
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    #ProjectCard .card h4 {
      color: #fff;
      font-size: 20px;
      font-weight: 300;
      margin-top: 15px; }

#Jobs {
  padding: 0px;
  background: #101010; }
  #Jobs .jobs-row {
    display: flex; }
    @media (max-width: 767px) {
      #Jobs .jobs-row {
        flex-direction: column; } }
  #Jobs .jobs-text {
    width: 35%;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1030px) {
      #Jobs .jobs-text {
        width: 85%; } }
    @media (max-width: 767px) {
      #Jobs .jobs-text {
        width: 100%;
        margin-top: 20px; } }
    #Jobs .jobs-text h2 {
      color: #fff;
      font-size: 30px;
      white-space: pre-line; }
  #Jobs ul {
    margin: 0px;
    padding: 0px 0px 0 30px; }
    #Jobs ul li {
      display: flex;
      color: #fff;
      margin-bottom: 12px;
      align-items: baseline; }
      #Jobs ul li span {
        display: inline-block;
        color: #007adc;
        width: 10px;
        height: 10px;
        background: #007adc;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        margin-right: 10px;
        vertical-align: middle; }

#CBAPExperts {
  background: #fff; }
  #CBAPExperts .heading-with-text {
    margin-bottom: 40px; }
  #CBAPExperts .card {
    background: #f4f7fa;
    color: #101010; }
  #CBAPExperts h4 {
    text-align: center;
    font-size: 18px;
    color: #101010;
    margin: 15px 0; }
  #CBAPExperts small {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #101010; }
    @media (max-width: 991px) {
      #CBAPExperts small {
        text-align: center; } }
  #CBAPExperts .card {
    height: 350px; }
    @media (max-width: 991px) {
      #CBAPExperts .card {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      #CBAPExperts .card {
        height: auto; } }
    @media (max-width: 991px) {
      #CBAPExperts .card img {
        margin: 0 auto;
        text-align: center;
        display: table; } }
  #CBAPExperts .av-arrow {
    bottom: 20px; }

#CBAPRoadmap {
  background: #fff; }
  #CBAPRoadmap .heading-with-text h5 {
    font-size: 16px; }
  #CBAPRoadmap #roadmap-cbap-img #horizontal-img {
    display: block; }
  #CBAPRoadmap #roadmap-cbap-img #vertical-img {
    display: none; }
  @media (max-width: 991px) {
    #CBAPRoadmap #roadmap-cbap-img #horizontal-img {
      display: none; }
    #CBAPRoadmap #roadmap-cbap-img #vertical-img {
      display: block; } }
  #CBAPRoadmap .mobile-roadmap {
    margin: 0px;
    padding: 19px 19px 0px 19px;
    position: relative;
    display: none; }
    @media (max-width: 991px) {
      #CBAPRoadmap .mobile-roadmap {
        display: block; } }
    #CBAPRoadmap .mobile-roadmap::before {
      content: '';
      background: #fff;
      display: inline-block;
      position: absolute;
      left: 19px;
      width: 2px;
      height: 100%;
      z-index: 1; }
    #CBAPRoadmap .mobile-roadmap li {
      position: relative;
      margin: 0 0 40px 0;
      padding-left: 0px; }
      #CBAPRoadmap .mobile-roadmap li:last-child {
        margin: 0px; }
      #CBAPRoadmap .mobile-roadmap li img {
        width: 25px; }
        @media (max-width: 991px) {
          #CBAPRoadmap .mobile-roadmap li img {
            display: block;
            text-align: center;
            margin: 0 auto;
            height: 30px; } }
      #CBAPRoadmap .mobile-roadmap li .mobile-icon-row {
        display: flex;
        align-items: center; }
        #CBAPRoadmap .mobile-roadmap li .mobile-icon-row i {
          position: relative;
          width: 35px;
          height: 35px;
          border-radius: 4px;
          padding: 2px;
          background: #fff;
          margin-right: 20px;
          line-height: 30px;
          font-size: 24px;
          text-align: center;
          vertical-align: middle; }
          #CBAPRoadmap .mobile-roadmap li .mobile-icon-row i::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #fff;
            position: absolute;
            right: -10px;
            top: 14px;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        #CBAPRoadmap .mobile-roadmap li .mobile-icon-row p {
          font-size: 16px;
          color: #fff;
          margin: 0px; }
      #CBAPRoadmap .mobile-roadmap li span {
        display: flex;
        padding-left: 55px;
        font-size: 14px;
        color: #f9f9f9;
        font-weight: 300; }

#Connect {
  background: #101010; }
  #Connect .heading-with-text {
    margin-bottom: 50px; }
    #Connect .heading-with-text h2 {
      color: #fff !important; }
  #Connect .form-group {
    margin-bottom: 30px; }
  #Connect .card {
    padding: 30px; }
    @media (max-width: 640px) {
      #Connect .card {
        padding: 10px; } }
    @media (max-width: 991px) {
      #Connect .card {
        margin-top: 30px; } }
    #Connect .card p {
      font-size: 30px;
      color: #222;
      margin-bottom: 50px; }
      @media (max-width: 640px) {
        #Connect .card p {
          font-size: 20px;
          display: flex; } }
    #Connect .card a {
      font-size: 18px;
      color: #4a4a4a; }
      @media (max-width: 640px) {
        #Connect .card a {
          font-size: 16px;
          display: flex; } }
    #Connect .card i {
      margin-right: 30px;
      font-size: 24px;
      vertical-align: middle; }
      @media (max-width: 640px) {
        #Connect .card i {
          margin-right: 10px; } }
  #Connect .btn-blue {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px; }
    #Connect .btn-blue:hover {
      background: #004479;
      border: solid 1px #004479; }

#CBAPFee {
  background: #f4f7fa; }
  #CBAPFee .ticker-img {
    position: absolute;
    top: -82px;
    right: -84px;
    width: 150px; }
    @media (max-width: 767px) {
      #CBAPFee .ticker-img {
        display: table;
        margin: auto;
        position: relative;
        top: 0px;
        right: 0px;
        width: 115px; } }
  #CBAPFee .heading-with-text {
    font-weight: 300; }
  @media (max-width: 991px) {
    #CBAPFee .col-lg-8 {
      display: flex;
      flex-direction: column;
      order: 1; } }
  @media (max-width: 991px) {
    #CBAPFee .order-change {
      order: 1; } }
  #CBAPFee .card-grid {
    width: 45%;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    margin-bottom: 30px; }
    @media (max-width: 1120px) {
      #CBAPFee .card-grid {
        width: 100%; } }
    @media (max-width: 1023px) {
      #CBAPFee .card-grid {
        width: 92%; } }
    #CBAPFee .card-grid p {
      font-size: 14px;
      text-align: left;
      margin-bottom: 0px;
      margin-top: 1rem; }
  #CBAPFee .btn-orange, #CBAPFee .btn-orange-outline {
    padding: .445rem .75rem !important; }
  #CBAPFee .adjust-height {
    height: auto;
    display: flex; }
  #CBAPFee .card {
    padding: 0px; }
    @media (max-width: 1023px) {
      #CBAPFee .card {
        width: 100%; } }
    #CBAPFee .card .content-header {
      background: #f9f9f9;
      padding: 20px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 100%; }
      #CBAPFee .card .content-header p {
        margin: 0 0 10px 0;
        font-size: 12px; }
      #CBAPFee .card .content-header img {
        max-width: 100%; }
    #CBAPFee .card .card-body {
      padding: 20px !important; }
    #CBAPFee .card .header-card {
      padding: 20px; }
      #CBAPFee .card .header-card h2 {
        color: #222;
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 5px;
        color: #e59000; }
      #CBAPFee .card .header-card h4 {
        font-size: 18px;
        margin-bottom: 3px;
        color: #007aff;
        cursor: pointer; }
        #CBAPFee .card .header-card h4 span {
          color: #101010; }
    #CBAPFee .card .clear-gap {
      clear: both;
      width: 100%;
      float: left; }
    #CBAPFee .card h3 {
      color: #383636;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px;
      border-bottom: solid 1px #d8d8d8;
      padding-bottom: 10px; }
    #CBAPFee .card h6 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #4a4a4a; }
    #CBAPFee .card ul {
      margin: 0px;
      padding: 0px;
      width: 100%;
      float: left;
      padding-bottom: 25px; }
      #CBAPFee .card ul li {
        width: 100%;
        list-style: disc;
        color: #007adc;
        font-size: 36px;
        line-height: 1;
        margin-left: 27px; }
        #CBAPFee .card ul li span {
          color: #69696e;
          font-size: 16px;
          vertical-align: middle; }
  #CBAPFee h6 {
    color: #383636;
    font-size: 18px;
    text-align: center; }
  #CBAPFee h5 {
    text-align: center;
    font-size: 30px;
    text-align: center;
    color: #101010; }
  #CBAPFee small {
    display: block;
    text-align: center;
    color: #101010; }
  #CBAPFee .price-tag {
    display: block;
    margin: 15px 0; }

#CBAPCertifications {
  background: linear-gradient(60deg, #fff 55%, #f4f7fa 55%); }
  @media (max-width: 767px) {
    #CBAPCertifications {
      background: linear-gradient(60deg, #fff 55%, #fff 55%); } }
  #CBAPCertifications h2 {
    font-weight: 300;
    font-size: 30px;
    color: #101010;
    margin-bottom: 30px; }
  #CBAPCertifications h4 {
    font-size: 18px;
    color: #101010;
    white-space: pre-line; }
  #CBAPCertifications .certificate-icon-row {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left; }
    #CBAPCertifications .certificate-icon-row ul {
      margin: 0px;
      padding: 0px;
      width: 100%; }
      #CBAPCertifications .certificate-icon-row ul li {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px; }
        #CBAPCertifications .certificate-icon-row ul li i {
          float: left;
          width: 30px;
          margin-right: 10px; }
          #CBAPCertifications .certificate-icon-row ul li i img {
            max-width: 100%; }
        #CBAPCertifications .certificate-icon-row ul li span {
          overflow: hidden;
          font-size: 18px; }

#CBAPGuarantee {
  background: #f4f7fa; }
  #CBAPGuarantee .card {
    margin-top: 40px; }
    #CBAPGuarantee .card img {
      float: left;
      margin-right: 20px; }
    #CBAPGuarantee .card .guarantee-text {
      overflow: hidden;
      display: flex;
      justify-content: center;
      flex-direction: column; }
    #CBAPGuarantee .card img {
      width: 185px; }
      @media (max-width: 991px) {
        #CBAPGuarantee .card img {
          width: 90px; } }
    #CBAPGuarantee .card h2 {
      font-size: 30px;
      color: #101010;
      font-weight: 300; }
    #CBAPGuarantee .card p {
      font-size: 14px;
      margin: 0px;
      color: #4a4a4a; }
      #CBAPGuarantee .card p a {
        color: #007adc; }

#CBAPFAQ {
  background: #004479; }
  #CBAPFAQ .accordion {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 30px; }
    #CBAPFAQ .accordion h4 {
      color: #222;
      font-size: 20px;
      font-weight: 700;
      margin: 0px;
      padding: 10px 0 10px 13px; }
    #CBAPFAQ .accordion h5 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0px;
      color: #222;
      font-size: 16px;
      padding: 25px 10px;
      width: 100%;
      cursor: pointer;
      position: relative; }
      #CBAPFAQ .accordion h5::after {
        box-sizing: border-box;
        height: 8px;
        width: 8px;
        border-style: solid;
        border-color: #69696e;
        border-width: 0px 2px 2px 0px;
        position: relative;
        top: 0px;
        padding: 2px;
        content: "";
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #CBAPFAQ .accordion h5[aria-expanded="true"]::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    #CBAPFAQ .accordion .faq-card {
      border-bottom: 1px solid #d8d8d8; }
      #CBAPFAQ .accordion .faq-card:last-child {
        border: 0px; }
      #CBAPFAQ .accordion .faq-card .faq-card-body {
        padding-left: 20px;
        margin-bottom: 20px; }

.CBAPcounselling-form {
  background: #f4f7fa;
  border-radius: 4px;
  width: 400px;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
  margin-bottom: 8px;
  margin-left: 20px; }
  @media (max-width: 767px) {
    .CBAPcounselling-form {
      width: 100%;
      margin-left: 0px;
      padding: 1.2rem; } }
  .CBAPcounselling-form h2 {
    display: block;
    color: #69696e;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .CBAPcounselling-form h2 {
        font-size: 24px; } }
  .CBAPcounselling-form .custom-control {
    text-align: center;
    margin-bottom: 30px; }
    .CBAPcounselling-form .custom-control small {
      display: flex;
      flex-direction: column;
      width: 100%;
      position: absolute;
      top: 22px;
      left: 0; }
  .CBAPcounselling-form .custom-control-label {
    font-size: 12px;
    color: #9ea0a5; }
    .CBAPcounselling-form .custom-control-label::before {
      border-radius: 2px;
      border-color: #007adc;
      background-color: #007adc;
      top: 0; }
    .CBAPcounselling-form .custom-control-label::after {
      top: 0; }
    .CBAPcounselling-form .custom-control-label::before, .CBAPcounselling-form .custom-control-label::after {
      width: 18px;
      height: 18px; }
    .CBAPcounselling-form .custom-control-label a {
      color: #56575a;
      text-decoration: underline; }

.mobile-select-gurus {
  display: none;
  width: 90%;
  margin: auto; }
  @media (max-width: 991px) {
    .mobile-select-gurus {
      display: block; } }
  .mobile-select-gurus p {
    border-top: 2px dashed;
    border-color: #004479 !important;
    margin: 0;
    padding: 30px;
    counter-increment: section;
    position: relative; }
    .mobile-select-gurus p:nth-child(even) {
      border-left: 2px dashed;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      margin-right: 30px;
      padding-right: 0; }
      .mobile-select-gurus p:nth-child(even)::before {
        content: counter(section);
        right: 100%;
        margin-right: -14px;
        position: absolute;
        border-radius: 50%;
        padding: 3px;
        height: 30px;
        width: 30px;
        background-color: #004479;
        text-align: center;
        color: #fff;
        font-size: 110%; }
    .mobile-select-gurus p:nth-child(odd) {
      border-right: 2px dashed;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      margin-left: 30px;
      padding-left: 0; }
      .mobile-select-gurus p:nth-child(odd)::before {
        content: counter(section);
        left: 100%;
        margin-left: -14px;
        position: absolute;
        border-radius: 50%;
        padding: 3px;
        height: 30px;
        width: 30px;
        background-color: #004479;
        text-align: center;
        color: #fff;
        font-size: 110%; }
    .mobile-select-gurus p:first-child {
      border-top: 0;
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .mobile-select-gurus p:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .mobile-select-gurus p strong,
    .mobile-select-gurus p span {
      display: block; }

.video-modal .close {
  color: #fff;
  font-size: 60px; }

#CBAPblog {
  background: #fff;
  /* Track */
  /* Handle */ }
  #CBAPblog .blog-row {
    width: 99%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    display: flex; }
    #CBAPblog .blog-row .card {
      border-bottom-left-radius: .25rem !important;
      border-bottom-right-radius: .25rem !important;
      border-top-left-radius: 0rem !important;
      border-top-right-radius: 0rem !important; }
  #CBAPblog ::-webkit-scrollbar {
    width: 12px; }
  #CBAPblog ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d8d8d8;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  #CBAPblog ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #004479;
    -webkit-box-shadow: inset 0 0 6px #d8d8d8; }
  #CBAPblog ::-webkit-scrollbar-thumb:window-inactive {
    background: #004479; }
  #CBAPblog .card {
    margin-bottom: 15px;
    height: 360px; }
    @media (max-width: 991px) {
      #CBAPblog .card {
        height: auto; } }
    #CBAPblog .card .card-body {
      padding: .1rem; }
    #CBAPblog .card h4 {
      color: #101010;
      font-weight: 300;
      font-size: 16px;
      margin-bottom: 20px;
      white-space: initial; }
    #CBAPblog .card ul {
      margin: 0px;
      padding: 0px; }
      #CBAPblog .card ul li {
        width: 100%;
        color: #4a4a4a;
        font-size: 14px; }
        #CBAPblog .card ul li span {
          width: 10px;
          height: 10px;
          background: #004479;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          margin-right: 15px;
          vertical-align: middle;
          float: left;
          margin-top: 4px; }
        #CBAPblog .card ul li p {
          font-weight: 300;
          white-space: pre-wrap;
          margin-left: 25px; }

.cbap-header {
  width: 100%;
  background: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  .cbap-header.headerfixed {
    background: whitesmoke; }
  .cbap-header .placeholder {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color: #fff;
    background: #004479;
    display: inline-flex; }
    .cbap-header .placeholder span {
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      font-size: 25px;
      font-weight: 700;
      line-height: 40px; }
  .cbap-header .navbar-brand.active {
    display: none !important; }
    @media (max-width: 991px) {
      .cbap-header .navbar-brand.active {
        display: block !important; } }
  .cbap-header .navbar-brand img {
    width: 180px; }
  .cbap-header .navbar-nav {
    margin-left: 100px; }
    @media (max-width: 992px) {
      .cbap-header .navbar-nav {
        margin-left: 0px; } }
    .cbap-header .navbar-nav .nav-item {
      margin-right: 30px;
      position: relative; }
      @media (max-width: 991px) {
        .cbap-header .navbar-nav .nav-item {
          margin: 0px; } }
      .cbap-header .navbar-nav .nav-item.active .nav-link {
        color: #101010; }
      .cbap-header .navbar-nav .nav-item:last-child {
        margin-right: 0px; }
        .cbap-header .navbar-nav .nav-item:last-child .nav-link:hover {
          color: #fff !important; }
      .cbap-header .navbar-nav .nav-item .nav-link {
        color: #101010;
        font-size: 16px; }
        @media (max-width: 991px) {
          .cbap-header .navbar-nav .nav-item .nav-link {
            font-size: 18px;
            padding: 1rem; } }
  .cbap-header .navbar-toggler {
    position: relative;
    display: block;
    width: 30px;
    height: 33px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent; }
    @media (min-width: 992px) {
      .cbap-header .navbar-toggler {
        display: none !important; } }
    .cbap-header .navbar-toggler i {
      position: absolute;
      top: 11px;
      right: 1px;
      -webkit-transition: background 0.3s 0.3s;
      -moz-transition: background 0.3s 0.3s;
      transition: background 0.3s 0.3s;
      height: 3px;
      width: 100%;
      display: inline-block;
      background: #004479;
      color: #fff; }
      .cbap-header .navbar-toggler i::before {
        content: '';
        right: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 0% 50%;
        -moz-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        -o-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transition: -webkit-transform 0.3s 0.3s;
        -moz-transition: -moz-transform 0.3s 0.3s;
        transition: transform 0.3s 0.3s;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #004479;
        top: -8px; }
      .cbap-header .navbar-toggler i::after {
        content: '';
        right: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 0% 50%;
        -moz-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        -o-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transition: -webkit-transform 0.3s 0.3s;
        -moz-transition: -moz-transform 0.3s 0.3s;
        transition: transform 0.3s 0.3s;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #004479;
        top: 8px; }
  @media (max-width: 991px) {
    .cbap-header .navbar-collapse {
      position: fixed;
      z-index: 99;
      top: 0;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      width: 300px;
      height: 100%;
      background: #f4f7fa;
      box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.3); }
    .cbap-header .navbar-collapse.collapsing {
      left: -300px;
      transition: height 0s ease; }
    .cbap-header .navbar-collapse.show {
      left: 0;
      transition: left 500ms ease-in-out; }
    .cbap-header .navbar-toggler.collapsed ~ .navbar-collapse {
      transition: left 500ms ease-in-out; } }
  .cbap-header button:focus {
    border: none;
    outline: 0px; }

.CBAPfooter {
  clear: both;
  padding: 50px 0;
  padding-bottom: 0px;
  background: #f4f7fa; }
  .CBAPfooter h2 {
    color: #101010;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 40px; }
    .CBAPfooter h2 span {
      font-size: 16px;
      font-weight: 300;
      color: #101010;
      display: block;
      margin-top: 10px; }
  .CBAPfooter .form-group {
    margin-bottom: 29px; }
  .CBAPfooter .card {
    padding: 10px; }
    @media (max-width: 640px) {
      .CBAPfooter .card {
        padding: 10px; } }
    .CBAPfooter .card ul {
      margin: 0px;
      padding: 0px; }
      .CBAPfooter .card ul li {
        display: block;
        width: 100%;
        font-size: 30px;
        color: #222;
        margin-bottom: 20px; }
        .CBAPfooter .card ul li img {
          width: 30px;
          margin-right: 20px;
          float: left; }
        .CBAPfooter .card ul li small {
          display: block;
          color: #4a4a4a;
          font-weight: 300;
          font-size: 12px; }
          @media (max-width: 767px) {
            .CBAPfooter .card ul li small {
              text-align: left; } }
        .CBAPfooter .card ul li a {
          font-size: 18px;
          color: #4a4a4a; }
          @media (max-width: 640px) {
            .CBAPfooter .card ul li a {
              font-size: 16px;
              display: flex; } }
        .CBAPfooter .card ul li h6 {
          font-size: 18px;
          color: #4a4a4a; }
          @media (max-width: 640px) {
            .CBAPfooter .card ul li h6 {
              font-size: 16px;
              display: flex; } }
        .CBAPfooter .card ul li .cont-text {
          overflow: hidden;
          display: flex;
          flex-direction: column; }
        .CBAPfooter .card ul li:last-child {
          margin: 0px; }
  .CBAPfooter .cbap-footer-bottom-text {
    margin: 0px 0 0;
    padding: 15px 0;
    color: #101010;
    width: 100%;
    float: left;
    background: #f4f7fa; }
    .CBAPfooter .cbap-footer-bottom-text .cbap-footer-link {
      font-size: 80%;
      color: #101010; }
      .CBAPfooter .cbap-footer-bottom-text .cbap-footer-link a {
        color: #101010;
        position: relative;
        margin: 0 6px 0 0px; }
        .CBAPfooter .cbap-footer-bottom-text .cbap-footer-link a:hover {
          text-decoration: underline; }
        .CBAPfooter .cbap-footer-bottom-text .cbap-footer-link a::after {
          content: '';
          width: 1px;
          background: #101010;
          position: absolute;
          height: 11px;
          top: 3px;
          right: -6px; }
        .CBAPfooter .cbap-footer-bottom-text .cbap-footer-link a:last-child::after {
          display: none; }
  .CBAPfooter .cbap-foooter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 640px) {
      .CBAPfooter .cbap-foooter-row {
        flex-direction: column; } }
    .CBAPfooter .cbap-foooter-row i {
      color: #e90b04;
      font-size: 22px;
      margin: 0 3px; }
    .CBAPfooter .cbap-foooter-row small {
      display: flex;
      align-items: center;
      justify-content: center; }
  @media (max-width: 640px) {
    .CBAPfooter .ml-auto,
    .CBAPfooter .mx-auto {
      margin-left: 0px !important; }
    .CBAPfooter .mr-auto,
    .CBAPfooter .mx-auto {
      margin-right: 0px !important; }
    .CBAPfooter small,
    .CBAPfooter .footer-link {
      width: 100%;
      text-align: center; } }
#bottomBacktoTop {
  width: 35px;
  height: 35px;
  background-color: #004479;
  position: fixed;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 15px;
  margin: 0 15px 0 0;
  z-index: 1;
  transition: 0.35s;
  transform: scale(0.7);
  border-radius: 100px; }
  #bottomBacktoTop.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    opacity: 1; }
  #bottomBacktoTop i {
    position: relative; }
    #bottomBacktoTop i::after {
      height: 12px;
      width: 12px;
      border-style: solid;
      border-color: #fff;
      border-width: 0px 2px 2px 0px;
      position: absolute;
      content: "";
      position: absolute;
      top: 15px;
      right: -24px;
      -webkit-transform: rotate(-136deg);
      -moz-transform: rotate(-136deg);
      -ms-transform: rotate(-136deg);
      -o-transform: rotate(-136deg);
      transform: rotate(-136deg); }

.contact-us-success-msg {
  display: none;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.accelerate-footer-bottom-text {
  margin: 0px 0 0;
  padding: 15px 0;
  color: #fff;
  width: 100%;
  float: left;
  background: #2d2b33; }
  .accelerate-footer-bottom-text .accelerate-footer-link {
    font-size: 80%;
    color: #fff; }
    .accelerate-footer-bottom-text .accelerate-footer-link a {
      color: #fff;
      position: relative;
      margin: 0 6px 0 0px; }
      .accelerate-footer-bottom-text .accelerate-footer-link a:hover {
        text-decoration: underline; }
      .accelerate-footer-bottom-text .accelerate-footer-link a::after {
        content: '';
        width: 1px;
        background: #fff;
        position: absolute;
        height: 11px;
        top: 3px;
        right: -6px; }
      .accelerate-footer-bottom-text .accelerate-footer-link a:last-child::after {
        display: none; }
  .accelerate-footer-bottom-text .accelerate-foooter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 640px) {
      .accelerate-footer-bottom-text .accelerate-foooter-row {
        flex-direction: column; } }
    .accelerate-footer-bottom-text .accelerate-foooter-row i {
      color: #e90b04;
      font-size: 22px;
      margin: 0 3px; }
    .accelerate-footer-bottom-text .accelerate-foooter-row small {
      display: flex;
      align-items: center;
      justify-content: center; }

.accelerate-first-fold .popup-form {
  width: auto;
  padding: 2.1rem; }
  .accelerate-first-fold .popup-form .iti__country-list {
    width: 305px !important;
    overflow-x: hidden !important; }
  .accelerate-first-fold .popup-form h2 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
    white-space: pre-line; }
    @media (max-width: 991px) {
      .accelerate-first-fold .popup-form h2 {
        font-size: 24px; } }
  .accelerate-first-fold .popup-form .floating-lable {
    margin-bottom: 25px; }
  .accelerate-first-fold .popup-form .custom-control {
    margin-bottom: 0px; }

.accelerate-first-fold .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 102, 34, 0.5); }

.accelerate-first-fold .popup-form .custom-control-input:checked ~ .custom-control-label::before {
  border-radius: 2px;
  border-color: #ff6622;
  background-color: #ff6622 !important; }

.accelerate-first-fold select {
  font-size: 14px;
  color: #9ea0a5;
  height: calc(2.1em + 1rem + 2px);
  padding: .5rem 1rem; }

.accelerate-first-fold .welocme-content {
  width: 60%; }
  @media (max-width: 767px) {
    .accelerate-first-fold .welocme-content {
      margin-right: 0px; } }
  @media (max-width: 991px) {
    .accelerate-first-fold .welocme-content {
      width: 100%; } }
  .accelerate-first-fold .welocme-content ul li {
    font-size: 16px !important; }
  .accelerate-first-fold .welocme-content .acc-italic {
    font-family: 'Times_Bold_Italic'; }

@media (max-width: 767px) {
  .accelerate-first-fold .popup-form {
    margin-left: 0px; } }

#BlackBeltForYou {
  background: #2d2b33; }
  #BlackBeltForYou .table-active {
    background: #f4f7fa; }
  #BlackBeltForYou thead th {
    font-size: 24px;
    padding: 1.5rem; }
    #BlackBeltForYou thead th span {
      font-style: italic;
      font-weight: 400; }
  #BlackBeltForYou tbody td, #BlackBeltForYou tbody th {
    padding: .99rem 1.75rem;
    font-size: 14px; }
  #BlackBeltForYou .btn-sm {
    padding: .445rem .25rem !important; }

.accelerate-road-map {
  background: #101010 !important; }
  .accelerate-road-map img {
    height: 300px; }
    @media (max-width: 991px) {
      .accelerate-road-map img {
        height: auto; } }
.accelerate-payments .card-header,
.accelerate-payments .card-footer {
  background: #f4f7fa;
  padding: 1.75rem 1.25rem; }

@media (max-width: 991px) {
  .accelerate-payments .card {
    margin-bottom: 20px; } }

.accelerate-payments .card-header {
  text-align: center; }
  .accelerate-payments .card-header .card-title {
    margin-bottom: 0px;
    font-size: 30px; }
    .accelerate-payments .card-header .card-title span {
      font-style: italic; }

.accelerate-payments small {
  font-size: 14px;
  color: #4a4a4a;
  display: block; }

.accelerate-payments .card-body h2 {
  text-align: center; }
  .accelerate-payments .card-body h2 span {
    margin: .33rem 0;
    width: 100%;
    float: left; }

.accelerate-payments .card-body h6 {
  text-align: center;
  margin: 15px 0;
  color: #101010;
  font-size: 16px !important;
  padding: 10px 0;
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8; }

#MoneyBack {
  background: #101010; }
  #MoneyBack img {
    width: 200px;
    float: left;
    margin-right: 30px; }
    @media (max-width: 991px) {
      #MoneyBack img {
        width: 90px; } }
  #MoneyBack .money-bock-text {
    overflow: hidden; }
    #MoneyBack .money-bock-text h4 {
      font-size: 24px;
      font-weight: 300;
      color: #101010;
      margin-bottom: 20px; }
  #MoneyBack .card-block {
    border-radius: .25rem;
    padding: 20px;
    background: #fff;
    float: left; }

#Fee {
  background: #2d2b33; }
  #Fee .ticker-img {
    position: absolute;
    top: -82px;
    right: -84px;
    width: 150px; }
    @media (max-width: 767px) {
      #Fee .ticker-img {
        display: table;
        margin: auto;
        position: relative;
        top: 0px;
        right: 0px;
        width: 115px; } }
  #Fee .heading-with-text {
    font-weight: 300; }
  @media (max-width: 991px) {
    #Fee .col-lg-8 {
      display: flex;
      flex-direction: column;
      order: 1; } }
  @media (max-width: 991px) {
    #Fee .order-change {
      order: 1; } }
  #Fee .card-grid {
    width: 45%;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    margin-bottom: 30px; }
    @media (max-width: 1120px) {
      #Fee .card-grid {
        width: 100%; } }
    @media (max-width: 1023px) {
      #Fee .card-grid {
        width: 92%;
        padding: 5px; } }
    #Fee .card-grid p {
      font-size: 14px;
      text-align: left;
      margin-bottom: 0px;
      margin-top: 1rem; }
  #Fee .btn-orange, #Fee .btn-orange-outline {
    padding: .445rem .75rem !important; }
  #Fee .adjust-height {
    height: auto;
    display: flex; }
  #Fee .card {
    padding: 0px; }
    @media (max-width: 1023px) {
      #Fee .card {
        width: 100%; } }
    #Fee .card .content-header {
      background: #f9f9f9;
      padding: 20px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 100%; }
      #Fee .card .content-header p {
        margin: 0 0 10px 0;
        font-size: 12px; }
      #Fee .card .content-header img {
        max-width: 100%; }
    #Fee .card .card-body {
      padding: 20px !important; }
    #Fee .card .header-card {
      padding: 20px; }
      #Fee .card .header-card h2 {
        color: #222;
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 5px;
        color: #e59000; }
      #Fee .card .header-card h4 {
        font-size: 18px;
        margin-bottom: 3px;
        color: #007aff;
        cursor: pointer; }
        #Fee .card .header-card h4 span {
          color: #101010; }
    #Fee .card .clear-gap {
      clear: both;
      width: 100%;
      float: left; }
    #Fee .card h3 {
      color: #383636;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px;
      border-bottom: solid 1px #d8d8d8;
      padding-bottom: 10px; }
    #Fee .card h6 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #4a4a4a; }
    #Fee .card ul {
      margin: 0px;
      padding: 0px;
      width: 100%;
      float: left;
      padding-bottom: 25px; }
      #Fee .card ul li {
        width: 100%;
        list-style: disc;
        color: #007adc;
        font-size: 36px;
        line-height: 1;
        margin-left: 27px;
        white-space: pre-line; }
        #Fee .card ul li span {
          color: #69696e;
          font-size: 16px;
          vertical-align: middle; }
  #Fee h6 {
    color: #383636;
    font-size: 18px;
    text-align: center; }
  #Fee h5 {
    text-align: center;
    font-size: 30px;
    text-align: center;
    color: #101010; }
  #Fee small {
    display: block;
    text-align: center;
    color: #101010; }
  #Fee .price-tag {
    display: block;
    margin: 15px 0; }

#CoursesInBlackBelt {
  background: #f4f7fa;
  /* Track */
  /* Handle */ }
  #CoursesInBlackBelt .heading-with-text {
    margin-bottom: 20px !important; }
  @media (max-width: 767px) {
    #CoursesInBlackBelt .col-sm-12 {
      display: flex;
      flex: 0 0 100%; } }
  #CoursesInBlackBelt .card {
    background: #f4f7fa;
    border: 0px; }
    #CoursesInBlackBelt .card img {
      width: 100%; }
    #CoursesInBlackBelt .card .card-body {
      padding: 0px; }
    #CoursesInBlackBelt .card a {
      color: #222;
      font-size: 16px; }
  #CoursesInBlackBelt .blog-row {
    width: 99%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    display: flex;
    white-space: pre-line; }
    #CoursesInBlackBelt .blog-row .card {
      border-bottom-left-radius: .25rem !important;
      border-bottom-right-radius: .25rem !important;
      border-top-left-radius: 0rem !important;
      border-top-right-radius: 0rem !important; }
  #CoursesInBlackBelt ::-webkit-scrollbar {
    width: 12px; }
  #CoursesInBlackBelt ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d8d8d8;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  #CoursesInBlackBelt ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fa7605;
    -webkit-box-shadow: inset 0 0 6px #d8d8d8; }
  #CoursesInBlackBelt ::-webkit-scrollbar-thumb:window-inactive {
    background: #fa7605; }
  @media (max-width: 767px) {
    #CoursesInBlackBelt .col-lg-3 {
      margin-right: 20px; } }
  #CoursesInBlackBelt p {
    margin: 0px; }

@media (max-width: 767px) {
  .accelerate-expert .col-sm-12 {
    flex: 0 0 0px !important; } }

.common-modal-style select {
  font-size: 14px;
  color: #9ea0a5;
  height: calc(2.1em + 1rem + 2px);
  padding: .5rem 1rem; }

.job-guaranteed .heading-2 {
  color: #fff;
  text-align: left; }

.job-guaranteed ul li {
  padding: 0 0px;
  margin: 6px 0px 0px 22px; }

.job-guaranteed ul li::after {
  border: solid 3px #fff;
  top: 5px;
  left: 0px;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px; }

.job-guaranteed .heading-with-content:after {
  background: #fff;
  left: 4%; }

.job-guaranteed img {
  float: left;
  margin-right: 40px;
  width: 437px;
  height: 315px;
  object-fit: cover;
  border-radius: 4px; }

.job-guaranteed-content {
  overflow: hidden;
  color: #fff;
  font-size: 16px; }

.job-guaranteed-content .tnc-a {
  cursor: pointer;
  margin-left: 20px;
  color: #f0be00; }

.job-guaranteed-content .tnc-a:hover {
  text-shadow: 0 0 2px #f4f7fa; }

.job-guaranteed {
  background: #2d2b33; }

@media (max-width: 767px) {
  .job-guaranteed img {
    display: none; }
  .job-guaranteed-row {
    padding-left: 30px;
    padding-right: 30px; }
  .job-guaranteed .heading-2 {
    text-align: center; }
  .job-guaranteed .heading-with-content:after {
    left: 50%; }
  job-guaranteed ul li {
    margin: 0px 0px 6px 22px; } }

#Roadmap .heading-with-text h5 {
  font-size: 16px; }

#Roadmap #roadmap-img #horizontal-img {
  display: block; }

#Roadmap #roadmap-img #vertical-img {
  display: none; }

@media (max-width: 991px) {
  #Roadmap #roadmap-img #horizontal-img {
    display: none; }
  #Roadmap #roadmap-img #vertical-img {
    display: block; } }

.acc_curriculum {
  background: #2d2b33; }
  .acc_curriculum h4 {
    font-weight: 300;
    color: #fff;
    font-size: 30px; }
  .acc_curriculum p {
    color: #fff; }
  .acc_curriculum ul {
    width: 100%;
    margin-top: 135px; }
    .acc_curriculum ul h5 {
      color: #fff;
      font-size: 20px; }
    .acc_curriculum ul li {
      width: calc(100% * (1/2) - 10px);
      height: 126px;
      margin: 20px 20px 0 0px;
      float: left;
      background: #e59000;
      background: -moz-linear-gradient(263deg, #e59000 0%, #b77301 100%);
      background: -webkit-linear-gradient(263deg, #e59000 0%, #b77301 100%);
      background: linear-gradient(263deg, #e59000 0%, #b77301 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e59000",endColorstr="#b77301",GradientType=1);
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      text-align: center;
      padding: 1.2rem; }
      @media (max-width: 991px) {
        .acc_curriculum ul li {
          margin-bottom: 10px;
          text-align: left; } }
      .acc_curriculum ul li strong {
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 44px;
        line-height: 1; }
      .acc_curriculum ul li span {
        color: #fff;
        font-size: 14px;
        font-weight: 300; }
      .acc_curriculum ul li:nth-child(odd) {
        margin-right: 0px !important; }
  .acc_curriculum .accordion {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 30px; }
    .acc_curriculum .accordion p {
      font-size: 14px;
      color: #4a4a4a;
      border-bottom: solid 1px #d8d8d8;
      display: flex;
      padding: 10px;
      align-items: center; }
      .acc_curriculum .accordion p:last-child {
        border-bottom: 0px; }
      .acc_curriculum .accordion p .watch-btn {
        width: 30px;
        height: 30px;
        margin-left: auto;
        position: relative;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        background: #e5e5e5;
        display: flex;
        align-items: center;
        cursor: pointer; }
        .acc_curriculum .accordion p .watch-btn::before {
          content: "";
          position: absolute;
          width: 0px;
          height: 0px;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 8px solid #000000;
          top: 0;
          right: 0;
          left: 1px;
          bottom: 0px;
          margin: auto; }
    .acc_curriculum .accordion h4 {
      color: #222;
      font-size: 20px;
      font-weight: 700;
      margin: 0px;
      padding: 10px 0 10px 13px; }
    .acc_curriculum .accordion h5 {
      display: block;
      margin: 0px;
      color: #222;
      font-size: 20px;
      padding: 25px 10px;
      width: 100%;
      cursor: pointer;
      position: relative;
      background: #ffeac6;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      padding: 1.5rem;
      position: relative; }
      .acc_curriculum .accordion h5 .icon-detail {
        width: 100%;
        margin-top: 10px;
        display: flex; }
        .acc_curriculum .accordion h5 .icon-detail span {
          margin-right: 20px;
          display: flex;
          line-height: 1;
          font-size: 14px; }
          .acc_curriculum .accordion h5 .icon-detail span i {
            width: 25px;
            margin-right: 10px; }
          .acc_curriculum .accordion h5 .icon-detail span:first-child i {
            background: url("../../images/project.svg") no-repeat 100% 100%; }
          .acc_curriculum .accordion h5 .icon-detail span:last-child i {
            background: url("../../images/assignment.svg") no-repeat 100% 100%; }
      .acc_curriculum .accordion h5[aria-expanded="true"] {
        border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px; }
      .acc_curriculum .accordion h5::after {
        box-sizing: border-box;
        height: 15px;
        width: 15px;
        border-style: solid;
        border-color: #101010;
        border-width: 0px 2px 2px 0px;
        position: relative;
        top: -13px;
        padding: 2px;
        content: "";
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        display: flex;
        margin-left: auto;
        justify-content: center; }
      .acc_curriculum .accordion h5[aria-expanded="true"]::after {
        -webkit-transform: rotate(-134deg);
        -moz-transform: rotate(-134deg);
        -ms-transform: rotate(-134deg);
        -o-transform: rotate(-134deg);
        transform: rotate(-134deg); }
    .acc_curriculum .accordion .faq-card {
      margin-bottom: 15px; }
      .acc_curriculum .accordion .faq-card:last-child {
        border: 0px; }
      .acc_curriculum .accordion .faq-card .faq-card-body {
        padding-left: 20px;
        margin-bottom: 20px;
        background: #fff;
        padding: 1.25rem;
        border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px; }
  .acc_curriculum .card-body {
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px; }

#ApplicationProcess {
  background: #101010; }
  #ApplicationProcess .application-process-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background: #b8b8b8;
    border-radius: 4px; }
    #ApplicationProcess .application-process-row .arrow-card {
      width: 227px;
      position: relative;
      padding: 13px;
      height: 227px;
      border: 4px solid;
      border-radius: 50%;
      position: relative;
      margin-right: 40px;
      border-color: #222; }
      #ApplicationProcess .application-process-row .arrow-card span {
        width: 45px;
        height: 45px;
        background: #ffaa00;
        border: solid 2px #fff;
        display: flex;
        align-items: center;
        justify-self: center;
        justify-content: center;
        font-weight: 700;
        color: #222;
        font-size: 20px;
        position: absolute;
        right: 0px;
        top: 20px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
      #ApplicationProcess .application-process-row .arrow-card::before {
        content: "";
        display: block;
        width: 18px;
        height: 95px;
        background: #b8b8b8;
        position: absolute;
        /* bottom: 59px; */
        /* top: -93px; */
        right: -6px;
        margin: auto; }
      #ApplicationProcess .application-process-row .arrow-card .right-arrow {
        height: 40px;
        width: 4px;
        background: #222;
        display: inline-block;
        position: absolute;
        top: 90px;
        right: -23px; }
        #ApplicationProcess .application-process-row .arrow-card .right-arrow::before {
          content: " ";
          width: 4px;
          background: #222;
          height: 20px;
          position: absolute;
          top: -5px;
          transform: rotate(50deg);
          left: -6px; }
        #ApplicationProcess .application-process-row .arrow-card .right-arrow::after {
          content: " ";
          width: 4px;
          background: #222;
          height: 20px;
          position: absolute;
          top: -5px;
          transform: rotate(-50deg);
          right: -7px; }
        #ApplicationProcess .application-process-row .arrow-card .right-arrow.half-left {
          transform: rotate(90deg); }
      #ApplicationProcess .application-process-row .arrow-card .arrow-body {
        background: #fff;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #222;
        font-size: 12px;
        height: 193px;
        width: 193px;
        padding: 20px; }
        #ApplicationProcess .application-process-row .arrow-card .arrow-body img {
          width: 40px; }
    @media (max-width: 991px) {
      #ApplicationProcess .application-process-row {
        display: none; } }
  #ApplicationProcess .card {
    background: transparent;
    border: 0px; }
    #ApplicationProcess .card .icon-card {
      width: 80px;
      height: 80px;
      background: #fff;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      text-align: center;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #ApplicationProcess .card .icon-card img {
        max-width: 100%; }
    #ApplicationProcess .card h4 {
      color: #fff;
      font-weight: 500;
      font-size: 25px;
      margin-bottom: 20px;
      line-height: 30px;
      white-space: pre-line; }
    #ApplicationProcess .card ul {
      margin: 0px;
      padding: 0px; }
      #ApplicationProcess .card ul li {
        display: inline-block;
        color: #fff;
        margin-bottom: 12px; }
        #ApplicationProcess .card ul li span {
          display: inline-block;
          color: #007adc;
          width: 10px;
          height: 10px;
          background: #f0be00;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          margin-right: 10px;
          vertical-align: middle; }
  #ApplicationProcess .mobile-application-process {
    width: 90%;
    margin: auto;
    display: none; }
    @media (max-width: 991px) {
      #ApplicationProcess .mobile-application-process {
        display: block; } }
    #ApplicationProcess .mobile-application-process p {
      border-top: 2px dashed;
      border-color: #f0be00 !important;
      margin: 0;
      padding: 30px;
      counter-increment: section;
      position: relative; }
      @media (max-width: 767px) {
        #ApplicationProcess .mobile-application-process p .mob-none {
          display: none; } }
      #ApplicationProcess .mobile-application-process p:nth-child(even) {
        border-left: 2px dashed;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        margin-right: 30px;
        padding-right: 0; }
        #ApplicationProcess .mobile-application-process p:nth-child(even)::before {
          content: counter(section);
          right: 100%;
          margin-right: -14px;
          position: absolute;
          border-radius: 50%;
          padding: 3px;
          height: 30px;
          width: 30px;
          background-color: #ff7b02;
          text-align: center;
          color: #fff;
          font-size: 110%; }
      #ApplicationProcess .mobile-application-process p:nth-child(odd) {
        border-right: 2px dashed;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        margin-left: 30px;
        padding-left: 0; }
        #ApplicationProcess .mobile-application-process p:nth-child(odd)::before {
          content: counter(section);
          left: 100%;
          margin-left: -14px;
          position: absolute;
          border-radius: 50%;
          padding: 3px;
          height: 30px;
          width: 30px;
          background-color: #ff7b02;
          text-align: center;
          color: #fff;
          font-size: 110%; }
      #ApplicationProcess .mobile-application-process p:first-child {
        border-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0; }
      #ApplicationProcess .mobile-application-process p:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
      #ApplicationProcess .mobile-application-process p strong,
      #ApplicationProcess .mobile-application-process p span {
        display: block; }

@media (max-width: 991px) {
  .acc-fee .col-lg-10 {
    display: flex;
    flex-direction: column;
    order: 1; } }

@media (max-width: 991px) {
  .acc-fee .order-change-1 {
    order: 1; } }

.video-modal .close {
  color: #fff;
  font-size: 60px; }

.av-sprite {
  background: url("../../images/spritesai.svg");
  display: inline-block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 600%; }
  .av-sprite.av-mobile {
    width: 32px;
    height: 35px;
    background-position: -41px -433px;
    transform: scale(1.4); }
  .av-sprite.mentorship {
    width: 50px;
    height: 43px;
    background-position: -167px -242px;
    transform: scale(2.2); }
  .av-sprite.comprehensive {
    width: 50px;
    height: 43px;
    background-position: -120px -240px;
    transform: scale(2.2); }
  .av-sprite.prepares-job {
    width: 50px;
    height: 43px;
    background-position: 10px -270px;
    transform: scale(2.5); }
  .av-sprite.personalised-roadmap {
    width: 50px;
    height: 36px;
    background-position: -203px -245px; }
  .av-sprite.one-one-mentorship-call {
    width: 50px;
    height: 36px;
    background-position: -74px -244px;
    transform: scale(2.7); }
  .av-sprite.career-guidance {
    width: 50px;
    height: 36px;
    background-position: -239px -246px;
    transform: scale(1.9); }
  .av-sprite.earn-certificate {
    width: 29px;
    height: 30px;
    background-position: -17px -133px; }
  .av-sprite.share-achievement {
    width: 29px;
    height: 30px;
    background-position: -21px -150px;
    transform: scale(1.999); }
  .av-sprite.av-call {
    width: 32px;
    height: 25px;
    background-position: 5px -445px;
    transform: scale(3.1); }
  .av-sprite.av-message {
    width: 32px;
    height: 25px;
    background-position: 4px -456px;
    transform: scale(3.1); }
  .av-sprite.av-discussion {
    width: 32px;
    height: 25px;
    background-position: 3px -433px;
    transform: scale(3.1); }
  .av-sprite.gramener {
    width: 145px;
    height: 68px;
    background-position: -18px -371px; }
  .av-sprite.ericsson {
    width: 145px;
    height: 68px;
    background-position: -185px -280px; }
  .av-sprite.sg-analytics {
    width: 145px;
    height: 68px;
    background-position: -189px -377px; }
  .av-sprite.brillio {
    width: 145px;
    height: 68px;
    background-position: -521px -283px; }
  .av-sprite.centric {
    width: 145px;
    height: 68px;
    background-position: -355px -380px; }
  .av-sprite.intertrust {
    width: 145px;
    height: 68px;
    background-position: -13px -285px; }
  .av-sprite.zs {
    width: 145px;
    height: 68px;
    background-position: -353px -191px; }
  .av-sprite.tiger-analytics {
    width: 145px;
    height: 68px;
    background-position: -186px -193px; }
  .av-sprite.paypal {
    width: 145px;
    height: 68px;
    background-position: -696px -101px; }
  .av-sprite.tabsquare {
    width: 145px;
    height: 68px;
    background-position: -360px -282px; }
  .av-sprite.blackstraw {
    width: 145px;
    height: 68px;
    background-position: -360px -7px; }
  .av-sprite.wns {
    width: 145px;
    height: 68px;
    background-position: -15px -193px; }
  .av-sprite.zee {
    width: 145px;
    height: 68px;
    background-position: -185px -100px; }
  .av-sprite.zee5 {
    width: 145px;
    height: 76px;
    background-position: -523px -94px; }
  .av-sprite.kotak {
    width: 145px;
    height: 68px;
    background-position: -530px -8px; }
  .av-sprite.konverge {
    width: 145px;
    height: 68px;
    background-position: -697px -9px; }
  .av-sprite.thoucentric {
    width: 145px;
    height: 68px;
    background-position: -19px -101px; }
  .av-sprite.miq {
    width: 145px;
    height: 68px;
    background-position: -19px -6px; }
  .av-sprite.affine {
    width: 145px;
    height: 68px;
    background-position: -188px -8px; }
  .av-sprite.latent-view {
    width: 145px;
    height: 68px;
    background-position: -686px -191px; }
  .av-sprite.yugen-ai {
    width: 145px;
    height: 68px;
    background-position: -525px -191px; }
  .av-sprite.innovature {
    width: 145px;
    height: 68px;
    background-position: -696px -282px; }
  .av-sprite.hipi {
    width: 145px;
    height: 68px;
    background-position: -360px -99px; }
  .av-sprite.python {
    width: 170px;
    height: 70px;
    background-position: -346px -1015px;
    background-size: 400%; }
  .av-sprite.pandas {
    width: 170px;
    height: 70px;
    background-position: -12px -1012px;
    background-size: 400%; }
  .av-sprite.numpy {
    width: 170px;
    height: 70px;
    background-position: -508px -940px;
    background-size: 400%; }
  .av-sprite.matplotlib {
    width: 170px;
    height: 70px;
    background-position: -176px -938px;
    background-size: 400%; }
  .av-sprite.Scikits-image {
    width: 170px;
    height: 70px;
    background-position: -177px -798px;
    background-size: 400%; }
  .av-sprite.power-bi {
    width: 170px;
    height: 70px;
    background-position: -180px -1013px;
    background-size: 400%; }
  .av-sprite.aws-img {
    width: 170px;
    height: 70px;
    background-position: -511px -793px;
    background-size: 400%; }
  .av-sprite.amazon-sage-maker {
    width: 170px;
    height: 70px;
    background-position: -342px -868px;
    background-size: 400%; }
  .av-sprite.pytorch {
    width: 170px;
    height: 70px;
    background-position: -510px -1012px;
    background-size: 400%; }
  .av-sprite.rasa {
    width: 170px;
    height: 70px;
    background-position: -12px -1086px;
    background-size: 400%; }
  .av-sprite.ml-box {
    width: 170px;
    height: 70px;
    background-position: -346px -940px;
    background-size: 400%; }
  .av-sprite.learn {
    width: 170px;
    height: 70px;
    background-position: -14px -942px;
    background-size: 400%; }
  .av-sprite.dask {
    width: 170px;
    height: 70px;
    background-position: -20px -868px;
    background-size: 400%; }
  .av-sprite.feature-tools {
    width: 170px;
    height: 70px;
    background-position: -176px -868px;
    background-size: 400%; }
  .av-sprite.keras {
    width: 170px;
    height: 70px;
    background-position: -504px -868px;
    background-size: 400%; }
  .av-sprite.streamlit {
    width: 170px;
    height: 70px;
    background-position: -12px -1163px;
    background-size: 400%; }
  .av-sprite.flask {
    width: 170px;
    height: 70px;
    background-position: -339px -797px;
    background-size: 400%; }
  .av-sprite.excel {
    width: 170px;
    height: 70px;
    background-position: -182px -1163px;
    background-size: 400%; }
  .av-sprite.spacy {
    width: 170px;
    height: 70px;
    background-position: -174px -1086px;
    background-size: 400%; }
  .av-sprite.spark {
    width: 170px;
    height: 70px;
    background-position: -344px -1093px;
    background-size: 400%; }
  .av-sprite.sql {
    width: 170px;
    height: 70px;
    background-position: -507px -1089px;
    background-size: 400%; }
  .av-sprite.tableau {
    width: 170px;
    height: 70px;
    background-position: -12px -797px;
    background-size: 400%; }
  .av-sprite.av-project {
    width: 32px;
    height: 34px;
    background-position: -17px -446px;
    transform: scale(2.3); }
  .av-sprite.av-assignments {
    width: 32px;
    height: 29px;
    background-position: -16px -465px;
    transform: scale(2.2); }

.av-scale {
  transform: scale(2.3); }

.call-setting {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  transform: scale(1.7); }

.av-sprite2 {
  background: url("../../images/review-user/sprite.png");
  display: inline-block;
  margin: 0 auto;
  background-repeat: no-repeat;
  width: 93px;
  height: 20px; }
  .av-sprite2.intech {
    background-position: -8px -133px; }
  .av-sprite2.storstorms {
    background-position: -8px -34px;
    height: 26px; }
  .av-sprite2.parexel {
    background-position: -8px -65px; }
  .av-sprite2.diageo {
    background-position: -8px -156px; }
  .av-sprite2.verizon {
    background-position: -8px -10px; }
  .av-sprite2.kripya {
    background-position: -8px -94px; }

/*FONTS SIZE*/
/*FONTS WEIGHT*/
/*BORDER COLORS*/
/*BORDER RADIUS*/
.cookies-backdrop {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1021;
  display: none; }
  .cookies-backdrop.active {
    display: block; }

.cookies-based-content {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 1022;
  padding: 3rem;
  font-weight: 500 !important; }
  .cookies-based-content p {
    font-size: 14px;
    text-align: center;
    margin: 0px;
    color: #4a4a4a; }
  .cookies-based-content a {
    color: #0d47a1; }
  .cookies-based-content .btn-bl {
    background: transparent;
    color: #004479;
    min-width: 100px;
    border: solid 2px #004479;
    margin: 0 5px;
    padding: 2px;
    font-size: 12px;
    border-radius: 50px;
    width: 190px; }
    .cookies-based-content .btn-bl:hover, .cookies-based-content .btn-bl:focus {
      color: #0d47a1 !important; }
    .cookies-based-content .btn-bl.btn-fill {
      background-color: #0d47a1 !important;
      color: #fff !important; }
  .cookies-based-content .close {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: solid 1px #d8d8d8;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    cursor: pointer; }
  @media (max-width: 599px) {
    .cookies-based-content .justify-content-end {
      justify-content: center !important;
      margin-top: 10px; } }
  .cookies-based-content h6 {
    color: #0d47a1 !important; }

#cookiesModal .modal-title {
  font-size: 13px;
  color: #222;
  font-weight: 400; }

#cookiesModal .modal-body .nav-item {
  width: calc(100% / 3); }
  #cookiesModal .modal-body .nav-item .nav-link {
    width: 100%;
    text-align: center;
    border: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    padding: 12px;
    background-color: white !important; }
    #cookiesModal .modal-body .nav-item .nav-link.active {
      color: #0d47a1;
      border-bottom: 3px solid #0d47a1; }

#cookiesModal .modal-body #myTabContent #consent h6, #cookiesModal .modal-body #myTabContent #about h6 {
  font-size: 14px;
  color: #222;
  font-weight: 500; }

#cookiesModal .modal-body #myTabContent #consent p, #cookiesModal .modal-body #myTabContent #about p {
  font-size: 14px;
  color: #222;
  font-weight: 400; }

#cookiesModal .modal-body #myTabContent #details {
  height: 500px;
  overflow-y: scroll; }
  #cookiesModal .modal-body #myTabContent #details::-webkit-scrollbar {
    width: 3px; }
  #cookiesModal .modal-body #myTabContent #details::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px; }
  #cookiesModal .modal-body #myTabContent #details::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 10px; }
  #cookiesModal .modal-body #myTabContent #details .accordion-item {
    border: 0px;
    border-bottom: 2px solid #eceff1; }
    #cookiesModal .modal-body #myTabContent #details .accordion-item .accordion-button {
      background-color: #fff;
      box-shadow: none;
      padding: 16px;
      padding-left: 30px;
      border: 0px;
      position: relative; }
      #cookiesModal .modal-body #myTabContent #details .accordion-item .accordion-button:hover h6 {
        color: #0d47a1; }
      #cookiesModal .modal-body #myTabContent #details .accordion-item .accordion-button:hover::after {
        border-color: #0d47a1 !important; }
      #cookiesModal .modal-body #myTabContent #details .accordion-item .accordion-button:after {
        content: '';
        height: 8px;
        width: 8px;
        border-left: 2px solid black;
        border-bottom: 2px solid black;
        position: absolute;
        top: 18px;
        left: 10px;
        transition: transform 0.3s;
        transform: rotate(135deg); }
      #cookiesModal .modal-body #myTabContent #details .accordion-item .accordion-button h6 {
        font-size: 14px;
        color: #222;
        font-weight: 700;
        text-align: left; }
      #cookiesModal .modal-body #myTabContent #details .accordion-item .accordion-button p {
        font-size: 14px;
        color: #222;
        font-weight: 400;
        padding-left: 15px;
        text-align: left; }
      #cookiesModal .modal-body #myTabContent #details .accordion-item .accordion-button .badge {
        position: relative;
        left: 2px;
        bottom: 2px; }
      #cookiesModal .modal-body #myTabContent #details .accordion-item .accordion-button.collapsed::after {
        transform: rotate(-45deg); }
  #cookiesModal .modal-body #myTabContent #details .accordion-collapse {
    padding-left: 15px; }
    #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item {
      border: 1px solid #eceff1;
      margin: 10px;
      border-radius: 10px; }
      #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item .accordion-button {
        padding: 25px 30px;
        border-radius: 10px;
        width: 100%;
        text-align: left; }
        #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item .accordion-button a {
          font-size: 14px;
          color: #0d47a1;
          z-index: 999; }
        #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item .accordion-button.collapsed:hover {
          background-color: #eceff1; }
        #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item .accordion-button::after {
          right: 15px;
          left: initial; }
      #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item .accordion-body .card {
        background-color: #eceff1;
        border-radius: 10px; }
        #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item .accordion-body .card .card-body h6 {
          font-size: 14px;
          font-weight: 700; }
        #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item .accordion-body .card .card-body p {
          font-size: 14px;
          font-weight: 400; }
        #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item .accordion-body .card .card-footer {
          background-color: transparent; }
          #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item .accordion-body .card .card-footer p {
            font-weight: 500; }
            #cookiesModal .modal-body #myTabContent #details .accordion-collapse .accordion-item .accordion-body .card .card-footer p span {
              font-weight: 400; }
  #cookiesModal .modal-body #myTabContent #details p {
    font-size: 14px;
    color: #222; }

#cookiesModal .btn {
  width: 235px; }
  @media (max-width: 599px) {
    #cookiesModal .btn {
      width: 100%; } }
#cookiesModal .btn-info {
  background-color: #0d47a1;
  border-color: #0d47a1;
  color: #fff; }

#cookiesModal .btn-outline-info {
  border-color: #0d47a1;
  color: #0d47a1;
  background-color: transparent; }

#cookiesModal a {
  color: #0d47a1 !important; }

.pointer {
  cursor: pointer; }

#Dashboard {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif; }
  #Dashboard .questionnaire-section {
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    padding: 80px 0px !important; }
    @media (max-width: 991px) {
      #Dashboard .questionnaire-section .w-50 {
        width: 100% !important; } }
    #Dashboard .questionnaire-section h1 {
      color: #f29d35; }
    #Dashboard .questionnaire-section .form-check-label {
      font-size: 20px; }
    #Dashboard .questionnaire-section input[type="text"],
    #Dashboard .questionnaire-section input[type="radio"],
    #Dashboard .questionnaire-section input[type="checkbox"],
    #Dashboard .questionnaire-section textarea {
      background-color: #333;
      color: #fff;
      border: 1px solid #666;
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 5px;
      resize: none; }
    #Dashboard .questionnaire-section .cta-button {
      background-color: #ff7f50;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer; }
  #Dashboard .step {
    display: none; }
  #Dashboard .active {
    display: block; }
  #Dashboard .roadmap-section {
    padding: 80px 0px !important; }

#userDashboard {
  margin-top: 90px;
  background: #ecf4ff; }
  #userDashboard .card {
    margin-bottom: 20px !important; }
  #userDashboard .card-image.mt-3 {
    margin-top: 0px !important; }

.timeline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .timeline li {
    min-height: 150px;
    border-color: #d8d8d8;
    border-left: 7px solid #d8d8d8;
    position: relative;
    cursor: grab; }
    .timeline li::before {
      width: 20px;
      height: 20px;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      background: #d8d8d8;
      content: '';
      position: absolute;
      left: -13.5px;
      top: -2px; }
    .timeline li p {
      line-height: 1;
      color: #4a4a4a; }
    .timeline li:last-child {
      border: none; }
      .timeline li:last-child::before {
        left: -7px; }
      .timeline li:last-child.active::after {
        left: -3px; }
    .timeline li.active {
      border-color: #ff6622; }
      .timeline li.active::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        left: -9px;
        top: -2px;
        width: 6px;
        height: 10px;
        border-width: 0 2px 2px 0;
        border-style: solid;
        transform-origin: bottom left;
        transform: rotate(45deg);
        color: #fff; }
      .timeline li.active::before {
        background: #ff6622; }
    .timeline li.checked::before {
      background: #ff6622; }
    @media (max-width: 599px) {
      .timeline li #scheduleInterview {
        margin-bottom: 10px !important; } }
    .timeline li:active {
      cursor: grabbing;
      background-color: rgba(128, 128, 128, 0.3); }

.login-pop-up .btn {
  border-radius: 30px; }

.login-pop-up .input-group-text {
  background: transparent; }
  .login-pop-up .input-group-text:not(.toggle-password) {
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .login-pop-up .input-group-text.toggle-password {
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }

.login-pop-up .form-control,
.login-pop-up input, .login-pop-up select {
  color: #222 !important; }

.login-pop-up .form-control {
  padding: 18px 16px;
  font-weight: 400 !important; }
  .login-pop-up .form-control:focus {
    border-color: #ced4da; }

.login-pop-up .small-text {
  font-size: 14px !important;
  color: #4a4a4a; }

.login-pop-up .modal-content {
  position: relative;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2); }
  .login-pop-up .modal-content .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0.5em;
    height: 0.5em; }
  .login-pop-up .modal-content .modal-body .login-btn-group .btn-outline-secondary {
    width: 234px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 44px; }
    .login-pop-up .modal-content .modal-body .login-btn-group .btn-outline-secondary:hover, .login-pop-up .modal-content .modal-body .login-btn-group .btn-outline-secondary:focus {
      border-color: #0d47a1;
      color: #0d47a1;
      background-color: transparent; }
  .login-pop-up .modal-content .modal-body .login-btn-group img {
    width: 22px;
    margin-right: 10px; }
  .login-pop-up .modal-content .modal-footer {
    flex-direction: column; }
    .login-pop-up .modal-content .modal-footer .form-check {
      width: 220px;
      display: table;
      margin: 0 auto; }
    .login-pop-up .modal-content .modal-footer .form-check-label {
      font-size: 12px;
      color: rgba(158, 158, 158, 0.8); }
      .login-pop-up .modal-content .modal-footer .form-check-label.btn-outline-primary {
        background-color: transparent !important; }
    .login-pop-up .modal-content .modal-footer a {
      color: rgba(158, 158, 158, 0.8); }
    .login-pop-up .modal-content .modal-footer u {
      color: rgba(74, 74, 74, 0.8) !important; }

.login-pop-up .text-danger {
  display: block;
  width: 100%;
  margin-top: 5px; }

.login-pop-up .form-check-input:checked {
  background-color: #ffffff;
  border-color: #222; }

.login-pop-up .form-check-input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  border-radius: .25em; }

.login-pop-up .form-check-input:checked[type=checkbox] {
  background-image: url("../../images/select.svg");
  border: transparent; }

.register-text {
  margin-top: 60px;
  font-size: 14px !important;
  color: rgba(74, 74, 74, 0.8) !important; }

.back-btn {
  position: absolute;
  top: 15px;
  left: 17px; }

@media (min-width: 576px) {
  .modal-dialog.av-modal-dialog {
    width: 400px; } }

@media (max-width: 575px) {
  .modal-dialog.av-modal-dialog {
    width: auto !important; } }

.form-container {
  width: 280px;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .form-container {
      width: 100%;
      margin: 0px; } }
.av-small {
  font-size: 14px !important; }

.av-text-light {
  color: #d8d8d8 !important; }

.meaasge-text {
  color: #4a4a4a !important;
  font-size: 14px !important;
  font-family: 'Lato Semibold' !important;
  line-height: 18px; }

#forgotEmail .nextbtn, #forgotOtp .nextbtn {
  margin-top: 100px; }

.iti {
  width: 100% !important; }

.form-control,
select,
option {
  font-size: 14px !important; }

::-webkit-input-placeholder {
  color: #d8d8d8 !important;
  font-size: 14px; }

:-ms-input-placeholder {
  color: #d8d8d8 !important;
  font-size: 14px; }

::placeholder {
  color: #d8d8d8 !important;
  font-size: 14px; }

.close.skip {
  font-size: 13px;
  text-transform: uppercase;
  color: #0059ba;
  opacity: 1; }

@font-face {
  font-family: 'Times_Bold_Italic';
  src: local("Times_Bold_Italic"), url("/static/fonts/Times_Bold_Italic.ttf") format("truetype"); }

html {
  scroll-behavior: smooth; }

body,
html {
  font-family: 'Roboto', sans-serif;
  color: #4a4a4a;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fff; }

body.modal-open {
  overflow: auto !important;
  padding: 0px !important; }

.btn:focus, .btn:hover {
  box-shadow: none !important; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

a {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  box-shadow: none; }
  a:hover, a:focus {
    text-decoration: none; }

.common-style {
  margin: 0px;
  padding: 70px 0;
  float: left;
  width: 100%; }
  @media (max-width: 991px) {
    .common-style {
      padding: 40px 15px; } }
.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s; }
  .hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.heading-2 {
  font-size: 30px;
  color: #69696e;
  margin: 0 0 50px 0;
  font-weight: 300; }
  @media (max-width: 991px) {
    .heading-2 {
      font-size: 24px;
      margin-bottom: 25px; } }
  .heading-2 span {
    color: #0d47a1;
    font-weight: 500; }

.heading-with-text {
  width: 100%;
  float: left; }
  .heading-with-text h2 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    color: #222; }
    @media (max-width: 991px) {
      .heading-with-text h2 {
        font-size: 24px; } }
  .heading-with-text h5 {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
    line-height: 30px; }
    .heading-with-text h5 span {
      display: block; }

.btn-orange, .btn-orange-outline:hover, .btn-orange-outline {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ff7b02;
  background: -moz-linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
  background: -webkit-linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
  background: linear-gradient(270deg, #ff7b02 0%, #d8571f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7b02",endColorstr="#d8571f",GradientType=1);
  color: #fff;
  min-width: 200px;
  font-size: 16px;
  padding: .645rem .75rem; }
  @media (max-width: 991px) {
    .btn-orange, .btn-orange-outline:hover, .btn-orange-outline {
      font-size: 14px; } }
  .btn-orange:hover, .btn-orange-outline:hover, .btn-orange:focus, .btn-orange-outline:focus {
    color: #fff;
    background: #d8571f;
    background: -moz-linear-gradient(270deg, #d8571f 0%, #ff7b02 100%);
    background: -webkit-linear-gradient(270deg, #d8571f 0%, #ff7b02 100%);
    background: linear-gradient(270deg, #d8571f 0%, #ff7b02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8571f",endColorstr="#ff7b02",GradientType=1); }
  .btn-orange-outline {
    background: transparent;
    border: solid 1px #ff6622;
    color: #ff6622;
    transition: all 1ms; }

.btn-av-blue-cbap {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #004479;
  background: -moz-linear-gradient(270deg, #004479 0%, #025699 100%);
  background: -webkit-linear-gradient(270deg, #004479 0%, #025699 100%);
  background: linear-gradient(270deg, #004479 0%, #025699 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7b02",endColorstr="#d8571f",GradientType=1);
  color: #fff;
  min-width: 200px;
  font-size: 16px;
  padding: .645rem .75rem; }
  @media (max-width: 991px) {
    .btn-av-blue-cbap {
      font-size: 14px; } }
  .btn-av-blue-cbap:hover, .btn-av-blue-cbap:focus {
    color: #fff;
    background: #004479;
    background: -moz-linear-gradient(270deg, #025699 0%, #004479 100%);
    background: -webkit-linear-gradient(270deg, #025699 0%, #004479 100%);
    background: linear-gradient(270deg, #025699 0%, #004479 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8571f",endColorstr="#ff7b02",GradientType=1); }

.floating-lable {
  position: relative;
  margin-bottom: 35px; }
  .floating-lable .form-control:focus + label,
  .floating-lable .form-control:valid + label {
    font-size: 16px;
    transform: translate3d(0, -150%, 0);
    opacity: 1; }
  .floating-lable label {
    position: absolute;
    top: -4px;
    margin: 15px 0 0 14px;
    transition: all 200ms;
    color: #69696e;
    background: transparent;
    padding: 1px;
    font-weight: 300; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

::-webkit-input-placeholder {
  font-size: 12px; }

::-moz-placeholder {
  font-size: 12px; }

:-ms-input-placeholder {
  font-size: 12px; }

:-moz-placeholder {
  font-size: 12px; }

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

/* hover on images */
.hover-effect {
  position: relative; }
  .hover-effect:hover::before, .hover-effect:hover::after {
    height: 100%;
    opacity: 0;
    width: 100%; }
  .hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important; }
  .hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0; }
  .hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0; }

.popup-form {
  margin-left: auto;
  float: right;
  background: #f4f7fa;
  border-radius: 4px;
  width: 100%;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.75); }
  @media (max-width: 991px) {
    .popup-form {
      padding: 2.2rem;
      margin: auto; } }
  @media (max-width: 991px) {
    .popup-form.pkform {
      margin-left: 0px;
      margin-top: 20px; } }
  .popup-form h2 {
    display: block;
    color: #69696e;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .popup-form h2 {
        font-size: 24px; } }
  .popup-form .custom-control {
    text-align: center;
    margin-bottom: 30px; }
    .popup-form .custom-control small {
      display: flex;
      flex-direction: column;
      width: 100%;
      position: absolute;
      top: 22px;
      left: 0; }
  .popup-form .custom-control-label {
    font-size: 12px;
    color: #9ea0a5; }
    .popup-form .custom-control-label:checked::before {
      border-radius: 2px;
      border-color: #0d47a1;
      background-color: #0d47a1;
      top: 0; }
    .popup-form .custom-control-label::before {
      border-radius: 2px;
      border-color: #0d47a1;
      background-color: #0d47a1;
      top: 0; }
    .popup-form .custom-control-label::after {
      top: 0; }
    .popup-form .custom-control-label::before, .popup-form .custom-control-label::after {
      width: 18px;
      height: 18px; }
    .popup-form .custom-control-label a {
      color: #56575a;
      text-decoration: underline; }
  .popup-form .custom-control-input:checked ~ .custom-control-label::before {
    border-radius: 2px;
    border-color: #0d47a1;
    background-color: #0d47a1;
    color: #fff; }

.modal-body {
  background: transparent;
  padding: 0px; }

.close {
  cursor: pointer;
  font-size: 30px;
  font-weight: 300; }

.card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #FFF;
  width: 100%;
  overflow-y: auto;
  /*top: 0;*/
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  display: none; }
  .card-reveal .close:focus {
    outline: none;
    box-shadow: none;
    border: 0px; }

.reveal-btn {
  background: #f9f9f9;
  font-size: 12px;
  color: #0d47a1;
  padding: .175rem .55rem;
  width: 60px;
  margin-left: auto;
  position: relative;
  top: -33px; }

.play-button {
  position: relative;
  display: flex;
  flex-direction: row !important;
  align-items: center; }
  @media (max-width: 767px) {
    .play-button {
      margin-bottom: 20px; } }
  @media (max-width: 599px) {
    .play-button {
      margin-bottom: 0px;
      margin-top: 50px; } }
  .play-button .play-btn {
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    transition: all 200ms;
    position: relative;
    margin-left: 20px; }
    .play-button .play-btn::before {
      animation: pulse-border 1500ms ease-out infinite;
      content: "";
      position: absolute;
      z-index: 0;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: block;
      width: 55px;
      height: 55px;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      animation: pulse-border 1500ms ease-out infinite; }
    .play-button .play-btn:after {
      content: "";
      position: absolute;
      width: 68px;
      height: 68px;
      background: url("../../images/video_player.png") no-repeat 100% 100%;
      background-size: contain;
      top: 0;
      right: 0;
      left: 1px;
      bottom: 0px;
      margin: auto; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.5);
    opacity: 0; } }

.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 60px;
  cursor: pointer; }

.av-arrow {
  position: absolute;
  bottom: 0px;
  width: 28px;
  height: 2px;
  background-color: #fcc449;
  transform: translate(-50%, 0px);
  left: 50%; }
  .av-arrow::before, .av-arrow::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    right: -8px;
    background-color: #fcc449; }
  .av-arrow::after {
    top: -3px;
    transform: rotate(45deg);
    right: -3px; }
  .av-arrow::before {
    top: 3px;
    transform: rotate(-45deg);
    right: -3px; }

.iti {
  display: flex; }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 16px;
  color: #69696e;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #69696e;
  font-weight: 300; }

::placeholder {
  font-size: 16px;
  color: #69696e;
  font-weight: 300; }

.whatsapp-floating {
  position: fixed;
  bottom: 60px;
  right: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  z-index: 2;
  text-align: center;
  background: #5bc255;
  border: 5px solid #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-self: center;
  align-items: center; }
  @media (max-width: 640px) {
    .whatsapp-floating {
      bottom: 130px; } }
  @media (min-width: 768px) and (max-device-width: 1023px) {
    .whatsapp-floating {
      bottom: 110px; } }
  .whatsapp-floating img {
    max-width: 100%;
    width: 25px;
    margin: 2px auto;
    display: table; }
  .whatsapp-floating:hover, .whatsapp-floating:focus {
    color: #fff; }

.download-btn {
  background: url("../../images/download.svg") no-repeat 100% 100%;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.header-btn-hide {
  display: none; }
  @media (max-width: 991px) {
    .header-btn-hide {
      display: block;
      margin-top: 15px; } }
  .header-btn-hide.active-btn {
    display: block; }

.header-top {
  background: #2d2d2d;
  padding: 10px 0;
  margin: 0 0 0px 0;
  left: 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9; }
  .header-top img {
    width: 200px; }
    @media (max-width: 991px) {
      .header-top img {
        width: 180px; } }
.comming-soon-page {
  padding-top: 120px !important; }
  @media (max-width: 991px) {
    .comming-soon-page {
      padding: 0px;
      height: 100% !important; } }
  @media (max-width: 767px) {
    .comming-soon-page {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  .comming-soon-page .welocme-content {
    width: 60%; }
    @media (max-width: 767px) {
      .comming-soon-page .welocme-content {
        margin-right: 0px;
        padding: 15px !important; } }
    @media (max-width: 991px) {
      .comming-soon-page .welocme-content {
        margin-right: 0px;
        padding: 15px !important;
        width: 100%; } }
    .comming-soon-page .welocme-content h1 {
      font-weight: 700 !important;
      font-size: 76px !important;
      margin-bottom: 20px !important; }
      @media (max-width: 767px) {
        .comming-soon-page .welocme-content h1 {
          font-size: 36px !important; } }
    .comming-soon-page .welocme-content h2 {
      font-size: 25px !important;
      white-space: normal !important;
      margin: 0px; }
      .comming-soon-page .welocme-content h2 span {
        font-size: 30px; }
        .comming-soon-page .welocme-content h2 span i {
          font-size: 25px;
          font-weight: 300 !important; }
    .comming-soon-page .welocme-content h4 {
      font-size: 16px !important;
      margin: 10px 0 0 0 !important; }
  .comming-soon-page .small-title {
    margin: 40px 0 20px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700; }
  .comming-soon-page .time-set {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .comming-soon-page .time-set {
        flex-wrap: wrap; } }
    .comming-soon-page .time-set span {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .comming-soon-page .time-set span {
          margin-bottom: 10px;
          margin-right: 5px; } }
      .comming-soon-page .time-set span span {
        width: 55px;
        height: 55px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        color: #fff;
        border: solid 2px #f29d35; }
      .comming-soon-page .time-set span h6 {
        font-size: 24px;
        margin: 0px; }
      .comming-soon-page .time-set span em {
        font-size: 12px;
        font-style: normal;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        color: #fff;
        margin-right: 9px; }

.acc-italic {
  font-family: 'Times_Bold_Italic'; }

.bullet-span {
  display: inline-block;
  color: #0d47a1;
  width: 10px;
  height: 10px;
  background: #f29d35;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-right: 10px;
  vertical-align: middle; }

#SliderLogo {
  background: #fff; }
  #SliderLogo .slick-slide {
    margin-right: 40px; }
    #SliderLogo .slick-slide div {
      background: #fff;
      border-radius: 40px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px; }

@media (max-width: 767px) {
  .plus-sale h4, .plus-sale span, .plus-sale a, .plus-sale sup {
    font-size: 12px !important; } }

.bg-dark-color {
  background: #2d2b33;
  color: #fff; }

.bg-light-color {
  background: #fff;
  color: #000; }

.av-badge {
  position: absolute;
  left: 0px;
  padding: .55em .7em !important;
  bottom: 0px;
  border-radius: 0px;
  z-index: 9;
  font-size: 14px;
  background-color: #da5a2c !important;
  font-weight: 400 !important; }

.av-loader {
  display: flex;
  padding: 0px;
  text-align: left;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .av-loader.loaded {
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
