@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&displa);


.background {
    position: absolute;
    /* height: 65vh!important; */
    height: 75vh!important;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .loaderss span {
    color: #faebd7;
    text-shadow: 0 0 0 #faebd7;
    -webkit-animation: loading 1s ease-in-out infinite alternate;
  }

  @-webkit-keyframes loading {
    to {
      text-shadow: 20px 0 70px #ff0266;
      color: #ff0266;
    }
  }
  .loaderss span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
  }
  .loaderss span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
  }
  .loaderss span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
  }
  .loaderss span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
  }
  .loaderss span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
  }
  .loaderss span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
  }
  .loaderss span:nth-child(8) {
    -webkit-animation-delay: 0.7s;
  }
  .loaderss span:nth-child(9) {
    -webkit-animation-delay: 0.8s;
  }

  .loaderss span:nth-child(10) {
    -webkit-animation-delay: 0.9s;
  }
  .loaderss span:nth-child(11) {
    -webkit-animation-delay: 1s;
  }
  .loaderss span:nth-child(12) {
    -webkit-animation-delay: 1.1s;
  }
  .loaderss span:nth-child(13) {
    -webkit-animation-delay: 1.2s;
  }
  .loaderss span:nth-child(14) {
    -webkit-animation-delay: 1.3s;
  }
  .loaderss span:nth-child(15) {
    -webkit-animation-delay: 1.4s;
  }
  .loaderss span:nth-child(16) {
    -webkit-animation-delay: 1.5s;
  }
  .loaderss span:nth-child(17) {
    -webkit-animation-delay: 1.6s;
  }
  .loaderss span:nth-child(18) {
    -webkit-animation-delay: 1.7s;
  }
  .loaderss span:nth-child(19) {
    -webkit-animation-delay: 1.8s;
  }
  .loaderss span:nth-child(20) {
    -webkit-animation-delay: 1.9s;
  }
  .loaderss span:nth-child(21) {
    -webkit-animation-delay: 2s;
  }
  .loaderss span:nth-child(22) {
    -webkit-animation-delay: 2.1s;
  }


  .nav, .slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 73vh; */
    height: 83vh;
    /* top: -87px; */
    /* top: 0px; */
    position: relative;
    /* background-color: #275765; */
    background-image: linear-gradient(to right, #052946, #08aaaa);
    text-align: center;
    padding: 0 2em;
}

.nav h4,
.slider h4 {
  font-family: "Josefin Sans", sans-serif!important;
  font-size: 5vw;
  margin: 0;
  padding-bottom: 0.5rem;
  letter-spacing: 0.5rem;
  color: #03dac6;
  transition: all 0.3s ease;
  z-index: 3;
}
.cav-custom h4:hover {
  transform: translate3d(0, -10px, 22px);
  color: #ffffff;
}


h3.span {
    font-size: 2vw;
    letter-spacing: 0.7em;
    font-family: "ROBOTO", sans-serif;
    font-weight: 300;
    color: #faebd7;
    z-index: 4;
  }
  .span span:hover {
    color: #ff0266;
    font-weight: 500;
    font-size: 2.2vw;
  }

  a {
    text-decoration: none;
  }

  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
  .set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
  .b-small-custom>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.b-rad-10 {
  border-radius: 10px;
}
.b-small-custom {
  height: 170px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.b-id-img {
  height: 200px;
  /* border-radius: 10px; */
}


.services-line{
  padding: 35px 50px;
}

.serv-1{
  background-color: #053c55;
  text-align: center;
    color: #fff;
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.header-top-area {
  background: #1c3b57;
  padding: 8px 68px;
}
.top-address{
  display: flex;
}
.top-address ul li {
  margin-right: 18px;
  display: inline-block;
}
.top-address ul li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.top-address ul li span {
  color: #fff;
  font-size: 14px;
}
.ailata-social-address {
  display: flex;
  justify-content: right;
}
.ailata-social-address ul li {
  display: inline-block;
}
.ailata-social-address ul li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-left: 14px;
}
.section-logo{
  width: 45px;
}
.sect-glob{
  padding: 20px 0 18px;
  border-top: solid 1px #ddd;
}

.bg-wh{
  background-color: #fff !important;
}

.ol-cards,
.ol-cards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ol-cards {
  --flapWidth: 2rem;
  --flapHeigth: 1rem;
  --iconSize: 3rem;
  --numberSize: 3rem;
  --colGapSize: 2rem;
  width: min(100%, 75rem);
  margin-inline: auto;
  display: grid;
  gap: 2rem;
  padding-inline-start: var(--flapWidth);
  font-family: sans-serif;
  color: #222;
  counter-reset: ol-cards-count;
  list-style: none;
}
.ol-cards > li {
  display: grid;
  grid-template-areas:
    "icon title nr"
    "icon descr nr";
  gap: 0 var(--colGapSize);
  align-items: center;
  padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
  border-radius: 1rem 5rem 5rem 1rem;
  background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
  counter-increment: ol-cards-count;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
}

.ol-cards > li > .icon {
  grid-area: icon;
  background: var(--accent-color);
  color: white;
  font-size: var(--iconSize);
  width: calc(2 * var(--flapWidth) + var(--iconSize));
  padding-block: 1rem;
  border-radius: 0 5rem 5rem 0;
  margin-inline-start: calc(-1 * var(--flapWidth));
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  display: grid;
  place-items: center;
}
.ol-cards > li > .icon::before {
  content: "";
  position: absolute;
  width: var(--flapWidth);

  height: calc(100% + calc(var(--flapHeigth) * 2));
  left: 0;
  top: calc(var(--flapHeigth) * -1);
  clip-path: polygon(
    0 var(--flapHeigth),
    100% 0,
    100% 100%,
    0 calc(100% - var(--flapHeigth))
  );
  background-color: var(--accent-color);
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.2)
  );
  z-index: -1;
}

.ol-cards > li > .title {
  grid-area: title;
  font-weight: 600;
  font-size: 1.8rem;
}
.ol-cards > li > .descr {
  grid-area: descr;
  font-size: 1.5rem;
}
.ol-cards > li::after {
  /* grid-area: nr;
  content: counter(ol-cards-count, decimal-leading-zero);
  color: var(--accent-color);
  font-size: var(--numberSize);
  font-weight: 700; */
}
@media (max-width: 40rem) {
  .ol-cards {
    --flapWidth: 1rem;
    --flapHeigth: 0.5rem;
    --iconSize: 2rem;
    --numberSize: 2rem;
    --colGapSize: 1rem;
  }
}
