a,
a:hover {
  text-decoration: none;
}
body {
  font-family: "Jost", 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: "Jost", sans-serif;
}
p {
  font-family: "Jost", 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: #bb0110;
  --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: #bb0110;
  --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;
}

/*============= 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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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;
}
.about3 .img1 {
  height: 363px;
}
@media (max-width: 767px) {
  .about3 .img1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
	.about3 .btn-area1{
	text-align:center;	
	}

}
@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 button {
  color: #0f0d0d;
  font-family: "Jost", sans-serif;
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}

.about3
  .about-accordion-area
  .accordion
  .accordion-item
  h2
  button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: #fff;
  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(255, 255, 255, 0.8);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

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

.service3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-8);
}
.service3 .tabs-button {
  position: relative;
  z-index: 1;
}
.service3 .tabs-button ul {
  display: inline-block !important;
}
.service3 .about-accordion-area .accordion .accordion-item {
  border: none;
  background: var(--ztc-bg-bg-7);
  border-radius: 8px;
}
.service3 .about-accordion-area .accordion .accordion-item .accordion-body p {
  color: #fff;
}
.service3
  .about-accordion-area
  .accordion
  .accordion-item
  h2
  button:not(.collapsed) {
  background: #e0081d;
  transition: all 0.4s;
  color: #fff;
  box-shadow: none;
}
.service3
  .about-accordion-area
  .accordion
  .accordion-item
  h2
  button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.service3 .tabs-button ul li {
  display: inline-block;
  width: 100%;
  text-align: start;
  margin-bottom: 16px;
}
.service3 .tabs-button ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.service3 .tabs-button ul li button {
  background: #fff;
  width: 100%;
  border: none;
  outline: none;
  text-align: start;
}
.service3 .about-accordion-area .accordion .accordion-item span.icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
}
.service3 .about-accordion-area .accordion .accordion-item span.title {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
}
.service3
  .about-accordion-area
  .accordion
  .accordion-item
  .accordion-body
  .service-img {
  border-radius: 20px;
  overflow: hidden;
  height: 250px;
  margin-bottom: 10px;
}
.service3
  .about-accordion-area
  .accordion
  .accordion-item
  .accordion-body
  .service-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service3 .about-accordion-area .accordion .accordion-item span.icons img {
 filter: brightness(0) saturate(100%) invert(13%) sepia(70%) saturate(4396%) hue-rotate(344deg) brightness(111%) contrast(113%);
}
.service3 .tabs-button ul li button.active {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}
.service3 .tabs-button ul li button.active .title {
  color: #fff;
  transition: all 0.4s;
}
.service3 .tabs-button ul li button span.icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
}
.service3 .tabs-button ul li button span.icons img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(70%) saturate(4396%) hue-rotate(344deg) brightness(111%) contrast(113%);
}
.service3 .tabs-button ul li button .title {
  color: #0f0d0d;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .service3 .tabs-button ul li button .title {
    font-size: 18px;
    line-height: 18px;
  }
}
.service3 .main-content-boxarea .main-content-area {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  padding: 32px 40px;
}
@media (max-width: 767px) {
  .service3 .main-content-boxarea .main-content-area {
    padding: 20px;
  }
}
.service3 .main-content-boxarea .main-content-area .img1 img {
  height: 370px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .service3 .main-content-boxarea .main-content-area .content-area {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3 .main-content-boxarea .main-content-area .content-area {
    margin-top: 20px;
  }
}
.service3 .main-content-boxarea .main-content-area .content-area a.title {
  color: #0f0d0d;
  font-family: "Jost", sans-serif;
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.service3 .main-content-boxarea .main-content-area .content-area a.title:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.service3 .main-content-boxarea .main-content-area .content-area p {
  color: var(--ztc-text-text-3);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  text-transform: capitalize;
}
.service3 .main-content-boxarea .main-content-area .content-area ul li {
  color: var(--ztc-text-text-3);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  text-transform: capitalize;
  margin-top: 16px;
}
.service3 .main-content-boxarea .main-content-area .content-area ul li img {
  margin: 0 4px 0 0;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= 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-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(224, 8, 29, 0.08);
  text-transform: uppercase;
  padding: 10px 14px;
}
.heading3 h2 {
  color: #0f0d0d;
  font-family: "Jost", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
  .heading3 h5{
    text-align: center;
  }
}
.heading3 p {
  color: var(--ztc-text-text-3);
  font-family: "Jost", sans-serif;
  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: var(--ztc-bg-bg-7);
  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;
  }
}
.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;
}
.homepage3-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: #fff;
}
.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: 24px;
}
.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;
  }
  .homepage3-body .vl-offcanvas-social a:nth-child(2),
  .homepage3-body .vl-offcanvas-social a:nth-child(3){
    border: 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;
  }
    .homepage3-body .vl-offcanvas-social a:nth-child(2),
  .homepage3-body .vl-offcanvas-social a:nth-child(3){
    border: none;
  }
}

/*============= MOBILE MENU CSS AREA ===============*/
.heading3 h5 {
  color: #21468b;
  background: #21468b1e;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: table;
  margin: auto;
  transition: all 0.4s;
  border-radius: 4px;  
  text-transform: uppercase;
  padding: 10px 14px;
}
.heading3 h2 {
  color: #0f0d0d;
  font-family: "Jost", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  display: inline-block;
  transition: all 0.4s;
  text-align: center;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
    display: block;
  }  
}
@media (min-width: 768px) and (max-width:991px) {
.heading3 h2 {
display: block;
}
}



.heading3 p {
  color: var(--ztc-text-text-3);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.vl-btn3 {
  color: var(--ztc-text-text-1) !important;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7) !important;
  padding: 18px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: #21468b;
  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;
}
.vl-btn3 i {
  margin-left: 4px;
}

/*============= 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: 100px 0 100px;
}
@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: #e0081d;
}
.choose-us .choose-content .choose-list li {
  display: flex;
  margin-bottom: 10px;
  color: var(--ztc-text-text-3);
  font-family: "Jost", sans-serif;
  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: #e0081d;
  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: var(--ztc-bg-bg-8);
  padding: 80px 0 32px;
  width: 100%;
}
.vl-footer3-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}
.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: #0f0d0d;
  font-family: "Jost", sans-serif;
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.32px;
  opacity: 70%;
}
.vl-footer3-section-area .footer-logo-area .contact-links li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: "Jost", sans-serif;
  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:nth-child(2),
.vl-footer3-section-area .footer-logo-area .social-links li a:nth-child(3) {
 display: none !important;
}
.fa-linkedin, .fa-instagram{
  display: none !important;
}



.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;
  }
  .choose-us .choose-content .choose-btn-area{
    text-align: center;
  }
}
@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: rgba(15, 13, 13, 0.8);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-6);
  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 a {
  color: rgba(15, 13, 13, 0.8);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer3-section-area .footer-widget-area h3 {
  color: #0f0d0d;
  font-family: "Jost", sans-serif;
  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-widget-area ul li {
  padding-top: 24px;
}
.vl-footer3-section-area .footer-widget-area ul li a {
  color: rgba(15, 13, 13, 0.8);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  transition: all 0.4s;
}
.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;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-form-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-form-area {
    margin-top: 30px;
  }
}
.vl-footer3-section-area .footer-form-area .f-heading h3 {
  color: #0f0d0d;
  font-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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: 410px;
}
@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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-form-area form button {
    margin-left: 0;
    margin-top: 16px;
  }
}
.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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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: 405px 0 60px;
  /* 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: #00000059;
  content: "";
}
@media (max-width: 767px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header {
    border-radius: 0;
    margin: 121px 0 0 0;
     padding: 476px 0 10px;
  }
  .work-img {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  #gallery .img-wrapper {
    position: relative;
    margin-top: 8px !important;
    transition: 0.5s;
    z-index: 1;
    /* margin-bottom: 6px; */
    transition: 0.5s;
    height: 130px !important;
  }
  .project-sec {
    padding-bottom: 20px !important;
  }
  .home_map {
    margin-top: 20px;
  }
  .dropdown-toggle::after {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header {
    border-radius: 0;
    margin: 90px 0 0 0;
    padding: 476px 0 10px;
  }
  .dropdown-toggle::after {
    display: none !important;
  }
  .hero3-arrow-slider .hero3-slick-slider .hero3-slider-header .header-content-area .hero3-heading h2{
    font-size: 40px !important;
    line-height: 42px !important;
  }
}
.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;
}
@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: #21468b;
  font-family: "Jost", sans-serif;
  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: #21468b1e;
  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: #0f0d0d;
  font-family: "Jost", sans-serif;
  font-size: var(--ztc-font-size-font-s70);
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  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
    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-family: "Jost", sans-serif;
  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;
  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 {
    top: 27%;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-arrow-slider .testimonial-arrows {
    top: 20%;
    right: 30px;
  }
}
.hero3-arrow-slider .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: #0f0d0d;
  font-size: 20px;
}
.hero3-arrow-slider .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  color: #fff;
}
.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;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header {
    background: #fff;
  }
}
@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: 150px;
}
.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-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  padding: 16px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .btn-area1 a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: #21468b;
  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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header .row-bg1 {
    background: none;
  }
}
.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 .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-family: "Jost", sans-serif;
  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%;
  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: #e0081d;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: #e0081d;
}
.homepage3-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.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;
  }
}
@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);
  }
}
.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-family: "Jost", sans-serif;
  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;
  font-family: "Jost", sans-serif;
}
.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 .vl-logo {
  width: 130px;
}

.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-family: "Jost", sans-serif;
  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
  [type="submit"] {
  background: #ec4a05;
}
.contact1
  .contact-widget-area
  .contact-boxarea
  .input-area
  input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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: -40px;
}
.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: #e0081d;
    border: none;
  }
  .homepage3-body .vl-header-action-item button {
    color: #fff;
  }
.cta3-section .btn-area1{ text-align:center;}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-header-action-item {
    background: #e0081d;
    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.btn1 { background:var(--ztc-bg-bg-9) !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 .heading1 h2, .cta3-section .cta-main-content .heading1 p{
    text-align: center;
  }
  
}
.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: var(--ztc-bg-bg-8);
}
.testimonial3-section-area .testimonial-imges {
  position: relative;
  z-index: 1;
}
.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-imges .success-rate ul li {
  display: inline-block;
  color: #fff;
}
.testimonial3-section-area .testimonial-imges .success-rate h3 {
  color: #fff;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.testimonial3-section-area .testimonial-single-slider3 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-single-slider3 {
    margin-top: 30px;
  }
  .testimonial3-section-area .testimonial-imges .success-rate {
    padding-top: 13px;
  }
}
@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;
}
.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.8);
  color: #feb300;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .pera {
  color: rgba(15, 13, 13, 0.8);
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial3-section-area
  .testimonial-single-slider3
  .single-slider-box
  .others-boxarea
  .google {
  width: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonial3-section-area
    .testimonial-single-slider3
    .single-slider-box
    .others-boxarea {
    display: inline-block;
  }
}
.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;
}
@media (max-width: 767px) {
  .testimonial3-section-area
    .testimonial-single-slider3
    .single-slider-box
    .others-boxarea
    .author-boxarea {
    margin-bottom: 20px;
  }
}
.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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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;
  }
}
.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: #21468b;
  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 ===============*/
/*============= CASE STUDY CSS AREA  ===============*/
/*============= CASE 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: #21468b;
  -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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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-family: "Jost", sans-serif;
  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 ===============*/

/* Inner page style start */

/* project-sec style start */
.project-sec {
  padding: 80px 0;
  position: relative;
  background: #fff;
  background-size: cover;
  z-index: 1;
}
.project-sec.inner-gallery {
  background: #fff;
}
.project-sec.inner-gallery:after {
  display: none;
}
.project-sec h6 {
  color: #fff;
}

.project-sec .project-content h6 {
  font-size: 20px;
  /* color: #ee212b; */
  font-weight: 700;
}
.project-sec .project-content h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}
.project-sec .main-btn.pro-btn {
  background: #1e45a0;
  color: #ffffff;
  margin-top: 20px;
  border: 2px solid #fff;
}
.project-sec .main-btn.pro-btn:hover {
  color: #000;
}
.project-sec .main-btn.pro-btn:before {
  background: #ffffff;
}

/* For gallery style start */

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

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

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

#gallery .img-wrapper:hover .img-overlay {
  opacity: 1;
}

#gallery .img-wrapper .img-overlay {
  background: #e3182669;
  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-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: 999;
  -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 (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.5s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15%;
  right: 28%;
  cursor: pointer;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* project-sec style end */

/*============= PRICING CSS AREA ===============*/

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

.choose3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .choose3 .heading3 {
    margin-bottom: 30px;
  }
  .choose3 .btn-area1{
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose3 .heading3 {
    margin-bottom: 30px;
  }
  .choose3 .btn-area1{
    text-align: center;
  }
}
.choose3 .counter-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-8);
  border-radius: 8px;
  padding: 34px;
  text-align: center;
  transition: all 0.4s;
}
.choose3 .counter-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.choose3 .counter-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.choose3 .counter-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #f4e2dc;
}
.choose3 .counter-boxarea .icons img{ 
filter: brightness(0) saturate(100%) invert(13%) sepia(70%) saturate(4396%) hue-rotate(344deg) brightness(111%) contrast(113%);
}
.choose3 .counter-boxarea h2 {
  color: #0f0d0d;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
.choose3 .counter-boxarea p {
  color: var(--ztc-text-text-3);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

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

/*============= SKILLS CSS AREA ENDS ===============*/
/*============= INNER PAGE AREA STARTS ===============*/
.inner_banner_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}

.inner_banner {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  background-size: cover;
  background-position: 50% 30%;
}

.inner_banner img {
  width: 100%;
  height: 400px;
  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;
}
.msg_area,
.servicessingelpage {
  padding: 70px 0;
}
.servicessingelpage ul li {
  position: relative;
}
.servicessingelpage ul li{
  margin-left: 30px;
}
.servicessingelpage ul li:before {
  content: "\f00c";
  color: #1e45a0;
  font-family: "Font Awesome 7 Free";
  font-weight: bold;
  position: absolute;
  left: -30px;
}
.servicessingelpage p {
  margin-bottom: 15px;
}

/* Contact page style start */
/* contact page */
.home_map {
  background: #e0081d;
  padding: 20px 10px;
}

.home_map ul {
  font-size: 14px;
  color: #fff;
  padding: 0;
}

.home_map ul li {
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
}

.home_map ul li i {
  vertical-align: middle;
  margin: 6px 0px 0px 0;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
}

.home_map ul li span {
  float: left;
  width: 84%;
  padding: 0 10px;
  vertical-align: middle;
}

.home_map ul li span h4 {
  margin: 0 0 5px;
  font-size: 17px;
  color: #000000;
}

.home_map ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
.homeform_wrap form span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.homeform_wrap form .form-control {
  width: 100%;
  height: 46px;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #505050;
}
.homeform_wrap form textarea.form-control {
  height: unset;
}
.homeform_wrap form .nice-select {
  width: 100%;
  height: 46px;
  float: none !important;
  margin-bottom: 10px;
  border: 1px solid #b5b5b5 !important;
}

.form_submit {
  background: #0b1f40 !important;
  border-radius: 6px;
  width: 196px;
  height: 48px;
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  display: block;
  line-height: 48px;
  font-weight: 600;
  border: none;
  margin-top: 15px auto;
}
.contact-page .contact-form input[type="submit"] {
  background: #1e45a0;
  padding: 14px 30px;
  color: #fff;
  border-radius: 6px;
  transition: 0.5s;
}
.contact-page .contact-form textarea {
  border: 1px solid #b5b5b5;
}

.contact-page .contact-form input[type="submit"]:hover {
  background: #092d80;
}

.work-img {
  float: right;
  width: 40%;
  margin: 0 0 15px 20px;
  height: 350px;
  overflow: hidden;
}
.work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.call_float {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 9999;
}
.call_float a i {
    width: 50px;
    height: 50px;
    background: #fcb900;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}
/*============= INNER PAGE AREA ENDS ===============*/
/*# sourceMappingURL=main.css.map */



.contact-boxarea form input[type="submit"]{
  padding: 14px 30px;
  color: #fff;
  background: #e0081d;
  border-radius: 6px;
  width: 100%;
  margin: 10px 0;
}
@media (max-width:767px){
  .inner_banner{
    margin-top: 123px;
  }
}
