@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 {
  height: 88px;
  -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: #777;*/
  color: var(--navbarLink) !important;
}
.navbar .navbar-nav .nav-link.active {
  color: var(--main-color);
}
.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;
  min-height: 700px;
  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: var(--main-color);
  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: var(--sub-color);
}
.header .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 70px;
  background-color: var(--sub-color);
}
.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: var(--main-color);
  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: var(--main-color);
  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: 40%;
    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;
    background-image: radial-gradient(#0005, transparent);
    border-radius: 50%;
    filter: blur(50px);
}
.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: var(--main-color);
}
.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;
  left: 0;
  inset-inline-end: 0;
  height: 100%;
  pointer-events: none;
}

/* --------------- categSec  --------------- */
.categSec {
  background-color: var(--main-color);
}
.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: var(--main-color);
  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: -5px;
  right: 0;
  left: 0;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.waves_sec .waves path,
.waves_sec .sub-wave1 path,
.waves_sec .sub-wave2 path {
    fill: var(--main-color);
}

.waves_sec .sub-wave1, .waves_sec .sub-wave2 {
  content: "";
  width: 200%;
  position: absolute;
  height: 100px;
  top: -5px;
  left: -40%;
  background-size: contain !important;
  z-index: -1;
  background-position: center !important;
}
.waves_sec .sub-wave1 {
  animation: wave 20s linear infinite alternate;
  left: -60%;
}
.waves_sec .sub-wave2 {
  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: var(--main-color);
  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: var(--main-color);
}
.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 .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;
}

.serv_item {
  padding: 30px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 25px;
}
.serv_item .content {
  position: relative;
  z-index: 5;
  min-height: 250px;
}
.serv_item .content .icon {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 25px;
}
.serv_item .content .title {
  position: absolute;
  bottom: 20px;
  font-weight: 300;
  color: var(--main-color);
  font-size: 22px;
}
.serv_item .bg {
  border-radius: 15px;
}

/* --------------- services-sec  --------------- */
.services-sec {
  position: relative;
  padding-top: 170px;
  background-color: #f4f4f4;
  z-index: 30;
}
.services-sec .service-card {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 25px;
  height: calc(100% - 25px);
  overflow: hidden;
  text-align: center;
  border: 5px solid transparent;
  /*color: var(--main-color);*/
}
.services-sec .service-card::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/anfal/about_card_bg_1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  background-position: right;
  opacity: 0.15;
  transition: all 0.3s ease;
}
.services-sec .service-card .icon {
  height: 40px;
  margin-bottom: 20px;
}
.services-sec .service-card:hover {
  box-shadow: 10px 10px 20px rgba(3, 45, 98, 0.2666666667);
}
.services-sec .service-card:hover::before {
  transform: scale(1.2);
}
.services-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;
}

.sec_head .subtitle {
  /*color: #FF611D;*/
  font-size: 20px;
  font-weight: 400;
}
.sec_head .title {
  color: var(--main-color);
  font-size: 50px;
}

.nav-pills {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10;
  box-shadow: 10px 10px 20px rgba(3, 45, 98, 0.0196078431);
}
.nav-pills .nav-item .nav-link {
  position: relative;
  background-color: transparent;
  color: var(--main-color);
  padding: 15px 15px;
  min-width: 200px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.nav-pills .nav-item .nav-link .icon {
  position: relative;
  margin-inline-end: 15px;
  width: 20px;
  height: 20px;
  bottom: 5px;
}
.nav-pills .nav-item .nav-link:hover {
  color: var(--main-color);
  background-color: #F3F1F8;
}
.nav-pills .nav-item .nav-link.active {
  background-color: var(--main-color);
  color: #fff;
}
.nav-pills .nav-item .nav-link.active .icon {
  filter: invert(99%) sepia(1%) saturate(4%) hue-rotate(332deg) brightness(102%) contrast(102%);
}

.modal {
    background-color: #0005 !important;
}

.modal-backdrop.show {
    display: none;
}

.modal .modal-content {
  position: relative;
  border: 0;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}
/*.modal .modal-content::before {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: url(../images/anfal/about_card_bg_1.png) no-repeat;*/
/*  background-size: cover;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  inset-inline-start: 0;*/
/*  background-position: right;*/
/*  opacity: 0.1;*/
/*}*/
.modal .modal-content .btn-close {
  position: absolute;
  left: 20px;
  top: 20px;
}
.modal .serv_item {
  padding: 20px;
  border-radius: 15px;
  position: relative;
  margin-top: 25px;
  border: 1px solid rgba(3, 20, 42, 0.0666666667);
}
.modal .serv_item .content {
  position: relative;
  z-index: 5;
  min-height: 150px;
}
.modal .serv_item .content .icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
.modal .serv_item .content .title {
  position: absolute;
  bottom: 20px;
  font-weight: 300;
  color: var(--main-color);
  font-size: 18px;
}
.modal .serv_item .bg {
  border-radius: 15px;
}

/* --------------- team_sec  --------------- */
.team_sec {
  margin: 15px;
  margin-top: 70px;
  z-index: 20;
}

.team_sec::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 15px;
    opacity: 0.7;
    z-index: -1;
}

.team_sec .team-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.team_sec .inner .sec_head .subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.team_sec .inner .sec_head .title {
  font-size: 50px;
}
.team_sec .inner .item {
    display: block;
    margin-bottom: 25px;
    text-align: center;
}
.team_sec .inner .item .img_box {
  width: 100%;
  height: 300px;
  border-radius: 24px;
  background-image: linear-gradient(to right, rgba(254, 248, 255, 0.5294117647), var(--main-color));
  overflow: hidden;
  margin-bottom: 30px;
}
.team_sec .inner .item .card-body {
  padding-inline-start: 0;
}
.team_sec .inner .item .card-body .name {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
}
.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: var(--main-color);
  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 .inner .item .text {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    width: 85%;
    margin: 10px auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.team_sec .shape {
  position: absolute;
  top: -5%;
  left: 0;
  inset-inline-end: -3%;
  height: 100%;
  width: 35%;
  transform: rotate(5deg);
}
.team_sec .shape2 {
  position: absolute;
  top: 0;
  right: 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: var(--main-color);
}
.enviro_sec .item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.enviro_sec .item a {
    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: var(--main-color);
  /*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: var(--main-color);
}
.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: var(--main-color);
  color: #fff;
  border-radius: 25px;
  padding: 0.7rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--main-color);
  font-weight: bold;
  transition: all 0.3s linear;
}
.contact_sec .form_box .submit_butn:hover {
  border-color: var(--sub-color);
  background-color: var(--sub-color);
  color: #fff;
}
.contact_sec .map {
  height: 705px;
}
.contact_sec .map iframe {
  border-radius: 20px;
}

.footer {
  background-color: var(--main-color);
  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: 400px;
  }
  .header .item .title {
    color: #03142a;
    text-shadow: 5px 5px #fff;
    font-size: 50px;
  }
  .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;
  }
  .team_sec .inner .sec_head .title {
        font-size: 30px !important;
        line-height: 1.5;
    }
    .nav-pills {
        width: 100%;
    }
    .nav-pills .nav-item {
        width: 100%;
    }
    .nav-pills .nav-item .nav-link {
        justify-content: start;
        width: calc(100% - 20px);
        margin: 5px 10px;
    }
    .navbar {
        position: relative;
        top: 10px;
        background-color: var(--main-color);
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        margin-bottom: 10px;
        border-radius: 10px;
        padding: 15px 0;
    }
    .navbar .px-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .navbar .navbar-nav {
        padding: 0;
        background-color: transparent;
    }
    .navbar .navbar-nav::before,
    .navbar .navbar-nav::after {
        display: none;
    }
    
    .about_sec .col-lg-6 .about_card .secImg,
    .about_sec .col-lg-6:last-child .about_card .secImg {
        object-position: center;
        position: relative;
        top: 0;
        object-fit: cover;
        margin: 10px;
        width: calc(100% - 20px);
        border-radius: 10px;
    }
    
    .about_sec .about_card .content {
        padding: 20px;
        padding-inline-start: 20px;
    }
    
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
  
  .navbar .dropdown .dropdown-menu {
        right: auto;
        left: -100px;
    }
    
    .header .item .curve {
        left: 0;
        right: auto;
        border-top-left-radius: 0;
        border-top-right-radius: 24px;
    }
    
    .header .item .curve::before {
        left: auto;
        right: -30px;
        transform: rotate(90deg);
    }
    
    .header .item .curve::after {
        right: auto;
        left: 0;
        transform: rotate(90deg);
    }
    
    .fa-arrow-left {
        transform: rotateY(180deg);
    }
    
    .team_sec .shape2 {
        left: auto;
        right: 0;
         inset-inline-start: auto; 
    }
    
    
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style_anfal.css.map */


/* --------------- footer-araa --------------- */
.footer-araa {
  position: relative;
  background-color: #1A1A1A;
  color: #fff;
  overflow: hidden;
}
.footer-araa .main-footer {
  position: relative;
  z-index: 10;
  height: 100%;
}
.footer-araa .main-footer .shap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.footer-araa .subscribe-wrapper {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-araa .subscribe-wrapper .subscribe {
  position: relative;
}
.footer-araa .subscribe-wrapper .subscribe input {
  position: relative;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  background-color: transparent;
  padding: 15px 30px;
  width: 100%;
}
.footer-araa .subscribe-wrapper .subscribe input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-araa .subscribe-wrapper .subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-araa .subscribe-wrapper .subscribe button {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 10px 30px;
  background-color: var(--cr-yello);
  color: #1A1A1A;
  border-radius: 30px;
  font-weight: bold;
}
.footer-araa .social-wrapper {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-araa .social-icons {
  position: relative;
  padding-top: 15px;
}
.footer-araa .social-icons a {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-inline-end: 10px;
}
.footer-araa .links-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-araa .links a {
  font-size: 14px;
  margin: 8px 0;
  font-weight: 300;
}
.footer-araa .links .icon-link {
  position: relative;
  display: inline-flex;
}
.footer-araa .border-start {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.footer-araa .foot {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-araa .foot-text {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-araa .foot-img {
  position: relative;
  height: 400px;
  min-height: 100%;
}

@media screen and (min-width: 991px) {
  .footer-araa .main-footer {
    padding-inline-start: calc((100vw - 1320px) / 2);
  }
}

