:root * {
  --ezy-theme-color-rgb: 0, 191, 165;
  --ezy-theme-color: rgb(105, 115, 241);
}

::-webkit-scrollbar {
    width: 6px;  /* Width of the scrollbar */
    height: 6px; /* Height of the scrollbar (for horizontal scrollbars) */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #6973f1;  /* Color of the scrollbar thumb */
    border-radius: 3px; /* Rounded corners on the scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #555;  /* Color when hovering over the scrollbar thumb */
}


html {
    scrollbar-width: thin;      /* Makes the scrollbar thin */
    scrollbar-color: #6973f1 #f1f1f1; /* Scrollbar color (thumb color first, then track color) */
}

.ezy__nav4_FhBtd3np {
  /* Bootstrap variables */
  --bs-body-bg: rgb(30, 39, 53);
  --bs-body-color: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;

  background-color: var(--bs-body-bg);
}

.grayed {
	background: #f2f2f2;
}


/* Gray Block Style */
.gray .ezy__nav4_FhBtd3np,
.ezy__nav4_FhBtd3np.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__nav4_FhBtd3np,
.ezy__nav4_FhBtd3np.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
}

/* Dark Block Style */
.dark .ezy__nav4_FhBtd3np,
.ezy__nav4_FhBtd3np.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
}

.ezy__nav4_FhBtd3np .navbar-brand {
  font-weight: 800;
  font-size: 30px;
  color: var(--bs-body-color);
}

.ezy__nav4_FhBtd3np .navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.ezy__nav4_FhBtd3np .navbar-toggler > span {
  display: flex;
  align-items: center;
  height: 32px;
}

.ezy__nav4_FhBtd3np .navbar-toggler > span > span {
  position: relative;
}

.ezy__nav4_FhBtd3np .navbar-toggler > span > span,
.ezy__nav4_FhBtd3np .navbar-toggler > span > span::before,
.ezy__nav4_FhBtd3np .navbar-toggler > span > span::after {
  height: 2px;
  background-color: var(--bs-body-color);
  width: 25px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}

.ezy__nav4_FhBtd3np .navbar-toggler > span > span::before,
.ezy__nav4_FhBtd3np .navbar-toggler > span > span::after {
  content: "";
  position: absolute;
  left: 0;
}

.ezy__nav4_FhBtd3np
  .navbar-toggler[aria-expanded="false"]
  > span
  > span::before {
  top: 7px;
}

.ezy__nav4_FhBtd3np
  .navbar-toggler[aria-expanded="false"]
  > span
  > span::after {
  bottom: 7px;
}

.ezy__nav4_FhBtd3np .navbar-toggler[aria-expanded="true"] > span > span {
  background-color: transparent;
}

.ezy__nav4_FhBtd3np
  .navbar-toggler[aria-expanded="true"]
  > span
  > span::before {
  top: 0;
  transform: rotate(-45deg);
}

.ezy__nav4_FhBtd3np .navbar-toggler[aria-expanded="true"] > span > span::after {
  bottom: 0;
  transform: rotate(45deg);
}

.ezy__nav4_FhBtd3np .navbar-nav .nav-link {
  color: var(--bs-body-color);
  opacity: 0.6;
}

.ezy__nav4_FhBtd3np .navbar-nav .nav-link:hover,
.ezy__nav4_FhBtd3np .navbar-nav .nav-link:focus,
.ezy__nav4_FhBtd3np .navbar-nav .nav-link.active {
  color: var(--bs-body-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .ezy__nav4_FhBtd3np .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.ezy__nav4_FhBtd3np .btn {
  border-radius: 10px;
}
.ezy__nav4_FhBtd3np .btn-outline-light {
  border-color: var(--bs-body-color);
  color: var(--bs-body-color);
}
.ezy__nav4_FhBtd3np .btn-outline-light:hover {
  background-color: var(--bs-body-color);
  color: var(--bs-body-bg);
}

.ezy__header28_zWqN2Fjr {
  /* Bootstrap variables */
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-play-btn-bg: 255, 255, 255;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  padding-top: 60px;
  position: relative;

  background-color: #d5ffff;
}

@media (min-width: 768px) {
  .ezy__header28_zWqN2Fjr {
  }
}

/* Gray Block Style */
.gray .ezy__header28_zWqN2Fjr,
.ezy__header28_zWqN2Fjr.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__header28_zWqN2Fjr,
.ezy__header28_zWqN2Fjr.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
}

/* Dark Block Style */
.dark .ezy__header28_zWqN2Fjr,
.ezy__header28_zWqN2Fjr.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
}

.ezy__header28_zWqN2Fjr-heading {
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
}

@media (min-width: 768px) {
  .ezy__header28_zWqN2Fjr-heading {
    font-size: 62px;
  }
}

.ezy__header28_zWqN2Fjr-sub-heading {
  font-size: 20px;
  line-height: 1.3;
  opacity: 0.8;
}

.ezy__header28_zWqN2Fjr-btn {
  color: #fff;
  padding: 12px 30px;
  background-color: var(--ezy-theme-color);
  border-color: var(--ezy-theme-color);
}

.ezy__header28_zWqN2Fjr-btn:hover {
  color: #fff;
  border-color: rgba(var(--ezy-theme-color-rgb), 0.9);
  background-color: rgba(var(--ezy-theme-color-rgb), 0.9);
}

/* play btn */
.ezy__header28_zWqN2Fjr-play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: rgba(var(--ezy-play-btn-bg), 0.35);
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
}

.ezy__header28_zWqN2Fjr-play-btn:hover {
  color: #fff;
}

.ezy__header28_zWqN2Fjr-play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(var(--ezy-play-btn-bg), 0.1);
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.ezy__about3_HV4De8iZ {
  /* Bootstrap variables */
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}

@media (min-width: 768px) {
  .ezy__about3_HV4De8iZ {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__about3_HV4De8iZ,
.ezy__about3_HV4De8iZ.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__about3_HV4De8iZ,
.ezy__about3_HV4De8iZ.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
}

/* Dark Block Style */
.dark .ezy__about3_HV4De8iZ,
.ezy__about3_HV4De8iZ.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
}

.ezy__about3_HV4De8iZ-heading {
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}

@media (min-width: 768px) {
  .ezy__about3_HV4De8iZ-heading {
    font-size: 45px;
  }
}

.ezy__about3_HV4De8iZ .card {
  background-color: transparent;
  border: 0;
}

.ezy__about3_HV4De8iZ-icon {
  color: var(--ezy-theme-color);
  font-size: 60px;
}

.ezy__about3_HV4De8iZ .card-title {
  font-size: 28px;
}

.ezy__about3_HV4De8iZ .card-text {
  font-size: 16px;
  opacity: 0.8;
}

.ezy__about12_ypgEvLyH {
  /* Bootstrap variables */
  --bs-body-color: #fff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  padding: 60px 0 !important;
}

/* Gray Block Style */
.gray .ezy__about12_ypgEvLyH,
.ezy__about12_ypgEvLyH.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__about12_ypgEvLyH,
.ezy__about12_ypgEvLyH.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
}

/* Dark Block Style */
.dark .ezy__about12_ypgEvLyH,
.ezy__about12_ypgEvLyH.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
}

.ezy__about12_ypgEvLyH-heading {
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ezy__about12_ypgEvLyH-heading {
    font-size: 55px;
  }
}

.ezy__about12_ypgEvLyH-sub-heading {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.75;
}

.ezy__about12_ypgEvLyH-sub-heading h2,
.ezy__about12_ypgEvLyH-sub-heading h3,
.ezy__about12_ypgEvLyH-sub-heading h4,
.ezy__about12_ypgEvLyH-sub-heading h5,
.ezy__about12_ypgEvLyH-sub-heading h6 {
  font-size: 2rem;
}

.ezy__about12_ypgEvLyH-btn {
  background-color: var(--bs-body-color);
  color: var(--bs-body-bg);
  padding: 8px 25px;
  transition: 0.5s;
}
.ezy__about12_ypgEvLyH-btn:hover {
  color: var(--bs-body-bg);
  opacity: 0.9;
}

.ezy__about12_ypgEvLyH {
  /* Bootstrap variables */
  --bs-body-color: #fff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  padding: 60px 0 0;
}

/* Gray Block Style */
.gray .ezy__about12_ypgEvLyH,
.ezy__about12_ypgEvLyH.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__about12_ypgEvLyH,
.ezy__about12_ypgEvLyH.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
}

/* Dark Block Style */
.dark .ezy__about12_ypgEvLyH,
.ezy__about12_ypgEvLyH.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
}

.ezy__about12_ypgEvLyH-heading {
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ezy__about12_ypgEvLyH-heading {
    font-size: 55px;
  }
}

.ezy__about12_ypgEvLyH-sub-heading {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.75;
}

.ezy__about12_ypgEvLyH-btn {
  background-color: var(--bs-body-color);
  color: var(--bs-body-bg);
  padding: 8px 25px;
  transition: 0.5s;
}
.ezy__about12_ypgEvLyH-btn:hover {
  color: var(--bs-body-bg);
  opacity: 0.9;
}

.ezy__portfolio9_aWcnU4At {
  /* Bootstrap variables */
  --bs-body-color: #373572;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-popup-bg-rgb: 255, 255, 255;

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ezy__portfolio9_aWcnU4At {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__portfolio9_aWcnU4At,
.ezy__portfolio9_aWcnU4At.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-popup-bg-rgb: 246, 246, 246;
}

/* Dark Gray Block Style */
.dark-gray .ezy__portfolio9_aWcnU4At,
.ezy__portfolio9_aWcnU4At.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-popup-bg-rgb: 30, 39, 53;
}

/* Dark Block Style */
.dark .ezy__portfolio9_aWcnU4At,
.ezy__portfolio9_aWcnU4At.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-popup-bg-rgb: 11, 23, 39;
}

.ezy__portfolio9_aWcnU4At-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__portfolio9_aWcnU4At-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__portfolio9_aWcnU4At-sub-heading {
  font-size: 18px;
  line-height: 32px;
  color: var(--bs-body-color);
}

.ezy__portfolio9_aWcnU4At-item {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.ezy__portfolio9_aWcnU4At-item img {
  width: 100%;
  height: 100% !important;
}

.ezy__portfolio9_aWcnU4At-content {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  border-radius: 12px;
  background-color: rgba(var(--ezy-popup-bg-rgb), 0.7);
  backdrop-filter: blur(4px) saturate(200%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.ezy__portfolio9_aWcnU4At-content * {
  color: var(--bs-body-color);
}

.ezy__portfolio9_aWcnU4At-item:hover .ezy__portfolio9_aWcnU4At-content,
.ezy__portfolio9_aWcnU4At-item.active .ezy__portfolio9_aWcnU4At-content {
  transform: translateY(-40%);
  opacity: 1;
}

.ezy__portfolio9_aWcnU4At-btn-filter {
  color: var(--bs-body-color);
}

.ezy__portfolio9_aWcnU4At-btn-filter:hover,
.ezy__portfolio9_aWcnU4At-btn-filter.active {
  background-color: var(--ezy-theme-color);
}

.ezy__featured34_dI8cAecd {
  /* Bootstrap variables */
  --bs-body-color: #23262f;
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-card-bg: #ffffff;
  --ezy-item-bg: #ffffff;
  --ezy-shape-color: #061237;
  --ezy-card-shadow: 0 38px 75px rgba(186, 204, 220, 0.23);
  --ezy-item-shadow: 0 10px 75px rgba(186, 204, 220, 0.23);

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ezy__featured34_dI8cAecd {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__featured34_dI8cAecd,
.ezy__featured34_dI8cAecd.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__featured34_dI8cAecd,
.ezy__featured34_dI8cAecd.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-card-bg: rgb(11, 23, 39);
  --ezy-item-bg: rgb(11, 23, 39);
  --ezy-shape-color: rgb(0, 0, 0);
  --ezy-card-shadow: 0 38px 75px rgba(18, 13, 13, 0.5);
  --ezy-item-shadow: 0 20px 34px rgba(18, 13, 13, 0.5);
}

/* Dark Block Style */
.dark .ezy__featured34_dI8cAecd,
.ezy__featured34_dI8cAecd.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-card-bg: rgb(30, 39, 53);
  --ezy-item-bg: rgb(30, 39, 53);
  --ezy-shape-color: rgb(0, 0, 0);
  --ezy-card-shadow: 0 38px 75px rgba(18, 13, 13, 0.5);
  --ezy-item-shadow: 0 20px 34px rgba(18, 13, 13, 0.5);
}

.ezy__featured34_dI8cAecd-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}

@media (min-width: 768px) {
  .ezy__featured34_dI8cAecd-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__featured34_dI8cAecd-sub-heading {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  opacity: 0.8;
}

.ezy__featured34_dI8cAecd-item {
  background-color: var(--ezy-item-bg);
  border-radius: 20px;
  box-shadow: var(--ezy-item-shadow);
}

.ezy__featured34_dI8cAecd-banner {
  border-radius: 10px;
}

.ezy__featured34_dI8cAecd-title {
  color: var(--bs-body-color);
}

.ezy__featured34_dI8cAecd-content {
  color: var(--bs-body-color);
  opacity: 0.7;
}

.ezy__featured34_dI8cAecd-shape {
  position: absolute;
  right: -100%;
  bottom: -200px;
  background-color: var(--ezy-shape-color);
  min-width: 250vw;
  height: 1000px;
}

@media (min-width: 768px) {
  .ezy__featured34_dI8cAecd-shape {
    right: 30%;
  }
}

.ezy__featured34_dI8cAecd-wrapper {
  background-color: #fafafae8;
  padding: 16px;
  position: relative;
  box-shadow: var(--ezy-card-shadow);
}

@media (min-width: 768px) {
  .ezy__featured34_dI8cAecd-wrapper {
    padding: 60px;
  }
}
.ezy__featured34_dI8cAecd img {
  max-height: 200px;
  max-width: 100%;
  width: auto;
  object-fit: cover;
}

.ezy__howitworks6_BsJes3Az {
  /* Bootstrap variables */
  --bs-body-color: #212529;
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-card-bg: #ffffff;
  --ezy-card-shadow: 0px 6px 44px rgba(173, 174, 197, 0.2);
  --ezy-icon-shadow: 0px 20px 40px 0 rgba(234, 233, 233, 0.92);

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ezy__howitworks6_BsJes3Az {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

/* Gray Block Style */
.gray .ezy__howitworks6_BsJes3Az,
.ezy__howitworks6_BsJes3Az.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__howitworks6_BsJes3Az,
.ezy__howitworks6_BsJes3Az.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-card-bg: rgb(30, 39, 53);
  --ezy-card-shadow: 0px 6px 44px rgba(0, 0, 0, 0.2);
  --ezy-icon-shadow: -8px 25px 40px 0 rgba(0, 0, 0, 0.2);
}

/* Dark Block Style */
.dark .ezy__howitworks6_BsJes3Az,
.ezy__howitworks6_BsJes3Az.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-card-bg: rgb(30, 39, 53);
  --ezy-card-shadow: 0px 6px 44px rgba(0, 0, 0, 0.2);
  --ezy-icon-shadow: -8px 25px 40px 0 rgba(0, 0, 0, 0.2);
}

.ezy__howitworks6_BsJes3Az-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
}

@media (min-width: 768px) {
  .ezy__howitworks6_BsJes3Az-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__howitworks6_BsJes3Az-sub-heading {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.8;
}

.ezy__howitworks6_BsJes3Az-card {
  background-color: var(--ezy-card-bg);
  box-shadow: var(--ezy-card-shadow);
  border-radius: 10px;
}
.ezy__howitworks6_BsJes3Az
  [class*="col-"]:last-child
  .ezy__howitworks6_BsJes3Az-card {
  background-color: rgba(var(--ezy-theme-color-rgb), 0.75);
  color: #fff;
}

.ezy__howitworks6_BsJes3Az-count {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: white;
  background-color: rgba(var(--ezy-theme-color-rgb), 0.75);
  transform: translateY(-40px);
}
.ezy__howitworks6_BsJes3Az
  [class*="col-"]:last-child
  .ezy__howitworks6_BsJes3Az-card
  .ezy__howitworks6_BsJes3Az-count {
  background-color: #fff;
  color: var(--ezy-theme-color);
  box-shadow: var(--ezy-card-shadow);
}

.ezy__howitworks6_BsJes3Az-title {
  font-size: 24px;
}
.ezy__howitworks6_BsJes3Az-icon {
  font-size: 95px;
}
.ezy__howitworks6_BsJes3Az-card .card-text {
  font-size: 16px;
  line-height: 1.7;
}

.ezy__contact16_P6HACOiM {
  /* Bootstrap variables */
  --bs-body-color: #28303b;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-form-card-bg: #f6f6f6;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
@media (min-width: 768px) {
  .ezy__contact16_P6HACOiM {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__contact16_P6HACOiM,
.ezy__contact16_P6HACOiM.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* easy frontend variables */
  --ezy-form-card-bg: #ffffff;
}

/* Dark Gray Block Style */
.dark-gray .ezy__contact16_P6HACOiM,
.ezy__contact16_P6HACOiM.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(64, 65, 86);

  /* Easy Frontend variables */
  --ezy-form-card-bg: rgb(46, 47, 65);
}

/* Dark Block Style */
.dark .ezy__contact16_P6HACOiM,
.ezy__contact16_P6HACOiM.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(46, 47, 65);

  /* Easy Frontend variables */
  --ezy-form-card-bg: rgb(64, 65, 86);
}

.ezy__contact16_P6HACOiM-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  color: var(--bs-body-color);
}

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

.ezy__contact16_P6HACOiM-bg-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("https://t0q.7f6.mytemp.website/wp-content/uploads/2024/07/orwell-map.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  height: 100%;
  width: 100%;
}

@media (min-width: 991px) {
  .ezy__contact16_P6HACOiM-bg-holder {
    width: 50vw;
  }
}

.ezy__contact16_P6HACOiM-card {
  position: absolute;
  top: 50%;
  right: 50%;
  color: #121315;
  min-width: 230px;
  transform: translate(60%, -40%);
}
.ezy__contact16_P6HACOiM-card img {
  max-height: 150px;
}

.ezy__contact16_P6HACOiM-card .card-body img {
  max-width: 50px;
}

.ezy__contact16_P6HACOiM-marker {
  font-size: 32px;
  color: var(--ezy-theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
}

/* form */
.ezy__contact16_P6HACOiM-form-card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
}

.ezy__contact16_P6HACOiM .form-control {
  min-height: 40px;
  line-height: 36px;
  border-color: transparent;
  background: rgba(163, 190, 241, 0.14);
  border-radius: 5px;
  color: var(--bs-body-color);
}

.ezy__contact16_P6HACOiM .form-control:focus {
  border-color: var(--ezy-theme-color);
  box-shadow: none;
}

.ezy__contact16_P6HACOiM-btn {
  padding: 5px 30px;
  color: #ffffff;
  background-color: var(--ezy-theme-color);
  border-color: var(--ezy-theme-color);
  height: 40px;
}

.ezy__contact16_P6HACOiM-btn:hover {
  background-color: rgba(var(--ezy-theme-color-rgb), 0.9);
  border-color: rgba(var(--ezy-theme-color-rgb), 0.9);
  color: #ffffff;
}

.ezy__contact16_P6HACOiM-card p {
  opacity: 0.6;
}

/* Offer Page */
.ezy__sheader1_DWR2Wf9C {
  /* Bootstrap variables */
  --bs-body-bg: #fff;

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-card-bg: rgb(246, 246, 246);
  --ezy-svg-color: #fff;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  position: relative;
}

/* Gray Block Style */
.gray .ezy__sheader1_DWR2Wf9C,
.ezy__sheader1_DWR2Wf9C.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-card-bg: #fff;
  --ezy-svg-color: #f6f6f6;
}

/* Dark Gray Block Style */
.dark-gray .ezy__sheader1_DWR2Wf9C,
.ezy__sheader1_DWR2Wf9C.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-svg-color: rgb(30, 39, 53);
  --ezy-card-bg: rgb(11, 23, 39);
}

/* Dark Block Style */
.dark .ezy__sheader1_DWR2Wf9C,
.ezy__sheader1_DWR2Wf9C.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-svg-color: rgb(11, 23, 39);
  --ezy-card-bg: rgb(30, 39, 53);
}

.ezy__sheader1_DWR2Wf9C-heading {
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}

@media (min-width: 768px) {
  .ezy__sheader1_DWR2Wf9C-heading {
    font-size: 60px;
  }
}

.ezy__sheader1_DWR2Wf9C-sub-heading {
  font-size: 20px;
  line-height: 1.2px;
  opacity: 0.8;
}

/*  ezy__sheader1_DWR2Wf9C-top */
.ezy__sheader1_DWR2Wf9C-top {
  background-color: #00bfa5;
  color: #fff;
  padding: 70px 0;
}

@media (min-width: 768px) {
  .ezy__sheader1_DWR2Wf9C-top {
    padding: 100px 0;
  }
}

/* svg */
@media (min-width: 768px) {
  .ezy__sheader1_DWR2Wf9C-svg {
    position: absolute;
    bottom: 60px;
    right: 300px;
  }
}

/* Footer */
.ezy__footer15_sXOXzpq1 {
  /* Bootstrap variables */
  --bs-body-bg: #28303b;
  --bs-body-color: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-body-color-invert: rgb(246, 246, 246);
  --ezy-icon-shadow: 0 7px 16px 0 rgba(39, 42, 52, 0.12);
  --ezy-hr-color: rgba(117, 117, 117, 0.39);

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  padding: 60px 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .ezy__footer15_sXOXzpq1 {
    padding: 80px 0;
  }
}

/* Gray Block Style */
.gray .ezy__footer15_sXOXzpq1,
.ezy__footer15_sXOXzpq1.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-body-color-invert: rgb(255, 255, 255);
}

/* Dark Gray Block Style */
.dark-gray .ezy__footer15_sXOXzpq1,
.ezy__footer15_sXOXzpq1.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(64, 65, 86);

  /* Easy Frontend variables */
  --ezy-body-color-invert: rgb(46, 47, 65);
  --ezy-icon-shadow: none;
}

.dark .ezy__footer15_sXOXzpq1,
.ezy__footer15_sXOXzpq1.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(46, 47, 65);

  /* Easy Frontend variables */
  --ezy-body-color-invert: rgb(64, 65, 86);
  --ezy-icon-shadow: none;
}

.ezy__footer15_sXOXzpq1-nav .nav-link {
  color: var(--bs-body-color);
}

.ezy__footer15_sXOXzpq1-nav .nav-link:hover {
  color: var(--bs-body-color);
  opacity: 0.8;
}

.ezy__footer15_sXOXzpq1-social li {
  list-style-type: none;
  display: inline-block;
}

.ezy__footer15_sXOXzpq1-social li:not(:last-child) {
  margin-right: 10px;
}

.ezy__footer15_sXOXzpq1-social li a {
  color: var(--ezy-theme-color);
  background-color: var(--ezy-body-color-invert);
  box-shadow: var(--ezy-icon-shadow);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.35s ease-in-out;
}

.ezy__footer15_sXOXzpq1-social li a:hover {
  background-color: var(--ezy-theme-color);
  color: #ffffff;
}

.ezy__footer15_sXOXzpq1-nav .nav-link {
  color: var(--bs-body-color);
}

.ezy__footer15_sXOXzpq1-nav .nav-link:hover {
  color: var(--bs-body-color);
  opacity: 0.8;
}

.ezy__footer15_sXOXzpq1-quick-links li {
  margin-bottom: 8px;
}

.ezy__footer15_sXOXzpq1-quick-links li a {
  color: var(--bs-body-color);
  opacity: 0.5;
  text-decoration: none;
}

.ezy__footer15_sXOXzpq1-quick-links li a:hover {
  color: var(--bs-body-color);
  opacity: 1;
}

.ezy__footer15_sXOXzpq1 hr {
  background-color: var(--ezy-hr-color);
}

.ezy__footer15_sXOXzpq1-quick-links .nav-link {
  padding: 0 !important;
}
/* Swiper slider css */
.swiper-pagination-bullet {
  border: 1px solid #1da1f2;
}
.swiper-pagination-bullet-active {
  background: #1da1f2;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container.one {
  padding-top: 40px;
  text-align: center;
}

.swiper-container.one .swiper-slide {
  padding: 0 43px;
}

.swiper-container {
  width: 100%;
  padding-bottom: 60px;
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
}

.swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 15px;
}
.two .swiper-slide {
  width: 300px;
}
.swiper-slide img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ee0f6f;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(
      left,
      #ee0f6f 0%,
      #f89482 100%
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  border: medium none;
  height: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 12px;
}

.mainest-cont {
  width: 50%;
  margin: auto;
}

/* News letter */
.ezy__footer18_eiZ2rf2e-newsletter {
  text-align: center;
  background-color: var(--ezy-card-bg);
  box-shadow: var(--ezy-card-box-shadow);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .ezy__footer18_eiZ2rf2e-newsletter {
  }
}

.ezy__footer18_eiZ2rf2e-newsletter h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .ezy__footer18_eiZ2rf2e-newsletter h2 {
    font-size: 45px;
  }
}

.ezy__footer18_eiZ2rf2e-newsletter .form-control {
  min-height: 48px;
  line-height: 26px;
  padding-left: 25px;
  border: 0;
  background-color: var(--bs-body-bg);
}

.ezy__footer18_eiZ2rf2e-newsletter .form-control:focus {
  box-shadow: none;
}

.ezy__footer18_eiZ2rf2e-newsletter-btn {
  padding: 12px 30px;
  min-width: 110px;
  height: 48px;
  background-color: var(--ezy-theme-color);
  border-color: var(--ezy-theme-color);
}

.ezy__footer18_eiZ2rf2e-newsletter-btn:hover {
  background-color: rgba(var(--ezy-theme-color-rgb), 0.9);
  border-color: rgba(var(--ezy-theme-color-rgb), 0.9);
}

/* About Page css */

.ezy__sheader6_McrwjZE9 {
  /* Bootstrap variables */
  --bs-body-bg: #fff;
  --bs-body-color: #000;

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-svg-color: rgb(246, 246, 246);
  --ezy-border-color: rgba(0, 0, 0, 0.2);
  --ezy-topbar-bg: #f6f6f6;

  background-color: var(--bs-body-bg);
  background-image: url(https://cdn.easyfrontend.com/pictures/background/abstract-background2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--bs-body-color);
  overflow: hidden;
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .ezy__sheader6_McrwjZE9 {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__sheader6_McrwjZE9,
.ezy__sheader6_McrwjZE9.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-topbar-bg: #fff;
  --ezy-svg-color: #fff;
}

/* Dark Gray Block Style */
.dark-gray .ezy__sheader6_McrwjZE9,
.ezy__sheader6_McrwjZE9.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-svg-color: rgb(11, 23, 39);
  --ezy-border-color: rgba(255, 255, 255, 0.2);
  --ezy-topbar-bg: rgb(11, 23, 39);
}

/* Dark Block Style */
.dark .ezy__sheader6_McrwjZE9,
.ezy__sheader6_McrwjZE9.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-svg-color: rgb(30, 39, 53);
  --ezy-border-color: rgba(150, 150, 150, 0.25);
  --ezy-topbar-bg: rgb(30, 39, 53);
}

.ezy__sheader6_McrwjZE9-heading {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .ezy__sheader6_McrwjZE9-heading {
    font-size: 60px;
  }
}

.ezy__sheader6_McrwjZE9-sub-heading {
  font-size: 20px;
  line-height: 1.2;
  opacity: 0.75;
}

.ezy__sheader6_McrwjZE9-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00bfa5;
  color: #fff;
  opacity: 0.3;
  z-index: -1;
}

.ezy__about13_yxAdcoIv {
  /* Bootstrap variables */
  --bs-body-color: #1e2329;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
@media (min-width: 768px) {
  .ezy__about13_yxAdcoIv {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__about13_yxAdcoIv,
.ezy__about13_yxAdcoIv.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__about13_yxAdcoIv,
.ezy__about13_yxAdcoIv.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
}

/* Dark Block Style */
.dark .ezy__about13_yxAdcoIv,
.ezy__about13_yxAdcoIv.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
}

.ezy__about13_yxAdcoIv-heading {
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ezy__about13_yxAdcoIv-heading {
    font-size: 32px;
  }
}

.ezy__about13_yxAdcoIv-sub-heading {
  font-size: 17px;
  line-height: 1.5;
  opacity: 0.75;
}

.ezy__about13_yxAdcoIv-divider {
  width: 100px;
  height: 3px !important;
  color: var(--bs-body-color);
  opacity: 1;
}
.ezy__about13_yxAdcoIv img {
  transform: rotate(45deg);
  position: relative;
  top: 60px;
  width: 400px;
  height: 400px;
  object-fit: cover;
}
.ezy__about13_yxAdcoIv-img2 {
  top: -400px;
  left: 300px !important;
  position: absolute !important;
  display: none;
}
@media (min-width: 768px) {
  .ezy__about13_yxAdcoIv-img2 {
    display: block;
  }
}

@media (min-width: 991px) {
  .ezy__about13_yxAdcoIv img {
    transform: rotate(45deg);
    position: relative;
    left: 100px;
    width: 400px;
    height: 400px;
    object-fit: cover;
  }
  .ezy__about13_yxAdcoIv-img2 {
    top: 0px !important;
    left: 100px !important;
    position: relative !important;
  }
}

.ezy__about13_yxAdcoIv-bg-holder {
  width: 36vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(var(--ezy-theme-color-rgb));
  float: left;
  display: none;
}

.ezy__about14_2uZGBYM9 {
  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;

  background-image: url(https://cdn.easyfrontend.com/pictures/about/about14_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;

  overflow: hidden;
  padding: 100px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

@media (min-width: 768px) {
  .ezy__about14_2uZGBYM9 {
    padding: 130px 0;
  }
}
.ezy__about14_2uZGBYM9-heading {
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ezy__about14_2uZGBYM9-heading {
    font-size: 55px;
  }
}

.ezy__about14_2uZGBYM9-sub-heading {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.75;
}

.ezy__about14_2uZGBYM9-head {
  border: 10px solid var(--ezy-theme-color);
}

.ezy__about14_2uZGBYM9-btn {
  border-radius: 0 !important;
  background-color: var(--ezy-theme-color);
  color: #fff;
  padding: 8px 25px;
  transition: 0.5s;
}
.ezy__about14_2uZGBYM9-btn:hover {
  color: #fff;
  background-color: rgba(var(--ezy-theme-color-rgb), 0.9);
}
.ezy__about14_2uZGBYM9-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
  opacity: 0.75;
}

/* Partners Page */

.ezy__sheader1_DJKYnpyn {
  /* Bootstrap variables */
  --bs-body-bg: #fff;

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-card-bg: rgb(246, 246, 246);
  --ezy-svg-color: #fff;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  position: relative;
}

/* Gray Block Style */
.gray .ezy__sheader1_DJKYnpyn,
.ezy__sheader1_DJKYnpyn.gray {
  /* Bootstrap variables */
  --bs-body-bg: #c3c3c3;

  /* Easy Frontend variables */
  --ezy-card-bg: #fff;
  --ezy-svg-color: #f6f6f6;
}

/* Dark Gray Block Style */
.dark-gray .ezy__sheader1_DJKYnpyn,
.ezy__sheader1_DJKYnpyn.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-svg-color: rgb(30, 39, 53);
  --ezy-card-bg: rgb(11, 23, 39);
}

/* Dark Block Style */
.dark .ezy__sheader1_DJKYnpyn,
.ezy__sheader1_DJKYnpyn.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-svg-color: rgb(11, 23, 39);
  --ezy-card-bg: rgb(30, 39, 53);
}

.ezy__sheader1_DJKYnpyn-heading {
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}

@media (min-width: 768px) {
  .ezy__sheader1_DJKYnpyn-heading {
    font-size: 60px;
  }
}

.ezy__sheader1_DJKYnpyn-sub-heading {
  font-size: 20px;
  line-height: 1.2px;
  opacity: 0.8;
}

/*  ezy__sheader1_DJKYnpyn-top */
.ezy__sheader1_DJKYnpyn-top {
  background-color: #00bfa5;
  color: #fff;
  padding: 70px 0;
}

@media (min-width: 768px) {
  .ezy__sheader1_DJKYnpyn-top {
    padding: 100px 0;
  }
}

/* svg */
@media (min-width: 768px) {
  .ezy__sheader1_DJKYnpyn-svg {
    position: absolute;
    bottom: 60px;
    right: 300px;
  }
}

.ezy__clients12_QUDPfkGC {
  /* Bootstrap variables */
  --bs-body-color: #28303b;
  --bs-body-bg: rgb(253, 245, 244);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-item-color: #23262f;
  --ezy-item-bg: #ffffff;

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ezy__clients12_QUDPfkGC {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__clients12_QUDPfkGC,
.ezy__clients12_QUDPfkGC.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-item-color: #272a33;
  --ezy-item-bg: #f6f6f6;
}

/* Dark Gray Block Style */
.dark-gray .ezy__clients12_QUDPfkGC,
.ezy__clients12_QUDPfkGC.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-item-color: #d8d8d8;
  --ezy-item-bg: #111f32;
}

/* Dark Block Style */
.dark .ezy__clients12_QUDPfkGC,
.ezy__clients12_QUDPfkGC.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-item-color: #bfc0c2;
  --ezy-item-bg: rgb(30, 39, 53);
}

.ezy__clients12_QUDPfkGC-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__clients12_QUDPfkGC-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__clients12_QUDPfkGC-sub-heading {
  font-size: 18px;
  line-height: 25px;
  color: var(--bs-body-color);
  opacity: 0.7;
}

.ezy__clients12_QUDPfkGC-item {
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--ezy-item-bg);
}

.ezy__clients12_QUDPfkGC-img {
  max-height: 50px;
}

.ezy__clients12_QUDPfkGC-content {
  color: var(--ezy-item-color);
}

.ezy__clients10_kAqxtack {
  /* Bootstrap variables */
  --bs-body-color: #28303b;
  --bs-body-bg: #f4f7fd;

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ezy__clients10_kAqxtack {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__clients10_kAqxtack,
.ezy__clients10_kAqxtack.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__clients10_kAqxtack,
.ezy__clients10_kAqxtack.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
}

/* Dark Block Style */
.dark .ezy__clients10_kAqxtack,
.ezy__clients10_kAqxtack.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
}

.ezy__clients10_kAqxtack-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__clients10_kAqxtack-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__clients10_kAqxtack-sub-heading {
  font-size: 18px;
  line-height: 35px;
  color: var(--bs-body-color);
  opacity: 0.7;
}

.ezy__clients10_kAqxtack-img {
  border-radius: 30px;
  width: 100%;
}

.ezy__clients8_uLQyrxWz {
  /* Bootstrap variables */
  --bs-body-color: #28303b;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-item-bg: #f4f7fd;

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ezy__clients8_uLQyrxWz {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__clients8_uLQyrxWz,
.ezy__clients8_uLQyrxWz.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-item-bg: #fff;
}

/* Dark Gray Block Style */
.dark-gray .ezy__clients8_uLQyrxWz,
.ezy__clients8_uLQyrxWz.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontenrgb(16, 26, 39)bles */
  --ezy-item-bg: #263344;
}

/* Dark Block Style */
.dark .ezy__clients8_uLQyrxWz,
.ezy__clients8_uLQyrxWz.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-item-bg: #162231;
}

.ezy__clients8_uLQyrxWz-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__clients8_uLQyrxWz-heading {
    font-size: 35px;
    line-height: 35px;
  }
}

.ezy__clients8_uLQyrxWz-sub-heading {
  font-size: 18px;
  line-height: 25px;
  color: var(--bs-body-color);
  opacity: 0.7;
}

.ezy__clients8_uLQyrxWz-item {
  background-color: var(--ezy-item-bg);
  border-radius: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ezy__clients8_uLQyrxWz-img {
  max-height: 50px;
}

/* Testimonials Page */
.ezy__testimonial23_OJfwh2hM {
  /* Bootstrap variables */
  --bs-body-color: #28303b;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-card-bg: #ffffff;
  --ezy-card-box-shadow: 0px 6px 44px rgba(173, 174, 197, 0.2);

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  background-color: #f4f7fd;
}

@media (min-width: 768px) {
  .ezy__testimonial23_OJfwh2hM {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__testimonial23_OJfwh2hM,
.ezy__testimonial23_OJfwh2hM.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-card-bg: #fff;
}

/* Dark Gray Block Style */
.dark-gray .ezy__testimonial23_OJfwh2hM,
.ezy__testimonial23_OJfwh2hM.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-card-bg: rgb(30, 39, 53);
  --ezy-card-box-shadow: 0px 6px 44px rgba(0, 0, 0, 0.2);
}

/* Dark Block Style */
.dark .ezy__testimonial23_OJfwh2hM,
.ezy__testimonial23_OJfwh2hM.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-card-bg: rgb(11, 23, 39);
  --ezy-card-box-shadow: 0px 6px 44px rgba(0, 0, 0, 0.2);
}

.ezy__testimonial23_OJfwh2hM-heading {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
}
.ezy__testimonial23_OJfwh2hM-sub-heading {
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.7;
}

/* shapes */
.ezy__testimonial23_OJfwh2hM-shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ezy__testimonial23_OJfwh2hM-shape-two {
  position: absolute;
  top: 0;
  right: 0;
}

.ezy__testimonial23_OJfwh2hM-item {
  background-color: var(--ezy-card-bg);
  box-shadow: var(--ezy-card-box-shadow);
}

/* indicators */
.ezy__testimonial23_OJfwh2hM .carousel-indicators {
  margin: 0;
  bottom: -50px;
}

.ezy__testimonial23_OJfwh2hM .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bs-body-color);
  opacity: 0.2;
}

.ezy__testimonial23_OJfwh2hM .carousel-indicators button.active {
  background-color: rgba(var(--ezy-theme-color-rgb), 1) !important;
  color: rgba(var(--ezy-theme-color-rgb), 1) !important;
  opacity: 1;
}

.ezy__portfolio4_lI1LKD4X {
  /* Bootstrap variables */
  --bs-body-color: #373572;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-popup-bg-rgb: 255, 255, 255;

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 0 0 60px 0;
}

@media (min-width: 768px) {
  .ezy__portfolio4_lI1LKD4X {
    padding: 0 0 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__portfolio4_lI1LKD4X,
.ezy__portfolio4_lI1LKD4X.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-popup-bg-rgb: 246, 246, 246;
}

/* Dark Gray Block Style */
.dark-gray .ezy__portfolio4_lI1LKD4X,
.ezy__portfolio4_lI1LKD4X.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-popup-bg-rgb: 30, 39, 53;
}

/* Dark Block Style */
.dark .ezy__portfolio4_lI1LKD4X,
.ezy__portfolio4_lI1LKD4X.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-popup-bg-rgb: 11, 23, 39;
}

.ezy__portfolio4_lI1LKD4X-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .ezy__portfolio4_lI1LKD4X-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__portfolio4_lI1LKD4X-sub-heading {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.ezy__portfolio4_lI1LKD4X-bg {
  background: #fcc4c4;
  background: -webkit-linear-gradient(131deg, #c7e7e1, #fcc4c4);
  background: linear-gradient(131deg, #c7e7e1, #fcc4c4);
  padding: 60px 0 210px 0;
}

@media (min-width: 768px) {
  .ezy__portfolio4_lI1LKD4X-bg {
    padding: 100px 0 250px 0;
  }
}

.ezy__portfolio4_lI1LKD4X-items {
  margin-top: -200px;
}

.ezy__portfolio4_lI1LKD4X-item {
  border-radius: 12px;
  overflow: hidden;
}

.ezy__portfolio4_lI1LKD4X-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 12px;
  background-color: rgba(var(--ezy-popup-bg-rgb), 0.7);
  backdrop-filter: blur(4px) saturate(200%);
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.ezy__portfolio4_lI1LKD4X-content * {
  color: var(--bs-body-color);
}

.ezy__portfolio4_lI1LKD4X-item:hover .ezy__portfolio4_lI1LKD4X-content,
.ezy__portfolio4_lI1LKD4X-item.active .ezy__portfolio4_lI1LKD4X-content {
  transform: translateY(0);
  opacity: 1;
}

.ezy__portfolio4_lI1LKD4X-btn-filter {
  padding: 7px 20px;
  border-color: #ffffff;
  color: #ffffff;
}

.ezy__portfolio4_lI1LKD4X-btn-filter:hover,
.ezy__portfolio4_lI1LKD4X-btn-filter.active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000;
}

/* Custom CSS */

header {
	position: sticky !important;
	top: 0;
	z-index: 9999999;
}

.form-control:focus {
	border-color: none !important;
	box-shadow: none !important;
}

.white-panel {
  background-color: #fff;
}
.header-p-num img {
  width: 25px;
}

.header-p-num a {
  color: var(--bs-body-color);
  opacity: 0.6;
  text-decoration: none;
}

.heading-span {
  color: var(--ezy-theme-color);
}

.nav-number {
  color: #fff;
}

.nav-number a {
  color: #fff;
  text-decoration: none;
}

.clients {
  padding: 3rem 0;
  background-color: #ffffff;
  /* box-shadow: inset 0  100px 100px rgba(0, 191, 165, 0.5); */
  margin-top: -1px;
  position: relative;
  overflow: hidden;
}

.clients-container {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200%;

  animation: marquee 20s linear infinite;
}

.clients-set {
  width: 50%;
  display: flex;
  justify-content: space-around;
  flex: 1;
}

.clients .header-service {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 1px;

  text-shadow: 2px 2px rgba(0, 191, 165, 0.25);
}

.switcher {
  background: #ededed;
  padding: 16px;
  border-radius: 12px;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.clients-container:hover {
  animation-play-state: paused;
}

.view-options {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  gap: 14px;
}

.view-options img {
  display: inline-block;
  cursor: pointer;
}

.view-options .grid {
  width: 26px;
  height: 26px;
}

/* Tables */
.ezy__about3_HV4De8iZ table {
  width: 100%;
  border-collapse: collapse;
}
.ezy__about3_HV4De8iZ th,
.ezy__about3_HV4De8iZ td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.ezy__about3_HV4De8iZ th {
  background-color: #6973f1;
  color: white;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
tr:nth-child(odd) {
  background-color: #ffffff;
}

section {
  overflow: hidden;
}

@media (min-width: 768px) {
  .res-none {
    display: none;
  }
}

@media (max-width: 768px) {
	
	.ad-form-img {
		padding-top: 20px;
	}
}

/* Faculty */

.team-member-cont {
	text-decoration: none;
    color: #333;
    text-align: center;
	display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* .team-member-cont:hover {
	color: #333;
} */

.team-member {
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  margin-bottom: 1rem;
}
.team-photo-border {
  width: 270px;
  height: 270px;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}
/* .team-photo-border::before {
  width: 280px;
  height: 280px;
  content: "";
  position: absolute;
  border: 6px dotted #ddd;
  border-radius: 50%;
} */
.team-member:hover {
  border-color: var(--ezy-theme-color);
  transition: all 0.4s ease-out;
}
.team-member:hover .team-photo-border::before {
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.team-photo {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}
.team-photo img {
  width: 100%;
  object-fit: cover;
}
.team-name {
  font-size: 24px;
  margin-top: 1.5rem;
  font-weight: 300;
}
.team-designation {
  font-size: 14px;
  color: var(--grayish);
}
.team-social {
  border-top: 1px solid #ddd;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 1rem;
}

.team-social li {
  list-style-type: none;
}

.team-social a {
  color: var(--light-text);
  font-size: 21px;
  text-decoration: none;
}
.team-social a:hover {
  color: var(--ezy-theme-color);
}

/* Blog Page */
.grid-view .post-item {
  flex: 1 0 50%;
}
.list-view .post-item {
  flex: 1 0 100%;
}
.post-item {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.post-thumbnail {
  overflow: hidden;
}
.post-inner {
  padding: 1rem;
}

/* Program */
.program img {
  width: 100% !important;
}

.program-info {
  background-color: var(--ezy-theme-color);
  padding: 1rem;
  color: #fff;
}

.accordion-flush .accordion-item .accordion-button {
  color: var(--ezy-theme-color);
}

.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar {
	    padding-block: 5px !important;
}

/* Hover effect for dropdown menus */
        .navbar-nav .dropdown:hover > .dropdown-menu {
            display: block;
            visibility: visible;
            opacity: 1;
            transition: opacity 0.2s ease;
        }
        
        /* Ensure the dropdowns work properly on hover */
        .navbar-nav .dropdown-menu {
            display: none;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.2s ease;
        }

        /* Optional: Hide the default dropdown caret */
        .dropdown-toggle::after {
            display: none;
        }

        /* Add dark background to the dropdown */
        .dropdown-menu-dark {
            padding-left: 10px
        }

.navbar .navbar-brand img {
	width: 80px !important;
}
.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

:target {
    scroll-margin-bottom: -200px;
	-moz-scroll-margin-bottom: -200px;
	-webkit-scroll-margin-bottom: -200px;
}

/* Departments */
.brb {
  border-bottom: 1px solid #c9c9c9;
}

.grayed {
  background: #f2f2f2;
}

.no-list-style li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.criteria li {
  list-style-type: none;
}

.cir {
  padding: 0;
}

.cir li {
  padding: 0.5rem 1rem;
}

.cir li:nth-child(odd) {
  background-color: #f2f2f2;
}

.cir li:nth-child(even) {
  background-color: #e3e3e3;
}

.cp-para {
	padding-inline: 5rem;
	margin-bottom: 3rem;
	font-size: 1.2rem
}

.co-table ul {
  margin: 0;
  padding: 0;
}

.co-table ul li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.co-table ul li {
  list-style-type: none;
  display: flex;
  padding: .5rem 1rem;
  text-align: left;
  gap: 2rem;
}

.co-table ul li:nth-child(odd) {
  background-color: #f2f2f2;
}

.co-table ul li:nth-child(even) {
  background-color: #e3e3e3;
}

.co-table ul li:first-child,
.co-table ul li:last-child {
	font-weight: bold;
	background-color: var(--ezy-theme-color);
	color: #fff;
}

.co-table ul li div:first-child {
	font-weight: bold;
}

.fa-graduation-cap {
	color: #4B0082;
}

.fa-lightbulb {
	color: #FFD700;
}


.fa-trophy {
	color: #DAA520;
}

