 
 :root{
      --lek-green: #00943c;
      --white: #ffffff;
      --black: #000000;
      --card-bg: #ffffff;
      --card-border: rgba(0,0,0,0.08);
    }
.bg-primary {
  background-color: #2f55d4 !important;
}

.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-success {
  background-color: #2eca8b !important;
}

.bg-danger {
  background-color: #e43f52 !important;
}

.bg-info {
  background-color: #9084e2 !important;
}

.bg-warning {
  background-color: #f17425 !important;
}

.bg-dark {
  background-color: #3c4858 !important;
}

.bg-light {
  background-color: #f8f9fc !important;
}

.text-primary {
  color: #2f55d4 !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

.text-success {
  color: #2eca8b !important;
}

.text-danger {
  color: #e43f52 !important;
}

.text-info {
  color: #9084e2 !important;
}

.text-warning {
  color: #f17425 !important;
}

.text-dark {
  color: #3c4858 !important;
}

.text-light {
  color: #f8f9fc !important;
}

.text-muted {
  color: #8492a6 !important;
}

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

.rounded {
  border-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.small,
small {
  font-size: 90%;
}

.component-wrapper .title {
  font-size: 20px;
}

.btn {
  padding: 8px 29px;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
}

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.white-logo {
  display: none;
}
#topnav.nav-sticky .red-logo {
  display: none;
}
#topnav.nav-sticky .white-logo {
  display: block;
}

.btn-blue {
  background: #355aa5 !important;
  border: #3f5e9e !important;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-danger,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-dark {
  color: #ffffff !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary.focus,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.focus,
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.focus,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.focus,
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active,
.btn.btn-dark.focus {
  color: #ffffff !important;
}

.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active,
.btn.btn-primary-outline.focus,
.btn.btn-secondary-outline:hover,
.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active,
.btn.btn-secondary-outline.focus,
.btn.btn-success-outline:hover,
.btn.btn-success-outline:focus,
.btn.btn-success-outline:active,
.btn.btn-success-outline.active,
.btn.btn-success-outline.focus,
.btn.btn-danger-outline:hover,
.btn.btn-danger-outline:focus,
.btn.btn-danger-outline:active,
.btn.btn-danger-outline.active,
.btn.btn-danger-outline.focus,
.btn.btn-info-outline:hover,
.btn.btn-info-outline:focus,
.btn.btn-info-outline:active,
.btn.btn-info-outline.active,
.btn.btn-info-outline.focus,
.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:focus,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active,
.btn.btn-warning-outline.focus,
.btn.btn-dark-outline:hover,
.btn.btn-dark-outline:focus,
.btn.btn-dark-outline:active,
.btn.btn-dark-outline.active,
.btn.btn-dark-outline.focus {
  color: #ffffff !important;
}

.btn.btn-primary {
  background: #2f55d4;
  border: 1px solid #2f55d4;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.focus {
  background-color: #2443ac !important;
}

.btn.btn-primary-outline {
  border: 1px solid #2f55d4;
  color: #2f55d4;
  background-color: transparent;
}

.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active,
.btn.btn-primary-outline.focus {
  background-color: #2f55d4;
  border-color: #2f55d4;
}

.btn.btn-secondary {
  background: #5a6d90;
  border: 1px solid #5a6d90;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary.focus {
  background-color: #465571 !important;
}

.btn.btn-secondary-outline {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}

.btn.btn-secondary-outline:hover,
.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active,
.btn.btn-secondary-outline.focus {
  background-color: #5a6d90;
  border-color: #5a6d90;
}

.btn.btn-success {
  background: #2eca8b;
  border: 1px solid #2eca8b;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.focus {
  background-color: #25a06e !important;
}

.btn.btn-success-outline {
  border: 1px solid #2eca8b;
  color: #2eca8b;
  background-color: transparent;
}

.btn.btn-success-outline:hover,
.btn.btn-success-outline:focus,
.btn.btn-success-outline:active,
.btn.btn-success-outline.active,
.btn.btn-success-outline.focus {
  background-color: #2eca8b;
  border-color: #2eca8b;
}

.btn.btn-danger {
  background: #e43f52;
  border: 1px solid #e43f52;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.focus {
  background-color: #d21e32 !important;
}

.btn.btn-danger-outline {
  border: 1px solid #e43f52;
  color: #e43f52;
  background-color: transparent;
}

.btn.btn-danger-outline:hover,
.btn.btn-danger-outline:focus,
.btn.btn-danger-outline:active,
.btn.btn-danger-outline.active,
.btn.btn-danger-outline.focus {
  background-color: #e43f52;
  border-color: #e43f52;
}

.btn.btn-info {
  background: #9084e2;
  border: 1px solid #9084e2;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.focus {
  background-color: #6b5bd8 !important;
}

.btn.btn-info-outline {
  border: 1px solid #9084e2;
  color: #9084e2;
  background-color: transparent;
}

.btn.btn-info-outline:hover,
.btn.btn-info-outline:focus,
.btn.btn-info-outline:active,
.btn.btn-info-outline.active,
.btn.btn-info-outline.focus {
  background-color: #9084e2;
  border-color: #9084e2;
}

.btn.btn-warning {
  background: #f17425;
  border: 1px solid #f17425;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.focus {
  background-color: #d55b0e !important;
}

.btn.btn-warning-outline {
  border: 1px solid #f17425;
  color: #f17425;
  background-color: transparent;
}

.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:focus,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active,
.btn.btn-warning-outline.focus {
  background-color: #f17425;
  border-color: #f17425;
}

.submit-btn {
 background: #efdfa1;
    border: 1px solid #efdfa1;
    color: #166772;
    font-size: 22px;
    font-weight: 600;
    border-radius: 7px;
}

.btn.btn-dark {
  background: #000;
  border: 1px solid #000;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active,
.btn.btn-dark.focus {
  background-color: #000 !important;
}

.btn.btn-dark-outline {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}
.btn.btn-dark-outline:hover,
.btn.btn-dark-outline:focus,
.btn.btn-dark-outline:active,
.btn.btn-dark-outline.active,
.btn.btn-dark-outline.focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-light {
  color: #3c4858;
  background: #f8f9fc;
  border: 1px solid #dee2e6;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
  background-color: #d4daed !important;
  color: #3c4858;
}

.btn.btn-light-outline {
  border: 1px solid #dee2e6;
  color: #3c4858;
  background-color: transparent;
}

.btn.btn-light-outline:hover,
.btn.btn-light-outline:focus,
.btn.btn-light-outline:active,
.btn.btn-light-outline.active,
.btn.btn-light-outline.focus {
  background-color: #f8f9fc;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}

.page-next-level .title {
  font-size: 28px;
  letter-spacing: 1px;
}

.page-next-level .page-next {
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 0;
  top: 70px;
  z-index: 99;
}

.page-next-level .page-next li {
  display: inline-block;
  margin-right: 5px;
}

.page-next-level .page-next li:after {
  content: "\f142";
  font-size: 16px;
  color: #3c4858;
  font-family: "Material Design Icons";
}

.page-next-level .page-next li:last-child {
  margin-right: 0;
}

.page-next-level .page-next li:last-child:after {
  display: none;
}

.page-next-level .page-next li a,
.page-next-level .page-next li span {
  font-size: 14px;
  padding-right: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-next-level .page-next li a:hover {
  color: #2f55d4 !important;
}

.page-next-level .page-next li span:last-child {
  padding-right: 0px;
}

.badge {
  padding: 5px 8px;
  border-radius: 5px;
  letter-spacing: 0.8px;
}

.badge.badge-primary,
.badge.badge-secondary,
.badge.badge-success,
.badge.badge-danger,
.badge.badge-info,
.badge.badge-warning,
.badge.badge-dark {
  color: #ffffff !important;
}

.badge.badge-primary {
  background-color: #2f55d4 !important;
}

.badge.badge-secondary {
  background-color: #5a6d90 !important;
}

.badge.badge-success {
  background-color: #2eca8b !important;
}

.badge.badge-danger {
  background-color: #e43f52 !important;
}

.badge.badge-warning {
  background-color: #f17425 !important;
}

.badge.badge-info {
  background-color: #9084e2 !important;
}

.badge.badge-light {
  color: #3c4858;
  background-color: #f8f9fc !important;
}

.badge.badge-dark {
  background-color: #3c4858 !important;
}

.alert {
  padding: 8px 15px;
  border-radius: 10px;
}

.alert.alert-primary,
.alert.alert-secondary,
.alert.alert-success,
.alert.alert-danger,
.alert.alert-warning,
.alert.alert-info,
.alert.alert-dark {
  color: #ffffff;
}

.alert.alert-primary {
  background-color: #6e89e1;
  border-color: #2f55d4;
}

.alert.alert-secondary {
  background-color: #8494b2;
  border-color: #5a6d90;
}

.alert.alert-success {
  background-color: #68ddad;
  border-color: #2eca8b;
}

.alert.alert-danger {
  background-color: #ed828e;
  border-color: #e43f52;
}

.alert.alert-warning {
  background-color: #f6a26d;
  border-color: #f17425;
}

.alert.alert-info {
  background-color: #c8c2f1;
  border-color: #9084e2;
}

.alert.alert-dark {
  background-color: #5b6d85;
  border-color: #3c4858;
}

.alert.alert-light {
  background-color: #f8f9fc;
  color: #3c4858;
  border-color: #dee2e6;
}

.avatar.avatar-small {
  height: 80px;
}

.avatar.avatar-medium {
  height: 110px;
}

.avatar.avatar-large {
  height: 140px;
}

.faq-container .question {
  font-size: 20px;
}

.faq-content .card .faq .card-header.card-header-2 {
  border-bottom: 0;
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
  font-size: 18px;
}

.faq-content .card a.faq[data-toggle="collapse"] {
  background-color: #ffffff;
  color: #2f55d4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle="collapse"]:before {
  content: "\F143";
  display: block;
  font-family: "Material Design Icons";
  font-size: 18px;
  color: #3c4858;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq-content .card a.faq[data-toggle="collapse"].collapsed {
  background-color: #ffffff;
  color: #3c4858;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle="collapse"].collapsed:before {
  top: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-content .card .title {
  font-size: 18px;
}

.nav-pills .nav-link {
  color: #3c4858 !important;
  margin: auto 15px;
  border: 1px solid #dee2e6;
  padding: 5px;
}

.nav-pills .nav-link.active {
  background-color: #2f55d4;
  color: #ffffff !important;
  border-color: #2f55d4 !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.nav-pills a .skill-container .title {
  font-size: 18px;
  font-weight: 700;
}

.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 10px;
  font-size: 16px;
}

body {
  /*font-family: 'Poppins', sans-serif;*/
  /*font-family: 'Buenos Aires';*/
  font-family: 'Inter', sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
 
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: 'Poppins', sans-serif;*/
 font-family: 'Josefin Sans', sans-serif;
  line-height: 1.5;
  font-weight: 700;
}

::-moz-selection {
  background: #4466d8;
  color: #ffffff;
}

::selection {
  background: #4466d8;
  color: #ffffff;
}

a {
  text-decoration: none !important;
  
}

p {
  line-height: 1.6;
  
}
label, li, input, select{font-family: "stevie-sans", sans-serif;}
.section {
  padding: 100px 0;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 45px;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title {
  position: relative;
}

 

.key-contacts {
  background-color: #fff;
  border-radius: 19px;
  padding: 10px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.key-contacts img {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}

.key-content h5 {
  font-size: 27px;
}

.table td,
.table th {
  font-size: 15px;
  
}

.key-content p {
  font-size: 20px;
}

.key-content p a {
  color: #92d81a;
}
.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px;
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-60 {
  margin-bottom: 60px;
}

.home-shape-bottom {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}

.home-shape-bottom img {
  width: 100%;
  height: auto;
}

.home-shape-arrow {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -38px;
  z-index: 1;
  left: 0;
}

.home-shape-arrow img {
  height: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-shape-arrow .arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a:hover {
  background-color: #2f55d4;
  border-color: #2f55d4 !important;
  color: #ffffff !important;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.back-to-top {
  z-index: 999;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: none;
  color: #fff;
  background-color: #1d61dd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top i {
  font-size: 16px;
}

.back-to-top:hover {
  background-color: #061c22;
  color: #ffffff;
}

.back-to-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.back-to-home a {
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2f55d4;
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
  .margin-top-100 .heading {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .why-should {
    display: none;
  }
  .time-box {
    margin: 15px 10px;
  }
  .section-title {
    margin-top: 30px;
  }

  #about .about-text {
    margin-top: 20px;
  }
  .about-content {
    height: unset !important;
  }
  .about-content p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .registration-form {
    background-color: #1e1e52;
    padding-bottom: 20px;
  }

  .form-section {
    padding-top: 0px !important;
  }
  .about-bg {
    background: #30231a !important;
    background-size: cover;
    width: 100%;
    height: unset !important;
    padding-bottom: 30px;
  }
  .about-content h4 {
    font-size: 14px !important;
  }
  .about-content ul {
    padding-left: 20px;
    list-style: unset;
  }
  .about-content ul li {
    font-size: 14px !important;
  }
  .buttons-three {
    padding-bottom: 20px;
  }
  /*.section-title h4 {background-color: #243279;padding: 10px;border-radius: 5px;margin-top: 30px;    line-height: 26px;}	*/
  .participation-cost {
    background-color: unset !important;
    padding: 0 !important;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
  }

  .key-contacts {
    margin-bottom: 40px;
  }

  .pt-sm-60 {
    padding-top: 0 !important;
  }
}

@media (max-width: 768px) {
    .yellow-txt{margin-left:5px;}
  .testimonials__video {
    /*margin-bottom: 40px;*/
    width: 100% !important;
    position: relative;
    top: 35px;
  }

  /*#vid {*/
  /*        height: inherit!important;*/
  /*}*/
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 35px !important;
  }
  .title-heading .para-desc {
    font-size: 18px;
  }
  .section-title .main-title {
    font-size: 30px;
  }
  .section-title .title {
    font-size: 24px;
  }
  .mt-60 {
    margin-top: 60px;
  }
}

#topnav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: #fff;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#topnav .logo {
  float: left;
  color: #3c4858 !important;
  /*padding-top: 20px;*/
  max-width: 185px;
}

#topnav.nav-sticky .logo img {
  width: 80%;
  transition: 0.5s ease-in-out;
}

#topnav.nav-sticky .logo {
  padding-top: 0px;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #2B2A29;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #2f55d4;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #000;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #2B2A29;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover,
#topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #00943c;
  font-size: 16px;
  background-color: transparent !important;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
 
/*#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:active {
  color: #fff;
}*/

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -1px;
  top: 30px;
}

#topnav .menu-extras {
  float: right;
  margin-right:20px;
}

#topnav.scroll,
#topnav.scroll-active,
#topnav.dark-menubar {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#topnav.scroll .navigation-menu > li > a,
#topnav.scroll-active .navigation-menu > li > a,
#topnav.dark-menubar .navigation-menu > li > a {
  color: #3c4858;
}

#topnav.scroll .navigation-menu > li > a:hover,
#topnav.scroll-active .navigation-menu > li > a:hover,
#topnav.dark-menubar .navigation-menu > li > a:hover {
  color: #fff !important;
}

#topnav.scroll .navigation-menu > li.active > a,
#topnav.scroll-active .navigation-menu > li.active > a,
#topnav.dark-menubar .navigation-menu > li.active > a {
  color: #2B2A29 !important;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffffe0;
  -webkit-box-shadow: -6px 4px 3px rgba(0, 0, 0, 0.15);
  box-shadow: -6px 4px 3px rgba(0, 0, 0, 0.15);
  position:fixed;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
  /*padding-left: 6px;*/
}
.innerhelpdesk {
    z-index: 9;
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: inline-block;
    max-width: 70px;
}
@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  #topnav
    .navigation-menu
    > .has-submenu
    > .submenu
    > .has-submenu
    > .submenu::before {
    top: 20px;
    margin-left: 12px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 105%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #2B2A29;
  }
 /* #topnav .navigation-menu > li:hover,
  #topnav .navigation-menu > li.active > a {
    color: #2B2A29 !important;
  }*/
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    margin-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #2B2A29;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav
    .navigation-menu
    > li.last-elements
    .submenu
    > li.has-submenu
    .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav
    .navigation-menu
    > li.has-submenu:hover
    > .submenu
    > li.has-submenu:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 475px) {
    
    
 
    .form-section h3{font-size:1.2rem;}
   


    .alreadyRegistered a {
    
    font-size: 12px;
}
  #topnav .buy-button {
    display: block;
    width: 100%;
  }
  #topnav .buy-button a.btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .btn-outline-light {
    color: #000 !important;
  }
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
 
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 80px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 144px 0 50px;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.gradient {
  background: #2f55d4 !important;
  background: linear-gradient(45deg, #2f55d4, #2f55d4) !important;
  opacity: 0.9;
}

.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}

.studio-home {
  padding: 7%;
  border-radius: 30px;
}

.agency-wrapper:before {
  content: "";
  position: absolute;
  bottom: 25rem;
  right: 54rem;
  width: 90rem;
  height: 35rem;
  border-radius: 17rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #f8f9fc;
  z-index: -1;
}

.bg-marketing {
  padding: 76px 0 120px;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (min-width: 769px) {
  .bg-studio:after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    content: "";
    background: #ffffff none repeat scroll 0 0;
    z-index: 2;
  }
}

@media (max-width: 992px) {
     .innerhelpdesk {
    z-index: 1111;
     
    bottom: 110px;
    right: 4px;
     
    max-width: 70px;
    background: #fff;
    border-radius: 29px;
    padding: 5px 5px 9px 5px;
    max-width: 45px;
}
  .testimonials__video {
    width: 100%;
    height: auto;
    padding-bottom: 70px !important;
    padding-top: 0px !important;
  }
  .carousel.slide.awards .carousel-item {
    height: 360px;
    border-radius: 10px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .carousel.slide.awards .carousel-item {
    height: 380px;
  }
  .carousel-control-prev-icon {
    margin-top: -80px;
  }
  .carousel-control-next-icon {
    margin-top: -80px;
  }
}

@media (max-width: 400px) {
  .carousel.slide.awards .carousel-item {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .agency-wrapper:before {
    right: 12rem;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .bg-home,
  .bg-half-170,
  .bg-marketing {
    padding: 30px 0;
    height: auto;
  }
  .agency-wrapper:before {
    right: 0rem;
  }
}

.feature-list li {
  margin-bottom: 5px;
  font-size: 15px;
}

.features .icon {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #edf0fb;
  text-align: center;
}

.features .image img {
  height: 60px;
}

.features .image:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -15px;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
  background-color: #f1f4fc;
  z-index: -1;
}

.features .title-2 {
  font-size: 20px;
}

.key-feature {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.key-feature .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #edf0fb;
  font-size: 24px;
}

.key-feature:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.key-feature .content .title,
.features .title {
  font-size: 18px;
}

.work-process {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-process .title {
  font-size: 20px;
}

.work-process .step,
.work-process .step-icon {
  font-size: 45px;
  opacity: 0.06;
}

.work-process a {
  font-size: 15px;
}

.work-process a:hover {
  color: #2443ac !important;
}

.work-process:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media (max-width: 767px) {
  .features .image:before {
    display: none;
  }
}

.owl-theme .owl-controls .owl-page span {
  background: #2f55d4 !important;
}

.customer-testi .content:before {
  content: "";
  position: absolute;
  top: 30px;
  margin-left: -3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #495057;
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.15);
}

.pricing-rates {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #adb5bd;
}

.pricing-rates .title {
  font-weight: 700;
  font-size: 16px;
}

.pricing-rates .feature .feature-list {
  margin: auto auto 5px;
  font-size: 14px;
}

.pricing-rates.business-rate {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 2;
  border-color: #2f55d4;
}

.pricing-rates.business-rate:hover .title {
  color: #2f55d4;
}

.pricing-rates.starter-plan {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  border-color: #2f55d4;
}

@media (max-width: 767px) {
  .pricing-rates.starter-plan {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.watch-video a.watch {
  font-size: 14px;
  font-weight: 700;
}

.watch-video a .play-icon-circle {
  height: 36px;
  width: 36px;
  background-color: #2f55d4;
  line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
  font-size: 16px;
}

.watch-video a .play-icon-circle.play {
  top: 77%;
}

.bg-cta {
  padding: 150px 0;
}

.bg-cta .play-btn {
  height: 80px;
  width: 80px;
  font-size: 30px;
  line-height: 78px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  border: 2px solid #ffffff;
  margin-top: 30px;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}

.play-icon i {
  height: 75px;
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
}

.play-icon i:hover {
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: #2f55d4;
}

.blog {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .content h4 {
  line-height: 1.2;
}

.blog .content .title {
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .content .title:hover {
  color: #2f55d4 !important;
}

.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .content .post-meta .like:hover {
  color: #e43f52 !important;
}

.blog .content .post-meta .comments:hover {
  color: #2eca8b !important;
}

.blog .content .post-meta .readmore:hover {
  color: #2f55d4 !important;
}

.blog .author {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.blog:hover .overlay {
  opacity: 0.4;
}

.blog:hover .author {
  opacity: 1;
}

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\F349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .widget-title {
  font-size: 18px;
}

.sidebar .widget .catagories li {
  padding-bottom: 10px;
}

.sidebar .widget .catagories li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .catagories li a,
.sidebar .widget .catagories li span {
  font-size: 15px;
}

.sidebar .widget .catagories li a {
  color: #3c4858;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .catagories li a:hover {
  color: #2f55d4;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #3c4858;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #2f55d4;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud > a {
  background: #e9ecef;
  color: #3c4858;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .tagcloud > a:hover {
  background: #2f55d4;
  color: #ffffff;
}

.page-title {
  font-size: 20px;
}

.comment-area .media-list .media img {
  width: 80px;
}

.comment-area .media-list .media .media-body a:hover {
  color: #2f55d4 !important;
}

.comment-area .media-list .media .media-body .media-heading,
.comment-area .media-list .media .media-body .media-para {
  font-size: 16px;
}

.comment-area .media-list .media .media-body .media-para {
  background: #f8f9fc;
}

.pagination {
  line-height: 20px;
  font-size: 13px;
}

.pagination li {
  display: inline;
}

.pagination li:first-child a {
  border-left-width: 1px;
  border-radius: 20px 0 0 20px;
}

.pagination li:last-child a {
  border-radius: 0 20px 20px 0;
}

.pagination li a {
  float: left;
  text-decoration: none;
  color: #3c4858;
  border: 1px solid #dee2e6;
  border-left-width: 0;
  background: #ffffff;
}

.pagination li a:hover {
  color: #ffffff;
  background: #4466d8;
  border-color: #4466d8;
}

.pagination .active a {
  color: #ffffff;
  background: #2f55d4 !important;
  border-color: #2f55d4;
  cursor: not-allowed;
}

.work-container {
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.work-container img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #3c4858;
  z-index: 1;
}

.work-container .content {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 5%;
}

.work-container .content .title {
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container .content .title:hover {
  color: #aebdee !important;
}

.work-container .client {
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 5%;
}

.work-container:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.work-container:hover .overlay-work {
  opacity: 0.4;
}

.team img {
  height: 200px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team .name:hover {
  color: #2f55d4 !important;
}

.team .team-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team:hover img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  opacity: 0.2;
}

.team:hover .overlay-team {
  opacity: 0.6;
}

.team:hover .team-icon {
  opacity: 1;
}

.login-page {
  font-size: 15px;
}

.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

.coming-soon,
.maintenance,
.error-page {
  font-size: 40px;
  letter-spacing: 1px;
}

#countdown .count-down {
  display: inline-block;
  margin: 30px 10px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #dee2e6;
  height: 130px;
  width: 130px;
}

#countdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
}

#countdown .count-down .count-head {
  display: block;
  position: relative;
  margin-top: -20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

#clock {
  color: #ffffff;
}

#clock p {
  width: 80px;
}

#clock p span {
  font-size: 40px;
}

#clock p span.indicator {
  font-size: 18px;
}

@media (min-width: 200px) and (max-width: 767px) {
  .coming-soon,
  .maintenance,
  .error-page {
    font-size: 32px;
  }
}

.contact-detail .icon img {
  height: 70px;
}

.contact-detail .content .title {
  font-size: 20px;
}
.mainBanner {
  border-radius: 10px 0 0 10px;
  position: relative;
  padding-left:20px;
      padding-bottom: 30px;
      padding-top: 30px;
}
.formBg {
     background: linear-gradient(90deg, #0e361e 0%, #00943c 50%, #0e361e 100%);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.53);
    padding: 20px;
        z-index: 9;
    position: relative;
}

.form-group {
  margin-bottom: 5px !important;
}

.form-group label {
  font-size: 13px;
  font-weight: 300;
  color:#fff;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  box-: none;
  /*border: oldlace;*/
  border: 1px solid #c8dfea;
  font-size: 16px;
  height: 38px;
  border-radius: 7px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px 10px !important;
  color: #000000;
}

.form-group .custom-select {
  /*border: none;*/
  /*border-bottom: 1px solid #ced4da;*/
  border: 1px solid #c8dfea;
  font-size: 16px;
  height: 38px;
  font-weight: 400;
  border-radius: 7px;
  padding-left: 10px !important;
  top: 4px;
  display: inline-block;
  position: relative;
}

.form-group .custom-select:focus {
  border-color: #2f55d4;
  outline: 0;
  box-shadow: none;
}

.form-group .form-control:focus,
.form-group .form-control.active {
  border-color: #2f55d4;
}

.form-group .icons {
  position: absolute;
  top: -33px;
  left: 0;
  line-height: 100px;
  font-size: 18px;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #e43f52;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #e43f52;
  color: #e43f52;
  border-radius: 10px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #2eca8b;
  font-size: 22px;
}

.footer {
  background: #e64626;
  padding: 88px 102px 210px;
  position: relative;
  color: #000000;
}

.footer .logo-footer {
  color: #f8f9fc;
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
}

.footer .footer-head {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}

.footer .foot-subscribe .form-control {
  background-color: #25304e;
  border: 1px solid #25304e;
  color: #f8f9fc;
}

.footer .foot-subscribe .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer .foot-subscribe input::-webkit-input-placeholder {
  color: #adb5bd;
}

.footer .foot-subscribe input:-ms-input-placeholder {
  color: #adb5bd;
}

.footer .foot-subscribe input::-ms-input-placeholder {
  color: #adb5bd;
}

.footer .foot-subscribe input::placeholder {
  color: #adb5bd;
}

.footer .text-foot {
  color: #adb5bd;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list li {
  margin-bottom: 10px;
}

.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
  color: #e6e8ea;
}

.footer .footer-list li:last-child {
  margin-bottom: 0;
}

.footer.footer-bar {
  padding: 15px 0;
  font-size: 12px;
}

.footer.footer-bar .payment-cards img {
  height: 25px;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #333744;
}

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

/* List Style One */

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 10px;
  list-style: none;
}

.list-style-one li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  content: "\f0da";
  font-family: "FontAwesome";
  color: #166772;
}

/* List Style Two */

.list-style-two {
  position: relative;
  list-style: none; /* Remove default bullets */
  margin: 0;
  padding: 0;
}

.list-style-two li {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  /*color: #888888;*/
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 10px;
  list-style: none; /* Remove default bullets */
}

/*.list-style-two li:before{*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 12px;*/
/*	height: 6px;*/
/*	width: 6px;*/
/*	background-color: #f39416;*/
/*	content: "\2022";*/
/*}*/

.list-style-two li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #28CFB8; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.list-style-three{
        display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.list-style-three li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #444444;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 10px;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    border-left: 6px solid #E1CC86;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
     
}
.list-style-three li:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
/***


/*------------Sandeep Css------------*/

.main-title h3 {
  font-weight: 300;
  text-align: center;
  background: #db3d6f;
  padding: 6px 30px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #fff;
}

.card-header button i {
  position: absolute;
  right: 0px;
}

.card-header button {
  display: flex;
  text-transform: unset;
  font-weight: 500;
  width: 100%;
  text-align: left;
  font-size: 16px;
}

.card-header .btn {
  padding: 8px 0px;
}

.card-header {
  padding: 0px;
  background-color: transparent;
}

.scroll {
  top: 10px;
  left: 20px;
  bottom: 10px;
  right: 0;
  padding: 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 600px;
}

/* Scrollbar Styling */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #92d81a;
}

.card-body {
  background-color: #fff;
}

.date-time-section .media h5 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 13px;
  padding-top: 5px;
}

.date-time-section .media a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.footer .media h5 {
  font-size: 17px;
  margin: 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 7px;
}

.footer .media a {
  color: #000;
  font-size: 18px;
}

.connectText {
  font-size: 22px;
  font-weight: 300;
}

.connectText b {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* .course-accordian{
	 
background: #ffffff;
 
  border-radius: 0px;
  border:0;
 
}

.course-accordian.collapsed{
		
		background:transparent;
} */

/* .collapsed, .card {border: 1px solid #000!important;
} */

.card {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #d0d0d0;
}

.btn-link:hover {
  color: unset;
  text-decoration: underline;
}

.card-header button span {
  background-color: #363636;
  padding: 2px 8px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  width: 25px !important;
  display: table;
}

.accordion .fa {
  margin-right: 0.5rem;
}

.faq-img {
  background-image: url(../images/faq-img.png);
  position: absolute;
  width: 640px;
  height: 670px;
  right: -50px;
  background-repeat: no-repeat;
  background-size: contain;
}

.mt-100 {
  margin-top: 110px;
}

/*.shape:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*    background: #1e1e42;*/
/*	height: 830px;*/
/*	width: 50%;*/
/*	right: 0;*/
/*}*/

/*.shape:before {*/
/*	content: "";*/
/*	background-image: url(../images/main-top-bg.png);*/
/*	background-size: cover;*/
/*	background-position:top left;*/
/*	background-repeat: no-repeat;*/
/*	position: absolute;*/
/*	width: 50%;*/
/*	height: 830px;*/
/*	right: 0;*/
/*	left: 0;*/
/*}*/

.lr-p {
  padding-right: 120px;
  padding-left: 120px;
}

.form {
  background-color: white;
  box-shadow: 0px 0px 70px #00000033;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}

form {
  padding: 100px 40px;
  position: relative;
  z-index: 111;
}

/* .form:before { */
/* width: 157px; */
/* content: " "; */
/* background-image: url(../images/pink-dots.png); */
/* position: absolute; */
/* left: -30px; */
/* top: 38px; */
/* height: 340px; */
/* z-index: -1; */
/* } */

/* .form:after { */
/* width: 137px; */
/* content: " "; */
/* background-image: url(../images/grey-dots.png); */
/* position: absolute; */
/* right: -35px; */
/* top: 274px; */
/* height: 243px; */
/* z-index: 0; */
/* } */

.form-icon {
  position: absolute;
  top: 5px;
}

.pink-btn {
  background-color: #db3d70;
  border-color: #db3d70;
  color: #fff;
}

form .pink-btn {
  margin-bottom: 30px;
}

.get-s-now {
  background: #dfdfdf;
  display: inline-block;
  padding: 4px 42px;
  margin-top: 60px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.cites .card-img-overlay {
  position: absolute;
  bottom: 0;
  top: unset;
  padding: 9px;
  right: 0;
  text-align: right;
}

.cites .card-title {
  font-size: 18px;
}

.cites .location-title h5 {
  font-weight: 400;
}

.main-title .virtual {
  color:#06342E;
}

.participation-cost {
  background-color: #233279;
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff;
}

.table-bg-and-text {
  background-color: #233279;
  color: #fff;
}

.platform-features {
  background-image: url(../images/platform-features-img.svg);
  position: absolute;
  width: 640px;
  height: 604px;
  left: 20%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.platform-features-icon .media p {
  font-size: 14px;
  line-height: 18px;
}

.mt-80 {
  margin-top: 80px;
}

.steps h5 {
  font-size: 30px;
  padding: 0px 86px;
  margin-top: -34px;
  line-height: 36px;
}

.steps p {
  font-size: 18px;
  padding: 1px 0 0 90px;
  color: #707070;
}

.experts {
  padding: 0 0 0 90px;
}

.blue-dots:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #355aa5;
  position: absolute;
  left: 70px;
  border-radius: 82px;
  top: 10px;
}

.blue-dots {
  width: 20px;
  height: 24px;
  background-color: #db3d70;
}

.who-s-r img {
  margin-top: -5px;
}

.who-s-r h5 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.footer-text p {
  font-weight: 300;
  font-size: 20px;
}

.footer-text h5 {
  font-size: 30px;
}

.footer-bar p {
  color: #707070;
}

.social-icon a .fa {
  font-size: 20px;
  color: #414758;
  margin-right: 0;

  padding: 8px 9px;
  border-radius: 5px;
  width: 35px;
}

 

.mobile-text-1 {
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
  border: 2px solid;
  border-radius: 0px;
}

.btn.btn-dark {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 0px;
  padding: 10px 29px;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 5px;
}
#topnav .navigation-menu li.last-link{margin-right:0;}
/*#topnav .navigation-menu li.last-link a{padding-right:0;}*/
.banner-text {
  width: 100%;
  margin-top: 210px;
}

.banner-text h2 {
  font-size: 53px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
}

.banner-text h6 {
  font-size: 20px;
  color: #fff;
  margin-right: 0px;
  font-weight: 400;
}

.lr-p {
  padding-right: 40px;
  padding-left: 40px;
}

.date-time-section {
  padding: 8px 15px;
  background-color: #92d81a;
  border-radius: 9px;
}

.video-play {
  background-color: #fff;
  padding: 11px 41px 13px 18px;
  border-radius: 60px;
  margin-top: 20px;
  display: inline-block;
}

.video-play h3 {
  font-size: 20px;
  padding-top: 10px;
  color: #000;
}

.moretext {
  display: none;
}

.registration-form .form-section .form-control {
  border-radius: 0;
  padding: 0px 15px !important;
  font-size: 14px;
  height: 46px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.11);
  border: 2px solid #000;
  font-weight: 500;
}

.registration-form .form-section .form-control.custom-select {
  padding: 0px 10px !important;
}

.registration-form .form-section h3 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  /*   background-color: #ffffff;*/
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.registration-form .form-section .form-check-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.form-section .form-check-input {
  position: absolute;
  margin-top: 0;
  margin-left: -22px;
  width: 24px;
  height: 21px;
}

#about .about-text {
  position: absolute;
  left: -212px;
  border-radius: 5px;
  top: 5%;
  background-color: #fffffff0;
  padding: 36px;
  box-shadow: 1px 2px 9px 0px #00000033;
}

.about-text .btn-outline-dark {
  color: #000000;
  border-color: #000000;
  border-radius: 0px !important;
  border: 2px solid;
  padding: 8px 18px !important;
  font-size: 14px !important;
}

.about-text .btn-outline-dark:hover {
  color: #fff !important;
  background-color: #000000;
}

.wcydh-bg {
  background: url(../images/wcydh-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
}

.about-bg {
  background: url(../images/about-banner-4.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 750px;
}

.about-content p {
  font-size: 18px;
  line-height: 23px;
}

.about-content ul li {
  font-size: 18px;
}

.about-content {
  height: 570px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wcydh-bg {
  padding-bottom: 238px;
  padding-top: 133px;
}

.who-should-register {
  /*background: url(../images/who-should-register-bg.png) no-repeat;*/
  background-size: cover;
  width: 100%;
}

#faq .card {
  background-color: #ffffff12;
}

.footer .media img {
  background-color: #ffffff4f;
  padding: 16px 14px;
  border-radius: 10px;
}

.contact-text-img {
  background: url(../images/contact.png) no-repeat top center;
  background-size: initial;
  content: "";
  position: absolute;
  left: 0;
  height: 125px;
  right: 0;
  bottom: -1px;
}

/* Shared */

.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0 0 7px 0;
  padding: 0 15px 0px 40px;
  border: none;
  text-align: left;
  line-height: 40px;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 13px;
  color: #000000;
  /* width: 100%; */
  border: none;
}

.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  width: 34px;
  height: 100%;
}

.ride-line {
  position: relative;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

.ride-line-empty {
  height: 1px;
}

.ride-line span {
  background-color: #000;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  line-height: 24px;
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
}

.ride-line:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #000;
}

.loginBtn:focus {
  outline: none;
}

.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */

/*.loginBtn--facebook {
	background-color: #4C69BA;
	text-shadow: 0 -1px 0 #354C8C;
}*/
.loginBtn--facebook {
  background-color: #fff;
  /* text-shadow: 0 -1px 0 #000; */
}

.loginBtn--facebook:before {
  /* border-right: #364e92 1px solid; */
  background: url("../images/facebook-icon.png") 6px 6px no-repeat;
}

/*.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #5B7BD5;
}*/
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #fff;
}

/* Google */

.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #fff;
  color: #000;
}

.loginBtn--google:before {
  /* border-right: #BB3F30 1px solid; */
  background: url("../images/google-icon.png") 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #fff;
}

/* Linkedin */

.loginBtn--linkedin {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #2567b3;
}

.loginBtn--linkedin:before {
  /* border-right: #BB3F30 1px solid; */
  background: url("../images/linkdin-icon.png") 6px 6px no-repeat;
}

.loginBtn--linkedin:hover,
.loginBtn--linkedin:focus {
  background: #19559a;
}

.text14 {
  font-size: 14px;
}

/* form:before { */
/* width: 107px; */
/* content: " "; */
/* background-image: url(../images/red-dots.png); */
/* position: absolute; */
/* left: -120px; */
/* top: 160px; */
/* height: 335px; */
/* z-index: -1; */
/* } */

/* form:after { */
/* width: 107px; */
/* content: " "; */
/* background-image: url(../images/red-dots-2.png); */
/* position: absolute; */
/* right: -90px; */
/* top: 75px; */
/* height: 107px; */
/* z-index: -1; */
/* } */

/* .form-section:after { */
/* width: 107px; */
/* content: " "; */
/* background-image: url(../images/grey-dots.png); */
/* position: absolute; */
/* right: -90px; */
/* bottom: 66px; */
/* height: 107px; */
/* z-index: -1; */
/* } */

/*#home {*/
/*	min-height: 830px;*/
/*}*/
.kc-btn-1 {
  background: var(--unnamed-color-ff7361) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 2px var(--unnamed-color-001f43);
  background: #ff7361 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 2px #001f43;
  border-radius: 8px;
  opacity: 1;
}

.kc-btn-2 {
  background: #28CFB8;
 /* box-shadow: 0px 2px 2px var(--unnamed-color-001f43);
  background: #ff7361 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 2px #001f43;*/
  border-radius: 8px;
  opacity: 1;
}

.kc-line-btn {
  background: transparent;
  opacity: 1;
  box-shadow: none;
  border: 1px solid #ff6e56;
  color: #ff6e56 !important;
  border-radius: 8px;
  opacity: 1;
}
.thankyou_box {
  color: #fff;
}

.section-title {
  position: relative;
}

#share {
  margin: 20px auto;
  text-align: center;
}

/* buttons */

#share a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 4px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  /*opacity: 0.75;*/
  transition: opacity 0.15s linear;
  border: 2px solid #fff;
}

#share a:hover {
  opacity: 1;
}

/* icons */

#share i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* colors */

.facebook {
  background: #3b5998;
}

.whatsapp {
  background: #7ad06d;
}

.twitter {
  background: #55acee;
}

.googleplus {
  background: #dd4b39;
}

.linkedin {
  background: #0077b5;
}

.pinterest {
  background: #cb2027;
}

.btn.btn-danger {
  background: #92d81a !important;
  border: 1px solid #d1142a !important;
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 600;
}

.thankyou_box {
  margin-top: 80px;
}
/*.testimonial {
  min-height: 370px;
}*/

@media (max-width: 380px) {
  .loginBtn {
    padding: 0 10px 0px 40px;
  }
}
@media (max-width: 767px) {
  .Venues-box .border-right {
    border-right: 0px !important;
    border-bottom: 1px solid #a5a5a5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .thankyou_box {
    margin-top: 10px;
  }
  .form-section:after {
    display: none;
  }
  form:before {
    display: none;
  }
  form:after {
    display: none;
  }
  #topnav .navigation-menu > li {
    float: unset !important;
  }
/*  #topnav .navigation-menu > li:hover,
  #topnav .navigation-menu > li.active > a {
    color: #000 !important;
  }*/
  .about-shape:before {
    content: "";
    background-image: url(../images/USyd-img-2.jpg);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 260px;
    right: 0;
    left: 0;
    z-index: -11;
  }
  .form-section {
    padding-top: 25px;
  }
  .banner-text {
    margin-top: 10px !important;
    padding-bottom: 30px;
    text-align: center;
  }

  .date-time-section .media h5 {
    text-align: left;
  }
  .banner-text h2 span {
    font-size: 25px !important;
  }

  .connectText b {
    font-size: 18px;
  }
  .connectText {
    font-size: 16px;
    font-weight: 300;
  }
  .banner-text h2 {
    font-size: 34px !important;
    line-height: 33px !important;
    padding-top: 39px !important;
  }

  .alreadyRegistered {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 12px !important;
    color: #000;
    padding-top: 0 !important;
  }

  .ride-line {
    margin-top: 15px;
  }
  #about .about-text {
    position: unset !important;
    padding: 10px !important;
    margin-bottom: 20px;
  }
  .footer .media a {
    color: #000;
    font-size: 13px;
  }
  .footer {
    background: #e64626;
    padding: 0 !important;
    position: relative;
    color: #000000;
    padding-bottom: 0px !important;
  }
  .contact-text-img {
    background-size: contain !important;
    height: 48px !important;
  }
  .shape:before {
    display: none;
  }
  .lr-p {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  form {
    padding: 0;
  }
  .main-title h3 {
    font-weight: 400;
    text-align: center;
    background: #db3d6f;
    padding: 5px 1px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
    font-size: 16px;
  }
  .heading {
    font-size: 16px;
  }
  .buy-button {
    display: block;
    width: 100%;
  }
  .buy-button a.btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .platform-features {
    background-image: url(../images/platform-features-img.svg);
    position: relative;
    width: 100%;
    height: 294px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .shape:after {
    width: 100%;
    /*height: 790px;*/
  }
  .form:after {
    right: -10px;
  }
  .form:before {
    display: none;
  }
  .bg-home,
  .bg-half-170,
  .bg-marketing {
    padding: 67px 0;
    padding-bottom: 0;
  }
  .cites .location-title h5 {
    text-align: center;
  }
  .steps h5 {
    font-size: 20px;
    padding: 8px 5px;
    margin-top: 0;
    line-height: 28px;
  }
  .steps p {
    font-size: 14px;
    padding: 0px 12px;
    color: #707070;
  }
  .experts {
    padding: 0px;
  }
  .blue-dots:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #355aa5;
    position: absolute;
    left: -4px;
    border-radius: 82px;
    top: 6px;
  }
  .platform-features-icon .media p {
    padding-top: 15px;
  }
  .get-s-now {
    padding: 4px 29px;
    margin-top: 30px;
    font-size: 26px;
  }
  .section-title .main-title {
    font-size: 25px;
    margin-top: 30px;
  }
  .footer-dot:after {
    display: none;
  }
  .scroll {
    overflow-y: unset;
    overflow-x: unset;
    padding: 0;
    height: unset;
  }
  .card-header .btn {
    padding: 8px 20px 8px 0px;
  }
  .card-header button {
    font-size: 14px;
    line-height: 18px;
  }
  .accordion .fa {
    margin-right: 0rem;
  }
  .mt-100 {
    margin-top: 0px;
  }
  .platform-features-icon {
    display: none;
  }
  .mt-80 {
    margin-top: 10px;
  }
  .card-header button i {
    position: absolute;
    right: 8px;
  }
  .faq-img {
    display: none;
  }
  .thankyou-page .shape:after {
    height: 660px;
  }
  #home {
    min-height: 640px;
  }
  .Connect img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  /*.virtual-edu {*/
  /*    border-radius: 30px !IMPORTANT;*/
  /*}*/
}

@media (max-width: 991px) {
  #topnav {
    /*background-color: #ffffff;*/
    /*-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);*/
    min-height: 74px;
  }
  #topnav .container {
    width: auto;
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
  }
  #topnav .navigation-menu > li {
    float: unset !important;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #fff;
    padding: 10px 20px;
  }
   #topnav.nav-sticky .navigation-menu > li > a {
    color: #3c4858;
    
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #2f55d4;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #2f55d4;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #06342e;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .shape:before {
    display: none;
  }
  .shape:after {
    width: 100%;
    height: 906px;
  }
  .btn-outline-light {
    color: #000000;
  }
  #topnav .buy-button {
    float: left;
  }
  .footer .media a {
    color: #000;
    font-size: 16px;
  }
  #about .about-text {
    position: unset;
  }
  .wcydh-bg {
    padding-bottom: 126px;
    padding-top: 0px;
  }
  .mt-100 {
    margin-top: 10px;
  }

  /* .form-section:after { */

  /* content: " "; */
  /* right: -40px; */
  /* bottom: 6px; */
  /* z-index: -1; */
  /* } */
  /* form:after { */

  /* right: -30px; */
  /* top: 36px; */

  /* } */
  form:before {
    display: none;
  }
  form {
    padding: 0px 40px;
  }
  .faq-img {
    display: none;
  }
  .about-shape:before {
    content: "";
    background-image: url(../images/USyd-img.png);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 470px;
    right: 0;
    left: 0;
    z-index: -11;
  }

  .banner-text {
    margin-top: 0;
    padding-bottom: 30px;
  }
}

.form-section .input-group-text {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0rem;
}
.form-section .input-group-prepend {
  margin-right: -2px;
}

.alreadyRegistered {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
  padding-top: 5px;
}
.alreadyRegistered a {
  color: #fff;
}
.alreadyRegistered span {
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
}

#already-reg-modal-body form:before {
  background: none;
}

#already-reg-modal-body form:after {
  background: none;
}

.myShape:after {
  content: "";
  position: absolute;
  background: #e64626;
  height: 80px;
  width: 100%;
  right: 0;
}
.myShape:before {
  content: "";
  background-image: url(../images/USyd-img.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 380px;
  right: 0;
  left: 0;
}
#myhome {
  min-height: 400px;
}

@media (max-width: 1200px) {
  /*.testimonial {
    min-height: 420px;
  }*/
}

@media (max-width: 800px) {
 /* .testimonial {
    min-height: 520px !important;
  }*/
}

@media (max-width: 580px) {
     .section-title .main-title {
        font-size: 30px;
       
    }
   .logo img {
    width: 100%;
    padding:0 !miportant;
  }
  .logo {
    padding-left: 0;
  }
  #topnav.nav-sticky {
        
        min-height: 54px;
    }
  #topnav.nav-sticky .logo img {
    width: 100%;
    transition: 0.5s ease-in-out;
    padding:0 !miportant;
}
  #topnav .logo {
    float: left;
    color: #3c4858 !important;
    padding-top: 0 !important;
    width: 70%;
    line-height:normal;
  }
  #topnav.nav-sticky .navbar-toggle .lines {
     
    margin: 20px 20px 20px;
    height: 14px;
}
  .registration-form .form-section h3 {
    font-size: 23px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 30px;
  }
  .myShape:before {
    height: 330px;
  }
  #myhome {
    min-height: 345px;
    padding: 80px 0 30px 0;
  }
}
/* New-Listing-Box */
.block-main {
  background-color: #efefef;
  padding: 10px 10px;
}
.block-wrapper {
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: top;
  min-height: 120px;
  margin-bottom: 30px;
}
.block-wrapper a {
  color: #000;
}
.left-block {
  padding: 10px;
  position: relative;
  min-width: 100px;
  max-width: 100px;
}
.right-block {
  padding: 10px;
  width: 100%;
  margin-left: auto;
  border-radius: 0 12px 12px 0;
  align-self: stretch;
  background: rgba(242, 242, 242, 1);
  background: -moz-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(242, 242, 242, 1)),
    color-stop(46%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
}
.left-block .wishlist {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  padding: 2px 0 0 0;
  color: #000;
  border-radius: 5px;
  position: absolute;
  right: -13px;
  top: 7px;
  font-size: 16px;
  text-align: center;
  z-index: 9;
}
.logo-block {
  border-bottom: 1px solid #9e9e9e;
  padding: 0 0 10px 0;
  min-height: 70px;
}
.logo-block img {
  max-height: 70px;
}
.school-name {
  color: #2b2929;
  font-size: 16px;
  margin: 0;
  padding: 0 0 0 0;
}
.subject {
  color: #ff0000;
}
.school-add {
  color: #7f7f7f;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 5px;
}
.school-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.detail-head {
  color: #ff6600;
  font-size: 14px;
  font-weight: 500;
}
.detail-txt {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
} /* New-Listing-Box */
/* @media (max-width:550px) { */
/* .right-block { */
/* padding: 10px; */
/* min-width: 110px; */
/* max-width: 110px; */
/* } */
/* } */
.btn-sm {
  font-size: 11px;
}

.time-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  /* height: 300px; */
}

.time-list li {
  margin: 5px 3px;
  text-align: center;
  /* min-width: 150px; */
  line-height: 35px;
}
@media (max-width: 550px) {
  .time-list li {
    min-width: 48%;
  }
}

.time-list li a {
  color: #333;
  padding: 0px 30px;
  font-size: 14px;
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  transition: all 0.3s linear;
}

.time-list li:hover a,
.time-list li a.active {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: #fff;
}

.time-list li .active_selected {
  padding: 0px 30px;
  font-size: 14px;
  display: block;
  border-radius: 4px;
  background: #495057;
  border: 1px solid #495057;
  color: #fff;
}

.disabled {
  background: rgba(0, 0, 0, 0.1) !important;
}

.confirm-btn {
  display: table;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 30px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 0px auto 0;
  color: #fff;
  outline: none;
  border: 0;
  transition: all 300ms linear;
}

.confirm-btn:hover {
  background: #000;
}

.close {
  color: #ed1651;
  font-size: 44px;
  position: absolute;
  right: 15px;
  top: auto;
  font-weight: 300;
  line-height: 20px;
}
.modal-title {
  font-size: 26px;
  font-weight: 400;
}

.modal-open {
  overflow: hidden !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #about .about-text {
    position: absolute;
    left: -212px;
    border-radius: 5px;
    top: 1%;
    background-color: #fffffff0;
    padding: 5px;
    box-shadow: 1px 2px 9px 0px #00000033;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .logo {
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px;
    line-height: 68px;
    padding-left: 0px;
  }
  #topnav .logo {
    float: left;
    color: #3c4858 !important;
    padding-top: 10px;
  }
  .alreadyRegistered {
    font-size: 14px;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  .shape:before {
    height: 786px !important;
  }
  .shape:after {
    height: 786px !important;
  }
  #home {
    min-height: 793px;
  }
  .about-content ul li {
    font-size: 16px !important;
  }

  .registration-form .form-section .form-control {
    font-size: 12px !important;
  }

  .banner-text h2 span {
    font-size: 30px !important;
  }

  .registration-form .form-section h3 {
    font-size: 23px !important;
    margin-bottom: 15px !important;
  }

  .banner-text h2 {
    font-size: 38px !important;
    color: #fff;
    font-weight: 500;
    line-height: 40px !important;
  }
  .about-content h4 {
    font-size: 18px;
  }
  .about-content p {
    font-size: 16px !important;
    line-height: 23px;
  }

  #topnav .logo {
    float: left;
    color: #3c4858 !important;
    padding-top: 13px;
  }
  .logo {
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px;
    line-height: 68px;
    padding-left: 2px;
  }
}
@media (min-width: 1368px) and (max-width: 1440px) {
  .registration-form .form-section h3 {
    font-size: 23px !important;
    margin-bottom: 15px !important;
  }

  #home {
    min-height: 793px;
  }

  .banner-text h2 span {
    font-size: 34px !important;
  }

  .banner-text h2 {
    font-size: 46px !important;
    color: #fff;
    font-weight: 600;
    line-height: 50px !important;
  }

  .shape:before {
    height: 786px !important;
  }
  .shape:after {
    height: 786px !important;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .about-content ul li {
    font-size: 16px;
  }

  .registration-form .form-section h3 {
    font-size: 27px !important;
    margin-bottom: 15px !important;
  }

  .banner-text h2 span {
    font-size: 34px !important;
  }

  .banner-text h2 {
    font-size: 48px !important;
    color: #fff;
    font-weight: 600;
    line-height: 50px !important;
  }
}

.form-section {
  padding-top: 30px;
}

/*.btn-group {*/
/*    display:none;*/
/*}*/

.time-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 20px;
}

.time-box .state-sction {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
  color: #92d81a;
}

.time-box .time-sction {
  text-align: left;
  font-size: 22px;
  margin-top: 9px;
  font-weight: 500;
}

.border-b-5 {
  border-bottom: 5px solid #92d81a;
}

.border-t-5 {
  border-top: 5px solid #92d81a;
}

.why-should {
  position: absolute;
  right: 0;
  width: 28%;
  bottom: 0;
}

#topnav.nav-sticky .red-logo {
  display: none !important;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .registration-form .form-section .form-control {
    font-weight: 600;
    font-size: 11px !important;
    height: 36px !important;
  }

  .shape:after {
    height: 680px !important;
  }
  .shape:before {
    height: 680px !important;
  }
  #home {
    min-height: 680px !important;
  }
  .bg-half-170 {
    padding: 0px 0 !important;
  }
  .input-group-text .custom-select {
    height: unset !important;
    padding: 3px !important;
  }

  .form-section {
    padding-top: 80px;
  }

  .form-section .input-group-prepend {
    margin-right: -2px;
    height: 36px;
  }
  .banner-text h2 {
    font-size: 47px !important;
    color: #fff;
    font-weight: 600;
    line-height: 50px !important;
  }
  .registration-form .form-section h3 {
    font-size: 24px !important;
  }

  /*.logo img {*/
  /*    width:40%;*/
  /*}*/

  .banner-text h2 span {
    font-size: 35px !important;
  }
}

.Venues-box {
  background-color: #bae9ff;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
}

.border-right {
  border-right: 1px solid #8d8d8d !important;
}

.testimonials__video {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.banner-text h2 span {
  font-size: 40px;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

.registration-form .form-section .form-control {
  font-weight: 600 !important;
}

.blueGradient {
 /* background: rgb(34, 108, 245);
  background: -moz-linear-gradient(
    -180deg,
    rgba(34, 108, 245, 1) 0%,
    rgba(0, 159, 221, 1) 100%
  );
  background: -webkit-linear-gradient(
    -180deg,
    rgba(34, 108, 245, 1) 0%,
    rgba(0, 159, 221, 1) 100%
  );
  background: linear-gradient(
    -180deg,
    rgba(34, 108, 245, 1) 0%,
    rgba(0, 159, 221, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0652A1",endColorstr="#009fdd",GradientType=1);*/
  background:#2bcbe3;
}
.lightblueGradient{background:#06342E;}
.commonSpace {
  padding: 5%;
}

.tsp-countUp {
  position: relative;
  text-align: center;
}

.tsp-countUp:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #16677233;
  right: 0;
}

.tsp-title-home {
  text-align: center;
  margin-bottom: 50px;
}

#tsp_served {
  background: #fff;
  padding: 15px 50px;
  text-align: center;
}

.tsp-box-counter p.count {
  font-size: 30px;
  font-weight: 700;
  color: #166772;
  padding: 0;
  margin: 0;
}

.tsp-box-counter p.tsp-section {
  font-size: 18px;
  line-height: 24px;
  color: #166772;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  font-weight: 300;
}

.tsp-count span {
  font-size: 30px;
  padding: 0px 0 0px 0;
  color: #166772;
  font-weight: 600;
}

.tsp-countUp.last:before {
  display: none;
}

/*page inline css Start*/
.nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }
  .nav-tabs {
    border-bottom: none;
    border-right: 0px solid #ddd;
    display: flex;
  }
  .nav-tabs {
    margin: 0 15px;
  }
  .nav-tabs .nav-item + .nav-item {
    margin-top: 0.25rem;
  }
  .nav-tabs .nav-link {
    transition: border-color 0.125s ease-in;
    white-space: nowrap;
    padding: 0;
    border: 0;
    color: #212121;
  }
  .nav-tabs .nav-link:hover {
    /*background-color: #f7f7f7;*/
    /*border-color: transparent;*/
    border: 0;
    padding: 0;
    color: #166772;
  }
  .nav-tabs .nav-link.active {
    /*border-bottom-color: #ddd;*/
    /*border-right-color: #fff;*/
    /*border-bottom-left-radius: 0.25rem;*/
    /*border-top-right-radius: 0;*/
    /*margin-right: -1px;*/
    border: 0;
    padding: 0;
    color: #166772;
  }
  .nav-tabs .nav-link.active:hover {
    /*background-color: #fff;*/
    /*border-color: #0275d8 #fff #0275d8 #0275d8;*/
    border: 0;
    padding: 0;
  }

  /*.card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }*/
}

@media (max-width: 767px) {
  .tab-pane {
    display: block !important;
    opacity: 1 !important;
    margin-top: 9px;
  }
}
#content .list-style-one li a {
  color: #ff7361;
}
#content .list-style-one li a.collapsed {
  color: #444444;
}
#content .card-header {
  border: none;
}

/*====================================================*/
.err-input {
  border-color: red !important;
}
/*@font-face {
  font-family: buenosaires;
  src: url("landing-page/fonts/kcv2-fonts/BuenosAires-Regular.woff2");
}
body {
  font-family: "buenosaires" !important;
}*/
.bg-half-170 {
  padding: 110px 0 160px 0 !important;
}
.fixedElement {
  bottom: -100px;
  width: 100%;
  z-index: 222;
}
.kc-white-logo {
  float: right;
  margin-right: 40px;
}
.main-bg {
  background: url(../images/DSC_0198-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 85vh;*/
  background-color: #f3efec;
}

.footer-bg {
    background: #1667721A url(../images/footer.png) no-repeat center;
   background-size: cover;
  min-height: 300px;
  /*border-top: 20px solid #2EC5F1;*/
}
.footer-container {
  max-width: 1450px;
}
.kc-bottom-logo {
  margin: 80px auto;
}
.wsize2 {
  color: #0652A1;
}
.m2-txt2 {
  font-size: 16px;
  color:;#0652A1;
  line-height: 1;
}
.l1-txt2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: #0652A1;
}
.why-attend-content {
  font-weight: 900 !important;
  line-height: 20px;
}
.p-b-22 {
  padding: 10px 10px 0px 10px;
}
.top-main-img {
  position: relative;
  top: 10px;
}
.btn.btn-primary {
  background: #ff6e56;
  border: 1px solid #ff6e56;
  border-radius: 5px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.focus {
  background-color: #e5533b !important;
}

.cust-modal .close {
  color: #ff6e56;
}

.common-h::before {
  background: #ff6e56;
}

.change-no-block input {
  border: 2px solid #ff6e56;
}

.section-title .main-title {
  font-size: 2.3rem;
  text-transform: unset;
  font-weight: 700;
  margin-top: 50px;
  line-height: 50px;
       
}
.section-title .main-title.attend-event {
  margin-top: 120px;
}
.grab-dream {
  position: relative;
  top: 80px;
}

.counterBox {
  position: relative;
  /*top: -70px;*/
  z-index: 1;
     padding: 0%;
     /*background:#06342E;*/
}
.kc-btn-1 {
  /*background: transparent linear-gradient(87deg, #fe9551 0%, #ff6e56 100%) 0% 0%
    no-repeat padding-box;*/
    background:#0652A1;
  opacity: 1;
  box-shadow: none;
}
.testimonial-name{display:flex;align-items: center; justify-content: center;}
.testimonial-name img {
 /* position: absolute;
  top: 0;
  left: 0;*/
  width: 21% !important;
}
.quote {
  width: 8% !important;
  margin-bottom: 15px;
}
.multiselect-selected-text {
  width: 93%;
  display: inline-block;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 15px;
}
.my-multiselect .btn-default {
  background: #fff;
  border: 0;
  box-shadow: none;
  margin-top: -13px;
  border-bottom: 1px solid #ced4da;
}
.form-section .input-group-text {
  background-color: #fff;
  border: 0;
  border-radius: 0rem;
  border-bottom: 1px solid #ced4da;
}
.form-section {
  padding-top: 0px;
}
#main {
  margin: 0px 0;
}

#main #faq .card {
  margin-bottom: 0px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  /*background: transparent linear-gradient(180deg, #E6331C 0%, var(--unnamed-color-ff7361) 100%) 0% 0% no-repeat padding-box;*/
  /*background: transparent linear-gradient(180deg, #E6331C 0%, #FF7361 100%) 0% 0% no-repeat padding-box;*/
  background: #f1d7de;
  color: #000;
  padding: 20px;
  font-weight: bold;
  font-size: 1.15rem;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 0px 6px 0px 7px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  /*background: transparent linear-gradient(180deg, #E6331C 0%, var(--unnamed-color-ff7361) 100%) 0% 0% no-repeat padding-box;*/
  /*background: transparent linear-gradient(180deg, #E6331C 0%, #FF7361 100%) 0% 0% no-repeat padding-box;*/
  background: #f1d7de;
  color: #000;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #487ad8;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #ffe472;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #ffe472;
  line-height: 30px;
  color: #222;
}

.vide-testi {
  height: 368px;
  border-radius: 10px;
  background: #f9e0e0;
}

section button.owl-prev span {
  position: absolute;
  left: 46%;
  bottom: 0;
  font-size: 30px;
  color: #000;
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  align-items: center;
  border-radius: 50%;
  padding: 0;
  line-height: 30px;
  /*border: 2px solid gray;*/
}
section button.owl-next span {
  position: absolute;
  right: 46%;
  bottom: 0;
  font-size: 30px;
  color: #000;
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  align-items: center;
  border-radius: 50%;
  padding: 0;
  line-height: 30px;
  /*border: 2px solid gray;*/
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.disabled {
  background: none !important;
}
@media (min-width: 1441px) and (max-width: 1600px) {
  .bg-half-170 {
    padding: 100px 0 160px 0 !important;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .bg-half-170 {
    padding: 30px 0 130px 0 !important;
  }
  .footer-container {
    max-width: 1380px;
  }
  .fulfill-line {
    font-size: 1.4rem;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .bg-half-170 {
    padding: 20px 0 !important;
  }
  .footer-container {
    max-width: 1380px;
    margin-left: 30px;
  }
  .fulfill-line {
    font-size: 1.39rem;
  }
  .normal-line {
    font-size: 0.9rem;
  }
  .top-main-img {
    top: 17px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .bg-half-170 {
    padding: 50px 0 !important;
  }
  .footer-container {
    max-width: 1380px;
    margin-left: 7px;
  }
  .fulfill-line {
    font-size: 1.3rem;
  }
  .normal-line {
    font-size: 0.9rem;
  }
  .top-main-img {
    top: 17px;
  }
}
@media (min-width: 993px) and (max-width: 1196px) {
  .bg-half-170 {
    padding: 60px 0 !important;
  }
  .footer-container {
    max-width: 1380px;
    margin-left: 0px;
    padding-left: 30px;
  }
  .fulfill-line {
    font-size: 1.3rem;
  }
  .normal-line {
    font-size: 0.9rem;
  }
  .kc-white-logo {
    margin-right: 0;
  }
  .top-main-img {
    top: 17px;
  }
  .copywrite {
    font-size: 1rem;
  }
  .section-title .main-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  section button.owl-prev span {
    display: none;
  }
  section button.owl-next span {
    display: none;
  }
}
.card-body {
  /*background: transparent linear-gradient(180deg, var(--unnamed-color-226cf5) 0%, var(--unnamed-color-001f43) 100%) 0% 0% no-repeat padding-box;*/
  /*background: transparent linear-gradient(180deg, #0652A1 0%, #001F43 100%) 0% 0% no-repeat padding-box;*/
  background: #fff;
  color: #001f43;
  font-weight: 500;
}
.card-header .fair {
  margin-left: 5%;
}
.card-header .fairANZ {
  margin-left: 6.5%;
}
.card-header .fairEU {
  margin-left: 6.7%;
}
.card-header .fairCan {
  margin-left: 5.9%;
}
.carousel.slide.awards .carousel-item {
  height: 360px;
  border-radius: 10px;
}

.who-will-heading::after {
  content: "";
  border-bottom: 3px solid #ff7361;
  width: 80px;
  display: block;
  margin: auto;
  padding: 5px 0;
}
.carousel-control-next-icon {
  background-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"fill="%23fff"width="8"height="8"viewBox="0 0 8 8"%3e%3cpathd="M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z"/%3e%3c/svg%3e
  );
  filter: brightness(0) invert(0) !important;
  margin-top: -30px;
}
.carousel-control-prev-icon {
  background-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"fill="%23fff"width="8"height="8"viewBox="0 0 8 8"%3e%3cpathd="M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z"/%3e%3c/svg%3e
  );
  /* background: red; */
  filter: brightness(0) invert(0) !important;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .carousel.slide.awards .carousel-item {
    height: 380px;
  }
  .carousel-control-prev-icon {
    margin-top: -80px;
  }
  .carousel-control-next-icon {
    margin-top: -80px;
  }
  
  
}

@media (max-width: 400px) {
  .carousel.slide.awards .carousel-item {
    height: 450px;
  }
}

@media (max-width: 992px) {
  #topnav .logo {
    float: left;
    color: #3c4858 !important;
    padding-top: 0 !important;
  }
  .top-main-img {
    position: relative;
    top: 30px;
  }
  .testimonial {
    /*min-height:560px!important;
    min-height: 420px !important;*/
  }
 /* #topnav .navigation-menu > li:hover,
  #topnav .navigation-menu > li.active > a {
    color: #000 !important;
  }*/
  .bg-home,
  .bg-half-170,
  .bg-marketing {
    margin-top: 0px !important;
    padding-bottom: 50px !important;
  }
  .section-title .main-title {
    font-size: 35px;
    line-height: 35px;
  }
  .step-box {
      text-align: center;
    }
}
@media (max-width: 992px) and (orientation: landscape) {
  /*.testimonial {*/
  /*  min-height: 560px;*/
  /*}*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .shape:after {
    width: 100%;
    height: 960px !important;
  }
  #about .about-text {
    width: 96%;
  }
  .testimonials__video {
    padding-top: 70px !important;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .main-left-img {
    margin-top: 3rem;
  }
  .input-group-text .custom-select {
    height: unset !important;
    padding: 3px 30px !important;
  }
  .form-section .input-group-prepend {
    margin-right: -2px;
    height: unset;
  }
}
@media (min-width: 1024px) {
  /*.testimonial {
    min-height: 410px;
  }*/
}
@media (min-width: 993px) and (max-width: 1195px) {
  .grab-text {
    font-size: 1.35rem;
  }
 /* .testimonial {
    min-height: 430px;
  }*/
}
@media (max-width: 580px) {
    
   
     .section-title .main-title {
        font-size: 30px;
       
    }

  .red-logo {
    max-width: 60%;
    display: block;
    margin: 0 auto 0 auto;
  }

  .bg-half-170 {
    padding: 20px 0 !important;
  }
  .mainBanner {
    border-radius: 10px;
    position: relative;
  }
  .counterBox {
    position: relative;
    /*top: 20px;*/
    z-index: 1;
  }
  .card-header .fair {
    margin-left: 0%;
    white-space: nowrap;
  }
  .kc-bottom-logo {
    margin: 0px 0 40px 0;
  }
  .footer-bg {
    height: auto;
    
    padding: 50px 0 50px 0;
  }
  .testimonial-name img {
    top: 15px;
    left: 10px;
  }
  .fairCan,
  .fairANZ,
  .fairEU {
    margin-left: 0% !important;
    white-space: nowrap;
  }
  #main #faq .card .card-header .btn-header-link {
    font-size: 14px;
  }
  #main #faq .card .card-header .btn-header-link:after {
    margin-top: -15px;
  }
  .grab-text {
    font-size: 1.1rem;
  }
  .bg-home,
  .bg-half-170,
  .bg-marketing {
    margin-top: 0px !important;
    padding-bottom: 50px !important;
    padding-top: 70px !important;
  }
}

.reg-mdl-header {
  position: relative;
  justify-content: left;
}


.timeline {
  position: relative;
  margin-top: 55px;
  margin-left: 15px;
}
.timeline:before {
  /* vertical line*/
  content: "";
  position: absolute;
  top: 10px;
  /* to align with midline*/
  left: 7px;
  width: 2px;
  height: 97%;
  background-color: #464242;
}

.timeline__block {
  position: relative;
  margin-top: 42px;
  margin-bottom: 42px;
  padding-left: 15px;
}
.timeline__block:last-child {
  margin-bottom: 3em;
}
.timeline__block:after {
  content: "";
  display: table;
  clear: both;
}

.timeline__midpoint {
  position: absolute;
  /* top: 6px; */
  top: 40%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #247edc;
}
.timeline__midpoint:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 15px;
  border-top: 1px solid #464242;
}

.timeline__content {
  position: relative;
  margin-left: 20px;
  background: #247EDC;
  color: #fff;
  border-radius: 15px;
  padding:15px;
}
.box1 .timeline__midpoint:before {
    display: block;
  }
.box1 .timeline__content{
background-color:#247EDC;
}

.box2 .timeline__midpoint:after {
    display: none;
  }
.box2 .timeline__content{
background-color:#0652A1;
}

.box3 .timeline__midpoint:before {
    display: block;
  }
.box3 .timeline__content{
background-color:#247EDC;
}

.box4 .timeline__midpoint:after {
    display: block;
  }
.box4 .timeline__content{
background-color:#0652A1;
}

.box5 .timeline__midpoint:before {
    display: block;
  }
.box5 .timeline__content{
background-color:#247EDC;
}



.timeline__content p + p {
  padding-top: 0;
}
.timeline__content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline__midpoint--highlight > .timeline__year {
  display: none;
}

/* timeline typography */
.timeline__content .timeline__year {
  padding-top: 6px;
  color: cadetblue;
  text-align: left;
  display:none;
}

.timeline__content .timeline__newH {
  /* padding-top: 6px; */
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight:400;
  margin: 0 0 5px 0;
}

.timeline__midpoint--highlight .timeline__year {
  color: #fff;
  line-height: 4;
}

.timeline__year,
.timeline__midpoint--highlight + .timeline__content {
  font-weight: 600;
}

.timeline__content > div > p {
  /* font-size: 0.88em; */
  font-size: 16px;
  margin: 0 0 0 10px;
  font-weight: 300;
}

.timeline__content > p {
  /* font-size: 0.88em; */
  font-size: 20px;
  margin: 5px 0 0 0;
  font-weight: 300;
}

.displayFlex {
   display: flex;
   align-items: start;
 }

 /* .displayFlex span{
   width: 100px;
  } */

/* timeline layout for desktop */
@media (min-width: 1024px) {
  section {
    padding: 0 10%;
  }
  /* .displayFlex span{
    width: auto;
    padding-right: 10px;
   } */

  .timeline {
    margin-left: 0;
  }
  .timeline:before {
    /* vertical line */
    left: 50%;
    margin-left: -1px;
  }

  .timeline__midpoint {
    left: 50%;
    margin-left: -8px;
  }
  .timeline__midpoint:before {
    width: 40px;
  }
  .timeline__midpoint:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 40px;
    border-top: 1px solid #464242;
  }

  .timeline__midpoint--highlight {
    top: 0;
    width: 76px;
    height: 76px;
    margin-left: -29px;
    margin-left: -38px;
    text-align: center;
  }
  .timeline__midpoint--highlight.no-top-margin {
    margin-top: 0;
  }
  .timeline__midpoint--highlight .timeline__year {
    display: block;
  }

  .timeline__midpoint--highlight:before,
.timeline__midpoint.timeline__midpoint--highlight:after {
    content: none;
  }

  .timeline__midpoint--highlight,
.timeline__midpoint--highlight + .timeline__content {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .timeline__content {
    width: 50%;
  }
  .timeline__content .timeline__year--mobile {
    display: none;
  }

  .timeline__content--left {
    margin-left: -8%;
  }
  .timeline__content--left .timeline__year {
    /* left: 128%; */
  }

  .timeline__year {
    /* position: absolute; */
    position: relative;
    width: 100%;
    margin-top: 0;
  }

  .timeline__content .timeline__newH {
    font-size: 26px;
  }
  .timeline__content > div > p {
    font-size: 20px;
    line-height: 26px;
  }
  .box1 .timeline__midpoint:before {
      display: none;
    }
  .box1 .timeline__content{
  background-color:#247EDC;
  }

  .box2 .timeline__midpoint:after {
      display: none;
    }
  .box2 .timeline__content{
  background-color:#0652A1;
  }

  .box3 .timeline__midpoint:before {
      display: none;
    }
  .box3 .timeline__content{
  background-color:#0652A1;
  }

  .box4 .timeline__midpoint:after {
      display: none;
    }
  .box4 .timeline__content{
  background-color:#247EDC;
  }

  .box5 .timeline__midpoint:before {
      display: none;
    }
  .box5 .timeline__content{
  background-color:#247EDC;
  }



  .timeline__text--left {
    /* padding-right: 25px; */
    text-align: left;
    margin: 0;
  }

  .timeline__content--right {
    float: right;
    width: 53%;
    left: 9%;
  }
  .timeline__content--right .timeline__year {
    right: 134%;
    text-align: right;
  }
  .timeline__content--right .timeline__text--right {
    /* margin-top: 0; */
    margin: 0;
  }

  .timeline__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .timeline__content--left .timeline__img {
    left: 127%;
  }

  .timeline__content--right .timeline__img {
    right: 133.5%;
  }
  .box1 .timeline__midpoint:before {
      display: none;
    }
  .box1 .timeline__content{
  background-color:#247EDC;
  }

  .box2 .timeline__midpoint:after {
      display: none;
    }
  .box2 .timeline__content{
  background-color:#0652A1;
  }

  .box3 .timeline__midpoint:before {
      display: none;
    }
  .box3 .timeline__content{
  background-color:#0652A1;
  }

  .box4 .timeline__midpoint:after {
      display: none;
    }
  .box4 .timeline__content{
  background-color:#247EDC;
  }

  .box5 .timeline__midpoint:before {
      display: none;
    }
  .box5 .timeline__content{
  background-color:#247EDC;
  }

}



@media (max-width: 360px) {
  #main #faq .card .card-header .btn-header-link {
    font-size: 11.7px;
  }
}
@media (min-width: 581px) and (max-width: 992px) and (orientation: landscape) {
  .bg-home,
  .bg-half-170,
  .bg-marketing {
    margin-top: 0px !important;
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 736px) and (orientation: landscape) {
  .footer-bg {
    height: auto;
    
    padding: 50px 0 50px 0;
  }
}
@media (min-width: 737px) and (max-width: 992px) and (orientation: landscape) {
  .copywrite {
    font-size: 0.83rem;
  }
  .kc-white-logo {
    float: right;
    margin-right: 95px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .copywrite {
    font-size: 0.82rem;
  }
  .fulfill-line {
    font-size: 1.3rem;
  }
  .normal-line {
    font-size: 0.9rem;
  }
  .kc-white-logo {
    float: right;
    margin-right: 95px;
  }
  .footer-container {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .kc-white-logo {
    float: right;
    margin-right: 0px;
  }
}

.lrg-txt {
  font-size: 50px;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 500;
  line-height: 50px;
  
}
.sub-heading {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #fff;
  line-height: 42px;
  margin-bottom: 26px;
  background:#fff;
  padding:4px 16px;
  display:inline-block;
  border-radius:8px;
}
.yellow-txt {
     font-size: 20px;
    font-weight: 300;
    color: #166772;
    line-height: 30px;
    margin-bottom: 20px;
    background: #efdfa1;
    display: inline-block;
    margin-left: 20px;
    padding: 2px 20px;
    border-radius: 0 0 10px 10px;
        box-shadow: 2px 2px 7px #000;
}
.yellow-txt strong{
    font-weight:700;
}
.datetime {
  display: inline-flex;
  flex-direction: column;
}
.date {
  color: #fff;
  font-size: 30px;
  border-bottom: 1px dotted #fff;
  display: inline-block;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  /*background:#28CFB8;*/
   margin-bottom:3px;
   margin-left:20px;
   
}
.date img{width: 28px;
    margin-left: -14px;
    margin-top: -9px;}
.time {
  color: #fff;
  font-size: 30px;
  /*border-top: 1px dotted #fff;*/
  display: inline-block;
  padding-right: 20px;
  padding-top: 3px;
   padding-bottom: 3px;
  /*background:#28CFB8;*/
  margin-top:3px;
  margin-left:20px;
}
.time img{width: 28px;
    margin-left: -14px;
    margin-top: -9px;}
.banner-list{margin:0;padding:0;}
.banner-list li{margin-lefT:18px;color:#fff;}
/*page inline css end*/
.owl-carousel.owl-drag .owl-item .item{background:#fff;border:1px solid #ccc;border-radius:20px;margin:0 10px;}

.step-box {
    position: relative;
    /* border-right: 2px solid #fff; */
    height: 100%;
    background: linear-gradient(145deg, #FFFAB1, #B98D4C, #88531E);
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #8e5b24;
}
.step-box h4{position:relative; color:#fff; font-size:26px;}
.step-box p{position:relative; font-size:16px; line-hight:24px;color:#fff;}

.imgBox{border-radius: 15px 0 15px 0;}
.imgBox h5{font-size:26px; color:#166772; font-weight:700;}

@media (max-width: 767px) {
    .step-box{border-right: 0px solid #fff; height:100%;}
    .list-style-two li {
          font-size: 16px;
        }
        .date, .time{font-size:19px;}
        .lrg-txt{font-size:30px;}
}


 
    
    .elementor-shape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
        transform: rotate(180deg);
        bottom:0;
}
.elementor-shape svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
}
.elementor-shape svg {
    height: 165px;
    transform: translateX(-50%) rotateY(180deg);
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center;
}
/* Header / Hero */
    .hero {
      background: linear-gradient(90deg, #0e361e 0%, #00943c 50%, #0e361e 100%);
      color: var(--white);
      padding: 3.25rem 1rem;
      text-align: center;
    }
    .hero h1 {
      font-size: 2rem;
      margin: 0;
      letter-spacing: -0.02em;
      font-weight: 700;
    }
    .hero .subtitle {
      margin-top: .5rem;
      color: rgba(255,255,255,0.9);
      font-weight: 500;
    }
    .hero .accent {
      display:inline-block;
      margin-top: .75rem;
      padding: .35rem .8rem;
      background: var(--lek-green);
      color: var(--white);
      border-radius: 999px;
      font-weight:600;
      font-size: .9rem;
    }

    /* Container / cards */
    .events-wrap {
      max-width: 1200px;
      margin: -1.5rem auto 3rem;
      padding: 0 1rem;
    }

    .event-card {
      background: var(--card-bg);
      border: 1px solid var(--card-border);
      border-radius: 14px;
      padding: 1.25rem;
      box-shadow: 0 6px 18px rgba(0,0,0,0.04);
      transition: transform .18s ease, box-shadow .18s ease;
      height: 100%;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .event-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 36px rgba(0,0,0,0.08);
    }

    .event-top {
      display:flex;
      align-items:flex-start;
      gap: .9rem;
    }

    .badge-flag {
      width:56px;
      height:56px;
      border-radius:10px;
      background: linear-gradient(180deg, rgba(0,148,60,0.12), rgba(0,148,60,0.06));
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:700;
      color:var(--lek-green);
      border: 1px solid rgba(0,148,60,0.14);
    }

    .event-title {
      font-weight:700;
      color: var(--black);
      font-size: 1.05rem;
      margin-bottom: 0.25rem;
    }

    .muted {
      color: rgba(0,0,0,0.6);
      font-size: .95rem;
    }

    .event-meta {
      margin-top:.6rem;
      font-size: .95rem;
      color: rgba(0,0,0,0.75);
      display:flex;
      flex-direction:column;
      gap: .35rem;
    }

    .note {
      margin-top:.75rem;
      font-size:.88rem;
      color: rgba(0,0,0,0.65);
    }

    .register-row {
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:.75rem;
      margin-top:1rem;
    }

    .btn-register {
      background: var(--lek-green);
      color: var(--white);
      border: none;
      padding: .55rem .95rem;
      border-radius: 12px;
      font-weight:700;
      box-shadow: 0 6px 18px rgba(0,148,60,0.12);
    }
    .btn-register:hover {
      filter:brightness(.96);
      transform:translateY(-1px);
       color: var(--white);
    }

    .small-link {
      font-size: .88rem;
      color: var(--lek-green);
      text-decoration: none;
      font-weight:600;
    }

    /* Responsive tweaks */
    @media (max-width: 767.98px){
      .hero h1{ font-size:1.5rem; }
      .events-wrap{ margin-top: -1.5rem; padding-bottom: 1rem; }
    }