html,
body {
    overflow-x: hidden;
}

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

body {
    background-color: #FFFFFF;
}

body a {
    text-decoration: none;
}

select {
    cursor: pointer;
}

.container {
    max-width: 100%;
    padding: 0px 120px;
}

img {
    max-width: 100%;
    object-fit: cover;
}

* {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Anton', sans-serif;
}

h1 {
    font-size: 76px;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    font-size: 51px;
    font-weight: 400;
    line-height: 1.2;
}

h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.h1-red {
    color: #D62220;
}

.h1-black {
    color: #0B0C13;
}

.h2-red {
    color: #D62220;
}

.h2-white {
    color: #FFFFFF;
}

.h2-black {
    color: #0B0C13;
}

.h3-red {
    color: #D62220;
}

.h3-black {
    color: #0B0C13;
}

.h3-white {
    color: #FFFFFF;
}

.p-bold {
    font-weight: 700;
}

.p-white {
    color: #FFFFFF;
}

.red_button {
    display: flex;
}

.red_button a {
    color: #FFFFFF;
    font-size: 23px;
    background-color: #D62220;
    font-weight: 400;
    line-height: 1;
    padding: 23px 50px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-161 .homepage2 {
    display: none;
}

.page-id-515 .homepage1 {
    display: none;
}

.logo_img {
  max-width: 150px;
}

.logo_container {
  display: flex;
  align-items: center;
  justify-content: center;
}


.page-id-515 header {
  position: relative;
  z-index: 10;
  background-color: transparent!important;
}

.page-id-515 header .header_menu li a {
  color: #ffffff;
}

.page-id-515 .hero_section {
  height: 100vh;
  margin-top: -131px;
}

.red_button a svg {
    transition: all 0.3s ease;
    margin-left: 20px;
    position: relative;
    top: 2px;
    position: relative;
}

.red_button a:hover svg {
    transform: translateX(10px);
}

.dark_button {
    display: flex;
}

.colorfull-background header {
    background-color: #fff;
}

.dark_button a {
    color: #FFFFFF;
    font-size: 20px;
    background-color: #132A3E;
    font-weight: 400;
    line-height: 1.6;
    padding: 12px 20px 10px 20px;
    text-transform: uppercase;
}

.dark_button a svg {
    margin-left: 20px;
    position: relative;
    position: relative;
}

.ul_list_style li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ul_list_style li .list-icon-wrapper {
    background-color: #D62220;
    padding: 10px;
    margin-right: 30px;
    height: 50px;
    width: 50px;
    position: relative;
}

.ul_list_style li .list-icon-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.ul_list_style li p {
    margin-bottom: 0px;
}

.ul_list_style li:last-child {
    margin-bottom: 0px;
}

.career_contact_form_item p {
    margin-bottom: 5px;
}

.homepage2 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-left: 100px;
    padding-bottom: 100px;
}

.hero_section2_content {
    z-index: 3;
    max-width: 700px;
    margin-left: 50px;
    margin-bottom: 50px;
}

.hero_section2_content h1{
    font-weight: unset;
    letter-spacing: 4px;
    text-align: center;
    line-height: 1;
}

.hero_section2_content h1.h1-white {
  color: #fff;
}

.hero_section2_content h1.h1-red {
  color: #D62220;
}

.hero-text-md {
  font-size: 150px;
  letter-spacing: 8px;
  font-weight: 400;
}

.hero-text-international {
  font-size: 50px;
  letter-spacing: -30px;
  font-weight: 400;
}

.hero_section2_content p{
    color: #ffffff;
    font-size: 24px;
    line-height: 1.6;
}

@media (max-width: 1440px) {
    h2 {
        font-size: 40px;
    }

    h1 {
        font-size: 55px;
    }

    h3 {
        font-size: 32px;
    }
}

@media(max-width: 1200px) {
    .container {
        padding: 0px 40px;
    }
    .page-id-515 header .header_menu li a {
      color: black;
    }
    .page-id-515 .header_menu_mobile div {
      background-color:#ffffff;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 18px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 32px;
    }

    .red_button a {
        font-size: 18px;
        padding: 15px 30px;
    }
    .homepage2 {
      padding-left: 32px;
      padding-bottom: 32px;
    }

    .hero_section2_content h1{
      font-size: 50px;
    }
    .page-id-515 .hero_section {
      margin-top: -131px;
    }

    .hero_section2_content {
      z-index: 3;
      max-width: 700px;
      margin-left: 0;
      margin-bottom: 100px;
    }
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
    .container {
        padding: 0 15px;
    }
}

/* ================================
   PRELOADER CSS
   ================================ */

   .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    pointer-events: none;
  }
  
  .preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
  }
  
  .preloader .loader .row {
    height: 100%;
    margin: 0;
  }
  
  .preloader .loader .loader-section {
    padding: 0px;
    height: 100%;
  }
  
  .preloader .loader .loader-section .bg {
    background-color: #171717;
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  /* Loaded state - panels slide away */
  .preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  }
  
  /* Hide preloader completely after animation */
  .preloader.loaded {
    opacity: 0;
    transition: opacity 0.3s ease-out 1s;
    pointer-events: none;
  }

  /* =====================================================
   EXTRACTED CSS FOR HERO-3 AND BRAND SECTIONS
   ===================================================== */

/* CSS Variables */
:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #BFF747;
    --theme2: #FFD531;
    --header: #121212;
    --text: #f5f5f4cc;
    --border: #2A2A2A;
    --body-bg: #121212;
    --bg: #171717;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  }
  
  /* Theme Button Styles (used in Hero-3) */
  .theme-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #D62220;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 22px 40px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
  }
  
  .theme-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform 0.4s ease-in-out;
  }
  
  .theme-btn::after {
    content: "";
    background-color: var(--white);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
  }
  
  .theme-btn i {
    margin-left: 10px;
  }
  
  .theme-btn:hover {
    background-color: var(--white);
    color: var(--header);
  }
  
  .theme-btn:hover::after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
  }
  
  @media (max-width: 767px) {
    .theme-btn {
      padding: 20px 32px;
    }
  }
  
  @media (max-width: 575px) {
    .theme-btn {
      padding: 18px 30px;
      font-size: 14px;
    }
  }
  
  /* Section Padding */
  .section-padding {
    padding: 120px 0;
  }
  
  @media (max-width: 1199px) {
    .section-padding {
      padding: 100px 0;
    }
  }
  
  @media (max-width: 991px) {
    .section-padding {
      padding: 80px 0;
    }
  }
  
  /* Animation for Circle Text Rotation */
  @keyframes cir36 {
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* =====================================================
     HERO-3 SECTION STYLES
     ===================================================== */
  
  .hero-3 {
    padding: 120px 0 240px;
    position: relative;
  }
  
  .hero-3 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .hero-3 .hero-bg img {
    width: 100%;
    height: 100%;
  }
  
  .hero-3 .hero-content h6 {
    font-size: 20px;
    color: #D62220;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 20px;
  }
  
  .hero-3 .hero-content h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
    color: #ffffff;
    width: 100%;
  }

  .hero-3 .hero-content h1 span {
    color: #ffffff;
  }

  .hero-content .content-width {
    max-width: 500px;
  }
  
  @media (max-width: 767px) {
    .hero-3 .hero-content h1 {
      font-size: 60px;
    }
  }
  
  @media (max-width: 575px) {
    .hero-3 .hero-content h1 {
      font-size: 50px;
    }
  }
  
  .hero-3 .hero-content p {
    font-size: 20px;
    color: #ffffff;
  }
  
  .hero-3 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
  }
  
  @media (max-width: 767px) {
    .hero-3 .hero-content .hero-button {
      margin-top: 35px;
      flex-wrap: wrap;
    }
  }
  
  .hero-3 .hero-content .hero-button .theme-btn {
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid transparent;
  }
  
  .hero-3 .hero-content .hero-button .theme-btn.style-2 {
    background-color: transparent;
    color: var(--white);
    border: 2px solid #2A2A2A;
  }
  
  .hero-3 .hero-content .hero-button .theme-btn.style-2:hover {
    color: var(--header);
  }
  
  .hero-3 .hero-image-items {
    position: relative;
  }
  
  .hero-3 .hero-image-items .hero-image {
    max-width: 410px;
    position: relative;
  }
  
  .hero-3 .hero-image-items .hero-image img {
    width: 100%;
    height: 100%;
  }
  
  .hero-3 .hero-image-items .hero-image-2 {
    position: absolute;
    right: 0;
    top: 137px;
    max-width: 197px;
  }
  
  @media (max-width: 991px) {
    .hero-3 .hero-image-items .hero-image-2 {
      right: 70px;
    }
  }
  
  @media (max-width: 575px) {
    .hero-3 .hero-image-items .hero-image-2 {
      height: 200px;
    }
    .hero-3 .hero-image-items .hero-image-2 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  
  .hero-3 .hero-image-items .hero-image-2 img {
    border-radius: 16px;
  }
  
  .hero-3 .hero-image-items .hero-image-3 {
    position: absolute;
    bottom: -138px;
    right: 0;
    max-width: 297px;
  }
  
  @media (max-width: 991px) {
    .hero-3 .hero-image-items .hero-image-3 {
      right: 80px;
    }
  }
  
  .hero-3 .hero-image-items .hero-image-3 img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
  }
  
  .hero-3 .hero-image-items .circle-item {
    width: 170px;
    height: 170px;
    line-height: 179px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -50px;
  }
  
  .hero-3 .hero-image-items .circle-item .circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    top: -3%;
    left: -3%;
    animation: cir36 10s linear infinite;
    height: 180px;
  }
  
  .hero-3 .hero-image-items .circle-item .border-line {
    border-radius: 50%;
    width: 76px;
    height: 76px;
    line-height: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero-3 .hero-image-items .circle-item .border-line .arrow-icon {
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #D62220;
    color: var(--header);
    display: inline-block;
  }
  
  .hero-3 .hero-image-items .circle-item .border-line .arrow-icon i {
    transform: rotate(-40deg);
  }
  
  .hero-3 .hero-image-items .client-image {
    position: absolute;
    bottom: -24%;
    left: 8%;
    text-align: center;
  }
  
  .hero-3 .hero-image-items .client-image h5 {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    font-family: 'Anton', sans-serif;
    margin-top: 20px;
  }

  .hero-3 .hero-image-items .client-image h5 span {
    color: var(--theme);
    font-weight: 400;
    font-size: 24px;
  }
  
  /* =====================================================
     BRAND SECTION STYLES
     ===================================================== */
  
  .brand-text {
    position: relative;
    margin-bottom: 50px;
  }
  
  .brand-text::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 86px;
    background-color: #D62220;
    top: 12px;
  }
  
  @media (max-width: 991px) {
    .brand-text::before {
      display: none;
    }
  }
  
  .brand-text::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 945px;
    background-color: #D62220;
    top: 12px;
    right: 45px;
  }

  @media (max-width: 1300px) {
    .brand-text::after {
      width: 65%;
    }
  }  
  @media (max-width: 991px) {
    .brand-text::after {
      display: none;
      width: 65%;
    }
  }
  
  .brand-text h5 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    padding-left: 110px;
  }
  
  .brand-section .brand-slider {
    margin-right: -20%;
  }
  
  @media (max-width: 1199px) {
    .brand-section .brand-slider {
      margin-right: 0;
    }
  }
  
  .brand-image {
    text-align: center;
  }
  
  /* Fix utility class */
  .fix {
    overflow: hidden;
  }
  
  .pt-0 {
    padding-top: 0 !important;
  }
  
  /* =====================================================
     WOW ANIMATION CLASSES
     ===================================================== */
  
  .wow {
    visibility: hidden;
  }
  
  .wow.animated {
    visibility: visible;
  }
  
  .fadeInUp {
    animation-name: fadeInUp;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 40px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @media(min-width: 1300px) {
    .hero-section.hero-3 .container {
      max-width: 1296px;
      padding: 0;
    }
    .brand-section .container {
      max-width: 1296px;
      padding: 0;
    }
  }

  .hero-section.hero-3,
  .brand-section {
    background-color: #132A3E;
  }

  @media(max-width: 1300px) {
    .hero-image-2 {
      display: none;
    }
    .hero-image-3 {
      display: none;
    }
  }

  @media(max-width: 1280px) {
    .hero-3 .hero-content h1 {
      font-size: 40px;
    }
    .hero-3 .hero-content p {
      font-size: 16px;
    }
  }

  @media(max-width: 991px) {
    .hero-image-2 {
      display: block;
    }
    .hero-image-3 {
      display: block;
    }
    .hero-image-items {
      width: 700px;
    }
    .hero-3 .hero-image-items .circle-item {
      right: -10%;
      top: -37%;
    }
    .page-id-515.home .homepage_our_partners {
      margin-top: 0!important;
    }
  }
  
  @media (max-width: 767px) {
    .hero-image-items {
      width: 400px;
    }
    .hero-3 .hero-image-items .hero-image {
      max-width: 250px;
    }
    .hero-3 .hero-image-items .hero-image-2 {
      right: 0;
      max-width: 135px;
      top: 57px;
    }
    .hero-3 .hero-image-items .hero-image-3 {
      right: 0;
      max-width: 200px;
      bottom: -100px;
    }
    .page-id-515 .hero_section {
      justify-content: center;
      padding-left: 0;
    }
  }
  
  @media(max-width: 576px ) {
    .hero-3 .hero-content h1 {
      font-size: 36px;
    }
    .hero-3 .hero-content p {
      font-size: 16px;
    }
    .hero-text-international {
      font-size: 30px!important;
    }
    .hero-text-md {
      font-size: 70px!important;
    }
  }
  
  
  
  