@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&amp;display=swap");

@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;
  }
}
.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;
}

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: 26px;
  overflow-x: hidden;
  z-index: -33;
  position: relative;
}

.sp {
  padding: 100px 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 {
  --vtc-text-title-1: #10002B;
  --vtc-text-pera-1: #6C757D;
  --vtc-text-pera-2: #CFCCD5;
  --vtc-text-white: #fff;
  --vtc-bg-main1: #4A43DD;
  --vtc-bg-main2: #0A0571;
  --vtc-bg-main3: #058C42;
  --vtc-bg-main4: #C5F66E;
  --vtc-bg-main5: #174940;
  --vtc-bg-common-1: #F1F5FD;
  --vtc-bg-white: #ffffff;
  --vtc-border-1: #E5E7EB;
  --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;
  --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: black;
}

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

.pera1 {
  color: black;
}

.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: #4A43DD;
}

.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: black;
  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: #4A43DD;
  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: #03256c;
  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: #03256c; /* --- 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 #4A43DD;
  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: white;
  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: linear-gradient(135deg, #a8e063, #56ab2f);
  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 #4A43DD;
  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;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 3.5);
  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: linear-gradient(to bottom, #1a7a00, #0e5000);*/
  background: linear-gradient(135deg, #a8e063, #56ab2f);
  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;
  position: relative;
  left: 5px;
}
.theme-btn3 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
  position: relative;
  left: 5px;
}
.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: #675ffc;
  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: capitalize;
  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: #0A0571;
  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: #0A0571;
  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: #0A0571;
  z-index: -3;
}

.btn_theme_active4 span {
  background: #2019a3;
}

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

.theme-btn5 {
  color: #0A0571;
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 21px;
  text-transform: capitalize;
  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: #0A0571;
  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;
}

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

.btn_theme_active5 {
  color: #0A0571;
  position: relative;
  z-index: 0;
}

.btn_theme_active5::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -3;
  border: 1px solid #0A0571;
  border-radius: 111px;
}

.btn_theme_active5 span {
  background: #0A0571;
}

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

.theme-btn6 {
  color: #0A0571;
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 19px 22px;
  text-transform: capitalize;
  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: #0A0571;
  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: black;
  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: #4caf50;
}

.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;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 3.5);*/
  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;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 3.5);*/
  background: linear-gradient(135deg, #a8e063, #56ab2f);
  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;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 3.5);
}
.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;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 3.5);
  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: linear-gradient(135deg, #a8e063, #56ab2f);
  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: #6A5BF7;
  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: #6A5BF7;
  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: #6A5BF7;
  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 #6A5BF7;
}
.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: #6A5BF7;
  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: #6A5BF7;
  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 #6A5BF7;
}
.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: -111px;
  top: -600px !important;
}

.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: #0A0571;
  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: #4A43DD;
}
.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: #4A43DD;
}
.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: #4A43DD;
}
.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: #0A0571;
  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: #0A0571;
  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.html);
  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);
}

.service2-slider .slick-dots {
  margin: 0;
  position: absolute;
  bottom: -18px;
  left: 44%;
  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) {
  .service2-slider .slick-dots {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .service2-slider .slick-dots {
    bottom: -25px;
  }
}
.service2-slider .slick-dots li {
  margin: 0 0.25rem;
}
.service2-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;
}
.service2-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;
}
.service2-slider .slick-dots li.slick-active button {
  background-color: #1a7a00;
}
.service2-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: #4A43DD;
}
.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: #4A43DD;
}
.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: 0px;
}
.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: #4A43DD;
}
.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: #4A43DD;
}
.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: #4A43DD;
}
.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.html);
  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: #4A43DD;
}
.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: #4A43DD;
}
.solution1 .icon-box.color1 .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #4A43DD;
  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: #4A43DD;
  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: #4A43DD;
  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: #4A43DD;
}
.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: #4A43DD;
}
.solution1 .icon-box2.color1 .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #4A43DD;
  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: #4A43DD;
  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: #4A43DD;
  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: #0A0571;
}

.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.html);
  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: 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.html);
  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.html);
  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.html);
  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.html);
  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: 960px;
  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: 80px;
  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: 650px;
  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.html);
  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.html);
  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.html);
  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: 470px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-hero .common-hero-heading {
  padding-top: 225px;
}
@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: var(--vtc-bg-main1);
}
@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;
  background: rgb(24, 22, 49);
  background: linear-gradient(90deg, rgb(24, 22, 49) 0%, rgb(16, 0, 43) 50%, rgb(24, 22, 49) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-sec u {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border-top: 5px solid #bdfc4e;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  animation: 2s Rotate linear infinite;
  -webkit-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 u:before {
  border-top: 5px solid #4A43DD;
  transform: rotate(180deg);
}
.preloader-sec u:after {
  border-top: 5px solid #C27A1B;
  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,
.preloader-sec .app-loader svg {
  height: auto;
}
.preloader-sec .app-loader svg {
  width: 90px;
  height: 120px;
  opacity: 0.9;
}
.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 #path3857 {
  animation: pop 3.5s infinite;
}
.preloader-sec #path3855 {
  animation: pop 2.5s infinite;
}
.preloader-sec #path3728 {
  fill: #4A43DD;
  animation: skew 1s 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: #0A0571;
  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: #0A0571;
  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.html);
  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.html);
  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 #4A43DD;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.tes1-slider-all .slick-dots li.slick-active button {
  background-color: #4A43DD;
}
.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: #4A43DD;
  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: #4A43DD;
  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: 30px;
  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;
      height: calc(100% + 0vh);
  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 rgb(35 108 18 / 33%);
}
.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: #4A43DD;
  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: 65px;
  width: 65px;
  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: linear-gradient(to bottom, #1a7a00, #0e5000);
}
.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: #4A43DD;
}
.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: #4A43DD;
}
.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: #4A43DD;
}
.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, #0A0571);
  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: -100px 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.html);
  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: #4A43DD;
}
.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: #4A43DD;
}
.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: #4A43DD;
}
.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: #4A43DD;
}
.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: #4A43DD;
}
.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: linear-gradient(135deg, #a8e063, #56ab2f);
  color: #fff;
}*/

.coppy-right1 {
  border-top: 1px solid var(--vtc-border-1);
  margin-top: 20px;
}
@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: 20px;
}
.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: 3px 0px 3px;
  position: relative;
  background: transparent;
  width: 100%;
  z-index: 999;
}

.site-logo {
  max-width: 130px;
  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: #4A43DD;
  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: white;
  box-shadow: 0px 1px 10px #2a6c3e;
  /*border-top: 40px solid #2e9f00;*/
}
.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: #4A43DD;
  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: #4A43DD;
  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: #4A43DD;
}
.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: capitalize;
  z-index: 1;
  background-color: #4A43DD;
}
.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: #4A43DD;
}
.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: #4A43DD;
  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: #4A43DD;
  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: #4A43DD;
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: #4A43DD;
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a {
  color: black;
  font-size: 17px;
  display: block;
  font-weight: 600;
  padding: 8px 22px;
  transition: all 0.3s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a:hover {
  color: #156800;
}
.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;*/
  box-shadow: 0px 0px 10px #197600;
  /*animation-fill-mode: forwards;*/
  background-color: white;
  /*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: #4A43DD;
}
.header-area.header-area1 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: #4A43DD;
  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: 18px;
}
.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: #4A43DD;
  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: #4A43DD;
  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: #0A0571;
}
.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: capitalize;
  z-index: 1;
  background-color: #0A0571;
}
.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: #0A0571;
}
.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: #0A0571;
  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: #0A0571;
  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: #0A0571;
  transition: all 0.4s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: #0A0571;
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}
.header-area.header-area2 .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-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: #0A0571;
}

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

.header-area.header-area2 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main {
  color: #0A0571;
}
.header-area.header-area2 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: #0A0571;
  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: capitalize;
  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: capitalize;
  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: capitalize;
  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: #4A43DD;
  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: #4A43DD;
  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: #4A43DD;
}
.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: capitalize;
  z-index: 1;
  background-color: #4A43DD;
}
.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: #4A43DD;
}
.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: #4A43DD;
  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: #4A43DD;
  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: #4A43DD;
  transition: all 0.4s;
}
.header-area.inner-header .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: #4A43DD;
  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: #4A43DD;
}
.header-area.inner-header .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: #4A43DD;
  border-radius: 4px;
  width: 4px;
  left: -10px;
  opacity: 1;
}




/*HARISH*/

@media (min-width: 1700px) {
    .container {
        max-width: 1550px;
    }
}
.spl-lft-100{
  left: 100px !important;
}
.post-card.style-2 {
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}

.post-card.style-2:hover .btn-wrapper {
  transform: translate(-8px, 8px);
  transition: all 0.3s ease;
  transform: rotate(45deg);
}

.post-card.style-2:hover .shape {
  visibility: hidden;
  opacity: 0;
  transform: translate(60px, -60px);
  transition: all 0.3s ease;
}

.post-card.style-2 .content {
      background-color: #ECF4FE;
    padding: 30px 25px 20px;
    border-radius: 30px;
    text-align: center;
    min-height: calc(100% - 20px);
}

@media (max-width: 576px) {
  .post-card.style-2 .content {
    padding: 28px;
  }
}

.post-card.style-2 .content .post-meta {
  margin-top: 0;
  margin-bottom: 24px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .post-card.style-2 .content .title {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .post-card.style-2 .content .title {
    font-size: 24px;
  }
}

.post-card.style-2 .content .btn-wrapper {
  margin-top: 64px;
  display: flex;
  justify-content: end;
  position: relative;
}

.post-card.style-2 .content .btn-wrapper .text-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: /* $heading-font */ ;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  color: /* $black */ ;
  transition: all 0.3s ease;
}

.post-card.style-2 .content .btn-wrapper .text-btn:hover {
  gap: 12px;
  transition: all 0.3s ease;
}

.post-card.style-2 .content .btn-wrapper .text-btn:hover i {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.post-card.style-2 .content .btn-wrapper .text-btn i {
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.post-card.style-2 .btn-wrapper {
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  transition: all 0.3s ease;
}

.post-card.style-2 .btn-wrapper .circle-arrow-btn {
  width: 64px;
  height: 64px;
}

.post-card.style-2 .shape {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
}
.juscon-center{
  justify-content: center !important;
}
.spl-font-22{
  font-size: 22px !important;
}
.spl-font-21{
  font-size: 21px !important;
}
.spl-font-16{
  font-size: 16px !important;
}
.spl-font-30{
  font-size: 30px !important;
}
.txt-justy {
  text-align: justify !important;
}
/** industries-section **/
.industries-section{
  position: relative;
}
.industries-section .inner-container{
  position: relative;
  display: block;
  border: 1px solid #e6ebed;
}
.industries-section .content-box{
  position: relative;
  margin: 0px 15px;
}
.industries-section .inner-container .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.industries-section .industries-block,
.industries-section .title-column{
  padding: 0px;
}
.industries-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 40px 30px 40px;
}
.industries-block:nth-child(2n+1) .industries-block-one .inner-box{
  background: #f0f5f7;
  border: 1px solid #e6ebed;
}
.industries-block:nth-child(3) .industries-block-one .inner-box{
  border-top: none;
}
.industries-block:last-child .industries-block-one .inner-box{
  border-bottom: none;
  border-right: none;
}
.industries-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #4caf50;
  margin-bottom: 40px;
}
.industries-block-one .inner-box h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 3px;
}
.industries-block-one .inner-box h3{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 16px;
}
.industries-block-one .inner-box h3 a{
  display: inline-block;
  color: black;
}
.industries-block-one .inner-box h3 a:hover{
}
.industries-block-one .inner-box .link{
  position: absolute;
  top: 40px;
  right: 30px;
  transform: scale(0,0);
  transition: all 500ms ease;
}
.industries-block-one .inner-box:hover .link{
  transform: scale(1,1);
}
.industries-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 56px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.industries-block-one .inner-box .link a:hover{
  background: #0f5200;
}
.industries-section .sec-title{
  padding: 82px 30px 0px 50px;
}
.industries-section .shape-box .shape{
  position: absolute;
  width: 80px;
  height: 70px;
}
.industries-section .shape-box .shape-1{
  left: -20px;
  top: 100px;
  background: #9ad75a;
}
.industries-section .shape-box .shape-2{
  left: -55px;
  top: 163px;
}
.industries-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.spl-font-16 {
  font-size: 16px !important;
}
.hexagon_shape{
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
}
.industries-block-one .inner-box h6{
  color: #10b1b4;
}
.industries-block-one .inner-box h3 a:hover{
  color: #4caf50;
}
.industries-block-one .inner-box .link a{
      background: linear-gradient(135deg, #a8e063, #56ab2f);
}
.industries-section .shape-box .shape-2{
  background: #62b337;
}
/*-------------------------
    Footer Area
-------------------------*/

.copyright-area {
  background-color: #0f5200;
}

.copyright-area-inner .qry-copy {
  color: #fff;
  font-size: 0.8rem;
}

.copyright-area-inner .qry-copy i {
  color: var(--main-color-one);
}

.copyright-area-inner .qry-copy a {
  font-weight: 500;
}

/* Footer Area */
.footer-top {
  background-image: url("../img/bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-us-area.style-2 {
    padding-top: 136px;
    padding-bottom: 140px;
}

.about-us-area.style-2 .section-title {
    margin-bottom: 0;
}

.about-us-area.style-2 .main-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.about-us-area.style-2 .main-content .counter-card-wrapper {
    display: flex;
    gap: 80px;
}

.about-us-area.style-2 .video-popup-btn a i {
    font-size: 24px;
    color: #000; /* $black */
    margin-left: 6px;
}

/* ========== RESPONSIVE: ABOUT-US-AREA ========== */

/* lg */
@media (max-width: 991.98px) {
    .about-us-area.style-2 .section-title {
        margin-left: 40px;
    }

    .about-us-area.style-2 .main-content .counter-card-wrapper {
        gap: 30px;
    }
}

/* sm */
@media (max-width: 575.98px) {
    .about-us-area.style-2 .main-content .counter-card-wrapper {
        gap: 12px;
        flex-direction: column;
    }
}

/* ============================================= */
/*               TESTIMONIAL AREA                */
/* ============================================= */

.testimonial-slider-area {
    position: relative;
}

.testimonial-slider-area.style-1 {
    padding-top: 110px;
}

.testimonial-slider-area.style-1 .testimonial-bg-wrapper {
    background: linear-gradient(135deg, #1a7a00, #46c900);
    border-radius: 30px;
    position: relative;
}

.testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-one {
    position: absolute;
    width: 100%;
    height: 165px;
    top: 0;
    left: 0;
    border-radius: 0 0 30px 0;
    background-color: #fff; /* $white */
}

.testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-one .sticky-left {
    position: absolute;
    left: 0;
    bottom: -35px;
    transform: rotate(-90deg);
}

.testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-one .sticky-top-right {
    position: absolute;
    top: 0;
    right: -35px;
    transform: rotate(-90deg);
}

.testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-two {
    position: absolute;
    width: 230px;
    height: 82px;
    bottom: 0;
    right: 0;
    border-radius: 30px 0 0 0;
    background-color: #fff; /* $white */
    z-index: 1;
}

.testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-two .sticky-bottom-right {
    position: absolute;
    left: -35px;
    bottom: 0px;
    transform: rotate(90deg);
}

.testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-two .sticky-right {
    position: absolute;
    top: -35px;
    right: 0;
    transform: rotate(90deg);
}

.testimonial-slider-area.style-1 .testimonial-bg-wrapper .image {
    margin-right: 60px;
    margin-bottom: -36px;
    position: relative;
}

.testimonial-slider-area.style-1 .testimonial-bg-wrapper .image img {
    border-radius: 35px;
    position: relative;
    left: 120px;
    width: 66%;
    top: -110px;
    object-fit: cover;
    z-index: 2;
}

.testimonial-slider-area.style-1 .content-wrapper {
    gap: 18px;
}

.testimonial-slider-area.style-1 .btn-wrapper {
    justify-content: flex-end;
    width: 100%;
}

.testimonial-slider-area.style-1 .btn-wrapper .comma-btn {
    margin-bottom: 10px;
}

.testimonial-slider-area.style-1 .slider-area-wrapper {
    padding: 25px 55px 48px 0;
    padding-left: 0;
}

.testimonial-slider-area.style-1 .slider-area-wrapper .section-title {
    margin-bottom: 30px;
}

.testimonial-slider-area.style-1 .slider-area-wrapper .section-title .short-title-wrapper {
    border-bottom: 1px solid white;
}

/* ====== RESPONSIVE: TESTIMONIAL AREA ====== */

/* xl */
@media only screen and (max-width: 1199.98px) {
    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-one {
        height: 130px;
    }

    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .image {
        margin-right: 100px;
        width: 100%;
    }

    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .image img {
        width: 440px;
        height: 670px;
        top: -60px;
    }

    .testimonial-slider-area.style-1 .slider-area-wrapper {
        padding-bottom: 140px;
    }
}

/* lg */
@media (max-width: 991.98px) {
    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-one {
        height: 100px;
    }

    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .image {
        margin-right: 30px;
        width: 100%;
    }

    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .image img {
        top: -50px;
        left: 40px;
        width: 390px;
        height: 620px;
    }

    .testimonial-slider-area.style-1 .slider-area-wrapper {
        padding-bottom: 110px;
    }

    .testimonial-slider-area.style-1 .slider-area-wrapper .section-title {
        margin-bottom: 35px;
    }
}

/* md */
@media (max-width: 767.98px) {
    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-one {
        display: none;
    }

    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .image {
        margin-right: 0;
        padding: 40px;
        margin-bottom: 0;
    }

    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .image img {
        left: 0px;
        top: 0px;
        height: 350px;
        width: 100%;
    }

    .testimonial-slider-area.style-1 .btn-wrapper .comma-btn {
        margin-bottom: 0;
    }

    .testimonial-slider-area.style-1 .slider-area-wrapper {
        padding-left: 48px;
        padding-top: 0;
    }
}

/* sm */
@media (max-width: 575.98px) {
    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-one {
        display: none;
    }

    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-two {
        display: none;
    }

    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .image {
        margin-right: 0;
        margin-bottom: 0;
    }

    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .image img {
        left: 0px;
        top: 0;
        border-radius: 30px 30px 0 0;
        height: 350px;
        width: 100%;
    }

    .testimonial-slider-area.style-1 .btn-wrapper .comma-btn {
        width: 60px;
    }

    .testimonial-slider-area.style-1 .slider-area-wrapper {
        padding: 20px 24px;
    }

    .testimonial-slider-area.style-1 .slider-area-wrapper .section-title {
        margin-bottom: 30px;
    }
}

/* Custom range from original SCSS */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .shape-one {
        height: 140px;
    }

    .testimonial-slider-area.style-1 .testimonial-bg-wrapper .image img {
       /* width: 500px;
        height: 730px;*/
    }
}
.user-img img{
  border-radius: 50%;
}
/* Slick Dots Wrapper */
.slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    list-style: none;
}

/* Remove default button styles */
.slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    background: white;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

/* Active Dot */
.slick-dots li.slick-active button {
    background: #43f14a;  /* Change to your theme color */
    width: 28px;          /* Make active dot look like a pill */
    border-radius: 20px;
}

/* Hover effect */
.slick-dots li button:hover {
    background: #43f14a;
}
.spl-martop120 {
  margin-top: 120px !important;
}
.spl-paddtop100 {
  padding-top: 100px !important;
}
.col-white {
  color: white !important;
}

/** about-section **/

.about-section{
  position: relative;
}

.about-section .image-box{
  position: relative;
  display: block;
  padding-right: 35px;
}

.about-section .image-box img{
  width: 100%;
}

.about-section .image-box .image-inner{
  position: relative;
  clip-path: polygon(25% 0%, 75% 0%, 107.70% 50%, 75% 100%, 25% 100%, -7.70% 50%);
}

.about-section .image-box .image-inner .image{
  position: relative;
  transform: rotate(-90deg);
}

.about-section .image-box .text{
  position: absolute;
  left: 40px;
  bottom: 12px;
  width: 180px;
  height: 180px;
  line-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.about-section .image-box .text h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}

.about-section .image-box .text h2 span{
  position: absolute;
  top: -14px;
  right: 6px;
  font-weight: 400;
}

.about-section .image-box .text h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.about-section .image-box .shape-box .shape{
  position: absolute;
  width: 80px;
  height: 70px;
}

.about-section .image-box .shape-box .shape-1{
  left: 55px;
  top: 0px;
  background: #16436f;
}

.about-section .image-box .shape-box .shape-2{
  left: 20px;
  top: 64px;
  z-index: 1;
}

.about-section .image-box .shape-box .shape-3{
  right: -5px;
  bottom: 125px;
  z-index: 1;
  background: #16436f;
}

.about-section .content-box .sec-title{
  margin-bottom: 31px;
}

.about-section .content-box .text{
  margin-bottom: 23px;
}

.about-section .content-box .inner-box{
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.about-section .content-box .inner-box .single-item{
  position: relative;
  display: block;
}

.about-section .content-box .inner-box .single-item .count-text{
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 44px;
  font-family: 'Saira', sans-serif;
  margin-bottom: 14px;
  padding-right: 15px;
}

.about-section .content-box .inner-box .single-item .count-text:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 0px;
  bottom: 10px;
}

.about-section .content-box .inner-box .single-item h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 13px;
}

.bg-color-1{
  background: #f0f5f7;
}
.spl-mainhead {
  font-size: 32px !important;
}















@media (min-width: 1200px) {
  .spl-mainhead {
    font-size: 32px !important;
  }
}

@media (max-width: 1199px) {
  .spl-mainhead {
    font-size: 26px !important;
  }
}
@media (max-width: 1500px) {
  .about1-images .shape {
    left: -37px;
    top: -75px !important;
  }
}


@media (min-width: 1200px) and (max-width: 1500px) {
  .post-card.style-2 .content {
    background-color: #ECF4FE;
    padding: 42px 14px 46px !important;
    border-radius: 30px;
    text-align: center;
    height: 100%; 
  }
  .spl-font-21{
    font-size: 19px !important;
  }
}
.spl-testi {
  position: absolute;
  top: -85px;
  right: 600px;
}
.icon img {
  filter: brightness(0) invert(1);
}
.linehei18{
  line-height: 1.8 !important;
}
@media (max-width: 1400px) {
  .testimonial-slider-area.style-1 .testimonial-bg-wrapper .image img {
    border-radius: 35px;
    position: relative;
    left: 72px;
    width: 80%;
    top: 0px !important;
    object-fit: cover;
    z-index: 2;
  }
}

/***
=============================================
  Page Header
=============================================
***/
.page-header {
    position: relative;
    display: block;
    top: 0px;
    margin-top: 36px;
    padding: 90px 0px 90px;
    overflow: hidden;
    z-index: 1;
}
.new-details {
    background: #fc7320;
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-black);
/*    background-blend-mode: luminosity;*/
    background-attachment: scroll;
/*    background-position: center center;*/
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000000f;
    opacity: 0.75;
    z-index: -2;
    content: "";
}

.page-header__inner {
    position: relative;
    display: block;
}

.page-header__inner .thm-breadcrumb {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.page-header__inner .thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #008138;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.016em;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-left: 8px;
    padding-right: 13px;
}

.page-header__inner .thm-breadcrumb li.active {
    color: #fff;
}

.page-header__inner .thm-breadcrumb li::before {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 6px;
    width: 2px;
    background: #008138;
    transform: rotate(15deg);
    content: "";
}

.page-header__inner .thm-breadcrumb li:last-child:before {
    display: none;
}

.page-header__inner .thm-breadcrumb li:first-child {
    padding-left: 0;
}

.page-header__inner .thm-breadcrumb li:last-child {
    padding-right: 0;
}
.page-header__inner .thm-breadcrumb  i {

  color: #008138 !important;
}

.page-header__inner .thm-breadcrumb li a {
    color: #008138;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.016em;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.page-header__inner .thm-breadcrumb li a:hover {
    color: #000;
}

.page-header__inner h2 {
    color: #000;
    font-size: 30px;
    /*text-align: center;*/
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
/*    text-shadow: 3px 2px black;*/
}
.new-breadcrumb .thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.016em;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-left: 8px;
    padding-right: 13px;
}

.new-breadcrumb .thm-breadcrumb li.active {
    color: #fff;
}

.new-breadcrumb .thm-breadcrumb li::before {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 6px;
    width: 1px;
    background: #fff;
    transform: rotate(15deg);
    content: "";
}

.new-breadcrumb .thm-breadcrumb li:last-child:before {
    display: none;
}

.new-breadcrumb .thm-breadcrumb li:first-child {
    padding-left: 0;
}

.new-breadcrumb .thm-breadcrumb li:last-child {
    padding-right: 0;
}

.new-breadcrumb .thm-breadcrumb li a {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.016em;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.new-breadcrumb .thm-breadcrumb li a:hover {
    color: #d7d7d7;
}
#dynamic-breadcrumb .new-breadcrumb .thm-breadcrumb li a {
    font-weight: 400;
}
#dynamic-breadcrumb .thm-breadcrumb {
    margin: 0 80px;
}
.alicon-center {
  align-content: center !important;
}

.inner-box .single-item {
    text-align: left;
    margin-bottom: 25px;
}

/* Number (01, 02) above the title */
.inner-box .count-text {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #125d00;  /* teal */
    margin-bottom: 8px;
    letter-spacing: 0.03em;
}

.inner-box .count-text::after {
    content: ".";
}

/* Title */
.inner-box .single-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
    color: black;
}

/* Description */
.inner-box .single-item p {
    margin: 0;
    font-size: 15px;
    color: black;
    line-height: 1.7;
}

/* Optional spacing for mobile */
@media (max-width: 767.98px) {
    .inner-box .count-text {
        font-size: 28px;
    }
}
/* ====== Statements Section ====== */

.statements-section {
    background-color: #ffffff;
}

/* small label */
.statements-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #00a3c8;
    position: relative;
    padding-top: 10px;
    display: inline-block;
}

.statements-label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00a3c8;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* main heading */
.statements-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #08274b;
}

/* cards */
.statement-card {
    max-width: 320px;
    margin-inline: auto;
}

/* hexagon wrapper */
.hexagon-wrapper {
    width: 210px;
    aspect-ratio: 1 / 1.1; /* keeps hexagon proportion */
    position: relative;
}

/* main hexagon with image */
.hexagon-image {
    width: 100%;
    height: 100%;
    clip-path: polygon(
        25% 5%,
        75% 5%,
        100% 50%,
        75% 95%,
        25% 95%,
        0 50%
    );
    border: 2px solid #00a3c8;
    overflow: hidden;
    background-color: #f5f7fb;
}

.hexagon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* small teal hexagon badge */
.hexagon-badge {
    position: absolute;
    right: -10px;
    bottom: 18px;
    width: 70px;
    aspect-ratio: 1 / 1.1;
        background: linear-gradient(135deg, #a8e063, #56ab2f);
    clip-path: polygon(
        25% 5%,
        75% 5%,
        100% 50%,
        75% 95%,
        25% 95%,
        0 50%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
}

/* text under hexagon */
.statement-title {
    font-size: 20px;
    font-weight: 700;
    color: black;
}

.statement-text {
    font-size: 16px;
    color: black;
    line-height: 1.7;
    margin: 0;
}

/* ====== Responsive tweaks ====== */

@media (max-width: 991.98px) {
    .statements-title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .statements-title {
        font-size: 26px;
    }
    .hexagon-wrapper {
        width: 180px;
    }
}

/* ===== Background + overlay ===== */
.lab-services-hero {
  position: relative;
  padding: 80px 0;
  color: #ffffff;
  background-image: url("assets/images/lab-bg.jpg"); /* change to your image */
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.lab-services-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 26, 52, 0.75); /* dark blue overlay */
  z-index: 1;
}

.lab-services-hero .container {
  position: relative;
  z-index: 2;
}

/* ===== Left service list ===== */

.lab-service-list {
  margin: 0;
  padding: 0;
}

.lab-service-item {
  margin-bottom: 8px;
}

.lab-service-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background: rgba(7, 61, 112, 0.85);
  clip-path: polygon(
      0 0,
      90% 0,
      100% 50%,
      90% 100%,
      0 100%,
      5% 50%
  );
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.lab-service-item.active .lab-service-inner {
  background: #00b7c8;
  transform: translateX(5px);
}

/* hover state */
.lab-service-inner:hover {
  background: rgba(0, 183, 200, 0.8);
}

/* active number circle */
.lab-service-no {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #00b7c8;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

/* arrow icon for non-active items */
.lab-service-icon {
  margin-right: 14px;
  font-size: 14px;
  color: #ffffff;
}

.lab-service-item.active .lab-service-icon {
  display: none;
}

.lab-service-item:not(.active) .lab-service-no {
  display: none;
}

.lab-service-name {
  font-weight: 600;
  font-size: 16px;
}

/* arrows */
.lab-service-arrows .arrow-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #ffffff;
  color: #0a2f59;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.lab-service-arrows .arrow-btn:hover {
  background: #00b7c8;
  color: #ffffff;
}

/* ===== Right hexagon panel ===== */

.lab-hex-panel {
  max-width: 380px;
  padding: 40px 40px 46px;
  background: #0a2f59;
  clip-path: polygon(
      25% 0,
      75% 0,
      100% 50%,
      75% 100%,
      25% 100%,
      0 50%
  );
}

.lab-hex-label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #16d4d8;
  margin-bottom: 12px;
}

.lab-hex-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 18px;
}

.lab-hex-text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 26px;
  color: #d0e0ff;
}

.lab-hex-btn {
  display: inline-block;
  padding: 10px 26px;
  background: #ffffff;
  color: #0a2f59;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.lab-hex-btn:hover {
  background: #16d4d8;
  color: #0a2f59;
}

/* ===== Responsive tweaks ===== */

@media (max-width: 991.98px) {
  .lab-services-hero {
    padding: 60px 0;
  }
  .lab-hex-panel {
    margin-top: 24px;
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .lab-hex-title {
    font-size: 24px;
  }
  .lab-service-inner {
    padding: 14px 18px;
  }
}

/* ABOUT LAB SECTION */
.lab-section {
    position: relative;
}

/* Hexagon container */
.hexagon-wrapper {
    width: 330px;
    height: 370px;
    background: url('assets/images/hexagon-outline.png') no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hex-main {
    width: 78%;
    border-radius: 12px;
}

/* Small surrounding circles */
.small-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    position: absolute;
}

.small-img-1 { top: -20px; left: 10%; }
.small-img-2 { top: -20px; right: 8%; }
.small-img-3 { bottom: 20px; left: -10px; }

/* Green Badge */
.exp-badge {
    width: 120px;
    height: 120px;
    background: #2fba41;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 25px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 20px;
    box-shadow: 0px 0px 25px rgba(47,186,65,0.4);
}

.exp-badge h4 {
    font-size: 38px;
    margin: 0;
}

.exp-badge p {
    font-size: 12px;
    margin: 0;
    letter-spacing: .5px;
}

/* Right Content */
.about-label {
    color: #3ac65b;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-title {
    font-size: 36px;
    font-weight: 800;
    color: #112665;
}

.desc {
    color: #555;
    margin-bottom: 30px;
    max-width: 450px;
}

.feature-block img {
    filter: hue-rotate(90deg);
}

/* RESPONSIVE SETTINGS */
@media (max-width: 992px) {
    .hexagon-wrapper {
        margin: 0 auto;
    }

    .small-img {
        width: 70px;
        height: 70px;
    }

    .exp-badge {
        width: 100px;
        height: 100px;
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .small-img-1,
    .small-img-2,
    .small-img-3 {
        display: none !important;
    }

    .exp-badge {
        bottom: -20px;
        right: 50%;
        transform: translateX(50%);
    }
}

/** processing-section **/

.processing-section{
  position: relative;
  padding: 120px 0px 115px 0px;
}

.processing-section .sec-title .sub-title{
  color: #fff;
}

.processing-section .sec-title .sub-title:before,
.processing-section .sec-title .sub-title:after{
  background: #fff;
}

.processing-block-one .inner-box{
  position: relative;
  display: block;
  padding: 0px 50px;
  /*right: 50px;*/
  text-align: center;
}

.processing-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
}

.processing-block-one .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 140px;
  height: 130px;
  line-height: 170px;
  font-size: 56px;
  right: 70px;
  padding-left: 30px;
  color: #fff;
  z-index: 1;
}

.processing-block-one .inner-box .icon-box .icon:before{
  position: absolute;
  content: '';
  width: 180px;
  height: 170px;
  left: 0px;
  top: 0px;
  background: linear-gradient(to bottom, #1a7a00, #0e5000);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  z-index: -1;
}

.processing-block-one .inner-box .icon-box .count-text{
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  font-family: 'Saira', sans-serif;
  font-weight: 500;
  z-index: 1;
  top: -1px;
  right: -47px;
}

.processing-block-one .inner-box .icon-box .count-text:before{
  position: absolute;
  content: '';
  width: 48px;
  height: 40px;
  left: 0px;
  top: 0px;
  background: #4caf50;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  z-index: -1;
}

.processing-block-one .inner-box .icon-box .count-text:after{
  position: absolute;
  content: '';
  width: 38px;
  height: 32px;
  left: 6px;
  top: 4px;
  background: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  z-index: -1;
}

.processing-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 80px;
}

.processing-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: black;
  font-weight: 500;
  margin-bottom: 9px;
}

.processing-block-one .inner-box .lower-content p{
  color: black;
}

.processing-block-one .inner-box .shape{
  position: absolute;
  top: 75px;
  right: -46%;
  transform: translateX(-50%);
  width: 216px;
  height: 16px;
  background-repeat: no-repeat;
}

.processing-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.lab-feature-boxes {
    position: relative;
    /*margin-top: -110px;*/
    z-index: 10;
}

.feature-card {
    background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),
            url('../../assets/img/service/service-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 25px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.shape-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: auto;
    opacity: 0.20;   /* same as your before opacity */
    pointer-events: none;
}

.icon-box {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #eaf7ea;
    color: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.feature-card h6 {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-card h4 {
    font-size: 18px;
    color: #0d1b3e;
    font-weight: 700;
}

.feature-card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.spl-bor100 {
  border-radius: 100px;
}
.spl-font-25 {
  font-size: 25px !important;
}
.serv-ul li::before {
  font-family: "FontAwesome";
  content: "\f55c";
  padding-right: 10px;
}
.spl-font16 {
  font-size: 16px;
}
.indus-ul li{
  border: 2px solid orange;
  border-radius: 40px;
  padding: 12px;
  font-size: 16px;
  width: 31%;
}
/*.indus-ul {
  justify-content: space-between;
}*/
.img-fluid {
  max-width: 600px !important;
}
.diagnostic-section {
    background: #ffffff;
}

.diagnostic-title {
    font-size: 34px;
    font-weight: 700;
    color: #112655; /* dark navy like theme */
    line-height: 1.3;
}

/* Card general */
.diagnostic-card {
    text-align: center;
}

/* ===== HEXAGON IMAGE ===== */
.hex-wrap {
    position: relative;
    display: inline-block;
}

.hex-outer {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    border-width: 2px 0;
    border-style: solid;
    border-color: #1d4ed8;
    padding: 4px;
    box-sizing: border-box;
}

.hex-inner {
    width: 100%;
    height: 100%;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    overflow: hidden;
}

.hex-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Small blue hex with icon */
.hex-small {
    position: absolute;
    bottom: 14px;
    right: 12px;
    width: 75px;
    height: 65px;
    background: #1d4ed8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

/* Text under hex */
.diag-name {
    font-size: 18px;
    font-weight: 700;
    color: #112655;
    margin-bottom: 10px;
}

.diag-text {
    font-size: 14px;
    color: #777777;
    max-width: 320px;
    margin: 0 auto;
}

/* Slider dots */
.diag-dots {
    margin-top: 10px;
}

.diag-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d4d4d4;
    margin: 0 4px;
}

.diag-dots span.active {
    background: #1d4ed8;
    width: 10px;
    height: 10px;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .hex-outer {
        width: 190px;
        height: 220px;
    }
    .diagnostic-title {
        font-size: 26px;
    }
}

.hex-wrap:hover .spl-rotat {
  transform: rotate(-45deg);
}
.spl-rotat {
  transition: transform 0.8s ease; /* adjust speed */
}
.col-black {
  color: black;
}
.spl-cont-a a{
  display: block;
  font-size: 16px;
}


/*whatsapp*/
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 230px;
  right: 32px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
background: none !important;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 1002;
bottom: 180px;
right: 20px;
font-size: 18px;
height: 45px;
width: 45px;
padding: 4px;
border-radius: 30px;
/*box-shadow: 0 1px 15px rgb(32 33 36 / 61%);*/
}
a.blantershow-chat svg {
  transform: scale(1.2);
}
.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 60px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
}
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  resize: none;
  padding: 9px;
  font-size: 14px;
  border-radius: 0px;
  min-height: 50px;
}
a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}
#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.whatsapp-message-container {
  display: flex;
  z-index: 1;
}
.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
  padding: 4px 0px 0px 2px;
  background-color: #e6ddd4;
  position: relative;
}
.dAbFpq {
  display: flex;
  z-index: 1;
}
.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
  position: relative;
  display: flex;
}
.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}
.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}
.kAZgZq {
/*  padding: 7px 14px 6px;*/
 /* background-color: white;
  border-radius: 0px 8px 8px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
  position: absolute;
  background-image: url("../../solar-image/images/whatsapp/side-extend.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}*/
.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.phone .phon1 {
    position: fixed;
    bottom: 135px;
    right: 44px;
    z-index: 9;
    width: 35px;
}

.call-phone {
    height: 40px;
    z-index: 1003;
    position: fixed;
    right: 23px;
    bottom: 117px;
}
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 45px;
    background: linear-gradient(135deg, #a8e063, #56ab2f);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999;
}

.scroll-to-top.active {
    opacity: 1;
    visibility: visible;
}

.scroll-bar-text span {
    font-size: 20px;
    color: #fff;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .processing-block-one .inner-box .shape {
    position: absolute;
    top: 75px;
    right: -63%;
    transform: translateX(-50%);
    width: 216px;
    height: 16px;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1401px) and (max-width: 1700px) {
  .processing-block-one .inner-box .shape {
    position: absolute;
    top: 75px;
    right: -56%;
    transform: translateX(-50%);
    width: 216px;
    height: 16px;
    background-repeat: no-repeat;
  }
}
.spl-input {
  height: 57px;
}
.spl-font18 {
  font-size: 18px !important;
}
.spl-resicon img {
  filter: none!important;
  width: 40px;
  padding-top: 10px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .spl-mainhead {
    font-size: 26px !important;

  }
  .text-18 {
    font-size: 16px;
  }
  
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .right-min70 {
    right: -10px !important;
  }
  .left-70 {
    left: 20px;
  }

}
.spl-career {
  height: 40px;
}
.single-input {
  margin-bottom: 15px;
}
/*.sticky .header-elements .main-menu-ex ul li a{
  color: white !important;

}*/
.spl-txtarea {
  height: 100px;
}

.sticky .theme-btn1 {
    display: inline-block;
    padding: 18px 10px 18px 24px;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border-radius: 111px;
    position: relative;
    z-index: 2;
    border: none;
    overflow: hidden;
    background-color: white;
    transition: all 0.4s;
}
.spl-vials {
  color: #4caf50;
}
.testimonial-nav .single-testimonial-nav img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}

.testimonial-arrows {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.testimonial-arrows button {
  border: none;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.star-list {
  display: flex;
  position: relative;
  /*right: 70px;*/
}
/* Section background + spacing */
.testimonial3-section-area {
  background-color: #058C42;
}

/* Stars row */
.star-list {
  padding: 0;
  margin: 10px 0 20px;
}
.star-list li {
  list-style: none;
  margin: 0 4px;
}
.star-list i {
  color: #FFD700;         /* gold star */
  font-size: 18px;
}

/* Testimonial text */
.slider-testimonial .single-testimonial h5 {
  /*max-width: 820px;*/
  margin: 0 auto 25px;
  line-height: 1.7;
}

/* Author block */
.author-area {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.author-area .image img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.author-area .heading a {
  display: block;
  margin-bottom: 2px;
}
.author-area .heading p {
  margin-bottom: 0;
  opacity: 0.9;
}

/* Arrows same as screenshot */
.testimonial-sliders {
  position: relative;
}
.testimonial-arrows {
  position: absolute;
  top: 38%;
  left: -130px;
  right: -130px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 7%;
  pointer-events: none;           /* container ignores click */
}
.testimonial-arrows button {
  pointer-events: auto;           /* but buttons are clickable */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  cursor: pointer;
}
.testimonial-arrows i {
  font-size: 16px;
  color: #111827;
}

/* Small tweak for mobile */
@media (max-width: 767.98px) {
  .testimonial-arrows {
    padding: 0 15px;
  }
  .slider-testimonial .single-testimonial h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
.spl-blkimg img{
  filter: none !important;
}
.comma-btn img{
  filter: brightness(0) invert(1);
}

.product-grid{
    border-radius: unset;
    padding: 8px;
    font-size: 16px;
    background-color: #007108;
    margin-bottom: 10px;
    color: #fff;
}
.breadcums-text:hover{
color: #fff;
}

.marqueeinfinite {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;

    overflow: hidden;
    background: #195c1b;
    white-space: nowrap;
}
.infinite-mar{
 color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;


}
.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 25s linear infinite;
  &:hover {
    animation-play-state: paused;
    color: #fff;
  }
}
.marqueeinfinite span {
  float: left;
  width: 50%;
  overflow: hidden;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.scroll-left {
height: 30px; 
overflow: hidden;
position: relative;

}
.mbl-blck{
display: none;
}
.s-p{
    font-size: 15px !important;
        line-height: var(--pbmit-body-typography-line-height) !important;
        color: black !important;
}

.s-p p{
    margin-bottom: 15px;
}


@media (max-width: 991px) {
.mb-center{
    text-align: center !important;
}
}
.spl-inpfile {
  font-size: 14px !important;
}
.spl-subicon {
  filter: invert(51%) sepia(29%) saturate(1535%) hue-rotate(82deg) brightness(90%) contrast(85%);
}
.spl-active {
  color: #4caf50 !important;
}
.spl-icon-col {
  color: #166d00 !important;
}
.footer-social-area1 li:hover .spl-icon-col{
  color: white !important;
}
/*.footer-social-area1 li:hover a{
      background: linear-gradient(135deg, #a8e063, #56ab2f);
}*/
.spl-footlogo {
      background: white;
    padding: 10px;
    border-radius: 10px;
}
.facebook-icon {
    color: #1877F2 !important;
    font-size: 22px !important;
    margin-top: 9px !important;
}
.a-facebook-icon:hover {
  background-color: #1877F2;
}
.instagram-icon {
    color: #E1306C !important;
    font-size: 22px !important;
    margin-top: 9px !important;
}
.a-instagram-icon:hover {
    background: #E1306C;
}

.linkedin-icon {
    color: #0A66C2 !important;
    font-size: 22px !important;
    margin-top: 9px !important;
}

.a-linkedin-icon:hover {
    background: #0A66C2;
}
.twitterx-icon {
    color: black !important;
    font-size: 22px !important;
    margin-top: 9px !important;
}
.a-twitterx-icon:hover {
    background: black;
}
.spl-open {
    color: white;
    font-size: 16px;
    padding-top: 8px;
}
.spl-opendiv {
    position: fixed;
    z-index: 1000;
    text-align: right;
    width: 100%;
    padding-right: 30px;
}
.spl-open-mob {
    color: white;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.spl-opendiv-mob {
    position: relative;
    background-color: #2e9f00;
    z-index: 1000;
    text-align: center;
    width: 100%;
}
.spl-borrad20 {
  border-radius: 20px;
}
.spl-borrgt {
  border-right: 2px solid white;
}
.spl-font16 {
  font-size: 16px;
}
.top-swapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.swap-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.6s ease;
    white-space: nowrap;      /* remove this if you want wrapping */
}

.swap-text.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-area1 .header-elements .main-menu-ex ul li a {
    color: black;
    font-size: 17px;
    display: block;
    font-weight: 600;
    padding: 8px 3px;
    transition: all 0.3s;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .header-area.header-area1 .header-elements .main-menu-ex ul li a {
    color: black;
    font-size: 17px;
    display: block;
    font-weight: 600;
    padding: 8px 15px;
    transition: all 0.3s;
  }
}
.spl-swap {
  white-space: pre-wrap !important;
}
.spl-borr {
  /*border-bottom: 1px solid black;*/
  padding-left: 10px !important;
}
.spl-mt0 {
  margin-top: 0px !important;
}


@media (max-width: 991px) {
  .split-line {
    text-align: center !important;
  }
  .text-18 {
    font-size: 15px !important;
  }
  .spl-mainhead {
    font-size: 22px !important;
  }
  .text-16 {
    font-size: 15px;
  }
  .post-card.style-2 {
    position: relative;
    overflow: hidden;
    margin-right: 15px;
    margin-left: 15px;
  }
  .industries-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px 20px 20px 20px;
  }
  .spl-martop120 {
     margin-top: 0px !important; 
  }
  .spl-paddtop100 {
    padding-top: 40px !important;
  }
  .spl-footnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-header {
    position: relative;
    display: block;
    top: 0px;
    padding: 90px 0px 40px;
    overflow: hidden;
    z-index: 1;
  }
  .statement-title {
    font-size: 18px;
    font-weight: 700;
    color: black;
  }
  .circle-progress-box2 .progresbar
  {
    margin-top: 10px;
    text-align: center;
    display: block;
    align-items: center;
  }
  .spl-font18 {
    font-size: 17px !important;
  }
  .spl-font16 {
    font-size: 15px;
  }
  .cta2-images {
    position: relative;
    height: 340px;
  }
  .tes4-single-slider {
    border-radius: 8px;
    border: 1px solid #EAEBEB;
    padding: 10px;
    margin: 0px 10px;
    height: calc(100% + 0vh);
    transition: all 0.4s;
  }
  .marqueeinfinite {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 35px;
    color: #fff;
    overflow: hidden;
    background: #195c1b;
    white-space: nowrap;
    /* top: 40px; */
  }
}

@media (max-width: 430px) {
  .service2-slider .slick-dots {
    margin: 0;
    position: absolute;
    bottom: -25px !important;
    left: 20% !important;
    margin-top: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-left: -62px;
}
}

@media (min-width: 431px) and (max-width: 767px) {
  .service2-slider .slick-dots {
    margin: 0;
    position: absolute;
    bottom: -25px;
    left: 27%;
    margin-top: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-left: -62px;
}
}

@media (min-width: 701px) and (max-width: 991px) {
  .spl-move {
    top: 85px !important;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #367837;
  padding: 6px 0;
  position: relative;
  top: 0px;
}

.marquee-content {
  display: inline-flex;
  animation: marquee-scroll 18s linear infinite;
}

.marquee-content span {
  padding: 0 50px;
  font-size: 17px;
  color: #fff;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #367837;
    padding: 10px 0;
    position: relative;
    top: 0px; 
  }
  .spl-bann-move {
    top: 0px !important;
  }
}

@media (max-width: 767px) {
  .page-header {
        position: relative;
        display: block;
        top: 35px;
        padding: 40px 0px 40px;
        overflow: hidden;
        z-index: 1;
        margin-top: 87px;
    }

}

@media (max-width: 991px) {
  .marq-bg {
    background-color: #195c1b;
    position: fixed;
    top: 95px !important;
    z-index: 100;
  }
  
}

.jssor-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: #ffffffba;
  border-radius: 26px;
  cursor: pointer;
  z-index: 20;
}

.jssor-arrow-left {
  left: 25px;
}

.jssor-arrow-right {
  right: 25px;
}

.jssor-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #333;
  pointer-events: none; /* important: let the parent receive the click */
}
.marq-bg {
  background-color: #195c1b;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 90px;
}
.margquee-list {
  color: white;
  font-size: 17px;
  padding: 6px 0px 0px 0px;
}
.spl-wid30 {
  width: 30px;
}
.spl-hide {
  font-size: !important;
  color: white !important;
}
.spl-log-wid {
  width: 85px !important;
  height: 85px !important;
}

@media (max-width: 991px) {
  .page-header__inner h2 {
    color: #000;
    font-size: 20px !important;
    line-height: 30px !important;
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
  }
}

.about-two {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .about-two {
    padding-top: 80px;
  }
}
.about-two__heading {
  width: 171px;
  height: 171px;
  background-color: var(--villoz-base, #537eac);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 26px;
  color: var(--villoz-white, #fff);
  font-weight: 600;
  padding: 0 42px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: -13px;
  top: 88px;
  box-shadow: 0px 20px 20px 0px rgba(21, 29, 42, 0.1);
  -webkit-animation-name: treeMove;
  animation-name: treeMove;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 767px) {
  .about-two__heading {
    top: 0;
    left: 0;
  }
}
.about-two__heading::after {
  position: absolute;
  right: 36px;
  bottom: 1px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent var(--villoz-base, #537eac) transparent;
  transform: rotate(17deg);
}
.about-two__thumb-area {
  position: relative;
  margin: 0 -9px 0 -45px;
}
@media (max-width: 1299px) {
  .about-two__thumb-area {
    margin: 0 -39px 0 0;
  }
}
@media (max-width: 1199px) {
  .about-two__thumb-area {
    margin: 0;
    max-width: 624px;
  }
}
.about-two__thumb {
  position: relative;
  max-width: 624px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 900 834" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(0 834) scale(.1 -.1)"> <path d="m5936 8143c-11-11-6-23 9-23 8 0 15 4 15 9 0 13-16 22-24 14z"/> <path d="m6059 8089c-8-31-3-79 7-79 9 0 11 11 7 38-5 34-11 52-14 41z"/> <path d="m6260 8066c0-16 7-27 21-31 30-10 34 0 12 29-23 32-33 33-33 2z"/> <path d="m6515 8079c-10-14-1-21 19-13 9 3 13 10 10 15-7 12-21 11-29-2z"/> <path d="m5863 8053c-7-2-13-13-13-24 0-14 7-19 26-19 25 0 26-2 21-41-3-23-13-47-24-54-15-11-16-16-5-27 20-20 44 2 57 55 11 43 10 49-5 60-10 7-19 21-21 31-4 21-17 27-36 19z"/> <path d="m5925 8051c-7-12 12-24 25-16 11 7 4 25-10 25-5 0-11-4-15-9z"/> <path d="m6110 8015c-15-18 4-29 29-15 11 5 39 10 62 10 57 0 46 6-23 13-41 4-60 2-68-8z"/> <path d="m6290 7995c-10-13-7-17 24-30 25-11 36-22 36-36 0-19-4-21-39-16-25 3-44 0-52-9-8-7-38-16-66-20-44-5-53-4-53 9 0 21 34 31 59 18 27-15 31-14 31 8 0 25-43 54-58 39-9-9-16-7-30 5-33 30-47 21-43-25 1-10-5-17-16-18-76-3-116-13-121-32-2-11-23-28-46-39-23-10-48-24-57-30-24-17-49-4-49 26 0 32-18 32-30 0-5-14-17-25-26-25s-30-7-47-16c-61-32-66-34-72-24-10 15-35 12-35-5 0-9-9-15-23-15-13 0-34-13-49-30-15-18-36-30-50-30s-41-15-62-35c-21-19-45-35-52-35-8 0-22-4-32-9-68-35-91-42-117-39-24 2-29 7-27 24 1 12-4 27-13 34-22 18-31-14-16-57 15-41 11-46-49-67-32-11-48-12-57-4-10 8-13 7-13-5 0-8 6-17 12-19 10-4 10-11 2-29l-11-24-12 23c-13 25-51 30-51 7 0-8 5-24 12-35 16-25 1-41-16-17-8 10-26 17-47 17-29-1-38-7-62-45-28-44-30-45-85-47-31 0-69 0-84 1-21 2-28-2-28-16 0-25-19-43-46-43-37 0-52-10-47-31 4-15 0-19-20-19-14 0-29-4-32-10-3-5-15-10-26-10-10 0-27-4-37-9-9-5-25-12-35-15-9-3-22-17-27-31s-21-30-34-35-28-15-33-22c-11-18-71-45-114-52-19-4-52-15-72-25s-39-16-42-13c-11 11-5 50 10 62 20 17 19 36-4 59-12 12-16 24-10 32 9 15-8 42-22 33-5-3-9-14-9-25 0-24-18-25-27-2-4 10-20 28-35 41s-28 30-28 37c0 29-59 57-127 61-40 3-78 12-97 23-52 31-106 21-157-28-43-41-63-49-74-31-3 5-22-2-42-16-26-17-45-23-61-19-27 7-62-18-62-43 0-10-6-12-22-8-13 4-53 7-91 6-46-1-74 4-89 14-31 22-71 20-86-4s-33-25-79-3c-29 13-41 14-67 5-48-17-70-15-94 11-25 26-20 37 15 37 32 0 29 22-8 43-38 21-78 22-85 2-5-11-21-15-60-15s-54-4-54-13c0-20 33-47 58-47 21 0 52-24 52-41 0-5-15-28-32-52-32-43-34-44-88-42-30 0-60 4-66 8-17 10-24-2-24-40s-16-44-29-9c-8 20-18 24-72 29-89 8-125-19-112-87 6-29 24-34 43-11 18 22 39 18 50-9 5-13 14-26 21-28 9-3 9-9 0-26-14-27-56-29-84-5-18 17-20 17-38-6-21-26-26-90-7-109 6-6 11-25 10-42-1-27 3-32 30-37 16-3 32-12 35-19 3-8 13-14 23-14 73 0 61-60-12-64-25-1-33-7-38-25-3-13-14-27-25-31-30-11-108 1-128 19-18 15-21 14-43-12-18-21-32-28-53-25-34 3-57-14-66-50-3-15-15-36-26-48-22-24-17-50 13-59 32-11 43-48 23-79-18-27-18-27 14-59 23-25 31-42 31-70 0-30 4-37 20-37 11 0 20-3 19-7-2-20-58-98-68-95-6 1-16 3-23 5-6 1-16-8-23-20-8-15-15-19-26-13-26 15-41-3-29-34 12-34 6-46-25-46-17 0-26-8-34-32-11-30-12-30-30-14-23 21-41 14-41-15 0-22-29-26-48-7-21 21-33-4-17-36 20-37 11-62-23-71-42-10-93-45-102-71-6-15-23-27-50-35-22-7-40-15-40-18s-6-14-14-23c-11-15-16-16-56-2-28 10-46 12-53 5-15-15-1-39 25-43 21-3 23-9 25-73 3-57 0-72-14-84-13-9-14-15-5-18 6-3 12-12 12-20 0-14-3-13-25 1-36 23-53 20-57-11-2-19-10-29-23-31-11-2-33-16-48-30l-29-27-19 24c-18 22-20 22-44 7-14-9-32-27-40-40-9-13-25-26-36-29s-23-15-26-27c-4-17-11-20-27-15-48 15-60 11-81-31-11-22-59-80-107-128-49-48-88-90-88-93 0-13 33-140 41-155 25-50 49-127 49-160 0-30 5-39 27-50 27-13 31-21 53-124 8-36 20-69 53-141 5-12 6-36 2-55-10-44-10-113 0-166 5-29 3-57-5-83-11-34-11-44 5-78 9-22 24-42 31-45 8-3 14-15 14-26s7-23 15-26c28-11 15-30-52-74-37-25-72-47-78-49-5-2-28-16-50-30s-47-30-56-36c-9-5-43-31-75-57s-66-53-75-60-20-30-24-52c-6-37-4-41 44-85 30-28 51-56 51-68 0-15-20-36-65-68-36-25-86-64-112-86-27-22-60-51-75-64-16-13-28-29-28-37 0-7 22-35 48-63 86-90 112-129 112-170 0-24 11-55 30-87 17-26 30-55 30-62 0-8 9-18 20-21s25-16 31-28c7-12 18-26 25-30 8-4 14-19 14-32 0-14 4-25 9-25 14 0 30-55 20-71-16-25-9-44 27-67 42-26 43-26 80-7 19 10 32 11 39 4 6-6 6-12 0-17-25-18-35-42-29-66 7-30 22-34 31-8 13 33 47 72 64 72 10 0 21 5 24 11 4 5 19 8 34 4 22-5 29-1 43 27 9 18 18 44 20 58 3 22 9 25 46 28 23 2 42 7 42 12 0 11 88 11 96-1 9-15 46-10 59 7 15 21 52 10 61-18 6-19 7-19 16-5 5 10 18 17 30 17 17 0 19-4 14-25-4-14-2-34 3-44 12-22-7-71-26-71-13 0-18-51-7-63 15-15 35 7 29 33s-4 28 32 33c48 6 59-7 55-68-4-45-6-48-53-70-41-19-57-21-94-14-55 10-91-3-100-38-7-29-31-25-28 5 2 16-4 23-22 28-14 3-25 12-25 20 0 16-28 18-50 4-12-7-12-12-2-22 6-6 12-20 12-30s11-23 24-28c22-8 66-59 66-75 0-4-17-5-39-1-28 4-42 2-51-9-17-21-30-19-30 4 0 11-3 22-7 24-15 9-53-13-53-30 0-10-16-42-36-71l-37-53-30 31c-19 19-39 30-58 30-34 0-79-39-79-69 0-17-6-21-30-21-22 0-30-5-30-18 0-20 18-42 35-42 7 0 17 11 23 25 14 29 42 33 42 6s-41-50-105-57c-34-4-54-11-52-18 5-16 69-24 122-16 32 5 45 3 49-7 11-28-14-57-29-33-4 6-11 7-17 4-7-5-5-12 7-20 23-17 12-48-14-39-24 7-31-3-24-38 4-20 10-26 22-23 19 6 81-47 81-68 0-10-13-16-42-18-36-3-44-7-46-26-3-17 2-25 18-29 13-3 20-12 18-22-4-16-10-16-70-4-20 4-30 0-40-16-15-25-31-27-48-6-13 16-50 21-50 6 0-5 11-16 25-25 20-13 25-25 25-55 0-34-3-38-20-34-46 12-77-66-47-117 9-15 14-29 11-32-2-3 0-17 6-32 8-23 12-25 30-14 28 18 37 2 32-55-3-37-10-51-30-65-14-9-44-37-68-62-33-34-46-42-55-33-18 18-55-11-63-47-3-17-12-30-20-30s-27-11-42-25-31-25-36-25c-6 0-7-14-3-32 6-27 5-31-6-20-7 6-21 12-31 12-16 0-16-3-6-20 14-22 43-27 53-9 4 6 22 8 44 4 48-8 66 11 57 60-12 60 40 33 62-33 9-28 8-38-8-64-14-24-16-36-9-50s7-24-2-34c-10-13-10-17 0-23 10-7 10-12 0-29-11-18-10-23 12-41 30-25 38-25 67-1 20 17 27 29 31 60 2 12 62 41 71 35 6-3 10-17 10-30 0-19 7-24 41-30 33-6 43-4 54 12 13 16 16 16 25 3s12-13 21 3c11 19 39 23 39 6 0-34 70-51 96-24 9 8 27 17 42 21 39 8 58 20 53 36-13 44-13 70 0 66 8-3 15-14 17-25 3-23 57-43 96-36 31 6 33 18 6 33-20 11-27 44-11 54 5 3 14-1 21-9 8-9 27-14 54-12 34 2 42 7 44 25 5 32 24 27 51-13 28-41 41-44 41-11 0 13 6 26 14 29s16 16 18 29c3 21 8 23 58 23 54 0 55 1 58 30 5 50 10 59 26 46 11-9 19-9 35 1s23 10 33 0c18-18 26-15 33 16 3 15 21 38 40 52 18 14 39 35 44 48 10 22 13 22 39 8 15-8 35-17 45-20 23-7 11-31-41-81-35-35-37-40-40-112l-4-75 61-58c46-44 70-60 101-65 22-4 40-12 40-20 0-7 7-19 16-26 14-11 18-11 29 4 13 18 34 21 84 11 24-5 31-12 31-31 0-13 7-26 15-30 23-8 31 5 16 29-16 26-4 39 40 40 21 0 44 9 59 24 29 27 75 40 84 25 13-20 38-13 31 9-8 26 17 37 51 22 15-8 24-8 24-1 0 12 57 69 70 69 14 0 60-46 53-53-3-4-16-7-29-7-15 0-24-8-28-25-4-15-14-25-24-25-9 0-30-16-45-35s-33-35-40-35c-26-1-85-69-71-83 6-5 93 27 134 49 14 7 41 22 60 32 19 9 55 31 80 46 25 16 51 29 59 29s36 15 63 32c61 41 98 38 98-7 0-19-11-43-29-64-16-18-33-39-38-46-4-8-26-27-49-43-50-36-165-140-288-257-70-68-88-90-78-100 9-9 16-8 30 5 19 17 103 65 207 118 33 16 74 38 90 48 17 10 57 32 90 50s69 41 81 52c11 10 26 19 32 19 7 0 31 12 55 27 100 64 143 77 167 48 21-25 83-13 103 21 4 7 32 25 62 41 35 17 63 40 75 60 14 23 40 42 92 66 134 62 149 68 165 58 24-13 52-1 68 30 10 19 39 39 88 63 77 38 106 43 124 25 9-9 18-4 38 20 35 40 58 39 85-4 26-42 23-70-7-70-12 0-24-3-29-7-10-10 15-38 43-49 35-13 38-35 9-73-14-19-26-42-26-51 0-8-7-27-16-40-8-13-19-59-23-102l-7-78 46-46c56-56 104-82 183-100 47-10 65-10 93 0 30 11 38 10 52-2 9-8 27-18 40-21 12-4 22-12 22-17s15-9 33-9c23 0 41 8 58 26 13 15 51 39 84 55s77 45 98 64c36 33 37 35 37 107 0 40-7 109-16 153-8 44-17 99-21 123-6 42-5 42 26 42 18 0 58 14 89 31 82 45 103 56 145 75 20 9 37 20 37 25s20 6 45 2c44-6 45-5 45 21 0 34 17 33 67-3 61-44 84-82 81-133-3-35 0-43 17-46 10-2 34 4 52 13 31 17 34 17 51 2 27-25 58-21 84 12 65 80 126 86 172 18 14-21 26-46 26-56 0-23 19-31 70-31 29 0 41-6 53-24 9-13 30-26 48-30 30-6 31-7 14-20-24-17-13-46 17-45 13 0 50-6 83-13 59-14 60-14 63-51 3-31 10-42 42-63 22-15 42-35 45-45 8-23 33-25 42-3 9 25-17 64-44 64-14 0-23 6-23 15 0 18 28 19 90 2 58-16 97-43 116-78 19-37 34-37 34 1 0 29 21 42 34 21 3-5 18-12 33-16 16-3 38-16 50-27 11-11 29-18 40-16 15 3 18 12 15 63-2 33-1 57 3 53s16-3 27 3c14 7 29 7 50 0 17-6 33-9 36-6 8 8-30 45-47 45s-61 47-61 66c0 7-20 15-50 19-35 5-55 14-65 28-12 18-13 23-2 27 23 9 67 47 67 59 0 6-6 11-14 11-7 0-38 14-69 30-31 17-67 30-81 30-24 0-51 22-39 33 3 4-11 14-31 22-30 13-36 20-31 35 5 17 1 21-24 26-17 4-31 9-31 13 2 19 60 70 88 76 47 10 144 77 173 119 13 20 27 36 30 36s20 20 38 45c32 44 33 45 90 45 48 0 61 4 81 25 23 25 23 25 4 39-14 11-16 18-8 26 13 13 54-3 54-20 0-6 7-10 16-10 17 0 93-55 107-77 9-15 33-17 42-4 3 5-13 20-35 32-22 13-40 26-40 30s-3 15-6 23c-6 14 1 16 48 10 43-5 56-3 67 10 12 14 11 20-9 41-13 14-31 25-41 25-9 0-22 7-29 15s-20 15-30 15c-23 0-44 26-36 45 3 8 18 15 34 15 43 0 83 22 81 45-2 36 1 45 16 45 17 0 35 30 35 57 0 11-12 35-26 54-17 24-24 42-20 60 6 33 61 115 81 123 9 3 57 1 107-4s95-7 100-4 23 0 39-6c23-10 33-10 42-1 6 6 26 11 45 11s45 9 59 20c18 14 41 20 79 20 29 0 68 6 86 14s55 23 81 33c46 17 76 44 120 107 16 23 25 26 80 26 60 0 64-2 101-40 21-22 50-42 64-45 15-3 39-9 54-14 38-12 130 11 176 46 81 60 199 160 245 206 40 40 50 46 66 37 35-18 60-12 77 21 13 25 13 36 4 60-11 25-9 32 14 60 14 17 26 35 26 41 0 5 14 29 30 52 56 77 64 273 15 351-7 11-14 45-17 75-6 65-50 181-88 230-15 19-30 42-33 50-4 8-17 31-28 50-12 19-31 53-42 75-22 41-40 67-137 196-31 41-77 108-103 149-25 42-60 89-77 105-35 33-39 68-15 136 9 24 13 54 10 66s-7 89-10 172c-5 138-3 152 14 168 10 10 29 43 42 73 28 66 58 120 68 120 4 0 12-5 19-12 8-8 12-8 12-1 0 6-7 16-15 23-18 15-13 56 17 136 10 29 20 76 21 105 2 30 13 74 25 100 12 25 22 52 22 60s9 28 19 45l19 32-28 21c-16 11-33 21-38 21s-19 11-32 25c-22 23-23 29-12 58 7 19 12 63 12 98 0 42 5 72 15 85 19 25 19 53 0 60-20 8-19 43 1 51 24 9 68-22 74-52 4-21 15-30 45-41 68-23 99-18 134 22s33 54-9 54c-33 0-48 16-31 33 6 6 11 21 11 34 0 17-6 23-22 23-12 0-36 5-54 12-26 9-39 8-74-6-38-15-45-15-58-2s-13 18 1 40c21 31 22 65 2 72-28 11-15 30 35 54 64 30 80 48 69 78-5 12-14 24-21 26s-32 9-56 16c-36 12-44 11-55-2-15-19-41-28-53-20-5 4-24 26-42 49-28 37-32 48-26 81 5 34 3 40-21 56-31 21-74 14-101-15-22-25-38-24-74 3-28 21-30 25-24 70 6 41 4 51-12 63-28 21-40 18-83-20-55-50-81-44-81 20 0 35-10 55-29 55-29 0-38 18-31 65 6 38 3 50-17 79-39 53-59 60-139 44-56-11-71-17-81-38-6-14-25-36-41-50-15-14-44-47-63-75-49-72-67-86-98-78-36 8-42 20-39 78l3 50-60 1c-55 1-119-11-138-27-5-3 15-26 42-51 63-57 67-83 23-154-18-28-32-55-32-60s-8-19-18-32c-21-27-44-22-61 15-11 23-15 25-59 18-26-4-54-13-63-21-20-18-29-9-29 31 0 18-7 38-16 46-25 20-17 151 13 208 13 24 23 54 23 66 0 15 13 31 40 49 22 14 40 33 40 40 0 32-20 64-44 70-28 7-34 21-41 92-2 27-7 61-11 75-9 41 11 69 50 69 32 0 66 24 66 48 0 15-46 16-55 2-13-20-30-9-43 28-26 75-26 72 1 72 34 0 72 32 64 53-4 10-15 17-26 17s-23 5-26 10c-9 15-46 12-66-6-16-14-20-12-57 28-54 59-92 105-92 111 0 3-20 35-45 71-25 37-45 69-45 72s-11 20-25 38-25 40-25 48 18 36 40 61 40 51 40 59 7 23 15 34c20 26 20 163 0 190-8 10-15 28-15 40 0 30-37 80-108 148-34 32-64 67-67 77-4 10-26 27-51 38-42 19-61 51-29 51 8 0 15 9 15 20 0 14-7 20-22 20-13 0-32 7-42 15-25 19-40 19-56 0zm-457-209c5-13-21-46-36-46-4 0-7 14-7 30 0 23 5 30 19 30 10 0 21-6 24-14zm-1743-816c0-5-9-10-21-10-11 0-17 5-14 10 3 6 13 10 21 10s14-4 14-10zm-1506-15c14-14 13-20-5-55-13-25-28-40-40-40-21 0-24 12-9 38 5 9 14 29 20 45 11 31 13 32 34 12zm-924-1346c0-15-5-20-22-17-34 5-37 38-4 38 20 0 26-5 26-21zm98-3054c-2-5-28-32-58-59s-59-56-63-63c-13-21-28-5-21 23 5 20 2 24-15 24-14 0-21 6-21 20 0 17 7 20 39 20 22 0 43 5 46 10 3 6 17 10 29 10 13 0 29 7 36 15 14 17 34 16 28 0zm-711-571c10-27-14-40-37-19-11 10-17 22-14 26 9 15 44 10 51-7zm77-85c4-23 0-39-15-60-23-33-37-37-46-13-6 16 33 104 46 104 5 0 11-14 15-31z"/> <path d="m6590 7925c0-8 5-15 10-15 6 0 10 7 10 15s-4 15-10 15c-5 0-10-7-10-15z"/> <path d="m5694 7916c-8-21 3-49 16-41 5 3 10 15 10 25 0 25-18 36-26 16z"/> <path d="m6540 7900c0-6 11-15 25-20s25-14 25-20c0-5 5-10 10-10 15 0 12 17-7 40-18 21-53 27-53 10z"/> <path d="m5635 7839c-10-15 3-25 16-12 7 7 7 13 1 17-6 3-14 1-17-5z"/> <path d="m5262 7658c7-19 38-22 38-4 0 10-9 16-21 16s-19-5-17-12z"/> <path d="m2945 7289c-9-14 24-49 46-49 29 0 34 21 8 41-27 21-45 24-54 8z"/> <path d="m4020 7261c0-15 31-42 41-36 14 10 10 32-7 39-22 9-34 7-34-3z"/> <path d="m2187 6913c-3-5-7-29-11-54-5-35-3-49 8-58 19-16 36-6 36 22 0 11 12 33 26 48s23 32 20 38c-8 12-72 15-79 4z"/> <path d="m7162 6401c-8-5-12-17-10-27 2-15 15-20 58-26 30-3 58-4 62-2 17 10 7 26-24 38-55 22-72 26-86 17z"/> <path d="m1707 6004c-8-8 1-24 14-24 5 0 9 7 9 15 0 15-12 20-23 9z"/> <path d="m1670 5940c-13-25-5-40 20-40 24 0 31 11 23 38-7 28-29 28-43 2z"/> <path d="m1795 5920c-3-6 1-13 10-16 19-8 30 0 20 15-8 14-22 14-30 1z"/> <path d="m1396 5503c10-49 13-53 39-53 32 0 34 29 2 58-33 31-49 28-41-5z"/> <path d="m1226 5412c-6-9 29-42 44-42 6 0 10 5 10 10 0 6-7 10-15 10s-15 7-15 15c0 16-15 20-24 7z"/> <path d="m1141 5357c0-11-10-21-21-24-21-6-28-47-10-58 15-9 42 41 37 72-2 15-5 20-6 10z"/> <path d="m8445 5020c-8-13 20-24 41-16 20 8 9 26-16 26-10 0-22-5-25-10z"/> <path d="m8332 4490c1-13 9-25 16-28 17-5 15 23-4 39-14 11-15 10-12-11z"/> <path d="m8373 4395c0-27 2-38 4-22 2 15 2 37 0 50-2 12-4 0-4-28z"/> <path d="m8310 4250c-13-9-12-13 6-28 12-10 24-27 26-38s11-19 23-19c31 0 33 58 3 79-26 18-37 20-58 6z"/> <path d="m8671 4253c-40-8-131-83-137-112-3-14-10-47-16-73-9-38-8-56 7-105 21-69 40-92 100-122 24-12 47-26 50-32 10-15 97-11 151 7 51 17 104 60 132 107 9 15 22 27 29 27 18 0 19 170 1 170-7 0-24 16-38 34-14 19-47 49-73 67-42 29-58 34-115 35-37 1-78 0-91-3z"/> <path d="m8415 3740c-13-20 7-70 37-95 40-34 82-31 86 6 6 53-99 129-123 89z"/> <path d="m1256 2473c-11-11-6-23 9-23 8 0 15 4 15 9 0 13-16 22-24 14z"/> <path d="m1310 2406c-6-8-21-16-32-18-40-6-32-28 9-26 43 1 117 34 108 48-9 15-71 12-85-4z"/> <path d="m800 2377c0-15 80-71 88-62 8 8-59 75-75 75-7 0-13-6-13-13z"/> <path d="m716 2364c-9-22-8-24 9-24 8 0 15 6 15 14 0 22-17 28-24 10z"/> <path d="m1445 2365c-19-14-19-16-2-29 9-7 17-25 17-40 0-21 5-26 25-26 35 0 42 26 16 54-12 13-21 29-19 36 5 19-16 22-37 5z"/> <path d="m650 2316c0-10 9-16 21-16 24 0 21 23-4 28-10 2-17-3-17-12z"/> <path d="m1080 2275c-20-21-21-25-7-30 19-8 67 22 67 41 0 22-35 16-60-11z"/> <path d="m1196 2284c-10-25-7-34 9-34 8 0 15 9 15 19 0 26-16 35-24 15z"/> <path d="m627 2243c13-38 43-58 43-30 0 14-31 47-43 47-3 0-4-8 0-17z"/> <path d="m716 2232c-3-6-1-14 5-17 15-10 25 3 12 16-7 7-13 7-17 1z"/> <path d="m1130 2225c0-8 7-15 15-15s15 7 15 15-7 15-15 15-15-7-15-15z"/> <path d="m773 2214c-7-19 34-64 59-64 31 0 21 36-17 59-31 18-37 19-42 5z"/> <path d="m952 2198c3-7 18-15 34-16 16-2 31-8 34-12 3-5 17 0 30 10 19 15 21 20 8 20-9 0-19-6-22-12-3-10-9-8-19 5-16 20-71 24-65 5z"/> <path d="m445 2167c-4-10-5-21-1-24 10-10 18 4 13 24-4 17-4 17-12 0z"/> <path d="m617 2174c-10-11 3-24 24-24 10 0 19 7 19 15 0 15-31 21-43 9z"/> <path d="m1148 2126c-19-14-23-26-10-26 4 0 18 9 32 20 16 13 20 20 10 19-8 0-23-6-32-13z"/> <path d="m734 2085c-9-20-14-38-11-42 4-3 9 2 13 11 3 9 12 16 20 16s14 10 14 25c0 36-16 31-36-10z"/> <path d="m920 2105c-15-18-6-45 15-45 9 0 15 9 15 24 0 31-14 40-30 21z"/> <path d="m1e3 2101c-14-26-13-44 2-35 7 4 30 7 53 6 35-2 37 0 20 10-11 6-24 17-28 25-12 19-35 16-47-6z"/> <path d="m645 2060c-10-16 16-43 28-31 11 11 2 41-12 41-5 0-13-5-16-10z"/> <path d="m495 2051c-3-5 8-16 25-24 33-17 35-15 20 14-11 20-35 25-45 10z"/> <path d="m776 2053c-3-3-6-21-6-38 0-36 32-58 69-48 31 8 22 37-12 41-19 2-27 9-27 22 0 20-13 33-24 23z"/> <path d="m747 1848c11-13 23-31 26-40 7-21 27-24 27-4 0 17-45 66-61 66-8 0-4-9 8-22z"/> <path d="m555 1840c-3-5 3-10 15-10s18 5 15 10c-3 6-10 10-15 10s-12-4-15-10z"/> <path d="m495 1826c-11-8-16-19-12-30 10-24 25-19 42 14 17 34 4 41-30 16z"/> <path d="m366 1811c-3-5 1-12 10-15 25-10 34-7 34 9s-35 21-44 6z"/> <path d="m600 1770c0-16 7-20 31-20s30 3 25 16c-3 9-6 18-6 20s-11 4-25 4c-18 0-25-5-25-20z"/> <path d="m700 1778c1-21 26-48 44-48 25 0 31 29 10 45-24 18-54 19-54 3z"/> <path d="m853 1761c-14-22-8-31 23-31 29 0 39 16 24 35-17 20-33 19-47-4z"/> <path d="m740 1685c0-8 7-15 15-15s15 7 15 15-7 15-15 15-15-7-15-15z"/> <path d="m612 1669c-12-18-10-25 12-54 14-19 26-36 26-39s9-15 21-27c13-13 19-30 17-47-2-18 2-28 13-30 13-2 15 6 12 55-6 75-9 85-30 82-42-4-46 0-39 41 7 45-10 55-32 19z"/> <path d="m416 1662c-3-5 8-19 24-30 45-34 82-26 55 11-7 10-19 15-28 11-8-3-18-1-22 5-7 13-22 14-29 3z"/> <path d="m847 1664c-10-11 3-24 24-24 10 0 19 7 19 15 0 15-31 21-43 9z"/> <path d="m765 1640c-10-16 6-80 21-80 7 0 11 6 8 14s-1 23 4 33 7 24 5 31c-6 14-29 16-38 2z"/> <path d="m263 1624c-9-25 13-40 26-16 10 19 6 32-11 32-5 0-11-7-15-16z"/> <path d="m830 1565c0-9 5-15 11-13s11 8 11 13-5 11-11 13-11-4-11-13z"/> <path d="m403 1555c-25-10-30-30-12-41 14-8 42 19 37 37-2 11-9 12-25 4z"/> <path d="m535 1514c-26-28-41-62-31-71 13-14 55 22 69 58 13 34 14 39 1 39-8 0-26-12-39-26z"/> <path d="m313 1467c-24-11-29-22-14-31 8-6 48 31 40 38-2 2-14-1-26-7z"/> <path d="m641 1436c-8-9-11-19-7-23 9-9 29 13 24 27-2 8-8 7-17-4z"/> <path d="m415 1389c-8-38 12-67 21-31 8 29 28 28 48-3 10-15 22-22 31-19 20 8 19 34 0 34-9 0-27 11-41 25-33 33-51 32-59-6z"/> <path d="m350 1385c0-10 7-15 18-13 21 4 19 22-2 26-10 2-16-3-16-13z"/> <path d="m7102 1387c-6-7-34-21-61-31-28-10-53-21-55-25-3-4 16-30 42-58 36-38 60-54 100-67 62-18 83-12 107 34 23 44 18 69-21 116-29 36-42 44-68 44-19 0-38-6-44-13z"/> <path d="m640 1341c0-10-7-24-15-31-18-15-19-34-4-61 8-16 13-18 25-8 8 6 14 22 14 34 0 13 7 25 15 29 8 3 15 17 15 31 0 20-5 25-25 25-18 0-25-5-25-19z"/> <path d="m347 1309c-9-6-21-8-26-4-5 3-12 1-16-5-3-5 3-10 13-10 11 0 26-10 35-22 21-31 39-13 23 24-9 21-15 24-29 17z"/> <path d="m570 1269c0-11 5-17 10-14 6 3 10 13 10 21s-4 14-10 14c-5 0-10-9-10-21z"/> <path d="m490 1271c0-6 8-16 18-23s22-22 26-33c7-20 8-20 18-1 8 15 7 22-6 31-9 7-16 17-16 24 0 6-9 11-20 11s-20-4-20-9z"/> <path d="m540 1129c0-11 5-17 10-14 6 3 10 13 10 21s-4 14-10 14c-5 0-10-9-10-21z"/> <path d="m6320 865c0-29 25-38 86-33 39 3 49 16 23 29-8 3-24 11-36 17-13 7-34 12-48 12-20 0-25-5-25-25z"/> <path d="m7006 811c-22-24-21-28 15-46 28-15 32-15 50 1 22 20 18 29-20 49-26 13-30 13-45-4z"/> <path d="m7215 820c-3-6 1-13 10-16 19-8 30 0 20 15-8 14-22 14-30 1z"/> <path d="m7135 739c-10-15 24-99 40-99 7 0 15 7 19 15 3 8 16 15 30 15 24 0 36-16 36-51 0-14 7-19 25-19 20 0 25 5 25 24 0 14-11 33-25 44s-25 29-25 41c0 11-9 25-19 31-26 13-98 13-106-1z"/> <path d="m1589 722c-22-18-20-42 4-42 15 0 38 48 27 55-4 3-18-3-31-13z"/> <path d="m430 715c7-8 16-15 21-15s9 7 9 15c0 9-9 15-21 15-18 0-19-2-9-15z"/> <path d="m7090 665c0-11 7-15 23-13 12 2 22 8 22 13 0 6-10 11-22 13-16 2-23-2-23-13z"/> <path d="m6763 573c-4-10 2-23 16-35 27-21 54-23 70-5 8 10 4 19-19 35-35 26-58 28-67 5z"/> <path d="m595 520c-4-6-3-16 3-22s12-6 17 2c4 6 3 16-3 22s-12 6-17-2z"/> <path d="m6802 498c-8-8-9-15-1-25 16-19 29-16 29 6 0 25-13 34-28 19z"/> <path d="m2223 419c14-8 22-8 30 0s3 11-18 11c-26-1-28-2-12-11z"/> <path d="m5967 413c-3-3-3-11 0-19 6-17 56-19 51-2-5 13-43 29-51 21z"/> <path d="m6443 364c-9-25 13-40 26-16 10 19 6 32-11 32-5 0-11-7-15-16z"/> <path d="m2997 271c-61-40-71-87-21-109 35-17 77-15 119 5s55 55 34 92c-12 21-23 26-59 28-30 1-55-4-73-16z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 900 834" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(0 834) scale(.1 -.1)"> <path d="m5936 8143c-11-11-6-23 9-23 8 0 15 4 15 9 0 13-16 22-24 14z"/> <path d="m6059 8089c-8-31-3-79 7-79 9 0 11 11 7 38-5 34-11 52-14 41z"/> <path d="m6260 8066c0-16 7-27 21-31 30-10 34 0 12 29-23 32-33 33-33 2z"/> <path d="m6515 8079c-10-14-1-21 19-13 9 3 13 10 10 15-7 12-21 11-29-2z"/> <path d="m5863 8053c-7-2-13-13-13-24 0-14 7-19 26-19 25 0 26-2 21-41-3-23-13-47-24-54-15-11-16-16-5-27 20-20 44 2 57 55 11 43 10 49-5 60-10 7-19 21-21 31-4 21-17 27-36 19z"/> <path d="m5925 8051c-7-12 12-24 25-16 11 7 4 25-10 25-5 0-11-4-15-9z"/> <path d="m6110 8015c-15-18 4-29 29-15 11 5 39 10 62 10 57 0 46 6-23 13-41 4-60 2-68-8z"/> <path d="m6290 7995c-10-13-7-17 24-30 25-11 36-22 36-36 0-19-4-21-39-16-25 3-44 0-52-9-8-7-38-16-66-20-44-5-53-4-53 9 0 21 34 31 59 18 27-15 31-14 31 8 0 25-43 54-58 39-9-9-16-7-30 5-33 30-47 21-43-25 1-10-5-17-16-18-76-3-116-13-121-32-2-11-23-28-46-39-23-10-48-24-57-30-24-17-49-4-49 26 0 32-18 32-30 0-5-14-17-25-26-25s-30-7-47-16c-61-32-66-34-72-24-10 15-35 12-35-5 0-9-9-15-23-15-13 0-34-13-49-30-15-18-36-30-50-30s-41-15-62-35c-21-19-45-35-52-35-8 0-22-4-32-9-68-35-91-42-117-39-24 2-29 7-27 24 1 12-4 27-13 34-22 18-31-14-16-57 15-41 11-46-49-67-32-11-48-12-57-4-10 8-13 7-13-5 0-8 6-17 12-19 10-4 10-11 2-29l-11-24-12 23c-13 25-51 30-51 7 0-8 5-24 12-35 16-25 1-41-16-17-8 10-26 17-47 17-29-1-38-7-62-45-28-44-30-45-85-47-31 0-69 0-84 1-21 2-28-2-28-16 0-25-19-43-46-43-37 0-52-10-47-31 4-15 0-19-20-19-14 0-29-4-32-10-3-5-15-10-26-10-10 0-27-4-37-9-9-5-25-12-35-15-9-3-22-17-27-31s-21-30-34-35-28-15-33-22c-11-18-71-45-114-52-19-4-52-15-72-25s-39-16-42-13c-11 11-5 50 10 62 20 17 19 36-4 59-12 12-16 24-10 32 9 15-8 42-22 33-5-3-9-14-9-25 0-24-18-25-27-2-4 10-20 28-35 41s-28 30-28 37c0 29-59 57-127 61-40 3-78 12-97 23-52 31-106 21-157-28-43-41-63-49-74-31-3 5-22-2-42-16-26-17-45-23-61-19-27 7-62-18-62-43 0-10-6-12-22-8-13 4-53 7-91 6-46-1-74 4-89 14-31 22-71 20-86-4s-33-25-79-3c-29 13-41 14-67 5-48-17-70-15-94 11-25 26-20 37 15 37 32 0 29 22-8 43-38 21-78 22-85 2-5-11-21-15-60-15s-54-4-54-13c0-20 33-47 58-47 21 0 52-24 52-41 0-5-15-28-32-52-32-43-34-44-88-42-30 0-60 4-66 8-17 10-24-2-24-40s-16-44-29-9c-8 20-18 24-72 29-89 8-125-19-112-87 6-29 24-34 43-11 18 22 39 18 50-9 5-13 14-26 21-28 9-3 9-9 0-26-14-27-56-29-84-5-18 17-20 17-38-6-21-26-26-90-7-109 6-6 11-25 10-42-1-27 3-32 30-37 16-3 32-12 35-19 3-8 13-14 23-14 73 0 61-60-12-64-25-1-33-7-38-25-3-13-14-27-25-31-30-11-108 1-128 19-18 15-21 14-43-12-18-21-32-28-53-25-34 3-57-14-66-50-3-15-15-36-26-48-22-24-17-50 13-59 32-11 43-48 23-79-18-27-18-27 14-59 23-25 31-42 31-70 0-30 4-37 20-37 11 0 20-3 19-7-2-20-58-98-68-95-6 1-16 3-23 5-6 1-16-8-23-20-8-15-15-19-26-13-26 15-41-3-29-34 12-34 6-46-25-46-17 0-26-8-34-32-11-30-12-30-30-14-23 21-41 14-41-15 0-22-29-26-48-7-21 21-33-4-17-36 20-37 11-62-23-71-42-10-93-45-102-71-6-15-23-27-50-35-22-7-40-15-40-18s-6-14-14-23c-11-15-16-16-56-2-28 10-46 12-53 5-15-15-1-39 25-43 21-3 23-9 25-73 3-57 0-72-14-84-13-9-14-15-5-18 6-3 12-12 12-20 0-14-3-13-25 1-36 23-53 20-57-11-2-19-10-29-23-31-11-2-33-16-48-30l-29-27-19 24c-18 22-20 22-44 7-14-9-32-27-40-40-9-13-25-26-36-29s-23-15-26-27c-4-17-11-20-27-15-48 15-60 11-81-31-11-22-59-80-107-128-49-48-88-90-88-93 0-13 33-140 41-155 25-50 49-127 49-160 0-30 5-39 27-50 27-13 31-21 53-124 8-36 20-69 53-141 5-12 6-36 2-55-10-44-10-113 0-166 5-29 3-57-5-83-11-34-11-44 5-78 9-22 24-42 31-45 8-3 14-15 14-26s7-23 15-26c28-11 15-30-52-74-37-25-72-47-78-49-5-2-28-16-50-30s-47-30-56-36c-9-5-43-31-75-57s-66-53-75-60-20-30-24-52c-6-37-4-41 44-85 30-28 51-56 51-68 0-15-20-36-65-68-36-25-86-64-112-86-27-22-60-51-75-64-16-13-28-29-28-37 0-7 22-35 48-63 86-90 112-129 112-170 0-24 11-55 30-87 17-26 30-55 30-62 0-8 9-18 20-21s25-16 31-28c7-12 18-26 25-30 8-4 14-19 14-32 0-14 4-25 9-25 14 0 30-55 20-71-16-25-9-44 27-67 42-26 43-26 80-7 19 10 32 11 39 4 6-6 6-12 0-17-25-18-35-42-29-66 7-30 22-34 31-8 13 33 47 72 64 72 10 0 21 5 24 11 4 5 19 8 34 4 22-5 29-1 43 27 9 18 18 44 20 58 3 22 9 25 46 28 23 2 42 7 42 12 0 11 88 11 96-1 9-15 46-10 59 7 15 21 52 10 61-18 6-19 7-19 16-5 5 10 18 17 30 17 17 0 19-4 14-25-4-14-2-34 3-44 12-22-7-71-26-71-13 0-18-51-7-63 15-15 35 7 29 33s-4 28 32 33c48 6 59-7 55-68-4-45-6-48-53-70-41-19-57-21-94-14-55 10-91-3-100-38-7-29-31-25-28 5 2 16-4 23-22 28-14 3-25 12-25 20 0 16-28 18-50 4-12-7-12-12-2-22 6-6 12-20 12-30s11-23 24-28c22-8 66-59 66-75 0-4-17-5-39-1-28 4-42 2-51-9-17-21-30-19-30 4 0 11-3 22-7 24-15 9-53-13-53-30 0-10-16-42-36-71l-37-53-30 31c-19 19-39 30-58 30-34 0-79-39-79-69 0-17-6-21-30-21-22 0-30-5-30-18 0-20 18-42 35-42 7 0 17 11 23 25 14 29 42 33 42 6s-41-50-105-57c-34-4-54-11-52-18 5-16 69-24 122-16 32 5 45 3 49-7 11-28-14-57-29-33-4 6-11 7-17 4-7-5-5-12 7-20 23-17 12-48-14-39-24 7-31-3-24-38 4-20 10-26 22-23 19 6 81-47 81-68 0-10-13-16-42-18-36-3-44-7-46-26-3-17 2-25 18-29 13-3 20-12 18-22-4-16-10-16-70-4-20 4-30 0-40-16-15-25-31-27-48-6-13 16-50 21-50 6 0-5 11-16 25-25 20-13 25-25 25-55 0-34-3-38-20-34-46 12-77-66-47-117 9-15 14-29 11-32-2-3 0-17 6-32 8-23 12-25 30-14 28 18 37 2 32-55-3-37-10-51-30-65-14-9-44-37-68-62-33-34-46-42-55-33-18 18-55-11-63-47-3-17-12-30-20-30s-27-11-42-25-31-25-36-25c-6 0-7-14-3-32 6-27 5-31-6-20-7 6-21 12-31 12-16 0-16-3-6-20 14-22 43-27 53-9 4 6 22 8 44 4 48-8 66 11 57 60-12 60 40 33 62-33 9-28 8-38-8-64-14-24-16-36-9-50s7-24-2-34c-10-13-10-17 0-23 10-7 10-12 0-29-11-18-10-23 12-41 30-25 38-25 67-1 20 17 27 29 31 60 2 12 62 41 71 35 6-3 10-17 10-30 0-19 7-24 41-30 33-6 43-4 54 12 13 16 16 16 25 3s12-13 21 3c11 19 39 23 39 6 0-34 70-51 96-24 9 8 27 17 42 21 39 8 58 20 53 36-13 44-13 70 0 66 8-3 15-14 17-25 3-23 57-43 96-36 31 6 33 18 6 33-20 11-27 44-11 54 5 3 14-1 21-9 8-9 27-14 54-12 34 2 42 7 44 25 5 32 24 27 51-13 28-41 41-44 41-11 0 13 6 26 14 29s16 16 18 29c3 21 8 23 58 23 54 0 55 1 58 30 5 50 10 59 26 46 11-9 19-9 35 1s23 10 33 0c18-18 26-15 33 16 3 15 21 38 40 52 18 14 39 35 44 48 10 22 13 22 39 8 15-8 35-17 45-20 23-7 11-31-41-81-35-35-37-40-40-112l-4-75 61-58c46-44 70-60 101-65 22-4 40-12 40-20 0-7 7-19 16-26 14-11 18-11 29 4 13 18 34 21 84 11 24-5 31-12 31-31 0-13 7-26 15-30 23-8 31 5 16 29-16 26-4 39 40 40 21 0 44 9 59 24 29 27 75 40 84 25 13-20 38-13 31 9-8 26 17 37 51 22 15-8 24-8 24-1 0 12 57 69 70 69 14 0 60-46 53-53-3-4-16-7-29-7-15 0-24-8-28-25-4-15-14-25-24-25-9 0-30-16-45-35s-33-35-40-35c-26-1-85-69-71-83 6-5 93 27 134 49 14 7 41 22 60 32 19 9 55 31 80 46 25 16 51 29 59 29s36 15 63 32c61 41 98 38 98-7 0-19-11-43-29-64-16-18-33-39-38-46-4-8-26-27-49-43-50-36-165-140-288-257-70-68-88-90-78-100 9-9 16-8 30 5 19 17 103 65 207 118 33 16 74 38 90 48 17 10 57 32 90 50s69 41 81 52c11 10 26 19 32 19 7 0 31 12 55 27 100 64 143 77 167 48 21-25 83-13 103 21 4 7 32 25 62 41 35 17 63 40 75 60 14 23 40 42 92 66 134 62 149 68 165 58 24-13 52-1 68 30 10 19 39 39 88 63 77 38 106 43 124 25 9-9 18-4 38 20 35 40 58 39 85-4 26-42 23-70-7-70-12 0-24-3-29-7-10-10 15-38 43-49 35-13 38-35 9-73-14-19-26-42-26-51 0-8-7-27-16-40-8-13-19-59-23-102l-7-78 46-46c56-56 104-82 183-100 47-10 65-10 93 0 30 11 38 10 52-2 9-8 27-18 40-21 12-4 22-12 22-17s15-9 33-9c23 0 41 8 58 26 13 15 51 39 84 55s77 45 98 64c36 33 37 35 37 107 0 40-7 109-16 153-8 44-17 99-21 123-6 42-5 42 26 42 18 0 58 14 89 31 82 45 103 56 145 75 20 9 37 20 37 25s20 6 45 2c44-6 45-5 45 21 0 34 17 33 67-3 61-44 84-82 81-133-3-35 0-43 17-46 10-2 34 4 52 13 31 17 34 17 51 2 27-25 58-21 84 12 65 80 126 86 172 18 14-21 26-46 26-56 0-23 19-31 70-31 29 0 41-6 53-24 9-13 30-26 48-30 30-6 31-7 14-20-24-17-13-46 17-45 13 0 50-6 83-13 59-14 60-14 63-51 3-31 10-42 42-63 22-15 42-35 45-45 8-23 33-25 42-3 9 25-17 64-44 64-14 0-23 6-23 15 0 18 28 19 90 2 58-16 97-43 116-78 19-37 34-37 34 1 0 29 21 42 34 21 3-5 18-12 33-16 16-3 38-16 50-27 11-11 29-18 40-16 15 3 18 12 15 63-2 33-1 57 3 53s16-3 27 3c14 7 29 7 50 0 17-6 33-9 36-6 8 8-30 45-47 45s-61 47-61 66c0 7-20 15-50 19-35 5-55 14-65 28-12 18-13 23-2 27 23 9 67 47 67 59 0 6-6 11-14 11-7 0-38 14-69 30-31 17-67 30-81 30-24 0-51 22-39 33 3 4-11 14-31 22-30 13-36 20-31 35 5 17 1 21-24 26-17 4-31 9-31 13 2 19 60 70 88 76 47 10 144 77 173 119 13 20 27 36 30 36s20 20 38 45c32 44 33 45 90 45 48 0 61 4 81 25 23 25 23 25 4 39-14 11-16 18-8 26 13 13 54-3 54-20 0-6 7-10 16-10 17 0 93-55 107-77 9-15 33-17 42-4 3 5-13 20-35 32-22 13-40 26-40 30s-3 15-6 23c-6 14 1 16 48 10 43-5 56-3 67 10 12 14 11 20-9 41-13 14-31 25-41 25-9 0-22 7-29 15s-20 15-30 15c-23 0-44 26-36 45 3 8 18 15 34 15 43 0 83 22 81 45-2 36 1 45 16 45 17 0 35 30 35 57 0 11-12 35-26 54-17 24-24 42-20 60 6 33 61 115 81 123 9 3 57 1 107-4s95-7 100-4 23 0 39-6c23-10 33-10 42-1 6 6 26 11 45 11s45 9 59 20c18 14 41 20 79 20 29 0 68 6 86 14s55 23 81 33c46 17 76 44 120 107 16 23 25 26 80 26 60 0 64-2 101-40 21-22 50-42 64-45 15-3 39-9 54-14 38-12 130 11 176 46 81 60 199 160 245 206 40 40 50 46 66 37 35-18 60-12 77 21 13 25 13 36 4 60-11 25-9 32 14 60 14 17 26 35 26 41 0 5 14 29 30 52 56 77 64 273 15 351-7 11-14 45-17 75-6 65-50 181-88 230-15 19-30 42-33 50-4 8-17 31-28 50-12 19-31 53-42 75-22 41-40 67-137 196-31 41-77 108-103 149-25 42-60 89-77 105-35 33-39 68-15 136 9 24 13 54 10 66s-7 89-10 172c-5 138-3 152 14 168 10 10 29 43 42 73 28 66 58 120 68 120 4 0 12-5 19-12 8-8 12-8 12-1 0 6-7 16-15 23-18 15-13 56 17 136 10 29 20 76 21 105 2 30 13 74 25 100 12 25 22 52 22 60s9 28 19 45l19 32-28 21c-16 11-33 21-38 21s-19 11-32 25c-22 23-23 29-12 58 7 19 12 63 12 98 0 42 5 72 15 85 19 25 19 53 0 60-20 8-19 43 1 51 24 9 68-22 74-52 4-21 15-30 45-41 68-23 99-18 134 22s33 54-9 54c-33 0-48 16-31 33 6 6 11 21 11 34 0 17-6 23-22 23-12 0-36 5-54 12-26 9-39 8-74-6-38-15-45-15-58-2s-13 18 1 40c21 31 22 65 2 72-28 11-15 30 35 54 64 30 80 48 69 78-5 12-14 24-21 26s-32 9-56 16c-36 12-44 11-55-2-15-19-41-28-53-20-5 4-24 26-42 49-28 37-32 48-26 81 5 34 3 40-21 56-31 21-74 14-101-15-22-25-38-24-74 3-28 21-30 25-24 70 6 41 4 51-12 63-28 21-40 18-83-20-55-50-81-44-81 20 0 35-10 55-29 55-29 0-38 18-31 65 6 38 3 50-17 79-39 53-59 60-139 44-56-11-71-17-81-38-6-14-25-36-41-50-15-14-44-47-63-75-49-72-67-86-98-78-36 8-42 20-39 78l3 50-60 1c-55 1-119-11-138-27-5-3 15-26 42-51 63-57 67-83 23-154-18-28-32-55-32-60s-8-19-18-32c-21-27-44-22-61 15-11 23-15 25-59 18-26-4-54-13-63-21-20-18-29-9-29 31 0 18-7 38-16 46-25 20-17 151 13 208 13 24 23 54 23 66 0 15 13 31 40 49 22 14 40 33 40 40 0 32-20 64-44 70-28 7-34 21-41 92-2 27-7 61-11 75-9 41 11 69 50 69 32 0 66 24 66 48 0 15-46 16-55 2-13-20-30-9-43 28-26 75-26 72 1 72 34 0 72 32 64 53-4 10-15 17-26 17s-23 5-26 10c-9 15-46 12-66-6-16-14-20-12-57 28-54 59-92 105-92 111 0 3-20 35-45 71-25 37-45 69-45 72s-11 20-25 38-25 40-25 48 18 36 40 61 40 51 40 59 7 23 15 34c20 26 20 163 0 190-8 10-15 28-15 40 0 30-37 80-108 148-34 32-64 67-67 77-4 10-26 27-51 38-42 19-61 51-29 51 8 0 15 9 15 20 0 14-7 20-22 20-13 0-32 7-42 15-25 19-40 19-56 0zm-457-209c5-13-21-46-36-46-4 0-7 14-7 30 0 23 5 30 19 30 10 0 21-6 24-14zm-1743-816c0-5-9-10-21-10-11 0-17 5-14 10 3 6 13 10 21 10s14-4 14-10zm-1506-15c14-14 13-20-5-55-13-25-28-40-40-40-21 0-24 12-9 38 5 9 14 29 20 45 11 31 13 32 34 12zm-924-1346c0-15-5-20-22-17-34 5-37 38-4 38 20 0 26-5 26-21zm98-3054c-2-5-28-32-58-59s-59-56-63-63c-13-21-28-5-21 23 5 20 2 24-15 24-14 0-21 6-21 20 0 17 7 20 39 20 22 0 43 5 46 10 3 6 17 10 29 10 13 0 29 7 36 15 14 17 34 16 28 0zm-711-571c10-27-14-40-37-19-11 10-17 22-14 26 9 15 44 10 51-7zm77-85c4-23 0-39-15-60-23-33-37-37-46-13-6 16 33 104 46 104 5 0 11-14 15-31z"/> <path d="m6590 7925c0-8 5-15 10-15 6 0 10 7 10 15s-4 15-10 15c-5 0-10-7-10-15z"/> <path d="m5694 7916c-8-21 3-49 16-41 5 3 10 15 10 25 0 25-18 36-26 16z"/> <path d="m6540 7900c0-6 11-15 25-20s25-14 25-20c0-5 5-10 10-10 15 0 12 17-7 40-18 21-53 27-53 10z"/> <path d="m5635 7839c-10-15 3-25 16-12 7 7 7 13 1 17-6 3-14 1-17-5z"/> <path d="m5262 7658c7-19 38-22 38-4 0 10-9 16-21 16s-19-5-17-12z"/> <path d="m2945 7289c-9-14 24-49 46-49 29 0 34 21 8 41-27 21-45 24-54 8z"/> <path d="m4020 7261c0-15 31-42 41-36 14 10 10 32-7 39-22 9-34 7-34-3z"/> <path d="m2187 6913c-3-5-7-29-11-54-5-35-3-49 8-58 19-16 36-6 36 22 0 11 12 33 26 48s23 32 20 38c-8 12-72 15-79 4z"/> <path d="m7162 6401c-8-5-12-17-10-27 2-15 15-20 58-26 30-3 58-4 62-2 17 10 7 26-24 38-55 22-72 26-86 17z"/> <path d="m1707 6004c-8-8 1-24 14-24 5 0 9 7 9 15 0 15-12 20-23 9z"/> <path d="m1670 5940c-13-25-5-40 20-40 24 0 31 11 23 38-7 28-29 28-43 2z"/> <path d="m1795 5920c-3-6 1-13 10-16 19-8 30 0 20 15-8 14-22 14-30 1z"/> <path d="m1396 5503c10-49 13-53 39-53 32 0 34 29 2 58-33 31-49 28-41-5z"/> <path d="m1226 5412c-6-9 29-42 44-42 6 0 10 5 10 10 0 6-7 10-15 10s-15 7-15 15c0 16-15 20-24 7z"/> <path d="m1141 5357c0-11-10-21-21-24-21-6-28-47-10-58 15-9 42 41 37 72-2 15-5 20-6 10z"/> <path d="m8445 5020c-8-13 20-24 41-16 20 8 9 26-16 26-10 0-22-5-25-10z"/> <path d="m8332 4490c1-13 9-25 16-28 17-5 15 23-4 39-14 11-15 10-12-11z"/> <path d="m8373 4395c0-27 2-38 4-22 2 15 2 37 0 50-2 12-4 0-4-28z"/> <path d="m8310 4250c-13-9-12-13 6-28 12-10 24-27 26-38s11-19 23-19c31 0 33 58 3 79-26 18-37 20-58 6z"/> <path d="m8671 4253c-40-8-131-83-137-112-3-14-10-47-16-73-9-38-8-56 7-105 21-69 40-92 100-122 24-12 47-26 50-32 10-15 97-11 151 7 51 17 104 60 132 107 9 15 22 27 29 27 18 0 19 170 1 170-7 0-24 16-38 34-14 19-47 49-73 67-42 29-58 34-115 35-37 1-78 0-91-3z"/> <path d="m8415 3740c-13-20 7-70 37-95 40-34 82-31 86 6 6 53-99 129-123 89z"/> <path d="m1256 2473c-11-11-6-23 9-23 8 0 15 4 15 9 0 13-16 22-24 14z"/> <path d="m1310 2406c-6-8-21-16-32-18-40-6-32-28 9-26 43 1 117 34 108 48-9 15-71 12-85-4z"/> <path d="m800 2377c0-15 80-71 88-62 8 8-59 75-75 75-7 0-13-6-13-13z"/> <path d="m716 2364c-9-22-8-24 9-24 8 0 15 6 15 14 0 22-17 28-24 10z"/> <path d="m1445 2365c-19-14-19-16-2-29 9-7 17-25 17-40 0-21 5-26 25-26 35 0 42 26 16 54-12 13-21 29-19 36 5 19-16 22-37 5z"/> <path d="m650 2316c0-10 9-16 21-16 24 0 21 23-4 28-10 2-17-3-17-12z"/> <path d="m1080 2275c-20-21-21-25-7-30 19-8 67 22 67 41 0 22-35 16-60-11z"/> <path d="m1196 2284c-10-25-7-34 9-34 8 0 15 9 15 19 0 26-16 35-24 15z"/> <path d="m627 2243c13-38 43-58 43-30 0 14-31 47-43 47-3 0-4-8 0-17z"/> <path d="m716 2232c-3-6-1-14 5-17 15-10 25 3 12 16-7 7-13 7-17 1z"/> <path d="m1130 2225c0-8 7-15 15-15s15 7 15 15-7 15-15 15-15-7-15-15z"/> <path d="m773 2214c-7-19 34-64 59-64 31 0 21 36-17 59-31 18-37 19-42 5z"/> <path d="m952 2198c3-7 18-15 34-16 16-2 31-8 34-12 3-5 17 0 30 10 19 15 21 20 8 20-9 0-19-6-22-12-3-10-9-8-19 5-16 20-71 24-65 5z"/> <path d="m445 2167c-4-10-5-21-1-24 10-10 18 4 13 24-4 17-4 17-12 0z"/> <path d="m617 2174c-10-11 3-24 24-24 10 0 19 7 19 15 0 15-31 21-43 9z"/> <path d="m1148 2126c-19-14-23-26-10-26 4 0 18 9 32 20 16 13 20 20 10 19-8 0-23-6-32-13z"/> <path d="m734 2085c-9-20-14-38-11-42 4-3 9 2 13 11 3 9 12 16 20 16s14 10 14 25c0 36-16 31-36-10z"/> <path d="m920 2105c-15-18-6-45 15-45 9 0 15 9 15 24 0 31-14 40-30 21z"/> <path d="m1e3 2101c-14-26-13-44 2-35 7 4 30 7 53 6 35-2 37 0 20 10-11 6-24 17-28 25-12 19-35 16-47-6z"/> <path d="m645 2060c-10-16 16-43 28-31 11 11 2 41-12 41-5 0-13-5-16-10z"/> <path d="m495 2051c-3-5 8-16 25-24 33-17 35-15 20 14-11 20-35 25-45 10z"/> <path d="m776 2053c-3-3-6-21-6-38 0-36 32-58 69-48 31 8 22 37-12 41-19 2-27 9-27 22 0 20-13 33-24 23z"/> <path d="m747 1848c11-13 23-31 26-40 7-21 27-24 27-4 0 17-45 66-61 66-8 0-4-9 8-22z"/> <path d="m555 1840c-3-5 3-10 15-10s18 5 15 10c-3 6-10 10-15 10s-12-4-15-10z"/> <path d="m495 1826c-11-8-16-19-12-30 10-24 25-19 42 14 17 34 4 41-30 16z"/> <path d="m366 1811c-3-5 1-12 10-15 25-10 34-7 34 9s-35 21-44 6z"/> <path d="m600 1770c0-16 7-20 31-20s30 3 25 16c-3 9-6 18-6 20s-11 4-25 4c-18 0-25-5-25-20z"/> <path d="m700 1778c1-21 26-48 44-48 25 0 31 29 10 45-24 18-54 19-54 3z"/> <path d="m853 1761c-14-22-8-31 23-31 29 0 39 16 24 35-17 20-33 19-47-4z"/> <path d="m740 1685c0-8 7-15 15-15s15 7 15 15-7 15-15 15-15-7-15-15z"/> <path d="m612 1669c-12-18-10-25 12-54 14-19 26-36 26-39s9-15 21-27c13-13 19-30 17-47-2-18 2-28 13-30 13-2 15 6 12 55-6 75-9 85-30 82-42-4-46 0-39 41 7 45-10 55-32 19z"/> <path d="m416 1662c-3-5 8-19 24-30 45-34 82-26 55 11-7 10-19 15-28 11-8-3-18-1-22 5-7 13-22 14-29 3z"/> <path d="m847 1664c-10-11 3-24 24-24 10 0 19 7 19 15 0 15-31 21-43 9z"/> <path d="m765 1640c-10-16 6-80 21-80 7 0 11 6 8 14s-1 23 4 33 7 24 5 31c-6 14-29 16-38 2z"/> <path d="m263 1624c-9-25 13-40 26-16 10 19 6 32-11 32-5 0-11-7-15-16z"/> <path d="m830 1565c0-9 5-15 11-13s11 8 11 13-5 11-11 13-11-4-11-13z"/> <path d="m403 1555c-25-10-30-30-12-41 14-8 42 19 37 37-2 11-9 12-25 4z"/> <path d="m535 1514c-26-28-41-62-31-71 13-14 55 22 69 58 13 34 14 39 1 39-8 0-26-12-39-26z"/> <path d="m313 1467c-24-11-29-22-14-31 8-6 48 31 40 38-2 2-14-1-26-7z"/> <path d="m641 1436c-8-9-11-19-7-23 9-9 29 13 24 27-2 8-8 7-17-4z"/> <path d="m415 1389c-8-38 12-67 21-31 8 29 28 28 48-3 10-15 22-22 31-19 20 8 19 34 0 34-9 0-27 11-41 25-33 33-51 32-59-6z"/> <path d="m350 1385c0-10 7-15 18-13 21 4 19 22-2 26-10 2-16-3-16-13z"/> <path d="m7102 1387c-6-7-34-21-61-31-28-10-53-21-55-25-3-4 16-30 42-58 36-38 60-54 100-67 62-18 83-12 107 34 23 44 18 69-21 116-29 36-42 44-68 44-19 0-38-6-44-13z"/> <path d="m640 1341c0-10-7-24-15-31-18-15-19-34-4-61 8-16 13-18 25-8 8 6 14 22 14 34 0 13 7 25 15 29 8 3 15 17 15 31 0 20-5 25-25 25-18 0-25-5-25-19z"/> <path d="m347 1309c-9-6-21-8-26-4-5 3-12 1-16-5-3-5 3-10 13-10 11 0 26-10 35-22 21-31 39-13 23 24-9 21-15 24-29 17z"/> <path d="m570 1269c0-11 5-17 10-14 6 3 10 13 10 21s-4 14-10 14c-5 0-10-9-10-21z"/> <path d="m490 1271c0-6 8-16 18-23s22-22 26-33c7-20 8-20 18-1 8 15 7 22-6 31-9 7-16 17-16 24 0 6-9 11-20 11s-20-4-20-9z"/> <path d="m540 1129c0-11 5-17 10-14 6 3 10 13 10 21s-4 14-10 14c-5 0-10-9-10-21z"/> <path d="m6320 865c0-29 25-38 86-33 39 3 49 16 23 29-8 3-24 11-36 17-13 7-34 12-48 12-20 0-25-5-25-25z"/> <path d="m7006 811c-22-24-21-28 15-46 28-15 32-15 50 1 22 20 18 29-20 49-26 13-30 13-45-4z"/> <path d="m7215 820c-3-6 1-13 10-16 19-8 30 0 20 15-8 14-22 14-30 1z"/> <path d="m7135 739c-10-15 24-99 40-99 7 0 15 7 19 15 3 8 16 15 30 15 24 0 36-16 36-51 0-14 7-19 25-19 20 0 25 5 25 24 0 14-11 33-25 44s-25 29-25 41c0 11-9 25-19 31-26 13-98 13-106-1z"/> <path d="m1589 722c-22-18-20-42 4-42 15 0 38 48 27 55-4 3-18-3-31-13z"/> <path d="m430 715c7-8 16-15 21-15s9 7 9 15c0 9-9 15-21 15-18 0-19-2-9-15z"/> <path d="m7090 665c0-11 7-15 23-13 12 2 22 8 22 13 0 6-10 11-22 13-16 2-23-2-23-13z"/> <path d="m6763 573c-4-10 2-23 16-35 27-21 54-23 70-5 8 10 4 19-19 35-35 26-58 28-67 5z"/> <path d="m595 520c-4-6-3-16 3-22s12-6 17 2c4 6 3 16-3 22s-12 6-17-2z"/> <path d="m6802 498c-8-8-9-15-1-25 16-19 29-16 29 6 0 25-13 34-28 19z"/> <path d="m2223 419c14-8 22-8 30 0s3 11-18 11c-26-1-28-2-12-11z"/> <path d="m5967 413c-3-3-3-11 0-19 6-17 56-19 51-2-5 13-43 29-51 21z"/> <path d="m6443 364c-9-25 13-40 26-16 10 19 6 32-11 32-5 0-11-7-15-16z"/> <path d="m2997 271c-61-40-71-87-21-109 35-17 77-15 119 5s55 55 34 92c-12 21-23 26-59 28-30 1-55-4-73-16z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.about-two__thumb img {
  width: 100%;
  height: auto;
}
.about-two__dots {
  position: absolute;
  right: -8px;
  top: 26px;
}
.about-two__dots img {
  max-width: 100%;
  height: auto;
  animation: rotated 15s infinite linear;
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about-two__map {
  position: absolute;
  right: -35px;
  bottom: 26px;
}
.about-two__map img {
  max-width: 100%;
  height: auto;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.about-two__content {
  position: relative;
  padding: 0 0 0 70px;
}
@media (max-width: 1199px) {
  .about-two__content {
    padding: 45px 0 0;
  }
}
.about-two__content .sec-title {
  padding-bottom: 41px;
}
.about-two__content__text {
  line-height: 30px;
  margin: 0 0 20px;
}
.about-two__list {
  margin: 0 0 41px;
  padding: 0;
  list-style: none;
}
.about-two__list li {
  font-size: 18px;
  line-height: 36px;
  color: var(--villoz-black, #132742);
}
.about-two__list li span {
  color: var(--villoz-base, #537eac);
  margin-right: 9px;
}
.about-two__awards {
  position: relative;
  border: 1px solid var(--villoz-border-color, #d6e2f0);
  padding: 29px 29px 17px;
  box-shadow: 15px 29px 87px 0px rgba(0, 0, 0, 0.07);
  margin-left: -24px;
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .about-two__awards {
    margin-left: 0;
  }
}
.about-two__awards__icon {
  font-size: 64px;
  line-height: 64px;
  color: var(--villoz-base, #537eac);
  display: block;
  margin: 0 0 27px;
}
.about-two__awards__count {
  display: block;
  font-size: 40px;
  font-weight: 500;
  color: var(--villoz-black, #132742);
  line-height: 1;
  margin-bottom: 0px;
}
.about-two__awards__count .count-box {
  display: inline-flex;
}
.about-two__awards__text {
  font-size: 18px;
  margin: 0;
}
.spl-imgdes {
  position: relative;
  max-width: 624px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  mask: url('../../../assets/img/resources/download.svg');
}
.spl-seoh1 {
  font-size: 30px !important;
}
.spl-seoh3 {
  font-size: 28px !important;
}

@media (max-width: 991px) {
  .spl-seoh1 {
    font-size: 22px !important;
  }
  .spl-seoh3 {
    font-size: 20px !important;
  }
}