/*helm

Merlin - Responsive One Page Template
Version: 1.0
By: Hasan Alibegic, hasan461@gmail.com
License: Apache License v2.0
*/
@import url(https://fonts.googleapis.com/css?family=Doppio+One);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Oswald);
;

html {
    font-size: 17px;
    scroll-behavior: smooth !important;
}

body {
    font-family: "Source Sans Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: -.02rem;
}

*,
*:focus {
    outline: none !important;
}

a {
    color: #2d2d2d;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #0c86b6;
    text-decoration: none;
}

.hiding {
    opacity: 0;
}

.showing {
    opacity: 1;
}

.checked {
    color: #13bfc0;
}
.unchecked {
    color: lightgrey;
}

.img-rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.img-fluid-1 {
    max-width: 16vw;
    height: 11.5vw;
}

.img-fluid-2 {
    max-width: 100%;
    height: auto;
}

.btn {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.btn-blue {
    color: #fff;
    background: #227fe8;
}

.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
    background: #233b6f;
}

.btn-green {
    color: #fff;
    background: #8bcb2d;
}

.btn-green:hover,
.btn-green:focus {
    color: #fff;
    background: #8bcb2d;
}

.btn-dark {
    color: #fff;
    background: #233b6f;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #fff;
    background: #233b6f;
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

.spinner-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.spinner {
    position: relative;
    z-index: 200;
    top: 50%;
    height: 80px;
    width: 80px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:8px solid rgba(0,174,239,.15);
    border-right:8px solid rgba(0,174,239,.15);
    border-bottom:8px solid rgba(0,174,239,.15);
    border-top:8px solid rgba(0,174,239,1);
    border-radius:100%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
 }
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

.navbar-light {
    margin-bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
}

.navbar-light .navbar-brand {
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link:focus {
    color: #13bfc0;
    background: transparent;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-light.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    border-bottom-color: transparent;
}

.page {
    position: relative;
    overflow: hidden;
}

.page .content {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.page .content-2 {
    margin-top: 2rem;
}

.page .content.cover {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.page .border {
    width: 6rem;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: #8bcb2d;
}

.page.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0);
}

.page.overlay .content {
    position: relative;
    z-index: 1;
}
/*
.filter-blur {
-webkit-filter: blur(5px);
filter: url(#effect-blur-1);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'effect-blur-1\'><feGaussianBlur stdDeviation=\'15\' /></filter></svg>#effect-blur-1");
margin: 20px;cursor: pointer;
box-shadow: 5px 1px 5px #000000;
}

.filter-blur-none {
-webkit-filter: none;
filter: none;
}

.background-image {
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url('../img/cover/corp_benefits_toddler.jpg');
  width: 1200px;
  height: 800px;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.content {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  margin-left: 20px;
  margin-right: 20px;
}
*/

/* .squiggle-turq {
    background: url(./../img/work/brush-stroke-turq.png);
    background-repeat: no-repeat;
    background-size: 100% 95%;
    padding: 8px 0;
} */

#home {
    display: block;
    /*margin-top: 50px;*/
    padding: 0;
    color: #fff;
    /*background-image: url(../img/cover/hero-connection-cartoon.png);*/
    background-image: url(../../assets/images//heros/community-half-hero-images-shorter.png);
    /*background-image: url(../img/cover/tye-dye-hero-colourful.png);*/
    /*background-image: url(https://a.helm.life/main/img/cover/corp_benefits_toddler_2c.png);*/
    /*background-image: url(https://babysitter.weneeddatenight.com/roster/s/helm/img/cover/corp_benefits_sprawling_kid_on_grass_1585x1000.png);*/
    /*background-image: url(https://dev22.weneeddatenight.com/REPO/babysitter_server/roster/s/helm/img/cover/corp_benefits_sprawling_kid_on_grass_1585x1000.png);*/
    /*background-image: url(https://dev22.weneeddatenight.com/REPO/babysitter_server/roster/s/main/img/cover/corp_benefits_mom.jpg);*/
    background-repeat: no-repeat;
    background-position: center -50px;
    background-size: cover;
    height: 550px;
}
#home h1 {
    font-size: 4rem;
    line-height: 1;
    margin-top: -100px;
/*    width:50%;
    float:right;
*/
}
#home a {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    margin: 10px;
    width: 125px;
    font-size: 12px;
}
#home .sub-heading {
        width: 85%;
        margin: auto;
    }
 /*.title-top {
    margin-top: -215px;
}*/
/*#home .links {
    margin-top: 50px;*/
/*.title-top img {
    width: 65%;
}*/

#hero a, #hero button {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    margin: 5px;
    min-width: 70px;
    font-size: 12px;
}

#services {
    background: #f5f5f5;
    border-bottom: 1px solid #e7e7e7;
}

#services .service i {
    margin-top: 4rem;
}

#services .service:hover i {
    color: #8bcb2d;
}

#work .heading p {
    margin-bottom: 4rem;
}

#portfolio {
    width: 100%;
}

#portfolio .filters {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#portfolio .filters li a {
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}

#portfolio .filters li a:hover,
#portfolio .filters li a:focus {
    color: #333;
}

#portfolio .filters li a.active {
    color: #227fe8;
}

#portfolio .items li {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

#portfolio .items li a img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#portfolio .items li a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
}

#portfolio .items li a .overlay span {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: #fff;
    text-transform: uppercase;
}

#portfolio .items li a:hover .overlay {
    opacity: 1;
}

#portfolio .items li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#clients {
    color: #fff;
    background-color: #13bfc0;
    height: 16rem
}

#testimonials .item {
    margin-bottom: 2rem;
}

#testimonials .quote {
    padding: 0 2rem;
    font-size: 1.5rem;
    font-style: italic;
}

#testimonials .quote:before {
    margin-right: 1rem;
    font-family: fontawesome;
    content: "\f10d";
}

#testimonials .quote:after {
    margin-left: 1rem;
    font-family: fontawesome;
    content: "\f10e";
}


#testimonials .client {
    color: #fff;
}
/*#testimonials .client:after {
    margin-left: 1rem;
    font-family: fontawesome;
    content: "\f10e";
}*/

#testimonials .carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

#testimonials .carousel-indicators li {
    height:4px;
    width:50px;
    /*width: .8rem;
    max-width: .8rem;
    height: .8rem;*/
    background: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#testimonials .carousel-indicators li:hover,
#testimonials .carousel-indicators li:focus {
    border-color: #fff;
}

#testimonials .carousel-indicators .active {
    height:4x;
    width:50px;
    margin-bottom:1px;
    background: #fff;
    border-color: #fff;
}

#about .buttons a {
    width: 155px;
    margin: 10px;
}

#about .buttons button {
    width: 155px;
    margin: 10px;
}

#about .content {
    margin-bottom: 0;
}

#about .teammate {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

#about .teammate .profile-photo {
    overflow: hidden;
}

#about .teammate .profile-photo img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#about .teammate:hover .profile-photo img,
#about .teammate:focus .profile-photo img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#about .teammate .bio .border {
    height: 1px;
}

#about .teammate .bio ul {
    margin-bottom: 0;
}

#about .teammate .bio a {
    color: #666;
}

#about .teammate .bio a:hover,
#about .teammate .bio a:focus {
    color: #222;
}
#about .heading h2 {
        width: 90%;
        margin: auto;
    }

#hosts {
    /*color: #fff;
    background-color: #13bfc0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}

#hosts a {
    width: 150px;
    margin: 10px;
}

#hosts img {
    width: 100%;
}

#profiles .item {
    margin-bottom: 2rem;
}

#profiles .quote {
    padding: 0 2rem;
    font-size: 1.5rem;
}

#profiles .quote:before {
    margin-right: 1rem;
    font-family: fontawesome;
    content: "\f10d";
}


#profiles .host {
    color: #ccc;
}
/*#testimonials .client:after {
    margin-left: 1rem;
    font-family: fontawesome;
    content: "\f10e";
}*/

#profiles .carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

#profiles .carousel-indicators li {
    height:4px;
    width:50px;
    /*width: .8rem;
    max-width: .8rem;
    height: .8rem;*/
    background: transparent;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#profiles .carousel-indicators li:hover,
#profiles .carousel-indicators li:focus {
    border-color: #13bfc0;
}

#profiles .carousel-indicators .active {
    height:4x;
    width:50px;
    margin-bottom:1px;
    background: #13bfc0;
    border-color: #13bfc0;
}

#media .article img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#media .article:hover img,
#media .article:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#media .carousel-control-next .right {
    right: -100px;
}

#media .carousel-control-next .left {
    left: -100px;
}

#media .carousel-indicators {
    bottom: -10px;
    margin-bottom: 0;
}

#media .carousel-indicators li {
    height:4px;
    width:50px;
    /*width: .8rem;
    max-width: .8rem;
    height: .8rem;*/
    background: transparent;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

/*#sessions .carousel-indicators li:hover,
#sessions .carousel-indicators li:focus {
    border-color: darkgrey;
}*/

#media .carousel-indicators .active {
    height:4x;
    width:50px;
    margin-bottom:1px;
    background: #a6a6a6;
    border-color: #a6a6a6;
}

#sessions .session {
    position: relative;
    text-align: center;
    color: white;
    margin: 10px 0px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#sessions .session:hover,
#sessions .session:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#sessions .session img {
    border-radius: 5px;
}

#sessions .session h2 {
      position: absolute;
        top: 50%;
        left: 50%;
      transform: translate(-50%, -50%);
      font-family: 'Doppio One', sans-serif;
      font-size: 180%;
      /*color: #FFFFFF;*/
      /*background: #FFFFFF;*/
      text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000;
}

#sessions .session .badge {
    position: absolute;
      top: 10%;
      left: 10%;
}

#sessions .carousel-control-next .right {
    right: -100px;
}

#sessions .carousel-control-next .left {
    left: -100px;
}

#sessions .carousel-indicators {
    bottom: -35px;
    margin-bottom: 0;
}

#sessions .carousel-indicators li {
    height:4px;
    width:50px;
    /*width: .8rem;
    max-width: .8rem;
    height: .8rem;*/
    background: transparent;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

/*#sessions .carousel-indicators li:hover,
#sessions .carousel-indicators li:focus {
    border-color: darkgrey;
}*/

#sessions .carousel-indicators .active {
    height:4x;
    width:50px;
    margin-bottom:1px;
    background: #a6a6a6;
    border-color: #a6a6a6;
}

#partners .partner {
    position: relative;
    text-align: center;
    color: white;
    margin: 10px 0px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#partners .partner:hover,
#partners .partner:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#partners .partner img {
    border-radius: 5px;
}

#partners .partner h2 {
      position: absolute;
        top: 50%;
        left: 50%;
      transform: translate(-50%, -50%);
      font-family: 'Doppio One', sans-serif;
      font-size: 180%;
      /*color: #FFFFFF;*/
      /*background: #FFFFFF;*/
      text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000;
}

#partners .partner .badge {
    position: absolute;
      top: 10%;
      left: 10%;
}

#partners .carousel-control-next .right {
    right: -120px;
}

#partners .carousel-control-next .left {
    left: -120px;
}

#partners .carousel-indicators {
    /*bottom: -35px;*/
    margin-bottom: 0px;
}

#partners .carousel-indicators li {
    height:4px;
    width:50px;
    /*width: .8rem;
    max-width: .8rem;
    height: .8rem;*/
    background: transparent;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

/*#sessions .carousel-indicators li:hover,
#sessions .carousel-indicators li:focus {
    border-color: darkgrey;
}*/

#partners .carousel-indicators .active {
    height:4x;
    width:50px;
    margin-bottom:1px;
    background: #a6a6a6;
    border-color: #a6a6a6;
}

#experts .video {
        max-width: 80%;
        margin: auto;
}

#contact {
    /*background: url(../img/cover/Elize_varia_2_cropped.jpeg); */
    background-color: #13bfc0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#contact,
#contact a,
#contact a:hover,
#contact a:focus {
    color: #fff
}

#contact .heading .border {
    background: #fff
}

#contact a {
    display: block;
}

#contact i {
    margin: 4rem 0 1rem;
}

#footer {
    padding: 3rem 4rem;
    color: #fff;
    text-align: center;
    background: #13bfc0;
}

#footer .desktop {
    display: none;
}
#footer .mobile {
    display: none;
}

#footer a,
#footer a:hover,
#footer a:focus {
    color: #fff;
}

#footer .social {
    margin-bottom: 1rem;
}

#footer .social li .facebook:hover,
#footer .social li .facebook:focus {
    color: #3b5998
}

#footer .social li .twitter:hover,
#footer .social li .twitter:focus {
    color: #00aced
}

#footer .social li .google-plus:hover,
#footer .social li .google-plus:focus {
    color: #d34836
}

#footer .social li .dribbble:hover,
#footer .social li .dribbble:focus {
    color: #ea4c89
}

#footer .copyright {
    margin-bottom: 0;
}

#ModalHubspotCalendar .modal-header img {
    max-width: 40%; 
    margin: auto;
}

.work .title {
    color: #222;
}


/* Venobox */

.vbox-container {
    overflow: hidden;
}

.number {
  font-family: 'Doppio One', sans-serif;
  text-align: center;
  color: #616161;
  background: #bababa;
  text-shadow: #e0e0e0 1px 1px 0;
  /*color: #FFFFFF;
  background: #FFFFFF;
  text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;*/
  font-size: 60px;
  /*color: #FFFFFF;
  background: #333333;
  text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px;*/
  background: lightgrey;
}

.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol:before {
    background: #13bfc0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 0 !important;
    left: 96px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #13bfc0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 96px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #13bfc0;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 85px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 55px !important;
    width: 60% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
    text-align: left;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
    padding-left: 5px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 6px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 60% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
    text-align: left;

  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 155px !important;
    width: 60% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
    text-align: left;

  }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    margin: 0 auto !important;
    width: 80% !important;
    padding-left: 5px;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}
.ps-timeline-sec .container ol:before {
  background: #13bfc0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: -4px;
}
.ps-timeline-sec .container ol:after {
  background: #13bfc0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: -4px;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 250px 0;
  padding: 0;
  border-top: 2px solid #13bfc0;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 35px;
  height: 35px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #13bfc0;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #df8625;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -19px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: '';
  color: #13bfc0;
  width: 2px;
  height: 50px;
  background: #13bfc0;
  position: absolute;
  top: -50px;
  left: 47%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: '';
  color: #13bfc0;
  width: 8px;
  height: 8px;
  background: #13bfc0;
  position: absolute;
  bottom: 90px;
  left: 36%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: '';
  color: #13bfc0;
  width: 2px;
  height: 50px;
  background: #13bfc0;
  position: absolute;
  bottom: -50px;
  left: 47%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: '';
  color: #13bfc0;
  width: 8px;
  height: 8px;
  background: #13bfc0;
  position: absolute;
  top: 90px;
  left: 36%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}

/* Animations */

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Responsive style */


/*@media (min-width: 768px) {
    .page .content.cover {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    #portfolio .items li {
        width: 50%;
    }
    #testimonials .quote {
        padding: 0 8rem;
    }
}

@media (min-width: 992px) {
    .page .content.cover {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-weight: bold;
        text-transform: uppercase;
    }
    #testimonials .quote {
        padding: 0 12rem;
    }
}*/
@media (max-width: 400px) {
    #home {
        height: 460px;
        margin-top: 45px;
        background-position: center 325px;
        background-size: 410px;
    }
}

@media (max-width: 576px) and (min-width: 400px) {
    #home {
        height: 460px;
        margin-top: 45px;
        background-position: center 325px;
        background-size: 410px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.7rem;
    }
    #experts .video {
        max-width: 85%;
        margin: auto;
}
   /* .title-top {
        margin-top: -70px;
    }
    .title-top img {
        width: 90%;
    }
     #clients {
        height: 24rem;
    }
    #hosts a {
        width: 100px;
        font-size: 10px;
        margin: 5px;
    }
    #hosts img {
    width: 75%;
}
    #about a {
        width: 100px;
        font-size: 10px;
        margin: 5px;
    }
    #footer {
        padding: 2rem 3rem;
    }*/
    #footer .mobile {
        display: block;
    }
    .img-fluid-1 {
        max-width: 65vw;
        height: 45vw;
    }
    /*#home {
        height: 490px;
        margin-top: 15px;
        background-position: center 190px;
        background-size: contain;
    }*/
    #home .links {
        margin-top: -10px;
    }

    #about .sub-heading {
        margin: 0px 5px;
    }
    #sessions .session h2 {
    font-size: 140%;
    }
}

@media (max-width: 768px) {
    /*#clients {
        height: 18rem;
    }*/
    /* #home {
        background-image: url(../../assets/images//heros/community-hero-images-shorter.png);
    } */
    .title-top {
        margin-top: -70px;
    }
    .title-top img {
        width: 90%;
    }
     #clients {
        height: 24rem;
    }
    #hosts a {
        width: 100px;
        font-size: 10px;
        margin: 5px;
    }
    #hosts img {
        width: 75%;
    }
    #about .buttons a {
        width: 140px;
        font-size: 15px;
        margin: 20px 5px 0px 5px;
    }
    #about .buttons button {
        width: 140px;
        font-size: 15px;
        margin: 20px 5px 0px 5px;
    }
    #footer {
        padding: 2rem 3rem;
    }
    /*.img-fluid-1 {
        max-width: 65vw;
        height: 45vw;
    }*/
    /*#profiles .carousel-indicators {
    bottom: -30px;
    }*/
}

@media (max-width: 992px) and (min-width: 576px) {
    .img-fluid-1 {
        max-width: 27vw;
        height: 20vw;
    }
    #home {
        height: 460px;
        margin-top: 40px;
        background-position: center 215px;
        background-size: 580px;
        height: 500px;
    }
    .title-top {
        margin-top: -200px;
    }
    .title-top img {
        width: 65%;
    }
    #home .links {
        margin-top: 240px;
    }
    #experts .video {
        max-width: 65%;
    }
}

@media (max-width: 992px) {
    #home {
        background-image: url(../../assets/images//heros/community-hero-images-shorter.png);
    }
    #about .teammate {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
    #profiles .carousel-indicators {
    bottom: -30px;
    }
}

@media (min-width: 576px) {
    .page .content.cover {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }
    #portfolio .items li {
        width: 50%;
    }
    #testimonials .quote {
        padding: 0 4rem;
    }
    #footer .desktop {
        display: block;
    }
    /*#home .links {
        margin-top: 95px;
    }*/

}

@media (min-width: 768px) {
     .page .content.cover {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }
    #portfolio .items li {
        width: 25%;
    }
    #testimonials .quote {
        padding: 0 4rem;
    }

    /*#home {
        margin-top: 20px;
        background-size: 75%;
        height: 500px;
    }
    .title-top {
        margin-top: -200px;
    }
    .title-top img {
        width: 65%;
    }
    #home .links {
        margin-top: 175px;
    }*/

    #about .heading h2 {
        width: 80%;
    }
    #clients {
        height: 18rem;
    }
}

@media (min-width: 992px) {
      .page .content.cover {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-weight: bold;
        text-transform: uppercase;
    }
    #testimonials .quote {
        padding: 0 10rem;
    }
    .title-top {
        margin-top: -150px;
        margin-left: -45px;
    }
    .links {
        margin-top: 40px;
    }
    .sub-heading {
        width: 90%;
        margin: auto;
    }
    .title-top img {
        width: 55%;
    }
    #about .heading h2 {
        width: 70%;
    }
    #sessions .heading h2 {
        width: 100%;
    }
    #clients {
        height: 16rem;
    }
    .bio {
        width: 80%;
        margin: auto;
    }
    #ModalHubspotCalendar .modal-dialog {
        max-width: 950px;
    }
    #ModalHubspotCalendar .modal-header img {
        max-width: 30%; 
        margin: auto;
    }
}

@media (min-width: 1024px) {
    .sub-heading {
        width: 65%;
        margin: auto;
    }
    .title-top img {
        width: 40%;
    }
    /*#clients {
        height: 19rem;
    }*/
}
@media (min-width: 1250px) {
    .sub-heading {
        /*width: 55%;*/
        /*margin-bottom: 150px;*/
    }
    .title-top img {
        width: 40%;
    }
    /*#clients {
        height: 18rem;
    }*/
}
