@charset "UTF-8";
/*
============================
Name: MS Lab Pro Kft.
Version: 1.0.0
Description: MS Lab Pro Kft.
Author: zsombi
Location:
============================
*/
/*

CSS LIST

=<::::::::::::::::::::::::::=>
  HEADER AREA CSS
=<::::::::::::::::::::::::::=>
  NAV MENU AREA CSS
=<::::::::::::::::::::::::::=>
  HEOR AREA CSS
=<::::::::::::::::::::::::::=>
  ABOUT AREA CSS
=<::::::::::::::::::::::::::=>
  SERVICE AREA CSS
=<::::::::::::::::::::::::::=>
  ACCOUNT AREA CSS
=<::::::::::::::::::::::::::=>
  FEATURES AREA CSS
=<::::::::::::::::::::::::::=>
  BRAND AREA CSS
=<::::::::::::::::::::::::::=>
  CHOOSE AREA CSS
=<::::::::::::::::::::::::::=>
  PRRELOADER AREA CSS
=<::::::::::::::::::::::::::=>
  PRICING AREA CSS
=<::::::::::::::::::::::::::=>
  TEAM AREA CSS
=<::::::::::::::::::::::::::=>
  TESTIMONIAL AREA CSS
=<::::::::::::::::::::::::::=>
  WORK AREA CSS
=<::::::::::::::::::::::::::=>
  OTHERS AREA CSS
=<::::::::::::::::::::::::::=>
  CONMMON AREA CSS
=<::::::::::::::::::::::::::=>
  BLOG AREA CSS
=<::::::::::::::::::::::::::=>
  CTA AREA CSS
=<::::::::::::::::::::::::::=>
 ANIMATION AREA CSS
=<::::::::::::::::::::::::::=>
  BUTTONS AREA CSS
=<::::::::::::::::::::::::::=>
  TYPOGRAPHY AREA CSS
=<::::::::::::::::::::::::::=>
  FOOTER AREA CSS
=<::::::::::::::::::::::::::=>
*/
/*
::::::::::::::::::::::::::
 TYPOGRAPHY AREA CSS
::::::::::::::::::::::::::
*/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
/*
 ::::::::::::::::::::::::::
  ANIMATION AREA CSS
 ::::::::::::::::::::::::::
 */
 @keyframes round-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1000deg);
  }
}
@keyframes round-circle2 {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes animate1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes animate3 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes animate4 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-25px);
  }
}
@keyframes animate5 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate6 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.round-circle {
  position: relative;
  animation-name: round-circle;
  animation-duration: 72s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.animate1 {
  position: relative;
  animation-name: animate1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate2 {
  position: relative;
  animation-name: animate2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate3 {
  position: relative;
  animation-name: animate3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate4 {
  position: relative;
  animation-name: animate4;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate5 {
  position: relative;
  animation-name: animate5;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate6 {
  position: relative;
  animation-name: animate6;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.round-circle2 {
  position: relative;
  animation-name: round-circle2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.image-anime {
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/*
::::::::::::::::::::::::::
ANIMATION AREA CSS
::::::::::::::::::::::::::
*/
body.body, html {
  overflow-x: hidden !important;
}

@media screen and (max-width: 769px) {
  body.body, html {
    overflow-x: hidden !important;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.img100 img {
  width: 100%;
}

.body2 {
  overflow-x: visible !important;
}

body {
  font-family: "Sora", sans-serif;
  font-size: var(--f-fs-font-fs16);
}

@media screen and (min-width: 769px) {
  body.body.body5 {
    overflow-x: initial !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
textarea,
select,
option {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

body.body {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  overflow-x: hidden;
  z-index: -33;
  position: relative;
}

.sp {
  padding: 75px 0px;
}

.sp2 {
  padding: 120px 0px;
}

.pt100 {
  padding-top: 100px;
}

.pt140 {
  padding-top: 140px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl60 {
  padding-left: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pr60 {
  padding-right: 60px;
}

@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pt140 {
    padding-top: 70px;
  }
  .pb120 {
    padding-bottom: 60px;
  }
  .sp2 {
    padding: 60px 0px;
  }
  .pl60 {
    padding-left: 0;
  }
  .pr60 {
    padding-right: 0;
  }
}
.space4 {
  height: 4px;
}

.space6 {
  height: 6px;
}

.space28 {
  height: 28px;
}

.space8 {
  height: 8px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space24 {
  height: 24px;
}

.space32 {
  height: 32px;
}

.space10 {
  height: 10px;
}

.space5 {
  height: 5px;
}

.space5 {
  height: 5px;
}

@media (max-width: 767px) {
  .space10 {
    height: 5px;
  }
  .sp5 {
    padding-bottom: 50px;
  }
}
.space20 {
  height: 20px;
}

@media (max-width: 767px) {
  .space20 {
    height: 10px;
  }
}
.space30 {
  height: 30px;
}

@media (max-width: 767px) {
  .space30 {
    height: 15px;
  }
}
.space40 {
  height: 40px;
}

@media (max-width: 767px) {
  .space40 {
    height: 20px;
  }
}
.space50 {
  height: 50px;
}

.space45 {
  height: 45px;
}

@media (max-width: 768px) {
  .space50 {
    height: 25px;
  }
  .space60 {
    height: 30px !important;
  }
}
.space60 {
  height: 60px;
}

.space55 {
  height: 55px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}

.space120 {
  height: 120px;
}

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

.section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
}
.section-padding2 {
  padding: 120px 0 90px;
}

@media (max-width: 991px) {
  .section-padding2 {
    padding: 60px 0 30px;
  }
}
.padding-bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .padding-bottom {
    padding-bottom: 60px;
  }
}
.padding-bottom2 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .padding-bottom2 {
    padding-bottom: 30px;
  }
}
.padding-top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .padding-top {
    padding-top: 60px;
  }
}
.padding-top2 {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .padding-top2 {
    padding-top: 30px;
  }
}
.padding-90 {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .padding-90 {
    padding: 50px 0;
  }
}
.w-full {
  width: 100%;
}

@media (min-width: 992px) {
  .w-lg-full {
    width: 100%;
  }
}
.text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}
.text-left {
  text-align: left !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.weight-900 {
  font-weight: 900 !important;
}

.font-f-1 {
  font-family: "Hind", sans-serif !important;
}

.font-f-2 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.font-f-3 {
  font-family: "Spline Sans", sans-serif !important;
}

.font-f-4 {
  font-family: "Catamaran", sans-serif !important;
}

.font-12 {
  font-size: 12px;
}

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

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

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

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

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

.font-32 {
  font-size: 32px;
}

.font-34 {
  font-size: 34px;
}

.font-36 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}

.font-42 {
  font-size: 42px;
}

.font-44 {
  font-size: 44px;
}

.font-46 {
  font-size: 48px;
}

.font-48 {
  font-size: 48px;
}

.font-50 {
  font-size: 60px;
}

.font-52 {
  font-size: 52px;
}

.font-54 {
  font-size: 54px;
}

.font-56 {
  font-size: 56px;
}

.font-58 {
  font-size: 58px;
}

.font-60 {
  font-size: 60px;
}

.font-62 {
  font-size: 62px;
}

.font-70 {
  font-size: 70px;
}

.font-72 {
  font-size: 72px;
}

.font-74 {
  font-size: 74px;
}

.font-76 {
  font-size: 76px;
}

.font-78 {
  font-size: 78px;
}

.font-80 {
  font-size: 80px;
}

.font-82 {
  font-size: 82px;
}

.font-84 {
  font-size: 84px;
}

.font-86 {
  font-size: 86px;
}

.font-88 {
  font-size: 88px;
}

.font-90 {
  font-size: 90px;
}

.font-92 {
  font-size: 92px;
}

.font-94 {
  font-size: 94px;
}

.font-96 {
  font-size: 96px;
}

.font-98 {
  font-size: 98px;
}

.font-100 {
  font-size: 100px;
}

@media screen and (min-width: 1024px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .font-lg-12 {
    font-size: 12px;
  }
  .font-lg-14 {
    font-size: 14px;
  }
  .font-lg-16 {
    font-size: 16px;
  }
  .font-lg-18 {
    font-size: 18px;
  }
  .font-lg-20 {
    font-size: 20px;
  }
  .font-lg-22 {
    font-size: 22px;
  }
  .font-lg-24 {
    font-size: 24px;
  }
  .font-lg-26 {
    font-size: 26px;
  }
  .font-lg-28 {
    font-size: 28px;
  }
  .font-lg-30 {
    font-size: 30px;
  }
  .font-lg-32 {
    font-size: 32px;
  }
  .font-lg-34 {
    font-size: 34px;
  }
  .font-lg-36 {
    font-size: 36px;
  }
  .font-lg-40 {
    font-size: 40px;
  }
  .font-lg-42 {
    font-size: 42px;
  }
  .font-lg-44 {
    font-size: 44px;
  }
  .font-lg-45 {
    font-size: 45px;
  }
  .font-lg-46 {
    font-size: 48px;
  }
  .font-lg-48 {
    font-size: 48px;
  }
  .font-lg-50 {
    font-size: 60px;
  }
  .font-lg-52 {
    font-size: 52px;
  }
  .font-lg-54 {
    font-size: 54px;
  }
  .font-lg-56 {
    font-size: 56px;
  }
  .font-lg-58 {
    font-size: 58px;
  }
  .font-lg-60 {
    font-size: 60px;
  }
  .font-lg-62 {
    font-size: 62px;
  }
  .font-lg-66 {
    font-size: 66px;
  }
  .font-lg-70 {
    font-size: 70px;
  }
  .font-lg-72 {
    font-size: 72px;
  }
  .font-lg-74 {
    font-size: 74px;
  }
  .font-lg-76 {
    font-size: 76px;
  }
  .font-lg-78 {
    font-size: 78px;
  }
  .font-lg-80 {
    font-size: 80px;
  }
  .font-lg-82 {
    font-size: 82px;
  }
  .font-lg-84 {
    font-size: 84px;
  }
  .font-lg-86 {
    font-size: 86px;
  }
  .font-lg-88 {
    font-size: 88px;
  }
  .font-lg-90 {
    font-size: 90px;
  }
  .font-lg-92 {
    font-size: 92px;
  }
  .font-lg-94 {
    font-size: 94px;
  }
  .font-lg-96 {
    font-size: 96px;
  }
  .font-lg-98 {
    font-size: 98px;
  }
  .font-lg-100 {
    font-size: 100px;
  }
  .line-height-lg-14 {
    line-height: 14px;
  }
  .line-height-lg-16 {
    line-height: 16px;
  }
  .line-height-lg-18 {
    line-height: 18px;
  }
  .line-height-lg-20 {
    line-height: 20px;
  }
  .line-height-lg-22 {
    line-height: 22px;
  }
  .line-height-lg-24 {
    line-height: 24px;
  }
  .line-height-lg-26 {
    line-height: 26px;
  }
  .line-height-lg-28 {
    line-height: 28px;
  }
  .line-height-lg-30 {
    line-height: 30px;
  }
  .line-height-lg-32 {
    line-height: 32px;
  }
  .line-height-lg-34 {
    line-height: 34px;
  }
  .line-height-lg-36 {
    line-height: 36px;
  }
  .line-height-lg-38 {
    line-height: 38px;
  }
  .line-height-lg-40 {
    line-height: 40px;
  }
  .line-height-lg-42 {
    line-height: 42px;
  }
  .line-height-lg-44 {
    line-height: 44px;
  }
  .line-height-lg-48 {
    line-height: 48px;
  }
  .line-height-lg-50 {
    line-height: 50px;
  }
  .line-height-lg-52 {
    line-height: 52px;
  }
  .line-height-lg-54 {
    line-height: 54px;
  }
  .line-height-lg-56 {
    line-height: 56px;
  }
  .line-height-lg-58 {
    line-height: 58px;
  }
  .line-height-lg-60 {
    line-height: 60px;
  }
  .line-height-lg-62 {
    line-height: 62px;
  }
  .line-height-lg-64 {
    line-height: 64px;
  }
  .line-height-lg-66 {
    line-height: 66px;
  }
  .line-height-lg-68 {
    line-height: 68px;
  }
  .line-height-lg-70 {
    line-height: 70px;
  }
  .line-height-lg-72 {
    line-height: 72px;
  }
  .line-height-lg-74 {
    line-height: 74px;
  }
  .line-height-lg-76 {
    line-height: 76px;
  }
  .line-height-lg-78 {
    line-height: 78px;
  }
  .line-height-lg-80 {
    line-height: 80px;
  }
  .line-height-lg-82 {
    line-height: 82px;
  }
  .line-height-lg-84 {
    line-height: 84px;
  }
  .line-height-lg-86 {
    line-height: 86px;
  }
  .line-height-lg-88 {
    line-height: 88px;
  }
  .line-height-lg-90 {
    line-height: 90px;
  }
  .line-height-lg-92 {
    line-height: 92px;
  }
  .line-height-lg-94 {
    line-height: 94px;
  }
  .line-height-lg-96 {
    line-height: 96px;
  }
  .line-height-lg-98 {
    line-height: 98px;
  }
  .line-height-lg-100 {
    line-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .font-md-12 {
    font-size: 12px;
  }
  .font-md-14 {
    font-size: 14px;
  }
  .font-md-16 {
    font-size: 16px;
  }
  .font-md-18 {
    font-size: 18px;
  }
  .font-md-20 {
    font-size: 20px;
  }
  .font-md-22 {
    font-size: 22px;
  }
  .font-md-24 {
    font-size: 24px;
  }
  .font-md-26 {
    font-size: 26px;
  }
  .font-md-28 {
    font-size: 28px;
  }
  .font-md-30 {
    font-size: 30px;
  }
  .font-md-32 {
    font-size: 32px;
  }
  .font-md-34 {
    font-size: 34px;
  }
  .font-md-36 {
    font-size: 36px;
  }
  .font-md-40 {
    font-size: 40px;
  }
  .font-md-42 {
    font-size: 42px;
  }
  .font-md-44 {
    font-size: 44px;
  }
  .font-md-46 {
    font-size: 48px;
  }
  .font-md-48 {
    font-size: 48px;
  }
  .font-md-50 {
    font-size: 60px;
  }
  .font-md-52 {
    font-size: 52px;
  }
  .font-md-54 {
    font-size: 54px;
  }
  .font-md-56 {
    font-size: 56px;
  }
  .font-md-58 {
    font-size: 58px;
  }
  .font-md-60 {
    font-size: 60px;
  }
  .font-md-62 {
    font-size: 62px;
  }
  .font-md-74 {
    font-size: 74px;
  }
  .font-md-76 {
    font-size: 76px;
  }
  .font-md-78 {
    font-size: 78px;
  }
  .font-md-80 {
    font-size: 80px;
  }
  .font-md-82 {
    font-size: 82px;
  }
  .font-md-84 {
    font-size: 84px;
  }
  .font-md-86 {
    font-size: 86px;
  }
  .font-md-88 {
    font-size: 88px;
  }
  .font-md-90 {
    font-size: 90px;
  }
  .font-md-92 {
    font-size: 92px;
  }
  .font-md-94 {
    font-size: 94px;
  }
  .font-md-96 {
    font-size: 96px;
  }
  .font-md-98 {
    font-size: 98px;
  }
  .font-md-100 {
    font-size: 100px;
  }
  .line-height-md-12 {
    line-height: 12px;
  }
  .line-height-md-14 {
    line-height: 14px;
  }
  .line-height-md-16 {
    line-height: 16px;
  }
  .line-height-md-18 {
    line-height: 18px;
  }
  .line-height-md-20 {
    line-height: 20px;
  }
  .line-height-md-22 {
    line-height: 22px;
  }
  .line-height-md-24 {
    line-height: 24px;
  }
  .line-height-md-26 {
    line-height: 26px;
  }
  .line-height-md-28 {
    line-height: 28px;
  }
  .line-height-md-30 {
    line-height: 30px;
  }
  .line-height-md-32 {
    line-height: 32px;
  }
  .line-height-md-34 {
    line-height: 34px;
  }
  .line-height-md-36 {
    line-height: 36px;
  }
  .line-height-md-38 {
    line-height: 38px;
  }
  .line-height-md-40 {
    line-height: 40px;
  }
  .line-height-md-42 {
    line-height: 42px;
  }
  .line-height-md-44 {
    line-height: 44px;
  }
  .line-height-md-48 {
    line-height: 48px;
  }
  .line-height-md-50 {
    line-height: 50px;
  }
  .line-height-md-52 {
    line-height: 52px;
  }
  .line-height-md-54 {
    line-height: 54px;
  }
  .line-height-md-56 {
    line-height: 56px;
  }
  .line-height-md-58 {
    line-height: 58px;
  }
  .line-height-md-60 {
    line-height: 60px;
  }
  .line-height-md-62 {
    line-height: 62px;
  }
  .line-height-md-64 {
    line-height: 64px;
  }
  .line-height-md-66 {
    line-height: 66px;
  }
  .line-height-md-68 {
    line-height: 68px;
  }
  .line-height-md-70 {
    line-height: 70px;
  }
  .line-height-md-72 {
    line-height: 72px;
  }
  .line-height-md-74 {
    line-height: 74px;
  }
  .line-height-md-76 {
    line-height: 76px;
  }
  .line-height-md-78 {
    line-height: 78px;
  }
  .line-height-md-80 {
    line-height: 80px;
  }
  .line-height-md-82 {
    line-height: 82px;
  }
  .line-height-md-84 {
    line-height: 84px;
  }
  .line-height-md-86 {
    line-height: 86px;
  }
  .line-height-md-88 {
    line-height: 88px;
  }
  .line-height-md-90 {
    line-height: 90px;
  }
  .line-height-md-92 {
    line-height: 92px;
  }
  .line-height-md-94 {
    line-height: 94px;
  }
  .line-height-md-96 {
    line-height: 96px;
  }
  .line-height-md-98 {
    line-height: 98px;
  }
  .line-height-md-100 {
    line-height: 100px;
  }
}
@media screen and (min-width: 576px) {
  .font-sm-12 {
    font-size: 12px;
  }
  .font-sm-14 {
    font-size: 14px;
  }
  .font-sm-16 {
    font-size: 16px;
  }
  .font-sm-18 {
    font-size: 18px;
  }
  .font-sm-20 {
    font-size: 20px;
  }
  .font-sm-22 {
    font-size: 22px;
  }
  .font-sm-24 {
    font-size: 24px;
  }
  .font-sm-26 {
    font-size: 26px;
  }
  .font-sm-28 {
    font-size: 28px;
  }
  .font-sm-30 {
    font-size: 30px;
  }
  .font-sm-32 {
    font-size: 32px;
  }
  .font-sm-34 {
    font-size: 34px;
  }
  .font-sm-36 {
    font-size: 36px;
  }
  .font-sm-40 {
    font-size: 40px;
  }
  .font-sm-42 {
    font-size: 42px;
  }
  .font-sm-44 {
    font-size: 44px;
  }
  .font-sm-46 {
    font-size: 48px;
  }
  .font-sm-48 {
    font-size: 48px;
  }
  .font-sm-50 {
    font-size: 60px;
  }
  .font-sm-52 {
    font-size: 52px;
  }
  .font-sm-54 {
    font-size: 54px;
  }
  .font-sm-56 {
    font-size: 56px;
  }
  .font-sm-58 {
    font-size: 58px;
  }
  .font-sm-60 {
    font-size: 60px;
  }
  .font-sm-62 {
    font-size: 62px;
  }
  .font-sm-74 {
    font-size: 74px;
  }
  .font-sm-76 {
    font-size: 76px;
  }
  .font-sm-78 {
    font-size: 78px;
  }
  .font-sm-80 {
    font-size: 80px;
  }
  .font-sm-82 {
    font-size: 82px;
  }
  .font-sm-84 {
    font-size: 84px;
  }
  .font-sm-86 {
    font-size: 86px;
  }
  .font-sm-88 {
    font-size: 88px;
  }
  .font-sm-90 {
    font-size: 90px;
  }
  .font-sm-92 {
    font-size: 92px;
  }
  .font-sm-94 {
    font-size: 94px;
  }
  .font-sm-96 {
    font-size: 96px;
  }
  .font-sm-98 {
    font-size: 98px;
  }
  .font-sm-100 {
    font-size: 100px;
  }
  .line-height-sm-12 {
    line-height: 12px;
  }
  .line-height-sm-14 {
    line-height: 14px;
  }
  .line-height-sm-16 {
    line-height: 16px;
  }
  .line-height-sm-18 {
    line-height: 18px;
  }
  .line-height-sm-20 {
    line-height: 20px;
  }
  .line-height-sm-22 {
    line-height: 22px;
  }
  .line-height-sm-24 {
    line-height: 24px;
  }
  .line-height-sm-26 {
    line-height: 26px;
  }
  .line-height-sm-28 {
    line-height: 28px;
  }
  .line-height-sm-30 {
    line-height: 30px;
  }
  .line-height-sm-32 {
    line-height: 32px;
  }
  .line-height-sm-34 {
    line-height: 34px;
  }
  .line-height-sm-36 {
    line-height: 36px;
  }
  .line-height-sm-38 {
    line-height: 38px;
  }
  .line-height-sm-40 {
    line-height: 40px;
  }
  .line-height-sm-42 {
    line-height: 42px;
  }
  .line-height-sm-44 {
    line-height: 44px;
  }
  .line-height-sm-48 {
    line-height: 48px;
  }
  .line-height-sm-50 {
    line-height: 50px;
  }
  .line-height-sm-52 {
    line-height: 52px;
  }
  .line-height-sm-54 {
    line-height: 54px;
  }
  .line-height-sm-56 {
    line-height: 56px;
  }
  .line-height-sm-58 {
    line-height: 58px;
  }
  .line-height-sm-60 {
    line-height: 60px;
  }
  .line-height-sm-62 {
    line-height: 62px;
  }
  .line-height-sm-64 {
    line-height: 64px;
  }
  .line-height-sm-66 {
    line-height: 66px;
  }
  .line-height-sm-68 {
    line-height: 68px;
  }
  .line-height-sm-70 {
    line-height: 70px;
  }
  .line-height-sm-72 {
    line-height: 72px;
  }
  .line-height-sm-74 {
    line-height: 74px;
  }
  .line-height-sm-76 {
    line-height: 76px;
  }
  .line-height-sm-78 {
    line-height: 78px;
  }
  .line-height-sm-80 {
    line-height: 80px;
  }
  .line-height-sm-82 {
    line-height: 82px;
  }
  .line-height-sm-84 {
    line-height: 84px;
  }
  .line-height-sm-86 {
    line-height: 86px;
  }
  .line-height-sm-88 {
    line-height: 88px;
  }
  .line-height-sm-90 {
    line-height: 90px;
  }
  .line-height-sm-92 {
    line-height: 92px;
  }
  .line-height-sm-94 {
    line-height: 94px;
  }
  .line-height-sm-96 {
    line-height: 96px;
  }
  .line-height-sm-98 {
    line-height: 98px;
  }
  .line-height-sm-100 {
    line-height: 100px;
  }
}
.mr-2 {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
.mb-30 {
  margin-bottom: 30px;
}

.mobile-sidebar .single-footer h3 {
  color: #ffffff;
}

.mobile-sidebar .single-contact a {
  color: #ffffff;
}

.lg-ml-15 {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .lg-ml-15 {
    margin-left: 0;
  }
}
.lg-mr-15 {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .lg-mr-15 {
    margin-right: 0;
  }
}
._relative {
  position: relative;
}

._absolute {
  position: absolute;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.bg-contain {
  background-size: contain;
  background-position: center center;
}

.img-cover img,
.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.width100 img {
  width: 100%;
}

/*
 ::::::::::::::::::::::::::
  fonts area css
 ::::::::::::::::::::::::::
 */
 :root {
  /* --- Színek: MS LAB PRO paletta --- */
  --vtc-text-title-1: #142024;   /* sötét petrol (címsorok) */
  --vtc-text-pera-1:  #50656A;   /* alap szöveg */
  --vtc-text-pera-2:  #9AB2B7;   /* halványabb szöveg */
  --vtc-text-white:   #ffffff;

  /* Brand / akcentusok (a régi lila-zöld helyett) */
  --vtc-bg-main1: #00A39A; /* PRIMARY – teal (gombok, link hover) */
  --vtc-bg-main2: #0B4D57; /* DARK – petrol (headline kiemelés, ikonok) */
  --vtc-bg-main3: #14C2B7; /* ACCENT – világos teal (hover, badge) */
  --vtc-bg-main4: #E1F4F2; /* SOFT – világos háttér árnyalat */
  --vtc-bg-main5: #0B6C75; /* MID – közép petrol (outline, border) */

  /* Háttér / keret */
  --vtc-bg-common-1: #ECF4F4; /* szekció háttér a hero-hoz passzolva */
  --vtc-bg-white:    #ffffff;
  --vtc-border-1:    #E3ECEC;  /* finom, teal-be hajló keret */

  /* Tipó – hagyjuk változatlanul */
  --f-fw-regular: 400;
  --f-fw-medium: 500;
  --f-fw-semibold: 600;
  --f-fw-bold: 700;
  --f-fw-ex-bold: 800;
  --f-ff-font-1: 'Figtree', sans-serif;

  /* Méretek – változatlanul hagyva */
  --f-fs-font-fs16: 16px;
  --f-fs-font-fs18: 18px;
  --f-fs-font-fs20: 20px;
  --f-fs-font-fs22: 22px;
  --f-fs-font-fs24: 24px;
  --f-fs-font-fs26: 26px;
  --f-fs-font-fs28: 28px;
  --f-fs-font-fs30: 30px;
  --f-fs-font-fs32: 32px;
  --f-fs-font-fs34: 34px;
  --f-fs-font-fs36: 36px;
  --f-fs-font-fs40: 40px;
  --f-fs-font-fs42: 42px;
  --f-fs-font-fs44: 44px;
  --f-fs-font-fs48: 48px;
  --f-fs-font-fs50: 50px;
  --f-fs-font-fs52: 52px;
  --f-fs-font-fs54: 54px;
  --f-fs-font-fs56: 56px;
  --f-fs-font-fs58: 58px;
  --f-fs-font-fs60: 60px;
  --f-fs-font-fs62: 62px;
  --f-fs-font-fs64: 64px;
  --f-fs-font-fs66: 66px;
  --f-fs-font-fs68: 68px;
  --f-fs-font-fs70: 70px;
  --f-fs-font-fs72: 72px;
  --f-fs-font-fs74: 74px;
  --f-fs-font-fs76: 76px;
  --f-fs-font-fs78: 78px;
  --f-fs-font-fs80: 80px;
  --f-fs-font-fs82: 82px;
  --f-fs-font-fs84: 84px;
  --f-fs-font-fs86: 86px;
  --f-fs-font-fs88: 88px;
}


/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.title1 {
  color: var(--vtc-text-title-1);
}

.white {
  color: var(--vtc-text-white);
}

.pera1 {
  color: var(--vtc-text-pera-1);
}

.pera2 {
  color: var(--vtc-text-pera-2);
}

.main-bg1 {
  background-color: var(--vtc-bg-main1);
}

.bg1 {
  background-color: #F1F5FD;
}

.main-bg3 {
  background-color: var(--vtc-bg-main3);
}

.border4 {
  background-color: rgba(108, 117, 125, 0.5254901961);
  height: 1px;
  width: 100%;
  margin: 24px 0px;
}

.heading1 .span1 {
  display: inline-block;
}
.heading1 .span1 img {
  transform: translateY(-3px);
  margin-right: 4px;
}
.heading1 h4 a {
  transition: all 0.4s;
}
.heading1 h4 a:hover {
  transition: all 0.4s;
  color: #0B6C75;
}

.heading2 .span1 {
  display: inline-block;
}
.heading2 .span1 img {
  transform: translateY(-3px);
  margin-right: 4px;
}
.heading2 h4 a {
  transition: all 0.4s;
}
.heading2 h4 a:hover {
  color: var(--vtc-bg-main2);
  transition: all 0.4s;
}

.heading2-w .span1 {
  display: inline-block;
}
.heading2-w .span1 img {
  filter: brightness(0) invert(1);
  transform: translateY(-3px);
  margin-right: 4px;
}

.heading3 .span1 {
  display: inline-block;
}
.heading3 .span1 img {
  transform: translateY(-3px);
  margin-right: 4px;
}
.heading3 h4 a {
  transition: all 0.4s;
}
.heading3 h4 a:hover {
  color: #058C42;
  transition: all 0.4s;
}

.heading4 .span1 {
  display: inline-block;
}
.heading4 .span1 img {
  transform: translateY(-3px);
  margin-right: 4px;
}
.heading4 h4 a {
  transition: all 0.4s;
}
.heading4 h4 a:hover {
  color: #0B6C75;
  transition: all 0.4s;
}

.heading5 .span1 {
  display: inline-block;
  border: 1px solid rgba(23, 73, 64, 0.1);
  background: #E5EFEE;
  padding: 8px 12px 7px 12px;
  color: var(--vtc-bg-main5);
}
.heading5 .span1 img {
  transform: translateY(-3px);
  margin-right: 4px;
}
.heading5 h4 a {
  transition: all 0.4s;
}
.heading5 h4 a:hover {
  color: #174940;
  transition: all 0.4s;
}

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/
.blok:nth-of-type(odd) {
  background-color: white;
}

.blok:nth-of-type(even) {
  background-color: black;
}
/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #008a83;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #008a83; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/
.progress-wrap.progress-wrap2 {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.267);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 99;
  color: rgb(255, 255, 255);
}

.progress-wrap.progress-wrap2::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #f7f7f7;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2:hover::after {
  opacity: 0;
}

.progress-wrap.progress-wrap2::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2:hover::before {
  opacity: 1;
}

.progress-wrap.progress-wrap2 svg path {
  fill: none;
}

.progress-wrap.progress-wrap2 svg.progress-circle path {
  stroke: #ffffff; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* video button  */
.video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 30px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
  .video-play-button {
    margin: 0px 30px 0px 0px;
  }
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3764705882);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background: var(--vtc-bg-main-bg-2);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #da0528;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 14px;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-radius: 4px;
  border-left: 13px solid #000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.hero-button1 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hero-button1 {
    margin-top: 20px;
  }
}

.hero7-all-buttons {
  display: flex;
  align-items: center;
}

.video-area1 .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  margin-top: -45px;
  margin-left: -60px;
}
.video-area1 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.4117647059);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-area1 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.video-area1 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 5px;
}
.video-area1 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 13px;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-radius: 4px;
  border-left: 15px solid #0B6C75;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*Pagination*/
.theme-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-pagination li {
  display: inline-block;
  color: var(--ztc-bg-color-w);
}

.theme-pagination li a {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: var(--vtc-bg-common-1);
  margin: 0 4px;
  transition: all 0.3s;
  display: block;
  color: var(--ztc-text-text-1);
  font-weight: 700;
  position: relative;
}
.theme-pagination li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--vtc-bg-main1);
  z-index: -1;
}

.recent-post-content {
  padding-right: 20px;
}

.theme-pagination li a:hover, .theme-pagination li a.active {
  background: var(--vtc-bg-main-1);
  transition: all 0.3s;
  color: #fff;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.theme-btn1 {
  display: inline-block;
  padding: 18px 10px 18px 24px;
  color: #10002B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  border-radius: 111px;
  position: relative;
  z-index: 2;
  border: none;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.4s;
}
.theme-btn1 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.theme-btn1 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn1 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn1:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn1:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn1:hover {
  transition: all 0.4s;
  background-color: #675ffc;
  color: #fff;
  transform: translateY(-5px);
}
.theme-btn1:hover span {
  transition: all 0.4s;
}

.theme-btn2 {
  display: inline-block;
  padding: 18px 10px 18px 24px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  border-radius: 111px;
  position: relative;
  z-index: 2;
  border: none;
  overflow: hidden;
  background: transparent;
  transition: all 0.4s;
  border: 1px solid #fff;
}
.theme-btn2 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.theme-btn2 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn2 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn2:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn2:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn2:hover {
  transition: all 0.4s;
  background-color: #675ffc;
  border: 1px solid #0B6C75;
  color: #fff;
  transform: translateY(-5px);
}
.theme-btn2:hover span {
  transition: all 0.4s;
}

.theme-btn3 {
  display: inline-block;
  padding: 18px 10px 18px 24px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  border-radius: 111px;
  position: relative;
  z-index: 2;
  border: none;
  overflow: hidden;
  background-color: #00A39A;
  transition: all 0.4s;
}
.theme-btn3 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.theme-btn3 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn3 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn3:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn3:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn3:hover {
  transition: all 0.4s;
  background-color: #0B6C75;
  color: #fff;
  transform: translateY(-5px);
}
.theme-btn3:hover span {
  transition: all 0.4s;
}

.theme-btn4 {
  color: #fff;
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 19px 22px;
  text-transform: none;
  font-size: 16px;
  border-radius: 111px;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.65s ease-in-out;
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  border: none;
}

.theme-btn4 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--vtc-bg-main2);
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.theme-btn4 svg path {
  transition: all 0.35s ease-in-out;
}

.theme-btn4:hover {
  transform: translateY(-5px);
  transition: all 0.6s;
}

.theme-btn4:hover svg path, .theme-btn4:focus svg path {
  fill: #fff;
}

.theme-btn4:hover[disabled=disabled], .theme-btn4:focus[disabled=disabled] {
  color: var(--vtc-bg-main-bg-3);
  cursor: not-allowed;
}

.theme-btn4:hover span, .theme-btn4:focus span {
  width: 225%;
  height: 220px;
}

.btn_theme_active4::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #00A39A;
  z-index: -3;
}

.btn_theme_active4 {
  color: #fff;
  position: relative;
  z-index: 0;
}

.btn_theme_active4::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #00A39A;
  z-index: -3;
}

.btn_theme_active4 span {
  background: #0B6C75;
}

.btn_theme_active4:hover, .btn_theme_active4:focus {
  color: #fff;
}

.theme-btn5 {
  color: var(--vtc-bg-main2);
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 21px;
  text-transform: none;
  font-size: 16px;
  border-radius: 111px;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.65s ease-in-out;
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
}

.theme-btn5 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--vtc-bg-main2);
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.theme-btn5 svg path {
  transition: all 0.35s ease-in-out;
}

.theme-btn5:hover {
  transform: translateY(-5px);
  transition: all 0.6s;
}

.theme-btn5:hover svg path, .theme-btn5:focus svg path {
  fill: #fff;
}

.theme-btn5:hover[disabled=disabled], .theme-btn5:focus[disabled=disabled] {
  color: var(--vtc-bg-main-bg-3);
  cursor: not-allowed;
}

.theme-btn5:hover span, .theme-btn5:focus span {
  width: 225%;
  height: 220px;
}

/* OUTLINE – MS LAB PRO (teal) */
.btn_theme_active5{
  position: relative;
  z-index: 0;
  color: #00A39A;                /* szöveg: teal (was var(--vtc-bg-main2)) */
  background: transparent;
  border-radius: 111px;
}

/* keret a háttér pseudo-elemmel */
.btn_theme_active5::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid #00A39A;     /* keret: teal (was var(--vtc-bg-main2)) */
  border-radius: 111px;
  background: transparent;
}

/* belső highlight sáv, ha van <span> */
.btn_theme_active5 span{
  background: #0B6C75;           /* sötétebb petrol (was var(--vtc-bg-main2)) */
}

/* hover/focus – teljen be, maradjon fehér szöveg */
.btn_theme_active5:hover,
.btn_theme_active5:focus{
  color: #fff;
}
.btn_theme_active5:hover::after,
.btn_theme_active5:focus::after{
  background: #00A39A;           /* kitöltés hoverre */
  border-color: #00A39A;
}


.btn_theme_active5:hover, .btn_theme_active5:focus {
  color: #fff;
}

.theme-btn6 {
  color: var(--vtc-bg-main2);
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 19px 22px;
  text-transform: none;
  font-size: 16px;
  border-radius: 111px;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.65s ease-in-out;
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
}

.theme-btn6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--vtc-bg-main2);
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.theme-btn6 svg path {
  transition: all 0.35s ease-in-out;
}

.theme-btn6:hover {
  transform: translateY(-5px);
  transition: all 0.6s;
}

.theme-btn6:hover svg path, .theme-btn6:focus svg path {
  fill: #fff;
}

.theme-btn6:hover[disabled=disabled], .theme-btn6:focus[disabled=disabled] {
  color: var(--vtc-bg-main-bg-3);
  cursor: not-allowed;
}

.theme-btn6:hover span, .theme-btn6:focus span {
  width: 225%;
  height: 220px;
}

.btn_theme_active6::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: red;
  z-index: -3;
}

.btn_theme_active6 {
  color: var(--vtc-bg-main2);
  position: relative;
  z-index: 0;
}

.btn_theme_active6::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -3;
  border-radius: 111px;
}

.btn_theme_active6 span {
  background: #008a83;
}

.btn_theme_active6:hover, .btn_theme_active6:focus {
  color: #fff;
}

.theme-btn7 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 19px 22px;
  z-index: 1;
  background: #058C42;
  border-radius: 9px;
  border: none;
}
.theme-btn7::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #181A1C;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 8px;
}
.theme-btn7:hover {
  color: var(--vtc-text-white);
}
.theme-btn7:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn8 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 19px 22px;
  z-index: 1;
  background: #fff;
  border-radius: 9px;
  border: none;
  transition: all 0.4s;
}
.theme-btn8::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #058C42;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 8px;
}
.theme-btn8:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.theme-btn8:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn9 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 18px 22px;
  z-index: 1;
  background: transparent;
  border-radius: 9px;
  border: none;
  border: 1px solid #fff;
  transition: all 0.4s;
}
.theme-btn9::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #058C42;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 8px;
}
.theme-btn9:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  border: 1px solid #058C42;
}
.theme-btn9:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn10 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 18px 8px 18px 22px;
  z-index: 1;
  background: #C5F66E;
  border-radius: 52px;
  border: none;
  transition: all 0.4s;
  color: #10002B;
  overflow: hidden;
}
.theme-btn10 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
}
.theme-btn10 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  opacity: 0;
}
.theme-btn10 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn10:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn10:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn10::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #A1DB39;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 52px;
}
.theme-btn10:hover {
  transition: all 0.4s;
  color: #10002B;
}
.theme-btn10:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn11 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 17px 8px 17px 22px;
  z-index: 1;
  background: transparent;
  border-radius: 52px;
  border: none;
  transition: all 0.4s;
  color: #fff;
  border: 1px solid #fff;
  overflow: hidden;
}
.theme-btn11 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
}
.theme-btn11 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  opacity: 0;
}
.theme-btn11 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn11:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn11:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn11::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #A1DB39;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 52px;
}
.theme-btn11:hover {
  transition: all 0.4s;
  color: #10002B;
  border: 1px solid #A1DB39;
}
.theme-btn11:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn12 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 17px 22px 17px 22px;
  z-index: 1;
  background: transparent;
  border-radius: 0px;
  border: none;
  transition: all 0.4s;
  color: #fff;
  background-color: var(--vtc-bg-main5);
  overflow: hidden;
}
.theme-btn12::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F6D06D;
  border-radius: 0px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.theme-btn12:hover {
  transition: all 0.4s;
  color: #10002B;
}
.theme-btn12:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn13 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 17px 22px 17px 22px;
  z-index: 1;
  background: transparent;
  border-radius: 0px;
  border: none;
  transition: all 0.4s;
  color: #10002B;
  background: #F6D06D;
  overflow: hidden;
}
.theme-btn13::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #21665A;
  border-radius: 0px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.theme-btn13:hover {
  transition: all 0.4s;
  color: #fff;
}
.theme-btn13:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn14 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 16px 22px 16px 22px;
  z-index: 1;
  background: transparent;
  border-radius: 0px;
  border: none;
  transition: all 0.4s;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  overflow: hidden;
}
.theme-btn14::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #21665A;
  border-radius: 0px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.theme-btn14:hover {
  transition: all 0.4s;
  color: #fff;
  border: 1px solid #21665A;
}
.theme-btn14:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn15 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 18px 22px 18px 22px;
  z-index: 1;
  background: transparent;
  border-radius: 0px;
  border: none;
  transition: all 0.4s;
  color: #fff;
  background-color: var(--vtc-bg-main1);
  overflow: hidden;
}
.theme-btn15::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0B6C75;
  border-radius: 0px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.theme-btn15:hover {
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.theme-btn15:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn16 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 18px 22px 18px 22px;
  z-index: 1;
  background: transparent;
  border-radius: 0px;
  border: none;
  transition: all 0.4s;
  color: var(--vtc-text-title-1);
  background-color: var(--vtc-bg-white);
  overflow: hidden;
}
.theme-btn16::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0B6C75;
  border-radius: 0px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.theme-btn16:hover {
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.theme-btn16:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn17 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 17px 22px 17px 22px;
  z-index: 1;
  background: transparent;
  border-radius: 0px;
  border: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  background: transparent;
  overflow: hidden;
  border: 1px solid var(--vtc-text-white);
}
.theme-btn17::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0B6C75;
  border-radius: 0px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.theme-btn17:hover {
  transition: all 0.4s;
  color: var(--vtc-text-white);
  border: 1px solid #0B6C75;
}
.theme-btn17:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn18 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 18px 22px 18px 22px;
  z-index: 1;
  border-radius: 0px;
  border: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  background: var(--vtc-bg-main1);
  overflow: hidden;
  width: 100%;
}
.theme-btn18 img {
  transform: translateY(-2px);
}
.theme-btn18::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0B6C75;
  border-radius: 0px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.theme-btn18:hover {
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.theme-btn18:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn19 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 17px 22px 17px 22px;
  z-index: 1;
  background: transparent;
  border-radius: 0px;
  border: none;
  transition: all 0.4s;
  color: var(--vtc-text-title-1);
  background: transparent;
  overflow: hidden;
  border: 1px solid var(--vtc-text-title-1);
  width: 100%;
}
.theme-btn19 img {
  transition: all 0.4s;
}
.theme-btn19::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0B6C75;
  border-radius: 0px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.theme-btn19:hover {
  transition: all 0.4s;
  color: var(--vtc-text-white);
  border: 1px solid #0B6C75;
}
.theme-btn19:hover img {
  transform: all 0.4s;
  filter: brightness(0) invert(1);
}
.theme-btn19:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
.about1-images {
  position: relative;
  height: 680px;
}
@media (max-width: 767px) {
  .about1-images {
    height: 1000px;
  }
}
@media (max-width: 767px) {
  .about1-images .image2 {
    top: 360px;
  }
}
.about1-images .shape {
  left: -150px;
}

.about2-images .bg-shape {
  margin-left: 0;
  position: relative;
  top: -20px;
}
.about2-images .bg-shape .stop-color1 {
  stop-color: #F7F7FE;
}
.about2-images .bg-shape .stop-color2 {
  stop-color: #F7F7FE;
}

.about2-features .about-check-list ul li {
  display: flex;
  align-items: center;
}
.about2-features .about-check-list ul li span.check {
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background-color: var(--vtc-bg-main2);
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 6px;
}

.about3 .bottom-text {
  transition: all 0.4s;
}
.about3 .bottom-text:hover {
  transition: all 0.4s;
  color: #058C42;
}
.about3 .counter-box {
  position: absolute;
  bottom: 100px;
  left: -80px;
}
@media (max-width: 767px) {
  .about3 .counter-box {
    left: 0;
  }
}

.about-page-sec1 .bottom-text {
  transition: all 0.4s;
}
.about-page-sec1 .bottom-text:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.about-page-sec1 .counter-box {
  position: absolute;
  bottom: 100px;
  left: -80px;
}
@media (max-width: 767px) {
  .about-page-sec1 .counter-box {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-image3 {
    height: 300px;
  }
  .about3-image3 img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
  }
}

.about4-images-area {
  height: 517px;
}
@media (max-width: 767px) {
  .about4-images-area {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-images-area .image {
    margin-left: 70px;
  }
}
.about4-images-area .single-icon {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  line-height: 130px;
  text-align: center;
}
@media (max-width: 767px) {
  .about4-images-area .single-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
.about4-images-area .single-icon img {
  transition: all 0.4s;
}
.about4-images-area .single-icon:hover img {
  transition: all 0.4s;
  transform: scaleY(180deg);
}
.about4-images-area .single-icon.icon1 {
  border-radius: 50%;
  background: #10002B;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 50px;
  left: 0;
}
.about4-images-area .single-icon.icon2 {
  background-color: #C5F66E;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 205px;
  left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-images-area .single-icon.icon2 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about4-images-area .single-icon.icon2 {
    left: 0;
    top: 160px;
  }
}
.about4-images-area .single-icon.icon3 {
  background-color: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 30px;
  left: 0;
}

.about4-features .about-check-list ul li {
  display: flex;
  align-items: center;
}
.about4-features .about-check-list ul li span.check {
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background-color: var(--vtc-text-title-1);
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 6px;
}

.about-check-list5 ul li {
  display: flex;
  align-items: center;
}
.about-check-list5 ul li span.check {
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background-color: var(--vtc-bg-main5);
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 6px;
}

.our-values-box {
  display: flex;
  align-items: start;
  margin-top: 20px;
}
.our-values-box .icon {
  margin-right: 8px;
  margin-top: 4px;
}
.our-values-box .icon span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: var(--vtc-bg-main1);
  border-radius: 50%;
  border: 1px solid var(--vtc-bg-main1);
}

/*
 ::::::::::::::::::::::::::
  ABOUT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
.service-box1 {
  transition: all 0.4s;
  background-color: #fff;
  border-radius: 4px;
}
.service-box1 .image {
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
}
.service-box1 .image img {
  transition: all 0.4s;
}
.service-box1 .heading1 {
  padding: 24px;
}
.service-box1 .heading1 h4 a {
  transform: all 0.4s;
}
.service-box1 .heading1 h4 a:hover {
  transition: all 0.4s;
  color: #0B6C75;
}
.service-box1 .heading1 .learn {
  display: inline-block;
  overflow: hidden;
}
.service-box1 .heading1 .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.service-box1 .heading1 .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.service-box1 .heading1 .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.service-box1 .heading1 .learn:hover {
  color: #0B6C75;
}
.service-box1 .heading1 .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.service-box1 .heading1 .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.service-box1:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.service-box1:hover .image {
  position: relative;
}
.service-box1:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.service-box1:hover .heading1 .learn {
  color: #0B6C75;
}
.service-box1:hover .heading1 .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.service-box1:hover .heading1 .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.service2-single-slider {
  margin: 0px 15px;
  position: relative;
}
.service2-single-slider .image {
  overflow: hidden;
  border-radius: 8px;
}
.service2-single-slider .image img {
  width: 100%;
  transition: all 0.4s;
}
.service2-single-slider .heading-area {
  padding: 24px;
  background-color: var(--vtc-bg-main2);
  margin: 0px 24px;
  border-radius: 8px;
  position: absolute;
  bottom: 24px;
  width: 83%;
  transition: all 0.4s;
  transform: translateY(100px);
  opacity: 0;
}
.service2-single-slider .heading-area a:hover {
  color: #fff;
}
.service2-single-slider .heading-area .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.service2-single-slider .arrow {
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-main2);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(1.4) rotate(-45deg);
}
.service2-single-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background-image: url(../img/shapes/service7-box-after.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-60px) translateX(60px);
  transition: all 0.4s;
}
.service2-single-slider:hover {
  transition: all 0.4s;
}
.service2-single-slider:hover .heading-area {
  transition: all 0.4s;
  transform: translateY(0);
  opacity: 1;
}
.service2-single-slider:hover .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.service2-single-slider:hover .arrow {
  transition: all 0.6s;
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.service2-single-slider:hover::after {
  transition: all 0.4s;
  transform: translateY(0) translateX(0);
}

.service3-slider .slick-dots {
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-top: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-left: -62px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3-slider .slick-dots {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .service3-slider .slick-dots {
    bottom: -25px;
  }
}
.service3-slider .slick-dots li {
  margin: 0 0.25rem;
}
.service3-slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0px 5px;
  border: none;
  border-radius: 100%;
  background-color: #DEE0EC;
  text-indent: -9999px;
  position: relative;
}
.service3-slider .slick-dots button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 18px;
  width: 18px;
  border: 5px solid #DEE0EC;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.service3-slider .slick-dots li.slick-active button {
  background-color: var(--vtc-bg-main2);
}
.service3-slider .slick-dots li.slick-active button::after {
  opacity: 1;
  transition: all 0.4s;
}

.service3-tab-btns {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
}
.service3-tab-btns .nav button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  background: #F6F8FA;
  margin: 8px 0px;
  transition: all 0.4s;
}
.service3-tab-btns .nav button span.angle {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #058C42;
  border-radius: 50%;
  color: #F6F8FA;
  transition: all 0.4s;
}
.service3-tab-btns .nav button.active {
  background-color: #058C42;
  transition: all 0.4s;
}
.service3-tab-btns .nav button.active span.angle {
  background-color: #F6F8FA;
  color: #058C42;
  transition: all 0.4s;
}
.service3-tab-btns .nav button:hover {
  background-color: #058C42;
  transition: all 0.4s;
  color: #fff;
}
.service3-tab-btns .nav button:hover span.angle {
  background-color: #F6F8FA;
  color: #058C42;
  transition: all 0.4s;
}

.service3-tab-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px;
}
.service3-tab-content .image {
  overflow: hidden;
  border-radius: 8px;
}
.service3-tab-content .image img {
  transition: all 0.4s;
}
.service3-tab-content:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.service4-buttons {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-buttons {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .service4-buttons {
    text-align: start;
    margin-top: 20px;
  }
}

.service4-single-slider {
  border-radius: 8px;
  background: var(--Background, rgba(227, 236, 251, 0.5));
  padding: 24px;
  margin: 0px 10px;
}
.service4-single-slider .icon {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: var(--White-Color, #FFF);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  line-height: 50px;
  text-align: center;
}
.service4-single-slider .icon img {
  margin-left: 14px;
  padding-top: 13px;
}
.service4-single-slider .learn {
  display: inline-block;
  overflow: hidden;
  transition: all 0.4s;
}
.service4-single-slider .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.service4-single-slider .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.service4-single-slider .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.service4-single-slider .learn:hover {
  color: #0B6C75;
}
.service4-single-slider .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.service4-single-slider .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.service4-single-slider:hover .heading4 .learn {
  color: #0B6C75;
}
.service4-single-slider:hover .heading4 .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.service4-single-slider:hover .heading4 .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.service4-buttons button {
  border: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  border: 1px solid #10002B;
  background: transparent;
  border-radius: 50%;
  margin-left: 8px;
  transition: all 0.4s;
}
.service4-buttons button:hover {
  transition: all 0.4s;
  background: var(--vtc-bg-main4);
  border: 1px solid var(--vtc-bg-main4);
}

.service5-box {
  margin-top: 30px;
  padding: 24px;
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service5-box .icon {
  border-radius: 50px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #E8EDEC;
  transition: all 0.4s;
}
.service5-box h3 a {
  transition: all 0.4s;
  padding-top: 20px;
}
.service5-box p {
  padding: 16px 0px;
  transition: all 0.4s;
}
.service5-box .learn {
  transition: all 0.4s;
}
.service5-box .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.service5-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--vtc-bg-main5);
}
.service5-box:hover .heading5 h3 a {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}
.service5-box:hover .heading5 p {
  color: var(--vtc-text-pera-2);
  transition: all 0.4s;
}
.service5-box:hover .heading5 .learn {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}

.about-service-buttons {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-service-buttons {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-service-buttons {
    text-align: start;
    margin-top: 20px;
  }
}
.about-service-buttons button {
  border: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  border: 1px solid #10002B;
  background: transparent;
  border-radius: 50%;
  margin-left: 8px;
  transition: all 0.4s;
}
.about-service-buttons button:hover {
  transition: all 0.4s;
  background: var(--vtc-bg-main1);
  border: 1px solid var(--vtc-bg-main1);
  color: var(--vtc-bg-white);
}

.about-service-single-slider {
  border-radius: 0px;
  background: var(--vtc-text-white);
  padding: 24px;
  margin: 0px 10px;
  transition: all 0.4s;
}
.about-service-single-slider .icon {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: #EDECFC;
  line-height: 50px;
  text-align: center;
}
.about-service-single-slider .icon img {
  margin-left: 14px;
  padding-top: 13px;
}
.about-service-single-slider .learn {
  display: inline-block;
  overflow: hidden;
  transition: all 0.4s;
}
.about-service-single-slider .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.about-service-single-slider .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.about-service-single-slider .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.about-service-single-slider .learn:hover {
  color: #C5F66E;
}
.about-service-single-slider .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.about-service-single-slider .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.about-service-single-slider:hover {
  background-color: var(--vtc-bg-main1);
}
.about-service-single-slider:hover .heading4 h4 a {
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.about-service-single-slider:hover .heading4 p {
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.about-service-single-slider:hover .heading4 .learn {
  color: var(--vtc-text-white);
}
.about-service-single-slider:hover .heading4 .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.about-service-single-slider:hover .heading4 .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.research-box {
  transition: all 0.4s;
  background-color: #F1F5FD;
  border-radius: 7px;
  overflow: hidden;
}
.research-box .image {
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}
.research-box .image img {
  transition: all 0.4s;
}
.research-box .heading1 {
  padding: 24px;
}
.research-box .heading1 h4 a {
  transform: all 0.4s;
}
.research-box .heading1 h4 a:hover {
  transition: all 0.4s;
  color: #0B6C75;
}
.research-box .heading1 .learn {
  display: inline-block;
  overflow: hidden;
}
.research-box .heading1 .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.research-box .heading1 .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.research-box .heading1 .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.research-box .heading1 .learn:hover {
  color: #0B6C75;
}
.research-box .heading1 .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.research-box .heading1 .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.research-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.research-box:hover .image {
  position: relative;
}
.research-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.research-box:hover .heading1 .learn {
  color: #0B6C75;
}
.research-box:hover .heading1 .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.research-box:hover .heading1 .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

/*
 ::::::::::::::::::::::::::
  SERVICE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/
.choose4-box .icon {
  background-color: #F1F5FD;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}
.choose4-box:hover .icon {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main4);
}

/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta2-images {
  position: relative;
  height: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-images {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .cta2-images {
    margin-top: 40px;
  }
}
.cta2-images .image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.cta2-images .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.cta3 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta3 .cta3-btns {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3 .cta3-btns {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cta3 .cta3-btns {
    text-align: start;
    margin-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
.solution1 .images {
  position: relative;
}
.solution1 .images .image img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .images .image {
    height: 300px;
  }
  .solution1 .images .image img {
    width: auto;
  }
}
.solution1 .images::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/solution-img-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: scale(1.4);
  z-index: -2;
  animation-name: round-circle5;
  animation-duration: 72s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.solution1 .icon-boxs-all1 {
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .icon-boxs-all1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .solution1 .icon-boxs-all1 {
    margin-bottom: 50px;
  }
}
.solution1 .icon-boxs-all2 {
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .icon-boxs-all2 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .solution1 .icon-boxs-all2 {
    margin-top: 50px;
  }
}
.solution1 .icon-box {
  display: flex;
  align-items: center;
  margin-left: 58px;
  width: 325px;
}
.solution1 .icon-box.middle {
  margin: 100px 0px 100px 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .icon-box.middle {
    margin: 40px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .solution1 .icon-box.middle {
    margin: 40px 0px 40px 0px;
  }
}
.solution1 .icon-box.left .text {
  text-align: end;
}
.solution1 .icon-box.left .text a {
  transition: all 0.4s;
}
.solution1 .icon-box.left .text a:hover {
  transition: all 0.4s;
  color: #0B6C75;
}
.solution1 .icon-box.right .text {
  text-align: start;
}
.solution1 .icon-box.right .text a {
  transition: all 0.4s;
}
.solution1 .icon-box.right .text a:hover {
  transition: all 0.4s;
  color: #0B6C75;
}
.solution1 .icon-box.color1 .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #0B6C75;
  border-radius: 50%;
  margin-left: 16px;
  transition: all 0.4s;
}
.solution1 .icon-box.color1 .icon img {
  transition: all 0.4s;
}
.solution1 .icon-box.color1:hover .icon {
  background-color: #0B6C75;
  transition: all 0.4s;
}
.solution1 .icon-box.color1:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.solution1 .icon-box.color2 .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #10002B;
  border-radius: 50%;
  margin-left: 16px;
  transition: all 0.4s;
}
.solution1 .icon-box.color2 .icon img {
  transition: all 0.4s;
}
.solution1 .icon-box.color2:hover .icon {
  background-color: #0B6C75;
  transition: all 0.4s;
}
.solution1 .icon-box.color2:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.solution1 .icon-box.unic {
  margin-left: 100px;
  margin-right: -90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .icon-box.unic {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .solution1 .icon-box.unic {
    margin-right: 0;
    margin-left: 0;
  }
}
.solution1 .icon-box2 {
  display: flex;
  align-items: center;
  margin-right: 58px;
  width: 325px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .icon-box2 {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .solution1 .icon-box2 {
    margin-right: 0px;
  }
}
.solution1 .icon-box2.middle {
  margin: 100px 120px 100px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .icon-box2.middle {
    margin: 40px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .solution1 .icon-box2.middle {
    margin: 40px 0px 40px 0px;
  }
}
.solution1 .icon-box2.left .text {
  text-align: end;
}
.solution1 .icon-box2.left .text a {
  transition: all 0.4s;
}
.solution1 .icon-box2.left .text a:hover {
  transition: all 0.4s;
  color: #0B6C75;
}
.solution1 .icon-box2.right .text {
  text-align: start;
}
.solution1 .icon-box2.right .text a {
  transition: all 0.4s;
}
.solution1 .icon-box2.right .text a:hover {
  transition: all 0.4s;
  color: #0B6C75;
}
.solution1 .icon-box2.color1 .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #0B6C75;
  border-radius: 50%;
  margin-right: 16px;
  transition: all 0.4s;
}
.solution1 .icon-box2.color1 .icon img {
  transition: all 0.4s;
}
.solution1 .icon-box2.color1:hover .icon {
  background-color: #10002B;
  transition: all 0.4s;
}
.solution1 .icon-box2.color1:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.solution1 .icon-box2.color2 .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #10002B;
  border-radius: 50%;
  margin-right: 16px;
  transition: all 0.4s;
}
.solution1 .icon-box2.color2 .icon img {
  transition: all 0.4s;
}
.solution1 .icon-box2.color2:hover .icon {
  background-color: #0B6C75;
  transition: all 0.4s;
}
.solution1 .icon-box2.color2:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.solution1 .icon-box2.unic {
  margin-right: 80px;
  margin-left: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .icon-box2.unic {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .solution1 .icon-box2.unic {
    margin-right: 0;
    margin-left: 0;
  }
}

@keyframes round-circle5 {
  0% {
    transform: rotate(0deg) scale(1.4);
  }
  100% {
    transform: rotate(1000deg) scale(1.4);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  @keyframes round-circle5 {
    0% {
      transform: rotate(0deg) scale(1.1);
    }
    100% {
      transform: rotate(1000deg) scale(1.1);
    }
  }
}
@media (max-width: 767px) {
  @keyframes round-circle5 {
    0% {
      transform: rotate(0deg) scale(1.1);
    }
    100% {
      transform: rotate(1000deg) scale(1.1);
    }
  }
}
.video-area1 {
  min-height: 550px;
  border-radius: 8px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  background-attachment: fixed;
}

.process-bottom-box {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 60px;
  padding: 24px 32px;
  transition: all 0.4s;
}
.process-bottom-box .icon {
  background-color: #F1F5FD;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.4s;
}
.process-bottom-box .icon img {
  transition: all 0.4s;
}
.process-bottom-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.process-bottom-box:hover .icon {
  background-color: #0B6C75;
  transition: all 0.4s;
}
.process-bottom-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
  filter: brightness(0) invert(1);
}

.circle-progress-box2 .progresbar {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.circle-progress-box2 .progressbar {
  width: 150px;
  height: 150px;
  text-align: center;
}
.circle-progress-box2 .circle {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 1;
}
.circle-progress-box2 .circle canvas {
  vertical-align: middle;
  border-radius: 50%;
}
.circle-progress-box2 .circle div {
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  margin-top: 15px;
}
.circle-progress-box2 .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.circle-progress-box2 .circle span {
  display: block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.circle-progress-box2 .circle:before {
  position: absolute;
  top: 65%;
  right: 17%;
  font-size: 15px;
  font-weight: bold;
  color: #3B32F6;
}

.research .image-container {
  flex: 1;
  text-align: center;
  position: relative;
  height: 525px;
}
.research .image-container:nth-child(2) {
  margin-bottom: 0;
}
.research .image-container .image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  opacity: 0;
  transform: rotateY(54deg);
}
.research .image-container .image .shape {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
}
.research .image-container .image.active {
  opacity: 1;
  transition: all 0.5s;
  transform: rotateY(0deg);
}
.research .list-container {
  flex: 1;
  padding-left: 20px;
}
.research .list-container ul {
  list-style: none;
}
.research .list-container li {
  padding: 28px 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #6C757D;
}
.research .list-container li span {
  display: inline-block;
  transform: rotate(-45deg);
}
.research .list-container li:nth-last-child(1) {
  border-bottom: 1px solid #6C757D;
}
.research .list-container li:hover {
  color: var(--vtc-bg-main2);
}

.fact3-images {
  left: 0;
  height: 460px;
}
.fact3-images::after {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  width: 45%;
  height: 100%;
  background-image: url(../img/others/fact3-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fact3-images::after {
    width: 90%;
    margin: 0px 40px;
  }
}
@media (max-width: 767px) {
  .fact3-images::after {
    width: 80%;
    margin: 0px 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fact3-images {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .fact3-images {
    height: 250px;
  }
}
.fact3-images .arrow {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 82px;
  left: 42%;
  transition: all 0.3s;
  z-index: 5;
  margin-left: -11px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fact3-images .arrow {
    bottom: 143px;
    left: 42%;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fact3-images .arrow {
    left: auto;
    right: 30px;
    bottom: auto;
    top: 413px;
  }
}
@media (max-width: 767px) {
  .fact3-images .arrow {
    left: auto;
    right: 20px;
    bottom: auto;
    top: 250px;
  }
}

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
 .contact-time ul {
  margin-top: 5px;
  margin-bottom: 20px;
}
.contact-time ul li {
  display: inline-block;
  margin-right: 40px;
}
.contact-time ul li img {
  transform: translateY(-2px);
}

.contact-box-p {
  display: flex;
  align-items: center;
}
.contact-box-p .icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #E0E3FA;
  transition: all 0.4s;
}
.contact-box-p .icon img {
  transition: all 0.4s;
}
.contact-box-p a {
  transition: all 0.4s;
}
.contact-box-p a:hover {
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
}
.contact-box-p:hover {
  transition: all 0.4s;
}
.contact-box-p:hover .icon {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
}
.contact-box-p:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
  filter: brightness(0) invert(1);
}

.contact-form {
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.contact-form .single-input label {
  color: var(--Text-Color, #10002B);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  margin-bottom: 0px;
}
.contact-form .single-input input, .contact-form .single-input textarea {
  padding: 15px;
  border: none;
  border: 0px;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #EAEBEB;
}
.contact-form .single-input input:focus, .contact-form .single-input textarea:focus {
  outline: none;
}
.contact-form .single-input input::-moz-placeholder, .contact-form .single-input textarea::-moz-placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.contact-form .single-input input::placeholder, .contact-form .single-input textarea::placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}

.contact-map-page iframe {
  width: 100%;
  margin-bottom: -7px;
  height: 600px;
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero1-slider {
  position: relative;
}
.hero1-slider .slick-dots {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: 0px;
  list-style-type: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-slider .slick-dots {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-slider .slick-dots {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hero1-slider .slick-dots {
    display: none !important;
  }
}
.hero1-slider .slick-dots li {
  margin: 0 0.25rem;
}
.hero1-slider .slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 16px 0px;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
  position: relative;
}
.hero1-slider .slick-dots button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 16px;
  width: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.hero1-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.hero1-slider .slick-dots li.slick-active button::after {
  opacity: 1;
  transition: all 0.4s;
}
.hero1-slider .slick-dots::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -83px;
  height: 100px;
  width: 2px;
  background-image: url(../img/shapes/hero1-dots-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.hero1-slider .slick-dots::before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -83px;
  height: 100px;
  transform: rotate(180deg);
  width: 2px;
  background-image: url(../img/shapes/hero1-dots-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.hero1-bg1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero1-bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  transform: scale(1);
  transition: all 5s;
}

.hero1-bg2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero1-bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  transform: scale(1);
  transition: all 5s;
}

.hero1-bg3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero1-bg3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  transform: scale(1);
  transition: all 5s;
}

.hero1-single-slider {
  min-height: 943px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-single-slider {
    min-height: 850px;
  }
}
@media (max-width: 767px) {
  .hero1-single-slider {
    min-height: 1060px;
  }
}
.hero1-single-slider .main-image {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(200px);
  transition: all 3s;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-single-slider .main-image {
    top: auto;
    bottom: 60px;
    height: 400px;
    right: auto;
    left: 30px;
  }
  .hero1-single-slider .main-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero1-single-slider .main-image {
    top: auto;
    bottom: 60px;
    height: 300px;
    right: auto;
    left: 30px;
  }
  .hero1-single-slider .main-image img {
    width: 100%;
  }
}
.hero1-single-slider .main-heading1 {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-single-slider .main-heading1 {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero1-single-slider .main-heading1 {
    margin-top: 150px;
  }
}
.hero1-single-slider .main-heading1 .buttons a:nth-child(2) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero1-single-slider .main-heading1 .buttons a:nth-child(2) {
    margin-left: 0px;
    margin-right: 80px;
    margin-top: 16px;
  }
}
.hero1-single-slider .main-heading1 h1 {
  transform: translateX(-200px);
  transition: all 1.6s;
  opacity: 0;
}
.hero1-single-slider .main-heading1 p {
  transform: translateX(-300px);
  transition: all 2s;
  opacity: 0;
}
.hero1-single-slider .main-heading1 .buttons {
  transform: translateX(-300px);
  transition: all 2s;
  opacity: 0;
}
.hero1-single-slider.slick-current.slick-active::after {
  transition: 5s;
  transform: scale(1.3);
}
.hero1-single-slider.slick-current.slick-active .main-image {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0px);
  transition: all 3s;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-single-slider.slick-current.slick-active .main-image {
    top: auto;
    bottom: 60px;
    height: 400px;
    right: auto;
    left: 30px;
  }
  .hero1-single-slider.slick-current.slick-active .main-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero1-single-slider.slick-current.slick-active .main-image {
    top: auto;
    bottom: 30px;
    height: 300px;
    right: auto;
    left: 30px;
    margin-top: 40px;
  }
  .hero1-single-slider.slick-current.slick-active .main-image img {
    width: 100%;
  }
}
.hero1-single-slider.slick-current.slick-active .main-heading1 h1 {
  transform: translateX(0px);
  transition: all 1.6s;
  opacity: 1;
}
.hero1-single-slider.slick-current.slick-active .main-heading1 p {
  transform: translateX(0px);
  transition: all 2s;
  opacity: 1;
}
.hero1-single-slider.slick-current.slick-active .main-heading1 .buttons {
  transform: translateX(0px);
  transition: all 2s;
  opacity: 1;
}

.hero2 {
  min-height: 750px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .main-heading {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .hero2 .main-heading {
    padding-top: 80px;
  }
}
.hero2 .main-heading span.span1 {
  display: inline-block;
}
.hero2 .main-heading span.span1 img {
  transform: translateY(-3px);
  margin-right: 3px;
}
.hero2 .main-images {
  margin-right: -110px;
  margin-top: 200px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .main-images {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hero2 .main-images {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.hero2 .main-images .shape {
  position: absolute;
  bottom: 140px;
  left: -30px;
}

.hero3 {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1331px;
}
.hero3 .main-heading {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .hero3 .main-heading {
    padding-top: 80px;
  }
}
.hero3 .main-image-area {
  margin-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .main-image-area {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .hero3 .main-image-area {
    margin-top: 60px;
  }
}
.hero3 .main-image-area .arrow {
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #058C42;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 4px;
  right: 8px;
  z-index: 2;
  transition: all 0.3s;
  transform: rotate(-45deg);
}

.hero3-learn-btn {
  color: var(--2nd, #058C42);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
  position: relative;
  display: inline-block;
}
.hero3-learn-btn.lisin1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 2px;
  width: 200px;
  background-color: #058C42;
}
.hero3-learn-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 80%;
  background-color: #058C42;
}
.hero3-learn-btn img {
  transition: all 0.4s;
}
.hero3-learn-btn:hover {
  transition: all 0.4s;
  color: var(--2nd, #058C42);
}
.hero3-learn-btn:hover img {
  transform: translateX(5px);
}

.hero3-smoll-all-images {
  position: relative;
  height: 620px;
  margin-right: -100px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-smoll-all-images {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .hero3-smoll-all-images {
    margin-right: 0px;
    height: 400px;
  }
}
.hero3-smoll-all-images .image1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero3-smoll-all-images .image1 {
    height: 200px;
  }
}
.hero3-smoll-all-images .image2 {
  position: absolute;
  top: 0;
  left: 170px;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero3-smoll-all-images .image2 {
    height: 200px;
    left: 80px;
  }
}
.hero3-smoll-all-images .image3 {
  position: absolute;
  right: 0;
  top: 150px;
}
@media (max-width: 767px) {
  .hero3-smoll-all-images .image3 {
    height: 200px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.hero3-benar .marquee-wrap {
  background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color));
  background: #058C42;
  width: 100%;
  position: relative;
  margin-top: 0px;
}
.hero3-benar .marquee-wrap .brand-single-box img {
  width: 200px;
  padding: 0px 30px;
}
.hero3-benar .marquee-wrap, .hero3-benar .marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}
.hero3-benar .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero3-benar .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero3-benar .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}

.hero3-bottom-right {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-bottom-right {
    padding-bottom: 30px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .hero3-bottom-right {
    padding-bottom: 30px;
    padding-left: 0;
  }
}
.hero3-bottom-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-bottom-right::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero3-bottom-right::after {
    display: none;
  }
}

.hero4 {
  min-height: 866px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.hero4-images {
  position: relative;
  height: 550px;
  text-align: end;
  margin-left: 70px;
  margin-right: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-images {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero4-images {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .hero4-images .shape {
    height: 60px;
  }
}

.hero5-slider {
  position: relative;
}
.hero5-slider .slick-dots {
  margin: 0;
  position: absolute;
  top: 57.5%;
  left: 16%;
  margin-top: 0px;
  list-style-type: none;
  display: flex;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero5-slider .slick-dots {
    left: 5%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero5-slider .slick-dots {
    left: 9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-slider .slick-dots {
    left: 5%;
    top: 66%;
  }
}
@media (max-width: 767px) {
  .hero5-slider .slick-dots {
    left: 5%;
    top: 71%;
  }
}
.hero5-slider .slick-dots li {
  margin: 0 0.5rem;
}
.hero5-slider .slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 16px 0px;
  border: none;
  border-radius: 100%;
  background-color: rgba(246, 207, 109, 0.5019607843);
  text-indent: -9999px;
  position: relative;
}
.hero5-slider .slick-dots button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 16px;
  width: 16px;
  border: 1px solid #F6D06D;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.hero5-slider .slick-dots li.slick-active button {
  background-color: #F6D06D;
}
.hero5-slider .slick-dots li.slick-active button::after {
  opacity: 1;
  transition: all 0.4s;
}

.hero5-bg1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero5-bg1.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  transform: scale(1);
  transition: all 5s;
}

.hero5-bg2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero5-bg2.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  transform: scale(1);
  transition: all 5s;
}

.hero5-bg3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero5-bg3.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  transform: scale(1);
  transition: all 5s;
}

.hero5-single-slider {
  min-height: 1200px;
  position: relative;
}
.hero5-single-slider p.slider-prog {
  color: var(--White-Color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  padding-left: 78px;
  transform: translateX(0);
  margin-top: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-single-slider {
    min-height: 800px;
  }
}
@media (max-width: 767px) {
  .hero5-single-slider {
    min-height: 970px;
  }
}
.hero5-single-slider .main-image {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(200px);
  transition: all 3s;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-single-slider .main-image {
    top: auto;
    bottom: 60px;
    height: 400px;
    right: auto;
    left: 30px;
  }
  .hero5-single-slider .main-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero5-single-slider .main-image {
    top: auto;
    bottom: 60px;
    height: 300px;
    right: auto;
    left: 30px;
  }
  .hero5-single-slider .main-image img {
    width: 100%;
  }
}
.hero5-single-slider .main-heading1 {
  overflow: hidden;
  margin-top: 260px;
}
.hero5-single-slider .main-heading1 span.span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-single-slider .main-heading1 {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero5-single-slider .main-heading1 {
    margin-top: 150px;
  }
}
.hero5-single-slider .main-heading1 .buttons a:nth-child(2) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero5-single-slider .main-heading1 .buttons a:nth-child(2) {
    margin-left: 0;
    margin-top: 12px;
    margin-right: 12px;
  }
}
.hero5-single-slider .main-heading1 h1 {
  transform: translateX(-200px);
  transition: all 1.6s;
  opacity: 0;
}
.hero5-single-slider .main-heading1 p {
  transform: translateX(-300px);
  transition: all 2s;
  opacity: 0;
}
.hero5-single-slider .main-heading1 .buttons {
  transform: translateX(-300px);
  transition: all 2s;
  opacity: 0;
}
.hero5-single-slider.slick-current.slick-active::after {
  transition: 5s;
}
.hero5-single-slider.slick-current.slick-active p.slider-prog {
  transform: translateX(0);
}
.hero5-single-slider.slick-current.slick-active .main-image {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0px);
  transition: all 3s;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-single-slider.slick-current.slick-active .main-image {
    top: auto;
    bottom: 60px;
    height: 400px;
    right: auto;
    left: 30px;
  }
  .hero5-single-slider.slick-current.slick-active .main-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero5-single-slider.slick-current.slick-active .main-image {
    top: auto;
    bottom: 30px;
    height: 300px;
    right: auto;
    left: 30px;
    margin-top: 40px;
  }
  .hero5-single-slider.slick-current.slick-active .main-image img {
    width: 100%;
  }
}
.hero5-single-slider.slick-current.slick-active .main-heading1 h1 {
  transform: translateX(0px);
  transition: all 1.6s;
  opacity: 1;
}
.hero5-single-slider.slick-current.slick-active .main-heading1 p {
  transform: translateX(0px);
  transition: all 2s;
  opacity: 1;
}
.hero5-single-slider.slick-current.slick-active .main-heading1 .buttons {
  transform: translateX(0px);
  transition: all 2s;
  opacity: 1;
}

.hero5-logo-slider-area {
  margin-top: -160px;
  margin-bottom: 100px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-logo-slider-area {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hero5-logo-slider-area {
    margin-top: 40px;
  }
}

.hero5-logo-slider .single {
  width: 200px;
}
.hero5-logo-slider .single img {
  width: 100px;
}

.common-hero {
  min-height: 400px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-hero .common-hero-heading {
  padding-top: 175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero .common-hero-heading {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .common-hero .common-hero-heading {
    padding-top: 180px;
  }
}
.common-hero .common-hero-heading .page-change {
  padding-top: 12px;
}
.common-hero .common-hero-heading .page-change .arrow {
  padding: 0px 3px;
}
.common-hero .common-hero-heading .page-change a {
  transition: all 0.4s;
}
.common-hero .common-hero-heading .page-change a:hover {
  transition: all 0.4s;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .common-hero {
    min-height: 500px;
  }
}

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  PRICING AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 PRICING AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  sidebar area css
 ::::::::::::::::::::::::::
 */
 /* Search Container Styling */
 .search-container4 {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #C5F66E;
  border-radius: 53px;
  margin-right: 12px;
  transition: all 0.4s;
  padding-left: 2px;
  /* Hidden input initially */
  /* Search Button and Icon */
  /* Results Section */
  /* When the input is active */
  /* Close Icon */
  /* Animation for close and search icons */
}
.search-container4:hover {
  background-color: #A1DB39;
}
.search-container4 #search-bar {
  padding: 10px;
  width: 0px;
  border: none;
  border-radius: 25px;
  outline: none;
  font-size: 16px;
  transition: width 0.4s ease, opacity 0.4s ease;
}
.search-container4 #search-bar::-moz-placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
}
.search-container4 #search-bar::placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
}
.search-container4 .hidden {
  width: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.search-container4 .search-icon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  height: 50px;
  width: 50px;
}
.search-container4 .search-icon img {
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}
.search-container4 #results {
  margin-top: 20px;
  text-align: center;
}
.search-container4 #search-bar.active {
  width: 240px;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s;
}
.search-container4 #close-icon {
  display: none;
}
.search-container4 #search-toggle.active #search-icon {
  opacity: 0;
}
.search-container4 #search-toggle.active #close-icon {
  display: block;
  opacity: 1;
}
.search-container4 #search-icon.hidden,
.search-container4 #close-icon.hidden {
  opacity: 0;
}

/*
::::::::::::::::::::::::::
 sidebar area css
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
.preloader-sec {
  position: fixed;
  z-index: 99999;
  /* világos, steril, majdnem fehér háttér */
  background: linear-gradient(
    135deg,
    #f8fbfb 0%,
    #f2f8f8 45%,
    #ecf4f4 70%,
    #e6f0f0 100%
    );
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(255,255,255,0.55) 0%,
    rgba(255,255,255,0.18) 30%,
    rgba(255,255,255,0) 60%
    );
  pointer-events: none;
}
.preloader-sec u {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border-top: 4px solid #00A39A;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  animation: 2s Rotate linear infinite;
  color: #fff;
  line-height: 128px;
  text-align: center;
  text-decoration: none;
}
@keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader-sec u:before,
.preloader-sec u:after {
  display: block;
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  top: -5px;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
}
.preloader-sec .app-loader img {
  width: 120px;
  margin-top: 14px;
}
.preloader-sec u:before {
  border-top: 4px solid #006A77; /* közép árnyalat */
  transform: rotate(180deg);
}
.preloader-sec u:after {
  border-top: 4px solid #003F54; /* sötét petrolkék */
  transform: rotate(240deg);
}
.preloader-sec u i {
  animation: 8s deRotate linear infinite;
  -webkit-animation: 8s deRotate linear infinite;
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  top: -5px;
  left: 0;
}
@keyframes deRotate {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.preloader-sec .app-loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin-top: -60px;
}

.preloader-sec .app-loader svg path {
  transform-origin: 50% 0;
  fill: #fff;
}
@keyframes skew {
  0% {
    transform: skewY(0deg);
  }
  25% {
    transform: skewY(2deg);
  }
  75% {
    transform: skewY(-2deg);
  }
  100% {
    transform: skewY(0deg);
  }
}
@keyframes pop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(0, -0.5rem);
  }
}
.preloader-sec #path3859 {
  animation: pop 2s infinite;
}

.preloader-sec #path3728 {
  fill: #00A39A; /* ikon szín */
  animation: skew 1s infinite;
}

.preloader-sec #path3857 {
  animation: pop 3.5s infinite;
}
.preloader-sec #path3855 {
  animation: pop 2.5s infinite;
}

/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CASE AREA CSS
::::::::::::::::::::::::::
*/
.case4-single-item {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.case4-single-item .arrow {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--vtc-bg-main4);
  border-radius: 50%;
  color: var(--vtc-text-title-1);
  font-size: 20px;
  transform: rotate(20deg) scale(1.4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 2;
  transition: all 0.4s;
  opacity: 0;
}
.case4-single-item .arrow:hover {
  background-color: #A6DE4B;
  transition: all 0.4s;
}
.case4-single-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.4s;
}
.case4-single-item .image {
  overflow: hidden;
  border-radius: 8px;
  height: 310px;
}
.case4-single-item .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 310px;
  transform: scale(1.2);
  transition: all 0.4s;
}
.case4-single-item:hover {
  transition: all 0.4s;
}
.case4-single-item:hover .arrow {
  transform: scale(1) rotate(-45deg);
  transition: all 0.4s;
  opacity: 1;
}
.case4-single-item:hover::after {
  transform: scale(1);
  transition: all 0.4s;
  opacity: 0.5;
  transition: all 0.4s;
}
.case4-single-item:hover .image img {
  transition: all 0.4s;
  transform: scale(1);
}

/*
 ::::::::::::::::::::::::::
  CASE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
.team-box1 {
  transition: all 0.4s;
}
.team-box1 .image-area {
  position: relative;
  overflow: hidden;
}
.team-box1 .image-area .image {
  overflow: hidden;
  border-radius: 8px;
}
.team-box1 .image-area .image img {
  transition: all 0.4s;
  width: 100%;
  z-index: 2;
}
.team-box1 .image-area .arrow {
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-main2);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(1.4) rotate(-45deg);
  z-index: 3;
}
.team-box1 .image-area .icons {
  position: absolute;
  left: 30px;
  bottom: 70px;
  z-index: 2;
  transform: translateX(-90px);
  opacity: 0;
  transition: all 0.4s;
}
.team-box1 .image-area .icons ul li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #10002B;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px 0px;
  transition: all 0.4s;
}
.team-box1 .image-area .icons ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main2);
  color: #fff;
}
.team-box1 .image-area::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background-image: url(../img/shapes/team-box-after.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-60px) translateX(60px);
  transition: all 0.4s;
  z-index: 2;
}
.team-box1:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team-box1:hover .image-area .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.team-box1:hover .image-area::after {
  transition: all 0.4s;
  transform: translateY(0) translateX(0);
}
.team-box1:hover .image-area .arrow {
  transition: all 0.6s;
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.team-box1:hover .image-area .icons {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.4s;
}

.team-box3 {
  transition: all 0.4s;
}
.team-box3 .image-area {
  position: relative;
  overflow: hidden;
}
.team-box3 .image-area .image {
  overflow: hidden;
  border-radius: 8px;
}
.team-box3 .image-area .image img {
  transition: all 0.4s;
  width: 100%;
  z-index: 2;
}
.team-box3 .image-area .arrow {
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #058C42;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(1.4) rotate(-45deg);
  z-index: 3;
}
.team-box3 .image-area .icons {
  position: absolute;
  left: 30px;
  bottom: 70px;
  z-index: 2;
  transform: translateX(-90px);
  opacity: 0;
  transition: all 0.4s;
}
.team-box3 .image-area .icons ul li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #10002B;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px 0px;
  transition: all 0.4s;
}
.team-box3 .image-area .icons ul li a:hover {
  transition: all 0.4s;
  background-color: #058C42;
  color: #fff;
}
.team-box3 .image-area::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background-image: url(../img/shapes/team-box-after.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-60px) translateX(60px);
  transition: all 0.4s;
  z-index: 2;
}
.team-box3:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team-box3:hover .image-area .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.team-box3:hover .image-area::after {
  transition: all 0.4s;
  transform: translateY(0) translateX(0);
}
.team-box3:hover .image-area .arrow {
  transition: all 0.6s;
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.team-box3:hover .image-area .icons {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.4s;
}

.team-box4 {
  transition: all 0.4s;
}
.team-box4 .image-area {
  position: relative;
  overflow: hidden;
}
.team-box4 .image-area .image {
  overflow: hidden;
  border-radius: 8px;
}
.team-box4 .image-area .image img {
  transition: all 0.4s;
  width: 100%;
  z-index: 2;
}
.team-box4 .image-area .icons {
  position: absolute;
  left: 30px;
  bottom: 70px;
  z-index: 2;
  transform: translateX(-90px);
  opacity: 0;
  transition: all 0.4s;
}
.team-box4 .image-area .icons ul li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: var(--vtc-text-title-1);
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px 0px;
  transition: all 0.4s;
}
.team-box4 .image-area .icons ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main4);
  color: var(--vtc-text-title-1);
}
.team-box4:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team-box4:hover .image-area .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.team-box4:hover .image-area .icons {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.4s;
}

.team-box5 {
  transition: all 0.4s;
}
.team-box5 .image-area {
  position: relative;
  overflow: hidden;
}
.team-box5 .image-area .image {
  overflow: hidden;
  border-radius: 0px;
}
.team-box5 .image-area .image img {
  transition: all 0.4s;
  width: 100%;
  z-index: 2;
  transform: scale(1.1);
}
.team-box5 .image-area .icons {
  position: absolute;
  left: 30px;
  bottom: 70px;
  z-index: 2;
  transform: translateX(-90px);
  opacity: 0;
  transition: all 0.4s;
}
.team-box5 .image-area .icons ul li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: var(--vtc-text-title-1);
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px 0px;
  transition: all 0.4s;
}
.team-box5 .image-area .icons ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main5);
  color: var(--vtc-text-white);
}
.team-box5:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team-box5:hover .image-area .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.team-box5:hover .image-area .icons {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.4s;
}

.about-team-box {
  transition: all 0.4s;
}
.about-team-box .image-area {
  position: relative;
  overflow: hidden;
}
.about-team-box .image-area .image {
  overflow: hidden;
  border-radius: 0px;
}
.about-team-box .image-area .image img {
  transition: all 0.4s;
  width: 100%;
  z-index: 2;
  transform: scale(1.1);
}
.about-team-box .image-area .icons {
  position: absolute;
  left: 30px;
  bottom: 70px;
  z-index: 2;
  transform: translateX(-90px);
  opacity: 0;
  transition: all 0.4s;
}
.about-team-box .image-area .icons ul li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: var(--vtc-text-title-1);
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px 0px;
  transition: all 0.4s;
}
.about-team-box .image-area .icons ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}
.about-team-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.about-team-box:hover .image-area .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.about-team-box:hover .image-area .icons {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.4s;
}

.team-details-area .heading {
  padding: 24px;
}
.team-details-area .heading .reating li {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 6px;
}
.team-details-area .heading .reating .star {
  color: var(--vtc-bg-main1);
}
.team-details-area .heading .reating .text {
  color: var(--Text-Color, #10002B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.team-details-area .heading .team-details-list ul li {
  color: var(--Text-Color, #10002B);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  padding-top: 16px;
}
.team-details-area .heading .team-details-list ul li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: var(--vtc-bg-main1);
  border-radius: 50%;
  border: 1px solid var(--vtc-bg-main1);
  transform: translateY(-2px);
  margin-right: 4px;
}
.team-details-area .heading .social {
  margin: 20px 0px 28px 0px;
}
.team-details-area .heading .social ul li {
  display: inline-block;
}
.team-details-area .heading .social ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #E0E3FA;
  border-radius: 50%;
  color: var(--vtc-text-title-1);
  transition: all 0.4s;
  margin-right: 5px;
}
.team-details-area .heading .social ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-white);
  background-color: var(--vtc-bg-main1);
}

/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.tes1-slider-all {
  padding-top: 30px;
  margin-top: 60px;
}
.tes1-slider-all .slick-list {
  position: relative;
  display: block;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.tes1-slider-all .slick-dots {
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-top: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes1-slider-all .slick-dots {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .tes1-slider-all .slick-dots {
    bottom: -25px;
  }
}
.tes1-slider-all .slick-dots li {
  margin: 0 0.25rem;
}
.tes1-slider-all .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0px 5px;
  border: none;
  border-radius: 100%;
  background-color: #E3ECFB;
  text-indent: -9999px;
  position: relative;
}
.tes1-slider-all .slick-dots button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 18px;
  width: 18px;
  border: 1px solid #0B6C75;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.tes1-slider-all .slick-dots li.slick-active button {
  background-color: #0B6C75;
}
.tes1-slider-all .slick-dots li.slick-active button::after {
  opacity: 1;
  transition: all 0.4s;
}

.single-slider1 {
  background-color: #F1F5FD;
  border-radius: 8px;
  padding: 32px;
  margin: 0px 10px;
  opacity: 0.5;
}
.single-slider1 .qute {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #0B6C75;
  border-radius: 50%;
  margin-top: -70px;
  padding-top: 23px;
  padding-left: 16px;
  box-shadow: 0px 4px 20px 0px rgba(47, 128, 237, 0.25);
}
.single-slider1 a {
  transition: all 0.4s;
}
.single-slider1 a:hover {
  color: #0B6C75;
  transition: all 0.4s;
}
.single-slider1.slick-active {
  opacity: 1;
  transition: all 0.4s;
}

.tes2-images {
  position: relative;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes2-images {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tes2-images {
    margin-top: 30px;
  }
}
.tes2-images .shape {
  position: absolute;
  top: 100px;
  left: 0;
}
.tes2-images .image {
  margin-left: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes2-images .image {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .tes2-images .image {
    margin-left: 0px;
  }
}
.tes2-images .image img {
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tes2-single-slider {
    margin: 0px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes2-buttons {
    text-align: center;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .tes2-buttons {
    text-align: center;
    margin-top: 40px;
  }
}
.tes2-buttons button {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1647058824);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes2-buttons button {
    position: static;
  }
}
@media (max-width: 767px) {
  .tes2-buttons button {
    position: static;
  }
}
.tes2-buttons button:hover {
  transition: all 0.4s;
  background-color: #fff;
  color: #10002B;
}
.tes2-buttons .tes2-prev-arrow {
  left: -60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tes2-buttons .tes2-prev-arrow {
    left: 0;
  }
}
.tes2-buttons .tes2-next-arrow {
  right: -60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tes2-buttons .tes2-next-arrow {
    right: 0;
  }
}

.testimonial3-section-area {
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-header-area {
    margin-bottom: 30px;
  }
}
.testimonial3-section-area .testimonial-header-area h5 {
  background: var(--ztc-bg-bg-19);
  color: var(--ztc-bg-bg-17);
}
.testimonial3-section-area .testimonial-header-area h2 {
  color: var(--ztc-text-text-1);
}
.testimonial3-section-area .single-testimonial {
  cursor: move;
  margin-top: 32px;
}
.testimonial3-section-area .author-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial3-section-area .author-area .image {
  width: 60px;
}
.testimonial3-section-area .author-area .heading {
  text-align: start;
}
.testimonial3-section-area .author-area .heading p {
  color: rgba(255, 255, 255, 0.7725490196);
}
.testimonial3-section-area .author-area .heading a {
  padding-bottom: 12px;
  display: inline-block;
}
.testimonial3-section-area .author-area .heading a:hover {
  color: #fff;
}
.testimonial3-section-area .testimonial-nav {
  width: 536px;
  margin: 0 auto;
  padding-left: 25px;
  height: 70px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-nav {
    padding-left: 0;
  }
}
.testimonial3-section-area .testimonial-sliders {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial3-section-area .testimonial-arrows > div {
  position: absolute;
  top: 40%;
  left: -120px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows > div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows > div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}
.testimonial3-section-area .testimonial-arrows .slick-arrow button {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: none;
  border-radius: 50px;
  transition: all 0.3s;
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.1843137255);
}
.testimonial3-section-area .testimonial-arrows .testimonial-next-arrow {
  left: auto;
  right: -120px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}
.testimonial3-section-area .testimonial-arrows .slick-arrow button:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #058C42;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide {
  visibility: hidden;
  height: 80px !important;
  width: 80px !important;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active,
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  visibility: visible;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active {
  opacity: 0.6;
  transition: all 0.1s;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  opacity: 1;
  transition: all 0.1s;
  margin: 0px 8px;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide img {
  display: block;
  border-radius: 50%;
  transition: all 0.1s;
  transform: scale(0.8);
  height: 80px;
  width: 80px !important;
  width: auto;
  margin: 0 auto;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-center img {
  transition: all 0.1s;
  transform: scale(1);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.603);
  border-radius: 50%;
}

.tes4-single-slider {
  border-radius: 8px;
  border: 1px solid #EAEBEB;
  padding: 24px;
  margin: 0px 10px;
  transition: all 0.4s;
}
.tes4-single-slider p {
  transition: all 0.4s;
}
.tes4-single-slider .review-stars ul {
  padding-top: 6px;
}
.tes4-single-slider .review-stars ul li {
  color: #FFAD0F;
  display: inline-block;
  font-size: 16px;
}
.tes4-single-slider:hover {
  transition: all 0.4s;
  background: var(--Foundation-Blue-White, #FFF);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
.tes4-single-slider:hover p {
  color: #10002B;
  transition: all 0.4s;
}

.tes4-slider-all .slick-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0px 0px 0px;
  list-style-type: none;
}
.tes4-slider-all .slick-dots button {
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #F1F5FD;
  border: 8px solid #fff;
  text-indent: -9999px;
}
.tes4-slider-all .slick-dots li.slick-active button {
  background-color: #0B6C75;
  border: 8px solid #F1F5FD;
}

.tes4-buttons button {
  border: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  border: 1px solid #10002B;
  background: transparent;
  border-radius: 50%;
  margin-left: 8px;
  transition: all 0.4s;
}
.tes4-buttons button:hover {
  transition: all 0.4s;
  background: var(--vtc-bg-main4);
  border: 1px solid var(--vtc-bg-main4);
}

.tes5-slider-all .slick-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0px 0px 0px;
  list-style-type: none;
}
.tes5-slider-all .slick-dots button {
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #D1DBD9;
  border: 8px solid #fff;
  text-indent: -9999px;
}
.tes5-slider-all .slick-dots li.slick-active button {
  background-color: #174940;
  border: 8px solid #D1DBD9;
}

.tes5-single {
  padding: 24px;
  background-color: #FAF7F5;
  margin: 0px 10px;
  transition: all 0.4s;
}
.tes5-single .qoute img {
  transition: all 0.4s;
}
.tes5-single p {
  transition: all 0.4s;
}
.tes5-single .bottom a {
  transition: all 0.4s;
}
.tes5-single:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main5);
}
.tes5-single:hover .qoute img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
  opacity: 0.6;
}
.tes5-single:hover p {
  transition: all 0.4s;
  color: #CFCCD5;
}
.tes5-single:hover .bottom-area h4 a {
  color: #fff;
}
.tes5-single:hover .bottom-area p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.7882352941);
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
.work5-box {
  margin-top: 50px;
  padding: 24px;
  background-color: #FAF7F5;
  transition: all 0.4s;
}
.work5-box .icon {
  border-radius: 50px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #E8EDEC;
  transition: all 0.4s;
}
.work5-box h3 a {
  transition: all 0.4s;
  padding-top: 20px;
}
.work5-box p {
  padding: 16px 0px;
  transition: all 0.4s;
}
.work5-box .learn {
  transition: all 0.4s;
}
.work5-box .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.work5-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--vtc-bg-main5);
}
.work5-box:hover .heading5 h3 a {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}
.work5-box:hover .heading5 p {
  color: var(--vtc-text-pera-2);
  transition: all 0.4s;
}
.work5-box:hover .heading5 .learn {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}

/*
 ::::::::::::::::::::::::::
  WORK AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
.blog1-box .heading-area {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog1-box .heading-area {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.blog1-box .heading-area h3 a {
  transition: all 0.4s;
}
.blog1-box .heading-area h3 a:hover {
  transition: all 0.4s;
  color: #0B6C75;
}
.blog1-box:hover {
  transition: all 0.4s;
}
.blog1-box:hover .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.blog1-box .learn {
  display: inline-block;
  overflow: hidden;
}
.blog1-box .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.blog1-box .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.blog1-box .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.blog1-box .learn:hover {
  color: #0B6C75;
}
.blog1-box .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.blog1-box .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.blog1-box:hover .learn {
  color: #0B6C75;
}
.blog1-box:hover .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.blog1-box:hover .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.blog1-box:hover .heading-area {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.author-area1 a {
  margin-right: 20px;
}
.author-area1 a img {
  transform: translateY(-3px);
  margin-right: 2px;
}
.author-area1 a:hover {
  color: #10002B;
}

.blog2-divider {
  background: #D9D9D9;
  height: 1px;
  width: 100%;
  margin: 24px 0px;
}

.tag2 {
  border-radius: 4px;
  background: var(--Main-Color, var(--vtc-bg-main2));
  padding: 8px 12px;
}
.tag2:hover {
  color: #fff;
}

.blog2-box .image {
  overflow: hidden;
  border-radius: 8px;
}
.blog2-box .image img {
  transition: all 0.4s;
  width: 100%;
}
.blog2-box:hover .iamge img {
  transform: rotate(2deg) scale(1.1);
  transition: all 0.4s;
}
.blog2-box .heading2 {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin: -30px 30px 0px 30px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.blog2-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.blog2-box:hover .heading2 {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.blog3-box {
  background-color: #fff;
  padding: 20px 20px 60px 20px;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog3-box .arrow {
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #058C42;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 2;
  transition: all 0.4s;
  transform: rotate(-45deg) scale(1.4);
  transition: all 0.4s;
  opacity: 0;
}
.blog3-box .image img {
  transition: all 0.4s;
}
.blog3-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60px;
  width: 60px;
  background-image: url(../img/shapes/blog3-box-shape.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(60px) translateX(60px);
  transition: all 0.4s;
}
.blog3-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.blog3-box:hover::after {
  transform: translateY(0) translateX(0);
  transition: all 0.4s;
}
.blog3-box:hover .arrow {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.blog3-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.blog4-box {
  background-color: #F1F5FD;
  border-radius: 8px;
  transition: all 0.4s;
  transition: all 0.4s;
}
.blog4-box .heading4 {
  padding: 0px 24px 24px 24px;
  transition: all 0.4s;
}
.blog4-box .image img {
  transition: all 0.4s;
}
.blog4-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.blog4-box:hover .arrow {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.blog4-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.blog4-box .learn {
  display: inline-block;
  overflow: hidden;
}
.blog4-box .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.blog4-box .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.blog4-box .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.blog4-box .learn:hover {
  color: #0B6C75;
}
.blog4-box .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.blog4-box .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.blog4-box:hover {
  background: #FFF;
  transition: all 0.4s;
}
.blog4-box:hover .heading4 {
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.blog4-box:hover .heading4 .learn {
  color: #0B6C75;
}
.blog4-box:hover .heading4 .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.blog4-box:hover .heading4 .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.blog5-box {
  background-color: var(--vtc-bg-white);
  padding: 24px;
}
.blog5-box .image {
  overflow: hidden;
}
.blog5-box .image img {
  transition: all 0.4s;
}
.blog5-box .learn {
  transition: all 0.4s;
}
.blog5-box .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog5-box .learn:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
}
.blog5-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.sidebar-area-all {
  position: sticky;
  top: 130px;
}

.details-sidebar .search-area {
  position: relative;
}
.details-sidebar .search-area button {
  border: none;
  background: none;
  position: absolute;
  top: 15px;
  right: 14px;
  font-size: 18px;
}
.details-sidebar .search-area input {
  padding: 15px;
  border: none;
  border: 0px;
  width: 100%;
}
.details-sidebar .search-area input:focus {
  outline: none;
}
.details-sidebar .search-area input::-moz-placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.details-sidebar .search-area input::placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.details-sidebar .caregory-itmes ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--vtc-bg-white);
  padding: 19px;
  transition: all 0.4s;
}
.details-sidebar .caregory-itmes ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-bg-white);
}
.details-sidebar .caregory-itmes ul li a.active {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-bg-white);
}
.details-sidebar .contact-area input, .details-sidebar .contact-area textarea {
  padding: 15px;
  border: none;
  border: 0px;
  width: 100%;
  margin-top: 20px;
}
.details-sidebar .contact-area input:focus, .details-sidebar .contact-area textarea:focus {
  outline: none;
}
.details-sidebar .contact-area input::-moz-placeholder, .details-sidebar .contact-area textarea::-moz-placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.details-sidebar .contact-area input::placeholder, .details-sidebar .contact-area textarea::placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.details-sidebar .resent-post-box {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.details-sidebar .resent-post-box .recent-post-date {
  padding-bottom: 8px;
  transition: all 0.4s;
}
.details-sidebar .resent-post-box .recent-post-date img {
  transform: translateY(-3px);
  margin-right: 3px;
}
.details-sidebar .resent-post-box .recent-post-date:hover {
  color: var(--vtc-text-pera-1);
}
.details-sidebar .resent-post-box .image {
  margin-right: 16px;
  width: 82px;
}
.details-sidebar .resent-post-box .image img {
  width: 100px;
}

.research-faq .accordion {
  border: none;
}
.research-faq .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  transform: scale(1.5);
}
.research-faq .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.research-faq .accordion .accordion-button::after {
  transition: all 0.5s;
}
.research-faq .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  background-color: #F6F8FA;
  padding: 8px;
  border-radius: 0px;
}
.research-faq .accordion .accordion-item button {
  border: none;
  background: none;
  box-shadow: none;
  color: var(--vtc-text-title-1);
}
.research-faq .accordion .accordion-item .accordion-body {
  padding: 0px 20px 20px 20px;
}

.details-review {
  padding: 24px;
}

.tag-and-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tag-and-social {
    display: block;
  }
}
@media (max-width: 767px) {
  .tag-and-social {
    display: block;
  }
}
.tag-and-social .tags ul li {
  display: inline-block;
  margin-left: 16px;
}
.tag-and-social .tags ul li a {
  transition: all 0.4s;
  padding: 12px 16px;
}
.tag-and-social .tags ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.single-comment-box {
  padding: 24px;
}
.single-comment-box .top-and-reply {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-comment-box .top-and-reply .top-area {
  display: flex;
  align-items: center;
}
.single-comment-box .top-and-reply .reply {
  transition: all 0.4s;
}
.single-comment-box .top-and-reply .reply:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}

.details-contact-area {
  padding: 32px;
}
.details-contact-area input, .details-contact-area textarea {
  padding: 15px;
  border: none;
  border: 0px;
  width: 100%;
  margin-top: 20px;
}
.details-contact-area input:focus, .details-contact-area textarea:focus {
  outline: none;
}
.details-contact-area input::-moz-placeholder, .details-contact-area textarea::-moz-placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.details-contact-area input::placeholder, .details-contact-area textarea::placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}

.blog-page-box .image {
  overflow: hidden;
}
.blog-page-box .image img {
  transition: all 0.4s;
  width: 100%;
}
.blog-page-box:hover .iamge img {
  transform: rotate(2deg) scale(1.1);
  transition: all 0.4s;
}
.blog-page-box .heading1 {
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin: -100px 30px 0px 30px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.blog-page-box .heading1 .tag {
  display: inline-block;
  background: var(--Background, rgba(227, 236, 251, 0.5));
  padding: 8px 12px;
  transition: all 0.4s;
}
.blog-page-box:hover .tag {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}
.blog-page-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.blog-page-box:hover .heading2 {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.blog-page2-box .heading-area {
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog-page2-box .heading-area {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.blog-page2-box .heading-area h3 a {
  transition: all 0.4s;
}
.blog-page2-box .heading-area h3 a:hover {
  transition: all 0.4s;
  color: #0B6C75;
}
.blog-page2-box:hover {
  transition: all 0.4s;
}
.blog-page2-box:hover .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.blog-page2-box .learn {
  display: inline-block;
  overflow: hidden;
}
.blog-page2-box .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.blog-page2-box .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.blog-page2-box .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.blog-page2-box .learn:hover {
  color: #0B6C75;
}
.blog-page2-box .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.blog-page2-box .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.blog-page2-box:hover .learn {
  color: #0B6C75;
}
.blog-page2-box:hover .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.blog-page2-box:hover .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.blog-page2-box:hover .heading-area {
  transition: all 0.4s;
  transform: translateY(-10px);
}

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
.footer-list1 li a {
  display: inline-block;
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
  padding: 10px 0px;
}
.footer-list1 li a:hover {
  transition: all 0.4s;
  transform: translateX(8px);
  color: var(--vtc-bg-main1);
}

.footer-contact-area1 .contact-box {
  align-items: start;
  margin-top: 16px;
}
.footer-contact-area1 .contact-box .text {
  padding-left: 20px;
}
.footer-contact-area1 .contact-box .text a {
  display: inline-block;
  display: inline-block;
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.footer-contact-area1 .contact-box .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}

.footer1-form-area input {
  width: 100%;
  padding: 15px;
  border-radius: 111px;
  border: none;
  background-color: #F6F6FD;
}
.footer1-form-area input::-moz-placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer1-form-area input::placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer1-form-area input:focus {
  outline: none;
}

.footer-social-area1 li {
  display: inline-block;
}
.footer-social-area1 li a {
  display: inline-block;
  background-color: #EDECFC;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--vtc-bg-main1);
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer-social-area1 li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: #fff;
}

.coppy-right1 {
  border-top: 1px solid var(--vtc-border-1);
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right1 {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .coppy-right1 {
    padding-top: 14px;
  }
}
.coppy-right1 .conditons-area1 {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right1 .conditons-area1 {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .coppy-right1 .conditons-area1 {
    text-align: start;
  }
}
.coppy-right1 .conditons-area1 a {
  transition: all 0.4s;
}
.coppy-right1 .conditons-area1 a:hover {
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
}
.coppy-right1 .conditons-area1 .after-add {
  padding-left: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right1 .conditons-area1 .after-add {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .coppy-right1 .conditons-area1 .after-add {
    padding-left: 12px;
  }
}
.coppy-right1 .conditons-area1 .after-add::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 16px;
  height: 16px;
  width: 1px;
  background-color: var(--vtc-border-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right1 .conditons-area1 .after-add::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .coppy-right1 .conditons-area1 .after-add::after {
    display: none;
  }
}
.coppy-right1 a {
  margin: 18px 0px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right1 a {
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .coppy-right1 a {
    margin: 10px 0px;
  }
}

.footer-list2 li a {
  display: inline-block;
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
  padding: 10px 0px;
}
.footer-list2 li a:hover {
  transition: all 0.4s;
  transform: translateX(8px);
  color: var(--vtc-bg-main2);
}

.footer-social-area2 li {
  display: inline-block;
}
.footer-social-area2 li a {
  display: inline-block;
  background-color: #EDECFC;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--vtc-bg-main2);
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer-social-area2 li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main2);
  color: #fff;
}

.footer-contact-area2 .contact-box {
  align-items: start;
  margin-top: 16px;
}
.footer-contact-area2 .contact-box .text {
  padding-left: 10px;
}
.footer-contact-area2 .contact-box .text a {
  display: inline-block;
  display: inline-block;
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.footer-contact-area2 .contact-box .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main2);
}

.footer-list3 li a {
  display: inline-block;
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
  padding: 10px 0px;
}
.footer-list3 li a:hover {
  transition: all 0.4s;
  transform: translateX(8px);
  color: var(--vtc-bg-main3);
}

.footer-social-area3 li {
  display: inline-block;
}
.footer-social-area3 li a {
  display: inline-block;
  background-color: #E6F3EC;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--vtc-bg-main3);
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer-social-area3 li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main3);
  color: #fff;
}

.footer-contact-area3 .contact-box {
  align-items: start;
  margin-top: 16px;
}
.footer-contact-area3 .contact-box .text {
  padding-left: 20px;
}
.footer-contact-area3 .contact-box .text a {
  display: inline-block;
  display: inline-block;
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.footer-contact-area3 .contact-box .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main3);
}

.footer3-form-area input {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: none;
  background-color: #F2F9F6;
}
.footer3-form-area input::-moz-placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer3-form-area input::placeholder {
  color: var(--Paragraph-Color, #6C757D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer3-form-area input:focus {
  outline: none;
}

.coppy-right3 {
  border-top: 1px solid var(--vtc-border-1);
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right3 {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .coppy-right3 {
    padding-top: 14px;
  }
}
.coppy-right3 .conditons-area3 {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right3 .conditons-area3 {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .coppy-right3 .conditons-area3 {
    text-align: start;
  }
}
.coppy-right3 .conditons-area3 a {
  transition: all 0.4s;
}
.coppy-right3 .conditons-area3 a:hover {
  color: var(--vtc-bg-main3);
  transition: all 0.4s;
}
.coppy-right3 .conditons-area3 .after-add {
  padding-left: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right3 .conditons-area3 .after-add {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .coppy-right3 .conditons-area3 .after-add {
    padding-left: 12px;
  }
}
.coppy-right3 .conditons-area3 .after-add::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 16px;
  height: 16px;
  width: 1px;
  background-color: var(--vtc-border-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right3 .conditons-area3 .after-add::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .coppy-right3 .conditons-area3 .after-add::after {
    display: none;
  }
}
.coppy-right3 a {
  margin: 18px 0px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right3 a {
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .coppy-right3 a {
    margin: 10px 0px;
  }
}

.footer-list4 li a {
  display: inline-block;
  color: var(--Paragraph-Color, #CFCCD5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
  padding: 10px 0px;
}
.footer-list4 li a:hover {
  transition: all 0.4s;
  transform: translateX(8px);
  color: var(--vtc-bg-main4);
}

.footer-social-area4 li {
  display: inline-block;
}
.footer-social-area4 li a {
  display: inline-block;
  background-color: #281940;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--vtc-text-white);
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer-social-area4 li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main4);
  color: var(--vtc-text-title-1);
}

.footer-contact-area4 .contact-box {
  align-items: start;
  margin-top: 16px;
}
.footer-contact-area4 .contact-box .icon img {
  filter: brightness(0) invert(1);
}
.footer-contact-area4 .contact-box .text {
  padding-left: 20px;
}
.footer-contact-area4 .contact-box .text a {
  display: inline-block;
  display: inline-block;
  color: var(--vtc-text-pera-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.footer-contact-area4 .contact-box .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}

.footer4-border {
  border-top: 1px solid #9F99AA;
}

.coppy-right4 {
  border-top: 1px solid #9F99AA;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right4 {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .coppy-right4 {
    padding-top: 14px;
  }
}
.coppy-right4 .conditons-area4 {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right4 .conditons-area4 {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .coppy-right4 .conditons-area4 {
    text-align: start;
  }
}
.coppy-right4 .conditons-area4 a {
  transition: all 0.4s;
}
.coppy-right4 .conditons-area4 a:hover {
  color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.coppy-right4 .conditons-area4 .after-add {
  padding-left: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right4 .conditons-area4 .after-add {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .coppy-right4 .conditons-area4 .after-add {
    padding-left: 12px;
  }
}
.coppy-right4 .conditons-area4 .after-add::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 16px;
  height: 16px;
  width: 1px;
  background-color: var(--vtc-border-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right4 .conditons-area4 .after-add::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .coppy-right4 .conditons-area4 .after-add::after {
    display: none;
  }
}
.coppy-right4 a {
  margin: 18px 0px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right4 a {
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .coppy-right4 a {
    margin: 10px 0px;
  }
}

.footer4-form-area input {
  width: 100%;
  padding: 15px;
  border-radius: 53px;
  border: none;
  background-color: #281940;
  color: #fff;
}
.footer4-form-area input::-moz-placeholder {
  color: var(--White-Color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer4-form-area input::placeholder {
  color: var(--White-Color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer4-form-area input:focus {
  outline: none;
}

.footer-list5 li a {
  display: inline-block;
  color: var(--Paragraph-Color, #CFCCD5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
  padding: 10px 0px;
}
.footer-list5 li a:hover {
  transition: all 0.4s;
  transform: translateX(8px);
  color: #F6D06D;
}

.footer-social-area5 li {
  display: inline-block;
}
.footer-social-area5 li a {
  display: inline-block;
  background-color: #2E5B53;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--vtc-text-white);
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer-social-area5 li a:hover {
  transition: all 0.4s;
  background-color: #F6D06D;
  color: var(--vtc-text-title-1);
}

.footer5-form-area input {
  width: 100%;
  padding: 12px;
  border-radius: 0px;
  border: none;
  background-color: #2E5B53;
  color: #fff;
}
.footer5-form-area input::-moz-placeholder {
  color: var(--White-Color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer5-form-area input::placeholder {
  color: var(--White-Color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer5-form-area input:focus {
  outline: none;
}

.footer-contact-area5 .contact-box {
  align-items: start;
  margin-top: 16px;
}
.footer-contact-area5 .contact-box .icon img {
  filter: brightness(0) invert(1);
}
.footer-contact-area5 .contact-box .text {
  padding-left: 20px;
}
.footer-contact-area5 .contact-box .text a {
  display: inline-block;
  display: inline-block;
  color: var(--vtc-text-pera-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.footer-contact-area5 .contact-box .text a:hover {
  transition: all 0.4s;
  color: #F6D06D;
}

.coppy-right5 {
  border-top: 1px solid #9F99AA;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right5 {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .coppy-right5 {
    padding-top: 14px;
  }
}
.coppy-right5 .conditons-area5 {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right5 .conditons-area5 {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .coppy-right5 .conditons-area5 {
    text-align: start;
  }
}
.coppy-right5 .conditons-area5 a {
  transition: all 0.4s;
}
.coppy-right5 .conditons-area5 a:hover {
  color: #F6D06D;
  transition: all 0.4s;
}
.coppy-right5 .conditons-area5 .after-add {
  padding-left: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right5 .conditons-area5 .after-add {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .coppy-right5 .conditons-area5 .after-add {
    padding-left: 12px;
  }
}
.coppy-right5 .conditons-area5 .after-add::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 16px;
  height: 16px;
  width: 1px;
  background-color: var(--vtc-border-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right5 .conditons-area5 .after-add::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .coppy-right5 .conditons-area5 .after-add::after {
    display: none;
  }
}
.coppy-right5 a {
  margin: 18px 0px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right5 a {
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .coppy-right5 a {
    margin: 10px 0px;
  }
}

.footer-list6 li a {
  display: inline-block;
  color: var(--vtc-text-pera-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
  padding: 10px 0px;
}
.footer-list6 li a:hover {
  transition: all 0.4s;
  transform: translateX(8px);
  color: var(--vtc-text-pera-2);
}

.footer-social-area6 li {
  display: inline-block;
}
.footer-social-area6 li a {
  display: inline-block;
  background-color: #5C56E0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--vtc-text-white);
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer-social-area6 li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-white);
  color: var(--vtc-text-title-1);
}

.footer6-form-area input {
  width: 100%;
  padding: 14px;
  border-radius: 0px;
  border: none;
  background-color: #5C56E0;
  color: #fff;
}
.footer6-form-area input::-moz-placeholder {
  color: var(--White-Color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer6-form-area input::placeholder {
  color: var(--White-Color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer6-form-area input:focus {
  outline: none;
}

.footer-contact-area6 .contact-box {
  align-items: start;
  margin-top: 16px;
}
.footer-contact-area6 .contact-box .icon img {
  filter: brightness(0) invert(1);
}
.footer-contact-area6 .contact-box .text {
  padding-left: 20px;
}
.footer-contact-area6 .contact-box .text a {
  display: inline-block;
  display: inline-block;
  color: var(--vtc-text-pera-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.footer-contact-area6 .contact-box .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-pera-2);
}

.coppy-right6 {
  border-top: 1px solid #9F99AA;
  margin-top: 50px;
}
.coppy-right6 .conditons-area6 {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right6 .conditons-area6 {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .coppy-right6 .conditons-area6 {
    text-align: start;
  }
}
.coppy-right6 .conditons-area6 a {
  transition: all 0.4s;
}
.coppy-right6 .conditons-area6 a:hover {
  color: var(--vtc-text-pera-2);
  transition: all 0.4s;
}
.coppy-right6 .conditons-area6 .after-add {
  padding-left: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right6 .conditons-area6 .after-add {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .coppy-right6 .conditons-area6 .after-add {
    padding-left: 12px;
  }
}
.coppy-right6 .conditons-area6 .after-add::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 16px;
  height: 16px;
  width: 1px;
  background-color: var(--vtc-border-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right6 .conditons-area6 .after-add::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .coppy-right6 .conditons-area6 .after-add::after {
    display: none;
  }
}
.coppy-right6 a {
  margin: 18px 0px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coppy-right6 a {
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .coppy-right6 a {
    margin: 10px 0px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
.header-area.header-area2 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #0E38B1;
}

.header-area.header-area3 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #2A8F46;
}

.header-area.header-area4 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #C5F66E;
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #F6D06D;
}

/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  NAV MENU AREA CSS
 ::::::::::::::::::::::::::
 */
 .header-area {
  padding: 12px 0;
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999;
}

.site-logo {
  max-width: 90px;
  height: auto;
  display: flex;
  align-items: center;
}

.site-logo a {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.header-area .header-elements {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
}

.main-menu-ex li {
  display: inline-block;
}

.main-menu-ex li {
  position: relative;
  z-index: 9;
}

.main-menu-ex li li {
  display: block;
}

.main-menu-ex li > ul {
  opacity: 0;
  visibility: hidden;
  top: 60px;
  right: 0;
  transition: all 0.3s;
  transform: translateY(20px) rotateX(45deg);
}

.main-menu-ex li li > ul {
  left: 100%;
  right: auto;
}

.main-menu-ex li li:hover > ul {
  top: 0;
}

.main-menu-ex li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transition: all 0.3s;
  z-index: 99;
  transform: translateY(0);
}

li.has-dropdown1 {
  position: relative;
}

li.has-dropdown1 span {
  position: absolute;
  right: 10px;
}

.header-area2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #0B6C75;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.header-area2.sticky .header-elements {
  padding: 0 0 !important;
  margin-top: 0px !important;
  background: none !important;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.header-area.header-area1 {
  background-color: #0B6C75;
}
.header-area.header-area1 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 205.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 0px 0px 5px 5px;
  padding: 36px 0;
  left: -625px;
  width: 1300px;
  min-height: 440px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0B6C75;
  border-radius: 4px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all ul::after {
  display: none;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 0px 8px 30px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
  z-index: 99;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 20px 10px 20px;
  left: -340px;
  width: 1295px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0B6C75;
  border-radius: 4px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 16px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text:hover {
  color: #0B6C75;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 92px;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: #FA7D3C;
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 18px;
  transition: all 0.4s;
  border-radius: 111px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: none;
  z-index: 1;
  background-color: #0B6C75;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #0B6C75;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 0px 0px 5px 5px;
  background: #fff;
  width: 210px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
  z-index: 99;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0B6C75;
  border-radius: 4px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: red;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul:hover > a::after {
  background: blue;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
  z-index: 99;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0px;
  height: 100%;
  color: #0B6C75;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover {
  color: #0B6C75;
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: #0B6C75;
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 8px 12px;
  transition: all 0.3s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a:hover {
  color: #fff;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area1 .header-elements .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .header-elements .header1-buttons span {
  display: inline-block;
}
.header-area.header-area1 .header-elements .header1-buttons span img {
  margin-left: 10px;
  margin-top: -5px;
}

.header-area1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #0B6C75;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.header-area1.sticky .header-elements {
  padding: 0 0 !important;
  margin-top: 0px !important;
  background: none !important;
}

.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.header-area.header-area1 .main-menu-ex.main-menu-ex1 li.has-dropdown:hover a.main1 {
  color: #fff;
}

.header-area.header-area1 .main-menu-ex.main-menu-ex1 li.dropdown-menu-parrent:hover a.main1 {
  color: #fff;
}

.header-area.header-area1 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main {
  color: #0B6C75;
}
.header-area.header-area1 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: #0B6C75;
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}

.header-area.header-area2 .header-elements {
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 18px 12px 30px;
}
.header-area.header-area2 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 205.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 36px 0;
  left: -625px;
  width: 1300px;
  min-height: 440px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0B6C75;
  border-radius: 4px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all ul::after {
  display: none;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 0px 8px 30px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
  z-index: 99;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 20px 10px 20px;
  left: -328px;
  width: 1295px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0B6C75;
  border-radius: 4px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 16px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text:hover {
  color: var(--vtc-bg-main2);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 92px;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: #FA7D3C;
  transition: all 0.4s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 18px;
  transition: all 0.4s;
  border-radius: 111px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: none;
  z-index: 1;
  background-color: var(--vtc-bg-main2);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--vtc-bg-main2);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  background: #fff;
  width: 210px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
  z-index: 99;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0B6C75;
  border-radius: 4px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: red;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul:hover > a::after {
  background: blue;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
  z-index: 99;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0px;
  height: 100%;
  color: #00A39A;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a:hover {
  color: #0B6C75;
  transition: all 0.4s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: #0B6C75;
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li a {
  color: #0E4044;
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 8px 12px;
  transition: all 0.3s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li a:hover {
  color: var(--vtc-bg-main2);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area2 .header-elements .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area2 .header-elements .header1-buttons span {
  display: inline-block;
}
.header-area.header-area2 .header-elements .header1-buttons span img {
  margin-left: 10px;
  margin-top: -5px;
}

.header-area2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.header-area2.sticky .header-elements {
  padding: 0 0 !important;
  margin-top: 0px !important;
  background: none !important;
  box-shadow: none;
}

.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.header-area.header-area2 .main-menu-ex.main-menu-ex1 li.has-dropdown:hover a.main1 {
  color: var(--vtc-bg-main2);
}

.header-area.header-area2 .main-menu-ex.main-menu-ex1 li.dropdown-menu-parrent:hover a.main1 {
  color: var(--vtc-bg-main2);
}

.header-area.header-area2 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main {
  color: var(--vtc-bg-main2);
}
.header-area.header-area2 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: #0B6C75;
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}

.header-area.header-area3 {
  border-bottom: 1px solid #D9D9D9;
}
.header-area.header-area3 .header-elements .main-menu-ex {
  padding: 10px 24px;
  position: relative;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 205.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 0px 0px 5px 5px;
  padding: 36px 0;
  left: -625px;
  width: 1300px;
  min-height: 440px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main3);
  border-radius: 4px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all ul::after {
  display: none;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 0px 8px 30px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
  z-index: 99;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 20px 10px 20px;
  left: -330px;
  width: 1295px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main3);
  border-radius: 4px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 16px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text:hover {
  color: #058C42;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 92px;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: #FA7D3C;
  transition: all 0.4s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 18px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: none;
  z-index: 1;
  background-color: #058C42;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #058C42;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  width: 210px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
  z-index: 99;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main3);
  border-radius: 4px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: red;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul:hover > a::after {
  background: blue;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
  z-index: 99;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0px;
  height: 100%;
  color: var(--vtc-bg-main3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a:hover {
  color: var(--vtc-bg-main3);
  transition: all 0.4s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--vtc-bg-main3);
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li a {
  color: #10002B;
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 8px 12px;
  transition: all 0.3s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li a:hover {
  color: #058C42;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area3 .header-elements .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area3 .header-elements .header1-buttons span {
  display: inline-block;
}
.header-area.header-area3 .header-elements .header1-buttons span img {
  margin-left: 10px;
  margin-top: -5px;
}

.header-area3.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.header-area3.sticky .header-elements {
  padding: 0 0 !important;
  margin-top: 0px !important;
  background: none !important;
  box-shadow: none;
}

.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.header-area.header-area3 .main-menu-ex.main-menu-ex1 li.has-dropdown:hover a.main1 {
  color: var(--vtc-bg-main3);
}

.header-area.header-area3 .main-menu-ex.main-menu-ex1 li.dropdown-menu-parrent:hover a.main1 {
  color: var(--vtc-bg-main3);
}

.header-area.header-area3 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main {
  color: var(--vtc-bg-main3);
}
.header-area.header-area3 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: var(--vtc-bg-main3);
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}

.header-area.header-area4 .header-elements .main-menu-ex {
  padding: 10px 24px;
  position: relative;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 205.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 0px 0px 5px 5px;
  padding: 36px 0;
  left: -625px;
  width: 1300px;
  min-height: 440px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main4);
  border-radius: 4px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all ul::after {
  display: none;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 0px 8px 30px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
  z-index: 99;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 20px 10px 20px;
  left: -294px;
  width: 1295px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main4);
  border-radius: 4px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 16px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text:hover {
  color: #C5F66E;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 92px;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: #FA7D3C;
  transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 18px;
  transition: all 0.4s;
  border-radius: 111px;
  position: relative;
  width: 150px;
  color: var(--vtc-text-title-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: none;
  z-index: 1;
  background-color: #C5F66E;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: var(--vtc-text-title-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #C5F66E;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  width: 210px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
  z-index: 99;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main4);
  border-radius: 4px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: red;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul:hover > a::after {
  background: blue;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
  z-index: 99;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0px;
  height: 100%;
  color: var(--vtc-bg-main4);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a:hover {
  color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--vtc-bg-main4);
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li a {
  color: #10002B;
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 8px 12px;
  transition: all 0.3s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li a:hover {
  color: #C5F66E;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area4 .header-elements .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area4 .header-elements .header1-buttons span {
  display: inline-block;
}
.header-area.header-area4 .header-elements .header1-buttons span img {
  margin-left: 10px;
  margin-top: -5px;
}

.header-area4.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.header-area4.sticky .header-elements {
  padding: 0 0 !important;
  margin-top: 0px !important;
  background: none !important;
  box-shadow: none;
}

.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.header-area.header-area4 .main-menu-ex.main-menu-ex1 li.has-dropdown:hover a.main1 {
  color: var(--vtc-bg-main4);
}

.header-area.header-area4 .main-menu-ex.main-menu-ex1 li.dropdown-menu-parrent:hover a.main1 {
  color: var(--vtc-bg-main4);
}

.header-area.header-area4 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main {
  color: var(--vtc-bg-main4);
}
.header-area.header-area4 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: var(--vtc-bg-main4);
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}

.header-top4 {
  background-color: var(--vtc-bg-main4);
  padding: 12px 0px;
}
.header-top4 p img {
  height: 16px;
  transform: translateY(-3px);
  margin-right: 3px;
}

.header-area.header-area5 .header-elements {
  background-color: var(--vtc-text-white);
  padding: 9px 20px;
  border-radius: 0px;
}
.header-area.header-area5 .header-elements .main-menu-ex {
  padding: 10px 24px;
  position: relative;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 205.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 36px 0;
  left: -625px;
  width: 1300px;
  min-height: 440px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main5);
  border-radius: 4px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all ul::after {
  display: none;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 0px 8px 30px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
  z-index: 99;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 20px 10px 20px;
  left: -330px;
  width: 1295px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main5);
  border-radius: 4px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text:hover {
  color: #174940;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 92px;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: #FA7D3C;
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 18px;
  transition: all 0.4s;
  border-radius: 0px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: none;
  z-index: 1;
  background-color: #174940;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #174940;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  width: 210px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
  z-index: 99;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main5);
  border-radius: 4px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: red;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul:hover > a::after {
  background: blue;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
  z-index: 99;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0px;
  height: 100%;
  color: var(--vtc-bg-main5);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a:hover {
  color: var(--vtc-bg-main5);
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--vtc-bg-main5);
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li a {
  color: #10002B;
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 8px 12px;
  transition: all 0.3s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li a:hover {
  color: var(--vtc-bg-main5);
}
.header-area.header-area5 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area5 .header-elements .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area5 .header-elements .header1-buttons span {
  display: inline-block;
}
.header-area.header-area5 .header-elements .header1-buttons span img {
  margin-left: 10px;
  margin-top: -5px;
}

.header-area5.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  padding: 5px 0px;
}
.header-area5.sticky .header-elements {
  padding: 0 0 !important;
  margin-top: 0px !important;
  background: none !important;
  box-shadow: none;
}

.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 li.has-dropdown:hover a.main1 {
  color: var(--vtc-bg-main5);
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 li.dropdown-menu-parrent:hover a.main1 {
  color: var(--vtc-bg-main5);
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main {
  color: var(--vtc-bg-main5);
}
.header-area.header-area5 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: var(--vtc-bg-main5);
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}

.header-area.inner-header .header-elements {
  background-color: var(--vtc-text-white);
  padding: 16px 30px;
}
.header-area.inner-header .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 205.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 0px 0px 5px 5px;
  padding: 36px 0;
  left: -625px;
  width: 1300px;
  min-height: 440px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .mega-menu-all::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0B6C75;
  border-radius: 4px;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .mega-menu-all ul::after {
  display: none;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 0px 8px 30px;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.inner-header .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
  z-index: 99;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.inner-header .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 20px 10px 20px;
  left: -340px;
  width: 1295px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0B6C75;
  border-radius: 4px;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 16px;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text:hover {
  color: #0B6C75;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 92px;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: #FA7D3C;
  transition: all 0.4s;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 18px;
  transition: all 0.4s;
  border-radius: 0px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: none;
  z-index: 1;
  background-color: #0B6C75;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #0B6C75;
}
.header-area.inner-header .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.inner-header .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  width: 210px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
  z-index: 99;
}
.header-area.inner-header .header-elements .main-menu-ex ul li ul::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0B6C75;
  border-radius: 4px;
}
.header-area.inner-header .header-elements .main-menu-ex ul li ul:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: red;
}
.header-area.inner-header .header-elements .main-menu-ex ul li ul:hover > a::after {
  background: blue;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.header-area.inner-header .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
  z-index: 99;
}
.header-area.inner-header .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.inner-header .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0px;
  height: 100%;
  color: #0B6C75;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.inner-header .header-elements .main-menu-ex ul li ul li a:hover {
  color: #0B6C75;
  transition: all 0.4s;
}
.header-area.inner-header .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: #0B6C75;
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}
.header-area.inner-header .header-elements .main-menu-ex ul li a {
  color: var(--vtc-text-title-1);
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 8px 12px;
  transition: all 0.3s;
}
.header-area.inner-header .header-elements .main-menu-ex ul li a:hover {
  color: var(--vtc-bg-main1);
}
.header-area.inner-header .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.inner-header .header-elements .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.inner-header .header-elements .header1-buttons span {
  display: inline-block;
}
.header-area.inner-header .header-elements .header1-buttons span img {
  margin-left: 10px;
  margin-top: -5px;
}

.inner-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: var(--vtc-text-white);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.inner-header.sticky .header-elements {
  padding: 0 0 !important;
  margin-top: 0px !important;
  background: none !important;
}

.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.header-area.inner-header .main-menu-ex.main-menu-ex1 li.has-dropdown:hover a.main1 {
  color: var(--vtc-text-title-1);
}

.header-area.inner-header .main-menu-ex.main-menu-ex1 li.dropdown-menu-parrent:hover a.main1 {
  color: var(--vtc-text-title-1);
}

.header-area.inner-header .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main {
  color: #0B6C75;
}
.header-area.inner-header .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: #0B6C75;
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}

/*
::::::::::::::::::::::::::
 NAV MENU AREA CSS
::::::::::::::::::::::::::
*//*# sourceMappingURL=main.css.map */

.footer2 {
  box-shadow: 0 -12px 30px rgba(0,0,0,.04);
}
.ms-cat-card,
.ms-prod-card{
  display:block;
  background:#fff;
  border:1px solid rgba(11,77,87,.12);
  border-radius:16px;
  padding:18px 18px;
  text-decoration:none;
  transition:transform .15s ease, box-shadow .15s ease;
}

.ms-cat-card:hover,
.ms-prod-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}

.ms-cat-card-title,
.ms-prod-card-title{
  font-weight:800;
  font-size:18px;
  color:#0B4D57;
  margin:0 0 6px;
}

.ms-cat-card-sub{
  color:#5b6b7b;
  font-size:14px;
}

.ms-prod-card-excerpt{
  color:#5b6b7b;
  font-size:14px;
  line-height:1.6;
}
.ms-cat-card-img,
.ms-prod-card-img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:14px;
  margin:0 0 12px 0;
  display:block;
}
/* Product cards: legyen tér a cím és a gomb között */
.ms-product-card .learn{
  display:inline-flex;
  margin-top:14px;
}
/* MS Lab termék/kategória kártyarács: stabil, nem csúszik fel */
.row.ms-cards-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:30px;
}

/* tablet: 2 oszlop */
@media (max-width:991px){
  .row.ms-cards-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

/* mobil: 1 oszlop */
@media (max-width:575px){
  .row.ms-cards-grid{
    grid-template-columns:1fr;
  }
}

/* a col- oszlopokat "kikapcsoljuk" ennél a rácsnál, grid intézi */
.row.ms-cards-grid > [class*="col-"]{
  float:none !important;
  width:auto !important;
  max-width:none !important;
  padding:0 !important;
}

/* a mt-30 itt ne duplázzon rá a gap-re */
.row.ms-cards-grid .research-box.mt-30{
  margin-top:0 !important;
}

/* cím clamp + CTA alul (ha kell) */
.ms-product-card{
  height:100%;
  display:flex;
  flex-direction:column;
}
.ms-product-card .heading1{
  flex:1;
  display:flex;
  flex-direction:column;
}

.ms-product-card .learn{
  margin-top:auto;
  padding-top:12px;
  display:inline-flex;
  align-items:center;
}
/* Stabil grid a Bootstrap row/col mellett */
.row.ms-cards-grid{
  /* Bootstrap row negatív margók és pseudo elemek kikapcsolása */
  margin-left:0 !important;
  margin-right:0 !important;
}
.row.ms-cards-grid::before,
.row.ms-cards-grid::after{
  content:none !important;
  display:none !important;
}

/* Grid */
.row.ms-cards-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:30px;
}
.single-ms_product .row.ms-cards-grid {
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:0px;
}
/* Tablet 2 oszlop */
@media (max-width:991px){
  .row.ms-cards-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

/* Mobil 1 oszlop */
@media (max-width:575px){
  .row.ms-cards-grid{
    grid-template-columns:1fr;
  }
}

/* A col-ok bootstrap float/padding logikáját itt felülírjuk */
.row.ms-cards-grid > [class*="col-"]{
  float:none !important;
  width:auto !important;
  max-width:none !important;
  padding:0 !important;
  margin:0 !important;
}

/* A mt-30 ne duplázzon rá a gap-re */
.row.ms-cards-grid .research-box.mt-30{
  margin-top:0 !important;
}

/* Kártyák egyforma magasság, CTA lent */
.row.ms-cards-grid .research-box{
  height:100%;
  display:flex;
  flex-direction:column;
}
.row.ms-cards-grid .research-box .heading1{
  flex:1;
  display:flex;
  flex-direction:column;
}
.row.ms-cards-grid .research-box .learn{
  margin-top:auto;
  padding-top:12px;
  display:inline-flex;
  align-items:center;
}
:root{
  --ms-teal:#00A39A;
  --ms-text:#0f172a;
  --ms-muted:#475569;
  --ms-line:#e6edf5;
  --ms-head:#f6fbff;
  --ms-card:#ffffff;
}

/* wrapper maradhat */
.ms-table-wrap{
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  padding:8px 2px;
}

/* táblázat: clean kártya */
table.ms-spec-table{
  width:100%;
  margin:0 auto;
  border-collapse:separate;
  border-spacing:0;
  background:var(--ms-card);
  color:var(--ms-text);
  font-size:15px;
  border:1px solid var(--ms-line);
  border-radius:14px;
  overflow:hidden;
}

table.ms-spec-table th,
table.ms-spec-table td{
  padding:12px 14px;
  border-right:1px solid var(--ms-line);
  border-bottom:1px solid var(--ms-line);
  vertical-align:middle;
}

table.ms-spec-table tr > *:last-child{ border-right:none; }
table.ms-spec-table tbody tr:last-child > *{ border-bottom:none; }

/* fejlécek: egyszínű, nem csicsa */
table.ms-spec-table thead th{
  background:var(--ms-head);
  font-weight:800;
  text-align:center;
  color:var(--ms-text);
}

/* diagonál cella: szintén egyszínű */
.ms-diag-head{
  position:relative;
  min-width:260px;
  height:86px;
  padding:0;
  background:var(--ms-head);
  overflow:hidden;
}

/* átló: bal felső -> jobb alsó, vékony */
.ms-diag-head::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:2px;
  height:160%;
  background:rgba(15,23,42,.55);
  transform-origin:top left;
  transform:rotate(45deg);
}

.ms-diag-jellemzo{
  position:absolute;
  left:14px;
  bottom:12px;
  font-weight:800;
  color:var(--ms-text);
}
.ms-diag-modell{
  position:absolute;
  right:14px;
  top:12px;
  font-weight:800;
  color:var(--ms-text);
}

/* bal oldali címkék: clean + kis teal csík */
table.ms-spec-table tbody td.ms-label{
  background:#fbfdff;
  font-weight:800;
  color:var(--ms-text);
  white-space:nowrap;
  position:relative;
}

table.ms-spec-table tbody td.ms-label::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:var(--ms-teal);
  opacity:.85;
}

/* értékek: középre, de lightabb */
table.ms-spec-table tbody td.ms-value{
  text-align:center;
  font-weight:500;
  color:var(--ms-text);
}

/* colspan sorok: semmi glow, csak enyhe háttér */
table.ms-spec-table tbody td.ms-wide{
  text-align:center;
  font-weight:500;
  color:var(--ms-text);
}

table.ms-spec-table .ms-multiline{
  line-height:1.55;
  font-weight:700;
}

/* mobil */
@media (max-width:680px){
  table.ms-spec-table{ font-size:14px; }
  table.ms-spec-table th, table.ms-spec-table td{ padding:11px 12px; }
  .ms-diag-head{ min-width:240px; height:80px; }
}
.ms-products-search-wrap {
  margin: 0 0 28px;
}

.ms-products-search {
  background: #ffffff;
  border-radius: 14px;
  padding: 6px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
}

.ms-products-search input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 14px 10px;
  background: transparent;
  font-size: 16px;
}

.ms-products-search .ms-search-icon {
  padding: 0 10px;
  font-size: 18px;
  opacity: 0.7;
}

.ms-products-search .ms-search-clear {
  border: 0;
  background: none;
  padding: 0 10px;
  font-size: 18px;
  opacity: 0.65;
  cursor: pointer;
  visibility: hidden;
}

.ms-products-search .ms-search-clear:hover {
  opacity: 1;
}

.ms-products-search-meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ms-products-no-results {
  display: none;
  margin: 0 0 22px;
  padding: 16px 18px;
  background: #f6f9fc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.ms-card-hidden {
  display: none !important;
}
/*
Theme Name: MSLabPro
Author: Zsombor
Version: 1.0.0
Text Domain: mslabpro
*/

/* Live search + kártya szűrő */
.ms-products-search-wrap {
  margin: 0 0 28px;
}

.ms-products-search {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  padding: 6px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
}

.ms-products-search input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 14px 10px;
  background: transparent;
  font-size: 16px;
}

.ms-products-search .ms-search-icon {
  padding: 0 10px;
  font-size: 18px;
  opacity: 0.7;
}

.ms-products-search .ms-search-clear {
  border: 0;
  background: none;
  padding: 0 10px;
  font-size: 18px;
  opacity: 0.65;
  cursor: pointer;
  visibility: hidden;
}

.ms-products-search .ms-search-clear:hover {
  opacity: 1;
}

.ms-products-search-meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ms-products-no-results {
  display: none;
  margin: 0 0 22px;
  padding: 16px 18px;
  background: #f6f9fc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.ms-card-hidden {
  display: none !important;
}

/* Dropdown találatok */
.ms-search-results {
  position: absolute;
  left: 8px;
  right: 8px;
  top: calc(100% + 8px);
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
  max-height: 380px;
  overflow: auto;
  display: none;
  z-index: 60;
  padding: 10px;
}

.ms-search-results.is-open {
  display: block;
}

.ms-search-results-head {
  font-weight: 700;
  font-size: 14px;
  padding: 8px 10px 10px;
  opacity: 0.8;
}

.ms-search-results-group {
  padding: 0 6px 8px;
}

.ms-search-results-title {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2px;
  opacity: 0.7;
  padding: 8px 4px;
}

.ms-search-result {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  padding: 10px 10px;
  transition: transform 120ms ease, background 120ms ease;
}

.ms-search-result:hover {
  background: #f6f9fc;
  transform: translateY(-1px);
}

.ms-search-result-main {
  font-weight: 700;
  font-size: 14px;
  color: #0b4d57;
}

.ms-search-result-sub {
  margin-top: 2px;
  font-size: 12px;
  opacity: 0.75;
  color: #1c2935;
}
.ms-products-search-wrap {
  margin: 0 0 28px;
}

.ms-products-search {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  padding: 6px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(11, 77, 87, .18);
}

.ms-products-search input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 14px 10px;
  background: transparent;
  font-size: 16px;
}

.ms-products-search .ms-search-icon {
  padding: 0 10px;
  font-size: 18px;
  opacity: 0.7;
}

.ms-products-search .ms-search-clear {
  border: 0;
  background: none;
  padding: 0 10px;
  font-size: 18px;
  opacity: 0.65;
  cursor: pointer;
  visibility: hidden;
}

.ms-products-search .ms-search-clear:hover {
  opacity: 1;
}

.ms-products-search-meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ms-products-no-results {
  display: none;
  margin: 0 0 22px;
  padding: 16px 18px;
  background: #f6f9fc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.ms-card-hidden {
  display: none !important;
}

/* Dropdown találatok */
.ms-search-results {
  position: absolute;
  left: 8px;
  right: 8px;
  top: calc(100% + 8px);
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
  max-height: 380px;
  overflow: auto;
  display: none;
  z-index: 60;
  padding: 10px;
}

.ms-search-results.is-open {
  display: block;
}

.ms-search-results-head {
  font-weight: 700;
  font-size: 14px;
  padding: 8px 10px 10px;
  opacity: 0.8;
}

.ms-search-results-group {
  padding: 0 6px 8px;
}

.ms-search-results-title {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2px;
  opacity: 0.7;
  padding: 8px 4px;
}

.ms-search-result {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  padding: 10px 10px;
  transition: transform 120ms ease, background 120ms ease;
}

.ms-search-result:hover {
  background: #f6f9fc;
  transform: translateY(-1px);
}

.ms-search-result-main {
  font-weight: 700;
  font-size: 14px;
  color: #0b4d57;
}

.ms-search-result-sub {
  margin-top: 2px;
  font-size: 12px;
  opacity: 0.75;
  color: #1c2935;
}
.ms-products-search-meta,
.ms-products-no-results {
  display: none !important;
}
/* MSLabPro: kártyaképek egységesítése */
.ms-cards-grid .research-box .image {
  height: 280px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

/* képek középre, azonos méretérzet */
.ms-cards-grid .research-box .image img {
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
}

/* mobilon kicsit alacsonyabb */
@media (max-width: 991px) {
  .ms-cards-grid .research-box .image {
    height: 230px;
    padding: 14px;
  }
}
/* Ha a kép fotós jellegű (ms-img-cover), akkor töltse ki a dobozt */
.ms-cards-grid .research-box .image.ms-img-cover {
  padding: 0 !important;
}

.ms-cards-grid .research-box .image.ms-img-cover img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}
/* Egységes képkeret */
.ms-cards-grid .research-box .image {
  height: 280px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
   -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ms-cards-grid .research-box .image img {
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
}

/* Fotós (cover) mód */
.ms-cards-grid .research-box .image.ms-img-cover {
  padding: 0 !important;
}

.ms-cards-grid .research-box .image.ms-img-cover img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Mobil */
@media (max-width: 991px) {
  .ms-cards-grid .research-box .image {
    height: 230px;
    padding: 14px;
  }
}
.ms-cards-grid .research-box .image.ms-img-cover {
  padding: 0 !important;
}
/* HERO szöveg olvashatóság: overlay + finom árnyék */
.common-hero{
  position: relative;
  isolation: isolate; /* biztos z-index rétegzés */
}

.common-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  /* bal oldalt erősebb sötétítés, jobb oldalt finomabb */
  background: linear-gradient(90deg,
    rgba(11, 77, 87, 0.62) 0%,
    rgba(11, 77, 87, 0.30) 55%,
    rgba(11, 77, 87, 0.10) 100%
  );
}

.common-hero .container{
  position: relative;
  z-index: 1;
}

/* plusz kontraszt a címnek és breadcrumbnak */
.common-hero h1,
.common-hero .page-change,
.common-hero .page-change a,
.common-hero .page-change li{
  text-shadow: 0 6px 18px rgba(0,0,0,0.35);
}
/* =========================
   MSLabPro - Referencia anyagok (msref) - FIX + PREMIUM UI
   ========================= */

.msref-wrap{
  max-width: 100%;
  margin: 35px auto 48px;
  padding: 0px;
  color: #1c2935;
}

/* Kereső sor */
.msref-wrap .msref-form{ margin: 0 0 18px; }
.msref-wrap .msref-form-row{
  display: flex !important;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
}
.msref-wrap .msref-input{
  flex: 1 1 520px;
  min-width: 280px;
  height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(11,77,87,.16);
  outline: none;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
}
.msref-wrap .msref-input:focus{
  border-color: var(--vtc-bg-main1);
  box-shadow: 0 0 0 4px rgba(0,163,154,.14);
}
.msref-wrap .msref-btn{
  height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  background: var(--vtc-bg-main1) !important;
  color: #fff !important;
  font-weight: 800;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.msref-wrap .msref-btn:hover{
  background: var(--vtc-bg-main2) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(11,77,87,.16);
}

/* Meta sor */
.msref-wrap .msref-meta{
  margin: 10px 0 18px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}
.msref-wrap .msref-meta strong{ font-weight: 800; }

/* Táblázat doboz */
.msref-wrap .msref-table{
  border: 1px solid rgba(11,77,87,.12) !important;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

/* A LÉNYEG: grid visszakényszerítés desktopon */
.msref-wrap .msref-row{
  display: grid !important;
  grid-template-columns: 2fr 1.15fr .7fr .75fr !important;
  gap: 16px;
  padding: 18px 16px;
  border-bottom: 1px solid rgba(11,77,87,.10);
  align-items: start;
}
.msref-wrap .msref-row:last-child{ border-bottom: 0; }
.msref-wrap .msref-row:hover{ background: rgba(225,244,242,.35); }

/* Fejléc sor */
.msref-wrap .msref-row.msref-head{
  background: rgba(236,244,244,.75);
  border-bottom: 1px solid rgba(11,77,87,.12);
  padding: 14px 16px;
}
.msref-wrap .msref-row.msref-head .msref-col{
  font-weight: 800;
  font-size: 14px;
  color: #0b4d57;
}

/* Terméknév, tipó finomítás */
.msref-wrap .msref-title{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #0b4d57;
}
.msref-wrap .msref-sub{
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #5a6a72;
}
.msref-wrap .msref-muted{ color: #5a6a72; }

/* ISO badge - FORCE */
.msref-wrap .msref-badge{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 10px;
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  color: #fff !important;
  width: max-content;
  margin-bottom: 8px;
}
.msref-wrap .msref-badge-rm{ background: #FA7D3C !important; } /* narancs */
.msref-wrap .msref-badge-crm{ background: #6D4ACF !important; } /* lila */

/* Oszlop tipó */
.msref-wrap .msref-col-cas,
.msref-wrap .msref-col-qty{
  font-size: 15px;
  font-weight: 600;
  color: #1c2935;
}

/* CTA gomb */
.msref-wrap .msref-cta{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--vtc-bg-main5) !important;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: 600;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.msref-wrap .msref-cta:hover{
  background: var(--vtc-bg-main2) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(11,77,87,.16);
}

/* Lapozó */
.msref-wrap .msref-pager{ margin-top: 14px; }
.msref-wrap .msref-pager-meta{
  color: #5a6a72;
  font-size: 14px;
  font-weight: 600;
}
.msref-wrap .msref-pager-links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.msref-wrap .msref-pager-links a,
.msref-wrap .msref-pager-links span{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(11,77,87,.16);
  background: #fff;
  color: #0b4d57;
  font-weight: 500;
  text-decoration: none;
}
.msref-wrap .msref-pager-links .current{
  background: var(--vtc-bg-main2) !important;
  border-color: var(--vtc-bg-main2) !important;
  color: #fff !important;
}

/* Mobil */
@media (max-width: 860px){
  .msref-wrap .msref-row{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
  .msref-wrap .msref-row.msref-head{ display: none !important; }
}
.msref-wrap .msref-cta{
  background: transparent !important;
  color: var(--vtc-bg-main2) !important;
  border: 1px solid rgba(11,77,87,.18);
  padding: 10px 14px;
}
.msref-wrap .msref-cta:hover{
  background: rgba(225,244,242,.55) !important;
  color: var(--vtc-bg-main2) !important;
}
.msref-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:transparent;
  border:1px solid rgba(11,108,117,.22);
  color:#0B6C75;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  line-height:1;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}

.msref-cta i{
  font-size:14px;
  transform:translateY(-.5px);
}

.msref-cta:hover{
  background:rgba(0,163,154,.10);
  border-color:rgba(11,108,117,.35);
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  transform:translateY(-1px);
  color:#0B6C75;
}
.msref-head{font-weight:700}
.msref-title{font-weight:700}
.msref-row{padding:16px 6px}
.msref-sub{font-size:13px}
/* Kapcsolat gomb finomítás */
@media (min-width: 992px){
  .msref-wrap .msref-cta{
    opacity: .85;
  }
  .msref-wrap .msref-row:hover .msref-cta{
    opacity: 1;
  }
}
.msref-wrap .msref-meta{
  opacity:.75;
}
.msref-wrap .msref-meta strong{
  font-weight:700;
}
/* HERO pöttyök a sarkokba */
.hero2{
  position: relative;            /* ha a _relative ezt már tudja, akkor is ok */
  overflow: hidden;              /* hogy ne lógjon ki */
}

/* hogy a pöttyök a tartalom mögött legyenek */
.hero2 > .container{
  position: relative;
  z-index: 2;
}

.hero2::before,
.hero2::after{
  content: "";
  position: absolute;
  width: 96px;                   /* pötty blokk mérete */
  height: 96px;
  background-image: radial-gradient(circle, rgba(7,34,40,.95) 2.2px, transparent 2.4px);
  background-size: 14px 14px;    /* pötty távolság */
  opacity: .55;
  z-index: 1;
  pointer-events: none;
}

/* bal alsó */
.hero2::before{
  left: 22px;
  bottom: 22px;
}

/* jobb felső */
.hero2::after{
  right: 22px;
  top: 22px;
}

/* mobilon kisebb */
@media (max-width: 768px){
  .hero2::before,
  .hero2::after{
    width: 72px;
    height: 72px;
    background-size: 12px 12px;
  }
}
.hero2-kicker{
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #072228;
  text-shadow: 0 4px 0 rgba(7,34,40,.14);
}

.hero2-lines{
  margin: 14px 0 0;
  line-height: 1.05;
}

.hero2-lines .hero2-item{
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .45px;
  color: #00a39a;
  text-shadow: 0 4px 0 rgba(0,0,0,.10);
  font-size: clamp(30px, 3.6vw, 56px);
  margin-top: 10px;
}

.hero2-lines .hero2-left{ text-align: left; }
.hero2-lines .hero2-center{ text-align: center; }

@media (max-width: 768px){
  .hero2-lines .hero2-center{ text-align: left; }
  .hero2-lines .hero2-item{ font-size: clamp(26px, 7vw, 40px); }
}
/* Felső fekete sor kisebb */
.hero2-kicker{
  font-size: clamp(28px, 3.0vw, 44px) !important;
  line-height: 1.1 !important;
  margin-bottom: 8px !important;
}

/* Teal sorok kisebbek */
.hero2-lines .hero2-item{
  font-size: clamp(24px, 2.7vw, 40px) !important;
  margin-top: 8px !important;
  line-height: 1.05 !important;
}

/* Kis extra: ne lógjon túl sokat */
.hero2-lines{
  margin-top: 10px !important;
}
/* Rendezett hero szöveg (balra igaz + finom lépcsőzés) */
.hero2 .main-heading{
  max-width: 620px;
}

.hero2-kicker{
  font-size: clamp(26px, 2.8vw, 40px) !important;
  line-height: 1.05 !important;
  margin: 0 !important;
  color: #072228 !important;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 900;
  text-shadow: 0 4px 0 rgba(7,34,40,.14);
}

/* kis elválasztó csík a cím alá */
.hero2-kicker::after{
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(7,34,40,.22);
}

.hero2-lines{
  margin: 14px 0 0 !important;
  line-height: 1.05 !important;
  max-width: 620px;
}

.hero2-lines .hero2-item{
  display: block;
  text-align: left !important;     /* ne legyen center */
  font-size: clamp(22px, 2.4vw, 36px) !important;
  margin-top: 8px !important;
  color: #00a39a !important;
  text-transform: uppercase;
  letter-spacing: .45px;
  font-weight: 900;
  text-shadow: 0 4px 0 rgba(0,0,0,.10);
}

/* finom lépcsőzés: 2. és 4. sor kicsit beljebb */
.hero2-lines .hero2-item:nth-child(2),
.hero2-lines .hero2-item:nth-child(4){
  padding-left: 0px;
}

/* mobilon kisebb behúzás, hogy ne csússzon */
@media (max-width: 768px){
  .hero2-lines .hero2-item:nth-child(2),
  .hero2-lines .hero2-item:nth-child(4){
    padding-left: 18px;
  }
}
.hero2-lines .hero2-item{ margin-top: 10px !important; }
.hero2-lines .hero2-item:last-child{ font-size: clamp(20px, 2.2vw, 32px) !important; }
.hero2-kicker{
  text-shadow: 0 2px 0 rgba(7,34,40,.10) !important;
}
.hero2-lines .hero2-item{
  text-shadow: 0 2px 0 rgba(0,0,0,.08) !important;
}
/* Hero slider: 1. slide ugyanott kezdődjön, mint a 2. (desktop) */
@media (min-width: 992px) {
  .hero2--pol-eko .main-heading {
    margin-top: 70px !important; /* ugyanaz az érzet, mint a jó slide-nál */
  }

  .hero2--pol-eko .main-images {
    margin-top: 280px !important; /* vissza a default arányhoz, ne csússzon fel a kép */
  }
}
/* Vékonyabb, elegánsabb szövegárnyék a POL-EKO slide-on */
.hero2--pol-eko h1,
.hero2--pol-eko .ms-hero-title {
  text-shadow: 0 2px 10px rgba(0,0,0,.10) !important;
}

.ms-wheel {
    position: relative;
    width: min(800px, 100%);
    aspect-ratio: 800 / 758;
    margin: 0 auto;
}

.ms-wheel__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}

.ms-wheel__hotspot {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--s);
    height: var(--s);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.ms-wheel__hotspot::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 163, 154, 0);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    display: none;
}

.ms-wheel__label {
    position: absolute;
    inset: 6px;
    border-radius: 999px;
    background: rgba(11, 77, 87, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 10px 12px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease;

    pointer-events: none;
    color: #ffffff;
}

.ms-wheel__title {
    font-weight: 700;
    font-size: clamp(12px, 1.55vw, 12px);
    line-height: 1.15;
    text-transform: uppercase;
}

.ms-wheel__sub {
    font-weight: 500;
    font-size: clamp(10px, 1.15vw, 12px);
    line-height: 1.25;
    margin-top: 6px;
    opacity: 1;
}

.ms-wheel__hotspot:hover .ms-wheel__label,
.ms-wheel__hotspot:focus .ms-wheel__label,
.ms-wheel__hotspot:focus-visible .ms-wheel__label {
    opacity: 1;
    transform: translateY(0);
}

.ms-wheel__hotspot:hover::after,
.ms-wheel__hotspot:focus-visible::after {
    box-shadow:
        0 0 0 2px rgba(0, 163, 154, 0.9),
        0 10px 24px rgba(0, 0, 0, 0.25);
    transform: scale(1.02);
}

/* Ha nagyon kicsi a hely, a második sor automatikusan elrejtődik */
@media (max-width: 520px) {
    .ms-wheel__sub {
        display: none;
    }
}
.research-content-single ul {
  margin-left: 20px !important;
}
/* HERO cím: automatikus méret + szép tördelés, NINCS levágás */
.common-hero-heading .ms-hero-title{
  max-width: 980px;
  font-size: clamp(28px, 3.1vw, 52px);
  line-height: 1.12;
  overflow-wrap: anywhere;
  hyphens: auto;
  text-wrap: balance;
}

/* hosszabb címeknél fokozatosan kisebb */
.common-hero-heading .ms-hero-title--lg{
  font-size: clamp(26px, 2.6vw, 46px);
  line-height: 1.10;
}
.common-hero-heading .ms-hero-title--xl{
  font-size: clamp(24px, 2.2vw, 42px);
  line-height: 1.08;
}
.common-hero-heading .ms-hero-title--xxl{
  font-size: clamp(22px, 1.9vw, 38px);
  line-height: 1.06;
}



/* scrollbar elrejtés (szép, nem csúnya) */
.common-hero-heading .page-change ul{
  scrollbar-width: none;
}
.common-hero-heading .page-change ul::-webkit-scrollbar{
  display: none;
}

.common-hero-heading .page-change li{
  display: inline-flex;
  align-items: center;
}

.common-hero-heading .ms-bc-current{
  opacity: .9;
}
.ms-card-desc ul,
.ms-card-desc ol{
  margin: 0;
  padding-left: 18px;
}

.ms-card-desc li{
  margin: 6px 0;
  line-height: 1.35;
}
/* MS Lab Pro - Kapcsolat blokk (scoped) */
.ms-contact{
  padding: 40px 0;
  --ms-teal: var(--vtc-bg-main1, #00A39A);
  --ms-navy: var(--vtc-bg-main2, #0B4D57);
  --ms-text: rgba(11, 77, 87, 0.88);
  --ms-border: rgba(11, 77, 87, 0.14);
  --ms-shadow: 0 18px 44px rgba(11, 77, 87, 0.12);
  --ms-radius: 22px;
}

.ms-contact-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

@media (max-width: 991px){
  .ms-contact-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* Bal oldal */
.ms-contact-title{
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #0b1f2a;
}

.ms-contact-meta{
  display: grid;
  gap: 14px;
  max-width: 520px;
}

.ms-meta-item{
  display: grid;
  gap: 6px;
}

.ms-meta-label{
  font-weight: 800;
  color: #0b1f2a;
}

.ms-meta-value{
  color: var(--ms-text);
}

.ms-divider{
  height: 1px;
  margin: 18px 0 18px;
  background: linear-gradient(90deg, rgba(11, 77, 87, 0.18), rgba(11, 77, 87, 0));
}

.ms-contact-cards{
  display: grid;
  gap: 16px;
  max-width: 560px;
}

.ms-card{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--ms-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(11, 77, 87, 0.10);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ms-card:hover{
  transform: translateY(-2px);
  border-color: rgba(0, 163, 154, 0.28);
  box-shadow: 0 18px 38px rgba(11, 77, 87, 0.14);
}

.ms-ico{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(0, 163, 154, 0.10);
  border: 1px solid rgba(0, 163, 154, 0.20);
}

.ms-ico img{
  width: 22px;
  height: 22px;
  display: block;
}

.ms-card-txt{
  display: grid;
  gap: 6px;
}

.ms-card-title{
  font-weight: 800;
  color: #0b1f2a;
}

.ms-card-sub{
  color: var(--ms-text);
}

/* Jobb oldal form kártya */
.ms-form-card{
  position: relative;
  background: #fff;
  border: 1px solid var(--ms-border);
  border-radius: var(--ms-radius);
  padding: 24px 24px 20px;
  box-shadow: var(--ms-shadow);
  overflow: hidden;
}

/* diszites (dot grid) */
.ms-form-card::after{
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 74px;
  height: 74px;
  background-image: radial-gradient(rgba(11, 77, 87, 0.22) 1.2px, transparent 1.2px);
  background-size: 10px 10px;
  opacity: 0.32;
  pointer-events: none;
}

.ms-form-head{
  margin-bottom: 14px;
}

.ms-form-title{
  margin: 0 0 6px;
  font-weight: 900;
  color: #0b1f2a;
}

.ms-form-desc{
  margin: 0;
  color: var(--ms-text);
  line-height: 1.6;
}

/* Form grid */
.ms-form-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
  margin-top: 16px;
}

@media (max-width: 640px){
  .ms-form-grid{
    grid-template-columns: 1fr;
  }
}

.ms-field{
  display: grid;
  gap: 8px;
}

.ms-field-full{
  grid-column: 1 / -1;
}

.ms-field label{
  font-weight: 800;
  color: var(--ms-navy);
}

.ms-field input,
.ms-field textarea{
  width: 100%;
  border: 1px solid rgba(11, 77, 87, 0.16);
  border-radius: 16px;
  padding: 13px 14px;
  background: #fff;
  color: rgba(11, 77, 87, 0.92);
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.ms-field input:focus,
.ms-field textarea:focus{
  outline: none;
  border-color: rgba(0, 163, 154, 0.60);
  box-shadow: 0 0 0 4px rgba(0, 163, 154, 0.16), 0 14px 28px rgba(11, 77, 87, 0.10);
  transform: translateY(-1px);
}

.ms-field textarea{
  min-height: 150px;
  resize: vertical;
}

/* Checkbox */
.ms-check{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  user-select: none;
  color: var(--ms-text);
  line-height: 1.6;
}

.ms-check input{
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--ms-teal);
}

.ms-check a{
  color: var(--ms-teal);
  text-decoration: none;
}

.ms-check a:hover{
  text-decoration: underline;
}

/* Actions */
.ms-actions{
  display: flex;
  justify-content: flex-end;
}

.ms-btn{
  background: var(--ms-teal);
  border: 1px solid rgba(0, 163, 154, 0.55);
  color: #fff;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 900;
  letter-spacing: 0.2px;
  box-shadow: 0 14px 30px rgba(0, 163, 154, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ms-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 163, 154, 0.26);
}

.ms-btn:active{
  transform: translateY(0);
  box-shadow: 0 12px 24px rgba(0, 163, 154, 0.20);
}

.ms-footnote{
  color: rgba(11, 77, 87, 0.65);
  font-size: 14px;
  line-height: 1.5;
}

/* Honeypot */
.ms-hp{
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.service2-single-slider .heading-area h4 a{
  line-height: 24px;
}
.ms-privacy-wrap{
  margin:0 auto;
  padding:40px 0 20px;
}

.ms-privacy-list{
  max-width:980px;
  margin:0 auto;
  padding:0 16px;
  display:grid;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  gap:16px;
}

@media (max-width: 840px){
  .ms-privacy-list{
    grid-template-columns:1fr;
  }
}

.ms-privacy-link{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:16px 18px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#fff;
  text-decoration:none;
  color:inherit;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ms-privacy-link:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(0,0,0,.08);
  border-color:rgba(0,163,154,.35);
}

.ms-privacy-link:focus-visible{
  outline:3px solid rgba(217,158,75,.45);
  outline-offset:3px;
}

.ms-privacy-ico{
  flex:0 0 22px;
  width:22px;
  height:22px;
  margin-top:2px;
  color:var(--vtc-bg-main2, #0B4D57);
}

.ms-privacy-title{
  font-size:18px;
  font-weight:700;
  line-height:1.45;
}
.ms-privacy-title:hover,.ms-privacy-link:hover {
  color: #0b4d57;
}
.ms-privacy-list > a.ms-privacy-link{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.ms-privacy-list > a.ms-privacy-link .ms-privacy-ico{
  margin-top: 0 !important;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ms-privacy-list > a.ms-privacy-link .ms-privacy-ico svg{
  display: block;
}

.ms-privacy-list > a.ms-privacy-link .ms-privacy-title{
  display: block;
  text-align: left !important;
  text-align-last: left !important;
  line-height: 1.35;
  word-break: normal;
}

/* Ajánlatkérés kártya: ne vigye el a fókuszt */
#ajanlat.details-sidebar{
  background:#fff !important;
  border:1px solid #e2e8f0;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(11, 77, 87, 0.06);
}

/* Desktopon induljon picit lejjebb, hogy a bal oldali szöveg legyen az első */
@media (min-width: 992px){
  #ajanlat.details-sidebar{ margin-top: 20px; }
}

/* Cím finomabb */
#ajanlat.details-sidebar h3{
  font-weight:700;
  letter-spacing:-0.2px;
}
#ajanlat.details-sidebar h3:after{
  content:"";
  display:block;
  width:46px;
  height:3px;
  border-radius:999px;
  margin-top:10px;
  background:#00A39A;
}

/* Inputok: “MSLabPro clean” */
#ajanlat .contact-area form input,
#ajanlat .contact-area form textarea{
  margin-top:14px;
  padding:12px 14px;
  border:1px solid #d7e3ea;
  border-radius:12px;
  background:#f8fafc;
  width:100%;
  transition: box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#ajanlat .contact-area form input:focus,
#ajanlat .contact-area form textarea:focus{
  outline:none;
  background:#fff;
  border-color: rgba(0, 163, 154, 0.70);
  box-shadow:0 0 0 4px rgba(0, 163, 154, 0.10);
}

#ajanlat .contact-area form textarea{
  min-height:120px;
  resize:vertical;
}

/* Checkbox sor: szép, kattintható, nem csúnya */
#ajanlat .ms-quote-consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-top:14px;
  padding:10px 12px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#f6f9fc;
  cursor:pointer;
}
#ajanlat .ms-quote-consent input{
  margin-top:2px;
  width:18px;
  height:18px;
  accent-color:#00A39A;
}
#ajanlat .ms-quote-consent span{
  font-size:14px;
  line-height:1.35;
  color:#1c2935;
}
#ajanlat .ms-quote-consent a{
  color:#0B4D57;
  text-decoration:underline;
}

/* Gomb: marad teal, de ne legyen túl “rádiós” */
#ajanlat .theme-btn15{
  width:100%;
  margin-top:16px;
  border-radius:12px;
  background:#00A39A;
  border:1px solid rgba(0, 163, 154, 0.25);
  box-shadow:0 10px 18px rgba(0, 163, 154, 0.14);
}
#ajanlat .theme-btn15:hover{
  background:#00A39A;
  transform: translateY(-1px);
  box-shadow:0 14px 22px rgba(0, 163, 154, 0.18);
}
/* Ajánlatkérés sidebar: kompakt méretek */
#ajanlat.details-sidebar{
  padding: 16px 16px !important;
  border-radius: 14px;
}

/* Cím + leírás kisebb */
#ajanlat h3{
  font-size: 22px !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}

#ajanlat p{
  font-size: 16px !important;
  line-height: 1.45 !important;
  margin-top: 8px !important;
  margin-bottom: 10px !important;
}

/* Aláhúzás rövidebb */
#ajanlat h3:after{
  width: 40px !important;
  height: 3px !important;
  margin-top: 8px !important;
}

/* Inputok alacsonyabbak, kisebb betű */
#ajanlat .contact-area form input,
#ajanlat .contact-area form textarea{
  margin-top: 10px !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
  border-radius: 12px !important;
}

/* Textarea ne legyen óriási */
#ajanlat .contact-area form textarea{
  min-height: 96px !important;
}

/* Checkbox blokk kompaktabb, kevesebb helyet foglaljon */
#ajanlat .ms-quote-consent{
  margin-top: 10px !important;
  padding: 8px 10px !important;
  border-radius: 12px !important;
  gap: 8px !important;
}

#ajanlat .ms-quote-consent span{
  font-size: 13px !important;
  line-height: 1.35 !important;
}

#ajanlat .ms-quote-consent input{
  width: 16px !important;
  height: 16px !important;
}

#ajanlat .theme-btn15{
  margin-top: 12px !important;
  padding: 15px !important;
  font-size: 16px !important;
  border-radius: 12px !important;
}
/* Sidebar kártya: ne legyen túl széles */
@media (min-width: 1200px){
  .sidebar-area-all{
    max-width: 340px;
  }
}

/* Ajánlatkérés: kevesebb figyelmet vigyen */
#ajanlat.details-sidebar{
  background:#fff !important;
  border:1px solid #e2e8f0;
  box-shadow:0 6px 16px rgba(11, 77, 87, 0.05);
}

/* Még kompaktabb mezők */
#ajanlat .contact-area form input{
  padding: 10px 12px !important;
}

#ajanlat .contact-area form textarea{
  min-height: 80px !important;
}

/* Gomb kevésbé "ordít", de marad teal */
#ajanlat .theme-btn15{
  box-shadow:0 8px 14px rgba(0, 163, 154, 0.12) !important;
}
/* Ajánlatkérés összecsukható dobozka */
#ajanlat{
  background:#fff !important;
  border:1px solid #e2e8f0;
  border-radius:14px;
  box-shadow:0 6px 16px rgba(11, 77, 87, 0.05);
}

/* details reset */
#ajanlat .ms-quote-details{
  margin:0;
}

#ajanlat .ms-quote-details > summary{
  list-style:none;
}

#ajanlat .ms-quote-details > summary::-webkit-details-marker{
  display:none;
}

/* summary = kompakt fej */
#ajanlat .ms-quote-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  cursor:pointer;
  padding:2px 2px 0;
}

#ajanlat .ms-quote-summary-left{
  min-width:0;
}

#ajanlat .ms-quote-title{
  font-size:20px;
  line-height:1.2;
  font-weight:800;
  color:#0b4d57;
  letter-spacing:-0.2px;
}

#ajanlat .ms-quote-sub{
  margin-top:4px;
  font-size:13px;
  line-height:1.35;
  color:#51626f;
}

/* jobb oldali CTA a summary-ban */
#ajanlat .ms-quote-cta{
  flex:0 0 auto;
  font-size:13px;
  font-weight:700;
  color:#00A39A;
  padding:8px 10px;
  border-radius:10px;
  background:#f3fbfa;
  border:1px solid rgba(0, 163, 154, 0.18);
  display:inline-flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}

#ajanlat .ms-quote-arrow{
  display:inline-block;
  transform: translateY(-1px);
  transition: transform .18s ease;
  font-size:18px;
  line-height:1;
}

/* nyitott állapot */
#ajanlat details[open] .ms-quote-arrow{
  transform: rotate(90deg);
}

/* body */
#ajanlat .ms-quote-body{
  margin-top:10px;
  padding-top:12px;
  border-top:1px solid #eef2f6;
}

/* mezők kompaktabbak */
#ajanlat .contact-area form input,
#ajanlat .contact-area form textarea{
  margin-top:10px;
  padding:10px 12px;
  font-size:14px;
  border-radius:12px;
  border:1px solid #d7e3ea;
  background:#f8fafc;
  line-height: 22px;
  width:100%;
  transition: box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#ajanlat .contact-area form input:focus,
#ajanlat .contact-area form textarea:focus{
  outline:none;
  background:#fff;
  border-color: rgba(0, 163, 154, 0.70);
  box-shadow:0 0 0 4px rgba(0, 163, 154, 0.10);
}

#ajanlat .contact-area form textarea{
  min-height:86px;
  resize:vertical;
}

/* checkbox sor szép */
#ajanlat .ms-quote-consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-top:10px;
  padding:10px 10px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#f6f9fc;
  cursor:pointer;
}

#ajanlat .ms-quote-consent input{
  margin-top:2px;
  width:16px;
  height:16px;
  accent-color:#00A39A;
}

#ajanlat .ms-quote-consent span{
  font-size:13px;
  line-height:1.35;
  color:#1c2935;
}

#ajanlat .ms-quote-consent a{
  color:#0b4d57;
  text-decoration:underline;
}

/* gomb: full width, de nem túl magas */
#ajanlat .theme-btn15{
  width:100%;
  margin-top:12px;
  padding:12px 14px;
  font-size:14px;
  border-radius:12px;
  background:#00A39A;
  box-shadow:0 8px 14px rgba(0, 163, 154, 0.12);
}

#ajanlat .theme-btn15:hover{
  background:#00A39A;
  transform: translateY(-1px);
  box-shadow:0 12px 18px rgba(0, 163, 154, 0.16);
}
/* Segíthetünk? dobozka ugyanabban a stílusban */
#ms-help{
  background:#fff !important;
  border:1px solid #e2e8f0;
  border-radius:14px;
  box-shadow:0 6px 16px rgba(11, 77, 87, 0.05);
}

#ms-help .ms-quote-details{
  margin:0;
}

#ms-help .ms-quote-details > summary{
  list-style:none;
}

#ms-help .ms-quote-details > summary::-webkit-details-marker{
  display:none;
}

#ms-help .ms-quote-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  cursor:pointer;
  padding:2px 2px 0;
}

#ms-help .ms-quote-title{
  font-size:18px;
  line-height:1.2;
  font-weight:800;
  color:#0b4d57;
  letter-spacing:-0.2px;
}

#ms-help .ms-quote-sub{
  margin-top:4px;
  font-size:13px;
  line-height:1.35;
  color:#51626f;
}

#ms-help .ms-quote-cta{
  flex:0 0 auto;
  font-size:13px;
  font-weight:700;
  color:#0b4d57;
  padding:8px 10px;
  border-radius:10px;
  background:#f6f9fc;
  border:1px solid #e2e8f0;
  display:inline-flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}

#ms-help .ms-quote-arrow{
  display:inline-block;
  transform: translateY(-1px);
  transition: transform .18s ease;
  font-size:18px;
  line-height:1;
}

#ms-help details[open] .ms-quote-arrow{
  transform: rotate(90deg);
}

#ms-help .ms-quote-body{
  margin-top:10px;
  padding-top:12px;
  border-top:1px solid #eef2f6;
}

#ms-help .buttons a{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:12px;
}
/* Megnyitás gomb: ne legyen szürke/disabled hatás */
#ajanlat .ms-quote-cta,
#ms-help .ms-quote-cta{
  color:#0b4d57 !important;
  background:#f3fbfa !important;
  border:1px solid rgba(0, 163, 154, 0.28) !important;
  box-shadow:0 6px 12px rgba(0, 163, 154, 0.10);
}

#ajanlat .ms-quote-summary:hover .ms-quote-cta,
#ms-help .ms-quote-summary:hover .ms-quote-cta{
  transform: translateY(-1px);
  box-shadow:0 10px 16px rgba(0, 163, 154, 0.14);
}

/* A kis nyíl is legyen teal-esebb */
#ajanlat .ms-quote-arrow,
#ms-help .ms-quote-arrow{
  color:#00A39A;
}
/* Ajánlatkérés nyitva: Megnyitás gomb legyen "Bezárás" jellegű */
#ajanlat details[open] .ms-quote-cta{
  background:#f6f9fc !important;
  border-color:#e2e8f0 !important;
  color:#0b4d57 !important;
  box-shadow:none !important;
}
#ajanlat details[open] .ms-quote-cta::before{
  content:"Bezárás";
}
#ajanlat details[open] .ms-quote-cta{
  font-size:0 !important;
}
#ajanlat details[open] .ms-quote-cta::before{
  font-size:13px;
  font-weight:700;
}
#ajanlat textarea{
  min-height:70px !important;
  transition: min-height .2s ease;
}
#ajanlat textarea:focus{
  min-height:120px !important;
}
@media (min-width: 992px){
  .research-details .col-lg-3{
    position: relative;
  }
  .sidebar-area-all{
    width: 100%;
  }
}
.sidebar-area-all{ box-sizing:border-box; max-width:100%; }

#ajanlat .contact-area form input::placeholder {
  font-size: 14px !important;
}

@media (min-width: 992px){
  .ms-spec-table{
    width: 100%;

  }
  .ms-spec-table th,
  .ms-spec-table td{
    white-space: normal;
    word-break: break-word;
 
    line-height: 1.35;
    padding: 10px 10px;
  }
 
}

.ms-table-wrap{ overflow: visible !important; }

.ms-cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
  margin: 18px 0 22px;
}

.ms-cta-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:12px;
  background:#00A39A;
  color:#fff;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 10px 18px rgba(0,163,154,.14);
}

.ms-cta-primary:hover{
  background:#00A39A;
  transform: translateY(-1px);
  box-shadow:0 14px 22px rgba(0,163,154,.18);
  color: #fff;
}

.ms-cta-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:12px;
  background:#f6f9fc;
  color:#0b4d57;
  font-weight:800;
  text-decoration:none;
  border:1px solid #e2e8f0;
}

.ms-cta-secondary:hover{
  background:#f6f9fc;
  transform: translateY(-1px);
}
#ajanlat-urlap{ margin-top: 25px; }
.ms-quote-section{
  margin: 34px auto 0;
  max-width: 980px;
}
#ajanlat-urlap{ scroll-margin-top:120px; }

.ms-quote-section{
  margin: 44px auto 24px;
  max-width: 980px;
}

.ms-quote-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(11, 77, 87, 0.06);
  padding: 18px 18px 16px;
}

.ms-quote-title{
  font-size: 20px;
  font-weight: 800;
  color:#0b4d57;
  letter-spacing:-0.2px;
  margin: 0;
}

.ms-quote-lead{
  margin: 10px 0 0;
  color:#51626f;
  line-height:1.55;
}

.ms-quote-success{
  margin-top:14px;
  padding:12px 14px;
  border-radius:12px;
  background:#e9fbf8;
  color:#0b4d57;
  font-weight:700;
  line-height:1.45;
  font-size: 15px;
  border:1px solid rgba(0,163,154,0.25);
}

.blog2-box .image{
  height: 300px;           
  border-radius: 12px;
  background: #f1f5fd;
}

.blog2-box .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;     
  display: block;
}

.blog2-box:hover .image img{
  transform: scale(1.06) rotate(1deg);
  transition: all .35s ease;
}


.blog2-box .heading2{
  margin: -32px 24px 0 24px;  
  border-radius: 12px;
  padding: 16px 16px 14px;
  min-height: 150px;       
  display: flex;
  flex-direction: column;
}

.blog2-box .heading2 h4 a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.blog2-box .author-area1{
  margin-top: auto;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.blog2-divider{
  margin: 14px 0;
}

@media (max-width: 767px){
  .blog2-box .image{ height: 210px; }
  .blog2-box .heading2{ margin: -26px 16px 0 16px; }
}