a,
a:hover {
  text-decoration: none;
}
body {
  font-family: "Lato", sans-serif;
}

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

h2,
p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
}
h3 {
  font-size: 45px;
}
p {
  font-family: "Lato", sans-serif;
}

input,
textarea {
  background: none;
  border: none;
  outline: none;
}

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

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@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;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}

:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #0f0d0d;
  --ztc-text-text-3: #5b5d61;
  --ztc-text-text-4: #155fff;
  --ztc-text-text-5: #e8040f;
  --ztc-text-text-6: #f2ad04;
  --ztc-text-text-7: #f8ce69;
  --ztc-text-text-8: #1c1853;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #0f0d0d;
  --ztc-bg-bg-3: #155fff;
  --ztc-bg-bg-4: #f2f2f2;
  --ztc-bg-bg-5: #e8040f;
  --ztc-bg-bg-6: #f4f4f9;
  --ztc-bg-bg-7: #f2ad04;
  --ztc-bg-bg-8: #f5f3f4;
  --ztc-bg-bg-9: #f8ce69;
  --ztc-bg-bg-10: #f5f3f4;
  --ztc-bg-bg-11: #1c1853;
  --ztc-border-border-1: #e5e7eb;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: "Plus Jakarta Sans", serif;
  --ztc-family-font2: "Plus Jakarta Sans", serif;
}
/* Header start */
.topbar-two {
  background-color: #d89602;
  padding: 5px 0px;
  position: relative;
  z-index: 1;
}
.homepage3-body .topbar-two .top-area {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
}
.homepage3-body .topbar-two .top-area li {
  display: flex;
  margin-top: 0;
}
.homepage3-body .topbar-two .top-area li i {
  padding-top: 11px;
  color: #000;
  margin-right: 10px;
}
.homepage3-body .topbar-two .top-area li p,
.homepage3-body .topbar-two .top-area li a {
  color: #fff;
  margin-bottom: 0;
  line-height: 33px;
}
.homepage3-body .topbar-two .social-media li {
  display: flex;
  justify-content: end;
}
.homepage3-body .topbar-two .social-media li a {
  text-decoration: none;
}
.homepage3-body .topbar-two .social-media li a i {
  background: linear-gradient(15deg, #0c58ba, #1877f2);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  font-size: 19px;
}

/*============= ABOUT CSS AREA ===============*/
.about1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about1 .about-imges-area {
  position: relative;
  z-index: 1;
}
.about1 .about-imges-area .image-counter-area {
  position: relative;
  z-index: 1;
}
.about1 .about-imges-area .image-counter-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px 8px 8px 8px;
}
.about1 .about-imges-area .image-counter-area .experiance-box {
  background: var(--ztc-bg-bg-2);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.about1 .about-imges-area .image-counter-area .experiance-box h2 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
.about1 .about-imges-area .image-counter-area .experiance-box p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 767px) {
  .homepage3-body .topbar-two .top-area {
  display: block;
  margin-bottom: 0;
  justify-content: space-between;
}
  .about1 .about-imges-area .img2 {
    margin-top: 30px;
  }
}
.about1 .about-imges-area .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 100px 8px;
}
.about1 .heading1 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about1 .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
.about1 .heading1 ul li {
  color: #0f0d0d;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about1 .heading1 ul li {
    line-height: 24px;
  }
}
.about1 .heading1 ul li img {
  margin: 0 6px 0 0;
}

.about2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about2 .images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about2 .images-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .images-area {
    margin-bottom: 30px;
  }
}
.about2 .images-area .img1 img {
  width: 370px;
  height: 580px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .about2 .images-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.about2 .images-area .img2 {
  position: relative;
  z-index: 1;
  right: 60px;
  text-align: end;
  margin-top: -370px;
}
@media (max-width: 767px) {
  .about2 .images-area .img2 {
    right: 0;
    margin-top: 30px;
    text-align: start;
  }
}
.about2 .images-area .img2 img {
  width: 270px;
  height: 480px;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .about2 .images-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.about2 .heading2 .about-boxarea {
  background: #f4f4f9;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.4s;
  margin-top: 20px;
}
.about2 .heading2 .about-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.about2 .heading2 .about-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: #e8040f;
}
.about2 .heading2 .about-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.about2 .heading2 .about-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #fff;
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .about2 .heading2 .about-boxarea .icons {
    position: relative;
  }
}
.about2 .heading2 .about-boxarea .icons img {
  transition: all 0.4s;
}
.about2 .heading2 .about-boxarea .content {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .about2 .heading2 .about-boxarea .content {
    padding-left: 0;
    margin-top: 24px;
  }
}
.about2 .heading2 .about-boxarea .content a {
  color: #0f0d0d;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about2 .heading2 .about-boxarea .content a {
    line-height: 26px;
  }
}
.about2 .heading2 .about-boxarea .content a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.about3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f1f1f1;
}
.about3 .img1 {
  height: 407px;
  position: relative;
}

.about3 .img1 .customer {
  position: absolute;
  bottom: 17px;
  right: 80px;
  background: #f2ad04;
  border-radius: 10px;
  padding: 30px 50px;
}
.about3 .img1 .customer .icon {
  text-align: end;
}
.about3 .img1 .customer .icon i {
  color: #fff;
  font-size: 37px;
}
.about3 .img1 .customer .content h3 {
  font-size: 40px;
  color: #fff;
}
.about3 .img1 .customer .content p {
  color: #fff;
  font-size: 22px;
}
.about3 .img1 .base-img {
  height: 100%;
}

@media (max-width: 767px) {
  .about3 .img1 {
    margin-top: 30px;
    height: 490px;
  }
  .about3 .img1 .base-img {
    height: 100%;
  }
  .about3 .img1 .customer {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3 .img1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about3 .about-accordion-area .accordion .accordion-item {
  border: none;
  /* background: var(--ztc-bg-bg-7); */
  border-radius: 8px;
}
.about3 .about-accordion-area .accordion .accordion-item h2 {
  color: #f2ad04;
}

.about3 .about-accordion-area .accordion .accordion-item .accordion-body {
  background: #e0e0e0;
  padding: 30px 40px;
}
.about3
  .about-accordion-area
  .accordion
  .accordion-item
  .accordion-body
  .accordion-btn
  a {
  border: 2px solid #fff;
}

.about3 .about-accordion-area .accordion .accordion-item h2 button {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.about3 .about-accordion-area .accordion .accordion-item h2 button:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 0;
  content: "+";
  font-size: 30px;
  margin-top: -11px;
  color: #f2ad04;
}
.about3
  .about-accordion-area
  .accordion
  .accordion-item
  h2
  button:not(.collapsed):after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "";
  /* color: #f2ad04; */
  background-image: none !important;
  font-size: 20px;
  font-weight: 700;
  width: 15px;
  height: 3px;
  background: #000000;
  margin-top: 0;
}

.about3
  .about-accordion-area
  .accordion
  .accordion-item
  h2
  button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: #f2ad04;
  box-shadow: none;
}
/* .about3
  .about-accordion-area
  .accordion
  .accordion-item
  h2
  button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
} */
.about3 .about-accordion-area .accordion .accordion-item .accordion-body p {
  color: rgba(16, 16, 16);

  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  padding-top: 10px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service {
  padding: 100px 0 160px;
  position: relative;
  z-index: 1;
}
.service:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/all-images/service-bg.jpg) no-repeat;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}
.service:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000a3;
  z-index: -1;
}
.service h3 {
  position: relative;
}
.service h3:before {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 5px;
  background: #f2ad04;
}

.service .service-arrows {
  position: relative;
  z-index: 1;
}
.service .service-arrows {
  position: absolute;
  z-index: 2;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  bottom: 75px;
}
@media (max-width: 767px) {
  .service .service-arrows {
    position: relative;
    margin-top: 30px;
    text-align: center;
    top: 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .service-arrows {
    position: relative;
    margin-top: 30px;
    text-align: center;
    top: 0;
    justify-content: center;
  }
  .process-sec .process-box {
    margin-top: 46px;
  }
  .process-sec .process-box:before {
    position: absolute;
    top: -24px;
    width: 100%;
    height: 2px;
    background: #f2ad04;
    left: 0;
    content: "";
  }
}
.service .service-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 10px;
  border: none;
  background: #f2ad04;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: #fff;
  font-size: 20px;
}
.service .service-arrows button:hover {
  background: #000;
  transition: all 0.4s;
  color: #fff;
}
.service .service-arrows .service-prev-arrow {
  margin: 0 12px 0 0;
}

.service .service-single-slider .service-slider-box {
  position: relative;
  margin-right: 10px;
}

.service .service-single-slider .service-slider-box .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .service-single-slider .service-slider-box .service-img {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 8px solid #f2ad04;
}
.service .service-single-slider .service-slider-box .service-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000009f;
  content: "";
}

.service .service-single-slider .service-slider-box .service-icon {
  position: absolute;
  top: 0;
  left: 20px;
  background: #f2ad04;
  padding: 15px;
}
.service .service-single-slider .service-slider-box .service-icon img {
  width: 65px;
  height: 65px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(41%) saturate(2%)
    hue-rotate(286deg) brightness(108%) contrast(101%);
}

.service .service-single-slider .service-slider-box .service-icon:before {
  position: absolute;
  bottom: -24px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0px 46px;
  border-color: #f2ad04 transparent transparent transparent;
}

.service .service-single-slider .service-slider-box .service-cont {
  position: absolute;
  bottom: 60px;
  left: 20px;
  right: 20px;
  z-index: 9;
}
.service .service-single-slider .service-slider-box .service-cont .read-btn a {
  border: 2px solid #fff;
}

.service .service-single-slider .service-slider-box .service-cont h3,
.service .service-single-slider .service-slider-box .service-cont p {
  color: #fff;
}
.service .service-single-slider .service-slider-box .service-cont h4 {
  color: #fff;
}

.service .service-single-slider .service-slider-box .service-cont p {
  padding-top: 10px;
}

/*============= SERVICE CSS AREA ENDS===============*/

/* process style start */
.process-sec {
  padding: 60px 0;
  background: #fff;
}
.process-sec h3 span {
  color: #f2ad04;
}

.process-sec h3 {
  position: relative;
}
.process-sec h3:before {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #f2ad04;
  width: 30px;
  height: 5px;
}

.process-sec .number {
  padding: 10px;
  border: 2px solid #e8a501;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 50px;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  background: #f2ad04;
}
.process-sec .number:after {
  position: absolute;
  bottom: -24px;
  width: 2px;
  height: 24px;
  background: #f2ad04;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

.process-sec .line {
  position: relative;
}
.process-sec .line:before {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 98%;
  height: 3px;
  background: #f2ad04;
  content: "";
  margin: auto;
  transform: translate(-50%);
}
.process-sec .vl-btn3 {
  display: inline-block;
}

.process-sec .process-box {
  padding: 50px 20px;
  background: #fff;
  box-shadow: 0 0 10px #00000042;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.process-sec .process-box h3,
.process-sec .process-box p {
  color: #000;
}
.process-sec .process-box p {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .process-sec .process-box {
    margin-top: 46px;
  }
  .process-sec .process-box:before {
    position: absolute;
    top: -24px;
    width: 100%;
    height: 2px;
    background: #f2ad04;
    left: 0;
    content: "";
  }
}

/* Process style end */

/* Project style start */

.project-sec {
  padding: 80px 0;
  position: relative;
  background: #252122;
}
.gallery-page {
  background: #fff;
}
.project-sec h2 {
  color: #fff;
}
.project-sec h3 {
  position: relative;
  margin-bottom: 20px;
}
.project-sec h3:before {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 4px;
  background: #f2ad04;
}
.project-sec .vl-btn3 {
  border: 2px solid #fff;
}

/* .project-sec::after {
  position: absolute;
  width: 500px;
  height: 500px;
  content: "";
  background: url(../img/project-1.png) no-repeat;
  top: 0;
  right: 0;
  z-index: 1;
  background-size: contain;
} */
/* .project-sec::before {
  position: absolute;
  width: 500px;
  height: 360px;
  content: "";
  background: url(../img/project2.png) no-repeat;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: contain;
} */

.project-sec .title-area span {
  color: var(--theme-color);
}

.project-sec .main-btn.pro-btn:hover {
  color: #000;
}
.project-sec .main-btn.pro-btn:before {
  background: #ffffff;
}

/* For gallery style start */

#image-gallery {
  position: relative;
  z-index: 9;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
  z-index: 1;
  margin-bottom: 6px;
  transition: 0.5s;
}

#gallery .img-wrapper:hover:before {
  top: 0;
  left: 0;
  transition: 0.5s;
}

#gallery .img-wrapper img {
  width: 100%;
  border-radius: 6px;
}

#gallery .img-wrapper:hover .img-overlay {
  opacity: 1;
}
#exitButton {
  position: relative;
  top: -170px;
}
#exitButton i {
  font-size: 30px;
  color: #fff;
}

#gallery .img-wrapper .img-overlay {
  background: #f2ad046f;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
#gallery .img-wrapper {
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
#gallery .img-wrapper a img {
  height: 100%;
  object-fit: cover;
}
#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgb(0 0 0 / 91%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}
@media screen and (max-width: 767px) {
  #gallery .img-wrapper {
    height: 130px;
    border-radius: 10px;
  }
  .faq-one__left {
    margin-top: 30px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

/* project-sec style end */

/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: #0f0d0d;
}
.vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: #0f0d0d;
  font-size: 20px;
}

.vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-3);
  width: 450px;
  z-index: 99;
  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;
}
@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(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@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: #fff;
}
.vl-offcanvas-info span a {
  display: block;
  color: #fff;
  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: #fff;
}
.vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  border: 1px solid var(--ztc-text-text-1);
  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: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: #fff;
}

.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: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
  display: block;
}
.vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
  color: #fff;
}
.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;
}
/* about */

.heading3 h5 {
  color: var(--ztc-text-text-6);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.4s;
  border-radius: 4px;
  padding: 10px 14px;
}
.heading3 h2 {
  color: #0f0d0d;

  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
  .project-sec::before {
    display: none;
  }
}
.heading3 p {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.homepage3-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: #0f0d0d;
}
.homepage3-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: #0f0d0d;
  font-size: 20px;
}
.homepage3-body .vl-offcanvas {
  position: fixed;
  background: #1b1b1b;
  width: 450px;
  z-index: 99;
  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;
}
@media only screen and (max-width: 450px) {
  .homepage3-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage3-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage3-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .homepage3-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
  .about3 .img1 .customer {
    bottom: 0;
    right: 0;
  }
  .testimonial3-section-area .slick-prev {
    left: 43% !important;
    transform: translateX(-57%) !important;
  }
  .testimonial3-section-area .slick-next {
    right: 43% !important;
    transform: translateX(57%) !important;
  }
}
.homepage3-body .vl-offcanvas-title {
  font-size: 35px;
  color: #fff;
}
.homepage3-body .vl-offcanvas-info span a {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.homepage3-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
  color: #f2ad04;
}
.homepage3-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: #f2ad04;
}
.homepage3-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage3-body .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);
}
.homepage3-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage3-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage3-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: #fff;
}
.homepage3-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage3-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage3-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s;
}
.homepage3-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage3-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage3-body .vl-offcanvas-menu ul li.active > a {
  color: #fff;
}
.homepage3-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage3-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage3-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: #fff;
  border-radius: 4px;
}
.homepage3-body .vl-menu-close i {
  transition: 0.3s;
}
@media (max-width: 767px) {
  .homepage3-body .vl-offcanvas .vl-offcanvas-close button {
    position: absolute;
    right: 10px;
  }
  .homepage3-body .vl-offcanvas-menu ul li a span {
    display: none;
  }
  .cta3-section .cta-main-content .cta-images .ot-bg1 {
    position: relative !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-offcanvas-menu ul li a span {
    display: none !important;
  }
  .homepage3-body .vl-offcanvas .vl-offcanvas-close button {
    position: absolute;
    right: 10px;
  }
}

/*============= MOBILE MENU CSS AREA ===============*/
.heading3 h5 {
  color: #f2ad04;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.4s;
  border-radius: 4px;
  padding: 10px 14px;
  position: relative;
}
.heading3 h5:before {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 4px;
  background: #f2ad04;
}

.heading3 h2 {
  color: #0f0d0d;

  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading3 p {
  color: var(--ztc-text-text-3);

  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.vl-btn3 {
  color: #ffffff !important;
 font-size: 15px;
  font-style: normal;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  background: #ca9004;
  padding: 14px 21px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.vl-btn3:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.vl-btn3:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}

/*============= COMMON CSS AREA ENDS===============*/
.image-anime {
  position: relative;
  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;
}

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

.sp2 {
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.space-margin60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

/* Hero 3 Choose */
/* choose us style start */
.choose-us {
  padding: 80px 0;
  background: #f5f3f4;
}
.choose-us .choose-content h2 {
  color: #000;
  line-height: 48px;
}
.choose-us .choose-content h2 span {
  color: #f2ad04;
}
.choose-us .choose-content .choose-list li {
  display: flex;
  margin-bottom: 10px;
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.choose-us .choose-content .choose-list li i {
  padding-top: 6px;
  padding-right: 35px;
  color: #f2ad04;
  font-size: 18px;
}
.choose-us .choose-content .choose-list li p {
  color: #000;
}
.choose-btn-area {
  margin-top: -5px;
}
.choose-img {
  height: 442px;
}
.choose-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .choose-us .choose-content h2 {
    font-size: 30px;
    line-height: 33px;
  }
  .choose-content {
    margin-top: 20px;
  }
}
/* Choose style end */
/* Hero 3 footer */
.vl-footer3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #121212;
  padding: 70px 0 32px;
}
.vl-footer3-section-area .footer-logo {
  width: 200px;
}

.vl-footer3-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}
.vl-footer3-section-area .footer-logo-area ul li a {
  color: #fff;
}
.vl-footer3-section-area .footer-logo-area ul li {
  margin-bottom: 14px;
}
.vl-footer3-section-area .footer-logo-area ul li i {
  color: #f2ad04;
  width: 25px;
  padding-right: 10px;
}

.vl-footer3-section-area .footer-logo-area img {
  width: 210px;
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
}
.vl-footer3-section-area .footer-logo-area p {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.32px;
}
.vl-footer3-section-area .footer-logo-area .contact-links li a {
  color: rgba(15, 13, 13, 0.8);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 20px;
}
.vl-footer3-section-area .footer-logo-area .contact-links li a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-logo-area .contact-links li a svg {
  margin: -5px 4px 0 0;
}
.vl-footer3-section-area .footer-logo-area .social-links li {
  display: inline-block;
}
.vl-footer3-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  font-size: 18px;
  transition: all 0.4s;
  color: #0f0d0d;
}
.vl-footer3-section-area .footer-logo-area .social-links li a:hover {
  background: #1773d7;
  color: #fff;
  transition: all 0.4s;
}
/* .vl-footer3-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
} */
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 13px;
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  /* margin-bottom: 10px; */
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 13px;
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li i {
  color: #f2ad04;
  margin-right: 10px;
  font-size: 13px;
  padding-top: 3px;
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: #f2ad04;
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 13px;
}
.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li i {
  color: #f2ad04;
  margin-right: 10px;
  font-size: 13px;
  padding-top: 3px;
}

.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  /* margin-bottom: 10px; */
}
.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: #f2ad04;
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer3-section-area .footer-widget-area h3 {
  color: #ffffff;
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
  border-bottom: 2px solid #f2ad04;
  padding-bottom: 10px;
  display: inline-block;
}
.vl-footer3-section-area .footer-widget-area ul li {
  padding-top: 24px;
  display: flex;
}
.vl-footer3-section-area .footer-widget-area ul.social-links {
  display: flex;
}
.vl-footer3-section-area .footer-widget-area ul.social-links li {
  margin-right: 10px;
}

.vl-footer3-section-area .footer-widget-area ul.social-links li a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  width: 50px;
  height: 50px;
  background: #f2ad04;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 50px;
}
.vl-footer3-section-area .footer-widget-area ul.social-links li a:hover {
  background: transparent;
  color: #f2ad04;
}
.vl-footer3-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}
.vl-footer3-section-area .footer-form-area {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-form-area {
    margin-top: 10px;
  }
  .about3 .img1 .customer .icon {
    text-align: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-form-area {
    margin-top: 10px;
  }
}
.vl-footer3-section-area .footer-form-area .f-heading h3 {
  color: #0f0d0d;

  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer3-section-area .footer-form-area form {
  position: relative;
  z-index: 1;
}
.vl-footer3-section-area .footer-form-area form input {
  color: #0f0d0d;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid var(--ztc-text-text-1);
  background: #fff;
  padding: 18px 16px;
  width: 100%;
  background: transparent;
  border: 2px solid #f2ad04;
}
::placeholder {
  color: #fff;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-form-area form input {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-footer3-section-area .footer-form-area form input {
    width: 300px;
  }
}
.vl-footer3-section-area .footer-form-area form input::-moz-placeholder {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.vl-footer3-section-area .footer-form-area form input::placeholder {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.vl-footer3-section-area .footer-form-area form button {
  border: none;
  outline: none;
  margin-left: 16px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-form-area form button {
    margin-left: 0;
    /* margin-top: 16px; */
  }
  .vl-footer3-section-area .footer-form-area form .vl-btn3 {
    padding: 14px 18px;
  }
  .service {
    padding-bottom: 100px;
  }
  #gallery .img-overlay i {
    font-size: 28px;
  }
}
/* .vl-footer3-section-area .copyright-area {
  border-top: 1px solid #dbdbdb;
  padding-top: 24px;
} */
@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.vl-footer3-section-area .copyright-area a {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area a {
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer3-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer3-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
.vl-footer3-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: #dbdbdb;
}

/* Hero 3 */
.hero3-arrow-slider {
  position: relative;
  z-index: 1;
}
.hero3-arrow-slider .hero3-slick-slider {
  position: relative;
  z-index: 1;
}
.hero3-arrow-slider
  .hero3-slick-slider
  .slick-slide.slick-current.slick-active
  .header-content-area {
  transition:
    transform 1800ms ease,
    opacity 1800ms ease;
  transform: translateY(0px);
  opacity: 1;
}
.hero3-arrow-slider .hero3-slick-slider .hero3-slider-header {
  position: relative;
  z-index: 1;
  padding: 205px 0 160px;
  /* margin: 90px 45px 0 45px; */
  /* border-radius: 40px; */
}
.hero3-arrow-slider .hero3-slick-slider .hero3-slider-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000070;
  content: "";
}
@media (max-width: 767px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header {
    border-radius: 0;
    /* margin: 90px 0 0 0; */
    padding: 200px 0 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header {
    border-radius: 0;
    padding: 100px 0 100px;
  }
  .service {
    padding-bottom: 100px;
  }
  .process-sec .line:before {
    display: none;
  }
  .process-sec .number {
    margin: 0 auto 19px;
  }
  .process-sec .process-box {
    margin-bottom: 20px;
  }
  #gallery .img-wrapper {
    height: 200px;
  }
  .faq-accordion-area {
    margin-top: 20px;
  }
}
.hero3-arrow-slider
  .hero3-slick-slider
  .hero3-slider-header
  .header-content-area {
  /* background: #fff; */
  padding: 48px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  transform: translateY(-300px);
  opacity: 0;
  position: relative;
  overflow: hidden;
  transition:
    transform 1800ms ease,
    opacity 1800ms ease;
  margin-top: -50px;
}
.hero3-arrow-slider
  .hero3-slick-slider
  .hero3-slider-header
  .header-content-area
  .vl-btn3 {
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .hero3-arrow-slider
    .hero3-slick-slider
    .hero3-slider-header
    .header-content-area {
    padding: 24px;
    text-align: center;
  }
}
.hero3-arrow-slider
  .hero3-slick-slider
  .hero3-slider-header
  .header-content-area
  .hero3-heading
  h5 {
  color: #fff;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  padding: 10px;
  border-radius: 4px;
  background: rgba(236, 74, 5, 0.08);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero3-arrow-slider
    .hero3-slick-slider
    .hero3-slider-header
    .header-content-area
    .hero3-heading
    h5 {
    font-size: var(--ztc-font-size-font-s12);
    line-height: 12px;
  }
}
.hero3-arrow-slider
  .hero3-slick-slider
  .hero3-slider-header
  .header-content-area
  .hero3-heading
  h2 {
  color: #ffffff;

  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 15px;
}
.hero3-arrow-slider
  .hero3-slick-slider
  .hero3-slider-header
  .header-content-area
  .hero3-heading
  h2
  span {
  color: #f2ad04;
}

@media (max-width: 767px) {
  .hero3-arrow-slider
    .hero3-slick-slider
    .hero3-slider-header
    .header-content-area
    .hero3-heading
    h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero3-arrow-slider
    .hero3-slick-slider
    .hero3-slider-header
    .header-content-area
    .hero3-heading
    h2 {
    font-size: var(--ztc-font-size-font-s60);
    line-height: 70px;
  }
}
.hero3-arrow-slider
  .hero3-slick-slider
  .hero3-slider-header
  .header-content-area
  .hero3-heading
  p {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero3-arrow-slider
    .hero3-slick-slider
    .hero3-slider-header
    .header-content-area
    .hero3-heading
    .btn-area1
    a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
  }
}
.hero3-arrow-slider .testimonial-arrows {
  position: absolute;
  z-index: 2;
  /* right: 80px; */
  width: 100%;
  top: 50%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero3-arrow-slider .testimonial-arrows {
    bottom: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero3-arrow-slider .testimonial-arrows {
    top: 37%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero3-arrow-slider .testimonial-arrows {
    top: 37%;
  }
}
@media (max-width: 767px) {
  .hero3-arrow-slider .testimonial-arrows {
    bottom: 100px;
    right: 0;
    top: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-arrow-slider .testimonial-arrows {
    top: 40%;
    right: 0;
  }
  .hero3-arrow-slider .testimonial-arrows .testimonial-next-arrow-h3 {
    margin-top: 0 !important;
  }
}
.hero3-arrow-slider .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 6px;
  border: none;
  background: #f2ad04;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: #ffffff;
  font-size: 20px;
}
.hero3-arrow-slider .testimonial-arrows .testimonial-prev-arrow-h3 button {
  position: absolute;
  left: 10px;
}
.hero3-arrow-slider .testimonial-arrows .testimonial-next-arrow-h3 button {
  position: absolute;
  left: unset;
  right: 10px;
}

.hero3-arrow-slider .testimonial-arrows button:hover {
  background: #fff;
  transition: all 0.4s;
  color: #f2ad04;
}
.hero3-arrow-slider .testimonial-arrows .testimonial-next-arrow-h3 {
  margin-top: 12px;
}

/*============= HERO CSS AREA ===============*/
/*============= HEADER CSS AREA STARTS ===============*/

.homepage3-body .vl-transparent-header {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */
  z-index: 99;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header {
    background: #fff;
  }
  .hero3-arrow-slider .testimonial-arrows .testimonial-prev-arrow-h3 button {
    position: absolute;
    left: 43%;
    transform: translateX(-57%);
  }
  .hero3-arrow-slider .testimonial-arrows .testimonial-next-arrow-h3 button {
    position: absolute;
    right: 43%;
    transform: translateX(57%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header {
    background: #fff;
  }
}
.homepage3-body .vl-transparent-header .vl-logo {
  width: 120px;
  padding: 3px 0;
}
.homepage3-body .vl-transparent-header .vl-logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  line-height: 32px;
  display: inline-flex;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  padding: 16px 19px;
  gap: 10px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage3-body
  .vl-transparent-header
  .vl-hero-btn
  .btn-area1
  a
  .theme-btn__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-white, #fff);
  color: var(--theme-base, #ff5a1e);
  font-size: 14px;
}
.homepage3-body
  .vl-transparent-header
  .vl-hero-btn
  .btn-area1
  a
  .theme-btn__icon
  i {
  color: #000;
  transform: rotate(45deg);
}

.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a svg {
  margin: -4px 3px 0 0;
}
.homepage3-body .vl-transparent-header .row-bg1 {
  /* padding: 16px 0; */
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header .row-bg1 {
    background: none;
    box-shadow: none;
  }
  .process-sec .line:before {
    display: none;
  }
  .process-sec .number {
    margin: 0 auto 19px;
  }
  .process-sec .process-box {
    margin-bottom: 20px;
  }
  .homepage3-body .vl-offcanvas-menu nav ul > li a svg {
    display: none;
  }
  .hero3-arrow-slider .testimonial-arrows .testimonial-next-arrow-h3 {
    margin-top: 0;
  }
  h3 {
    font-size: 30px;
  }
  .faq-accordion-area {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header .row-bg1 {
    background: none;
  }
  .homepage3-body .vl-offcanvas-menu nav ul > li a svg {
    display: none;
  }
  .contact-page .contact-form .submit-btn {
    margin: auto;
    justify-content: center;
    display: flex;
  }
}
.homepage3-body .vl-main-menu ul {
  text-align: center;
}
.homepage3-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}

.homepage3-body .vl-main-menu ul > li a svg {
  width: 17px;
  height: 20px;
  padding-left: 4px;
}

.homepage3-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage3-body .vl-main-menu ul > li a.nav-link.active {
  color: #0f0d0d;
  background: none;
  opacity: 70%;
}
.homepage3-body .vl-main-menu ul > li > a {
  color: #0f0d0d;

  font-size: 18px;
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: 600;
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-5);
}
.homepage3-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 24px;
  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);
}
.homepage3-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-5);
  top: 0;
}
.homepage3-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a {
  color: #0f0d0d;
  display: inline-block;
  font-size: 18px;
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: 600;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-5);
  z-index: 1;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage3-body .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);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: #f2ad04;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scale(1);
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: #f2ad04;
}
.homepage3-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scale(1);
  transition: all 0.4s;
  z-index: 9999;
}
.homepage3-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage3-body .vl-mega-menu {
  position: absolute;
  left: -315px;
  top: 100px;
  width: 1300px;
  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: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage3-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
  .homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a {
    padding: 16px 10px;
  }
  .vl-footer3-section-area .footer-form-area form button .vl-btn3 {
    padding: 14px 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage3-body .vl-mega-menu {
    width: 1140px;
    left: -242px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .homepage3-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }

  .about3 .about-accordion-area .accordion .accordion-item .accordion-body {
    padding: 30px 20px;
  }
  .homepage3-body .topbar-two .top-area li:last-child {
    display: none;
  }
}
.homepage3-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.homepage3-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -48px;
  margin-left: -77px;
}
@media (max-width: 767px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}
.homepage3-body .vl-home-thumb .btn-area1 a.vl-btn3 {
  color: var(--ztc-text-text-1) !important;

  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  padding: 18px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb .btn-area1 a.vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
}
.homepage3-body .vl-home-thumb .btn-area1 a.vl-btn3:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb .btn-area1 a.vl-btn3:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 a.vl-btn3 i {
  margin-left: 4px;
}
.homepage3-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: 600;
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
}
.homepage3-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-5) !important;
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage3-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.homepage3-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage3-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage3-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  background: #fff;
}
.homepage3-body .header-sticky .row-bg1 {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage3-body .header-sticky .row-bg1 {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .header-sticky .row-bg1 {
    box-shadow: none;
  }
}

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

/*============= TEAM CSS AREA ===============*/

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact1 .contact-widget-area .contact-boxarea {
  position: relative;
  z-index: 1;
}
.contact1 .contact-widget-area .contact-boxarea .input-area {
  margin-top: 16px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area input {
  color: #0f0d0d;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  background: var(--ztc-bg-bg-8);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
}
.contact1
  .contact-widget-area
  .contact-boxarea
  .input-area
  input::-moz-placeholder {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area .nice-select {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  background: var(--ztc-bg-bg-8);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
}
.contact1
  .contact-widget-area
  .contact-boxarea
  .input-area
  .nice-select::after {
  height: 7px;
  width: 7px;
  right: 16px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact1 .contact-widget-area .contact-boxarea .input-area textarea {
  color: #0f0d0d;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  background: var(--ztc-bg-bg-8);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: 140px;
}
.contact1
  .contact-widget-area
  .contact-boxarea
  .input-area
  textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.contact1
  .contact-widget-area
  .contact-boxarea
  .input-area
  textarea::placeholder {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.contact1 .contact-widget-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
}
.contact1 .contact-maps-area iframe {
  width: 100%;
  border-radius: 8px;
  height: 698px;
}
@media (max-width: 767px) {
  .contact1 .contact-maps-area iframe {
    height: 300px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1 .contact-maps-area iframe {
    height: 400px;
    margin-top: 30px;
  }
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/

.cta3-section {
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
}
.cta3-section .cta-main-content {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-7);
  border-radius: 8px;
  padding: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta3-section .cta-main-content {
    padding: 20px 20px 0 20px;
  }
  .homepage3-body .vl-header-action-item {
    background: #f2ad04;
    border: none;
  }
  .homepage3-body .vl-header-action-item button {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-header-action-item {
    background: #f2ad04;
    border: none;
  }
  .homepage3-body .vl-header-action-item button {
    color: #fff;
  }
}
.cta3-section .cta-main-content .heading1 h2 {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta3-section .cta-main-content .heading1 h2 {
    font-size: var(--ztc-font-size-font-s36);
    line-height: 42px;
  }
}
.cta3-section .cta-main-content .heading1 p {
  color: #fff;
  opacity: 90%;
}
.cta3-section .cta-main-content .heading1 .btn-area1 .vl-btn3 {
  background: #fff;
  color: var(--ztc-text-text-2) !important;
}
.cta3-section .cta-main-content .heading1 .btn-area1 .vl-btn3:hover {
  color: var(--ztc-text-text-1) !important;
}
.cta3-section .cta-main-content .heading1 .btn-area1 .vl-btn3.btn2 {
  margin-left: 16px;
  border: 1px solid var(--ztc-text-text-1);
  background: none;
  color: var(--ztc-text-text-1) !important;
}
.cta3-section .cta-main-content .heading1 .btn-area1 .vl-btn3.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .cta3-section .cta-main-content .heading1 .btn-area1 .vl-btn3.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta3-section .cta-main-content .cta-images {
  position: relative;
  z-index: 1;
  text-align: end;
}
@media (max-width: 767px) {
  .cta3-section .cta-main-content .cta-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section .cta-main-content .cta-images {
    margin-top: 30px;
  }
}
.cta3-section .cta-main-content .cta-images .ot-bg1 {
  position: absolute;
  left: 0;
  z-index: -1;
  max-height: 300px;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section .cta-main-content .cta-images .ot-bg1 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.cta3-section .cta-main-content .cta-images .img1 {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cta3-section .cta-main-content .cta-images .img1 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section .cta-main-content .cta-images .img1 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
.cta3-section .cta-main-content .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/

.testimonial3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  padding: 60px 0 100px;
}

.testimonial3-section-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/all-images/transparent-bg.png) no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}

.testimonial3-section-area .testimonial-img {
  height: 300px;
  overflow: hidden;
}

.testimonial3-section-area h3 {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}

.testimonial3-section-area h3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 5px;
  background: #f2ad04;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial3-section-area p {
  margin-bottom: 10px;
}

.testimonial3-section-area .testimonial-img img {
  width: 100%;
  object-fit: cover;
}

.testimonial3-section-area .testimonial-imges .img1 img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.testimonial3-section-area .testimonial-imges .success-rate {
  background: var(--ztc-bg-bg-7);
  text-align: center;
  display: block;
  padding: 20px 26px 26px 26px;
  border-radius: 0 0 8px 8px;
  position: relative;
  margin-top: -6px;
}
.testimonial3-section-area .testimonial-imges .success-rate .others-img4 {
  position: absolute;
  width: 278px;
  height: 76px;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  margin-left: -139px;
  top: 0;
  margin-top: -38px;
}

.testimonial3-section-area .testimonial-single-slider3 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  /* background: #fff; */
  padding: 32px;
}
@media (max-width: 767px) {
  /* .testimonial3-section-area .testimonial-single-slider3 {
    margin-top: 30px;
  } */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-single-slider3 {
    margin-top: 30px;
  }
  .testimonial3-section-area .testimonial-imges .success-rate {
    padding-top: 13px;
  }
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  background: #1b1b1b;
  border-top: 5px solid #f2ad04;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .rating {
  text-align: center;
  margin: -20px 0 10px;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .rating
  i {
  font-size: 1rem;
  color: #f2ad04;
}

.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .text
  h4 {
  font-size: 25px;
  color: #ffffff;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .text
  h5 {
  font-size: 25px;
  color: #f2ad04;
  margin-bottom: 15px;
}

.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .list-area
  ul
  li {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(15, 13, 13, 0.06);
  color: var(--ztc-text-text-6);
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .pera {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -30px;
}
.testimonial3-section-area .slick-track {
  padding-top: 30px;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea
  .google {
  width: 100px;
  overflow: hidden;
}
.testimonial3-section-area h3 span {
  color: #f2ad04;
}

.testimonial3-section-area .slick-prev {
  position: absolute;
  z-index: 2;
  left: 48%;
  transform: translateX(-52%);
  bottom: -24px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 7px;
  border: none;
  background: #f2ad04;
  transition: all 0.4s;
  color: #fff;
  font-size: 17px;
}
.testimonial3-section-area .slick-next {
  position: absolute;
  z-index: 2;
  right: 48%;
  transform: translateX(52%);
  bottom: -24px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 7px;
  border: none;
  background: #f2ad04;
  transition: all 0.4s;
  color: #fff;
  font-size: 17px;
}
.testimonial3-section-area .slick-prev:hover,
.testimonial3-section-area .slick-next:hover {
  background: #151515;
}

@media (max-width: 767px) {
  .testimonial3-section-area .slick-prev {
    left: 42%;
    transform: translateX(-58%);
  }
  .testimonial3-section-area .slick-next {
    right: 42%;
    transform: translateX(58%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .slick-prev {
    left: 45%;
    transform: translateX(-55%);
  }
  .testimonial3-section-area .slick-next {
    right: 45%;
    transform: translateX(55%);
  }
  .about3 .img1 .customer {
    right: 0;
    bottom: 0;
  }
}
.testimonial3-section-area .testimonial-service-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 10px;
  border: none;
  background: #f2ad04;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: #fff;
  font-size: 20px;
}
.testimonial3-section-area .testimonial-service-arrows button:hover {
  background: #000;
  transition: all 0.4s;
  color: #fff;
}
.testimonial3-section-area .testimonial-service-arrows .prev-arrow {
  margin: 0 12px 0 0;
  display: block !important;
}
.testimonial3-section-area .testimonial-service-arrows .next-arrow {
  display: block !important;
}

@media (max-width: 767px) {
  .testimonial3-section-area
    .testimonial-single-slider3
    .single-slider-box
    .others-boxarea {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea
  .elements2 {
  width: 110px;
  height: 36px;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea
  .author-boxarea {
  display: flex;
  align-items: center;
  background: #fff;
  height: 9rem;
  width: 9rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}
/* .testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea
  .author-boxarea
  img {
  height: 9rem;
  width: 9rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
} */
@media (max-width: 767px) {
  .testimonial3-section-area
    .testimonial-single-slider3
    .single-slider-box
    .others-boxarea
    .author-boxarea {
    margin-bottom: 20px;
    height: 6rem;
    width: 6rem;
  }
  .testimonial3-section-area
    .testimonial-single-slider3
    .single-slider-box
    .pera {
    padding: 0 15px;
  }
  .custom-form .content {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .custom-form .content {
    background: transparent !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .custom-form:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000a3;
    z-index: -1;
  }
  ::placeholder {
    color: #fff;
  }
  .submit-btn-box {
    width: 50% !important;
  }
   .submit-btn-box input {
    font-size: 14px !important;
  }
  .brand-sec .brand-slider .brand-box img {
    padding: 0 !important;
    width: 100% !important;
  }
  .vl-footer3-section-area .footer-widget-area.foot-padding1 ul li i,
  .vl-footer3-section-area .footer-widget-area.foot-padding2 ul li i {
    font-size: 12px;
    padding-top: 4px;
  }
}
/* .testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea
  .author-boxarea
  .img
  img {
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
} */
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea
  .author-boxarea
  .text {
  padding-left: 16px;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea
  .author-boxarea
  .text
  a {
  color: #0f0d0d;

  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea
  .author-boxarea
  .text
  p {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .custom-form .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-form .content {
    background: transparent !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
  .custom-form:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000a3;
    z-index: -1;
  }
  ::placeholder {
    color: #fff;
  }
  .submit-btn-box {
    width: 50% !important;
  }
  .submit-btn-box input {
    font-size: 14px !important;
  }
}
.testimonial3-section-area .testimonial-arrows .prev-arrow button {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows .prev-arrow button {
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows .prev-arrow button {
    margin: 0 16px 0 0;
  }
}
.testimonial3-section-area .testimonial-arrows button {
  border: none;
  outline: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  color: #fff;
  font-size: 20px;
}
.testimonial3-section-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-7);
  color: #fff;
  transition: all 0.4s;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= Form CSS AREA  ===============*/
.custom-form {
  background: url(../img/all-images/from-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.custom-form .contact-form h3{ color: #f2ad04;}
.custom-form .content {
  margin-left: auto;
  max-width: 90rem;
  padding: 4rem 5%;
  padding-left: 35%;
  background: #000000cc;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  height: 100%;
}
.custom-form .content input {
  border: 1.5px solid #fff;
  background-color: transparent;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  outline: none;
}
.custom-form .content input:focus {
  background-color: transparent;
  color: #fff;
  border: 1.5px solid var(--ztc-bg-bg-7);
}
.custom-form .content input,
.custom-form .content textarea {
  border: 1.5px solid #fff;
  background-color: transparent;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 16px;
}
.submit-btn-box {
  position: relative;
  display: block;
  width: 40%;
  margin: 1rem auto;
}
.custom-form .content input.submit-btn {
  background: var(--ztc-bg-bg-7);
  border: 0.2rem solid #dd9f03;
  border-radius: 5rem;
  height: 50px;
  padding: 0 20px;
  text-align: left;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #000;
}
.submit-btn-box span {
  padding: 10px;
  font-size: 16px;
  color: white;
  width: 30%;
  border-radius: 5rem;
  background-color: #121212;
  position: relative;
  text-align: center;
  top: 3px;
  right: 5px;
}
.submit-btn-box span i {
  transform: rotate(45deg);
}
/*============= Form STUDY CSS AREA ENDS ===============*/
/*============= PROEJCTS CSS AREA STARTS ===============*/

.project3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project3 .project-arrow-area {
  position: relative;
  z-index: 1;
}
.project3 .project-arrow-area .testimonial-arrows {
  position: absolute;
  z-index: 2;
  right: 0;
  display: flex;
  align-items: center;
  top: -130px;
}
@media (max-width: 767px) {
  .project3 .project-arrow-area .testimonial-arrows {
    position: relative;
    margin-top: 30px;
    text-align: center;
    top: 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project3 .project-arrow-area .testimonial-arrows {
    position: relative;
    margin-top: 30px;
    text-align: center;
    top: 0;
    justify-content: center;
  }
}
.project3 .project-arrow-area .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: #fff;
  font-size: 20px;
}
.project3 .project-arrow-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  color: #fff;
}
.project3 .project-arrow-area .testimonial-arrows .testimonial-prev-arrow {
  margin: 0 12px 0 0;
}
.project3 .project-arrow-area .project3-main-slider {
  position: relative;
  z-index: 1;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea:hover
  .img1
  img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea:hover
  .content-area
  .desc {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  height: 142px;
}
@media (max-width: 767px) {
  .project3
    .project-arrow-area
    .project3-main-slider
    .project-boxarea:hover
    .content-area
    .desc {
    height: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project3
    .project-arrow-area
    .project3-main-slider
    .project-boxarea:hover
    .content-area
    .desc {
    height: 170px;
  }
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.project3 .project-arrow-area .project3-main-slider .project-boxarea .img1 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 450px;
  border-radius: 8px;
  transition: all 0.4s;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea
  .content-area {
  background: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea
  .content-area
  .title {
  color: #0f0d0d;

  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea
  .content-area
  .title:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea
  .content-area
  .desc {
  visibility: hidden;
  transition: all 0.6s;
  position: relative;
  opacity: 0;
  height: 0;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea
  .content-area
  .desc
  p {
  color: var(--ztc-text-text-3);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea
  .content-area
  .desc
  .readmore {
  color: #0f0d0d;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea
  .content-area
  .desc
  .readmore:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea
  .content-area
  .desc
  .readmore:hover
  i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.project3
  .project-arrow-area
  .project3-main-slider
  .project-boxarea
  .content-area
  .desc
  .readmore
  i {
  transition: all 0.4s;
  margin-left: 4px;
}

/*============= PROEJCTS CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA ===============*/

/*============= PRICING CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/

.choose3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose3 .heading3 h3 {
  position: relative;
}
.choose3 .heading3 h3:before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 30px;
  height: 5px;
  background: #f2ad04;
}
.choose3 .btn-area1 a,
.faq-sec a {
  border: 2px solid #fff;
  box-shadow: 0 0 10px #00000049;
}

@media (max-width: 767px) {
  .choose3 .heading3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose3 .heading3 {
    margin-bottom: 30px;
  }
}
.choose3 .counter-boxarea {
  position: relative;
  z-index: 1;
  background: #f2ad04;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.6s;
  margin-bottom: 10px;
}
.choose3 .counter-boxarea:hover {
  background: #1b1b1b;
  transition: all 0.4s;
}
.choose3 .counter-boxarea:hover .icons img {
  filter: brightness(0) saturate(100%) invert(77%) sepia(12%) saturate(6767%) 
  hue-rotate(348deg) brightness(99%) contrast(115%);
}

.choose3 .counter-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.choose3 .counter-boxarea:hover h4 {
  color:#f2ad04;
}
.choose3 .counter-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
}
.choose3 .counter-boxarea .icons img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7500%)
    hue-rotate(271deg) brightness(88%) contrast(109%);
}

.choose3 .counter-boxarea h4 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}
.choose3 .counter-boxarea p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  padding-top: 10px;
}

/*============= CHOOSE CSS AREA ENDS ===============*/

/* faq style start */
.faq-sec {
  padding: 70px 0;
  background: #1b1b1b;
}
.faq-sec h3 {
  margin-bottom: 15px;
  color: #fff;
  position: relative;
}

.faq-sec h3:before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 30px;
  height: 5px;
  background: #f2ad04;
}

.faq-sec p {
  margin-bottom: 10px;
  color: #fff;
}
.faq-sec h3 span {
  color: #f2ad04;
}

.faq-sec .faq-accordion-area .accordion .accordion-item {
  border: none;
  /* background: var(--ztc-bg-bg-7); */
  border-radius: 8px;
}
.faq-sec .faq-accordion-area .accordion .accordion-item h2 {
  color: #f2ad04;
}

.faq-sec .faq-accordion-area .accordion .accordion-item .accordion-body {
  background: #1b1b1b;
  padding: 10px 20px;
}

.faq-sec .faq-accordion-area .accordion .accordion-item h2 button {
  color: #f2ad04;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  border: none;
  outline: none;
  background: #1b1b1b;
  /* border-radius: 6px; */
  position: relative;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.faq-sec .faq-accordion-area .accordion .accordion-item h2 button:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 0;
  content: "+";
  font-size: 30px;
  margin-top: -11px;
}
.faq-sec
  .faq-accordion-area
  .accordion
  .accordion-item
  h2
  button:not(.collapsed):after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "";
  /* color: #f2ad04; */
  background-image: none !important;
  font-size: 20px;
  font-weight: 700;
  width: 15px;
  height: 3px;
  background: #ffffff;
  margin-top: 0;
}

.faq-sec
  .faq-accordion-area
  .accordion
  .accordion-item
  h2
  button:not(.collapsed) {
  background: #1b1b1b;
  transition: all 0.4s;
  color: #f2ad04;
  box-shadow: none;
}

/* Faq style end */

/* brand style start */
.brand-sec {
  padding: 10px 0;
}
.brand-sec .brand-slider .brand-box {
  padding: 20px;
  background: #fff;
  /* box-shadow: 0 0 10px #0000004d; */
  width: 150px;
}
.brand-sec .brand-slider .brand-box img {
  padding: 20px;
  width: 150px;
  margin: auto;
}

/* brand style end */

/*============= SKILLS CSS AREA STARTS ===============*/

/*============= SKILLS CSS AREA ENDS ===============*/ /*# sourceMappingURL=main.css.map */
.footer-btm {
  background: #000;
}

/************* inner Page *****************/
.inner_banner_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 100%;
  padding: 0 10px;
}
.inner_banner {
  position: relative;
  z-index: 1;
}
.inner_banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.inner_banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.inner_banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #fff;
}
.servicessingelpage {
  padding: 60px 0;
}
.servicessingelpage img {
  float: right;
  width: 40%;
  height: auto;
  margin: 0 0 20px 20px;
}
.servicessingelpage p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 28px;
  margin-bottom: 10px;
  color: #505050;
}
.servicessingelpage p a {
  color: #de1a16;
  font-weight: bold;
}
.servicessingelpage ul {
  padding-left: 0 !important;
}
.servicessingelpage ul li {
  list-style: none;
  color: #505050;
  margin: 5px 0;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.servicessingelpage li:before {
  content: "\f14a";
  color: #de1a16;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.serviceDetailsImage img {
  width: 100%;
  float: none;
  margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .servicessingelpage img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .contact-page .address {
    margin-top: 30px;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
}
.contact-page {
  padding: 60px 0;
}
.contact-page .contact-form h3,
.contact-page .contact-form p {
  color: #000 !important;
}
.contact-page .contact-form input {
  margin-bottom: 10px;
}
.contact-page .contact-form .submit-btn {
  background: #d89602;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  box-shadow: 0 0 10px #0000006f;
  border-radius: 7px;
  display: flex;
  margin: auto;
}
.contact-page .address {
  padding: 20px 16px;
  background: #f2ad04;
}
.contact-page .address ul li {
  display: flex;
  margin-bottom: 20px;
}
.contact-page .address ul li p,
.contact-page .address ul li a {
  color: #fff;
}

.contact-page .address ul li i {
  padding-right: 10px;
  padding-top: 7px;
}

.contact-page .address h3 {
  margin-bottom: 20px;
}
