@import url("../fonts/fonts.css");
html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "Poppins-Regular";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins-Bold";
}

a {
  text-decoration: none;
  font-family: "Poppins-Regular";
  color: #101729;
  transition: all 300ms ease;
}

a:hover {
  text-decoration: none;
  color: #288793;
}

p {
  font-size: 20px;
  font-family: "Poppins-Regular";
  color: #101729;
}

ul > li {
  font-size: 20px;
  font-family: "Poppins-Regular";
}

div {
  font-family: "Poppins-Regular";
}

.fnt-10 {
  font-size: 10px !important;
}

.fnt-12 {
  font-size: 12px !important;
}

.fnt-15 {
  font-size: 15px !important;
}

.fnt-18 {
  font-size: 18px !important;
}

.fnt-20 {
  font-size: 20px !important;
}

.fnt-25 {
  font-size: 25px !important;
}

.fnt-30 {
  font-size: 30px !important;
}

.fnt-40 {
  font-size: 40px !important;
}

.fnt-50 {
  font-size: 50px !important;
}

.fnt-60 {
  font-size: 60px !important;
}

.fnt-70 {
  font-size: 70px !important;
}

.fnt-80 {
  font-size: 80px !important;
}

.fnt-100 {
  font-size: 100px !important;
}

.fnt-120 {
  font-size: 120px !important;
}

.fnt-uppercase {
  text-transform: uppercase !important;
}

[class^=spacer-] {
  display: block;
}

.spacer-5 {
  height: 5px;
}

.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-40 {
  height: 40px;
}

.spacer-60 {
  height: 60px;
}

.spacer-80 {
  height: 80px;
}

.spacer-100 {
  height: 100px;
}

.spacer-120 {
  height: 120px;
}

.forceDir {
  display: inline-block;
  direction: ltr;
  text-align: left;
}

.forceRtl {
  display: inline-block;
  direction: rtl !important;
}

.forceLtr {
  display: inline-block;
  direction: ltr !important;
}

.preAnimate {
  opacity: 0;
  position: relative;
  top: 100px;
  transition: all 1000ms ease;
}

.animateThis {
  opacity: 1;
  position: relative;
  top: 0px;
  transition: all 1000ms ease;
}

.preSlideAnimate {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 1000ms ease;
}

.slideThis {
  position: relative;
  opacity: 1;
  top: 0;
  right: 0;
  transition: all 1000ms ease;
}

.preZoom {
  transform-origin: center center;
  will-change: transform;
  transition: all 1000ms ease;
}

.zoomThis {
  transform: scale(1.2);
}

.of-hidden {
  overflow: hidden;
}

.bg-full {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.bg-yellow {
  background-color: #FEBD17;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #8095E4;
}

.vh-100-min {
  min-height: 100vh;
}

.fnt-black {
  color: #101729;
}

.fnt-white {
  color: #fff;
}

.fnt-green {
  color: #288793;
}

.fnt-orange {
  color: #E03C1B;
}

.fnt-gray {
  color: #231F20;
}

.fnt-yellow {
  color: #FEBD17;
}

.fnt-red {
  color: #5C0A0C;
}

.hideThis {
  display: none !important;
}

.remMar {
  margin: 0px;
}

.remPad {
  padding: 0px;
}

.fa-mar-5 {
  margin-right: 5px;
}

.fa-mar-10 {
  margin-right: 10px;
}

.posRel {
  position: relative;
}

.posAbs {
  position: absolute;
}

.btn-grn {
  border-radius: 0px;
  color: #fff;
  background-color: #288793;
  transition: all 300ms ease;
}

.btn-grn:hover {
  color: #fff;
  background-color: #101729;
}

.btn-transparent {
  font-size: 14px;
  border-radius: 3rem;
  color: #fff !important;
  border: 2px solid #fff;
  background-color: transparent;
  transition: all 300ms ease;
}

.btn-link {
  padding: 10px 16px;
  text-decoration: none;
}

.btn-transparent:hover {
  color: #000 !important;
  border: 2px solid #FEBD17;
  background-color: #FEBD17;
}

.btn-yellow {
  font-size: 14px;
  border-radius: 3rem;
  color: #fff !important;
  border: 2px solid #FEBD17;
  background-color: #FEBD17;
  transition: all 300ms ease;
}

.btn-yellow:hover {
  color: #fff !important;
  border: 2px solid #fff;
  background-color: transparent;
}

.btn-yellow-wht {
  font-size: 14px !important;
  border-radius: 3rem !important;
  color: #fff !important;
  border: 2px solid #FEBD17 !important;
  background-color: #FEBD17 !important;
  transition: all 300ms ease;
}

.btn-yellow-wht:hover {
  color: #000 !important;
  border: 2px solid #000 !important;
  background-color: transparent !important;
}

.btn-yellow-blk {
  font-size: 14px !important;
  border-radius: 3rem !important;
  color: #000 !important;
  border: 2px solid #FEBD17 !important;
  background-color: #FEBD17 !important;
  transition: all 300ms ease;
}

.btn-yellow-blk:hover {
  color: #000 !important;
  border: 2px solid #000 !important;
  background-color: transparent !important;
}

.btn-pink {
  font-size: 14px;
  border-radius: 3rem;
  color: #fff !important;
  border: 2px solid #F94680;
  background-color: #F94680;
  transition: all 300ms ease;
}

.btn-pink:hover {
  color: #fff !important;
  border: 2px solid #fff;
  background-color: transparent;
}

.btn-img {
  background-image: url(../imgs/icons/aalf-btn-white-en.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  font-size: 14px;
  color: #000 !important;
  border: none;
  border-color: transparent !important;
  border-radius: 0px;
  width: 209px;
  height: 34px;
  padding-left: 0px;
  padding-right: 20px;
  transition: all 300ms ease;
}

.btn-img:hover {
  background-image: url(../imgs/icons/aalf-btn-red-en.png);
  color: #fff !important;
}

.btn-img-red {
  background-image: url(../imgs/icons/aalf-btn-red-en.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  color: #fff !important;
  border: none;
  border-color: transparent !important;
  border-radius: 0px;
  width: 209px;
  height: 34px;
  padding-left: 0px;
  padding-right: 20px;
  transition: all 300ms ease;
}

.btn-img-red:hover {
  background-image: url(../imgs/icons/aalf-btn-black-en.png);
  color: #fff !important;
}

.btn-nav {
  margin: 0 1rem;
}

[data-scroll-container] {
  transform-style: preserve-3d;
  will-change: transform;
}

section {
  font-family: "Poppins-Bold";
}
section .section-title {
  font-family: "Poppins-Bold";
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
}
section .section-title-60-bold {
  font-family: "Poppins-Bold";
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}
section .section-title-60-regular {
  font-family: "Poppins-Regular";
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}
section .banner-title {
  font-family: "Poppins-Bold";
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}

#counter .counter-title {
  font-size: 30px;
  color: #5C0A0C;
}
#counter .counter-number {
  font-size: 70px;
  color: #5C0A0C;
}

.slider-nav span {
  max-width: 53px;
  margin-left: 10%;
}
.slider-nav .slider-nav {
  max-width: 100%;
  cursor: pointer;
}

#services-slides .item {
  position: relative;
}
#services-slides .serv-img {
  position: relative;
}
#services-slides .serv-caption {
  position: absolute;
  top: 0;
  width: 70%;
  padding: 2.5rem;
}
#services-slides .serv-caption h4 {
  font-size: 25px;
  color: #fff;
}
#services-slides .serv-caption p {
  font-size: 16px;
  color: #fff;
}

#team-slides .team-caption h4 {
  font-size: 40px;
  margin-bottom: 0px;
}
#team-slides .team-caption p {
  font-size: 16px;
}

#client-slides .item {
  background-color: #F6F6F6;
}

.contact-form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
}

footer {
  background-color: #F6F6F6;
}
footer p {
  color: #000;
}
footer h5 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
footer .aalf-divider {
  margin: 0 10%;
}
footer .footer-top .list-group-item {
  background-color: transparent;
  border: none;
}
footer .footer-top .list-group-item .nav-link {
  font-size: 16px;
  color: #000;
  transition: all 300ms ease;
}
footer .footer-top .list-group-item .nav-link:hover {
  color: #5C0A0C;
}
footer .footer-bottom .contact {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: all 300ms ease;
}
footer .footer-bottom .contact:hover {
  color: #5C0A0C;
}
footer .footer-bottom .copyright {
  color: #000;
  font-size: 16px;
}

/*# sourceMappingURL=main.css.map */
