body {
    font-family: 'Arimo', sans-serif !important;
  }
  
  .display-heading{
      font-size:2.5rem;
      font-weight: 500;
      line-height: 1.2;
  }
  /*header*/
  .header{
      height:100vh;
  }
  
  /*navbar*/

  .navbar-nav{
background-color: white;
  }
  
  .navbar-brand .h4{
          font-size:1.8rem !important;
      }
  .logo{
      font-family: 'Lobster', cursive !important;
      letter-spacing: 1px;
  }
  .logoimg{
      max-width:60px;
      margin-left:20px;
  }
  .nav-menu{
      /* background: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.5)); */
      background-color: white;
      /* padding: 10px; */
      transition: all .7s;
      max-height: 60px;
      
  }




  .menu-item{
      font-size: 15px;
      letter-spacing: 1px;
      font-weight: bolder;
      color: black;
      transition: color .5s;
  }
  .menu-item:hover{
      color:#28a745;
  }
  .nav-active{
      color:#28a745;
      text-shadow: 1px 1px #444;
      font-weight: bold;
  
  }
  .line1 ,.line2 ,.line3{
      width: 23px;
      height: 3px;
      margin:5px;
      transition: all .4s;
  }
  .change .line1{
      transform: rotate(-45deg) translate(-5px,6px);
  }
  .change .line2{
      opacity: 0;
  }
  .change .line3{
      transform: rotate(45deg) translate(-5px,-6px);
  }
  .custom-navbar{
      padding: 5px 30px;
      /* background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7)); */
  }
  /*end of navbar*/
  
  /*banner*/
  
  .banner{
      position: absolute;
      top:50%;
      left:50%;
      transform: translate(-50%,-50%);
      width: 80%;
      
  }
  .banner-heading{
      animation-name: anim;
      animation-duration: 2s;
  }
  .banner-par{
      animation-name: anim;
      animation-duration: .5s;
      animation-fill-mode: backwards;
  }
  @keyframes anim{
      0%{
          transform: translateX(-100px);
          opacity: 0;
      }
      100%{
          transform: translateX(0);
          opacity: 1;
      }
  }
  /*end of banner*/
  
  /*end of header*/
  
  .mission{
      background: #283435;
  }
  /* .mission-2{
      /* background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.6)),url(images/imgs/photos/about-serv-13.jpg) no-repeat center center /cover; */
       /* background:white;  */
       /* background-image: linear-gradient(to bottom, rgba(6, 114, 13, 0.49), rgba(0, 2, 5, 0.45)),url(images/wall-8.jpg); 
  } */
  /*
  .underline{
      width: 150px;
      border-width: 3px;
      border-style: solid;
      border-color: linear-gradient(red, yellow 10%, green 90%);
      margin: auto;
  }
  */
  .first-word{
      font-size:3rem;
      color:rgb(0, 0, 0);
      text-shadow: 1px 1px #333;
  }
  .underline {
      text-decoration: none;
      position: relative;
  }
  .underline::after {
      position: absolute;
      content: '';
      height: 8px;
      bottom: 4px;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 150px;
      background: linear-gradient(to right, #008000 85%, #fff 15%);
      border:1px solid #b2b2b2;
      -o-transition: .5s;
      -ms-transition: .5s;
      -moz-transition: .5s;
      -webkit-transition: .5s;
      transition: .5s;
  }
  .fromLeft{
      animation-name: fromLeft;
      animation-duration: 3s;
  }
  .fromRight{
      animation-name: fromRight;
      animation-duration: 3s;
  }
  @keyframes fromLeft{
      0%{
          transform: translateX(-120px);
          opacity: 0;
      }
      100%{
          transform: translateX(0);
          opacity: 1;
      }
  }
  @keyframes fromRight{
      0%{
          transform: translateX(30px);
          opacity: 0;
      }
      100%{
          transform: translateX(0);
          opacity: 1;
      }
  }
  
  /* Collection */
  
  .card-shadow{
      box-shadow: 5px 8px 20px #444;
  }
  .heading{
      position: absolute;
      top: 60%;
      right: 0;
      font-size: 14px;
      letter-spacing: 1px;
      background: #222;
      width: 100%;
      cursor: pointer;
      opacity: .7;
      transition: all .5s;
      padding: 5px;
      text-align: center;
      border: 1px solid green;
      box-shadow: 5px 8px 20px #040404;
  }
  .heading:hover{
      opacity: 1;
  }
  .heading1{
    position: absolute;
    top: 60%;
    right: 0;
    font-size: 20px;
    letter-spacing: 1px;
    background: #222;
    width: 100%;
    cursor: pointer;
    opacity: .7;
    transition: all .5s;
    padding: 5px;
    text-align: center;
    border: 1px solid green;
    box-shadow: 5px 8px 20px #040404;
}
.heading1:hover{
    opacity: 1;
}

.te1{
    font: size 1.5rem;
}
  /* Collection Ends */
  
  /*Gallery */
  .underline-dark{
      text-decoration: none;
      position: relative;
  }
  .underline-dark::after {
      position: absolute;
      content: '';
      height: 8px;
      bottom: 4px;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 150px;
      background: linear-gradient(to right, #008000 85%, #fff 15%);
      -o-transition: .5s;
      -ms-transition: .5s;
      -moz-transition: .5s;
      -webkit-transition: .5s;
      transition: .5s;
      border: 1px solid #c1c1c1;
  }
  .gallery-list-item{
      color:#777;
      cursor: pointer;
      user-select: none;
  }
  .active-item{
      color:green;
  }
  /*Gallery Ends */
  
  .customers{
      background: #283435;
  }
  
  
  .contact{
      background: linear-gradient(105deg,rgba(21,31,32,1) 0%, rgba(21,31,32,.95) 50%, transparent 50%) ,url(images/img-24.jpg) no-repeat center center /cover;
  }
  .input,.textarea {
      background: transparent;
      border-color:transparent;
      border-bottom: 2px solid #ccc;
      border-radius: 0;
      transition: all .8s;
  }
  
  .input:focus,.textarea:focus{
      background: transparent;
      border-color: transparent;
      box-shadow: none;
      color:#fff;
      border-bottom:2px solid #28a745;
  }
  .submit-button{
      background: #28a745;
      color:#eee;
      transition: all .3s;
  }
  
  .submit-button:hover{
      background: #009900;
      transform: translateY(-3px);
  }
  .banner-2{
    
      position: absolute;
      top:15%;
      left:50%;
      transform: translate(-50%,-50%);
      width: 80%;
  }
  .carousel-caption{
      position: absolute; 
      top:40%;
  }
  @media(max-width:992px){
      .contact{
          background: linear-gradient(rgba(21,31,32,1),rgba(21,31,32,.95));
      }
      .contact-form{
          width: 80%;
          margin: auto;
      }
      .navbar-brand .h4{
          font-size:1rem !important;
      }
      .banner-2{
    
      position: absolute;
      top:22%;
      left:50%;
      transform: translate(-50%,-50%);
      width: 80%;
    
  }
      .logoimg{
      width:125px;
  }
  .carousel-caption{
      position: absolute; 
      top:40%;
  }
  }
  
  @media(max-width:480px){
      .nav-menu{
     
      padding: 10px;
  }
  .banner-2{
    
      position: absolute;
      top:20%;
      left:50%;
      transform: translate(-50%,-50%);
      width: 80%;
    
  }
  .carousel{
      margin-top:80px;
  }
  .carousel-caption{
      position: absolute; 
      top:35%;
  }
  
  }
  
  
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
      color: #fff;
      background-color: #1e7e34;
  }
  
  .nav-pills a{
      
      color:green;
  }
  .pages-header{
      height:200px;
      /*background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.6)),url(https://cdn.shopify.com/s/files/1/1619/4221/products/J01578_grande.jpg) no-repeat center center /cover;*/
      background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.6)),url(images/bg_about.jpg) no-repeat center center /cover;
     
  }
  
  .banner-2 h1{
    
     font-weight:bold;
     text-shadow: 2px 2px #4f6f39;
    
  }
  .about-elements{
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),url(images/imgs/photos/amg-3.png);
          color:#000;
          width:100%;
          padding: 10px;
          box-shadow: 0 10px 20px 0 rgba(242, 239, 239, 0.5), 0 0 30px 0 rgba(113, 130,140, 0.5);
              border-radius: 10px;
                  border-top-left-radius: 10px;
                  border-top-right-radius: 10px;
                  border-bottom-right-radius: 10px;
                  border-bottom-left-radius: 10px;
  
  }
  .about-elements h3{
      text-shadow:1px 1px #222;
  }
  
  .tab-content{
      border: 1px solid #f7f7f7;
  }
  .services-bg{
     /* background: linear-gradient(rgba(41, 41, 41, 0.7),rgba(57, 51, 51, 0.2)),url(images/gallery/office/office-5.jpg) no-repeat center center /cover; */
     
     background-attachment: fixed;
  }
  .services{
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.49), rgba(40, 41, 41, 0.712)),url(images/wall-8.jpg);
          color:#fff;
          padding: 20px 5px;
          margin-bottom:20px;
          box-shadow: 0 20px 40px 0
          rgba(255, 225, 222, 0.24), 0 0 30px 0
              rgba(222, 222, 222, 0.5);
              border-radius: 10px;
                  border-top-left-radius: 10px;
                  border-top-right-radius: 10px;
                  border-bottom-right-radius: 10px;
                  border-bottom-left-radius: 10px;
                  /*height:420px;*/
                  overflow:hidden;
                  width:100%;
  
  }
  .services h6{
      height:35px;
      text-shadow:1px 1px #444;
  }
  .service-icons{
      width: 100px;
      border: 5px solid #29a50f;
      padding: 10px;
      border-radius: 50px;
      background:black;
      transition: all ease-in 0.5s;
  }
  .service-icons:hover{
      width: 110px;
      border: 5px solid #29a50f;
      padding: 10px;
      border-radius: 50px;
      background:black;
  }
       .brands {
       width: 100%;
       padding-top: 90px;
       padding-bottom: 90px;
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.2)),url(images/imgs/photos/about-serv-5.jpg) no-repeat center center /cover;
   }
  
   .brands_slider_container {
       height: 170px;
       border: solid 1px #e8e8e8;
       box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
       padding-left: 97px;
       padding-right: 97px;
       background:rgba(255,255,255,0.5);
   }
  
   .brands_slider {
       height: 100%;
       margin-top: 50px
   }
  
   .brands_item {
       height: 100%
   }
  
   .brands_item img {
       width:100%;
       max-width: 170px;
       border: 1px solid #444;
       height: 70px;
       box-shadow: 2px 4px 10px #444;
       background-color: rgba(159, 147, 147, 0.47);
   }
  
   .brands_nav {
       position: absolute;
       top: 50%;
       -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
       transform: translateY(-50%);
       padding: 5px;
       cursor: pointer
   }
  
   .brands_nav i {
       color: #e5e5e5;
       -webkit-transition: all 200ms ease;
       -moz-transition: all 200ms ease;
       -ms-transition: all 200ms ease;
       -o-transition: all 200ms ease;
       transition: all 200ms ease
   }
  
   .brands_nav:hover i {
       color: #676767
   }
  
   .brands_prev {
       left: 40px
   }
  
   .brands_next {
       right: 40px
   }
   .brand-new{
       padding:40px 10px;
   }
   
   .our-brands{
       /*width: 100%;*/
       /*padding-top: 90px;*/
       /*padding-bottom: 90px;*/
       /* background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.2)),url(images/imgs/photos/about-serv-5.jpg) no-repeat center center /cover;*/
        background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgb(130, 130, 130)), url(images/imgs/photos/amg-3.png);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 4rem;
      text-shadow: 0px 1px 2px #53535f;
      border-radius: 0;
      border-bottom: 2px solid #333;
      color: #fff;
   }
   #brand-row>div>div{
      align-content: center;
      justify-content: center;
      display: flex;
   }
   #brandz{
       display:none;
   }
   /*  #brand-row-mb>div{*/
   /*       justify-content: center;*/
   /*       display: flex;*/
   /*       flex-wrap:wrap;*/
   /*}*/
   @media (max-width: 768px) {
       #brand-row{
           display:none;
       }
     #brandz{
       display:block;
   }
   }
   
   .img-inside{
      padding: 10px;
      margin: 30px 0;
      text-align: center;
      transition: all ease 1s;
      opacity: 0.7;
      width: 150px;
      height: 150px;
      box-shadow: 0px 5px 15px rgba(31, 35, 31, 0.93);
      background-color: rgba(255, 255, 255, 0.5);
      align-content: center;
      display: flex;
      align-items: center;
      justify-content: center;
   }
   .img-inside:hover{
       opacity:1;
       background-color: rgba(255, 255, 255, 1);
   }
   .img-inside img{
      
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
  }
  .map-image{
    position: sticky;
    top: 10%;
  }
  .footer-bs {
      background-color: #111;
      padding: 30px 40px;
      color: rgba(255,255,255,1.00);
  }
  .footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
  .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
  .footer-bs .footer-brand h2 { margin:0px 0px 10px; }
  .footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }
  
  .footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
  .footer-bs .footer-nav ul.pages li { padding:5px 0px;}
  .footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
  .footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
  .footer-bs .footer-nav h4 {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-bottom:10px;
  }
  
  .footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
  .footer-bs .footer-nav ul.list li { padding:5px 0px;}
  .footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
  .footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }
  
  .footer-bs .footer-social ul { list-style:none; padding:0px; }
  .footer-bs .footer-social h4 {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 3px;
  }
  .footer-bs .footer-social li { padding:5px 4px;}
  .footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
  .footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
  
  .footer-bs .footer-ns h4 {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-bottom:10px;
  }
  .footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }
  
  @media (min-width: 768px) {
      .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
  }
  
  .about-section{
      padding-top:40px;
  }
  .about-image {
      position: relative;
  }
  .about-image::before {
      position: absolute;
      content: '';
      /* background-color: black; */
      background-position: center center;
      background-size: 100%;
      width: 355px;
      height: 350px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      z-index: -1;
      
  }
 
  .about-image .single-image {
      width: 360px;
  }
  .float-left {
      float: left;
  }
  .about-image .single-image img {
      width: 100%;
  }
  .about-image .single-image.image-tow {
      margin-top: -200px;
      position: relative;
      z-index: 5;
  }
  
  .about-image .single-image {
      width: 300px;
  }
  .float-right {
      float: right;
  }
  .about-content h3{
      color:#333;
  }
  
  .about-content p{
      margin-bottom: 0px;
      line-height: 35px;
      letter-spacing: 0.5px;
      color: #646464;
      font-family: 'Poppins', sans-serif;
  }
  .mt-60{
      margin-top:60px;
  }
  
  .section-block-grey {
      padding: 90px 0px 90px 0px;
      background-color: #f9f9f9;
  }
  
  .serv-section-2 {
      position: relative;
      border: 1px solid #eee;
      /* background: #fff; */
      /* background-image: linear-gradient(to bottom, rgba(156, 160, 156, 0.49), rgba(0, 2, 5, 0.45)),url(images/wall-8.jpg); */
      box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
      border-radius: 5px;
      overflow: hidden;
      padding: 30px;
      margin-bottom:20px;
      color: white;
      background-color: rgba(89, 92, 89, 0.49);
  }
  
  /* .serv-section-2:before {
      position: absolute;
      top: 0;
      right: 0px;
      z-index: 0;
      content: " ";
      width: 120px;
      height: 120px;
      background: #f5f5f5;
      border-bottom-left-radius: 136px;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
  } */
  
  .serv-section-2-icon {
      position: absolute;
      top: 18px;
      right: 22px;
      max-width: 100px;
      z-index: 1;
      text-align: center;
  }
  
  .serv-section-2-icon i {
      color: green;
      font-size: 48px;
      line-height: 65px;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
  }
  
  .serv-section-desc {
      position: relative;
      padding-right:15px;
  }
  
  .serv-section-2 h4 {
      color: #333;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
  }
  
  .serv-section-2 h5 {
      color: #333;
      font-size: 17px;
      font-weight: 400;
      line-height: 1;
      margin-top: 5px;
  }
  
  .section-heading-line-left {
      content: '';
      display: block;
      width: 65px;
      height: 3px;
      background: green;
      border-radius: 25%;
      margin-top: -3px;
      margin-bottom: 5px;
  }
  
  .serv-section-2 p {
      margin-top: 5px;
      margin-bottom:2px;
  }
  
  .serv-section-2:hover .serv-section-2-icon i {
      color: #fff;
  }
  
  .serv-section-2:hover:before {
      background: rgb(139, 143, 139);
  }

  /* extra added */
  .img-fluid{
    border: 7px solid hsl(0, 0%, 100%);
    width: 100%; 
    height: auto;
    display: block;

    /* Add a smooth transition effect for the scaling (0.3 seconds duration) */
    transition: transform 0.3s ease-in-out;
    
    /* Center the image within its space (helpful for precise scaling origin) */
    transform-origin: center;
  }

  /* The state applied when the mouse hovers over the image */
.img-fluid:hover {
    /* Scale the image to 1.2 times its original size */
    transform: scale(1.2);
}

 
