.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-74607a0:#62613A;--e-global-color-cbb2238:#FFFFFF;--e-global-color-0b03718:#A66030;--e-global-color-71b3669:#BB8E32;--e-global-color-81f7f2e:#9FAA9F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-a164327-font-family:"PPME-Light";--e-global-typography-a164327-font-size:14px;--e-global-typography-a164327-font-weight:400;--e-global-typography-a164327-line-height:20px;--e-global-typography-bfe8825-font-family:"PPME-Light";--e-global-typography-bfe8825-font-size:45px;--e-global-typography-bfe8825-font-weight:600;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}body.elementor-page{--color-gradient-start:#007fff;--color-gradient-stop:#ff4d54;}.main-header .navbar-brand{max-width:40px;}h1, .h1{color:#181b31;font-size:52px;font-weight:600;line-height:1.2em;}h2, .h2{color:#181b31;font-size:40px;font-weight:600;line-height:1.2em;}h3, .h3{color:#181b31;font-size:32px;font-weight:600;line-height:1.2em;}h4, .h4{color:#181b31;font-size:25px;font-weight:600;line-height:1.2em;}h5, .h5{color:#181b31;font-size:21px;font-weight:600;line-height:1.2em;}h6, .h6{color:#181b31;font-size:18px;font-weight:600;line-height:1.2em;}.page-scheme-dark{color:rgba(255, 255, 255, 0.8);}.page-scheme-dark h1, .page-scheme-dark .h1{color:#ffffff;}.page-scheme-dark h2, .page-scheme-dark .h2{color:#ffffff;}.page-scheme-dark h3, .page-scheme-dark .h3{color:#ffffff;}.page-scheme-dark h4, .page-scheme-dark .h4{color:#ffffff;}.page-scheme-dark h5, .page-scheme-dark .h5{color:#ffffff;}.page-scheme-dark h6, .page-scheme-dark .h6{color:#ffffff;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-a164327-font-size:13px;--e-global-typography-a164327-line-height:15px;}.main-header .lqd-mobile-sec .navbar-brand img{max-width:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-a164327-font-size:13px;}.main-header .lqd-mobile-sec .navbar-brand img{max-width:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* TEAM CARDS - HOME PAGE */
.team-card {
  border-radius: 50% !important;
	padding: 25px !important;
}

.team-card .lqd-tm-style-4 .lqd-tm-details {
	border-radius: 50% !important;
	background-color: rgba(159, 170, 159, 0.75) !important;
}

.team-card img {
	border-radius: 50% !important;
}
.team-card .lqd-tm-details-inner h3,
.team-card .lqd-tm-details-inner h6 {
  font-family: 'PPME-Light', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}

.team-card .lqd-tm-details.p-6 {
  padding: 0 0 5em 0; /* top, right, bottom, left */
}


.team-card {
  flex: 1 1 calc(20%); /* 4 per row with gap accounted for */
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .team-card {
    flex: 1 1 calc(50%); /* 2 per row */
  }
}

@media (max-width: 767px) {
  .team-card {
    flex: 1 1 100%; /* 1 per row */
  }
}

#hero-video {
    height: calc(100vh - 70px)!important;
}/* End custom CSS */