.learn-with-us-img {
  width: 100%;
}
.learn-with-us-btn {
  margin-top: 20px;
}
.signup-title {
  text-align: center;
  margin-bottom: 25px;
}
.signup-form .form-group {
  margin-bottom: 25px;
}
.signup-form .form-group .form-control {
  border-radius: 21px;
}
.have-account {
  text-align: center;
  font-size: 12px;
}
.submit-btn-2 {
  width: 100%;
}
.map {
  margin-bottom: 50px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
body {
  padding-top: 20px;
  background-color: #F5F5F5;
}
/**
 * Form control
 */
.form-control {
  border-radius: 2px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
}
.form-control:focus {
  box-shadow: 0 1px 5px -2px #42a5f5;
  border-bottom: 1px solid #2196f3;
}
.form-group label {
  color: #616161;
}
.input-group-addon {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4caf50;
}
.has-success .form-control {
  border-color: #4caf50;
}
.has-success .form-control:focus {
  border-color: #3d8b40;
  box-shadow: 0 1px 5px -2px #C8E6C9;
}
.has-success .input-group-addon {
  color: #4caf50;
  border-color: #4caf50;
  background-color: #C8E6C9;
}
.has-success .form-control-feedback {
  color: #4caf50;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4caf50;
}
.has-success .form-control {
  border-color: #4caf50;
}
.has-success .form-control:focus {
  border-color: #3d8b40;
  box-shadow: 0 1px 5px -2px #C8E6C9;
}
.has-success .input-group-addon {
  color: #4caf50;
  border-color: #4caf50;
  background-color: #C8E6C9;
}
.has-success .form-control-feedback {
  color: #4caf50;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FF9800;
}
.has-warning .form-control {
  border-color: #FF9800;
}
.has-warning .form-control:focus {
  border-color: #cc7a00;
  box-shadow: 0 1px 5px -2px #FFE0B2;
}
.has-warning .input-group-addon {
  color: #FF9800;
  border-color: #FF9800;
  background-color: #FFE0B2;
}
.has-warning .form-control-feedback {
  color: #FF9800;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FF9800;
}
.has-warning .form-control {
  border-color: #FF9800;
}
.has-warning .form-control:focus {
  border-color: #cc7a00;
  box-shadow: 0 1px 5px -2px #FFE0B2;
}
.has-warning .input-group-addon {
  color: #FF9800;
  border-color: #FF9800;
  background-color: #FFE0B2;
}
.has-warning .form-control-feedback {
  color: #FF9800;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #F44336;
}
.has-error .form-control {
  border-color: #F44336;
}
.has-error .form-control:focus {
  border-color: #ea1c0d;
  box-shadow: 0 1px 5px -2px #FFCDD2;
}
.has-error .input-group-addon {
  color: #F44336;
  border-color: #F44336;
  background-color: #FFCDD2;
}
.has-error .form-control-feedback {
  color: #F44336;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #F44336;
}
.has-error .form-control {
  border-color: #F44336;
}
.has-error .form-control:focus {
  border-color: #ea1c0d;
  box-shadow: 0 1px 5px -2px #FFCDD2;
}
.has-error .input-group-addon {
  color: #F44336;
  border-color: #F44336;
  background-color: #FFCDD2;
}
.has-error .form-control-feedback {
  color: #F44336;
}
.form-control {
  border-radius: 2px;
  border: none;
  border-bottom: 1px solid #E0E0E0;
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
}
.form-control:focus {
  box-shadow: 0 1px 5px -2px #42A5F5;
  border-bottom: 1px solid #2196F3;
}
.form-group label {
  color: #616161;
}
.input-group-addon {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4CAF50;
}
.has-success .form-control {
  border-color: #4CAF50;
}
.has-success .form-control:focus {
  border-color: #3d8b40;
  box-shadow: 0 1px 5px -2px #C8E6C9;
}
.has-success .input-group-addon {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: #C8E6C9;
}
.has-success .form-control-feedback {
  color: #4CAF50;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4CAF50;
}
.has-success .form-control {
  border-color: #4CAF50;
}
.has-success .form-control:focus {
  border-color: #3d8b40;
  box-shadow: 0 1px 5px -2px #C8E6C9;
}
.has-success .input-group-addon {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: #C8E6C9;
}
.has-success .form-control-feedback {
  color: #4CAF50;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FF9800;
}
.has-warning .form-control {
  border-color: #FF9800;
}
.has-warning .form-control:focus {
  border-color: #cc7a00;
  box-shadow: 0 1px 5px -2px #FFE0B2;
}
.has-warning .input-group-addon {
  color: #FF9800;
  border-color: #FF9800;
  background-color: #FFE0B2;
}
.has-warning .form-control-feedback {
  color: #FF9800;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #FF9800;
}
.has-warning .form-control {
  border-color: #FF9800;
}
.has-warning .form-control:focus {
  border-color: #cc7a00;
  box-shadow: 0 1px 5px -2px #FFE0B2;
}
.has-warning .input-group-addon {
  color: #FF9800;
  border-color: #FF9800;
  background-color: #FFE0B2;
}
.has-warning .form-control-feedback {
  color: #FF9800;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #F44336;
}
.has-error .form-control {
  border-color: #F44336;
}
.has-error .form-control:focus {
  border-color: #ea1c0d;
  box-shadow: 0 1px 5px -2px #FFCDD2;
}
.has-error .input-group-addon {
  color: #F44336;
  border-color: #F44336;
  background-color: #FFCDD2;
}
.has-error .form-control-feedback {
  color: #F44336;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #F44336;
}
.has-error .form-control {
  border-color: #F44336;
}
.has-error .form-control:focus {
  border-color: #ea1c0d;
  box-shadow: 0 1px 5px -2px #FFCDD2;
}
.has-error .input-group-addon {
  color: #F44336;
  border-color: #F44336;
  background-color: #FFCDD2;
}
.has-error .form-control-feedback {
  color: #F44336;
}
.none {
    display: none;
}
.block {
    display: block;
}
.dropify-wrapper {
    width: 27%;
}
@media (max-width: 768px) {
  .dropify-wrapper {
      width: 60%;
  }
}
.pointer {
  cursor: pointer;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
} 
.footer-area {
position: relative;
margin-bottom: 0;
bottom: 0;
width: 100%;
}
@media screen and (max-width: 600px) {
.footer-area {
  position: relative;
  margin-bottom: 0;
  bottom: 0;
  width: 100%;
}
}
.header_area + section{
margin-top: 38px;
}
/* homepage top section */
.hero-banner-container[_ngcontent-c9] {
height: 520px;
color: #fff;
padding-top: 75px;
background-size: cover;
position: relative;
}
.content-container[_ngcontent-c9] {
text-align: center;
max-width: 700px;
margin: auto;
}
.hero-banner-container[_ngcontent-c9] *[_ngcontent-c9] {
color: #fff;
}
*[_ngcontent-c9] {
font-family: Roboto,sans-serif;
}
.hero-banner-container[_ngcontent-c9] *[_ngcontent-c9] {
color: #fff;
}
.workshop-points-wrp[_ngcontent-c9] {
font-weight: 500;
text-align: center;
font-size: 18px;
margin-bottom: 50px;
}
.hero-banner-container[_ngcontent-c9] *[_ngcontent-c9] {
color: #fff;
}
h1.workshop-title[_ngcontent-c9] {
font-size: 36px;
text-align: center;
margin-bottom: 15px;
}
h2.workshop-subtitle[_ngcontent-c9] {
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 1.5;
}

/* end of homepage top section */
.media-icon {
color: #4dbf1c;
font-size: 35px;
}

/* start of nav */
.sp-curriculum[_ngcontent-c13] {
padding-bottom: 50px;
}
*[_ngcontent-c13] {
font-family: Roboto,sans-serif;
}
.sp-curriculum[_ngcontent-c13] p.section-subtitle[_ngcontent-c13] {
max-width: 600px;
margin: auto;
}
p.section-subtitle[_ngcontent-c13] {
font-size: 16px;
font-weight: 300;
text-align: center;
}
.curriculum-details-wrp[_ngcontent-c13] {
padding: 40px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.c-topic-tabs {
width: 435px;
margin-right: 100px;
}
.c-topic.selected {
border-radius: 3px;
background-color: #fff;
height: 45px;
-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.c-topic {
display: block;
text-align: left;
font-weight: 400;
font-size: 16px;
padding: 0 10px;
cursor: pointer;
line-height: 45px;
height: 45px;
width: 100%;
}
.c-topic.selected[_ngcontent-c13] a[_ngcontent-c13] {
color: #00c09d;
}
.c-topic[_ngcontent-c13] a[_ngcontent-c13] {
text-decoration: none;
}
.c-topic.selected[_ngcontent-c13] span.selected-arrow[_ngcontent-c13] {
display: inline-block;
margin-left: 5px;
margin-right: 10px;
}
.select-dropdown.form-control[_ngcontent-c13] {
display: none;
}
.chapter-details-container {
width: 600px;
height: 350px;
overflow-y: scroll;
padding: 20px 25px;
border-radius: 3px;
-webkit-box-shadow: 0 9px 20px 0 rgba(0,0,0,.05);
box-shadow: 0 9px 20px 0 rgba(0,0,0,.05);
background-color: #fff;
}
.estimated-time[_ngcontent-c13] {
font-size: 14px;
text-align: right;
margin-bottom: 15px;
color: #9b9b9b;
font-weight: 400;
}
p.chapter-info-text[_ngcontent-c13] {
margin-bottom: 25px;
}
.chapter-point-text[_ngcontent-c13] {
display: inline-block;
max-width: calc(100% - 25px);
vertical-align: top;
}
div.nice-select.select-dropdown.form-control {
border-radius: 2px;
border: none;
border-bottom: 1px solid #E0E0E0;
box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
display: none !important;
}

.course-icon {
  color: #4dbf1c;
}
ul.course-list {
  list-style: none;
}

ul.course-list li:before {
  font-family: "FontAwesome"; font-weight: 400; content: "\f00c";
}

.emp-profile{
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
}
.profile-img{
  text-align: center;
}
.profile-img img{
  width: 70%;
  height: 100%;
}
.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
}
.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.profile-head h5{
  color: #333;
}
.profile-head h6{
  color: #0062cc;
}
.profile-edit-btn{
  border: none;
  border-radius: 1.5rem;
  width: 70%;
  padding: 2%;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
}
.proile-rating{
  font-size: 12px;
  color: #818182;
  margin-top: 5%;
}
.proile-rating span{
  color: #495057;
  font-size: 15px;
  font-weight: 600;
}
.profile-head .nav-tabs{
  margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
  font-weight:600;
  border: none;
}
.profile-head .nav-tabs .nav-link.active{
  border: none;
  border-bottom:2px solid #0062cc;
}
.profile-work{
  padding: 14%;
  margin-top: -15%;
}
.profile-work p{
  font-size: 12px;
  color: #818182;
  font-weight: 600;
  margin-top: 10%;
}
.profile-work a{
  text-decoration: none;
  color: #495057;
  font-weight: 600;
  font-size: 14px;
}
.profile-work ul{
  list-style: none;
}
.profile-tab label{
  font-weight: 600;
}
.profile-tab p{
  font-weight: 600;
  color: #0062cc;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-icon-only.btn-sm, .btn-group-sm > .btn-icon-only.btn {
  width: 2rem;
  height: 2rem;
}
.btn:not(:last-child) {
  margin-right: .5rem;
}
a.btn-icon-only {
  line-height: 2.5;
}
.dropdown-menu {
  min-width: 12rem;
}
.dropdown-menu {
  font-size: 1rem;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  list-style: none;
  text-align: left;
  color: #525f7f;
  border: 0 solid rgba(0, 0, 0, .15);
  border-radius: .4375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}
.btn-icon-only {
  padding: 0;
}
.profile-tab p {
  font-weight: 600;
  color: #818182;
}
/* start of call to action section */
.bs-calltoaction{
  position: relative;
  width:auto;
  padding: 15px 25px;
  border: 1px solid black;
}

  .bs-calltoaction > .row{
      display:table;
      width: calc(100% + 30px);
  }
   
      .bs-calltoaction > .row > [class^="col-"],
      .bs-calltoaction > .row > [class*=" col-"]{
          float:none;
          display:table-cell;
          vertical-align:middle;
      }

          .cta-contents{
              padding-top: 10px;
              padding-bottom: 10px;
          }

              .cta-title{
                  margin: 0 auto 15px;
                  padding: 0;
              }

              .cta-desc{
                  padding: 0;
              }

              .cta-desc p:last-child{
                  margin-bottom: 0;
                  font-family: Roboto,sans-serif;
                  font-size: large;
              }

          .cta-button{
              margin: auto;
          }

@media (max-width: 991px){
  .bs-calltoaction > .row{
      display:block;
      width: auto;
  }

      .bs-calltoaction > .row > [class^="col-"],
      .bs-calltoaction > .row > [class*=" col-"]{
          float:none;
          display:block;
          vertical-align: middle;
          position: relative;
      }

      .cta-contents{
          text-align: center;
      }
}
.bs-calltoaction.bs-calltoaction-danger{
  color: #fff;
  background-color: #4dbf1c;
  border-color: #4dbf1c;
}
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn{
  border-color:#fff;
}
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn:hover{
  border-color:#04091e;
}
/* end of call to action section */

/* start partner sliders */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* end partner slides */

.video i {
  font-size: 48px;
  position: absolute;
  z-index: 10;
  left: 47%;
  top: 34%;
  color: green;
}
.video img {
  width: 100%;
  padding: 2%;
  opacity: 1;
  border-radius: 50px;
}
section.use_cases {
  position: relative;
  max-height: 500px;
  background-color: transparent;
  margin-bottom: 53px;
}
section.use_cases .use_cases_background {
  height: 100%;
  width: 70%;
  top: 0;
  left: 0;
  background-color: #4dbf1c;
  position: absolute;
  border-radius: 0 50px 50px 0;
  z-index: -1;
}
section.use_cases article.text {
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin: 50px 0;
  z-index: 1;
  padding-left: 10%;
}
section.use_cases article.text h3 {
  color: #f8f8f8;
  margin: 0 0 18px;
  font-size: 27px;
  font-family: Roboto,sans-serif;
}
section.use_cases article.text p {
  margin: 0 0 15px;
  color: #f8f8f8;
  padding-right: 15%;
  line-height: 20px;
}
section.use_cases article.text p:last-of-type {
  margin-bottom: 0;
}
section.use_cases article.text p {
  margin: 0 0 15px;
  color: #f8f8f8;
  padding-right: 15%;
  line-height: 20px;
  font-family: Roboto,sans-serif;
  font-size: larger;
}
section.use_cases article.text>a.button {
  color: #f8f8f8;
}
section.use_cases article.text .button {
  margin-top: 32px;
}
section.use_cases article.text>a {
  font-weight: 600;
}
.button.orange {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #fff;
  color: #f8f8f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.use_cases article.use_cases_videos {
  display: flex;
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 20px 0;
  z-index: 1;
}
section.use_cases article.use_cases_videos .video_wrapper {
  margin: 0 0 0 auto;
}
section.use_cases article.use_cases_videos .video_wrapper {
  margin: 0 auto 0;
  height: 340px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 11px 14px 45px 0px rgba(34,36,38,0.18);
  box-shadow: 11px 14px 45px 0px rgba(34,36,38,0.18);
  max-width: 600px;
}
section.use_cases article.text p a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
section.sign_up {
  background-size: 200vw 100px;
  min-height: 215px;
  background-attachment: inherit;
  background-repeat: repeat no-repeat;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
section.sign_up article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
section.sign_up article h3 {
  margin-bottom: 22px;
  text-align: center;
  font-size: 27px;
  font-family: Roboto,sans-serif;
}
section.sign_up article .button {
  margin: 0 auto 37px;
  padding: 12px 35px;
  font-size: 20px;
}
.button.orange {
  background-color: #4dbf1c;
  color: #f8f8f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.executive article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
}
.executive span {
  -webkit-box-shadow: 0px 0px 23px 0px #7c8e9b17;
  box-shadow: 0px 0px 23px 0px #7c8e9b17;
  background: #fff;
  border-radius: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 30px;
  margin-right: 10px;
  font-weight: 500;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
/* pricing */
section.pricing {
  padding-top: 7rem !important;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
  background-color: #108d6f;
}
.pricing .active-btn {
  background-color: #4dbf1c !important;
  border-color: #4dbf1c;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
/* end of pricing */
.finance_area {
  background: none; 
  font-family: Roboto,sans-serif;
  font-size: large;
}
.packages_text h3 {
  font-family: Roboto,sans-serif;
}
.packages_text {
  font-family: Roboto,sans-serif;
  font-size: large;
}
/* list */
.rectangle-list ol 
{
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

/* item  */
.rectangle-list ol > li
{
position: relative;
list-style:none; /* Disable the normal item numbering */
}

/* item hover */
.rectangle-list p
{
display: block;
padding: .4em .4em .4em .8em;
*padding: .4em;
margin: .5em 0 .5em 2.5em;
background: #ddd;
color: #444;
text-decoration: none;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;	
}

/* item hover */
.rectangle-list p:hover
{
background: #fa8072;
}	

/* number  */
.rectangle-list p:before
{
content: counter(li);
counter-increment: li;

position: absolute;	
left: -2.5em;
top: 50%;
margin-top: -1em;

background: #fa8072;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
}

/* number hover */
.rectangle-list p:after
{
position: absolute;	
left: -1em;
top: 50%;
margin-top: -.5em;

content: '';
border: .5em solid transparent;

-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;				
}

.rectangle-list p:hover:after
{
left: -.5em;
border-left-color: #fa8072;				
}
.alumni_images img {
  width: 100px;
}
.interested-input {
  height: calc(2.25rem + 22px);
}
@media (max-width: 750px) {
  .partners {
    margin-top: 129px;
  }
  section.use_cases .use_cases_background {
    width: 100%;
  }
}
.pager {
  margin-top: 4rem;
}
.pager .previous a{
  float: left !important;
  color: #fff;
}
.pager .next a{
  float: left !important;
  color: #fff;
}
.pager .previous a:hover{
  color: #4dbf1c;
}
.pager .next a:hover{
  color: #4dbf1c;
}

.nice-select, .nice-select .list {
  width: 100%;
}

