@charset "UTF-8";
/*
============================
Name: Laborc – Laboratory & Research HTML Template
Version: 1.0.0
Description: Laborc – Laboratory & Research HTML Template
Author: vikinglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*

CSS LIST

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

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

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

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

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

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

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

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

.image-anime {
  overflow: hidden;
}

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

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

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

@media screen and (max-width: 769px) {
  body.body, html {
    overflow-x: hidden !important;
  }
}
.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: var(--vtc-text-title-1);
}

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

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

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

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

.bg1 {
  background-color: #F1F5FD;
}

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

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

.heading1 .span1 {
  display: inline-block;
}
.heading1 .span1 img {
  transform: translateY(-3px);
  margin-right: 4px;
}
.heading1 h4 a {
  transition: all 0.4s;
}
.heading1 h4 a:hover {
  transition: all 0.4s;
  color: #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: #0A0571;
  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: #10002B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  border-radius: 111px;
  position: relative;
  z-index: 2;
  border: none;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.4s;
}
.theme-btn1 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.theme-btn1 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn1 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn1:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn1:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn1:hover {
  transition: all 0.4s;
  background-color: #675ffc;
  color: #fff;
  transform: translateY(-5px);
}
.theme-btn1:hover span {
  transition: all 0.4s;
}

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

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

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

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

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

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

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

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

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

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

.theme-btn15 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 18px 22px 18px 22px;
  z-index: 1;
  background: transparent;
  border-radius: 0px;
  border: none;
  transition: all 0.4s;
  color: #fff;
  background-color: var(--vtc-bg-main1);
  overflow: hidden;
}
.theme-btn15::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #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: -150px;
}

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

.about2-features .about-check-list ul li {
  display: flex;
  align-items: center;
}
.about2-features .about-check-list ul li span.check {
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #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.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-60px) translateX(60px);
  transition: all 0.4s;
}
.service2-single-slider:hover {
  transition: all 0.4s;
}
.service2-single-slider:hover .heading-area {
  transition: all 0.4s;
  transform: translateY(0);
  opacity: 1;
}
.service2-single-slider:hover .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.service2-single-slider:hover .arrow {
  transition: all 0.6s;
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.service2-single-slider:hover::after {
  transition: all 0.4s;
  transform: translateY(0) translateX(0);
}

.service2-slider .slick-dots {
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-top: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-left: -62px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .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: #0A0571;
}
.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.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: scale(1.4);
  z-index: -2;
  animation-name: round-circle5;
  animation-duration: 72s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.solution1 .icon-boxs-all1 {
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .icon-boxs-all1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .solution1 .icon-boxs-all1 {
    margin-bottom: 50px;
  }
}
.solution1 .icon-boxs-all2 {
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .icon-boxs-all2 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .solution1 .icon-boxs-all2 {
    margin-top: 50px;
  }
}
.solution1 .icon-box {
  display: flex;
  align-items: center;
  margin-left: 58px;
  width: 325px;
}
.solution1 .icon-box.middle {
  margin: 100px 0px 100px 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution1 .icon-box.middle {
    margin: 40px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .solution1 .icon-box.middle {
    margin: 40px 0px 40px 0px;
  }
}
.solution1 .icon-box.left .text {
  text-align: end;
}
.solution1 .icon-box.left .text a {
  transition: all 0.4s;
}
.solution1 .icon-box.left .text a:hover {
  transition: all 0.4s;
  color: #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.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fact3-images::after {
    width: 90%;
    margin: 0px 40px;
  }
}
@media (max-width: 767px) {
  .fact3-images::after {
    width: 80%;
    margin: 0px 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fact3-images {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .fact3-images {
    height: 250px;
  }
}
.fact3-images .arrow {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 82px;
  left: 42%;
  transition: all 0.3s;
  z-index: 5;
  margin-left: -11px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .fact3-images .arrow {
    bottom: 143px;
    left: 42%;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fact3-images .arrow {
    left: auto;
    right: 30px;
    bottom: auto;
    top: 413px;
  }
}
@media (max-width: 767px) {
  .fact3-images .arrow {
    left: auto;
    right: 20px;
    bottom: auto;
    top: 250px;
  }
}

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

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

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

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

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

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

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

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

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

.hero2 {
  min-height: 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: 866px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

.common-hero {
  min-height: 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.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-60px) translateX(60px);
  transition: all 0.4s;
  z-index: 2;
}
.team-box1:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team-box1:hover .image-area .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.team-box1:hover .image-area::after {
  transition: all 0.4s;
  transform: translateY(0) translateX(0);
}
.team-box1:hover .image-area .arrow {
  transition: all 0.6s;
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.team-box1:hover .image-area .icons {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.4s;
}

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

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

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

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

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

/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.tes1-slider-all {
  padding-top: 30px;
  margin-top: 60px;
}
.tes1-slider-all .slick-list {
  position: relative;
  display: block;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.tes1-slider-all .slick-dots {
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-top: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes1-slider-all .slick-dots {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .tes1-slider-all .slick-dots {
    bottom: -25px;
  }
}
.tes1-slider-all .slick-dots li {
  margin: 0 0.25rem;
}
.tes1-slider-all .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0px 5px;
  border: none;
  border-radius: 100%;
  background-color: #E3ECFB;
  text-indent: -9999px;
  position: relative;
}
.tes1-slider-all .slick-dots button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 18px;
  width: 18px;
  border: 1px solid #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: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial3-section-area .author-area .image {
  width: 60px;
}
.testimonial3-section-area .author-area .heading {
  text-align: start;
}
.testimonial3-section-area .author-area .heading p {
  color: rgba(255, 255, 255, 0.7725490196);
}
.testimonial3-section-area .author-area .heading a {
  padding-bottom: 12px;
  display: inline-block;
}
.testimonial3-section-area .author-area .heading a:hover {
  color: #fff;
}
.testimonial3-section-area .testimonial-nav {
  width: 536px;
  margin: 0 auto;
  padding-left: 25px;
  height: 70px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-nav {
    padding-left: 0;
  }
}
.testimonial3-section-area .testimonial-sliders {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial3-section-area .testimonial-arrows > div {
  position: absolute;
  top: 40%;
  left: -120px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows > div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows > div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}
.testimonial3-section-area .testimonial-arrows .slick-arrow button {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: none;
  border-radius: 50px;
  transition: all 0.3s;
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.1843137255);
}
.testimonial3-section-area .testimonial-arrows .testimonial-next-arrow {
  left: auto;
  right: -120px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}
.testimonial3-section-area .testimonial-arrows .slick-arrow button:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #058C42;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide {
  visibility: hidden;
  height: 80px !important;
  width: 80px !important;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active,
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  visibility: visible;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active {
  opacity: 0.6;
  transition: all 0.1s;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  opacity: 1;
  transition: all 0.1s;
  margin: 0px 8px;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide img {
  display: block;
  border-radius: 50%;
  transition: all 0.1s;
  transform: scale(0.8);
  height: 80px;
  width: 80px !important;
  width: auto;
  margin: 0 auto;
}
.testimonial3-section-area .single-testimonial-nav.slick-slide.slick-center img {
  transition: all 0.1s;
  transform: scale(1);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.603);
  border-radius: 50%;
}

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

.tes4-slider-all .slick-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0px 0px 0px;
  list-style-type: none;
}
.tes4-slider-all .slick-dots button {
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #F1F5FD;
  border: 8px solid #fff;
  text-indent: -9999px;
}
.tes4-slider-all .slick-dots li.slick-active button {
  background-color: #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: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #E8EDEC;
  transition: all 0.4s;
}
.work5-box h3 a {
  transition: all 0.4s;
  padding-top: 20px;
}
.work5-box p {
  padding: 16px 0px;
  transition: all 0.4s;
}
.work5-box .learn {
  transition: all 0.4s;
}
.work5-box .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.work5-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--vtc-bg-main5);
}
.work5-box:hover .heading5 h3 a {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}
.work5-box:hover .heading5 p {
  color: var(--vtc-text-pera-2);
  transition: all 0.4s;
}
.work5-box:hover .heading5 .learn {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}

/*
 ::::::::::::::::::::::::::
  WORK AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
.blog1-box .heading-area {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog1-box .heading-area {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.blog1-box .heading-area h3 a {
  transition: all 0.4s;
}
.blog1-box .heading-area h3 a:hover {
  transition: all 0.4s;
  color: #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.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(60px) translateX(60px);
  transition: all 0.4s;
}
.blog3-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.blog3-box:hover::after {
  transform: translateY(0) translateX(0);
  transition: all 0.4s;
}
.blog3-box:hover .arrow {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.blog3-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.blog4-box {
  background-color: #F1F5FD;
  border-radius: 8px;
  transition: all 0.4s;
  transition: all 0.4s;
}
.blog4-box .heading4 {
  padding: 0px 24px 24px 24px;
  transition: all 0.4s;
}
.blog4-box .image img {
  transition: all 0.4s;
}
.blog4-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.blog4-box:hover .arrow {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.blog4-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.blog4-box .learn {
  display: inline-block;
  overflow: hidden;
}
.blog4-box .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.blog4-box .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.blog4-box .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.blog4-box .learn:hover {
  color: #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-color: var(--vtc-bg-main1);
  color: #fff;
}

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

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

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

.footer-contact-area2 .contact-box {
  align-items: start;
  margin-top: 16px;
}
.footer-contact-area2 .contact-box .text {
  padding-left: 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: 12px 0;
  position: absolute;
  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: #4A43DD;
}
.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: #fff;
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 8px 12px;
  transition: all 0.3s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a:hover {
  color: #fff;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area1 .header-elements .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .header-elements .header1-buttons span {
  display: inline-block;
}
.header-area.header-area1 .header-elements .header1-buttons span img {
  margin-left: 10px;
  margin-top: -5px;
}

.header-area1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #4A43DD;
  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;
}

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