@font-face {
  font-family: "ping-light";
  src: url(../fonts/ping/PingAR+LT-Light.otf);
}
@font-face {
  font-family: "ping";
  src: url(../fonts/ping/PingAR+LT-Regular.otf);
}
@font-face {
  font-family: "ping-bold";
  src: url(../fonts/ping/PingAR+LT-Bold.otf);
}
body {
  font-family: "ping";
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "ping-bold";
}

/* --------------- navbar --------------- */
.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.navbar .logo {
  width: 280px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .navbar-nav {
  position: relative;
  padding: 30px 4vw;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
}
.navbar .navbar-nav::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 7px;
  left: -30px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 5px -5px 0 5px #fff;
}
.navbar .navbar-nav::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 7px;
  right: -30px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -5px -5px 0 5px #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 15px;
  margin: 0 7px;
  color: #032D62;
}
.navbar .navbar-nav .nav-link.active {
  color: #1858A8;
}
.navbar .dropdown .lang_butn {
  color: #fff;
  background-color: transparent;
  border: none;
}
.navbar .dropdown .dropdown-menu {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  border-radius: 10px;
  font-size: 13px;
  border: 0;
  right: -100px;
}
.navbar .dropdown .dropdown-menu a {
  padding: 0.6rem 1rem;
}

/* --------------- header --------------- */
.header {
  padding: 0;
  padding: 15px;
  position: relative;
}
.header .item {
  position: relative;
  opacity: 0;
  transition: all 0.3s linear;
}
.header .item .curve {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70px;
  width: 200px;
  background-color: #fff;
  border-top-left-radius: 24px;
  z-index: 10;
}
.header .item .curve::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  bottom: 0;
  left: -30px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 5px 5px 0 5px #fff;
}
.header .item .curve::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: 0;
  top: -30px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 5px 5px 0 5px #fff;
}
.header .item .title {
  position: relative;
  z-index: 8;
  position: absolute;
  bottom: 90px;
  inset-inline-start: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 72px;
  transition: all 0.3s linear;
  opacity: 0;
  transform: translateY(20px);
  filter: blur(10px);
}
.header .item .bg {
  position: relative;
  border-radius: 24px;
}
.header .swiper-slide-active .item {
  opacity: 1;
}
.header .swiper-slide-active .item .title {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0px);
}
.header .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  inset-inline-start: 30px;
  bottom: 45px;
}
.header .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  background-color: transparent !important;
  color: #032D62;
  opacity: 1;
  font-weight: 500;
  margin: 0 10px;
  transition: all 0.3s linear;
  text-align: start;
}
.header .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #D7D7D7;
  transition: all 0.3s linear;
  margin-bottom: 4px;
}
.header .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #F58420;
}
.header .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100px;
  background-color: #F58420;
}
.header .bottom_butn {
  width: 110px;
  height: 110px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 60px;
  inset-inline-end: 35px;
  z-index: 5;
  border-radius: 50%;
  font-size: 30px;
}

/* --------------- about_sec   --------------- */
.about_sec .txt_box .title {
  color: #032D62;
  font-size: 45px;
  margin-bottom: 15px;
}
.about_sec .txt_box .p {
  color: #4B4B4B;
  font-size: 20px;
  line-height: 1.8;
}
.about_sec .about_card {
  background-color: #fafafa;
  border-radius: 15px;
  position: relative;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  overflow: hidden;
}
.about_sec .about_card .secImg {
  height: 200px;
}
.about_sec .about_card .content {
  padding: 35px;
  padding-inline-start: 0;
}
.about_sec .about_card .zi_5 {
  position: relative;
  z-index: 5;
}
.about_sec .about_card .zi_5 .title {
  color: #032D62;
  font-weight: bold;
}
.about_sec .about_card .zi_5 .p {
  color: #4B4B4B;
  line-height: 1.8;
  font-size: 18px;
}
.about_sec .about_card::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/anfal/about_card_bg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  background-position: right;
}
.about_sec .col-lg-6:first-child .about_card .secImg {
  -o-object-position: top right;
     object-position: top right;
  margin-bottom: 15px;
}
.about_sec .col-lg-6:last-child .about_card .secImg {
  -o-object-position: bottom right;
     object-position: bottom right;
  position: relative;
  top: 54px;
}

/* ---------------  valuesSec  --------------- */
.valuesSec {
  background-color: #032D62;
}
.valuesSec .sec_title {
  background: linear-gradient(to right, #4096E8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.valuesSec .value_card {
  position: relative;
  margin-bottom: 25px;
}
.valuesSec .value_card .secImg {
  height: 225px;
  min-width: 150px;
  border-radius: 44px 0;
}
.valuesSec .value_card .card-body {
  text-align: center;
  padding-top: 1.5rem;
  padding-inline: 1.3vw;
}
.valuesSec .value_card .card-body .title {
  background: linear-gradient(to right, #4096E8 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.valuesSec .value_card .card-body .p {
  color: #fff;
}
.valuesSec .shape {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  height: 100%;
  pointer-events: none;
}

/* --------------- categSec  --------------- */
.categSec {
  background-color: #032D62;
}
.categSec .sec_title {
  background: linear-gradient(to right, #4096E8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.categSec .categ_card {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}
.categSec .categ_card .content {
  position: relative;
  z-index: 5;
  background-color: #032D62;
  padding: 50px 25px;
  border-radius: 25px;
  height: 100%;
}
.categSec .categ_card .icon {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.categSec .categ_card .card-body .title {
  background: linear-gradient(to right, #79653F, #F2DCAB);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.categSec .categ_card .card-body .p {
  color: rgba(255, 255, 255, 0.5843137255);
  padding-inline: 1.3vw;
  line-height: 1.9;
  font-size: 18px;
}
.categSec .categ_card::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(to bottom, rgba(227, 205, 158, 0.4588235294), rgba(24, 89, 168, 0));
  z-index: 1;
  border-radius: 25px;
}
.categSec .col-lg-4:nth-child(2) .categ_card .card-body .title {
  background: linear-gradient(to right, #fff, #fff);
}
.categSec .col-lg-4:nth-child(2) .categ_card .card-body .p {
  color: #fff;
}
.categSec .col-lg-4:nth-child(2) .categ_card::after {
  background: linear-gradient(to bottom, #FFFFFF, #E3CD9E);
}

.waves_sec {
  min-height: 500px;
}
.waves_sec .waves {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.waves_sec::before, .waves_sec::after {
  content: "";
  width: 200%;
  position: absolute;
  height: 100px;
  top: 0px;
  background-size: contain !important;
  z-index: -1;
  background-position: center !important;
}
.waves_sec::before {
  background: url(../images/anfal/waves-1.svg);
  animation: wave 20s linear infinite alternate;
}
.waves_sec::after {
  background: url(../images/anfal/waves-2.svg);
  animation: wave2 20s linear infinite alternate-reverse;
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(25%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes wave2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* --------------- serv_sec  --------------- */
.serv_sec {
  padding-top: 170px;
}
.serv_sec .sec_head .subtitle {
  color: #FF611D;
  font-size: 20px;
  font-weight: 400;
}
.serv_sec .sec_head .title {
  color: #032D62;
  font-size: 50px;
}
.serv_sec .accordion-item {
  border: 0;
  border-radius: 20px !important;
  background-color: #fff;
  border: 1px solid #eee;
  position: relative;
  -webkit-clip-path: path("M0,0 H100% V100% H0 V85 Q15 80 0 70 V30 Q15 20 0 15 Z");
          clip-path: path("M0,0 H100% V100% H0 V85 Q15 80 0 70 V30 Q15 20 0 15 Z");
  margin-top: -20px;
  padding-bottom: 20px;
}
.serv_sec .accordion-item:last-child {
  padding-bottom: 0;
}
.serv_sec .accordion-item .accordion-button {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 30px;
  border: 0;
}
.serv_sec .accordion-item .accordion-button:not(.collapsed) .icon {
  background-color: #1858A8;
  color: #fff;
}
.serv_sec .accordion-item .accordion-button:not(.collapsed) .icon::after {
  background-image: none;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  transform: rotate(0) !important;
}
.serv_sec .accordion-item .accordion-button h3 {
  font-size: 18px;
  font-weight: bold;
  color: #032D62;
}
.serv_sec .accordion-item .accordion-button .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #E8EEF6;
  color: #1858A8;
  margin-inline-end: 15px;
  transition: all 0.3s linear;
}
.serv_sec .accordion-item .accordion-button .icon::after {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  transform: rotate(0) !important;
}
.serv_sec .accordion-item .accordion-button::after {
  display: none;
}
.serv_sec .accordion-item .accordion-body {
  padding-inline: 4vw;
  padding-top: 0;
}
.serv_sec .accordion-item .accordion-body .text {
  font-size: 15px;
  color: #666;
}
.serv_sec .serv_item {
  padding: 30px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 25px;
}
.serv_sec .serv_item .content {
  position: relative;
  z-index: 5;
  min-height: 250px;
}
.serv_sec .serv_item .content .icon {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 25px;
}
.serv_sec .serv_item .content .title {
  position: absolute;
  bottom: 20px;
  font-weight: 300;
  color: #032D62;
  font-size: 22px;
}
.serv_sec .serv_item .bg {
  border-radius: 15px;
}
.serv_sec .bottom_butn {
  width: 110px;
  height: 110px;
  border: 5px solid #fff;
  color: #03142a;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  border-radius: 50%;
  font-size: 30px;
  background-image: linear-gradient(to bottom, rgba(24, 89, 168, 0.2823529412), #fff);
  background-color: #fff;
}

/* --------------- team_sec  --------------- */
.team_sec {
  margin: 15px;
  margin-top: 70px;
  background-color: #1858A8;
  border-radius: 15px;
}
.team_sec .team-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.team_sec .inner .sec_head .subtitle {
  color: #FF611D;
  font-size: 20px;
  font-weight: 400;
}
.team_sec .inner .sec_head .title {
  font-size: 50px;
}
.team_sec .inner .item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.team_sec .inner .item .img_box {
  width: 180px;
  height: 180px;
  border-radius: 24px;
  background-image: linear-gradient(to right, rgba(254, 248, 255, 0.5294117647), #2461AC);
  overflow: hidden;
}
.team_sec .inner .item .card-body {
  padding-inline-start: 25px;
}
.team_sec .inner .item .card-body .name {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}
.team_sec .inner .item .card-body .job {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6784313725);
}
.team_sec .inner .item .card-body .social_links {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 10px 20px;
  background-image: linear-gradient(to right, rgba(254, 248, 255, 0.5294117647), rgba(254, 248, 255, 0.0431372549));
  color: #032D62;
  border-radius: 15px;
}
.team_sec .inner .item .card-body .social_links a {
  margin-inline-end: 10px;
}
.team_sec .inner .item .card-body .social_links a:last-child {
  margin-inline-end: 0;
}
.team_sec .shape {
  position: absolute;
  top: -5%;
  inset-inline-end: -3%;
  height: 100%;
  width: 35%;
  transform: rotate(5deg);
}
.team_sec .shape2 {
  position: absolute;
  top: 0;
  inset-inline-start: -3%;
  height: 100%;
  width: 35%;
  transform: rotate(180deg);
}
.team_sec .container {
  position: relative;
  z-index: 9;
}

/* --------------- enviro_sec  --------------- */
.enviro_sec .sec_head .subtitle {
  color: #FF611D;
  font-size: 20px;
  font-weight: 400;
}
.enviro_sec .sec_head .title {
  font-size: 50px;
  color: #032D62;
}
.enviro_sec .item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.enviro_sec .item .vid_butn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4745098039);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.enviro_sec .item .vid_butn span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1858A8;
  color: #fff;
  border-radius: 50%;
  z-index: 5;
  font-size: 20px;
  width: 65px;
  height: 65px;
}
.enviro_sec .media_swiper {
  overflow: hidden;
}
.enviro_sec .media_swiper .swiper-wrapper {
  align-items: end;
}
.enviro_sec .media_swiper .swiper-slide {
  height: 450px !important;
  transition: all 0.3s linear;
}
.enviro_sec .media_swiper .swiper-slide-active {
  height: 350px !important;
}
.enviro_sec .media_swiper .swiper-slide-active .item .vid_butn {
  transform: translate(-50%, -50%) scale(1);
}
.enviro_sec .media_swiper .swiper-slide-prev,
.enviro_sec .media_swiper .swiper-slide-next {
  height: 400px !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0666666667);
  color: #03142a;
  transition: all 0.3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #03142a;
  color: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}

/* ---------------  contact_sec  --------------- */
.contact_sec {
  background-color: #032D62;
  padding-top: 130px;
}
.contact_sec .form_box {
  border-radius: 20px;
  padding: 45px 3vw;
  background-color: #fff;
  position: relative;
}
.contact_sec .form_box::before {
  content: "";
  width: 300px;
  height: 285px;
  background: url(../images/anfal/pattern_icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -100px;
  inset-inline-end: -70px;
  pointer-events: none;
}
.contact_sec .form_box .title {
  color: #032D62;
}
.contact_sec .form_box .p {
  color: #4B4B4B;
  font-size: 17px;
}
.contact_sec .form_box .form-group {
  margin-bottom: 15px;
}
.contact_sec .form_box .form-group .form-control {
  background-color: #F6F6F6;
  border-radius: 10px;
  border-color: #F6F6F6;
  font-size: 14px;
  transition: all 0.3s linear;
}
.contact_sec .form_box .form-group .form-control:focus {
  border-color: #eee;
  background-color: #fff;
  box-shadow: none !important;
}
.contact_sec .form_box .form-group input, .contact_sec .form_box .form-group select {
  height: 60px;
}
.contact_sec .form_box .form-group textarea {
  resize: none;
}
.contact_sec .form_box .submit_butn {
  background-color: #032D62;
  color: #fff;
  border-radius: 25px;
  padding: 0.7rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #032D62;
  font-weight: bold;
  transition: all 0.3s linear;
}
.contact_sec .form_box .submit_butn:hover {
  border-color: #F58420;
  background-color: #F58420;
  color: #fff;
}
.contact_sec .map {
  height: 705px;
}
.contact_sec .map iframe {
  border-radius: 20px;
}

.footer {
  background-color: #032D62;
  padding: 30px 0;
}
.footer .logo {
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.slide_ltr {
  transform: translateX(5%);
  transition: all 1.2s ease-in-out;
  transition-delay: 0.1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.slide_ltr.animated {
  transform: translateX(0%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_ltr.no_scale {
  transform: scale(1);
}

.slide_rtl {
  transform: translateX(-5%);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.slide_rtl.animated {
  transform: translateX(0%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_rtl.no_scale {
  transform: scale(1);
}

/* ==== lg screens ==== */
/* ==== responsive ==== */
@media screen and (max-width: 991px) {
  .navbar .logo {
    width: 180px;
  }
  .header .item {
    min-height: 580px;
  }
  .header .item .title {
    color: #03142a;
    text-shadow: 5px 5px #fff;
  }
  .header .item .bg {
    -webkit-mask-image: unset;
            mask-image: unset;
  }
  .header .swiper-pagination {
    width: 100%;
    inset-inline-start: 0;
  }
  .header .bottom_butn {
    display: none;
  }
  .about_sec .about_card .secImg {
    height: 200px;
    -o-object-position: center;
       object-position: center;
    margin: 15px 0;
    display: block;
  }
  .about_sec .about_card::before {
    background-size: cover;
  }
  .valuesSec .value_card .secImg {
    height: 170px;
  }
  .waves_sec::before, .waves_sec::after {
    display: none;
  }
  .section .sec_head .subtitle {
    font-size: 16px;
  }
  .section .sec_head .title {
    font-size: 35px;
  }
  .contact_sec .form_box {
    margin-bottom: 25px;
    padding-inline: 25px;
  }
  .contact_sec .form_box::before {
    transform: scale(0.7);
  }
  .contact_sec .map {
    height: 350px;
  }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style_anfal.css.map */