@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body,html{
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    overflow-x: hidden!important;
    /*margin:8px;*/
}

/* Top Bar */
.top-bar{
    background:#000;
    color:#fff;
    font-size:14px;
    padding:20px 0;

}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
}
.top-bar a{
    color:#fff;
    margin-right:15px;
}

/* Navbar */
.navbar{
    position:absolute;
    width:100%;
    z-index:99;
}
/* =========================
   TOP BAR
========================= */
.top-bar {
    background: #000;
    padding: 22px 0;
    font-size: 14px;
}

.top-bar a {
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.top-bar a i {
    margin-right: 6px;
}

.top-bar a:hover {
    color: #dc3545;
}

.call-actions a {
    margin-left: 25px;
}



.navbar-brand img {
    height: 45px;
}
/* Reset menu */
.menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
}

.menu li a {
    text-decoration: none;
    font-weight: 500;
}

/* =============================
   HEADER 1 (Transparent)
============================= */
.header-main {
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0;
    padding: 20px 0;
    z-index: 999;
}

.header-main .menu li a {
    color: #fff;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.header-main .menu li a.active {
    color: #ff3c3c;
}
.header-main img{
    width: 190px;
}

/* =============================
   HEADER 2 (Sticky White)
============================= */
.header-sticky {
    position: fixed;
    top: -120px; /* hidden initially */
    left: 0;
    width: 100%;
    background: #f4f4f4;
    padding: 15px 0;
    z-index: 99;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.header-sticky img{
    width: 190px;
}
.header-sticky .menu li a {
    color: #222;
}

.header-sticky .menu li a.active {
    color: #ff3c3c;
}

/* When active */
.header-sticky.show {
    top: 0;
}


/* .navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    margin-left: 25px;
    transition: 0.3s;
}


.navbar-nav .nav-link.active {
    color: #dc3545 !important;
}

.navbar-nav .nav-link:hover {
    color: #dc3545 !important;
}


.navbar-dark .navbar-nav .nav-link {
    color: #333;
} */

/* Toggler Fix */
/* .navbar-toggler {
    border: none;
}

.navbar-nav .nav-link{
    color:#fff !important;
    font-weight:500;
    margin-left:20px;
}

.navbar-nav .nav-link.active{
    color:#ff3c3c !important;
} */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav .mobile_menu li a {
  padding: 8px 8px 11px 12px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav .mobile_menu li{
    list-style-type: none;
}
.sidenav .mobile_menu{
    margin-top: 70px;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  color: #fff;
  text-decoration: none;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Hero */
.hero{
    height:700px;
    background:url('../images/hero-img.jpg') center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
    color:#fff;
}

.hero::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:rgb(0 0 0 / 0%);
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero h1{
    font-size:60px;
    font-weight:600;
    margin-top: 15px;
}

.hero h1 span{
    font-weight:700;
}

.hero a{
    color:#fff;
    text-decoration:none;
}
.hero p a:hover{
    background-color: hsla(0, 0%, 100%, .2);
    padding: 12px 13px 12px;
    transition-duration: .2s;
}
/* Feature strip */
.feature-strip{
    margin-top:-80px;
}

.feature-box{
    position:relative;
    overflow:hidden;
}

.feature-box img{
    width:100%;
    height:300px;
    object-fit:cover;
}

.feature-box .overlay{
    position:absolute;
    bottom:0;
    width:100%;
    background:rgba(0,0,0,0.8);
    color:#fff;
    padding:15px;
    text-align:center;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    font-size: 18px;
}

/* Section Title */
.section-title{
    margin-bottom:50px;
}

.section-title h2{
    font-weight:500;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-size: 42px;
    color: #1b1b1b;
    padding-bottom: 25px;
}

/* Services */
.service-card{
    position:relative;
    overflow:hidden;
    padding: 0;
}

.service-card img{
    width:100%;
    height:520px;
    object-fit:cover;
}

.service-card .overlay{
    position:absolute;
    bottom:0;
    background:transparent;
    color:#fff;
    padding: 20px 20px 50px;
    width:100%;
}

/* Vision Section */
/* .vision{
    padding:50px 0;
}
.vision img{
    width:100%;
    border-radius:8px;
} */
 .vision {
    width: 100%;
    padding-bottom: 50px;
}

.vision-wrapper {
    display: flex;
    width: 100%;
}

/* Left Side */
.vision-image {
    width: 50%;
}

.vision-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

/* Right Side */
.vision-content {
    width: 50%;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

/* Typography */
.vision-content h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #222;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

.mission-text {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
        font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

/* List */
.vision-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.vision-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 5px;
    font-size: 17px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

.check-icon {
    color: #e60000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}
.vision .learn-more{
    color: #000;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-size: 17px;
    font-weight: 600;
}
/* .vision .learn-more:hover{
        color: #000000 !important;
    border-color: RGBA(255, 255, 255, 0);
    font-size: 17px;
    font-weight: 600 !important;
        background-color: rgba(0, 0, 0, .05);
} */
.main-btn{
    display: flex;
    gap: 10px;
    color: #D32525;
}
/* Counter */
.counter-section{
    background:url('../images/counter-bg.jpg') center/cover no-repeat;
    padding:120px 0;
    color:#fff;
    text-align:center;
    position:relative;
}

.counter-section::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    /* background:rgba(0,0,0,0.7); */
    top:0;
    left:0;
}

.counter-section .container{
    position:relative;
    z-index:2;
}

.counter-section h2{
    font-size:40px;
    font-weight:700;
    font-family: "Jost", sans-serif;
    text-align: left;
}
.counter-section hr{
    width: 150px;
    color: #D32525;
    /* margin: 0 auto; */
    border: 1px solid;
    opacity: 9;
}
.counter-section .counter_numbers p{
    color: #D32525;
    text-align: left;
}
.counter_numbers{
    padding-bottom: 30px;
}

/* Clients */
/* .clients img{
    height:60px;
    margin:20px;
} */
 /* .clients {
    background: #f8f9fa;
} */

.clients h3 {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    color: #333;
}
.et_pb_divider_6.et_pb_module, .et_pb_divider_7.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important;
}
.et_pb_divider_6 {
    background-color: #D32525;
    height: 23px;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    width: 2px;
    max-width: 2%;
}
.clients .swiper {
    padding: 20px 0;
}

.clients .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients .swiper-slide img {
    /* max-height: 60px; */
    width: 150px;
    /* opacity: 0.7; */
    transition: 0.3s;
}

.clients .swiper-slide img:hover {
    opacity: 1;
    transform: scale(1.05);
}


/* Testimonials */
/* .testimonial{
    background:#f7f7f7;
    padding:100px 0;
    text-align:center;
} */
 .testimonial {
    background: #e6e6e6;
}
 .testimonial .swiper-pagination{
    margin-top: 70px;
    position: relative;
 }
.testimonial h3 {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}
.dipl_testimonial_slider_0 .dipl_testimonial_opening_quote_icon {
    color: rgba(0, 0, 0, 0.2) !important;
    font-size: 56px !important;
}
.dipl_testimonial_slider .dipl_testimonial_opening_quote_icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dipl_testimonial_slider .dipl_testimonial_quote_icon {
    display: inline-block;
    vertical-align: middle;
    font-family: ETmodules;
    font-size: 56px;
    font-weight: 400;
    font-style: normal;
    line-height: 0;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    speak: none;
    z-index: 1;
}
.dipl_testimonial_quote_icon i{
    font-size: 56px;
    color: rgba(0,0,0,0.2)!important;
}
.testimonialSwiperCustom {
    /* max-width: 950px; */
    margin: auto;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: #424242;
    margin-bottom: 25px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;

}

.testimonial-name {
    font-size: 16px;
    font-weight: 700;
    color: #D32525;
    letter-spacing: 1px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

/* Pagination Style */
.testimonial-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: #000;
}


/* CTA */
.cta{
    padding: 65px 0;
    text-align:center;
}
.cta h3{
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    line-height: 1.7em;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

.cta .btn{
    color: #FFFFFF;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    background-color: #D32525;
    padding-top: 13px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-left: 25px;
}
.cta a{
   font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif; 
}
.footer-social {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    font-size: 20px;
    transition: 0.3s ease;
}
.footer-social i{
    font-size: 17px;
    color: #060606;
    margin-top: 11px;
}
.footer-social a:hover {
    background: #b3aaab;
    color: #fff;
    /* transform: translateY(-5px); */
}
.footer-bottom a{
    display: inline-block!important;
    color: #D32525!important;
}
/* Footer */
.footer{
    background:#000;
    color:#fff;
    padding:70px 0 10px;
}
.footer h5{
    font-size: 24px;
    margin-bottom: 35px;
    color: #fff;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}
.footer a{
    color:#fff;
    text-decoration:none;
    display:block;
    margin-bottom:10px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}
footer p{
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.7;
}
.footer .call_links{
        font-size: 18px;
    color: #999999;
    font-weight: 400;
}
.footer ul li{
    float: left;
    width: 50%;
    list-style-type: none;
    padding-left: 14px;   
}
.footer .container{
    width: 1320px;
}
.footer-bottom p{
    text-align: center;
    padding-bottom: 10px;
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 0;
    color: #D32525;
}
.footer ul li a{
  color: #D32525;
  font-size: 18px;
}
.footer ul{
    padding-left: 0;
}
.footer .call_links a{
        font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}
.footer-bottom{
    text-align:center;
    padding-top:30px;
}
.navbar-brand img{
    width: 180px;
}
.text_decoration_none{
    text-decoration: none;
}
.call-actions a i{
    color: #D32525;
    margin-right: 10px;
}
.hero-content .main_heading a{
    font-size: 57px;
    line-height: 57px;
    text-align: left;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}
.hero-content h1 span{
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 73px;
    line-height: 81px;
    text-align: left;
}
.hero p{
    text-align: center;
}
.feature-strip {
    margin-top: -80px;
}

.flip-card {
    perspective: 1000px;
    height: 300px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease-in-out;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Both sides */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
}

/* Image both sides */
.flip-card-front img,
.flip-card-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Back side */
.flip-card-back {
    transform: rotateY(180deg);
    position: relative;
}

/* Dark overlay on back */
.flip-card-back::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.65); */
    top: 0;
    left: 0;
    z-index: 1;
}

/* Content on back */
.flip-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 20px;
    width: 100%;
}

.flip-content h5 {
    font-weight: 600;
    padding-bottom: 25px;
    text-align: left;
    color: #000;
    font-family: "Jost", sans-serif;
}

.flip-content p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #000;
    text-align: left;
    line-height: 1.7;
    font-family: "Jost", sans-serif;
}

.flip-btn {
    background: #000;
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    float: left;
}

.flip-btn:hover {
    background: #000;
    color: #fff;
}
.section_sub_heading {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d32525;
    margin-bottom: 5px;
    padding: 0;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}
.section_sub_heading span {
    border-color: #d32525;
    height: 13px;
    margin-right: 14px;
    border-right-width: 4px;
    border-right-style: solid;
    display: inline-block;
}
.service-section{
    padding: 90px 0 90px;
}
.service-section .service-card .overlay h5{
    font-size: 25px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
}
.service-section .service-card .overlay p{
    font-size: 16px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 400;
    line-height: 1.7;
}
.service-section .service-card .overlay p:first-child{
    min-height: 130px;
}
.service-section .service-card .overlay a{
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}
.service-section .service-card .overlay a:hover{
    text-decoration: none;
}
.breadcrumbsWrappers, .jobs_breadcrumbs_wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrums_title {
    padding: 200px 0;
}
.breadcrums_title h1 {
    font-weight: 700;
    font-size: 50px;
    color: #FFFFFF !important;
    text-align: center;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}
/* Section spacing */
.culture-section{
    padding:80px 0 60px;
    background-color: #f5f5f5;
}

/* Left large image */
.main-slider img{
    width:100%;
    height:400px;
    object-fit:cover;
    border-radius:6px;
}

/* Thumbnail images */
.thumbnail-wrapper{
    margin-top:20px;
}

.thumbnail-wrapper img{
    width:100%;
    height:90px;
    object-fit:cover;
    border-radius:4px;
    cursor:pointer;
    transition:0.3s;
}

.thumbnail-wrapper img:hover{
    transform:scale(1.05);
}

/* Right content styling */
.small-title{
    color:#e63946;
    font-weight:600;
    letter-spacing:4px;
    font-size:14px;
    position:relative;
    padding-left:20px;
}

.small-title::before{
    content:"";
    position:absolute;
    left:0;
    top:6px;
    width:4px;
    height:16px;
    background:#e63946;
}

.main-title{
       font-size: 42px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #222;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

.culture-text{
    color:#6c757d;
    line-height:1.9;
    font-size:16px;
    margin-bottom:20px;
}
/* SECTION */
.services-section{
    padding:100px 0 0;
}

/* LEFT SIDE */
.services-left-title{
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    margin-bottom:40px;
    font-weight: 300;
    font-size: 44px;
    color: #D32525 !important;
}

.services-list{
    list-style:none;
    padding:0;
    margin:0;
}

.services-list li a{
    margin-bottom:25px;
    font-size:18px;
    font-weight:400;
    color:#6c757d;
    cursor:pointer;
    text-decoration: none;
    display:flex;
    align-items:center;
    transition:0.3s;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}
.services-list li{
    display: flex;
}
.services-list li span{
    margin-right:18px;
    font-size:13px;
    color:#bdbdbd;
    transition:0.3s;
}

.services-list li:hover{
    color:#e53935;
}

.services-list li.active{
    color:#e53935;;
}

.services-list li.active span{
    color:#e53935;
}

/* RIGHT SIDE */
.small-heading{
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    color:#e53935;
    position:relative;
    padding-left:18px;
    margin-bottom:15px;
}

.small-heading::before{
    content:"";
    position:absolute;
    left:0;
    top:6px;
    width:4px;
    height:14px;
    background:#e53935;
}

.main-heading{
       font-size: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    color: #1b1b1b;
    margin-bottom: 25px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

.sub-text{
    font-size:22px;
    color:#353535;
    margin-bottom:35px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

.divider-line{
    width:120px;
    height:4px;
    background:#e0e0e0;
    margin-bottom:35px;
}

.content-text{
    font-size:17px;
    line-height:1.9;
    color:#6c757d;
    margin-bottom:25px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

/* RESPONSIVE */
@media(max-width:991px){
.services-left{
    margin-bottom: 10px;
}
.main-heading{
    font-size:36px;
    }
}
.why-choose-section-hero{
    background-image: url('../images/why-choose-bg.jpg');
    background-size:cover;
    background-position:center;
    padding:100px 0;
    color:white;
}

.why-choose-section-small-text{
    color:#ff3c3c;
    letter-spacing:3px;
    font-size:14px;
    font-weight:500;
}

.why-choose-section-title{
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 25px;
     font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

.why-choose-section-desc{
    color:#d4d4d4;
    font-size:18px;
    margin-bottom:25px;
}

.why-choose-section-list{
    list-style:none;
    padding:0;
}

.why-choose-section-list li{
    margin-bottom:12px;
    font-size:16px;
}

.why-choose-section-list li i{
    color:#ff3c3c;
    margin-right:10px;
}

.why-choose-section-image{
    width:100%;
    margin-top: -290px;
    height: 500px;
    object-fit: cover;
}
.why-choose-section-box i{
    color: #ffff;
    font-size: 40px;
}

/* ================= SERVICES SECTION ================= */

.why-choose-section-services{
    background:#f1f1f1;
    padding:80px 0 30px;
}

.why-choose-section-box{
    text-align:center;
    padding:20px 30px;
}

.why-choose-section-icon{
    width:80px;
    height:80px;
    background:#d21f26;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    /* margin:0 auto 25px; */
    margin-bottom: 25px;
}

.why-choose-section-icon img{
    width:40px;
}

.why-choose-section-service-title{
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
    text-align: left;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    color: #333;
}

.why-choose-section-service-desc{
    color:#666;
    font-size: 17px;
    line-height:1.7;
    margin-bottom:20px;
    text-align: left;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

.why-choose-section-red-line{
    width: 100%;
    height:2px;
    background:#d21f26;
    /* margin:0 auto; */
}

/* ================= RESPONSIVE ================= */

@media (max-width:991px){
    .why-choose-section-hero{
        text-align:center;
    }
    .why-choose-section-image{
        margin-top:40px;
    }
}
.custom-location-section {
    background: url('../images/contact-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    color: #fff;
}

.custom-location-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

.custom-location-section .container {
    position: relative;
    z-index: 2;
}

.flag-icon {
    width: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.location-box h4 {
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 1.7em;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 20px;
}

.location-box p {
    margin: 4px 0;
    font-size: 18px;
    opacity: 0.9;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

/* ================= CONTACT SECTION ================= */

.custom-contact-section {
    background: #fff;
    padding: 50px 0 80px;
}

.contact-heading h1 {
    font-weight: 700;
    font-size: 80px;
    color: #000000;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    margin-bottom: 32px;
}

.contact-heading p {
    max-width: 1215px;
    margin: auto;
    font-size: 17px;
    color: #666;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

.form-title {
    font-weight: 500;
    padding-bottom: 20px;
    font-size: 26px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

/* Underline input style */

.form-group-custom {
    margin-bottom: 30px;
}

.form-group-custom input,
.form-group-custom textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 16px;
    font-size: 16px;
    outline: none;
    color: #999;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
}

.form-group-custom input:focus,
.form-group-custom textarea:focus {
    border-bottom: 1px solid #000;
}

textarea {
    resize: none;
}

/* Captcha */

.captcha-text {
    font-size: 16px;
    color: #666;
    font-family: "Jost", sans-serif;
}

.captcha-input {
    width: 50px;
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
    outline: none;
    margin-top: 34px;
}

/* Button */

.custom-submit-btn {
    background: #D32525;
    color: #fff;
    border: none;
    /* padding: 12px 40px; */
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    transition: 0.3s;
    text-transform: uppercase;
    height: 60px;
    margin-left: 10px;
}

.custom-submit-btn:hover {
    background: #b71c1c;
}

/* Address */

.address-box h5 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #666;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
}

.address-box p {
    font-size: 18px;
    color: #666;
    margin-bottom: 8px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}
.address-box p strong{
     font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}
.custom-section-space {
    padding: 120px 0;
    position: relative;
}

/* ================= BACKGROUND ================= */

/* .section-bg-custom {
    background: url("https://www.transparenttextures.com/patterns/light-paper-fibers.png");
    background-color: #f3f3f3;
} */

/* ================= IMAGE AREA ================= */

.pm-image-wrapper {
    position: relative;
    display: inline-block;
}

.pm-light-box {
    position: absolute;
    width: 85%;
    height: 69vh;
    background: #f7f7f7;
    top: -40px;
    left: 140px;
    z-index: 1;
}

.pm-image-wrapper img {
    position: relative;
    z-index: 2;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

/* ================= CONTENT ================= */

.pm-small-title {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #e11d2e;
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}

.pm-small-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 14px;
    background: #e11d2e;
}

.pm-main-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 30px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
    margin-left: 40px;
}

.pm-feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-left: 12px;
    margin-right: 40px;
}

.pm-feature-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 6px;
    font-size: 19px;
    font-weight: 600;
    color: #333;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

.pm-feature-list li i {
  margin-right: 8px;
}

/* ================= RED BLOCK ================= */

.pm-red-block {
    position: absolute;
    right: -2%;
    top: 28px;
    width: 80px;
    height: 400px;
    background: #e11d2e;
}

/* ================= DESCRIPTION ================= */

.pm-description {
    font-size: 18px;
    line-height: 1.9;
    color: #666;
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Jost', Helvetica, Arial, Lucida, sans-serif;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

.custom-section-space {
      padding: 30px 0 10px;
    }
.footer-bottom{
    padding-top: 10px;
}
.footer-social{
    margin-bottom: 8px;
}
.footer-bottom p{
    margin-top: 10px;
}
.pm-feature-list{
    margin-left: 0;
}
.services-list li a{
    margin-bottom: 18px;
}
.why-choose-section-box{
    padding: 20px 0;
}
    /* .pm-main-title {
        font-size: 30px;
    } */

    .pm-light-box {
        display: none;
    }
    .divider-line{
        margin-bottom: 20px;
    }
   .sub-text{
    margin-bottom: 15px;
   }
    .pm-red-block {
        display: none;
    }
.pm-main-title{
    margin-bottom: 10px;
}
.pm-main-title{
    font-size: 32px;
}
.pm-feature-list li{
    font-size: 16px;
}
.pm-small-title{
    font-size: 12px;
}
}
.ml-0{
    margin-left: 0;
}
.pl-0{
    padding-left: 0!important;
}
.pb_100{
    padding-bottom: 100px;
}
.shadow_0{
    box-shadow: inherit !important;
}
.map-section{
    position:relative;
    height:550px;
    /* background:#ededed; */
    overflow:hidden;
}

/* WORLD MAP IMAGE */
.world-map{
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0.9;
}

/* LOCATION DOT */
.location{
    position:absolute;
    width:14px;
    height:14px;
    border-radius:50%;
    cursor:pointer;
    transition:0.3s ease;
    background-color:#000;  
}

.location:hover{
    transform:scale(1.5);
    background-color:#c0392b; 
}
.country{
    fill:#000;   /* default black */
    transition:0.3s ease;
    cursor:pointer;
}

.country:hover{
    fill:#c0392b; 
}
/* .custom-underline {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 300;
}

.custom-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px; 
  width: 100%;
  height: 2px;
  background-color: #ffffff;
} */
 .line-text {
  position: relative;
  display: inline-block;
}

.line-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* perfect gap */
  width: 100%;
  height: 5px;
  background: #fff;
}


/* Colors */
/* .red{
    background:#c0392b; 
}
.black{ background:#c0392b; }
.red:hover{
    background:#e74c3c;
} */
/* TOOLTIP CARD */
.map-tooltip{
    position:absolute;
    display:none;
    z-index:1000;
    pointer-events:none;
}

.tooltip-content{
    background:#fff;
    padding:18px 25px;
    border-radius:8px;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
    font-size:16px;
    line-height:1.6;
    min-width:260px;
}

.map-tooltip{
    position:fixed;   /* change from absolute to fixed */
    z-index:9999;
}
/* Hide mobile toggle on desktop */
.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
    background: #000;
    transition: 0.3s;
}

/* Sticky header toggle color */
.header-sticky .mobile-toggle span {
    background: #000;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    transition: 0.4s ease;
    z-index: 9999;
    padding: 20px;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu ul li {
    margin-bottom: 20px;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.close-menu {
    font-size: 28px;
    cursor: pointer;
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.footer {
    overflow-x: hidden;
}

.footer p,
.footer a {
    word-break: break-word;
}

.footer .row {
    margin-left: 0;
    margin-right: 0;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-bottom {
    text-align: center;
}

.call_links {
    display: block;
}
 
/*.header-main.show .mobile-toggle{*/
/*    color:#000;*/
/*}*/
/* Responsive */

/*@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { */
/*    .show span{*/
/*    color: #000!important;*/
/*}*/
/*}*/

/* .mobile-toggle {
    font-size: 30px;
    cursor: pointer;
    transition: 0.3s;
}
@media (min-width:768px) and (max-width:1024px) {
    .header-main .toggle-normal {
        color: #000;
    }
    .header-sticky .toggle-sticky {
        color: #fff;
    }
} */

.mobile-toggle {
    font-size: 30px;
    cursor: pointer;
}

/* Tablet View Only */
@media (min-width:768px) and (max-width:1024px) {

    .header-main .mobile-toggle,
    .header-sticky .mobile-toggle {
        color: #000 !important;
        background: #f4f4f4;
        width: 51px;
        text-align: center;
        height: 42px;
        line-height: 41px;
    }

}



@media only screen and (min-width : 1024px) {
  .feature-box .overlay{
    font-size: 15px;
  }
  .footer ul li a{
    font-size: 16px;
  }
  .breadcrumbsWrappers, .jobs_breadcrumbs_wrapper{
    height: 70vh;
  }
  .vision{
    padding-bottom: 10px;
  }
  .am5-layer-30{
    height: 500px!important;
  }
  .custom-section-space{
    padding: 50px 0;
  }
  .pm-light-box{
    width: 76%;
    height: 58vh;
  }
  .services-section {
    padding: 80px 0 50px !important;
}
.why-choose-section-title{
    font-size: 38px;
}
.why-choose-section-hero{
    padding: 105px 0;
}
.why-choose-section-list li{
    font-size: 16px;
}
  .pm-red-block{
    right: -3%;
  }
  .pm-main-title{
    font-size: 37px;
    line-height: 1.1;
  }
  .pm-feature-list li{
    padding-left: 14px;
        font-size: 16px;
  }
  .main-heading{
    font-size: 36px;
  }
  .services-list li a{
    font-size: 16px;
  }
  .ps-lg-5{
    padding-left: 2rem!important;
  }
}
@media only screen and (min-width : 1440px) and (max-width:1500px) {
    .vision{
        padding-bottom: 50px;
    }
    .breadcrumbsWrappers, .jobs_breadcrumbs_wrapper{
        background-position: top !important;
    }
    .why-choose-section-hero {
        padding: 153px 0;
                margin-top: 50px;
    }
    .why-choose-section-list li {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
.menu {
  display: none;
}
.services-left-title{
    margin-bottom: 20px;
}
.services-section {
    padding: 50px 0 0;
}
.mobile-toggle {
    display: flex;
}
.hero-content .main_heading a{
    font-size: 20px;
    text-align: center;
}
.line-text::after{
    height: 1px;
    bottom: 10px;
    left: 38%;
    width: 25%;
}
.service-section {
    padding: 40px 0 40px;
}
.service-card .overlay {
    bottom: 68px;
}
.service-card img{
    height: 400px;
}
.breadcrumbsWrappers, .jobs_breadcrumbs_wrapper{
    height: 60vh;
}
.line-text {
    position: relative;
    display: block;
    text-align: center;
}
.hero-content h1 span{
    font-size: 36px;
    line-height: 1;
}
.hero h1{
    text-align: center;
    margin: 0;
    line-height: 0;
}
.hero{
    height: 400px;
    margin-bottom: 79px;
}
.feature-strip {
    margin-top: 0;
}
/*.hero-content{*/
/*    margin-bottom: 100px;*/
/*}*/
.pt_5{
    padding-top: 0!important;
}
/*.g_0{*/
/*  --bs-gutter-y: 0;*/
/*}*/
.vision-image {
    width: 100%;
}
.vision-content{
    width: 100%;
}
.vision-wrapper{
    display: block;
}
/* .toggle_btn{
    color: #fff;
} */
.call-actions{
    display: none;
}
.map-section{
    height: 351px;
}
.why-choose-section-small-text{
    text-align: left;
}
.why-choose-section-title{
    text-align: left;
}
.why-choose-section-list li{
    text-align: left;
}
.why-choose-section-desc{
    text-align: left;
}
.why-choose-section-image{
    display: none;
}
.why-choose-section-hero{
    padding: 10px 0 50px;
}
.why-choose-section-services{
       padding: 30px 0 20px; 
}
.p-5 {
    padding: 2rem !important;
}
.section_sub_heading{
    margin-top: 30px;
    margin-left: 0px!important;
}
.pm-main-title{
    margin-left: 0px;
}
.pm-feature-list li{
    padding-left: 0px;
}
.contact-heading h1{
    font-size: 42px;
}
.flag-icon{
    margin-top: 30px;
}
.address-box h5{
    margin-top: 30px;
}
}


@media (max-width: 767px) {
.header-main{
   background: #fff;
}
.service-card .overlay{
    bottom: 0;
}
.vision-content{
    padding-bottom: 0;
}
/*.footer ul li{*/
/*    float: inherit;*/
/*    width: 27%;*/
/*}*/
.footer-bottom{
    padding-top:0;
}
.footer .container {
    width: 100%;
}
.why-choose-section-desc{
    margin-left:10px;
}
.services-list li a{
    margin-bottom:15px!important;
}
.pm-main-title{
    font-size:28px;
}
.pm-small-title{
    margin-bottom:15px;
}
.why-choose-section-small-text{
    margin-left:10px;
}
.footer h5{
    margin-bottom:5px;
}
.service-section {
    padding: 10px 0 50px;
}
.section-title h2{
    font-size:35px;
}
.section-title {
    margin-bottom: 0px;
}
.cta{
  padding: 35px 0;
}
.cta h3{
    font-size:22px;
    line-height:35px;
}
.mission-text{
    margin:8px;
}
.service-card img{
    height:320px;
}
.vision-list{
    margin:8px;
}
.main-btn{
    margin:8px;
}
.service-section .service-card .overlay p{
    margin:8px;
}
.coming-soon-heading{
    font-size: 32px;
}
.map-section{
    height: 350px;
}
.breadcrumbsWrappers, .jobs_breadcrumbs_wrapper{
    height: 34vh;
        margin-top: 86px;
}
.top-bar{
   display: none;
}
.vision-content{
    margin-left: 4px;
}
.footer-social{
    justify-content: start;
}
.footer-bottom p{
    text-align: left;
}
.header-main{
   top: 0;
}
.footer ul li{
    padding-left: 0;
}
.main-heading {
        font-size: 30px;
    }
.hero-content .main_heading a{
    font-size: 14px;
    text-align: center;
}
.line-text{
    display: block;
    text-align: center;
}
.hero h1{
    font-size: 36px;
    text-align: center;
}
.hero-content h1 span{
    font-size: 42px;
    line-height: 48px;
}
.line-text::after{
    left: 35%;
    bottom: 19px;
    width: 31%;
    height: 1px;
}
.hero{
   height: 450px;
   margin-top: 50px;
}
.service-card{
    padding-left: 12px;
    padding-right: 12px;
    /*margin-top: 0;*/
}
.vision-content h2{
    font-size: 30px;
    margin:8px!important;
}
.vision-image img{
    height: 262px;
}
.vision-wrapper{
    display: block;
}
.vision-image {
    width: 100%;
}
.vision-content{
    width: 100%;
    /* padding-top: 0; */
}
/* .cta h3{
    font-size: 20px;
} */
.g_2{
    --bs-gutter-y: 0.5rem!important;
}
.pm-main-title{
    margin-left: 0;
}
.ms_5{
    margin-left: 0!important;
}
.section_sub_heading{
    margin-top: 30px;
    margin-left: 8px !important;
}
.counter_numbers{
    padding-bottom:0;
}
.counter-section{
    padding:60px 0;
}
.services-section {
    padding: 30px 0 0;
}
.why-choose-section-services{
    padding: 30px 0 30px;
}
.why-choose-section-services .mb-5{
    margin-bottom:20px!important;
}
.footer-bottom p{
    font-size: 14px;
    text-align:center;
}
.pm-feature-list li{
    padding-left: 0;
}
.flag-icon{
    margin-top: 20px;
}
.contact-heading h1{
    font-size: 26px;
}
.address-box h5{
    margin-top: 40px;
}
.thumbnail-wrapper img {
    height: 60px;
}
.breadcrums_title h1{
    font-size: 38px;
}
.why-choose-section-title{
    font-size: 28px;
    margin-left:10px;
}
.pm-feature-list li {
        font-size: 12px;
    }
.p_0{
    padding: 0!important;
}
.p-5 {
        padding: 1rem !important;
    }
.why-choose-section-list li i{
    position: absolute;
    left: 20px;
    margin-top: 8px;
}
.why-choose-section-list li{
        padding-left: 10px;
}
/*.footer a{*/
/*    display: block!important;*/
/*}*/
.why-choose-section-list{
    padding-left: 30px;
    margin-bottom: 90px;
    position: relative;
}
.why-choose-section-image{
    display: none;
}
}

.footer-copy {
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* .services-list li.active {
    color: #e53935;
} */

.services-list li.active a {
    color: #e53935;
}

.services-list li.active span i {
    color: #e53935;
}

#chartdiv {
  width: 100%;
  height: 500px;
}
.jvectormap-tip {
    background: #f5f5f5 !important;   /* light gray background */
    border: none !important;          /* remove border */
    box-shadow: none !important;      /* remove shadow */
    color: #333 !important;
    padding: 15px !important;
    border-radius: 8px !important;
}
.menu li a.active,
.mobile_menu li a.active {
    color: #e53935;
    font-weight: 600;
}

.career-section {
    padding: 80px 0 0px;
}
