blockquote {
  max-width: 600px;
  text-align: center;
  margin: 20px;
  padding: 20px;
  font-size: 20px;
  color: #010c23;
  border-left: 4px solid #010c23;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 4px solid #010c23;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

body:not(.single-webinar) .he-page-banner {
  position: relative;
  padding: 101px 0px 159px 0px;
  background-image: url(../images/Bg-Banner-image.png);
  background-color: #010c23;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 0; }
body.single-webinar .he-page-banner {
  padding: 101px 0px 60px 0px;
  background-color: #010c23;
    position: relative;
    z-index: 0;
background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.post-type-archive-webinar p.page-desc, body.single-webinar p.page-desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    max-width: 900px;
    animation-name: hefadeInLeft;
    animation-duration: 1.25s;
}

body.post-type-archive-webinar .web-timing {
 background-color: #3F86C6;
padding: 5px;
    display: inline-block;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

body.post-type-archive-webinar span.web-date {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

body.post-type-archive-webinar span.web-start-time {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 5px 0 0;
}
body.post-type-archive-webinar span.web-start-time, body.post-type-archive-webinar span.web-date {
        display: flex;
    align-items: center;
}

body.post-type-archive-webinar span.web-start-time .dashicons, body.post-type-archive-webinar span.web-date .dashicons  {
    margin-right: 5px;
}

body.post-type-archive-webinar .bottom-container-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

body.post-type-archive-webinar .reg-btn-wraper a {
    display: inline-block;
    background-color: #052B45;
    border-bottom: #052B45;
    color: #ffffff !important;
    border-radius: 35.5px 35.5px 35.5px 0px;
    padding: 14px 40px 12px 38px;
    outline: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    transition: all .3s;
}

body.post-type-archive-webinar .reg-btn-wraper a:hover {
    background-color: transparent !important;
    background-image: linear-gradient(80deg, var(--e-global-color-b7bc268) 10%, var(--e-global-color-50a63db) 100%) !important;
    transform: translateY(-8px);
}

body.single-webinar .he-container {
    display: flex;
    flex-wrap: wrap;
}

body.single-webinar .he-page-banner .he-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background-color: #010c23;
}
body.single-webinar .he-page-banner .he-inner-section {
padding-top: 50px;
}
/* body.single-webinar .left-ban-side {
    width: 250px;
}*/
body.single-webinar .center-ban-side {
    /* width: calc(100% - 250px); */
padding-right: 50px;
    align-self: center;
}

body.single-webinar .page-title {
    font-size: 34px !important;
    line-height: 1.4 !important;
}

body.single-webinar .webinar-timings {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}
body.single-webinar h3.webinar-title {
    color: #fff;
    font-size: 20px;
}
body.single-webinar .date-time-cont {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    color: #010c23;
    gap: 30px;
    width: fit-content;
}
body.single-webinar .date-time-cont > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

body.single-webinar .date-time-cont > div > div span {
    font-size: 15px;
}

body.single-webinar .date-time-cont .dashicons {
    font-size: 35px;
    width: 35px;
    height: 35px;
}

body.single-webinar .date-time-cont h6 {
    margin: 0;
font-weight: 600;
}

body.single-webinar .reg-link-btn, body.single-webinar .webinar-timings, body.single-webinar  .robo-img {
    animation-name: hefadeInLeft;
    animation-duration: 1.25s;
}
body.single-webinar .reg-link-btn {
    display: inline-block;
margin-top: 20px;
}
body.single-webinar .reg-link-btn a {
       background-image: linear-gradient(161deg, #243e6c 45%, #3f86c6 100%);
color: #fff !important;
text-decoration: none !important;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 35.5px 35.5px 35.5px 0px;
    padding: 14px 40px 12px 38px;
    outline: 0 !important;
    border: none;
    transition: all .3s;
}

body.single-webinar .reg-link-btn a:hover {
    background-image: linear-gradient(80deg, #02162d 10%, #36e0f7 100%);
transform: translateY(-8px);
}

body.single-webinar .speaker-name {
    font-size: 22px;
    margin: 20px 0 0;

}

body.single-webinar .speaker-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}
body.single-webinar .speaker-img {
    display: block;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit: contain;
    background-color: #fff;
	margin: 0 auto;
}

body.single-webinar .speaker-details-cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

body.single-webinar .speaker-info-cont-right {
    width: 250px;
    align-self: center;
    text-align: center;
    padding-left: 30px;
}

body.single-webinar #page-content {
    font-size: 18px;
    line-height: 1.6;
}
body.single-webinar .content-abt-title {
width: 100%;
    font-size: 24px;
}

body.single-webinar .speaker-info-cont-left {
    width: calc(100% - 250px);
    border-right: 5px solid #000;
    padding-right: 40px;
}


body.single-webinar #modal-popup-gotoform {
        display: none;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto; 
        background-color: rgb(0,0,0); 
        background-color: rgba(0,0,0,0.4);
}
body.single-webinar #modal-popup-gotoform .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    border-radius: 30px;
}

body.single-webinar #modal-popup-gotoform .modal-content table td {
    padding: 0 0 10px 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}
body.single-webinar #modal-popup-gotoform .modal-content table td:nth-child(2) {
        padding-bottom: 20px !important;
}
body.single-webinar #modal-popup-gotoform .modal-content table tr:last-child td:nth-child(2) {
        padding-bottom: 0 !important;
}

body.single-webinar #modal-popup-gotoform .webinar-registration {
    max-width: 700px;
}
body.single-webinar #modal-popup-gotoform #date-time-duration-details {
    font-weight: 600;
}

body.single-webinar #modal-popup-gotoform .webinar-registration .gotowebinar-field {
    border-radius: 10px;
    font-size: 1.2em;
    height: auto;
    border: 2px solid #000;
    outline: none;
}

body.single-webinar #modal-popup-gotoform .webinar-registration label {
    font-size: 16px;
}

body.single-webinar #modal-popup-gotoform .close-btn {
        color: #333;
text-align: right;
    display: block;
        font-size: 28px;
        font-weight: bold;
}

body.single-webinar #modal-popup-gotoform .close-btn:hover,
body.single-webinar #modal-popup-gotoform .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
}



    /* Disable scrolling */
    body.no-scroll.single-webinar {
        overflow: hidden;
    }
@media (max-width: 1024px) and (min-width: 881px) {
	body.single-webinar .left-ban-side {
	    width: 180px;
	}
	body.single-webinar .center-ban-side {
	    width: calc(100% - 180px);
	}
}
@media (max-width: 1024px) {
	body.single-webinar .webinar-timings {
    		display: block;
	}
}
@media (max-width: 800px) and (min-width: 621px) {
body.post-type-archive-webinar .bottom-container-meta {
    gap: 15px;
    flex-wrap: wrap;
}
body.post-type-archive-webinar .bottom-container-meta > div {
    width: 100%;
}
}

@media (max-width: 767px) {
body.single-webinar #modal-popup-gotoform .modal-content {
    display: flex;
    flex-direction: column;
}
body.single-webinar #modal-popup-gotoform .close-btn {
order: 1;
}
body.single-webinar #modal-popup-gotoform #webinar-registration-form {
order: 2;
}
body.single-webinar #modal-popup-gotoform .webinar-registration-header {
order: 3;
}
}

@media (max-width: 400px)  {
body.post-type-archive-webinar .bottom-container-meta {
    gap: 15px;
    flex-wrap: wrap;
}
body.post-type-archive-webinar .bottom-container-meta > div {
    width: 100%;
}
}
@media (max-width: 880px) {
body.single-webinar .center-ban-side {
width: 100%;
padding-right: 0;
}
body.single-webinar .left-ban-side {
    order: 1;
}
body.single-webinar .speaker-info-cont-left {
    width: 100%;
    border-right: none;
    padding-right: 0;
        order: 1;
padding-top: 10px;
}
body.single-webinar .speaker-info-cont-right {
    padding-left: 0;
        padding-top: 10px;
}
}
@media (max-width: 440px) {
body.single-webinar .date-time-cont {
    flex-wrap: wrap;
}
body.single-webinar .date-time-cont > div {
width: 100%;
}
}

  body:not(.single-webinar) .he-page-banner .he-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/home-bg-image-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 69% auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }
  .he-page-banner .he-inner-section {
    padding: 127px 0px 0px 0px; }
  .he-page-banner .he-container {
    position: relative;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1; }
    .he-page-banner .he-container .page-title {
      margin: 0 0 20px;
      font-family: "Ubuntu";
      font-size: 66px;
      line-height: 1.1em;
      font-weight: 700;
      color: #ffffff;
      animation-name: hefadeInLeft;
      animation-duration: 1.25s; }
    .he-page-banner .he-container .short-desc {
      color: #ffffff;
      margin-bottom: 30px;
      animation-name: hefadeInUp;
      animation-duration: 1.25s; }
    .he-page-banner .he-container .get-started-btn {
      display: inline-block;
      padding: 14px 40px 12px 38px;
      font-size: 18px;
      line-height: 1;
      color: #FFFFFF;
      background-color: #052B45;
      border-radius: 35.5px 35.5px 35.5px 0px;
      animation-name: hefadeInDown;
      animation-duration: 1.25s; }
      .he-page-banner .he-container .get-started-btn:hover {
        background-color: transparent;
        background-image: linear-gradient(80deg, #02162d 10%, #36e0f7 100%); }

@keyframes hefadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes hefadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes hefadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
body.page-template-template-post-list .site-main, body.search .site-main, body.archive .site-main {
  max-width: 100% !important;
  padding: 0; }
body.page-template-template-post-list #page-content, body.search #page-content, body.archive #page-content {
  max-width: 1344px !important;
  margin: 0 auto;
  padding: 60px 20px; }
  body.page-template-template-post-list #page-content p.no-post-found, body.search #page-content p.no-post-found, body.archive #page-content p.no-post-found {
    text-align: center;
    font-size: 20px; }
  body.page-template-template-post-list #page-content .post-flex-container, body.search #page-content .post-flex-container, body.archive #page-content .post-flex-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: flex-start;
    align-items: stretch; }
    body.page-template-template-post-list #page-content .post-flex-container article.post, body.search #page-content .post-flex-container article.post, body.archive #page-content .post-flex-container article.post {
      width: calc(33.33% - 30px);
      margin: 15px 15px;
      padding: 15px 15px 35px; }
  body.page-template-template-post-list #page-content article.post, body.search #page-content article.post, body.archive #page-content article.post {
    position: relative;
    box-shadow: 0 1px 4px 0 #0000000d;
    border: 1px solid #dddfe3;
    border-radius: 2px; }
    body.page-template-template-post-list #page-content article.post .featured-img, body.search #page-content article.post .featured-img, body.archive #page-content article.post .featured-img {
      margin-bottom: 15px; }
      body.page-template-template-post-list #page-content article.post .featured-img a, body.search #page-content article.post .featured-img a, body.archive #page-content article.post .featured-img a {
        display: block;
        line-height: 1; }
    body.page-template-template-post-list #page-content article.post .entry-title, body.search #page-content article.post .entry-title, body.archive #page-content article.post .entry-title {
      margin: 0 0 15px;
      font-size: 18px;
      font-family: "Ubuntu";
      font-weight: 700;
      color: #000000; }
    body.page-template-template-post-list #page-content article.post a, body.search #page-content article.post a, body.archive #page-content article.post a {
      color: inherit; }
    body.page-template-template-post-list #page-content article.post .btn-wraper, body.search #page-content article.post .btn-wraper, body.archive #page-content article.post .btn-wraper {
      position: absolute;
      bottom: 15px;
      left: 15px;
      font-size: 14px; }
      body.page-template-template-post-list #page-content article.post .btn-wraper span:before, body.search #page-content article.post .btn-wraper span:before, body.archive #page-content article.post .btn-wraper span:before {
        content: "\002192";
        margin-left: 4px; }
  body.page-template-template-post-list #page-content .pagination, body.search #page-content .pagination, body.archive #page-content .pagination {
    margin-top: 40px;
    justify-content: center;
    gap: 15px; }
  body.page-template-template-post-list #page-content a.page-numbers, body.search #page-content a.page-numbers, body.archive #page-content a.page-numbers {
    color: #7a7a7a;
    text-decoration: underline; }
    body.page-template-template-post-list #page-content a.page-numbers:hover, body.search #page-content a.page-numbers:hover, body.archive #page-content a.page-numbers:hover {
      text-decoration: none; }

body.single .he-page-banner .entry-meta {
  display: flex;
  flex-wrap: wrap;
  color: #d1c9c9;
  gap: 15px;
  align-items: flex-start; }
  body.single .he-page-banner .entry-meta a {
    color: inherit; }
  body.single .he-page-banner .entry-meta svg {
    width: 18px;
    position: relative;
    top: 6px;
    margin-right: 5px; }
body.single #content {
  padding: 0 !important; }
body.single .site-main {
  max-width: 100% !important;
  padding: 0; }
body.single #page-content {
  max-width: 1344px !important;
  margin: 0 auto;
  padding: 60px 20px; }
  body.single #page-content .featured-img {
    margin-bottom: 30px; }
  body.single #page-content a {
    color: #052B45;
    text-decoration: underline; }
    body.single #page-content a:hover {
      text-decoration: none; }
body.single #comments {
  margin-top: 80px; }

@media (max-width: 1024px) and (min-width: 621px) {
  .he-page-banner .he-container .page-title {
    font-size: 46px; }

  body.page-template-template-post-list #page-content .post-flex-container article.post, body.search #page-content .post-flex-container article.post, body.archive #page-content .post-flex-container article.post {
    width: calc(50% - 30px); } }
@media (max-width: 620px) {
  .he-page-banner .he-container .page-title {
    font-size: 36px; }

  body.page-template-template-post-list #page-content .post-flex-container article.post, body.search #page-content .post-flex-container article.post, body.archive #page-content .post-flex-container article.post {
    width: calc(100% - 30px); } }

/*# sourceMappingURL=main.css.map */
