.swiper {
    width: 100%;
    min-height: 200px;
  }

  .main {
    /* height: 720px; */
    z-index: 0;
  }

  .news {
    height: 300px;
  }

  #locations {
      min-width: 320px;
      max-width: 100%;
      margin: 1em auto;
  }

  .animated-line {
      stroke-dasharray: 8;
      stroke-dashoffset: 10;
      animation: dash 5s linear infinite;
  }

  @keyframes dash {
      from {
          stroke-dashoffset: 100;
      }

      to {
          stroke-dashoffset: 20;
      }
  }

  :root{
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
  }

  #chartdiv {
    width: 100%;
    height: 550px;
    /* background: #46a0de3b; */
    background: #46a0de3b;
  }

  .map_content{
      padding: 8px 24px;
      border-radius: 10px;
      width: 350px;
      left: 30px;
      position: absolute;
      margin: -300px auto;
      display: flex;
  }

  .country > div {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 10px;
  }

 .logo_1{
    width: 196px;
    margin-top: -37px;
    padding: 7px;
  }

 .logo_2{
  width: 79px;
  position: absolute;
  top: -16px;
  padding: 0px;
 }

 .eye_3{
    width: 20%;
 }

 .diamond_4{
    width: 20%;
  }

 .scor_5{
   width: 20%;
  } 
  
 .box_1{
    width: 20%;
 }

 .trck_2{
    width: 20%;
  }

 .fac_3{
   width: 20%;
  }   

  .pick_1{
    width: 30%;
 }

 .stk_2{
    width: 20%;
  }

 .up_3{
   width: 20%;
  }   

  .bottom_1{
    width: 100px;
    margin: -30px;
    margin-left: 20px;
   }  

   .quali_1{
    width: 50%;
   }   

   .header_bg{
    --bs-bg-opacity: 1;
    background-image: linear-gradient(#023F79, #0759A5);
  }

  .t_img{
    border-radius: 80px;
  }

  .testi_bg {
    background: url(../../images/testi_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

.testi_p{
  padding: 20px 60px;
}

.swiper-button-next, .swiper-button-prev{
  color: #ffffff!important;
}

.testi h2{
  font-size: 24px;
  margin-top: 0px;
}

.testi h5{
  font-size: 15px;
}

.text_right{
  text-align: right;
}
/* 
.images_100{
} */

.products_bg {
  background: url(../../images/produstsbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.product_image{
  width: 300px;
  height: 300px;
}

.slide1{
  background: url(../../images/gear1.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 737px;
}

.slide2{
  background: url(../../images/gear2.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 737px;
}

.slide01{
  background: url(../../images/gear3.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 737px;
}

.services_icon{
  width: 100%;
}

.Padding_none{
  padding: 0px!important;
}

.services_block{
  margin: 20px 0;
  margin-bottom: 114px;
}

.services_block01{
  margin: 15px;
  width: 90%;
  margin-bottom: 30px;
}

.services_icon01{
  width: 50px;
}

.top_menu{
  margin-top: 14px!important;
}

.navbar{
  margin-bottom: 0px!important;
}

.header_top_bar{
  padding: 20px 0;
}

.sub_location_0{
  color: #ffffff!important;
  font-size: 17px!important;
  font-weight: 600;
  background-image: linear-gradient(315deg, #023F79 0%, #0759A5 74%)!important;
}

#countires{
  font-size: 16px!important;
  padding: 0px 2px 0px 0px !important;
}


.inner-pages-bnr h1 {
  font-size: 45px;
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
}


.inner-pages-bnr .banner-caption {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  margin-top: -44px;
}

.inner-pages-bnr {
  width: 100%;
  /* float: left; */
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.inner-pages-bnr img {
  width: 100%;
}

ul.breadcumb {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

ul.breadcumb li {
  list-style: none;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  color: #fff;
}

ul.breadcumb li a{
  color: #fff;
  font-weight: 600;
}

.inner_page_section{
  margin: 70px 0 0 0!important;
}

.country{
  background-color: #ffffff!important;
  padding: 20px;
  width: 300px;
  border-radius: 12px;
}

.slide_video{
  width: 100%;
}

.business ul{
  padding: 20px 0 0 0;
}

.business ul li{
  padding: 0 0 15px 0;
  margin-left: 0px;
  display: block;
  color: #000;
}

.client_img{
  width: 100%;
}


.test_py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.t_img{
  width: 100%!important;
}

.menu_mobile_num{
  display: none;   
}

.sub_location_1 {
  color: #ffffff !important;
  font-size: 16px !important;
  background-image: linear-gradient(315deg, #023F79 0%, #0759A5 74%) !important;
}


.sub_location_2 {
  color: #ffffff !important;
  font-size: 16px !important;
  background-image: linear-gradient(315deg, #023F79 0%, #0759A5 74%) !important;
}

.service-right-desc{
  margin-bottom: 51px;
}

.dropdown-menu>li>a{
  padding: 7px 20px!important;
}

.contact_list_margin{
  margin: 0px 0;
}

.home_client{
  width: 100%;
}

.page_nav_btn{
  color: #ffffff !important;
  font-size: 13px !important;
  background-image: linear-gradient(315deg, #023F79 0%, #0759A5 74%) !important;
  padding: 7px 24px;
  border-radius: 7px;
}


.nav_btn_margin{
  padding: 20px 0 30px ;
}

.top_icon{
  color: #023F79 !important;
  padding: 4px 6px;
  font-size: 19px;
  line-height: 11px;
}

.top_information_text{
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 20px 0;
  line-height: 42px;
}
.shadow_text{
  font-size: 70px;
}


@media screen and (max-width: 800px) and (min-width: 375px) {

  .swiper {
    width: 100%;
    min-height: 165px;
  }

  .prod_01{
    margin-bottom: 10px;
  }

  .contry_01{
    margin-bottom: 10px;
  }

  .shadow_text{
    font-size: 35px;
    padding: 8px;
  }
  .card_img{
    padding: 30px!important;
  }

  .card-hover-zoom{
    margin: 13px!important;
  }

  .businss_had{
    padding: 30px;
  }
  .footer_bottom_info{
    padding: 20px 0 25px;
  }

  .bottom_1{
    display: none;
  }

  .inner-pages-bnr{
    margin-bottom: 0px;
  }

  .dropdown, .dropup {
    padding-bottom: 10px!important;
  }


  .logo_2 {
    width: 79px;
    position: absolute;
    top: -46px;
    padding: 10px 16px 0 0;
    display: block;
  }

  

  .logo_1 {
    width: 159px!important;
    margin-top: -37px;
    padding: 7px;
    margin-left: -127px!important;
  }

  .mob_display_none{
    display: none;
  }

  .navbar-brand{
    height: 33px!important;
  }

  .logo_2 {
    width: 63px;
    position: absolute;
    top: -46px;
    padding: 11px 0px 0 0;
    display: block;
    right: -82px;
  }

  .menu_mobile_num{
    width: 318px;
    min-height: 50px !important;
    padding: 16px 0 0 0 !important;
    display: block;
  }

  .mob_icon_num{
    color: white;
    /* background-color: #000; */
    /* padding: 6px 6px; */
    border-radius: 50%;
    font-size: 11px;
  }

  .mob_icon_num_text{
    font-size: 13px;
  }

  .navbar-nav {
    margin: 7.5px 23px!important;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    color: #fff;
  }

  .slide1 {
    background: url(../../images/1.webp);
    background-repeat: no-repeat;
    height: 250px;
    background-position: center center;
    background-size: 100%;
  }


  .slide2 {
    background: url(../../images/2.webp);
    background-repeat: no-repeat;
    height: auto;
    background-position: center center;
    background-size: 100%;
  }

  .slide01 {
    background: url(../../images/3.webp);
    background-repeat: no-repeat;
    height: auto;
    background-position: center center;
    background-size: 100%;
  }

  .services_icon {
    width: 10px;
  }

  .t_img{
    width: 50px!important;
  }



  .testi_p {
    padding: 20px 60px;
    text-align: center;
    font-size: 12px;
  }
  
  .testi h5 {
    font-size: 12px;
  }

  .testi h2 {
    font-size: 20px;
    margin-top: 13px;
  }

  .mob_text_center{
    text-align: center;
  }


  .testi_bg {
    background-size: 100% 100%;
  }

  .test_py-5 {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }

  .services_mob_none{
    display: none;
  }


  .testi_bg {
    background-image: linear-gradient(#023F79, #0759A5)!important;
  }
  
  

}

.about_us_logo{
  width: 400px;
  padding: 24px 114px 0px 35px;
}

.add_sec {
  padding: 0px!important;
}
.add_sec select{
  background-color: #0759A5 ;
  color: #fff;
  font-size: 17px;
  padding: 10px 15px;
}

.left_menu_select{
  background-image: linear-gradient(315deg, #023F79 0%, #0759A5 74%);
  color: #ffffff!important;
}

.list-group-item+.list-group-item {
  border-top-width: 1px;
}

.inpage_text{
  font-size: 21px;
  line-height: 35px;
  color: #000;
}


.follow_us{
  padding-bottom: 10px;
}





/* Full-page loader style */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's on top */
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Loader image style */
.loader-image {
  width: 100px; /* Adjust as needed */
  height: auto; /* Maintain aspect ratio */
}

/* Hide content initially */
.content {
  display: none!important;
}
