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

/*  font-family: "PT Sans Narrow", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-family: "Titillium Web", sans-serif;
*/
body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #020202;
  transition: 0.3s;
}

a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}

a:hover {
  color: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #222;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 0rem;
}

section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.colorBlack
{
  color: #020202 !important; 
}
.colorBlackbg
{
  background-color: #020202 !important;
}
.colorYellow
{
  color: #FECB18 !important;
}
.colorYellowbg
{
  background-color: #FECB18 !important;
}
/*==============================================
               Header CSS Strart here
================================================*/
header
{
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.navbar-brand
{
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}
.navbar-nav {
  margin: 10px 0px 0px 40px;
}
.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 25px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.navbar-nav .nav-item .nav-link:hover{
  color: #FECB18;
}
.dropdown-menu
{
  background-color: #FECB18;
  border: 0;
  border-radius: 0;
  color: #020202;
}
.dropdown-item
{
  color: #fff;
}
 /* On mobile screens, the caret indicator for the dropdown */
 .dropdown-toggle::after {
  content: ' ';
  transition: transform 0.3s;
}

.rotated-caret::after {
  transform: rotate(180deg); /* Rotate caret when submenu is open */
}
/* Hover functionality for desktop */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar-nav .dropdown-toggle::after {
    content: ' '; /* Adds a caret indicator */
    transition: transform 0.3s;
  }

  .navbar-nav .dropdown-menu.show .dropdown-toggle::after {
    transform: rotate(180deg); /* Rotate caret when submenu is open */
  }
}
.headerIcon
{
  color: #fff;
  
}
.headerCall ul li
{
  font-size: 15px;
  margin-right: 20px;
  font-family: "PT Sans Narrow", sans-serif;
}
.headerCall ul li a
{
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  padding-left: 5px;
}
.headerMedia ul li a
{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FECB18;
  color: #020202;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 15px;
}
.headerMedia ul li a:hover
{
  background-color: #fff;
}
/* Banner Section Start Here */
#banner {
  background-image: url(https://locksmith-gg.searchsoltest.com/wp-content/uploads/2024/10/Banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 740px;
  min-height: 740px;
  display: block;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #00000086;
}
#banner .container .row {
  height: 740px;
  min-height: 740px;
}
#banner .banner-text {
  position: relative;
  z-index: 2;
  width: 680px;
}
#banner .banner-text h2 {
  font-size: 58px;
  display: block;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 55px;
  font-family: "Open Sans", sans-serif;
}
hr
{
  height: 3px;
  background-color: #020202;
  color: #020202;
  width: 12%;
  opacity: 1;
}
#banner .banner-text p
{
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 3rem;
}
#banner .banner-text .banner-btn {
  padding: 15px 30px 15px 30px;
  font-weight: 700;
  background-color: #FECB18;
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid #FECB18; 
  color: #020202;
  font-family: "Open Sans", sans-serif;
}
#banner .banner-text .banner-btn:hover {
  background-color: #020202;
  border-color: #020202;
  color: #fff;
}

/* Services $ Box Section Start Here */
.mainServicesFourBoxs
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.ServicesBoxOne
{
  background-image: url(https://locksmith-gg.searchsoltest.com/wp-content/uploads/2024/10/bulding.jpg);
  height: 350px;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  padding: 30px 30px 30px 30px;
  flex: 1;
  transition: all .3s;
  width: 33.33%;
  /* transform: scale(1); */
}
.ServicesBoxOne:hover
{
  flex: 1.3;
  transition: all .3s;
  /* transform: scale(1.1); */
}
.ServicesBoxOne::after
{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000b2;
}
.servicesBoxContent
{
  position: relative;
  z-index: 2;
}
.servicesBoxContent h4
{
  color: #fff;
  font-size: 30px;
  font-family: "Titillium Web", sans-serif;
}
.servicesBoxContent p
{
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.servicesBoxContent a
{
  padding: 10px 35px 10px 35px;
  font-weight: 700;
  background-color: #FECB18;
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 13px;
  border: 1px solid #FECB18;
  color: #020202;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
}
.servicesBoxContent a:hover
{
  background-color: #020202;
  color: #fff;
  border-color: #020202
}

/* About US Section Start Here */
.AboutLeftContent h3
{
  font-size: 40px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  border-bottom: 2px solid #FECB18;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* Get Off Section */
.GetOffSection
{
  background-image: url(https://locksmith-gg.searchsoltest.com/wp-content/uploads/2024/10/call-us.jpg);
  background-position: top center;
}
.getcontent h3{
  font-size: 60px;
  color: #020202;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}
.getcontent h3 span
{
  color: yellow;
  background: #f00;
  padding: 0 4px;
  transform: rotate(5deg);
  display: inline-block;
}
.getcontent p
{
  font-size: 25px;
  color: #020202;
  letter-spacing: 2px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
}

/* contact Details Section Start Here */
.contactandTestimonialSection
{
  background-color: #262626;
}
.testimonialSection h4
{
  color: #fff;
  font-family: "Titillium Web", sans-serif;
}
.testimonialSection hr
{
  background-color: #FECB18;
  color: #FECB18;
}
.testimonialSection p
{
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 20px;
}
.td-testimonial-description
{
  margin-top: 15px;
    line-height: 1.714;
    color: #fff;
    text-align: left;
    font-style: italic;
    font-size: 15px;
    padding: 11px 22px;
    background: rgba(204, 204, 204, 0.16);
    border-radius: 4px;
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;
}
.td-testimonial-icon img
{
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.td-name-designation h6
{
  color: #FECB18;
  font-style: italic;
  font-size: 15px;
  font-weight: 600;
}
.ContectSection h4
{
  color: #fff;
  font-family: "Titillium Web", sans-serif;
}
.ContectSection hr
{
  background-color: #FECB18;
  color: #FECB18;
}
.ContectSection p
{
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 20px;
}
.feilds input
{
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.feilds textarea
{
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Submit-btn
{
  padding: 10px 35px 10px 35px;
  font-weight: 700;
  background-color: #FECB18;
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 13px;
  border: 1px solid #FECB18;
  color: #020202;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
}
.Submit-btn:hover
{
  background-color: #fff;
  color: #262626;
  border-color: #fff;
}

/* Our Team Section Start Here */
/* Our Team Section Start here */
.ourTeam
{
  background-color: #F3F3F4;
  padding: 80px 0 50px 0;
}
.td-single-team-member
{
  margin-bottom: 30px;
  display: inline-block;
  transition: .3s;
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: #FECB18;
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: #020202;
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: #FECB18;
}
.td-member-content
{
  background: #fff;
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content a h3
{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #141414;
  transition: .3s;
}
.td-member-content h5
{
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #FECB18;
}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Call Us Row */
.callUsrow
{
  background-color: #FECB18;
  padding: 80px 0;
  width: 100%;
  display: block;
}
.callUsrow h3
{
  margin-bottom: 0;
  color: #020202;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}


.titleBar h4
{
  color: #020202;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Titillium Web", sans-serif;
}
.titleBar hr
{
  margin: 0 auto 20px auto;
  background-color: #FECB18;
  color: #FECB18;
}
.titleBar p
{
  color: #020202;
  font-size: 18px;
  font-weight: 600
}
.pricingBoxHeader h4
{
  background-color: #242424;
    color: #FFF;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.14286rem;
    font-weight: normal;
    padding: 1.42857rem;
    text-align: center;
}
.pricingBoxBody
{
  border-left: 1px solid #ebebeb;
  margin-top: -10px;
  border-right: 1px solid #ebebeb;
}
.pricingBoxBody ul li
{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-family: "Titillium Web", sans-serif;
  color: #020202;
}
.pricingFooter
{
  background-color: #f5f5f5;
    padding: 1.42857rem 1.42857rem;
    text-align: center;
}

/* Footer */
/*** Footer ***/
.footerbox h3
{
  font-size: 20px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}
.footerbox ul li
{
  font-size: 12px;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.footerbox p
{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
}
.footerbox ul li a
{
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
}
.footer .form-control {
  border-color: #fff;
  border-radius: 0;
  padding: 10px 30px 10px 15px;
}
.footer input::placeholder
{
  color: #FFF;
}
.footermail button
{
  background-color: #FECB18;
  border-radius: 0;
  color: #020202;
  border-color: #FECB18;
}
.footermail button:hover
{
  background-color: #fff;
  color: #020202;
  border-color: #fff;
}
.footerMedia ul li a
{
  margin: 0 8px;
  font-size: 15px;
}
.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright a:hover {
  color: #FECB18;
}





/*=======================================================
           Inner Pages About US PAge Start here
=========================================================*/
.AboutUs
{
  background-image: url(https://locksmith-gg.searchsoltest.com/wp-content/uploads/2024/10/innerBanner.jpg);
  position: relative;
  width: 100%;
  padding: 180px 0;
}
.AboutUs::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #00000086;
}
.innerPages-bannerContent
{
  position: relative;
  z-index: 2;
}
.innerPages-bannerContent h2
{
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}
.InnerAboutLeftContent h5
{
  font-size: 25px;
  font-weight: 600;
  color: #020202;
  margin-bottom: 20px;
  font-family: "Titillium Web", sans-serif;
}
.InnerAboutLeftContent p
{
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  margin-bottom: 40px;
}
.beniftBox ul li
{
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}
.beniftBox ul li i
{
  color: #FECB18;
  font-size: 12px;
  margin-right: 8px;
}

/* Facts Section Start here  */
.factsSection
{
  background-image: url(https://locksmith-gg.searchsoltest.com/wp-content/uploads/2024/10/tiles-b.jpg);
  padding: 150px;
}
.InneraboutTitleBar h4
{
  color: #fff;
  font-size: 25px;
  font-family: "Titillium Web", sans-serif;
}
.InneraboutTitleBar hr
{
  margin-left: 0;
}
.InneraboutTitleBar p
{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Titillium Web", sans-serif;
}
.counterTitle
{
  font-size: 45px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #fff;
}
.Counter p
{
  color: #fff;
  font-size: 20px;
}
/* About Testimonial Section Start Here */
.AboutTestimonial
{
  background-image: url(https://locksmith-gg.searchsoltest.com/wp-content/uploads/2024/10/tiles-b.jpg);
  padding: 150px;
}
#Awards-slider
{
  max-width: 1140px;
  margin: 0 auto;
}
.SliderImage img
{
  width: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3/2;
  object-fit: contain;
  margin: 0 auto;
}





/*=========================================  
       Inner Pages Css START HERE 
============================================*/
.servicesPageContent h2
{
  font-size: 40px;
  font-weight: 700;
  color: #020202;
  margin-bottom: 15px;
  line-height: 62px;
  text-transform: capitalize;
  font-family: "Titillium Web", sans-serif;
}
.servicesPageContent p{
  font-size: 16.6px;
  color: #020202;
  margin-bottom: 25px;
}
.innerServicesSlider img
{
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.allServicesList
{
  margin-bottom: 40px;
  background-color: #f4f5f1;
  border-radius: 5px;
  overflow: hidden;
}
.allServicesListHeader
{

  padding: 18px 30px 18px 30px;
  background-color: #FECB18;
  color: #020202;
}
.allServicesListHeader h2
{
  color: #020202;
    font-size: 23px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
}
.form-group a
{
  background-color: #020202;
  border-color: #020202;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;

}
.form-group a:hover
{
  background-color: #FECB18;
  border-color: #FECB18;
  color: #020202;
}
.allServicesListBody
{
  padding: 0px 19px 0px 30px;
  min-height: 300px;
  height: 350px;
  overflow-x: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.aboutTeamJoin
{
  background-image: url(https://locksmith-gg.searchsoltest.com/wp-content/uploads/2024/10/o.jpg);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
.td-join-team-content a
{
  padding: 10px 35px 10px 35px;
  font-weight: 700;
  background-color: #FECB18;
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 13px;
  border: 1px solid #FECB18;
  color: #020202;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-top: 50px;
}
.td-join-team-content a:hover
{
  background-color: #fff;
  color: #020202;
  border-color: #fff
}







/*=======================================================
           Responsive Start here
=========================================================*/
/* 991 Responsive start Here */
@media (max-width: 991px) {
  /* .container
  {
    max-width: 90%;
  } */
  header
  {
    position: relative;
    background-color: #020202;
  }
  .navbar-toggler {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0 !important;
    padding: 3px 10px 3px 10px;
  }
  #banner {
    height: 550px;
    min-height: 550px;
  }
  #banner .container .row {
    height: 550px;
    min-height: 450px;
  }
  #banner .banner-text h2 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  #banner .banner-text p {
    font-size: 15px;
    line-height: 25px;
  }
  #banner .banner-text .banner-btn {
    padding: 10px 20px 10px 20px;
    font-size: 13px;
  }
  .headerIcon
  {
    display: none !important;
  }
  .navbar-nav {
    margin: 10px 0px 0px 0px;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 9px 0px;
  }
  .ServicesBoxOne
  {
    width: 50%;
    flex: auto;
  }
  .AboutLeftContent p
  {
    font-size: 14px;
  }
  .AboutLeftContent h3 {
    font-size: 35px;
  }
  .getcontent h3 {
    font-size: 35px;
  }
  .getcontent p{
    font-size: 20px;
  }
}



/* 767 Responsive start Here */
@media (max-width: 767px) {
  .container
  {
    max-width: 90%;
  }
  header>.bottom-header>.container{
    max-width: 100% !important;
  }
  header
  {
    position: relative;
    background-color: #020202;
  }
  .navbar-brand
  {
    font-size: 18px;
  }
  .navbar-toggler {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0 !important;
    padding: 3px 10px 3px 10px;
  }
  #banner {
    height: 450px;
    min-height: 450px;
  }
  #banner .container .row {
    height: 450px;
    min-height: 450px;
  }
  #banner .banner-text h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  #banner .banner-text p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  #banner .banner-text .banner-btn {
    padding: 10px 20px 10px 20px;
    font-size: 13px;
  }
  .banner-text hr
  {
    display: none;
  }
  .headerIcon
  {
    display: none !important;
  }
  .navbar-nav {
    margin: 10px 0px 0px 0px;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 9px 0px;
  }
  .ServicesBoxOne
  {
    width: 100%;
    flex: auto;
  }
  .AboutUsSection
  {
    padding:  50px 0;
  }
  .AboutLeftContent h3
  {
    font-size: 35px;
  }
  .AboutLeftContent p
  {
    font-size: 14px;
  }
  .AboutRightImage
  {
    margin-top: 30px;
  }
  .getcontent h3
  {
    font-size: 40px;
  }
  .getcontent p
  {
  font-size: 16px;
  }
  .td-testimonial-description p
  {
    font-size: 15px;
  }
  .ContectSection
  {
    margin-top: 30px;
  }
  .callUsrow h3
  {
    font-size: 19px;
  }
  .titleBar p {
    font-size: 13px
  }

  /* INNER PAGES CSS */
  .AboutUs {
    padding: 60px 0;
  }
  .titleBar h4 {
    font-size: 25px;
  }
  .InnerAboutLeftContent p {
    font-size: 13px;
  }
  .factsSection {
    padding: 90px 15px 50px 15px;
  }
  .AboutTestimonial {
    background-image: url(https://locksmith-gg.searchsoltest.com/wp-content/uploads/2024/10/tiles-b.jpg);
    padding: 80px 15px 50px 15px;
  }
  .aboutTeamJoin {
    height: 300px;
    margin-bottom: 30px;
  }
  .servicesPageContent h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .servicesPageContent p {
    font-size: 14px;
  }
  .innerServicesSlider img {
    height: 300px;
  }
}


