@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-size: var(--f-fs-font-18);
  font-family: 'Montserrat';
  font-weight: var(--f-fw-normal);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.body1 {
  background-color: var(--vtc-bg-white);
  overflow-x: hidden;
}

.flat-checkbox label {
    font-size: 16px;
    color: #c70900;
}
label.flat-mar {
    margin-right: 10px;
}
h2.contactform{font-size: 32px; font-weight:700; font-family:'Montserrat'; padding-bottom:20px; text-align:center;}
.body7 {
  background-image: url(../img/bg/home7-bg.html);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow-x: hidden;
}

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

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

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

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

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

p {
  padding: 0;
  margin: 0;
}

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

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

.sp {
  padding: 100px 0px;
}

.sp2 {
  padding: 120px 0px;
}

.sp3 {
  padding: 80px 0px;
}

@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }
  .sp2 {
    padding: 60px 0px;
  }
  .sp3 {
    padding: 40px 0px;
  }
  h2.contactform{font-size: 28px;}
}
@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }
  .sp2 {
    padding: 60px 0px;
  }
  .sp3 {
    padding: 40px 0px;
  }
}
.space4 {
  height: 4px;
}

.space6 {
  height: 6px;
}

.space28 {
  height: 28px;
}

.space8 {
  height: 8px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space24 {
  height: 24px;
}

.space32 {
  height: 32px;
}

.space10 {
  height: 10px;
}

.space5 {
  height: 5px;
}

.space5 {
  height: 5px;
}

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

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

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

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

.space45 {
  height: 45px;
}

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

.space55 {
  height: 55px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}

.space120 {
  height: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-f-2 {
  font-family: 'Montserrat' !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-title1: #000E12;
  --vtc-text-pera1: #363D40;
  --vtc-text-white: #fff;
  --vtc-text-white90per: rgba(255, 255, 255, 0.9098039216);
  --vtc-text-white80per: rgba(255, 255, 255, 0.8274509804);
  --vtc-text-white70per: rgba(255, 255, 255, 0.6901960784);
  --vtc-bg-main1: #c70a00;
  --vtc-bg-common-1: #EAEEF1;
  --vtc-bg-common-2: #FFEFEC;
  --vtc-bg-common-3: #F4F5FF;
  --vtc-bg-common-4: #F0F1F1;
  --vtc-bg-common-5: #F6D8D2;
  --vtc-bg-common-6: #F6F6F6;
  --vtc-bg-white: #ffffff;
  --vtc-bg-white10per: rgba(255, 255, 255, 0.1);
  --vtc-bg-white20per: rgba(255, 255, 255, 0.199);
  --vtc-bg-white30per: rgba(255, 255, 255, 0.308);
  --vtc-border-1: #E6E7E7;
  --vtc-border-2: #E5E7E7;
  --f-fw-normal: 400;
  --f-fw-medium: 500;
  --f-fw-semibold: 600;
  --f-fw-bold: 600;
  --f-fw-ex-bold: 800;
  --f-ff-font-1: 'Outfit', sans-serif;
  --f-fs-font-16: 16px;
  --f-fs-font-18: 18px;
  --f-fs-font-20: 20px;
  --f-fs-font-22: 22px;
  --f-fs-font-24: 24px;
  --f-fs-font-26: 26px;
  --f-fs-font-28: 28px;
  --f-fs-font-30: 30px;
  --f-fs-font-32: 32px;
  --f-fs-font-34: 34px;
  --f-fs-font-36: 36px;
  --f-fs-font-38: 38px;
  --f-fs-font-40: 40px;
  --f-fs-font-42: 42px;
  --f-fs-font-44: 44px;
  --f-fs-font-48: 48px;
  --f-fs-font-50: 50px;
  --f-fs-font-52: 52px;
  --f-fs-font-54: 54px;
  --f-fs-font-56: 56px;
  --f-fs-font-58: 58px;
  --f-fs-font-60: 60px;
  --f-fs-font-62: 62px;
  --f-fs-font-64: 64px;
  --f-fs-font-66: 66px;
  --f-fs-font-68: 68px;
  --f-fs-font-70: 70px;
  --f-fs-font-72: 72px;
  --f-fs-font-74: 74px;
  --f-fs-font-76: 76px;
  --f-fs-font-78: 78px;
  --f-fs-font-80: 80px;
  --f-fs-font-82: 82px;
  --f-fs-font-84: 84px;
  --f-fs-font-86: 86px;
  --f-fs-font-88: 88px;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.white-heading .sub-title2 {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
}
.white-heading .sub-title2.left-side {
  margin-left: 30px;
}
.white-heading .sub-title2::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -36px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.white-heading .sub-title2::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -36px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
.white-heading h2 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-58); /* 131.818% */
}
@media (max-width: 767px) {
  .white-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .white-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.white-heading p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
}

.heading1 .sub-title {
  display: inline-block;
  color: var(--vtc-bg-main1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  background-color: var(--vtc-bg-common-2);
  padding: 9px 12px 7px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.heading1 .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading1 .sub-title2 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
}
.heading1 .sub-title2.left-side {
  margin-left: 30px;
}
.heading1 .sub-title2::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -36px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.heading1 .sub-title2::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -36px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
.heading1 .sub-title3 {
  display: inline-block;
  color: var(--vtc-bg-main1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
  margin-left: 24px;
}
.heading1 .sub-title3::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -36px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.heading1 .sub-title3::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -36px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
.heading1 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-58); /* 131.818% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading1 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-38); /* 100% */
}
.heading1 h3 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-30); /* 136.364% */
  display: inline-block;
  transition: all 0.4s;
}
.heading1 h3 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.heading1 h4 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-30); /* 136.364% */
  display: inline-block;
  transition: all 0.4s;
}
.heading1 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.heading1 h5 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-26); /* 136.364% */
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}
.heading1 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.heading1 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  transition: all 0.4s;
}
.heading1 p.pera2 {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-26); /* 155.556% */
  transition: all 0.4s;
}

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/
/* video button  */
.video-buttton4 {
  padding-left: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .video-buttton4 {
    padding-left: 0;
    padding-top: 20px;
  }
}
.video-buttton4 p {
  color: var(--vtc-text-white) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  margin-right: 0 !important;
  margin-top: 0px;
  text-decoration: underline;
}
.video-buttton4 .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 10px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
  .video-buttton4 .video-play-button {
    margin: 0px 30px 0px 0px;
  }
}
.video-buttton4 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: var(--vtc-bg-main1);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0.4;
}
.video-buttton4 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background: var(--vtc-bg-main1);
  border-radius: 50%;
  transition: all 200ms;
}
.video-buttton4 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-buttton4 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-left: 13px solid var(--vtc-text-title1);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-buttton6 {
  padding-left: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .video-buttton6 {
    padding-left: 0;
    padding-top: 20px;
  }
}
.video-buttton6 p {
  color: var(--vtc-text-white) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  margin-right: 0 !important;
  margin-top: 0px;
  text-decoration: underline;
}
.video-buttton6 .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 10px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
  .video-buttton6 .video-play-button {
    margin: 0px 30px 0px 0px;
  }
}
.video-buttton6 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: var(--vtc-bg-main8);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0.4;
}
.video-buttton6 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background: var(--vtc-bg-main8);
  border-radius: 50%;
  transition: all 200ms;
}
.video-buttton6 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-buttton6 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-left: 13px solid var(--vtc-text-title1);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-buttton7 {
  padding-left: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .video-buttton7 {
    padding-left: 0;
    padding-top: 20px;
  }
}
.video-buttton7 .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 10px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
  .video-buttton7 .video-play-button {
    margin: 0px 30px 0px 0px;
  }
}
.video-buttton7 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: var(--vtc-bg-main1);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0.4;
}
.video-buttton7 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background: var(--vtc-bg-main1);
  border-radius: 50%;
  transition: all 200ms;
}
.video-buttton7 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-buttton7 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-left: 13px solid var(--vtc-text-white);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

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

.brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}

@media (max-width: 767px) {
  .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .theme-title p {
    font-size: 16px;
  }
  .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .header-top, .right-nav {
    display: none !important;
  }
  .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .counter span {
    font-size: 40px;
  }
  blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  blockquote:after {
    width: 100%;
    height: 100px;
  }
  #header-wrap .navbar-brand.logo, .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: block;
  }
  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    padding-right: 0;
  }
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .service-list {
    padding-left: 0;
  }
  .service-item.style-1 {
    position: relative;
  }
  .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .round-text {
    width: 130px;
    height: 130px;
  }
  .text-btn-icon {
    font-size: 40px;
  }
  .price-table {
    display: block;
  }
  .price-value h2 {
    font-size: 60px;
  }
  .price-list {
    margin-top: 30px;
  }
  .portfolio-list {
    padding-left: 0;
  }
  .portfolio-item.style-2 {
    position: relative;
  }
  .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .award-items {
    display: block;
  }
  .award-title {
    width: 100%;
  }
  .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.hero10-benar .marquee-wrap {
  background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color));
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 20px;
}
.hero10-benar .marquee-wrap .brand-single-box {
  margin: 5px 0px;
  height: 40px;
}
.hero10-benar .marquee-wrap, .hero10-benar .marquee-title {
  overflow: hidden;
  display: block;
  height: 90px;
}
.hero10-benar .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero10-benar .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero10-benar .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.theme-btn1 {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  position: relative;
  z-index: 2;
}
.theme-btn1 span.text {
  display: inline-block;
  padding: 18px 24px;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  border-radius: 111px;
  transition: all 0.4s;
}
.theme-btn1 span.arrow-all {
  display: inline-block;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  border-radius: 111px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  overflow: hidden;
  transition: all 0.4s;
}
.theme-btn1 span.arrow-all span {
  display: inline-block;
  transform: rotate(-45deg) translateX(6px) translateY(6px);
  font-size: var(--f-fs-font-18);
  transition: all 0.4s;
  background: none;
}
.theme-btn1 span.arrow-all .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn1 span.arrow-all .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn1:hover span {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.theme-btn1:hover .arrow-all {
  transform: translateX(3px);
  transition: all 0.4s;
}
.theme-btn1:hover .arrow-all .arrow2 {
  transform: translateY(-7px) rotate(-45deg) translateX(-10px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn1:hover .arrow-all .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.theme-btn2 {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  position: relative;
  z-index: 33;
}
.theme-btn2 span.text {
  display: inline-block;
  padding: 18px 24px;
  background-color: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  border-radius: 111px;
  transition: all 0.4s;
}
.theme-btn2 span.arrow-all {
  display: inline-block;
  background-color: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  border-radius: 111px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  overflow: hidden;
  transition: all 0.4s;
}
.theme-btn2 span.arrow-all span {
  display: inline-block;
  transform: rotate(-45deg) translateX(6px) translateY(6px);
  font-size: var(--f-fs-font-18);
  transition: all 0.4s;
  background: none;
}
.theme-btn2 span.arrow-all .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn2 span.arrow-all .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn2:hover span {
  transition: all 0.4s;
  background-color: #e7e7e7;
}
.theme-btn2:hover .arrow-all {
  transform: translateX(3px);
  transition: all 0.4s;
}
.theme-btn2:hover .arrow-all .arrow2 {
  transform: translateY(-7px) rotate(-45deg) translateX(-10px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn2:hover .arrow-all .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.theme-btn3 {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 19px 22px 19px 22px;
  border-radius: 52px;
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-transform: uppercase;
}
.theme-btn3::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: var(--vtc-text-title1);
  border-radius: 25px;
  z-index: -1;
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn3:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn3:hover::after {
  transition: all 0.4s;
  width: 100%;
  left: 0;
  right: auto;
  animation-timing-function: linear;
}

.theme-btn4 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 20px 23px 20px 23px;
  border-radius: 52px;
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-transform: uppercase;
}
.theme-btn4::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: var(--vtc-text-title1);
  border-radius: 25px;
  z-index: -1;
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn4:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn4:hover::after {
  transition: all 0.4s;
  width: 100%;
  left: 0;
  right: auto;
  animation-timing-function: linear;
}

/*
 ::::::::::::::::::::::::::
     BUTOTNS AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta1 {
  position: relative;
  z-index: 2;
}
.cta1 .white-heading {
  padding: 70px 0px;
}
@media (max-width: 767px) {
  .cta1 .white-heading {
    padding: 70px 0px 20px 0px;
  }
}
.cta1 .cta1-image {
  margin-top: 105px;
  margin-left: 30px;
}
.cta1 .cta1-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.cta2-bg-area {
  border-radius: 40px;
  padding: 70px;
  margin-top: -127px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .cta2-bg-area {
    padding: 24px;
  }
}
.cta2-bg-area .cta2-form {
  position: relative;
}
@media (max-width: 767px) {
  .cta2-bg-area .cta2-form {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-bg-area .cta2-form {
    padding-top: 24px;
  }
}
.cta2-bg-area .cta2-form input {
  padding: 22px;
  border-radius: 111px;
  border: none;
  width: 100%;
}
.cta2-bg-area .cta2-form input:focus {
  outline: none;
}
.cta2-bg-area .cta2-form .button {
  position: absolute;
  top: -15px;
  right: 10px;
}
@media (max-width: 767px) {
  .cta2-bg-area .cta2-form .button {
    top: 10px;
  }
}

.cta4-bg {
  padding: 70px 0px;
  background-color: var(--vtc-bg-main1);
  border-radius: 20px;
  margin-bottom: -220px;
}

.cta4 .sec-shape {
  position: absolute;
  top: -40px;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4 .sec-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta4 .sec-shape {
    display: none;
  }
}

.cta5-bg {
  padding: 70px 30px;
  background-color: var(--vtc-bg-main1);
  border-radius: 20px;
  margin-bottom: -220px;
}

/*
 ::::::::::::::::::::::::::
  CTA AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero1-area {
  height: 780px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-area {
    height: 1000px;
  }
}
@media (max-width: 767px) {
  .hero1-area {
    height: 1000px;
  }
}
.hero1-area .swiper-slide {
  overflow: hidden;
  height: 780px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-area .swiper-slide {
    height: 1000px;
  }
}
@media (max-width: 767px) {
  .hero1-area .swiper-slide {
    height: 1000px;
  }
}
.hero1-area .swiper-slide .main-bg-image {
  z-index: -2;
}
.hero1-area .swiper-slide .main-bg-image img {
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-area .swiper-slide .main-bg-image img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .hero1-area .swiper-slide .main-bg-image img {
    height: 100%;
  }
}
.hero1-area .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 10px;
  top: 50%;
  left: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-area .swiper-pagination {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-area .swiper-pagination {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hero1-area .swiper-pagination {
    display: none !important;
  }
}
.hero1-area .swiper-pagination li {
  margin: 0 0.25rem;
}
.hero1-area .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 16px 0px;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
  position: relative;
  z-index: 3;
}
.hero1-area .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 22px;
  width: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.hero1-area .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.hero1-area .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  transition: all 0.4s;
}
.hero1-area .swiper-pagination::after {
  content: "";
  position: absolute;
  left: 4px;
  top: -83px;
  height: 100px;
  width: 4px;
  background-image: url(../img/shapes/hero1-dots-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.hero1-area .swiper-pagination::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -83px;
  height: 100px;
  transform: rotate(180deg);
  width: 4px;
  background-image: url(../img/shapes/hero1-dots-after.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.main-bg-image img {
  transition: 20s ease-out;
  width: 100%;
  z-index: -2;
}

.swiper-slide.swiper-slide-active .main-bg-image img {
  transform: scale(1.2);
  transition: 20s ease-out;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.hero1-content {
  position: relative;
  z-index: 33;
  display: flex;
  align-items: center;
  height: 780px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-content {
    height: 1000px;
  }
}
@media (max-width: 767px) {
  .hero1-content {
    height: 1000px;
  }
}

.hero1-heading {
  padding-top: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-heading {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-heading {
    padding-top: 190px;
  }
}
.hero1-heading .sub-title {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  background-color: var(--vtc-bg-white10per);
  padding: 9px 12px 7px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  transform: translateX(-200px);
  opacity: 0.3;
  transition: all 1.3s;
}
.hero1-heading .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
  filter: brightness(0) invert(1);
}
.hero1-heading h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-58);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-68); /* 117.241% */
  transform: translateX(-240px);
  opacity: 0.3;
  transition: all 1.5s;
}
@media (max-width: 767px) {
  .hero1-heading h1 {
    font-size: var(--f-fs-font-30);
    line-height: var(--f-fs-font-38);
  }
}
.hero1-heading p {
  color: var(--vtc-text-white90per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  letter-spacing: 0.36px;
  transform: translateX(-260px);
  opacity: 0.3;
  transition: all 1.9s;
}
.hero1-heading .button {
  transform: translateX(-290px);
  opacity: 0.3;
  transition: all 1.9s;
}

.swiper-slide.swiper-slide-active .sub-title {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.3s;
}
.swiper-slide.swiper-slide-active h1 {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.6s;
}
.swiper-slide.swiper-slide-active p {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.9s;
}
.swiper-slide.swiper-slide-active .button {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.9s;
}

.swiper-slide.swiper-slide-active .hero1-images .image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(0);
  opacity: 1;
  transition: all 1.7s;
}

.hero1-images {
  text-align: end;
  height: 780px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-images {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .hero1-images {
    height: 580px;
  }
}
.hero1-images .image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(300px);
  opacity: 0.7;
  transition: all 1.7s;
}
.hero1-images .shape {
  position: absolute;
  left: 100px;
  bottom: 120px;
}

.hero2-area {
  height: 780px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-area {
    height: 1100px;
  }
}
@media (max-width: 767px) {
  .hero2-area {
    height: 1000px;
  }
}
.hero2-area .swiper-slide {
  overflow: hidden;
  height: 780px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-area .swiper-slide {
    height: 1100px;
  }
}
@media (max-width: 767px) {
  .hero2-area .swiper-slide {
    height: 1000px;
  }
}
.hero2-area .swiper-slide .main-bg-image {
  z-index: -2;
}
.hero2-area .swiper-slide .main-bg-image img {
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-area .swiper-slide .main-bg-image img {
    height: 1100px;
  }
}
@media (max-width: 767px) {
  .hero2-area .swiper-slide .main-bg-image img {
    height: 1000px;
  }
}

.main-bg-image img {
  transition: 20s ease-out;
  width: 100%;
  z-index: -2;
}

.swiper-slide.swiper-slide-active .main-bg-image img {
  transform: scale(1.2);
  transition: 20s ease-out;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.hero2-content {
  position: relative;
  z-index: 33;
  display: flex;
  align-items: center;
  height: 780px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-content {
    display: block;
    height: 1100px;
  }
}
@media (max-width: 767px) {
  .hero2-content {
    display: block;
    height: 1000px;
  }
}

.hero2-heading {
  padding-top: 160px;
  overflow: hidden;
}
.hero2-heading .sub-title {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  padding: 0px 10px 0px 40px;
  border-radius: 4px;
  margin-bottom: 16px;
  transform: translateX(-200px);
  opacity: 0.3;
  transition: all 1.3s;
  position: relative;
}
.hero2-heading .sub-title::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -5px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero2-heading .sub-title::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -36px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
.hero2-heading h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-58);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-68); /* 117.241% */
  transform: translateX(-240px);
  opacity: 0.3;
  transition: all 1.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-heading h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .hero2-heading h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.hero2-heading p {
  color: var(--vtc-text-white90per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  letter-spacing: 0.36px;
  transform: translateX(-260px);
  opacity: 0.3;
  transition: all 1.9s;
}
.hero2-heading .button {
  transform: translateX(-290px);
  opacity: 0.3;
  transition: all 1.9s;
}

.swiper-slide.swiper-slide-active .sub-title {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.3s;
}
.swiper-slide.swiper-slide-active h1 {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.6s;
}
.swiper-slide.swiper-slide-active p {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.9s;
}
.swiper-slide.swiper-slide-active .button {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.9s;
}

.swiper-slide.swiper-slide-active .hero2-images .image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(0);
  opacity: 1;
  transition: all 1.7s;
}

.hero2-images {
  text-align: end;
  height: 780px;
  position: relative;
}
@media (max-width: 767px) {
  .hero2-images {
    height: 580px;
  }
}
.hero2-images .image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(300px);
  opacity: 0.7;
  transition: all 1.7s;
}
.hero2-images .shape {
  position: absolute;
  left: 100px;
  bottom: 120px;
}

.hero2-area .main-image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.hero2-area .main-image2 {
  position: absolute;
  bottom: -250px;
  right: 0;
  z-index: 2;
  transform: translateX(200px);
  transition: all 0.9s;
}

.swiper-slide.swiper-slide-active .main-image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.swiper-slide.swiper-slide-active .main-image2 {
  position: absolute;
  bottom: -250px;
  right: 0;
  z-index: 2;
  transform: translateX(0);
  transition: all 0.9s;
}
@media (max-width: 767px) {
  .swiper-slide.swiper-slide-active .main-image2 {
    bottom: -100px;
  }
}
.swiper-slide.swiper-slide-active .hero3-image {
  text-align: end;
  opacity: 1;
  transition: all 1.9s;
}

.hero2-slider-btns {
  position: absolute;
  bottom: 60px;
}
.hero2-slider-btns button {
  border: none;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  transition: all 0.4s;
}
.hero2-slider-btns button::after {
  font-size: var(--f-fs-font-28);
}
.hero2-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.hero2-slider-btns .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero2-slider-btns .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 70px;
}

.custom-pagination {
  position: absolute;
  bottom: 0;
  right: 80px;
  z-index: 99;
}
.custom-pagination button {
  background: red;
}
@media (max-width: 767px) {
  .custom-pagination {
    right: 10px;
  }
}

.hero3-area {
  height: 780px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-area {
    height: 1100px;
  }
}
@media (max-width: 767px) {
  .hero3-area {
    height: 1000px;
  }
}
.hero3-area .swiper-slide {
  overflow: hidden;
  height: 780px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-area .swiper-slide {
    height: 1100px;
  }
}
@media (max-width: 767px) {
  .hero3-area .swiper-slide {
    height: 1000px;
  }
}
.hero3-area .swiper-slide .main-bg-image {
  z-index: -2;
}
.hero3-area .swiper-slide .main-bg-image img {
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-area .swiper-slide .main-bg-image img {
    height: 1100px;
  }
}
@media (max-width: 767px) {
  .hero3-area .swiper-slide .main-bg-image img {
    height: 1000px;
  }
}

.hero3-image {
  text-align: end;
  opacity: 0;
  transition: all 1.9s;
}

.hero4-area {
  min-height: 820px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero4-heading {
  padding-top: 150px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-heading {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-heading {
    padding-top: 190px;
  }
}
.hero4-heading .sub-title {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  background-color: var(--vtc-text-white);
  padding: 9px 12px 7px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  transition: all 1.3s;
}
.hero4-heading .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
  filter: brightness(0);
}
.hero4-heading h1 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-58);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-68); /* 117.241% */
  transition: all 1.5s;
}
@media (max-width: 767px) {
  .hero4-heading h1 {
    font-size: var(--f-fs-font-30);
    line-height: var(--f-fs-font-38);
  }
}
.hero4-heading p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  letter-spacing: 0.36px;
  transition: all 1.9s;
}
.hero4-heading .button {
  transition: all 1.9s;
}

.hero4-images-all {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-images-all {
  }
}
@media (max-width: 767px) {
  .hero4-images-all {
  }
}
.hero4-images-all .image1 {
  position: absolute;
  bottom: 0;
  right: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-images-all .image1 {
    right: 0px;
    left: 100px;
  }
}
@media (max-width: 767px) {
  .hero4-images-all .image1 {
    right: 0px;
  }
}
.hero4-images-all .image2 {
  position: absolute;
  top: 100px;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-images-all .image2 {
    top: 0px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .hero4-images-all .image2 {
    top: 0px;
    width: 200px;
  }
}

.hero5-area {
  height: 780px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .hero5-area {
    height: 700px;
  }
}
.hero5-area .swiper-slide {
  overflow: hidden;
  height: 780px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area .swiper-slide {
    height: 1100px;
  }
}
@media (max-width: 767px) {
  .hero5-area .swiper-slide {
    height: 1000px;
  }
}
.hero5-area .swiper-slide .main-bg-image {
  z-index: -2;
}
.hero5-area .swiper-slide .main-bg-image img {
  height: 780px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area .swiper-slide .main-bg-image img {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .hero5-area .swiper-slide .main-bg-image img {
    height: 800px;
  }
}
.hero5-area .sec-shape1 {
  position: absolute;
  top: 250px;
  right: 0;
  transform: translateX(200px);
  opacity: 0.3;
  transition: all 1.8s;
  z-index: 2;
}

.main-bg-image img {
  transition: 20s ease-out;
  width: 100%;
  z-index: -2;
}

.swiper-slide.swiper-slide-active .main-bg-image img {
  transform: scale(1.2);
  transition: 20s ease-out;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.hero5-content {
  position: relative;
  z-index: 33;
  display: flex;
  align-items: center;
  height: 780px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-content {
    display: block;
    height: 800px;
  }
}
@media (max-width: 767px) {
  .hero5-content {
    display: block;
    height: 800px;
  }
}

.hero5-heading {
  padding-top: 160px;
  overflow: hidden;
}
.hero5-heading .sub-title {
  display: inline-block;
  color: var(--vtc-bg-main1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  padding: 0px 10px 0px 40px;
  border-radius: 4px;
  margin-bottom: 16px;
  transform: translateX(-200px);
  opacity: 0.3;
  transition: all 1.3s;
  position: relative;
}
.hero5-heading .sub-title::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -5px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero5-heading .sub-title::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -36px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
.hero5-heading h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-58);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-68); /* 117.241% */
  transform: translateX(-240px);
  opacity: 0.3;
  transition: all 1.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-heading h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .hero5-heading h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.hero5-heading p {
  color: var(--vtc-text-white90per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  letter-spacing: 0.36px;
  transform: translateX(-260px);
  opacity: 0.3;
  transition: all 1.9s;
}
.hero5-heading .button {
  transform: translateX(-290px);
  opacity: 0.3;
  transition: all 1.9s;
}

.swiper-slide.swiper-slide-active .sub-title {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.3s;
}
.swiper-slide.swiper-slide-active h1 {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.6s;
}
.swiper-slide.swiper-slide-active p {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.9s;
}
.swiper-slide.swiper-slide-active .button {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.9s;
}
.swiper-slide.swiper-slide-active .sec-shape1 {
  position: absolute;
  top: 200px;
  right: 0;
  transform: translateX(0);
  opacity: 1;
  transition: all 1.8s;
}

.swiper-slide.swiper-slide-active .hero5-images .image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(0);
  opacity: 1;
  transition: all 1.7s;
}

.hero5-images {
  text-align: end;
  height: 780px;
  position: relative;
}
@media (max-width: 767px) {
  .hero5-images {
    height: 580px;
  }
}
.hero5-images .image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(300px);
  opacity: 0.7;
  transition: all 1.7s;
}
.hero5-images .shape {
  position: absolute;
  left: 100px;
  bottom: 120px;
}

.hero5-area .main-image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.hero5-area .main-image2 {
  position: absolute;
  bottom: -250px;
  right: 0;
  z-index: 2;
  transform: translateX(200px);
  transition: all 0.9s;
}

.swiper-slide.swiper-slide-active .main-image1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.swiper-slide.swiper-slide-active .main-image2 {
  position: absolute;
  bottom: -250px;
  right: 0;
  z-index: 2;
  transform: translateX(0);
  transition: all 0.9s;
}
@media (max-width: 767px) {
  .swiper-slide.swiper-slide-active .main-image2 {
    bottom: -100px;
  }
}
.swiper-slide.swiper-slide-active .hero5-form {
  transform: translateX(0px);
  opacity: 1;
}

.hero5-slider-btns button {
  border: none;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  border-radius: 50%;
}
.hero5-slider-btns button::after {
  font-size: var(--f-fs-font-28);
}
.hero5-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.hero5-slider-btns .swiper-button-prev {
  position: absolute;
  left: 65px;
  top: 50%;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-slider-btns .swiper-button-prev {
    top: 80%;
    left: 230px;
  }
}
@media (max-width: 767px) {
  .hero5-slider-btns .swiper-button-prev {
    top: 90%;
  }
}
.hero5-slider-btns .swiper-button-next {
  position: absolute;
  right: 65px;
  top: 50%;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-slider-btns .swiper-button-next {
    top: 80%;
    right: 230px;
  }
}
@media (max-width: 767px) {
  .hero5-slider-btns .swiper-button-next {
    top: 90%;
  }
}

.hero5-form {
  margin-top: 50px;
  position: relative;
  margin-left: 80px;
  margin-right: 80px;
  transition: all 1.9s;
  transform: translateX(-200px);
  opacity: 0.3;
}
@media (max-width: 767px) {
  .hero5-form {
    margin-left: 0px;
    margin-right: 0;
  }
}
.hero5-form .form5-input-area {
  background-color: var(--vtc-bg-white);
  margin-top: -16px;
  position: relative;
  padding: 20px;
  border-radius: 0px 8px 8px 8px;
}
.hero5-form .form5-input-area .search-btn {
  position: absolute;
  top: 6px;
  right: 28px;
}
.hero5-form input {
  width: 100%;
  padding: 22px;
  border: none;
  border-radius: 111px;
  border: 1px solid var(--vtc-border-2);
}
.hero5-form input:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.hero5-form input:focus::-moz-placeholder {
  opacity: 0;
}
.hero5-form input:focus::placeholder {
  opacity: 0;
}
.hero5-form .nav .nav-item .nav-link {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 16px 20px;
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.hero5-form .nav .nav-item .nav-link.active {
  background: var(--vtc-bg-main1);
}
.hero5-form .nav .nav-item:nth-child(1) .nav-link {
  border-radius: 8px 0px 0px 0px;
}
.hero5-form .nav .nav-item:nth-child(2) .nav-link {
  border-radius: 0px 8px 0px 0px;
}

.arrow-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-pagination .pagination-btn {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 24px 70px 16px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0px;
  transition: all 0.3s ease;
  position: relative;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .custom-pagination .pagination-btn {
    display: block;
    padding: 24px 24px 16px 16px;
  }
}
@media (max-width: 767px) {
  .custom-pagination .pagination-btn p {
    padding-top: 20px;
  }
}
.custom-pagination .pagination-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background-color: var(--vtc-bg-white20per);
  transition: all 0.4s;
  z-index: 0;
}
.custom-pagination .pagination-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 0%;
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  z-index: 1;
}
.custom-pagination .pagination-btn .icon {
  height: 64px;
  width: 64px;
  line-height: 65px;
  text-align: center;
  border-radius: 8px;
  background-color: var(--vtc-bg-main1);
}
@media (max-width: 767px) {
  .custom-pagination .pagination-btn .icon {
    margin: auto;
  }
}
.custom-pagination .pagination-btn .text p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  padding-left: 10px;
}

.custom-pagination .pagination-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-pagination .pagination-btn.active::before {
  width: 100%;
  transition: all 0.9s;
}

.hero3-slider-btns {
  position: absolute;
  top: 50%;
  right: 100px;
  z-index: 2;
}
.hero3-slider-btns button {
  border: none;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  border-radius: 8px;
  transition: all 0.4s;
}
.hero3-slider-btns button::after {
  font-size: var(--f-fs-font-28);
}
.hero3-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
}
.hero3-slider-btns .swiper-button-prev3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero3-slider-btns .swiper-button-next3 {
  position: absolute;
  top: 16px;
  left: 0;
}

.inner-hero {
  min-height: 512px;
  display: flex;
  align-items: center;
  padding-top: 140px;
  position: relative;
  z-index: 2;
}
.inner-hero .inner-heading {
  position: relative;
  z-index: 2;
}
.inner-hero .inner-heading h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-60); /* 100% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-hero .inner-heading h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .inner-hero .inner-heading h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-40);
  }
}
.inner-hero .inner-heading .breadcrumbs-pages {
  padding-top: 24px;
}
.inner-hero .inner-heading .breadcrumbs-pages ul li {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-28);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 100% */
  display: inline-block;
}
.inner-hero .inner-heading .breadcrumbs-pages ul li a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-28);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 100% */
}
.inner-hero .inner-heading .breadcrumbs-pages ul li.angle {
  margin: 0px 5px;
}
.inner-hero .sec-shape {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}

.hero6 {
  min-height: 100vh;
}
.hero6 video {
  position: absolute;
  width: 100%;
  z-index: -2;
}
.hero6 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.452);
  z-index: -1;
}

.hero6-content {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.hero6-heading {
  padding-top: 140px;
  overflow: hidden;
}
.hero6-heading .sub-title {
  display: inline-block;
  color: var(--vtc-bg-main1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  padding: 0px 10px 0px 40px;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
}
.hero6-heading .sub-title::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -5px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero6-heading .sub-title::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -36px;
  height: 12px;
  width: 32px;
  background-image: url(../img/shapes/title2-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
.hero6-heading h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-58);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-68); /* 117.241% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-heading h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .hero6-heading h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.hero6-heading p {
  color: var(--vtc-text-white90per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  letter-spacing: 0.36px;
}

.hero6-form {
  margin-top: 50px;
  position: relative;
  margin-left: 80px;
  margin-right: 80px;
  transition: all 1.9s;
}
@media (max-width: 767px) {
  .hero6-form {
    margin-left: 0px;
    margin-right: 0;
  }
}
.hero6-form .form5-input-area {
  background-color: var(--vtc-bg-white);
  margin-top: -16px;
  position: relative;
  padding: 20px;
  border-radius: 0px 8px 8px 8px;
}
.hero6-form .form5-input-area .search-btn {
  position: absolute;
  top: 6px;
  right: 28px;
}
.hero6-form input {
  width: 100%;
  padding: 22px;
  border: none;
  border-radius: 111px;
  border: 1px solid var(--vtc-border-2);
}
.hero6-form input:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.hero6-form input:focus::-moz-placeholder {
  opacity: 0;
}
.hero6-form input:focus::placeholder {
  opacity: 0;
}
.hero6-form .nav .nav-item .nav-link {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 16px 20px;
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.hero6-form .nav .nav-item .nav-link.active {
  background: var(--vtc-bg-main1);
}
.hero6-form .nav .nav-item:nth-child(1) .nav-link {
  border-radius: 8px 0px 0px 0px;
}
.hero6-form .nav .nav-item:nth-child(2) .nav-link {
  border-radius: 0px 8px 0px 0px;
}

.hero5-area.hero6 .sec-shape1 {
  position: absolute;
  top: 250px;
  right: 0;
  transform: translateX(0);
  opacity: 1;
  transition: all 1.8s;
  z-index: 2;
}

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

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

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

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--vtc-bg-main1) transparent var(--vtc-bg-main1);
  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%;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
 ::::::::::::::::::::::::::
  PRELOADER AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  BACKGROUNDS AREA CSS
 ::::::::::::::::::::::::::
 */
.sec-bg1 {
  background-color: var(--vtc-bg-common-1);
}

.sec-bg2 {
  background-color: var(--vtc-bg-common-3);
}

.sec-bg3 {
  background-color: var(--vtc-bg-common-5);
}

.sec-bg4 {
  background-color: var(--vtc-bg-common-12);
}

.sec-bg5 {
  background-color: var(--vtc-bg-common-13);
}

.sec-bg6 {
  background-color: var(--vtc-text-title1);
}

/*
::::::::::::::::::::::::::
 BACKGROUNDS AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  ANIMATIONS AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes round-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1000deg);
  }
}
@keyframes round-circle2 {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes animate1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes animate3 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes animate4 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-25px);
  }
}
@keyframes animate5 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate6 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes animate7 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-70px);
  }
}
@keyframes animate8 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(70px);
  }
}
.round-circle {
  position: relative;
  animation-name: round-circle;
  animation-duration: 72s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

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

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

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

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

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

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

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

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

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

.image-anime {
  overflow: hidden;
}

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

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

/*
::::::::::::::::::::::::::
 ANIMATION AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  PAGINATION AREA CSS
 ::::::::::::::::::::::::::
 */
.theme-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-pagination li {
  display: inline-block;
  background: none;
}

.theme-pagination li a {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: var(--vtc-bg-common-1);
  margin: 0 4px;
  transition: all 0.3s;
  display: block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-weight: var(--f-fw-semibold);
  border-radius: 8px;
  position: relative;
}

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

.theme-pagination li a:hover, .theme-pagination li a.active {
  background: var(--vtc-bg-main1);
  transition: all 0.3s;
  color: var(--vtc-text-white);
}

/*
::::::::::::::::::::::::::
 PAGINATION AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  SEARCH AREA CSS
 ::::::::::::::::::::::::::
 */
.search__popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 360px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  transform: translateY(calc(-100% - 80px));
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
}

.search__popup.search-opened {
  transform: translateY(0%);
  transition-delay: 0s;
}

.search__popup.search-opened .search__input {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}

.search__popup-2 {
  background-color: var(--tp-common-black-13);
}

.search__popup-2 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-8);
}

.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-10);
}

.search__top {
  margin-bottom: 80px;
}

.search__input {
  position: relative;
  height: 80px;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.3s;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tp-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
  color: var(--vtc-text-white);
}

.search__input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::placeholder { /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--vtc-bg-white);
  background: none;
  border: none;
}

.search__input .search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-orange);
  transition: 0.5s 0.3s 0s ease-out;
}

.search__input .search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: 0.5s 0.3s 0s ease-out;
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  background: none;
}

.search__close-btn:hover {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 SEARCH AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  THEME SETTINGS
 ::::::::::::::::::::::::::
 */
.blok:nth-of-type(odd) {
  background-color: white;
}

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

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

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--vtc-text-title1);
  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-text-title1); /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*
 ::::::::::::::::::::::::::
   THEME SETTINGS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
.sidebar-area {
  position: sticky;
  top: 80px;
  left: 0;
}

.blog-details-content .image img {
  width: 100%;
}
.blog-details-content .details-content-text-box {
  background-color: var(--vtc-bg-common-6);
  padding: 16px;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog-details-content .details-content-text-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.blog-details-content .details-list-item ul li {
  color: #090B0E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 16px;
  display: flex;
  align-items: center;
}
.blog-details-content .details-list-item ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--vtc-bg-main1);
  font-size: 12px;
  color: var(--vtc-text-white);
  margin-right: 5px;
  border-radius: 50%;
}
.blog-details-content .vl-blog-details-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
  transition: all 0.4s;
}
.blog-details-content .vl-blog-details-meta a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.blog-details-content .vl-blog-details-meta a.author img {
  margin-right: 8px;
}
.blog-details-content .vl-blog-details-meta a img {
  transform: translateY(-2px);
}
.blog-details-content .heading2 h3 {
  font-weight: var(--f-fw-medium);
}
.blog-details-content .content-details-area {
  padding-top: 24px;
}
.blog-details-content .content-details-area ul li {
  display: inline-block;
}
.blog-details-content .content-details-area ul .tag a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  background-color: var(--vtc-bg-main1);
  border-radius: 9px;
  display: inline-block;
  padding: 10px 14px;
}
.blog-details-content .content-details-area ul .date {
  margin-left: 30px;
}
.blog-details-content .content-details-area ul .date a {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  position: relative;
}
.blog-details-content .content-details-area ul .date a img {
  transform: translateY(-3px);
}
.blog-details-content .content-details-area ul .date a::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  height: 18px;
  width: 1px;
  background-color: var(--vtc-text-pera1);
  opacity: 0.6;
}
.blog-details-content .details-check-list li {
  margin-top: 16px;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  align-items: center;
}
.blog-details-content .details-check-list li .check {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-bg-white);
  font-size: 14px;
  margin-right: 6px;
}

.details-border {
  height: 1px;
  width: 100%;
  background-color: var(--vtc-bg-common-6);
  margin: 40px 0px;
}

.details-social-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .details-social-tags {
    display: block;
  }
}
.details-social-tags .tags ul li {
  display: inline-block;
}
.details-social-tags .tags ul li.text {
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
}
.details-social-tags .tags ul li a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  background-color: var(--vtc-bg-common-6);
  border-radius: 9px;
  display: inline-block;
  padding: 10px 14px;
  margin-left: 20px;
  transition: all 0.4s;
}
.details-social-tags .tags ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-white);
  background-color: var(--vtc-bg-main1);
}
.details-social-tags .social-icons {
  text-align: end;
}
@media (max-width: 767px) {
  .details-social-tags .social-icons {
    text-align: start;
    padding-top: 20px;
  }
}
.details-social-tags .social-icons ul li {
  display: inline-block;
}
.details-social-tags .social-icons ul li.text {
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-right: 10px;
}
.details-social-tags .social-icons ul li a {
  display: inline-block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-6);
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  margin-right: 4px;
  transition: all 0.4s;
}
.details-social-tags .social-icons ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  transform: translateY(-5px);
  color: var(--vtc-text-white);
}

.details-single-comment {
  border-radius: 8px;
  background: var(--vtc-bg-common-6);
  padding: 28px;
  margin-top: 32px;
}
.details-single-comment p {
  color: var(--Text-Color, rgba(11, 26, 51, 0.8235294118));
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  padding-top: 20px;
}
.details-single-comment .top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-single-comment .top-area .reply a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.details-single-comment .top-area .reply a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.details-single-comment .top-area .author-area {
  display: flex;
  align-items: center;
}
.details-single-comment .top-area .author-area .text {
  padding-left: 16px;
}
.details-single-comment .top-area .author-area .text .date {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  padding-bottom: 8px;
}
.details-single-comment .top-area .author-area .text .date img {
  transform: translateY(-3px);
  margin-right: 2px;
}

.details-contact-form .form-area {
  background-color: var(--vtc-bg-common-2);
  padding: 32px;
  border-radius: 8px;
  margin-top: 20px;
}
.details-contact-form .form-area .button {
  margin-top: 24px;
}
.details-contact-form .form-area .button button {
  width: 100%;
}
.details-contact-form .form-area .single-input {
  margin-top: 20px;
}
.details-contact-form .form-area .single-input input, .details-contact-form .form-area .single-input textarea {
  border: none;
  padding: 16px;
  width: 100%;
  border-radius: 8px;
}
.details-contact-form .form-area .single-input input:focus, .details-contact-form .form-area .single-input textarea:focus {
  outline: none;
}

.details-author-area {
  background-color: var(--vtc-bg-common-6);
  text-align: center;
  border-radius: 8px;
  padding: 32px;
}
.details-author-area p {
  color: var(--vtc-text-pera1);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.details-author-area .author-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.details-author-area .author-info .text {
  padding-left: 12px;
}
.details-author-area .author-info .text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.details-author-area .author-info .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}

.details-counter-box {
  margin-top: 30px;
  position: relative;
  padding-left: 24px;
}
.details-counter-box h3 {
  color: var(--vtc-text-title1);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 100% */
}
.details-counter-box p {
  color: var(--vtc-text-title1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.details-counter-box .shape {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG SIDEBAR AREA CSS
::::::::::::::::::::::::::
*/
.sidebar-area ._sidebar-contact_widget {
  background-color: var(--vtc-bg-common-5);
  padding: 28px 24px;
  border-radius: 16px;
}
.sidebar-area ._sidebar-contact_widget h3 {
  color: var(--vtc-bg-white1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-24); /* 100% */
  margin-bottom: 24px;
}
.sidebar-area ._sidebar-contact_widget .buttons {
  text-align: end;
}
.sidebar-area ._sidebar-contact_widget ._project-list ul li {
  color: var(--vtc-bg-white1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  border-bottom: 1px solid rgba(255, 255, 255, 0.0941176471);
  padding: 20px 0px;
}
.sidebar-area ._sidebar-contact_widget ._project-list ul li span {
  font-weight: var(--f-fw-medium) !important;
  opacity: 0.7;
  display: inline-block;
  padding-right: 10px;
}
.sidebar-area ._sidebar-contact_widget ._social {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.sidebar-area ._sidebar-contact_widget ._social .text p {
  color: var(--vtc-bg-white1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  opacity: 0.7;
}
.sidebar-area ._sidebar-contact_widget ._social .icons {
  margin-left: 20px;
}
.sidebar-area ._sidebar-contact_widget ._social .icons ul li {
  display: inline-block;
}
.sidebar-area ._sidebar-contact_widget ._social .icons ul li a {
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  color: var(--vtc-bg-main1);
  background-color: rgba(255, 255, 255, 0.1098039216);
  font-size: 14px;
  margin-left: 2px;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-contact_widget ._social .icons ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-title-1);
  background-color: var(--vtc-bg-main1);
}
.sidebar-area ._sidebar-contact_widget ._contact-form input, .sidebar-area ._sidebar-contact_widget ._contact-form textarea {
  background-color: var(--vtc-bg-white);
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  color: var(--vtc-bg-white1);
  margin-bottom: 16px;
}
.sidebar-area ._sidebar-contact_widget ._contact-form input::-moz-placeholder, .sidebar-area ._sidebar-contact_widget ._contact-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
}
.sidebar-area ._sidebar-contact_widget ._contact-form input::placeholder, .sidebar-area ._sidebar-contact_widget ._contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
}
.sidebar-area ._sidebar-contact_widget ._contact-form input:focus, .sidebar-area ._sidebar-contact_widget ._contact-form textarea:focus {
  outline: none;
}
.sidebar-area ._sidebar-widget {
  background-color: var(--vtc-bg-common-6);
  padding: 28px 24px;
  border-radius: 16px;
}
.sidebar-area ._sidebar-widget h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-24); /* 100% */
  margin-bottom: 24px;
}
.sidebar-area ._sidebar-widget._list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
  background-color: var(--vtc-bg-white);
  padding: 20px 24px;
  margin-bottom: 20px;
  border-radius: 111px;
}
.sidebar-area ._sidebar-widget._list ul li a:hover {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}
.sidebar-area ._sidebar-widget._list ul li a.active {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}
.sidebar-area ._sidebar-widget._info .info-text h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-24); /* 100% */
}
.sidebar-area ._sidebar-widget._info .info-text a {
  display: inline-block;
  padding-top: 16px;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-24); /* 100% */
  transition: all 0.4s;
}
.sidebar-area ._sidebar-widget._info .info-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.sidebar-area ._sidebar-widget._portfolio .portfolio-list ul li {
  color: #090B0E;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
  padding: 24px 0px;
  border-bottom: 1px solid rgba(61, 76, 94, 0.2);
}
.sidebar-area ._sidebar-widget._portfolio .portfolio-list ul li span {
  display: inline-block;
  color: #3D4C5E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
  padding-left: 16px;
}
.sidebar-area ._sidebar-widget._portfolio .portfolio-list ul li:nth-last-child(1) {
  border-bottom: none;
}
.sidebar-area ._sidebar-widget._portfolio .protfolio-icon-list {
  margin-top: 4px;
}
.sidebar-area ._sidebar-widget._portfolio .protfolio-icon-list a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: var(--vtc-text-title1);
  background-color: rgba(21, 95, 255, 0.1);
  margin-right: 5px;
  border-radius: 50%;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-widget._portfolio .protfolio-icon-list a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-white);
  background-color: var(--vtc-bg-main1);
}
.sidebar-area ._sidebar-widget._buttons a {
  width: 100%;
  padding: 16px;
  border-radius: 111px;
  display: inline-block;
  text-align: center;
  margin-top: 16px;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-widget._buttons a img {
  transform: translateY(-2px);
}
.sidebar-area ._sidebar-widget._buttons a:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.sidebar-area ._sidebar-widget._buttons .sidebar-btn1 {
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.sidebar-area ._sidebar-widget._buttons .sidebar-btn2 {
  border-radius: 100px;
  border: 1px solid rgba(52, 52, 52, 0.1);
  background: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.sidebar-area ._sidebar-widget._buttons .sidebar-btn2 img {
  filter: brightness(0) invert(1);
}
.sidebar-area ._sidebar-widget._tags .tags-list ul li {
  display: inline-block;
}
.sidebar-area ._sidebar-widget._tags .tags-list ul li a {
  display: inline-block;
  background-color: var(--vtc-bg-white);
  padding: 10px 14px;
  border-radius: 111px;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
  margin-right: 10px;
  margin-top: 14px;
}
.sidebar-area ._sidebar-widget._tags .tags-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
  background-color: var(--vtc-bg-main1);
}
.sidebar-area ._sidebar-widget._authors .author-list ul li {
  display: inline-block;
  margin: 0px 4px;
}
.sidebar-area ._sidebar-widget._social ul li {
  display: inline-block;
}
.sidebar-area ._sidebar-widget._social ul li a {
  display: inline-block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background-color: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  font-size: 20px;
  margin: 0px 5px;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-widget._social ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  transform: translateY(-5px);
}
.sidebar-area ._sidebar-widget._contact ._contact-form input, .sidebar-area ._sidebar-widget._contact ._contact-form textarea {
  width: 100%;
  margin-top: 20px;
  border: 1px solid rgba(52, 52, 52, 0.1);
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 16px;
}
.sidebar-area ._sidebar-widget._contact ._contact-form input:focus, .sidebar-area ._sidebar-widget._contact ._contact-form textarea:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.sidebar-area ._sidebar-widget._contact ._contact-form input:focus::-moz-placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.sidebar-area ._sidebar-widget._contact ._contact-form input:focus::placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea:focus::placeholder {
  opacity: 0;
}
.sidebar-area ._sidebar-widget._contact ._contact-form input::-moz-placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea::-moz-placeholder {
  color: var(--vtc-text-title-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  opacity: 0.7;
}
.sidebar-area ._sidebar-widget._contact ._contact-form input::placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea::placeholder {
  color: var(--vtc-text-title-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  opacity: 0.7;
}
.sidebar-area ._sidebar-widget._search form input {
  padding: 18px;
  width: 100%;
  border: none;
  background-color: var(--vtc-bg-white);
  border-radius: 111px;
  color: var(--vtc-text-title-1);
}
.sidebar-area ._sidebar-widget._search form input:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.sidebar-area ._sidebar-widget._search form input:focus::-moz-placeholder {
  opacity: 0;
}
.sidebar-area ._sidebar-widget._search form input:focus::placeholder {
  opacity: 0;
}
.sidebar-area ._sidebar-widget._search form input::-moz-placeholder {
  color: var(--vtc-text-title-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  opacity: 0.7;
}
.sidebar-area ._sidebar-widget._search form input::placeholder {
  color: var(--vtc-text-title-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  opacity: 0.7;
}
.sidebar-area ._sidebar-widget._search form button {
  border: none;
  background: none;
  color: var(--vtc-text-title-1);
  position: absolute;
  top: 0;
  right: 0;
  font-size: var(--f-fs-font-18);
  top: 17px;
  right: 15px;
}
.sidebar-area ._sidebar-widget._author .author-images ul li {
  display: inline-block;
  margin: 9px 5px;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .image {
  width: 86px;
  border-radius: 8px;
  overflow: hidden;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .image img {
  width: 86px;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content {
  padding-left: 20px;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content a.date {
  display: inline-block;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: uppercase;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content a.date img {
  transform: translateY(-3px);
  margin-right: 3px;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content h4 a {
  display: inline-block;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-24); /* 133.333% */
  text-transform: capitalize;
  padding-top: 12px;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

/*
::::::::::::::::::::::::::
 BLOG SIDEBAR AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG POST BOX AREA CSS
::::::::::::::::::::::::::
*/
.sec-shape1 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .sec-shape1 {
    display: none;
  }
}

.blog-sec-shape2 {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .blog-sec-shape2 {
    display: none;
  }
}

.vl-blog-1-item {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  padding: 24px;
  position: relative;
  transition: all 0.4s;
}
.vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
}
.vl-blog-1-item .vl-blog-1-thumb img {
  transition: all 0.4s;
}
.vl-blog-1-item .vl-blog-1-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
}
.vl-blog-1-item .vl-blog1-meta a {
  display: inline-block;
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: uppercase;
  padding: 8px 8px 4px 8px;
  border-radius: 8px;
  z-index: 2;
}
.vl-blog-1-item .vl-blog1-meta a img {
  transform: translateY(-2px);
  margin-right: 2px;
}
.vl-blog-1-item .vl-blog1-meta .tag {
  background-color: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  position: absolute;
  top: 14px;
  left: 14px;
}
.vl-blog-1-item .vl-blog1-meta .date {
  color: var(--vtc-bg-main1);
  background-color: var(--vtc-bg-common-2);
}
.vl-blog-1-item .vl-blog-1-content {
  padding-top: 24px;
}
.vl-blog-1-item .vl-blog-1-content h4 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-30); /* 136.364% */
  display: inline-block;
  padding-top: 16px;
  transition: all 0.4s;
}
.vl-blog-1-item .vl-blog-1-content h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.vl-blog-1-item .vl-blog-1-content p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-26); /* 155.556% */
}
.vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-1-item:hover .vl-blog-1-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-1-item:hover .vl-blog-1-thumb::after {
  transition: all 0.4s;
  opacity: 0.4;
}

.blog2 {
  padding: 100px 0px 227px 0px;
}
.blog2 .sec-shape1 {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .blog2 .sec-shape1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog2 .sec-shape1 {
    display: none;
  }
}

.vl-blog-2-item {
  border-radius: 16px;
  position: relative;
  transition: all 0.4s;
}
.vl-blog-2-item .vl-blog-2-thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
}
.vl-blog-2-item .vl-blog-2-thumb img {
  transition: all 0.4s;
}
.vl-blog-2-item .vl-blog-2-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
}
.vl-blog-2-item .vl-blog2-meta a {
  display: inline-block;
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: uppercase;
  padding: 8px 8px 4px 8px;
  border-radius: 8px;
  z-index: 2;
}
.vl-blog-2-item .vl-blog2-meta a img {
  transform: translateY(-2px);
  margin-right: 2px;
}
.vl-blog-2-item .vl-blog2-meta .tag {
  background-color: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  position: absolute;
  top: 14px;
  left: 14px;
}
.vl-blog-2-item .vl-blog2-meta .date {
  color: var(--vtc-bg-main1);
  background-color: var(--vtc-bg-common-2);
}
.vl-blog-2-item .vl-blog-2-content {
  padding: 24px;
  background: var(--vtc-bg-white);
  border-radius: 16px;
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  margin-top: -90px;
  position: relative;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
}
.vl-blog-2-item .vl-blog-2-content h4 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-30); /* 136.364% */
  display: inline-block;
  padding-top: 16px;
  transition: all 0.4s;
}
.vl-blog-2-item .vl-blog-2-content h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.vl-blog-2-item .vl-blog-2-content p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-26); /* 155.556% */
}
.vl-blog-2-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-2-item:hover .vl-blog-2-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-2-item:hover .vl-blog-2-thumb::after {
  transition: all 0.4s;
  opacity: 0.4;
}

.blog3 {
  padding: 100px 0px 227px 0px;
}
.blog3 .sec-shape1 {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}

.vl-blog-3-item {
  border-radius: 16px;
  position: relative;
  transition: all 0.4s;
}
.vl-blog-3-item .vl-blog-3-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}
.vl-blog-3-item .vl-blog-3-thumb img {
  transition: all 0.4s;
}
.vl-blog-3-item .vl-blog-3-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
}
.vl-blog-3-item .vl-blog3-meta a {
  display: inline-block;
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: uppercase;
  padding: 8px 8px 4px 8px;
  border-radius: 8px;
  z-index: 2;
}
.vl-blog-3-item .vl-blog3-meta a img {
  transform: translateY(-2px);
  margin-right: 2px;
}
.vl-blog-3-item .vl-blog3-meta .tag {
  background-color: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  position: absolute;
  top: 14px;
  left: 14px;
}
.vl-blog-3-item .vl-blog3-meta .date {
  color: var(--vtc-bg-main1);
  background-color: var(--vtc-bg-common-2);
}
.vl-blog-3-item .vl-blog-3-content {
  padding: 24px;
  background: var(--vtc-bg-white);
  border-radius: 16px;
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  margin-top: -120px;
  position: relative;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
}
.vl-blog-3-item .vl-blog-3-content h4 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-30); /* 136.364% */
  display: inline-block;
  padding-top: 16px;
  transition: all 0.4s;
}
.vl-blog-3-item .vl-blog-3-content h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.vl-blog-3-item .vl-blog-3-content p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-26); /* 155.556% */
}
.vl-blog-3-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-3-item:hover .vl-blog-3-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-3-item:hover .vl-blog-3-thumb::after {
  transition: all 0.4s;
  opacity: 0.4;
}

.vl-blog-4-item {
  position: relative;
}
.vl-blog-4-item .vl-blog-4-thumb {
  position: relative;
}
.vl-blog-4-item .vl-blog-4-thumb .image {
  position: relative;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.vl-blog-4-item .vl-blog-4-thumb .image img {
  width: 100%;
  transition: all 0.4s;
}
.vl-blog-4-item .vl-blog-4-thumb .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
}
.vl-blog-4-item .vl-blog-4-thumb .vl-blog4-meta .date {
  background-color: var(--vtc-bg-main1);
  border-radius: 10px;
  display: inline-block;
  padding: 12px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.vl-blog-4-item .vl-blog-4-thumb .vl-blog4-meta .date h3 {
  color: var(--vtc-text-white);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 100% */
}
.vl-blog-4-item .vl-blog-4-thumb .vl-blog4-meta .date span {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
}
.vl-blog-4-item .vl-blog-4-content {
  border-radius: 0px 0px 16px 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  padding: 28px 32px;
}
.vl-blog-4-item .vl-blog-4-content h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 32px; /* 145.455% */
  transition: all 0.4s;
  padding-top: var(--f-fs-font-22);
}
.vl-blog-4-item .vl-blog-4-content h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.vl-blog-4-item .vl-blog-4-content .vl-blog4-meta a {
  color: var(--vtc-bg-main1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  background-color: var(--vtc-bg-common-2);
  display: inline-block;
  margin-right: 24px;
  border-radius: 8px;
  padding: 7px 10px 4px 10px;
}
.vl-blog-4-item .vl-blog-4-content .vl-blog4-meta a img {
  transform: translateY(-2px);
  margin-right: 2px;
}
.vl-blog-4-item:hover .vl-blog-4-thumb .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-4-item:hover .vl-blog-4-thumb .image::after {
  transition: all 0.4s;
  opacity: 0.4;
}

.blog4 {
  position: relative;
  z-index: 2;
}
.blog4 .sec-shape1 {
  position: absolute;
  top: -270px;
  right: 0;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog4 .sec-shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog4 .sec-shape1 {
    display: none;
  }
}

.vl-blog-5-item {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  padding: 24px;
  transition: all 0.4s;
}
.vl-blog-5-item .vl-blog-5-thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
}
.vl-blog-5-item .vl-blog-5-thumb img {
  transition: all 0.4s;
}
.vl-blog-5-item .vl-blog-5-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
}
.vl-blog-5-item .vl-blog-5-content h4 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-30); /* 136.364% */
  transition: all 0.4s;
  display: inline-block;
  padding-top: 18px;
}
.vl-blog-5-item .vl-blog-5-content h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.vl-blog-5-item .vl-blog-5-content p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 24px; /* 150% */
}
.vl-blog-5-item .vl-blog-5-content .vl-blog5-meta {
  text-align: end;
  margin-right: 16px;
  margin-top: -12px;
  position: relative;
  z-index: 3;
}
.vl-blog-5-item .vl-blog-5-content .vl-blog5-meta .date {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 8px;
  background-color: var(--vtc-bg-common-4);
  transition: all 0.4s;
}
.vl-blog-5-item .vl-blog-5-content .vl-blog5-meta .date img {
  transform: translateY(-3px);
  margin-right: 2px;
  transition: all 0.4s;
}
.vl-blog-5-item .vl-blog-5-content .author-area {
  display: flex;
  align-items: center;
  padding-top: 22px;
}
.vl-blog-5-item .vl-blog-5-content .author-area .author_text {
  padding-left: 16px;
}
.vl-blog-5-item .vl-blog-5-content .author-area .author_text a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
}
.vl-blog-5-item .vl-blog-5-content .author-area .author_text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 8px;
}
.vl-blog-5-item .learn5 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: uppercase;
  margin-top: 24px;
}
.vl-blog-5-item .learn5 span {
  display: inline-block;
  transform: rotate(-45deg);
  font-size: var(--f-fs-font-18);
}
.vl-blog-5-item .learn5:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.vl-blog-5-item:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.vl-blog-5-item:hover .vl-blog-5-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-5-item:hover .vl-blog-5-thumb::after {
  transition: all 0.4s;
  opacity: 0.4;
}
.vl-blog-5-item:hover .vl-blog5-meta .date {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}
.vl-blog-5-item:hover .vl-blog5-meta .date img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.blog5 {
  position: relative;
  z-index: 2;
}
.blog5 .sec-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog5 .sec-shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog5 .sec-shape1 {
    display: none;
  }
}
.blog5 .sec-shape2 {
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog5 .sec-shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog5 .sec-shape2 {
    display: none;
  }
}

.about5-images {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-images {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about5-images {
    margin-left: 0;
    margin-top: 20px;
  }
}
.about5-images .image img {
  width: 100%;
}

/*
::::::::::::::::::::::::::
 BLOG POST BOX AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG RECENT POST AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG RECENT POST AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 1 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area1 {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.vl-footer-area1 .cta1 {
  padding-top: 100px;
}
.vl-footer-area1 .footer-bottom-content {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .vl-footer-area1 .footer-bottom-content {
    padding-top: 50px;
  }
}

.vl-footer-social1 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
  box-shadow: 0px -4px 94px 0px rgba(0, 0, 0, 0.1), 0px 4px 34px 0px rgba(0, 0, 0, 0.1);
}
.vl-footer-social1 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  transform: translateY(-5px);
  color: var(--vtc-bg-white);
}

.vl-footer-widget h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget .vl-footer-list ul li a {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  padding: 12px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
  transform: translateX(5px);
}

.vl-footer-contact1 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact1 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact1 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}

.vl-copyright1 {
  padding: 22px 0px;
}
.vl-copyright1._dv-top {
  border-top: 1px solid var(--vtc-border-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright1._dv-top {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .vl-copyright1._dv-top {
    margin-top: 30px;
  }
}
.vl-copyright1 .copyright-text p, .vl-copyright1 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright1 .copyright-text p.add-before, .vl-copyright1 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright1 .copyright-text p.add-before::after, .vl-copyright1 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-border-1);
}
.vl-copyright1 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright1 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright1 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright1 .copyright-text.right-side {
    padding-top: 20px;
  }
}

.footer-single-recent-post {
  position: relative;
  margin-top: 20px;
}
.footer-single-recent-post .image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.footer-single-recent-post .image img {
  width: 100%;
  transition: all 0.4s;
}
.footer-single-recent-post .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0;
  transition: all 0.4s;
}
.footer-single-recent-post .arrow {
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 2;
  transform: rotate(0deg) scale(0.3);
  transition: all 0.4s;
  opacity: 0;
}
.footer-single-recent-post:hover {
  transition: all 0.4s;
}
.footer-single-recent-post:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.footer-single-recent-post:hover .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0.4;
  transition: all 0.4s;
}
.footer-single-recent-post:hover .arrow {
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
  opacity: 1;
}

.footer-space4 {
  padding-top: 260px;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 1 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 1 CSS
::::::::::::::::::::::::::
*/
.header-tranperent {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}

.header-contact-wedget {
  text-align: end;
}

@media screen and (min-width: 769px) {
  .header1-bg {
    padding: 10px 0px;
    border-radius: 0px 0px 8px 8px;
    position: relative;
    z-index: 999;
    padding-top: 16px;
    z-index: 2;
  }

  .vl-header-area1 .vl-logo {
    position: relative;
    z-index: 5;
  }
}
.vl-header1-btns .buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.vl-header1-btns .search-open-btn {
  background: none;
  border: none;
  font-size: var(--f-fs-font-20);
  margin-right: 42px;
  position: relative;
  color: var(--vtc-text-title1);
}
.vl-header1-btns .search-open-btn::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -16px;
  width: 1px;
  height: 24px;
  background-color: var(--vtc-bg-common-1);
  z-index: 1;
}

.header1-bg .header-top-area {
  position: relative;
  z-index: 3;
  padding-bottom: 24px;
}
.header1-bg .header-top-area::after {
  content: "";
  position: absolute;
  top: -17px;
  right: -36px;
  width: 103%;
  height: 60px;
  background-color: var(--vtc-bg-common-1);
  z-index: -1;
}
.header1-bg .header-top-info p, .header1-bg .header-top-info a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  padding-left: 16px;
  transition: all 0.4s;
}
.header1-bg .header-top-info p img, .header1-bg .header-top-info a img {
  transform: translateY(-2px);
  margin-right: 2px;
}
.header1-bg .header-top-info p.add-after, .header1-bg .header-top-info a.add-after {
  padding-left: 30px;
  position: relative;
}
.header1-bg .header-top-info p.add-after::after, .header1-bg .header-top-info a.add-after::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 15px;
  height: 16px;
  width: 1px;
  background-color: var(--vtc-text-title1);
}

.header-contact-number {
  display: flex;
  align-items: center;
}
.header-contact-number .phone-icon {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
  font-size: var(--f-fs-font-20);
  line-height: 44px;
  text-align: center;
  color: var(--vtc-text-white);
}
.header-contact-number a {
  display: inline-block;
  color: #c70a00;
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
  padding-left: 8px;
  transition: all 0.4s;
}
.header-contact-number a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}

/*
::::::::::::::::::::::::::
 HEADER AREA 1 CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
.vl-header-area1 {
  animation: 0.7s ease-in 0s normal none 1 running vlfadeInup;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area1 {
    top: 16px;
    background-color: var(--vtc-bg-white);
    top: 0;
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area1 {
    top: 16px;
    background-color: var(--vtc-bg-white);
    top: 0;
    padding: 10px 0px;
  }
}
.vl-header-area1 .vl-main-menu {
  padding: 16px 24px 16px 0px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area1 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area1 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area1 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area1 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  font-weight: var(--f-fw-medium);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area1 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area1 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--vtc-bg-white);
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main1);
  top: 0;
  left: 0;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-medium);
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main1);
  padding-left: 4px;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area1 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area1 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area1 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area1 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area1 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
}
.vl-header-area1 .vl-mega-menu {
  position: absolute;
  left: -320px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  z-index: 222;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area1 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area1 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main1);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area1 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area1 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
    overflow-y: scroll;
  }
}
.vl-header-area1 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area1 .vl-home-thumb img {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area1 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area1 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area1 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area1 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area1 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area1 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn3 {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn3 {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn3 {
    padding: 17px;
  }
}
.vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn3:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area1 .vl-home-thumb a.text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
  text-transform: capitalize !important;
}
.vl-header-area1 .vl-home-thumb a.text:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 22%;
}
.vl-header-area1 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area1.hide {
  position: fixed;
  left: 0;
  right: 0;
  top: -120px;
  animation: 0.7s ease-in 0s normal none 1 running vlfadeInup;
  opacity: 0;
  transition: all 0.4s;
}
.vl-header-area1.header-sticky {
background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
}
.vl-header-area1.header-sticky .header1-bg {
  margin-top: 0px;
}
.vl-header-area1.header-sticky .header1-bg::after {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area1.header-sticky .header1-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area1.header-sticky .header1-bg {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area1.header-sticky {
    padding: 10px 0px 10px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area1.header-sticky {
    padding: 10px 0px 10px 0px;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

@keyframes vlfadeup {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(-100%);
  }
}
.vlfadeup {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area1 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area1 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

.vl-offcanvas {
  position: fixed;
  background: var(--vtc-bg-white);
  width: 450px;
  z-index: 9999;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.vl-offcanvas h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-24); /* 100% */
}
@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}
.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.vl-offcanvas-close-toggle {
  font-size: var(--f-fs-font-24);
  color: var(--vtc-text-title-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.vl-offcanvas-title {
  font-size: 35px;
  color: var(--vtc-text-title1);
}
.vl-offcanvas-info span a {
  display: block;
  color: var(--vtc-text-title1);
  margin-bottom: 10px;
}
.vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--vtc-text-title1);
}
.vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--vtc-text-title1);
  border: 1px solid var(--vtc-text-title1);
  font-size: 14px;
}
.vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--vtc-text-title1);
}
.vl-offcanvas .vl-offcanvas-info h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
}
.vl-offcanvas .vl-offcanvas-info a {
  color: var(--vtc-text-title1);
}
.vl-offcanvas .vl-offcanvas-social h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 24px;
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-offcanvas .vl-offcanvas-social a {
  color: var(--vtc-text-title1);
  margin-right: 4px;
}

.vl-offcanvas-menu ul {
  list-style: none;
}
.vl-offcanvas-menu ul li {
  position: relative;
}
.vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--f-fs-font-18);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
  display: none;
}
.vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
  color: var(--vtc-text-title1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--vtc-text-title1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  background: transparent;
  color: var(--vtc-text-title1);
  border-radius: 4px;
}
.vl-menu-close i {
  transition: 0.3s;
}

.vl-offcanvas-contact .single-contact-item .text a {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: flex;
  align-items: center;
  padding-top: 26px;
}
.vl-offcanvas-contact .single-contact-item .text a span {
  display: inline-block;
  padding-right: 8px;
}

/*
 ::::::::::::::::::::::::::
  ABOUT AREA CSS
 ::::::::::::::::::::::::::
 */
.about1-single-list ul li {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
  display: flex;
  align-items: center;
  margin-top: 19px;
}
.about1-single-list ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  font-size: 12px;
  border-radius: 50%;
  margin-right: 6px;
}

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

.about1-images .image img {
  width: 100%;
}
.about1-images .about1-text-image-area {
  position: relative;
}
.about1-images .about1-text-image-area .text-content {
  position: absolute;
  top: 40px;
  left: 30px;
}
.about1-images .about1-text-image-area .text-content h3 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-56);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-56); /* 100% */
}
.about1-images .about1-text-image-area .text-content p {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding-top: 16px;
}
.about1-images .review-image {
  border-radius: 13px;
  background: var(--vtc-text-white);
  box-shadow: 0px 6.073px 91.099px 0px rgba(0, 0, 0, 0.15);
  padding: 8px;
}

.about2-images {
  position: relative;
  height: 590px;
}
.about2-images .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about2-icon-box {
  background-color: none;
  padding: 0px;
  border-radius: 0px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.about2-icon-box .icon {
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
}
.about2-icon-box .icon img {
  transition: all 0.4s;
}
.about2-icon-box .text {
  padding-left: 16px;
}
.about2-icon-box .text p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
}
.about2-icon-box:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.about2-icon-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3 .image {
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .about3 .image {
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
  }
}
.about3 .image img {
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about3 .shape-image {
  margin-top: -140px;
  margin-right: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3 .shape-image {
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about3 .shape-image {
    margin-right: 0;
    margin-top: 0;
  }
}

.about3-counter-box {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.about3-counter-box h3 {
  color: var(--vtc-text-title1);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 100% */
}
.about3-counter-box p {
  padding-top: 12px;
}
.about3-counter-box.add-after::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  height: 50px;
  width: 2px;
  background-color: var(--vtc-bg-common-1);
}

.about4-images {
  height: 550px;
  position: relative;
}
.about4-images .image1 {
  position: absolute;
  right: 0;
  top: 0;
}
.about4-images .image2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about4-images .about4-image-text {
  width: 245px;
  text-align: center;
  padding: 32px;
  border-radius: 8px;
  background-color: #F6F6F6;
  position: absolute;
  top: 60px;
  left: 60px;
}
.about4-images .about4-image-text h3 {
  color: var(--Text-Color, #000E12);
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 100% */
}
.about4-images .about4-image-text p {
  color: var(--Paragraph-Color, #363D40);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  padding-top: 12px;
}

.about4-list {
  padding-top: 10px;
}
.about4-list ul li {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--f-fs-font-18); /* 100% */
  display: flex;
  align-items: center;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .about4-list ul li {
    display: block;
    line-height: 26px;
  }
}
.about4-list ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  border-radius: 50%;
  margin-right: 7px;
}

.about-page-counters {
  padding-left: 50px;
  padding-top: 40px;
}
.about-page-counters .single-counter {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E7E7;
  text-align: center;
}
.about-page-counters .single-counter h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-32); /* 100% */
}
.about-page-counters .single-counter p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 16px;
}

.about-page-sec1-box {
  border-radius: 8px;
  border: 1px solid var(--vtc-border-2);
  padding: 32px 28px;
  transition: all 0.4s;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.about-page-sec1-box .icon {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
}
.about-page-sec1-box .icon img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.about-page-sec1-box .text {
  padding-left: 16px;
}
.about-page-sec1-box:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  transform: translateY(-10px);
}
.about-page-sec1-box:hover .icon {
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.about-page-sec1-box:hover .icon img {
  transition: all 0.4s;
  filter: none;
}
.about-page-sec1-box:hover .heading1 h4 a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.about-page-sec1-box:hover .heading1 p {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}

.mission-video-area {
  position: relative;
}
.mission-video-area .video-buttton7 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -49px;
  margin-left: -87px;
}

.mission-tabs {
  padding-top: 30px;
  border-top: 1px solid var(--vtc-border-2);
  margin-top: 30px;
}
.mission-tabs .nav .nav-link {
  color: var(--Main-Color, #c70a00);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  border-radius: 70px;
  border: 1px solid var(--Main-Color, #c70a00);
  padding: 16px 22px;
  margin: 0px 10px 30px 0px;
}
.mission-tabs .nav .nav-link:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}
.mission-tabs .nav .nav-link.active {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.mission-sec-images {
  position: relative;
  height: 700px;
  text-align: end;
}
.mission-sec-images .image2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mission-sec-images .text-shape {
  padding: 24px;
  border-radius: 8px;
  background: var(--Gray-Color, #F6F6F6);
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 230px;
  left: 60px;
  top: 120px;
}
.mission-sec-images .text-shape h3 {
  color: var(--vtc-text-title1);
  font-size: 38px;
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 38px; /* 100% */
}
.mission-sec-images .text-shape p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 16px;
}

/*
 ::::::::::::::::::::::::::
  ABOUT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  SERVICE AREA CSS
 ::::::::::::::::::::::::::
*/
.service1-image {
  border-radius: 8px;
  height: 332px;
  right: 0;
}
@media (max-width: 767px) {
  .service1-image {
    height: auto;
  }
}
.service1-image img {
  width: 100%;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}

.service1-box {
  padding: 20px 20px 20px 16px;
  border-radius: 8px;
  background-color: var(--vtc-bg-white);
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.service1-box .num {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-1);
  transition: all 0.4s;
}
.service1-box .num p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  text-transform: capitalize;
}
.service1-box .heading1 {
  padding-left: 16px;
}
.service1-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.service1-box:hover .num {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
}

.service4 .sec-shape {
  position: absolute;
  top: -190px;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4 .sec-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .service4 .sec-shape {
    display: none;
  }
}

.service4-box {
  position: relative;
  z-index: 3;
  padding: 24px 24px 46px 24px;
  border-radius: 16px;
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service4-box .number {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  color: var(--vtc-text-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.24px;
  background-color: var(--vtc-bg-main1);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  transition: all 0.4s;
}
.service4-box .top-area {
  display: flex;
  align-items: center;
}
.service4-box .content {
  padding-left: 16px;
}
.service4-box .arrow {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--vtc-bg-white);
  color: var(--vtc-bg-main1);
  font-size: var(--f-fs-font-22);
  position: absolute;
  top: 24px;
  right: 24px;
  transform: scale(0.3);
  opacity: 0;
  transition: all 0.4s;
}
.service4-box .icon {
  position: relative;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
}
.service4-box .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.service4-box .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shapes/work1-items-num-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
  transition: all 0.4s;
}
.service4-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
}
.service4-box:hover .icon::after {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service4-box:hover .icon img {
  filter: none;
  transition: all 0.4s;
}
.service4-box:hover .number {
  background-color: var(--vtc-bg-common-1);
  transition: all 0.4s;
  color: var(--vtc-text-title1);
}
.service4-box:hover .arrow {
  transform: scale(1) rotate(-45deg);
  opacity: 1;
}
.service4-box:hover .heading1 h3 a {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service4-box:hover .heading1 p {
  transition: all 0.4s;
  color: var(--vtc-text-white80per);
}

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

.service5-box {
  position: relative;
  z-index: 3;
  padding: 24px;
  border-radius: 16px;
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service5-box.add-bg {
  background-color: var(--vtc-bg-common-6);
}
.service5-box .arrow {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--vtc-bg-white);
  color: var(--vtc-bg-main1);
  font-size: var(--f-fs-font-22);
  position: absolute;
  top: 24px;
  right: 24px;
  transform: scale(0.3);
  opacity: 0;
  transition: all 0.4s;
}
.service5-box .icon {
  position: relative;
  height: 110px;
  width: 110px;
  line-height: 110px;
  text-align: center;
}
.service5-box .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.service5-box .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shapes/work1-items-num-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
  transition: all 0.4s;
}
.service5-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
}
.service5-box:hover .icon::after {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service5-box:hover .icon img {
  filter: none;
  transition: all 0.4s;
}
.service5-box:hover .arrow {
  transform: scale(1) rotate(-45deg);
  opacity: 1;
}
.service5-box:hover .heading1 h3 a {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service5-box:hover .heading1 p {
  transition: all 0.4s;
  color: var(--vtc-text-white80per);
}

/*
 ::::::::::::::::::::::::::
  SERVICE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  FAQ AREA CSS
 ::::::::::::::::::::::::::
*/
.faq-page-sec .faq-page-image {
  position: relative;
  z-index: 2;
}
.faq-page-sec .faq-page-image .shape {
  position: absolute;
  right: 50px;
  top: 0;
  transform: scale(1.3);
  z-index: -1;
}
.faq-page-sec .faq-tab-buttons {
  background-color: var(--vtc-bg-common-22);
  border-radius: 111px;
  padding: 16px 24px;
}
.faq-page-sec .faq-tab-buttons .nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0 !important;
}
.faq-page-sec .faq-tab-buttons .nav li button {
  color: var(--Text-Color, #0B1A33);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  padding: 16px 20px;
  border-radius: 111px;
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.faq-page-sec .faq-tab-buttons .nav li button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main13);
}
.faq-page-sec .faq-tab-buttons .nav li button.active {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main13);
}

.faq-content {
  position: relative;
}
.faq-content .accordion .accordion-item {
  border: none;
  border-radius: 14px;
  background: none;
  margin-top: 20px;
  transition: all 0.4s;
  background-color: var(--vtc-bg-white);
}
.faq-content .accordion .accordion-item button {
  border: none;
  background: none;
  padding: 24px;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 767px) {
  .faq-content .accordion .accordion-item button {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
  }
}
.faq-content .accordion .accordion-item button:focus {
  outline: none;
  box-shadow: none;
}
.faq-content .accordion .accordion-item button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 15px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  z-index: 1;
  background: var(--vtc-bg-main13);
}
@media (max-width: 767px) {
  .faq-content .accordion .accordion-item button::before {
    display: none;
  }
}
.faq-content .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
  z-index: 3;
  height: 14px;
  width: 22px;
  left: 4px;
  bottom: 6px;
  position: relative;
}
.faq-content .accordion .accordion-item .accordion-body {
  color: rgba(255, 255, 255, 0.9098039216);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  padding-left: 28px;
  margin-top: -20px;
  padding-bottom: 28px;
  padding-right: 80px;
  text-align: start;
}
@media (max-width: 767px) {
  .faq-content .accordion .accordion-item .accordion-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.faq-content .accordion .accordion-item.active {
  transition: all 0.4s;
  border-radius: 14px;
  background: var(--vtc-bg-main13);
}
.faq-content .accordion .accordion-item.active button {
  color: #fff;
}
.faq-content .accordion .accordion-item.active button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 19px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}
.faq-content .accordion .accordion-item.active button::after {
  filter: brightness(0);
  height: 14px;
  width: 22px;
  left: 2px;
  bottom: 0px;
  position: relative;
}
.faq-content .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}

.faq6-area .accordion-button::after {
  filter: brightness(0);
}
.faq6-area .accordion {
  border: none;
}
.faq6-area .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  padding: 0;
  border: none;
  border: 1px solid var(--vtc-border-3);
  background: transparent;
}
.faq6-area .accordion .accordion-item h2 {
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title1);
}
.faq6-area .accordion .accordion-item button {
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title1);
  background: transparent;
  padding: 20px;
}
.faq6-area .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq6-area .accordion .accordion-item .accordion-body {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding: 0px 16px 16px 22px;
  background-color: var(--vtc-text-title1);
}
.faq6-area .accordion .accordion-item.active {
  background-color: var(--vtc-text-title1);
}
.faq6-area .accordion .accordion-item.active button {
  color: var(--vtc-text-white);
}
.faq6-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) invert(1);
}
.faq6-area .accordion-button:not(.collapsed) {
  color: var(--ztc-text-text-1);
  background-color: var(--vtc-text-title1);
  border: none;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.faq6-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;
}

.faq6-images {
  position: relative;
  height: 580px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .faq6-images {
    height: 1100px;
  }
}
.faq6-images .image1 {
  position: absolute;
  left: 0;
  top: 0;
}
.faq6-images .image2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .faq6-images .image2 {
    bottom: 170px;
  }
}
.faq6-images .text-count {
  width: 200px;
  text-align: start;
  position: absolute;
  bottom: 20px;
  left: 60px;
}
.faq6-images .text-count h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-60); /* 100% */
}
.faq6-images .text-count p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}
.faq6-images .text-count img {
  position: absolute;
  left: -20px;
  top: -7px;
}

.faq5-area .accordion-button::after {
  filter: brightness(0);
}
.faq5-area .accordion {
  border: none;
}
.faq5-area .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  padding: 0;
  border: none;
  background-color: var(--vtc-bg-common-4);
}
.faq5-area .accordion .accordion-item h2 {
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title1);
}
.faq5-area .accordion .accordion-item button {
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title1);
  background: transparent;
  padding: 20px;
}
.faq5-area .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq5-area .accordion .accordion-item .accordion-body {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding: 0px 16px 16px 22px;
  background-color: var(--vtc-bg-main1);
  border-radius: 0px 0px 8px 8px;
}
.faq5-area .accordion .accordion-item.active {
  background-color: var(--vtc-bg-main1);
}
.faq5-area .accordion .accordion-item.active button {
  color: var(--vtc-text-white);
}
.faq5-area .accordion .accordion-item.active button::after {
  filter: brightness(0) invert(1);
}
.faq5-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) invert(1);
}
.faq5-area .accordion-button:not(.collapsed) {
  color: var(--ztc-text-text-1);
  background-color: var(--vtc-bg-main1);
  border: none;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.faq5-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;
}

.research-faq h3 {
  color: var(--vtc-text-title1);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.research-faq .accordion {
  border: none;
}
.research-faq .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  transform: scale(1.5);
}
.research-faq .accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.research-faq .accordion .accordion-button::after {
  transition: all 0.5s;
}
.research-faq .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  background-color: #F6F8FA;
  padding: 0px;
  border-radius: 8px;
}
.research-faq .accordion .accordion-item button {
  border: none;
  background: none;
  box-shadow: none;
  color: #090B0E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  padding: 24px;
}
.research-faq .accordion .accordion-item .accordion-body {
  padding: 0px 20px 20px 24px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.research-faq .accordion .accordion-item.active {
  background-color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.research-faq .accordion .accordion-item.active button {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

.research-faq2 h3 {
  color: var(--vtc-text-title1);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.research-faq2 .accordion {
  border: none;
}
.research-faq2 .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  transform: scale(1.5);
}
.research-faq2 .accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.research-faq2 .accordion .accordion-button::after {
  transition: all 0.5s;
}
.research-faq2 .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  background-color: var(--vtc-bg-white);
  padding: 0px;
  border-radius: 8px;
}
.research-faq2 .accordion .accordion-item button {
  border: none;
  background: none;
  box-shadow: none;
  color: #090B0E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  padding: 24px;
}
.research-faq2 .accordion .accordion-item .accordion-body {
  padding: 0px 20px 20px 24px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.research-faq2 .accordion .accordion-item.active {
  background-color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.research-faq2 .accordion .accordion-item.active button {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

/*
 ::::::::::::::::::::::::::
  FAQ AREA CSS
 ::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CASE STUDY AREA CSS
::::::::::::::::::::::::::
*/
.progresss-area-images {
  position: relative;
  z-index: 2;
}
.progresss-area-images .image-shape {
  position: absolute;
  bottom: -80px;
  left: 170px;
  z-index: -1;
}

.progress-sec-box {
  padding-top: 30px;
}
.progress-sec-box .prog-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.progress-sec-box .prog-title-area p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
}
.progress-sec-box .progress {
  background: var(--vtc-bg-common-4);
  height: 12px;
}
.progress-sec-box .progress-bar {
  background-color: var(--vtc-bg-main1);
}

.case1-single-slider {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.case1-single-slider .image {
  position: relative;
}
.case1-single-slider .image img {
  width: 100%;
}
.case1-single-slider .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
}
.case1-single-slider .content-area {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
  transform: translateX(-210px) scale(0.4);
  transition: all 0.4s;
  opacity: 0;
}
.case1-single-slider .content-area .content {
  display: flex;
  align-items: center;
}
.case1-single-slider .content-area .content .text {
  background-color: var(--vtc-bg-main1);
  padding: 15px 20px;
  border-radius: 0px 50px 50px 0px;
}
.case1-single-slider .content-area .content .text span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 8px;
}
.case1-single-slider .content-area .content .text h4 a {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  padding-top: 14px;
}
.case1-single-slider .content-area .content .plus-icon a {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-bg-white);
  font-size: 20px;
  border-radius: 50%;
}
.case1-single-slider.active .image {
  position: relative;
}
.case1-single-slider.active .image::after {
  background-color: var(--vtc-text-title1);
  opacity: 0.4;
  transition: all 0.4s;
  z-index: 0;
}
.case1-single-slider.active .content-area {
  transform: translateX(0) scale(1);
  transition: all 0.4s;
  opacity: 1;
}
.case1-single-slider:hover .image {
  position: relative;
}
.case1-single-slider:hover .image::after {
  background-color: var(--vtc-text-title1);
  opacity: 0.4;
  transition: all 0.4s;
  z-index: 0;
}
.case1-single-slider:hover .content-area {
  transform: translateX(0) scale(1);
  transition: all 0.4s;
  opacity: 1;
}

.swiper-slide-active .case1-single-slider .image {
  position: relative;
}
.swiper-slide-active .case1-single-slider .image::after {
  background-color: var(--vtc-text-title1);
  opacity: 0.4;
  transition: all 0.4s;
  z-index: 0;
}
.swiper-slide-active .case1-single-slider .content-area {
  transform: translateX(0) scale(1);
  transition: all 0.4s;
  opacity: 1;
}

.case1-slider-btns button {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  background: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
  margin-left: 10px;
}
.case1-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.case5-single-slider {
  position: relative;
  z-index: 2;
}
.case5-single-slider .image-area .image {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.case5-single-slider .image-area .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  z-index: 0;
  transition: all 0.4s;
  opacity: 0;
}
.case5-single-slider .image-area .image img {
  width: 100%;
  transition: all 0.4s;
}
.case5-single-slider .content-area {
  background-color: var(--vtc-bg-white);
  margin: -65px 30px 0px 30px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  padding: 24px 32px;
  transition: all 0.4s;
}
.case5-single-slider .content-area a.tag {
  display: inline-block;
  color: var(--vtc-bg-main1);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(250, 100, 68, 0.1);
  padding: 6px 10px;
  transition: all 0.4s;
}
.case5-single-slider .content-area h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
  padding-top: 20px;
  transition: all 0.4s;
}
.case5-single-slider:hover .image-area .image::after {
  transition: all 0.4s;
  opacity: 0.4;
}
.case5-single-slider:hover .image-area .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.case5-single-slider:hover .content-area {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
}
.case5-single-slider:hover .content-area a.tag {
  color: var(--vtc-text-white);
  background-color: rgba(255, 255, 255, 0.2039215686);
  transition: all 0.4s;
}
.case5-single-slider:hover .content-area h4 a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

.case5-slider-btns button {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  background: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
  margin-left: 10px;
}
.case5-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.case3-single-slider {
  position: relative;
}
.case3-single-slider .image-area .image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.case3-single-slider .image-area .image img {
  width: 100%;
  transition: all 0.4s;
}
.case3-single-slider .image-area .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shapes/case3-image-overly.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.4s;
}
.case3-single-slider .content-area {
  padding: 30px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 45px;
  transition: all 0.4s;
  transform: translateY(80px);
  opacity: 0;
}
.case3-single-slider .content-area .pluse-icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  color: var(--vtc-text-white);
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
}
.case3-single-slider .content-area .tag {
  display: inline-block;
  color: var(--Text-Color, #000E12);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  background-color: var(--vtc-bg-white);
  padding: 6px 10px;
  border-radius: 4px;
  margin: 16px 0px;
}
.case3-single-slider .content-area h4 a {
  color: var(--vtc-text-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.case3-single-slider .content-area h4 a:hover {
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
}
.case3-single-slider:hover {
  transition: all 0.4s;
}
.case3-single-slider:hover .content-area {
  opacity: 1;
  transition: all 0.4s;
  transform: translateY(0);
}
.case3-single-slider:hover .image-area .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.case3-single-slider:hover .image-area .image::after {
  opacity: 1;
  transition: all 0.4s;
}

.case3-slider-btns button {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  background: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
  margin-left: 10px;
}
.case3-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.case-page-box {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--vtc-border-2);
}
.case-page-box .title-area {
  display: flex;
  align-items: center;
}
.case-page-box .title-area .icon span {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  font-size: 12px;
  border-radius: 50%;
  margin-right: 6px;
}
.case-page-box .title-area .heading h4 {
  color: var(--Text-Color, #000E12);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}

.case-details-after-box {
  background-color: var(--vtc-bg-common-6);
  padding: 28px 28px 28px 24px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.case-details-after-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: var(--vtc-bg-main1);
}
.case-details-after-box p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-26); /* 144.444% */
}

/*
 ::::::::::::::::::::::::::
  CASE STUDY AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/
.choose1-box {
  padding: 20px 20px 20px 16px;
  border-radius: 8px;
  background-color: var(--vtc-bg-common-1);
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.choose1-box .num {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.choose1-box .num p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  text-transform: capitalize;
}
.choose1-box .heading1 {
  padding-left: 16px;
}
.choose1-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--vtc-bg-white);
}
.choose1-box:hover .num {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
}

.choose1-images {
  position: relative;
}
.choose1-images .image {
  height: 340px;
  border-radius: 8px;
}
.choose1-images .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.choose1-images .shape {
  position: absolute;
  top: -40px;
  left: -40px;
}

.choose2-single-apps {
  display: flex;
  align-items: center;
  background-color: var(--vtc-bg-common-3);
  border: 1px solid var(--vtc-bg-common-4);
  border-radius: 4px;
  padding: 16px;
  margin-top: 30px;
  transition: all 0.4s;
}
.choose2-single-apps:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}
.choose2-single-apps .apps-info {
  padding-left: 16px;
}
.choose2-single-apps .apps-info h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-20); /* 100% */
  text-transform: capitalize;
}
.choose2-single-apps .apps-info p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
  padding-top: 10px;
}

.choose2-images {
  position: relative;
  height: 570px;
}
.choose2-images .image1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.choose2-images .image2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.choose3-main-images {
  height: 460px;
  position: relative;
  text-align: center;
}
.choose3-main-images .shape {
  position: absolute;
  bottom: 60px;
  left: 40px;
}

.choose3-box {
  display: flex;
  align-items: start;
  border-radius: 8px;
  background-color: var(--vtc-bg-white);
  padding: 16px;
  transition: all 0.4s;
}
.choose3-box .num p {
  color: var(--vtc-bg-main5);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: rgba(17, 129, 155, 0.15);
  display: inline-block;
  transition: all 0.4s;
}
.choose3-box .num.num-left {
  margin-left: 20px;
}
.choose3-box .num.num-right {
  margin-right: 20px;
}
.choose3-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.choose3-box:hover .num p {
  background-color: var(--vtc-bg-main5);
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}

.choose5-box {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px 24px 24px 24px;
  transition: all 0.4s;
}
.choose5-box .image img {
  width: 100%;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.055)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.05));
}
.choose5-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.choose4-box {
  border-radius: 8px;
  border: 1px solid var(--vtc-border-5);
  padding: 24px 20px;
  transition: all 0.4s;
}
.choose4-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--vtc-bg-main6);
}
.choose4-box:hover h4 a {
  color: var(--vtc-bg-white);
  transition: all 0.4;
}
.choose4-box:hover p {
  transition: all 0.4s;
  color: var(--vtc-text-white80per);
}

.choose4-images {
  position: relative;
}
.choose4-images .shape {
  position: absolute;
  top: -40px;
  right: -50px;
  height: 160px;
}

.choose7-work7-sec {
  background-color: var(--vtc-text-title1);
}

.choose7-box {
  border-radius: 8px;
  border: 1px solid var(--vtc-bg-white10per);
  background-color: var(--vtc-bg-white20per);
  padding: 24px 20px;
  transition: all 0.4s;
}
.choose7-box:hover {
  transition: all 0.4s;
  border: 1px solid var(--vtc-bg-main10);
  transform: translateY(-10px);
}

/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  TEAM AREA CSS
 ::::::::::::::::::::::::::
 */
.team1 {
  position: relative;
  z-index: 2;
}
.team1 .sec-shape1 {
  position: absolute;
  top: -400px;
  left: 0;
  z-index: -2;
}
.team1 .sec-shape2 {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team1 .sec-shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .team1 .sec-shape2 {
    display: none;
  }
}

.team1-box {
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 30px;
}
.team1-box .image {
  position: relative;
  z-index: 1;
}
.team1-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.team1-box .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
}
.team1-box .icons {
  position: absolute;
  bottom: 170px;
  left: 52px;
  z-index: 4;
  transform: rotateX(45deg) translateY(60px);
  opacity: 0;
  transition: all 0.4s;
}
.team1-box .icons ul li a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 4px 0px;
  transition: all 0.4s;
}
.team1-box .icons ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-bg-white);
}
.team1-box .content {
  position: absolute;
  bottom: 30px;
  background-color: var(--vtc-bg-white);
  width: 86%;
  left: 30px;
  border-radius: 15px;
  padding: 24px;
  text-align: center;
  z-index: 4;
}
.team1-box .content h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.team1-box .content h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.team1-box .content p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 14px;
}
.team1-box .content .share-icon {
  display: inline-block;
  text-align: center;
  height: 52px;
  width: 52px;
  line-height: 52px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
  position: absolute;
  top: -26px;
  left: 20px;
  color: var(--vtc-bg-white);
  font-size: var(--f-fs-font-20);
  transition: all 0.4s;
}
.team1-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team1-box:hover .icons {
  transform: rotateX(0deg) translateY(0);
  opacity: 1;
  transition: all 0.4s;
}
.team1-box:hover .image::after {
  transition: all 0.4s;
  opacity: 0.4;
}

.team2-single-slider {
  position: relative;
  text-align: center;
}
.team2-single-slider .image-area {
  position: relative;
}
.team2-single-slider .image-area .image {
  overflow: hidden;
  border-radius: 50%;
  height: 270px;
  width: 270px;
  margin: auto;
  transition: all 0.4s;
  position: relative;
}
.team2-single-slider .image-area .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  z-index: 0;
  opacity: 0;
  transition: all 0.4s;
}
.team2-single-slider .image-area .image img {
  border-radius: 50%;
  transition: all 0.4s;
}
.team2-single-slider .image-area .icons .pluse-icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--vtc-bg-main1);
  display: inline-block;
  color: var(--vtc-bg-white);
  border-radius: 50%;
  font-size: 24px;
  z-index: 2;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
  top: -30px;
}
.team2-single-slider .image-area .icons .social {
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -87px;
  transform: scale(0.4) translateY(100px);
  opacity: 0;
  transition: all 0.4s;
}
.team2-single-slider .image-area .icons .social ul li {
  display: inline-block;
}
.team2-single-slider .image-area .icons .social ul li a {
  display: inline-block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background-color: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  margin: 0px 4px;
  border-radius: 50%;
  transition: all 0.4s;
}
.team2-single-slider .image-area .icons .social ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-bg-white);
  transform: translateY(-5px);
}
.team2-single-slider .content {
  padding-top: 24px;
}
.team2-single-slider:hover .image-area .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(4deg);
}
.team2-single-slider:hover .image-area .image::after {
  opacity: 0.4;
  transition: all 0.4s;
}
.team2-single-slider:hover .image-area .icons .pluse-icon {
  transform: rotate(45deg);
  transition: all 0.4s;
}
.team2-single-slider:hover .image-area .icons .social {
  transform: scale(1) translateY(0);
  opacity: 1;
  transition: all 0.4s;
}

.team2-slider-btns button {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  background: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
  margin-left: 10px;
}
.team2-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.team3-box {
  position: relative;
}
.team3-box .image-area {
  position: relative;
  overflow: hidden;
}
.team3-box .image-area .image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.team3-box .image-area .image img {
  width: 100%;
  transition: all 0.4s;
}
.team3-box .image-area .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shapes/case3-image-overly.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.4s;
}
.team3-box .image-area .social {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -90px;
  transform: translateY(80px) rotateX(45deg) scale(0.5);
  opacity: 0;
  transition: all 0.4s;
}
.team3-box .image-area .social ul li {
  display: inline-block;
}
.team3-box .image-area .social ul li a {
  display: inline-block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background-color: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  font-size: 20px;
  margin: 0px 4px;
  transition: all 0.4s;
}
.team3-box .image-area .social ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}
.team3-box .content {
  background-color: var(--vtc-bg-white);
  border-radius: 16px;
  padding: 24px;
  margin-top: 22px;
  text-align: center;
  transition: all 0.4s;
}
.team3-box:hover {
  transition: all 0.4s;
}
.team3-box:hover .image-area .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.team3-box:hover .image-area .image::after {
  transition: all 0.4s;
  opacity: 1;
}
.team3-box:hover .image-area .social {
  opacity: 1;
  transition: all 0.4s;
  transform: translateY(0px) rotateX(0deg) scale(1);
}

.team5-slider {
  position: relative;
  overflow: hidden;
}

.team5-single-slider {
  position: relative;
}
.team5-single-slider .image-area {
  position: relative;
}
.team5-single-slider .image-area .image {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.team5-single-slider .image-area .image img {
  width: 100%;
  transition: all 0.4s;
}
.team5-single-slider .image-area .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
}
.team5-single-slider .image-area .social {
  position: absolute;
  bottom: 80px;
  right: 50px;
  transform: translateY(80px) rotateX(45deg) scale(0.5);
  opacity: 0;
  transition: all 0.4s;
}
.team5-single-slider .image-area .social ul li a {
  display: inline-block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background-color: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  font-size: 20px;
  margin: 4px 0px;
  transition: all 0.4s;
}
.team5-single-slider .image-area .social ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}
.team5-single-slider .content-area .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 28px;
  margin: -60px 30px 0px 30px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.team5-single-slider .content-area .content .text h4 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.team5-single-slider .content-area .content .text h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.team5-single-slider .content-area .content .text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 12px;
}
.team5-single-slider .content-area .content .share-icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
}
.team5-single-slider:hover {
  transition: all 0.4s;
}
.team5-single-slider:hover .image-area .social {
  transform: translateY(0px) rotateX(0deg) scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.team5-single-slider:hover .image-area .image {
  position: relative;
}
.team5-single-slider:hover .image-area .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.team5-single-slider:hover .image-area .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0.4;
  transition: all 0.4s;
  z-index: 0;
}

.team5-slider-btns {
  margin-top: 32px;
}
.team5-slider-btns button {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  background: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
  margin-left: 10px;
}
.team5-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.team-details-author-area .image img {
  width: 100%;
}
.team-details-author-area .author-content-info {
  background-color: var(--vtc-bg-common-6);
  padding: 28px 32px;
  margin: -200px 20px 0px 20px;
  position: relative;
  z-index: 3;
  border-radius: 16px;
}
.team-details-author-area .author-content-info h5 {
  color: var(--vtc-text-title1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
}
.team-details-author-area .author-content-info .info li {
  color: var(--vtc-text-title1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.team-details-author-area .author-content-info .info li span {
  color: var(--vtc-text-pera1);
  font-weight: var(--f-fw-medium);
}
.team-details-author-area .author-content-info .contact-info .box {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.team-details-author-area .author-content-info .contact-info .box .text a {
  padding-left: 6px;
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.team-details-author-area .author-content-info .contact-info .box .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.team-details-author-area .author-content-info .social-info {
  padding-top: 24px;
}
.team-details-author-area .author-content-info .social-info ul li {
  display: inline-block;
}
.team-details-author-area .author-content-info .social-info ul li a {
  display: inline-block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background-color: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  font-size: 20px;
  margin: 0px 5px;
  transition: all 0.4s;
}
.team-details-author-area .author-content-info .social-info ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.team-details-content h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-32); /* 100% */
}
.team-details-content h6 {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  padding-top: 20px;
}
.team-details-content .stars {
  padding-top: 20px;
  color: var(--vtc-bg-main1);
}
.team-details-content .stars ul li {
  display: inline-block;
  margin-right: 4px;
}
.team-details-content .stars ul li.text {
  color: var(--vtc-text-pera1);
}

.team-details-list {
  margin-top: 30px;
}
.team-details-list h5 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
}
.team-details-list ul li {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.team-details-list ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
  font-size: 12px;
  border-radius: 50%;
  margin-right: 6px;
}

.team-details-sec2-heading h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-40); /* 100% */
}

.team-details-form {
  border-radius: 8px;
  background: var(--vtc-bg-white);
  padding: 32px;
}
.team-details-form h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-24); /* 100% */
}
.team-details-form form input, .team-details-form form textarea {
  border-radius: 8px;
  border: 1px solid rgba(0, 14, 18, 0.05);
  background: var(--Gray-Color, #F6F6F6);
  padding: 17px;
  width: 100%;
  margin-top: 20px;
}
.team-details-form form input:focus, .team-details-form form textarea:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.team-details-form form input:focus::-moz-placeholder, .team-details-form form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.team-details-form form input:focus::placeholder, .team-details-form form textarea:focus::placeholder {
  opacity: 0;
}

/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  TESTIMONIAL AREA CSS
 ::::::::::::::::::::::::::
 */
.tes1-review-area {
  display: flex;
  align-items: center;
  text-align: end;
  justify-content: end;
}
.tes1-review-area .review-title {
  margin-left: 24px;
}
.tes1-review-area .review-title h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-44); /* 100% */
}
.tes1-review-area .review-title h6 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(-f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
}

.tes1-slider-area {
  overflow: hidden;
  cursor: move;
}

.tes1-single-slider {
  border-radius: 20px;
  background: var(--vtc-bg-white);
  padding: 36px;
}
.tes1-single-slider.add-gray-bg {
  background-color: var(--vtc-bg-common-6);
}
.tes1-single-slider .stars ul li {
  display: inline-block;
  font-size: 18px;
  background-color: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  margin-right: 6px;
}
.tes1-single-slider .content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: 600;
  line-height: var(--f-fs-font-34); /* 154.545% */
  padding-top: 24px;
}
@media (max-width: 767px) {
  .tes1-single-slider .content p {
    font-size: var(--f-fs-font-16);
    line-height: var(--f-fs-font-24);
  }
}
.tes1-single-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.tes1-single-slider .bottom-area .author-area {
  display: flex;
  align-items: center;
}
.tes1-single-slider .bottom-area .author-area .text {
  padding-left: 16px;
}
.tes1-single-slider .bottom-area .author-area .text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-22); /* 100% */
  transition: all 0.4s;
}
.tes1-single-slider .bottom-area .author-area .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.tes1-single-slider .bottom-area .author-area .text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  padding-top: 12px;
}

.testimonial1 .big-image {
  margin-right: 40px;
}
.testimonial1 .big-image img {
  width: 100%;
}

.tes3 {
  position: relative;
  z-index: 2;
}
.tes3 .sec-shape {
  position: absolute;
  right: 0;
  top: -150px;
  z-index: -2;
}

.tes4-review-area {
  display: flex;
  align-items: center;
  justify-content: end;
}
.tes4-review-area .review-text-area {
  width: 180px;
}
.tes4-review-area .review-text-area h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-44); /* 100% */
}
.tes4-review-area .review-text-area p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-24); /* 150% */
  padding: 10px;
}
.tes4-review-area .review-image-area {
  margin-right: 60px;
}
.tes4-review-area .review-image-area .review-image-text {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.tes4-review-area .review-image-area .review-image-text h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-44); /* 100% */
}
.tes4-review-area .review-image-area .review-image-text p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-left: 10px;
}

.tes4-single-slider .stars ul li {
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 4px;
  background-color: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  line-height: 36px;
  text-align: center;
  margin-right: 4px;
}
.tes4-single-slider .content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-28);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-40); /* 142.857% */
  padding-top: 20px;
}
.tes4-single-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
}
.tes4-single-slider .bottom-area .author-area {
  display: flex;
  align-items: center;
}
.tes4-single-slider .bottom-area .author-area .text {
  padding-left: 16px;
}
.tes4-single-slider .bottom-area .author-area .text a {
  color: var(--vtc-text-title1);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 100% */
  transition: all 0.4s;
}
.tes4-single-slider .bottom-area .author-area .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.tes4-single-slider .bottom-area .author-area .text p {
  color: var(--vtc-text-pera1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  padding-top: 10px;
}

.tes4-slider-btns {
  margin-top: 32px;
}
.tes4-slider-btns button {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  background: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
  margin-left: 10px;
}
.tes4-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.tes4-slider {
  overflow: hidden;
}

.tes4-top-border {
  border-top: 2px solid var(--vtc-bg-common-1);
}

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

.testimonials-2 .left {
  position: relative;
}

.testimonials-2 .left .swiper-button-next,
.testimonials-2 .left .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-2 .left .swiper-button-next,
  .testimonials-2 .left .swiper-button-prev {
    top: 110%;
  }
}
@media (max-width: 767px) {
  .testimonials-2 .left .swiper-button-next,
  .testimonials-2 .left .swiper-button-prev {
    top: 110%;
  }
}

.testimonials-2 .left .swiper-button-next::after,
.testimonials-2 .left .swiper-button-prev::after {
  display: none;
}

.testimonials-2 .left .swiper-pagination span {
  font-size: 16px;
  font-weight: 400;
}

.testimonials-2 .left .swiper-pagination .swiper-pagination-current {
  margin-right: -4px;
}

.testimonials-2 .left .swiper-pagination .swiper-pagination-total {
  margin-left: -4px;
}

.testimonials-2 .block-text .heading {
  text-transform: capitalize;
  margin-bottom: 15px;
}

.testimonials-2 .block-text .desc {
  font-size: 20px;
  padding: 0 100px;
}

@media only screen and (max-width: 1200px) {
  .testimonials-2 .block-text .desc {
    padding: 0;
  }
}
.testimonials-2 .swiper-testimonial-2 {
  margin-top: 47px;
  border-radius: 4px;
  background-color: var(--vtc-bg-common-bg1);
  overflow: hidden;
}

.testimonials-2 .testimonials-box-2 {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  padding: 32px 50px 32px 32px;
  position: relative;
}
.testimonials-2 .testimonials-box-2 .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.testimonials-2 .testimonials-box-2 .stars {
  padding-bottom: 16px;
}
.testimonials-2 .testimonials-box-2 .stars ul li {
  display: inline-block;
  font-size: 18px;
  background-color: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .testimonials-2 .testimonials-box-2 {
    padding: 20px;
  }
}

.testimonials-2 .testimonials-box-2 h6 {
  margin-bottom: 10px;
}

.testimonials-2 .testimonials-box-2 .text {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-32); /* 145.455% */
}
@media (max-width: 767px) {
  .testimonials-2 .testimonials-box-2 .text {
    font-size: 18px;
    line-height: 28px;
  }
}

.testimonials-2 .testimonials-box-2 .icon {
  margin-bottom: 10px;
}

.testimonials-2 .testimonials-box-2 .bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials-2 .testimonials-box-2 .bottom .content h6 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-24); /* 100% */
}
.testimonials-2 .testimonials-box-2 .bottom .content p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
}

.testimonials-2 .testimonials-box-2 .bottom .info {
  display: flex;
}

.testimonials-2 .testimonials-box-2 .bottom .info img {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonials-2 .testimonials-box-2 .bottom .info .content {
  padding-top: 6px;
}

.testimonials-2 .testimonials-box-2 .bottom img {
  width: 35.28px;
  height: 40.1px;
}

.testimonials-2 .map-testimonial {
  position: relative;
  width: 666px;
  height: 433.01px;
}

@media only screen and (max-width: 1200px) {
  .testimonials-2 .map-testimonial {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials-2 .map-testimonial {
    width: 100%;
  }
  .testimonials-2 .map-testimonial img {
    width: 100%;
  }
}
.testimonials-2 .map-testimonial img.map {
  position: absolute;
  top: 69px;
  left: 24px;
}

.testimonials-2 .map-testimonial .swiper-thumb2 {
  width: 100%;
  height: 100%;
}

.testimonials-2 .map-testimonial .swiper-slide {
  position: absolute;
  z-index: 9;
  width: 56px;
  height: 56px;
  cursor: pointer;
}

.testimonials-2 .map-testimonial .swiper-slide div {
  width: 56px;
  height: 56px;
  border: 4px solid var(--vtc-bg-common-5);
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 10px 25px rgba(71, 92, 133, 0.1);
}

.testimonials-2 .map-testimonial .swiper-slide div::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid var(--vtc-bg-main1);
  opacity: 0;
}

.testimonials-2 .map-testimonial .swiper-slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials-2 .map-testimonial .swiper-slide div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  border-color: var(--vtc-bg-common-5) transparent transparent transparent;
  border-style: solid;
  border-width: 12px 6px 0px 6px;
  height: 0px;
  width: 0px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
}

.testimonials-2 .map-testimonial .swiper-slide.swiper-slide-thumb-active div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  border-color: var(--vtc-bg-main1) transparent transparent transparent;
  border-style: solid;
  border-width: 12px 6px 0px 6px;
  height: 0px;
  width: 0px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
}

.testimonials-2 .map-testimonial .swiper-slide.swiper-slide-thumb-active div::before {
  opacity: 1;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(1) {
  bottom: 5%;
  left: 30%;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(2) {
  bottom: 26%;
  left: 50%;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(3) {
  bottom: 23%;
  right: 51px;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(4) {
  top: 36%;
  right: 18px;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(5) {
  top: 22%;
  left: 35%;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(6) {
  top: 49%;
  left: 16%;
}

.pagination-buttons button {
  border-radius: 50%;
  border: none;
  background-color: var(--vtc-bg-common-5);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: var(--vtc-bg-main1);
  font-size: 20px;
  transition: all 0.4s;
  font-size: var(--f-fs-font-18);
}
.pagination-buttons button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.testimonials-2 .pagination-buttons .swiper-button-prev {
  position: absolute;
  right: -65px;
  left: auto;
  transform: translateY(-36px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-2 .pagination-buttons .swiper-button-prev {
    right: 50%;
    transform: translateX(-35px);
  }
}
@media (max-width: 767px) {
  .testimonials-2 .pagination-buttons .swiper-button-prev {
    right: 50%;
    transform: translateX(-21px);
  }
}
.testimonials-2 .pagination-buttons .swiper-button-next {
  position: absolute;
  right: -65px;
  left: auto;
  transform: translateY(30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-2 .pagination-buttons .swiper-button-next {
    right: 50%;
    transform: translateX(35px);
  }
}
@media (max-width: 767px) {
  .testimonials-2 .pagination-buttons .swiper-button-next {
    right: 50%;
    transform: translateX(35px);
  }
}

.tes-page-box {
  border-radius: 20px;
  background: var(--vtc-bg-white);
  padding: 36px;
  transition: all 0.4s;
}
.tes-page-box.add-gray-bg {
  background-color: var(--vtc-bg-common-6);
}
.tes-page-box .stars ul li {
  display: inline-block;
  font-size: 18px;
  background-color: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  margin-right: 6px;
}
.tes-page-box .content p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-34); /* 154.545% */
  padding-top: 24px;
}
.tes-page-box .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.tes-page-box .bottom-area .author-area {
  display: flex;
  align-items: center;
}
.tes-page-box .bottom-area .author-area .text {
  padding-left: 24px;
}
.tes-page-box .bottom-area .author-area .text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-22); /* 100% */
  transition: all 0.4s;
}
.tes-page-box .bottom-area .author-area .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.tes-page-box .bottom-area .author-area .text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  padding-top: 12px;
}
.tes-page-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.tes2 {
  position: relative;
  z-index: 1;
}
.tes2 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.tes2 .slider-galeria {
  overflow: hidden;
}
.tes2 .slider-galeria .testimonial-slider-content-area {
  position: relative;
  z-index: 1;
  margin: 0 30px;
}
.tes2 .slider-galeria .testimonial-slider-content-area .quito1 {
  filter: brightness(0) invert(1);
  opacity: 0.3;
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-author-area {
  position: relative;
  z-index: 1;
  background: var(--vtc-bg-main1);
  border-radius: 16px;
  padding: 28px 38px 28px 28px;
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-author-area .quito1 {
  position: absolute;
  right: 20px;
  top: 20px;
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-author-area ul li {
  display: inline-block;
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-author-area ul li a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--vtc-text-white);
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-author-area p {
  color: var(--vtc-bg-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-26); /* 144.444% */
  transition: all 0.4s;
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-author-area .elements18 {
  position: absolute;
  bottom: -35px;
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .mans-img img {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text {
  display: flex;
  align-items: center;
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .tes2 .slider-galeria .testimonial-slider-content-area {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes2 .slider-galeria .testimonial-slider-content-area {
    margin: 30px 0 0 0;
  }
}
.tes2 .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text {
  padding-left: 16px;
}

.tes2 .slider-galeria-thumbs .testimonial3-sliders-img {
  position: relative;
}

.tes2 .slider-galeria-thumbs .swiper-slide-active .testimonial3-sliders-img:after {
  position: absolute;
  content: "";
  height: 74px;
  width: 74px;
  background: var(--vtc-bg-main1);
  z-index: -1;
  top: -1px;
  left: 6px;
  border-radius: 50%;
}

.tes2 .slider-galeria-thumbs .testimonial3-sliders-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.tes2 .swiper-wrapper.tes2-thumb-area {
  display: block;
}
.tes2 .slider-galeria-thumbs {
  overflow: hidden;
  height: 400px;
}

.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  z-index: 10;
  left: 50%;
  bottom: -45px;
  display: flex;
  margin-left: -30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .swiper-pagination2 {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-pagination2 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .swiper-pagination2 {
    display: none !important;
  }
}
.swiper-pagination2 li {
  margin: 0 0.25rem;
}
.swiper-pagination2 .swiper-pagination-bullet {
  display: flex;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0px 12px;
  border: none;
  border-radius: 100%;
  background-color: var(--vtc-bg-main1);
  text-indent: -9999px;
  position: relative;
  z-index: 3;
}
.swiper-pagination2 .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 22px;
  width: 22px;
  border: 1px solid var(--vtc-bg-main1);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: var(--vtc-bg-main1);
}
.swiper-pagination2 .swiper-pagination-bullet-active::after {
  opacity: 1;
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
.work1-box {
  position: relative;
}
.work1-box .number {
  position: relative;
  height: 60px;
  width: 90px;
  text-align: center;
  z-index: 2;
  line-height: 60px;
  margin: auto;
}
.work1-box .number span {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-22); /* 100% */
}
.work1-box .number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shapes/work1-items-num-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}
.work1-box .content {
  border-radius: 8px;
  background: var(--vtc-bg-white);
  padding: 24px 32px;
  margin: 48px 10px 0px 10px;
  transition: all 0.4s;
}
.work1-box:hover {
  transition: all 0.4s;
}
.work1-box:hover .content {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.work1-shape {
  position: absolute;
  top: -130px;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .work1-shape {
    display: none;
  }
}

.work1 .arrow-shape1 {
  position: absolute;
  top: 26px;
  right: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1 .arrow-shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .work1 .arrow-shape1 {
    display: none;
  }
}
.work1 .arrow-shape2 {
  position: absolute;
  top: 26px;
  right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1 .arrow-shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .work1 .arrow-shape2 {
    display: none;
  }
}

.work2 {
  position: relative;
  z-index: 2;
}
.work2 .sec-shape {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2 .sec-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .work2 .sec-shape {
    display: none;
  }
}

.work2-box {
  position: relative;
}
.work2-box .image {
  overflow: hidden;
  border-radius: 16px;
}
.work2-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.work2-box.small-box .content-area {
  width: 80%;
}
.work2-box .content-area {
  padding: 35px 32px;
  border-radius: 16px;
  transition: all 0.4s;
  position: absolute;
  bottom: 30px;
  background-color: var(--vtc-bg-white);
  margin: 0px 30px;
  text-align: center;
  width: 85%;
  transition: all 0.4s;
  transform: scale(0.4) translateY(60px);
  opacity: 0;
}
.work2-box .content-area h6 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-22); /* 100% */
  text-transform: uppercase;
  padding-top: 22px;
}
.work2-box .content-area h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-30); /* 100% */
  padding-top: 16px;
  transition: all 0.4s;
}
.work2-box .content-area h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.work2-box .content-area .arrow {
  display: inline-block;
  height: 54px;
  text-align: center;
  line-height: 54px;
  width: 54px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
  transform: rotate(-45deg);
  transition: all 0.4s;
  font-size: 20px;
  color: var(--vtc-text-white);
}
.work2-box .content-area .arrow:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.work2-box:hover {
  transition: all 0.4s;
}
.work2-box:hover .content-area {
  transition: all 0.4s;
  opacity: 1;
  transform: scale(1) translateY(0);
}
.work2-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.work4 {
  position: relative;
  z-index: 1;
}
.work4 .case-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work4 .case-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4 .case-header-area {
    margin-bottom: 30px;
  }
}
.work4 .cs_case_study_1_list {
  display: flex;
  border: 1px solid var(--vtc-border-7);
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4 .cs_case_study_1_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .work4 .cs_case_study_1_list {
    flex-direction: column;
  }
}
.work4 .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 3.5;
}
.work4 .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
  transition: all 0.8s;
}
.work4 .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.8s ease;
  left: 80px;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4 .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
    transition: all 0.5s;
  }
}
.work4 .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 8;
  transition: all 0.9s;
}
.work4 .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}
.work4 .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}
.work4 .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work4 .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.work4 .cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
  transition: all 0.8s;
}
.work4 .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4 .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
    transition: all 0.4s;
  }
}
.work4 .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.work4 .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--vtc-bg-white);
}
.work4 .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work4 .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4 .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.work4 .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work4 .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4 .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.work4 .cs_case_study_thumb {
  background-image: url(../img/work/work4-image1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work4 .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../img/work/work4-image2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work4 .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../img/work/work4-image3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work4 .cs_case_study_thumb.cs_case_study_thumb4 {
  background-image: url(../img/work/work4-image4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work4 .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 15px;
  border-radius: 16px;
  height: 475px;
  position: relative;
  border-left: 1px solid var(--vtc-border-7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4 .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 767px) {
  .work4 .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
.work4 .cs_case_study.cs_style_1.cs_hover_active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--vtc-bg-common-17);
  opacity: 1;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4 .cs_case_study.cs_style_1.cs_hover_active .content-area1 {
    opacity: 0;
    transition: all 0.4s;
  }
  .work4 .cs_case_study.cs_style_1.cs_hover_active .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
  .work4 .cs_case_study.cs_style_1.cs_hover_active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--vtc-bg-white);
    opacity: 0;
    transition: all 0.4s;
  }
}
@media (max-width: 767px) {
  .work4 .cs_case_study.cs_style_1.cs_hover_active .content-area1 {
    opacity: 0;
    transition: all 0.4s;
  }
  .work4 .cs_case_study.cs_style_1.cs_hover_active .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
  .work4 .cs_case_study.cs_style_1.cs_hover_active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--vtc-bg-white);
    opacity: 0;
    transition: all 0.4s;
  }
}
.work4 .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}
.work4 .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}
.work4 .cs_case_study.cs_style_1.cs_hover_active.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--vtc-bg-common-17);
  opacity: 0;
  transition: all 0.4s;
}
.work4 .content-area1 {
  position: absolute;
  transform: rotate(-90deg);
  width: 450px;
  height: auto;
  left: -187px;
  bottom: 232px;
  transition: all 0.4s;
  opacity: 1;
  z-index: 99;
}
.work4 .content-area1 a {
  color: var(--vtc-text-title1);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
  width: 100%;
}
.work4 .content-area1 .cirle-arrow {
  position: absolute;
  top: -5px;
  left: 404px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: var(--vtc-bg-main10);
}
.work4 .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 124px 26px 24px;
  bottom: 30px;
  left: -100%;
  opacity: 0;
  background-color: var(--vtc-bg-white);
  border-radius: 20px;
  padding: 32px;
  margin: 0px 30px;
  width: 88%;
  text-align: center;
}
.work4 .content-area .learn {
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 54px;
  background-color: var(--vtc-bg-main1);
  border-radius: 50%;
  color: var(--vtc-bg-white);
  display: inline-block;
  margin-bottom: 24px;
  transition: all 0.4s;
  transform: rotate(-45deg);
}
.work4 .content-area .learn:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.work4 .content-area h6 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: uppercase;
}
.work4 .content-area h4 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-24); /* 100% */
  padding-top: 16px;
  transition: all 0.4s;
  display: inline-block;
}
.work4 .content-area h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.work4 .content-area p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 28px; /* 155.556% */
  padding-top: 12px;
}

/*
 ::::::::::::::::::::::::::
  WORK AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 others AREA CSS
::::::::::::::::::::::::::
*/
.solutions-box {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
  padding: 24px 24px 32px 24px;
  text-align: center;
  transition: all 0.4s;
}
.solutions-box .image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.solutions-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.solutions-box .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
}
.solutions-box .icon {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-3);
  line-height: 65px;
  text-align: center;
  z-index: 2;
  position: relative;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border: 5px solid var(--vtc-bg-white);
}
.solutions-box .icon img {
  transition: all 0.4s;
}
.solutions-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.solutions-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.solutions-box:hover .image::after {
  transition: all 0.4s;
  opacity: 0.4;
}
.solutions-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(360deg);
}

.solutions2-box {
  position: relative;
  z-index: 2;
}
.solutions2-box .icon {
  position: relative;
  height: 110px;
  width: 110px;
  line-height: 110px;
  text-align: center;
  margin: auto;
  top: -45px;
  z-index: 2;
}
.solutions2-box .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.solutions2-box .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shapes/work1-items-num-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
  transition: all 0.4s;
}
.solutions2-box .image-area {
  padding-top: 30px;
}
.solutions2-box .image-area .image {
  position: relative;
}
.solutions2-box .image-area .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 92px;
  height: 232px;
  width: 232px;
  border: 2px solid #CFCFD2;
  border-radius: 8px;
  transform: rotate(45deg);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions2-box .image-area .image::after {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .solutions2-box .image-area .image::after {
    display: none;
  }
}
.solutions2-box .content {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  padding: 24px;
  transition: all 0.4s;
  margin-top: -24px;
  margin-left: 10px;
  margin-right: 10px;
}
.solutions2-box .content h4 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-22); /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.solutions2-box .content p {
  color: var(--vtc-text-pera1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-top: 16px;
  transition: all 0.4s;
}
.solutions2-box:hover {
  transition: all 0.4s;
}
.solutions2-box:hover .content {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  transform: translateY(-20px);
}
.solutions2-box:hover .content h4 a {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}
.solutions2-box:hover .content p {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}

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

.counters2-box {
  background-color: var(--vtc-bg-white);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .counters2-box {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counters2-box {
    margin-bottom: 20px;
  }
}
.counters2-box .icon {
  height: 74px;
  width: 74px;
  line-height: 74px;
  text-align: center;
  background-color: var(--vtc-bg-main1);
  border-radius: 50%;
}
.counters2-box .icon img {
  transition: all 0.4s;
}
.counters2-box .text {
  padding-left: 16px;
}
.counters2-box .text h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-38);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 100% */
}
.counters2-box .text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 10px;
}
.counters2-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.counters2-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.progress2-images {
  position: relative;
}
.progress2-images .image img {
  width: 100%;
}
.progress2-images .progress2-text-shape {
  padding: 16px 20px;
  border-radius: 16px;
  background-color: var(--vtc-bg-white);
  display: flex;
  align-items: center;
  width: 350px;
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -170px;
}
.progress2-images .progress2-text-shape .icon {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--vtc-text-white);
  background-color: var(--vtc-bg-main1);
  border-radius: 50%;
  font-size: 20px;
}
.progress2-images .progress2-text-shape .text {
  padding-left: 10px;
}
.progress2-images .progress2-text-shape .text p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-24); /* 133.333% */
}

.processes2-box {
  margin-top: 30px;
}
.processes2-box .circle-wrap {
  position: relative;
  width: 80px;
  height: 80px;
}
.processes2-box .circle-bg,
.processes2-box .circle-progress {
  fill: none;
  stroke-width: 4;
}
.processes2-box .circle-bg {
  stroke: #e5e5e5;
}
.processes2-box .circle-progress {
  stroke: var(--vtc-bg-main1);
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: stroke-dashoffset 0.5s ease;
}
.processes2-box .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
}
.processes2-box .circle-info-text {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
}

.delivery .sec-shape {
  position: absolute;
  top: -190px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .delivery .sec-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .delivery .sec-shape {
    display: none;
  }
}

.delivery1-item-box .number span {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.24px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--vtc-bg-main1);
  border-radius: 50%;
  margin: 20px 0px;
  position: relative;
  z-index: 3;
}
.delivery1-item-box .box {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  padding: 24px;
  transition: all 0.4s;
  text-align: center;
}
.delivery1-item-box .box h4 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-20); /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.delivery1-item-box .box h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.delivery1-item-box:hover .box {
  transition: all 0.4s;
  transform: translateY(-8px);
}

.delivery1-images {
  position: relative;
  height: 480px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .delivery1-images {
    margin: 0px 120px;
  }
}
.delivery1-images .main-image {
  margin: 0px 15px;
}
.delivery1-images .main-image img {
  width: 100%;
}
.delivery1-images .locations-box {
  display: inline-flex;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
  background-color: var(--vtc-bg-main1);
  position: relative;
  bottom: 190px;
}
.delivery1-images .locations-box .text a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  padding-left: 10px;
  display: inline-block;
}
.delivery1-images .element1 {
  position: absolute;
  top: 30px;
  left: -62px;
}
.delivery1-images .element2 {
  position: absolute;
  top: 28px;
  right: -55px;
}
.delivery1-images .element3 {
  position: absolute;
  bottom: 23px;
  left: -62px;
}
.delivery1-images .element4 {
  position: absolute;
  bottom: 22px;
  right: -57px;
}

.solutions4-single-slider {
  position: relative;
}
.solutions4-single-slider .image-area .image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.solutions4-single-slider .image-area .image img {
  width: 100%;
  transition: all 0.4s;
}
.solutions4-single-slider .content-area {
  /*position: absolute;*/
  bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  height: 300px;
  border-radius: 8px;
  transition: all 0.4s;
}
.solutions4-single-slider .content-area .top-area {
  display: block;
  align-items: center;
  /*justify-content: space-between;*/
}
.solutions4-single-slider .content-area .top-area .pluse-icon a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: var(--vtc-text-white);
  background-color: var(--vtc-bg-main1);
  border-radius: 50%;
  transition: all 0.4s;
}
.solutions4-single-slider .content-area .top-area .pluse-icon a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.solutions4-single-slider .content-area .top-area h4 a {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-20); /* 100% */
}
.solutions4-single-slider .content-area .content {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  transition: all 0.4s;
}
.solutions4-single-slider .content-area .content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-top: 16px;
  opacity: 1;
  transition: all 0.4s;
}
.solutions4-single-slider .content-area .icon {
  position: relative;
  height: 110px;
  width: 110px;
  line-height: 110px;
  text-align: left;
  z-index: 2;
}
.solutions4-single-slider .content-area .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.solutions4-single-slider .content-area .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background:transparent !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
  transition: all 0.4s;
}
.solutions4-single-slider:hover {
  transition: all 0.4s;
}
.solutions4-single-slider:hover .image-area .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.solutions4-single-slider:hover .content-area {
  height: 450px;
  transition: all 0.4s;
}
.solutions4-single-slider:hover .content-area .content {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
}
/*.solutions4-single-slider:hover .content-area .content p {
  transition: all 0.4s;
  opacity: 1;
}*/
.solutions4-single-slider:hover .content-area .content .pluse-icon a {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
  background-color: var(--vtc-bg-white);
}

.solutions4-slider-btns button {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: none;
  background: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
  margin-left: 10px;
}
.solutions4-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.process3-box {
  margin: 30px 20px 0px 20px;
  text-align: center;
  position: relative;
}
.process3-box .image-area {
  position: relative;
  height: 260px;
  width: 260px;
  text-align: center;
  margin: auto;
}
.process3-box .image-area .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.process3-box .image-area .image {
  transform: translateY(19px);
}
.process3-box .image-area .image img {
  border-radius: 50%;
}
.process3-box .image-area .number {
  position: absolute;
  height: 60px;
  width: 90px;
  text-align: center;
  z-index: 2;
  line-height: 60px;
  margin: auto;
  right: -31px;
  top: 67px;
}
.process3-box .image-area .number span {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-22); /* 100% */
}
.process3-box .image-area .number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shapes/work1-items-num-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}
.process3-box .content-area {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  padding: 24px 36px;
  text-align: center;
  margin-top: 40px;
  transition: all 0.4s;
}
.process3-box .content-area h4 a {
  color: var(--vtc-text-title1);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.process3-box .content-area h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.process3-box .content-area p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-26); /* 162.5% */
  transition: all 0.4s;
}
.process3-box:hover {
  transition: all 0.4s;
}
.process3-box:hover .content-area {
  transform: translateY(-8px);
  transition: all 0.4s;
}
.process3-box .box-arrow-shape1 {
  position: absolute;
  top: 0;
  right: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process3-box .box-arrow-shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .process3-box .box-arrow-shape1 {
    display: none;
  }
}
.process3-box .box-arrow-shape2 {
  position: absolute;
  top: 140px;
  right: -110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process3-box .box-arrow-shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .process3-box .box-arrow-shape2 {
    display: none;
  }
}

.service5-tab-buttons {
  margin-top: 30px;
}
.service5-tab-buttons .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service5-tab-buttons .nav-link {
  background: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 55px 20px 24px 20px;
  position: relative;
  margin: 60px 15px 0px;
  width: 220px;
}
.service5-tab-buttons .nav-link .icon {
  display: block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
  position: absolute;
  border: 5px solid var(--vtc-bg-white);
  top: -40px;
  left: 50%;
  margin-left: -40px;
}
.service5-tab-buttons .nav-link .text {
  display: block;
  color: var(--vtc-text-title1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.service5-tab-buttons .nav-link.active {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
}
.service5-tab-buttons .nav-link.active .text {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

.service5-tab-content-area {
  margin-top: 60px;
  margin-left: 40px;
}
.service5-tab-content-area span.title {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}
.service5-tab-content-area span.title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.service5-tab-content-area h3 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-36);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-44); /* 122.222% */
}
.service5-tab-content-area P {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
}
.service5-tab-content-area .list ul li {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
}
.service5-tab-content-area .list ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
  font-size: 12px;
  margin-right: 8px;
}

.service5-tab-images {
  position: relative;
  text-align: end;
  z-index: 2;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .service5-tab-images {
    height: 380px;
  }
}
.service5-tab-images .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.service5 {
  position: relative;
}
.service5 .sec-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.businesses3 {
  position: relative;
  z-index: 3;
}
.businesses3 .sec-shape {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 2;
}

.delivery2 .sec-shape {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .delivery2 .sec-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .delivery2 .sec-shape {
    display: none;
  }
}

.delivery1-item-box2 .icon span {
  display: inline-block;
  color: var(--vtc-bg-main1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.24px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--vtc-bg-common-5);
  border-radius: 50%;
  margin: 20px 0px;
  position: relative;
  z-index: 3;
}
.delivery1-item-box2 .box-area {
  display: flex;
  align-items: center;
}
.delivery1-item-box2 .box-area .num h5 {
  color: var(--vtc-bg-main1);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 100% */
  transition: all 0.4s;
}
.delivery1-item-box2 .box-area .box {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  padding: 24px;
  transition: all 0.4s;
  text-align: center;
}
.delivery1-item-box2 .box-area .box h4 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-20); /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.delivery1-item-box2 .box-area .box h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.delivery1-item-box2:hover .box {
  transition: all 0.4s;
  transform: translateY(-8px);
}

.delivery1-images2 {
  position: relative;
  height: 480px;
}
.delivery1-images2 .main-image {
  margin: 0px 15px;
}
.delivery1-images2 .main-image img {
  width: 100%;
}
.delivery1-images2 .locations-box {
  display: inline-flex;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
  background-color: var(--vtc-bg-main1);
  position: relative;
  bottom: 190px;
}
.delivery1-images2 .locations-box .text a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  padding-left: 10px;
  display: inline-block;
}
.delivery1-images2 .element1 {
  position: absolute;
  top: 30px;
  left: -62px;
}
.delivery1-images2 .element2 {
  position: absolute;
  top: 28px;
  right: -55px;
}
.delivery1-images2 .element3 {
  position: absolute;
  bottom: 23px;
  left: -62px;
}
.delivery1-images2 .element4 {
  position: absolute;
  bottom: 22px;
  right: -57px;
}

/*
 ::::::::::::::::::::::::::
  others AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CONTACT AREA CSS
::::::::::::::::::::::::::
*/
.contact1-shape {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact1-shape {
    display: none;
  }
}

.contact1-form-area .nav {
  background-color: var(--vtc-bg-common-2);
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.contact1-form-area .nav-item {
  width: 50%;
  display: inline-block;
}
.contact1-form-area .nav-item .nav-link {
  width: 100%;
  padding: 20px;
  border-radius: 0px;
  color: var(--vtc-bg-main1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-20); /* 100% */
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact1-form-area .nav-item .nav-link {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact1-form-area .nav-item .nav-link.active {
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-white);
}

.contact1-images {
  position: relative;
  text-align: start;
  height: 660px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-images {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact1-images {
    margin-left: 0;
    margin-top: 30px;
  }
}
.contact1-images .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact1-form {
  position: relative;
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .contact1-form {
    padding: 30px 18px 24px 18px;
  }
}
.contact1-form.add-box-shadow {
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
}
.contact1-form .button button {
  width: 100%;
}
.contact1-form .button button .text {
  width: 100%;
}
.contact1-form .nam-input::after {
  background-image: url(../img/icon/form-user-icon.svg);
}
.contact1-form .email-input::after {
  background-image: url(../img/icon/form-email-icon.svg);
}
.contact1-form .Weight-input::after {
  background-image: url(../img/icon/form-weight-icon.svg);
}
.contact1-form .desitance-input::after {
  background-image: url(../img/icon/form-location-icon.svg);
}
.contact1-form .contact1-input {
  margin-bottom: 12px;
  position: relative;
}
.contact1-form .contact1-input::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 19px;
  right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
.contact1-form .contact1-input label {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
  padding-bottom: 16px;
}
.contact1-form .contact1-input input {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  background-color: var(--vtc-bg-common-4);
  border: none;
}
.contact1-form .contact1-input input:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.contact1-form .contact1-input input:focus::-moz-placeholder {
  opacity: 0;
}
.contact1-form .contact1-input input:focus::placeholder {
  opacity: 0;
}
.contact1-form .contact1-input input::-moz-placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
}
.contact1-form .contact1-input input::placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
}
.contact1-form .contact1-input .nice-select.wide {
  height: 60px;
  border-radius: 8px;
  line-height: 60px;
  border: none;
  background: var(--vtc-bg-common-4);
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
}
.contact1-form .contact1-input .nice-select:after {
  border-bottom: 2px solid var(--vtc-bg-main1);
  border-right: 2px solid var(--vtc-bg-main1);
  height: 9px;
  width: 9px;
  right: 20px;
}

.select-nice {
  position: relative;
  z-index: 3;
}

.contact2-box {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  padding: 24px;
  text-align: center;
  transition: all 0.4s;
  margin-top: 30px;
}
.contact2-box .icon {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
  margin: auto;
}
.contact2-box .icon img {
  transition: all 0.4s;
}
.contact2-box p {
  padding-top: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.contact2-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.contact2-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.form-slider {
  margin: 0 auto;
  text-align: left;
}

.slider-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

#balance-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: var(--vtc-bg-main1);
  outline: none;
}

#balance-slider2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: var(--vtc-bg-main1);
  outline: none;
}

/* Thumb styling */
#balance-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--vtc-bg-main1);
  border: 3px solid var(--vtc-bg-white);
  cursor: pointer;
  box-shadow: 0 0 5px rgba(1, 255, 77, 0.5);
}

#balance-slider2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--vtc-bg-main1);
  border: 3px solid var(--vtc-bg-white);
  cursor: pointer;
  box-shadow: 0 0 5px rgba(1, 255, 77, 0.5);
}

#balance-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--vtc-bg-main1);
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#balance-slider2::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--vtc-bg-main1);
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.selected-value {
  margin-top: 10px;
  font-size: 14px;
}

.contact3-form iframe {
  border-radius: 20px;
  height: 580px;
}

.contact5-review {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 190px 0px rgba(0, 0, 0, 0.12);
  padding: 32px;
  margin-top: 60px;
  position: relative;
}
.contact5-review .review-image {
  margin-top: -70px;
}
.contact5-review .stars {
  padding-top: 32px;
}
.contact5-review .stars ul li {
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 4px;
  background-color: var(--vtc-bg-common-5);
  color: var(--vtc-bg-main1);
  line-height: 36px;
  text-align: center;
  margin-right: 5px;
}
.contact5-review .content p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 34px; /* 154.545% */
  padding-top: 20px;
}
.contact5-review .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}
.contact5-review .bottom-area .text a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-22); /* 100% */
  transition: all 0.4s;
}
.contact5-review .bottom-area .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.contact5-review .bottom-area .text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  padding-top: 10px;
}

.contact-page-box {
  border-radius: 16px;
  background: var(--vtc-bg-common-6);
  padding: 24px;
  margin-top: 30px;
  display: flex;
  transition: all 0.4s;
}
.contact-page-box .icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  border-radius: 50%;
}
.contact-page-box .icon img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact-page-box .text {
  padding-left: 16px;
}
.contact-page-box .text h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.contact-page-box .text a {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 18px;
  transition: all 0.4s;
}
.contact-page-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--vtc-bg-main1);
}
.contact-page-box:hover .icon {
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.contact-page-box:hover .icon img {
  filter: none;
}
.contact-page-box:hover .text h4 {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.contact-page-box:hover .text a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

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

.contact-details-form {
  background-color: var(--vtc-bg-common-6);
  border-radius: 16px;
  padding: 32px;
}
.contact-details-form .single-input {
  margin-top: 20px;
}
.contact-details-form .single-input input, .contact-details-form .single-input textarea {
  border: none;
  background-color: var(--vtc-bg-white);
  border-radius: 4px;
  padding: 16px;
  width: 100%;
}
.contact-details-form .single-input input::-moz-placeholder, .contact-details-form .single-input textarea::-moz-placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
}
.contact-details-form .single-input input::placeholder, .contact-details-form .single-input textarea::placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
}
.contact-details-form .single-input input:focus, .contact-details-form .single-input textarea:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.contact-details-form .single-input input:focus::-moz-placeholder, .contact-details-form .single-input textarea:focus::-moz-placeholder {
  opacity: 0;
}
.contact-details-form .single-input input:focus::placeholder, .contact-details-form .single-input textarea:focus::placeholder {
  opacity: 0;
}
.contact-details-form .single-input .nice-select.wide {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  border: none;
  background-color: var(--vtc-bg-white);
  height: 54px;
  line-height: 54px;
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  PRICING AREA CSS
 ::::::::::::::::::::::::::
 */
.pricing-page-box {
  border-radius: 16px;
  background: var(--vtc-bg-common-6);
  padding: 32px;
  transition: all 0.4s;
}
.pricing-page-box h5 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-24); /* 100% */
  transition: all 0.4s;
}
.pricing-page-box p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-top: 14px;
  transition: all 0.4s;
}
.pricing-page-box h2 {
  color: var(--Text-Color, #000E12);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 100% */
  padding-top: 30px;
  transition: all 0.4s;
}
.pricing-page-box h2 span {
  display: inline-block;
  color: var(--Paragraph-Color, #363D40);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  transition: all 0.4s;
}
.pricing-page-box .pricing-list ul {
  list-style: none;
}
.pricing-page-box .pricing-list ul li {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  display: flex;
  align-items: center;
  padding-top: 23px;
  list-style: none;
  transition: all 0.4s;
}
.pricing-page-box .pricing-list ul li .check {
  display: inline-block;
  height: 18px;
  width: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: var(--vtc-bg-white);
  background-color: var(--vtc-bg-main1);
  margin-right: 8px;
  border-radius: 50%;
  transition: all 0.4s;
}
.pricing-page-box .pricing-btn {
  display: inline-block;
  padding: 22px 24px;
  width: 100%;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-bg-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  border-radius: 111px;
  transition: all 0.4s;
}
.pricing-page-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--vtc-bg-main1);
}
.pricing-page-box:hover .pricing-btn {
  background-color: var(--vtc-bg-white);
  color: var(--vtc-bg-main1);
}
.pricing-page-box:hover .pricing-list ul li {
  color: var(--vtc-text-white);
}
.pricing-page-box:hover .pricing-list ul li .check {
  background-color: var(--vtc-bg-white);
  color: var(--vtc-bg-main1);
  transition: all 0.4s;
}
.pricing-page-box:hover h5 {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.pricing-page-box:hover h2 {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.pricing-page-box:hover h2 span {
  color: var(--vtc-text-white);
}
.pricing-page-box:hover p {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 PRICING AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  FEATURES AREA CSS
 ::::::::::::::::::::::::::
 */
.features1-list li {
  margin-top: 16px;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-flex;
  align-items: center;
}
.features1-list li .check {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main2);
  color: var(--vtc-bg-white);
  font-size: 14px;
  margin-right: 6px;
}

.features {
  position: relative;
  z-index: 2;
}
.features .sec-shape {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: -1;
}
.features .sec-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.features-images {
  position: relative;
  height: 500px;
  text-align: end;
}
@media (max-width: 767px) {
  .features-images {
    height: 400px;
    text-align: end;
    margin-top: 30px;
  }
}
.features-images .shape-bg2 {
  position: relative;
  top: -140px;
  right: -60px;
  z-index: -2;
}
.features-images .shape-bg2 .stop-color1 {
  stop-color: #F5F5FD;
}
.features-images .shape-bg2 .stop-color2 {
  stop-color: #F5F5FD;
}
@media (max-width: 767px) {
  .features-images .shape-bg2 {
    position: relative;
    top: 0;
    right: 0;
    z-index: -2;
  }
}
.features-images .image1 {
  position: absolute;
  right: 40px;
  top: 0;
}

.features4 .bg-border {
  position: relative;
}
.features4 .bg-border::after {
  content: "";
  position: absolute;
  top: 72px;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--vtc-border-2);
  transform: rotateY(42deg);
  z-index: -1;
}

.features4-box {
  position: relative;
  text-align: center;
}
.features4-box .icon-area {
  position: relative;
}
.features4-box .icon-area .icon {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-3);
  margin: auto;
}
.features4-box .icon-area .icon img {
  transition: all 0.4s;
}
.features4-box .icon-area .shape {
  filter: brightness(0);
  opacity: 0.3;
  transition: all 0.4s;
}
.features4-box .content-box {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  margin-top: 28px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s;
}
.features4-box .content-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--vtc-bg-main4);
  transition: all 0.4s;
  opacity: 0;
}
.features4-box .content-box p {
  transition: all 0.4s;
}
.features4-box:hover {
  transition: all 0.4s;
}
.features4-box:hover .icon-area .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.features4-box:hover .icon-area .shape {
  transition: all 0.4s;
  filter: none;
  opacity: 1;
}
.features4-box:hover .content-box {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.features4-box:hover .content-box h4 a {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.features4-box:hover .content-box p {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}
.features4-box:hover .content-box::after {
  opacity: 1;
  transition: all 0.4s;
}

.features5-box {
  position: relative;
  padding: 20px 24px 20px 65px;
  margin: 30px 15px 0px 15px;
  background-color: var(--vtc-bg-white10per);
  border-radius: 8px;
  transition: all 0.4s;
}
.features5-box .icon {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 60px;
  background-color: var(--vtc-bg-main14);
  border-radius: 50%;
  border: 5px solid var(--vtc-bg-common-7);
  position: absolute;
  left: -18px;
  top: -10px;
}
.features5-box .icon img {
  transition: all 0.4s;
}
.features5-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.features5-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

