.slick-slider {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-touch-callout: auto;
    -khtml-user-select: auto;
}

.add-style{
    right: 0;
}
.add-style-2{
    z-index: 0;
}

.new-space-bottom{
    padding-bottom: 170px;
    padding-top: 70px;
}
.new-space-top{
    padding-top: 75px !important;
}

.img3 {
    position: absolute;
    right: 0;
    z-index: 5;
}
.img2{
    position: absolute;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 600px) and (min-width: 300px) {
    .img3 {
      display: none;
    }
  }


  .th-social.footer-social a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    border: 1px solid rgb(255 255 255 / 40%);
    border-radius: 50%;
    position: relative;
    background-color: transparent !important;
}

.th-social.footer-social a i{
    color: #ffffff;
}

.th-social.footer-social a span {
    position: absolute;
    font-size: 18px;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.th-social.footer-social a:hover span {
    top: 50%;
    left: 50%;
}

.footer_copyright {
    color: rgb(255 255 255 / 40%);
    font-weight: 300;
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif !important;
}
.footer_copyright a{
    font-weight: 300;
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif !important;
    margin-left: 12px;
}

.footer_copyright a:hover {
    color: var(--theme-color);
}

.footer_copyright a::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #754c24;
    border-radius: 50px;
    margin-top: 8px;
    margin-left: -9px;
}

.footer-layout3 .copyright-wrap a{
    color: rgb(255 255 255 / 40%);
    font-weight: 300;
    font-size: 13px;
    font-family: "Poppins", Arial, sans-serif !important;
}


@media only screen and (max-width: 600px) {
    .add-space-top-new{
        padding-top: 350px;
    }
    .new-space-top{
        padding-top: 150px !important;
    }
  }

  @media only screen and (max-width: 1400px){
    .th-social.footer-social a{
        margin-bottom: 40px;
    }
  }