@import url('custom.css');
.thesaas-sections-split .section {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}
@media (max-width: 1240px) {
	.gc-right {
	    padding-right: 50px !important;
	    padding-left: 30px;
	}
	.gc-left {
	    padding-left: 50px !important;
	    padding-right: 30px;
	}
}
@media (max-width: 768px) {

  .thesaas-sections-split .section {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .timeline-container .timeline-item .timeline-point {
      margin-left: 37px !important;
  }
	.timeline-container .timeline-gradient {
      	left: 0;
      	margin-left: 45px !important;
	}
	.timeline-container .timeline-gradient {
	    left: 0;
	    margin-left: 45px !important;
	}
	.gc-right {
	    margin-top: -10px !important;
	    margin-left: 100px;
	    padding-bottom: 45px;
	    padding-left: 0;
	}
	.gc-left {
	    padding-left: 0 !important;
	    padding-right: 20% !important;
	    margin-top: -10px !important;
	    margin-left: 100px !important;
	    padding-bottom: 45px;
	}
	span.gc-year-right, span.gc-year-left {
	    margin-left: 10px !important;
	    font-size: 16px !important;
	}
}


/*STEFAN CSS*/

.section-no-padding{
  padding: 0px !important;
}

.section-no-padding-bottom {
	padding-bottom: 0 !important;
}

.text-blue-light{
  color: #0FACF3 !important;
}

.text-blue-darker{
  color: #395A74 !important;
}

.padding-50px{
  padding-top: 50px;
}

.card-title a:hover{
  cursor: pointer;
}

.center-wrapper{
  text-align: center;
  padding-bottom: 50px;
}

.fs-25{
  font-size: 25px;
}

/*TIMELINE*/

.nav-hero{
  -webkit-box-pack: left; 
  justify-content: left;
}

.timeline-container {
    position: relative;
}
.section-container {
    margin-bottom: 6rem;
}
@media (min-width: 768px){
  .text-md-left {
      text-align: left !important;
  }
}
.timeline-container .timeline-gradient {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 50px;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
}
.gradient-happy-yellow {
    border: 0;
    background-size: 100%;
    background-image: -webkit-linear-gradient(311.43deg, #4DC0F3 0%, #0E8BC3 33.24%, #05374E 100%);
    background-image: linear-gradient(138.57deg, #4DC0F3 0%, #0E8BC3 33.24%, #05374E 100%);
    position: relative;
    z-index: 100;
}
.gradient-happy-yellow:before {
    background-image: -webkit-linear-gradient(311.43deg, #4DC0F3 0%, #0E8BC3 53.24%, #05374E 120%);
    background-image: linear-gradient(138.57deg, #4DC0F3 0%, #0E8BC3 53.24%, #05374E 120%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: inherit;
}
.row-gc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}
.text-center {
    text-align: center !important;
}
.mb-4 {
    margin-bottom: 4rem !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
@media (min-width: 1200px){
  .row-gc {
      margin-right: -15px;
      margin-left: -15px;
  }
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
}
.timeline-container .timeline-item .timeline-point {
    height: 50px;
    width: 50px;
    top: -1rem;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 100;
}
@media (min-width: 768px){
  .col-md-5-gc {
      -webkit-box-flex: 0;
      /*-ms-flex: 0 0 48.66667%;
      flex: 0 0 45.66667%;
      max-width: 45.66667%;*/
          flex: 0 0 41.66667%;
    max-width: 45.66667%;
    margin-right: 70px;
    margin-left: 70px;
  }
}
.smile-subtitle, .smile-subtitle-1, .smile-subtitle-2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 16px;
}

.smile-subtitle-2 span{
  color: #444;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
/*span.gc-year-right {
    margin-right: -55px !important;
    margin-top: -10px;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
span.gc-year-left {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 50% !important;
    transform: translate(-50%,0);
    top: -11px;
    padding-left: 20px;
}*/
span.gc-year-right, span.gc-year-left {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 25px;
    font-weight: 600;
    font-size: 18px;
    transform: rotate(-20deg);
    color: #666;
    width: 100px;
    background: #fff;
    z-index: 100;
}

.topbar-brand img{
  max-height: 50px !important;  
}

.gc-left {
    padding-left: 20%;
    margin-top: -8px;
}
.gc-right {
    padding-right: 20%;
    margin-top: -8px;
}
/*TIMELINE OLD*/

.timeline {
  padding: 40px 0px;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 40px;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 65px;
  width: 3px;
  height: calc(100% - 80px);
  background: #F19065;
}

.timeline .column {
  margin: 40px 40px 40px 120px;
}

.timeline .column .title h1 {
  font-size: 120px;
  color: rgba(0,0,0,0.1);
  letter-spacing: 3px;
}

/*.timeline .column .title h1:before {
  content: "";
  position: absolute;
  left: -62px;
  top: 86px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 3px solid #c0392b;
}*/

.timeline .column .title h2 {
  margin-top: -60px;
  font-size: 33px;
}

.timeline .column .description p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}

.main {
  width: 80%;
  margin-left: 10%;
  margin-top: 80px;
}

.main h1 {
  font-size: 80px;
  line-height: 60px;
}

.main p {
  font-size: 13px;
  line-height: 20px;
  font-family: serif;
  text-align: right;
}

.col-md-5-gc {
	z-index: 101;
}
.benefits a.nav-link.active, .benefits a.nav-link:hover {
    background-color: #37566F !important;
}