@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&family=Roboto:wght@400;500;700;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 15px;
  font-family: 'roboto', serif;
  color: #000;
  font-weight: 400;
  line-height: 26px !important;
  letter-spacing: 0.5px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: 0;
}

.margin-50 {
  margin-top: 50px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-20 {
  margin-top: 20px;
}

.margin-30 {
  margin-top: 30px;
}

.margin-40 {
  margin-top: 40px;
}

.margin-60 {
  margin-top: 60px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.butns.margin-20.text-right.profile-analysis a {
  margin-top: -242px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #3b3b3b;
  background-color: transparent;
}

section {
  padding: 50px 0;
  position: relative;
}

section h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  line-height: 45px;
}

.orange {
  color: #e85728;
}


h5 {
  color: #000000;
  font-weight: 500;
  font-size: 25px;
  margin-top: 0;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 0;
}

.cta {
  background: #e85222;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 9px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.cta:hover {
  color: #fff;
}
.cta1 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 9px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  border: 1px solid #f06432;
}
.bg-white {
  background: #fff;
  color: #101828 !important;
  border: 1px solid #f06432;
}
.blue-lgt {
  background: #f8f9f8;
}

.grey-lgt {
  background: #F7F7F7;
}


.testmonials-pull {
  background: inherit;
}

.testmonials-pull .slick-prev {
  background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
  left: 0 !important;
}

.testmonials-pull .slick-next {
  right: 0px;
  background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}



.testmonials-pull .slick-arrow {
  position: absolute;
  z-index: 9;
  border: 0;
  background-repeat: no-repeat;
  font-size: 0;
  top: 35%;
  width: 30px !important;
  height: 30px !important;
  padding: 0;
  cursor: pointer;
  background-color: #e85222 !important;
  background-size: 13px;
  background-position: center;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.slick-track {
  padding: 0px 0 35px;
}

.testmonials-pull {
  background: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

.banner {
  background-color: #f8f9f8;
  position: relative;
  width: 100%;
  padding: 50px 0 100px;
}

.banner-text {
  margin-top: 40px;
}


.banner h2 {
  color: #010b5a;
  font-size: 35px;
}

.banner h1 {
  font-weight: 900;
  letter-spacing: 0.5px;
  font-size: 40px;
  color: #000000;
  margin-top: 0px;
}
.banner h1 span {
  color: #E85222;
}

.banner .butns .btn {
  padding: 10px 20px;
  font-size: 18px;
  margin-top: 20px;
}




.form-group {
  margin-bottom: 35px !important;
}

.form-box {
  padding: 0px 30px;
  border-radius: 0px;
}

.form-control {
  background: #f7f7f7;
  border-radius: 3px;
  box-shadow: none;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #f7f7f7;
  height: 45px;
  margin-bottom: 0px;
  padding-left: 15px;
  box-shadow: 0px 3px 6px #00000029;
}

.form-box .btn {
  background-color: #e85222;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  margin-top: 0px;
  padding: 9px 40px;
  border-radius: 3px;
  margin-bottom: 0px;
}

input.form-control::placeholder {
  font-size: 17px;
  color: #000;
}

.form-top {
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 5px 3px 30px rgba(27, 33, 47, 0.05);
}
.form-top h3 {
  margin-top: 0;
  text-align: center;
}
.form-top .form-group {
  margin-bottom: 15px !important;
}
.form-top .form-control {
  background: #fff;
  border-radius: 3px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #e6e6e6;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 15px;
  box-shadow: none;
}


.floating-label-group {
  position: relative;
}
.floating-label-group .floating-label {
  font-size: 17px;
  color: #000;
  position: absolute;
  pointer-events: none;
  top: 9px;
  left: 12px;
  transition: all 0.1s ease;
  font-weight: 400;
}
.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {
  top: -25px;
  bottom: 0px;
  left: 0px;
  font-size: 14px;
  opacity: 1;
  color: #404040;
}

#header-face {
  background: none;
  border: 0 none;
  font-size: 13px;
  margin-bottom: 0;
  padding: 10px 0;
  position: relative;
  width: 100%;
  z-index: 111;
  transition: all 0.5s ease 0s;
  background: #f7f7fa;
  border-radius: 10px;
}

#header-face .navbar-nav>li>a {
  background-color: transparent;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  padding: 5px 10px 5px 20px;
  z-index: 111;
}


.change {
  position: fixed !important;
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 999999 !important;
  top: 0px;
  background: #2A3040;
  box-shadow: none;
  left: 0;
  border-radius: 0px !important;
}

.header-region.change .navbar-nav>li>a {}

#header-face .active {
  background-color: #eaebf2;
  border-radius: 10px;
  color: black;
  box-shadow: 0 5px 6px -6px #7c7c7c;
}

#header-face .active:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e95c2f;
  border-radius: 50px;
  position: absolute;
  top: 17px;
  left: 10px;
}

#header-face .active:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e95c2f;
  border-radius: 50px;
  position: absolute;
  top: 17px;
  left: 10px;
}

.header-region .navbar-nav>li>a:active {
  color: #B0070A;
}


.counter-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(234, 244, 247, 0.9);
  background: white;
  padding: 15px 15px 15px 15px;
  text-align: center;
}

.counter-bg {
  margin-top: -68px;
  position: relative;
  z-index: 3;
}

.mentor-descrip {
  box-shadow: 0px 10px 30px 0px rgba(234, 244, 247, 0.9);
  background: #fff;
  border-radius: 20px;
  padding: 0 20px 20px;
  text-align: left;
  min-height: 386px;
}
.imag {
  position: relative;
  margin: 0 -20px;
}
.imag img {
  border-radius: 20px 20px 0 0;
}
.imag span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #062a35;
  padding: 2px 20px;
  color: #fff;
  border-radius: 0 20px 0 0;
  font-size: 17px;
}
.mentor-descrip a {
  border: 2px solid #e85222;
  color: #000;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 14px;
}

.mentor-descrip a:hover {
  border: 2px solid #e85222;
  color: #fff;
  background: #e85222;
  text-decoration: none;
}

/* mCustom scroll bar settings */
.mCustomScrollbar {
  position: relative;
  height: 132px;
  overflow: auto;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  margin-bottom: 10px;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, .1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background-color: #f15a22;
}
.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(105, 204, 68);
}

.what-box {
  padding: 30px 30px;
  box-shadow: 5px 3px 30px rgba(27, 33, 47, 0.05);
  text-align: center;background: #fff;
}
.what-box-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.what-box-icon::before {
  position: absolute;
  content: '';
  width: 75px;
  height: 75px;
  background: rgba(27, 33, 47, 0.1);
  border-radius: 50%;
  left: -12px;
  bottom: 0;
  z-index: -1;
}


#header-region {
  background: none;
  border: 0 none;
  font-size: 15px;
  margin-bottom: 0;
  padding: 15px 0;
  width: 100%;
  z-index: 111;
  color: #000;

}

.header-region .navbar-nav>li>a {
  background-color: transparent;
  color: #000;
  font-weight: 500;
  line-height: 38px;
  padding: 0 0px;
  z-index: 111;
  font-size: inherit !important;
  letter-spacing: 0.5px !important;
  width: inherit;
  height: inherit;
  margin-right: 0;
}



.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #3b3b3b !important;
  background-color: transparent !important;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #3b3b3b !important;
  background-color: transparent !important;
}


.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #3b3b3b !important;
  background-color: transparent !important;
}

.header-region .navbar-right>li {
  margin: 0 10px;
}

.header-region .navbar-nav>li>.dropdown-menu {
  top: calc(100% + 12px);
  min-width: 220px;
  border-radius: 0;
  padding: 0;
  border: none;
  left: 0;
}

.header-region .navbar-nav>li>.dropdown-menu li a {
  line-height: 35px;
  font-size: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.navbar-brand>img {
  max-height: 41px;
}

.navbar-brand {
  height: auto;
  padding-bottom: 1px;
  padding-top: 1px;
}

/* .header-region .navbar-nav>li.iconforweb>a img {height: 22px;float: left;margin-top: 15px;margin-right: 7px;} */
.callphoneno2,
.callphoneno3,
.callphoneno4 {
  display: none;
}

.header-call .popup-header-link {
  background: 0 0;
  color: #4f4f4f;
  width: auto;
  float: left;
  margin-right: 15px;
  position: relative;
}

.header-region .navbar-nav>li.iconforweb>a b {
  font-weight: 500;
}

.header-region .navbar-nav>li>a.btnsamecont {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  padding: 0px 10px;
  border: 1px solid #e85222;
  line-height: 35px;
  margin-top: 0;
}
.header-region .navbar-nav>li>a.btnsamecont:hover {
  background-color: #e85222 !important;
  color: #fff !important;
}

#header-region.fixedheader {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
}

.callphoneno2,
.callphoneno3,
.callphoneno4 {
  display: none;
}




.header-region .navbar-nav>li>.dropdown-menu li {
  list-style: none;
}

.header-region .navbar-nav>li>.dropdown-menu li a {
  line-height: 36px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  background-color: #fff;
}

.header-region .navbar-nav>li>.dropdown-menu li a {
  color: #000 !important;
}

.header-region .dropdown-submenu>a::before {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-left-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #333;
  margin-top: 5px;
  margin-right: -10px;
  margin-top: 14px;
}

.header-region .dropdown-submenu>a::after {
  content: inherit;
}

#header-region .dropdown-menu {
  border: none;
}

.header-region .navbar-nav>li>.dropdown-menu li ul {
  min-width: 260px;
  border-radius: 0;
  padding: 0;
  background-color: #eaeaea;
  left: 100%;
  top: -2px;
}


#header-region ul li i.fa.fa-whatsapp {
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  background: #20ab4b;
}

#header-region ul li i.fa.fa-phone {
  color: #fff;
  text-align: center;
}
#header-region ul li i {
  font-size: 17px;
  font-weight: 600;
}

.carts img {
  vertical-align: middle;
  height: 26px;
}



.change {
  position: fixed !important;
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 999999 !important;
  top: 0px;
  left: 0;
  border-radius: 0px !important;
  background: #ffff !important;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
}

.takeways1 {
  box-shadow: 5px 3px 30px rgba(27, 33, 47, 0.05);
  border-radius: 10px;
  padding: 20px 20px;
  text-align: left;
}
.count-box {
  background-color: #f06432;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 0px;
  font-size: 20px;
}

.take h3{font-size: 14px;}

.take .mCustomScrollbar {
  height: 84px;
}

.offered {
  background: #f8f9f8;
  padding: 25px 25px 0;
  border-radius: 15px;
  margin-top: 40px;
}
.ofrd-laft h3 {
  font-size: 30px;
  margin-top: 0;
}
.course-meta span i {
  color: #ea5822;
}
.offer-descrip {
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 15px;
  border: 1px solid #e85728;
  overflow: hidden;
}
.offer-descrip a {
  border: 2px solid #e85222;
  color: #000;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 14px;
}
.offer-descrip a:hover {
  border: 2px solid #e85222;
  color: #fff;
  background: #e85222;
  text-decoration: none;
}
.offer-descrip h4 {
  font-size: 17px;
  margin-top: 0;
  background: #e85728;
  color: #fff;
  margin: -20px -20px 20px;
  text-align: center;
  padding: 6px 8px;
}
.course-meta {
  display: flex;
  column-gap: 6px;
  align-items: center;
}
.course-meta .part {
  background: #ffdccc;
  border-radius: 10px;
  font-size: 13px;
  width: 33.33%;
  text-align: center;
  line-height: 18px;padding: 4px 0;
}
.clar {
  display: block;
}
.d-flex{ display: flex; align-items: center;}
.ofrd-laft {
  padding-right: 20px;
  text-align: justify;
}








@media only screen and (max-width: 767px) {
  .dropdown-menu {
    left: 0 !important;
  }
 .navbar-brand>img {
        height: 50px;
        width: 300px;
    }
  .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-inverse.header-region .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-inverse.header-region .navbar-toggle:focus,
  .navbar-inverse.header-region .navbar-toggle:hover {
    background-color: transparent;
  }

  #header-region {
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 10px;

  }

  #header-region .navbar-toggle {
    margin-bottom: 0px;
    margin-right: 6px;
    margin-top: 5px;
  }

  .navbar-toggle {
    background-color: transparent;
    border-color: transparent !important;
    padding: 10px 0px 3px;
    margin-top: 0px;
  }

  .header-region .navbar-nav>li>.dropdown-menu li ul li a {
    color: #727272 !important;
    font-size: 14px;
  }

  .header-region .navbar-nav>li>.dropdown-menu li ul {
    background-color: transparent;

  }

  .callphoneno2,
  .callphoneno3,
  .callphoneno4 {
    position: relative;
    z-index: 999;
    display: inline !important;
    bottom: inherit;
  }

  .callphoneno2 .menu-head-link,
  .callphoneno3 .menu-head-link,
  .callphoneno4 .menu-head-link {
    margin-left: 0;
    width: 34%;
    position: fixed;
    left: 0;
    bottom: 0;
  }

  .menu-head-link {
    float: left;
  }

  .callphoneno2 .header-call .popup-header-link {
    background-color: #fc0;
  }

  .callphoneno4 .header-call .popup-header-link {
    background-color: #fc0;
  }

  .callphoneno2 .header-call .popup-header-link,
  .callphoneno3 .header-call .popup-header-link,
  .callphoneno4 .header-call .popup-header-link {
    width: 100%;
    padding: 7px 8px;
    margin-right: 0;
    border-radius: 0;
    min-height: inherit;
    line-height: 20px;
  }

  /* .callphoneno4 {position: relative;width: 32%;z-index: 999;display: inline!important;top: inherit;} */
  /* .callphoneno4 .menu-head-link {
      margin-left: 0;
      width: 33.33%;
      left: 120px;
      bottom: 0;
    } */
  .callphoneno4 .header-call .popup-header-link {
    background-color: #03a5ff;
  }

  .callphoneno2 .header-call .popup-header-link .icon-header,
  .callphoneno3 .header-call .popup-header-link .icon-header,
  .callphoneno4 .header-call .popup-header-link .icon-header {
    float: left;
    padding-right: 6px;
    color: #000;
    font-size: 22px;
    line-height: 16px;
  }

  .callphoneno2 .header-call .popup-header-link .icon-header img,
  .callphoneno3 .header-call .popup-header-link .icon-header img,
  .callphoneno4 .header-call .popup-header-link .icon-header img {
    max-height: 22px;
  }

  .callphoneno3 .menu-head-link {
    right: 0;
    left: initial;
  }

  .callphoneno3 .header-call .popup-header-link {
    background-color: #0da501;
  }

  .callphoneno2 .header-call .popup-header-link b {
    color: #000;
  }

  .popup-header-link b {
    font-size: 11px;
    line-height: 20px;
    vertical-align: top;
    float: left;
    font-weight: 600;
    color: #000;
  }


  .twnd {
    left: 33% !important;
  }

  .thrsd {
    left: 66% !important;
  }

  .header-region .navbar-nav>li.iconforweb {
    display: none !important;
  }


}

@media only screen and (max-width: 767px) {

  body {
    font-size: 13px;
    line-height: 24px !important;
    letter-spacing: 0.3px;
  }


  #header-face {
    display: none;
  }

  .accordion-panel .panel-default>.panel-heading a {
    padding: 20px 20px 20px 10px !important;
  }

  .accordion-panel .panel-default>.panel-heading a:after {
    right: 0px !important;
  }

  .testmonials-pull .slick-prev {
    left: 9px !important;
    top: 120px;
  }

  .testmonials-pull .slick-next {
    right: 8px;
    top: 120px;
  }

   .testmonials-pull .counter-bg .slick-prev {
    left: 9px !important;
    top: 50px;
  }
 .testmonials-pull .counter-bg .slick-next {
    right: 8px !important;
    top: 50px;
  }

  .mCustomScrollbar {
    
    height: 190px;
    
  }
  h5 {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
}
.what-box h3 {
  font-size: 20px;
}
.what-box {
  margin-bottom: 15px;
}
#Executive-Education .col-md-3:nth-child(1) ~ * {
  margin-top: 15px;
}
#Certification-Courses .col-md-3:nth-child(1) ~ * {
  margin-top: 15px;
}
.d-flex {
  display: block;
}
.ofrd-laft {
  padding-right: 0px;
  text-align: justify;
}

  .dropdown-menu {
    left: 0 !important;
  }

 

  section h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .banner h3 {
    font-size: 20px;
}
 

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .banner h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .banner img {
    display: none;
}

  .banner-text {
    margin-top: 0px;
  }

  .banner::after {
    width: 28%;
    height: 72%;
  }

  .banner h1::after {
    width: 16%;
    height: 21%;
    top: 27px;
    right: 16px;
  }

  .banner .butns .btn {
    padding: 10px 10px;
    font-size: 13px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .banner h2 {
    font-size: 14px;
    /* margin-bottom: 0; */
    margin: 0 !important;
  }
  div#home img {
    display: none;
}

  .clar {
    display: inherit;
  }

  

  #header-region {

    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 10px;

  }

  #header-region .navbar-toggle {
    margin-bottom: 0px;
  }

  
}

@media only screen and (max-width: 1199px) {



}

@media only screen and (min-width: 769px) and (max-width: 1199px) {

 

}