html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 
body {
  font-family: 'Inter', sans-serif;
  color: #6c757d;
  line-height: 1.6666;
  font-weight: 400;
  font-size: 16px;
}
.block-shadow { 
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}
.logo {
  height: 80px;
  transition: all 0.5s ease-in-out 0s;
}
.nav-new {
  display: block;
  background:#fff;
  position: fixed; 
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.nav-new ul {
  margin-bottom: 0;
}

.menu-new {
  display: block;
}

.menu-new li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu-new li:first-child {
  margin-left: 0;
}

.menu-new li a {
  font-weight: normal;
  text-decoration: none;
  padding: 0 15px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}

.menu-new li a:hover,
.menu-new li:hover>a {
  color: #FFC700;
}

.menu-new ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu-new ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu-new ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu-new ul li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
  text-align: left;
}

.menu-new ul li a:hover,
.menu-new ul li:hover>a {
  background: #FC6D58;
  color: #fff;
}

.menu-new li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu-new ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu-new ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu-new li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #E95546;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #E95546;
  color: #fff;
  text-decoration: none;
}

.active_new {  
  color: #B93BC2!important;
}

@media (min-width: 768px) and (max-width: 979px) {

  .mainWrap {
    width: 768px;
  }

  .menu-new ul {
    top: 37px;
  }

  .menu-new li a {
    font-size: 12px;
  }

  a.homer {
    background: #E95546;
  }
}

@media (max-width: 767px) {

  .mainWrap {
    width: auto;
    padding: 50px 20px;
  }

  .menu-new {
    display: none;
  }

  .responsive-menu {
    display: block;
  }

  .nav-new {
    margin: 0;
    background: none;
  }

  .menu-new li {
    display: block;
    margin: 0;
  }

  .menu-new li a {
    background: #fff;
    color: #797979;
  }

  .menu-new li a:hover,
  .menu-new li:hover>a {
    background: #FC6D58;
    color: #fff;
  }

  .menu-new ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
  }

  .menu-new li:hover>ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }

  .menu-new ul ul {
    left: 0;
    transform: initial;
  }

  .menu-new li>ul ul:hover {
    transform: initial;
  }
}

.menu-right {
  width: 100%;
  text-align: right;
}
/* Navigation */
.nav {
  width: 100%;
  height: auto;
  z-index: 5;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: end;
}
.nav--active .nav {
  opacity: 1;
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  /* display: flex;
  align-items: center; */
  justify-content: left;
}

.nav__list {
  display: flex;
  align-items: baseline;
  text-transform: uppercase;
  justify-content: flex-start;
  flex-direction: row;
  padding: 1em 0.5em; }

.nav__item {
  list-style-type: none; }

  .nav li {
    padding: 0 0 0 40px;
  }

.nav__link {
  font-weight: 600;
  text-decoration: none;
  padding: 0;
  display: block;
  color: #000;  
  position: relative;
  text-transform: capitalize;
  opacity: 1;
  font-family: "Space Grotesk", sans-serif;
  transition: all 0.5s ease-in-out 0s; }

.nav__link:hover {
  color: #B93BC2; }

/* navigation icon */
.nav__trigger {
  display: none;
  position: fixed;
  width: 30px;
  height: 25px;
  right: 100px;
  top: 50px;
  z-index: 200; }

@media (max-width: 991px) {
  .nav__trigger {
    display: block;
    top: 12px;
    right: 15px; }

  .nav {
    transform: translateY(-100%);
    width: 100%;
    height: 0;
    z-index: 100;
    opacity: 0; }

    .nav__link {
      padding: 10px 0;
      font-size: 18px;
      color: #000;
    }
  .nav__item {
    text-align: left;
    padding:10px; }

  .nav__list {
    margin: 50px 0 0 0;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start; }

  .nav__link {
    opacity: 0; } }
.nav--active .nav__trigger {
  opacity: 0.5; }

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 3px;
  background-color: #a9a9a9;
  transition-property: background-color, transform;
  transition-duration: 0.5s; }

.nav__icon:before, .nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  background: #a9a9a9;
  transition-property: margin, transform;
  transition-duration: 0.5s; }

.nav__icon:before {
  margin-top: -10px; }

.nav__icon:after {
  margin-top: 10px; }

.nav__link {
  transition-delay: 0ms; }

.nav--active .nav__link {
  opacity: 1; }

.nav--active .nav {
  transition: all 0.2s ease-in-out;
  transform: translateX(0); }

.nav--active .nav__icon {
  background: rgba(0, 0, 0, 0); }

.nav--active .nav__icon:before {
  margin-top: 0;
  transform: rotate(45deg); }

.nav--active .nav__icon:after {
  margin-top: 0;
  transform: rotate(-45deg); }
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 5px 0;
}
.header::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;

}
.header__body {
  position: relative;  
  display: flex;
  justify-content: space-between;  
  align-items: center;
}
.header__logo{
  flex: 0 0 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 3;

}

.header__logo  img{
 max-width: 100%;
 display: block;
}
.header__burger{
  display: none;
}
.header__menu{ }

.header__list {
  display: flex;
  position: relative;
  z-index: 2;
}
.header__list li{
  list-style: none;
  margin-left: 40px;
}
.header__link{
  color: #000;  
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  vertical-align: sub;
  transition: all 0.5s ease-in-out 0s;
}
.header__link:hover {
  color: #B93BC2;
}

@media(max-width: 767px){
  body.lock {
      overflow: hidden;
  }

  .header__logo{
      flex: 0 0 40px;
  }
  .header__body {
      height: 50px;
  }
  .header__burger {
      display: block;
      position: relative;
      width: 30px;
      height: 20px;
      position: relative;
      z-index: 3;
      cursor: pointer;
  }
  /* .header__burger span {
      position: absolute;
      background-color: #a9a9a9;
      width: 100%;
      height: 2px;
      left: 0;
      top: 9px;
      transition: all 0.3s ease 0s;      
  }
  .header__burger::before,
  .header__burger::after{
      content: '';
      background-color: #a9a9a9;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      top: px;
      transition: all 0.3s ease 0s;
  }
  .header__burger::after{
      bottom: 0;
  } */

  /* .header__burger.active::before {
      transform: rotate(45deg);
      top: 9px;
  }
  .header__burger.active::after {
      transform: rotate(-45deg);
      bottom: 9px;
  }
  .header__burger.active span {
      transform: scale(0);
  } */
  .header__menu {
      position: fixed;
      top: -120%;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      transition: all 0.3s ease 0s;
      background-color: #fff;
      padding: 70px 10px 20px 10px;

   }

   .header__menu.active {
       top: 0;
   }

   .header__list{
       display: block;
   }

   .header__list li{
       margin:0px 0px 20px 0px;
   }

   .header__link {
       font-size: 24px;
   }
}

.content{
  padding: 100px 0px 0px 0px ;
}
.content__text {
  font-size: 16px;
  line-height: 25px;
}
.content__text p{
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767px) {
  .content {
      padding: 70px 0px 0px 0px ;
  }
}
hr.divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #bbb 38%, #bbb 64%, rgba(206,211,246,0) 99%);
  opacity: .4;
  border: none;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {  
  color: #353f4f;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6 {  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1;
}
.heading_title {
  font-size: 50px;
  color: #fff;
  padding: 0 0 20px 0;
  line-height: 1.3;
}
.heading_white_title {
  font-size: 35px;
  color: #fff;
  padding: 0 0 20px 0;
}
.heading_black {
  font-size: 50px;
  color: #000;
  padding: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
}
.heading_black2 {
  font-size: 40px;
  color: #353F4F;
  padding: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
}
.heading_black3 {
  font-size: 24px;
  color: #353F4F;
  padding: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
}
.heading_title2 {
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.heading_title3 {
  font-size: 20px;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 
#header {
  width: 100%;
  display: block;  
}
.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  background-color: rgba(255, 255, 255, .54) !important;
}
.desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 100%;
}
.navmenufull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}
.tra-menu .navmenufull {
  padding:0;
  background-color: #fff!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header.hiddden-header {
  display: none;
}
.navmenu > .navmenu-list > li > a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: block;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;  
  margin: 0 7px;
  padding: 10px 15px;
}
.navmenu > .navmenu-list > li > a.h-link.last-link {
  padding: 10px 0px;
  margin: 0;  
}
.navmenu > .navmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 0.938rem;
  position: absolute;
  text-align: right;
  top: 35px;
  width: 0;
}
.navmenu > .navmenu-list > li.reg-fst-link > a {
  margin-left: 30px;
}
.navmenu > .navmenu-list > li a.btn {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0.938rem;
  padding: 4px 20px;
}
.navmenu > .navmenu-list > li a.btn.reg-btn {
  padding: 4px 22px;
}
.navmenu > .navmenu-list > li a.btn.fst-btn-link {
  margin-left: 12px;
}
.navmenu > .navmenu-list > li a.store.header-store {
  line-height: 1;
  margin-top: 13px;
  margin-left: 10px;
  margin-bottom: 0;
  padding: 0;
}
.navmenu > .navmenu-list > li > ul.sub-menu {
  width: auto;
  min-width: 200px;
  top: 62px;
  padding: 12px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}
.navmenu > .navmenu-list > li > ul.sub-menu > li > a {
  background-color: rgba(244, 244, 249, 0);
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #353f4f;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 0.938rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.navmenu > .navmenu-list > li > ul.sub-menu > li > a:hover {
  background-color: rgba(244, 244, 249, 1);
  padding: 11px 0.938rem;
}
.navmenu > .navmenu-list > li > .wsmegamenu {
  top: 62px;
}
.navmenu > .navmenu-list > li > .wsmegamenu.halfmenu {
  width: 38%;
  padding: 12px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}
.navmenu > .navmenu-list > li > .wsmegamenu.halfmenu.icons-menu { 
  right: 2%; 
}
.navmenu > .navmenu-list > li > .wsmegamenu .link-list li {
  border-bottom: none;
}
.navmenu > .navmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.navmenu > .navmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: rgba(244, 244, 249, 0);
  color: #353f4f;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 0.938rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.tra-menu.navbar-dark.white-scroll .scroll .navmenu > .navmenu-list > li > a.h-link, 
.tra-menu.navbar-light.white-scroll .scroll .navmenu > .navmenu-list > li > a.h-link {
  color: #313E3B;
}
.navbar-light.white-scroll .scroll .navmenu-list > li > a.h-link:hover {
  color: #B93BC2!important;
}
#banner_area {
  background: url(../images/banner.webp) center;
  padding-top: 4em;
  padding-bottom: 0;
  background-size: cover;
}
#banner_area p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #fff;
}
.smart_wrapper { 
  padding-left: 45px;
}
.smart_wrapper p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 25px;
}
.left_smart_ai p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 28px;
  color: #fff;
  font-weight: normal;
}
.cbox-1,
.cbox-2,
.cbox-3 {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch!important;
  justify-content: flex-start;
}
.cbox-5 {
  position: relative;
}
.cbox-5-content {
  background-color: #fff;
  border: 1px solid #f5f6f6;
  padding: 40px;
  margin: 0 12%;
  z-index: 1;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
  -moz-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
  box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
}
.cbox-5-content .divider {
  margin-top: 25px;
  margin-bottom: 25px;
}
.cbox-2 .ico-wrap {
  position: relative;
  margin-right: 1.625rem;
}
.cbox-2-ico {
  position: relative;
  width: 2.625rem;
  height: 2.625rem;
  text-align: center;
  border-radius: 100%;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 2.375rem;
  border: 2px solid transparent;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}
.ct-03 .cbox-2-ico {
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  font-size: 1.15rem;
  line-height: 2.15rem;
}
.cbox-2-line {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 2px;
  background:url(../images/line_step.svg);
  height: calc(100% - 90px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cbox-2:hover .cbox-2-ico {
  background-color: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cbox-3 .cbox-3-ico {
  position: relative;
  top: 3px;
}
.cbox-3-ico span[class*="flaticon-"]:before,
.cbox-3-ico span[class*="flaticon-"]:after {  
  font-size: 2.85rem;
}
.cbox-1-txt,
.cbox-2-txt,
.cbox-3-txt {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}
.cbox-2-txt,
.cbox-3-txt {
  margin-bottom: 80px;
}
.ct-03 .cbox-2-txt {
  margin-bottom: 30px;
}
.cbox-4-txt {
  margin-bottom: 25px;
}
.cbox-2:last-child .cbox-2-txt,
.cbox-3:last-child .cbox-3-txt,
.cbox-4:last-child .cbox-4-txt {
  margin-bottom: 0;
}
.cbox-2-txt h5,
.cbox-3-txt h5 {
  margin-bottom: 15px;
}
.ct-03 .cbox-2-txt h5 {
  margin-bottom: 10px;
}
.cbox-6 h6 {
  margin-bottom: 15px;
}
.cbox-1-txt p { 
  margin-bottom: 8px;
}
.cbox-1-last .cbox-1-txt p { 
  margin-bottom: 16px;
}
.cbox-6 p,
.cbox-2-txt p,
.cbox-3-txt p,
.cbox-4-txt p {
  margin-bottom: 0;
}
.bc-6-txt {
  padding: 0 10px;
}
.bc-6-txt h5 {
  margin-bottom: 15px;
}
.toggle-btn-md .toggler-txt {
  font-size: 1.16px;
  font-weight: 400;
  line-height: 36px;
}
.toggle-btn-lg .toggler-txt {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 40px;
}
.toggle-btn p {
  margin-top: 10px;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}
.footer {
  padding-bottom: 50px;
  background: #180E1C;
}
img.footer-logo,
img.footer-logo-dark {
  width: auto;
  max-width: inherit;
  margin: 0 auto 20px auto;
  display: block;
}
.footer h6 {
  line-height: 1;
  margin-bottom: 25px;
  color: #fff;
}
.footer-info-copyright p {
  margin-bottom: 0;
}
.footer-info-copyright p span {
  position: relative;
  top: 2px;
  padding: 0 2px;
}
.footer hr {
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: 1px solid #3E2240;
}
.footer-copyright p {
  margin-bottom: 0;
  color: #A372A7;
  font-size: 16px;
}
.footer-links a {
  display: block;
  color: #FBE0FD;  
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
}
.footer-links a:hover {  
  color: #fff!important;  
}
.bootcamps {
  background: #F9F1F7;
}
.card_bootcamps {
  background: #fff;   
}
.round_radius {
  border-radius: 20px;
}
.banner_btn {
  background: #B93BC2;
  color: #fff;
  width: 180px;
  display: block;
  padding: 12px 20px;
  border-radius: 5px;  
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
}
.banner_btn:hover {
  background: #DF60E6;
}
.white_btn {
  background: #fff;
  color: #450158;
  width: 150px;
  display: block;
  padding: 12px 20px;
  border-radius: 5px;  
  font-weight: 600;
  border: none;
  border-radius: 40px;
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
}
.white_btn:hover {
  background: #cbc9c9;
}
.like_img {
  vertical-align: sup;
}
.common_area {
  padding: 5em 0;
}
.count_area {
  padding: 6em 0 1em 0;
}
#smartAI {
  background: url(../images/smart_ai.jpg) no-repeat center;  
  background-size: cover;  
}
#bootcamps_area p {  
  margin: 0;
  padding: 0;
  color: #393939;
  line-height: 28px;
}
.height_equal {
  height: 260px;
}
#bootcamp_difference li {
  background: url(../images/check.svg) no-repeat left 7px;
  padding: 0 0 10px 20px;
  font-size: 16px;
}
.footer_top {
  padding-top: 9em;
}
.footer li {
  padding: 0 0 15px 0;
}
.footer li:last-child {
  padding: 0;
}
.footer-links p {
  color: #FBE0FD;
}
.footer-links p a {
  color: #DF60E6;
}
.footer-links p a:hover {
  color: #ab13b3!important;
}
.social_link {
  padding-right: 10px;
}
.footer_title {
  font-size: 16px;
  font-weight: bold;  
}
.footer-form p {
  font-size: 0.875rem;
  color: #fff;
}
.footer-info p {
  color: #FBE0FD;
  opacity: 0.5;
}
.newsletter_widget {
  background: url(../images/newsletter_bg.png) no-repeat center;
  z-index: 9;
  position: relative;
  margin-bottom: -100px;
  border-radius: 20px;
  padding: 3em 0;
}
.news_center {
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}
.newsletter_widget .form-control {
  background: transparent;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.newsletter_widget ::-webkit-input-placeholder {
  color: #FBF4F4;  
  font-weight: normal;
}
.newsletter_widget ::-moz-placeholder {
  color: #FBF4F4;  
  font-weight: normal;
}
.newsletter_widget :-ms-input-placeholder {
  color: #FBF4F4;  
  font-weight: normal;
}
.newsletter_widget :-moz-placeholder {
  color: #FBF4F4;  
  font-weight: normal;
}
.footer-links p span {
  background: #B93BC2;
  color: #fff;
  display: inline-block;
  padding:1px 10px;
  font-size: 12px;
  border-radius: 20px;
  vertical-align: middle;  
}
.steps_icons {
  width: 70px;
  height:70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.logo-slider {
  overflow: hidden;
  padding: 30px 0;
  white-space: nowrap;
  position: relative;
}
.logo-slider:hover .logos-slide {
  animation-play-state: paused;
}
.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}
.logos-slide img {
  width: 100px;
  height: 50px;
  margin: 0 40px;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);  
}
@keyframes slide {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}
.learn_more {
  background: #B93BC2;
  color: #fff;
  width: 150px;
  display: block;
  padding: 12px 20px;
  border-radius: 40px;  
  font-weight: 600;
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
}
.learn_more:hover {
  background: #95249d;
}
.big_count {
  font-size: 100px;
  font-family: "Poppins", sans-serif;
  color: #7A0748;
  opacity: 0.1;
  font-weight: 800;
  line-height: 20px;  
}
.count_title {
  font-size: 20px;
  color: #000;
  padding: 0 0 10px 20px;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
}
.count_widget {
  margin-top: -10px;
}
.count_area_widget p {
  margin: 0 0 0 20px;
}
.count_area_widget {
  margin: 0 0 50px 0;
}
.zig_zag_count .col-sm-6:nth-child(2) {
  margin: 85px 0 0 0;
}
.zig_zag_count .col-sm-6:nth-child(4) {
  margin: 105px 0 0 0;
}
.logo_area {
  border-bottom: 1px solid #CFCFCF;
}
.first_parallax {
  position: absolute;
  top: 200px;
  left:-80px;
  z-index: 2;
}
.second_parallax {
  position: absolute;
  top: 67%;
  left:-85px;
  z-index: 2;
}
.third_parallax {
  position: absolute;
  top: 67%;
  right:80px;
  z-index: 2;
}
.four_parallax {
  position: absolute;
  top: 12%;
  right:30px;
}
.banner_widget .img-fluid {
  position: relative;
  z-index: 1;
}
.menu_btn {
  background: #450158;
  color: #fff!important;
  transition: all 0.5s ease-in-out 0;
}
.menu_btn:hover {
  background: #7c099c;
}
.menu_btn:focus {
  background: #7c099c!important;
  outline: none;
  box-shadow: none;
}
.count_parallax_first {
  position: absolute;
  top: 20%;
  left:-85px;
  z-index: 2;
}
.count_parallax_second {
  position: absolute;
  top: 5%;
  left:-85px;
  z-index: 2;
}
.count_parallax_third {
  position: absolute;
  top: -150px;
  right: -30px;
  z-index: 2;
}
.step_left_widget {
  padding-left: 100px;
}
.count_parallax_top {
  position: absolute;
  top: 100px;
  left:0;  
}
.difrence_parallax_first {
  position: absolute;
  top: -250px;
  left:-75px;
  z-index: 2;
}
.difrence_parallax_second {
  position: absolute;
  top: 70%;
  left:10px;
  z-index: 2;
}
.difrence_parallax_second img {
  height: 180px;
}
.txt-rotate {
  color: #fff;
  font-weight: bold;
}
#newsletter_area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.social_link {
  transition: all 0.5s ease-in-out 0s;
}
.social_link:hover img {
  filter: invert(100%) sepia(20%) saturate(1%) hue-rotate(112deg) brightness(106%) contrast(300%);
}
.bootcamp_widget {
  padding-right: 50px;
}
#bootcamps_area .img-fluid {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 15px;
}
.active {
  color: #B93BC2!important;
}
.test {
  top: 0;
}
.header__link.active {
  color: #B93BC2;
}
.top_header_mobile {
  background: #fff;
  height: 60px;
  width: 100%;  
  display: none;
}
.difrence_parallax_top {
  position: absolute;
  top: 0;
  left:30px;
  z-index: 2;
}
.difrence_parallax_right_top {
  position: absolute;
  top: 0;
  right:30px;
  z-index: 2;
}
.difrence_parallax_right_bottom {
  position: absolute;
  top: 60%;
  right:0;
  z-index: 2;
}
.difrence_parallax_right_middle {
  position: absolute;
  top: 50%;
  right:-30px;
  z-index: 2;
}
.desktop_logo {
  position: absolute;
  top: 5px;  
  width: auto;
  z-index: 9;
}
.btn {
  font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;    
    padding: 4px 20px;
}
.view_widget .learn_more {
    margin: 0 auto;
    padding: 8px;
}
.duration_widget p {
  font-size: 14px;
  color: #5e5e60;
}
#bootcamps_area .card_bootcamps {
  border:1px solid #e7ece8;
  height: 100%;  
}
#bootcamps_area video {
  width: 100%;
}