@font-face {
  font-family: 'Khula-Bold';
  src: url("../fonts/Khula-Bold.woff") format("truetype");
}

@font-face {
  font-family: 'Khula-ExtraBold';
  src: url("../fonts/khula-extrabold.otf") format("truetype");
}

@font-face {
  font-family: 'Khula-SemiBold';
  src: url("../fonts/khula-semibold.otf") format("truetype");
}

@font-face {
  font-family: 'Khula-Regular';
  src: url("../fonts/khula-regular.otf") format("truetype");
}

@font-face {
  font-family: 'Khula-Light';
  src: url("../fonts/khula-light.otf") format("truetype");
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.ttf") format("truetype");
}

@font-face {
  font-family: 'Readex-Regular';
  src: url("../fonts/ReadexPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Readex-SemiBold';
  src: url("../fonts/ReadexPro-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Readex-Bold';
  src: url("../fonts/ReadexPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'sofcoFont';
  src: url("../fonts/BAUHS93.ttf") format("truetype");
}

html {
  min-width: 100vw;
  overflow-x: hidden;
}

.language_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.language_item::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #003176;
  height: 35px;
  opacity: 0.27;
}

* {
  font-family: "Readex-Regular";
}

h1, h2, h3, h4, h5, h6 {
  color: #003176;
}

p {
  color: #0D406B;
}

.center_v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-main {
  background-color: #0D406B;
}

.btn_main {
  background-color: #003176;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}

.btn_main:hover {
  color: white;
}

.section_title {
  font-size: 3.125rem;
  font-family: "Readex-Bold";
  color: #003176;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 992px) {
  .section_title {
    font-size: 2.375rem;
  }
}

.text_area h3 {
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "Readex-Regular";
}

@media screen and (max-width: 992px) {
  .text_area h3 {
    font-size: 1.75rem;
  }
}

.img_fill {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gray-bg {
  background-color: #0D406B0D;
}

.brdr_radius {
  border-radius: 13px;
}

.center {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.border_gray {
  border-right: 2px solid #707070;
}

nav .dropdown-toggle::after {
  content: none !important;
}

.navbar {
  background-repeat: no-repeat;
  background-position: 74%;
  background-size: contain;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media screen and (max-width: 1600px) {
  .navbar {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    background-position: 67%;
    background-size: 40%;
  }
}

.navbar .logo_img {
  max-height: 116px;
}

@media screen and (max-width: 1600px) {
  .navbar .logo_img {
    max-height: 90px;
  }
}

.navbar .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 25px;
  font-family: 'Readex-Bold';
}

@media screen and (max-width: 1600px) {
  .navbar .nav-link {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 992px) {
  .navbar .nav-link {
    font-size: 1.25rem;
  }
}

.navbar .dropdown-item:active {
  background-color: #e9ecef;
}

.navbar .dropdown-item .menu_item span {
  font-size: 25px;
  font-family: 'Readex-Bold';
  color: #003176;
}

@media screen and (max-width: 1600px) {
  .navbar .dropdown-item .menu_item span {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 992px) {
  .navbar .dropdown-item .menu_item span {
    font-size: 1.25rem;
  }
}

.navbar .dropdown-item .menu_item img {
  width: 76px;
  height: 68px;
  border-radius: 13px;
}

.social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social_icons .social_icon {
  background-color: #E7F2FA89;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.social_icons .social_icon:not(:last-child) {
  margin-left: 1.5rem;
}

@media screen and (max-width: 1600px) {
  .social_icons .social_icon {
    margin-left: 1rem;
    height: 60px;
    width: 60px;
  }
}

.social_icons .social_icon i {
  font-size: 1.5rem;
}

header {
  margin-top: 120px;
}

@media screen and (max-width: 576px) {
  header {
    margin-top: 108px;
  }
}

.landing_section {
  background-image: url("../imgs/africa_landing.png");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  overflow-x: hidden;
  background-size: 25%;
}

@media screen and (max-width: 768px) {
  .landing_section {
    background-size: 80%;
    background-position: 0% 100%;
  }
}

@media screen and (max-width: 500px) {
  .landing_section {
    background-size: 50%;
    background-position: 100% 0%;
  }
}

.landing_section .text_area {
  margin-top: 1rem;
  margin-bottom: 6rem;
}

.landing_section .text_area h6 {
  font-family: "Readex-Regular";
}

.landing_section .text_area h1 {
  font-family: "Readex-Bold";
  font-weight: 600;
}

.landing_section .text_area h1 span {
  font-family: "Readex-Bold";
}

.landing_section .btn_main {
  font-weight: 600;
  font-family: "Readex-Regular";
  padding: 1rem 3.5rem;
}

.landing_section .swiper {
  position: relative;
  width: 100%;
}

.landing_section .swiper-wrapper {
  position: relative;
  height: 82vh;
}

@media screen and (max-width: 1200px) {
  .landing_section .swiper-wrapper {
    height: 75vh;
  }
}

@media screen and (max-width: 576px) {
  .landing_section .swiper-wrapper {
    height: auto;
  }
}

.landing_section .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing_section .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing_section .swiper-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.landing_section .swiper-button-prev,
.landing_section .swiper-button-next {
  left: unset;
  right: unset;
  top: unset;
  bottom: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.landing_section .swiper-button-prev:hover,
.landing_section .swiper-button-next:hover {
  background: #003176 !important;
  color: #fff;
}

.landing_section .swiper-button-disabled:hover {
  background: #003176 !important;
  color: #fff;
  pointer-events: auto;
}

.landing_section .swiper-button-prev,
.landing_section .swiper-button-next {
  position: relative;
  width: 5vw;
  height: 5vw;
  max-height: 100px;
  max-width: 100px;
  background: white;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
}

@media screen and (max-width: 576px) {
  .landing_section .swiper-button-prev,
  .landing_section .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}

.landing_section .swiper-button-next::after,
.landing_section .swiper-button-prev::after {
  font-size: 3vmin;
}

.speciality .section_text {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.speciality .section_text p {
  color: #0D406B;
}

.speciality .speciality_grid_item {
  height: 443px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .speciality .speciality_grid_item {
    height: 350px;
  }
}

.speciality .speciality_grid_item:hover .layer {
  opacity: 1;
}

.speciality .speciality_grid_item:hover .text_area_bg {
  opacity: 0;
}

.speciality .speciality_grid_item .img_holder {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 13px;
}

.speciality .speciality_grid_item .img_holder .text_area_bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 8rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#29292900), to(#464646)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #29292900 0%, #464646 100%) 0% 0% no-repeat padding-box;
}

.speciality .speciality_grid_item .img_holder .text_area_bg h3 {
  color: white;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Readex-Regular";
}

@media screen and (max-width: 992px) {
  .speciality .speciality_grid_item .img_holder .text_area_bg h3 {
    font-size: 1.75rem;
  }
}

.speciality .speciality_grid_item .s_card {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 13px;
  overflow: hidden;
  -webkit-perspective: 1px;
          perspective: 1px;
}

.speciality .speciality_grid_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.speciality .speciality_grid_item .layer {
  opacity: 0;
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  background-color: rgba(255, 255, 255, 0.8);
}

.speciality .speciality_grid_item .layer .text_area {
  padding: 0 3rem;
}

.speciality .speciality_grid_item .layer .text_area h3 {
  color: #003176;
  text-align: center;
}

.speciality .speciality_grid_item .layer .text_area p {
  color: #0D406B;
  margin: 0 auto;
  width: 75%;
  text-align: center;
}

#about {
  overflow: hidden;
}

#about .about_area {
  background-color: #0D406B0D;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

#about .text_area {
  padding: 0 4.25rem;
}

@media screen and (max-width: 992px) {
  #about .text_area {
    padding: 0 1.5rem;
  }
}

#about .text_area p {
  text-align: justify;
}

#about .text_area .btn_main {
  font-weight: 600;
  font-family: "Readex-Regular";
  padding: 1rem 3.5rem;
}

#services {
  overflow: hidden;
}

#services .services_first_container {
  background-color: #0D406B0D;
  background-image: url("../imgs/packing_service.png");
  background-repeat: no-repeat;
  background-position: 0% 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#services .services_first_container .text_area {
  padding: 2.5rem;
}

#services .services_first_container .text_area h4 {
  color: #003176;
}

@media screen and (max-width: 768px) {
  #services .services_first_container {
    background-size: 60%;
    background-position: 0% 70%;
  }
}

#services .service {
  height: 100%;
  position: relative;
  cursor: pointer;
}

#services .service .service_figure {
  display: inline-block;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

#services .service .service_figure::before {
  position: absolute;
  top: 0;
  right: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#services .service .service_figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    righ: 125%;
  }
}

@keyframes shine {
  100% {
    righ: 125%;
  }
}

#services .service .service_figure img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transition: .75s ease-in-out;
  transition: .75s ease-in-out;
}

#services .service .service_figure img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

#services .service .text_area {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 8rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#29292900), to(#464646)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #29292900 0%, #464646 100%) 0% 0% no-repeat padding-box;
}

#services .service .text_area h3 {
  color: white;
  text-align: center;
}

.global_impact .section_text {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.global_impact .section_text p {
  color: #0D406B;
}

.global_impact .Img_holder {
  height: 100%;
}

.global_impact .img_fill {
  position: relative;
  z-index: 92;
  border-radius: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}

.global_impact .text_area {
  padding: 0 4.5rem;
}

@media screen and (max-width: 992px) {
  .global_impact .text_area {
    padding: 0 1.5rem;
  }
}

.global_impact .text_area h3 {
  font-family: "Readex-Regular";
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .global_impact .text_area h3 {
    font-size: 1.75rem;
  }
}

.global_impact .text_area p {
  color: #0D406B;
  margin-bottom: 0;
}

.global_impact .global_content {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .global_impact .global_content {
    margin-right: 0;
  }
}

.achievements {
  position: relative;
}

.achievements .section_text {
  padding-top: 46px;
  text-align: center;
}

.achievements_top {
  min-height: 380px;
}

@media screen and (max-width: 992px) {
  .achievements_top {
    min-height: 350px;
  }
}

@media screen and (max-width: 576px) {
  .achievements_top {
    min-height: 250px;
  }
}

.achievements_bottom {
  max-height: 725px;
  width: 100%;
  margin-top: -10%;
}

@media screen and (min-width: 1990px) {
  .achievements_bottom {
    margin-top: -8%;
  }
}

@media screen and (max-width: 992px) {
  .achievements_bottom {
    margin-top: -20%;
  }
}

.achievements .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news .pull_left {
  margin-left: -8%;
}

@media screen and (max-width: 768px) {
  .news .pull_left {
    margin-left: 00;
  }
}

.important_dates .nav-pills .nav-link.active, .important_dates .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2b6ea65e;
  border-radius: 13px;
}

.important_dates .date_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.important_dates .date_container .date {
  min-width: 135px;
  height: 135px;
  padding: 1rem;
  border-radius: 13px;
  background: #89C3FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.important_dates .date_container .date .day {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Readex-Regular";
  height: 50px;
}

.important_dates .date_container .date .month {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Readex-Regular";
  text-transform: capitalize;
}

.important_dates .date_container .date_outline {
  min-width: 135px;
  height: 135px;
  padding: 1rem;
  border-radius: 13px;
  border: 1px solid #89C3FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.important_dates .date_container .date_outline .day {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Readex-Regular";
  color: #89C3FF;
  height: 50px;
}

.important_dates .date_container .date_outline .month {
  font-size: 2.5rem;
  font-weight: 700;
  color: #89C3FF;
  font-family: "Readex-Regular";
  text-transform: capitalize;
}

.important_dates .date_container .date_outline:hover {
  border: 1px solid white;
  background-color: #89C3FF;
}

.important_dates .date_container .date_outline:hover .day {
  color: white;
}

.important_dates .date_container .date_outline:hover .month {
  color: white;
}

.important_dates .date_container .date_content {
  text-align: right;
}

.important_dates .date_container .date_content h4 {
  font-size: 2rem;
  color: white;
  font-family: "Readex-SemiBold";
  font-weight: 700;
  margin-bottom: 0;
}

.important_dates .date_container .date_content p {
  font-size: 1.5rem;
  color: white;
  text-align: justify;
  margin-bottom: 0;
  font-family: "Readex-Regular";
}

@media screen and (max-width: 992px) {
  .important_dates .date_container .date_content p {
    font-size: 1rem;
  }
}

.maps .our_countires {
  max-height: 1066px;
}

.maps .findus {
  background-image: url("../imgs/packing_find.png");
  background-repeat: no-repeat;
  background-position: 0% 70%;
}

.maps .icon_container {
  height: 150px;
  width: 150px;
  background-color: #E7F2FA89;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .maps .icon_container {
    height: 100px;
    width: 100px;
  }
}

.maps .icon_container img {
  width: 55%;
}

.maps .stats .stat_content h4 {
  min-width: 180px;
}

.maps .stats .stat_content .stat_numbers {
  font-family: "Readex-Bold";
  color: #0D406B;
  font-size: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 64, 107, 0.65)), to(rgba(13, 64, 107, 0.9))), url("../imgs/footer.webp");
  background-image: linear-gradient(to bottom, rgba(13, 64, 107, 0.65), rgba(13, 64, 107, 0.9)), url("../imgs/footer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

footer .logo_container {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 150px;
  width: 180px;
  background: white;
}

footer .logo_container img {
  width: 65%;
}

footer .footer_header {
  font-size: 1.875rem;
  font-family: "Readex-SemiBold";
  color: white;
  position: relative;
}

footer .footer_header::after {
  content: "";
  background-color: white;
  min-height: 3px;
  width: 57px;
  position: absolute;
  bottom: -8px;
  right: 0;
}

footer .social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .social_icons .social_icon {
  background-color: white;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-decoration: none;
}

footer .social_icons .social_icon:not(:last-child) {
  margin-left: 1.5rem;
}

@media screen and (max-width: 1600px) {
  footer .social_icons .social_icon {
    margin-left: 1rem;
    height: 35px;
    width: 35px;
  }
}

footer .social_icons .social_icon i {
  font-size: 1.5rem;
}

footer .list_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
}

footer .list_links li {
  list-style: none;
  margin-bottom: 16px;
}

footer .list_links li a, footer .list_links li span {
  display: inline-block;
  min-width: 90px;
  text-decoration: none;
  color: white;
  font-size: 1.25rem;
}

footer .list_links li i {
  color: white;
  font-size: 1.25rem;
}

.landing_header {
  min-height: 70vh;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.landing_header h1 {
  color: white;
  font-size: 80px;
  font-family: "Readex-Bold";
}

@media screen and (max-width: 992px) {
  .landing_header h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .landing_header h1 {
    font-size: 48px;
  }
}

.about_header {
  background-image: url("../imgs/aboutbg.jpg");
  background-position: bottom;
}

.contact_header {
  background-image: url("../imgs/contactus.jpg");
}

.service_header {
  background-image: url("../imgs/contactus.jpg");
}

.info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.info_box .box_left {
  width: 80px;
}

.info_box .box_icon {
  height: 72px;
  width: 72px;
  background-color: #003176;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.info_box .box_icon i {
  font-size: 1.5vw;
  color: white;
}

@media screen and (max-width: 576px) {
  .info_box .box_icon i {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 576px) {
  .info_box .box_icon {
    height: 50px;
    width: 50px;
  }
}

.info_box .box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_box .box_text h6 {
  font-weight: 700;
  font-size: 25px;
  font-family: "Readex-Bold";
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .info_box .box_text h6 {
    font-size: 1.25rem;
  }
}

.info_box .box_text address, .info_box .box_text span {
  color: #003176;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .info_box .box_text address, .info_box .box_text span {
    font-size: 1rem;
  }
}

.get_touch {
  background-color: #F2F5F7;
}

.get_touch h2 {
  font-weight: 700;
  font-size: 50px;
  font-family: "Readex-Bold";
  margin-bottom: 0;
}

.get_touch form .form-control {
  min-height: 50px;
  padding: 1.25rem 1.5rem;
}

.get_touch form .form-control::-webkit-input-placeholder {
  font-size: 18px;
}

.get_touch form .form-control:-ms-input-placeholder {
  font-size: 18px;
}

.get_touch form .form-control::-ms-input-placeholder {
  font-size: 18px;
}

.get_touch form .form-control::placeholder {
  font-size: 18px;
}

.get_touch form label {
  font-size: 1.25rem;
  color: #003176;
  font-family: "Readex-SemiBold";
  font-weight: 600;
}

.get_touch form textarea {
  height: 180px;
}

.dream {
  position: relative;
  overflow: hidden;
}

.dream .section_title {
  color: white;
  position: relative;
  margin-bottom: 1.5rem;
}

.dream .section_title::after {
  content: "";
  background-color: white;
  min-height: 3px;
  width: 125px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dream .content img {
  height: 88px;
}

.dream .content .text_area h3 {
  color: white;
}

.dream .content .text_area p {
  font-family: "Readex-Regular";
  color: white;
  text-align: right;
  width: 80%;
  font-size: 1rem;
}

@media screen and (max-width: 567px) {
  .dream .content .text_area p {
    width: 100%;
    font-size: 1rem;
  }
}

.shape {
  position: absolute;
}

.shape_1 {
  left: -5%;
}

.shape_2 {
  right: -8%;
  bottom: 0;
}

.history .text_area h4 {
  font-family: "Readex-Bold";
  font-size: 150px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .history .text_area h4 {
    font-size: 100px;
  }
}

.horizontal_line {
  background-color: #707070;
  height: 2px;
  width: 6vw;
  position: absolute;
  right: -30px;
  top: 27%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

@media screen and (max-width: 576px) {
  .horizontal_line {
    display: none;
  }
}

.our_services {
  background-image: url("../imgs/our_services.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.our_services .section_text h2, .our_services .section_text p {
  color: white;
}

.our_services .card {
  border-radius: 13px;
  border: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.our_services .card img {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.our_services .card .card-body {
  padding: 2rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1440px) {
  .our_services .card .card-body {
    padding: 1.5rem;
  }
}

.our_services .card .card-body .card-title {
  font-family: "Readex-Bold";
}

.our_services .card .card-body .card-text {
  font-family: "Readex-Regular";
  text-align: right;
  font-size: 1.25rem;
}

.our_services .card .card-body .card-btn {
  color: #0D406B;
  font-size: 1.5rem;
  font-family: "Readex-Bold";
  padding: 0;
}

.single_service .section_text {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.single_service .section_text p {
  color: #0D406B;
}

.single_service .img_fill {
  border-radius: 13px;
}

.single_service .text_area {
  padding: 0 4.5rem;
}

.single_service .text_area h3 {
  font-family: "Readex-SemiBold";
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .single_service .text_area h3 {
    font-size: 1.75rem;
  }
}

.single_service .text_area p {
  color: #0D406B;
  margin-bottom: 0;
}

.single_service .service_content {
  margin-right: -4.5vw;
}

.transportation_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  gap: 10px;
}

@media screen and (max-width: 1440px) {
  .transportation_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

.transportation_grid_item {
  position: relative;
  min-height: 443px;
}

.transportation_grid_item:hover .layer {
  opacity: 1;
}

.transportation_grid_item .s_card {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.transportation_grid_item img {
  border-radius: 13px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.transportation_grid_item .layer {
  opacity: 0;
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  background-color: rgba(255, 255, 255, 0.8);
}

.transportation_grid_item .layer .text_area {
  padding: 0 3rem;
}

.transportation_grid_item .layer .text_area h3 {
  color: #003176;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .transportation_grid_item .layer .text_area h3 {
    font-size: 1.75rem;
  }
}

.transportation_grid_item .layer .text_area p {
  color: #0D406B;
  margin: 0 auto;
  width: 75%;
  text-align: center;
}

.transportation_grid .grid_item_1 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 4;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  .transportation_grid .grid_item_1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 1;
  }
}

.chairman_statement {
  background-color: #F9F9F9;
  position: relative;
}

.copy-right {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.p-copy-right {
  color: #FFFFFF !important;
}

.Powered-text {
  margin-top: 0.5rem;
  color: white;
}

.SOfCO-font {
  font-family: 'sofcoFont' !important;
  text-decoration: none;
  color: white;
}

.SOfCO-font:hover {
  color: #fff;
  text-decoration: underline;
}

.process_section {
  background-image: url("../imgs/Process.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.process_section .section_text h2, .process_section .section_text p {
  color: white;
}

.phone_no {
  direction: ltr !important;
}
/*# sourceMappingURL=style-ar.css.map */