@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;display=swap");
/*
 ::::::::::::::::::::::::::
  ANIMATION AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes shape-animaiton1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes shape-animaiton2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes shape-animaiton3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes shape-animaiton4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1000deg);
  }
}
@keyframes animate1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes animate3 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes animate4 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-25px);
  }
}
@keyframes animate5 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate6 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes round-circle2 {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
.round-circle2 {
  position: relative;
  animation-name: round-circle2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.shape-animaiton1 {
  position: relative;
  animation-name: shape-animaiton1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

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

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

.shape-animaiton4 {
  position: relative;
  animation-name: shape-animaiton4;
  animation-duration: 62s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

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

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

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

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

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

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

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

body {
  font-family: "Figtree", sans-serif;
  font-size: var(--f-fs-font-fs16);
}

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

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

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

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

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

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

p {
  padding: 0;
  margin: 0;
}

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

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

body.body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  z-index: -33;
  position: relative;
}

.sp {
  padding: 100px 0px;
}

.sp2 {
  padding: 120px 0px;
}

.pt100 {
  padding-top: 100px;
}

.pt140 {
  padding-top: 140px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl60 {
  padding-left: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pr60 {
  padding-right: 60px;
}

@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pt140 {
    padding-top: 70px;
  }
  .pb120 {
    padding-bottom: 60px;
  }
  .sp2 {
    padding: 60px 0px;
  }
  .pl60 {
    padding-left: 0;
  }
  .pr60 {
    padding-right: 0;
  }
}
.space4 {
  height: 4px;
}

.space6 {
  height: 6px;
}

.space28 {
  height: 28px;
}

.space8 {
  height: 8px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space24 {
  height: 24px;
}

.space32 {
  height: 32px;
}

.space10 {
  height: 10px;
}

.space5 {
  height: 5px;
}

.space5 {
  height: 5px;
}

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

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

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

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

.space45 {
  height: 45px;
}

@media (max-width: 767px) {
  .space50 {
    height: 25px;
  }
  .space70 {
    height: 35px !important;
  }
  .space100 {
    height: 50px !important;
  }
}
.space60 {
  height: 60px;
}

.space55 {
  height: 55px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}

.space120 {
  height: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-f-2 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
.mb-30 {
  margin-bottom: 30px;
}

.mobile-sidebar .single-footer h3 {
  color: #ffffff;
}

.mobile-sidebar .single-contact a {
  color: #ffffff;
}

.lg-ml-15 {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .lg-ml-15 {
    margin-left: 0;
  }
}
.lg-mr-15 {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .lg-mr-15 {
    margin-right: 0;
  }
}
._relative {
  position: relative;
}

._absolute {
  position: absolute;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.bg-contain {
  background-size: contain;
  background-position: center center;
}

.img-cover img,
.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.width100 img {
  width: 100%;
}

/*
 ::::::::::::::::::::::::::
  fonts area css
 ::::::::::::::::::::::::::
 */
:root {
  --ztc-text-text-1: #0D0E10;
  --ztc-text-text-2: #fff;
  --ztc-text-pera-text-1: #676879;
  --ztc-text-pera-text-2: #D2D1D5;
  --ztc-bg-main-bg-1: #fb7914;
  --ztc-bg-main-bg-2: #6E18EF;
  --ztc-bg-main-bg-3: #113ADC;
  --ztc-bg-main-bg-4: #A1E934;
  --ztc-bg-bg-1: #F8F9FA;
  --ztc-bg-color-w: #fff;
  --ztc-bg-bg-2: #fb7914;
  --ztc-bg-bg-3: #f5f5f8;
  --ztc-bg-bg-4: #1E182D;
  --ztc-bg-bg-5: #342F42;
  --ztc-bg-bg-6: #F2F4F7;
  --ztc-border-border-1: #f0f0f0;
  --ztc-border-border-2: #dfdcdc;
  --f-fw-regular: 400;
  --f-fw-medium: 500;
  --f-fw-semibold: 600;
  --f-fw-blod: 700;
  --f-fw-ex-bold: 800;
  --f-ff-font-1: 'Figtree', sans-serif;
  --f-fs-font-fs16: 16px;
  --f-fs-font-fs18: 18px;
  --f-fs-font-fs20: 20px;
  --f-fs-font-fs22: 22px;
  --f-fs-font-fs24: 24px;
  --f-fs-font-fs26: 26px;
  --f-fs-font-fs28: 28px;
  --f-fs-font-fs30: 30px;
  --f-fs-font-fs32: 32px;
  --f-fs-font-fs34: 34px;
  --f-fs-font-fs36: 36px;
  --f-fs-font-fs40: 40px;
  --f-fs-font-fs42: 42px;
  --f-fs-font-fs44: 44px;
  --f-fs-font-fs48: 48px;
  --f-fs-font-fs50: 50px;
  --f-fs-font-fs52: 52px;
  --f-fs-font-fs54: 54px;
  --f-fs-font-fs56: 56px;
  --f-fs-font-fs58: 58px;
  --f-fs-font-fs60: 60px;
  --f-fs-font-fs62: 62px;
  --f-fs-font-fs64: 64px;
  --f-fs-font-fs66: 66px;
  --f-fs-font-fs68: 68px;
  --f-fs-font-fs70: 70px;
  --f-fs-font-fs72: 72px;
  --f-fs-font-fs74: 74px;
  --f-fs-font-fs76: 76px;
  --f-fs-font-fs78: 78px;
  --f-fs-font-fs80: 80px;
  --f-fs-font-fs82: 82px;
  --f-fs-font-fs84: 84px;
  --f-fs-font-fs86: 86px;
  --f-fs-font-fs88: 88px;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.custom-primaryheading span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-1);
  margin-bottom: 16px;
}
.custom-primaryheading span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.custom-primaryheading h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-primaryheading h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .custom-primaryheading h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.custom-primaryheading h3 a {
  color: var(--Text-Color, #0D0E10);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.custom-primaryheading h4 a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  transition: all 0.4s;
}
.custom-primaryheading h4 a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.custom-primaryheading h5 {
  color: var(--Text-Color, #0D0E10);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
}
.custom-primaryheading p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  transition: all 0.4s;
}

.custom-primaryheading-w h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-bg-color-w);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-primaryheading-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .custom-primaryheading-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.custom-primaryheading-w p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
}


.custom-heading-w h4 {
  padding: 0;
  margin: 0;
}
.custom-heading-w h4 a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs20);
  font-size: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  text-align: start;
}
.custom-heading-w p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
}

.custom-heading span.span {
  display: inline-block;
  color: var(--ztc-bg-main-bg-3);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  padding-left: 16px;
  position: relative;
  margin-bottom: 16px;
}
.custom-heading span.span::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  height: 2px;
  width: 10px;
  background-color: var(--ztc-bg-main-bg-3);
}
.custom-heading h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-heading h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .custom-heading h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.custom-heading h3 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.custom-heading h3 a:hover {
  color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
}
.custom-heading h5 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}
.custom-heading p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  transition: all 0.4s;
}
.custom-heading h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.custom-heading h4 a:hover {
  color: var(--ztc-bg-main-bg-3);
}

.need-support-heading .title {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  padding: 6px 12px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 16px;
}
.need-support-heading .title span {
  display: inline-block;
  color: var(--White-colors, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
}
.need-support-heading h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 100% */
}
.need-support-heading h4 a {
  display: inline-block;
  color: var(--White-colors, #FFF);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.need-support-heading h4 a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
}
.need-support-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.custom-heading span.span {
  display: inline-block;
  color: #0061FF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: #E5EFFF;
  padding: 8px 12px;
  margin-bottom: 16px;
}
.custom-heading h2 {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
.custom-heading h2 span {
  display: inline-block;
  color: #0061FF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .custom-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.custom-heading p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.custom-heading h4 a {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  transition: all 0.4s;
}
.custom-heading h4 a:hover {
  transition: all 0.4s;
  color: #0061FF;
}


.heading-indus span.span {
  display: inline-block;
  color: #325D28;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  border-radius: 4px;
  background: #E0E6DE;
  padding: 9px 12px 6px 12px;
  margin-bottom: 16px;
}
.heading-indus span.span img {
  transform: translateY(-2px);
}
.heading-indus p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.heading-indus h2 {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
.heading-indus h2 span {
  display: inline-block;
  color: #325D28;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-indus h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading-indus h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

.custom-primaryheading0 span.span {
  display: inline-block;
  color: #24908D;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: #E9F4F4;
  padding: 8px 12px;
  margin-bottom: 16px;
}
.custom-primaryheading0 h2 {
  color: #011313;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-primaryheading0 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .custom-primaryheading0 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.custom-primaryheading0 p {
  color: #5F6464;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}



/*----------------------------------------*/
/*  sidebar
/*----------------------------------------*/
.sidebar-info .sidebar-logo {
  transition: 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.sidebar-info .sidebar-content {
  transition: 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.sidebar-info .sidebar-menu {
  transition: 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.sidebar-info .ct-content-wrap {
  transition: 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.sidebar-info .sidebar-socials-wrap {
  transition: 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.slide-bar.show .sidebar-info .sidebar-logo {
  transform: translateY(0);
  transition-delay: 0.2s;
  opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-content {
  transform: translateY(0);
  transition-delay: 0.3s;
  opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-menu {
  transform: translateY(0);
  transition-delay: 0.4s;
  opacity: 1;
}

.slide-bar.show .sidebar-info .ct-content-wrap {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-socials-wrap {
  transform: translateY(0);
  transition-delay: 0.6s;
  opacity: 1;
}

.sidebar-content {
  max-width: 360px;
  margin-bottom: 65px;
}

.sidebar-menu li:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar-menu li a {
  font-size: 36px;
  text-transform: capitalize;
  color: var(--color-heading);
}

.sidebar-menu li a:hover {
  color: #000;
}



.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

*[dir=rtl] .metismenu .arrow {
  float: left;
}

/*
   * Require Bootstrap 3.x
   * https://github.com/twbs/bootstrap
  */
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114";
}

/*
   * Require Font-Awesome
   * http://fortawesome.github.io/Font-Awesome/
  */
.metismenu .fa.arrow:before {
  content: "\f104";
}

.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107";
}

/*
   * Require Ionicons
   * http://ionicons.com/
  */
.metismenu .ion.arrow:before {
  content: "\f3d2";
}

.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0";
}

.metismenu .plus-times {
  float: right;
}

*[dir=rtl] .metismenu .plus-times {
  float: left;
}

.metismenu .fa.plus-times:before {
  content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-times {
  transform: rotate(45deg);
}

.metismenu .plus-minus {
  float: right;
}

*[dir=rtl] .metismenu .plus-minus {
  float: left;
}

.metismenu .fa.plus-minus:before {
  content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068";
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: currentColor;
  border-color: initial;
  right: 1em;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  transition: all 0.3s ease-out;
}

*[dir=rtl] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active > .has-arrow::after, .metismenu .has-arrow[aria-expanded=true]::after {
  transform: rotate(-135deg) translate(0, -50%);
}

*[dir=rtl] .metismenu .mm-active > .has-arrow::after, *[dir=rtl] .metismenu .has-arrow[aria-expanded=true]::after {
  transform: rotate(225deg) translate(0, -50%);
}

/* custom code */
.hamburger-menu {
  display: inline-block;
}

.hamburger-menu a {
  display: inline-block;
}

.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.body-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

/*
::::::::::::::::::::::::::
 BUTTONS 
::::::::::::::::::::::::::
*/
.theme-btn1 {
  display: inline-block;
  background-color: var(--ztc-bg-main-bg-1);
  border-radius: 7px;
  padding: 16px 20px;
  color: var(--ztc-text-text-2);
  font-weight: var(--f-fw-blod);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border: none;
}
.theme-btn1::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons/button-img.png);
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
  transition: all 0.4s;
  animation-name: shape-animaiton4;
  animation-duration: 52s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.theme-btn1 span {
  display: inline-block;
  padding-left: 4px;
}
.theme-btn1:hover {
  color: #fff;
  transform: translateY(-4px);
  transition: all 0.4s;
  background-color: #0483b8;
}
.theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}

.theme-btn3 {
  display: inline-block;
  color: var();
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 18px 22px;
  border-radius: 4px;
  background-color: var(--ztc-text-text-2);
  transition: all 0.4s;
  border: none;
}
.theme-btn3 span {
  display: inline-block;
  /* transform: rotate(-45deg); */
}
.theme-btn3:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  /* transform: translateY(-5px); */
  background-color: #000;
}

.theme-btn2 {
  display: inline-block;
  padding: 18px 10px 18px 24px;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  position: relative;
  z-index: 2;
  border: none;
  overflow: hidden;
}
.theme-btn2 span {
  display: inline-block;
  /* transform: rotate(-45deg) translateX(0px); */
  font-size: 17px;
}
.theme-btn2 .arrow2 {
  /* transform: translateY(-8px) rotate(-45deg) translateX(-52px); */
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn2 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn2:hover .arrow2 {
  /* transform: translateY(-15px) rotate(-45deg) translateX(-21px); */
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn2:hover .arrow1 {
  transition: all 0.4s;
  /* transform: translateY(-7px) rotate(-45deg) translateX(45px); */
  opacity: 0;
}
.theme-btn2:hover {
  color: #fff;
}
.theme-btn2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #fb7914;
  z-index: -2;
}
.theme-btn2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 4px;
  background: #180D03;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn2:hover {
  transition: all 0.4s;
}
.theme-btn2:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.theme-btn2:hover span {
  transition: all 0.4s;
}

.get-started-btn {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 16px 22px;
  border-radius: 7px;
  background-color: var(--ztc-text-text-2);
  transition: all 0.4s;
  border: none;
}
.get-started-btn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.get-started-btn:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.btn {
  position: relative;
  display: inline-block;
  outline: none;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 18px 22px;
  border-radius: 4px;
  background-color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  line-height: var(--f-fs-font-fs16);
}
.btn:hover {
  color: var(--qt-bg-bg-w);
}


.custom-btn1 {
  display: inline-block;
  padding: 18px 10px 18px 24px;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  position: relative;
  z-index: 2;
  border: none;
  overflow: hidden;
}
.custom-btn1 span {
  display: inline-block;
  font-size: 17px;
}
.custom-btn1 .arrow2 {
  transition: all 0.4s;
  opacity: 0;
}
.custom-btn1 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.custom-btn1:hover .arrow2 {
  transition: all 0.4s;
  opacity: 1;
}
.custom-btn1:hover .arrow1 {
  transition: all 0.4s;
  opacity: 0;
}
.custom-btn1:hover {
  color: #fff;
}
.custom-btn1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #fa7812;
  z-index: -2;
}
.custom-btn1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 4px;
  background: #180D03;
  z-index: -1;
  transition: all 0.4s;
}
.custom-btn1:hover {
  transition: all 0.4s;
}
.custom-btn1:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.custom-btn1:hover span {
  transition: all 0.4s;
}

.custom-btn2 {
  display: inline-block;
  padding: 18px 10px 18px 24px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  position: relative;
  z-index: 2;
  border: none;
  overflow: hidden;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .custom-btn2 {
    margin-left: 0;
    margin-right: 16px;
    margin-top: 20px;
  }
}
.custom-btn2 span {
  display: inline-block;
  font-size: 17px;
}
.custom-btn2 .arrow2 {
  transition: all 0.4s;
  opacity: 0;
}
.custom-btn2 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.custom-btn2:hover .arrow2 {
  transition: all 0.4s;
  opacity: 1;
}
.custom-btn2:hover .arrow1 {
  transition: all 0.4s;
  opacity: 0;
}
.custom-btn2:hover {
  color: #fff;
}
.custom-btn2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid #fff;
  z-index: -2;
}
.custom-btn2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 4px;
  background: #fa7812;
  z-index: -1;
  transition: all 0.4s;
}
.custom-btn2:hover {
  transition: all 0.4s;
}
.custom-btn2:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.custom-btn2:hover span {
  transition: all 0.4s;
}


/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
custom-aboutarea
::::::::::::::::::::::::::
*/



.custom-aboutarea .custom-aboutarea-images {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-aboutarea .custom-aboutarea-images {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .custom-aboutarea .custom-aboutarea-images {
    margin-left: 0;
    margin-top: 30px;
  }
}
.custom-aboutarea .custom-aboutarea-box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .custom-aboutarea .cs_case_study.cs_style_1.cs_hover_active {
    margin-top: 30px;
  }
}


.custom-why-bg .images-all {
  position: relative;
}
.custom-why-bg .images-all .image1 img {
  width: 100%;
}
.custom-why-bg .images-all .image2 {
  background-color: var(--ztc-bg-main-bg-1);
  padding: 20px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.custom-why-bg .images-all .image2 h4 {
  color: var(--White-colors, #FFF);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 100% */
}
.custom-why-bg .images-all .image2 p {
  color: var(--White-colors, rgba(255, 255, 255, 0.7882352941));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 10px;
}
.custom-why-bg .custom-heading {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-why-bg .custom-heading {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .custom-why-bg .custom-heading {
    padding-left: 0;
    padding-top: 30px;
  }
}
.custom-why-bg .custom-heading .custom-list ul li {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 100% */
  padding-top: 10px;
}
.custom-why-bg .custom-heading .custom-list ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background-color: var(--ztc-bg-main-bg-1);
  border-radius: 50%;
  color: #fff;
  transform: translateY(-2px);
  margin-right: 5px;
}
.custom-why-bg .about-counter {
  background-color: #F2F7FF;
  transition: all 0.4s;
  padding: 32px;
  margin-top: 30px;
  border-radius: 4px;
  text-align: center;
}
.custom-why-bg .about-counter h4 {
  color: var(--Home-Page-1-text-colors, #02000E);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 100% */
  transition: all 0.4s;
}
.custom-why-bg .about-counter p {
  color: var(--Home-Page-1-pargraph, #5C5A64);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  padding-top: 12px;
  transition: all 0.4s;
}
.custom-why-bg .about-counter:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: #0061FF;
}
.custom-why-bg .about-counter:hover h4 {
  color: #fff;
  transition: all 0.4s;
}
.custom-why-bg .about-counter:hover p {
  color: rgba(255, 255, 255, 0.8274509804);
  transition: all 0.4s;
}




.bg1 {
  background-color: #F8F9FA;
}


/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
.service {
  background-color: var(--ztc-bg-bg-1);
}
.service .single-box {
  background-color: var(--ztc-bg-color-w);
  border-radius: 7px;
  padding: 32px 24px;
  margin-top: 30px;
  transition: all 0.4s;
}
.service .single-box .icon {
  background-color: #ffe1ca;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 24px;
  transition: all 0.4s;
}
.service .single-box .learn {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  display: inline-block;
}
.service .single-box .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.service .single-box .learn:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.service .single-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  background-color: var(--ztc-bg-main-bg-1);
}
.service .single-box:hover .icon {
  background-color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.service .single-box:hover .custom-primaryheading h4 a {
  display: inline-block;
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}

.service .single-box:hover ul li {
  color: #fff;
}

.service .single-box:hover .custom-primaryheading p {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s;
}
.service .single-box:hover .learn {
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}

.mb-40 {
  margin-bottom: 40px;
}


/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta {
  background-color: var(--ztc-bg-main-bg-1);
  padding: 80px 0px;
}
.cta .buttons {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta .buttons {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cta .buttons {
    text-align: start;
    margin-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 Need Support CSS
::::::::::::::::::::::::::
*/

.need-support {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .need-support {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .need-support {
    margin-bottom: 0px;
  }
}
.need-support .bg {
  border-radius: 4px;
  background: #fb7914;
  padding: 60px 48px;
}
@media (max-width: 767px) {
  .need-support .bg {
    padding: 32px;
  }
}
.need-support .bg .form-area {
  position: relative;
  text-align: end;
}
.need-support .bg .form-area input {
  padding: 19px;
  border: none;
  background: #fff;
  border-radius: 4px;
  width: 70%;
}
.need-support .bg .form-area input:focus {
  outline: none;
}
.need-support .bg .form-area input::-moz-placeholder {
  color: var(--Home-Page-4-paragraph, #5A5D73);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.need-support .bg .form-area input::placeholder {
  color: var(--Home-Page-4-paragraph, #5A5D73);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .need-support .bg .form-area input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .need-support .bg .form-area input {
    width: 100%;
  }
}
.need-support .bg .form-area .button {
  position: absolute;
  top: 4px;
  right: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .need-support .bg .form-area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .need-support .bg .form-area {
    margin-top: 30px;
  }
}


/*
::::::::::::::::::::::::::
 solution CSS
::::::::::::::::::::::::::
*/
.solution .item-box {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.solution .item-box .icon {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background-color: rgba(161, 233, 52, 0.0941176471);
  transition: all 0.4s;
}
.solution .item-box .icon img {
  height: auto;
  transition: all 0.4s;
}
.solution .item-box:hover .icon {
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.solution .item-box:hover .icon img {
  filter: brightness(0);
  transition: all 0.4s;
}
.solution .solution-images {
  text-align: center;
  height: 500px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution .solution-images {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .solution .solution-images {
    margin-top: 40px;
  }
}
.solution .solution-images .image1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.solution .solution-images .image2 {
  padding-top: 50px;
}
.solution .solution-images .image3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*
::::::::::::::::::::::::::
 our-clients CSS
::::::::::::::::::::::::::
*/

.our-clients {
  padding: 80px 0px;
  background-color: #180D03;
}
.our-clients .brands-area-all {
  text-align: center;
}
.our-clients .brands-area-all p {
  color: var(--Home-Page-3-white-colors, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-bottom: 50px;
  position: relative;
}
.our-clients .brands-area-all p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 400px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2470588235);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-clients .brands-area-all p::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .our-clients .brands-area-all p::after {
    display: none;
  }
}
.our-clients .brands-area-all p::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 400px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2470588235);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-clients .brands-area-all p::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .our-clients .brands-area-all p::before {
    display: none;
  }
}
.our-clients .brands-area-all .our-clients-slider .single-slider {
  width: 150px;
  text-align: center;
  margin: auto;
}


/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
.contact-page .contact-boxs {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-boxs {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-boxs {
    padding-right: 0;
  }
}
.contact-page .contact-boxs .contact-box {
  display: flex;
  align-items: center;
  background-color: #F8F9FA;
  border-radius: 7px;
  padding: 20px 24px;
  margin-top: 30px;
  transition: all 0.4s;
}
.contact-page .contact-boxs .contact-box .icon {
  height: 60px;
  width: 60px;
  background-color: rgba(14, 55, 177, 0.1725490196);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.contact-page .contact-boxs .contact-box .heading {
  padding-left: 16px;
}
.contact-page .contact-boxs .contact-box .heading h5 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}
.contact-page .contact-boxs .contact-box .heading a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding-top: 14px;
  display: inline-block;
}
.contact-page .contact-boxs .contact-box:hover {
  transition: all 0.4s;
  transform: translateY(-6px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-form-details {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-form-details {
    margin-top: 40px;
  }
}

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

.comon-body .contact-page .contact-boxs {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .contact-page .contact-boxs {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .comon-body .contact-page .contact-boxs {
    padding-right: 0;
  }
}
.comon-body .contact-page .contact-boxs .contact-box {
  display: flex;
  align-items: center;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  border-radius: 7px;
  padding: 16px 20px;
  margin-top: 30px;
  transition: all 0.4s;
}
.comon-body .contact-page .contact-boxs .contact-box .icon {
  height: 60px;
  width: 60px;
  background-color: rgba(161, 233, 52, 0.1843137255);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.comon-body .contact-page .contact-boxs .contact-box .heading {
  padding-left: 16px;
}
.comon-body .contact-page .contact-boxs .contact-box .heading h5 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-2);
}
.comon-body .contact-page .contact-boxs .contact-box .heading a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: rgba(255, 255, 255, 0.7176470588);
  padding-top: 14px;
  display: inline-block;
}
.comon-body .contact-page .contact-boxs .contact-box:hover {
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  transform: translateY(-6px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .contact-page .contact-form-details {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .comon-body .contact-page .contact-form-details {
    margin-top: 40px;
  }
}
.comon-body .contact-map-page iframe {
  width: 100%;
}


.customcontact {
  position: relative;
}
.customcontact .customcontact-box {
  margin-top: 16px;
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 24px 16px;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.customcontact .customcontact-box .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #F5EFF0;
  transition: all 0.4s;
}
.customcontact .customcontact-box .heading {
  padding-left: 16px;
}
.customcontact .customcontact-box .heading h3 {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
  padding-bottom: 10px;
}
.customcontact .customcontact-box .heading a {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.customcontact .customcontact-box:hover {
  background-color: #fa7812;
  transition: all 0.4s;
  transform: translateY(-7px);
}
.customcontact .customcontact-box:hover .icon {
  background: #fff;
  transition: all 0.4s;
}
.customcontact .customcontact-box:hover .heading h3 {
  color: #fff;
  transition: all 0.4s;
}
.customcontact .customcontact-box:hover .heading a {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8901960784);
}
.customcontact .form-area {
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 32px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customcontact .form-area {
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .customcontact .form-area {
    margin-top: 30px;
    padding: 16px;
    margin-left: 0px;
  }
}
.customcontact .form-area h3 {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
  margin-bottom: 10px;
}
.customcontact .form-area .single-input {
  margin-top: 20px;
}
.customcontact .form-area .single-input label {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-bottom: 14px;
}
.customcontact .form-area .single-input input, .customcontact .form-area .single-input textarea {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: none;
}
.customcontact .form-area .single-input input::-moz-placeholder, .customcontact .form-area .single-input textarea::-moz-placeholder {
  color: var(--Home-Page-3-text-Colors, rgba(24, 13, 3, 0.4941176471));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.customcontact .form-area .single-input input::placeholder, .customcontact .form-area .single-input textarea::placeholder {
  color: var(--Home-Page-3-text-Colors, rgba(24, 13, 3, 0.4941176471));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.customcontact .form-area .single-input input:focus, .customcontact .form-area .single-input textarea:focus {
  outline: none;
}
.customcontact .form-area .check-box-area {
  padding-top: 14px;
}
.customcontact .form-area .check-box-area label {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-left: 5px;
}
.customcontact .form-area .check-box-area #check-box {
  accent-color: #fa7812;
}

.contact-default {
  position: relative;
}
.contact-default .customcontact-box {
  margin-top: 16px;
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 24px 16px;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.contact-default .customcontact-box .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s;
}
.contact-default .customcontact-box .icon img {
  filter: brightness(0);
}
.contact-default .customcontact-box .heading {
  padding-left: 16px;
}
.contact-default .customcontact-box .heading h3 {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
  padding-bottom: 10px;
}
.contact-default .customcontact-box .heading a {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.contact-default .customcontact-box:hover {
  background-color: #fb7914;
  transition: all 0.4s;
  transform: translateY(-7px);
}
.contact-default .customcontact-box:hover .icon {
  background: #fff;
  transition: all 0.4s;
}
.contact-default .customcontact-box:hover .heading h3 {
  color: #fff;
  transition: all 0.4s;
}
.contact-default .customcontact-box:hover .heading a {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8901960784);
}
.contact-default .form-area {
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 32px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-default .form-area {
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .contact-default .form-area {
    margin-top: 30px;
    padding: 16px;
    margin-left: 0px;
  }
}
.contact-default .form-area h3 {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
  margin-bottom: 10px;
}
.contact-default .form-area .single-input {
  margin-top: 20px;
}
.contact-default .form-area .single-input label {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-bottom: 14px;
}
.contact-default .form-area .single-input input, .contact-default .form-area .single-input textarea {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: none;
}
.contact-default .form-area .single-input input::-moz-placeholder, .contact-default .form-area .single-input textarea::-moz-placeholder {
  color: var(--Home-Page-3-text-Colors, rgba(24, 13, 3, 0.4941176471));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact-default .form-area .single-input input::placeholder, .contact-default .form-area .single-input textarea::placeholder {
  color: var(--Home-Page-3-text-Colors, rgba(24, 13, 3, 0.4941176471));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact-default .form-area .single-input input:focus, .contact-default .form-area .single-input textarea:focus {
  outline: none;
}
.contact-default .form-area .check-box-area {
  padding-top: 14px;
}
.contact-default .form-area .check-box-area label {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-left: 5px;
}


/*
 ::::::::::::::::::::::::::
  common-beadcrumb Css
 ::::::::::::::::::::::::::
 */



.common-beadcrumb {
  min-height: 400px;
  display: flex;
  padding-top: 90px;
  align-items: center;
  position: relative;
  z-index: -2;
  overflow: hidden;
  background: #f1edea;
}
.common-beadcrumb .main-heading span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-1);
  margin-bottom: 16px;
}
.common-beadcrumb .main-heading span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.common-beadcrumb .main-heading span.span span.arrow {
  display: inline-block;
  padding: 0px 3px;
}
.common-beadcrumb .main-heading span.span a {
  color: var(--ztc-bg-main-bg-1);
}
.common-beadcrumb .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs74);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-beadcrumb .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .common-beadcrumb .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
/* .common-beadcrumb::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero2-main-bg.png);
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
} */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-beadcrumb::after {
    background-size: cover;
    top: 0;
  }
}
@media (max-width: 767px) {
  .common-beadcrumb::after {
    background-size: cover;
    top: 0;
  }
}
.common-beadcrumb p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
}
.common-beadcrumb .common-image {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-beadcrumb .common-image {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .common-beadcrumb .common-image {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .common-beadcrumb .circle-shapes {
    margin-top: 140px;
  }
}
.common-beadcrumb .circle-shapes .shape1 {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-beadcrumb .circle-shapes .shape1 {
    left: 0;
    top: 175px;
    right: auto;
    bottom: auto;
  }
}
.common-beadcrumb .circle-shapes .shape2 {
  position: absolute;
  bottom: 46px;
  right: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-beadcrumb .circle-shapes .shape2 {
    left: 45px;
    top: 225px;
    right: auto;
    bottom: auto;
  }
}
.common-beadcrumb.error {
  padding-bottom: 100px;
}
.common-beadcrumb.error::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero2-main-bg2.png) !important;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.common-beadcrumb.error p {
  color: var(--ztc-text-text-1);
}

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

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

.marquee-wrap.marquee-wrap-inner {
  background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color));
  background-color: var(--ztc-bg-main-bg-1);
  width: 100%;
  position: relative;
  transform: scale(1) rotate(0deg);
  margin-top: 0px;
}
.marquee-wrap.marquee-wrap-inner .brand-single-box {
  filter: brightness(0) invert(1);
  transform: scale(1.1) translateY(-2px);
}

.marquee-wrap, .marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}

.marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}

.marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}

.marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}


.custom-slider-wrapper {
  min-height: 800px;
  position: relative;
}
@media (max-width: 767px) {
  .custom-slider-wrapper {
    min-height: 900px;
  }
}
.custom-slider-wrapper .custom-slider-arrow-box {
  position: absolute;
  top: 50%;
  right: 100px;
  z-index: 55;
  transform: translateY(-50%);
  margin-top: 0px;
}
.custom-slider-wrapper .review-area {
  display: flex;
  margin-top: 12px;
}
.custom-slider-wrapper .review-area .review-text {
  padding-left: 24px;
}
.custom-slider-wrapper .review-area .review-text p {
  color: var(--Home-Page-3-white-colors, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-bottom: 6px;
}
.custom-slider-wrapper .review-area .review-text span {
  display: inline-block;
  color: var(--Home-Page-3-white-colors, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.custom-slider-wrapper .review-area .review-stars {
  padding-left: 60px;
  position: relative;
}
.custom-slider-wrapper .review-area .review-stars p {
  color: var(--Home-Page-3-white-colors, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  margin-bottom: 6px;
}
.custom-slider-wrapper .review-area .review-stars ul li {
  color: #fff;
  display: inline-block;
  font-size: 12px;
}
.custom-slider-wrapper .review-area .review-stars::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 30px;
  height: 40px;
  width: 2px;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .custom-slider-arrow-box {
    right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-slider-arrow-box {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .custom-slider-arrow-box {
    display: none;
  }
}
.custom-slider-arrow-box button {
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  display: block;
  margin: 20px 0;
  color: #fa7812;
  background-color: #FFFFFF;
  transition: 0.3s;
  border: none;
}
.custom-slider-arrow-box button:hover {
  background: #fa7812;
  transition: all 0.4s;
  color: #fff;
}

.custom-slider-bg {
  height: 800px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .custom-slider-bg {
    min-height: 900px;
  }
}
.custom-slider-bg .shape1 {
  position: absolute;
  left: -100px;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(2.5);
}
.custom-slider-bg .shape2 {
  position: absolute;
  left: 500px;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(2.6);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-slider-bg {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-slider-bg {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .custom-slider-bg {
    height: 590px;
  }
}
.custom-slider-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.custom-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transform: scale(1);
  transition: transform 7000ms ease, opacity 1500ms ease-in;
}

.custom-slider-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.custom-slider-title {
  font-size: 100px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .custom-slider-title {
    font-size: 45px;
  }
  .custom-slider-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-slider-title {
    font-size: 54px;
  }
  .custom-slider-title br {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 576px) {
  .custom-slider-title {
    font-size: 50px;
  }
}
.custom-slider-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
  padding-top: 20px;
}

.custom-slider-title-box p {
  color: var(--Home-Page-3-white-colors, rgba(255, 255, 255, 0.7960784314));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.custom-slider-title-box h1 {
  color: var(--Home-Page-3-white-colors, #FFF);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px; /* 113.333% */
}
.custom-slider-title-box h1 span.color {
  color: #fa7812;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-slider-title-box h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .custom-slider-title-box h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .custom-slider-title-box h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .custom-slider-title-box h1 br {
    display: none;
  }
}

.custom-slider-title-box span.span {
  color: var(--Home-Page-3-white-colors, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-bottom: 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 14px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .custom-slider-title-box p {
    display: none;
  }
}
.custom-slider-video-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(150px);
}

@media (max-width: 767px) {
  .custom-slider-video-box {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-slider-video-box {
    flex-wrap: nowrap;
  }
}
.custom-slider-video a {
  height: 60px;
  width: 60px;
  line-height: 63px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  display: inline-block;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 20px;
}

.custom-slider-video a i {
  margin-left: 5px;
  display: inline-block;
}

.custom-slider-video span {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
}

.custom-slider-btn {
  line-height: 0;
}

@media (max-width: 767px) {
  .custom-slider-btn {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-slider-btn {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .custom-slider-btn {
    margin-bottom: 30px;
    margin-right: 50px;
  }
}
.custom-slider-meta {
  position: absolute;
  bottom: 50px;
  right: 180px;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-slider-meta {
    right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-slider-meta {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .custom-slider-meta {
    display: none;
  }
}
.custom-slider-meta-icon {
  line-height: 0;
  margin-right: 20px;
  animation: circle-animations 5s forwards infinite alternate;
}

.custom-slider-meta-icon i {
  font-size: 58px;
  color: var(--tp-theme-1);
}

.custom-slider-meta-content span {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
}

.custom-slider-wrapper .swiper-slide.swiper-slide-active .custom-slider-img {
  transform: scale(1.1);
}

.custom-slider-wrapper .swiper-slide.swiper-slide-active .custom-slider-shape-1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 3000ms ease;
}

.custom-slider-wrapper .swiper-slide.swiper-slide-active .custom-slider-shape-2 {
  opacity: 1;
  transform: translatey(0px);
  transition: all 4000ms ease;
}

.custom-slider-wrapper .swiper-slide.swiper-slide-active .custom-slider-shape-3 {
  opacity: 0.4;
  transform: translatey(0px);
  transition: all 5000ms ease;
}

.custom-slider-wrapper .swiper-slide.swiper-slide-active .custom-slider-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

.custom-slider-wrapper .swiper-slide.swiper-slide-active .custom-slider-video-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}





.custom-slider-content-wrap {
  padding-top: 80px;
}
.custom-slider-content-wrap .review-area {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 32px;
  transform: translateY(100px);
  transition: all 3000ms ease;
  opacity: 0;
}
.custom-slider-content-wrap .review-area .heading {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.custom-slider-content-wrap .review-area .heading h4 {
  color: var(--White-colors, #FFF);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 100% */
}
.custom-slider-content-wrap .review-area .heading .pera {
  padding-left: 10px;
}
.custom-slider-content-wrap .review-area .heading .pera p {
  color: var(--White-colors, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.custom-slider-content-wrap .review-area .heading .pera ul {
  padding-top: 5px;
}
.custom-slider-content-wrap .review-area .heading .pera ul li {
  color: #fff;
  display: inline;
  padding-top: 12px;
  font-size: 12px;
}

.custom-slider-wrapper .swiper-slide.swiper-slide-active .review-area {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 24px;
  transform: translateY(0);
  transition: all 3000ms ease;
  opacity: 1;
}

.custom-slider-wrapper .swiper-slide.swiper-slide-active .shape1 {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}

.custom-slider-wrapper .swiper-slide.swiper-slide-active .shape2 {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}




@media (max-width: 767px) {
  .contact-3 {
    overflow-x: hidden;
  }
}

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
.work .single-items {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.work .single-items .icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-2);
  margin-right: 16px;
  transition: all 0.4s;
}
.work .single-items:hover .icon {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.work .custom-primaryheading {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work .custom-primaryheading {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .work .custom-primaryheading {
    padding-right: 0;
  }
}


.work-area{
  background-color: #fff;
}

.work-area .work-area-box {
  border: 1px solid #EEEFF1;
  border-radius: 7px;
  padding: 32px 24px;
  margin-top: 30px;
  position: relative;
  transition: all 0.4s;
}
.work-area .work-area-box span.after {
  display: inline-block;
  color: var(--ztc-bg-main-bg-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  position: relative;
  margin-bottom: 16px;
}
.work-area .work-area-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.work-area .work-area-box:hover {
  background-color: var(--ztc-bg-color-w);
  border: 1px solid var(--ztc-bg-color-w);
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transform: translateY(-10px);
}
.work-area .work-area-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.work-area .work-area-box.active {
  background-color: var(--ztc-bg-color-w);
  border: 1px solid var(--ztc-bg-color-w);
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transform: translateY(-10px);
}
.work-area .work-area-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.work-area .work-area-box.active h4 a{
  color: #fb7914;
  font-size: 20px;
  font-weight: 600;
}

/*
::::::::::::::::::::::::::
 industries CSS
::::::::::::::::::::::::::
*/

.industries {
  background-color: #ffe1ca;
  position: relative;
}
.industries .industries-slider {
  margin-top: 60px;
}
.industries .industries-slider .single-slider {
  position: relative;
  margin: 0px 10px;
}
.industries .industries-slider .single-slider .image {
  border-radius: 8px;
  overflow: hidden;
}
.industries .industries-slider .single-slider .image img {
  width: 100%;
  transition: all 0.4s;
}
.industries .industries-slider .single-slider .heading-area {
  position: absolute;
  bottom: 30px;
  margin: 0px 30px;
  background-color: #fff;
  border-radius: 8px;
  padding: 28px;
}
.industries .industries-slider .single-slider .heading-area p {
  color: var(--Paragraph-Color, #646375);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
}
.industries .industries-slider .single-slider .heading-area h5 a {
  display: inline-block;
  color: var(--Text-Color, rgba(24, 24, 24, 0.8784313725));
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-top: 16px;
  transition: all 0.4s;
}
.industries .industries-slider .single-slider .heading-area .arrow {
  display: inline-block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #A2EA61;
  border-radius: 50%;
  color: #181818;
  font-size: 20px;
  transform: rotate(-45deg);
  position: absolute;
  top: -24px;
  right: -24px;
}
.industries .industries-slider .single-slider:hover {
  transition: all 0.4s;
}
.industries .industries-slider .single-slider:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.industries .industries-slider .single-slider:hover .heading-area h5 a {
  color: #A2EA61;
  transition: all 0.4s;
}
.industries .arrows-button {
  text-align: end;
}
.industries .arrows-button button {
  border: none;
  color: #181818;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  background-color: #fff;
  transition: all 0.4s;
  margin-right: 10px;
}
.industries .arrows-button button:hover {
  background-color: #fb7914;
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/


.footer-logo-area {
  padding-right: 70px;
}



.footer-primary {
  padding-top: 200px;
  background-color: #e7e7e7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-primary {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer-primary {
    padding-top: 50px;
  }
}
.footer-primary .single-footer-items h3 {
  color: var(--ztc-text-text-1);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-primary .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer-primary .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer-primary .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer-primary .single-footer-items .social-icon li {
  display: inline-block;
}
.footer-primary .single-footer-items .social-icon li a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs16);
  background-color: #fff;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer-primary .single-footer-items .social-icon li a:hover {
  color: var(--ztc-bg-color-w);
  background-color: #fb7914;
  transition: all 0.4s;
}
.footer-primary .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-pera-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  padding: 10px 0px;
  transition: all 0.4s;
}
.footer-primary .single-footer-items .menu-list li a:hover {
  color: #fb7914;
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer-primary .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer-primary .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer-primary .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-pera-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  transition: all 0.4s;
}
.footer-primary .single-footer-items .contact-box .pera a:hover {
  color: #fb7914;
  transition: all 0.4s;
}
.footer-primary .copyright-area {
  border-top: 1px solid #000;
  padding: 16px 0px;
}
.footer-primary .copyright-area .coppyright p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
}
@media (max-width: 767px) {
  .footer-primary .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer-primary .copyright-area .coppyright a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  display: inline-block;
}
.footer-primary .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer-primary .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer-primary .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer-primary .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer-primary .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer-primary .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}


/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
.header-top {
  padding: 16px 0;
  text-align: center;
  background-color: var(--ztc-bg-main-bg-1);
}
.header-top .pera p {
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs16);
}
.header-top .pera p img {
  margin-top: -4px;
  margin-right: 2px;
}

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

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

.site-logo {
  max-width: 300px;
  height: auto;
  display: flex;
  align-items: center;
}

.site-logo a {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.header-area .header-elements {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
}

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

.tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-bg-color-w);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
  transform-origin: top;
  display: block;
}

/* 
++++++++++++++++++++++++++++++++++
=========nav menu all ==========
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area-custom {
  background-color: #fff;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 28%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 .coming {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -84px;
  margin-top: -30px;
  height: 60px !important;
  width: 168px !important;
  z-index: 99;
  border: none !important;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
  transform: scale(1) !important;
  transition: all 0.4s !important;
  visibility: visible !important;
  opacity: 0.4 !important;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #4e7afd;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 8px;
  text-align: center;
}
.header-area.header-area-custom .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #0E38B1;
  transition: all 0.4s;
}
.header-area.header-area-custom .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 220px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area-custom .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area-custom .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area-custom .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area-custom .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 17px;
  opacity: 1;
}
.header-area.header-area-custom .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area-custom .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}


.main-menu-ex li {
  display: inline-block;
}

.main-menu-ex li {
  position: relative;
  z-index: 9;
}

.main-menu-ex li li {
  display: block;
}

.main-menu-ex li > ul {
  opacity: 0;
  visibility: hidden;
  top: 60px;
  right: 0;
  transition: all 0.3s;
  transform: translateY(20px) rotateX(45deg);
}

.main-menu-ex li li > ul {
  left: 100%;
  right: auto;
}

.main-menu-ex li li:hover > ul {
  top: 0;
}

.main-menu-ex li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transition: all 0.3s;
  z-index: 99;
  transform: translateY(0);
}

li.has-dropdown1 {
  position: relative;
}

li.has-dropdown1 span {
  position: absolute;
  right: 10px;
}

.header-area-custom.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: var(--ztc-bg-color-w);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}





@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all ====== ======
+++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area-custom .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 36px 0;
  left: -400px;
  width: 1000px;
  min-height: 320px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 28%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #4e7afd;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
  display: flex;
  justify-content: space-between;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li a {
  color: var(--qt-text-h-text3);
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area-custom .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}




/* 
++++++++++++++++++++++++++++++++
========nav menu all 2 ======
++++++++++++++++++++++++++++++++
*/
.mobile-sidebar .logo-m {
  margin-top: -40px;
  margin-bottom: 30px;
}
.mobile-sidebar .mobile-button a {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-sidebar .single-footer-items h3 {
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-sidebar .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mobile-sidebar .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.mobile-sidebar .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  padding: 10px 0px;
  transition: all 0.4s;
}
.mobile-sidebar .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-4);
  transform: translateX(5px);
  transition: all 0.4s;
}
.mobile-sidebar .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.mobile-sidebar .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.mobile-sidebar .single-footer-items .contact-box .icon img {
  filter: brightness(40);
}
.mobile-sidebar .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  transition: all 0.4s;
}
.mobile-sidebar .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.mobile-sidebar .contact-infos h3 {
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-sidebar .contact-infos h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mobile-sidebar .contact-infos h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.mobile-sidebar .contact-infos .social-icon {
  padding-top: 24px;
}
.mobile-sidebar .contact-infos .social-icon li {
  display: inline-block;
}
.mobile-sidebar .contact-infos .social-icon li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  background-color: rgba(255, 255, 255, 0.1450980392);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.mobile-sidebar .contact-infos .social-icon li a:hover {
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.mobile-sidebar .mobile-button a.menu-btn2 {
  background-color: #fff;
  padding: 18px;
  width: 100%;
  border-radius: 4px;
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs16);
}

/*
::::::::::::::::::::::::::
 NAV MENU AREA CSS
::::::::::::::::::::::::::
*/

.header-area.header-area-custom .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #0E38B1;
}


.header-area.header-area-custom0 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #24908D;
}
/*# sourceMappingURL=main.css.map */

.b-r-7{
  border-radius:7px;
}
.text-pri{
  color: #fb7914 !important;
}
.br-8{
  border-radius:8px;
}

  /* Blinking Button Wrapper */

.btn-sm-1{
  background: #fb7914;
  color: #fff;
  padding:10px;
  border-radius: 8px;
}
.btn-sm-2{
  background: #64b161;
  color: #fff;
  padding:10px;
  border-radius: 8px;
}
.blink-bx{
  display:none;
}

.blink-bx {
  position: fixed;
  bottom: 0; /* Button always at bottom */
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: center; /* Center the button */
  z-index: 1000; /* Ensure it stays on top */
}

/* Blinking Button Styling */
.blink-button {
  color: #fff !important;
  color: #000;
  border: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  animation: blink 1s infinite;
}

/* Blinking Animation */
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

@media screen and (max-width: 767px) {


   .custom-slider-bg {
    min-height: 700px !important;
    height: 700px;
  }

      .custom-slider-wrapper {
        min-height: 700px;
    }


  .footer-primary_relative{
    padding-bottom:60px;
  }

  .blink-bx{
    display:block !important;
  }
  .d-large{
    display:none !important;
  }
   .d-small{
    display:block !important;
  }
  .space50-sm{
    margin-bottom:50px !important;
  }
}

  .d-small{
    display:none;
  }

  .d-large{
    display:block;
  }
  .pb-100{
padding-bottom:100px;
  }
  .core-services img{
    display: inline !important;
  }

  .service .arrows-button button:hover {
    background-color: #fb7914;
    transition: all 0.4s;
}
.service .arrows-button button {
    border: none;
    color: #181818;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    background-color: #ffe1ca;
    transition: all 0.4s;
    margin-right: 10px;
}
.custom-height{
  margin-top: 100px;
  margin-bottom:100px;
}
.index-body {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh !important; */
  font-family: Arial, sans-serif;

  /* Background image settings */
  background-image: url('../img/bg/bg-home.webp'); /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 
 .index-body {
        

         display: flex;
         align-items: center;
         justify-content: center;
         min-height: 100vh;
         font-family: Arial, sans-serif;
         } */
         .main-container {
         display: flex;
         gap: 50px;
         text-align: center;
         }
         .mainhome {
         margin:0 auto;
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
         background: #fff;
         border-radius: 50%;
         width: 400px;
         height: 400px;
         border:3px solid #fff;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         transition: transform 0.3s ease;
         }
         .mainhome:hover {
         transform: scale(1.05);
         }
         .mainhome img {
         padding: 5px;
         border-radius: 50%;
         width: 100%;
         height: auto;
         }
         .mainhome-title {
         color: #fff;
         font-weight: bold;
         margin-top: 15px;
         }


         .work3 .big-image {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work3 .big-image {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .work3 .big-image {
    text-align: start;
    margin-top: 30px;
  }
}
.work3 .big-image img {
  border-radius: 4px;
}
.work3 .work3-box {
  background-color: #fff;
  border-color:1px solid #ddd;
  border-radius: 7px;
  padding: 24px;
  margin-top: 30px;
  transition: all 0.4s;
  position: relative;
}
.work3 .work3-box span.stap {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 7px;
  border: 2px solid var(--ztc-bg-main-bg-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.work3 .work3-box h3 a {
  padding: 16px 0px;
}
.work3 .work3-box:hover {
  transform: translateY(-10px);
}
.work3 .work3-box:hover::after {
  opacity: 1;
  transition: all 0.4s;
}
.work3 .work3-box:hover .heading3 h3 {
  color: #fff;
  transition: all 0.4s;
}
.work3 .work3-box:hover .heading3 p {
  color: #fff;
  transition: all 0.4s;
}
.work3 .work3-box:hover span.stap {
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
  border: 2px solid var(--ztc-bg-color-w);
  text-transform: uppercase;
}
.work3 .work3-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 7px;
  z-index: -1;
  opacity: 0;
}
.bg-def{
  background-color: #ffe1ca;
}

.fs-40{
  font-size:60px !important;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.bg-prim{
  background-color: #db7e36;
}