@import url('default-style.css');
/* TYPOGRAPHY */
:root {
  --main-font-family: 'Ebrima', 'ebrimaregular';
  --primary-color: #112B3C;
  --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: #112B3C;
  --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;
  /* overflow-x: hidden; */
}
#blog-info-container *:not(.fa) {
  font-family: var(--main-font-family) !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  appearance: none !important;
  -webkit-appearance: none !important;
}
.w-65 {
  width: 65% !important;
  margin: 0 auto !important;
}
.w-75 {
  width: 75% !important;
  margin: 0 auto !important;
}
.w-85 {
  width: 85% !important;
  margin: 0 auto !important;
}
@media (max-width: 576px) {
  .w-xs-65 {
    width: 65% !important;
    margin: 0 auto !important;
  }
  .w-xs-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }
  .w-xs-85 {
    width: 85% !important;
    margin: 0 auto !important;
  }
  .fixed-width {
    -ms-flex: 0 0 60px !important;
    flex: 0 0 60px !important;
  }
  .blog-spacing {
    padding: 40px 16px 60px 16px !important;
  }
}
@media (min-width: 576px) {
  .w-sm-65 {
    width: 65% !important;
    margin: 0 auto !important;
  }
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }
  .w-sm-85 {
    width: 85% !important;
    margin: 0 auto !important;
  }
  .fixed-width {
    -ms-flex: 0 0 60px !important;
    flex: 0 0 60px !important;
  }
}
@media (min-width: 768px) {
  .w-md-65 {
    width: 65% !important;
    margin: 0 auto !important;
  }
  .w-md-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }
  .w-md-85 {
    width: 85% !important;
    margin: 0 auto !important;
  }
  .custom-border {
    border-left: var(--bs-border-width) var(--bs-border-style) #CDC1FF !important;
    border-right: var(--bs-border-width) var(--bs-border-style) #CDC1FF !important;
  }
  .exit-custom-border {
    border-left: var(--bs-border-width) var(--bs-border-style) #FFE6C1 !important;
    border-right: var(--bs-border-width) var(--bs-border-style) #FFE6C1 !important;
  }
}
@media (min-width: 992px) {
  .w-lg-65 {
    width: 65% !important;
    margin: 0 auto !important;
  }
  .w-lg-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }
  .w-lg-85 {
    width: 85% !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-65 {
    width: 65% !important;
    margin: 0 auto !important;
  }
  .w-xl-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }
  .w-xl-85 {
    width: 85% !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-65 {
    width: 65% !important;
    margin: 0 auto !important;
  }
  .w-xxl-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }
  .w-xxl-85 {
    width: 85% !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 768px) {
  .cst-dropdown {
    overflow-y: scroll;
    height: 500px;
  }
}
.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 {
  color: #000000e6 !important;
  padding: 8px 14px !important;
}
.nav-link.active {
  font-weight: bold;
  color: var(--primary-color) !important;
}
/* Navbar */
.features-section {
  display: flex;
  flex-direction: row;
}
.btn {
  padding: 8px 20px !important;
  border-radius: 3px !important;
}
.cst-btn {
  color: #fff !important;
  background-color: #112B3C !important;
  border-color: #112B3C !important;
  padding: 8px 20px !important;
  border-radius: 3px !important;
}
.cst-btn:hover {
  color: #fff !important;
  background-color: #01090E !important;
  border-color: #01090E !important;
}
.cst-btn-s {
  color: #fff !important;
  background-color: #FB9B2E !important;
  border-color: #FB9B2E !important;
}
.cst-btn-s:hover {
  color: #fff !important;
  background-color: #fa8f14 !important;
  border-color: #fa8f14 !important;
}
.cst-btn-outline {
  color: #112B3C !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#112B3C !important;
  padding: 8px 20px !important;
  border-radius: 3px !important;
}
.cst-btn-outline:hover {
  color: #fff !important;
  background-color: #112B3C !important;
  border: 2px solid #112B3C !important;
}
.cst-btn-blue {
  color: #fff !important;
  background-color: #4879FF !important;
  border-color: #4879FF !important;
}
.cst-btn-blue:hover {
  color: #fff !important;
  background-color: #2B56CA !important;
  border-color: #2B56CA !important;
}
.cst-btn-purple {
  color: #fff !important;
  background-color: #AF44AF !important;
  border-color: #AF44AF !important;
}
.cst-btn-purple:hover {
  color: #fff !important;
  background-color: #903990 !important;
  border-color: #903990 !important;
}
.cst-btn-red {
  color: #fff !important;
  background-color: #FF4F4F !important;
  border-color: #FF4F4F !important;
}
.cst-btn-red:hover {
  color: #fff !important;
  background-color: #E64141 !important;
  border-color: #E64141 !important;
}
.cst-btn-yellow {
  color: #fff !important;
  background-color: #FB9B2E !important;
  border-color: #FB9B2E !important;
}
.cst-btn-yellow:hover {
  color: #fff !important;
  background-color: #DE8C2F !important;
  border-color: #DE8C2F !important;
}
.cst-btn-violet {
  color: #fff !important;
  background-color: #7A45AF !important;
  border-color: #7A45AF !important;
}
.cst-btn-violet:hover {
  color: #fff !important;
  background-color: #4D207A !important;
  border-color: #4D207A !important;
}
.cst-btn-pink {
  color: #fff !important;
  background-color: #B42678 !important;
  border-color: #B42678 !important;
}
.cst-btn-pink:hover {
  color: #fff !important;
  background-color: #880A53 !important;
  border-color: #880A53 !important;
}
.cst-btn-brown {
  color: #fff !important;
  background-color: #5F391B !important;
  border-color: #5F391B !important;
}
.cst-btn-brown:hover {
  color: #fff !important;
  background-color: #3C1C03 !important;
  border-color: #3C1C03 !important;
}
.cst-btn-pale {
  color: #fff !important;
  background-color: #E8650F !important;
  border-color: #E8650F !important;
}
.cst-btn-pale:hover {
  color: #fff !important;
  background-color: #953F07 !important;
  border-color: #953F07 !important;
}
.cst-btn-white {
  color: #215cff !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.cst-btn-white:hover {
  color: #215cff !important;
  background-color: #f4eaea !important;
  border-color: #f4eaea !important;
}
.cst-btn-blue-outline {
  color: #4879FF !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#4879FF !important;
}
.cst-btn-blue-outline:hover {
  color: #fff !important;
  background-color: #4879FF !important;
  border: 2px solid #4879FF !important;
}
.cst-btn-purple-outline {
  color: #AF44AF !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#AF44AF !important;
}
.cst-btn-purple-outline:hover {
  color: #fff !important;
  background-color: #AF44AF !important;
  border: 2px solid #AF44AF !important;
}
.cst-btn-red-outline {
  color: #FF4F4F !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#FF4F4F !important;
}
.cst-btn-red-outline:hover {
  color: #fff !important;
  background-color: #FF4F4F !important;
  border: 2px solid #FF4F4F !important;
}
.cst-btn-yellow-outline {
  color: #FB9B2E !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#FB9B2E !important;
}
.cst-btn-yellow-outline:hover {
  color: #fff !important;
  background-color: #FB9B2E !important;
  border: 2px solid #FB9B2E !important;
}
.cst-btn-violet-outline {
  color: #7A45AF !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#7A45AF !important;
}
.cst-btn-violet-outline:hover {
  color: #fff !important;
  background-color: #7A45AF !important;
  border: 2px solid #7A45AF !important;
}
.cst-btn-pink-outline {
  color: #B42678 !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#B42678 !important;
}
.cst-btn-pink-outline:hover {
  color: #fff !important;
  background-color: #B42678 !important;
  border: 2px solid #B42678 !important;
}
.cst-btn-brown-outline {
  color: #5F391B !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#5F391B !important;
}
.cst-btn-brown-outline:hover {
  color: #fff !important;
  background-color: #5F391B !important;
  border: 2px solid #5F391B !important;
}
.cst-btn-pale-outline {
  color: #E8650F !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#E8650F !important;
}
.cst-btn-pale-outline:hover {
  color: #fff !important;
  background-color: #E8650F !important;
  border: 2px solid #E8650F !important;
}
.cst-btn-white-outline {
  color: #fff !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#fff !important;
}
.cst-btn-white-outline:hover {
  color: #215cff !important;
  background-color: #fff !important;
  border: 2px solid #fff !important;
}
.cst-btn-cta {
  color: #0039aa !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  padding: 8px 20px !important;
  border-radius: 3px !important;
}
.cst-btn-cta:hover {
  color: #ffffff !important;
  background-color: #2657B6 !important;
  border-color: #2657B6 !important;
}
.feature-img {
  height: 640px;
  width: 480px;
}
.contact-us-banner {
  background-image: url('../images/cta/blue-color.svg');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--light);
  padding: 70px 12px;
  text-align: center;
  font-size: 32px;
}
/* Start Main Home page design */
.home-pg-banner {
  padding: 307px 0px;
  background-image: url('./images/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.home-power {
  border-radius: 20px;
  min-height: 248px;
  border: 1px solid #F1F5F8;
}
.home-works {
  background-color: #1E2545;
  border-radius: 20px;
  min-height: 316px;
  color: white;
}
.home-works-text {
  color: #FEBF26;
}
.home-benefit-1 {
  background-color: #E1F3FF;
}
.home-benefit-2 {
  background-color: #DFFFE7;
}
.home-benefit-3 {
  background-color: #FEF4EA;
}
.home-benefit-4 {
  background-color: #F7E8FF;
}
.home-explore-card {
  border-radius: 12px;
  min-height: 465px;
  border: 1px solid #CCCCCC;
}
.overlay-video-section {
  position: absolute;
  right: 50%;
}
.iframe-play {
  background-color: #cc840e;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  border: none;
  position: relative;
  cursor: pointer;
  animation: animate 2s ease-in infinite;
}
.iframe-play i {
  font-size: 2.5rem;
  color: white;
  position: absolute;
  right: 3px;
  bottom: -2px;
}
@keyframes animate {
  0% {
    box-shadow: 0 0 0 0px #cc840e85;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.home-cst-btn {
  color: #2f7bc1 !important;
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.home-cst-btn:hover {
  color: #FFFFFF !important;
  background-color: #093f71 !important;
  border-color: #093f71 !important;
}
.home-cst-btn-outline {
  color: #FFFFFF !important;
  background-color: transparent !important;
  background-image: none;
  border: 2px solid#FFFFFF !important;
}
.home-cst-btn-outline:hover {
  color: #2f7bc1 !important;
  background-color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
#vimeo-overlay {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255);
  overflow: auto;
}
.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#play-video {
  width: 100%;
  height: 70vh;
}
#vimeo-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
#vimeo-overlay a:hover, #vimeo-overlay a:focus {
  color: #e8e8e8;
}
#vimeo-overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 45px;
  font-size: 40px;
}
@media screen and (max-height: 450px) {
  #vimeo-overlay a {
    font-size: 20px
  }
  #vimeo-overlay .closebtn {
    font-size: 25px;
    top: 15px;
    right: 35px;
  }
}
/* End Main Home page design */
/* Start Home page design */
.home-container {
  background-color: #f5fcff;
  margin-top: 64px;
}
.page-container {
  margin-top: 64px;
}
.pg-heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}
.pg-hint {
  color: #666;
}
.fs-heading {
  font-size: 25px;
  font-weight: bold;
  line-height: 36px
}
.benefit-display {
  border: 1px solid #E9EDEF;
  border-radius: 12px;
  min-height: 500px;
}
.benefit-display img {
  width: 100%;
  padding: 70px 50px;
}
.benefit-header {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px 5px 0px;
}
.benefit-content {
  color: rgba(33, 37, 41, 0.75);
  text-align: center;
  padding: 20px 15px;
}
.attendance-tracking-card {
  min-height: 385px;
  background-color: #FFFAF6;
  border: 1px solid #E8E2E2;
}
.attendance-pink-bg {
  min-height: 430px;
  background-color: #F8EEFF;
}
.attendance-green-bg {
  min-height: 430px;
  background-color: #DEFCFF;
}
.attendance-yellow-bg {
  min-height: 430px;
  background-color: #FFEFD0;
}
.attendance-pink-head {
  color: #0C0112;
}
.attendance-pink-text {
  color: #373339;
}
.attendance-green-head {
  color: #011012;
}
.attendance-green-text {
  color: #3D4344;
}
.attendance-yellow-head {
  color: #0F0C01;
}
.attendance-yellow-text {
  color: #35342F;
}
.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: 2px solid white;
}
.stroked-button {
  font-size: 12px !important;
  padding: 0.3rem 1rem;
  border-radius: 2px;
  color: white;
  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 About Us page design */
.aboutus-bg-white {
  background-color: var(--light);
}
.home-banner {
  background-image: url('../images/aboutus/top_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--light);
  padding: 90px 0px;
  text-align: center;
  font-size: 32px;
}
.banner-sub-text {
  color: #EDF1F4;
  text-align: center !important;
}
.aboutus-bg-yellow {
  background-color: #F8F6F1;
}
.aboutus-yellow-border {
  border: 1px solid #CFC8C8;
}
.mission-bg {
  background-color: #FAEFE3;
  border-bottom: 1px solid #CFC8C8;
}
.core-bg {
  background-color: var(--light);
  border-top: 1px solid #CFC8C8;
  border-right: 1px solid #CFC8C8;
  border-bottom: 1px solid #CFC8C8;
  min-height: 318px;
}
.brand-bg {
  background-color: var(--light);
  border-top: 1px solid #CFC8C8;
  border-left: 1px solid #CFC8C8;
  border-bottom: 1px solid #CFC8C8;
}
.guide-bg {
  background-color: var(--light);
  border-top: 1px solid #CFC8C8;
  border-right: 1px solid #CFC8C8;
  /* border-bottom: 1px solid #CFC8C8; */
  min-height: 340px;
}
.vision-bg {
  background-color: #B8400B;
  color: var(--light);
  border-top: 1px solid #CFC8C8;
  border-left: 1px solid #CFC8C8;
}
.philosophy-section {
  background-color: #E3ECFA;
  font-size: 18px;
}
.aboutus-bg-brown {
  background-color: #342314;
  color: var(--light);
}
.boundaries-border {
  border: 1px solid #DDD8D4;
}
.boundaries-text {
  color: #F8F4F1;
}
.absolute-position {
  position: absolute;
  margin: auto;
  top: -80px;
  right: 0;
  left: 0;
}
.absolute-position1 {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0;
  left: 0;
}
.absolute-position2 {
  position: absolute;
  margin: auto;
  top: -70px;
  right: 0;
  left: 0;
}
.relative-position {
  position: relative;
}
.cloud-img {
  width: 100%;
}
.cloud-text {
  color: white;
  font-size: 30px;
  font-family: metal, sans-serif;
}
/* End About Us page design */
/* Start Pricing page design */
.align-center {
  text-align: center;
}
.checkColor {
  color: rgb(0, 208, 0);
}
.cross-color {
  color: red;
}
.pricing-table th {
  text-align: center;
  vertical-align: top;
}
.pricing-table td {
  font-size: 14px;
}
.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 {
  margin-right: 5px;
  font-size: 30px;
  font-weight: bold;
}
.payroll-std-pricing {
  background-color: var(--primary-color);
  color: white;
}
.list-padding {
  padding-bottom: 10px;
}
.bottom-text {
  position: absolute;
  bottom: 7px;
}
.vertical-align-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.info-icon {
  color: grey;
  font-size: 10px;
}
.pricing-table thead tr:first-child th {
  padding-top: 15px;
}
/* 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;
}
.blog-absolute-position {
  position: absolute;
  margin: auto;
  top: -175px;
  right: 0;
  left: 0;
}
.blog-content {
  border-radius: 10px;
  box-shadow: 0 15px 56px #6A7FB21A;
  border: 1px solid #eeeff3;
  padding-top: 30px;
}
.blog-spacing {
  padding: 40px 130px 60px 130px;
}
.blog-bg {
  background-color: #066bb6;
}
.blog-bg2 {
  background-color: whitesmoke;
}
.blog-tag {
  font-size: 10px;
  padding: 6px;
  border-radius: 3px;
  color: #2bae43;
  border: 1px solid #2bae43;
  background-color: rgb(43, 174, 67, 0.1);
}
.blog-header {
  color: #78b5e2;
  display: inline-block;
  padding-left: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  font-weight: bold;
}
.blog-slash {
  display: inline-block;
  padding-left: 11px;
  color: #78b5e2;
  opacity: .5;
}
.blog-path {
  padding: 0 5px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
.blog-icons {
  font-size: 21px;
  padding-right: 40px;
}
.blog-icon {
  cursor: pointer;
}
.blog-icon:hover {
  color: #0772b3;
}
/* End Blog page design */
/* faq page */
.faq-container {
  background-color: #242424;
  color: var(--light);
}
.faq-header {
  color: #FFD01E;
}
/*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;
}
.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] {
  appearance: textfield;
  -moz-appearance: textfield;
}
/* Media Queries */
@media only screen and (max-width: 992px) {
  .nav-btn {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .blog-spacing {
    padding: 40px 40px 60px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .team-member-img {
    transform: rotate(0turn);
  }
  .testimonial-content {
    border-radius: 12px;
    padding: 60px 0px;
  }
}
/* .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky+.content {
  padding-top: 60px;
} */
.fixed-top {
  top: -40px !important;
  transform: translateY(40px);
  transition: transform .3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bg-light {
  background-color: white !important;
}
.dropdown-toggle::after {
  vertical-align: 0.1em !important;
  color: rgb(0 0 0 / 60%) !important;
}
/* Contact us design */
.form-control {
  border-radius: 4px !important;
  padding: 0.65rem 0.75rem !important;
}
.office-location {
  background-color: #3B83C5;
}
/* Snackbar design */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  top: 65px;
  right: 12px;
}
.snackbar-show {
  visibility: visible !important;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s !important;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}
.sub-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.heading-2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
}
.heading-3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
}
.sub-heading-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
.banner-hind {
  font-size: 14px;
}
.banner-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
#loader {
  margin: auto;
  display: flex;
}
.terms-privay-policy {
  line-height: 28px;
}
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 65px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 65px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 65px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 65px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
/* Spinner */
.spinner {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0px auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 3px solid #0074fc1a;
  border-right: 3px solid #0074fc1a;
  border-bottom: 3px solid #0074fc1a;
  border-top: 3px solid #0074FC;
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.new-features {
  background-color: #FFF3EC;
  color: #F26D24;
  font-size: 10px;
  padding: 3px 10px;
  vertical-align: middle;
  margin-left: 5px;
}