/*
 ::::::::::::::::::::::::::
  ANIMATION AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes shape-animaiton1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes shape-animaiton2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes shape-animaiton3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes shape-animaiton4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1000deg);
  }
}
@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);
  }
}
.shape-animaiton1 {
  position: relative;
  animation-name: shape-animaiton1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

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

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

.shape-animaiton4 {
  position: relative;
  animation-name: shape-animaiton4;
  animation-duration: 62s;
  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;
}

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

body {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-fs16);
}

.body2 {
  background-image: url(../img/bg/home-page2-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -33;
}

@media screen and (min-width: 769px) {
  body.body2.body.unic-body {
    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 {
    color: var(--vtc-bg-main-bg-1);
}

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

body.body {
  font-size: 16px;
  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: 767px) {
  .space50 {
    height: 25px;
  }
}
.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;
}

.text-primary {
  color: var(--vtc-bg-main-bg-1) !important;
}

.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: var(--f-ff-font-1) !important;
}

.font-f-2 {
  font-family: var(--f-ff-font-1) !important;
}

.font-f-3 {
  font-family: var(--f-ff-font-1) !important;
}

.font-f-4 {
  font-family: var(--f-ff-font-1) !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-heading-text-1: #081120;
  --vtc-text-heading-text-2: #19326A;
  --vtc-text-heading-text-3: #001431;
  --vtc-text-pera-text-1: #77787B;
  --vtc-text-pera-text-2: #CCCCD5;
  --vtc-text-pera-text-3: #5A5F6A;
  --vtc-text-text-white-text-1: #ffffff;
  --vtc-bg-main-bg-1: #FF9900;
  --vtc-bg-main-bg-2: #FC253F;
  --vtc-bg-main-bg-3: #FD965B;
  --vtc-bg-main-bg-4: #23342E;
  --vtc-bg-main-bg-5: #19326A;
  --vtc-bg-main-bg-6: #52B5E9;
  --vtc-bg-common-bg1: #FFF2E6;
  --vtc-bg-common-bg2: #F5F3F4;
  --vtc-bg-common-bg3: #28284D;
  --vtc-bg-common-bg4: #FFFAEC;
  --vtc-bg-common-bg5: #FFF4EF;
  --vtc-bg-common-bg6: #E9EBEA;
  --vtc-bg-common-bg7: #ECF3F6;
  --vtc-bg-common-bg8: #E5E7EA;
  --vtc-bg-common-bg9: #F2F4F7;
  --vtc-bg-common-bg10: #CECFD2;
  --vtc-bg-common-bg11: #696B6D;
  --vtc-bg-bg-white: #ffffff;
  --vtc-border-border-1: #f0f0f0;
  --vtc-border-border-2: #dfdcdc;
  --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: "Arial", 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
::::::::::::::::::::::::::
*/
.heading1-w span.span {
  display: inline-block;
  color: var(--vtc-text-text-white-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1764705882);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.heading1-w h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs54);
  color: var(--vtc-text-text-white-text-1);
  font-weight: var(--f-fw-bold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading1-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading1-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading1-w p {
  color: var(--vtc-text-pera-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.heading1-w h4,
.heading1-w h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-text-white-text-1);
}

.heading1 span.span {
  display: inline-block;
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  border-radius: 4px;
  background-color: rgba(255, 124, 1, 0.1568627451);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.heading1 h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.heading1 h5 a:hover {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.heading1 h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs54);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading1 h3 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.heading1 p {
  color: var(--vtc-text-pera-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
}
.heading1 h4,
.heading1 h4 a {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-heading-text-1);
  display: inline-block;
  transition: all 0.4s;
}

.heading2 span.span {
  display: inline-block;
  color: var(--vtc-text-text-white-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  border-radius: 4px;
  background-color: var(--vtc-bg-common-bg3);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.heading2 h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs54);
  color: var(--vtc-text-text-white-text-1);
  font-weight: var(--f-fw-bold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading2 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading2 h3 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  color: var(--vtc-text-text-white-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.heading2 h5,
.heading2 h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(--vtc-text-text-white-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.heading2 h5 a:hover {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.heading2 h4,
.heading2 h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  color: var(--vtc-text-text-white-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.heading2 p {
  color: var(--vtc-text-pera-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
}

.heading3 span.span {
  display: inline-block;
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  border-radius: 4px;
  background-color: var(--vtc-bg-common-bg6);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.heading3 h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs54);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading3 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading3 p {
  color: var(--vtc-text-pera-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.heading3 h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.heading3 h4 a:hover {
  color: var(--vtc-bg-main-bg-3);
  transition: all 0.4s;
}
.heading3 h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.heading3 h5 a:hover {
  color: var(--vtc-bg-main-bg-3);
  transition: all 0.4s;
}

.heading3-w span.span {
  display: inline-block;
  color: var(--vtc-bg-bg-white);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2549019608);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.heading3-w h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs54);
  color: var(--vtc-bg-bg-white);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading3-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading3-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading3-w p {
  color: var(--vtc-text-pera-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.heading3-w h5 {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  color: var(--vtc-bg-bg-white);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.heading3-w h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(--vtc-bg-bg-white);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.heading3-w h4 a:hover {
  color: var(--vtc-bg-main-bg-3);
  transition: all 0.4s;
}

.heading6-w span.span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px 5px 14px;
  display: inline-block;
  margin-bottom: 16px;
}
.heading6-w span.span img {
  filter: brightness(0) invert(1);
  transform: translateY(-3px);
  margin-right: 3px;
}
.heading6-w h2 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 122.727% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading6-w h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading6-w h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.heading6-w p {
  color: rgba(255, 255, 255, 0.7725490196);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.heading8 span.span img {
  transform: translateY(-3px);
  margin-right: 3px;
}
.heading8 h2 {
  color: #081120;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading8 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.heading8 p {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

@media screen and (min-width: 768px) {
  .overlay-anim {
    position: relative;
  }
  .overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
  }
  .overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    transition: all 400ms linear;
  }
}
@media screen and (min-width: 768px) {
  .reveal {
    position: relative;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
  }
  .reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
  }
}
/*============================
++++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: 99;
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--vtc-bg-main-bg-1);
  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: var(--vtc-bg-main-bg-1);
  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;
}

.shape-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.shape-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.theme-btn1, 
.zammad-form button.btn{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none !important;
  font-weight: var(--f-fw-bold);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: var(--vtc-text-text-white-text-1);
  padding: 18px 22px 18px 22px;
  background-color: var(--vtc-bg-main-bg-1);
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.theme-btn1::before,
.zammad-form button.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffaa60;
  background-position: left center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: -1;
}
.theme-btn1:hover::before,
.zammad-form button.btn:hover::before {
  transform: scaleX(1);
}
.theme-btn1::after,
.zammad-form button.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(3, 0, 0);
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.6s linear;
  transform-origin: right center;
  z-index: -1;
}
.theme-btn1:hover::after,
.zammad-form button.btn:hover::after {
  transform: scaleY(1);
  transform-origin: bottom center;
  transition-delay: 200ms;
  transition: all 0.4s linear;
}
.theme-btn1:hover,
.zammad-form button.btn:hover {
  color: var(--vtc-text-text-white-text-1);
}
.theme-btn1 span,
.zammad-form button.btn span {
  position: relative;
  margin-left: 4px;
  font-size: 16px;
  transition: all 0.4s linear;
  transform: rotate(-45deg);
  display: inline-block;
}

.theme-btn2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none !important;
  font-weight: var(--f-fw-bold);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: var(--vtc-text-heading-text-1);
  border: 2px solid var(--vtc-text-heading-text-1);
  padding: 16px 22px 16px 22px;
  background: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.4s;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .theme-btn2 {
    margin-left: 0;
    margin-right: 30px;
  }
}
.theme-btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffaa60;
  background-position: left center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: -1;
}
.theme-btn2:hover::before {
  transform: scaleX(1);
}
.theme-btn2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(3, 0, 0);
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  transform-origin: right center;
  z-index: -1;
}
.theme-btn2:hover::after {
  transform: scaleY(1);
  transform-origin: bottom center;
  transition-delay: 200ms;
  transition: all 0.4s linear;
}
.theme-btn2:hover {
  color: var(--vtc-text-text-white-text-1);
}
.theme-btn2 span {
  position: relative;
  margin-left: 4px;
  font-size: 16px;
  transition: all 0.4s linear;
  transform: rotate(-45deg);
  display: inline-block;
}

.theme-btn3 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none !important;
  font-weight: var(--f-fw-bold);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: var(--vtc-text-text-white-text-1);
  padding: 18px 22px 18px 22px;
  background-color: var(--vtc-bg-main-bg-1);
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}
.theme-btn3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(3, 0, 0);
  background-position: left center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: -1;
}
.theme-btn3:hover::before {
  transform: scaleX(1);
}
.theme-btn3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffaa60;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.6s linear;
  transform-origin: right center;
  z-index: -1;
}
.theme-btn3:hover::after {
  transform: scaleY(1);
  transform-origin: bottom center;
  transition-delay: 200ms;
  transition: all 0.4s linear;
}
.theme-btn3:hover {
  color: var(--vtc-text-text-white-text-1);
}
.theme-btn3 span {
  position: relative;
  margin-left: 4px;
  font-size: 16px;
  transition: all 0.4s linear;
  transform: rotate(-45deg);
  display: inline-block;
}
.theme-btn4 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none !important;
  font-weight: var(--f-fw-bold);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: var(--vtc-text-text-white-text-1);
  border: 2px solid var(--vtc-text-text-white-text-1);
  padding: 16px 22px 16px 22px;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  position: relative;
  margin-left: 20px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .theme-btn4 {
    margin-left: 0;
    margin-top: 20px;
    margin-right: 70px;
  }
}
.theme-btn4::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -1px;
  height: 100%;
  width: 102%;
  background-color: var(--vtc-bg-main-bg-1);
  transform: rotateY(95deg);
  transition: all 0.6s linear;
  z-index: -1;
  opacity: 0;
  border-radius: 4px;
}
.theme-btn4:hover::after {
  transform: rotateY(0deg);
  transform-origin: bottom center;
  transition-delay: 200ms;
  transition: all 0.4s linear;
  opacity: 1;
}
.theme-btn4:hover {
  color: var(--vtc-text-text-white-text-1);
  border: 2px solid var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.theme-btn4 span {
  position: relative;
  margin-left: 4px;
  font-size: 16px;
  transition: all 0.4s linear;
  transform: rotate(-45deg);
  display: inline-block;
}
.theme-btn5 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none !important;
  font-weight: var(--f-fw-bold);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: var(--vtc-text-text-white-text-1);
  padding: 18px 22px 18px 22px;
  background-color: #000;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}
.theme-btn5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #444;
  background-position: left center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: -1;
}
.theme-btn5:hover::before {
  transform: scaleX(1);
}
.theme-btn5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #555;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.6s linear;
  transform-origin: right center;
  z-index: -1;
}
.theme-btn5:hover::after {
  transform: scaleY(1);
  transform-origin: bottom center;
  transition-delay: 200ms;
  transition: all 0.4s linear;
}
.theme-btn5:hover {
  color: var(--vtc-text-text-white-text-1);
}
.theme-btn5 span {
  position: relative;
  margin-left: 4px;
  font-size: 16px;
  transition: all 0.4s linear;
  transform: rotate(-45deg);
  display: inline-block;
}

/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
.about1 .about1-box {
  display: flex;
  align-items: start;
  margin-top: 32px;
}
.about1 .about1-box .icon {
  height: 70px;
  width: 70px;
  background-color: rgba(255, 255, 255, 0.2392156863);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin-right: 20px;
  transition: all 0.4s;
}

.about1 .about1-box .icon i {
  position: relative;
  top: 7px;
}
.about1 .about1-box:hover .icon {
  background-color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.about1 .image {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .image {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about1 .image {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.about1 .image img {
  width: 100%;
}

.about2 .heading9 {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .heading9 {
    padding-left: 0px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .about2 .heading9 {
    padding-left: 0px;
    margin-top: 40px;
  }
}
.about2 .heading9 .list li {
  color: #081120;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  display: flex;
  align-items: center;
  padding-top: 18px;
}
.about2 .heading9 .list li .check {
  display: inline-block;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 22px;
  background-color: #2A9134;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .about2 .images-all .image {
    margin-top: 30px;
  }
}
.about2 .images-all .image img {
  width: 100%;
}
/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
.service1 {
  background-color: var(--vtc-text-heading-text-1);
}

.service1-box {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  transition: all 0.4s;
}
.service1-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.service1-box .hover-area {
  position: absolute;
  bottom: 0;
  margin: 24px;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.4s;
  z-index: 2;
}
.service1-box .hover-area p {
  color: rgba(255, 255, 255, 0.7882352941);
}
.service1-box::after {
  content: "";
  position: absolute;
  bottom: -500px;
  right: -30px;
  height: 600px;
  width: 600px;
  background-color: var(--vtc-bg-main-bg-1);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.service1-box:hover::after {
  opacity: 1;
  transition: all 0.4s;
  bottom: -350px;
}
.service1-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.service1-box:hover .hover-area {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}

.service1-box.active .hover-area {
  position: absolute;
  bottom: 0;
  margin: 24px;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s;
  z-index: 2;
}
.service1-box.active .hover-area p {
  color: rgba(255, 255, 255, 0.7882352941);
}
.service1-box.active::after {
  content: "";
  position: absolute;
  bottom: -350px;
  right: -30px;
  height: 600px;
  width: 600px;
  background-color: var(--vtc-bg-main-bg-1);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.4s;
}

.service2-box {
  margin-top: 60px;
  padding: 70px 32px 32px 32px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  position: relative;
  transition: all 0.4s;
}
.service2-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  transform: rotateY(95deg);
  transition: all 0.6s linear;
  background-color: var(--vtc-bg-main-bg-1);
  z-index: -1;
  opacity: 0;
}
.service2-box .heading2 p {
  color: #fff;
}

.service2-box .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: #46466B;
  position: absolute;
  top: -35px;
  left: 30px;
  transition: all 0.4s;
}
.service2-box .icon i {
  color: var(--vtc-bg-main-bg-1);
  font-size: 25px;
  position: relative;
  top: 5px;
}
.service2-box .learn {
  display: inline-block;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none !important;
  font-weight: var(--f-fw-bold);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: var(--vtc-text-text-white-text-1);
  padding: 16px 22px 16px 22px;
  background-color: var(--vtc-bg-main-bg-1);
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  position: relative;
  margin-top: 24px;
  transition: all 0.4s;
}
.service2-box .learn span {
  position: relative;
  margin-left: 4px;
  font-size: 16px;
  transition: all 0.4s linear;
  transform: rotate(-45deg);
  display: inline-block;
}
.service2-box.active {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service2-box.active::after {
  transform: rotateY(0deg);
  transition: all 0.4s linear;
  background-color: #282A5E;
  z-index: -1;
  opacity: 1;
}
.service2-box.active .icon {
  background-color: var(--vtc-text-text-white-text-1);
  transition: all 0.4s;
}
.service2-box.active .icon img {
  transition: all 0.4s;
  filter: none;
}
.service2-box.active .learn {
  color: var(--vtc-bg-main-bg-1);
  background-color: var(--vtc-text-text-white-text-1);
  transition: all 0.4s;
}

.service-benefits .benefits-box {
  padding: 32px;
  border-radius: 4px;
  margin-top: 30px;
  transition: all 0.4s;
  position: relative;
  height: 100%;
}
.service-benefits .benefits-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  transform: rotateY(95deg);
  transition: all 0.6s linear;
  background-color: var(--vtc-bg-main-bg-1);
  z-index: -1;
  opacity: 0;
}
.service-benefits .benefits-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  transition: all 0.6s linear;
  background-color: #282A5E;
  z-index: -3;
}
.service-benefits .benefits-box h4 a {
  line-height: var(--f-fs-font-fs32);
}
.service-benefits .benefits-box .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service-benefits .benefits-box .icon i {
  position: relative;
  top: 7px;
  color: #fff;
}
.service-benefits .benefits-box .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.service-benefits .benefits-box a.learn {
  display: inline-block;
  color: var(--vtc-bg-common-bg1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
}
.service-benefits .benefits-box a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 3px;
}

.service3 {
 background-color: var(--vtc-text-heading-text-1)
}

.service3 .service-box {
  margin-top: 70px;
  background-color: #fff;
  border-radius: 8px;
  padding: 64px 28px 32px 28px;
  position: relative;
  transition: all 0.4s;
}
.service3 .service-box .icon {
  background-color: var(--vtc-bg-main-bg-1);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
}
.service3 .service-box .icon i {
  position: relative;
  top: 7px;
  color: #fff;
}
.service3 .service-box .icon img {
  transition: all 0.4s;
}
.service3 .service-box .heading h4,
.service3 .service-box .heading h4 a {
  display: inline-block;
  color: #081120;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.service3 .service-box .heading h4 a:hover {
  transition: all 0.4s;
  color: #F6AA32;
}
.service3 .service-box .heading p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 16px 0px 20px 0px;
}
.service3 .service-box .heading .learn {
  display: inline-block;
  color: #081120;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.service3 .service-box .heading .learn:hover {
  transition: all 0.4s;
  color: #F6AA32;
}
.service3 .service-box.active {
  background-color: #081120;
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service3 .service-box.active .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
}
.service3 .service-box.active .heading h4 a {
  transition: all 0.4s;
  color: #fff;
}
.service3 .service-box.active .heading p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.7607843137);
}
.service3 .service-box.active .heading .learn {
  transition: all 0.4s;
  color: #fff;
}

.service4 {
  position: relative;
}
.service4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F5F3F4;
  border-radius: 8px;
  z-index: -4;
}
.service4 .service-box {
  text-align: center;
  padding: 32px 28px;
  position: relative;
  z-index: 4;
  margin-top: 6px;
  transition: all 0.4s;
}
.service4 .service-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service4 .service-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  z-index: -1;
}
.service4 .service-box img {
  width: 100%;
  max-width: 50%;
}
.service4 .service-box span.text {
  display: inline-block;
  color: #2A9134;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  padding: 28px 0px 24px 0px;
}
.service4 .service-box h4,
.service4 .service-box h4 a {
  display: inline-block;
  color: #081120;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.service4 .service-box h4 a:hover {
  color: #2A9134;
  transition: all 0.4s;
}
.service4 .service-box p {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  padding: 14px 0px 20px 0px;
}
.service4 .service-box .learn {
  display: inline-block;
  color: #081120;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.service4 .service-box .learn:hover {
  color: #2A9134;
  transition: all 0.4s;
}

.service5 .service-box {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
  padding: 28px 36px;
  text-align: center;
  transition: all 0.4s;
}
.service5 .service-box .icon {
  background-color: #F7F5FB;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin: auto;
}
.service5 .service-box .icon i {
  color: var(--vtc-bg-main-bg-1);
  position: relative;
  top: 7px;
}
.service5 .service-box .heading h4,
.service5 .service-box .heading h4 a {
  display: inline-block;
  color: #081120;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
  padding-top: 24px;
}
.service5 .service-box .heading p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 16px 0px 22px 0px;
  transition: all 0.4s;
}
.service5 .service-box .heading .learn {
  display: inline-block;
  color: #081120;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.service5 .service-box.active {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.15);
}
.service5 .service-box.active h4,
.service5 .service-box.active h4 a {
  color: #fff;
  transition: all 0.4s;
}
.service5 .service-box.active p {
  color: rgba(255, 255, 255, 0.7803921569);
  transition: all 0.4s;
}
.service5 .service-box.active a.learn {
  color: #fff;
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/
.chosse1 .icon-box {
  background-color: var(--vtc-bg-common-bg2);
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.chosse1 .icon-box .icon {
  margin-bottom: 20px;
  transition: all 0.4s;
}
.chosse1 .icon-box i {
  color: var(--vtc-bg-main-bg-1);
}
.chosse1 .icon-box .icon img {
  transition: all 0.4s;
}
.chosse1 .icon-box:hover {
  background-color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
  transform: translateY(-10px);
}
.chosse1 .icon-box:hover .icon {
  transition: all 0.4s;
}
.chosse1 .icon-box:hover i {
  color: #fff;
}
.chosse1 .icon-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
  filter: brightness(40);
}
.chosse1 .icon-box:hover .heading1 h3 {
  transition: all 0.4s;
  color: var(--vtc-text-text-white-text-1);
}
.chosse1 .icon-box:hover .heading1 p {
  color: var(--vtc-text-text-white-text-1);
  transition: all 0.4s;
}
.chosse1 .icon-box.icon-box2 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chosse1 .image {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .chosse1 .image {
    margin-top: 30px;
  }
}
.chosse1 .image img {
  width: 100%;
  border-radius: 4px;
}
.chosse1 .choose1-heading {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chosse1 .choose1-heading {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .chosse1 .choose1-heading {
    padding-left: 0;
    padding-top: 30px;
  }
}
.chosse1 .choose1-heading .icon-list,
.about2 .heading1 .icon-list{
  margin-top: 20px;
}
.chosse1 .choose1-heading .icon-list li,
.about2 .heading1 .icon-list li{
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-heading-text-1);
}
.chosse1 .choose1-heading .icon-list li span,
.about2 .heading1 .icon-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  background-color: var(--vtc-bg-main-bg-1);
  color: var(--vtc-text-text-white-text-1);
  border-radius: 50%;
  margin-right: 5px;
}

/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta {
  background-color: var(--vtc-text-heading-text-1);
  padding-top: 60px;
}
.cta .cta-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.301);
  padding-bottom: 60px;
}
.cta .subscribe-area {
  text-align: end;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta .subscribe-area {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cta .subscribe-area {
    margin-top: 24px;
  }
}
.cta .subscribe-area input {
  padding: 18px;
  border: none;
  border-radius: 4px;
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta .subscribe-area input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta .subscribe-area input {
    width: 100%;
  }
}
.cta .subscribe-area input:focus {
  outline: none;
}
.cta .subscribe-area input::-moz-placeholder {
  color: #696B6D;
}
.cta .subscribe-area input::placeholder {
  color: #696B6D;
}
.cta .subscribe-area .button {
  position: absolute;
  top: 5px;
  right: 5px;
}

.cta2 .cta2-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 4px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .cta2-bg {
    min-height: 780px;
  }
}
@media (max-width: 767px) {
  .cta2 .cta2-bg {
    min-height: 730px;
  }
}
.cta2 .cta2-bg .main-image {
  text-align: center;
}
.cta2 .cta2-bg .heading2 {
  padding: 80px 80px 80px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .cta2-bg .heading2 {
    padding: 80px 80px 80px 80px;
  }
}
@media (max-width: 767px) {
  .cta2 .cta2-bg .heading2 {
    padding: 40px 40px 40px 40px;
  }
}
.cta2 .cta2-bg .heading2 p {
  color: rgba(255, 255, 255, 0.8274509804);
}
.cta2 .cta2-bg .subscribe-area {
  text-align: start;
  position: relative;
  margin-right: 100px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cta2 .cta2-bg .subscribe-area {
    margin-right: 0;
  }
}
.cta2 .cta2-bg .subscribe-area input {
  padding: 18px;
  border: none;
  border-radius: 4px;
  width: 100%;
}
.cta2 .cta2-bg .subscribe-area input:focus {
  outline: none;
}
.cta2 .cta2-bg .subscribe-area .button {
  position: absolute;
  top: 4px;
  right: 4px;
}

.cta3 {
  padding: 80px 0px;
  background-color: #141439;
}
.cta3 .heading6-w .form-area {
  position: relative;
  margin: 30px 30px 0px 30px;
}
.cta3 .heading6-w .form-area input {
  padding: 19px;
  border: none;
  border-radius: 8px;
  width: 100%;
}
.cta3 .heading6-w .form-area input:focus {
  outline: none;
}
.cta3 .heading6-w .form-area input::-moz-placeholder {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.cta3 .heading6-w .form-area input::placeholder {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.cta3 .heading6-w .form-area .button {
  position: absolute;
  right: 4px;
  top: 4px;
}
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
.faq-all-area .accordion-item.active {
  background-color: var(--vtc-bg-main-bg-1) !important;
  transition: all 0.4s;
}
.faq-all-area .accordion-item.active button {
  background-color: var(--vtc-bg-main-bg-1) !important;
  color: #F5F3F4 !important;
  transition: all 0.4s;
}
.faq-all-area .accordion-item.active .accordion-body {
  color: rgba(255, 255, 255, 0.6980392157) !important;
}
.faq-all-area .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0) invert(1);
}
.faq-all-area .accordion {
  border: none;
}
.faq-all-area .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  padding: 2px;
  border: none;
  background-color: #F5F3F4;
}
.faq-all-area .accordion .accordion-item button {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  padding: 20px;
  background-color: #F5F3F4;
}
.faq-all-area .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq-all-area .accordion .accordion-item .accordion-body {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding: 0px 16px 16px 16px;
}
.faq-all-area .accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0);
}
.faq-all-area .accordion-button:not(.collapsed) {
  color: var(--ztc-text-text-1);
  background-color: #F5F3F4;
  border: none;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.faq-all-area .accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #dee2e600;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="var%28--bs-body-color%29"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
.hero1-slider {
  padding: 50px 0px;
  background-color: #fff;
}

.hero9-slider {
  padding: 50px 0px;
  background-color: #F3F5F2;
}
.hero9-slider .single-slider {
  margin: 0px 20px;
}

.logo-slider .slick-slide img {
  max-width: 125px;
}

.logo-slider3 .single-slider {
  margin: 0px 10px;
}

.logo-slider4 {
  margin-top: 40px;
}
.logo-slider4 .single-slider {
  margin: 0px 10px;
}

.logo-slider-area .slider-pera {
  margin-bottom: 60px;
  position: relative;
  background-color: #fff;
  z-index: 2;
  text-align: center;
}
.logo-slider-area .slider-pera p {
  color: var(--vtc-text-heading-text-1);
  text-align: center;
  font-weight: var(--f-fw-bold);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  background-color: #fff;
  padding: 0px 40px;
  display: inline-block;
}
.logo-slider-area .slider-pera::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-common-bg4);
  z-index: -1;
}

.solution4-box {
  margin-top: 34px;
  background-color: var(--vtc-bg-common-bg7);
  border-radius: 4px;
  transition: all 0.4s;
}
.solution4-box .image {
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
}
.solution4-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.solution4-box .icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -30px;
  margin-left: 24px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.solution4-box .icon img {
  transition: all 0.4s;
}
.solution4-box .heading4 {
  padding: 24px;
}
.solution4-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.solution4-box:hover .image img {
  transition: all 0.4s;
  transform: rotate(2deg) scale(1.1);
}
.solution4-box:hover .icon {
  background-color: var(--vtc-bg-main-bg-6);
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.solution4-box:hover .icon img {
  transition: all 0.4s;
  filter: brightness(40);
}

.industries7 .industries-box {
  margin-top: 30px;
  background-color: #F8F7FF;
  padding: 28px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.4s;
}
.industries7 .industries-box h3 {
  color: #081120;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.industries7 .industries-box .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.industries7 .industries-box .bottom .icons {
  margin-right: 12px;
}
.industries7 .industries-box .bottom .icons img {
  transition: all 0.4s;
}
.industries7 .industries-box .bottom .pera p {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  transition: all 0.4s;
}
.industries7 .industries-box:hover {
  transform: translateY(-10px);
  background-color: #5957E5;
  transition: all 0.4s;
}
.industries7 .industries-box:hover h3 {
  transition: all 0.4s;
  color: #fff;
}
.industries7 .industries-box:hover .bottom .icons img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.industries7 .industries-box:hover .bottom .pera p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.7607843137);
}

.others {
  position: relative;
}
.others .others-boxs {
  padding: 20px;
  margin-top: 30px;
  background-color: #F7F5FB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others .others-boxs {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .others .others-boxs {
    margin-right: 0px;
  }
}
.others .others-boxs .icon {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  border-radius: 50%;
}
.others .others-boxs .icon img {
  transition: all 0.4s;
}
.others .others-boxs .icon i {
  position: relative;
  top: 5px;
  color: var(--vtc-bg-main-bg-1);
}
.others .others-boxs .heading8 {
  padding-left: 20px;
}
.others .others-boxs .heading8 h4,
.others .others-boxs .heading8 h4 a {
  display: inline-block;
  color: #081120;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.others .others-boxs .heading8 h4 a:hover {
  transition: all 0.4s;
  color: #F6AA32;
}
.others .others-boxs .heading8 p {
  padding-top: 14px;
}
.others .others-boxs:hover {
  transform: translateY(-10px);
}
.others .others-boxs:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.others .images-all {
  max-height: 530px;
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others .images-all {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .others .images-all {
    margin-left: 0px;
  }
}
.others .images-all .image2 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 250px;
  border-radius: 100%;
  border: 10px solid #fff;
}
.others .sec-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.solutions9 .solutions-box {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  transition: all 0.4s;
}
.solutions9 .solutions-box .heading-area {
  position: relative;
}
.solutions9 .solutions-box .heading-area .icon {
  background-color: #F3F5F2;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  margin-top: -45px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -45px;
}
.solutions9 .solutions-box .heading-area .icon img {
  transition: all 0.4s;
}
.solutions9 .solutions-box .heading-area .heading {
  padding: 60px 24px 24px 24px;
}
.solutions9 .solutions-box .heading-area .heading h4 a {
  display: inline-block;
  color: #081120;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.solutions9 .solutions-box .heading-area .heading h4 a:hover {
  transition: all 0.4s;
  color: #2A9134;
}
.solutions9 .solutions-box .heading-area .heading p {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  padding-top: 14px;
}
.solutions9 .solutions-box .image {
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.solutions9 .solutions-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.solutions9 .solutions-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.solutions9 .solutions-box:hover .image img {
  transform: scale(1.1) rotate(2deg);
  transition: all 0.4s;
}
.solutions9 .solutions-box:hover .heading-area .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*======== pricing-plan-start ==========*/
.toggle-inner {
  width: 75px;
  margin: 0 auto;
  height: 35px;
  border: 1px solid #0e1124;
  background: var(--vtc-bg-main-bg-1);
  border-radius: 25px;
  position: relative;
}

.toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.custom-toggle {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  top: 4px;
  left: 5px;
  border-radius: 50%;
  transition: 300ms all;
}

.toggle-inner .t-month,
.toggle-inner .t-year {
  position: absolute;
  left: -70px;
  top: 8px;
  color: #fff;
  transition: 300ms all;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.toggle-inner {
  margin-top: 30px;
}

.toggle-inner .t-year {
  left: unset;
  right: -140px;
  opacity: 0.5;
}

.active > .toggle-inner .t-month {
  opacity: 0.5;
}

.active > .toggle-inner .t-year {
  opacity: 1;
}

.toggle-inner input:checked + span {
  left: 43px;
}

.toggle-inner {
  width: 75px;
  margin: 0 auto;
  height: 35px;
  border: 1px solid var(--vtc-bg-main-bg-1);
  border-radius: 25px;
  position: relative;
}

.pricing-box {
  padding: 32px 24px;
  border-radius: 4px;
  border: 1px solid rgba(16, 0, 43, 0.15);
  position: relative;
  margin-top: 40px;
}
.pricing-box h5 {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: #F6F8F9;
  font-weight: var(--f-fw-bold);
  margin-bottom: 16px;
  transition: all 0.4s;
}
.pricing-box h3 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs44);
  color: #ffffff;
  font-weight: var(--f-fw-bold);
  padding: 30px 0px 16px 0px;
  transition: all 0.4s;
}
.pricing-box .pricing-btn {
  width: 100%;
  border-radius: 8px;
  padding: 22px;
  background-color: var(--vtc-text-heading-text-1);
  display: inline-block;
  text-align: center;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-text-white-text-1);
  margin: 32px 0px;
  transition: all 0.4s;
}
.pricing-box .pricing-btn:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.pricing-box .h-pera {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(--vtc-text-text-white-text-1);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
}
.pricing-box .list {
  margin-top: 10px;
}
.pricing-box .list li {
  color: #A9AABF;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-medium);
  padding-top: 14px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing-box .list li span {
  display: inline-block;
  height: 14px;
  width: 14px;
  line-height: 12px;
  font-size: 8px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.4s;
}
.pricing-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  transform: rotateY(95deg);
  transition: all 0.4s linear;
  background-color: #fff;
  z-index: -2;
  opacity: 0;
}
.pricing-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  transition: all 0.6s linear;
  background-color: #282A5E;
  z-index: -3;
}
.pricing-box:hover::after {
  opacity: 1;
  transform: rotateY(0deg);
  transition: all 0.4s linear;
}
.pricing-box:hover h5 {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  margin-bottom: 16px;
}
.pricing-box:hover p {
  color: var(--vtc-text-pera-text-1);
}
.pricing-box:hover h3 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs44);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  padding: 30px 0px 16px 0px;
}
.pricing-box:hover .h-pera {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
}
.pricing-box:hover .pricing-btn {
  width: 100%;
  border-radius: 8px;
  padding: 22px;
  background-color: var(--vtc-bg-main-bg-1);
  display: inline-block;
  text-align: center;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-text-white-text-1);
  margin: 32px 0px;
  transition: all 0.4s;
}
.pricing-box:hover .list {
  margin-top: 10px;
}
.pricing-box:hover .list li {
  color: #5B5D5F;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-medium);
  padding-top: 14px;
  display: flex;
  align-items: center;
}
.pricing-box:hover .list li span {
  display: inline-block;
  height: 14px;
  width: 14px;
  line-height: 12px;
  font-size: 8px;
  border: 1px solid var(--vtc-text-heading-text-1);
  color: var(--vtc-text-heading-text-1);
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}

.pricing-box.active::after {
  opacity: 1;
  transform: rotateY(0deg);
  transition: all 0.4s linear;
}
.pricing-box.active h5 {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  margin-bottom: 16px;
}
.pricing-box.active p {
  color: var(--vtc-text-pera-text-1);
}
.pricing-box.active h3 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs44);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  padding: 30px 0px 16px 0px;
}
.pricing-box.active .h-pera {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
}
.pricing-box.active .pricing-btn {
  width: 100%;
  border-radius: 8px;
  padding: 22px;
  background-color: var(--vtc-bg-main-bg-1);
  display: inline-block;
  text-align: center;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-text-white-text-1);
  margin: 32px 0px;
  transition: all 0.4s;
}
.pricing-box.active .list {
  margin-top: 10px;
}
.pricing-box.active .list li {
  color: #5B5D5F;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-medium);
  padding-top: 14px;
  display: flex;
  align-items: center;
}
.pricing-box.active .list li span {
  display: inline-block;
  height: 14px;
  width: 14px;
  line-height: 12px;
  font-size: 8px;
  border: 1px solid var(--vtc-text-heading-text-1);
  color: var(--vtc-text-heading-text-1);
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}

/*======== pricing-plan-end ==========*/
/*======== pricing-plan-2 start ==========*/
.pricing-plan-page2 .toggle-inner .t-month,
.pricing-plan-page2 .toggle-inner .t-year {
  position: absolute;
  left: -70px;
  top: 8px;
  color: #001431;
  transition: 300ms all;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.pricing-plan-page2 .toggle-inner .t-year {
  left: unset;
  right: -140px;
  opacity: 0.5;
}
.pricing-plan-page2 .active > .toggle-inner .t-month {
  opacity: 0.5;
}
.pricing-plan-page2 .active > .toggle-inner .t-year {
  opacity: 1;
}

.pricing-box2 {
  padding: 32px 24px;
  border-radius: 4px;
  position: relative;
  margin-top: 40px;
}
.pricing-box2 h5 {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--vtc-text-heading-text-3);
  font-weight: var(--f-fw-bold);
  margin-bottom: 16px;
  transition: all 0.4s;
}
.pricing-box2 h3 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs44);
  color: var(--vtc-text-heading-text-3);
  font-weight: var(--f-fw-bold);
  padding: 30px 0px 16px 0px;
  transition: all 0.4s;
}
.pricing-box2 .heading2 p {
  color: var(---vtc-text-pera-text-1);
}
.pricing-box2 .pricing-btn {
  width: 100%;
  border-radius: 8px;
  padding: 22px;
  background-color: var(--vtc-text-heading-text-1);
  display: inline-block;
  text-align: center;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-text-white-text-1);
  margin: 32px 0px;
  transition: all 0.4s;
}
.pricing-box2 .pricing-btn:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.pricing-box2 .h-pera {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(---vtc-text-pera-text-3);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
}
.pricing-box2 .list {
  margin-top: 10px;
}
.pricing-box2 .list li {
  color: var(--vtc-text-pera-text-3);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-medium);
  padding-top: 14px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing-box2 .list li span {
  display: inline-block;
  height: 14px;
  width: 14px;
  line-height: 12px;
  font-size: 8px;
  border: 1px solid var(--vtc-text-heading-text-1);
  color: var(--vtc-text-heading-text-1);
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.4s;
}
.pricing-box2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  transform: rotateY(95deg);
  transition: all 0.4s linear;
  background-color: #F2F4F7;
  z-index: -2;
  opacity: 0;
}
.pricing-box2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  transition: all 0.6s linear;
  background-color: var(--vtc-bg-common-bg9);
  z-index: -3;
}
.pricing-box2:hover::after {
  opacity: 1;
  transform: rotateY(0deg);
  transition: all 0.4s linear;
}
.pricing-box2:hover h5 {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  margin-bottom: 16px;
}
.pricing-box2:hover p {
  color: var(--vtc-text-pera-text-1);
}
.pricing-box2:hover h3 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs44);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  padding: 30px 0px 16px 0px;
}
.pricing-box2:hover .h-pera {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
}
.pricing-box2:hover .pricing-btn {
  width: 100%;
  border-radius: 8px;
  padding: 22px;
  background-color: var(--vtc-bg-main-bg-1);
  display: inline-block;
  text-align: center;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-text-white-text-1);
  margin: 32px 0px;
  transition: all 0.4s;
}
.pricing-box2:hover .list {
  margin-top: 10px;
}
.pricing-box2:hover .list li {
  color: #5B5D5F;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-medium);
  padding-top: 14px;
  display: flex;
  align-items: center;
}
.pricing-box2:hover .list li span {
  display: inline-block;
  height: 14px;
  width: 14px;
  line-height: 12px;
  font-size: 8px;
  border: 1px solid var(--vtc-text-heading-text-1);
  color: var(--vtc-text-heading-text-1);
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}

.pricing-box2.active .pricing-btn {
  width: 100%;
  border-radius: 8px;
  padding: 22px;
  background-color: var(--vtc-bg-main-bg-1);
  display: inline-block;
  text-align: center;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-text-white-text-1);
  margin: 32px 0px;
  transition: all 0.4s;
}

/*======== pricing-plan-2 end ==========*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
.contact1 {
  background-color: var(--vtc-text-heading-text-1);
}
.contact1 .heading1-w {
  padding-right: 60px;
}
.contact1 .contact1-box {
  background-color: var(--vtc-bg-bg-white);
  padding: 24px 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.contact1 .contact1-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.contact1 .contact1-box .icon {
  height: 70px;
  line-height: 80px;
  width: 70px;
  text-align: center;
  background-color: var(--vtc-bg-common-bg1);
  border-radius: 50%;
  margin-right: 20px;
}
.contact1 .contact1-box .icon i {
  color: var(--vtc-bg-main-bg-1);
  position: relative;
  top: 4px;
}
.contact1 .contact1-box .heading p {
  color: var(--vtc-text-pera-text-1);
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.contact1 .contact1-box .heading a {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-heading-text-1);
  padding-top: 16px;
  transition: all 0.4s;
}
.contact1 .contact1-box .heading a:hover {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.contact1 .contact1-form {
  background-color: var(--vtc-bg-bg-white);
  border-radius: 4px;
  padding: 32px;
}
.contact1 .contact1-form .heading1 h3 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-heading-text-1);
}
.zammad-form label {
  /*display: none;*/
}
.contact1 .contact1-form .single-input input, .contact1 .contact1-form .single-input textarea,
.zammad-form input, .zammad-form textarea {
  border: none;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #E6E7E9;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #525863;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.contact1 .contact1-form .single-input input:focus, .contact1 .contact1-form .single-input textarea:focus,
.zammad-form input:focus, .zammad-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #E6E7E9;
}
.contact1 .contact1-form .single-input input::-moz-placeholder, .contact1 .contact1-form .single-input textarea::-moz-placeholder,
.zammad-form input::-moz-placeholder, .zammad-form textarea::-moz-placeholder {
  color: #525863;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.contact1 .contact1-form .single-input input::placeholder, .contact1 .contact1-form .single-input textarea::placeholder,
.zammad-form input::placeholder, .zammad-form textarea::placeholder {
  color: #525863;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.zammad-form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.contact1 .contact1-form .button {
  text-align: end;
  margin-top: 20px;
}

.contact3 {
  background-color: var(--vtc-bg-common-bg4);
  position: relative;
}
.contact3 .contact3-box {
  background-color: var(--vtc-bg-bg-white);
  border-radius: 4px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.contact3 .contact3-box .icon {
  background-color: var(--vtc-bg-common-bg4);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}
.contact3 .contact3-box .heading3 {
  padding-left: 16px;
}
.contact3 .contact3-box .heading3 h6 {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  color: #23342E;
  padding-bottom: 12px;
}
.contact3 .contact3-form {
  background-color: var(--vtc-bg-main-bg-4);
  border-radius: 4px;
  padding: 32px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact3 .contact3-form {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact3 .contact3-form {
    margin-left: 0;
    margin-top: 30px;
  }
}
.contact3 .contact3-form .heading1 h3 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-heading-text-1);
}
.contact3 .contact3-form .single-input input, .contact3 .contact3-form .single-input textarea {
  border: none;
  border-radius: 4px;
  padding: 16px;
  border: none;
  width: 100%;
  margin-top: 20px;
  background-color: #394843;
  color: #C4C8C7;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.contact3 .contact3-form .single-input input:focus, .contact3 .contact3-form .single-input textarea:focus {
  outline: none;
}
.contact3 .contact3-form .single-input input::-moz-placeholder, .contact3 .contact3-form .single-input textarea::-moz-placeholder {
  color: #C4C8C7;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.contact3 .contact3-form .single-input input::placeholder, .contact3 .contact3-form .single-input textarea::placeholder {
  color: #C4C8C7;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.contact3 .contact3-form .button {
  text-align: end;
  margin-top: 20px;
}
.contact3 .shape {
  position: absolute;
  top: 0;
  left: 0;
}

.contact4 .contact3-box {
  background-color: var(--vtc-bg-common-bg7);
  border-radius: 4px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  margin-top: 24px;
  transition: all 0.4s;
}
.contact4 .contact3-box .icon {
  background-color: var(--vtc-bg-bg-white);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}
.contact4 .contact3-box .heading4 {
  padding-left: 16px;
}
.contact4 .contact3-box .heading4 h6 {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  color: #23342E;
  padding-bottom: 12px;
}
.contact4 .contact3-box:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.contact4 .contact3-form {
  background-color: var(--vtc-bg-main-bg-5);
  border-radius: 4px;
  padding: 32px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact4 .contact3-form {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact4 .contact3-form {
    margin-left: 0;
    margin-top: 30px;
  }
}
.contact4 .contact3-form .heading1 h3 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-heading-text-1);
}
.contact4 .contact3-form .single-input input, .contact4 .contact3-form .single-input textarea {
  border: none;
  border-radius: 4px;
  padding: 16px;
  border: none;
  width: 100%;
  margin-top: 20px;
  background-color: #304679;
  color: var(--vtc-bg-bg-white);
}
.contact4 .contact3-form .single-input input:focus, .contact4 .contact3-form .single-input textarea:focus {
  outline: none;
}
.contact4 .contact3-form .single-input input::-moz-placeholder, .contact4 .contact3-form .single-input textarea::-moz-placeholder {
  color: #C4C8C7;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.contact4 .contact3-form .single-input input::placeholder, .contact4 .contact3-form .single-input textarea::placeholder {
  color: #C4C8C7;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.contact4 .contact3-form .button {
  text-align: end;
  margin-top: 20px;
}
.contact4 .shape {
  position: absolute;
  top: 0;
  left: 0;
}

.contact5 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact5 .heading5 span.span {
  background-color: #fff;
}
.contact5 .contact3-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  margin-top: 24px;
  transition: all 0.4s;
}
.contact5 .contact3-box .icon {
  background-color: #FFDEE2;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}
.contact5 .contact3-box .heading4 {
  padding-left: 16px;
}
.contact5 .contact3-box .heading4 h6 {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  color: #23342E;
  padding-bottom: 12px;
}
.contact5 .contact3-box:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.contact5 .contact3-form {
  background-color: var(--vtc-text-heading-text-3);
  border-radius: 4px;
  padding: 32px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact5 .contact3-form {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact5 .contact3-form {
    margin-left: 0;
    margin-top: 30px;
  }
}
.contact5 .contact3-form .heading1 h3 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-heading-text-1);
}
.contact5 .contact3-form .single-input input, .contact5 .contact3-form .single-input textarea {
  border: none;
  border-radius: 4px;
  padding: 16px;
  border: none;
  width: 100%;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.1843137255);
  color: var(--vtc-bg-bg-white);
}
.contact5 .contact3-form .single-input input:focus, .contact5 .contact3-form .single-input textarea:focus {
  outline: none;
}
.contact5 .contact3-form .single-input input::-moz-placeholder, .contact5 .contact3-form .single-input textarea::-moz-placeholder {
  color: #C4C8C7;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.contact5 .contact3-form .single-input input::placeholder, .contact5 .contact3-form .single-input textarea::placeholder {
  color: #C4C8C7;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.contact5 .contact3-form .button {
  text-align: end;
  margin-top: 20px;
}
.contact5 .shape {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-page .contact-page-box {
  border-top: 1px solid #DADBDD;
  margin-top: 30px;
}
.contact-page .contact-page-box .contact-box {
  padding-top: 30px;
}
.contact-page .contact-page-box .contact-box h4 a {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  padding-top: 10px;
}
.contact-page .contact-page-box .contact-box .icon {
  background-color: #FFF2E6;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 16px;
}
.contact-page .contact-page-box .contact-box.contact-box2 {
  position: relative;
  padding-left: 0;
}
@media (max-width: 767px) {
  .contact-page .contact-page-box .contact-box.contact-box2 {
    padding-left: 0;
  }
}
.contact-page .contact-page-box .contact-box.contact-box2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  width: 1px;
  background-color: #DADBDD;
}
@media (max-width: 767px) {
  .contact-page .contact-page-box .contact-box.contact-box2::after {
    display: none;
  }
}
.contact-page .contact1-form {
  background-color: var(--vtc-bg-common-bg2);
  padding: 32px;
  border-radius: 4px;
  margin-left: 30px;
}
.contact-page .contact1-form .single-input input, .contact-page .contact1-form .single-input textarea {
  background-color: #E9E8E9;
  border: none;
  width: 100%;
  margin-top: 20px;
  padding: 16px;
  color: #60656E;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
}
.contact-page .contact1-form .single-input input::-moz-placeholder, .contact-page .contact1-form .single-input textarea::-moz-placeholder {
  color: #60656E;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
}
.contact-page .contact1-form .single-input input::placeholder, .contact-page .contact1-form .single-input textarea::placeholder {
  color: #60656E;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
}
.contact-page .contact1-form .single-input input:focus, .contact-page .contact1-form .single-input textarea:focus {
  outline: none;
}
.contact-page .contact1-form .button {
  text-align: end;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact1-form {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-page .contact1-form {
    margin-left: 0;
  }
}

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

.contact6 .contact9-content-area {
  border-radius: 8px;
  background: #FFF;
  padding: 48px;
  margin-top: 60px;
}
.contact6 .contact9-content-area .form-area h3 {
  color: #0F0A07;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.contact6 .contact9-content-area .form-area p {
  color: #5F5F5F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact6 .contact9-content-area .form-area .single-input {
  margin-top: 20px;
}
.contact6 .contact9-content-area .form-area .single-input input, .contact6 .contact9-content-area .form-area .single-input textarea {
  width: 100%;
  background-color: #F1F1F1;
  border-radius: 4px;
  padding: 16px;
  border: none;
}
.contact6 .contact9-content-area .form-area .single-input input::-moz-placeholder, .contact6 .contact9-content-area .form-area .single-input textarea::-moz-placeholder {
  color: var(--Text-Color, #858585);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact6 .contact9-content-area .form-area .single-input input::placeholder, .contact6 .contact9-content-area .form-area .single-input textarea::placeholder {
  color: var(--Text-Color, #858585);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact6 .contact9-content-area .form-area .single-input input:focus, .contact6 .contact9-content-area .form-area .single-input textarea:focus {
  outline: none;
}
.contact6 .contact9-content-area .form-area .button-area {
  text-align: end;
  margin-top: 24px;
}
.contact6 .contact9-content-area .contact9-box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  display: flex;
  align-items: center;
  margin-left: 40px;
  transition: all 0.4s;
  margin-bottom: 20px;
}
.contact6 .contact9-content-area .contact9-box .heading {
  padding-left: 20px;
}
.contact6 .contact9-content-area .contact9-box .heading h5 {
  color: var(--Text-Color, #181818);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.contact6 .contact9-content-area .contact9-box .heading a {
  display: inline-block;
  color: var(--Paragraph-Color, #646375);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-top: 10px;
  transition: all 0.4s;
}
.contact6 .contact9-content-area .contact9-box .icon {
  background-color: #325D28;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}
.contact6 .contact9-content-area .contact9-box .icon img {
  transition: all 0.4s;
  filter: brightness(40);
}
.contact6 .contact9-content-area .contact9-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background-color: #325D28;
}
.contact6 .contact9-content-area .contact9-box:hover .icon {
  background-color: #fff;
  transition: all 0.4s;
}
.contact6 .contact9-content-area .contact9-box:hover .icon img {
  filter: none;
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.contact6 .contact9-content-area .contact9-box:hover .heading h5 {
  color: #fff;
  transition: all 0.4s;
}
.contact6 .contact9-content-area .contact9-box:hover .heading a {
  color: rgba(255, 255, 255, 0.7529411765);
  transition: all 0.4s;
}

.contact7 .contact-from {
  margin-top: 30px;
  background-color: #F8F7FF;
  padding: 40px;
  border-radius: 8px;
}
.contact7 .contact-from h3 {
  color: #081120;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.contact7 .contact-from p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 16px;
}
.contact7 .contact-from .form-area {
  margin-top: 8px;
}
.contact7 .contact-from .form-area .single-input {
  margin-top: 20px;
}
.contact7 .contact-from .form-area .single-input input, .contact7 .contact-from .form-area .single-input textarea {
  padding: 16px;
  width: 100%;
  border: none;
  border-radius: 4px;
}
.contact7 .contact-from .form-area .single-input input::-moz-placeholder, .contact7 .contact-from .form-area .single-input textarea::-moz-placeholder {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact7 .contact-from .form-area .single-input input::placeholder, .contact7 .contact-from .form-area .single-input textarea::placeholder {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact7 .contact-from .form-area .single-input input:focus, .contact7 .contact-from .form-area .single-input textarea:focus {
  outline: none;
}
.contact7 .contact-from .form-area .button-area {
  text-align: end;
}
.contact7 .contact-map {
  margin-top: 30px;
}
.contact7 .contact-map iframe {
  height: 653px;
  border-radius: 8px;
}

.contact8 .contact9-content-area {
  border-radius: 8px;
  background: #FFF;
  padding: 48px;
  margin-top: 60px;
}
.contact8 .contact9-content-area .form-area h3 {
  color: #0F0A07;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.contact8 .contact9-content-area .form-area p {
  color: #5F5F5F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact8 .contact9-content-area .form-area .single-input {
  margin-top: 20px;
}
.contact8 .contact9-content-area .form-area .single-input input, .contact8 .contact9-content-area .form-area .single-input textarea {
  width: 100%;
  background-color: #F1F1F1;
  border-radius: 4px;
  padding: 16px;
  border: none;
}
.contact8 .contact9-content-area .form-area .single-input input::-moz-placeholder, .contact8 .contact9-content-area .form-area .single-input textarea::-moz-placeholder {
  color: var(--Text-Color, #858585);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact8 .contact9-content-area .form-area .single-input input::placeholder, .contact8 .contact9-content-area .form-area .single-input textarea::placeholder {
  color: var(--Text-Color, #858585);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact8 .contact9-content-area .form-area .single-input input:focus, .contact8 .contact9-content-area .form-area .single-input textarea:focus {
  outline: none;
}
.contact8 .contact9-content-area .form-area .button-area {
  text-align: end;
  margin-top: 24px;
}
.contact8 .contact9-content-area .contact9-box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  display: flex;
  align-items: center;
  margin-left: 40px;
  transition: all 0.4s;
  margin-bottom: 20px;
}
.contact8 .contact9-content-area .contact9-box .heading {
  padding-left: 20px;
}
.contact8 .contact9-content-area .contact9-box .heading h5 {
  color: var(--Text-Color, #181818);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.contact8 .contact9-content-area .contact9-box .heading a {
  display: inline-block;
  color: var(--Paragraph-Color, #646375);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-top: 10px;
  transition: all 0.4s;
}
.contact8 .contact9-content-area .contact9-box .icon {
  background-color: #141339;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}
.contact8 .contact9-content-area .contact9-box .icon img {
  transition: all 0.4s;
  filter: brightness(40);
}
.contact8 .contact9-content-area .contact9-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background-color: #141339;
}
.contact8 .contact9-content-area .contact9-box:hover .icon {
  background-color: #fff;
  transition: all 0.4s;
}
.contact8 .contact9-content-area .contact9-box:hover .icon img {
  filter: none;
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.contact8 .contact9-content-area .contact9-box:hover .heading h5 {
  color: #fff;
  transition: all 0.4s;
}
.contact8 .contact9-content-area .contact9-box:hover .heading a {
  color: rgba(255, 255, 255, 0.7529411765);
  transition: all 0.4s;
}

.contact9 .contact9-content-area {
  border-radius: 8px;
  background: #F3F5F2;
  padding: 48px;
  margin-top: 60px;
}
.contact9 .contact9-content-area .form-area h3 {
  color: #0F0A07;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.contact9 .contact9-content-area .form-area p {
  color: #5F5F5F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact9 .contact9-content-area .form-area .single-input {
  margin-top: 20px;
}
.contact9 .contact9-content-area .form-area .single-input input, .contact9 .contact9-content-area .form-area .single-input textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  border: none;
}
.contact9 .contact9-content-area .form-area .single-input input::-moz-placeholder, .contact9 .contact9-content-area .form-area .single-input textarea::-moz-placeholder {
  color: var(--Text-Color, #858585);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact9 .contact9-content-area .form-area .single-input input::placeholder, .contact9 .contact9-content-area .form-area .single-input textarea::placeholder {
  color: var(--Text-Color, #858585);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact9 .contact9-content-area .form-area .single-input input:focus, .contact9 .contact9-content-area .form-area .single-input textarea:focus {
  outline: none;
}
.contact9 .contact9-content-area .form-area .button-area {
  text-align: end;
  margin-top: 24px;
}
.contact9 .contact9-content-area .contact9-box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  display: flex;
  align-items: center;
  margin-left: 40px;
  transition: all 0.4s;
  margin-bottom: 20px;
}
.contact9 .contact9-content-area .contact9-box .heading {
  padding-left: 20px;
}
.contact9 .contact9-content-area .contact9-box .heading h5 {
  color: var(--Text-Color, #181818);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.contact9 .contact9-content-area .contact9-box .heading a {
  display: inline-block;
  color: var(--Paragraph-Color, #646375);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-top: 10px;
  transition: all 0.4s;
}
.contact9 .contact9-content-area .contact9-box .icon {
  background-color: #2A9134;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}
.contact9 .contact9-content-area .contact9-box .icon img {
  transition: all 0.4s;
  filter: brightness(40);
}
.contact9 .contact9-content-area .contact9-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background-color: #2A9134;
}
.contact9 .contact9-content-area .contact9-box:hover .icon {
  background-color: #fff;
  transition: all 0.4s;
}
.contact9 .contact9-content-area .contact9-box:hover .icon img {
  filter: none;
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.contact9 .contact9-content-area .contact9-box:hover .heading h5 {
  color: #fff;
  transition: all 0.4s;
}
.contact9 .contact9-content-area .contact9-box:hover .heading a {
  color: rgba(255, 255, 255, 0.7529411765);
  transition: all 0.4s;
}

.contact10 .contact-from {
  margin-top: 30px;
  background-color: #F7F5FB;
  padding: 40px;
  border-radius: 8px;
}
.contact10 .contact-from h3 {
  color: #081120;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.contact10 .contact-from p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 16px;
}
.contact10 .contact-from .form-area {
  margin-top: 8px;
}
.contact10 .contact-from .form-area .single-input {
  margin-top: 20px;
}
.contact10 .contact-from .form-area .single-input input, .contact10 .contact-from .form-area .single-input textarea {
  padding: 16px;
  width: 100%;
  border: none;
  border-radius: 4px;
}
.contact10 .contact-from .form-area .single-input input::-moz-placeholder, .contact10 .contact-from .form-area .single-input textarea::-moz-placeholder {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact10 .contact-from .form-area .single-input input::placeholder, .contact10 .contact-from .form-area .single-input textarea::placeholder {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact10 .contact-from .form-area .single-input input:focus, .contact10 .contact-from .form-area .single-input textarea:focus {
  outline: none;
}
.contact10 .contact-from .form-area .button-area {
  text-align: end;
}
.contact10 .contact-map {
  margin-top: 30px;
}
.contact10 .contact-map iframe {
  height: 653px;
  border-radius: 8px;
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero-area1 {
  min-height: 750px;
  background-color: var(--vtc-bg-common-bg2);
  display: flex;
  align-items: center;
}
.hero-area1 .main-heading {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area1 .main-heading {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .hero-area1 .main-heading {
    padding-top: 140px;
  }
}
.hero-area1 .main-heading span.span,
.hero9 .main-heading span.span,
.hero-area2 .main-heading span.span,
.chosse1 .heading1 span.span,
.work1 .heading1 span.span,
.work9 .heading8 span.span,
.about1 .heading2 span.span,
.about2 .heading1 span.span,
.service-benefits .heading2 span.span,
.contact1 .heading1-w span.span,
.service1 .heading1-w span.span,
.service3 .heading1-w span.span,
.service5 .heading1-w span.span,
.others .heading8 span.span,
.work10 .heading8 span.span,
.service4 .heading3 span.span,
.service2 .heading2 span.span{
  display: inline-block;
  color: var(--vtc-bg-main-bg-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  border-radius: 4px;
  background-color: rgba(255, 124, 1, 0.1568627451);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.hero-area2 .main-heading span.span,
.service2 .heading2 span.span,
.service-benefits .heading2 span.span,
.contact1 .heading1-w span.span,
.service1 .heading1-w span.span,
.service3 .heading1-w span.span,
.service5 .heading1-w span.span,
.about1 .heading2 span.span {
  background-color: var(--vtc-bg-common-bg3);
}

.hero-area1 .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs70);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area1 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero-area1 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero-area1 .main-heading p {
  color: var(--vtc-text-pera-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.hero-area1 .hero1-images {
  height: 530px;
  text-align: end;
  margin-right: -100px;
  position: relative;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area1 .hero1-images {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero-area1 .hero1-images {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.hero-area1 .hero1-images .image2 {
  position: absolute;
  top: 33px;
  right: 75px;
  border-radius: 0 0 50% 50%;
  overflow: hidden;
}
.hero-area1 .hero1-images .image3 {
  position: absolute;
  left: 0;
  bottom: 0px;
}
.hero-area1 .hero1-images .image4 {
  position: absolute;
  top: 70px;
  right: 100px;
}

.hero-area2 {
  min-height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-area2 .main-heading {
  padding-top: 80px;
}
.hero-area2 .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs70);
  color: var(--vtc-text-text-white-text-1);
  font-weight: var(--f-fw-bold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area2 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero-area2 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero-area2 .main-heading p {
  color: var(--vtc-text-pera-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.hero-area2 .shape1 {
  position: absolute;
  top: 150px;
  left: 50px;
}
@media (max-width: 767px) {
  .hero-area2 .shape1 {
    display: none;
  }
}
.hero-area2 .shape2 {
  position: absolute;
  top: 300px;
  right: 50px;
}
@media (max-width: 767px) {
  .hero-area2 .shape2 {
    display: none;
  }
}
.hero-area2 .images {
  position: relative;
  margin-right: -30px;
  height: 600px;
  margin-bottom: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area2 .images {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-area2 .images {
    height: 450px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.hero-area2 .images .image1 {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.hero-area2 .images .image2 {
  position: absolute;
  bottom: -30px;
  right: 30px;
}
.hero-area2 .images .image3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-area3 {
  min-height: 900px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.hero-area3 .main-heading {
  position: relative;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area3 .main-heading {
    margin: 120px 0px 80px 0px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .hero-area3 .main-heading {
    margin: 120px 0px 80px 0px;
    padding-top: 0;
  }
}
.hero-area3 .main-heading span.span {
  display: inline-block;
  color: var(--vtc-text-text-white-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1725490196);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.hero-area3 .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs70);
  color: var(--vtc-text-text-white-text-1);
  font-weight: var(--f-fw-bold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area3 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero-area3 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero-area3 .main-heading p {
  color: var(--vtc-text-pera-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.hero-area3 .main-heading .reating-area {
  margin-top: 32px;
}
.hero-area3 .main-heading .reating-area p.pera {
  color: var(--vtc-text-text-white-text-1);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-bold);
}
.hero-area3 .main-heading .reating-area .reating {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.hero-area3 .main-heading .reating-area .reating .stars ul li {
  display: inline-block;
  color: #FFD600;
  margin: 0px 2px;
}
.hero-area3 .main-heading .reating-area .reating .stars ul li:nth-last-child(1) {
  color: #fff;
}
.hero-area3 .main-heading .arrow-shape {
  position: absolute;
  left: 280px;
  bottom: 0;
}
.hero-area3 .images-all {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area3 .images-all {
    margin-bottom: 100px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .hero-area3 .images-all {
    margin-bottom: 100px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .hero-area3 .images-all .image {
    margin-bottom: 20px;
  }
}
.hero-area3 .images-all .image img {
  width: 100%;
  border-radius: 4px;
}

/* 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;
  cursor: pointer;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FD965B;
  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: 60px;
  height: 60px;
  background: #FD965B;
  border-radius: 50%;
  transition: all 200ms;
}

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

.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: 12px;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px 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;
  }
}
.video-area {
  position: relative;
}
.video-area .video-buttton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -70px;
}

.hero-area4 {
  background-color: var(--vtc-bg-common-bg7);
  min-height: 1150px;
}
.hero-area4 .main-heading {
  padding-top: 180px;
}
.hero-area4 .main-heading span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-heading-text-2);
  padding: 8px 12px;
  border-radius: 4px;
  background-color: var(--vtc-text-text-white-text-1);
  margin-bottom: 16px;
}
.hero-area4 .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs70);
  color: var(--vtc-text-heading-text-2);
  font-weight: var(--f-fw-bold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area4 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero-area4 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero-area4 .main-heading p {
  color: #435986;
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.hero-area4 .images-all {
  position: relative;
  height: 480px;
  margin-top: 60px;
}
.hero-area4 .images-all .image1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.hero-area4 .images-all .image1:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-area4 .images-all .image1:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-area4 .images-all .image2 {
  position: absolute;
  left: 315px;
  top: 0;
  z-index: 3;
  transition: all 0.4s;
}
.hero-area4 .images-all .image2 img {
  transition: all 0.4s;
}
.hero-area4 .images-all .image2:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-area4 .images-all .image2:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-area4 .images-all .image3 {
  position: absolute;
  right: 315px;
  bottom: 0;
  z-index: 2;
}
.hero-area4 .images-all .image3 img {
  transition: all 0.4s;
}
.hero-area4 .images-all .image3:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-area4 .images-all .image3:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-area4 .images-all .image4 {
  position: absolute;
  right: 0;
  top: 0;
}
.hero-area4 .images-all .image4 img {
  transition: all 0.4s;
}
.hero-area4 .images-all .image4:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-area4 .images-all .image4:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-area4 .shape-all-area {
  position: absolute;
  top: 250px;
  left: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area4 .shape-all-area {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-area4 .shape-all-area {
    display: none;
  }
}
.hero-area4 .shape-all-area .icon {
  position: absolute;
  left: 35px;
  top: 35px;
  z-index: 2;
}
.hero-area4 .shape-all-area .icon a {
  display: inline-block;
  height: 82px;
  width: 82px;
  border-radius: 50%;
  text-align: center;
  line-height: 82px;
  background-color: var(--vtc-bg-main-bg-1);
  font-size: 30px;
  color: #fff;
  transition: all 0.4s;
}
.hero-area4 .shape-all-area .icon a:hover {
  background-color: var(--vtc-bg-main-bg-5);
}
.hero-area4 .shape2 {
  position: absolute;
  top: 350px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area4 .shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-area4 .shape2 {
    display: none;
  }
}
.hero-area4 .images-all-md {
  margin: 60px 0px;
}
.hero-area4 .images-all-md img {
  margin-bottom: 30px;
}

.hero-area5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 850px;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-area5 .main-heading {
  padding-top: 140px;
}
.hero-area5 .main-heading span.span {
  display: inline-block;
  color: var(--vtc-text-text-white-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  border-radius: 4px;
  background-color: var(--vtc-bg-common-bg3);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.hero-area5 .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs70);
  color: var(--vtc-text-text-white-text-1);
  font-weight: var(--f-fw-bold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area5 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero-area5 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero-area5 .main-heading p {
  color: var(--vtc-text-pera-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.hero-area5 .images-all {
  position: relative;
  height: 800px;
  margin-bottom: -50px;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area5 .images-all {
    height: 650px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .hero-area5 .images-all {
    height: 500px;
    margin-bottom: 0px;
  }
}
.hero-area5 .images-all .image1 {
  position: absolute;
  bottom: 0;
  right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area5 .images-all .image1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-area5 .images-all .image1 {
    display: none;
  }
}
.hero-area5 .images-all .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-area5 .shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.common-hero {
  background-color: var(--vtc-bg-common-bg2);
  height: 350px;
  display: flex;
  align-items: center;
}
.common-hero .main-heading {
  padding-top: 70px;
}
.common-hero .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs64);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-heading-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs40);
  }
}
.common-hero .main-heading .pages-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
}
.common-hero .main-heading .pages-intro a {
  display: inline-block;
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.common-hero .main-heading .pages-intro span {
  display: inline-block;
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
  padding: 0px 5px;
}
.common-hero .main-heading .pages-intro p {
  display: inline-block;
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-bold);
}

.hero6 {
  min-height: 850px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.hero6 .images-all {
  position: relative;
  height: 500px;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6 .images-all {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hero6 .images-all {
    margin-top: 50px;
  }
}
.hero6 .images-all .image2 {
  position: absolute;
  left: 90px;
  bottom: 0;
}
.hero6 .main-heading {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6 .main-heading {
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .hero6 .main-heading {
    padding-top: 170px;
  }
}
.hero6 .main-heading span.span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px 5px 14px;
  display: inline-block;
  margin-bottom: 16px;
}
.hero6 .main-heading span.span img {
  filter: brightness(0) invert(1);
  transform: translateY(-3px);
  margin-right: 3px;
}
.hero6 .main-heading h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero6 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero6 .main-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

.hero7 {
  min-height: 850px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.hero7 .main-heading {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .main-heading {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .hero7 .main-heading {
    margin-top: 160px;
  }
}
.hero7 .main-heading span.span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px 5px 14px;
  display: inline-block;
  margin-bottom: 16px;
}
.hero7 .main-heading span.span img {
  filter: brightness(0) invert(1);
  transform: translateY(-3px);
  margin-right: 3px;
}
.hero7 .main-heading h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero7 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero7 .main-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}
.hero7 .hero7-images {
  margin-top: 100px;
  margin-right: -70px;
  margin-left: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .hero7-images {
    margin-left: 0;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .hero7 .hero7-images {
    margin-left: 0;
  }
}
.hero7 .hero7-images .shape {
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: 1;
  opacity: 0.4;
}

.hero8 {
  min-height: 850px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8 {
    min-height: 1000px;
  }
}
@media (max-width: 767px) {
  .hero8 {
    min-height: 1060px;
  }
}
.hero8 .main-heading {
  margin-top: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8 .main-heading {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hero8 .main-heading {
    margin-top: 0px;
  }
}
.hero8 .main-heading span.span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px 5px 14px;
  display: inline-block;
  margin-bottom: 16px;
}
.hero8 .main-heading span.span img {
  filter: brightness(0) invert(1);
  transform: translateY(-3px);
  margin-right: 3px;
}
.hero8 .main-heading h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero8 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero8 .main-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}
.hero8 .main-heading .shape {
  position: absolute;
  bottom: 0;
  right: -50px;
}
.hero8 .image1 {
  position: absolute;
  bottom: 0;
  left: 80px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8 .image1 {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .hero8 .image1 {
    height: 300px;
  }
}
.hero8 .image2 {
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8 .image2 {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .hero8 .image2 {
    height: 300px;
  }
}

.hero9 {
  background: url('../img/bg/hero9-bg.png') center bottom no-repeat;
  min-height: 850px;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--vtc-bg-common-bg2);
}
.hero9 .main-images {
  padding-top: 90px;
  position: relative;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero9 .main-images {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hero9 .main-images {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.hero9 .main-images .image2 {
  position: absolute;
  bottom: 100px;
  left: 0;
}
.hero9 .main-heading {
  padding-right: 70px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero9 .main-heading {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .hero9 .main-heading {
    padding-top: 160px;
  }
}
/*.hero9 .main-heading span.span {
  color: #2A9134;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 4px;
  background: #EAF4EB;
  padding: 10px 14px 5px 14px;
  display: inline-block;
  margin-bottom: 16px;
}*/
.hero9 .main-heading span.span img {
  transform: translateY(-3px);
  margin-right: 3px;
}
.hero9 .main-heading h1 {
  color: #111;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero9 .main-heading h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .hero9 .main-heading h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.hero9 .main-heading p {
  color: rgba(17, 17, 17, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

.hero10-sliders .hero10-single {
  min-height: 850px;
  position: relative;
  display: flex;
  align-items: center;
}
.hero10-sliders .hero10-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero10-bg.jpg);
  z-index: -3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 4s;
}
.hero10-sliders .hero10-single.slick-current.slick-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero10-bg.jpg);
  z-index: -3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 4s;
  transform: scale(1.2);
}
.hero10-sliders .hero10-single.slick-current.slick-active .main-heading {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .hero10-sliders .hero10-single.slick-current.slick-active .main-heading {
    padding-top: 20px;
  }
}
.hero10-sliders .hero10-single.slick-current.slick-active .main-heading span.span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px 10px 40px;
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
  transform: translateY(0);
  opacity: 1;
  transition: all 4s;
}
.hero10-sliders .hero10-single.slick-current.slick-active .main-heading span.span img {
  filter: brightness(0) invert(1);
  transform: translateY(-3px);
  margin-right: 3px;
  position: absolute;
  left: 10px;
  top: 12px;
}
.hero10-sliders .hero10-single.slick-current.slick-active .main-heading h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
  transform: translateY(0);
  opacity: 1;
  transition: all 4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-sliders .hero10-single.slick-current.slick-active .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero10-sliders .hero10-single.slick-current.slick-active .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero10-sliders .hero10-single.slick-current.slick-active .main-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  transform: translateY(0);
  opacity: 1;
  transition: all 4s;
}
.hero10-sliders .hero10-single.slick-current.slick-active .main-heading .button {
  transform: translateY(0);
  opacity: 1;
  transition: all 4s;
}
.hero10-sliders .hero10-single .main-heading {
  padding-top: 80px;
}
.hero10-sliders .hero10-single .main-heading span.span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px 10px 40px;
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 4s;
}
.hero10-sliders .hero10-single .main-heading span.span img {
  filter: brightness(0) invert(1);
  transform: translateY(-3px);
  margin-right: 3px;
  position: absolute;
  left: 10px;
  top: 12px;
}
.hero10-sliders .hero10-single .main-heading h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
  transform: translateY(-100px);
  opacity: 0;
  transition: all 4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-sliders .hero10-single .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero10-sliders .hero10-single .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero10-sliders .hero10-single .main-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  transform: translateY(50px);
  opacity: 0;
  transition: all 4s;
}
.hero10-sliders .hero10-single .main-heading .button {
  transform: translateY(50px);
  opacity: 0;
  transition: all 4s;
}

.hero10-btns button {
  position: absolute;
  top: 50%;
  right: 70px;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border: none;
  border-radius: 50%;
  transition: all 0.4s;
  font-size: 22px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .hero10-btns button {
    top: 83%;
    right: auto;
    left: 40px;
  }
}
.hero10-btns button:hover {
  transition: all 0.4s;
  background-color: #FA6444;
  color: #fff;
}
.hero10-btns .hero10-next-arrow {
  margin-top: -70px;
}
@media (max-width: 767px) {
  .hero10-btns .hero10-next-arrow {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hero10-btns .hero10-prev-arrow {
    margin-left: 70px;
  }
}

.hero10-icons-area {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero10-icons-area {
    margin-top: 30px;
  }
}
.hero10-icons-area .hero10-icon-boxs .single-box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.hero10-icons-area .hero10-icon-boxs .single-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero10-icons-area .hero10-icon-boxs .single-box {
    margin-top: 30px;
  }
}
.hero10-icons-area .hero10-icon-boxs .single-box .icon {
  height: 60px;
  width: 60px;
  background: rgba(250, 100, 68, 0.2);
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}
.hero10-icons-area .hero10-icon-boxs .single-box .heading {
  padding-left: 16px;
}
.hero10-icons-area .hero10-icon-boxs .single-box .heading h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.hero10-icons-area .hero10-icon-boxs .single-box .heading p {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  padding-top: 12px;
}

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader.preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #00002D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent #FF7A01 transparent #FF7A01;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading.loading2 {
  border: 1px solid transparent;
  border-color: transparent #19326A transparent #19326A;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading.loading3 {
  border: 1px solid transparent;
  border-color: transparent #FC253F transparent #FC253F;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading.loading6 {
  border: 1px solid transparent;
  border-color: transparent #3F5F34 transparent #3F5F34;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading.loading7 {
  border: 1px solid transparent;
  border-color: transparent #5957E5 transparent #5957E5;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading.loading8 {
  border: 1px solid transparent;
  border-color: transparent #141339 transparent #141339;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading.loading9 {
  border: 1px solid transparent;
  border-color: transparent #2A9134 transparent #2A9134;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading.loading10 {
  border: 1px solid transparent;
  border-color: transparent #FA6444 transparent #FA6444;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
.work1 {
  background-color: var(--vtc-bg-common-bg2);
}
.work1 .work1-heading {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1 .work1-heading {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .work1 .work1-heading {
    padding-left: 0;
    margin-top: 40px;
  }
}
.work1 .work1-box {
  padding: 24px;
  border-radius: 4px;
  background-color: var(--vtc-bg-bg-white);
  margin-top: 20px;
  display: flex;
  transition: all 0.4s;
}
.work1 .work1-box .icon {
  background-color: var(--vtc-bg-main-bg-1);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-right: 16px;
  transition: all 0.4s;
}
.work1 .work1-box .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.work1 .work1-box .icon i {
  position: relative;
  top: 7px;
}
.work1 .work1-box .heading1 h4 a {
  padding-bottom: 10px;
}
.work1 .work-img img {
  width: 100%;
}

.work3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.work3 .work3-box {
  margin-top: 30px;
  position: relative;
}
.work3 .work3-box .image {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.work3 .work3-box.work3-box2 {
  position: relative;
}
.work3 .work3-box.work3-box2::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  height: 1px;
  width: 107%;
  background: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work3 .work3-box.work3-box2::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .work3 .work3-box.work3-box2::after {
    display: none;
  }
}
.work3 .shape {
  position: absolute;
  top: 0;
  left: 0;
}

.work6 {
  position: relative;
}
.work6 .work-box {
  position: relative;
  margin-top: 30px;
  padding: 0px 10px;
}
.work6 .work-box .image-area {
  position: relative;
  text-align: center;
}
.work6 .work-box .image-area .image1 img {
  width: 100%;
}
.work6 .work-box .image-area .image2 {
  position: absolute;
  top: 85px;
  left: 61px;
}
.work6 .work-box .image-area .image2 img {
  width: 100%;
}
.work6 .work-box .heading-area {
  padding: 20px 34px;
  background-color: #F3F5F2;
  margin-top: 32px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 8px;
}
.work6 .work-box .heading-area h3 a {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.work6 .work-box .heading-area p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-top: 12px;
  transition: all 0.4s;
}
.work6 .work-box:hover .heading-area {
  transition: all 0.4s;
  background-color: #31572C;
  transform: translateY(-10px);
}
.work6 .work-box:hover .heading-area h3 a {
  transition: all 0.4s;
  color: #fff;
}
.work6 .work-box:hover .heading-area p {
  color: rgba(255, 255, 255, 0.8156862745);
  transition: all 0.4s;
}
.work6 .sec-shape {
  position: absolute;
  right: 0;
  z-index: -2;
  top: 0;
}

.work7 .work87-box {
  margin-top: 30px;
  position: relative;
  text-align: center;
  padding: 0px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work7 .work87-box {
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .work7 .work87-box {
    padding: 0px 0px;
  }
}
.work7 .work87-box .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}
.work7 .work87-box .icon img {
  transition: all 0.4s;
}
.work7 .work87-box .heading {
  padding-top: 16px;
}
.work7 .work87-box .heading h4 a {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.work7 .work87-box .heading p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-top: 10px;
}
.work7 .work87-box .shape1 {
  position: absolute;
  top: 60px;
  right: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work7 .work87-box .shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .work7 .work87-box .shape1 {
    display: none;
  }
}
.work7 .work87-box .shape2 {
  position: absolute;
  top: 60px;
  right: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work7 .work87-box .shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .work7 .work87-box .shape2 {
    display: none;
  }
}
.work7 .work87-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.work8 .work87-box {
  margin-top: 30px;
  position: relative;
  text-align: center;
  padding: 0px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work8 .work87-box {
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .work8 .work87-box {
    padding: 0px 0px;
  }
}
.work8 .work87-box .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #F7F5FB;
  border-radius: 50%;
  margin: auto;
}
.work8 .work87-box .icon img {
  transition: all 0.4s;
}
.work8 .work87-box .heading {
  padding-top: 16px;
}
.work8 .work87-box .heading h4 a {
  display: inline-block;
  color: #081120;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.work8 .work87-box .heading p {
  color: #555555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-top: 10px;
}
.work8 .work87-box .shape1 {
  position: absolute;
  top: 60px;
  right: -120px;
  filter: brightness(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work8 .work87-box .shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .work8 .work87-box .shape1 {
    display: none;
  }
}
.work8 .work87-box .shape2 {
  position: absolute;
  top: 60px;
  right: -120px;
  filter: brightness(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work8 .work87-box .shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .work8 .work87-box .shape2 {
    display: none;
  }
}
.work8 .work87-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.work9 {
  position: relative;
}
.work9 .work-box {
  position: relative;
  margin-top: 30px;
  padding: 0px 10px;
}
.work9 .work-box .image-area {
  position: relative;
  text-align: center;
}
.work9 .work-box .image-area .image1 img {
  width: 100%;
}
.work9 .work-box .image-area .image2 {
  position: absolute;
  top: 15%;
  max-width: 70%;
  left: 15%;
}
.work9 .work-box .image-area .image2 .icon {
  background-color: var(--vtc-bg-main-bg-1);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-right: 16px;
  transition: all 0.4s;
}
.work9 .work-box .heading-area {
  padding: 20px 15px;
  background-color: rgba(255, 124, 1, 0.1);
  margin-top: 32px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 8px;
}
.work9 .work-box .heading-area h4,
.work9 .work-box .heading-area h4 a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.4s;
}
.work9 .work-box .heading-area p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-top: 12px;
  transition: all 0.4s;
}
.work9 .work-box.active .heading-area {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main-bg-1);
  transform: translateY(-10px);
}
.work9 .work-box.active .heading-area h4 a {
  transition: all 0.4s;
  color: #fff;
}
.work9 .work-box.active .heading-area p {
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.4s;
}
.work9 .sec-shape {
  position: absolute;
  right: 0;
  z-index: -2;
  top: 0;
}

.work10 .work-box {
  margin-top: 30px;
  transition: all 0.4s;
}
.work10 .work-box.top {
  margin-top: 60px;
}
.work10 .work-box .image-area {
  position: relative;
}
.work10 .work-box .image-area .image {
  margin: 0px 30px;
  background-color: #F7F5FB;
  border-radius: 8px;
  padding: 10px;
}
.work10 .work-box .image-area .image img {
  width: 100%;
}
.work10 .work-box .image-area .step {
  background-color: #FA6444;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  padding: 8px 18px;
  border-radius: 8px;
  position: absolute;
  bottom: 30px;
}
.work10 .work-box .heading {
  padding: 20px 15px;
  background-color: #F7F5FB;
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
  transition: all 0.4s;
}
.work10 .work-box .heading h4,
.work10 .work-box .heading h4 a {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.4s;
}
.work10 .work-box .heading p {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  transition: all 0.4s;
  padding-top: 12px;
}
.work10 .work-box.active {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.work10 .work-box.active .heading {
  background-color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.work10 .work-box.active .heading h4 a {
  transition: all 0.4s;
  color: #fff;
}
.work10 .work-box.active .heading p {
  color: rgba(255, 255, 255, 0.8352941176);
  transition: all 0.4s;
}

/*
 ::::::::::::::::::::::::::
  WORK AREA CSS
 ::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  JOB POST AREA CSS
 ::::::::::::::::::::::::::
 */
.job-post-box {
  border-radius: 8px;
  border: 1px solid var(--vtc-bg-common-bg10);
  padding: 20px 16px;
  transition: all 0.4s;
}
.job-post-box .divider {
  background-color: var(--vtc-bg-common-bg10);
  width: 100%;
  height: 1px;
  margin: 28px 0px;
}
.job-post-box .tag {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: var(--vtc-bg-common-bg1);
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16); /* 100% */
}
.job-post-box .job-owners-area {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.job-post-box .job-owners-area .text {
  padding-left: 10px;
}
.job-post-box .job-owners-area .text a {
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs18); /* 100% */
  transition: all 0.4s;
}
.job-post-box .job-owners-area .text a:hover {
  color: var(--vtc-bg-main-bg-1);
}
.job-post-box .job-owners-area .text p {
  color: var(--vtc-text-pera-text-1);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16); /* 100% */
  padding-top: 6px;
}
.job-post-box .work-info h5 {
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs18); /* 100% */
}
.job-post-box .work-info h6 {
  color: var(--vtc-bg-main-bg-1);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs16); /* 100% */
  padding-top: 12px;
}
.job-post-box .work-info span {
  display: inline-block;
  color: var(--vtc-text-pera-text-1);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16); /* 100% */
  padding-top: 24px;
}
.job-post-box .button {
  margin-top: 12px;
}
.job-post-box.mt-30 {
  margin-top: 30px;
}
.job-post-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  border: 1px solid var(--vtc-text-text-white-text-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.job-sidebar {
  background-color: var(--vtc-bg-common-bg2);
  border-radius: 4px;
  padding: 32px 20px;
}
.job-sidebar ._job_widget {
  background-color: var(--vtc-text-text-white-text-1);
  border-radius: 4px;
  padding: 24px;
}
.job-sidebar ._job_widget h3 {
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs24); /* 100% */
  margin-bottom: 22px;
}
.job-sidebar ._job_widget._search {
  position: relative;
}
.job-sidebar ._job_widget._search input {
  background-color: var(--vtc-bg-common-bg2);
  padding: 16px;
  border-radius: 4px;
  width: 100%;
  border: none;
}
.job-sidebar ._job_widget._search input::-moz-placeholder {
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18); /* 100% */
}
.job-sidebar ._job_widget._search input::placeholder {
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18); /* 100% */
}
.job-sidebar ._job_widget._search input:focus {
  outline: none;
}
.job-sidebar ._job_widget._search button {
  border: none;
  background: none;
  font-size: var(--f-fs-font-fs18);
  position: absolute;
  top: 17px;
  right: 13px;
}
.job-sidebar ._job_widget._cetegories ._cetegories-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
  background-color: var(--vtc-bg-common-bg2);
  padding: 20px 24px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.job-sidebar ._job_widget._cetegories ._cetegories-list li a:hover {
  background-color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--vtc-bg-bg-white);
}
.job-sidebar ._job_widget._recent-job .recent-job-list .recent-job-single {
  padding: 20px 0px;
  border-top: 1px solid var(--vtc-bg-common-bg10);
}
.job-sidebar ._job_widget._recent-job .recent-job-list .recent-job-single h4 {
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs20); /* 100% */
}
.job-sidebar ._job_widget._recent-job .recent-job-list .recent-job-single p {
  color: var(--vtc-text-pera-text-1);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16); /* 100% */
  padding-top: 12px;
}
.job-sidebar ._job_widget._call-btn {
  background-color: var(--vtc-bg-main-bg-1);
  padding: 32px 24px;
  border-radius: 4px;
}
.job-sidebar ._job_widget._call-btn h3 {
  color: var(--vtc-bg-bg-white);
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.job-sidebar ._job_widget._call-btn .call-btn {
  display: inline-block;
  background-color: var(--vtc-bg-bg-white);
  border-radius: 4px;
  padding: 19px 16px 16px 16px;
  width: 100%;
  text-align: center;
  color: var(--vtc-bg-main-bg-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.job-sidebar ._job_widget._call-btn .call-btn img {
  margin-top: -3px;
  margin-right: 3px;
}
.job-sidebar ._job_widget._call-btn .call-btn:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.job-sidebar ._job_widget.mt-40 {
  margin-top: 40px;
}

.job-details-area .tags-area ul li {
  display: inline-block;
}
.job-details-area .tags-area ul .tag {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: var(--vtc-bg-common-bg1);
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16); /* 100% */
}
.job-details-area .tags-area ul .add-icon {
  display: inline-flex;
  align-items: center;
  padding-left: 22px;
  color: var(--vtc-text-pera-text-1);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16); /* 100% */
}
.job-details-area .tags-area ul .add-icon .icon {
  background-color: var(--vtc-bg-common-bg1);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 8px;
}
.job-details-area .job-owner {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.job-details-area .job-owner .text {
  padding-left: 20px;
}
.job-details-area .job-owner .text h4 {
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs32);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs32); /* 100% */
}
.job-details-area .image img {
  width: 100%;
}
.job-details-area .job-detials-list ul li {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: var(--vtc-text-pera-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
}
.job-details-area .job-detials-list ul li span {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--vtc-bg-main-bg-1);
  border-radius: 50%;
  color: var(--vtc-bg-bg-white);
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
}
.job-details-area .social-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .job-details-area .social-area {
    display: block;
  }
}
@media (max-width: 767px) {
  .job-details-area .social-area .button {
    margin-top: 20px;
  }
}
.job-details-area .social-area .icons ul li {
  display: inline-block;
}
.job-details-area .social-area .icons ul li a {
  display: inline-block;
  height: 32px;
  text-align: center;
  width: 32px;
  line-height: 32px;
  background-color: var(--vtc-bg-common-bg1);
  border-radius: 50%;
  color: var(--vtc-bg-main-bg-1);
  margin-left: 5px;
  transition: all 0.4s;
}
.job-details-area .social-area .icons ul li a:hover {
  color: var(--vtc-text-text-white-text-1);
  background-color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.job-details-area .social-area .icons ul .text {
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs32);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-fs32); /* 100% */
}

.service-details-area .image img {
  width: 100%;
}

.left-padding {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-padding {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .left-padding {
    padding-left: 0;
  }
}

.right-padding {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-padding {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .right-padding {
    padding-right: 0;
  }
}

.porgress-line-all .progress-line {
  position: relative;
  margin-top: 28px;
}
.porgress-line-all .progress-line h6 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #081120;
}
.porgress-line-all .progress-line .percentCount {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #081120;
}
@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;
  }
}
.video-details-area .image img {
  width: 100%;
}
.video-details-area .video-area {
  position: relative;
}
.video-details-area .video-area .video-buttton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.tags-icons {
  padding-top: 60px;
}
.tags-icons li.text {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-heading-text-1);
  margin-right: 10px;
}
.tags-icons .details-tags ul li {
  display: inline-block;
}
.tags-icons .details-tags ul li a {
  display: inline-block;
  color: var(--vtc-text-heading-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  background-color: var(--vtc-bg-common-bg2);
  border-radius: 4px;
  padding: 8px 12px;
  margin: 8px 5px;
  transition: all 0.4s;
}
.tags-icons .details-tags ul li a:hover {
  background-color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--vtc-bg-bg-white);
}
.tags-icons .details-icons {
  text-align: end;
}
.tags-icons .details-icons ul li {
  display: inline-block;
}
.tags-icons .details-icons ul li a {
  display: inline-block;
  background-color: #FFF2E6;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  color: var(--vtc-bg-main-bg-1);
  border-radius: 50%;
  margin: 0px 3px;
  transition: all 0.4s;
}
.tags-icons .details-icons ul li a:hover {
  background-color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--vtc-bg-bg-white);
}

.blog-details-commnet-boxs .commnet-box {
  padding: 24px 32px;
  background-color: var(--vtc-bg-common-bg2);
  border-radius: 4px;
  margin-top: 30px;
}
.blog-details-commnet-boxs .commnet-box .top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details-commnet-boxs .commnet-box .top-area .author-area {
  display: flex;
  align-items: center;
}
.blog-details-commnet-boxs .commnet-box .top-area .author-area .heading {
  padding-left: 12px;
}
.blog-details-commnet-boxs .commnet-box .top-area .author-area .heading h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.blog-details-commnet-boxs .commnet-box .top-area .author-area .heading p {
  color: var(--vtc-text-pera-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
  padding-top: 6px;
}
.blog-details-commnet-boxs .commnet-box .top-area .reply-btn {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  transition: all 0.4s;
}
.blog-details-commnet-boxs .commnet-box .top-area .reply-btn:hover {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.blog-details-commnet-boxs .commnet-box.commnet-box2 {
  margin-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-commnet-boxs .commnet-box.commnet-box2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-details-commnet-boxs .commnet-box.commnet-box2 {
    margin-left: 0;
  }
}

.details-contact-form {
  background-color: var(--vtc-bg-common-bg2);
  padding: 32px;
  border-radius: 4px;
  margin-top: 30px;
}
.details-contact-form .button {
  text-align: end;
}
.details-contact-form .single-input {
  margin-top: 20px;
}
.details-contact-form .single-input input, .details-contact-form .single-input textarea {
  width: 100%;
  border: none;
  padding: 16px;
  font-weight: var(--f-fw-medium);
  border-radius: 4px;
}
.details-contact-form .single-input input::-moz-placeholder, .details-contact-form .single-input textarea::-moz-placeholder {
  color: var(--vtc-text-pera-text-1);
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.details-contact-form .single-input input::placeholder, .details-contact-form .single-input textarea::placeholder {
  color: var(--vtc-text-pera-text-1);
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
}
.details-contact-form .single-input input:focus, .details-contact-form .single-input textarea:focus {
  outline: none;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
.footer1 {
  padding-top: 80px;
  background-color: var(--vtc-text-heading-text-1);
}
.footer1 .single-footer-items h3 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-text-white-text-1);
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 .single-footer-items h3 {
    margin-top: 16px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .footer1 .single-footer-items h3 {
    margin-top: 16px;
    padding-top: 24px;
  }
}
.footer1 .single-footer-items ul.menu-list li a {
  color: var(--vtc-text-pera-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
  display: inline-block;
  padding: 6px 0px;
  transition: all 0.4s;
  position: relative;
}
.footer1 .single-footer-items ul.menu-list li a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 20px;
  width: 0px;
  background-color: var(--vtc-bg-main-bg-1);
  opacity: 0;
  transition: all 0.4s;
}
.footer1 .single-footer-items ul.menu-list li a:hover {
  padding-left: 12px;
  transition: all 0.4s;
  color: var(--vtc-bg-main-bg-1);
}
.footer1 .single-footer-items ul.menu-list li a:hover::after {
  width: 3px;
  opacity: 1;
}
.footer1 .single-footer-items .social-icon {
  margin-top: 24px;
}
.footer1 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer1 .single-footer-items .social-icon li a {
  display: inline-block;
  margin: 0px 4px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  color: var(--vtc-text-text-white-text-1);
  transition: all 0.4s;
}
.footer1 .single-footer-items .social-icon li a:hover {
  background-color: var(--vtc-bg-main-bg-1);
}
.footer1 .single-footer-items .contact-box {
  display: flex;
  align-items: start;
  margin-bottom: 16px;
}
.footer1 .single-footer-items .contact-box .icon {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.199);
  border-radius: 50%;
  transition: all 0.4s;
}
.footer1 .single-footer-items .contact-box .icon i {
  color: #fff;
  width: 30px;
  height: 30px;
}
.footer1 .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--vtc-text-pera-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
  margin-left: 16px;
  transition: all 0.4s;
}
.footer1 .single-footer-items .contact-box:hover .pera a {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.footer1 .single-footer-items .contact-box:hover .icon {
  background-color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.footer1 .coppyright p {
  color: var(--vtc-text-pera-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.267);
}

.footer-logo-area {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-logo-area {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer-logo-area {
    padding-right: 0;
  }
}

.pl-5 {
  padding-left: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pl-5 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .pl-5 {
    padding-left: 0;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
.header-area.header-area1 {
  border-bottom: 1px solid #fff;
  background-color: #ffffff;
}
.header-area.header-area1 .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .header1-buttons .contact-btn {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.header-area.header-area1 .header1-buttons .contact-btn .icon {
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-2);
  margin-right: 10px;
}
.header-area.header-area1 .header1-buttons .contact-btn .headding p {
  font-size: 12px;
  line-height: 12px;
  color: var(--ztc-text-pera-text-1);
}
.header-area.header-area1 .header1-buttons .contact-btn .headding a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 10px;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li a.active {
  color: var(--vtc-bg-main-bg-1);
}

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

.site-logo,
.mobile-logo,
.logo-m{
  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;
}

.header-area1.sticky .header-elements .main-menu-ex {
  padding: 7px 24px;
  position: relative;
}

/* 
++++++++++++++++++++++++++++++++++
=========nav menu all ==========
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area1 .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: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 36px 0;
  left: -400px;
  width: 1000px;
  min-height: 300px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area1 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
}
.header-area.header-area1 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area1 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area1 .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 .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 .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);
}
.header-area.header-area1 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area1 .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: 5px;
  padding: 20px;
  left: -340px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #081120;
  transform: rotate(-45deg);
  z-index: -1;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 8px;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #FF7A01;
  transition: all 0.4s;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area1 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: 4px;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.3;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1 .coming {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -84px;
  margin-top: -30px;
  height: 60px;
  width: 168px;
  z-index: 99;
  border: none;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.header-area.header-area1 .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 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 7px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  z-index: 1;
  background: #FF7A01;
}
.header-area.header-area1 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #FF7A01;
}
.header-area.header-area1 .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 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area1 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area1 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area1 .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area1 .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 17px;
  opacity: 1;
}
.header-area.header-area1 .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 8px 15px;
  transition: all 0.3s;
}
.header-area.header-area1 .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 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

.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-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: var(--vtc-bg-bg-white);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all ==========
+++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 =========
+++++++++++++++++++++++++++++++++
*/
.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 ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 206px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.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;
}
.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: var(--qt-text-h-text3);
  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: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--vtc-bg-main-bg-1);
  border-radius: 4px;
  width: 5px;
  left: -10px;
  opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a {
  color: var(--vtc-text-heading-text-1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 8px 15px;
  transition: all 0.3s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a:hover {
  color: var(--vtc-bg-main-bg-1);
}
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 1 ====== ======
+++++++++++++++++++++++++++++++++
*/
.mobile-sidebar .logo-m {
  margin-top: -40px;
  margin-bottom: 30px;
}
.mobile-sidebar .mobile-button a {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-sidebar .single-footer-items h3 {
  color: var(--vtc-text-heading-text-1);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-bold);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-sidebar .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mobile-sidebar .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.mobile-sidebar .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  padding: 10px 0px;
  transition: all 0.4s;
}
.mobile-sidebar .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-4);
  transform: translateX(5px);
  transition: all 0.4s;
}
.mobile-sidebar .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.mobile-sidebar .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.mobile-sidebar .single-footer-items .contact-box .icon img {
  filter: brightness(0);
}
.mobile-sidebar .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
}
.mobile-sidebar .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.mobile-sidebar .contact-infos h3 {
  color: var(--vtc-text-heading-text-1);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-bold);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-sidebar .contact-infos h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mobile-sidebar .contact-infos h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.mobile-sidebar .contact-infos .social-icon {
  padding-top: 24px;
}
.mobile-sidebar .contact-infos .social-icon li {
  display: inline-block;
}
.mobile-sidebar .contact-infos .social-icon li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  background-color: rgba(0, 0, 0, 0.0549019608);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.mobile-sidebar .contact-infos .social-icon li a:hover {
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.mobile-sidebar .mobile-button a.menu-btn2 {
  background-color: #fff;
  padding: 18px;
  width: 100%;
  border-radius: 4px;
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs16);
}

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