@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Nanum Gothic", sans-serif;
}

.black_text {
  color: #454545;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.reveal2 {
  position: relative;
  transform: translateY(200px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal2.active {
  transform: translateY(0);
  opacity: 1;
}

#main__header {
  width: 100%;
  z-index: 100;
  padding: 20px 15px;
  transition: 0.5s ease;
  border-top: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(5, 95, 95) 0%, rgb(102, 194, 59) 81%);
     border-image: linear-gradient(90deg, rgb(5, 95, 95) 0%, rgb(102, 194, 59) 81%);
  border-image-slice: 1;
}
#main__header .header__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
#main__header .header__wrapper .logo {
  width: 9%;
  z-index: 900;
}
@media (max-width: 1000px) {
  #main__header .header__wrapper .logo {
    order: 2;
    width: 50%;
    text-align: right;
  }
}
#main__header .header__wrapper .logo img {
  max-width: 100%;
}
@media (max-width: 1000px) {
  #main__header .header__wrapper .logo img {
    width: 100px;
  }
}
#main__header .header__wrapper .main-menu {
  width: 90%;
  z-index: 100;
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 1000px) {
  #main__header .header__wrapper .main-menu {
    order: 1;
    justify-content: flex-start;
    width: 50%;
    padding-left: 0;
  }
}
#main__header .header__wrapper .main-menu .wsmainwp {
  display: inline-block;
  padding-top: 12px;
}
#main__header .header__wrapper .main-menu .wsarrow {
  display: none;
}
#main__header .header__wrapper .main-menu li a {
  color: #787878;
}
#main__header .header__wrapper .main-menu .sub-menu li a {
  color: #787878;
}
#main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
  font-size: 15px;
}
@media (max-width: 1440px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
    font-size: 12px;
    font-weight: 600;
  }
}
@media (max-width: 1300px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
    color: #787878 !important;
    font-size: 13px;
    font-weight: 600;
  }
}
#main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 100%;
  right: 2%;
  left: auto;
  top: auto;
  z-index: 1000;
  margin: 0px;
  padding: 20px 10px;
  border-radius: 15px;
  min-width: 190px;
  background-color: #fff;
  border: solid 1px #ccc;
}
@media (max-width: 1366px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    border: unset;
  }
}
#main__header .header__wrapper .main-menu .halfmenu ul li a {
  color: #424242 !important;
  font-size: 13px;
}
@media (max-width: 1440px) {
  #main__header .header__wrapper .main-menu .halfmenu ul li a {
    font-size: 11px;
    font-weight: 400;
  }
}
@media (max-width: 1300px) {
  #main__header .header__wrapper .main-menu .halfmenu ul li a {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  #main__header .header__wrapper .main-menu .halfmenu ul li a {
    color: #787878 !important;
    font-weight: 400;
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  #main__header .header__wrapper .main-menu .wsanimated-arrow {
    top: 10px;
  }
}
@media (max-width: 900px) {
  #main__header .header__wrapper .main-menu .wsanimated-arrow {
    top: 0px;
  }
}
#main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a {
    font-size: 10px;
  }
}
#main__header .header__wrapper .main-menu .sub-menu {
  font-size: 13px;
}
#main__header .header__wrapper .main-menu .info-box {
  display: inline-block;
  float: right;
}
#main__header .header__wrapper .main-menu .info-box ul {
  display: flex;
  justify-content: end;
  padding: 0;
  margin: 0;
}
#main__header .header__wrapper .main-menu .info-box ul li {
  list-style: none;
  padding-left: 10px;
}
@media (max-width: 900px) {
  #main__header .header__wrapper .main-menu .info-box {
    display: none;
  }
}
#main__header .header__wrapper .main-menu .info-box .header-btn {
  background: linear-gradient(90deg, rgb(5, 95, 95) 0%, rgb(102, 194, 59) 81%);
  padding: 7px 15px;
  color: #fff !important;
  border-radius: 15px;
  text-transform: capitalize;
  font-size: 13px;
}
@media (max-width: 1303px) {
  #main__header .header__wrapper .main-menu .info-box .header-btn {
    font-size: 10px;
  }
}
#main__header .header__wrapper .main-menu .info-box .ticket-btn {
  border: 1px solid #66c23b;
  padding: 7px 15px;
  color: #747474 !important;
  border-radius: 15px;
  font-size: 13px;
}
@media (max-width: 1303px) {
  #main__header .header__wrapper .main-menu .info-box .ticket-btn {
    font-size: 10px;
  }
}

.hero--banner {
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.hero--banner ul {
  padding: 0;
  margin: 0;
}
.hero--banner ul li {
  list-style: none;
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
@media (max-width: 1200px) {
  .hero--banner ul li {
    height: 50vh;
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  .hero--banner ul li {
    height: 50vh;
    padding: 30px;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero--banner ul li {
    height: auto;
    padding: 50px 15px;
    text-align: left;
  }
}
.hero--banner ul li .item {
  width: 45%;
}
@media (max-width: 768px) {
  .hero--banner ul li .item {
    width: 100%;
  }
}
.hero--banner ul li .item img {
  width: 70%;
  display: inline;
}
.hero--banner ul li .item h1 {
  font-size: 60px;
  color: #383e5a;
  font-weight: 800;
}
@media (max-width: 1280px) {
  .hero--banner ul li .item h1 {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  .hero--banner ul li .item h1 {
    font-size: 30px;
  }
}
.hero--banner ul li .item p {
  color: #818285;
  padding-bottom: 20px;
}
@media (max-width: 500px) {
  .hero--banner ul li .item p {
    font-size: 10px;
  }
}
.hero--banner ul li .item .btn-banner {
  color: #fff;
  background: linear-gradient(90deg, rgb(5, 95, 95) 0%, rgb(102, 194, 59) 81%);
  padding: 15px 25px;
  font-size: 12px;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .hero--banner ul li .item .btn-banner {
    font-size: 10px;
    padding: 7px 12px;
  }
}

.inner_hero--banner {
  width: 100%;
  text-align: left;
  height: 450px;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .inner_hero--banner {
    padding: 10px;
  }
}
.inner_hero--banner .text {
  width: 50%;
}
@media (max-width: 1000px) {
  .inner_hero--banner .text {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .inner_hero--banner .text {
    width: 80%;
  }
}
.inner_hero--banner h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  font-family: "Nanum Gothic", sans-serif;
}
@media (max-width: 767px) {
  .inner_hero--banner h1 {
    font-size: 30px;
  }
}
.inner_hero--banner h1 span {
  font-weight: 200;
}
.inner_hero--banner h3 {
  color: white;
  padding: 5px;
  background: linear-gradient(90deg, rgb(5, 95, 95) 0%, rgb(102, 194, 59) 81%);
}
.inner_hero--banner p {
  color: #fff;
  font-size: 14px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .inner_hero--banner p {
    font-size: 13px;
  }
}
.inner_hero--banner .getquote {
  font-size: 12px;
  color: #fff;
  padding: 11px 30px 11px 12px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgb(5, 95, 95) 0%, rgb(102, 194, 59) 81%);
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.inner_hero--banner .getquote span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.inner_hero--banner .getquote span:after {
  content: "➝";
  position: absolute;
  opacity: 1;
  top: 1px;
  right: -18px;
  transition: 0.5s;
}
.inner_hero--banner .getquote-white {
  font-size: 12px;
  color: #fff;
  padding: 11px 30px 11px 12px;
  border-radius: 5px;
  background: #4c5664;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.inner_hero--banner .getquote-white span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.inner_hero--banner .getquote-white span:after {
  content: "➝";
  position: absolute;
  opacity: 1;
  top: 1px;
  right: -18px;
  transition: 0.5s;
}

.about_home {
  background-image: url(../images/about-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 900px) {
  .about_home {
    padding: 5px;
  }
}
.about_home img {
  transition: 0.6s all;
}
.about_home img:hover {
  transform: scale(1.01);
}
@media (max-width: 768px) {
  .about_home img {
    padding-bottom: 20px;
  }
}
.about_home .about_counter {
  display: flex;
  padding-top: 15px;
  align-items: center;
}
.about_home .about_counter .item {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.about_home .about_counter .item:first-child {
  padding-left: 0;
}
@media (max-width: 800px) {
  .about_home .about_counter .item:first-child {
    padding-left: 0px;
  }
}
.about_home .about_counter .item .number {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  color: #59b243;
  font-weight: 700;
  padding-right: 10px;
}
@media (max-width: 800px) {
  .about_home .about_counter .item .number {
    font-size: 40px;
  }
}
.about_home .about_counter .item .text {
  font-weight: 500;
  font-size: 15px;
  color: #6d7178;
}
@media (max-width: 800px) {
  .about_home .about_counter .item .text {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .about {
    padding: 0 15px;
  }
}
.about img {
  border-radius: 10px;
  transition: 0.6s all;
}
.about img:hover {
  transform: scale(1.01);
}
@media (max-width: 900px) {
  .about img {
    padding-bottom: 10px;
  }
}

h2 {
  font-weight: 800;
  font-size: 30px;
  padding-bottom: 10px;
  color: #454545;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
    padding: 10px 0;
  }
}
@media (max-width: 800px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 17px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  font-weight: 600;
}

h6 {
  font-size: 15px;
  font-weight: 200;
  line-height: inherit;
}

a {
  color: unset;
  text-decoration: unset;
}

p {
  color: #909090;
  font-weight: 300;
  padding: 0 0 10px 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
@media (max-width: 1024px) {
  p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .p20 {
    padding: 0 10px;
  }
}

.p50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .pt-50 {
    padding-top: 25px;
  }
}

.pt-20 {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .pt-20 {
    padding-top: 10px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1366px) {
  .pt-100 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 20px;
  }
}

.image-gallery ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image-gallery ul li {
  list-style: none;
  width: 24%;
}
.image-gallery ul li img {
  width: 100%;
}
@media (max-width: 1024px) {
  .image-gallery ul li {
    width: 48%;
  }
}

.effective--01 {
  background-image: url(../images/bg-1.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.effective--02 {
  background-image: url(../images/bg-2.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.effective--03 {
  background-image: url(../images/bg-3.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.effective--04 {
  background-image: url(../images/bg-4.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.effective--05 {
  background-image: url(../images/bg-5.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.effective--06 {
  background-image: url(../images/bg-6.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 900px) {
  .effective_strategy {
    padding: 5px;
  }
}
.effective_strategy h2 {
  text-align: left;
}
.effective_strategy p {
  text-align: left;
}
.effective_strategy .effective_wrapper_main {
  display: flex;
  flex-wrap: wrap;
}
.effective_strategy .effective_wrapper_main .effective_wrapper {
  padding: 6px;
  display: flex;
  width: 49%;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .effective_strategy .effective_wrapper_main .effective_wrapper {
    width: 100%;
    padding: 0;
  }
}
.effective_strategy .effective_wrapper_main .effective_wrapper .item_100 {
  height: 250px;
  border: 1px solid #dadada;
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  transition: 0.6s all;
  background-color: #fff;
}
.effective_strategy .effective_wrapper_main .effective_wrapper .item_100 .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.effective_strategy .effective_wrapper_main .effective_wrapper .item_100 .text h4 {
  color: #5f5f5f;
}
.effective_strategy .effective_wrapper_main .effective_wrapper .item_100 .text h6 {
  color: #909090;
}
.effective_strategy .effective_wrapper_main .effective_wrapper .item_100:hover {
  transform: scale(1.01);
}
.effective_strategy .effective_wrapper_main .effective_wrapper .item_50 {
  height: 380px;
  border: 1px solid #dadada;
  width: 49%;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  transition: 0.6s all;
}
@media (max-width: 800px) {
  .effective_strategy .effective_wrapper_main .effective_wrapper .item_50 {
    width: 100%;
    height: 250px;
  }
}
.effective_strategy .effective_wrapper_main .effective_wrapper .item_50 .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.effective_strategy .effective_wrapper_main .effective_wrapper .item_50 .text h4 {
  color: #5f5f5f;
}
.effective_strategy .effective_wrapper_main .effective_wrapper .item_50 .text h6 {
  color: #909090;
}
.effective_strategy .effective_wrapper_main .effective_wrapper .item_50:hover {
  transform: scale(1.01);
}

.annual_it {
  display: flex;
  flex-wrap: wrap;
}
.annual_it h2 {
  color: #fff;
}
.annual_it p {
  color: #fff;
}
@media (max-width: 900px) {
  .annual_it {
    flex-direction: column;
  }
}
.annual_it .item-40 {
  width: 40%;
}
.annual_it .item-40 img {
  width: 100%;
}
@media (max-width: 1024px) {
  .annual_it .item-40 {
    width: 100%;
  }
}
.annual_it .item-60 {
  width: 60%;
  background: url(../images/pattern.png), linear-gradient(60deg, #6b2280 0%, #3d3b8f 81%);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .annual_it .item-60 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .annual_it .item-60 {
    width: 100%;
  }
}
.annual_it .item-60 .box {
  padding: 0 250px 0 100px;
  color: #fff;
}
@media (max-width: 1440px) {
  .annual_it .item-60 .box {
    padding: 50px;
  }
}
@media (max-width: 900px) {
  .annual_it .item-60 .box {
    padding: 50px;
  }
}

.test_grey {
  background: #fafafa;
  padding-top: 10px;
}

@media (max-width: 900px) {
  .testimonials {
    padding: 5px 2px;
  }
}
.testimonials h2 {
  text-align: center;
}
.testimonials p {
  text-align: center;
}
.testimonials .testi_wrapper .item {
  padding: 40px;
  background: #fafafa;
  border-radius: 0px;
  height: 470px;
}
@media (max-width: 900px) {
  .testimonials .testi_wrapper .item {
    padding: 25px;
  }
}
.testimonials .testi_wrapper .item img {
  padding: 10px 0;
}
.testimonials .testi_wrapper .item h6 {
  font-size: 16px;
  line-height: 25px;
}
.testimonials .testi_wrapper .item h5 {
  padding-top: 15px;
  font-weight: 600;
  font-size: 15px;
}
.testimonials .testi_wrapper .item .icon {
  width: 30px !important;
  padding-top: 30px;
}
.testimonials .testi_wrapper .item .google {
  text-align: right;
  width: 100%;
}
.testimonials .testi_wrapper .item .google img {
  width: 50px;
  display: inline-block;
}

@media (max-width: 900px) {
  .blog_home {
    padding: 5px 2px;
  }
}

.blog_wrapper .image {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog_wrapper .image img {
  width: 100%;
  transition: 0.6s all;
  filter: grayscale(1);
}
.blog_wrapper .image img:hover {
  transform: scale(1.03);
  rotate: 2deg;
  filter: grayscale(0);
}
.blog_wrapper .text {
  padding: 70px 20px 20px;
  border: 1px solid #f5f5f5;
}
.blog_wrapper .text h4 {
  padding: 10px 0;
  color: #5f5f5f;
}
.blog_wrapper .text h6 {
  color: #909090;
  padding-bottom: 20px;
}
.blog_wrapper .text hr {
  color: #c7c7c7;
}
.blog_wrapper .text a {
  font-size: 12px;
}

.footer_info {
  padding: 30px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/footer-patter.png");
  background-color: #343434;
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .footer_info {
    padding: 30px 30px 150px 30px;
  }
}
.footer_info .item_40 {
  width: 30%;
}
@media (max-width: 1024px) {
  .footer_info .item_40 {
    width: 100%;
  }
}
.footer_info .item_60 {
  width: 70%;
  justify-content: flex-end;
  display: flex;
  color: #fff;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footer_info .item_60 {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .footer_info .item_60 {
    justify-content: flex-start;
  }
}
.footer_info .item_60 .item {
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .footer_info .item_60 .item img {
    display: none;
  }
}
.footer_info .item_60 .item_border {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
@media (max-width: 600px) {
  .footer_info .item_60 .item_border {
    justify-content: flex-start;
  }
}
.footer_info .bold_text {
  font-weight: 800;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .footer_info .bold_text {
    font-size: 35px;
  }
}
@media (max-width: 399px) {
  .footer_info .bold_text {
    font-size: 30px;
  }
}
.footer_info .text_normal {
  line-height: 17px;
  padding-left: 10px;
}
@media (max-width: 600px) {
  .footer_info .text_normal {
    font-size: 14px;
  }
}

.client_logos {
  padding: 50px 0;
}
@media (max-width: 1000px) {
  .client_logos {
    padding: 15px;
  }
}
.client_logos ul {
  padding: 0;
  margin: 0;
}
.client_logos ul li {
  text-align: center;
  list-style: none;
  transition: 0.6s all;
  filter: grayscale(100%);
}
.client_logos ul li:hover {
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .brands_logos {
    padding: 5px 15px;
  }
}
.brands_logos ul {
  padding: 0;
  margin: 0;
}
.brands_logos ul li {
  text-align: center;
  list-style: none;
  transition: 0.6s all;
  border: 1px solid #f2f2f2;
  margin: 2px;
  filter: grayscale(100%);
}
.brands_logos ul li:hover {
  filter: grayscale(0%);
}

.footer {
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(90deg, rgb(5, 95, 95) 0%, rgb(102, 194, 59) 81%);
     border-image: linear-gradient(90deg, rgb(5, 95, 95) 0%, rgb(102, 194, 59) 81%);
  border-image-slice: 1;
  padding: 80px 0 20px 0;
}
@media (max-width: 1000px) {
  .footer {
    padding: 15px 5px;
  }
}
.footer .social-media ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .footer .social-media ul {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.footer .social-media ul li {
  list-style: none;
  padding-right: 10px !important;
}
.footer .social-media ul li img {
  width: 20px;
}
.footer .footer_logo {
  width: 120px;
}
.footer p {
  color: #808080;
  font-size: 13px;
}
.footer h4 {
  font-size: 15px !important;
  font-weight: 400;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer ul li {
  list-style: none;
  padding: 6px 0;
  color: #808080;
  font-size: 13px;
}
.footer .copy_right {
  padding-top: 50px;
}

.why_choose .main_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.why_choose .main_wrapper .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .why_choose .main_wrapper .item {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .why_choose .main_wrapper .item .image {
    order: 1;
  }
}
.why_choose .main_wrapper .item .image img {
  height: 330px;
  width: 100%;
}
.why_choose .main_wrapper .item .text {
  display: flex;
  align-items: flex-end;
  height: 330px;
  background: #f6f6f6;
  padding: 50px 30px;
}
@media (max-width: 800px) {
  .why_choose .main_wrapper .item .text {
    order: 2;
  }
}

.advantages_data_cabling {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.advantages_data_cabling .item2 {
  width: 100%;
}
@media (max-width: 768px) {
  .advantages_data_cabling .item2 {
    width: 100%;
  }
}
.advantages_data_cabling .item1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .advantages_data_cabling .item1 {
    width: 100%;
  }
}
.advantages_data_cabling .item1 .box {
  width: 24%;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #dedede;
  align-content: flex-end;
}
@media (max-width: 768px) {
  .advantages_data_cabling .item1 .box {
    padding: 20px;
    width: 100%;
  }
}
.advantages_data_cabling .item1 .box img {
  width: 35px;
  overflow: hidden;
  padding-bottom: 5px;
}
.advantages_data_cabling .item1 .box h4 {
  padding: 5px 0;
  color: #5f5f5f;
}
.advantages_data_cabling .item1 .box h6 {
  color: #909090;
}

.bg_grey {
  background-color: #fbfbfb;
}

.faq .btn {
  width: 100%;
  text-align: left;
  outline: unset;
  border: unset !important;
  font-size: 16px;
}
@media (max-width: 768px) {
  .faq .btn {
    font-size: 14px;
  }
}
.faq .card {
  border: unset;
}
.faq .card-body {
  color: #909090;
  font-size: 15px;
}
@media (max-width: 768px) {
  .faq .card-body {
    font-size: 13px;
  }
}
.faq .card-header {
  margin: 1px 0;
  border-radius: 10px;
  color: #343434;
  background: unset;
  border: 1px solid #f7f7f7;
}
@media (max-width: 767px) {
  .faq .card-header {
    border-radius: 15px;
    padding: 5px;
  }
}
.faq .card-header a {
  color: #343434 !important;
}

.telephone-list .telephone_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.telephone-list .telephone_wrapper .box {
  margin: 3px;
  width: 32%;
  padding: 35px 20px;
  border: 1px dashed #dedede;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 800px) {
  .telephone-list .telephone_wrapper .box {
    width: 100%;
  }
}
.telephone-list .telephone_wrapper .box .logo {
  text-align: center;
}
.telephone-list .telephone_wrapper .box h4 {
  padding-top: 20px;
  color: #5f5f5f;
}
.telephone-list .telephone_wrapper .box h6 {
  color: #909090;
}

.three_box {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.three_box .box {
  width: 24%;
  border: 1px dashed #dedede;
  border-radius: 10px;
  padding: 25px;
}
@media (max-width: 768px) {
  .three_box .box {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .three_box .box {
    width: 100%;
  }
}
.three_box .box h4 {
  padding: 10px 0;
  color: #5f5f5f;
}
.three_box .box h6 {
  color: #909090;
}

.three_box_3 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.three_box_3 .box {
  width: 32%;
  border: 1px dashed #dedede;
  border-radius: 10px;
  padding: 25px;
}
@media (max-width: 768px) {
  .three_box_3 .box {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .three_box_3 .box {
    width: 100%;
  }
}
.three_box_3 .box h4 {
  padding: 10px 0;
  color: #5f5f5f;
}
.three_box_3 .box h6 {
  color: #909090;
}

.three_box_camera {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.three_box_camera .box {
  width: 32%;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 40px 25px;
  text-align: left;
}
.three_box_camera .box .images {
  width: 150px;
}
.three_box_camera .box h4 {
  padding: 10px 0;
  color: #5f5f5f;
}
.three_box_camera .box h6 {
  color: #909090;
}

.three_slider ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.three_slider ul li {
  list-style: none;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 20px;
  margin: 8px;
  border-radius: 10px;
}
.three_slider ul li:first-child {
  margin-left: 3px;
}
.three_slider ul li .image {
  z-index: 1;
}
.three_slider ul li .image img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  transition: 0.6s all;
}
.three_slider ul li .image img:hover {
  transform: scale(1.02);
}
.three_slider ul li .icon {
  z-index: 2;
  margin-top: -20px;
  margin-left: 15px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/circle.png);
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.three_slider ul li .icon span {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.three_slider ul li .text {
  padding: 60px 15px 15px 15px;
}
.three_slider ul li .text h4 {
  color: #5f5f5f;
  padding-bottom: 15px;
}
.three_slider ul li .text h6 {
  color: #909090;
}

.elv_solution {
  background: url(../images/elv_bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 900px) {
  .elv_solution {
    padding: 5px;
  }
}

.call_to_action h2 {
  color: #fff;
}
.call_to_action p {
  color: #fff;
}
.call_to_action .wrapper {
  position: relative;
  padding: 30px 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: url(../images/pattern.png), linear-gradient(90deg, #6b2280 27%, #3d3b8f 115%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .call_to_action .wrapper {
    padding: 25px;
  }
}
.call_to_action .wrapper .item-60 {
  width: 55%;
  color: #fff;
}
@media (max-width: 820px) {
  .call_to_action .wrapper .item-60 {
    width: 100%;
  }
}
.call_to_action .wrapper .item-40 {
  width: 45%;
  padding: 30px;
}
@media (max-width: 820px) {
  .call_to_action .wrapper .item-40 {
    width: 100%;
    padding: 30px 0;
  }
}
.call_to_action .wrapper .item-40 .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.call_to_action .wrapper .item-40 .form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.call_to_action .wrapper .item-40 .form_wrapper .x-6 {
  width: 48%;
}
@media (max-width: 1366px) {
  .call_to_action .wrapper .item-40 .form_wrapper .x-6 {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .call_to_action .wrapper .item-40 .form_wrapper .x-6 {
    width: 100%;
  }
}
.call_to_action .wrapper .item-40 .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #fff !important;
  background-color: unset;
  color: #fff;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.call_to_action .wrapper .item-40 .form_wrapper .input-text:focus {
  outline: none;
}
.call_to_action .wrapper .item-40 .form_wrapper ::-moz-placeholder {
  color: #fff;
}
.call_to_action .wrapper .item-40 .form_wrapper ::placeholder {
  color: #fff;
}
.call_to_action .wrapper .item-40 .form_wrapper .calltoaction-btn {
  background: #343434;
  border: unset;
  width: 100%;
  height: 45px;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}
.call_to_action .about_counter {
  display: flex;
  padding-top: 15px;
  align-items: flex-end;
}
.call_to_action .about_counter .item {
  display: flex;
  align-items: center;
  align-self: baseline;
  padding: 0 20px;
}
.call_to_action .about_counter .item:first-child {
  padding-left: 0;
}
@media (max-width: 800px) {
  .call_to_action .about_counter .item:first-child {
    padding-left: 0px;
  }
}
.call_to_action .about_counter .item .number {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 700;
  padding-right: 10px;
}
@media (max-width: 800px) {
  .call_to_action .about_counter .item .number {
    font-size: 40px;
  }
}
.call_to_action .about_counter .item .text {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 800px) {
  .call_to_action .about_counter .item .text {
    font-size: 12px;
  }
}

.contact-page .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.contact-page .form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.contact-page .form_wrapper .x-6 {
  width: 48%;
}
@media (max-width: 1366px) {
  .contact-page .form_wrapper .x-6 {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .contact-page .form_wrapper .x-6 {
    width: 100%;
  }
}
.contact-page .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #ccc !important;
  background-color: unset;
  color: #000;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.contact-page .form_wrapper .input-text:focus {
  outline: none;
}
.contact-page .form_wrapper ::-moz-placeholder {
  color: #ccc;
}
.contact-page .form_wrapper ::placeholder {
  color: #ccc;
}
.contact-page .form_wrapper .calltoaction-btn {
  background: #343434;
  border: unset;
  width: 100%;
  height: 45px;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}

.smart_home_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.smart_home_wrapper .box {
  width: 19%;
  padding: 20px;
  margin: 3px;
  display: flex;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.05);
  align-items: center;
}
@media (max-width: 1024px) {
  .smart_home_wrapper .box {
    width: 24%;
  }
}
@media (max-width: 600px) {
  .smart_home_wrapper .box {
    width: 48%;
    padding: 15px;
  }
}
.smart_home_wrapper .box .icon {
  padding-right: 15px;
}
.smart_home_wrapper .box .text h5 {
  font-size: 13px;
  color: #909090;
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .smart_home_wrapper .box .text h5 {
    font-size: 11px;
  }
}

.automation-sector {
  display: flex;
}
@media (max-width: 1000px) {
  .automation-sector {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.automation-sector .box {
  width: 20%;
  padding: 10px 20px;
  text-align: center;
  border-right: 1px solid #f3f3f3;
}
@media (max-width: 1000px) {
  .automation-sector .box {
    border: 1px solid #f3f3f3;
    margin: 1px;
    width: 19%;
  }
}
@media (max-width: 1000px) {
  .automation-sector .box {
    width: 32%;
  }
}
.automation-sector .box:last-child {
  border: unset;
}
@media (max-width: 1000px) {
  .automation-sector .box:last-child {
    border: 1px solid #f3f3f3;
  }
}
.automation-sector .box img {
  padding-bottom: 10px;
}
.automation-sector .box h6 {
  font-size: 13px;
  color: #909090;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .automation-sector .box h6 {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .automation-sector .box h6 {
    font-size: 11px;
  }
}

.video-home video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media (max-width: 912px) {
  .smart-cjm {
    padding: 20px;
  }
}

.book--demo-popup .modal-body {
  background-color: #4b5665;
  padding: 25px;
  border-radius: 15px;
}
.book--demo-popup .modal-body .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.book--demo-popup .modal-body .form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.book--demo-popup .modal-body .form_wrapper .x-6 {
  width: 48%;
}
@media (max-width: 1366px) {
  .book--demo-popup .modal-body .form_wrapper .x-6 {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .book--demo-popup .modal-body .form_wrapper .x-6 {
    width: 100%;
  }
}
.book--demo-popup .modal-body .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #fff !important;
  background-color: unset;
  color: #fff;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.book--demo-popup .modal-body .form_wrapper .input-text:focus {
  outline: none;
}
.book--demo-popup .modal-body .form_wrapper ::-moz-placeholder {
  color: #fff;
}
.book--demo-popup .modal-body .form_wrapper ::placeholder {
  color: #fff;
}
.book--demo-popup .modal-body .form_wrapper .calltoaction-btn {
  background: #343434;
  border: unset;
  width: 100%;
  height: 45px;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}

.btn-digital-showroom {
  background: #4b5665;
  padding: 14px 25px;
  color: #fff !important;
  border-radius: 55px;
  font-size: 13px;
}

.btn-demo {
  display: inline;
  background: #32bef0;
  padding: 10px 25px;
  color: #fff !important;
  border-radius: 55px;
  font-size: 13px;
  border: unset !important;
}

.smart-cjm-tab {
  display: flex;
  padding: 0 100px;
  gap: 20px;
}
@media (max-width: 912px) {
  .smart-cjm-tab {
    padding: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 912px) {
  .smart-cjm-tab {
    width: 100%;
    padding: 10px;
  }
}
.smart-cjm-tab .item-80 {
  width: 80%;
  background: #32bef0;
  padding: 0 40px 40px 50px;
  border-radius: 15px;
  border: 1px solid #4b5665;
}
@media (max-width: 1000px) {
  .smart-cjm-tab .item-80 {
    height: auto;
  }
}
@media (max-width: 912px) {
  .smart-cjm-tab .item-80 {
    width: 100%;
    padding: 20px;
  }
}
.smart-cjm-tab .item-80 .nav-tabs {
  margin-top: -25px;
}
@media (max-width: 912px) {
  .smart-cjm-tab .item-80 .nav-tabs {
    margin: 0;
  }
}
.smart-cjm-tab .item-80 h2 {
  color: #fff;
  font-size: 25px;
}
.smart-cjm-tab .item-80 h3 {
  color: #fff;
}
.smart-cjm-tab .item-80 hr {
  color: #f4f4f4;
}
.smart-cjm-tab .item-80 p {
  color: #fff;
  font-size: 14px;
}
.smart-cjm-tab .item-80 .highlight ul {
  padding: 0;
  margin: 0;
}
.smart-cjm-tab .item-80 .highlight ul li {
  list-style: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  margin: 15px 0;
  border: 0;
  border: 1px dashed rgba(254, 254, 254, 0.2784313725);
}
.smart-cjm-tab .item-80 .tab-pane {
  transition: opacity 0.2s ease-in-out;
}
.smart-cjm-tab .item-80 .tab-section .nav-tabs {
  border-bottom: none;
  gap: 1px;
}
.smart-cjm-tab .item-80 .tab-section .nav-tabs .nav-link {
  background: #32bef0;
  border: none;
  color: #fff;
  border-radius: 12px 12px 0 0;
  font-size: 13px;
  padding: 10px 55px;
  border-radius: 50px;
  border: solid 1px #4b5665;
  transition: 0.6s all;
}
@media (max-width: 912px) {
  .smart-cjm-tab .item-80 .tab-section .nav-tabs .nav-link {
    padding: 10px 20px;
  }
}
.smart-cjm-tab .item-80 .tab-section .nav-tabs .nav-link.active {
  background: #32bef0;
  color: #fff;
  border: solid 2px #32bef0;
}
@media (max-width: 912px) {
  .smart-cjm-tab .item-80 .tab-section .nav-tabs .nav-link.active {
    border: solid 1px #4b5665;
    background: #4b5665;
  }
}
.smart-cjm-tab .item-20 {
  width: 20%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 912px) {
  .smart-cjm-tab .item-20 {
    width: 100%;
  }
}
.smart-cjm-tab .item-20 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 912px) {
  .smart-cjm-tab .item-20 img {
    width: 100%;
  }
}

@media (max-width: 912px) {
  .software-modules {
    padding: 15px;
  }
}
.software-modules h2 {
  text-align: center;
}

.software--box--wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 912px) {
  .software--box--wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
}
.software--box--wrapper .item {
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.software--box--wrapper .item img {
  width: 100%;
}
@media (max-width: 912px) {
  .software--box--wrapper .item {
    width: 100%;
  }
}
.software--box--wrapper .item img {
  border-radius: 15px;
  overflow: hidden;
}
.software--box--wrapper .item .box--inside {
  width: 50%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 912px) {
  .software--box--wrapper .item .box--inside {
    width: 100%;
  }
}
.software--box--wrapper .item .box--inside .blue--bg {
  background: #32bef0;
}
.software--box--wrapper .item .box--inside .dark--grey {
  background: #343434;
}
.software--box--wrapper .item .box--inside .item-1 {
  padding: 20px;
  color: #fff;
  display: flex;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 912px) {
  .software--box--wrapper .item .box--inside .item-1 {
    padding: 15px;
  }
}
.software--box--wrapper .item .box--inside .item-1 h4 {
  text-transform: uppercase;
}
@media (max-width: 912px) {
  .software--box--wrapper .item .box--inside .item-1 h4 {
    font-size: 14px;
  }
}
.software--box--wrapper .item .box--inside .item-1 p {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 912px) {
  .software--box--wrapper .item .box--inside .item-1 p {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */