/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.event-template-default .header {
  transition: 0.5s ease;
}
@media (min-width: 0px) and (max-width: 767px) {
  .event-template-default .header {
    background-color: #016797;
    padding: 18px 0;
  }
}
@media (min-width: 768px) {
  .event-template-default .header {
    background-color: #016797;
    padding: 18px 0;
  }
}
@media (min-width: 992px) {
  .event-template-default .header {
    background-color: transparent;
  }
}
.event-template-default .header.menu_open {
  background-color: #016797;
}
@media (max-width: 1024px) {
  .event-template-default .header {
    padding: 18px 0;
  }
}
.event-template-default .header .menu-navigation {
  display: none !important;
}
@media (min-width: 1025px) {
  .event-template-default .header .header_logo a img {
    height: 50px !important;
  }
}
@media (max-width: 1024px) {
  .event-template-default .header .site_header .header_left .site_navbar {
    top: 73px;
    height: calc(100dvh - 73px);
  }
}
@media (min-width: 1025px) {
  .event-template-default .header .site_header .header_left .site_navbar .navabar li.nav_name a {
    color: #FFFFFF;
  }
}
@media (min-width: 992px) {
  .event-template-default .header .site_header .header_left .site_navbar .navabar li.nav_name a:hover {
    color: #FC7D2F;
  }
}
.event-template-default .header .site_header .header_left .menu-navigation .menu-icon {
  background-color: #FFFFFF;
}
.event-template-default .header.active {
  background-color: #016797;
  transition: 0.5s ease;
}
.event-template-default .header {
  position: fixed;
}
.event-template-default .header .btn_black {
  background: #FC7D2F;
}
.event-template-default .header .menu-item::after {
  content: none !important;
}
.event_banner_section {
  background-image: url(../images/Webbanner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.event_banner_section .event_banner_wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  padding: 100px 0 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .event_banner_section .event_banner_wrapper {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .event_banner_section .event_banner_wrapper {
    padding: 100px 0 50px;
  }
}
@media (min-width: 1200px) {
  .event_banner_section .event_banner_wrapper {
    padding: 100px 0 40px;
  }
}
@media (min-width: 768px) {
  .event_banner_section .event_banner_wrapper .img-wrap {
    max-width: calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    place-items: end;
  }
}
@media (min-width: 992px) {
  .event_banner_section .event_banner_wrapper .img-wrap {
    max-width: calc(100% - 746px);
    flex: 0 0 calc(100% - 746px);
  }
}
@media (min-width: 1440px) {
  .event_banner_section .event_banner_wrapper .img-wrap {
    max-width: calc(100% - 936px);
    flex: 0 0 calc(100% - 936px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .event_banner_section .event_banner_wrapper .img-wrap img {
    max-width: 170px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .event_banner_section .event_banner_wrapper .img-wrap img {
    max-width: 230px;
  }
}
@media (min-width: 1200px) {
  .event_banner_section .event_banner_wrapper .img-wrap img {
    max-width: 300px;
  }
}
@media (min-width: 1440px) {
  .event_banner_section .event_banner_wrapper .img-wrap img {
    max-width: 384px;
  }
}
@media (min-width: 1440px) {
  .event_banner_section .event_banner_wrapper {
    min-height: 750px;
    padding: 100px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .event_banner_section .event_banner_wrapper .content-wrap {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .event_banner_section .event_banner_wrapper .content-wrap {
    max-width: 500px;
    flex: 0 0 500px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .event_banner_section .event_banner_wrapper .content-wrap {
    max-width: 746px;
    flex: 0 0 746px;
  }
}
@media (min-width: 1440px) {
  .event_banner_section .event_banner_wrapper .content-wrap {
    padding-right: 80px;
    max-width: 936px;
    flex: 0 0 936px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .event_banner_section .event_banner_wrapper .content-wrap {
    text-align: center;
    padding-left: 0;
  }
}
.event_banner_section .event_banner_wrapper .content-wrap .title-40 {
  color: #E85624;
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 767px) {
  .event_banner_section .event_banner_wrapper .content-wrap .title-40 {
    margin-bottom: 11px;
    margin-top: 5px;
    font-size: 26px;
    line-height: 27px;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .event_banner_section .event_banner_wrapper .content-wrap .title-40 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .event_banner_section .event_banner_wrapper .content-wrap .title-40 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .event_banner_section .event_banner_wrapper .content-wrap .title-40 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .event_banner_section .event_banner_wrapper .content-wrap .title-40 {
    font-size: 55px;
    line-height: 55px;
  }
}
.event_banner_section .event_banner_wrapper .content-wrap span.title-40 {
  display: block;
  color: #FFFFFF;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  .event_banner_section .event_banner_wrapper .content-wrap span.title-40 {
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .event_banner_section .event_banner_wrapper .content-wrap span.title-40 {
    font-size: 50px;
  }
}
.event_banner_section .event_banner_wrapper .content-wrap .title-28 {
  color: #F5821F;
}
@media (min-width: 768px) {
  .event_banner_section .event_banner_wrapper .content-wrap .title-28 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .event_banner_section .event_banner_wrapper .content-wrap .title-28 {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .event_banner_section .event_banner_wrapper .content-wrap .title-28 {
    font-size: 30px;
  }
}
.event_banner_section .event_banner_wrapper .content-wrap p {
  color: #FFFFFF;
}
.event_banner_section .event_banner_wrapper .content-wrap .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 767px) {
  .event_banner_section .event_banner_wrapper .content-wrap .location {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .event_banner_section .event_banner_wrapper .content-wrap .location {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .event_banner_section .event_banner_wrapper .content-wrap .location {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .event_banner_section .event_banner_wrapper .content-wrap .location + p {
    margin-bottom: 40px;
  }
}
.event_banner_section .event_banner_wrapper .content-wrap .location .title-28 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .event_banner_section .event_banner_wrapper .content-wrap .location .title-28 {
    font-size: 18px;
  }
}
.event_banner_section .event_banner_wrapper .content-wrap .location .title-28 sup {
  margin-bottom: 20px;
}
.event_banner_section .event_banner_wrapper .content-wrap .location .title-28 img {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .event_banner_section .event_banner_wrapper .content-wrap .location .title-28:first-child {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px solid #FFFFFF;
  }
}
.what-expect-section .what-expect-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .what-expect-section .what-expect-wrapper {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .what-expect-section .what-expect-wrapper .left, .what-expect-section .what-expect-wrapper .right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.what-expect-section .what-expect-wrapper .left {
  padding-right: 20px;
}
@media (min-width: 1440px) {
  .what-expect-section .what-expect-wrapper .left {
    padding-right: 35px;
  }
}
.what-expect-section .what-expect-wrapper .right {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .what-expect-section .what-expect-wrapper .right {
    margin-top: 0;
  }
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form {
  padding: 15px;
  background-color: #004464;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .what-expect-section .what-expect-wrapper .right .lets-connect-form {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .what-expect-section .what-expect-wrapper .right .lets-connect-form {
    padding: 40px;
  }
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .form-title {
  color: #FFFFFF;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .d-flex .wpcf7-form-control-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .d-flex .wpcf7-form-control-wrap {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 20px;
  }
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .d-flex .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  padding-right: 0;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .d-flex .wpcf7-form-control-wrap .intl-tel-input {
  display: block;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .d-flex .wpcf7-form-control-wrap .intl-tel-input .wpcf7-form-control {
  padding-left: 50px;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .d-flex .wpcf7-form-control-wrap input, .what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .d-flex .wpcf7-form-control-wrap textarea {
  width: 100%;
  color: rgba(17, 17, 17, 0.502);
  padding: 10px 13px;
  background: #FFFFFF;
  border: 0;
  border-radius: 4px;
  height: 44px;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .d-flex .wpcf7-form-control-wrap textarea {
  height: auto;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .wpcf7-form-control-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .wpcf7-form-control-wrap {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  padding-right: 0;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .wpcf7-form-control-wrap .intl-tel-input {
  display: block;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .wpcf7-form-control-wrap .intl-tel-input .wpcf7-form-control {
  padding-left: 50px;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  color: rgba(17, 17, 17, 0.502);
  padding: 10px 13px;
  background: #FFFFFF;
  border: 0;
  border-radius: 4px;
  height: 44px;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .wpcf7-form-control-wrap textarea {
  height: auto;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .wpcf7-response-output {
  color: #FFFFFF;
}
.what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .btn_wrap {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .what-expect-section .what-expect-wrapper .right .lets-connect-form .wpcf7-form .btn_wrap {
    margin-top: 20px;
  }
}
.what-expect-section .what-expect-wrapper .what-expect-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.what-expect-section .what-expect-wrapper .what-expect-points .what-expect-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(145, 158, 171, 0.32);
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .what-expect-section .what-expect-wrapper .what-expect-points .what-expect-box {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
}
.what-expect-section .what-expect-wrapper .what-expect-points .what-expect-box img {
  max-width: 35px;
  height: auto;
}
.what-expect-section .what-expect-wrapper .what-expect-points .what-expect-box .box-title {
  padding-left: 15px;
  font-weight: 500;
  margin: 0;
  font-size: 15px;
}
.our-team .our-team-wrapper .sub-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
@media (min-width: 1200px) {
  .our-team .our-team-wrapper .sub-heading {
    font-size: 60px;
    line-height: 70px;
    margin: 0 auto 50px;
  }
}
.our-team .our-team-wrapper .our-team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.our-team .our-team-wrapper .our-team-box .our-team-innerbox {
  max-width: 250px;
  float: 0 0 250px;
}
.our-team .our-team-wrapper .our-team-box .our-team-innerbox .image-block {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #212B36;
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .our-team .our-team-wrapper .our-team-box .our-team-innerbox .image-block {
    width: 250px;
    height: 250px;
  }
}
.our-team .our-team-wrapper .our-team-box .our-team-innerbox .content-block {
  margin-top: 20px;
}
.our-team .our-team-wrapper .our-team-box .our-team-innerbox .content-block .child-heading-title {
  margin-bottom: 5px;
  font-weight: 300;
}
.rating-box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating-box img {
  padding-right: 20px;
}
.single-event .our-team .our-team-wrapper .our-team-box .our-team-innerbox {
  max-width: 850px;
  display: flex;
  flex: 0 0 850px;
  background-color: #fff;
  padding: 30px;
  border-radius: 24px;
}
.single-event .our-team .our-team-wrapper .sub-heading {
  margin-bottom: 30px;
}
.single-event .our-team .our-team-wrapper .our-team-box .our-team-innerbox .image-block {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  border-radius: 100%;
  height: 130px;
  width: 130px;
  border: 1px solid #ededed;
}
.single-event .our-team .our-team-wrapper .our-team-box .our-team-innerbox .content-block {
  margin: 0;
  text-align: left;
  padding-left: 20px;
  max-width: calc(100% - 130px);
  flex: 0 0 calc(100% - 130px);
}
.single-event .our-team .our-team-wrapper .our-team-box .our-team-innerbox .content-block .child-heading-title {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 0px;
  font-weight: 600;
}
.single-event .our-team .our-team-wrapper .our-team-box .our-team-innerbox .content-block .child-heading-title + p {
  font-size: 15px;
  line-height: normal;
  color: rgba(17, 17, 17, 0.502);
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .single-event .our-team .our-team-wrapper .our-team-box .our-team-innerbox {
    max-width: 650px;
    flex: 0 0 650px;
    padding: 25px;
  }
  .single-event .our-team .our-team-wrapper .our-team-box .our-team-innerbox .image-block {
    height: 120px;
    width: 120px;
  }
  .single-event .our-team .our-team-wrapper .our-team-box .our-team-innerbox .content-block {
    max-width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .single-event .our-team .our-team-wrapper .our-team-box .our-team-innerbox {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
    flex-wrap: wrap;
  }
  .single-event .our-team .our-team-wrapper .our-team-box .our-team-innerbox .content-block {
    padding-left: 0;
    margin-top: 10px;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/*# sourceMappingURL=event-detail.css.map */