.copyright{
  display: flex;
  position: relative;
  margin-left: -30px;
}
@media all and (min-width:1400px){
  .copyright{
    margin-left: -30px;
  }
}
@media all and (max-width:767px){
  .copyright{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;

    text-align: center;
  }
}
.copyright-text{
  font-weight: 300;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;

} @media all and (max-width:767px){
  .copyright-text{
    font-size: 13px;
  }
}

#projx-logo {
    padding: 10px 0;
  }

  .projx-logos {
    width: 100px;
    height: 39px;
    position: relative;
    text-align: center;
    display: inline-block;
  }


  .projx-logos * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .projx-logos > .projx-logos-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }

  .projx-logos-card {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-perspective: 100px;
    -moz-perspective: 100px;
    -o-perspective: 100px;
    perspective: 100px;
  }

  .projx-logos-card figure {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .projx-logos-card figure > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .projx-logos-card .back > div {
    font-size: 12px;
    padding-top: 5px;
    color: #fff;
  }

  .projx-logos .projx-logos-card .back,
  .projx-logos:hover .projx-logos-card .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .projx-logos:hover .projx-logos-card .back {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }

  .tooltip-projx-logos {
    display: block;
    position: relative;
    z-index: 999;
  }

  .tooltip-projx-logos:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .projx-logos:hover .tooltip-projx-logos::after {
    pointer-events: auto;
  }

  .tooltip-projx-logos-content {
    position: absolute;
    z-index: 9999;
    width: 140px;
    left: 50%;
    bottom: 100%;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 10px -70px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: transparent;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
  }

  .projx-logos:hover .tooltip-projx-logos-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .tooltip-projx-logos-content span {
    display: block;
  }

  .tooltip-projx-logos-text {
    border-bottom: 2px solid #fffaf0;
    overflow: hidden;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
  }

  .projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  .tooltip-projx-logos-text-inner {
    background: rgba(0, 0, 0, 0.7);
    padding: 7px 10px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    color: #fff;
  }

  .projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text-inner {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .tooltip-projx-logos-content:after {
    content: "";
    bottom: -14px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fffaf0;
    border-width: 7px;
    margin-left: -7px;
  }


  /* popup */
  .form-popup {
    width: 100%;
    position: fixed;
    height: 100vh;
    z-index: 99999;
    inset: 0;
    background-color: rgb(12 12 12 / 95%);
  }
  .form-popup .form-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    color: white;
  }

  .form-popup .layout {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
  }
  .form-popup .online-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    max-width: 1139px;
    height: 703px;
    z-index: 15;
    width: 100%;
    background-color: transparent;
    position: relative;
  }
  .form-popup .online-form .button-close{
    position: absolute;
    top: -20px;
    right: 35px;
    font-size: 35px;
    font-weight: 300;
  }
  form .content{
    max-width: 470px;
  }
  form .content h2{
    color: #EFD9C2;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
  }
  form .content label{
    margin-bottom: 10px;
    color: #EF8A5A;
    font-size: 18px;
    font-weight: bold;
    display: block;
  }
  .form-popup .form-content input {
    color: white;
    border: 1px dashed white;
    width: 100%;
    max-width: 470px;
    height: 53px;
    border-radius: 15px;
    padding-left: 15px;
  }
  .form-popup .form-content textarea {
    color: white;
    border: 1px dashed white;
    width: 100%;
    max-width: 470px;
    height: 53px;
    border-radius: 15px;
    padding-left: 15px;
    padding-top: 10px;
    background-color: transparent;
  }
  .checkbox-group{
    display: flex;
  }
  .checkbox-group a{
    color: #EFD9C2;
  }
  .checkbox-group label{
    padding-left: 15px !important;
    font-size: 16px !important;
  }
  .checkbox-group input{
    border: unset !important;
    width: unset !important;
    max-width: 20px !important;
    height: unset !important;
    border-radius: unset !important;
    padding-left: unset !important;
    position: relative;
    top: -13px !important;
  }
  form .content button{
    background-color: #EF8A5A;
    padding: 10px 30px;
    color: white;
    width: 75%;
    margin: 0 auto;
  }
  @media screen and (max-width:767px) {
    .form-popup .online-form {
      width: 755px;
      margin: 0 20px;
    }
    .form-popup .online-form .button-close{
      position: absolute;
      top: -45px !important;
      right: 20px !important;
      font-size: 30px;
    }
    form .content h2{
      font-size: 36px !important;
      margin-bottom: 30px !important;
    }
    .form-popup .form-content input {
      height: 45px;
    }
    .form-popup .form-content textarea {
      height: 45px;
    }
    form .content label{
      margin-bottom: 7px;
      font-size: 17px;
    }

  }
  @media screen and (max-width:574px) {
    form .content h2{
      font-size: 33px !important;
      margin-bottom: 25px !important;
    }
    .form-popup .online-form .button-close{
      position: absolute;
      top: -45px !important;
      right: 20px !important;
    }
    form .content label{
      font-size: 16px !important;
    }
  }
  @media screen and (max-width:374px) {
    form .content h2{
      font-size: 28px !important;
      margin-bottom: 15px !important;
    }

  }
  /* popup */

  /* Blog-News */
  .full-bg-blue .blog-news{

  }
  .full-bg-blue .blog-news .box-overlay-2{
    max-width: 513px;
  }
  .full-bg-blue .blog-news .box-overlay-2::after{
    border-radius: 50% !important;
  }
  .full-bg-blue .blog-news:hover .btn-2::after{
    transform: translateX(10px);

  }
  .full-bg-blue .blog-news:hover .blog-date{
    opacity: 1;

  }
  .full-bg-blue .blogs-news .blog-date{
    font-size: 16px;
    opacity: 0.25;
    margin-bottom: 14px;
    transition: all 300ms;
  }

  .full-bg-blue .blogs-news .blog-title{
    margin-bottom: 31px;
    font-size: 30px;
    font-weight: 700;
  }
  .full-bg-blue .blogs-news .blog-content{
    font-family: "Abel Pro";
    font-size: 18px;
    margin-bottom: 28px;
    max-width: 489px;
  }
  .full-bg-blue .blogs-news .btn-2{
    color: white;
    justify-content: start !important;
  }
  .full-bg-blue .blogs-news .btn-2::after{
    transition: all 300ms;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(621%) hue-rotate(354deg) brightness(118%) contrast(100%);
  }
  @media screen and (max-width:991px) {
    .full-bg-blue .blogs-news .blog-date{
      font-size: 15px;
      margin-bottom: 10px;
    }

    .full-bg-blue .blogs-news .blog-title{
      margin-bottom: 15px;
      font-size: 27px;
    }
    .full-bg-blue .blogs-news .blog-content{
      font-family: "Abel Pro";
      font-size: 17px;
      margin-bottom: 22px;
    }
    .full-bg-blue .blogs-news .btn-2{
      font-size: 17px;
    }
  }
  @media screen and (max-width:767px) {
    .full-bg-blue .blog-news .box-overlay-2{
      max-width: 50%;
      display: block;
      margin: 0 auto;
    }
    .full-bg-blue .blogs-news .blog-title{
      margin-bottom: 10px;
    }
    .full-bg-blue .blogs-news .blog-content{
      margin: 0 auto 15px;
    }
    .full-bg-blue .blogs-news .btn-2{
      margin: 0 auto 20px;
      justify-content: center !important;
    }
  }
  @media screen and (max-width:574px) {
    .full-bg-blue .blog-news .box-overlay-2{
      max-width: 75%;
    }
    .full-bg-blue .blogs-news .blog-title{
      font-size: 24px;
    }
    .full-bg-blue .blogs-news .blog-content{
      font-size: 16px;
    }
  }

  /* Blog-News */
/* Swal*/
.swal2-container {
  z-index: 99999 !important
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #EF8A5A !important
}
/* Swal*/
.product-item .nal-1 img{
  border-radius: 50px;
}