/* TYPOGRAPHY */
:root {
  --main-font-family: 'Ebrima', 'ebrimaregular';
  --primary-color: #102b3c;
  --primary-light-color: #3b5466;
  --primary-dark-color: #000017;
  --secondary-color: #ed6c1a;
  --secondary-light-color: #ff9d4c;
  --secondary-dark-color: #b43d00;
  --white-color: #ffffff;
  --black-color: #000000;
  --link-text-color: #0772b3;
  --link-text-hover-color: #102b3c;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #2bae43;
  --danger: #fb3f31;
  --warning: #ffc107;
  --info: #1fc4de;
  --light: #ffffff;
  --dark: #343a40e8;
  --default: #e7eaf1;
  --snackbar-success: #2bae43;
  --snackbar-info: #2196f3;
  --snackbar-warning: #ffc107;
  --snackbar-error: #f44336;
  --snackbar-default: #d6d8d9;
}
@font-face {
  font-family: 'ebrimaregular';
  src: url('./fonts/ebrima-webfont.woff') format('woff2'),
    url('./fonts/ebrima-webfont.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0%;
  font-family: var(--main-font-family) !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none !important;
}
.nav-btn {
  margin-left: 0.5rem;
}
.navbar {
  box-shadow: 0 1px 20px 1px rgb(0 0 0 / 20%);
  padding: 12px 0px !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.10rem !important;
}
.nav-link.active {
  font-weight: bold;
  color: var(--primary-color) !important;
}
.cst-btn {
  color: #fff !important;
  background-color: #102b3c !important;
  border-color: #102b3c !important;
}
.cst-btn:hover {
  color: #fff !important;
  background-color: #0b1d28 !important;
  border-color: #0b1d28 !important;
}
.cst-btn-s {
  color: #fff !important;
  background-color: #ed6c1a !important;
  border-color: #ed6c1a !important;
}
.cst-btn-s:hover {
  color: #fff !important;
  background-color: #ec6613 !important;
  border-color: #ec6613 !important;
}
.cst-btn-outline {
  color: #102b3c !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#102b3c !important;
}
.cst-btn-outline:hover {
  color: #fff !important;
  background-color: #102b3c !important;
  border: 2px solid #102b3c !important;
}
/* Start Home page design */
.home-container {
  background-color: #f5fcff;
  margin-top: 64px;
}
.page-container {
  margin-top: 64px;
}
.pg-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}
.pg-hint {
  color: #666;
}
.fs-heading {
  font-size: 25px;
  font-weight: bold;
  line-height: 36px
}
.benefit-display {
  background-color: #efefef;
  border-radius: 20px;
  min-height: 275px;
}
.benefit-header {
  font-weight: bold;
}
.benefit-content {
  line-height: 30px;
  margin-top: 5px;
}
.video-display {
  position: relative;
}
.video-display .video-icon {
  animation: pulse-white 2s infinite;
}
.video-icon {
  position: absolute;
  cursor: pointer;
  animation: ripple 3s linear infinite !important;
  transition: 0.5s ease all;
  border-radius: 50%;
  width: auto;
  bottom: calc(50% - 30px);
  left: calc(50% - 20px);
  background-color: #015374;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #0153744d, 0 0 0 0.5em #0153744d
  }
  100% {
    box-shadow: 0 0 0 0.8em #0153744d, 0 0 0 1.5em #0153744d
  }
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #005273b3;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #015374;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #015374;
  }
}
.zenyo-works-display {
  color: var(--white-color);
  width: 320px;
  background-repeat: no-repeat;
  background-size: cover;
}
.zenyo-works-header {
  font-size: 30px;
  font-weight: bold;
}
.zenyo-works-sub-content {
  color: #ffffffba;
}
.import-button {
  font-size: 12px !important;
  padding: 0.3rem 1rem;
  border-radius: 2px;
  background-color: #efefef;
  color: #000;
  border-radius: 25px;
  border: 2px solid white;
}
.stroked-button {
  font-size: 12px !important;
  padding: 0.3rem 1rem;
  border-radius: 2px;
  color: white;
  border-radius: 25px;
  border: 2px solid white;
}
.zenyo-works-button {
  background-color: #efefef;
  color: #434343;
}
.zenyo-works-raised-btn {
  border-radius: 25px;
  font-weight: bold;
}
.input-control {
  background-color: #3a607d;
  border-radius: 10px
}
.input-label {
  color: #c9c6c6;
}
.zenyo-works-description {
  width: 320px;
  color: #837f7b;
}
.zenyo-works-description-header {
  font-size: 24px;
}
.setup-profile {
  height: 40px;
  width: 40px;
}
/* End Home page design */
/* Start Pricing page design */
.pricing-widget {
  background-color: var(--white-color);
  /* box-shadow: 0 4px 25px 0 #1c1d530f; */
  box-shadow: 0 0px 15px 4px rgb(28 29 83 / 12%);
  border: 1px solid whitesmoke;
  border-radius: 12px;
}
.price-content {
  font-size: 30px;
  font-weight: bold;
}
.list-padding {
  padding-bottom: 10px;
}
/* container for all of the switch elements 
    - adjust "width" to fit the content accordingly 
*/
.switches-container {
  width: 190px;
  position: relative;
  display: flex;
  padding: 0;
  background: var(--primary-color);
  line-height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}
/* labels for the input (radio) boxes - something to click on */
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: var(--white-color);
}
/* switch highlighters wrapper (sliding left / right) 
- need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: all 0.5s ease;
}
/* switch box highlighter */
.switch {
  /* border-radius: 3rem; */
  background: var(--white-color);
  height: 100%;
}
/* switch box labels
- default setup
- toggle afterwards based on radio:checked status 
*/
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: var(--primary-color);
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}
/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}
/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}
/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}
/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}
/* End Pricing page design */
/* Start About Us page design */
.team-member-img {
  width: 90%;
  transform: rotate(-0.02turn);
  box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
  margin-top: 50px
}
.branch-display {
  background-color: #fefefe;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: 20px;
  min-height: 180px;
  border: 1px solid whitesmoke;
}
.branch-logo {
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
}
.profile-image {
  height: 200px;
}
.customer-image {
  width: 300px !important;
  height: 100px;
  margin-right: 8px;
  margin-top: 8px !important;
  background-color: whitesmoke;
  border: 1px solid rgb(229, 229, 229);
}
/* End About Us page design */
/* Start Resources page design */
.resource-card {
  background-color: #efefef;
  border-radius: 15px;
}
.resource-image {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}
.resource-spacing {
  margin-top: 15px !important;
}
/* End Resources page design */
/* Start Sign Up page design */
/* .signup-background {
  background: url('./images/sign-up-background-image.jpg');
  background-size: cover;
} */
.card-widget {
  background-color: var(--white-color);
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
  border: 1px solid whitesmoke;
  border-radius: 12px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.signup-profile {
  height: 55px;
  width: 55px;
}
.slide-arrows {
  font-size: 35px;
}
.slide-arrows> :first-child {
  margin-right: 8px !important;
  cursor: pointer;
}
.slide-arrows> :last-child {
  cursor: pointer;
}
.testimonial-content {
  background-color: #234a69;
  border-radius: 12px 0px 0px 12px;
  color: var(--white-color);
}
.testimonial-star {
  color: gold;
}
/* End Sign Up page design */
/* Start Blog page design */
.blog-title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-card {
  background-color: whitesmoke;
  border-radius: 15px;
}
.blog-image {
  width: 100%;
  border-radius: 15px 15px 0px 0px !important;
  height: 175px;
}
.blog-info-image {
  width: 70%;
  height: auto;
}
/* End Blog page design */
/* faq page */
.faq-questions {
  font-weight: bold;
  font-size: 18px;
}
/*contact Us page*/
.contact-us-card {
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 15%) !important;
  border: 1px solid whitesmoke !important;
  background-color: #f8f9fa !important;
}
/*contact Us page*/
/* terms of services */
/* privacy policy */
#spinner-loader {
  display: none;
}
.error-icon {
  background-image: none !important;
}
.font-size-sm {
  font-size: 12px;
}
.font-size-md {
  font-size: 14px;
  text-align: justify;
}
.font-size-lg {
  font-size: 16px;
}
.font-size-xl {
  font-size: 18px;
}
.font-size-xxl {
  font-size: 20px;
}
.link-text {
  color: var(--link-text-color);
  cursor: pointer;
  text-decoration: none;
}
.link-text:hover {
  color: var(--link-text-hover-color);
  text-decoration: underline;
}
.show-cursor {
  cursor: pointer;
}
.contact-us-banner {
  background-image: url('./images/BG\ Alternate.svg');
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 70px 0px;
  text-align: center;
  font-size: 32px;
  border-radius: 15px;
}
.demo-image {
  margin: 0 auto !important;
}
.u-row {
  min-width: 100% !important;
  width: 100% !important;
}
/* Seach box */
.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}
.search input {
  height: 60px;
  text-indent: 28px;
  border: 1.5px solid #d6d4d4;
}
.search input:focus {
  box-shadow: none;
  border: 2px solid var(--primary-color);
}
.search .bi-search {
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 18px;
  color: #6c757d;
}
.search .bi-x-lg {
  position: absolute;
  cursor: pointer;
  top: 18px;
  right: 123px;
  color: #6c757d;
  display: none;
}
.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 103px;
  background: var(--primary-color);
}
.form-control:focus,
.form-select:focus {
  border: 2px solid var(--primary-color) !important;
  background-color: #fff !important;
  border-color: var(--primary-color) !important;
  outline: 0 !important;
  box-shadow: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Media Queries */
@media only screen and (max-width: 992px) {
  .nav-btn {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .team-member-img {
    transform: rotate(0turn);
  }
  .testimonial-content {
    border-radius: 12px;
    padding: 60px 0px;
  }
}