body {
  --ffamily: "Alexandria", sans-serif;
  background: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

.btn,
h1,
h2,
h3,
h4 {
  font-family: var(--ffamily);
}
.btn-call {
  margin: auto;
  width: 200px;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  display: flex;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
}
.btn-call:hover {
  transform: scale(1.05);
  border-color: #fff9;
}
.btn-call:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.btn-call::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(45, 17, 202, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
h1 {
  font-size: 25px;
}

.col-2-sm {
  width: 43%;
  float: right;
}

.btn.active,
.btn:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hide-xs {
  display: none;
}

.shape svg {
  position: relative;
  display: block;
  fill: #fff;
}

.shape-divider-top {
  width: 100%;
  overflow: hidden;
  transform: rotate(180deg);
}

.shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(155% + 1.3px);
  height: 181px;
}

.shape-divider-top .shape-fill {
  fill: #ffffff;
}

.sec-pad-60 {
  padding: 10px 0 20px 0;
}

.banner {
  padding: 20px 5px 25px 5px;
}

.banner .content {
  position: relative;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0px;
}

.banner .content p {
  margin: 10px auto 30px auto;
  color: #ffffff;
}

.btn {
  background: #078c00;
  border: 4px solid #e8eaee;
  font-weight: 700;
  color: #f0f0f0;
  box-shadow: 0 2px 15px 2px #61b4b4;
  border-radius: 27.5px;
  padding: 15px 20px 10px 62px;
  position: relative;
}

.section-title {
  font-size: 1.5em;
  color: #19949e;
  margin-bottom: 19px;
  display: inline-block;
  padding: 0 20px;

  text-shadow: -0.5px -1px 0 #078c00, 0.5px -1px 0 #078c00, 1px 1px 0 #078c00,
    1px 1px 0 #078c00;
}

.blog {
  padding: 40px 0;
  /* background-color: #e9ffeb; */
}

.blog .section-title {
  margin: 20px;
}

.sub-title {
  display: block;
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 5px;
}

.sub-title:hover {
  color: #078c00;
}

.features .sub-title,
.our-service .sub-title {
  font-size: 17px;
  margin: 12px 0;
}

.flex-cont {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.card-sm {
  width: 80%;
  margin: 13px;
}

.collections.clear {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 1024) {
  .collections.clear {
    margin-bottom: 100px;
    margin-right: 15%;
  }
}
@media (max-width: 768px) {
  .collections.clear {
    justify-content: center;
  }
}
.card-sm-img {
  position: relative;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}

p.card-sm-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  margin: 0;
  /* padding: 15px 4px; */
}

.card-sm-img a:before {
  content: " ";
  background: rgb(0 0 0 / 42%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, #232323b0, #0000);
  bottom: 0;
}

.card-sm-img a {
  display: block;
  position: relative;
}

.card-sm-img img {
  width: 100%;
}

.pad-5 {
  padding: 0 20px;
}

.first-color {
  color: #0b2154;
}

.txt-gray {
  color: #7a7a7a;
}

.txt-gold {
  color: #19949e;
}

.txt-justify {
  text-align: justify;
}

.shape-divider-top {
  width: 100%;
  overflow: hidden;
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}

.shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(155% + 1.3px);
  height: 181px;
}

.shape-divider-top .shape-fill {
  fill: #ffffff;
}

.featurs-card {
  background-color: #e9ffeb;
  border-radius: 20px;
  padding: 7px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  margin: 10px;
  transition: all 0.4s;
}
.featurs-card div:hover {
  transform: scale(1.2);
}
.featurs-card .sub-title {
  font-size: 16px;
}

.service-card {
  background-color: #e9ffeb;
  width: 44%;
  border-radius: 8px;
  margin: 10px;
  padding: 15px 0;
  -webkit-box-shadow: 0 10px 30px rgba(248, 241, 241, 0.07);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .service-card {
    display: flex;
    width: 90%;
    padding: 10px 0;
    align-items: center;
    justify-content: space-evenly;
  }
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #1d2d3d;
  opacity: 0.8;
}

.our-service {
  background-color: #ffffff;
  padding-bottom: 80px;
  /* box-shadow: inset 0 0 16px 2px #00000073; */
}

section.citis {
  padding: 80px 0;
  background: #197cc7;
}

.city-innr a {
  background: #fff;
  padding: 6px 20px;
  margin: 5px;
  border-radius: 8px;
  box-shadow: 0 0px 6px #2a6ab440;
  font-size: 23px;
  font-weight: 800;
  color: #255ca2;
}

.icon {
  background-color: #ffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 12%;
  border-radius: 50%;
  font-size: inherit;
  text-align: center;
  line-height: 40px;
}

.banner .icon {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  animation: callrotate 2s infinite ease-in-out;
}

.banner .icon svg {
  transform: rotate(276deg);
}

.relative {
  position: relative;
  z-index: 999;
}

.card {
  width: 100%;
  text-align: right;
  display: inline-block;
  margin-bottom: 25px;
}

.card-title {
  font-size: 1.15em;
  font-weight: 700;
  margin: 0px;
}

.card-content {
  padding: 10px 25px;
}

.card-excerpt {
  color: #313131;
  font-size: 14px;
}

.card-meta {
  margin-top: 10px;
}

.card-meta li {
  color: #677286;
  margin-right: 15px;
  font-size: 14px;
}

.card-meta li span {
  margin-left: 5px;
}

.card-archive .card-content {
  padding: 10px;
  margin: auto;
  width: 94%;
  background: #fff;
  border-radius: 9px;
  margin-top: -19px;
  position: relative;
  -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
  box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
  margin-bottom: 30px;
}

.card-archive .card-meta {
  border-top: 1px solid rgb(0 0 0 / 11%);
  margin-top: 10px;
  text-align: center;
}

.card-archive .card-img img {
  border-radius: 8px;
  width: 100%;
}

.service-card:hover,
.card:hover {
  -webkit-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -ms-transform: translatey(-10px);
  -o-transform: translatey(-10px);
  transform: translatey(-10px);
}

@media only screen and (min-width: 480px) {
  .card-archive {
    width: 22%;
    float: right;
    margin-right: 2.7%;
    margin-left: auto;
  }
  .card-archive:nth-child(2n + 1) {
    clear: right;
  }
}
@media only screen and (min-width: 1024px) {
  .col-6 {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .banner .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 65px;
  }
  h1 {
    font-size: 35px;
    font-family: "Alexandria", sans-serif;
  }
  .our-featurs .txt-justify {
    padding-left: 40px;
  }
  .sec-pad-80 {
    padding-top: 80px;
  }
  .banner {
    padding: 0;
  }
  .hide-xs {
    display: block;
  }
  .col {
    float: right;
  }
  .col-2 {
    width: 16.666667%;
  }
  .col-5 {
    width: 50%;
  }
  .col-6 {
    width: 44%;
  }
  .col-7 {
    width: 56%;
  }
  .featurs-card {
    margin: 15px;
  }
  .card-archive {
    width: 22%;
  }
  .card-archive:nth-child(2n + 1) {
    clear: none;
  }
  .card-sm {
    width: 25%;
  }
}
