
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-principal: "Roboto";
  --gradient-bg: linear-gradient(30deg, rgba(0, 0, 0, .95) 50%, rgba(0, 0, 0, .9) 50.1%);
  --color-primary: #f2731e;
  --color-light: #fff;
  --color-dark: #000;
}


html {
  /*cursor: none;*/
  cursor: pointer;
  --text: #000000;
  background: #ffffff;
  scroll-behavior: smooth;
}

body{
  overflow-x: hidden !important;
   font-family: 'Kanit', sans-serif !important;
}


.grayscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.ft-montserrat{
   font-family: 'Kanit', sans-serif !important;
}


.contactBtn{
    margin:80px !important;
}

.insight-section .project-date{
    margin:20px 0;
}
.insight-section .title{
    font-size:22px;
    font-weight:600;
       font-family: 'Kanit', sans-serif !important;
}


.ft-kanit{
      font-family: 'Kanit', sans-serif !important;
}


p{
    font-size: 20px;
    font-weight: 300;
}
a{
  text-decoration: none;
}

.main-menu {

  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
}

    
.menu-item {
  text-align: center;
}
.header__area-2.sticky{
  padding-top: 50px !important;
}

.menu-item a,
.header__area-2.sticky .menu-item.active {
  color: #fff;
}

.header__area-2.sticky .menu-item a {
  color: #000000;
}

.header__area-2.sticky .bi-filter-right {
  color: #000;
}

.header__area-2 .bi-filter-right {
  color: #ffffff;
}

.header__area-2.sticky .logo {
  height: 125px;
      margin-top: -13px;
}

.menu-item.active a {
  background-color: #f77c2b;
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff !important;

}

.offcanvas-body ul li.active a.menu-txt{
    color:#f77c2b !important;
}

.header__area-2.sticky .menu-item.active a {
  color: #ffffff;
}

.header__area-2.sticky .social-media-top  a{
  /*visibility: hidden;*/
  /*position: absolute;*/
    /*color:#000 !important;*/
    /* border: 1px solid #000 !important;*/
    color: #000 !important;
    border: 1px solid #212529 !important;
    margin-top: -30px;
}

.header__area-2 .social-media-top  a i:hover{
    color:#fff !important;
}


/*.cursor {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 1.5rem;*/
/*  height: 1.5rem;*/
/*  z-index: 200;*/
/*  pointer-events: none;*/
/*}*/

/*.cursor div {*/
/*  position: absolute;*/
/*  display: grid;*/
/*  place-items: center;*/
/*}*/

/*.cursor div div {*/
/*  border: 1px solid #f5814d;*/
/*  border-radius: 50%;*/
/*  animation: pulse 2.5s linear infinite;*/
/*  box-shadow: 0 0 50px 5px #f5814d;*/
/*}*/

/*.cursor div:nth-child(1),*/
/*.cursor div:nth-child(2) {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*.cursor div:nth-child(1) {*/
/*  transition: transform 0.2s ease-out;*/
/*}*/

/*.cursor div:nth-child(2) {*/
/*  transition: transform 0.1s ease-out;*/
/*}*/

/*.cursor div:nth-child(2) div {*/
/*  background: #fff;*/
/*  border-radius: 50%;*/
/*  width: 4px;*/
/*  height: 4px;*/
/*}*/

.py-10{
    padding:6rem 0;
}

.pt-10{
    padding:6rem 0 0 0;
}


.pt-15 {
  padding-top: 150px;
}
.pt-20 {
  padding-top: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}


.bg-theme {
  background-color: #f5814d;
}

.text-theme {
  color: #f5814d;
}

.btn-theme {
  background-color: #f5814d;
  color: #ffffff !important;
    border: 1px solid #ffffff;
    border-radius: 25px;
    min-width: 150px;
    padding: 10px;
    margin: 0 auto;
    margin: 4px 0 0 0;
}

.btn-theme:hover {
  border: 1px solid #f5814d;
  background-color: #ffffff;
  color: #f5814d !important;
}


.banner-section {
  padding-top: 180px;
  background-image: url(../images/shap/sh-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.service__hero-2 {
  background-color: #fff;
  background-image: url(../images/shap/6.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 333px;
}


.about-section-2 {
  position: relative;
  background-color: #fff;
  background-image: url(../images/picture/about-section-picture.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 75vh 100%;
  border-radius: 0 95px 0 0;
}
span.accordion-title {
    color: #000 !important;
}

.furniture-section {
  background-color: #fff;
  background-image: url(../images/picture/image-3.jpeg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 33vh;

}


.header__area-2 .logo {
  transform: translateX(-3px);
}

.service__area-2 .sec-text p {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  max-width: 410px;
}

.header__area-2.sticky .logo {

  position: absolute !important;
  z-index: 99 !important;
}

.logo {
  height: 140px;
}

@media screen and (max-width: 600px) {
  .logo {
    height: 90px;
  }

  .banner-section {
    padding-top: 130px;
  }

  .service__hero-right-2 p {
    font-size: 16px;
    margin-left: 16px;
  }
}

.py-8 {
  padding: 8rem 0;
}


.header__area-2 {
  padding-bottom: 3px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;

}

.vh100 {
  height: 100vh
}

.header__area-2.sticky {

  background-color: #fff !important;
  color: #000;

}


.main-menu>li,
.main-menu-4>li {
  /* display: inline-block; */
  margin: 0 20px;
}

.main-menu>li>a,
.main-menu-4>li>a {
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  outline: none;
  text-transform: capitalize;
  -webkit-transform: translateY(var(--y)) translateZ(0);
  transform: translateY(var(--y)) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.main-dropdown {
  position: absolute;
  width: 300px;
  left: 0;
  top: 85px;
  z-index: 9;
  background-color: #000;
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__area-2 .main-dropdown {
  background-color: #fff;
}

.header__area-2 .main-dropdown li a {
  color: #000;
}

.main-dropdown li a {
  color: var(--white);
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-title {
    font-size: 50px;
  }
}

.service__item-2 img {
  margin-bottom: 40px;
  width: 100%;
}





/* .service__item-2::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: -90px;
    top: 0;
    background-color: #000;
} */

.service__item-2:nth-child(3n+1)::before {
  position: unset;
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-2 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-2 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-2 {
    padding-bottom: 60px;
  }
}

.service__hero-2 .shape-1 {
  position: absolute;
  width: 333px;
  height: auto;
  right: -10px;
  bottom: 0;
  transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__hero-2 .shape-1 {
    right: 0px;
    bottom: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-2 .shape-1 {
    right: 0px;
    bottom: 0px;
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-2 .shape-1 {
    width: 200px;
    right: -20px;
    bottom: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-2 .shape-1 {
    width: 200px;
    right: -20px;
    bottom: -40px;
  }
}

.service__hero-inner-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .service__hero-inner-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.service__hero-left-2 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .service__hero-left-2 {
    -ms-grid-row: 2;
    grid-row: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.service__hero-left-2 img {
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-left-2 img {
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-left-2 img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-left-2 img {
    max-width: 160px;
    margin: 0;
  }
}

.service__hero-left-2 .image-1,
.service__hero-left-2 .image-3 {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {

  .service__hero-left-2 .image-1,
  .service__hero-left-2 .image-3 {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .service__hero-left-2 .image-1,
  .service__hero-left-2 .image-3 {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .service__hero-left-2 .image-1,
  .service__hero-left-2 .image-3 {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

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

  .service__hero-left-2 .image-1,
  .service__hero-left-2 .image-3 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.service__hero-left-2 .image-2 {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

@media only screen and (max-width: 767px) {
  .service__hero-left-2 .image-2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.service__hero-left-2 .image-4 {
  position: absolute;
  left: 361px;
  bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-left-2 .image-4 {
    left: 278px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-left-2 .image-4 {
    left: 225px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-left-2 .image-4 {
    position: unset;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-right-2 {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.service__hero-right-2 .title {
  font-weight: 500;
  font-size: 130px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 40px;
  padding-top: 80px;
  padding-left: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-right-2 .title {
    font-size: 110px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-right-2 .title {
    font-size: 90px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-right-2 .title {
    font-size: 60px;
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
  }
}

.service__hero-right-2 .title span {
  display: block;
  padding-left: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-right-2 .title span {
    padding-left: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-right-2 .title span {
    padding-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-right-2 .title span {
    padding-left: 60px;
  }
}

.service__hero-right-2 p {
  font-size: 18px;
  max-width: 340px;
  margin-left: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-right-2 p {
    margin-left: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-right-2 p {
    margin-left: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-right-2 p {
    font-size: 16px;
    margin-left: 65px;
  }
}

.service__hero-right-2 .scroll {
  margin-left: 350px;
  margin-top: 95px;
  -webkit-animation: wcSlideBottom 5s infinite linear;
  animation: wcSlideBottom 5s infinite linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__hero-right-2 .scroll {
    margin-left: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__hero-right-2 .scroll {
    margin-left: 220px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .service__hero-right-2 .scroll {
    margin-left: 65px;
    margin-top: 40px;
  }
}


@-webkit-keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.sec-title-3 {
  font-weight: 500;
  font-size: 130px;
  line-height: 1;
  color: #000;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .sec-title-3 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-title-3 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-title-3 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-3 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-title-3 {
    font-size: 48px;
  }
}




/*----------------------------------------*/
/*  38. FOOTER CSS START
/*----------------------------------------*/
.footer__area {
  overflow: hidden;
}

.footer__area-2 {
  background-image: url(../images/shap/4.png);
  background-repeat: no-repeat;
  background-position: top right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__area-2 {
    background-size: 380px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__area-2 {
    background-size: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__area-2 {
    background-size: 200px;
  }
}




.footer__top-2 {
  padding-bottom: 70px;
}


.footer__middle-2 {
  border-top: 1px solid var(--white-2);
  border-bottom: 1px solid var(--white-2);
  padding: 95px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__middle-2 {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer__middle-2 {
    padding: 50px 0;
  }
}



.footer__location-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__location-2 {
    gap: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__location-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__location-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.footer__location-2 .location h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  padding-bottom: 10px;
}



.footer__sub-title {
  max-width: 850px;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.3;
  color: var(--black-3);
  padding-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__sub-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__sub-title {
    font-size: 24px;
  }
}



.footer__subscribe-2 {
  position: relative;
  padding-left: 90px;
}

.footer__subscribe-2 .subs-btn {
  position: absolute;
  right: 20px;
  top: 16px;
  background-color: transparent;
  border: none;
  color: var(--white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__subscribe-2 {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .footer__subscribe-2 {
    padding-left: 0;
    margin-top: 50px;
  }
}

.footer__subscribe-2::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 120px;
  left: -20px;
  top: -15px;
  background-color: var(--white-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__subscribe-2::before {
    height: 100%;
    top: 0;
  }
}

.footer__subscribe-2 input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  padding: 20px 80px 20px 0;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .footer__subscribe-2 input {
    font-size: 18px;
  }
}

.footer__subscribe-2 input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.footer__subscribe-2 input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.footer__subscribe-2 input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.footer__subscribe-2 input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.footer__subscribe-2 input::placeholder {
  color: #000;
  opacity: 1;
}

.footer__subscribe-2 form {
  position: relative;
}

.footer__subscribe-2 .submit {
  position: absolute;
  right: 0;
  top: 10px;
  background: transparent;
  border: none;
}

@media only screen and (max-width: 767px) {
  .footer__subscribe-2 .submit {
    top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__subscribe-2 .submit img {
    width: 45px;
  }
}




.footer-menu,
.footer-menu-2 {
  text-align: right;
}

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

  .footer-menu,
  .footer-menu-2 {
    text-align: center;
  }
}

.footer-menu li,
.footer-menu-2 li {
  display: inline-block;
  padding-left: 80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {

  .footer-menu li,
  .footer-menu-2 li {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .footer-menu li,
  .footer-menu-2 li {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .footer-menu li,
  .footer-menu-2 li {
    padding-left: 20px;
  }
}

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

  .footer-menu li,
  .footer-menu-2 li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.footer-menu li a,
.footer-menu-2 li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
}

.footer-menu li a .menu-text,
.footer-menu-2 li a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-shadow: 0 16px 0 #000;
}

.footer-menu li a .menu-text span,
.footer-menu-2 li a .menu-text span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}

.footer-menu li a .menu-text span:nth-child(1),
.footer-menu-2 li a .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.footer-menu li a .menu-text span:nth-child(2),
.footer-menu-2 li a .menu-text span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-menu li a .menu-text span:nth-child(3),
.footer-menu-2 li a .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.footer-menu li a .menu-text span:nth-child(4),
.footer-menu-2 li a .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.footer-menu li a .menu-text span:nth-child(5),
.footer-menu-2 li a .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.footer-menu li a .menu-text span:nth-child(6),
.footer-menu-2 li a .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.footer-menu li a .menu-text span:nth-child(7),
.footer-menu-2 li a .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.footer-menu li a .menu-text span:nth-child(8),
.footer-menu-2 li a .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.footer-menu li a .menu-text span:nth-child(9),
.footer-menu-2 li a .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.footer-menu li a .menu-text span:nth-child(10),
.footer-menu-2 li a .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.footer-menu li a .menu-text span:nth-child(11),
.footer-menu-2 li a .menu-text span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.footer-menu li a .menu-text span:nth-child(12),
.footer-menu-2 li a .menu-text span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.footer-menu li a .menu-text span:nth-child(13),
.footer-menu-2 li a .menu-text span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.footer-menu li a .menu-text span:nth-child(14),
.footer-menu-2 li a .menu-text span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.footer-menu li a .menu-text span:nth-child(15),
.footer-menu-2 li a .menu-text span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.footer-menu li a .menu-text span:nth-child(16),
.footer-menu-2 li a .menu-text span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.footer-menu li a .menu-text span:nth-child(17),
.footer-menu-2 li a .menu-text span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.footer-menu li a .menu-text span:nth-child(18),
.footer-menu-2 li a .menu-text span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.footer-menu li a .menu-text span:nth-child(19),
.footer-menu-2 li a .menu-text span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.footer-menu li a .menu-text span:nth-child(20),
.footer-menu-2 li a .menu-text span:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.footer-menu li a .menu-text span:nth-child(21),
.footer-menu-2 li a .menu-text span:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.footer-menu li a .menu-text span:nth-child(22),
.footer-menu-2 li a .menu-text span:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.footer-menu li a .menu-text span:nth-child(23),
.footer-menu-2 li a .menu-text span:nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.footer-menu li a .menu-text span:nth-child(24),
.footer-menu-2 li a .menu-text span:nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.footer-menu li a .menu-text span:nth-child(25),
.footer-menu-2 li a .menu-text span:nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.footer-menu li a .menu-text span:nth-child(26),
.footer-menu-2 li a .menu-text span:nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.footer-menu li a .menu-text span:nth-child(27),
.footer-menu-2 li a .menu-text span:nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.footer-menu li a .menu-text span:nth-child(28),
.footer-menu-2 li a .menu-text span:nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.footer-menu li a .menu-text span:nth-child(29),
.footer-menu-2 li a .menu-text span:nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.footer-menu li a .menu-text span:nth-child(30),
.footer-menu-2 li a .menu-text span:nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.footer-menu li a .menu-text span:nth-child(31),
.footer-menu-2 li a .menu-text span:nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.footer-menu li a .menu-text span:nth-child(32),
.footer-menu-2 li a .menu-text span:nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.footer-menu li a .menu-text span:nth-child(33),
.footer-menu-2 li a .menu-text span:nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.footer-menu li a .menu-text span:nth-child(34),
.footer-menu-2 li a .menu-text span:nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.footer-menu li a .menu-text span:nth-child(35),
.footer-menu-2 li a .menu-text span:nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.footer-menu li a .menu-text span:nth-child(36),
.footer-menu-2 li a .menu-text span:nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.footer-menu li a .menu-text span:nth-child(37),
.footer-menu-2 li a .menu-text span:nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.footer-menu li a .menu-text span:nth-child(38),
.footer-menu-2 li a .menu-text span:nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.footer-menu li a .menu-text span:nth-child(39),
.footer-menu-2 li a .menu-text span:nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.footer-menu li a .menu-text span:nth-child(40),
.footer-menu-2 li a .menu-text span:nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.footer-menu li a .menu-text span:nth-child(41),
.footer-menu-2 li a .menu-text span:nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.footer-menu li a .menu-text span:nth-child(42),
.footer-menu-2 li a .menu-text span:nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.footer-menu li a .menu-text span:nth-child(43),
.footer-menu-2 li a .menu-text span:nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.footer-menu li a .menu-text span:nth-child(44),
.footer-menu-2 li a .menu-text span:nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.footer-menu li a .menu-text span:nth-child(45),
.footer-menu-2 li a .menu-text span:nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.footer-menu li a .menu-text span:nth-child(46),
.footer-menu-2 li a .menu-text span:nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.footer-menu li a .menu-text span:nth-child(47),
.footer-menu-2 li a .menu-text span:nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.footer-menu li a .menu-text span:nth-child(48),
.footer-menu-2 li a .menu-text span:nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.footer-menu li a .menu-text span:nth-child(49),
.footer-menu-2 li a .menu-text span:nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.footer-menu li a:hover,
.footer-menu-2 li a:hover {
  --y: -4px;
}

.footer-menu li a:hover span,
.footer-menu-2 li a:hover span {
  --m: calc(16px * -1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-menu-2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-menu-2 {
    margin-bottom: 30px;
  }
}

.footer-menu-2 li a {
  color: var(--white);
  text-transform: uppercase;
}

.footer-menu-2 li a .menu-text {
  text-shadow: 0 16px 0 var(--white);
}

/* parallax */

.banner-slider {
  /*min-height: 100vh;*/
    min-height: 650px;
  position: relative;
}



.parallax-3 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('https://live.themewild.com/cospace/assets/img/testimonial/map.png') center/cover no-repeat;
  min-height: 400px;
  display: flex;
  justify-content: center;
  justify-items: center;
  background-attachment: fixed;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  position: relative;
}

.parallax-4 {
  background:url('../images/picture/banner-tiles-3.jpg') center/cover no-repeat;
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  position: relative;
}


.border-theme {
  border: 2.5px solid #f77c2b;
  border-radius: 25px;
  width: 200px;
  padding: 10px;
  margin: 0 auto;
  margin: 4px 0 0 0;
}

.brand__title-3 {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  text-align: center;
  padding-bottom: 65px;
  font-weight: 300;
  text-transform: uppercase;
}

.border-theme:hover {
  border: 2.5px solid rgb(0, 0, 0);
  color: #f77c2b;
}


/*/////////////Home Page ////////////////////////*/

.section-banner-sider .section-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-banner-sider .section-2 h1 {
  line-height: 1.2;
  font-weight: 400;
  padding-top: 80px;
  font-size:35px;
  z-index:90;
}
.section-banner-sider .section-2 h2 {
  /*line-height: 1.2;*/
  font-weight: 200;
  /*padding-top: 80px;*/
  font-size:25px;
  z-index:90;
}
.section-banner-sider .section-2 h3 {
  line-height: 1.2;
  font-weight: 200;
  padding-top: 80px;
  z-index:90;
}
.section-banner-sider .section-2 h4{
    line-height: 1.2;
    font-weight: 200;
    font-size:34px !important;
    z-index:90;
}

.section-2 p {
  line-height: 1.8;
  margin-top: 10px;
  font-weight: 300 !important;
z-index:90;
}
.section-2 a{
z-index:90;

}

.homepage-section-3 p{
    font-weight:300;
    font-size:18px;
}

.clip-text {
  font-size: 15rem;
  font-weight: 900;
  color: #000000;
  margin-top:-70px;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .clip-text {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
  }
}



.homepage-section-3 .service__list-2 .service__title-2{
    font-weight:400;
}









.service__item-2 {
  position: relative;  margin-bottom: 80px;

}

.service__title-2,.service__title-3 {
    font-weight: bolder;
    font-size: 35px;
    line-height: 1;
    color: #000;
    padding-bottom: 25px;
}

.service__title-2.center-item{
    margin-left: 50px;
}
.service__item-2 p {
  color: #000000;
}

.service__item-2 ul li {
  color: #000000;
}

.service__item-2 ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}


.parallax-2 {
  background: url('../images/picture/banner-tiles-3.jpg') center/cover no-repeat;
  min-height: 540px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  position: relative;
}

.project-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.project-list li::before {
    content: "+"; /* You can change this to any Unicode character or emoji */
    position: absolute;
    left: 0;
    color: black;
    font-weight: semibold;
    font-size: 1rem;
    line-height: 1.5;
}



.parallax-2 h2{
    font-size: 50px;
    font-weight: 600;
}

.parallax-2 p{
    font-size: 40px;
    font-weight: 200;
    color:#fff;
    line-height:1;
}


.portfolio .sec-title {

    padding-bottom: 20px;
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
    color: #000;

}

.portfolio .sec-text {
  font-weight: 400;
  max-width: 300px;
  font-size:18px;
}

.paralex-4 h2{
    font-weight: 400;
}

.section-video .video-content .parent-div{
    bottom:20px;
}
.section-video .video-content h2{
    font-size:40px;
    font-weight:500;
    margin-left:50px;
}


.common-section-contact .site-title{
    font-weight: 300 !important; 
    font-size: 60px !important;
    margin: 10px 0;
    
}
.common-section-contact .site-title-tagline{
    font-size:25px;
    font-weight:100;
}

.contact-btn{
    font-size:22px;
}

.insight-section .title-part h2{
       font-weight:500; 
       font-size: 40px;
}

.insight-section .title-part p {
    font-size: 25px;
    font-weight:300; 
}



/*///////////////About Section///////////////////*/

.about-banner h2{
    font-size: 78px;
    font-weight: 500;
    z-index:30;
    position:relative;

}

.about-banner p{
      font-size: 35px;
    position:relative;
        z-index:30;
}


.about-banner .body-img-rounded {

  top:10% !important;
}

.about-banner .content-section{
    margin-left:100px;
}


.about-banner .content-section  h3{
    font-size:50px;
    line-height:1;
}
.about-banner .content-section .sub-title{
    font-size: 35px;
    font-weight: 200;
    line-height:1.2;
    margin-top:25px;
}
.about-banner .content-section .sub-contents{
    margin-top:20px;
    font-size: 18px;
    font-weight: 200;
}

.about-section-3 h2{
    font-size: 58px;
    line-height: 1;
    font-weight:400;
}

.about-section-3 p {
    margin-left: 75px;
    font-size: 18px;
}

.brandLogoSection p{
    font-weight:100;
}

.brandLogoSection h2{
    margin-top: 10px;
    font-weight: 500;
    font-size: 55px;
}


.brandLogoItems .div-img{
     border: 0.3px solid #2826263b;
    padding: 20px;
    max-height: 225px;
    width: 230px;
  
}

  .logo-slider img {
        width: 100%; /* Set the width to 100% to fill the container */
        height: 100px; /* Set the fixed height for all logos */
        object-fit: contain; /* Maintain aspect ratio and fit within the specified height */
    }

/*/////////////Interior/////////////////////////*/
.interior-banner h3{
    font-size:80px;
}

.inerior-content .items .item{
    margin-bottom:30px;
}
.inerior-content .items .item h2{
    font-weight:400;
    font-size:50px;
}

.inerior-content .items .item p{
    font-weight:300;
    font-size:20px;
    line-height:1.4;
}


/*///////////MEP//////////////////////*/
.mep-banner h3{
        font-size: 78px;
        font-weight: 500;
        z-index: 30;
}

.cursor-pointer {
  cursor: pointer;
}

.sec-sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #555;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.btn-item:active, .btn-item:hover, .btn-item:focus {
  outline: 0!important;
  outline-offset: 0;
  color:#fff;
}
.btn-item::before,
.btn-item::after {
  position: absolute;
  content: "";
}

.btn-item {
    text-align:left ;
    color: #121212 !important;
    border: 1px solid #000000b3 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.3;
    text-transform: capitalize;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.2s 0.1s;
   -webkit-transition: all 0.7s;
      transition: all 0.7s;
      
}
  .btn-item span {         
    position: relative;
    width: 100%;
    transition: 0.3s;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    padding: 15px;
  }


/*--- btn-2 ---*/
.btn-dark:hover{
      background-color: #f2731e !important;
        transition: 0.3s ease-out !important;
}
.btn-item::before {
  background-color: #f2731e;
  transition: 0.3s ease-out;
}

.btn-item:hover span{
    color:#fff;
}

.btn-item span {
  transition: 0.2s;
}  


.btn-item span:hover {
  color: #fff;
  transition: 0.2s 0.1s;
}


/* 7. hover-slide-up */
.btn-item::before {
  bottom: 0; 
  left: 0; 
  right: 0; 
  height: 0%; 
  width: 100%;
}

.btn-item:hover::before {
  height: 100%;
}

.sectionClass {
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}




#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  min-width: 25%;
  height: 100%;
  text-align: center;
}

.projectFactsWrap .item .number {
  font-size: 40px;
  padding: 0;
  font-weight: 500;
}

.explore-projects-btn {
   margin-top :5rem !important;
}

.projectFactsWrap .item p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    margin: 0;
    padding: 10px;
  font-weight: 200;
}


.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: #ff9776;
}

.line-height-1 {
  line-height: 1;
}

.line-height-1-5 {
  line-height: 1.5;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}


.project-slide {
  text-align: center;
  position: relative;
  margin: 10px;
}

.project-image {
  padding: 0 35px;
  width: 100%;
  border-radius: 8px;
}

.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.project-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.project-date {
  font-size: 14px;
}

.clip-text {
  font-size: 15rem;
  font-weight: 600;
  color: #000000;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .clip-text {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
  }
}

/* @supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
    .clip-text {
      color: transparent;
      background-clip: text;
      -webkit-background-clip: text;
      background-size: cover;
      background-position: center;
    } 
  }*/



.wrapper {
  margin: 90px 0 0 0;
}

.wrapper .bi {
  font-size: 30px;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: rgba(239, 86, 9, 0.926);
  ;
  z-index: 40;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}


.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(239, 86, 9, 0.926);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}


        .section-video .content {
            position:absolute;
              bottom: 10%;
            
              color: #f1f1f1;
              width: 100%;
              padding: 20px;
        }
        
.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

.video-content::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  background: rgba(23, 27, 42, .3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 200px;
}

.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  background: #ff5d22de;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 75px;
  font-size: 40px;
  color: #fff !important;
}

.testimonial-slider {
  padding: 50px 300px 50px 80px;
}

.testimonial {
  padding-right: 300px;
  padding-top: 40px;
}

.testimonial-area figure {
  top: 50%;
  right: 0;
  width: 40%;
  height: auto;
  transform: translateY(-50%);
  z-index: 2;
}

.insight-item {
  margin: 20px 0;
}

.about-services h2 {}

.service-banner .clip-text {
  font-size: 16rem;
}

.serviceImage{
  height:450px
}

.serviceImgSection {
  width: 200px;
  height: 200px;
  right: -120px;
  top: -50px;
  display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.serviceImgSection h2{
  font-size: 30px;
}

.service__btn-2 {
  right: -300px;
  bottom: 54px;
}

.service-banner .starimgDiv {
  text-align: right !important;
}


.service-banner .starimg {
  width: 150px
}

#btn_wrapper{
  display: flex;
  justify-content: center;
  position: absolute ;

}
#btn_wrapper2{
  display: flex;
  justify-content: center;

}

.mep-approch .secondLine::before {
  content: "";
  border-bottom: 1px solid;
  display: inline-block;
  width: 40px;
  margin-right: 5px;
  vertical-align: middle;
}
.mep-approch p{
  font-size: 16px;
  margin: 10px 0;
  font-weight:300 !important;
}
.mep-approch .sec-1,.mep-approch .sec-2,.mep-approch .sec-3{
  border-bottom: 0.3px solid #2826263b;
}
.mep-approch .sec-1,.mep-approch .sec-2,.mep-approch .sec-4,.mep-approch .sec-5{
  border-right: 0.3px solid #2826263b;
}



.carousel-control-next{
  z-index: 90 !important;
}
.body-img-rounded{
  position: absolute;
  z-index: 3;
  /*height: 80%;*/
  height:500px;
  top: 50%;
  right: 0px;
}
.section-banner-sider{
  position: relative;
}

.sec-title-wrapper .sec-title{
    z-index: 10;
    position: relative;
    font-size: 50px;
    font-weight: 400;
}

.our-works .gallery-items img {
    display: block;
    height: 500px;
    object-fit: cover;
    aspect-ration:3/2;
}

.homepage-section-3 .specialcenterDiv{
    padding-left: 70px;
}






/*<!------------------------->*/
#nta-wa-gdpr{
    vertical-align: text-top !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nta-wa-gdpr{
    font-size: 11px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 4px;
}

.nta-wa-gdpr a{
    text-decoration: underline;
    color: inherit;
}

.pointer-disable{
    pointer-events: none;
}

.nta-woo-products-button:before, .nta-woo-products-button:after{
    content: '';
    display: block;
    clear: both;
}

.wa__button{
    border-bottom: none !important;
}

.wa__btn_w_img:hover{
	text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
    position: relative;
    width: 300px;
    min-height: 64px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
    padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
    padding-top: 25px;
    padding-bottom: 24px;
}



.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
    font-weight: 600;
    padding-left: 2px;
    font-size: 14px;
}

.wa__cs_info{
    margin-bottom: 2px
}

.wa__btn_status{
    color: #F5A623;
    font-size: 9px;
    padding: 2px 0 0;
    font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
    display: inline-block;
}

.wa__cs_info .wa__cs_name{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
    color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
    color: #76787d;
}

.wa__cs_info .wa__cs_status{
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    border-radius: 5px;
    color: rgba(255,255,255,0.98);
    position: relative;
    top: -1px;
    left: 0px;
    text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
    background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
    background: #b9bbbe;
}


.wa__stt_online{
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__stt_online .wa__btn_txt{
    position: relative;
    z-index: 4;
}
.wa__r_button.wa__stt_online:before{
    border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
    border-radius: 5px;
}
.wa__stt_online:before{
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
    opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
    background: #EBEDF0;
    color: #595B60;
    box-shadow: none;
    cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
    padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
    width: 41px;
    height: 69px;
}

.wa__btn_w_img{
    position: relative;
    width: 300px;
    margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img{
    max-width: 100%;
    height: auto;
    transition: 0.2s ease transform;
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../images/WhatsApp-Logo.wine.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../img/whatsapp_logo_gray.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
    padding:14px 20px 12px 103px;
}

.wa__r_button{
    border-radius: 50vh;
}

.wa__sq_button{
    border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
    width: 270px;
    margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
    left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
    left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
    padding: 10px 20px 10px 70px;
    display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__btn_txt .wa__btn_title{
    font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px;
	display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
    margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
    font-family: Arial,Helvetica,sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 102px;
    right: 25px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading_sm{
    padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
    content: '';
    background: url('../images/WhatsApp-Logo.wine.svg') center top no-repeat;
    background-size: 80px;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
    top: 19px;
    left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
    padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
    text-decoration: underline;
}

.wa__popup_chat_box  .wa__popup_notice{
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}
.wa__popup_chat_box .wa__popup_content{
    background: #ffffff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
    text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after{
    content: '';
    background: url('../images/WhatsApp-Logo.wine.svg') 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
    background-image: url('../img/whatsapp_logo_gray_sm.svg');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
    background: #ffffff;
    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
    color: #F5A623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
    border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
    font-size: 0;
    margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
    display: inline-block;
    position: relative;
    width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
    left: -7px;
}
.wa__popup_call_btn{
    background: #2db742;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    max-width: 100%;
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 25px 0 15px;
    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background: url('../img/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    vertical-align: top;
    top: 0px;
    margin-right: -19px;
    left: -31px;
    transition: 0.2s ease background-image;
    -webkit-transition: 0.2s ease background-image;
    -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
    background-image: url('../images/WhatsApp-Logo.wine.svg')
}

.wa__popup_chat_box_gray{
    border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
    background: #f8f8f8;
    border-top: 3px solid #2db742;
    color: #868c9a;
    font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
    color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
    content: ''; 
    background: url('../images/WhatsApp-Logo.wine.svg') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
    color: #595b60;
}

.wa__popup_chat_box_ct{
    width: 384px;
    text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
    text-align: center;
    padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url('../images/WhatsApp-Logo.wine.svg') center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
    padding-left: 22px;
    padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
    margin-top: -5px;
    line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
    content: '';
    clear: both;
    display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
    background: #ffffff;
    padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
    padding-top: 18px;
    padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
    width: 33%;
    float: left;
    font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
    text-decoration: none;
    color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
    padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
    color: #363c47;
    font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
    color: #989b9f;
    padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
    color: #2db742;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 0 0 16px;
    background: url('../images/WhatsApp-Logo.wine.svg') 0 3px no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
    color: #f5a623;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
    border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
    width: 97px;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup{
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_icon{
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../images/WhatsApp-Logo.wine.svg') center center no-repeat;
    background-size: 80px auto;
    -webkit-background-size: 80px auto;
    -moz-background-size: 80px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../images/x_icon.png') center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    /*top: 15px;*/
    top: 7px;
    /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
/* ^^^--popup button--^^^ */



/* ANIMATIONS  */

.css-typing {
  -webkit-animation: type 1s steps(40, end);
  animation: type 1s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

/*////////////////////////////////////////////*/
.accordion-item {
  border:0;
  border-bottom: 1px solid #e5e5e5 !important;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #f77c2b;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #f77c2b;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #f77c2b;
  border: 1px solid #f77c2b;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #f77c2b;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

