
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap');

/*

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
font-family: 'Montserrat', sans-serif;
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
font-family: 'Fira Sans', sans-serif;
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
font-family: 'Inter', sans-serif;
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
font-family: 'Rubik', sans-serif;

26cfa2 28a745

7e7e7e

*/




form > input { 
  width: 90%; 
  height: 50px;
  border-radius: 10px;
  padding: 10px;
  margin: 14px;
  border: 2px solid #ededed;
}
form > textarea { 
  width: 90%; 
  height: 150px;
  border-radius: 10px;
  padding: 10px;
  margin: 14px;
  border: 2px solid #ededed;
}

.contact-card {
  background-color: #fff;
  min-height: 100px;
  margin: 14px;
  padding: 30px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 4px #ECECEC;
}
.contact-card p { font-size: 1rem; margin-bottom: 0px !important; }

a.submit {
  padding: 14px;
  text-align: center;
  margin: 20px 14px;
  width: 90%;
  background: linear-gradient(to left, rgba(38, 207, 162, 0.3) 0%, rgba(40, 167, 69, 0.3) 100%); 
  border-radius: 10px;
  color: #242424;
  display: block;
}
a.submit:hover { color: #fff; background-color: rgba(38, 207, 162, 0.3); }


/*
.row { margin-right: 0px !important; }
.row>* { padding-right: 0px !important; }
*/

h1 { font-family: 'Rubik', sans-serif; font-size: 2.5rem; font-weight: 900; }
h2 { font-family: 'Rubik', sans-serif; font-size: 1.3rem; font-weight: 600; }
h3 { font-family: 'Inter', sans-serif; font-size:0.9rem; text-transform: uppercase; font-weight: 800; }
p { font-family: 'Mulish', sans-serif; font-size: 0.8rem; }
span { color: #10d0a1; font-weight: 700; }
a { text-decoration: none; color: #fff; text-transform: uppercase; font-family: 'Inter', sans-serif; font-size:0.9rem; font-weight: 400; }
a:hover { color: #10d0a1; }

a.phone {
  padding: 17px 22px; 
  margin: 5px; 
  background: linear-gradient(to left, rgba(38, 207, 162, 0.3) 0%, rgba(40, 167, 69, 0.3) 100%); 
  border-radius: 4px;
}
a.phone > span {
  display: none;
}
a.phone:hover > span {
  display: contents;
}
a.phone > b {
  display: contents;
}
a.phone:hover > b {
  display: none;
}
a.phone i {
  margin-right: 7px;
  font-size: 1rem; 
}




#nav {
  background-color: #242424;
  height: 90px;
  color: #fff;
}

.desktop { display: none; padding: 20px; }

.pad { display: none; padding: 20px; }

.mobile { display: none; padding: 20px; }

@media (min-width: 1200px) {
  .desktop {
    display: flex;
  }
  .bak-about-image-02 {
    left: -250px;
  }
  .sert { margin-left: 80px !important; }
  .asset-header { margin-left: 80px !important; }
  .google-map { padding: 40px !important; }
}
@media (max-width: 1200px) {
  .pad {
    display: flex;
  }
}
@media (max-width: 700px) {
  .pad {
    display: none;
  }
  .mobile {
    display: flex;
  }
  .about {
    padding: 40px 10px !important;
  }
  .image-about {
    margin: 20px !important;
    width: 250px !important;
    height: 250px !important;
  }
  .sert {
    margin-left: 16px !important;
  }
  .bak-about-image-01 {
    display: none;
  }
  .bak-about-image-02 {
    top: 0px !important;
    right: -40px !important; 
  }
  .asset-header { margin-left: 17px !important; }
  .asset { padding-top: 70px !important; padding-left: 17px !important; padding-right: 10px !important; }
  .google-map { padding-top: 40px !important; padding-left: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; }
}

.asset-header { font-size: 1.7rem; }

.sert {
  color: #242424;
  position: relative; 
  z-index: 100;
}



.client-image {
  padding: 20px;
  opacity: 0.7;
  margin: 5px;
  width: 100%;
  transition: all 0.7s ease-out 0.3s;
}
.client-image:hover {
  opacity: 1;
  padding: 0px;
}
.client-link {
  border-radius: 50%; 
  padding: 14px; 
  border: 2px solid #ededed; 
  color: #242424;
}


.row { margin: auto !important; }
.col-12 { padding: 0 !important;  }
.container { margin: auto !important; }



.about {
  z-index: 100;
  padding: 100px 50px;
}
.about p {
  font-size: 1rem;
}
.about-image {
  padding: 40px;
  position: relative;
}
.image-about {
  z-index: 100;
  margin-top: 150px;
  margin-left: 30px;
  margin-bottom: 20px;
  margin-right: 40px;
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  /*
  background-image: url(../image/team-03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  */
  border-radius: 20px;
  overflow: hidden;
}
.image-about > img { position:absolute; width: 100%; }

.box-about {
  width: 250px;
  z-index: 100;
  position: relative;
  border-radius: 10px;
  border: 2px solid #ededed;
  box-shadow: 0px 0px 15px 4px #ECECEC;
  padding: 17px;
  background-color: #fff;
}
.box-about p { margin-bottom: 0px !important; }

.bak-about-image-bkg {
  z-index: 10;
  top: 200px;
  left: -170px;
  width: 531px;
  height: 523px;
  position: absolute;
  background-image: url(../image/item-about-bkg.png); 
  background-repeat: no-repeat; 
  background-size: cover;
}

.bak-about-image-01 {
  z-index: 20;
  top: 80px;
  right: 170px;
  width: 200px;
  height: 200px;
  position: absolute;
  background-image: url(../image/item-02.png); 
  background-repeat: no-repeat; 
  background-size: cover;
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


.bak-about-image-02 {
  z-index: 30;
  top: 600px;
  width: 224px;
  height: 242px;
  position: absolute;
  background-image: url(../image/item-03.png); 
  background-repeat: no-repeat; 
  background-size: cover;
  animation-name: float_left_right_two;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.bak-ani-image-01 {
  z-index: 10;
  top: -320px;
  left: 150px;
  width: 224px;
  height: 242px;
  position: absolute;
  background-image: url(../image/item-03.png); 
  background-repeat: no-repeat; 
  background-size: cover;
  animation-name: float_left_right_two;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

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

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

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes float_left_right_two {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(0px);
    opacity: 0.80;
  }

  100% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }
}

@keyframes float_left_right_two {
  0% {
    transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    transform: translateX(0px);
    opacity: 0.80;
  }

  100% {
    transform: translateX(-30px);
    opacity: 1;
  }
}




#assets { z-index: 100; display: block; position: relative; }

.asset {
  padding-top: 0px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
.asset .asset-card > .row > .col-3 {
  align-self: center;
}
.asset .asset-card {
  background-color: #fff;
  min-height: 120px;
  margin-top: 20px;
  padding: 17px 20px 17px 14px;
  border: 2px solid #ededed;
  border-radius: 10px;
  transition: all .34s ease-out 0s;
}
.icon-bkg {
  clip-path: polygon(45% 1.33975%,46.5798% .60307%,48.26352% .15192%,50% 0,51.73648% .15192%,53.4202% .60307%,55% 1.33975%,89.64102% 21.33975%,91.06889% 22.33956%,92.30146% 23.57212%,93.30127% 25%,94.03794% 26.5798%,94.48909% 28.26352%,94.64102% 30%,94.64102% 70%,94.48909% 71.73648%,94.03794% 73.4202%,93.30127% 75%,92.30146% 76.42788%,91.06889% 77.66044%,89.64102% 78.66025%,55% 98.66025%,53.4202% 99.39693%,51.73648% 99.84808%,50% 100%,48.26352% 99.84808%,46.5798% 99.39693%,45% 98.66025%,10.35898% 78.66025%,8.93111% 77.66044%,7.69854% 76.42788%,6.69873% 75%,5.96206% 73.4202%,5.51091% 71.73648%,5.35898% 70%,5.35898% 30%,5.51091% 28.26352%,5.96206% 26.5798%,6.69873% 25%,7.69854% 23.57212%,8.93111% 22.33956%,10.35898% 21.33975%);
  display: block;
  height: 60px;
  width: 60px;
  opacity: 0.7;
  text-align: center;
  flex: 0 0 auto;
  margin: 10px;
  transition: all .5s ease-out 0s;
  background-color: rgba(38, 207, 162, 0.3);
}
.asset .asset-card p {
  font-size: 0.8rem;
  margin-bottom: 0px !important;  
}
.asset .asset-card i {
  padding: 17px 7px 17px 9px;
  font-size: 1.7rem;
  color: #10d0a1;
}

.asset .asset-card:hover {
  border: 2px solid #10d0a1;
}
.asset .asset-card:hover i {
  color: #242424;
}
.asset .asset-card:hover .icon-bkg {
  background-color: rgba(38, 207, 162, 0.7);
}

#team {
  background-color: #151515;
}
#service {
  background-color: #fff;
}

.header {
  margin-top: 50px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase !important;
}
.header > h2 { font-size: 2rem; }




.services-card {
  text-align: center;
}
.service-card {
  margin: 10px;
  padding: 50px 30px;
  border: 2px solid #ededed;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  min-height: 350px;
}
.service-card h3 {
  font-size: 1rem;
  position: relative;
  display: block;
  padding-bottom: 17px;
  border-bottom: 2px solid #ededed;
}
.service-icon {
  position: relative;
  padding: 17px;
  width: 100px;
  height: 100px;

}
.service-card p {
  position: relative;
  display: block;
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: 0.9rem;
  margin: 0px !important;
}
.service-card:hover {
  border: 2px solid #28a745;
  box-shadow: 0px 0px 15px 4px #ECECEC;
}
.service-card:hover h3 {
  border-bottom: 2px solid #28a745;
}

ul.tab-buttons {
  position: relative;
  text-align: center;
  list-style: none;
}
li.tab-btn {
  position: relative;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  margin: 0px 10px 10px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.active-box { display: none; }

li.active-btn > span.circle { border: 2px solid #10d0a1; }
li.active-btn > span.circle:before { background-color: #10d0a1; opacity: 1; }
span.circle {
  position: relative;
  width: 18px;
  height: 18px;
  top: 5px;
  margin-right: 8px;
  border-radius: 50px;
  display: inline-block;
  border: 2px solid #b8b5b5;
  transition: all 0.3s ease;
}
span.circle:before {
  position: absolute;
  content: '';
  left: 4px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  opacity: 0;
  background-color: #b8b5b5;
  transition: all 0.3s ease;
}
span.save {
  color: #000;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 4px;
  margin-right: 30px;
  display: inline-block;
  background-color: rgba(38, 207, 162, 0.3);
}

.price { margin-top: 100px; }
/*
.price-card-title {
  position: absolute;
  left: 0px;
  top: -73px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  padding: 12px 12px;
  transition: all 0.3s ease;
  border-radius: 6px 6px 0px 0px;
  color: #242424;
  background: linear-gradient(to left, rgba(38, 207, 162, 0.3) 0%, rgba(40, 167, 69, 0.3) 100%);
}
*/
.price-card {
  margin: auto;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 50px;
  margin-bottom: 0px;
}
.price-card > h2 {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
ul.price-list {
  position: relative;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.price-list > li {
  position: relative;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 14px 20px;
  color: #242424;
}
ul.price-list > li.line-two {
  background-color: rgb(238,242,251);
}
ul.price-list > li > p { padding: 0px !important; margin: 0px !important; }
ul.price-list > li > p > span { white-space: nowrap; }

/*
ul.price-list > li.line {
  text-align: center;
  padding: 10px;
  color: #000;
  background-color: rgba(38, 207, 162, 0.2);
}
ul.price-list > li.line > span {
  color: #000;
}
*/

p.price-line {
  font-family: 'Inter', sans-serif;
  text-align: center;
  padding: 14px 20px;
  font-weight: 800;
  color: #000;
  background: linear-gradient(to left, rgba(38, 207, 162, 0.3) 0%, rgba(40, 167, 69, 0.3) 100%);
  margin: 0px;
}




.team-header {
  background-color: #151515;
  color: #fff;
  align-self: center;
}
.team-header > div {
  margin: 50px;
}
.team-body {
  padding: 30px;
  background-image: url(../image/team-bkg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.team-card-desc { opacity: 0; padding: 40px; color: #fff; }
.team-card-desc > p { font-size: 0.8rem; }
.team-card:hover .team-card-desc {
  transition: all 0.7s ease;
  background-color: #151515;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.team-card:hover > .team-card-photo > img {
  opacity: 0;
  transition: all 0.7s ease;
}
.team-card {
  margin: 10px;
}
.team-card-photo {
  height: 300px;
  position: relative;
  overflow: hidden;
  /*
  background-image: url(../image/team-02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  */
}
.team-card-photo > img { position:absolute; width: 100%; opacity: 1; }
.team-card-title {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.1rem;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  color: #242424;
}








.kun-lightbox {
  z-index: 999998;
}

.gallery-container {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: fixed;
  z-index: 999997;
  top: 0;
  left: 0;
  display: none; /* changed to work on gallery */
}

.kun-modal {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.gallery-container .left-arrow,
.gallery-container .right-arrow,
.gallery-container .close-icon {
  position: absolute;
  color: #242424;
  top: 50%;
  line-height: 0;
  left: 20px;
  font-size: 15px;
  font-weight: 300;
  font-family: sans-serif;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
}

.gallery-container .right-arrow {
  right: 20px;
  left: auto;
}

.gallery-container .close-icon {
  top: 20px;
  right: 20px;
  left: auto;
  font-size: 15px;
}

.kun-lightbox img {
  max-width: 80%;
  max-height: 80%;
  height: auto;
  width: auto;
  margin: auto;
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.none { display: none; }
.scsmsg {
  padding: 14px;
  text-align: center;
  margin: 20px 14px;
  width: 90%;
  border: 2px solid #10d0a1;
  border-radius: 10px;
  color: #242424;
}
.msg {
  padding: 14px;
  text-align: center;
  margin: 20px 14px;
  width: 90%;
  border: 2px solid #e71a23;
  border-radius: 10px;
  color: #242424;
}
.error {
  border: 2px solid #e71a23 !important;
}






.text-center {
  text-align: center;
}





.title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: #10d0a1;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 1px;
}

.description {
  text-align: left;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.btn, .button,
.rerun-button {
  padding: 10px 20px;
  border-radius: 3px;
  background: #10d0a1;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
}
.btn:hover, .button:hover,
.rerun-button:hover {
  color: white;
  background: #242424;
}
.button.rerun-button,
.rerun-button.rerun-button {
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.2);
}

.modal-wrap {
  border-top: 2px solid #ededed;
  max-width: 700px;
  margin: 20px auto;
  transition: transform 300ms ease-in-out;
}

.modal-header {
  height: 45px;
  background: white;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-header span {
  display: block;
  height: 12px;
  width: 12px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.modal-header span.is-active {
  background: rgba(0, 0, 0, 0.4);
  background: #10d0a1;
}

.modal-bodies {
  position: relative;
  perspective: 1000px;
}

.modal-body {
  border: 2px solid #ededed;
  background: white;
  padding: 50px;
  box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  position: absolute;
  top: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  transform-origin: top left;
}
.modal-body.is-showing {
  display: block;
}

.animate-out {
  -webkit-animation: out 600ms ease-in-out forwards;
          animation: out 600ms ease-in-out forwards;
}

.animate-in {
  -webkit-animation: in 500ms ease-in-out forwards;
          animation: in 500ms ease-in-out forwards;
  display: block;
}

.animate-up {
  transform: translateY(-500px) rotate(30deg);
}

@-webkit-keyframes out {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  60% {
    transform: rotate(60deg);
  }
  100% {
    transform: translateY(800px) rotate(10deg);
  }
}

@keyframes out {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  60% {
    transform: rotate(60deg);
  }
  100% {
    transform: translateY(800px) rotate(10deg);
  }
}
@-webkit-keyframes in {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes in {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}







