.header-logo img,
.mobile-logo img {
    width: 100px;
}

.about-tag-thumb img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.about-home-img .img1 {
    width: 100%;
    height: 350px;
    border-radius: 30px;
}

.about-home-img .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.about-home-img .img2 {
    width: 70%;
    height: 350px;
    border-radius: 30px;
   top: 150px;
}

.about-home-img .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
a.about-read-more{
    width: 180px;
    height: 55px;
    border-radius: 40px;
    background-color:var(--black-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--black-color);
    transition: 0.5s;
}
a.about-read-more:hover{
    background-color: transparent;
    color: var(--black-color);
}
.bg-gray-theme{
    background-color: #f7f7f7;
}
.service-section{
    padding: 70px 0;
    background-color:#454545;
}
.service-img img{
    width: 487px;
    height: 421px;
    object-fit: cover;
}
.service-info {
    padding: 0 !important;
}
.service-info  h3{
    margin: 5px 0 !important;
}
.service-info h3 a{
    font-size: 25px !important;
}
.img-highlights .img1{
    width: 100%;
    height: 330px;
}
.img-highlights .img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-highlights .img2{
    width: 70%;
    height: 300px;
}
.img-highlights .img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.highlights-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}
.highlights-list ul li{
    margin: 35px 0;
    font-size: 19px;
    display: flex;
    gap: 10px;
    color: #323232;
    line-height: 25px;
}
.highlights-list ul li i{
    color: var(--black-color);
    font-size: 25px;
}
.service-home-2 .portfolio-img{
    width: 100%;
    height: 400px;
}
.service-home-2 .portfolio-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-home-2 .portfolio-content{
    padding: 0 !important;
}
.service-home-2 .portfolio-content a{
    font-size: 25px !important;
}



.footer {
    padding: 50px 0;
    padding-bottom: 20px;
    background: #ccc;

}

.footer-logo img{
    width:180px;
}
.footer-top-contact ul{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 0;
    margin-top: 10px;
}
.footer-top-contact ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.footer-top-contact ul li i{
    min-width: 40px;
    height: 40px;
    background-color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
.footer-top-contact-box p{
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    color: var(--black-color);
}
.footer-top-contact-box a{
    font-size: 15px;
    color: var(--black-color);
    font-weight: 500;
    text-decoration: none;
}

.border-bottom-cs{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.footer-about h3{
    font-size: 22px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-about p{
    font-size: 14px;
    margin: 0;
    color: var(--black-color);
}
.footer-widget,.footer-about{
    padding: 10px;
}
.footer-widget{
    padding-left: 20px;
}
.footer-widget h3{
    font-size: 22px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 30px;
}
.footer-widget ul li{
    margin: 12px 0;
}
.footer-widget ul li a{
    text-decoration: none;
    color: #262626;
    font-size: 14px;
}
.footer-widget ul li a:hover{
    color: #000000;
}
.footer-bottom{
   background: #aeaeae;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bottom p{
    font-size: 14px;
    color: var(--black-color);
    margin: 0;
}

.footer-left-second h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--black-color);
}

.footer-left-icons ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    padding: 0;
}

.footer-left-icons ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--black-color);
    border-radius: 5px;
    transition: 0.5s;
    border: 1px solid var(--black-color);
}
.footer-left-second{
    margin-top: 20px;
}
.footer-left-icons ul li a:hover{
    background-color: var(--black-color);
    color: #fff;
    border-color: var(--black-color);
}

.padding-space{
    padding: 50px 0;
}




.contact-home-form h3,
.contact-home-right h3 {
    font-size: 24px;
    color: var(--black-color);
    margin-bottom: 20px;
}

.home-contact-field input {
    height: 55px;
    font-family: var(--font-sub);
    font-size: 15px;
    border: 0;
    border: 1px solid var(--text-gray);
    border-radius: 10px;
    font-weight: 500;
}

.home-contact-field input:focus,
.home-contact-field textarea:focus {
    border: 1px dashed var(--black-color);
}

.home-contact-field textarea {
    height: 155px;
    font-family: var(--font-sub);
    font-size: 15px;
    border: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: 500;
}

.contact-btn {
    width: 150px;
    padding: 7px 15px;
    border: 1px solid var(--black-color);
    color:#fff;
    background-color: var(--black-color);
    text-decoration: none;
    transition: 0.5s;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    border-radius: 40px;

}

.contact-btn:hover {
    border-radius: 40px;
    background-color:transparent;
    color:var(--black-color);
}


.contact_details_wrapper {
    padding-top: 14px;
}

.contact_detais_item {
    padding: 25px 0;
    border-bottom: 1px solid var(--text-gray);
}

.contact_detais_item h4 {
    font-size: 15px;
    color: #8f8f8f;
    font-weight: 500;
    padding-bottom: 8px;
}

.contact_detais_item h3 a,
.contact_detais_item h3 {
    font-size: 18px;
    text-decoration: none;
    color: var(--color-black);
    margin: 0;
}

.contact_map_area iframe {
    width: 100%;
    height: 200px;
}

.contact_detais_item h3 a span {
    color: var(--black-color);
    margin-right: 10px;
    font-size: 19px;
}
.map-contact{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
}
.map-contact iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-padding{
    padding: 50px 0;
}

.about-main-slide .img1{
    height: 600px;

}
.about-main-slide .img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-mision-section{
    background-color: #f7f7f7;
}
.about-main-left-img img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 30px;
}
.about-mission-vision{
    background-color: #fff;
    padding: 30px;
    position: relative;
    left: -150px;
    top: 50px;
    border-radius: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.about-mission-vision h2{
    font-size: 28px;
}
.about-mission-vision p{
    color:#222;
    margin-bottom:5px;
}

.third-service-main-img{
    width: 90%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.third-service-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
}
.third-service-desc{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.third-service-desc h3{
    font-size: 35px;
    text-align:center;
}
.third-service-desc p{
    font-size: 17px;
    line-height: 28px;
    text-align:center;
    margin: 0;
}
.third-service-main-container{
    display: flex;
}
.third-service-main-left,.third-service-main-right{
    width: 50%;
}
.third-service-main-widget{
    display: flex;
    justify-content: flex-start;
    background-color:#fff;
}
.third-service-main-widget img{
    width: 50%;
    height: 350px;
    object-fit: cover;

}
.third-service-main-widget-dt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    width: 50%;
}
.third-service-section{
    background-color: #f2f2f2;
}
.third-service-main-widget-dt h3{
    font-size: 21px;
    font-weight: 600;
    color: var(--black-color);
}
.third-service-main-widget-dt p{
    font-size: 16px;
    color: #454545;
}
.third-service-main-widget-dt ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}
.third-service-main-widget-dt ul li{
    margin: 5px 0;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}
.third-service-main-widget-dt ul li::before{
    width: 8px;
    height: 8px;
    background-color: var(--primary-dark);
    content: '';
    position: absolute;
    left: -20px;
    top: 7px;

}
.third-service-main-widget-dt a{
    width: 170px;
    height: 40px;
    background-color: var(--black-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid var(--black-color);
}
.third-service-main-widget-dt a:hover{
    border-radius: 40px;
    background-color: transparent;
    color: var(--black-color);
}
.hero-style2{
    padding-right: 170px;
}
@media screen and (min-width:1200px){
    .container{
        max-width: 1400px !important;
    }
}

.header-button a.phone{
    width: 180px;
    height: 45px;
    border: 1px solid var(--black-color);
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items:center ;
    padding: 0 20px;
}
.header-button a.phone i{
    font-size: 18px;
    rotate: -30deg;
}
.header-button a.phone:hover{
    background-color: var(--black-color);
    color: #fff;
}


  /* Hide Google Branding */
  .goog-logo-link,
  .goog-te-gadget span,
  .goog-te-banner-frame,
  iframe.goog-te-banner-frame,
  .VIpgJd-ZVi9od-ORHb-OEVmcd {
    display:none !important;
  }


  /* Floating Translate Box */
  #google_translate_element{
    position:fixed;
    left:20px;
    bottom:20px;
    z-index:99999;

    background:rgba(255,255,255,0.75);
    backdrop-filter:blur(16px);

    padding:6px 10px;
    border-radius:18px;

    box-shadow:
      0 10px 30px rgba(0,0,0,0.12);

    border:1px solid rgba(255,255,255,0.4);
  }

  /* Style Dropdown */
  .goog-te-combo{
    border:none !important;
    outline:none !important;

    background:#111827 !important;
    color:white;

    padding:10px 16px;
    border-radius:12px;

    font-size:14px;
    font-weight:600;
    cursor:pointer;
    height:40px;
    transition:0.3s ease;
  }

  .goog-te-combo:hover{
    /*background:#2563eb;*/
    transform:translateY(-1px);
  }

  /* Hide extra google text */
  .goog-te-gadget{
    font-size:0 !important;
    color:transparent !important;
  }
  .skiptranslate  select option{
      background-color:#fff;
      color:#222;
  }

  /* Mobile */
  @media(max-width:768px){

    #google_translate_element{
      left:12px;
      bottom:12px;
      padding:8px;
    }

    .goog-te-combo{
      width:140px;
      padding:8px 12px;
      font-size:13px;
    }

  }
.goog-te-gadget{
        height: 44px;
}

/* Remove Google Translate top bar space */
body {
  top: 0 !important;
  position: static !important;
}

/* Hide translate banner */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

iframe.goog-te-banner-frame {
  display: none !important;
}

/* Hide Google popup */
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

/* Prevent page shift */
html {
  margin-top: 0 !important;
}

body {
  margin-top: 0 !important;
}





