*{
    padding: 0;
    margin: 0;
}

body {
  font-family: "Oxygen", sans-serif;
    
}

a{
    cursor: pointer;
}

a:hover{
    text-decoration: none;
}

.container{
    max-width: 1300px !important;
}

header {
    background: #2d2f2f;
    padding-top: 10px;
    position: relative;
}

.navbar-brand  {
  color: #8DC63F;
}

.navbar-brand h4 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}

.top-header {
    background: #242525d4;
    padding: 8px 0px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    display: flex;
}

.top-header ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    margin-bottom: 0px;
    justify-content: end;
}

.top-header ul li{
    margin: 0px 15px ;
}

.top-header ul li a{
    color: #fff;
}
.top-header ul li a i{
   padding-left: 10px;
}

.nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.nav-link:hover{
    color: #fff;
}

.top-header button {
    padding: 8px 20px;
    background: #fff;
    color: #125875;
    outline: none !important;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}

.navbar-brand img {
    width: 170px;
    position: absolute;
    top: 0px;
    filter: drop-shadow(8px 0 6px #4e4e4e);
    /* transform: translateY(-9px); */
    z-index: 200;
}

.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
 
.navbar-nav li {
    padding: 0px 10px;
}

.banner{
    height: 650px;
    position: relative;
}

.slider {
    background-image: linear-gradient(149deg, rgb(0 0 0 / 45%) 46%, rgb(0 0 0 / 33%) 99%),
    url(../img/Illuminated-Signs.webp);
    height: 650px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.slider .content {
    padding-left: 50px;
    padding-bottom: 140px;
}

.slider .content h4 {
    color: #8DC63F;
}
.slider .content h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
}

.navbar-nav {
  position: relative;
}

.navbar-nav .active {
  border-bottom: 3px solid #8DC63F;
}

.navbar-nav .active a {
  color: #8DC63F !important;
}

.slider .content p{
    color: #fff;
}

.slider-new {
    background-image: linear-gradient(149deg, rgb(0 0 0 / 45%) 46%, rgb(0 0 0 / 33%) 99%),
    url(../img/Polish-letters-signs.webp) !important;
}
.slider-new2 {
    background-image: linear-gradient(149deg, rgb(0 0 0 / 45%) 46%, rgb(0 0 0 / 33%) 99%),
    url(../img/Metal-signs-los-angeles.webp) !important;
}
.slider-new3 {
    background-image:linear-gradient(149deg, rgb(0 0 0 / 45%) 46%, rgb(0 0 0 / 33%) 99%),
    url(../img/Channel-letters-Signs.webp) !important;
}
.slider-new4 {
    background-image:linear-gradient(149deg, rgb(0 0 0 / 45%) 46%, rgb(0 0 0 / 33%) 99%),
     url(../img/Neon-sigange.webp) !important;
}

.banner-box {
    background: #8dc63fdb;
    padding: 30px 20px;
    height: 240px;
}

.banner-box-new{
    background: #8DC63F !important;
}

.banner-box:hover{
    background: #8DC63F;
    transition: all .3s linear;
}


.banner-bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.icon{
  height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}


.banner-box .icon i {
   font-size: 25px;
   color: #8DC63F;
}


.banner-box  h3{
   color: #fff;
   font-size: 20px;
}

.banner-box p{
    color: #fff;
 }

 .about-images {
    min-height: 440px;
    width: 100%;
    object-fit: fill;
    border-radius: 10px;
 }
 .about-images1 {
    min-height: 214px;
    width: 100%;
    object-fit: fill;
    border-radius: 10px;
    margin-bottom: 10px;
 }
 
 .about {
    padding: 80px 0px;
 }
 .about .content{
    padding-left: 50px;
 }
 
 .about .content h1 {
    font-size: 46px;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    color: #8DC63F;
 }
 .about .content p {
    padding-top: 10px;
 }

 .about .content button {
    padding: 10px 20px;
    background: #125875;
    color: #fff;
    outline: none !important;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}

.arrow {
    color: #fff !important;
    padding-left: 10px;
    transform: translateY(5px);
}
.link-preview{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  line-height: 1;
  text-align: center;
  /* width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%; */
  transition: 0.2s linear;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  display: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.img:hover .link-preview{
  display: inline-flex;
  transition: 0.2s linear;
}
.overlay{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.img:hover .overlay{
  opacity: 1;
}

.slider-sign{
  background-image: url(../img/logo.webp);
  height: 500px;
  padding: 80px 0px;
  background-attachment: fixed;
  background-size: cover;
}

.box-image{
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.img{
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.img img:hover{
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all .3s linear;
}

.img img{
  width: 100%;
  height: 100%;
  position: absolute;
}

.box-image img{
  width: 100%;
  height: 100%;
}
.box-image img:hover{
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all .3s linear;
}

.name{
  background: #2d2f2f;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.name:hover{
  background: #8DC63F;
}

.singes{
  background-image: linear-gradient(149deg, rgb(0 0 0 / 45%) 46%, rgb(0 0 0 / 33%) 99%),
   url(../img/Metal-signs-los-angeles.webp);
  padding: 80px 0px;
  background-attachment: fixed;
  background-size: cover;
}

.singes .content h2 {
  font-size: 40px;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    color: #fff;
}
.singes .content p {
    font-weight: 600;
    color: #fff;
}

.singes button {
  outline: none !important;
  padding: 15px 50px;
  background: #8DC63F;
  border: none;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.review {
  padding: 80px 0px;
}

.review-box {
  background: #fff;
    box-shadow: 1px 1.732px 60px 0 rgba(0,0,0,.1);
    padding: 40px;
    border-left: 4px solid #8DC63F;
    height: 250px;
}

.review-box p span {
  background: #000;
  width: 20px;
  height: 2px;
}

.text-italic{
  font-style: italic;
  font-weight: 600;
}

.latest-news{
    padding: 80px 0px;
}

.latest-news .heading{
    margin-bottom: 40px;
}

.latest-news .heading h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    color: #8DC63F;
}

.news-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1.732px 60px 0 rgba(0,0,0,.1);
    height: 500px;
    margin-bottom: 30px;
}

.news-box-services {
  height: 580px !important;
}
.news-box-product {
  height: 520px !important;
}



.news-box img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news-box .content {
    padding: 30px;
}

.news-box .content h3{
  font-weight: 400;
  font-family: "Anton", sans-serif;
  color: #8DC63F;
  font-size: 24px;
}

.news-box .content p {
  font-size: 14px;
  font-weight: 500;
}

.news-box .content a{
   color: #8DC63F;
}
.news-box .content a i{
    padding-left: 5px;
    transform: translateY(1px);
}

.services-banner{
  background-image: linear-gradient(149deg, rgb(0 0 0 / 76%) 46%, rgb(0 0 0 / 63%) 99%), 
  url(../img/gold-letters-backlit.webp);

  background-size: cover;
  height: 400px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-banner{
  background-image: linear-gradient(149deg, rgb(0 0 0 / 76%) 46%, rgb(0 0 0 / 63%) 99%), 
  url(../img/Channel-letters-Signs.webp) !important;
}
.contact-banner{
  background-image: linear-gradient(149deg, rgb(0 0 0 / 76%) 46%, rgb(0 0 0 / 63%) 99%), 
  url(../img/Custom-store-front-sign.webp) !important;
}

.services-banner h1 {
  text-align: center;
  color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
}

.services-banner p {
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.services-banner p a{
color: #8dc63f;
}

.programs {
    padding-bottom: 80px;
}

.programs .heading h2 {
    font-size: 40px;
    font-weight: 600;
}

.programs .heading{
    margin-bottom: 40px;
}


.program-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1.732px 60px 0 rgba(0,0,0,.1);
}

.program-box img{
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}

.program-box .content {
    padding: 20px;
}
.program-box .content h3 {
    font-size: 18px;
}
.program-box .content a{
   color: #8DC63F;
}
.program-box .content a i{
    padding-left: 5px;
    transform: translateY(1px);
}



  .appoiment-bg {
    background-image: url(../img/Polish-letters-signs.webp);
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
  }

  .newstaller{
    height: 400px;
    background: #8dc63f;
    padding: 40px;
  }


  .newstaller h3{
   font-size: 36px;
   font-family: Anton, sans-serif;
   color: #fff;
  }


  .newstaller p{
   font-size: 16px;
   font-weight: 500;
   color: #fff;
   padding-top: 20px;
  }

 
  .newstaller button{
    outline: none !important;
    padding: 15px 50px;
    background: #fff;
    border: none;
    color: #8DC63F;
    font-family: "Anton", sans-serif;
    font-weight: 400;
  }


  .footer-section {
    background: rgb(45, 47, 47);
    position: relative;
  }
  
  .footer-logo h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #8DC63F;
  }

  .footer-widget p {
    color: #fff;
  }

  .footer-widget ul li {
    color: #fff;
  }

  .footer-cta {
    border-bottom: 1px solid #707070;
  }
  .single-cta i {
    color: #8dc63f;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #fff;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 100px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #fff;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #8DC63F;
  }
 
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #8dc63f;
  }
  .footer-widget ul li {
    display: inline-block;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #8dc63f;
  }
  .footer-widget ul li a {
    color: #fff;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #fff;
    border: 1px solid #fff;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #8dc63f;
      padding: 13px 20px;
      border: 1px solid #8dc63f;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: #8dc63f;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #8dc63f;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }

  .social {
    position: relative;
  }

  .top-header::before{
    content: '';
    background: #8DC63F;
    width: 346px;
    position: absolute;
    height: 56px;
    right: -19px;
    top: 0px;
    transform: skew(30deg);
  }
  
  .prev {
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #125875;
    font-size: 25px;
  }
  .next {
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #125875;
    font-size: 20px;
  }

  .carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
  }

  .header-contact  li i{
    color: #8DC63F;
    padding-right: 10px;
  }

  .li {
    color: #fff;
  }

 

  .calander {
    background: #8DC63F;
    padding: 8px;
    color: #fff;
    width: fit-content;
    border-radius: 5px;
    position: absolute;
    left: 40px;
    margin-top: 40px;
  }

  .calander ul {
    display: flex;
    margin-bottom: 0px;
  }

  .calander ul li i {
    padding-right: 5px;
  }
  

  .calander-new {
    background: #8DC63F;
    padding: 15px;
    color: #fff;
    width: fit-content;
    border-radius: 5px;
    position: absolute;
    left: 40px;
    margin-top: 40px;
    text-align: center;
  }

  .calander-new ul {
    margin-bottom: 0px;
  }

  .calander-new strong {
    font-size: 22px;
  }


  /* ============================================================================================== */


  #contact {
    width: 100%;
    height: 100%;
    padding: 80px 0px;
  }

  input{
    outline: none !important;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0 rgba(0,0,0,.1);
    height: 50px;
    width: 100%;
    border: none;
    padding: 15px;
    margin-bottom: 20px;
  }

  textarea{
    outline: none !important;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0 rgba(0,0,0,.1);
    height: 80px;
    width: 100%;
    border: none;
    padding: 15px;
    margin-bottom: 20px;
  }
  
  
  /* Left contact page */
 
  .send-button {
    margin-top: 15px;
    height: 60px;
    width: 100%;
    overflow: hidden;
    transition: all .2s ease-in-out;
    font-weight: 600;
    background: #8DC63F !important;
  }
  
  
  
  .send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
  }
  
  .alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
  }
  
  /* Begin Right Contact Page */
  .direct-contact-container {
    max-width: 100%;
    padding-left: 50px;
  }
  
  /* Location, Phone, Email Section */
  .contact-list {
    list-style-type: none;
    padding-right: 20px;
  }
  
  .list-item {
    line-height: 4;
    color: #8DC63F;
  }

  .list-item a {
    color: #555;
    font-weight: 600;
  }
  
  .contact-text {
    font-size: 16px;
    letter-spacing: 1.9px;
    color: #555;
  }
  
  .place {
    margin-left: 62px;
  }
  
  .phone {
    margin-left: 56px;
  }
  
  .gmail {
    margin-left: 53px;
  }
  
  .contact-text a {
    color: #555;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {
    color: #555;
    text-decoration: none;
  }

  .direct-contact-container h3{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 24px;
    color: #8DC63F;
    margin-bottom: 30px;
  }

  .services-details{
    padding: 80px 0px;
  }

  .services-details .content h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    color: #8DC63F;
  }
  .services-details .content h4 {
    font-weight: 400;
    font-family: "Anton", sans-serif;
    color: #8DC63F;
  }
  .services-details .content p {
    font-weight: 400;
    padding: 20px 0px;
  }

  .details-img{
    height: 500px;
    width: 100%;
  }
  
  .details-img img{
    height: 100%;
    width: 100%;
  }
  

  .details-box {
    background: rgb(255, 255, 255);
    padding: 20px;
    border-left: 4px solid rgb(141, 198, 63);
}

.negivation{
  margin-top: 20px;
}

.negivation ul li {
  border-bottom: 2px solid #dbdbdb;
  width: fit-content;
  padding: 10px 0px;
}
.negivation ul li a{
  color: #8DC63F;
  font-weight: 600;
}
.negivation ul li i{
 padding-right: 10px;
}

/* .tags ul {
  display: inline-grid;
    grid-template-columns: 50% 50%;
    margin-top: 30px;
} */

.tags .tag-btn{
  border: 2px solid #8DC63F;
  padding: 5px;
  color: #8DC63F;
  font-weight: 600;
  border-radius: 5px;
  width: fit-content;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.tags{
  margin-top: 20px;
}


.img-slider {
  display: flex;
  overflow-x: scroll;
}

.show-img {
  margin-bottom: 20px;
}

.show-img img {
  height: 100px;
  width: 100px;
  margin-top: 20px;
  margin-right: 10px;
  border-radius: 5px;
}


::-webkit-scrollbar
{
	width: 5px;
}

::-webkit-scrollbar-thumb
{
	background-color: #efefef;
  width: 5px;
  border-radius: 30px;
}
.latest-news .nav{
  justify-content: center;
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-item{
  padding: 0px 15px !important;
}

.nav-tabs .nav-link{
  background: none !important;
  border: none !important;
  color: #000 !important;
  font-weight: 600 !important;
  outline: none !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 4px solid #8dc63f !important;
}
  
  /* =========================================================================================== */

  /* Responsive design */

  @media only screen and (max-width: 600px) {
    .about .content {
      padding-left: 0px;
  }
  .about-images {
    min-height: 230px;
    margin-bottom: 15px;
}

.review-box{
  height: auto;
  margin-bottom: 20px;
}

.banner{
  height: auto;
}

.slider {
  height: 430px;
}

.banner-bottom{
  position: inherit;
  padding-top: 40px;
}

.banner-box{
  margin-bottom: 30px;
}

.next,.prev {
  height: 30px;
  width: 30px;
  display: none;
}

.top-header{
  display: none;
}

.slider .content{
  padding-left: 0px;
  padding-bottom: 0px;
}

.container{
  margin-inline: 0 !important;
}

.slider-sign{
  height: auto;
}

.name {
  margin-bottom: 30px;
}

.singes{
  padding: 80px 20px;
}

.cta-text {
  display: inherit;
  padding-left: 50px;
  margin-bottom: 20px;
}

.navbar-toggler i {
  color: #8DC63F;
}
button:focus {
  outline: none !important;
}

.slider .content h2 {
  font-size: 36px;
}

.navbar-brand h4{
  font-size: 20px;
}

.services-banner h1 {
  font-size: 40px;
}

.direct-contact-container{
padding-left: 0px;
padding-top: 30px;
}

  .news-box-services {
    height: auto;
  }
  }



/* ============================================================================= */

@media only screen and (max-width: 1200px) {
  .about .content {
    padding-left: 0px;
}
.about-images {
  min-height: 230px;
  margin-bottom: 15px;
}

.review-box{
height: auto;
margin-bottom: 20px;
}

.banner{
height: auto;
}

.slider {
height: 430px;
}

.banner-bottom{
position: inherit;
padding-top: 40px;
}

.banner-box{
margin-bottom: 30px;
}

.next,.prev {
height: 30px;
width: 30px;
display: none;
}

.top-header{
display: none;
}

.slider .content{
padding-left: 0px;
padding-bottom: 0px;
}

.container{
margin-inline: 0 !important;
}

.slider-sign{
height: auto;
}

.name {
margin-bottom: 30px;
}

.singes{
padding: 80px 20px;
}

.cta-text {
display: inherit;
padding-left: 50px;
margin-bottom: 20px;
}

.navbar-toggler i {
color: #8DC63F;
}
button:focus {
outline: none !important;
}

.slider .content h2 {
font-size: 36px;
}


}

  
  
