#sticky-header > div.tg-header__top > div > div > div.col-xl-7 > ul > li > a, body > footer > div.container > div.footer__top > div > div:nth-child(3) > div > div > ul > li > a{
  font-family:Arial, Helvetica, sans-serif !important;
}

.custom-checklist {
  list-style: none;
  padding-left: 0;
}

.custom-checklist li {
  font-size: 16px !important;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.custom-checklist i {
  color: #007BFF;
  margin-right: 10px;
  font-size: 18px;
}

.faq-section {
  background-color: #f9f9f9;
  padding: 60px 30px;
  border-radius: 10px;
}

.faq-question {
  font-weight: 600;
  font-size: 18px;
}

.faq-answer {
  color: #444;
  font-size: 16px;
  margin-top: 10px;
}

.service-card {
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  padding: 20px;
  transition: transform 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
}

.image-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.image-grid img:hover {
  transform: scale(1.02);
}

body, h1, h2, h3, h4, h5, h6, p, a, li, button, input {
  font-family: 'Oxanium', sans-serif;
}

.aboutimgcustom img {
  border-radius: 10px;
  width: 100%;
  display: block;
}

.aboutimgcustom2 {
  display: flex;
  gap: 10px; /* Optional: spacing between images */
  margin-top: 15px; /* Optional: spacing from the top image */
}

.aboutimgcustom2 img {
  width: 49%;
  border-radius: 10px;
}

.aboutimgcustom2 img:nth-child(2) {
  height: 50%;
  border-radius: 10px;
}

.tgmenu__navbar-wrap ul > li a {
  font-size: 1.3rem;
  padding: 29px 14px !important;
}

.tgmenu__navbar-wrap ul {
  margin: 0 20px 0 auto;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  background: none !important;
}

.sub-menu {
  background: #000 !important;
  border: 0 !important;
}

.noboldtitle {
  font-weight: 500 !important;
}

.about__area, .services__area {
  padding-top: 5%;
  padding-bottom: 5%;
}

.footer__top .row [class*=col-]:nth-child(3) .footer__widget {
  margin-left: 0px;
}

#sticky-bar {
    position: fixed;
    bottom: 0;
    display: block;
    background: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-top: 1px solid#ddd;
    z-index: 99999;
    height: 60px;
    line-height: 38px;
}
#sticky-bar .orange {
	padding: 0px 20px;
    border-radius: 5px;
    margin-left: 50px;
    background: #f45440;
    color: #fff;
}

.navigation li a:hover{
  color: rgb(206, 206, 206) !important;
}



.about__list-box-wrap {
  width: 100%;
  padding-right: 0;
}

.about__list-box {
   margin-bottom: 35px;
}
 
.services__thumb22 {
    /* opacity: 0.6; */
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 20vw;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.banner__content h2{
  text-align: center;
  font-family: 'Oxanium' !important;
  color: white !important;
}

.centerino {
  text-align: center;
  padding-bottom: 100px;
}

.centerino2 {
  text-align: center;
  padding-bottom: 80px;
}

.topheader {
  height: 100% !important;
  vertical-align: middle;
  display: flex;
  justify-content: center;
}

.banner__content p{
  text-align: center !important;
  font-family: 'Oxanium' !important;
  color: white !important;
  width: 100%;
}

.headerino {
  color: #ccc !important;
  text-align: center;
}

.services__thumb22::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tg-theme-primary);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services__thumb22 img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.language-dropdown {
    position: relative;
    display: inline-block;
  }

  .language-dropdown a {
    background-color: #ffffff;
    color: #333;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .language-dropdown a img {
    width: 20px;
    height: 15px;
    object-fit: cover;
  }

  .language-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 120px;
    border-radius: 5px;
    overflow: hidden;
  }

  .language-dropdown-content a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    font-size: 14px;
  }
  .solutiontext {
    color: #cccccc;
  }
  .language-dropdown-content a:hover {
    background-color: #f0f0f0;
  }

  .language-dropdown-content a img {
    width: 20px;
    height: 15px;
    object-fit: cover;
  }

  .language-dropdown:hover .language-dropdown-content {
    display: block;
  }

  .zolort {
    margin-bottom: 0px; 
  }
 .normaltext {
    text-transform: none !important;
 }

 [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  width: 80%;
 }
 .footerrow {
  justify-content: space-between;
 }
 .footercol, .footercol2, .footercol3 {
  width: 25%;
 }

 .customexp {
  display: block;
 }

 .tg-flaticon-menu-1 {
  color: white;
 }

 .tg-header__top.customs{
  display:none;
 }
 .mobaligner {
  display: none;
 }

.banner__area {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px; /* Add some side padding for smaller screens */
}

.banner__content {
  width: 100%;
}

.tg-header__area.cust {
  background: black;
}

.privacy-policy h4 {
  margin-top: 30px;
  font-weight: 600;
}

.privacy-policy ul {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.privacy-policy p {
  margin-bottom: 1rem;
}

.tgmenu__navbar-wrap ul > li .sub-menu > li a {
  background-color: #000;
}

.services__content {
    min-height: 180px;
  }

 @media (max-width: 1500px) {
  .footercol, .footercol2, .footercol3 {
    width: 25%;
   }
}
@media (max-width: 1199.98px) {
  .container.topheader {
    max-width: 960px;
  }
  .sub-menu{
    background: #fff !important;
  }
   .tg-flaticon-menu-1 {
    font-size: 40px;
   }
  .footercol, .footercol2, .footercol3 {
    width: 33%;
   }
   .tgmenu__wrap{
    display: flex;
    justify-content: space-between;
   }

   .about__review-wrap {
    text-align: center;
   }
   .subtitle {
    text-align: center;
   }
}
@media (max-width: 991.98px) {
    .tg-header__top{
    padding-bottom: 15px;
  }
  .footer__top {
    padding: 30px 0 30px;
  }
  .centerino2{
    padding-bottom: 25px;
  }
  .centerino {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .subtitle {
    display: none;
  }
   .tg-flaticon-menu-1 {
    font-size: 40px;
   }
   .footercol2 {
    width: 100%;
   }
  .footercol {
    width: 40%;
   }
   .footercol3 {
    width: 60%;
   }
   .tgmenu__wrap{
    display: flex;
    justify-content: space-between;
   }

   .about__review-wrap {
    text-align: center;
   }
   .subtitle {
    text-align: center;
   }
   .servicepic3{
    display:none;
  }
}

@media (max-width: 767.98px) {
  .services__content {
    min-height: 220px;
    padding: 0 19px 20px
  }
    .services__thumb {
    width: 100%;
    aspect-ratio: 4 / 3; /* or 3 / 2 depending on preference */
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }

  .services__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .faq__area.section-py-140 {
    padding-top: 50px;
  }
  .section__title.text-center.mb-80 {
    margin-bottom: 30px;
  }
  .mobaligner {
    display: block;
  }
  .section__title.mt-100.mb-10 {
    margin-top: 20px;
  }
  .tg-header__top.customs {
    display: block;
    padding-bottom: 15px;
  }

  .tg-header__area{
    margin-bottom: -120px;
  }
   .footercol2 {
    width: 100%;
   }
  .footercol {
    width: 45%;
   }
   .footercol3 {
    width: 55%;
   }
   .tgmenu__wrap{
    display: flex;
    justify-content: space-between;
   }
     .services__item {
    width: 100%;
  }
}

@media (max-width: 570.98px) {
  .services__item {
    width: 100%;
  }
  .mobaligner {
    display: none;
  }
  .services__content {
    min-height: 220px;
    padding: 0 14px 15px
  }
}