:root {
    --blue: #1F2645;
    --light: #ECCCBD;
  }

  /* start header */
  .logo{
    width: 120px;
  }
nav{
    margin-bottom: 50px;
}
  .navbar-nav{
    background-color: var(--blue);
    padding: 1% 2%;

 
  }
  .navbar-light .navbar-nav .nav-link{
color: #fff !important; 
font-size: 18px;

font-weight: bold;
text-transform: uppercase;
  }
  .navbar-toggler-icon{
    color: var(--blue);
  }

  .navbar-light .navbar-toggler{
background-color: white;
    border-color: var(--blue);
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(../images/bars.webp);
}
.dropdown-item{
    color: var(--blue);
    font-weight: bold;
    text-transform: uppercase;
}
header .header-text{
  width: 90%;
  padding-left: 25% ;
  margin-top: 10%;
}
header h1{
    text-transform: uppercase;
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 6%;
    position: relative;
    letter-spacing: 3px;
}

header h1::before{
    content:'';
    position: absolute;
    width: 100px;
    height:100px;
    background-color: var(--light);
top: 0;
right: 30%;
z-index: -1;
}
.header-text p{
    color: var(--blue);
    margin-bottom: 6%;
    font-size: 18px;
}
header button{
    border: 0;
    color: var(--blue);
    padding: 2% 10%;
    background-color: var(--light);
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
}

.header-img{
    background-image: url(../images/colum-bg.webp);
    background-position: center;
    background-size: cover;

position: relative;
}




.home-img{
    width: 70%;
    height: 100%;
    position: relative;
  left: 50%;
    top:50%;
    transform: translate(-60% , -50%);
    z-index: 2;
}

 header .square{
position: absolute;
    height: 300px;
    width: 300px;
    background-color: var(--blue);
top: -10%;
right: 15%;

  
 }

header{
    margin-bottom: 3%;
}


@media screen and (max-width:1600px) {
  .header-text p{
    color: var(--blue);
    margin-bottom: 6%;
    font-size: 16px;
}
    }


    @media screen and (max-width:1500px) {
      header button{
        font-size: 20px;
    }

    header h1::before{
  right: 10%;
  }
  header .header-text {
   margin-top: 5%;
  }
        }


        @media screen and (max-width:1300px) {
 
    
        header h1::before{
      right: 5%;
      }
      header .header-text {
       margin-top:0;
      }
            }


            @media screen and (max-width:1199px) {
              header .header-text{
                width: 100%;
                padding-left: 10% ;
                margin-top: 2%;
              }
              .header-text p{
                color: var(--blue);
                margin-bottom: 6%;
                font-size: 20px;
            }
            header button{
              border: 0;
              color: var(--blue);
              padding: 1% 5%;
              background-color: var(--light);
              font-size: 25px;
              font-weight: bold;
              letter-spacing: 3px;
          }
          header h1::before{
            content:'';
            position: absolute;
            width: 100px;
            height:100px;
            background-color: var(--light);
        top: 0;
        right: 38%;
        z-index: -1;
        }    }

        @media screen and (max-width:991px) {
          header h1::before{
            content:'';
            position: absolute;
            width: 100px;
            height:100px;
            background-color: var(--light);
        top: -25%;
        right: 25%;
        z-index: -1;
        }    }
     
        @media screen and (max-width:768px) {
          header h1::before{
            content:'';
            position: absolute;
            width: 100px;
            height:100px;
            background-color: var(--light);
        top: -55%;
        right: 15%;
        z-index: -1;
        } 
        }

        @media screen and (max-width:587px) {
          header h1::before{
            content:'';
            position: absolute;
            width: 100px;
            height:100px;
            background-color: var(--light);
        top: -55%;
        right: 35%;
        z-index: -1;
        } 
        }


  /* end header */

  /* start offer */
  .offer{
text-align: center;
  }
  .offer h2{
    text-transform: uppercase;
    color:white;
  
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 7%;
    background-color: var(--blue);
    padding: 1% ;
width: 30%;
margin: auto;
    
  
  }


.offer-top{
padding: 1% 5% 5% 5%;
margin-bottom: 100px;
}

  .offer-below{
    background-color: var(--blue);
  padding: 3%;
  }

  .offer-item{
    height: 300px;
    background-color: var(--light);
    margin-top: -200px;
    padding: 2%;
    text-align: center;
  }
.offer{
    color: var(--blue);
}

.services .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    border: 1px solid #1F2645;
}
.services a{
    text-decoration: none;
    color: var(--blue);
    border: 1px solid #1F2645;
}

.services h3{
    font-size: 20px;
    margin-bottom: 30px;
}



@media screen and (max-width:1300px) {
  .offer h2{
width: 50%;
  }
  .offer-top{
    margin-bottom: 13%;
  }

      }

      
@media screen and (max-width:991px) {
.offer-item{
  margin-top: 15px;
}
.offer-top{
  margin-bottom: 2%;
}
      }

      @media screen and (max-width:768px) {
        .offer h2{
          width: 80%;}
      }


      @media screen and (max-width:576px) {
        .offer h2{
          padding: 5%;}
      }
  /* end offer */

  /* start residential */
  .residential{
    padding: 5%;
    background-color: var(--blue);
    color: white;
  }

  .residential h2{
    margin-bottom: 5%;
  }


  .residential p{
    font-size: 16px;
   
  }

  .residential button{
    border: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 15px 40px;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .residential-home{
    position: relative;
    z-index: 4;
  }



  .residential-home .square{
    position: absolute;
        height: 400px;
        width: 350px;
        background-color: var(--light);
    top: -10%;
    right: -15%;
    z-index: -1;
      
     }


  .residential h2{
        text-transform: uppercase;
        z-index: 4;
        font-weight: bold;
        margin-bottom: 6%;
        position: relative;
        letter-spacing: 3px;
    }
    
    .residential h2::before{
        content:'';
        position: absolute;
        width: 100px;
        height:70px;
        background-color: var(--light);
    top: 0;
    right: 25%;
    z-index: -1;
    }


    @media screen and (max-width:1600px) {
      .residential h2::before{
 
    right: 5%;
 
    }
  }


  @media screen and (max-width:1300px) {
    .residential h2::before{
 
      right: 2%;
   top: 0;
      }
      .residential h2{
        margin-bottom: 2%;
        font-size: 30px;
      }

      
  .residential p{
    font-size: 15px;
   
  }

  .residential button {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 5px 30px;
    font-size: 18px;
    letter-spacing: 3px;
}
        }


        @media screen and (max-width:1199px) {
          .residential h2::before{
            content:'';
            position: absolute;
            width: 70px;
            height:70px;
            background-color: var(--light);
        top: -55%;
        right: 25%;
        z-index: -1;
        }
    
      }

      @media screen and (max-width:991px) {
        .residential h2::before{
          content:'';
          position: absolute;
          width: 100px;
          height:70px;
          background-color: var(--light);
      top: -50%;
      right: -2%;
      z-index: -1;
      }
      }
      @media screen and (max-width:786px) {
        .residential h2::before{
          content:'';
          position: absolute;
    
      top: -10%;
      right: 30%;

      } 
      }

      @media screen and (max-width:576px) {
        .residential h2::before{
          content:'';
          position: absolute;
    
      top: -10%;
      right: 10%;

      } 
      }

      @media screen and (max-width:500px) {
        .residential h2::before{
          content:'';
          position: absolute;
    
      top: 10%;
      right: 10%;

      } 

      .residential button {
       margin-bottom: 5%;
    }
      }
  /* end residential */


  /* start automotive */

  .automotive{
    background-color: var(--blue);

    
  }

  .automotive h2{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5%;
    position: relative;
  }
  .automotive-heading{
    position: relative;
  }
  .automotive-heading .square{
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: var(--light);
top: -50%;
right: 10%;
  }
  .automotive .auto-blue{
height: 400px;
text-align: center;

  }

  .light-auto{
  height: 400px;
  background-color: var(--light);
margin-top: -200px;

width: 100%;
  }

.auto-white{
 padding: 1%;
 background-color: white;
 height: 400px;
  }
  .auto-img{
    z-index: -1;
  }
  .auto-img img{
    width: 80%;
 height: 500px;

  }

  .auto-white-txt{
    background-color: white;
    padding: 2%;
    color: var(--blue);
    width: 40%;
    margin-top: -300px;
    z-index: 100;
    margin-left: 20%;
    box-shadow: 10px 10px var(--blue);
    position: absolute;
  }

  .automotive button{
  border: 0;
    background-color:var(--light);
    color:var(--blue);
    padding: 15px 40px;
    font-size: 20px;
    letter-spacing: 3px;
  }


  @media screen and (max-width:1650px) {
    .automotive-heading .square{

  top: -25%;
  right: 10%;
    }
  }

  @media screen and (max-width:1600px) {
.automotive{
  margin-bottom: 10%;
}

.automotive-heading .square{

  top: -25%;
  right: 25%;
    }
  }


  @media screen and (max-width:1300px) {
    .auto-white-txt{
      background-color: white;
      padding: 2%;
      color: var(--blue);
      width: 80%;
      margin-top: -300px;
      z-index: 100;
      margin-left: 5%;
      box-shadow: 10px 10px var(--blue);
      position: absolute;
    }
    .automotive{
      margin-bottom: 5%;
    }
  }

  @media screen and (max-width:992px) {
    .automotive{
      margin-bottom: 15%;
    }
  
    .automotive-heading .square{
      position: absolute;
      height: 50px;
      width: 50px;
      background-color: var(--light);
  top: -10%;
  right: 20%;
    }
    .automotive{
      margin-bottom: 10%;
    }

    .auto-white-txt{
      background-color: white;
      padding: 2%;
      color: var(--blue);
      width: 80%;
      margin-top: -300px;
      z-index: 100;
      margin-left: 1%;
      box-shadow: 10px 10px var(--blue);
      position: absolute;
    }
  }

  @media screen and (max-width:768px) {    .auto-white-txt{
    background-color: white;
    padding: 2%;
    color: var(--blue);
    width: 80%;
    margin-top: -200px;
    z-index: 100;
    margin-left: -1%;
    box-shadow: 10px 10px var(--blue);
    position: absolute;
  }



  .automotive-heading .square{
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: var(--light);
top: -10%;
right: 27%;
  }
  .automotive{
    margin-bottom: 53%;
  }
  .auto-img img{
    width: 100%;
 height: 350px;

  }
}

  @media screen and (max-width:576px) {



    
  .automotive-heading .square{
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: var(--light);
top: -10%;
right: 20%;
  }


  .auto-white-txt{
    background-color: white;
    padding: 2%;
    color: var(--blue);
    width: 90%;
    margin-top: -200px;
    z-index: 100;
    margin-left: 0;
    box-shadow: 10px 10px var(--blue);
    position: absolute;

  }

  .auto-img img{
    width: 100%;
 height: 350px;

  }

  }



  /* end automotive */


  /* start brand */
  .marquee {width:100%;
    background-color:var(--mint-green);
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
    color:#fff;}
  
  .marquee:hover {animation-play-state: paused}
  
  
  .brands{
    background-color:var(--mint-green);
  padding:  0 ;
  margin: 5% 0;
  
  }
  @keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}
    /* brands */
  .info-item a{
    color: black;
  }

  .brands-section{
    background-color: var(--blue);
    margin-bottom: 1%;
  }

  /* end brand */
  /* start commercial */
  .commercial{
    margin-bottom: 30px;
  }
  .commercial-img{
    height: 620px;
    background-image: url(../images/commercial-locksmith.webp);
    background-position: center;
    background-size: cover;
  }


  .commercial-heading{
    background-color: var(--blue);
    height: 200px;
    padding: 5% 5%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .commercial-heading h2{
    font-weight: bold;
    text-transform: uppercase;
   letter-spacing: 3px;
font-size: 35px;
color: white;
  }

.commercial-txt{
  background-color: var(--light);
  color: white;
  padding: 6%;
  height: 400px;
  font-size: 18px;
  color: var(--blue);
 
}

.commercial-txt2{
  background-color: var(--light);
  color: white;
  padding: 6%;
height: 350px;
  font-size: 18px;
  color: var(--blue);
  margin-bottom: 20px;
}


.commercial-txt2 button{
border: 0;
  background-color: var(--blue);
  color:white;
  padding: 15px 40px;
  font-size: 20px;
  letter-spacing: 3px;
}

.commercial-img2{
  background-image: url(../images/hero-bg.webp);
  background-position: center;
  background-size: cover;
  height: 250px;
}


@media screen and (max-width:1199px) {
  .commercial-txt{
    margin-bottom: 2%;
    text-align: center;
  }

  .commercial-txt2 button{
margin-top: 3%;
  }
}
@media screen and (max-width:991px) {
  .commercial-heading{
margin-top: 5%;
    height: 100px;
  }
  .commercial-heading h2{
    font-size: 25px; 
    text-align: center;
  }
}
  /* end commercial */

  /* start emergency */

  .emergency h2{
    background-color: var(--blue);
    padding: 1% 3%;
    color: white;
    margin: auto;
    width: 40%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5%;
  }
  .emergency-img{

    height: 550px;
  }
  .emergency-txt{
    padding: 2%;
    color: var(--blue);
    font-size: 18px;

  }
  .emergency-txt button{
    border: 0;
      background-color: var(--blue);
      color:white;
      padding: 15px 40px;
      font-size: 20px;
      letter-spacing: 3px;
    }


    @media screen and (max-width:1200px) {
      .emergency-txt{
        padding: 2%;
        color: var(--blue);
        font-size: 16px;
    
      }
    }
    @media screen and (max-width:991px) {
      
  .emergency h2{
    width: 70%;
    padding: 3%;
  }

  
    }
  /* end emergency */

  /* start contact */
.contact{
  background-color: var(--blue);
  padding: 2%;
  margin-bottom: 1%;
  margin: 5% 0;

}
.contact-content .square{
  position: absolute;
      height: 200px;
      width: 200px;
      background-color: var(--light);
  top: -15%;
  left: 10%;
  

   }

.map{
  position: relative;
  margin-left: 20%;
}
.contact-content{
  position: relative;
}


.contact h2{
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2%;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}

.contact-heading{
  position: relative;
  width: 50%;
  margin: auto;
  margin-bottom: 5%;
}
.contact-heading .square{
  position: absolute;
      height: 80px;
      width: 80px;
      background-color: var(--light);
  top: -30%;
  right: 30%;


   }


   .details{
   text-align: center;
    height: 200px;
    background-color: var(--light);
    padding:  2%;

   }
   .details i{
    font-size: 30px;
    color: var(--blue);
margin-bottom: 10%;

   }
   .call  a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
    background-color: var(--blue);
    padding: 5%;
   }
   .details-data{
    margin-top: 20%;
   }

   .call h5{
    margin-bottom: 20%;
   }


.mail  a{
  font-size: 12px;
}

.mail .details-data{
  margin-top: 2%;
}
.mail i{
  font-size: 30px;
  color: var(--blue);
margin-bottom: 2%;

 }
 .mail h5{
  margin-bottom: 10%
 }


 .mail  a{
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 13px;
  background-color: var(--blue);
  padding: 1%;
 }
   @media screen and (max-width:1199px) {
    .details{
      height: 100%;
      margin-bottom: 2%;
    }

    .details-data{
      margin-top: 0;
     }
     .call h5{
      margin-bottom: 5%;
     }

     .details i{
      font-size: 30px;
      color: var(--blue);
  margin-bottom: 2%;
  
     }

     .call  a{
      text-decoration: none;
      color: white;
      font-weight: bold;
      font-size: 16px;
      background-color: var(--blue);
      padding: 1%;
     }

     .mail h5{
      margin-bottom: 2%
     }
  }

  /* end contact */



  /* start contact-us */
form{
  width: 80%;
}
  .forminput {
    border: none;
    border-bottom: 1px solid var(--blue);
    width: 100%;
  }
  
  .forminput:focus {
    outline: 0;
  }
  
  .contact-us h2{
    color: var(--blue);
    text-transform: uppercase;
  margin-bottom: 7%;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  }

  .contact-us .button{
    background-color: var(--blue);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
    padding: 2% 10%;
  }


  @media screen and (max-width:1300px) {
    .contact-us {
      margin-bottom: 3%;
    }
  }


  @media screen and (max-width:1199px) {
    .contact-sec{
text-align: center;

    }
    form{
width: 100%;
    }

    .contact-us .button{
      padding: 1% 5%;
    }
  }
  /* end contact-us */

  /* start footer */
footer{
  background-color: var(--blue);
  padding: 2%;
}

.logo-footer{
  width: 120px;
margin-bottom: 5%;
}
.zip h4, .locations h4{
  background-color: var(--light);
  width: 70%;
  padding: 2%;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: 5%;
}

.zip a:hover, .locations a:hover{
  color: #1F2645;
}
footer .social{
  color: white;
}
footer .social a i{
  color: var(--light);
  margin-right: 2%;
  font-size: 20px;
}

.zip a, .locations a{
  color: var(--blue);
  border: 1px solid var(--light);
  background-color: #ECCCBD;
  font-weight: 500;
}

@media screen and (max-width:1199px) {
footer .col-xl-4{
  margin-bottom: 2%;
}
}


.copyright{
  background-color: var(--blue);
  color: var(--light);
  text-align: center;
padding-bottom: 2%;

}

.copyright p{
  margin-bottom: 0;
}


  /* end footer */


