.events-template .navbar {
    padding: 0rem 1.5rem;
    max-height: 90px;
}
.events-template .container {
    width: 100%;
}
.dhx-event-left-wrapper {
    padding: 0 20px 0 20px;
}
.dhx-event-left h1 {
    margin: 1em 0 1em 0;
}
@media (min-width: 640px) {
    .dhx-event-left img:first-of-type {
        margin: 35px 0 0 20px;
        width: 100%;
        max-width: 625px;
    }
}
.dhx-event-right-wrapper {
    padding: 0 20px 0 20px;
}
.dhx-leaf {
    max-width: 30px;
}
.events-template .navbar {
    padding-bottom: 5px;
}
.dhx-header-btn{
    margin-top:3px;
}
.navbar .gf-form-modal .btn {
    display: inline-block;
    margin-right: 0px;
    margin-top: 12px!important;
    padding: 0.5em 1em!important;
    line-height: 1.65em;
}
.dhx-hero-content {
    margin: 0 auto;
    max-width: 1060px;
    color: #fff;
    background: cover;
    padding-top: 3em;
    padding-right: 1em;
    padding-bottom: 3em;
    padding-left: 1.5em;
    text-shadow: 1px 1px 3px #000;
}
@media (min-width: 1090px) {
    .dhx-hero-content {
        padding-top: 5em;
        padding-bottom: 5em;
        padding-left: 0;
    }
}
@media (min-width: 784px) {
    .navbar .gf-form-modal .btn {
        margin-top: 25px;
    }
}
@media (min-width: 1060px) {
    .dhx-leaf {
        margin-top: 5px;
        max-width: 45px;
    }
    .navbar .gf-form-modal .btn {
        display: inline-block;
        margin-right: 10px;
        margin-top: 15px;
    }
    .dhx-event-left-wrapper {
        padding: 0 20px 0 0px;
    }
    .dhx-event-left img:first-of-type {
        margin: 35px 0 0 0px;
        max-width: 640px;
    }
}
.dhx-event-tag {
    font-size: clamp(1.5rem, 2vw, 2rem);
    margin-bottom: 20px;
    color: #72c134;
    text-transform: uppercase;
}
.dhx-hero-content h1 {
    font-size: 6rem;
    font-size: clamp(2.6rem, 4vw, 6rem);
    margin-bottom: 30px;
    max-width: 900px;
}
.dhx-event-date {
    width: 100%;
    display: inline-block;
    color: #72c134;
}
.dhx-event-calendar {
    float: left;
}
.dhx-event-calendar img {
    max-width: 25px;
}
@media (min-width: 767px) {
    .dhx-event-calendar img {
        max-width: none;
    }
}
.dhx-event-daytime {
    float: left;
    margin-left: 20px;
}
.dhx-button-callout {
    position: relative;
    margin: 0 auto;
    margin-top: -35px;
    max-width: 1060px;
    padding-left: 1.2em;
}
.dhx-button-callout.bottom-content {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 1em;
}

.events-template-single-event-webinar-sidebar .dhx-button-callout.bottom-content {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 0em;
}


.event_content.hero-template{
    padding:0px 20px 50px 20px;
    
}
.event_content.hero-template .dhx-button-callout.bottom-content {
    padding-left: 0em;
}
@media (min-width: 767px) {
    .dhx-button-callout.bottom-content {
        margin-top: 75px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1090px) {
    .dhx-button-callout {
        padding-left: 0em;
    }
}

.dhx-button-callout input[type=button],
.dhx-header-btn input[type=button]{
    border:0;
    padding:0;
    color:#fff;
    cursor:pointer;
}

.events-template .event_content h2 {
    position: relative;
    width: 100%;
    max-width: 920px;
    display: inline-block;
    margin-top: 1.6em;
    margin-bottom: 1.5em;
    font-size: clamp(2.6rem, 4vw, 4.8rem);
}
.events-template .event_content h2::before {
    content: '';
    display: block;
    position: absolute;
    width: 250px;
    height: 2px;
    bottom: -25px;
    background-color: #72c134;
}
.events-template .gf-form-modal .btn, .gform_button.button {
    display: inline-block;
    padding: .5em 1.5em;
    outline: 0;
    border: 0;
    border: 1px solid #76b743;
    border-radius: 4px;
    background: #72c134;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.65em;
    cursor: pointer;
    animation: pulse 2s infinite;
    -webkit-appearance: none;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
.events-template .gf-form-modal .btn:hover {
    background: #76b743;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.events-template .gf-form-modal .btn:hover, .gform_button.button {
    background: #76b743;
}
.events-template .event_content p, .events-template .event_content ul {
    font-size: clamp(1.7rem, 2vw, 2.2rem);
    color: #000;
}
.events-template .event_content ul {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    list-style-type: square;
    padding: 0;
    margin-left: 20px;
}
.events-template .event_content li {
    margin-bottom: 0.4em;
}
.events-template .event_content .dhx-author-heading {
    position: relative;
    width: 100%;
    max-width: 920px;
    display: inline-block;
    margin-bottom: 2em;
    font-size: clamp(2.6rem, 4vw, 2.8rem);
}
.events-template .event_content .dhx-author-heading::before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: -10px;
    background-color: #72c134;
}
.dhx-author-box {
    width: 100%;
    display: inline-block;
}
.dhx-author-image {
    width: 100%;
    float: left;
}
.dhx-author-meta {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}
.dhx-author-name {
    margin-bottom: 0px;
    font-size: clamp(2.5rem, 2.6vw, 3rem);
}
.dhx-author-title {
    margin-top: 8px;
    font-weight: 700;
    font-size: clamp(2rem, 2vw, 2.4rem);
}
.dhx-author-name, .dhx-author-title {
    color: #000;
}
.dhx-author-description p {
    margin-top: 25px;
    font-size: clamp(1.55rem, 1.7vw, 1.9rem)!important;
}
@media (min-width: 767px) {
    .dhx-author-image {
        width: 25%;
        float: left;
    }
    .dhx-author-meta {
        margin-top: 0px;
        width: 75%;
        padding-left: 10px;
        float: left;
    }
}
.events-template .tingle-modal-box {
    width: 100%;
    max-width: 500px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.events-template .tingle-modal-box .gform_title {
    display: none;
}
.events-template .gform_footer {
    text-align: center;
}
.events-template .gfield_label {
    margin-top: 20px;
    font-size: 1.3.em!important;
}
.gform_button.button {
    margin-top: 30px;
    max-width: 220px;
}
.dhx-btn-notice {
    margin-top: 10px;
    width: 300px;
    font-size: clamp(1.6rem, 1.6vw, 1.7rem);
}
.event_content {
    width: 100%;
    display: inline-block;
}
.event_content .dhx-event-left p {
    line-height: 1.7;
}
.dhx-event-left {
    width: 100%;
}
.dhx-event-right {
    width: 100%;
}
@media (min-width: 760px) {
    .dhx-event-left {
        width: 65%;
        padding-right: 50px;
        float: left;
    }
    .dhx-event-right {
        width: 35%;
        float: right;
    }
}
.dhx-event-top {
    margin-top: 50px;
    margin-bottom: 50px;
}
.dhx-event-image {
    margin-bottom: 50px;
    min-height: 400px;
    border-radius: 15px;
}
.dhx-event-form .gform_title {
    display: none!important;
}
.dhx-event-form {
    margin-bottom: 50px;
}
.dhx-event-form p {
    margin-bottom: 10px!important;
}
.dhx-event-form .gfield_label {
    font-size: 0.85em!important;
}
.dhx-event-right p {
    margin: 0;
    color: #69798d!important;
}
.dhx-event-right .dhx-event-calendar {
    margin-right: 10px;
}
.events-template .event_content .dhx-event-right h2 {
    font-size: clamp(2.3rem, 2vw, 2.8rem);
}
.events-template .event_content .dhx-event-right p {
    font-size: clamp(1.8rem, 1.8vw, 1.9rem);
}
.dhx-author-footer {
    margin: 0 auto;
    max-width: 1060px;
    padding: 20px;
}

.page-template-tpl-past-events .dhx-leaf{
    margin-bottom:15px;
}
@media (min-width: 1090px) {
.dhx-form-wrapper{
 margin-top:-90px;
}
}


.container.dhx-tests{
    width:100%!important;
}

.container.dhx-tests h2{
  margin-top:50px;
}
.dhx-modal-headline{
    margin-bottom:20px;
    font-size: clamp(2.2rem, 1.5vw, 2.8rem);
    line-height:1.3;
    font-weight:700;
}

.dhx-form{
    margin-right:20px;
    margin-bottom:60px;
    max-width:400px;
    background:#fff;
    padding: 30px 20px 20px 20px;
    border: 1px solid #ddd;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 15px;
}

.dhx-form .gform_footer{
    margin-top:-5px!important;
   padding-top:0!important;
    text-align:center;
}


.dhx-tests-wrapper{
    margin-bottom:80px;
}
.dhx-testimonials  {
  color:#fff;
  background-color: #555;
  width: 100vw;
  min-height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
}
.dhx-testimonials img {
  max-width: 100%;
  vertical-align: bottom;
}

.dhx-testimonial {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 25px 35px;
  flex-grow: 1;
  flex-basis: 280px;
  max-width: 400px;
  max-width:none;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.testimonial__text {
  font-weight: normal;
  font-size: 0.95em;
  line-height: 1.7;
  margin-bottom: 1.8em;
}

@media (min-width: 760px) {
    
.testimonial__text {
  font-size: 0.70em;
}
    
}

@media (min-width: 960px) {
    
.testimonial__text {
  font-size: 0.70em;
  min-height:320px;
}
}

@media (min-width: 1012px) {
    
.testimonial__text {
  font-size: 0.70em;
  min-height:300px;
}
    
}

@media (min-width: 1062px) {
    
.testimonial__text {
  font-size: 0.73em;
  min-height:270px;
}
    
}



.testimonial__job {
  font-weight: normal;
  font-size: 0.6em;
  line-height: 10px;
  letter-spacing: 0.5px;
}
.testimonial__name {
  font-weight: bold;
  font-size: 0.75em;
  line-height: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.testimonial__img {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}
.testimonial__img img {
  vertical-align: bottom;
  border-radius: 50%;
}
.testimonial__info {
  display: inline-block;
}

.dhx-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container--testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
  justify-content: center;
  padding: 45px 45px 90px;
  padding-left:0;
  padding-right:0;
  padding-top:0;
}
@media (min-width: 78.125em) {
  .container--testimonials {
    padding: 0;
    max-width: 1160px;
  }
}


.page-template-tpl-thanks-notify .inner-page-banner h1 {
    max-width:90%;
    margin-bottom:20px;
    margin-top:-80px;
    font-size:2em;
}

.page-template-tpl-thanks-notify  .inner-page-banner p {
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

    .page-template-tpl-past-events  .navbar {
        padding-bottom:0em;
    }