/* variables  */
:root {
  --font-primary: Arial, sans-serif;
  --font-secondary: "Marcellus SC", serif;
  --main-color: #174197;
  --text-color: #221e1f75;
  --heading-color: #393838;
  --padding-x: 150px;
  --padding-y: 150px;
}
/* variables  */

@font-face {
  font-family: Arial, sans-serif;
  src: url("./fonts/arial.ttf");
}

@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  padding: 0;
}
body.page-fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.page-fade-in {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.container-custom {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 700 !important;
  line-height: normal;
  font-style: normal;
  color: var(--heading-color);
}
p {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 1.2; */
  line-height: 162.5%;
  text-align: justify;
  letter-spacing: 0.05em;
  color: rgba(34, 30, 31, 0.75);
}

.heading {
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.title_heading {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--heading-color) !important;
}
.sub_title {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #221e1f75 !important;
}
.inner_page_top_title {
  color: var(--main-color);
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.inner_page_sub_heading {
  color: var(--heading-color);
  font-family: var(--font-primary);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.inner_page_subtitle {
  color: var(--heading-color);
  font-family: var(--font-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 209.091% */
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.main_outline_btn {
  border: 0.5px solid rgba(34, 30, 31, 0.5) !important;
  padding: 10px 20px !important;
  color: var(--heading-color);
  font-family: var(--font-primary) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: 0.28px;
  border-radius: 0% !important;
  transition: all 0.3s ease;
}
.main_outline_btn:hover {
  background-color: var(--main-color) !important;
  color: #ffffff !important;
}
.services_btn {
  font-family: var(--font-primary);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: rgba(34, 30, 31, 0.75);
}

/* header */
.navbar {
  padding: 10px 0 !important;
}
.navbar ul li {
  margin-left: 30px;
}
.navbar ul li a {
  position: relative;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #191d21;
  transition: 0.3s;
  text-decoration: none;
  transition: all 0.3s;
  z-index: 2;
}
.navbar ul li a::before,
.navbar ul li a::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 0;
  background-color: #228ec8;
  transition: all 0.5s;
  z-index: -1;
  color: #fff;
}
.navbar ul li a::before {
  right: 0;
  top: 0;
}
.navbar ul li a::after {
  left: 0;
  bottom: 0;
}

.navbar ul li a:hover {
  color: #ffffff !important;
}

.navbar ul li a:hover::before,
.navbar ul li a:hover::after {
  width: 100%;
}
.navbar ul li .nav_btn {
  border-radius: 0px;
}
.navbar ul li .nav_btn:hover {
  background-color: #228ec8 !important;
  border: 1px solid #fff;
}

.hero .hero_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
.hero .hero_info h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 96px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fcfcfc;
}
.hero .hero_info .hero_btn {
  padding: 15px 30px !important;
  background: #fcfcfc;
  color: #191d21;
  font-size: 16px;
}

/* !header */

/* export import */
.export_import {
  margin: 100px 0;
}
.export_import .explore_btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: var(--heading-color);
}
/* !export import */

/* Core expertise*/
.core {
  margin-bottom: 100px;
}
.core .sub_title {
  margin-top: 20px;
  margin-bottom: 50px;
}
.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.core .owl-theme .owl-dots .owl-dot span {
  margin-top: 20px;
  width: 30px;
  height: 3px;
  background: #869791 !important;
  transition: 0.3s;
  margin-right: 10px;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 40px;
  background: #366d8b !important;
}
.service_box {
  position: relative;
}
.service_box img {
  width: 100%;
  height: auto;
}

.service_box .service_title {
  position: absolute;
  background: rgba(252, 252, 252, 0.85);
  text-align: center;
  width: 90%;
  bottom: 10px;
  padding: 20px 5px;
  left: 0;
  right: 0;
  margin: auto;
}
.service_box .service_title a {
  font-family: var(--font-primary);
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--heading-color);
}

/* .owl-nav button {
  background: #007bff;
  color: #fff;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
} */

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 35%;
  right: -7%;
  background: #366d8b35 !important;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 35%;
  left: -7%;
  background: #366d8b35 !important;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: #94c7e2 !important;
}

/* !Core expertise*/

/* company experience */
.experience {
  background: var(--main-color);
  padding: 65px 0;
}
.experience .experience_content_container {
  padding: 0px;
}
.experience .experience_content {
  position: relative;
}

.experience .experience_content::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #ffffff00, #ffffff50, #ffffff00);
}

.experience
  .experience_content_container:last-child
  .experience_content::after {
  display: none !important;
}
.experience .experience_title {
  font-size: 64px;
  line-height: 83px;
  color: #fcfcfc;
}
.experience .experience_subtitle {
  font-style: italic;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fcfcfcce;
}
/* !company experience */

/*beloved clients */
.clients {
  margin: 50px 0;
}
.clients .clients_container {
  margin-top: 60px;
}
.clients .clients_content {
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.clients .clients_content:hover {
  transform: translateY(-8px) scale(1.03);
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
}
.clients .clients_content .client_info {
  text-align: center;
  border: 1px solid #b4b4b4;
  padding: 25px 0;
}

.clients .clients_content .client_info img {
width: 60%;
}

.clients .clients_content p {
     line-height: 24px;
     font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--heading-color);
    margin-top: 10px;
}

/*beloved clients */

/* client feedback */
.feedback {
  padding: 100px 0 60px 0;
  background-color: #228ec810;
  position: relative;
}
.feedback_carousel {
  position: relative;
  padding-bottom: 60px;
}

.feedback_carousel .feedback_name {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #221e1f !important;
}
.feedback_carousel .feedback_designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: var(--heading-color) !important;
}
.feedback_carousel .text_content {
  border: 1px solid #221e1f;
  padding: 40px;
}
.feedback_carousel .text_content h5 {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #221e1f;
}
.feedback_carousel .text_content p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: var(--heading-color);
}
.feedback_carousel .slick-prev,
.feedback_carousel .slick-next {
  position: absolute;
  top: auto !important;
  bottom: 0px;
  left: auto;
  background: #fcfcfc !important;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 24px;
  color: #3f3d3d80 !important;
  z-index: 100 !important;
  border-radius: 50%;
  transition: 0.3s;
}
.feedback_carousel .slick-prev {
  right: 85px;
}
.feedback_carousel .slick-next {
  right: 10px;
}
.feedback_carousel .slick-prev:before,
.feedback_carousel .slick-next:before {
  /* font-size: 32px;
  color: #3f3d3d; */
  content: none !important;
}
.feedback_carousel .slick-prev:hover,
.feedback_carousel .slick-next:hover {
  color: #3f3d3d !important;
  background: #ffffff;
}
.feedback .sub_title {
  color: #221e1f65 !important;
}

/* client! feedback */

/* footer */
.footer {
  padding: 70px 0 0px 0;
  background: url("../images/footer-bg.png") no-repeat top center;
  background-size: cover;
}
.footer .footer_heading {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.footer .social_icon {
  margin-top: 50px;
}
.footer .social_icon a {
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.3s;
}
.footer .social_icon a:hover {
}

.footer ul {
  padding: 0;
  margin-top: 25px;
}

.footer ul li {
  list-style: none;
  margin-bottom: 15px;
}
.footer ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(252, 252, 252, 0.85);
}
.footer .contact_btn {
  background: transparent;
  border: 1px solid #fcfcfc !important;
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: rgba(252, 252, 252, 0.85) !important;
  border-radius: 3px !important;
  margin-bottom: 40px;
}
.footer .contact_btn:hover {
  background: #ffffff50;
}
.footer .copyright p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: rgba(252, 252, 252, 0.85);
}
.footer .copyright .right a {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: rgba(252, 252, 252, 0.35);
  text-decoration: none;
}
.footer .copyright .right a span {
  font-weight: 700;
  color: #52a8d7;
}
/* !footer */

/* service page */
.services {
  margin: 100px 0;
}
.explore_service {
  margin-bottom: 70px;
}
.services .sub_title {
  margin-bottom: 50px;
}
.explore_service .services_btn {
  margin-left: 30px;
}
.explore_service .explore_servie_container {
  margin-top: 120px;
}
.explore_service .first_service {
  margin-top: 75px !important;
}
.explore_service .explore_servie_container img {
  width: 100%;
  height: auto;
}

/* !service page */

/* about page  */
.about_section .experience {
  margin: 90px 0;
}
.custom_paddingX {
  padding-left: var(--padding-x) !important;
}
.custom_paddingY {
  padding-right: var(--padding-y) !important;
}

.about_content .wide_image img {
  width: 100%;
  height: auto;
  object-fit: fill;
}
.about_content h3 {
  font-size: 32px;
  line-height: 1.2;
  text-align: justify;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--heading-color) !important;
  margin-bottom: 20px;
}
.about_content .main_outline_btn {
  margin-top: 30px;
}

.about_section .leaders {
  padding-top: 75px;
  background: #85cdf515;
  padding-bottom: 45px;
}
.about_section .leaders_container {
  margin-top: 60px;
}
.leaders_container .leaders_content .leaders_name {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
.leaders_container .leaders_content .leader_designation {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: rgba(63, 61, 61, 0.86);
  margin: 0;
}

.about_section .clients {
  margin: 70px 0;
}
.recent_activites {
  margin: 90px 0;
}
.recent_activites .recent_activites_container {
  margin-top: 55px;
}
.recent_activites .recent_activites_content h6 {
  margin-top: 22px;
  font-weight: 500 !important;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #221e1f;
}
.recent_activites .recent_activites_content p {
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--heading-color) !important;
}

.global_partner {
  margin-bottom: 100px;
}
.global_partner .company_card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 250px;
}

.global_partner .company_card .bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.global_partner .overlay_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  transition: background 0.3s ease;
}

.global_partner .company_logo {
  width: 60px;
  margin-bottom: 10px;
}

.global_partner .company_name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  text-transform: uppercase;
}

.global_partner .visit_btn {
  opacity: 0;
  visibility: hidden;
  background: #fcfcfc;
  color: black;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.global_partner .company_card:hover .bg_img {
  transform: scale(1.05);
}

.global_partner .company_card:hover .visit_btn {
  opacity: 1;
  visibility: visible;
}

/* !about page  */

/* contact us page*/
.contact_hero {
  position: relative;
  background: url("../images/contact-us/contact-hero-bg.png") no-repeat center
    center;
  background-size: cover;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.contact_hero .content h2,
.contact_hero .sub_title {
  color: #ffffff !important;
  text-align: center;
}

.contact_us .contact_card_container {
  padding: 70px 0;
  background: #126fa210;
}
.contact_us .contact_card {
  border: 1px solid #366d8b30;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
}
.contact_us .contact_card .card_header {
  border: 1px solid #366d8b30;
  background-color: #1a3963;
  color: #ffffff;
  font-family: var(--font-secondary);
  padding: 30px 0;
  border-radius: 5px 5px 0 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fcfcfc;
}
.contact_us .contact_card .contact_card_content {
  padding: 40px;
  text-align: center;
}
.contact_us .contact_card .contact_card_content .flag {
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.contact_card .contact_card_content .contact_info {
  list-style: none;
  padding: 0;
  text-align: left;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #121416;
}

.contact_card .contact_card_content .contact_info li {
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  gap: 20px;
}

.contact_card .contact_card_content .contact_info i {
  color: var(--main-color);
  min-width: 20px;
  margin-top: 2px;
  font-size: 24px;
}

.contact_form {
  padding-top: 65px;
  padding-bottom: 90px;
}
.contact_form label {
  font-family: var(--font-primary) !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--heading-color) !important;
}
.contact_form input,
.contact_form textarea {
  border-bottom: 0.5px solid rgba(63, 61, 61, 0.75) !important;
  border: none;
  border-radius: 2px;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(63, 61, 61, 0.25) !important;
  padding-left: 0 !important;
}
.contact_form input:focus,
.contact_form textarea:focus {
  outline: none;
  box-shadow: none; /* Also remove Bootstrap's default shadow */
}

.contact_form .main_outline_btn {
  margin-top: 30px;
  width: 100%;
  background: #366d8b !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  font-size: 16px !important;
  font-family: var(--font-primary) !important;
  text-transform: uppercase;
}
.google_map_container .map_responsive {
  overflow: hidden;
  position: relative;
  margin-bottom: -6px;
  /* padding-bottom: 56.25%;
  height: 0; */
}
/* .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
} */

/* !contact us page*/

/* media queary for responsive */
@media (max-width: 1200px) {
  .container-custom {
    padding-left: 80px;
    padding-right: 80px;
  }
  .custom_paddingX {
    padding-left: 80px !important;
  }
  .custom_paddingY {
    padding-right: 80px !important;
  }
  /* navbar */
  .navbar ul li {
    margin-left: 12px;
  }
  .navbar ul li a {
    font-size: 14px;
  }
  /* !navbar */
  .hero .hero_info h1 {
    font-size: 44px;
    line-height: 1.2;
  }

  .feedback_carousel .slick-prev,
  .feedback_carousel .slick-next {
    bottom: -30px;
  }
  .about_content .main_outline_btn {
    margin-top: 0;
  }
}

@media (max-width: 999px) {
  .container-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav-item {
    margin-top: 10px;
  }
  .hero .hero_info h1 {
    font-size: 24px;
  }
  .hero_btn {
    padding: 10px 20px !important;
  }
  .clients {
    margin-bottom: 50px;
  }
  .explore_service .explore_servie_container {
    margin-top: 50px;
  }
  /* .core {
    margin-bottom: 60px;
  } */
  .experience .experience_content::after {
    display: none;
  }
  .copyright {
    text-align: center;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 500px) {
  .navbar-brand {
    width: 70%;
  }
  .hero .hero_info h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .hero .hero_info .hero_btn {
    padding: 10px !important;
  }
  .carousel-item img {
    min-height: 300px;
  }
  .feedback_carousel .text_content {
    padding: 15px;
  }
  .explore_service .services_btn {
    /* text-align: center; */
    display: block;
    margin: 30px auto;
  }
  .custom_paddingX {
    padding-left: 30px !important;
  }
  .custom_paddingY {
    padding-right: 30px !important;
  }
  .contact_card .contact_card_content .contact_info {
    font-size: 14px;
  }
}

@media (min-width: 1441px) {
  .misinon_img {
    text-align: end;
  }
}

/* !media queary for responsive */
