@charset "UTF-8";

/*
::::::::::::::::::::::::::
 TYPOGRAPHY AREA CSS
::::::::::::::::::::::::::
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&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(../images/body2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -33;
}

.comon-body {
  background-image: url(../images/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: #0E38B1;
  --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: #E7EBF7;
  --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
::::::::::::::::::::::::::
*/
.heading1 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;
}
.heading1 span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.heading1 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) {
  .heading1 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading1 h3 a {
  color: var(--Text-Color, #0D0E10);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.heading1 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;
}
.heading1 h4 a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.heading1 h5 {
  color: var(--Text-Color, #0D0E10);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
}
.heading1 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;
}

.heading1-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) {
  .heading1-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading1-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading1-w p {
  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);
}

.heading2 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) {
  .heading2 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading2 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);
}
.heading2 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-4);
  margin-bottom: 16px;
}
.heading2 span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.heading2 h4 a {
  display: inline-block;
  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);
  transition: all 0.4s;
}
.heading2 h4 a:hover {
  color: var(--ztc-bg-main-bg-4);
}
.heading2 h3 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);
  transition: all 0.4s;
}
.heading2 h3 a:hover {
  color: var(--ztc-bg-main-bg-4);
}
.heading2 h5 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  color: var(--ztc-bg-color-w);
  font-weight: var(--f-fw-semibold);
}

.heading3-w h4 {
  padding: 0;
  margin: 0;
}
.heading3-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;
}
.heading3-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);
}

.heading3 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;
}
.heading3 span.span::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  height: 2px;
  width: 10px;
  background-color: var(--ztc-bg-main-bg-3);
}
.heading3 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) {
  .heading3 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading3 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;
}
.heading3 h3 a:hover {
  color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
}
.heading3 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);
}
.heading3 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;
}
.heading3 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;
}
.heading3 h4 a:hover {
  color: var(--ztc-bg-main-bg-3);
}

.heading4 span.span {
  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-regular);
  position: relative;
  padding-left: 12px;
  margin-bottom: 16px;
}
.heading4 span.span::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  left: 0;
  top: 4px;
  background-color: var(--ztc-bg-main-bg-2);
  border-radius: 50%;
}
.heading4 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) {
  .heading4 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading4 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;
}
.heading4 h4 a {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs28);
  color: var(--ztc-text-text-1);
  font-weight: var(--f-fw-blod);
  display: inline-block;
  transition: all 0.4s;
}
.heading4 h4 a:hover {
  color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.heading4 h3 a {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs32);
  color: var(--ztc-text-text-1);
  font-weight: var(--f-fw-blod);
  display: inline-block;
  transition: all 0.4s;
}
.heading4 h3 a:hover {
  color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}

.heading4-w span.span {
  display: inline-block;
  color: var(--ztc-text-pera-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  position: relative;
  padding-left: 12px;
  margin-bottom: 16px;
}
.heading4-w span.span::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  left: 0;
  top: 4px;
  background-color: var(--ztc-text-pera-text-2);
  border-radius: 50%;
}
.heading4-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-text-text-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading4-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading4-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading4-w h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.heading4-w h4 a:hover {
  color: var(--ztc-bg-main-bg-3);
}
.heading4-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);
  transition: all 0.4s;
}

.heading5 .title {
  background: linear-gradient(90deg, rgba(59, 50, 246, 0.1) 0%, rgba(73, 166, 255, 0.1) 100%);
  padding: 6px 12px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 16px;
}
.heading5 .title span {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading5 h2 {
  color: var(--Home-Page-4-Text-colors, #05092B);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading5 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.heading5 p {
  color: var(--Home-Page-4-paragraph, #5A5D73);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
}
.heading5 h4 a {
  display: inline-block;
  color: var(--Home-Page-4-Text-colors, #05092B);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.heading5 h4 a:hover {
  transition: all 0.4s;
  color: coral;
}

.heading5-w .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;
}
.heading5-w .title span {
  display: inline-block;
  color: var(--White-colors, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
}
.heading5-w h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 100% */
}
.heading5-w 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;
}
.heading5-w h4 a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
}
.heading5-w p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.heading6 span.span {
  display: inline-block;
  color: #FA6444;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: rgba(250, 100, 68, 0.1);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.heading6 h2 {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
.heading6 h2 span {
  display: inline-block;
  color: #FA6444;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading6 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.heading6 p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.heading6 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;
}
.heading6 h4 a:hover {
  transition: all 0.4s;
  color: #FA6444;
}

.heading7 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;
}
.heading7 h2 {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
.heading7 h2 span {
  display: inline-block;
  color: #0061FF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading7 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading7 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.heading7 p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.heading7 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;
}
.heading7 h4 a:hover {
  transition: all 0.4s;
  color: #0061FF;
}

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

.heading6-w span.span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.151);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.heading6-w h2 {
  color: var(--Home-Page-3-text-Colors, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
.heading6-w h2 span {
  display: inline-block;
  color: #FA6444;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading6-w h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading6-w h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.heading6-w p {
  color: var(--White-colors, rgba(255, 255, 255, 0.6901960784));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.heading9 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;
}
.heading9 span.span img {
  transform: translateY(-2px);
}
.heading9 p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.heading9 h2 {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
.heading9 h2 span {
  display: inline-block;
  color: #325D28;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading9 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading9 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

.heading10 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;
}
.heading10 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) {
  .heading10 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading10 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.heading10 p {
  color: #5F6464;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/
.blok:nth-of-type(odd) {
  background-color: white;
}

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

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

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #03256c;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #03256c; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/
.progress-wrap.progress-wrap2 {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.267);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 99;
  color: rgb(255, 255, 255);
}

.progress-wrap.progress-wrap2::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #f7f7f7;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2:hover::after {
  opacity: 0;
}

.progress-wrap.progress-wrap2::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2:hover::before {
  opacity: 1;
}

.progress-wrap.progress-wrap2 svg path {
  fill: none;
}

.progress-wrap.progress-wrap2 svg.progress-circle path {
  stroke: #ffffff; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*Pagination*/
.theme-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-pagination li {
  display: inline-block;
  color: #0D0E10;
}

.theme-pagination li a {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #F8F9FA;
  margin: 0 4px;
  transition: all 0.3s;
  display: block;
  color: var(--ztc-text-text-1);
  border-radius: 7px;
  font-weight: var(--f-fw-blod);
}

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

.theme-pagination li a:hover, .theme-pagination li a.active {
  background: var(--ztc-bg-main-bg-1);
  box-shadow: 0px 4px 10px 0px rgba(122, 120, 198, 0.2);
  transition: all 0.3s;
  color: var(--ztc-bg-color-w);
}

/* video button  */
.video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 30px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #0E38B1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #0E38B1;
  border-radius: 50%;
  transition: all 200ms;
}

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

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 12px;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pl-5 {
  padding-left: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pl-5 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .pl-5 {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .reveal {
    position: relative;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
  }
  .reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
  }
}
.image-anime {
  position: relative;
  overflow: hidden;
}

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

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

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.comon-body {
  /*Pagination*/
  /* video button  */
}
.comon-body .theme-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comon-body .theme-pagination li {
  display: inline-block;
  color: var(--ztc-bg-color-w);
}
.comon-body .theme-pagination li a {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  margin: 0 4px;
  transition: all 0.3s;
  display: block;
  color: var(--ztc-bg-color-w);
  border-radius: 7px;
  font-weight: var(--f-fw-blod);
}
.comon-body .recent-post-content {
  padding-right: 20px;
}
.comon-body .theme-pagination li a:hover, .comon-body .theme-pagination li a.active {
  background: var(--ztc-bg-main-bg-4);
  box-shadow: 0px 4px 10px 0px rgba(122, 120, 198, 0.2);
  transition: all 0.3s;
  color: var(--ztc-text-text-1);
}
.comon-body .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 30px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}
.comon-body .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #A1E934;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.comon-body .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #A1E934;
  border-radius: 50%;
  transition: all 200ms;
}
.comon-body .video-play-button:hover:after {
  background-color: #88d317;
}
.comon-body .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.comon-body .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 12px;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 12px solid #251717;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.video-buttton9 {
  /* video button  */
}
.video-buttton9 .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 30px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}
.video-buttton9 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #A2EA61;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-buttton9 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #A2EA61;
  border-radius: 50%;
  transition: all 200ms;
}
.video-buttton9 .video-play-button:hover:after {
  background-color: #88e434;
}
.video-buttton9 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-buttton9 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 12px;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 12px solid #181818;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-paly10 {
  /* video button  */
}
.video-paly10 .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 30px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}
.video-paly10 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #24908D;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-paly10 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #24908D;
  border-radius: 50%;
  transition: all 200ms;
}
.video-paly10 .video-play-button:hover:after {
  background-color: #1a6765;
}
.video-paly10 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-paly10 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 12px;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 12px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*----------------------------------------*/
/*  02. header
/*----------------------------------------*/
.site-header {
  z-index: 3;
  position: relative;
}

.header__top {
  padding: 7px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
  margin-top: -10px;
}

.header__bar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #f1f1f1;
  display: inline-block;
  margin-right: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__bar span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  display: inline-block;
  position: absolute;
  transition: 0.3s;
}

.header__bar span:nth-child(1) {
  top: 0;
}

.header__bar span:nth-child(2) {
  top: 50%;
  width: 11px;
  margin-top: -1px;
}

.header__bar span:nth-child(3) {
  bottom: 0;
}

.header__bar:hover span:nth-child(2) {
  width: 100%;
}

.header__bar-icon {
  height: 14px;
  width: 18px;
  position: relative;
}

.header__search {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}

.slide-bar .tx-close {
  width: 45px;
  height: 45px;
  border-width: 14px;
}

/*----------------------------------------*/
/*  09. 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;
}

/* search css */
.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type=search] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  color: balck;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: #000;
}
.header-search-form-wrapper .search-form input[type=search]:focus {
  outline: none;
}

.header-search-form-wrapper .search-form input[type=search]::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]::placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]:-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type=search]::-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9f9f9f;
  font-size: 24px;
  border: none;
}

.header-search-form-wrapper .tx-search-close {
  background: rgba(204, 204, 204, 0.2705882353);
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
}

.header-search-form-wrapper .tx-search-close::before,
.header-search-form-wrapper .tx-search-close::after {
  background-color: var(--color-black);
}

.header-search-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

header.site-header {
  background: #538b60;
  padding: 20px 0;
  color: #fff;
}

header.site-header span {
  color: #fff;
}

a.header__search.header-search-btn p {
  color: #fff;
}

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.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 AREA CSS
::::::::::::::::::::::::::
*/
.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(../images/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: #3059CE;
}
.theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}

.cta-btn1 {
  display: inline-block;
  background-color: var(--ztc-text-text-2);
  border-radius: 5px;
  padding: 16px 20px;
  color: var(--ztc-bg-main-bg-1);
  font-weight: var(--f-fw-blod);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.cta-btn1::after {
  content: "";
  position: absolute;
  background-image: url(../images/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;
}
.cta-btn1 span {
  display: inline-block;
  padding-left: 4px;
}
.cta-btn1:hover {
  color: #fff;
  transform: translateY(-4px);
  transition: all 0.4s;
  background-color: #3059CE;
}
.cta-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}

.cta-btn2 {
  display: inline-block;
  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;
  margin-left: 20px;
  border: 1px solid var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .cta-btn2 {
    margin-left: 0;
  }
}
.cta-btn2::after {
  content: "";
  position: absolute;
  background-image: url(../images/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;
}
.cta-btn2 span {
  display: inline-block;
  padding-left: 4px;
}
.cta-btn2:hover {
  color: #fff;
  transform: translateY(-4px);
  transition: all 0.4s;
  background-color: #3059CE;
  border: 1px solid #3059CE;
}
.cta-btn2:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}

.theme-btn2 {
  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 10px 16px 22px;
  border-radius: 25px;
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
}
.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::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #99ff00;
  border-radius: 25px;
  z-index: -1;
  transform: rotateY(90deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn2:hover::after {
  transform: rotateY(0deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}

.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: var(--ztc-bg-main-bg-3);
}

.theme-btn4 {
  display: inline-block;
  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: 7px;
  background-color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
  border: none;
}
.theme-btn4 i {
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 2px;
}
.theme-btn4:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(0px);
  background-color: #113adc;
}

.theme-btn5 {
  display: inline-block;
  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: 8px 10px 8px 18px;
  border-radius: 30px;
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
  border: none;
  position: relative;
  overflow: hidden;
}
.theme-btn5 span {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 40px;
  margin-left: 4px;
  transform: rotate(-45deg);
}
.theme-btn5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #4d03bd;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn5:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
  background-color: #7323eb;
}
.theme-btn5:hover::after {
  width: 100%;
  transition: all 0.4s;
}

@media xs {
  br {
    display: none;
  }
}

.theme-btn6 {
  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: 8px 10px 8px 18px;
  border-radius: 30px;
  background-color: #E7EAF3;
  transition: all 0.4s;
  border: none;
  margin-left: 16px;
  position: relative;
  overflow: hidden;
}
.theme-btn6 span {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 40px;
  margin-left: 4px;
  transform: rotate(-45deg);
}
.theme-btn6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #6E18EF;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn6:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn6:hover::after {
  width: 100%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .theme-btn6 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.theme-btn7 {
  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: 8px 10px 8px 18px;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.4s;
  border: none;
  position: relative;
  overflow: hidden;
}
.theme-btn7 span {
  height: 40px;
  width: 40px;
  background-color: var(--ztc-bg-main-bg-2);
  border-radius: 50%;
  display: inline-block;
  color: var(--ztc-text-text-2);
  text-align: center;
  line-height: 40px;
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.theme-btn7::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #6E18EF;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn7:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn7:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.theme-btn7:hover span {
  background-color: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  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: 17px;
  line-height: var(--f-fs-font-fs18);
  /*font-weight: var(--f-fw-blod);*/
  padding: 15px 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);
}
.btn--ripple {
  border-radius: 7px;
  background-color: var(--ztc-bg-main-bg-3);
  overflow: hidden;
}
.btn--ripple span {
  position: absolute;
  background: #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  animation: rippleAnimation 1s linear infinite;
  z-index: 98;
}
@keyframes rippleAnimation {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
.btn--hoverEffect3 {
  display: inline-block;
  background: #fff;
  color: #333;
  overflow: hidden;
  z-index: 1;
}
.btn--hoverEffect3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
  background: #444;
  border-radius: 5px;
  transition: 0.3s cubic-bezier(0.38, 1.15, 0.7, 1.12);
  box-sizing: border-box;
  z-index: 1000;
}
.btn--hoverEffect3:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.btn--hoverEffect3:hover {
  color: var(--qt-bg-bg-w);
}

.btn2 {
  position: relative;
  display: inline-block;
  outline: none;
  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: 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);
}
.btn2:hover {
  color: var(--qt-bg-bg-w);
}
.btn2--ripple {
  border-radius: 7px;
  background-color: var(--ztc-text-text-2);
  overflow: hidden;
  color: #113ADC;
}
.btn2--ripple span {
  position: absolute;
  background: #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  animation: rippleAnimation 1s linear infinite;
  z-index: 98;
}
@keyframes rippleAnimation {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
.btn2--hoverEffect3 {
  display: inline-block;
  background: #fff;
  color: #333;
  overflow: hidden;
  z-index: 1;
}
.btn2--hoverEffect3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
  background: #444;
  border-radius: 5px;
  transition: 0.3s cubic-bezier(0.38, 1.15, 0.7, 1.12);
  box-sizing: border-box;
  z-index: 1000;
}
.btn2--hoverEffect3:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.btn2--hoverEffect3:hover {
  color: var(--qt-bg-bg-w);
  transition: all 0.4s;
}

.theme-btn8 {
  display: inline-block;
  padding: 12px 17px;
  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;
}
.theme-btn8 span.text {
  display: inline-block;
  transform: translateY(-8px);
}
.theme-btn8 span.arrows {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  color: #FA7D3C;
  margin-left: 7px;
}
.theme-btn8 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  display: inline-block;
}
.theme-btn8 .arrow1 {
  transition: all 0.4s;
  display: inline-block;
  transform: translateX(7px);
}
.theme-btn8:hover .arrow2 {
  transform: translateY(-2px) rotate(-20deg) translateX(-8px);
  transition: all 0.4s;
}
.theme-btn8:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
}
.theme-btn8:hover {
  color: #fff;
}
.theme-btn8::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  z-index: -2;
}
.theme-btn8::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FA7D3C 0%, #FB3F52 100%));
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn8:hover {
  transition: all 0.4s;
}
.theme-btn8:hover::before {
  width: 100%;
  transition: all 0.4s;
}

.theme-btn9 {
  display: inline-block;
  padding: 14px 18px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  position: relative;
  z-index: 2;
  border: none;
}
.theme-btn9 span.text {
  display: inline-block;
  transform: translateY(-8px);
}
.theme-btn9 span.arrows {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  height: 32px;
  width: 32px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  border-radius: 50%;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-left: 7px;
  transition: all 0.4s;
}
.theme-btn9 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  display: inline-block;
}
.theme-btn9 .arrow1 {
  transition: all 0.4s;
  display: inline-block;
  transform: translateX(7px);
}
.theme-btn9:hover span.arrows {
  background: #fff;
  color: #FA7D3C;
}
.theme-btn9:hover .arrow2 {
  transform: translateY(-2px) rotate(-20deg) translateX(-8px);
  transition: all 0.4s;
}
.theme-btn9:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
}
.theme-btn9:hover {
  color: #fff;
}
.theme-btn9::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #fff;
  z-index: -2;
}
.theme-btn9::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FA7D3C 0%, #FB3F52 100%));
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn9:hover {
  transition: all 0.4s;
}
.theme-btn9:hover::before {
  width: 100%;
  transition: all 0.4s;
}

.theme-btn10 {
  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-btn10 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
}
.theme-btn10 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn10 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn10:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn10:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn10:hover {
  color: #fff;
}
.theme-btn10::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #FA6444;
  z-index: -2;
}
.theme-btn10::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-btn10:hover {
  transition: all 0.4s;
}
.theme-btn10:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.theme-btn10:hover span {
  transition: all 0.4s;
}

.theme-btn11 {
  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) {
  .theme-btn11 {
    margin-left: 0;
    margin-right: 16px;
    margin-top: 20px;
  }
}
.theme-btn11 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
}
.theme-btn11 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn11 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn11:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn11:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn11:hover {
  color: #fff;
}
.theme-btn11::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid #fff;
  z-index: -2;
}
.theme-btn11::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 4px;
  background: #FA6444;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn11:hover {
  transition: all 0.4s;
}
.theme-btn11:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.theme-btn11:hover span {
  transition: all 0.4s;
}

.theme-btn12 {
  display: inline-block;
  padding: 12px 16px;
  color: #111111;
  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;
  border-radius: 111px;
}
.theme-btn12 span.text {
  display: inline-block;
  transform: translateY(-8px);
}
.theme-btn12 span.arrows {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  height: 32px;
  width: 32px;
  background-color: #0061FF;
  border-radius: 50%;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-left: 7px;
}
.theme-btn12 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  display: inline-block;
}
.theme-btn12 .arrow1 {
  transition: all 0.4s;
  display: inline-block;
  transform: translateX(7px);
}
.theme-btn12:hover .arrow2 {
  transform: translateY(-2px) rotate(-20deg) translateX(-8px);
  transition: all 0.4s;
}
.theme-btn12:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
}
.theme-btn12:hover {
  color: #fff;
}
.theme-btn12::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 111px;
  background: #fff;
  z-index: -2;
}
.theme-btn12::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 111px;
  background: #111111;
  z-index: -1;
  transition: all 0.4s;
  transform: rotateY(80deg);
  opacity: 0;
}
.theme-btn12:hover {
  transition: all 0.4s;
}
.theme-btn12:hover::before {
  width: 100%;
  transition: all 0.4s;
  transform: rotateY(0deg);
  opacity: 1;
}

.theme-btn13 {
  display: inline-block;
  padding: 12px 16px;
  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;
  border-radius: 111px;
}
.theme-btn13 span.text {
  display: inline-block;
  transform: translateY(-8px);
}
.theme-btn13 span.arrows {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  color: #0061FF;
  margin-left: 7px;
}
.theme-btn13 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  display: inline-block;
}
.theme-btn13 .arrow1 {
  transition: all 0.4s;
  display: inline-block;
  transform: translateX(7px);
}
.theme-btn13:hover .arrow2 {
  transform: translateY(-2px) rotate(-20deg) translateX(-8px);
  transition: all 0.4s;
}
.theme-btn13:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
}
.theme-btn13:hover {
  color: #fff;
}
.theme-btn13::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 111px;
  background: #0061FF;
  z-index: -2;
}
.theme-btn13::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 111px;
  background: #111111;
  z-index: -1;
  transition: all 0.4s;
  transform: rotateY(80deg);
  opacity: 0;
}
.theme-btn13:hover {
  transition: all 0.4s;
}
.theme-btn13:hover::before {
  width: 100%;
  transition: all 0.4s;
  transform: rotateY(0deg);
  opacity: 1;
}

.theme-btn14 {
  display: inline-block;
  padding:14px 10px 14px 24px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  border-radius:4px;
  position: relative;
  z-index: 2;
  border:none;
  overflow:hidden;
  text-align: center;
}
.theme-btn14 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
}
.theme-btn14 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn14 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn14:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn14:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn14:hover {
  color: #fff;
}
.theme-btn14::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #4D32A5;
  z-index: -2;
}
.theme-btn14::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-btn14:hover {
  transition: all 0.4s;
}
.theme-btn14:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.theme-btn14:hover span {
  transition: all 0.4s;
}

.theme-btn15 {
  display: inline-block;
  padding: 18px 10px 18px 18px;
  color: #4D32A5;
  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;
  margin-left: 16px;
}
.theme-btn15 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
}
.theme-btn15 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn15 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn15:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn15:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn15:hover {
  color: #fff;
}
.theme-btn15::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 2px solid #4D32A5;
  z-index: -2;
}
.theme-btn15::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-btn15:hover {
  transition: all 0.4s;
}
.theme-btn15:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.theme-btn15:hover span {
  transition: all 0.4s;
}

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

.theme-btn17 {
  display: inline-block;
  padding: 19px 10px 19px 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-btn17 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 16px;
}
.theme-btn17 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn17 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn17:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn17:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn17:hover {
  color: #fff;
}
.theme-btn17::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #259EA6;
  z-index: -2;
}
.theme-btn17::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 4px;
  background: #180D03;
  transform: rotateY(90deg);
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn17:hover {
  transition: all 0.4s;
}
.theme-btn17:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
  transform: rotateY(0deg);
  opacity: 1;
}

.theme-btn18 {
  display: inline-block;
  padding: 19px 10px 19px 24px;
  color: #259EA6;
  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-btn18 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 16px;
}
.theme-btn18 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn18 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn18:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn18:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn18:hover {
  color: #fff;
}
.theme-btn18::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #fff;
  z-index: -2;
}
.theme-btn18::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 4px;
  background: #180D03;
  transform: rotateY(90deg);
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn18:hover {
  transition: all 0.4s;
}
.theme-btn18:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
  transform: rotateY(0deg);
  opacity: 1;
}

.theme-btn19 {
  display: inline-block;
  padding: 19px 10px 19px 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;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .theme-btn19 {
    margin-left: 0;
    margin-top: 20px;
    margin-right: 20px;
  }
}
.theme-btn19 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 16px;
}
.theme-btn19 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn19 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn19:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn19:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn19:hover {
  color: #fff;
}
.theme-btn19::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid #fff;
  z-index: -2;
}
.theme-btn19::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 4px;
  background: #180D03;
  transform: rotateY(90deg);
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn19:hover {
  transition: all 0.4s;
}
.theme-btn19:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
  transform: rotateY(0deg);
  opacity: 1;
}

.theme-btn21 {
  display: inline-block;
  padding: 19px 10px 19px 24px;
  color: #011313;
  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-btn21 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 16px;
}
.theme-btn21 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn21 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn21:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn21:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn21:hover {
  color: #011313;
}
.theme-btn21::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #fff;
  z-index: -2;
}
.theme-btn21::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 4px;
  background: #180D03;
  transform: rotateY(90deg);
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn21:hover {
  transition: all 0.4s;
  color: #fff;
}
.theme-btn21:hover::before {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
  transform: rotateY(0deg);
  opacity: 1;
}

/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
.about1 .about-image {
  position: relative;
}
.about1 .about-image .image1 {
  position: absolute;
  left: 0;
  top: 0;
}
.about1 .about-image .image2 {
  margin-left: 150px;
}
.about1 .about-image .icon-box {
  background-color: var(--ztc-bg-main-bg-1);
  padding: 16px 20px;
  border-radius: 7px;
  width: 200px;
  text-align: center;
  position: absolute;
  bottom: 50px;
}
.about1 .about-image .icon-box h4 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  padding: 16px 0px;
}
.about1 .about-image .icon-box 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);
}
.about1 .heading1 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .heading1 {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .about1 .heading1 {
    padding-left: 0;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .about1 .heading1 .list {
    margin-bottom: 10px;
  }
}
.about1 .heading1 .list li {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  padding-top: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about1 .heading1 .list li {
    line-height: var(--f-fs-font-fs28);
    display: block;
  }
}
.about1 .heading1 .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-main-bg-1);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-color-w);
  margin-top: 0px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .about2 {
    padding-top: 60px;
  }
}
.about2 .about2-images {
  position: relative;
  height: 500px;
  text-align: center;
}
@media (max-width: 767px) {
  .about2 .about2-images {
    height: 600px;
  }
}
.about2 .about2-images .image1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .about2 .about2-images .image1 {
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 9;
  }
}
.about2 .about2-images .image2 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .about2 .about2-images .image2 {
    padding-top: 50px;
    position: absolute;
    bottom: 50px;
  }
}
.about2 .about2-images .image3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.about2 .about2-images .counter-box {
  background-color: var(--ztc-bg-main-bg-4);
  width: 200px;
  padding: 20px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.about2 .about2-images .counter-box h3 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  color: var(--ztc-text-text-1);
  font-weight: var(--f-fw-blod);
}
.about2 .about2-images .counter-box p {
  text-align: start;
  padding-left: 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-text-1);
}
.about2 .porgress-line-all {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  border-radius: 7px;
  padding: 32px;
  margin-top: 20px;
}
.about2 .porgress-line-all .progress-line {
  margin-top: 32px;
  position: relative;
}
.about2 .porgress-line-all .progress-line:nth-child(1) {
  margin-top: 0;
}
.about2 .porgress-line-all .progress-line h6 {
  color: var(--ztc-bg-color-w);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
}
.about2 .porgress-line-all .progress-line .percentCount {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--ztc-bg-color-w);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
}
.about2 .porgress-line-all .progress-line .progressbar {
  margin-top: 20px;
  color: red;
}
.about2 .heading2 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .heading2 {
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .about2 .heading2 {
    padding-left: 0;
    padding-top: 40px;
  }
}
.about2.about-page-sec .porgress-line-all {
  background: #F8F9FA;
  border: none;
}
.about2.about-page-sec .porgress-line-all .progress {
  height: 10px;
}
.about2.about-page-sec .porgress-line-all .progress .progress-bar {
  background: var(--ztc-bg-main-bg-1);
}
.about2.about-page-sec .porgress-line-all .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.about2.about-page-sec .porgress-line-all h6 {
  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);
}
.about2.about-page-sec .counter-box {
  background-color: var(--ztc-bg-main-bg-1);
  width: 200px;
  padding: 20px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.about2.about-page-sec .counter-box h3 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  color: #fff;
  font-weight: var(--f-fw-blod);
}
.about2.about-page-sec .counter-box p {
  text-align: start;
  padding-left: 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-regular);
  color: #fff;
}

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

.about4 .images {
  position: relative;
  height: 560px;
  text-align: center;
}
.about4 .images .img1 {
  position: absolute;
  z-index: -3;
}
.about4 .images .img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .about4 .images .img2 {
    display: none;
  }
}
.about4 .images .img3 {
  position: absolute;
  right: 125px;
  top: 0;
  z-index: 2;
}
.about4 .images .img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about4 .images .img5 {
  position: absolute;
  right: 40px;
  top: 60px;
  z-index: 7;
}
.about4 .counter-box {
  text-align: start;
  border-right: 2px solid rgba(86, 95, 118, 0.096);
}
@media (max-width: 767px) {
  .about4 .counter-box {
    text-align: start;
  }
}
.about4 .counter-box h3 {
  color: var(--ztc-bg-main-bg-2);
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
}
.about4 .counter-box p {
  padding-top: 6px;
}
@media (max-width: 767px) {
  .about4 .list {
    margin: 16px 0px;
  }
}
.about4 .list li {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  padding: 5px 0px;
}
.about4 .list li span {
  display: inline-block;
  margin-right: 6px;
  height: 20px;
  width: 20px;
  font-size: 12px;
  background-color: var(--ztc-bg-main-bg-2);
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: var(--ztc-bg-color-w);
}
.about4 .heading4 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4 .heading4 {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about4 .heading4 {
    padding-left: 0;
    margin-top: 30px;
  }
}

.about5 {
  padding: 180px 0px 100px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 {
    padding: 100px 0px 50px 0px;
  }
}
@media (max-width: 767px) {
  .about5 {
    padding: 100px 0px 50px 0px;
  }
}
.about5 .images {
  position: relative;
  margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 .images {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .about5 .images {
    margin-right: 0px;
  }
}
.about5 .images .img img {
  width: 100%;
}
.about5 .images .shape {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 .heading5 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about5 .heading5 {
    margin-top: 30px;
  }
}
.about5 .items-area {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.about5 .items-area .icon {
  margin-right: 20px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  text-align: center;
  line-height: 80px;
}
.about5 .items-area .icon img {
  transition: all 0.4s;
}
.about5 .items-area:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
}

.about6 .image img {
  width: 100%;
}
.about6 .image2 {
  background-color: #FA6444;
  padding: 16px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: 100px;
}
.about6 .image2 h4 {
  color: var(--Home-Page-3-white-colors, #FFF);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 100% */
}
.about6 .image2 p {
  color: var(--Home-Page-3-white-colors, rgba(255, 255, 255, 0.862745098));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 8px;
}
.about6 .heading6 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about6 .heading6 {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .about6 .heading6 {
    padding-left: 0;
    padding-top: 30px;
  }
}
.about6 .heading6 .about-list ul li {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  padding-top: 20px;
}
.about6 .heading6 .about-list ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background-color: #FA6444;
  border-radius: 50%;
  color: #fff;
  transform: translateY(-2px);
  margin-right: 5px;
}

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

.skill7 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.skill7 .image {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill7 .image {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .skill7 .image {
    margin-left: 0;
    margin-top: 30px;
  }
}
.skill7 .image img {
  width: 100%;
}
.skill7 .porgress-line-all {
  border: none;
}
.skill7 .porgress-line-all .progress-line {
  margin-top: 30px;
}
.skill7 .porgress-line-all .progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #ffffff70;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.skill7 .porgress-line-all .progress {
  height: 7px;
}
.skill7 .porgress-line-all .progress .progress-bar {
  background: #fff;
}
.skill7 .porgress-line-all .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.skill7 .porgress-line-all h6 {
  color: var(--White-colors, #FFF);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
}
.skill7 .porgress-line-all p {
  color: var(--White-colors, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
}

.about9 .counter-box {
  margin-top: 30px;
  text-align: center;
  margin-right: 24px;
}
.about9 .counter-box h3 {
  color: var(--Text-Color, #181818);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 100% */
}
.about9 .counter-box p {
  color: var(--Paragraph-Color, #646375);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 10px;
}

.about10 .heading10 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10 .heading10 {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .about10 .heading10 {
    padding-left: 0;
    padding-top: 30px;
  }
}
.about10 .heading10 .about-list ul li {
  color: #011313;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  margin-top: 24px;
}
.about10 .heading10 .about-list ul li .check {
  background-color: #24908D;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 2px;
  transform: translateY(-3px);
}
.about10 .work-images {
  position: relative;
}
.about10 .work-images .counter-box {
  text-align: center;
  background-color: #24908D;
  width: 186px;
  padding: 24px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 210px;
  margin-top: -70px;
  z-index: 3;
}
.about10 .work-images .counter-box h3 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 100% */
}
.about10 .work-images .counter-box p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  padding-top: 10px;
}

.about-solution .images img {
  width: 100%;
  border-radius: 7px;
}
.about-solution .item-box .icon {
  background: #E7EBF7 !important;
}
.about-solution .heading1 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-solution .heading1 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-solution .heading1 {
    padding-left: 0;
  }
}

.about-tabs .tab-header-all {
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 240px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tabs .tab-header-all {
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .about-tabs .tab-header-all {
    border-radius: 4px;
  }
}
.about-tabs .tab-header-all li button {
  color: var(--Text-Color, #0D0E10);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  padding: 16px 44px;
  border-radius: 144px;
  background-color: #F8F9FA;
  margin: 12px 10px 12px 10px;
}
.about-tabs .tab-header-all li button.active {
  background-color: var(--ztc-bg-main-bg-1);
  color: #fff;
}
.about-tabs .tab-content-box {
  background-color: #fff;
  border-radius: 7px;
  padding: 55px 32px;
}
.about-tabs .tab-content-box .heading1 h5 {
  color: var(--Text-Color, #0D0E10);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
}
.about-tabs .tab-content-box .heading1 p span.text {
  color: var(--ztc-bg-main-bg-1);
  font-weight: var(--f-fw-semibold);
}

.about10 .work-images {
  position: relative;
}
.about10 .work-images .image {
  margin-top: 30px;
}
.about10 .work-images .image img {
  width: 100%;
  border-radius: 7px;
}
.about10 .work-images .bg-image {
  position: absolute;
  top: 160px;
  right: 50px;
  z-index: -1;
}

/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
/*--------------------------------------------------------------
  19. Casestudie
----------------------------------------------------------------*/
.cs_case_study_1_list {
  display: flex;
}

@media (max-width: 767px) {
  .cs_case_study_1_list {
    flex-direction: column;
  }
}
.cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}

.cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}

.cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}

@media (max-width: 767px) {
  .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}

.cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}

.cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}

@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}

.cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}

@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  background-color: #4f4747;
  color: #fff;
  height: 55px;
  width: 55px;
  font-size: 20px;
  transition: all 0.6s ease;
}

@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.cs_case_study_thumb {
  background-image: url(../images/about3-image1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../images/about3-image2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../images/about3-image3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 12px;
  border-radius: 55px;
  height: 550px;
}

.about-page-team .team-box .heading1 h4 a {
  font-size: var(--f-fs-font-fs24);
}
.about-page-team .team-box .icon-area ul li a:hover {
  background: var(--ztc-bg-main-bg-1) !important;
  color: #fff !important;
}

.bg1 {
  background-color: #F8F9FA;
}

.comon-body .solution .item-box .icon {
  background-color: #10171E !important;
  transition: all 0.4s;
}
.comon-body .solution .item-box:hover .icon {
  background: #A1E934 !important;
}

.about9 .cs_case_study_1_list {
  display: flex;
}
@media (max-width: 767px) {
  .about9 .cs_case_study_1_list {
    flex-direction: column;
  }
}
.about9 .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}
.about9 .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.about9 .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}
@media (max-width: 767px) {
  .about9 .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.about9 .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}
.about9 .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}
.about9 .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}
.about9 .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .about9 .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.about9 .cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}
.about9 .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}
@media (max-width: 767px) {
  .about9 .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.about9 .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.about9 .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.about9 .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}
@media (max-width: 1400px) {
  .about9 .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .about9 .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.about9 .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  background-color: #4f4747;
  color: #fff;
  height: 55px;
  width: 55px;
  font-size: 20px;
  transition: all 0.6s ease;
}
@media (max-width: 1400px) {
  .about9 .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about9 .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.about9 .cs_case_study_thumb {
  background-image: url(../images/about9-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about9 .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../images/about9-img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about9 .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../images/about9-img3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about9 .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 12px;
  border-radius: 8px;
  height: 500px;
}

.industris-slider1 {
  margin-top: 40px;
}
.industris-slider1 .single-slider {
  text-align: center;
  display: flex;
  justify-content: center;
}

.industris-slider2 {
  margin-top: 40px;
}
.industris-slider2 .single-slider {
  text-align: center;
  display: flex;
  justify-content: center;
}

/*
::::::::::::::::::::::::::
 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: var(--ztc-bg-bg-2);
  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 .heading1 h4 a {
  display: inline-block;
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.service .single-box:hover .heading1 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);
}

.servcie2 .servcie2-box {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  padding: 24px;
  position: relative;
  margin-top: 30px;
  transition: all 0.4s;
  border-radius: 7px;
}
.servcie2 .servcie2-box .heading2 h4 a {
  font-size: var(--f-fs-font-fs20);
}
.servcie2 .servcie2-box .icon {
  height: 50px;
  margin-bottom: 24px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--ztc-bg-bg-5);
  background-color: #000120;
}
.servcie2 .servcie2-box .arrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  border: 1px solid var(--ztc-bg-main-bg-4);
  transform: rotate(-45deg) scale(0.4);
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: rgba(161, 233, 52, 0.137254902);
  opacity: 0;
}
.servcie2 .servcie2-box .arrow:hover {
  background-color: rgba(161, 233, 52, 0.137254902);
  transition: all 0.4s;
}
.servcie2 .servcie2-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.servcie2 .servcie2-box:hover .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}
.servcie2 .servcie2-box.active {
  transition: all 0.4s;
  transform: translateY(-10px);
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.servcie2 .servcie2-box.active .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}
.servcie2.service-page-sec .servcie2-box {
  background-color: #F8F9FA;
  border: none;
  padding: 24px;
  position: relative;
  margin-top: 30px;
  transition: all 0.4s;
  border-radius: 7px;
}
.servcie2.service-page-sec .servcie2-box .heading2 h4 a {
  font-size: var(--f-fs-font-fs20);
}
.servcie2.service-page-sec .servcie2-box .icon {
  height: 50px;
  margin-bottom: 24px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #E7EBF7;
  border: none;
}
.servcie2.service-page-sec .servcie2-box .arrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--ztc-bg-main-bg-1);
  border: none;
  transform: rotate(-45deg) scale(0.4);
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: #fff;
  opacity: 0;
}
.servcie2.service-page-sec .servcie2-box .arrow:hover {
  background-color: rgba(161, 233, 52, 0.137254902);
  transition: all 0.4s;
}
.servcie2.service-page-sec .servcie2-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--ztc-bg-main-bg-1);
}
.servcie2.service-page-sec .servcie2-box:hover .heading1 h4 a {
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.servcie2.service-page-sec .servcie2-box:hover .heading1 p {
  color: #fff;
  transition: all 0.4s;
}
.servcie2.service-page-sec .servcie2-box:hover .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}

.service3 {
  background-color: var(--ztc-bg-bg-6);
}
.service3 .service3-box {
  margin-top: 30px;
  background-color: var(--ztc-bg-color-w);
  padding: 24px;
  border-radius: 7px;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.service3 .service3-box .icon {
  height: 48px;
  width: 48px;
  background-color: rgba(17, 58, 220, 0.1450980392);
  margin-right: 20px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.4s;
}
.service3 .service3-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background-color: var(--ztc-bg-main-bg-3);
}
.service3 .service3-box:hover .icon {
  background-color: rgba(255, 255, 255, 0.8705882353);
}
.service3 .service3-box:hover .heading3 h4 a {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.service3 .service3-box:hover .heading3 p {
  color: rgba(255, 255, 255, 0.7725490196);
}
.service3 .main-image {
  margin-top: 30px;
}
.service3 .main-image img {
  width: 100%;
  border-radius: 7px;
}

.service4 {
  background-color: var(--ztc-bg-bg-1);
}
.service4 .service4-box.active {
  background: var(--ztc-bg-color-w);
  transform: translateY(-10px);
  border: 1px solid var(--ztc-bg-color-w);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
}
.service4 .service4-box {
  border-radius: 7px;
  border: 1px solid #E8EAED;
  padding: 24px;
  margin-top: 30px;
  transition: all 0.4s;
}
.service4 .service4-box .icon {
  height: 80px;
  width: 80px;
  background-color: #EAE3F9;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 0.4s;
}
.service4 .service4-box .heading4 .learn-btn {
  display: inline-block;
  color: var(--ztc-text-text-1);
  line-height: var(--f-fs-font-fs18);
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  transition: all 0.4s;
}
.service4 .service4-box .heading4 .learn-btn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.service4 .service4-box .heading4 .learn-btn:hover {
  color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.service4 .service4-box:hover {
  background: var(--ztc-bg-color-w);
  transform: translateY(-10px);
  border: 1px solid var(--ztc-bg-color-w);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
}

.service5 .service-box {
  position: relative;
  padding: 32px;
  border-radius: 8px;
  text-align: center;
  margin-top: 30px;
}
.service5 .service-box .learn {
  display: inline-block;
  color: var(--Home-Page-4-Text-colors, #05092B);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  margin-top: 24px;
  transition: all 0.4s;
}
.service5 .service-box .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.service5 .service-box .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
.service5 .service-box .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  border-radius: 50%;
  z-index: -1;
}
.service5 .service-box .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
  transform: rotateY(80deg);
  opacity: 0;
  transition: all 0.4s;
}
.service5 .service-box .icon img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.service5 .service-box .heading5 {
  margin-top: 24px;
}
.service5 .service-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  z-index: -2;
}
.service5 .service-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  border-radius: 4px;
  z-index: -1;
  transform: rotateY(80deg);
  opacity: 0;
  transition: all 0.4s;
}
.service5 .service-box:hover {
  transition: all 0.4s;
}
.service5 .service-box:hover::before {
  transition: all 0.4s;
  transform: rotateY(0deg);
  opacity: 1;
}
.service5 .service-box:hover .heading5 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.service5 .service-box:hover .heading5 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.6901960784);
}
.service5 .service-box:hover .learn {
  transition: all 0.4s;
  color: #fff;
}
.service5 .service-box:hover .icon img {
  filter: none;
  transition: all 0.4s;
}
.service5 .service-box:hover .icon::before {
  transition: all 0.4s;
  transform: rotateY(0deg);
  opacity: 1;
}

.sidebar-bg {
  background-color: #F8F9FA;
  border-radius: 7px;
  padding: 24px;
}

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

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

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

.sidebar-box-area h3 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  padding-bottom: 24px;
}
.sidebar-box-area 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);
}
.sidebar-box-area .search {
  position: relative;
}
.sidebar-box-area .search input {
  padding: 16px 22px;
  border-radius: 7px;
  border: none;
  border: 1px solid var(--ztc-bg-main-bg-1);
  background: none;
  width: 100%;
  color: var(--ztc-text-text-1);
}
.sidebar-box-area .search input::-moz-placeholder {
  color: var(--Paragraph-Color, #676879);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.sidebar-box-area .search input::placeholder {
  color: var(--Paragraph-Color, #676879);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.sidebar-box-area .search input:focus {
  outline: none;
}
.sidebar-box-area .search .button button {
  background: none;
  font-size: 22px;
  color: var(--ztc-text-text-1);
  border: none;
  position: absolute;
  right: 20px;
  top: 18px;
}
.sidebar-box-area .features-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--ztc-text-text-1);
  background-color: #fff;
  padding: 20px 22px;
  border-radius: 7px;
  margin-bottom: 16px;
  transition: all 0.4s;
  font-weight: var(--f-fw-blod);
}
.sidebar-box-area .features-list li a:hover {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.sidebar-box-area .tags li {
  display: inline-block;
}
.sidebar-box-area .tags li a {
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 16px;
  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);
  margin: 8px 4px;
  transition: all 0.4s;
}
.sidebar-box-area .tags li a:hover {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.sidebar-box-area .download-btns a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin-top: 16px;
  border-radius: 7px;
  transition: all 0.4s;
  font-weight: var(--f-fw-blod);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
}
.sidebar-box-area .download-btns a img {
  margin-top: -3px;
  margin-left: 3px;
}
.sidebar-box-area .download-btns a:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.sidebar-box-area .download-btns .daownload1 {
  background-color: var(--ztc-bg-main-bg-1);
  color: var(--ztc-bg-color-w);
}
.sidebar-box-area .download-btns .daownload1 img {
  filter: brightness(40);
}
.sidebar-box-area .download-btns .daownload2 {
  background-color: #fff;
  color: var(--ztc-text-text-1);
}
.sidebar-box-area .contact-form .single-input input, .sidebar-box-area .contact-form .single-input textarea {
  padding: 16px 22px;
  border-radius: 4px;
  border: none;
  background-color: #fff;
  width: 100%;
  margin-bottom: 16px;
  color: var(--ztc-text-pera-text-1);
}
.sidebar-box-area .contact-form .single-input input:focus, .sidebar-box-area .contact-form .single-input textarea:focus {
  outline: none;
}
.sidebar-box-area .contact-form .single-input input::-moz-placeholder, .sidebar-box-area .contact-form .single-input textarea::-moz-placeholder {
  color: var(--Paragraph-Color, #676879);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.sidebar-box-area .contact-form .single-input input::placeholder, .sidebar-box-area .contact-form .single-input textarea::placeholder {
  color: var(--Paragraph-Color, #676879);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}

.details-post-area .image img {
  width: 100%;
}
.details-post-area .expart-list li {
  color: var(--Paragraph-Color, #676879);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding-top: 16px;
}
.details-post-area .expart-list li span.check {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--ztc-bg-color-w);
  background-color: var(--ztc-bg-main-bg-1);
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}
.details-post-area .expart-list li span.text {
  color: var(--Text-Color, #0D0E10);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}
.details-post-area .boxs-area ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-post-area .boxs-area ul li {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: #0D0E10;
  padding: 18px 16px;
  background-color: #F8F9FA;
  border-radius: 7px;
  margin-top: 20px;
  min-width: 250px;
  transition: all 0.4s;
}
.details-post-area .boxs-area ul li span.check {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--ztc-bg-color-w);
  background-color: var(--ztc-bg-main-bg-1);
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
  transition: all 0.4s;
}
.details-post-area .boxs-area ul li:hover {
  transition: all 0.4s;
  transform: translateY(-6px);
  background-color: var(--ztc-bg-main-bg-1);
  color: #fff;
}
.details-post-area .boxs-area ul li:hover span.check {
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}

.servcie2-box {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  padding: 24px;
  position: relative;
  margin-top: 30px;
  transition: all 0.4s;
  border-radius: 7px;
}
.servcie2-box .heading2 h4 a {
  font-size: var(--f-fs-font-fs20);
}
.servcie2-box .icon {
  height: 50px;
  margin-bottom: 24px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--ztc-bg-bg-5);
  background-color: #000120;
}
.servcie2-box .arrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  border: 1px solid var(--ztc-bg-main-bg-4);
  transform: rotate(-45deg) scale(0.4);
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: rgba(161, 233, 52, 0.137254902);
  opacity: 0;
}
.servcie2-box .arrow:hover {
  background-color: rgba(161, 233, 52, 0.137254902);
  transition: all 0.4s;
}
.servcie2-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.servcie2-box:hover .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}

.service6 {
  position: relative;
}
.service6 .service-box {
  margin-top: 30px;
  padding: 24px;
  position: relative;
  display: flex;
  align-items: start;
  overflow: hidden;
  border-radius: 4px;
}
.service6 .service-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  background: var(--Home-Page-3-white-colors, #FFF);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  line-height: 70px;
  text-align: center;
  transition: all 0.4s;
}
.service6 .service-box .heading6 {
  padding-left: 20px;
}
.service6 .service-box .heading6 p {
  padding: 14px 0px;
  transition: all 0.4s;
}
.service6 .service-box .heading6 .learn {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.service6 .service-box .heading6 .learn span {
  display: inline-block;
  transform: rotate(-54deg);
}
.service6 .service-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  z-index: -2;
}
.service6 .service-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  width: 500px;
  background-color: #FA6444;
  border-radius: 4px;
  z-index: -1;
  transform: rotate(45deg) translateX(-565px);
  transition: all 0.4s;
}
.service6 .service-box:hover {
  transition: all 0.4s;
}
.service6 .service-box:hover .heading6 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.service6 .service-box:hover .heading6 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.7176470588);
}
.service6 .service-box:hover .heading6 .learn {
  color: #fff;
  transition: all 0.4s;
}
.service6 .service-box:hover::before {
  transition: all 0.4s;
  transform: rotate(45deg) translateX(-106px);
  top: -66px;
}

.service7 {
  position: relative;
}
.service7 .service7-box {
  margin-top: 30px;
  border-radius: 4px;
  transition: all 0.4s;
}
.service7 .service7-box .heading-area {
  background-color: #E9EFF9;
  padding: 32px;
  border-radius: 4px 4px 0px 0px;
  transition: all 0.4s;
}
.service7 .service7-box .heading-area .icon {
  height: 56px;
  width: 56px;
  background-color: #D2E1FA;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 16px;
}
.service7 .service7-box .heading-area p {
  padding: 16px 0px;
  transition: all 0.4s;
}
.service7 .service7-box .heading-area .learn {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.service7 .service7-box .heading-area .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.service7 .service7-box .heading-area .learn:hover {
  transition: all 0.4s;
  color: #0061FF;
}
.service7 .service7-box .image {
  overflow: hidden;
  border-radius: 0px 0px 4px 4px;
}
.service7 .service7-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.service7 .service7-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.service7 .service7-box:hover .heading-area {
  transition: all 0.4s;
  background-color: #0061FF;
}
.service7 .service7-box:hover .heading-area .icon {
  background-color: #fff;
  transition: all 0.4s;
}
.service7 .service7-box:hover .heading-area h4 a {
  color: #fff;
  transition: all 0.4s;
}
.service7 .service7-box:hover .heading-area p {
  color: rgba(255, 255, 255, 0.8078431373);
  transition: all 0.4s;
}
.service7 .service7-box:hover .heading-area .learn {
  color: #fff;
  transition: all 0.4s;
}
.service7 .service7-box:hover .image img {
  transform: scale(1.1) rotate(2deg);
}

.service8 {
  position: relative;
}
.service8 .service8-heading {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service8 .service8-heading {
    padding-left: 0px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .service8 .service8-heading {
    padding-left: 0px;
    padding-top: 30px;
  }
}
.service8 .service-box {
  background-color: #F5F5FD;
  border-radius: 4px;
  padding: 32px;
  transition: all 0.4s;
  text-align: center;
}
.service8 .service-box.top {
  margin-bottom: 30px;
}
.service8 .service-box .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: #4D32A5;
  transition: all 0.4s;
  margin: auto;
}
.service8 .service-box .icon img {
  filter: brightness(40);
  transition: all 0.4s;
}
.service8 .service-box .heading8 p {
  padding: 16px 0px 24px 0px;
}
.service8 .service-box .heading8 .learn {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.service8 .service-box .heading8 .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.service8 .service-box .heading8 .learn:hover {
  transition: all 0.4s;
  color: #4D32A5;
}
.service8 .service-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: #4D32A5;
}
.service8 .service-box:hover .icon {
  background-color: #fff;
  transition: all 0.4s;
}
.service8 .service-box:hover .icon img {
  transition: all 0.4s;
  filter: none;
  transform: rotateY(180deg);
}
.service8 .service-box:hover .heading8 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.service8 .service-box:hover .heading8 p {
  color: rgba(255, 255, 255, 0.8705882353);
  transition: all 0.4s;
}
.service8 .service-box:hover .heading8 .learn {
  color: #fff;
  transition: all 0.4s;
}

.service10::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
  background-image: url(../images/service10-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .service10::before {
    display: none;
  }
}
.service10 .service10-slider {
  margin-top: 60px;
}
.service10 .service10-slider .single-slider {
  background: #fff;
  padding: 28px 24px;
  border-radius: 8px;
  margin: 0px 10px;
  transition: all 0.4s;
}
.service10 .service10-slider .single-slider .icon {
  background-color: #E9F4F4;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s;
}
.service10 .service10-slider .single-slider .icon img {
  display: inline-block;
  transition: all 0.4s;
}
.service10 .service10-slider .single-slider .heading h4 a {
  display: inline-block;
  color: #011313;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  padding: 24px 0px 16px 0px;
  transition: all 0.4s;
}
.service10 .service10-slider .single-slider .heading p {
  color: #5F6464;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
}
.service10 .service10-slider .single-slider .heading .learn {
  display: inline-block;
  color: #011313;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  padding-top: 24px;
  transition: all 0.4s;
}
.service10 .service10-slider .single-slider .heading .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.service10 .service10-slider .single-slider.slick-current.slick-active {
  background-color: #24908D;
  transition: all 0.4s;
}
.service10 .service10-slider .single-slider.slick-current.slick-active .heading h4 a {
  transition: all 0.4s;
  color: #fff;
}
.service10 .service10-slider .single-slider.slick-current.slick-active .heading p {
  color: rgba(255, 255, 255, 0.7882352941);
  transition: all 0.4s;
}
.service10 .service10-slider .single-slider.slick-current.slick-active .heading .learn {
  transition: all 0.4s;
  color: #fff;
}
.service10 .service10-slider .single-slider:hover {
  background-color: #24908D;
  transition: all 0.4s;
}
.service10 .service10-slider .single-slider:hover .heading h4 a {
  transition: all 0.4s;
  color: #fff;
}
.service10 .service10-slider .single-slider:hover .heading p {
  color: rgba(255, 255, 255, 0.7882352941);
  transition: all 0.4s;
}
.service10 .service10-slider .single-slider:hover .heading .learn {
  transition: all 0.4s;
  color: #fff;
}
.service10 .arrows-button {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10 .arrows-button {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .service10 .arrows-button {
    text-align: start;
    margin-top: 20px;
  }
}
.service10 .arrows-button button {
  border: none;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  color: #000120;
  transition: all 0.4s;
  background-color: #fff;
  margin-left: 5px;
}
.service10 .arrows-button button:hover {
  background-color: #24908D;
  color: #fff;
  transition: all 0.4s;
}

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

.servcie2-box.servcie2-box-2 {
  background-color: #F8F9FA;
  border: none;
  padding: 24px;
  position: relative;
  margin-top: 30px;
  transition: all 0.4s;
  border-radius: 7px;
}
.servcie2-box.servcie2-box-2 .heading2 h4 a {
  font-size: var(--f-fs-font-fs20);
}
.servcie2-box.servcie2-box-2 .icon {
  height: 50px;
  margin-bottom: 24px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #E7EBF7;
  border: none;
}
.servcie2-box.servcie2-box-2 .arrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--ztc-bg-main-bg-1);
  border: none;
  transform: rotate(-45deg) scale(0.4);
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: #fff;
  opacity: 0;
}
.servcie2-box.servcie2-box-2 .arrow:hover {
  background-color: #fff;
  transition: all 0.4s;
}
.servcie2-box.servcie2-box-2:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--ztc-bg-main-bg-1);
  border: none;
}
.servcie2-box.servcie2-box-2:hover .heading1 h4 a {
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.servcie2-box.servcie2-box-2:hover .heading1 p {
  color: #fff;
  transition: all 0.4s;
}
.servcie2-box.servcie2-box-2:hover .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}

.bg1 .servcie2-box.servcie2-box-2 {
  background-color: #fff;
}
.bg1 .servcie2-box.servcie2-box-2:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--ztc-bg-main-bg-1);
  border: none;
}
.bg1 .servcie2-box.servcie2-box-2:hover .heading1 h4 a {
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.bg1 .servcie2-box.servcie2-box-2:hover .heading1 p {
  color: #fff;
  transition: all 0.4s;
}
.bg1 .servcie2-box.servcie2-box-2:hover .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}

.comon-body .sidebar-bg {
  background-color: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 24px;
  border: 1px solid var(--ztc-bg-bg-5);
}
.comon-body .sidebar-box-area h3 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  padding-bottom: 24px;
}
.comon-body .sidebar-box-area 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);
}
.comon-body .sidebar-box-area .search {
  position: relative;
}
.comon-body .sidebar-box-area .search input {
  padding: 16px 22px;
  border-radius: 30px;
  border: none;
  border: 1px solid var(--ztc-bg-main-bg-4);
  background: none;
  width: 100%;
  color: var(--ztc-bg-color-w);
}
.comon-body .sidebar-box-area .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6352941176);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
}
.comon-body .sidebar-box-area .search input::placeholder {
  color: rgba(255, 255, 255, 0.6352941176);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
}
.comon-body .sidebar-box-area .search .button button {
  background: none;
  font-size: 22px;
  color: var(--ztc-bg-color-w);
  border: none;
  position: absolute;
  right: 20px;
  top: 18px;
}
.comon-body .sidebar-box-area .features-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--ztc-bg-color-w);
  background-color: #342F42;
  padding: 20px 22px;
  border-radius: 30px;
  border: 1px solid #484455;
  margin-bottom: 16px;
  transition: all 0.4s;
  font-weight: var(--f-fw-blod);
}
.comon-body .sidebar-box-area .features-list li a:hover {
  background-color: var(--ztc-bg-main-bg-4);
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.comon-body .sidebar-box-area .tags li {
  display: inline-block;
}
.comon-body .sidebar-box-area .tags li a {
  display: inline-block;
  border: 1px solid #484455;
  background-color: #342F42;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 8px 4px;
  transition: all 0.4s;
}
.comon-body .sidebar-box-area .tags li a:hover {
  background-color: var(--ztc-bg-main-bg-4);
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.comon-body .sidebar-box-area .download-btns a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin-top: 16px;
  border-radius: 30px;
  transition: all 0.4s;
  font-weight: var(--f-fw-blod);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
}
.comon-body .sidebar-box-area .download-btns a img {
  margin-top: -3px;
  margin-left: 3px;
}
.comon-body .sidebar-box-area .download-btns a:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.comon-body .sidebar-box-area .download-btns .daownload1 {
  background-color: var(--ztc-bg-main-bg-4);
  color: var(--ztc-text-text-1);
}
.comon-body .sidebar-box-area .download-btns .daownload2 {
  border: 1px solid #484455;
  background-color: #342F42;
  color: var(--ztc-bg-color-w);
}
.comon-body .sidebar-box-area .download-btns .daownload2 img {
  filter: brightness(40);
}
.comon-body .sidebar-box-area .contact-form .single-input input, .comon-body .sidebar-box-area .contact-form .single-input textarea {
  padding: 16px 22px;
  border-radius: 4px;
  border: none;
  border: 1px solid #484455;
  background-color: #342F42;
  width: 100%;
  margin-bottom: 16px;
  color: var(--ztc-bg-color-w);
}
.comon-body .sidebar-box-area .contact-form .single-input input:focus, .comon-body .sidebar-box-area .contact-form .single-input textarea:focus {
  outline: none;
}
.comon-body .sidebar-box-area .contact-form .single-input input::-moz-placeholder, .comon-body .sidebar-box-area .contact-form .single-input textarea::-moz-placeholder {
  color: var(--ztc-bg-color-w);
}
.comon-body .sidebar-box-area .contact-form .single-input input::placeholder, .comon-body .sidebar-box-area .contact-form .single-input textarea::placeholder {
  color: var(--ztc-bg-color-w);
}
.comon-body .service-details-area-all .faq-area-all .accordion-button::after {
  filter: brightness(0) invert(1);
}
.comon-body .service-details-area-all .faq-area-all .accordion {
  border: none;
}
.comon-body .service-details-area-all .faq-area-all .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  padding: 6px;
  border: none;
  background-color: #1A1B37;
  border: 1px solid #31314D;
}
.comon-body .service-details-area-all .faq-area-all .accordion .accordion-item button {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-2);
  background-color: #1A1B37;
}
.comon-body .service-details-area-all .faq-area-all .accordion .accordion-item button:focus {
  box-shadow: none;
}
.comon-body .service-details-area-all .faq-area-all .accordion .accordion-item .accordion-body {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
  padding: 0px 16px 16px 16px;
  background-color: #1A1B37;
}
.comon-body .service-details-area-all .faq-area-all .accordion .accordion-item.active {
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.comon-body .service-details-area-all .faq-area-all .accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0) invert(1);
}
.comon-body .service-details-area-all .faq-area-all .accordion-button:not(.collapsed) {
  color: var(--ztc-text-text-1);
  background-color: #1A1B37;
  border: none;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.comon-body .service-details-area-all .faq-area-all .accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #dee2e600;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="var%28--bs-body-color%29"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}
.comon-body .expart-list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: rgba(255, 255, 255, 0.7725490196);
  padding-top: 16px;
}
.comon-body .expart-list li span.check {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}
.comon-body .expart-list li span.text {
  font-weight: var(--f-fw-semibold);
  display: inline-block;
  color: var(--ztc-bg-color-w);
}

.bg5 {
  position: relative;
}
.bg5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  background-color: #F5F6F9;
}

.bg9 {
  position: relative;
}
.bg9::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  background-color: #F3F5F2;
}

/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/
.choose8 {
  position: relative;
}
.choose8::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70%;
  background-color: #0B0103;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose8::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .choose8::after {
    width: 100%;
  }
}
.choose8::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background-color: #4D32A5;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose8::before {
    width: 0%;
  }
}
@media (max-width: 767px) {
  .choose8::before {
    width: 0%;
  }
}
.choose8 .heading6-w {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose8 .heading6-w {
    padding-left: 0px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .choose8 .heading6-w {
    padding-left: 0px;
    padding-top: 30px;
  }
}
.choose8 .choose8-images {
  position: relative;
}
.choose8 .choose8-images .shape {
  background-color: #fff;
  padding: 24px 32px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 150px;
  right: 0;
}
.choose8 .choose8-images .shape h5 {
  color: #4D32A5;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 100% */
}
.choose8 .choose8-images .shape p {
  color: var(--Home-Page-2-paragraph, #5A5556);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 12px;
}
.choose8 .choose-box {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 24px;
  margin-top: 20px;
  transition: all 0.4s;
}
.choose8 .choose-box .icon {
  width: 130px;
}
.choose8 .choose-box .icon img {
  transition: all 0.4s;
}
.choose8 .choose-box .heading {
  padding-left: 30px;
}
.choose8 .choose-box .heading h4 a {
  display: inline-block;
  color: var(--White-colors, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.choose8 .choose-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.choose8 .choose-box:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
}

/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 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;
  }
}

.cta2 .subscribe-form {
  position: relative;
  padding-right: 160px;
  margin-top: 32px;
}
.cta2 .subscribe-form input {
  padding: 12px 18px 13px 18px;
  border-radius: 25px;
  border: none;
  width: 100%;
  margin-right: 130px;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  color: #fff;
}
.cta2 .subscribe-form input::-moz-placeholder {
  color: #C7C6CB;
}
.cta2 .subscribe-form input::placeholder {
  color: #C7C6CB;
}
.cta2 .subscribe-form input:focus {
  outline-color: #A1E934;
  outline-width: 1px;
  outline-style: solid;
}
.cta2 .subscribe-form .button {
  position: absolute;
  top: 0;
  right: 0;
}

.cta3 {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cta3 {
    padding-top: 50px;
  }
}
.cta3 .subscribe-form {
  position: relative;
  padding-right: 160px;
  margin-top: 32px;
}
.cta3 .subscribe-form input {
  padding: 14px 18px 14px 18px;
  border-radius: 4px;
  border: none;
  width: 100%;
  margin-right: 130px;
}
.cta3 .subscribe-form input:focus {
  outline: none;
}
.cta3 .subscribe-form .button {
  position: absolute;
  top: 0;
  right: 0;
}

.cta-bg-area {
  background-color: var(--ztc-text-text-1);
  padding: 60px 30px;
  position: relative;
  border-radius: 7px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-bg-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cta-bg-area {
    margin-bottom: 50px;
  }
}
.cta-bg-area .subscribe-form {
  position: relative;
  margin-top: 30px;
}
.cta-bg-area .subscribe-form input {
  background-color: #313234;
  border-radius: 56px;
  border: none;
  padding: 17px 24px;
  color: #fff;
}
.cta-bg-area .subscribe-form input::-moz-placeholder {
  color: #D6D6D6;
}
.cta-bg-area .subscribe-form input::placeholder {
  color: #D6D6D6;
}
.cta-bg-area .subscribe-form input:focus {
  outline: none;
}
.cta-bg-area .subscribe-form .button {
  position: absolute;
  right: -16px;
  top: 0;
}
.cta-bg-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-image: url(../images/cta4-image.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cta-bg-area::after {
    width: 0%;
  }
}
.cta-bg-area .shape1 {
  position: absolute;
  right: 50%;
  z-index: 3;
  top: 100px;
  margin-right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-bg-area .shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-bg-area .shape1 {
    display: none;
  }
}
.cta-bg-area .shape2 {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 3;
}

.cta5 {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .cta5 {
    margin-bottom: 0px;
  }
}
.cta5 .bg {
  border-radius: 4px;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  padding: 60px 48px;
}
@media (max-width: 767px) {
  .cta5 .bg {
    padding: 32px;
  }
}
.cta5 .bg .form-area {
  position: relative;
  text-align: end;
}
.cta5 .bg .form-area input {
  padding: 21px;
  border: none;
  background: #fff;
  border-radius: 4px;
  width: 70%;
}
.cta5 .bg .form-area input:focus {
  outline: none;
}
.cta5 .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% */
}
.cta5 .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) {
  .cta5 .bg .form-area input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta5 .bg .form-area input {
    width: 100%;
  }
}
.cta5 .bg .form-area .button {
  position: absolute;
  top: 4px;
  right: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5 .bg .form-area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cta5 .bg .form-area {
    margin-top: 30px;
  }
}

.cta6 {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .cta6 {
    margin-bottom: 0px;
  }
}
.cta6 .bg {
  border-radius: 4px;
  background: #FA6444;
  padding: 60px 48px;
}
@media (max-width: 767px) {
  .cta6 .bg {
    padding: 32px;
  }
}
.cta6 .bg .form-area {
  position: relative;
  text-align: end;
}
.cta6 .bg .form-area input {
  padding: 19px;
  border: none;
  background: #fff;
  border-radius: 4px;
  width: 70%;
}
.cta6 .bg .form-area input:focus {
  outline: none;
}
.cta6 .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% */
}
.cta6 .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) {
  .cta6 .bg .form-area input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta6 .bg .form-area input {
    width: 100%;
  }
}
.cta6 .bg .form-area .button {
  position: absolute;
  top: 4px;
  right: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6 .bg .form-area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cta6 .bg .form-area {
    margin-top: 30px;
  }
}

.cta7 {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .cta7 {
    margin-bottom: 0px;
  }
}
.cta7 .bg {
  border-radius: 4px;
  background: #307FFF;
  padding: 60px 48px;
}
@media (max-width: 767px) {
  .cta7 .bg {
    padding: 32px;
  }
}
.cta7 .bg .form-area {
  position: relative;
  text-align: end;
}
.cta7 .bg .form-area input {
  padding: 19px;
  border: none;
  background: #fff;
  border-radius: 111px;
  width: 70%;
}
.cta7 .bg .form-area input:focus {
  outline: none;
}
.cta7 .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% */
}
.cta7 .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) {
  .cta7 .bg .form-area input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta7 .bg .form-area input {
    width: 100%;
  }
}
.cta7 .bg .form-area .button {
  position: absolute;
  top: 4px;
  right: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7 .bg .form-area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cta7 .bg .form-area {
    margin-top: 30px;
  }
}

.cta8 {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .cta8 {
    margin-bottom: 0px;
  }
}
.cta8 .bg {
  border-radius: 4px;
  background: #4D32A5;
  padding: 60px 48px;
}
@media (max-width: 767px) {
  .cta8 .bg {
    padding: 32px;
  }
}
.cta8 .bg .form-area {
  position: relative;
  text-align: end;
}
.cta8 .bg .form-area input {
  padding: 19px;
  border: none;
  background: #fff;
  border-radius: 4px;
  width: 70%;
}
.cta8 .bg .form-area input:focus {
  outline: none;
}
.cta8 .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% */
}
.cta8 .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) {
  .cta8 .bg .form-area input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta8 .bg .form-area input {
    width: 100%;
  }
}
.cta8 .bg .form-area .button {
  position: absolute;
  top: 4px;
  right: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8 .bg .form-area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cta8 .bg .form-area {
    margin-top: 30px;
  }
}

.cta9 {
  background-color: #325D28;
}
.cta9 .images {
  text-align: end;
  position: relative;
}
.cta9 .images .img1 {
  position: absolute;
  top: 60px;
  right: 0;
}
.cta9 .images .img2 {
  position: absolute;
  top: 0;
  right: 80px;
}
.cta9 .heading6-w {
  padding: 60px 0px;
}
.cta9 .heading6-w .form-area {
  position: relative;
  margin-top: 30px;
  margin-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9 .heading6-w .form-area {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cta9 .heading6-w .form-area {
    margin-right: 0;
  }
}
.cta9 .heading6-w .form-area .button {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.cta9 .heading6-w .form-area input {
  width: 100%;
  border-radius: 111px;
  border: none;
  padding: 18px;
}
.cta9 .heading6-w .form-area input:focus {
  outline: none;
}
.cta9 .heading6-w .form-area input::-moz-placeholder {
  color: var(--Paragraph-Color, #646375);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.cta9 .heading6-w .form-area input::placeholder {
  color: var(--Paragraph-Color, #646375);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}

.cta10 .cta-bg-area {
  background-color: #24908D;
  padding: 60px 30px;
  position: relative;
  border-radius: 7px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta10 .cta-bg-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cta10 .cta-bg-area {
    margin-bottom: 50px;
  }
}
.cta10 .cta-bg-area .subscribe-form {
  position: relative;
  margin-top: 30px;
}
.cta10 .cta-bg-area .subscribe-form input {
  background-color: rgba(255, 255, 255, 0.0901960784);
  border-radius: 8px;
  border: none;
  padding: 17px 24px;
  color: #fff;
}
.cta10 .cta-bg-area .subscribe-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5607843137);
}
.cta10 .cta-bg-area .subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.5607843137);
}
.cta10 .cta-bg-area .subscribe-form input:focus {
  outline: none;
}
.cta10 .cta-bg-area .subscribe-form .button {
  position: absolute;
  right: -16px;
  top: 0;
}
.cta10 .cta-bg-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-image: url(../images/cta4-image.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cta10 .cta-bg-area::after {
    width: 0%;
  }
}
.cta10 .cta-bg-area .shape1 {
  position: absolute;
  right: 50%;
  z-index: 3;
  top: 100px;
  margin-right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta10 .cta-bg-area .shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta10 .cta-bg-area .shape1 {
    display: none;
  }
}
.cta10 .cta-bg-area .shape2 {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 3;
}

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

.faq6 .faq-area .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq6 .faq-area .accordion {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.faq6 .faq-area .accordion .accordion-item {
  padding: 0;
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  border: 2px solid rgba(236, 129, 28, 0.0901960784);
}
.faq6 .faq-area .accordion .accordion-item button {
  padding: 24px;
  border: none;
  background: none;
  border-radius: 0 !important;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
}
.faq6 .faq-area .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq6 .faq-area .accordion .accordion-item .accordion-body {
  padding: 0px 24px 24px 24px;
  color: var(--Home-Page-3-white-colors, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.faq6 .faq-area .accordion .accordion-item.active {
  background-color: #FA6444;
}
.faq6 .faq-area .accordion .accordion-item.active button {
  color: #fff;
}
.faq6 .faq-area .accordion .accordion-item.active button::after {
  filter: brightness(0) invert(1);
}
.faq6 .faq-image {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq6 .faq-image {
    margin-left: 0px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .faq6 .faq-image {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.faq6 .faq-image img {
  width: 100%;
}

.faq7 .faq-area .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq7 .faq-area .accordion {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.faq7 .faq-area .accordion .accordion-item {
  padding: 0;
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  border: 2px solid #CFD7EF;
}
.faq7 .faq-area .accordion .accordion-item button {
  padding: 24px;
  border: none;
  background: none;
  border-radius: 0 !important;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
}
.faq7 .faq-area .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq7 .faq-area .accordion .accordion-item .accordion-body {
  padding: 0px 24px 24px 24px;
  color: var(--Home-Page-3-white-colors, #5C5A64);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.faq7 .faq-area .accordion .accordion-item.active button {
  color: #0c63e4;
}
.faq7 .faq-area .accordion .accordion-item.active button::after {
  filter: brightness(0);
}
.faq7 .faq-image {
  margin-left: 30px;
}
.faq7 .faq-image img {
  width: 100%;
}

/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA 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;
}

.project4 {
  background-color: var(--ztc-bg-bg-1);
}
.project4 .image-area {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .project4 .image-area {
    height: 300px;
  }
}
.project4 .image-area .heading4-w {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s;
  z-index: 9;
}
.project4 .image-area:hover .heading4-w {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project4 .image-area:hover::after {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project4 .image-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(187deg, rgba(0, 0, 0, 0) 49.94%, rgba(0, 0, 0, 0.8) 72.55%), url(../_path-to-image_) rgba(211, 211, 211, 0) 50%/cover no-repeat;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
}
.project4 .image-area.active .heading4-w {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project4 .image-area.active::after {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project4 .image {
  margin-top: 30px;
}
.project4 .image img {
  width: 100%;
}

.project-page-box {
  position: relative;
  margin-bottom: 40px;
}
.project-page-box .image {
  overflow: hidden;
  border-radius: 7px;
}
.project-page-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.project-page-box .heading2 {
  padding: 24px;
  border-radius: 7px;
  background-color: var(--ztc-bg-main-bg-1);
  position: absolute;
  bottom: 24px;
  margin: 0px 24px;
  transform: translateY(60px) scale(0.4);
  opacity: 0;
  transition: all 0.4s;
}
.project-page-box .heading2 h4 a {
  line-height: 28px;
}
.project-page-box .heading2 h4 a:hover {
  color: #fff;
}
.project-page-box .heading2 a.learn {
  display: inline-block;
  color: #fff;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
}
.project-page-box .heading2 a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
  margin-top: 16px;
}
.project-page-box:hover .heading2 {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.4s;
}
.project-page-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.comon-body .project-page-box {
  position: relative;
  margin-bottom: 40px;
}
.comon-body .project-page-box .image {
  overflow: hidden;
  border-radius: 7px;
}
.comon-body .project-page-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.comon-body .project-page-box .heading2 {
  padding: 24px;
  border-radius: 7px;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  position: absolute;
  bottom: 24px;
  margin: 0px 24px;
  transform: translateY(60px) scale(0.4);
  opacity: 0;
  transition: all 0.4s;
}
.comon-body .project-page-box .heading2 h4 a {
  line-height: 28px;
}
.comon-body .project-page-box .heading2 a.learn {
  display: inline-block;
  color: var(--ztc-bg-main-bg-4);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
}
.comon-body .project-page-box .heading2 a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
  margin-top: 16px;
}
.comon-body .project-page-box:hover .heading2 {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.4s;
}
.comon-body .project-page-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.comon-body .details-post-area .image img {
  width: 100%;
}
.comon-body .details-post-area .expart-list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: rgba(255, 255, 255, 0.7725490196);
  padding-top: 16px;
}
.comon-body .details-post-area .expart-list li span.check {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}
.comon-body .details-post-area .expart-list li span.text {
  font-weight: var(--f-fw-semibold);
  display: inline-block;
  color: var(--ztc-bg-color-w);
}
.comon-body .details-post-area .boxs-area ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comon-body .details-post-area .boxs-area ul li {
  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-color-w);
  padding: 18px 16px;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  border-radius: 7px;
  margin-top: 20px;
  min-width: 250px;
  transition: all 0.4s;
}
.comon-body .details-post-area .boxs-area ul li span.check {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}
.comon-body .details-post-area .boxs-area ul li:hover {
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  transform: translateY(-6px);
}
.comon-body .project-details-box {
  background-color: var(--ztc-bg-bg-4);
  border-radius: 7px;
  border: 1px solid var(--ztc-bg-bg-5);
  margin-top: 30px;
  padding: 24px;
  transition: all 0.4s;
}
.comon-body .project-details-box:hover {
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.comon-body .get-started-box {
  background-color: var(--ztc-bg-main-bg-4);
  border-radius: 4px;
  padding: 24px;
}
.comon-body .get-started-box h3 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
}
.comon-body .get-started-box 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-text-1);
}

.brands6 {
  padding: 80px 0px;
  background-color: #180D03;
}
.brands6 .brands-area-all {
  text-align: center;
}
.brands6 .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;
}
.brands6 .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) {
  .brands6 .brands-area-all p::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .brands6 .brands-area-all p::after {
    display: none;
  }
}
.brands6 .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) {
  .brands6 .brands-area-all p::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .brands6 .brands-area-all p::before {
    display: none;
  }
}
.brands6 .brands-area-all .brands6-slider .single-slider {
  width: 150px;
  text-align: center;
  margin: auto;
}

.c-bg1 {
  position: relative;
}
.c-bg1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F5F6F9;
  z-index: -4;
}

.case8 {
  position: relative;
}
.case8 .case8-box {
  margin-top: 60px;
  position: relative;
}
.case8 .case8-box .image {
  border-radius: 4px;
  overflow: hidden;
}
.case8 .case8-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.case8 .case8-box .hover-area {
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  height: 68px;
  bottom: -30px;
  margin: 0px 30px;
  transition: all 0.4s;
}
.case8 .case8-box .hover-area .hover-heaer {
  display: flex;
  align-items: center;
}
.case8 .case8-box .hover-area .hover-heaer .icon img {
  transition: all 0.4s;
}
.case8 .case8-box .hover-area .hover-heaer a {
  display: inline-block;
  color: var(--Home-Page-2-Text-Colors, #0B0103);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-left: 12px;
  transition: all 0.4s;
}
.case8 .case8-box .hover-area p {
  color: var(--White-colors, #0B0103);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 16px 0px 24px 0px;
  transition: all 0.4s;
}
.case8 .case8-box .hover-area .learn {
  display: inline-block;
  color: var(--White-colors, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}
.case8 .case8-box .hover-area .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.case8 .case8-box:hover .image img {
  transform: rotate(2deg) scale(1.1);
  transition: all 0.4s;
}
.case8 .case8-box:hover .hover-area {
  height: 200px;
  transition: all 0.4s;
  background-color: #4D32A5;
}
.case8 .case8-box:hover .hover-area .hover-heaer .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.case8 .case8-box:hover .hover-area .hover-heaer a {
  transition: all 0.4s;
  color: #fff;
}
.case8 .case8-box:hover .hover-area p {
  color: #fff;
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 PRICING AREA CSS
::::::::::::::::::::::::::
*/
.pricing .single-pricing-box {
  background-color: var(--ztc-bg-bg-3);
  padding: 32px 24px;
  border-radius: 4px;
  min-height: 572px;
  position: relative;
  transition: all 0.4s;
  margin-top: 7px;
  margin-top: 40px;
}
.pricing .single-pricing-box .most-popular {
  background-color: var(--ztc-bg-color-w);
  border-radius: 7px;
  border: 1px solid var(--ztc-bg-main-bg-1);
  padding: 8px;
  width: 120px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -60px;
}
.pricing .single-pricing-box .most-popular p {
  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);
}
.pricing .single-pricing-box .title {
  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;
}
.pricing .single-pricing-box h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing .single-pricing-box h2 span {
  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;
}
.pricing .single-pricing-box p.pera {
  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-bottom: 20px;
  transition: all 0.4s;
}
.pricing .single-pricing-box h4 {
  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);
  padding-top: 20px;
  transition: all 0.4s;
}
.pricing .single-pricing-box .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
}
.pricing .single-pricing-box .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-text-1);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing .single-pricing-box .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-main-bg-1);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-color-w);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover .title {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover h2 span {
  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);
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-1);
}
.pricing .single-pricing-box:hover h4 {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover p.pera {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-color-w);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-main-bg-1);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}
.pricing .single-pricing-box.active {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.pricing .single-pricing-box.active .title {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box.active h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing .single-pricing-box.active h2 span {
  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);
  transition: all 0.4s;
}
.pricing .single-pricing-box.active .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-1);
}
.pricing .single-pricing-box.active h4 {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box.active p.pera {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box.active .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing .single-pricing-box.active .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-color-w);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-main-bg-1);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}

.pricing4 .single-pricing-box {
  background-color: var(--ztc-bg-bg-3);
  padding: 32px 24px;
  border-radius: 4px;
  min-height: 572px;
  position: relative;
  transition: all 0.4s;
  margin-top: 30px;
}
.pricing4 .single-pricing-box .most-popular {
  background-color: var(--ztc-bg-color-w);
  border-radius: 4px;
  border: 1px solid var(--ztc-bg-main-bg-2);
  padding: 8px;
  width: 120px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -60px;
}
.pricing4 .single-pricing-box .most-popular p {
  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-2);
}
.pricing4 .single-pricing-box .title {
  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;
}
.pricing4 .single-pricing-box h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box h2 span {
  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;
}
.pricing4 .single-pricing-box p.pera {
  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-bottom: 20px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box h4 {
  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);
  padding-top: 20px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-main-bg-2);
  border-radius: 36px;
}
.pricing4 .single-pricing-box .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-text-1);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-main-bg-1);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-color-w);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover {
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover .title {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover h2 span {
  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);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-1);
}
.pricing4 .single-pricing-box:hover h4 {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover p.pera {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-color-w);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-main-bg-1);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active {
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active .title {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active h2 span {
  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);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-2);
}
.pricing4 .single-pricing-box.active h4 {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active p.pera {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-color-w);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-main-bg-2);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}

.pricing8 .single-pricing-box {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 4px;
  min-height: 572px;
  position: relative;
  transition: all 0.4s;
  margin-top: 7px;
  margin-top: 40px;
}
.pricing8 .single-pricing-box .most-popular {
  background-color: var(--ztc-bg-color-w);
  border-radius: 7px;
  border: 1px solid #4D32A5;
  padding: 8px;
  width: 120px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -60px;
}
.pricing8 .single-pricing-box .most-popular p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: #4D32A5;
}
.pricing8 .single-pricing-box .title {
  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;
}
.pricing8 .single-pricing-box h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box h2 span {
  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;
}
.pricing8 .single-pricing-box p.pera {
  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-bottom: 20px;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box h4 {
  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);
  padding-top: 20px;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background: #4D32A5;
}
.pricing8 .single-pricing-box .button a span {
  transform: rotate(-45deg);
  display: inline-block;
}
.pricing8 .single-pricing-box .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-text-1);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #4D32A5;
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-color-w);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box:hover {
  background-color: #4D32A5;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box:hover .title {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing8 .single-pricing-box:hover h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box:hover h2 span {
  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);
  transition: all 0.4s;
}
.pricing8 .single-pricing-box:hover .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: #fff;
  color: #4D32A5;
}
.pricing8 .single-pricing-box:hover h4 {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing8 .single-pricing-box:hover p.pera {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing8 .single-pricing-box:hover .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box:hover .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-color-w);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-main-bg-1);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box.active {
  background-color: #4D32A5;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box.active .title {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing8 .single-pricing-box.active h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box.active h2 span {
  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);
  transition: all 0.4s;
}
.pricing8 .single-pricing-box.active .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-1);
}
.pricing8 .single-pricing-box.active h4 {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing8 .single-pricing-box.active p.pera {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing8 .single-pricing-box.active .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing8 .single-pricing-box.active .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-color-w);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-main-bg-1);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  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%;
}

.contact5 .heading5 {
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact5 .heading5 {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .contact5 .heading5 {
    padding-right: 0px;
  }
}
.contact5 .contact-box {
  position: relative;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.contact5 .contact-box .icon {
  height: 50px;
  width: 50px;
  background-color: #F5F6F9;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.contact5 .contact-box .heading {
  padding-left: 16px;
}
.contact5 .contact-box .heading h4 {
  color: var(--Home-Page-4-Text-colors, #05092B);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.contact5 .contact-box .heading a {
  display: inline-block;
  color: var(--Home-Page-4-paragraph, #5A5D73);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
  padding-top: 14px;
}
.contact5 .contact-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  z-index: -2;
}
.contact5 .contact-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  border-radius: 4px;
  z-index: -1;
  transform: rotateY(80deg);
  opacity: 0;
  transition: all 0.4s;
}
.contact5 .contact-box:hover::before {
  opacity: 1;
  transition: all 0.4s;
  transform: rotateY(0deg);
}
.contact5 .contact-box:hover .heading h4 {
  color: #fff;
  transition: all 0.4s;
}
.contact5 .contact-box:hover .heading a {
  color: #fff;
  transition: all 0.4s;
}
.contact5 .form-area {
  border-radius: 4px;
  background: var(--White-colors, #FFF);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  padding: 32px;
}
.contact5 .form-area h3 {
  color: var(--Home-Page-4-Text-colors, #05092B);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
}
.contact5 .form-area .single-input {
  padding-top: 20px;
}
.contact5 .form-area .single-input label {
  color: var(--Home-Page-4-Text-colors, #05092B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-bottom: 16px;
}
.contact5 .form-area .single-input input, .contact5 .form-area .single-input textarea {
  border: none;
  padding: 16px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(5, 9, 43, 0.1);
  background: #F5F6F9;
}
.contact5 .form-area .single-input input:focus, .contact5 .form-area .single-input textarea:focus {
  outline: none;
}
.contact5 .form-area .single-input input::-moz-placeholder, .contact5 .form-area .single-input textarea::-moz-placeholder {
  color: var(--Home-Page-4-Text-colors, rgba(5, 9, 43, 0.4941176471));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact5 .form-area .single-input input::placeholder, .contact5 .form-area .single-input textarea::placeholder {
  color: var(--Home-Page-4-Text-colors, rgba(5, 9, 43, 0.4941176471));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}

.contact6 {
  position: relative;
}
.contact6 .contact6-box {
  margin-top: 16px;
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 24px 16px;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.contact6 .contact6-box .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #F5EFF0;
  transition: all 0.4s;
}
.contact6 .contact6-box .heading {
  padding-left: 16px;
}
.contact6 .contact6-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;
}
.contact6 .contact6-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;
}
.contact6 .contact6-box:hover {
  background-color: #FA6444;
  transition: all 0.4s;
  transform: translateY(-7px);
}
.contact6 .contact6-box:hover .icon {
  background: #fff;
  transition: all 0.4s;
}
.contact6 .contact6-box:hover .heading h3 {
  color: #fff;
  transition: all 0.4s;
}
.contact6 .contact6-box:hover .heading a {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8901960784);
}
.contact6 .form-area {
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 32px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact6 .form-area {
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .contact6 .form-area {
    margin-top: 30px;
    padding: 16px;
    margin-left: 0px;
  }
}
.contact6 .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;
}
.contact6 .form-area .single-input {
  margin-top: 20px;
}
.contact6 .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;
}
.contact6 .form-area .single-input input, .contact6 .form-area .single-input textarea {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: none;
}
.contact6 .form-area .single-input input::-moz-placeholder, .contact6 .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% */
}
.contact6 .form-area .single-input input::placeholder, .contact6 .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% */
}
.contact6 .form-area .single-input input:focus, .contact6 .form-area .single-input textarea:focus {
  outline: none;
}
.contact6 .form-area .check-box-area {
  padding-top: 14px;
}
.contact6 .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;
}
.contact6 .form-area .check-box-area #check-box {
  accent-color: #FA6444;
}

.contact8 {
  position: relative;
}
.contact8 .contact6-box {
  margin-top: 16px;
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 24px 16px;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.contact8 .contact6-box .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s;
}
.contact8 .contact6-box .icon img {
  filter: brightness(0);
}
.contact8 .contact6-box .heading {
  padding-left: 16px;
}
.contact8 .contact6-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;
}
.contact8 .contact6-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;
}
.contact8 .contact6-box:hover {
  background-color: #4D32A5;
  transition: all 0.4s;
  transform: translateY(-7px);
}
.contact8 .contact6-box:hover .icon {
  background: #fff;
  transition: all 0.4s;
}
.contact8 .contact6-box:hover .heading h3 {
  color: #fff;
  transition: all 0.4s;
}
.contact8 .contact6-box:hover .heading a {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8901960784);
}
.contact8 .form-area {
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 32px;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact8 .form-area {
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .contact8 .form-area {
    margin-top: 30px;
    padding: 16px;
    margin-left: 0px;
  }
}
.contact8 .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;
}
.contact8 .form-area .single-input {
  margin-top: 20px;
}
.contact8 .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;
}
.contact8 .form-area .single-input input, .contact8 .form-area .single-input textarea {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: none;
}
.contact8 .form-area .single-input input::-moz-placeholder, .contact8 .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% */
}
.contact8 .form-area .single-input input::placeholder, .contact8 .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% */
}
.contact8 .form-area .single-input input:focus, .contact8 .form-area .single-input textarea:focus {
  outline: none;
}
.contact8 .form-area .check-box-area {
  padding-top: 14px;
}
.contact8 .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;
}

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

.contact10 .map-area {
  margin-right: 30px;
}
.contact10 .map-area iframe {
  height: 700px;
  width: 100%;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact10 .map-area iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .contact10 .map-area iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact10 .map-area {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contact10 .map-area {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.contact10 .form-area .single-input {
  margin-top: 20px;
}
.contact10 .form-area .single-input input, .contact10 .form-area .single-input textarea {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 4px;
  border: 1px solid #DFEFEE;
  background-color: #F4F9F9;
}
.contact10 .form-area .single-input input::-moz-placeholder, .contact10 .form-area .single-input textarea::-moz-placeholder {
  color: #011313;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact10 .form-area .single-input input::placeholder, .contact10 .form-area .single-input textarea::placeholder {
  color: #011313;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.contact10 .form-area .single-input input:focus, .contact10 .form-area .single-input textarea:focus {
  outline: none;
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero1 {
  min-height: 980px;
  display: flex;
  padding-top: 130px;
}
@media (max-width: 767px) {
  .hero1 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 {
    padding-top: 100px;
  }
}
.hero1 .main-headding {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .hero1 .main-headding {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .main-headding {
    padding-top: 0;
  }
}
.hero1 .main-headding 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;
}
.hero1 .main-headding span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.hero1 .main-headding h1 {
  font-size: var(--f-fs-font-fs64);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs70);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .main-headding h1 {
    font-size: var(--f-fs-font-fs40);
    font-weight: var(--f-fw-blod);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero1 .main-headding h1 {
    font-size: var(--f-fs-font-fs40);
    font-weight: var(--f-fw-blod);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero1 .main-headding h1 span.after {
  color: var(--ztc-bg-main-bg-1);
}
.hero1 .main-headding 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);
}
.hero1 .buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero1 .buttons {
    display: block;
  }
}
.hero1 .buttons .play-btn {
  display: inline-block;
  margin-left: 30px;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs18);
  color: var(--ztc-bg-main-bg-1);
}
@media (max-width: 767px) {
  .hero1 .buttons .play-btn {
    display: block;
    margin-left: 0;
    margin-top: 16px;
  }
}
.hero1 .hero1-all-images {
  position: relative;
  height: 660px;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .hero1-all-images {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero1 .hero1-all-images {
    margin-bottom: 60px;
  }
}
.hero1 .hero1-all-images .image1 {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.hero1 .hero1-all-images .image2 {
  position: absolute;
  right: -30px;
  bottom: 40px;
}
.hero1 .hero1-all-images .image3 {
  position: absolute;
  right: -100px;
  top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .hero1-all-images .image3 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero1 .hero1-all-images .image3 {
    right: 0;
  }
}
.hero1 .hero1-all-images .image4 {
  position: absolute;
  bottom: 0;
  left: 140px;
}
.hero1 .hero1-all-images .shape1 {
  position: absolute;
  left: 60px;
  top: 100px;
}
@media (max-width: 767px) {
  .hero1 .hero1-all-images .shape1 {
    left: 0;
  }
}
.hero1 .hero1-all-images .shape2 {
  position: absolute;
  bottom: 140px;
  left: 60px;
}
@media (max-width: 767px) {
  .hero1 .hero1-all-images .shape2 {
    display: none;
  }
}

.hero-bottom-area {
  border-radius: 7px;
  padding: 60px 55px;
  background-color: var(--ztc-bg-color-w);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  margin-top: -95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-area {
    margin-top: 60px;
    box-shadow: rgba(0, 0, 0, 0.068) 10px -2px 30px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hero-bottom-area {
    margin-top: 60px;
    box-shadow: rgba(0, 0, 0, 0.068) 10px -2px 30px;
    padding: 30px;
  }
}
.hero-bottom-area .single-box {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-area .single-box {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .hero-bottom-area .single-box {
    padding: 20px 0px;
  }
}
.hero-bottom-area .single-box .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background-color: var(--ztc-bg-bg-3);
  margin-right: 16px;
}
.hero-bottom-area .single-box .headding 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);
}
.hero-bottom-area .single-box .headding 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);
  padding-top: 6px;
}

.hero2 {
  min-height: 960px;
  display: flex;
  padding-top: 130px;
  align-items: center;
  position: relative;
  z-index: -2;
}
@media (max-width: 767px) {
  .hero2 {
    min-height: 500px;
  }
}
.hero2 .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-4);
  margin-bottom: 16px;
}
.hero2 .main-heading span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.hero2 .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-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero2 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero2::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/hero2-main-bg2.png);
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: shape-animaiton4;
  animation-duration: 92s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.hero2 .hero2-main-imges {
  position: relative;
  height: 600px;
}
@media (max-width: 767px) {
  .hero2 .hero2-main-imges {
    display: none;
  }
}
.hero2 .hero2-main-imges .image1 {
  position: absolute;
  top: -100px;
  right: 0;
  animation-name: shape-animaiton4;
  animation-duration: 82s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .hero2-main-imges .image1 {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .hero2 .hero2-main-imges .image1 {
    top: 40px;
  }
}
.hero2 .hero2-main-imge2 {
  position: absolute;
  bottom: -130px;
  right: -45px;
  transform: scale(0.9);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .hero2-main-imge2 {
    position: absolute;
    bottom: -240px;
    right: -135px;
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .hero2 .hero2-main-imge2 {
    bottom: -140px;
    display: none;
  }
}
.hero2 .consulting2 .header__search {
  padding-left: 100px;
}
.hero2 .hero2-tags {
  margin-top: 24px;
}
.hero2 .hero2-tags ul li {
  display: inline-block;
}
.hero2 .hero2-tags ul li a {
  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-text-text-2);
  padding: 12px 16px;
  margin: 10px 5px;
  background-color: #191924;
  border-radius: 30px;
  border: 1px solid #313137;
  transition: all 0.4s;
}
.hero2 .hero2-tags ul li a:hover {
  background-color: var(--ztc-bg-main-bg-4);
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.hero2 .hero2-tags ul li.active a {
  background-color: var(--ztc-bg-main-bg-4);
  border: 1px solid var(--ztc-bg-main-bg-4);
  color: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .hero2 .circle-shapes {
    margin-top: 140px;
  }
}
.hero2 .circle-shapes .shape1 {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .circle-shapes .shape1 {
    left: 0;
    top: 175px;
    right: auto;
    bottom: auto;
  }
}
.hero2 .circle-shapes .shape2 {
  position: absolute;
  bottom: 46px;
  right: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .circle-shapes .shape2 {
    left: 45px;
    top: 225px;
    right: auto;
    bottom: auto;
  }
}

.hero3 {
  min-height: 1090px;
}
.hero3 .main-heading {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .hero3 .main-heading {
    margin-top: 120px;
  }
}
.hero3 .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs74);
  color: var(--ztc-text-text-2);
  font-weight: var(--f-fw-blod);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero3 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero3 .main-heading h1 span.span {
  display: inline-block;
  position: relative;
}
.hero3 .main-heading h1 span.span img {
  position: absolute;
  top: 0;
  right: -24px;
}
.hero3 .main-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-bg-color-w);
}
.hero3 .main-heading .arrow-shape {
  position: absolute;
  top: 100px;
  left: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .main-heading .arrow-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero3 .main-heading .arrow-shape {
    display: none;
  }
}
.hero3 .hero3-main-shape .main-image img {
  width: 100%;
}
.hero3 .circle-shape {
  position: absolute;
  top: -60px;
  right: -60px;
}
@media (max-width: 767px) {
  .hero3 .circle-shape {
    display: none;
  }
}
.hero3 .circle-shape .shape2 {
  position: absolute;
  right: 48px;
  top: 48px;
}
.hero3 .image-shape {
  position: absolute;
  left: -170px;
  bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .image-shape {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero3 .image-shape {
    left: 0;
    bottom: -180px;
  }
}
.hero3 .support-box {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 0;
}
@media (max-width: 767px) {
  .hero3 .support-box {
    bottom: -368px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .support-box {
    bottom: -140px;
    right: auto;
    left: 0;
  }
}
.hero3 .support-box .heading3-w {
  text-align: start;
  padding-left: 10px;
}
.hero3 .support-box .heading3-w h4 a {
  display: inline-block;
  margin-left: -3px;
  padding-bottom: 12px;
}
.hero3 .support-box .icon {
  margin-right: 20px;
}
.hero3 .support-box .icon a {
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  font-size: 32px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-3);
  transform: rotate(-45deg);
}

.hero4 {
  position: relative;
  min-height: 1000px;
  background-color: #F9F8FA;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero4 {
    display: block;
  }
}
.hero4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-image: url(../images/hero4-main-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero4::after {
    display: none;
  }
}
.hero4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-image: url(../images/hero4-main-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.hero4 .main-heading {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-heading {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .hero4 .main-heading {
    margin-top: 140px;
  }
}
.hero4 .main-heading span.span {
  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-regular);
  position: relative;
  padding-left: 12px;
  margin-bottom: 16px;
}
.hero4 .main-heading span.span::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  left: 0;
  top: 4px;
  background-color: var(--ztc-bg-main-bg-2);
  border-radius: 50%;
}
.hero4 .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) {
  .hero4 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero4 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero4 .main-heading p {
  padding-top: 16px;
  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);
}
.hero4 .main-heading .slider-area {
  margin-top: 150px;
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-heading .slider-area {
    margin-top: 220px;
  }
}
@media (max-width: 767px) {
  .hero4 .main-heading .slider-area {
    margin-top: 240px;
  }
}
.hero4 .main-heading .slider-area h3 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin-bottom: 30px;
}
.hero4 .main-heading .slider-area .logo-slider {
  margin-right: 40px;
}
.hero4 .main-heading .slider-area .logo-slider .single-slider {
  width: 100px;
}
.hero4 .main-heading .image-shape {
  position: absolute;
  right: -180px;
  bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-heading .image-shape {
    right: auto;
    left: 0;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hero4 .main-heading .image-shape {
    right: auto;
    left: 0;
    bottom: 140px;
  }
}
.hero4 .main-image {
  display: none;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-image {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero4 .main-image {
    display: block;
  }
}

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

.hero5-benar .marquee-wrap.hero5-marquee {
  background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color));
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  width: 100%;
  position: relative;
  transform: scale(1) rotate(4deg);
  margin-top: 0px;
}
.hero5-benar .marquee-wrap.hero5-marquee .brand-single-box {
  filter: brightness(0) invert(1);
  transform: scale(1.1) translateY(-2px);
}
.hero5-benar .marquee-wrap, .hero5-benar .marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}
.hero5-benar .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero5-benar .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero5-benar .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}

.hero5-benar2 .marquee-wrap.hero5-marquee {
  background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color));
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  width: 100%;
  position: relative;
  transform: scale(1) rotate(-4deg) translateY(-70px);
  margin-top: 0px;
}
.hero5-benar2 .marquee-wrap.hero5-marquee .brand-single-box {
  filter: brightness(0) invert(1);
  transform: scale(1.1) translateY(-2px);
}
.hero5-benar2 .marquee-wrap, .hero5-benar2 .marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}
.hero5-benar2 .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);
}
.hero5-benar2 .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero5-benar2 .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}

.hero5 {
  min-height: 820px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.hero5 .main-heading {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .main-heading {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .hero5 .main-heading {
    padding-top: 160px;
  }
}
.hero5 .main-heading span.span {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.hero5 .main-heading h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px; /* 117.857% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero5 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero5 .main-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .main-heading p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero5 .main-heading p br {
    display: none;
  }
}
.hero5 .main-heading .buttons a:nth-child(2) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero5 .main-heading .buttons a:nth-child(2) {
    margin-left: 0;
    margin-right: 16px;
    margin-top: 16px;
  }
}
.hero5 .images-all {
  height: 470px;
  position: relative;
  text-align: end;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .images-all {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .hero5 .images-all {
    margin-top: 60px;
    margin-bottom: 80px;
    height: 350px;
  }
}
.hero5 .images-all .image {
  position: relative;
  z-index: 2;
}
.hero5 .images-all .shape {
  position: absolute;
  right: -40px;
  top: -40px;
}
.hero5 .bottom-shape {
  position: absolute;
  bottom: -90px;
  left: 50%;
  margin-left: -60px;
}

.tp-slider-wrapper {
  min-height: 800px;
  position: relative;
}
@media (max-width: 767px) {
  .tp-slider-wrapper {
    min-height: 900px;
  }
}
.tp-slider-wrapper .tp-slider-arrow-box {
  position: absolute;
  top: 50%;
  right: 100px;
  z-index: 55;
  transform: translateY(-50%);
  margin-top: 0px;
}
.tp-slider-wrapper .review-area {
  display: flex;
  margin-top: 12px;
}
.tp-slider-wrapper .review-area .review-text {
  padding-left: 24px;
}
.tp-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;
}
.tp-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% */
}
.tp-slider-wrapper .review-area .review-stars {
  padding-left: 60px;
  position: relative;
}
.tp-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;
}
.tp-slider-wrapper .review-area .review-stars ul li {
  color: #fff;
  display: inline-block;
  font-size: 12px;
}
.tp-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) {
  .tp-slider-arrow-box {
    right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-arrow-box {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-arrow-box {
    display: none;
  }
}
.tp-slider-arrow-box button {
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  display: block;
  margin: 20px 0;
  color: #FA6444;
  background-color: #FFFFFF;
  transition: 0.3s;
  border: none;
}
.tp-slider-arrow-box button:hover {
  background: #FA6444;
  transition: all 0.4s;
  color: #fff;
}

.tp-slider-bg {
  height: 800px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .tp-slider-bg {
    min-height: 900px;
  }
}
.tp-slider-bg .shape1 {
  position: absolute;
  left: -100px;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(2.5);
}
.tp-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) {
  .tp-slider-bg {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-bg {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .tp-slider-bg {
    height: 590px;
  }
}
.tp-slider-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.tp-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;
}

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

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

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

.tp-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% */
}

.tp-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% */
}
.tp-slider-title-box h1 span.color {
  color: #FA6444;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-title-box h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .tp-slider-title-box h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-title-box h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .tp-slider-title-box h1 br {
    display: none;
  }
}

.tp-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) {
  .tp-slider-title-box p {
    display: none;
  }
}
.tp-slider-video-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(150px);
}

@media (max-width: 767px) {
  .tp-slider-video-box {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-video-box {
    flex-wrap: nowrap;
  }
}
.tp-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;
}

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

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

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

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

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

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

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

.tp-slider-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(300px);
  opacity: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-shape-1 {
    right: -30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-shape-1 {
    right: -50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-shape-1 {
    display: none;
  }
}
.tp-slider-shape-5 img {
  opacity: 0.3;
}

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

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

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

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

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

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

.tp-slider-2-bg {
  height: 840px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-bg {
    height: 750px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-bg {
    height: 620px;
  }
}
.tp-slider-2-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.802;
}

.tp-slider-2-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transform: scale(1);
  transition: transform 9000ms ease, opacity 2000ms ease-in;
}

.tp-slider-2-icon {
  transform: translateY(-200px);
  opacity: 0;
}

.tp-slider-2-icon img {
  margin-bottom: 25px;
}

.tp-slider-2-btn {
  transform: translateY(200px);
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 65px;
  }
}
.tp-slider-2-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-500px);
  opacity: 0;
}

.tp-slider-2-wrapper button {
  font-size: 26px;
  color: var(--tp-common-white);
  z-index: 5;
}

.tp-slider-2-wrapper button:hover {
  color: var(--tp-theme-1);
}

.tp-slider-2-wrapper .slider-2-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7.5%;
}

.tp-slider-2-wrapper .slider-2-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.5%;
}

.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-img {
  transform: scale(1.15);
}

.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-shape-1 {
  position: absolute;
  top: 0;
  left: 23%;
  z-index: 5;
  opacity: 1;
  transform: translateX(0px);
  transition: all 3500ms ease;
}

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

.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-btn {
  opacity: 1;
  transform: translateY(0px);
  transition: all 3000ms ease;
  opacity: 1;
}

.tp-slider-content-wrap {
  padding-top: 80px;
}
.tp-slider-content-wrap .review-area {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 32px;
  transform: translateY(100px);
  transition: all 3000ms ease;
  opacity: 0;
}
.tp-slider-content-wrap .review-area .heading {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.tp-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% */
}
.tp-slider-content-wrap .review-area .heading .pera {
  padding-left: 10px;
}
.tp-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% */
}
.tp-slider-content-wrap .review-area .heading .pera ul {
  padding-top: 5px;
}
.tp-slider-content-wrap .review-area .heading .pera ul li {
  color: #fff;
  display: inline;
  padding-top: 12px;
  font-size: 12px;
}

.tp-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;
}

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

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

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.comon-body .marquee-wrap.marquee-wrap-inner {
  background: #A7EC4A;
}
.comon-body .marquee-wrap.marquee-wrap-inner .brand-single-box {
  filter: brightness(0) !important;
}
.comon-body .marquee-wrap.marquee-wrap-inner .brand-single-box img {
  filter: brightness(0) !important;
}
.comon-body .common-hero {
  min-height: 460px;
  display: flex;
  padding-top: 90px;
  align-items: center;
  position: relative;
  z-index: -2;
  overflow: hidden;
  background: none;
}
.comon-body .common-hero .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-4);
  margin-bottom: 16px;
}
.comon-body .common-hero .main-heading span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.comon-body .common-hero .main-heading span.span span.arrow {
  display: inline-block;
  padding: 0px 3px;
}
.comon-body .common-hero .main-heading span.span a {
  color: var(--ztc-bg-main-bg-4);
}
.comon-body .common-hero .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-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .comon-body .common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.comon-body .common-hero::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 200%;
  width: 100%;
  background-image: url(../images/hero2-main-bg2.png);
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: shape-animaiton4;
  animation-duration: 92s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.comon-body .common-hero 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);
}
.comon-body .common-hero .common-image {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .common-hero .common-image {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .comon-body .common-hero .common-image {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .comon-body .common-hero .circle-shapes {
    margin-top: 140px;
  }
}
.comon-body .common-hero .circle-shapes .shape1 {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .common-hero .circle-shapes .shape1 {
    left: 0;
    top: 175px;
    right: auto;
    bottom: auto;
  }
}
.comon-body .common-hero .circle-shapes .shape2 {
  position: absolute;
  bottom: 46px;
  right: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .common-hero .circle-shapes .shape2 {
    left: 45px;
    top: 225px;
    right: auto;
    bottom: auto;
  }
}
.comon-body .about-tabs .tab-header-all {
  background-color: var(--ztc-bg-bg-4);
  padding: 12px 24px;
  border-radius: 240px;
  margin-top: 60px;
}
.comon-body .about-tabs .tab-header-all li button {
  color: var(--Text-Color, #ffffff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  padding: 16px 44px;
  border-radius: 144px;
  background-color: var(--ztc-bg-bg-5);
  margin: 12px 10px 12px 10px;
}
.comon-body .about-tabs .tab-header-all li button.active {
  background-color: var(--ztc-bg-main-bg-4);
  color: var(--ztc-text-text-1);
}
.comon-body .about-tabs .tab-content-box {
  background-color: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 55px 32px;
}
.comon-body .about-tabs .tab-content-box .heading2 p span.text {
  color: var(--ztc-bg-main-bg-4);
  font-weight: var(--f-fw-semibold);
}
.comon-body .about-solution .images img {
  width: 100%;
  border-radius: 7px;
}
.comon-body .about-solution .heading2 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .about-solution .heading2 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .comon-body .about-solution .heading2 {
    padding-left: 0;
  }
}

.hero7 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 800px;
  display: flex;
  align-items: center;
}
.hero7 .main-heading {
  padding-top: 90px;
  padding-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .main-heading {
    padding-right: 0px;
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .hero7 .main-heading {
    padding-right: 0px;
    padding-top: 160px;
  }
}
.hero7 .main-heading .span {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 88.889% */
  border-radius: 111px;
  background-color: rgba(255, 255, 255, 0.0901960784);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.hero7 .main-heading h1 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px; /* 113.333% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero7 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero7 .main-heading p {
  color: rgba(255, 255, 255, 0.9176470588);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.hero7 .main-heading .buttons a:nth-child(1) {
  margin-right: 12px;
}
.hero7 .images-all {
  position: relative;
  height: 550px;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .images-all {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .hero7 .images-all {
    height: 500px;
    margin-bottom: 90px;
  }
}
.hero7 .images-all .shape1 {
  position: absolute;
  bottom: -70px;
  right: 160px;
}
@media (max-width: 767px) {
  .hero7 .images-all .shape1 {
    bottom: -60px;
  }
}
.hero7 .images-all .shape2 {
  position: absolute;
  right: -70px;
  bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .images-all .shape2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero7 .images-all .shape2 {
    right: 0;
    bottom: 160px;
  }
}
.hero7 .images-all .shape3 {
  position: absolute;
  top: 90px;
  right: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .images-all .shape3 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero7 .images-all .shape3 {
    right: 0;
  }
}
.hero7 .images-all .shape4 {
  position: absolute;
  top: 120px;
  left: 70px;
}
@media (max-width: 767px) {
  .hero7 .images-all .shape4 {
    top: 190px;
  }
}

.hero8 {
  display: flex;
  align-items: center;
  min-height: 580px;
  background-color: #F5F5FD;
  position: relative;
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8 {
    min-height: 900px;
    display: block;
  }
}
@media (max-width: 767px) {
  .hero8 {
    min-height: 720px;
    display: block;
  }
}
.hero8 .hero8-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8 .hero8-img {
    height: 300px;
  }
}
.hero8 .image1 {
  margin-top: 100px;
  margin-left: 160px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8 .main-heading {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .hero8 .main-heading {
    padding-top: 60px;
  }
}
.hero8 .main-heading span.span {
  display: inline-block;
  color: #4D32A5;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  border-radius: 4px;
  background: rgba(77, 50, 165, 0.05);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.hero8 .main-heading h1 {
  color: var(--Home-Page-2-Text-Colors, #0B0103);
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px; /* 122.222% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero8 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero8 .main-heading p {
  color: var(--Home-Page-2-paragraph, #5A5556);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}

.hero9 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 780px;
  display: flex;
  align-items: center;
  position: relative;
}
.hero9 .main-image1 {
  margin-top: 80px;
  margin-left: -80px;
}
.hero9 .main-image2 {
  margin-top: 80px;
  margin-right: -80px;
}
.hero9 .main-heading {
  padding: 90px 30px 0px 30px;
}
.hero9 .main-heading span.span {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  border-radius: 111px;
  background: rgba(255, 255, 255, 0.082);
  padding: 9px 12px 6px 12px;
  margin-bottom: 16px;
}
.hero9 .main-heading span.span img {
  filter: brightness(0) invert(1);
  transform: translateY(-2px);
}
.hero9 .main-heading h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
.hero9 .buttons {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.hero9 .buttons .video-buttton9 {
  display: flex;
  align-items: center;
}
.hero9 .buttons .video-buttton9 .play-shape {
  position: absolute;
  top: 12px;
  left: 12px;
}
.hero9 .buttons .video-buttton9 p {
  color: var(--Main-Color, #A2EA61);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  margin-left: -20px;
}
.hero9 .hero9-arrow {
  position: absolute;
  bottom: -90px;
  left: 50%;
  margin-left: -60px;
  z-index: 99;
}

.hero10 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero10 .bg {
  min-height: 850px;
}
@media (max-width: 767px) {
  .hero10 .bg {
    min-height: 1050px;
  }
}
.hero10 .main-heading {
  padding-top: 270px;
}
@media (max-width: 767px) {
  .hero10 .main-heading {
    padding-top: 100px;
  }
}
.hero10 .main-heading span.span {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  margin-bottom: 16px;
}
.hero10 .main-heading h1 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 113.333% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero10 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero10 .main-heading p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.hero10 .hero-box1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero10 .hero-box1 .video-paly10 {
  position: absolute;
  bottom: 33px;
  left: 60px;
}
.hero10 .hero-box2 {
  display: flex;
  align-items: start;
  background-color: #24908D;
  padding: 23px 24px;
  position: absolute;
  bottom: 0;
  left: 270px;
}
@media (max-width: 767px) {
  .hero10 .hero-box2 {
    display: flex;
    align-items: start;
    background-color: #24908D;
    padding: 23px 24px;
    position: absolute;
    bottom: 169px;
    left: 0;
  }
}
.hero10 .hero-box2 .icon {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2117647059);
  border-radius: 50%;
}
.hero10 .hero-box2 .heading {
  padding-left: 20px;
}
.hero10 .hero-box2 .heading h3 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 100% */
}
.hero10 .hero-box2 .heading h6 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  padding-top: 16px;
}
.hero10 .hero-box2 .heading p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  padding-top: 10px;
}
.hero10 .hero-box3 {
  display: flex;
  align-items: start;
  background-color: #fff;
  padding: 23px 24px;
  position: absolute;
  bottom: 0;
  left: 548px;
  border-radius: 0px 4px 0px 0px;
}
@media (max-width: 767px) {
  .hero10 .hero-box3 {
    display: flex;
    align-items: start;
    background-color: #fff;
    padding: 23px 24px;
    position: absolute;
    bottom: 345px;
    left: 0;
    border-radius: 0px 4px 0px 0px;
  }
}
.hero10 .hero-box3 .icon {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background-color: rgba(36, 144, 140, 0.1294117647);
  border-radius: 50%;
}
.hero10 .hero-box3 .heading {
  padding-left: 20px;
}
.hero10 .hero-box3 .heading h3 {
  color: #011313;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 100% */
}
.hero10 .hero-box3 .heading h6 {
  color: rgba(1, 19, 19, 0.6588235294);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  padding-top: 16px;
}
.hero10 .hero-box3 .heading p {
  color: rgba(1, 19, 19, 0.6588235294);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  padding-top: 10px;
}

/*===================
 PRRELOADER AREA CSS 
 ========================
*/
/* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9009999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.8431372549); /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: 4em "Figtree", sans-serif;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: rgba(255, 255, 255, 0.7882352941);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.103);
}

.ctn-preloader.ctn-preloader1 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader.ctn-preloader1 .loader-section-left {
  background: linear-gradient(90deg, rgb(25, 26, 31) 0%, rgb(24, 1, 73) 64%);
}

.ctn-preloader.ctn-preloader1 .loader-section-right {
  background: linear-gradient(90deg, rgb(24, 1, 73) 40%, rgb(25, 26, 31) 100%);
}

.ctn-preloader.ctn-preloader2 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #0D4F51;
}

.ctn-preloader.ctn-preloader3 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #dd2f43;
}

.ctn-preloader.ctn-preloader4 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #2B29A4;
}

.ctn-preloader.ctn-preloader5 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #6A6A9A;
}

.ctn-preloader.ctn-preloader6 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #4893FF;
}

.ctn-preloader.ctn-preloader7 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #B51DEE;
}

.ctn-preloader.ctn-preloader12 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #DE8E59;
}

.ctn-preloader.ctn-preloader13 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #02341c;
}

.ctn-preloader.ctn-preloader8 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #E50114;
}

.ctn-preloader.ctn-preloader9 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #FE6032;
}

.ctn-preloader.ctn-preloader10 .loader-section {
  background-color: transparent;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background-color: #9400FF;
}

.ctn-preloader .loader-section {
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
    color: #fff;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}
/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
.project {
  background-color: var(--ztc-bg-bg-3);
}
.project .project-slider {
  margin-top: 30px;
}
.project .project-slider .owl-item.active.center .single-slider .heading {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
.project .project-slider .single-slider {
  margin: 0px 15px;
  position: relative;
  overflow: hidden;
}
.project .project-slider .single-slider .slider-img img {
  border-radius: 7px;
}
.project .project-slider .single-slider .heading {
  background: var(--ztc-bg-bg-1);
  border-radius: 7px;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  margin: 0px 20px;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.5);
}
.project .project-slider .single-slider .heading h3 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}
.project .project-slider .single-slider .heading h3 a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.project .project-slider .single-slider .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;
  margin-top: 24px;
}
.project .project-slider .single-slider .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.project .project-slider .single-slider .learn:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.project .project-slider .owl-nav button {
  background: var(--ztc-bg-bg-2);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: all 0.4s;
}
.project .project-slider .owl-nav button:hover {
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-main-bg-1);
}
.project .project-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -20px;
}
.project .project-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -20px;
}

.project3 {
  background-color: var(--ztc-bg-bg-6);
}
.project3 .main-image-area {
  position: relative;
  margin-top: 30px;
  overflow-y: hidden;
}
.project3 .main-image-area .image img {
  width: 100%;
}
.project3 .main-image-area .heading-area {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  margin: 0px 30px;
  width: 90%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  transform: scale(0) translateY(40px);
  transition: all 0.4s;
}
.project3 .main-image-area .heading-area .heading p {
  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-bottom: 16px;
}
.project3 .main-image-area .heading-area .heading h4 a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-blod);
}
.project3 .main-image-area .heading-area .arrow a {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  background-color: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  text-align: center;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.project3 .main-image-area .heading-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(14.1000003815px);
  backdrop-filter: blur(14.1000003815px);
  z-index: -1;
  border-radius: 7px;
}
.project3 .main-image-area .heading-area.heading-area2 {
  margin-right: 50px !important;
  left: -15px;
}
.project3 .main-image-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 7px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
  background: linear-gradient(187deg, rgba(0, 0, 0, 0) 49.94%, rgba(0, 0, 0, 0.8) 72.55%), url(../_path-to-image_) rgba(211, 211, 211, 0) 50%/cover no-repeat;
}
.project3 .main-image-area:hover .heading-area {
  visibility: visible;
  transform: scale(1) translateY(0);
  transition: all 0.4s;
}
.project3 .main-image-area:hover::before {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project3 .main-image-area.active .heading-area {
  visibility: visible;
  transform: scale(1) translateY(0);
  transition: all 0.4s;
}
.project3 .main-image-area.active::before {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project3 .image2 img {
  width: 100%;
  border-radius: 7px;
}
.project3 .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project3 .nav li button {
  color: var(--ztc-bg-main-bg-3);
  font-weight: var(--f-fw-semibold);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  padding: 12px 20px;
  border-radius: 7px;
  margin: 10px 0px;
  background-color: var(--ztc-text-text-2);
}
.project3 .nav li button.active {
  background: var(--ztc-bg-main-bg-3);
}

.project-details-box {
  background-color: #F8F9FA;
  border-radius: 7px;
  margin-top: 30px;
  padding: 24px;
  transition: all 0.4s;
}
.project-details-box:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.get-started-box {
  background-color: #0E38B1;
  border-radius: 4px;
  padding: 24px;
}
.get-started-box h3 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  color: #fff;
}
.get-started-box p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: #fff;
}

.project6 {
  position: relative;
}
.project6 .project6-slider {
  margin-top: 60px;
}
.project6 .project6-slider .single-slider {
  position: relative;
  margin: 0px 10px;
}
.project6 .project6-slider .single-slider .image img {
  width: 100%;
}
.project6 .project6-slider .single-slider .hover-area {
  position: absolute;
  bottom: 24px;
  margin: 0px 24px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
}
.project6 .project6-slider .single-slider .hover-area .heading p {
  display: inline-block;
  color: var(--Home-Page-3-white-colors, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  background-color: rgba(255, 255, 255, 0.1215686275);
  padding: 8px 11px;
  border-radius: 4px;
}
.project6 .project6-slider .single-slider .hover-area .heading h5 a {
  display: inline-block;
  color: var(--Home-Page-3-white-colors, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-top: 16px;
}
.project6 .project6-slider .single-slider .hover-area .learn-btn a {
  display: inline-block;
  height: 44px;
  width: 44px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: -45px;
  bottom: 10px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .project6 .project6-slider .single-slider .hover-area .learn-btn a {
    right: 30px;
  }
}
.project6 .project6-slider .single-slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.6%, #000 100%);
  z-index: 0;
  border-radius: 4px;
}
.project6 .project6-slider .single-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(3, 5, 13, 0.3) 4.6%, #FA6444 100%);
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
}
.project6 .project6-slider .single-slider.slick-current.slick-active::before {
  opacity: 1;
}
.project6 .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 2rem 0 0 0;
  list-style-type: none;
}
.project6 .slick-dots li {
  margin: 0 0.25rem;
}
.project6 .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(240, 118, 118, 0.2274509804);
  text-indent: -9999px;
  position: relative;
}
.project6 .slick-dots button::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  height: 18px;
  width: 18px;
  border: 1px solid #FA6444;
  border-radius: 50%;
  opacity: 0;
}
.project6 .slick-dots li.slick-active button {
  background-color: #FA6444;
}
.project6 .slick-dots li.slick-active button::after {
  opacity: 1;
}

/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
.team2 .team-box {
  margin-top: 30px;
  text-align: center;
}
.team2 .team-box .image-area {
  position: relative;
  overflow: hidden;
}
.team2 .team-box .image-area .image {
  border-radius: 7px;
  overflow: hidden;
}
.team2 .team-box .image-area .image img {
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}
.team2 .team-box .image-area .icon-area {
  transition: all 0.3s ease-in-out;
  margin: 0 30px;
  position: absolute;
  width: 81%;
  border-radius: 7px;
  margin-top: -90px;
  padding: 16px;
  transition: all 0.4s;
  transform: scale(0) translateY(60px);
}
.team2 .team-box .image-area .icon-area ul li {
  display: inline-block;
}
.team2 .team-box .image-area .icon-area ul li a {
  display: inline-block;
  position: relative;
  z-index: 9;
  height: 33px;
  width: 33px;
  line-height: 33px;
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-text-text-2);
  border-radius: 50%;
  margin: 0px 5px;
  transition: all 0.4s;
}
.team2 .team-box .image-area .icon-area ul li a:hover {
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.team2 .team-box .image-area .icon-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(14.1000003815px);
          backdrop-filter: blur(14.1000003815px);
  z-index: 1;
  opacity: 1;
}
.team2 .team-box:hover .icon-area {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1) translateY(0);
}
.team2 .team-box:hover .image-area .image img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.team2.team-page .team-box .icon-area ul li a:hover {
  background: var(--ztc-bg-main-bg-1);
  color: #fff;
}

.team3 .team-box {
  margin-top: 30px;
  text-align: center;
}
.team3 .team-box .heading3 h4 a {
  font-size: 24px;
  padding-bottom: 10px;
}
.team3 .team-box .image-area {
  position: relative;
  overflow: hidden;
}
.team3 .team-box .image-area .image {
  border-radius: 7px;
  overflow: hidden;
}
.team3 .team-box .image-area .image img {
  width: 100%;
  border-radius: 7px;
  transition: all 0.4s;
}
.team3 .team-box .image-area .icon-area {
  transition: all 0.3s ease-in-out;
  margin: 0 30px;
  position: absolute;
  width: 81%;
  border-radius: 7px;
  margin-top: -90px;
  padding: 16px;
  transition: all 0.4s;
  transform: scale(0) translateY(60px);
}
.team3 .team-box .image-area .icon-area ul li {
  display: inline-block;
}
.team3 .team-box .image-area .icon-area ul li a {
  display: inline-block;
  position: relative;
  z-index: 9;
  height: 33px;
  width: 33px;
  line-height: 33px;
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-text-text-2);
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.team3 .team-box .image-area .icon-area ul li a:hover {
  background-color: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.team3 .team-box .image-area .icon-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(14.1000003815px);
  backdrop-filter: blur(14.1000003815px);
  opacity: 1;
  border-radius: 7px;
}
.team3 .team-box:hover .icon-area {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1) translateY(0);
}
.team3 .team-box:hover .image-area .image img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}

.team5 {
  position: relative;
}
.team5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #05092B;
  z-index: -3;
}
.team5 .team-box {
  margin-top: 30px;
  text-align: center;
}
.team5 .team-box .heading5-w {
  margin-top: 20px;
}
.team5 .team-box .heading5-w p {
  padding-top: 6px;
}
.team5 .team-box .image {
  position: relative;
}
.team5 .team-box .image img {
  width: 100%;
}
.team5 .team-box .image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #05092B;
  opacity: 0;
  transform: scale(0.8);
  z-index: 1;
  transition: all 0.4s;
}
.team5 .team-box .hover-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -16px;
  margin-left: -76px;
  transform: translateY(60px) scale(0.6);
  opacity: 0;
  transition: all 0.4s;
}
.team5 .team-box .hover-icons ul li {
  display: inline-block;
}
.team5 .team-box .hover-icons ul li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  margin: 0px 2px;
  color: #05092B;
}
.team5 .team-box .hover-icons ul li a:hover {
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  color: #fff;
}
.team5 .team-box:hover .image::after {
  transform: scale(1);
  opacity: 0.4;
  transition: all 0.4s;
}
.team5 .team-box:hover .hover-icons {
  transform: scale(1) translateY(0);
  opacity: 1;
  transition: all 0.4s;
}

.team6 .team-box {
  margin-top: 30px;
  transition: all 0.4s;
}
.team6 .team-box .image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.team6 .team-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.team6 .team-box .image .hover-area {
  position: absolute;
  right: 20px;
  bottom: 70px;
  z-index: 9;
  transform: translateX(80px);
  transition: all 0.4s;
}
.team6 .team-box .image .hover-area ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 8px;
  color: #180D03;
  font-size: 16px;
  transition: all 0.4s;
}
.team6 .team-box .image .hover-area ul li a:hover {
  background: #FA6444;
  color: #fff;
  transition: all 0.4s;
}
.team6 .team-box .heading-area {
  border-radius: 4px;
  background: var(--Home-Page-3-white-colors, #FFF);
  box-shadow: 0px 10px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  margin: -50px 24px 0px 24px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.team6 .team-box .heading-area h4 a {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.team6 .team-box .heading-area h4 a:hover {
  transition: all 0.4s;
  color: #FA6444;
}
.team6 .team-box .heading-area p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 8px;
}
.team6 .team-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.team6 .team-box:hover .hover-area {
  transform: translateX(0px);
  transition: all 0.4s;
}
.team6 .team-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.team7 .team-box {
  margin-top: 30px;
  transition: all 0.4s;
}
.team7 .team-box .image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.team7 .team-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.team7 .team-box .image .hover-area {
  position: absolute;
  right: 20px;
  bottom: 70px;
  z-index: 9;
  transform: translateX(80px);
  transition: all 0.4s;
}
.team7 .team-box .image .hover-area ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 8px;
  color: #180D03;
  font-size: 16px;
  transition: all 0.4s;
}
.team7 .team-box .image .hover-area ul li a:hover {
  background: #0061FF;
  color: #fff;
  transition: all 0.4s;
}
.team7 .team-box .heading-area {
  border-radius: 4px;
  background: var(--Home-Page-3-white-colors, #FFF);
  box-shadow: 0px 10px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  margin: -50px 24px 0px 24px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.team7 .team-box .heading-area h4 a {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.team7 .team-box .heading-area h4 a:hover {
  transition: all 0.4s;
  color: #0061FF;
}
.team7 .team-box .heading-area p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 8px;
}
.team7 .team-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.team7 .team-box:hover .hover-area {
  transform: translateX(0px);
  transition: all 0.4s;
}
.team7 .team-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.team8 .team-box {
  margin-top: 30px;
  transition: all 0.4s;
}
.team8 .team-box .image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.team8 .team-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.team8 .team-box .image .hover-area {
  position: absolute;
  right: 20px;
  bottom: 70px;
  z-index: 9;
  transform: translateX(80px);
  transition: all 0.4s;
}
.team8 .team-box .image .hover-area ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 8px;
  color: #180D03;
  font-size: 16px;
  transition: all 0.4s;
}
.team8 .team-box .image .hover-area ul li a:hover {
  background: #4D32A5;
  color: #fff;
  transition: all 0.4s;
}
.team8 .team-box .heading-area {
  border-radius: 4px;
  background: var(--Home-Page-3-white-colors, #FFF);
  box-shadow: 0px 10px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  margin: -50px 24px 0px 24px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.team8 .team-box .heading-area h4 a {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.team8 .team-box .heading-area h4 a:hover {
  transition: all 0.4s;
  color: #4D32A5;
}
.team8 .team-box .heading-area p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 8px;
}
.team8 .team-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.team8 .team-box:hover .hover-area {
  transform: translateX(0px);
  transition: all 0.4s;
}
.team8 .team-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.team9 .team-box {
  margin-top: 30px;
  transition: all 0.4s;
}
.team9 .team-box .image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.team9 .team-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.team9 .team-box .image .hover-area {
  position: absolute;
  right: 20px;
  bottom: 70px;
  z-index: 9;
  transform: translateX(80px);
  transition: all 0.4s;
}
.team9 .team-box .image .hover-area ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 8px;
  color: #180D03;
  font-size: 16px;
  transition: all 0.4s;
}
.team9 .team-box .image .hover-area ul li a:hover {
  background: #A2EA61;
  color: #180D03;
  transition: all 0.4s;
}
.team9 .team-box .heading-area {
  border-radius: 4px;
  background: var(--Home-Page-3-white-colors, #FFF);
  box-shadow: 0px 10px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  margin: -50px 24px 0px 24px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.team9 .team-box .heading-area h4 a {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
}
.team9 .team-box .heading-area h4 a:hover {
  transition: all 0.4s;
  color: #A2EA61;
}
.team9 .team-box .heading-area p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 8px;
}
.team9 .team-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.team9 .team-box:hover .hover-area {
  transform: translateX(0px);
  transition: all 0.4s;
}
.team9 .team-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.testimonial {
  background-color: var(--ztc-bg-bg-3);
}
.testimonial .tes1-slider {
  background-color: var(--ztc-bg-color-w);
  padding: 50px;
  margin-top: 60px;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-slider {
    padding: 30px 30px 120px 30px;
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-slider {
    padding: 30px 30px 120px 30px;
  }
}
.testimonial .tes1-slider .tes1-single-slider .right-side {
  padding-right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side {
    padding-right: 0;
  }
}
.testimonial .tes1-slider .tes1-single-slider .right-side h4 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side h4 {
    font-size: var(--f-fs-font-fs22);
    line-height: var(--f-fs-font-fs30);
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side h4 {
    font-size: var(--f-fs-font-fs22);
    line-height: var(--f-fs-font-fs30);
  }
}
.testimonial .tes1-slider .tes1-single-slider .right-side p {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs40);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding: 20px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side p {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side p {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
  }
}
.testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area .heading {
  padding-left: 16px;
}
.testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area .heading h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  padding-bottom: 16px;
}
.testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area .heading p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-slider .tes1-single-slider .left-side {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-slider .tes1-single-slider .left-side {
    display: none;
  }
}
.testimonial .tes1-arrows {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-arrows {
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-arrows {
    bottom: 24px;
  }
}
.testimonial .tes1-arrows button {
  font-size: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  border: none;
  margin: 0px 5px;
  transition: all 0.4s;
}
.testimonial .tes1-arrows button:hover {
  background-color: var(--ztc-bg-main-bg-1);
  color: var(--ztc-bg-color-w);
}

.testimonial2 .tes2-slider .owl-item.active.center .single-slider {
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.testimonial2 .tes2-slider .single-slider {
  border: 1px solid var(--ztc-bg-bg-5);
  background-color: var(--ztc-bg-bg-4);
  padding: 24px;
  border-radius: 7px;
  margin: 0 10px;
  min-height: 450px;
  position: relative;
}
.testimonial2 .tes2-slider .single-slider .icon {
  height: 60px;
  width: 60px;
}
.testimonial2 .tes2-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial2 .tes2-slider .bottom-area .author a {
  display: inline-block;
  color: var(--ztc-bg-bg-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.testimonial2 .tes2-slider .bottom-area .reating {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1921568627);
  padding: 4px 8px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.testimonial2 .tes2-slider .bottom-area .reating ul li {
  display: inline-block;
  color: var(--ztc-bg-main-bg-4);
}
.testimonial2 .tes2-slider .bottom-area .reating p {
  color: var(--ztc-bg-bg-1);
  font-size: 14px;
  line-height: 14px;
  font-weight: var(--f-fw-semibold);
}
.testimonial2 .tes2-slider .pera {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-medium);
  color: rgba(255, 255, 255, 0.7960784314);
  padding: 20px 0px;
}
.testimonial2.about-page-tes .owl-item.active.center .single-slider {
  background-color: #F8F9FA;
  border: none;
}
.testimonial2.about-page-tes .owl-item.active.center .single-slider .pera {
  color: var(--Paragraph-Color, #0D0E10);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}
.testimonial2.about-page-tes .single-slider {
  background-color: rgba(248, 249, 250, 0.8431372549);
  padding: 24px;
  border-radius: 7px;
  margin: 0 10px;
  min-height: 450px;
  position: relative;
  border: none;
}
.testimonial2.about-page-tes .single-slider .icon {
  height: 60px;
  width: 60px;
}
.testimonial2.about-page-tes .single-slider .pera {
  color: var(--Paragraph-Color, #676879);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}
.testimonial2.about-page-tes .single-slider .author a {
  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-semibold);
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.testimonial2.about-page-tes .single-slider .reating {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1921568627);
  padding: 4px 8px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.testimonial2.about-page-tes .single-slider .reating ul li {
  display: inline-block;
  color: var(--ztc-bg-main-bg-1);
}
.testimonial2.about-page-tes .single-slider .reating p {
  color: var(--ztc-bg-bg-1);
  font-size: 14px;
  line-height: 14px;
  font-weight: var(--f-fw-semibold);
}

.testimonial2 .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.testimonial2 .owl-dots button {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  height: 16px;
  line-height: 10px;
  width: 16px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  background-color: rgba(161, 233, 52, 0.4745098039);
}

.testimonial2 .owl-dots button.active {
  background: #A1E934;
}

.tes5 .owl-dots {
  position: absolute;
  bottom: -55px;
  width: 100%;
  right: 0;
  text-align: center;
}

.testimonial2 .owl-dots button {
  position: relative;
  border: 2px solid #03004a !important;
}

.testimonial2 .owl-dots button:after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  background: #A1E934;
  z-index: -1;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.testimonial2 .owl-dots button.active:after {
  visibility: visible;
  opacity: 1;
}

.testimonial2.about-page-tes .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.testimonial2.about-page-tes .owl-dots button {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  height: 16px;
  line-height: 10px;
  width: 16px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  background-color: var(--ztc-bg-main-bg-1);
}

.testimonial2.about-page-tes .owl-dots button.active {
  background: var(--ztc-bg-main-bg-1);
}

.tes5 .owl-dots {
  position: absolute;
  bottom: -55px;
  width: 100%;
  right: 0;
  text-align: center;
}

.testimonial2.about-page-tes .owl-dots button {
  position: relative;
  border: 2px solid #fff !important;
}

.testimonial2.about-page-tes .owl-dots button:after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  background: var(--ztc-bg-main-bg-1);
  z-index: -1;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.testimonial2.about-page-tes .owl-dots button.active:after {
  visibility: visible;
  opacity: 1;
}

.testimonial4 {
  background-color: var(--ztc-text-text-1);
}

.testimonial-page-all .single-slider {
  background-color: #F8F9FA;
  padding: 24px;
  border-radius: 7px;
  min-height: 440px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.testimonial-page-all .single-slider .icon {
  height: 60px;
  width: 60px;
}
.testimonial-page-all .single-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-page-all .single-slider .bottom-area .author a {
  display: inline-block;
  color: #0D0E10;
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.testimonial-page-all .single-slider .bottom-area .reating {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1921568627);
  padding: 4px 8px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.testimonial-page-all .single-slider .bottom-area .reating ul li {
  display: inline-block;
  color: var(--ztc-bg-main-bg-1);
}
.testimonial-page-all .single-slider .bottom-area .reating p {
  color: #0D0E10;
  font-size: 14px;
  line-height: 14px;
  font-weight: var(--f-fw-semibold);
}
.testimonial-page-all .single-slider .pera {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-medium);
  color: rgba(13, 14, 16, 0.631372549);
  padding: 20px 0px;
  transition: all 0.4s;
}
.testimonial-page-all .single-slider:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.testimonial-page-all .single-slider:hover .pera {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-medium);
  color: #0d0e10;
  padding: 20px 0px;
  transition: all 0.4s;
}

.tes5 .tes5-slider {
  margin-top: 60px;
  cursor: all-scroll;
}
.tes5 .tes5-slider .single-slider {
  background-color: #F5F6F9;
  border-radius: 4px;
  padding: 32px;
  position: relative;
  margin: 0px 5px;
}
.tes5 .tes5-slider .single-slider .stars ul li {
  display: inline-block;
  color: #EC811C;
  margin-right: 4px;
  height: 32px;
  width: 32px;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
}
.tes5 .tes5-slider .single-slider p {
  color: var(--Home-Page-4-paragraph, #5A5D73);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 24px 0;
}
.tes5 .tes5-slider .single-slider .bottom {
  display: flex;
  align-items: center;
}
.tes5 .tes5-slider .single-slider .bottom .heading {
  padding-left: 20px;
}
.tes5 .tes5-slider .single-slider .bottom .heading h5 a {
  display: inline-block;
  color: var(--Home-Page-4-Text-colors, #05092B);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.tes5 .tes5-slider .single-slider .bottom .heading p {
  color: var(--Home-Page-4-paragraph, #5A5D73);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 8px;
}
.tes5 .tes5-slider .single-slider .qute {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 30px;
}

.tes6 {
  position: relative;
}
.tes6::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #180D03;
  z-index: -4;
}
.tes6 .single-slider {
  background-color: #fff;
  border-radius: 4px;
  padding: 32px 28px;
  margin: 0px 10px;
  position: relative;
}
.tes6 .single-slider .stars ul li {
  color: #FA6444;
  background-color: #FFF7F6;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  margin: 0px 3px;
}
.tes6 .single-slider p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 16px 0px 24px 0px;
}
.tes6 .single-slider .bottom-area {
  display: flex;
  align-items: center;
}
.tes6 .single-slider .bottom-area .heading {
  padding-left: 20px;
}
.tes6 .single-slider .bottom-area .heading a {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.tes6 .single-slider .bottom-area .heading .text {
  padding: 2px 0px 0px 0px;
}
.tes6 .single-slider .qute {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.tes6 .arrows-button {
  text-align: center;
  margin-top: 40px;
}
.tes6 .arrows-button button {
  border-radius: 4px;
  height: 50px;
  width: 50px;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1529411765);
  margin: 0px 5px;
  transition: all 0.4s;
}
.tes6 .arrows-button button:hover {
  background-color: #FA6444;
  transition: all 0.4s;
}

.tes7 .tes7-slider-area {
  background-color: #E5EFFF;
  border-radius: 4px;
  padding: 32px 50px 32px 32px;
  position: relative;
}
.tes7 .tes7-slider-area .single-slider p {
  color: var(--Home-Page-1-text-colors, #02000E);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  padding: 16px 0px;
}
.tes7 .tes7-slider-area .single-slider .bottom-area {
  display: flex;
  align-items: center;
}
.tes7 .tes7-slider-area .single-slider .bottom-area .heading {
  padding-left: 16px;
}
.tes7 .tes7-slider-area .single-slider .bottom-area .heading h5 a {
  display: inline-block;
  color: var(--Home-Page-1-text-colors, #02000E);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.tes7 .tes7-slider-area .single-slider .bottom-area .heading span {
  color: var(--Home-Page-1-pargraph, #5C5A64);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 12px;
  display: inline-block;
}
.tes7 .tes7-slider-area .arrows-button button {
  font-size: 22px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border: none;
  border-radius: 50%;
  background-color: #0061FF;
  color: #fff;
  transition: all 0.4s;
}
.tes7 .tes7-slider-area .arrows-button button:hover {
  background-color: #02000E;
  transition: all 0.4s;
}
.tes7 .tes7-slider-area .arrows-button .tes7-next-arrow {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  right: -30px;
}
.tes7 .tes7-slider-area .arrows-button .tes7-prev-arrow {
  position: absolute;
  top: 50%;
  margin-top: 5px;
  right: -30px;
}

.tes8 .tes7-slider-area {
  background-color: #E4E2F1;
  border-radius: 4px;
  padding: 32px 50px 32px 32px;
  position: relative;
}
.tes8 .tes7-slider-area .single-slider p {
  color: var(--Home-Page-1-text-colors, #02000E);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  padding: 16px 0px;
}
.tes8 .tes7-slider-area .single-slider .bottom-area {
  display: flex;
  align-items: center;
}
.tes8 .tes7-slider-area .single-slider .bottom-area .heading {
  padding-left: 16px;
}
.tes8 .tes7-slider-area .single-slider .bottom-area .heading h5 a {
  display: inline-block;
  color: var(--Home-Page-1-text-colors, #02000E);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.tes8 .tes7-slider-area .single-slider .bottom-area .heading span {
  color: var(--Home-Page-1-pargraph, #5C5A64);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 12px;
  display: inline-block;
}
.tes8 .tes7-slider-area .arrows-button button {
  font-size: 22px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border: none;
  border-radius: 50%;
  background-color: #4D32A5;
  color: #fff;
  transition: all 0.4s;
}
.tes8 .tes7-slider-area .arrows-button button:hover {
  background-color: #02000E;
  transition: all 0.4s;
}
.tes8 .tes7-slider-area .arrows-button .tes7-next-arrow {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  right: -30px;
}
.tes8 .tes7-slider-area .arrows-button .tes7-prev-arrow {
  position: absolute;
  top: 50%;
  margin-top: 5px;
  right: -30px;
}

.tes9 .tes9-slider .sginle-slider {
  padding: 24px;
  border-radius: 4px;
  background-color: #F3F5F2;
  margin: 0px 10px;
}
.tes9 .tes9-slider .sginle-slider p {
  color: var(--Text-Color, #181818);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.tes9 .tes9-slider .sginle-slider .border-tes {
  background-color: #E3E4E2;
  height: 1px;
  margin: 24px 0px;
}
.tes9 .tes9-slider .sginle-slider .stars {
  padding: 16px 0px 18px 0px;
}
.tes9 .tes9-slider .sginle-slider .stars li {
  display: inline-block;
  color: #FFA800;
  font-size: 16px;
}
.tes9 .tes9-slider .sginle-slider .bottom-area {
  display: flex;
  align-items: center;
}
.tes9 .tes9-slider .sginle-slider .bottom-area .heading {
  padding-left: 16px;
}
.tes9 .tes9-slider .sginle-slider .bottom-area .heading h4 a {
  display: inline-block;
  color: var(--Text-Color, #181818);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.tes9 .tes9-slider .sginle-slider .bottom-area .heading p {
  color: var(--Paragraph-Color, #646375);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 10px;
}
.tes9 .arrows-button button {
  border: none;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  height: 56px;
  width: 56px;
  background-color: #F3F5F2;
  border-radius: 50%;
  transition: all 0.4s;
}
.tes9 .arrows-button button:hover {
  transition: all 0.4s;
  background-color: #A2EA61;
}
.tes9 .arrows-button .tes9-next-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -50px;
  margin-top: -50px;
}
.tes9 .arrows-button .tes9-prev-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -50px;
  margin-top: -50px;
}
.tes9 .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 2rem 0 0 0;
  list-style-type: none;
}
.tes9 .slick-dots li {
  margin: 0 0.25rem;
}
.tes9 .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #F3F5F2;
  text-indent: -9999px;
  position: relative;
}
.tes9 .slick-dots button::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  height: 18px;
  width: 18px;
  border: 1px solid #325D28;
  border-radius: 50%;
  opacity: 0;
}
.tes9 .slick-dots li.slick-active button {
  background-color: #325D28;
}
.tes9 .slick-dots li.slick-active button::after {
  opacity: 1;
}

.tes10 .tes10-slider {
  background-color: #fff;
  padding: 50px;
  border-radius: 8px;
  margin: 60px 100px 0px 100px;
}
@media (max-width: 767px) {
  .tes10 .tes10-slider {
    margin: 40px 0px 0px 0px;
    padding: 30px;
  }
}
.tes10 .tes10-slider .big-image img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes10 .tes10-slider .big-image {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tes10 .tes10-slider .big-image {
    margin-top: 30px;
  }
}
.tes10 .tes10-slider .content-area .stars {
  background-color: #E9F4F4;
  border-radius: 4px;
  padding: 6px 14px;
  display: inline-block;
}
.tes10 .tes10-slider .content-area .stars li {
  display: inline-block;
  color: #24908D;
  margin: 0px 2px;
}
.tes10 .tes10-slider .content-area p {
  color: #5F6464;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  padding: 24px 0px;
}
.tes10 .tes10-slider .bottom-area {
  display: flex;
  align-items: center;
}
.tes10 .tes10-slider .bottom-area .heading {
  padding-left: 22px;
}
.tes10 .tes10-slider .bottom-area .heading h6 a {
  display: inline-block;
  color: #011313;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
}
.tes10 .tes10-slider .bottom-area .heading p {
  color: rgba(1, 19, 19, 0.5333333333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding: 12px 0px 0px 0px;
}
.tes10 .arrows-button {
  text-align: end;
}
@media (max-width: 767px) {
  .tes10 .arrows-button {
    text-align: center;
    margin-top: 30px;
  }
}
.tes10 .arrows-button button {
  border: none;
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
  border-radius: 50%;
  color: #000120;
  transition: all 0.4s;
  background-color: #E9F4F4;
  margin-left: 5px;
}
.tes10 .arrows-button button:hover {
  background-color: #24908D;
  color: #fff;
  transition: all 0.4s;
}
.tes10 .arrows-button .tes10-next-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .tes10 .arrows-button .tes10-next-arrow {
    position: relative;
  }
}
.tes10 .arrows-button .tes10-prev-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .tes10 .arrows-button .tes10-prev-arrow {
    position: relative;
  }
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.single-testimonial {
  margin-top: 40px;
  margin-bottom: 30px;
  cursor: move;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .single-testimonial {
    padding-bottom: 20px;
  }
}
.single-testimonial h5 {
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  font-size: var(--f-fs-font-fs28);
  line-height: var(--f-fs-font-fs44);
  font-weight: var(--f-fw-regular);
  color: #fff;
}
@media (max-width: 767px) {
  .single-testimonial h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

.author {
  text-align: center;
  margin-top: 60px;
}
.author a {
  font-size: 21px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ztc-bg-color-w);
}
@media (max-width: 767px) {
  .author a {
    font-size: 18px;
  }
}
.author p {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  opacity: 0.6;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7882352941);
}
@media (max-width: 767px) {
  .author p {
    font-size: 14px;
  }
}

.testimonial-nav {
  width: 560px;
  margin: 0 auto;
  margin-left: 160px;
}
@media (max-width: 767px) {
  .testimonial-nav {
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-nav {
    width: auto;
    margin-left: 0;
  }
}

.testimonial-sliders {
  position: relative;
  z-index: 2;
}

.testimonial-arrows > div {
  position: absolute;
  top: 50%;
  left: -120px;
}
@media (max-width: 767px) {
  .testimonial-arrows > div {
    left: 50%;
    margin-left: -80px;
    top: 95%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-arrows > div {
    top: 95%;
    left: 50%;
    margin-left: -80px;
  }
}

.testimonial-arrows .slick-arrow button {
  width: 60px;
  height: 60px;
  text-align: center;
  background: none;
  border-radius: 50px;
  transition: all 0.3s;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.7450980392);
  color: #fff;
}

.testimonial-arrows .testimonial-next-arrow {
  left: auto;
  right: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-arrows .testimonial-next-arrow {
    right: 50%;
    margin-right: -80px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-arrows .testimonial-next-arrow {
    right: 50%;
    margin-right: -80px;
    margin-bottom: 30px;
  }
}

.testimonial-arrows .slick-arrow button:hover {
  transition: all 0.3s;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-text-text-1);
}

.single-testimonial-nav.slick-slide {
  visibility: hidden;
  height: 80px !important;
  width: 80px !important;
}

.single-testimonial-nav.slick-slide.slick-active,
.single-testimonial-nav.slick-slide.slick-active.slick-center {
  visibility: visible;
}

.single-testimonial-nav.slick-slide.slick-active {
  opacity: 0.6;
  transition: all 0.1s;
}

.single-testimonial-nav.slick-slide.slick-active.slick-center {
  opacity: 1;
  transition: all 0.1s;
  margin: 0px 8px;
}

.single-testimonial-nav.slick-slide img {
  display: block;
  border-radius: 50%;
  transition: all 0.1s;
  transform: scale(0.8);
  height: 80px;
  width: 80px !important;
  width: auto;
}

.single-testimonial-nav.slick-slide.slick-center img {
  transition: all 0.1s;
  transform: scale(1);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.603);
  border-radius: 50%;
}

.testimonial-2 .testimonial-arrows .slick-arrow button:hover {
  transition: all 0.3s;
}

.testimonial-3 .single-testimonial {
  border-radius: 8px;
  padding: 24px;
  margin-top: 0;
  cursor: move;
}
.testimonial-3 .single-testimonial p {
  font-size: 18px;
  line-height: 30px;
  color: #304952;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .testimonial-3 .single-testimonial p {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-3 .testimonial-icon {
  background: #F5D1A4;
  box-shadow: 0 4px 15px rgba(245, 209, 164, 0.5);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 16px;
}
.testimonial-3 .author-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-3 .review-1 {
  display: flex;
  box-shadow: 0 4px 10px rgba(220, 237, 243, 0.5);
  border-radius: 8px;
  padding: 3px 8px;
}
.testimonial-3 .review li {
  display: inline-block;
  font-size: 18px;
  color: #6FCF97;
}
@media (max-width: 767px) {
  .testimonial-3 .review li {
    font-size: 16px;
  }
}
.testimonial-3 .review-rate p {
  font-size: 14px;
  margin-bottom: 0;
}
.testimonial-3 .author {
  margin-top: 0;
}
.testimonial-3 .author a {
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .testimonial-3 .author a {
    font-size: 16px;
  }
}
.testimonial-4 .testimonials-4 {
  position: relative;
  z-index: 2;
}
.testimonial-4 .testimonials-4:after {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100% - 215px);
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .testimonial-4 .testimonials-4:after {
    width: 100%;
  }
}
.testimonial-4 .single-testimonial {
  position: relative;
  z-index: 2;
  cursor: move;
  padding: 50px 100px 50px 350px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .testimonial-4 .single-testimonial {
    padding: 40px 20px 20px;
    text-align: center;
  }
}
.testimonial-4 .testimonial-image {
  height: 330px;
  width: 300px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -165px;
}
@media (max-width: 767px) {
  .testimonial-4 .testimonial-image {
    height: 120px;
    width: 120px;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 20px;
  }
}
.testimonial-4 .testimonial-contents p {
  font-size: 28px;
  line-height: 42px;
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .testimonial-4 .testimonial-contents p {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-4 .testimonial-image img {
  border-radius: 8px;
  height: 100%;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-4 .testimonial-icon {
  width: 50px;
}
@media (max-width: 767px) {
  .testimonial-4 .testimonial-icon {
    width: 50px;
    margin: 0 auto;
  }
}
.testimonial-4 .testimonial-author a {
  font-size: 20px;
  line-height: 20px;
}
.testimonial-4 .testimonial-author p {
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0 0;
}
.testimonial-4 .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #FFFFFF !important;
  border-radius: 50px;
  font-size: 16px !important;
  display: block;
  margin: 10px 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .testimonial-4 .owl-nav button {
    border-radius: 50px;
    font-size: 16px !important;
    display: inline-block;
    margin: 0 5px;
  }
}
.testimonial-4 .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  right: -25px;
  z-index: 3;
}
@media (max-width: 767px) {
  .testimonial-4 .owl-nav {
    position: relative;
    top: auto;
    margin-top: 0;
    right: auto;
    z-index: 3;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 20px 0 40px;
  }
}
.testimonial-4 .owl-nav button:hover {
  background: #161540 !important;
  color: #fff !important;
  transition: all 0 0.3s;
}

@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 .heading1 {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work .heading1 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .work .heading1 {
    padding-right: 0;
  }
}
.work .work-images {
  position: relative;
}
.work .work-images .image {
  margin-top: 30px;
}
.work .work-images .image img {
  width: 100%;
  border-radius: 7px;
}
.work .work-images .bg-image {
  position: absolute;
  top: 160px;
  right: 50px;
  z-index: -1;
}

.work2 .work2-box {
  padding: 24px;
  border-radius: 7px;
  margin-top: 30px;
  transition: all 0.4s;
}
.work2 .work2-box .image {
  border-radius: 7px;
  overflow: hidden;
}
.work2 .work2-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.work2 .work2-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  z-index: -111;
  border-radius: 7px;
  transition: all 0.4s;
}
.work2 .work2-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.work2 .work2-box:hover::after {
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}

.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 {
  border: 1px solid #EEEFF1;
  border-radius: 7px;
  padding: 24px;
  margin-top: 30px;
  transition: all 0.4s;
  position: relative;
}
.work3 .work3-box span.stap {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 7px;
  border: 2px solid 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);
  color: var(--ztc-bg-main-bg-3);
  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 a {
  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-3);
  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-3);
  transition: all 0.4s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 7px;
  z-index: -1;
  opacity: 0;
}

.work4 .work4-box {
  border: 1px solid #EEEFF1;
  border-radius: 7px;
  padding: 32px 24px;
  margin-top: 30px;
  position: relative;
  transition: all 0.4s;
}
.work4 .work4-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;
}
.work4 .work4-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;
}
.work4 .work4-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);
}
.work4 .work4-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;
}
.work4 .work4-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);
}
.work4 .work4-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}

.about-work .work4-box {
  border: 2px solid var(--ztc-bg-bg-5);
  border-radius: 7px;
  padding: 32px 24px;
  margin-top: 30px;
  position: relative;
  transition: all 0.4s;
  background-color: var(--ztc-bg-bg-4);
}
.about-work .work4-box span.after {
  display: inline-block;
  color: var(--ztc-bg-main-bg-4);
  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;
}
.about-work .work4-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.about-work .work4-box:hover {
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transform: translateY(-10px);
}
.about-work .work4-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}

.work5 .main-shape {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work5 .main-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .work5 .main-shape {
    display: none;
  }
}
.work5 .work-box {
  padding: 24px;
  position: relative;
  margin-top: 30px;
}
.work5 .work-box p {
  padding: 8px 0px 16px 0px;
}
.work5 .work-box .learn {
  display: inline-block;
  color: var(--Home-Page-4-Text-colors, #05092B);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.work5 .work-box .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.work5 .work-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #F5F6F9;
  border-radius: 4px;
  z-index: -2;
}
.work5 .work-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  border-radius: 4px;
  z-index: -1;
  transform: rotateY(80deg);
  opacity: 0;
  transition: all 0.4s;
}
.work5 .work-box .number {
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: var(--Home-Page-4-Text-colors, #05092B);
  font-family: Figtree;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 100% */
  position: absolute;
  bottom: 10px;
  right: 15px;
  transition: all 0.4s;
}
.work5 .work-box:hover {
  transition: all 0.4s;
}
.work5 .work-box:hover::before {
  transform: rotateY(0deg);
  opacity: 1;
  transition: all 0.4s;
}
.work5 .work-box:hover h4 a {
  transition: all 0.4s;
  color: #fff;
}
.work5 .work-box:hover p {
  color: rgba(255, 255, 255, 0.7960784314);
  transition: all 0.4s;
}
.work5 .work-box:hover .learn {
  transition: all 0.4s;
  color: #fff;
}
.work5 .work-box:hover .number {
  color: #fff;
  transition: all 0.4s;
}

.work7 img {
  width: 100%;
}
.work7 .heading7 {
  padding-left: 30px;
}
.work7 .heading7 .work-box {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.work7 .heading7 .work-box .icon {
  margin-right: 30px;
}
.work7 .heading7 .work-box .icon span {
  height: 17px;
  width: 17px;
  text-align: center;
  line-height: 17px;
  font-size: 11px;
  color: #02000E;
  border: 1px solid #02000E;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.work7 .heading7 .work-box .icon span::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 7px;
  height: 50px;
  width: 1px;
  background-color: #02000E;
}
.work7 .heading7 .work-box:hover h4 a {
  color: #0061FF;
}
.work7 .heading7 .work-box:hover span {
  height: 17px;
  width: 17px;
  text-align: center;
  line-height: 17px;
  font-size: 11px;
  color: #0061FF;
  border: 1px solid #0061FF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.work7 .heading7 .work-box:hover span::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 7px;
  height: 50px;
  width: 1px;
  background-color: #0061FF;
}

.works9 .work-box {
  margin-top: 30px;
  text-align: center;
}
.works9 .work-box .image img {
  width: 100%;
}
.works9 .work-box .heading-area {
  display: inline-block;
  background-color: #F3F5F2;
  padding: 20px 36px;
  border-radius: 4px;
  transition: all 0.4s;
  margin-top: 30px;
}
.works9 .work-box .heading-area h4 a {
  display: inline-block;
  color: var(--Text-Color, #181818);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.works9 .work-box .heading-area p {
  color: var(--Paragraph-Color, #646375);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  padding-top: 16px;
}
.works9 .work-box:hover .heading-area {
  transform: translateY(-10px);
  transition: all 0.4s;
  background-color: #A2EA61;
}

.case9 {
  position: relative;
}
.case9 .case9-slider {
  margin-top: 60px;
}
.case9 .case9-slider .single-slider {
  position: relative;
  margin: 0px 10px;
}
.case9 .case9-slider .single-slider .image {
  border-radius: 8px;
  overflow: hidden;
}
.case9 .case9-slider .single-slider .image img {
  width: 100%;
  transition: all 0.4s;
}
.case9 .case9-slider .single-slider .heading-area {
  position: absolute;
  bottom: 30px;
  margin: 0px 30px;
  background-color: #fff;
  border-radius: 8px;
  padding: 28px;
}
.case9 .case9-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;
}
.case9 .case9-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;
}
.case9 .case9-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;
}
.case9 .case9-slider .single-slider:hover {
  transition: all 0.4s;
}
.case9 .case9-slider .single-slider:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.case9 .case9-slider .single-slider:hover .heading-area h5 a {
  color: #A2EA61;
  transition: all 0.4s;
}
.case9 .arrows-button {
  text-align: end;
}
.case9 .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;
}
.case9 .arrows-button button:hover {
  background-color: #A2EA61;
  transition: all 0.4s;
}

.case10 .case-box {
  margin-top: 30px;
  position: relative;
}
.case10 .case-box .image {
  border-radius: 8px;
  overflow: hidden;
}
.case10 .case-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.case10 .case-box .hover-area {
  position: absolute;
  margin: 0px 24px;
  bottom: 24px;
  padding: 24px;
  overflow: hidden;
}
.case10 .case-box .hover-area h4 a {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  transform: translateY(100px);
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.case10 .case-box .hover-area p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 16px 0px;
  transform: translateY(140px);
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.case10 .case-box .hover-area a.learn {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  transform: translateY(100px);
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.case10 .case-box .hover-area a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.case10 .case-box .hover-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  border-radius: 7px;
  background: #24908D;
  transition: all 0.4s;
  z-index: 0;
}
.case10 .case-box:hover {
  transition: all 0.4s;
}
.case10 .case-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.case10 .case-box:hover .hover-area h4 a {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  transform: translateY(0);
  transition: all 0.4s;
}
.case10 .case-box:hover .hover-area p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 16px 0px;
  transform: translateY(0);
  transition: all 0.4s;
}
.case10 .case-box:hover .hover-area a.learn {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  transform: translateY(0);
  transition: all 0.4s;
}
.case10 .case-box:hover .hover-area::after {
  height: 180px;
  transition: all 0.4s;
  border-radius: 8px;
}

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
.blog .blog-box {
  margin-top: 30px;
  border: 1px solid #EEEFF1;
  border-radius: 7px;
}
.blog .blog-box .image {
  overflow: hidden;
  border-radius: 7px 7px 0px 0px;
}
.blog .blog-box .image img {
  width: 100%;
  border-radius: 7px 7px 0px 0px;
  transition: all 0.4s;
}
.blog .blog-box .heading {
  padding: 24px;
}
.blog .blog-box .heading .tags a {
  display: inline-block;
  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);
  margin: 0px 16px 0px 0px;
}
.blog .blog-box .heading .tags a img {
  margin-top: -3px;
  margin-right: 3px;
}
.blog .blog-box .heading h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  padding: 16px 0px;
  transition: all 0.4s;
}
.blog .blog-box .heading h4 a:hover {
  color: var(--ztc-bg-main-bg-1);
}
.blog .blog-box .heading .learn {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-1);
  padding: 10px 12px;
  border-radius: 7px;
  border: 2px solid var(--ztc-bg-main-bg-1);
  display: inline-block;
  transition: all 0.4s;
}
.blog .blog-box .heading .learn span {
  display: inline-block;
  margin-left: 2px;
  transition: all 0.4s;
}
.blog .blog-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(4deg);
}
.blog .blog-box:hover .learn {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  padding: 10px 12px;
  border-radius: 7px;
  border: 2px solid var(--ztc-bg-main-bg-1);
  display: inline-block;
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.blog .blog-box:hover .learn span {
  display: inline-block;
  margin-left: 2px;
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.bottom-circle {
  position: relative;
  overflow: hidden;
}
.bottom-circle::after {
  content: "";
  position: absolute;
  top: 200px;
  height: 70%;
  width: 100%;
  background-image: url(../images/bottom-shape2.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -9;
  animation-name: shape-animaiton4;
  animation-duration: 92s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  overflow: hidden;
}

.blog .blog2-box {
  margin-top: 30px;
}
.blog .blog2-box .image {
  border-radius: 7px;
  overflow: hidden;
}
.blog .blog2-box .image img {
  width: 100%;
  border-radius: 7px;
  transition: all 0.4s;
}
.blog .blog2-box .heading2 {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  padding: 20px;
  border-radius: 7px;
  margin: -70px 30px 0px 30px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.blog .blog2-box .heading2 .tags .date {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: var(--ztc-text-text-2);
  font-weight: var(--f-fw-regular);
  display: inline-block;
  margin-bottom: 16px;
}
.blog .blog2-box .heading2 .tags .date img {
  margin-top: -4px;
  margin-right: 2px;
}
.blog .blog2-box .heading2 .tags .outhor {
  margin-left: 24px;
}
.blog .blog2-box .heading2 .learn {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--ztc-text-text-2);
  font-weight: var(--f-fw-blod);
  display: inline-block;
  transition: all 0.4s;
}
.blog .blog2-box .heading2 .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog .blog2-box .heading2 .learn:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.blog .blog2-box:hover .image img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.blog .blog2-box:hover .heading2 {
  transform: translateY(-20px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.blog.blog-page .heading1 {
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--White, #FFF);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 7px;
  margin: -70px 30px 0px 30px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.blog.blog-page .heading1 h4 a {
  font-size: 24px;
}
.blog.blog-page .heading1 .tags .date {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: #676879;
  font-weight: var(--f-fw-regular);
  display: inline-block;
  margin-bottom: 16px;
}
.blog.blog-page .heading1 .tags .date img {
  margin-top: -4px;
  margin-right: 2px;
  filter: brightness(0);
}
.blog.blog-page .heading1 .tags .outhor {
  margin-left: 24px;
}
.blog.blog-page .heading1 .learn {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--ztc-text-text-1);
  font-weight: var(--f-fw-blod);
  display: inline-block;
  transition: all 0.4s;
}
.blog.blog-page .heading1 .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog.blog-page .heading1 .learn:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.blog.blog-sidebar-page .heading1 {
  margin: -70px 0px 0px 0px;
  border-radius: 0px 0px 7px 7px;
  padding: 32px;
}
.blog.blog-sidebar-page .tags .date {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: #676879;
  font-weight: var(--f-fw-regular);
  display: inline-block;
  margin-bottom: 16px;
}
.blog.blog-sidebar-page .tags .date img {
  margin-top: -4px;
  margin-right: 2px;
  filter: brightness(0);
}
.blog.blog-sidebar-page .tags .outhor {
  margin-right: 24px;
  margin-left: 0 !important;
}

.blog3 .blog3-box {
  margin-top: 30px;
  background-color: var(--ztc-bg-bg-6);
  border-radius: 7px;
  padding: 24px;
}
.blog3 .blog3-box .image {
  overflow: hidden;
  border-radius: 7px;
}
.blog3 .blog3-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.blog3 .blog3-box .heading3 .tags a.date {
  margin-bottom: 16px;
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-pera-text-1);
}
.blog3 .blog3-box .heading3 .tags a.date img {
  display: inline-block;
  margin-top: -4px;
  margin-right: 3px;
}
.blog3 .blog3-box .heading3 .tags .outhor {
  margin-left: 24px;
}
.blog3 .blog3-box .heading3 a.learn {
  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-text-text-1);
  margin-bottom: 24px;
  transition: all 0.4s;
}
.blog3 .blog3-box .heading3 a.learn:hover {
  color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
}
.blog3 .blog3-box .heading3 a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog3 .blog3-box:hover .image img {
  transform: rotate(2deg) scale(1.1);
  transition: all 0.4s;
}

.blog4 .blog4-box {
  margin-top: 30px;
}
.blog4 .blog4-box .image {
  border-radius: 7px;
  overflow: hidden;
}
.blog4 .blog4-box .image img {
  width: 100%;
  border-radius: 7px;
  transition: all 0.4s;
}
.blog4 .blog4-box .heading4 {
  border-radius: 7px;
  padding: 20px;
  background-color: var(--ztc-bg-color-w);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  margin: -130px 30px 0px 30px;
  position: relative;
  z-index: 1;
}
.blog4 .blog4-box .heading4 .tags a.date {
  margin-bottom: 16px;
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-pera-text-1);
}
.blog4 .blog4-box .heading4 .tags a.date img {
  display: inline-block;
  margin-top: -4px;
  margin-right: 3px;
}
.blog4 .blog4-box .heading4 .tags .outhor {
  margin-left: 24px;
}
.blog4 .blog4-box .heading4 h4 a {
  line-height: var(--f-fs-font-fs24);
}
.blog4 .blog4-box .heading4 a.learn {
  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-text-text-1);
  margin-bottom: 24px;
  transition: all 0.4s;
}
.blog4 .blog4-box .heading4 a.learn:hover {
  color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.blog4 .blog4-box .heading4 a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog4 .blog4-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .image {
  height: 100px;
  width: 100px;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .image img {
  height: 100px;
  width: 100px;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading {
  padding-left: 16px;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading a.date {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: #0D0E10;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading a.date img {
  margin-top: -3px;
  filter: brightness(0);
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  padding-top: 16px;
  transition: all 0.4s;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading h5 a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs:nth-last-child(1) {
  padding-bottom: 0;
}

.details-post-area .social-users {
  padding-top: 30px;
}
.details-post-area .social-users ul li {
  display: inline-block;
  margin-right: 24px;
}
.details-post-area .social-users ul li a {
  color: var(--ztc-text-text-1);
  font-weight: var(--f-fw-regular);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  display: inline-block;
}
.details-post-area .social-users ul li a img {
  margin-top: -3px;
  margin-right: 3px;
  filter: brightness(0);
}
.details-post-area .video-area-image {
  position: relative;
}
.details-post-area .video-area-image .video-buttton {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -70px;
}
.details-post-area .comment-box {
  background-color: #F8F9FA;
  padding: 24px;
  border-radius: 7px;
  margin-top: 32px;
  transition: all 0.4s;
}
.details-post-area .comment-box .box-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-post-area .comment-box .box-top-area .heading-area {
  display: flex;
  align-items: center;
}
.details-post-area .comment-box .box-top-area .heading-area .image {
  height: 70px 70px;
}
.details-post-area .comment-box .box-top-area .heading-area .heading {
  padding-left: 20px;
}
.details-post-area .comment-box .box-top-area .heading-area .heading h5 a {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  display: inline-block;
}
.details-post-area .comment-box .box-top-area .heading-area .heading a.date {
  display: inline-block;
  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: 6px;
}
.details-post-area .comment-box .box-top-area .reply-btn a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.details-post-area .comment-box .box-top-area .reply-btn a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.details-post-area .comment-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.details-post-area .comment-box.comment-box2 {
  margin-left: 60px;
}

.tags-links .tags ul li {
  display: inline-block;
}
.tags-links .tags ul li.text {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin-right: 10px;
}
.tags-links .tags ul li.tag-text a {
  display: inline-block;
  background-color: #F8F9FA;
  border-radius: 30px;
  padding: 10px 16px;
  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);
  margin: 8px 4px;
  transition: all 0.4s;
}
.tags-links .tags ul li.tag-text a:hover {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.tags-links .social {
  text-align: end;
}
@media (max-width: 767px) {
  .tags-links .social {
    text-align: start;
    padding-top: 30px;
  }
}
.tags-links .social ul li {
  display: inline-block;
}
.tags-links .social ul li.text {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin-right: 10px;
}
.tags-links .social ul li a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background-color: #F8F9FA;
  text-align: center;
  line-height: 33px;
  margin: 0px 3px;
}
.tags-links .social ul li a:hover {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}

.blog-details-border {
  background-color: rgba(76, 77, 108, 0.2549019608);
  width: 100%;
  height: 1px;
  margin: 50px 0px;
}

.contact-form-details {
  background-color: #F8F9FA;
  padding: 32px;
  border-radius: 7px;
}
.contact-form-details .single-input input, .contact-form-details .single-input textarea {
  padding: 16px;
  border: none;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  width: 100%;
  color: #676879;
}
.contact-form-details .single-input input:focus, .contact-form-details .single-input textarea:focus {
  outline: none;
}
.contact-form-details .single-input input::-moz-placeholder, .contact-form-details .single-input textarea::-moz-placeholder {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: #676879;
  font-weight: var(--f-fw-regular);
}
.contact-form-details .single-input input::placeholder, .contact-form-details .single-input textarea::placeholder {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: #676879;
  font-weight: var(--f-fw-regular);
}

.blog.blog-inline.blog-page .heading1.main {
  box-shadow: none;
  padding: 0;
  background: none;
}

.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .image {
  height: 100px;
  width: 100px;
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .image img {
  height: 100px;
  width: 100px;
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading {
  padding-left: 16px;
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading a.date {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading a.date img {
  margin-top: -3px;
  filter: brightness(40);
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-bg-color-w);
  padding-top: 16px;
  transition: all 0.4s;
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading h5 a:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs:nth-last-child(1) {
  padding-bottom: 0;
}
.comon-body .details-post-area .social-users {
  padding-top: 30px;
}
.comon-body .details-post-area .social-users ul li {
  display: inline-block;
  margin-right: 24px;
}
.comon-body .details-post-area .social-users ul li a {
  color: var(--ztc-bg-color-w);
  font-weight: var(--f-fw-regular);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  display: inline-block;
}
.comon-body .details-post-area .social-users ul li a img {
  margin-top: -3px;
  margin-right: 3px;
  filter: brightness(40);
}
.comon-body .details-post-area .video-area-image {
  position: relative;
}
.comon-body .details-post-area .video-area-image .video-buttton {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -70px;
}
.comon-body .details-post-area .comment-box {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  padding: 24px;
  border-radius: 7px;
  margin-top: 32px;
  transition: all 0.4s;
}
.comon-body .details-post-area .comment-box .box-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comon-body .details-post-area .comment-box .box-top-area .heading-area {
  display: flex;
  align-items: center;
}
.comon-body .details-post-area .comment-box .box-top-area .heading-area .image {
  height: 70px 70px;
}
.comon-body .details-post-area .comment-box .box-top-area .heading-area .heading {
  padding-left: 20px;
}
.comon-body .details-post-area .comment-box .box-top-area .heading-area .heading h5 a {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  display: inline-block;
}
.comon-body .details-post-area .comment-box .box-top-area .heading-area .heading a.date {
  display: inline-block;
  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);
  padding-top: 6px;
}
.comon-body .details-post-area .comment-box .box-top-area .reply-btn a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.comon-body .details-post-area .comment-box .box-top-area .reply-btn a:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.comon-body .details-post-area .comment-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.comon-body .details-post-area .comment-box.comment-box2 {
  margin-left: 60px;
}
.comon-body .tags-links .tags ul li {
  display: inline-block;
}
.comon-body .tags-links .tags ul li.text {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin-right: 10px;
}
.comon-body .tags-links .tags ul li.tag-text a {
  display: inline-block;
  border: 1px solid #484455;
  background-color: #342F42;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 8px 4px;
  transition: all 0.4s;
}
.comon-body .tags-links .tags ul li.tag-text a:hover {
  border: 1px solid var(--ztc-bg-main-bg-4);
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.comon-body .tags-links .social {
  text-align: end;
}
@media (max-width: 767px) {
  .comon-body .tags-links .social {
    text-align: start;
    padding-top: 30px;
  }
}
.comon-body .tags-links .social ul li {
  display: inline-block;
}
.comon-body .tags-links .social ul li.text {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin-right: 10px;
}
.comon-body .tags-links .social ul li a {
  display: inline-block;
  color: var(--ztc-bg-color-w);
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-5);
  text-align: center;
  line-height: 33px;
  margin: 0px 3px;
}
.comon-body .tags-links .social ul li a:hover {
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.comon-body .contact-form-details {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  padding: 32px;
  border-radius: 7px;
}
.comon-body .contact-form-details .single-input input, .comon-body .contact-form-details .single-input textarea {
  padding: 16px;
  border: none;
  background-color: var(--ztc-bg-bg-5);
  margin-bottom: 20px;
  border-radius: 4px;
  width: 100%;
  color: var(--ztc-bg-color-w);
}
.comon-body .contact-form-details .single-input input:focus, .comon-body .contact-form-details .single-input textarea:focus {
  outline: none;
}
.comon-body .contact-form-details .single-input input::-moz-placeholder, .comon-body .contact-form-details .single-input textarea::-moz-placeholder {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: rgba(255, 255, 255, 0.7137254902);
  font-weight: var(--f-fw-regular);
}
.comon-body .contact-form-details .single-input input::placeholder, .comon-body .contact-form-details .single-input textarea::placeholder {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: rgba(255, 255, 255, 0.7137254902);
  font-weight: var(--f-fw-regular);
}

.blog5 {
  position: relative;
}
.blog5 .blog-box {
  position: relative;
  margin-top: 30px;
}
.blog5 .blog-box .heading-area {
  border-radius: 4px 4px 0px 0px;
  background: var(--Home-Page-4-Gray-Colors, #F5F6F9);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  padding: 24px;
}
.blog5 .blog-box .heading-area h4 a {
  display: inline-block;
  color: var(--Home-Page-4-Text-colors, #05092B);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 20px 0px;
}
.blog5 .blog-box .heading-area h4 a:hover {
  color: #FA7D3C;
  transition: all 0.4s;
}
.blog5 .blog-box .heading-area .tags-area a.date {
  color: var(--Home-Page-4-paragraph, #5A5D73);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  display: inline-block;
}
.blog5 .blog-box .heading-area .tags-area a.date img {
  transform: translateY(-3px);
  margin-right: 2px;
}
.blog5 .blog-box .heading-area .tags-area a.tag {
  display: inline-block;
  color: var(--Home-Page-4-paragraph, #5A5D73);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin-left: 16px;
}
.blog5 .blog-box .heading-area .learn {
  color: var(--Home-Page-4-Text-colors, #05092B);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.blog5 .blog-box .heading-area .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog5 .blog-box .heading-area .learn:hover {
  color: #FA7D3C;
  transition: all 0.4s;
}
.blog5 .blog-box .image-area {
  border-radius: 0px 0px 4px 4px;
  overflow: hidden;
}
.blog5 .blog-box .image-area img {
  width: 100%;
  transition: all 0.4s;
}
.blog5 .blog-box .image-area .circle-learn {
  display: inline-block;
  background: linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%);
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  transform: rotate(-45deg);
  color: #fff;
  font-size: 22px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
}
.blog5 .blog-box:hover .image-area img {
  transform: scale(1.1) rotate(2deg);
  transition: all 0.4s;
}

.blog6 .blog-box {
  margin-top: 40px;
  transition: all 0.4s;
}
.blog6 .blog-box .tags-area {
  padding: 16px 0px;
}
.blog6 .blog-box .tags-area a {
  display: inline-block;
  border-radius: 50px;
  background: rgba(250, 100, 68, 0.1);
  padding: 8px 10px 6px 10px;
  border-radius: 111px;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-right: 6px;
}
.blog6 .blog-box .tags-area a img {
  transform: translateY(-2px);
}
.blog6 .blog-box .image {
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.blog6 .blog-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.blog6 .blog-box .heading6 p {
  padding: 12px 0px 20px 0px;
}
.blog6 .blog-box .heading6 .learn {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.blog6 .blog-box .heading6 .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog6 .blog-box .heading6 .learn:hover {
  transition: all 0.4s;
  color: #FA6444;
}
.blog6 .blog-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.blog6 .blog-box:hover .image img {
  transform: scale(1.1) rotate(2deg);
  transition: all 0.4s;
}

.blog7 .blog-box {
  margin-top: 40px;
  transition: all 0.4s;
}
.blog7 .blog-box .tags-area {
  padding: 16px 0px;
}
.blog7 .blog-box .tags-area a {
  display: inline-block;
  border-radius: 50px;
  background: #E5EFFF;
  padding: 8px 10px 6px 10px;
  border-radius: 111px;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-right: 6px;
}
.blog7 .blog-box .tags-area a img {
  transform: translateY(-2px);
}
.blog7 .blog-box .image {
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.blog7 .blog-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.blog7 .blog-box .heading7 p {
  padding: 12px 0px 20px 0px;
}
.blog7 .blog-box .heading7 .learn {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.blog7 .blog-box .heading7 .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog7 .blog-box .heading7 .learn:hover {
  transition: all 0.4s;
  color: #0061FF;
}
.blog7 .blog-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.blog7 .blog-box:hover .image img {
  transform: scale(1.1) rotate(2deg);
  transition: all 0.4s;
}

.blog9 .blog-box {
  background-color: #F3F5F2;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog9 .blog-box {
    display: block;
  }
}
.blog9 .blog-box .image {
  width: 240px;
}
.blog9 .blog-box .heading9 {
  padding-left: 24px;
}
@media (max-width: 767px) {
  .blog9 .blog-box .heading9 {
    padding-left: 0;
    padding-top: 24px;
  }
}
.blog9 .blog-box .heading9 .date {
  color: var(--Paragraph-Color, #646375);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
}
.blog9 .blog-box .heading9 .date img {
  transform: translateY(-3px);
  margin-right: 2px;
  opacity: 0.8;
}
.blog9 .blog-box .heading9 h4 a {
  display: inline-block;
  color: var(--Text-Color, #181818);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  transition: all 0.4s;
  margin: 14px 0px;
}
.blog9 .blog-box .heading9 h4 a:hover {
  transition: all 0.4s;
  color: #325D28;
}
.blog9 .blog-box .heading9 .learn {
  display: inline-block;
  color: var(--Text-Color, #181818);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.blog9 .blog-box .heading9 .learn:hover {
  color: #325D28;
  transition: all 0.4s;
}

.blog10 .blog4-box {
  margin-top: 30px;
}
.blog10 .blog4-box .image {
  border-radius: 7px;
  overflow: hidden;
}
.blog10 .blog4-box .image img {
  width: 100%;
  border-radius: 7px;
  transition: all 0.4s;
}
.blog10 .blog4-box .heading4 {
  border-radius: 7px;
  padding: 20px;
  background-color: var(--ztc-bg-color-w);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  margin: -130px 30px 0px 30px;
  position: relative;
  z-index: 1;
}
.blog10 .blog4-box .heading4 .tags a.date {
  margin-bottom: 16px;
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-pera-text-1);
}
.blog10 .blog4-box .heading4 .tags a.date img {
  display: inline-block;
  margin-top: -4px;
  margin-right: 3px;
}
.blog10 .blog4-box .heading4 .tags .outhor {
  margin-left: 24px;
}
.blog10 .blog4-box .heading4 h3 a:hover {
  color: #24908D;
}
.blog10 .blog4-box .heading4 a.learn {
  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-text-text-1);
  margin-bottom: 24px;
  transition: all 0.4s;
}
.blog10 .blog4-box .heading4 a.learn:hover {
  color: #24908D;
  transition: all 0.4s;
}
.blog10 .blog4-box .heading4 a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog10 .blog4-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
.footer1 {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer1 {
    padding-top: 50px;
  }
}
.footer1 .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) {
  .footer1 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer1 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer1 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer1 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer1 .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: var(--ztc-bg-bg-2);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer1 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-bg-color-w);
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.footer1 .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;
}
.footer1 .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-3);
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer1 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer1 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer1 .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;
}
.footer1 .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.footer1 .copyright-area {
  border-top: 1px solid #E8EAED;
}
.footer1 .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) {
  .footer1 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer1 .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;
}
.footer1 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer1 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer1 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer1 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer1 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer1 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}

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

.footer2 {
  padding-top: 100px;
}
.footer2 .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) {
  .footer2 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer2 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer2 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer2 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer2 .single-footer-items .social-icon li a {
  display: inline-block;
  color: var(--ztc-text-pera-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: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer2 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.footer2 .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-pera-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  padding: 11px 0px;
  transition: all 0.4s;
}
.footer2 .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-4);
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer2 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer2 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer2 .single-footer-items .contact-box .icon img {
  filter: brightness(40);
}
.footer2 .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-pera-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;
}
.footer2 .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.footer2 .copyright-area {
  background: rgb(25, 26, 31);
  background: linear-gradient(90deg, rgb(25, 26, 31) 0%, rgb(38, 25, 68) 78%);
}
.footer2 .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-2);
}
@media (max-width: 767px) {
  .footer2 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer2 .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-2);
  display: inline-block;
}
.footer2 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer2 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer2 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer2 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer2 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer2 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}
.footer2 .copyright-area .arrow-up {
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: var(--ztc-bg-main-bg-4);
  color: var(--ztc-text-text-1);
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: -26px;
  text-align: center;
  line-height: 55px;
}
@media (max-width: 767px) {
  .footer2 .copyright-area .arrow-up {
    top: -55px;
  }
}

.footer3 {
  padding-top: 100px;
}
.footer3 .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) {
  .footer3 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer3 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer3 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer3 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer3 .single-footer-items .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: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer3 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-text-text-2);
  background-color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
}
.footer3 .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;
}
.footer3 .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-3);
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer3 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer3 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer3 .single-footer-items .contact-box .icon img {
  filter: brightness(40);
}
.footer3 .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;
}
.footer3 .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
}
.footer3 .copyright-area {
  background: rgb(37, 40, 48);
  background: linear-gradient(90deg, rgb(37, 40, 48) 0%, rgb(39, 61, 147) 48%, rgb(37, 39, 45) 100%);
}
.footer3 .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-2);
}
@media (max-width: 767px) {
  .footer3 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer3 .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-2);
  display: inline-block;
}
.footer3 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer3 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer3 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer3 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer3 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer3 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}
.footer3 .copyright-area .arrow-up {
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: -26px;
  text-align: center;
  line-height: 55px;
}
@media (max-width: 767px) {
  .footer3 .copyright-area .arrow-up {
    top: -55px;
  }
}

.footer4 {
  padding-top: 100px;
  background-color: var(--ztc-bg-bg-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer4 {
    padding-top: 50px;
  }
}
.footer4 .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) {
  .footer4 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer4 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer4 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer4 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer4 .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: #EAE3F9;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer4 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-text-text-2);
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.footer4 .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-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;
}
.footer4 .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-2);
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer4 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer4 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer4 .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-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;
}
.footer4 .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.footer4 .copyright-area {
  border-top: 1px solid #E8EAED;
}
.footer4 .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) {
  .footer4 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer4 .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;
}
.footer4 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer4 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer4 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer4 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer4 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer4 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}

.footer5 {
  padding-top: 200px;
  background-color: #F5F6F9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer5 {
    padding-top: 50px;
  }
}
.footer5 .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) {
  .footer5 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer5 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer5 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer5 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer5 .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;
}
.footer5 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-bg-color-w);
  background-color: #FA6444;
  transition: all 0.4s;
}
.footer5 .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;
}
.footer5 .single-footer-items .menu-list li a:hover {
  color: #FA6444;
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer5 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer5 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer5 .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;
}
.footer5 .single-footer-items .contact-box .pera a:hover {
  color: #FA6444;
  transition: all 0.4s;
}
.footer5 .copyright-area {
  border-top: 1px solid #E8EAED;
  padding: 16px 0px;
}
.footer5 .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) {
  .footer5 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer5 .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;
}
.footer5 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer5 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer5 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer5 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer5 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer5 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}

.footer7 {
  padding-top: 200px;
  background-color: #F5F6F9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer7 {
    padding-top: 50px;
  }
}
.footer7 .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) {
  .footer7 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer7 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer7 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer7 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer7 .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;
}
.footer7 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-bg-color-w);
  background-color: #0061FF;
  transition: all 0.4s;
}
.footer7 .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;
}
.footer7 .single-footer-items .menu-list li a:hover {
  color: #0061FF;
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer7 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer7 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer7 .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;
}
.footer7 .single-footer-items .contact-box .pera a:hover {
  color: #0061FF;
  transition: all 0.4s;
}
.footer7 .copyright-area {
  border-top: 1px solid #E8EAED;
  padding: 16px 0px;
}
.footer7 .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) {
  .footer7 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer7 .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;
}
.footer7 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer7 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer7 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer7 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer7 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer7 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}

.footer8 {
  padding-top: 200px;
  background-color: #F5F6F9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer8 {
    padding-top: 50px;
  }
}
.footer8 .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) {
  .footer8 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer8 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer8 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer8 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer8 .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;
}
.footer8 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-bg-color-w);
  background-color: #4D32A5;
  transition: all 0.4s;
}
.footer8 .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;
}
.footer8 .single-footer-items .menu-list li a:hover {
  color: #4D32A5;
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer8 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer8 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer8 .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;
}
.footer8 .single-footer-items .contact-box .pera a:hover {
  color: #4D32A5;
  transition: all 0.4s;
}
.footer8 .copyright-area {
  border-top: 1px solid #E8EAED;
  padding: 16px 0px;
}
.footer8 .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) {
  .footer8 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer8 .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;
}
.footer8 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer8 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer8 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer8 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer8 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer8 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}

.footer9 {
  background-color: #fff;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer9 {
    padding-top: 50px;
  }
}
.footer9 .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) {
  .footer9 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer9 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer9 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer9 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer9 .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: #F3F5F2;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer9 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-bg-color-w);
  background-color: #325D28;
  transition: all 0.4s;
}
.footer9 .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;
}
.footer9 .single-footer-items .menu-list li a:hover {
  color: #325D28;
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer9 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer9 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer9 .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;
}
.footer9 .single-footer-items .contact-box .pera a:hover {
  color: #325D28;
  transition: all 0.4s;
}
.footer9 .copyright-area {
  border-top: 1px solid #E8EAED;
  padding: 16px 0px;
}
.footer9 .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) {
  .footer9 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer9 .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;
}
.footer9 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer9 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer9 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer9 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer9 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer9 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}

.footer10 {
  background-color: #F5F5F5;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer10 {
    padding-top: 50px;
  }
}
.footer10 .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) {
  .footer10 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer10 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer10 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer10 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer10 .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: rgba(36, 144, 140, 0.137254902);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer10 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-bg-color-w);
  background-color: #24908D;
  transition: all 0.4s;
}
.footer10 .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;
}
.footer10 .single-footer-items .menu-list li a:hover {
  color: #24908D;
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer10 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer10 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer10 .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;
}
.footer10 .single-footer-items .contact-box .pera a:hover {
  color: #24908D;
  transition: all 0.4s;
}
.footer10 .copyright-area {
  border-top: 1px solid #E8EAED;
  padding: 16px 0px;
}
.footer10 .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) {
  .footer10 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer10 .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;
}
.footer10 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer10 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer10 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer10 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer10 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer10 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}

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

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

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

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

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

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

.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-area1 {
  background-color: #fff;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 28%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .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-area1 .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-area1 .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-area1 .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-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #4e7afd;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area1 .main-menu-ex ul li .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-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #0E38B1;
  transition: all 0.4s;
}
.header-area.header-area1 .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-area1 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area1 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area1 .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area1 .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 17px;
  opacity: 1;
}
.header-area.header-area1 .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area1 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.header-area.header-area8 {
  background-color: #fff;
}
.header-area.header-area8 .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: 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: -350px;
  width: 1300px;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
  transform-origin: top;
  display: block;
}
.header-area.header-area8 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area8 .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-area8 .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-area8 .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-area8 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area8 .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-area8 .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-area8 .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-area8 .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-area8 .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-area8 .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: #4D32A5;
  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-area8 .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-area8 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #4D32A5;
}
.header-area.header-area8 .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-area8 .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-area8 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #0E38B1;
  transition: all 0.4s;
}
.header-area.header-area8 .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-area8 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area8 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area8 .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-area8 .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-area8 .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-area8 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.header-area.header-area2 {
  background-color: #fff;
}
.header-area.header-area2 .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-area2 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area2 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area2 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px !important;
}
.header-area.header-area2 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area2 .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-area2 .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-area2 .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-area2 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area2 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area2 .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-area2 .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-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 30%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area2 .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-area2 .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-area2 .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-area2 .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-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb .theme-btn2 {
  padding: 16px;
  color: #000026;
  font-weight: 700;
}
.header-area.header-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 40%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.header-area.header-area2 .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: 600;
  background: #A1E934;
  color: #000;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 111px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area2 .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-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #000;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #A1E934;
}
.header-area.header-area2 .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-area2 .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-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #A1E934;
  transition: all 0.4s;
}
.header-area.header-area2 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area2 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area2 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area2 .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-area2 .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-area2 .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-area2 .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%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area2 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}
.header-area.header-area2 .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: -315px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}

.header-area.header-area3 {
  background-color: #fff;
}
.header-area.header-area3 .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-area3 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area3 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area3 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px !important;
}
.header-area.header-area3 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area3 .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-area3 .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-area3 .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-area3 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area3 .main-menu-ex ul li .tp-submenu {
  left: -300px;
}
.header-area.header-area3 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area3 .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-area3 .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-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area3 .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-area3 .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-area3 .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-area3 .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-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb .theme-btn4 {
  padding: 16px;
  font-weight: 700;
}
.header-area.header-area3 .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-area3 .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-area3 .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-area3 .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-area3 .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-area3 .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-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #113ADC;
  transition: all 0.4s;
}
.header-area.header-area3 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area3 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area3 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area3 .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-area3 .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-area3 .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-area3 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area3 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

.header-area.header-area4 {
  background-color: #fff;
}
.header-area.header-area4 .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-area4 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area4 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area4 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px !important;
}
.header-area.header-area4 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area4 .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-area4 .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-area4 .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-area4 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area4 .main-menu-ex ul li .tp-submenu {
  left: -335px;
}
.header-area.header-area4 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area4 .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-area4 .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-area4 .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-area4 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area4 .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-area4 .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-area4 .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-area4 .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-area4 .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-area4 .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: 700;
  background: #6E18EF;
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area4 .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-area4 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #833eeb;
}
.header-area.header-area4 .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-area4 .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-area4 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #6E18EF;
  transition: all 0.4s;
}
.header-area.header-area4 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area4 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area4 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area4 .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-area4 .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-area4 .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-area4 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area4 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

.header-area.header-area5 .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-area5 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area5 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area5 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px !important;
}
.header-area.header-area5 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area5 .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-area5 .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-area5 .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-area5 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area5 .main-menu-ex ul li .tp-submenu {
  left: -335px;
}
.header-area.header-area5 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area5 .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-area5 .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-area5 .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-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area5 .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-area5 .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-area5 .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-area5 .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-area5 .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-area5 .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: 700;
  background: #FA6444;
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area5 .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-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #FA6444;
}
.header-area.header-area5 .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-area5 .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-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #6E18EF;
  transition: all 0.4s;
}
.header-area.header-area5 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area5 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area5 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area5 .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-area5 .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-area5 .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-area5 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area5 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

.header-area.header-area10 .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-area10 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area10 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area10 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px !important;
}
.header-area.header-area10 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area10 .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-area10 .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-area10 .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-area10 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area10 .main-menu-ex ul li .tp-submenu {
  left: -335px;
}
.header-area.header-area10 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area10 .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-area10 .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-area10 .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-area10 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area10 .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-area10 .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-area10 .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-area10 .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-area10 .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-area10 .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: 700;
  background: #259EA6;
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area10 .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-area10 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #259EA6;
}
.header-area.header-area10 .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-area10 .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-area10 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #6E18EF;
  transition: all 0.4s;
}
.header-area.header-area10 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area10 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area10 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area10 .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-area10 .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-area10 .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-area10 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area10 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

.header-area.header-area9 .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-area9 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area9 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area9 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px !important;
}
.header-area.header-area9 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area9 .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-area9 .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-area9 .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-area9 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area9 .main-menu-ex ul li .tp-submenu {
  left: -335px;
}
.header-area.header-area9 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area9 .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-area9 .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-area9 .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-area9 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area9 .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-area9 .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-area9 .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-area9 .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-area9 .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-area9 .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: 700;
  background: #A2EA61;
  color: #000000;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area9 .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-area9 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #000;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #A2EA61;
}
.header-area.header-area9 .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-area9 .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-area9 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #6E18EF;
  transition: all 0.4s;
}
.header-area.header-area9 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area9 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area9 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area9 .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-area9 .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-area9 .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-area9 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area9 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

.header-area.header-area6 .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-area6 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area6 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area6 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px !important;
}
.header-area.header-area6 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area6 .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-area6 .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-area6 .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-area6 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area6 .main-menu-ex ul li .tp-submenu {
  left: -335px;
}
.header-area.header-area6 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area6 .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-area6 .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-area6 .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-area6 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area6 .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-area6 .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-area6 .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-area6 .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-area6 .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-area6 .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: 700;
  background: #FA6444;
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area6 .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-area6 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #FA6444;
}
.header-area.header-area6 .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-area6 .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-area6 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #6E18EF;
  transition: all 0.4s;
}
.header-area.header-area6 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area6 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area6 .main-menu-ex ul li ul li a {
  color: #fff;
}
.header-area.header-area6 .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-area6 .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-area6 .main-menu-ex ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area6 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area6 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

.header-area.header-area7 .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-area7 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area7 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area7 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px !important;
}
.header-area.header-area7 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area7 .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-area7 .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-area7 .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-area7 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area7 .main-menu-ex ul li .tp-submenu {
  left: -335px;
}
.header-area.header-area7 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area7 .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-area7 .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-area7 .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-area7 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area7 .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-area7 .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-area7 .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-area7 .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-area7 .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-area7 .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: 700;
  background: #0061FF;
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 111px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area7 .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-area7 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #0061FF;
}
.header-area.header-area7 .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-area7 .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-area7 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #6E18EF;
  transition: all 0.4s;
}
.header-area.header-area7 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area7 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area7 .main-menu-ex ul li ul li a {
  color: #fff;
}
.header-area.header-area7 .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-area7 .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-area7 .main-menu-ex ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area7 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area7 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

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

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

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

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

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

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

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

li.has-dropdown1 {
  position: relative;
}

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

.header-area1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: var(--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;
}

.header-area8.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;
}

.header-area.header-area4.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;
}

.header-area.header-area2.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: #000026;
  -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;
  border-bottom: none;
}

.header-area.header-area3.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: #123CDD;
  -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;
  border-bottom: none;
}

.header-area.header-area5.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: #fff;
  -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;
  border-bottom: none;
}
.header-area.header-area5.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}

.header-area.header-area10.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: #fff;
  -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;
  border-bottom: none;
}
.header-area.header-area10.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}

.header-area.header-area9.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: #fff;
  -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;
  border-bottom: none;
}
.header-area.header-area9.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}

.header-area.header-area6.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: rgba(0, 0, 0, 0.62);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  border-bottom: none;
}
.header-area.header-area6.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}

.header-area.header-area7.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: rgba(0, 0, 0, 0.62);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  border-bottom: none;
}
.header-area.header-area7.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all ====== ======
+++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area1 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .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-area1 .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-area1 .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area1 .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-area1 .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-area1 .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-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .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-area1 .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-area1 .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-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area1 .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-area1 .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-area1 .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-area1 .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-area1 .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-area1 .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-area1 .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-area1 .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: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
  display: flex;
  justify-content: space-between;
}
.header-area.header-area1 .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-area1 .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-area1 .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-area1 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

.header-area.header-area8 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area8 .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-area8 .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-area8 .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
  left: 39px;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area8 .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-area8 .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-area8 .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-area8 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area8 .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-area8 .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-area8 .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-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area8 .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-area8 .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-area8 .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-area8 .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: #4D32A5;
  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-area8 .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-area8 .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: #4D32A5;
}
.header-area.header-area8 .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-area8 .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: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area8 .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-area8 .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-area8 .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-area8 .header-elements .main-menu-ex ul li a {
  color: var(--qt-text-h-text3);
  font-size: 14px;
  display: block;
  font-weight: 600;
  padding:10px 10px;
  transition:all 0.3s;
  text-transform: uppercase;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 1 ====== ======
+++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area2 {
  background-color: transparent;
  border-bottom: 1px solid #2F3036;
}
.header-area.header-area2 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 220px;
  box-shadow: rgba(255, 253, 253, 0.2) 0px 20px 30px;
  padding: 10px;
  background-color: var(--ztc-bg-bg-4);
}
.header-area.header-area2 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area2 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text2);
  display: flex;
  justify-content: space-between;
}
.header-area.header-area2 .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-area2 .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-area2 .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-area2 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area2 .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: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area2 .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-area2 .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-area2 .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-area2 .header-elements .main-menu-ex ul li a {
  color: var(--ztc-text-text-2);
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 8px 15px;
  transition: all 0.3s;
}
.header-area.header-area2 .header2-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area2 .header2-buttons .header__search a {
  border: none;
  position: relative;
  z-index: 99;
  color: var(--ztc-text-text-2);
}

.header-area.header-area3 {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1921568627);
}
.header-area.header-area3 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area3 .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: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area3 .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-area3 .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-area3 .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-area3 .header-elements .main-menu-ex ul li a {
  color: var(--ztc-text-text-2);
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area3 .header2-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area3 .header2-buttons .header__search a {
  border: none;
  position: relative;
  z-index: 99;
  color: var(--ztc-text-text-2);
}

.header-area.header-area4 {
  background-color: transparent;
  background-color: #fff;
  position: relative;
  z-index: 99;
  transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area4 .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: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area4 .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-area4 .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-area4 .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-area4 .header-elements .main-menu-ex ul li a {
  color: var(--ztc-text-text1);
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area4 .header2-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area4 .header2-buttons .header__search a {
  border: none;
  position: relative;
  z-index: 99;
  color: var(--ztc-text-text-2);
}

.header-area.header-area5 {
  z-index: 99;
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements {
  background-color: #fff;
  padding: 13px 24px;
  border-radius: 8px;
}
.header-area.header-area5 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area5 .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: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area5 .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-area5 .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-area5 .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-area5 .header-elements .main-menu-ex ul li a {
  color: var(--ztc-text-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}

.header-area.header-area10 {
  z-index: 99;
  transition: all 0.4s;
}
.header-area.header-area10 .header-elements {
  background-color: #fff;
  padding: 13px 24px;
  border-radius: 8px;
}
.header-area.header-area10 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area10 .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: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area10 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area10 .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-area10 .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-area10 .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-area10 .header-elements .main-menu-ex ul li a {
  color: var(--ztc-text-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}

.header-area.header-area9 {
  z-index: 99;
  transition: all 0.4s;
}
.header-area.header-area9 .header-elements {
  background-color: #fff;
  padding: 13px 24px;
  border-radius: 211px;
}
.header-area.header-area9 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area9 .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: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area9 .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-area9 .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-area9 .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-area9 .header-elements .main-menu-ex ul li a {
  color: var(--ztc-text-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}

.header-area.header-area6 {
  z-index: 99;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 6px 0px;
}
.header-area.header-area6 .header-elements .main-menu-ex {
  padding: 2px 16px;
  position: relative;
}
.header-area.header-area6 .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: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area6 .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-area6 .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-area6 .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-area6 .header-elements .main-menu-ex ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area6 .theme-btn10 {
  margin-top: 3px;
}
.header-area.header-area6 .theme-btn12 {
  margin-top: 3px;
}

.header-area.header-area7 {
  z-index: 99;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 6px 0px 10px 0px;
}
.header-area.header-area7 .header-elements .main-menu-ex {
  padding: 2px 16px;
  position: relative;
}
.header-area.header-area7 .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: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area7 .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-area7 .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-area7 .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-area7 .header-elements .main-menu-ex ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area7 .theme-btn10 {
  margin-top: 3px;
}
.header-area.header-area7 .theme-btn12 {
  margin-top: 3px;
}

/* 
++++++++++++++++++++++++++++++++
========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-area2 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #A1E934;
}

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

.header-area.header-area3 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #000000;
}

.header-area.header-area4 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #6E18EF;
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #FA6444;
}

.header-area.header-area6 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #FA6444;
}

.header-area.header-area6.header-area7 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #0061FF;
}

.header-area.header-area9 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #FA6444;
}

.header-area.header-area10 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #24908D;
}


/* NEWS FRAME AREA TOP LEVEL PAGE - WIDTH ADDS BORDER */

#news_iframe_scroll	{
		width: 100%;
		margin: 0px auto 10px auto;
		border: #000000 1px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

#news_iframe_scroll iframe 
		{
		width: 100%;
		height: 300px; /* IF YOU EDIT HEIGHT EDIT THE SCROLLING SCRIPT HEIGHT!!!! */
		display: block;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		}

.news_scroll-title 
		{
		color: #FFFFFF;
		font: normal 20px "Droid Sans", arial, sans-serif;
		text-align: left;
		background-color: #276396;
		padding: 5px 5px 5px 5px;
		border-bottom: #C0C0C0 5px solid;
		}




/* EMBEDDED NEWS PAGE BODY */

#NewsDiv	{ position: absolute; left: 0; top: 0px; width: 100%; }

body.news-scroll {
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
		border: 0;
		}

/* FONTS & PADDING */

.scroll-text-if	{
		color: #666666;
		font: normal 12px "Droid Sans", arial, sans-serif;
		text-align: left;
		padding: 8px 7px 0px 7px;
		}

.scroll-title-if {
		color: #000000;
		font: bold 15px "Droid Sans", arial, sans-serif;
		text-align: left;
		border-bottom: #666666 0px solid;
		}

/* EMBEDDED NEWS PAGE LINK COLORS */

.news-scroll a:link	{ color: #0033FF; text-decoration: none; }

.news-scroll a:visited	{ color: #6633FF; text-decoration: none; }

.news-scroll a:active	{ color: #0033FF; text-decoration: none; }

.news-scroll a:hover	{ color: #6699FF; text-decoration: underline; }




.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/*style3.css*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center
}

.loader {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px
}

.loader-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #5e2ced;
    border-right-color: #eee;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

a:active,a:hover {
    color: #0056b3;
    text-decoration: none
}

.bg-theme,.theme-overlay[data-overlay-dark]:before {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd)
}

.theme-overlay-180[data-overlay-dark]:before {
    background: #5e2ced;
    background: -webkit-linear-gradient(180deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(180deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(180deg,#5e2ced,#a485fd);
    background: linear-gradient(180deg,#5e2ced,#a485fd)
}

.theme-overlay-90[data-overlay-dark]:before {
    background: #5e2ced;
    background: -webkit-linear-gradient(90deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(90deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(90deg,#5e2ced,#a485fd);
    background: linear-gradient(90deg,#5e2ced,#a485fd)
}

.bg-theme-90 {
    background: #5e2ced;
    background: -webkit-linear-gradient(90deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(90deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(90deg,#5e2ced,#a485fd);
    background: linear-gradient(90deg,#5e2ced,#a485fd)
}

.bg-theme-solid,.theme-overlay-solid[data-overlay-dark]:before {
    background: #5e2ced
}

.bg-theme-lighter {
    background: rgba(94,44,237,.15)
}

.bg-theme-light {
    background: #f5fafe
}

.text-yellow {
    color: #ffcc6f
}

.text-green {
    color: #06df9e
}

.text-orange {
    color: #ff6262
}

.text-blue {
    color: #15b2ec
}

.text-color-md-blue {
    color: #243f67
}

.text-color-light-blue {
    color: #596982
}

.bg-yellow {
    background: rgba(255,204,111,.2)
}

.bg-green {
    background: rgba(6,223,158,.1)
}

.bg-orange {
    background: rgba(255,98,98,.1)
}

.bg-blue {
    background: rgba(21,178,236,.1)
}

.separator-dashed-line-horrizontal-full {
    border-bottom: 1px dashed #cee1f8!important
}

.text-theme-color {
    color: #222
}

.text-content-big p {
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 25px;
    font-size: 15px
}

.service-icon {
    height: 50px;
    width: 50px;
    line-height: 52px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    color: #5e2ced;
    font-size: 22px;
    transition: all .3s ease 0s;
    background: rgba(94,44,237,.15)
}

.hover-icon:hover .service-icon {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#a6cf42,#a6cf42);
    background: -moz-linear-gradient(-45deg,#a6cf42,#a6cf42);
    background: -o-linear-gradient(-45deg,#a6cf42,#a6cf42);
    background: linear-gradient(-45deg,#a6cf42,#a6cf42);
    color: #fff;
    transition: all .3s ease 0s
}

.img-effect {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.img-effect:hover {
    transform: translateY(-8px)
}

.shadow-primary {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.2);
    -moz-box-shadow: 0 20px 40px rgba(0,0,0,.2);
    -o-box-shadow: 0 20px 40px rgba(0,0,0,.2);
    box-shadow: 0 20px 40px rgba(0,0,0,.2)
}

.line-through {
    text-decoration: line-through
}

.cursor-pointer {
    cursor: pointer
}

.height-100vh {
    height: 100vh
}

.overflow-y-visible {
    overflow-y: visible!important
}

.small-title {
    font-size: 18px;
    line-height: 34px
}

.inner-title {
    font-size: 16px;
    line-height: 34px
}

.story-video {
    height: 100%
}

.min-height-auto {
    min-height: auto
}

input[type=checkbox],input[type=radio] {
    width: auto;
    margin-right: 10px
}

.form-wrap {
    margin-bottom: 15px
}

.form-input,input,select,textarea {
    min-height: 55px;
    color: #6f6f6f;
    margin-bottom: 0
}

.title-box {
    position: relative;
    padding: 20px 0;
    font-size: 60px;
    line-height: 1;
    width: 100px;
    text-align: right
}

.box-circle {
    left: 0;
    bottom: 0;
    width: 1.37em;
    height: 1.37em;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

@media screen and (min-width: 1400px) {
    .container.lg-container {
        max-width:80%
    }
}

@media screen and (max-width: 991px) {
    .title-box {
        font-size:54px;
        width: 95px
    }
}

@media screen and (max-width: 767px) {
    .inner-title {
        font-size:15px;
        line-height: 30px
    }

    .small-title {
        font-size: 16px;
        line-height: 30px
    }
}

@media screen and (max-width: 575px) {
    .title-box {
        font-size:48px;
        width: 85px
    }

    .mobile-margin-15px-bottom {
        margin-bottom: 15px!important
    }

    .mobile-margin-20px-bottom {
        margin-bottom: 20px!important
    }

    .mobile-margin-25px-bottom {
        margin-bottom: 25px!important
    }

    .mobile-margin-40px-bottom {
        margin-bottom: 40px!important
    }

    .mobile-padding-15px-bottom {
        padding-bottom: 15px!important
    }

    .mobile-padding-20px-bottom {
        padding-bottom: 20px!important
    }

    .mobile-padding-25px-bottom {
        padding-bottom: 25px!important
    }

    .mobile-padding-50px-bottom {
        padding-bottom: 50px!important
    }

    .mobile-display-none {
        display: none
    }

    .mobile-no-margin-right {
        margin-right: 0!important
    }
}

.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #000;
    border: 1px solid #2a2a2a;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

.scroll-to-top i {
    color: #fff
}

.scroll-to-top:hover {
    color: #232323;
    background: #fff
}

.scroll-to-top:hover i {
    color: #232323
}

.scroll-to-top:visited {
    color: #232323;
    text-decoration: none
}

.infinite-floating {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: Floating;
    animation-timing-function: ease-in-out
}

@keyframes Floating {
    0% {
        transform: translate(0,0)
    }

    65% {
        transform: translate(0,30px)
    }

    100% {
        transform: translate(0,0)
    }
}

.icon-box {
    position: relative
}

.icon-box .box-circle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 82px;
    height: 82px;
    background: rgba(78,74,200,.1);
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.icon-box i {
    font-size: 48px;
    margin-bottom: 20px;
    display: inline-block
}

.icon-box:hover .box-circle {
    transform: scale(1.2)
}

.icon-box .text-yellow {
    color: #ffcc6f
}

.icon-box .text-green {
    color: #06df9e
}

.icon-box .text-orange {
    color: #ff6262
}

.icon-box .text-blue {
    color: #15b2ec
}

.icon-box .bg-yellow {
    background: rgba(255,204,111,.1)
}

.icon-box .bg-green {
    background: rgba(6,223,158,.1)
}

.icon-box .bg-orange {
    background: rgba(255,98,98,.1)
}

.icon-box .bg-blue {
    background: rgba(21,178,236,.1)
}

.icon-square {
    position: relative;
    text-align: center;
    border: 2px solid transparent;
    vertical-align: top;
    width: 60px;
    height: 60px;
    background: rgba(94,44,237,.1);
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    color: #5e2ced
}

.icon-square:after {
    width: 73px;
    height: 73px;
    content: "";
    position: absolute;
    top: -9px;
    left: -9px;
    opacity: .8;
    border-radius: 4px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: all .3s;
    border: 2px solid transparent
}

.icon-square:hover:after {
    border-color: #5e2ced;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 2px solid
}

.icon-square i {
    font-size: 28px
}

.icon-square.yellow {
    background: rgba(255,204,111,.1);
    color: #ffcc6f
}

.icon-square.green {
    background: rgba(6,223,158,.1);
    color: #06df9e
}

.icon-square.orange {
    background: rgba(255,98,98,.1);
    color: #ff6262
}

.icon-square.blue {
    background: rgba(21,178,236,.1);
    color: #15b2ec
}

.circle-btn a {
    display: inline-block;
    border: 1px solid #243f67;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer
}

.circle-btn a:hover {
    color: #fff;
    background: #243f67;
    border-color: #243f67
}

.circle-btn a:hover i {
    color: #fff
}

.circle-btn i {
    color: #243f67
}

.icon-circle {
    vertical-align: top;
    width: 75px;
    height: 75px;
    background: rgba(94,44,237,.1);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 85px;
    color: #5e2ced
}

.icon-circle i,.icon-circle span {
    font-size: 28px
}

.icon-circle.yellow {
    background: rgba(255,204,111,.1);
    color: #ffcc6f
}

.icon-circle.green {
    background: rgba(6,223,158,.1);
    color: #06df9e
}

.icon-circle.orange {
    background: rgba(255,98,98,.1);
    color: #ff6262
}

.icon-circle.blue {
    background: rgba(21,178,236,.1);
    color: #15b2ec
}

.icon-circle .text {
    font-size: 28px;
    line-height: 75px;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .icon-circle {
        width:65px;
        height: 65px;
        line-height: 75px
    }

    .icon-circle .text {
        font-size: 24px;
        line-height: 65px
    }
}

.icon-play {
    width: 55px;
    height: 55px;
    border: solid 1px #fff;
    border-radius: 55px;
    display: inline-block;
    position: relative
}

.icon-play:before {
    content: "";
    width: 10px;
    height: 26px;
    border-left: 2px solid #fff;
    border-radius: 5px;
    position: absolute;
    top: 14px;
    left: 19px
}

.icon-play:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 11px;
    width: 24px;
    height: 21px;
    -webkit-transform: rotate(45deg) skew(-5deg,-5deg);
    transform: rotate(45deg) skew(-5deg,-5deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 5px
}

.icon-play:hover {
    background-color: rgba(255,255,255,.1)
}

@media screen and (max-width: 767px) {
    .icon-play {
        width:50px;
        height: 50px;
        border-radius: 50px
    }

    .icon-play:before {
        width: 10px;
        height: 25px;
        top: 11px;
        left: 17px
    }

    .icon-play:after {
        top: 13px;
        left: 9px;
        width: 22px;
        height: 21px
    }
}

.icon-style {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    z-index: 3;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: all .4s;
    color: #5e2ced
}

.icon-style:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 15px;
    background: rgba(94,44,237,.15);
    z-index: -1;
    transform: rotate(45deg);
    transition: all .4s
}

.icon-style:hover {
    color: #fff
}

.icon-style:hover:after {
    background: #5e2ced;
    transform: rotate(0)
}

@media screen and (max-width: 1199px) {
    .icon-style {
        font-size:18px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

@media screen and (max-width: 991px) {
    .icon-style {
        font-size:16px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .icon-style {
        font-size:14px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.list-style li {
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.list-style li:last-child {
    margin-bottom: 0
}

.list-style li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #5e2ced;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 2
}

.list-style li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background: rgba(94,44,237,.35);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 1
}

.list-style li:hover {
    padding-left: 35px
}

.list-style2 li {
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.list-style2 li:last-child {
    margin-bottom: 0
}

.list-style2 li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #5e2ced;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
    transform: rotate(45deg)
}

.list-style2 li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background: rgba(94,44,237,.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    transform: rotate(45deg)
}

.list-style2 li:hover {
    padding-left: 35px
}

.list-style3 li {
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    position: relative;
    padding-left: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.list-style3 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.list-style3 li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #5e2ced;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 2
}

.list-style3 li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background: rgba(94,44,237,.35);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 1
}

.list-style3 li:hover {
    padding-left: 35px
}

.list-style5 li {
    margin-bottom: 40px
}

.list-style5 li:last-child {
    margin-bottom: 0
}

.list-style5 li h6 {
    margin-bottom: 10px;
    font-weight: 500
}

.list-style5 li .short-desc {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding-left: 30px
}

.list-style5 li .short-desc p {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .list-style5 li {
        margin-bottom:30px
    }
}

@media screen and (max-width: 767px) {
    .list-style5 li .short-desc {
        width:75%;
        padding-left: 20px
    }
}

.list-style6 li {
    font-size: 16px;
    line-height: 34px;
    padding-left: 30px;
    position: relative
}

.list-style6 li:last-child {
    margin-bottom: 0
}

.list-style6 li:before {
    content: "\e64c";
    font-family: themify;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 35px;
    color: #06df9e
}

@media screen and (max-width: 767px) {
    .list-style6 li {
        font-size:15px;
        line-height: 32px
    }
}

.list-style7 {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-style7 li {
    position: relative;
    margin: 0 0 8px 0;
    font-size: 16px
}

.list-style7 li span {
    position: absolute;
    top: 3px;
    right: 0
}

.list-style7 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.list-style7 li:before {
    content: ""
}

.list-style7 li i {
    color: #0084e9;
    font-size: 12px;
    background: rgba(0,132,233,.1);
    margin-right: 12px;
    border-radius: 30px;
    padding: 6px;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 12px
}

@media screen and (max-width: 767px) {
    .list-style7 li {
        font-size:15px
    }
}

.list-style8 {
    margin-bottom: 0
}

.list-style8 li {
    font-size: 15px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
}

.list-style8 li:last-child {
    margin-bottom: 0
}

.list-style8 li:before {
    content: "\e64c";
    font-family: themify;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 34px;
    color: #06df9e
}

@media screen and (max-width: 767px) {
    .list-style8 li {
        font-size:14px;
        line-height: 30px
    }
}

.list-style9 {
    margin-bottom: 0;
    padding-bottom: 0
}

.list-style9 li {
    border-right: 1px solid #d5d5d5;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px
}

.list-style9 li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0
}

.butn {
    background: #2d4273;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 28px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
    border: none
}

.butn:hover {
    color: #fff
}

a.butn:active,a.butn:hover {
    color: #fff
}

.butn:before {
    background: #a6cf42;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 51%;
    -ms-transform-origin: 51%;
    -o-transform-origin: 51%;
    transform-origin: 51%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: none
}

.butn:active:before,.butn:focus:before,.butn:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.butn.white {
    color: #5e2ced;
    background: #fff;
    background: -webkit-linear-gradient(-45deg,#e0e0e0,#fff);
    background: -moz-linear-gradient(-45deg,#e0e0e0,#fff);
    background: -o-linear-gradient(-45deg,#e0e0e0,#fff);
    background: linear-gradient(-45deg,#e0e0e0,#fff)
}

.butn.white:hover {
    color: #5e2ced
}

a.butn.white:active,a.butn.white:hover {
    color: #5e2ced
}

.butn.white:before {
    background: #fff
}

.butn.small {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 24px
}

.butn.very-small {
    padding: 8px 20px;
    font-size: 11px
}

.btn.bordered {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff
}

@media screen and (max-width: 767px) {
    .butn {
        padding:12px 24px;
        font-size: 13px
    }
}

.butn.style-one {
    color: #5e2ced;
    background: rgba(94,44,237,.15);
    display: inline-block;
    padding: 11px 28px;
    border-radius: 4px;
    line-height: 28px;
    font-weight: 500;
    text-transform: inherit
}

.butn.style-one:before {
    content: none
}

.butn.style-one.active,.butn.style-one:active,.butn.style-one:hover {
    background: #5e2ced;
    color: #fff
}

.butn.style-one.fill {
    background: #5e2ced;
    color: #fff;
    box-shadow: 0 15px 25px 0 rgba(0,0,30,.15)
}

.butn.style-one.fill:hover {
    box-shadow: none
}

.butn.style-one.yellow {
    color: #ffcc6f;
    background: rgba(255,204,111,.3)
}

.butn.style-one.yellow.active,.butn.style-one.yellow:active,.butn.style-one.yellow:hover {
    background: #ffcc6f;
    color: #fff
}

.butn.style-one.green {
    color: #06df9e;
    background: rgba(6,223,158,.15)
}

.butn.style-one.green.active,.butn.style-one.green:active,.butn.style-one.green:hover {
    background: #06df9e;
    color: #fff
}

.butn.style-one.orange {
    color: #ff6262;
    background: rgba(255,98,98,.15)
}

.butn.style-one.orange.active,.butn.style-one.orange:active,.butn.style-one.orange:hover {
    background: #ff6262;
    color: #fff
}

.butn.style-one.blue {
    color: #15b2ec;
    background: rgba(21,178,236,.15)
}

.butn.style-one.blue.active,.butn.style-one.blue:active,.butn.style-one.blue:hover {
    background: #15b2ec;
    color: #fff
}

.butn.style-two {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 11px 32px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    text-transform: inherit
}

.butn.style-two:before {
    content: none
}

.butn.style-two:active,.butn.style-two:focus,.butn.style-two:hover {
    background: #fff;
    border-radius: 4px;
    color: #232323
}

.butn.style-two.reverse {
    background: 0 0;
    color: #232323;
    border: 1px solid #6f6f6f;
    border-radius: 4px;
    display: inline-block;
    padding: 11px 32px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    text-transform: inherit
}

.butn.style-two:before {
    content: none
}

.butn.style-two.reverse:active,.butn.style-two.reverse:focus,.butn.style-two.reverse:hover {
    background: #232323;
    border-radius: 4px;
    color: #fff
}

.butn.style-two.small {
    padding: 6px 20px;
    font-size: 13px;
    line-height: 24px
}

.butn.style-two.medium {
    padding: 8px 22px;
    font-size: 14px;
    line-height: 26px
}

.butn.style-two.md-lg {
    padding: 11px 28px;
    font-size: 14px;
    line-height: 26px
}

.butn.style-two.fill {
    background: #5e2ced
}

.butn.style-two.fill:active,.butn.style-two.fill:focus,.butn.style-two.fill:hover {
    color: #fff;
    background: #a485fd
}

@media screen and (max-width: 767px) {
    .butn.style-two {
        padding:8px 24px
    }
}

.butn.style-three {
    color: #fff;
    display: inline-block;
    padding: 11px 28px;
    border-radius: 4px;
    line-height: 28px;
    font-weight: 500;
    text-transform: inherit
}

.butn.style-three:before {
    content: none
}

.butn.style-three.active,.butn.style-three:active,.butn.style-three:hover {
    box-shadow: 0 15px 25px 0 rgba(0,0,30,.15)
}

.butn.style-three.bordered {
    border: 1px solid #5e2ced;
    color: #5e2ced
}

.butn.style-three.bordered:hover {
    background: #5e2ced;
    border-color: transparent;
    color: #fff
}

.navbar-nav li.current>a,.navbar-nav>li.active>a {
    color: #5e2ced
}

.navbar>ul>li.current>a:after {
    border-color: transparent #5e2ced #5e2ced transparent
}

.navbar ul ul li.active>a {
    color: #5e2ced
}

.white-header-mobile .navbar-nav>li>a {
    font-size: 14px
}

@media screen and (min-width: 992px) {
    .transparent-header .navbar-nav>li.active>a,.transparent-header .navbar-nav>li.current>a {
        color:#fff
    }

    .transparent-header.scrollHeader .navbar-nav>li.active>a,.transparent-header.scrollHeader .navbar-nav>li.current>a {
        color: #5e2ced
    }

    .transparent-header.scrollHeader .navbar>ul>li.has-sub.current>a:after {
        border-color: transparent #5e2ced #5e2ced transparent
    }

    .white-header-mobile .navbar-nav>li>a {
        padding: 21px .2rem
    }
}

@media screen and (max-width: 991px) {
    .navbar ul ul li.active>a {
        color:#5e2ced
    }

    .navbar-toggler:after {
        border-top: 2px solid #5e2ced;
        border-bottom: 2px solid #5e2ced
    }

    .navbar-toggler:before {
        background: #5e2ced
    }

    .navbar-toggler.menu-opened:after,.navbar-toggler.menu-opened:before {
        background: #5e2ced
    }

    .light-header-mobile {
        background: #fff
    }

    .light-header-mobile .navbar-toggler {
        background: #646465
    }

    .light-header-mobile .navbar-toggler:after {
        border-color: #fff
    }

    .light-header-mobile .navbar-toggler:before {
        background: #fff
    }

    .light-header-mobile .navbar-toggler.menu-opened:after,.light-header-mobile .navbar-toggler.menu-opened:before {
        background: #fff
    }

    .white-header-mobile .navbar-toggler {
        top: 14px;
        background: #5e2ced
    }

    .white-header-mobile .navbar-toggler:after {
        border-color: #fff
    }

    .white-header-mobile .navbar-toggler.menu-opened:after,.white-header-mobile .navbar-toggler:before {
        background: #fff
    }

    .light-header-mobile .navbar-toggler.menu-opened:before {
        background: #fff
    }

    .white-header-mobile.transparent-header li.search>a {
        color: #232323
    }

    .white-header-mobile .attr-nav ul li.search {
        margin-top: 8px
    }

    .sm-bg-theme {
        background: #5e2ced;
        background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
        background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
        background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
        background: linear-gradient(-45deg,#5e2ced,#a485fd)
    }

    .sm-bg-theme-solid {
        background: #5e2ced
    }

    .sm-bg-theme-90 {
        background: #5e2ced;
        background: -webkit-linear-gradient(90deg,#5e2ced,#a485fd);
        background: -moz-linear-gradient(90deg,#5e2ced,#a485fd);
        background: -o-linear-gradient(90deg,#5e2ced,#a485fd);
        background: linear-gradient(90deg,#5e2ced,#a485fd)
    }

    .sm-bg-theme-180 {
        background: #5e2ced;
        background: -webkit-linear-gradient(180deg,#5e2ced,#a485fd);
        background: -moz-linear-gradient(180deg,#5e2ced,#a485fd);
        background: -o-linear-gradient(180deg,#5e2ced,#a485fd);
        background: linear-gradient(180deg,#5e2ced,#a485fd)
    }
}

.onepage-header.scrollHeader .navbar {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd)
}

.onepage-header.dark .navbar .icon-bar {
    color: #232323
}

.onepage-header.dark .navbar-nav .nav-link {
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    text-transform: none
}

.onepage-header.dark .navbar-nav .nav-link.active,.onepage-header.dark .navbar-nav .nav-link:hover {
    color: #5e2ced;
    opacity: 1
}

.onepage-header.dark.scrollHeader .navbar {
    background: #5e2ced
}

.onepage-header.dark.scrollHeader .navbar-nav .nav-link {
    color: #fff
}

.onepage-header.dark.scrollHeader .navbar-nav .nav-link:hover {
    color: #fff;
    opacity: .65
}

.onepage-header.dark.scrollHeader .navbar .navbar-nav .nav-link.active {
    color: #fff;
    opacity: .65
}

@media screen and (min-width: 992px) {
    .onepage-header.mobile-app .navbar .nav-item {
        margin-left:15px
    }

    .onepage-header.mobile-app .navbar .nav-item .nav-link {
        font-size: 14px;
        letter-spacing: 1px
    }
}

@media screen and (max-width: 991px) {
    .onepage-header .navbar-nav .nav-link.active {
        color:#5e2ced
    }

    .onepage-header.scrollHeader .navbar .navbar-nav .nav-link.active,.onepage-header.scrollHeader .navbar-nav .nav-link:hover {
        color: #5e2ced
    }

    .onepage-header.dark.scrollHeader .navbar .navbar-nav .nav-link.active,.onepage-header.dark.scrollHeader .navbar-nav .nav-link:hover {
        color: #5e2ced;
        opacity: 1
    }

    .onepage-header.dark.scrollHeader .navbar-nav .nav-link {
        color: #232323
    }

    .onepage-header.dark .navbar-toggler {
        background: rgba(94,44,237,.15)
    }

    .onepage-header.dark .navbar-toggler:after {
        border-color: #5e2ced
    }

    .onepage-header.dark .navbar-toggler:before {
        background: #5e2ced
    }

    .onepage-header.dark .navbar-toggler.menu-opened:after,.onepage-header.dark .navbar-toggler.menu-opened:before {
        background: #5e2ced
    }

    .onepage-header.scrollHeader.dark .navbar-toggler {
        background: #f4f4f4
    }

    .onepage-header.scrollHeader.dark .navbar-toggler:after {
        border-color: #5e2ced
    }

    .onepage-header.scrollHeader.dark .navbar-toggler:before {
        background: #5e2ced
    }

    .onepage-header.scrollHeader.dark .navbar-toggler.menu-opened:after,.onepage-header.scrollHeader.dark .navbar-toggler.menu-opened:before {
        background: #5e2ced
    }
}

.section-heading {
    margin-bottom: 50px;
    text-align: center
}

.section-heading.half {
    margin-bottom: 30px
}

.section-heading h1,.section-heading h2,.section-heading h3,.section-heading h4,.section-heading h5,.section-heading h6 {
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    line-height: 140%
}

.section-heading.white h1,.section-heading.white h2,.section-heading.white h3,.section-heading.white h4,.section-heading.white h5,.section-heading.white h6 {
    color: #fff
}

.section-heading.grey h1,.section-heading.grey h2,.section-heading.grey h3,.section-heading.grey h4,.section-heading.grey h5,.section-heading.grey h6 {
    color: #b7b7b7
}

.section-heading.grey h1:after,.section-heading.grey h2:after,.section-heading.grey h3:after,.section-heading.grey h4:after,.section-heading.grey h5:after,.section-heading.grey h6:after {
    background: #b7b7b7
}

.section-heading.left {
    text-align: left
}

.section-heading strong {
    font-weight: 600
}

.section-heading.white p {
    color: #fff
}

.section-heading p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto
}

.section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #5e2ced;
    line-height: 200%;
    margin-bottom: 10px
}

.section-heading.white span {
    color: #fff
}

.section-heading.grey span {
    color: #b7b7b7
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom:30px
    }

    .section-heading p {
        padding-top: 10px;
        font-size: 14px
    }
}

.section-heading2 {
    margin-bottom: 50px;
    text-align: center
}

.section-heading2.half {
    margin-bottom: 30px
}

.section-heading2 h1,.section-heading2 h2,.section-heading2 h3,.section-heading2 h4,.section-heading2 h5,.section-heading2 h6 {
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    line-height: 140%
}

.section-heading2 h1:after,.section-heading2 h2:after,.section-heading2 h3:after,.section-heading2 h4:after,.section-heading2 h5:after,.section-heading2 h6:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #1045bf;
    background: linear-gradient(-45deg,#1045bf,#2f3b71);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.section-heading2.white h1,.section-heading2.white h2,.section-heading2.white h3,.section-heading2.white h4,.section-heading2.white h5,.section-heading2.white h6 {
    color: #fff
}

.section-heading2.white h1:after,.section-heading2.white h2:after,.section-heading2.white h3:after,.section-heading2.white h4:after,.section-heading2.white h5:after,.section-heading2.white h6:after {
    background: #fff
}

.section-heading2.grey h1,.section-heading2.grey h2,.section-heading2.grey h3,.section-heading2.grey h4,.section-heading2.grey h5,.section-heading2.grey h6 {
    color: #b7b7b7
}

.section-heading2.grey h1:after,.section-heading2.grey h2:after,.section-heading2.grey h3:after,.section-heading2.grey h4:after,.section-heading2.grey h5:after,.section-heading2.grey h6:after {
    background: #b7b7b7
}

.section-heading2.left {
    margin-bottom: 30px;
    text-align: left
}

.section-heading2.left h1,.section-heading2.left h2,.section-heading2.left h3,.section-heading2.left h4,.section-heading2.left h5,.section-heading2.left h6 {
    padding-bottom: 15px
}

.section-heading2.left h1:after,.section-heading2.left h2:after,.section-heading2.left h3:after,.section-heading2.left h4:after,.section-heading2.left h5:after,.section-heading2.left h6:after {
    margin: 0;
    left: 0
}

.section-heading2 strong {
    font-weight: 600
}

.section-heading2.white p {
    color: #fff
}

.section-heading2 p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto
}

.section-heading2 span {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #3e56aa!important;
    line-height: 200%;
    margin-bottom: 5px;
    letter-spacing: 1px;
    display: inline-block
}

.section-heading2.white span {
    color: #fff
}

.section-heading2.grey span {
    color: #b7b7b7
}

@media screen and (max-width: 991px) {
    .section-heading2 {
        margin-bottom:30px
    }

    .section-heading2 span {
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .section-heading2 p {
        font-size:14px
    }
}

.section-heading3 {
    text-align: center;
    margin-bottom: 50px
}

.section-heading3 h1,.section-heading3 h2,.section-heading3 h3,.section-heading3 h4,.section-heading3 h5,.section-heading3 h6 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
}

.section-heading3 p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .section-heading3 {
        margin-bottom:40px
    }

    .section-heading3 h1,.section-heading3 h2,.section-heading3 h3,.section-heading3 h4,.section-heading3 h5,.section-heading3 h6 {
        font-size: 36px;
        line-height: 48px
    }

    .section-heading3 p {
        font-size: 15px
    }
}

@media screen and (max-width: 767px) {
    .section-heading3 {
        margin-bottom:35px
    }

    .section-heading3 h1,.section-heading3 h2,.section-heading3 h3,.section-heading3 h4,.section-heading3 h5,.section-heading3 h6 {
        font-size: 28px;
        line-height: 40px
    }
}

.section-title .title-count {
    position: absolute;
    text-align: center;
    font-weight: bolder;
    top: -18px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 160px;
    z-index: 0;
    opacity: .1;
    color: #999;
    width: 160px;
    height: 160px;
    line-height: 160px
}

@media screen and (max-width: 991px) {
    .section-title .title-count {
        font-size:130px;
        line-height: 130px
    }
}

@media screen and (max-width: 767px) {
    .section-title .title-count {
        font-size:110px;
        line-height: 110px
    }
}

.main-banner-area {
    overflow: hidden;
    position: relative
}

.main-banner-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    z-index: 3
}

.main-banner-area .right-bg {
    float: right;
    width: 55.76%;
    right: 1px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.main-banner-area .right-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd)
}

.main-banner-area .header-shape-bg {
    position: absolute;
    top: 0;
    min-height: 500px;
    z-index: 2;
    width: 100%
}

.main-banner-area .header-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    z-index: 4
}

.main-banner-area .header-text h1 {
    font-weight: 700;
    font-size: 36px;
    color: #5e2ced;
    line-height: 44px;
    letter-spacing: 1.4px;
    margin-bottom: 25px
}

.main-banner-area .header-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 30px
}

.main-banner-area .header-text .email-box {
    width: 85%;
    position: relative;
    background: 0 0;
    overflow: hidden
}

.main-banner-area .header-text .email-box input {
    width: 99%;
    height: 45px;
    min-height: auto;
    margin-bottom: 7px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid rgba(78,78,84,.2);
    outline: 0;
    padding-left: 20px;
    padding-right: 120px;
    z-index: 1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .67px
}

.main-banner-area .header-text .email-box .butn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    outline: 0;
    cursor: pointer;
    padding: 13px 18px;
    border-top-left-radius: 0;
    box-shadow: none;
    border-bottom-left-radius: 0
}

.main-banner-area .header-text .email-box .butn:focus:before,.main-banner-area .header-text .email-box .butn:hover:before {
    padding: 14px 18px 14px 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.main-banner-area .header-text .email-box .input .butn:active:before {
    padding: 14px 18px 14px 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.main-banner-area .header-text .email-box span {
    display: block;
    font-size: 13px;
    padding-left: 5px
}

.main-banner-area .play-button-wrapper {
    position: absolute;
    width: 100%;
    top: 45%;
    -webkit-transform: perspective(1px) translateY(-45%);
    -moz-transform: perspective(1px) translateY(-45%);
    -ms-transform: perspective(1px) translateY(-45%);
    -o-transform: perspective(1px) translateY(-45%);
    transform: perspective(1px) translateY(-45%);
    z-index: 4;
    width: 55.5%;
    right: 0
}

.main-banner-area .play-button-wrapper .btn-play {
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin: auto;
    left: 14%;
    right: 0;
    display: block;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    transform: perspective(1px) translateY(-50%);
    z-index: 3
}

.main-banner-area .play-button-wrapper .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .19;
    z-index: 1
}

.main-banner-area .play-button-wrapper .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1199px) {
    .main-banner-area .right-bg {
        right:0
    }

    .main-banner-area .header-text {
        top: 70%;
        transform: perspective(1px) translateY(-70%)
    }

    .main-banner-area .header-text h1 {
        font-size: 32px;
        line-height: 42px
    }

    .main-banner-area .header-text .email-box {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .main-banner-area .right-bg {
        width:100%;
        max-height: 550px;
        height: 100%;
        min-height: 410px
    }

    .main-banner-area .right-bg:before {
        opacity: .8
    }

    .main-banner-area .header-shape-bg {
        display: none
    }

    .main-banner-area .header-text {
        top: 50%;
        transform: perspective(1px) translateY(-50%)
    }

    .main-banner-area .header-text h1 {
        font-weight: 600;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
        color: #fff;
        text-align: center
    }

    .main-banner-area .header-text p {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        line-height: 24px;
        font-size: 14px
    }

    .main-banner-area .header-text .email-box {
        width: 100%
    }

    .main-banner-area .header-text .email-box span {
        color: #fff;
        text-align: center
    }

    .main-banner-area .play-button-wrapper {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .main-banner-area .right-bg img {
        width:auto;
        max-width: 144%
    }

    .main-banner-area .header-text h1 {
        font-size: 24px;
        line-height: 30px
    }
}

.banner-creative {
    background: #fff;
    padding: 9% 0
}

.banner-creative .banner-img img {
    position: absolute;
    left: -15px;
    top: -38%
}

.banner-creative .btn-play {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: auto;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.banner-creative .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .19;
    z-index: 1
}

.banner-creative .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}

.banner-creative .header-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.banner-creative .header-shape img {
    max-width: none
}

.banner-creative .btn-play-theme {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #5e2ced;
    margin: auto;
    display: inline-block;
    border: 2px solid #5e2ced;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.banner-creative .btn-play-theme:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .19;
    z-index: 1
}

.banner-creative .btn-play-theme i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1399px) {
    .banner-creative {
        padding:17% 0
    }
}

@media screen and (max-width: 1199px) {
    .banner-creative .banner-img img {
        top:-18%
    }
}

@media screen and (max-width: 991px) {
    .banner-creative {
        padding:50px 0 50px 0
    }

    .banner-creative .banner-img img {
        position: relative;
        width: auto;
        float: none!important;
        left: 0
    }
}

@media screen and (max-width: 767px) {
    .banner-creative {
        padding:30px 0
    }

    .banner-creative .btn-play,.banner-creative .btn-play-theme {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 16px
    }
}

.creative-banner {
    padding: 15% 0 17% 0
}

.creative-banner .creative-banner-img {
    position: absolute;
    left: -15px;
    top: -50%
}

.creative-banner .btn-play {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: auto;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.creative-banner .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .19;
    z-index: 1
}

.creative-banner .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}

.creative-banner .wave-area {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1
}

.creative-banner .wave {
    background: url(../img/banner/wave.svg) repeat-x;
    position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: wave 35s cubic-bezier(.36,.45,.63,.53) infinite;
    transform: translate3d(0,0,0)
}

.creative-banner .wave:nth-of-type(2) {
    top: -56px;
    animation: wave 20s cubic-bezier(.36,.45,.63,.53) -125ms infinite,swell 7s ease -1.25s infinite;
    opacity: 1
}

@keyframes wave {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -1600px
    }
}

@keyframes swell {
    0%,100% {
        transform: translate3d(0,-45px,0)
    }

    50% {
        transform: translate3d(0,5px,0)
    }
}

@media screen and (max-width: 1399px) {
    .creative-banner {
        padding:18% 0 22% 0
    }
}

@media screen and (max-width: 1199px) {
    .creative-banner .creative-banner-img {
        top:-28%
    }
}

@media screen and (max-width: 991px) {
    .creative-banner {
        padding:120px 0 50px 0
    }

    .creative-banner .creative-banner-img {
        position: relative;
        width: auto;
        float: none!important;
        left: 0;
        top: 0
    }

    .creative-banner-img {
        text-align: center
    }

    .creative-banner-img img {
        float: none!important
    }
}

@media screen and (max-width: 767px) {
    .creative-banner {
        padding:90px 0 50px 0
    }

    .creative-banner .btn-play {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 16px
    }
}

.theme-banner {
    position: relative;
    z-index: 1
}

.theme-banner .container {
    padding-top: 12%
}

.theme-banner .banner-wrapper-position {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
    width: 100%;
    height: 100%
}

.theme-banner .banner-wrapper {
    position: relative;
    z-index: 5
}

.theme-banner .banner-wrapper .slogan {
    font-weight: 600;
    letter-spacing: .5px;
    display: inline-block;
    background: rgba(94,44,237,.07);
    border: 1px solid transparent;
    line-height: 32px;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 18px
}

.theme-banner .banner-wrapper .slogan span {
    color: #5e2ced
}

.theme-banner .banner-wrapper .main-title {
    font-size: 60px;
    line-height: 80px;
    padding: 25px 0 35px;
    margin-bottom: 0
}

.theme-banner .banner-wrapper .sub-title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 28px
}

.theme-banner .btn-play {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #5e2ced;
    margin: auto;
    display: inline-block;
    border: 2px solid #5e2ced;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.theme-banner .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .19;
    z-index: 1
}

.theme-banner .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}

.theme-banner .btn-play:hover {
    background: rgba(94,44,237,.15)
}

.theme-banner .screen-one {
    position: absolute;
    right: 8%;
    top: 12%;
    z-index: 1;
    width: 80%
}

.theme-banner .screen-two {
    position: absolute;
    right: 24%;
    top: 27%;
    z-index: 1;
    width: 22%
}

@media screen and (max-width: 1599px) {
    .theme-banner .screen-one {
        top:17%
    }
}

@media screen and (max-width: 1399px) {
    .theme-banner .banner-wrapper .main-title {
        font-size:54px;
        line-height: 70px;
        padding: 20px 0 30px
    }
}

@media screen and (max-width: 1199px) {
    .theme-banner .container {
        padding-top:15%
    }

    .theme-banner .screen-one {
        top: 25%
    }

    .theme-banner .banner-wrapper .main-title {
        font-size: 48px;
        line-height: 65px
    }

    .theme-banner .banner-wrapper .sub-title {
        font-size: 18px;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 991px) {
    .theme-banner {
        min-height:auto!important
    }

    .theme-banner .container {
        padding-top: 0;
        position: relative;
        left: 0;
        top: 0;
        transform: none
    }

    .theme-banner .banner-wrapper-position {
        position: relative;
        margin: 90px auto 70px auto;
        max-width: 75%;
        text-align: center
    }

    .theme-banner .banner-wrapper .main-title {
        font-size: 42px;
        line-height: 58px;
        padding-bottom: 20px
    }

    .theme-banner .banner-wrapper .sub-title {
        padding-bottom: 15px
    }

    .theme-banner .screen-one {
        position: relative;
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0
    }

    .theme-banner .shape-three {
        left: 0;
        right: inherit
    }
}

@media screen and (max-width: 767px) {
    .theme-banner .banner-wrapper .main-title {
        font-size:36px;
        line-height: 48px
    }

    .theme-banner .banner-wrapper .sub-title {
        font-size: 16px
    }

    .theme-banner .banner-wrapper .slogan {
        font-size: 14px
    }

    .theme-banner .banner-wrapper-position {
        margin-bottom: 50px;
        max-width: 80%
    }

    .theme-banner .screen-one {
        width: 95%
    }
}

@media screen and (max-width: 575px) {
    .theme-banner .banner-wrapper .main-title {
        font-size:26px;
        line-height: 36px
    }

    .theme-banner .banner-wrapper .sub-title {
        padding-bottom: 10px
    }
}

.shape-one {
    position: absolute;
    right: 0;
    top: 145px;
    z-index: 0;
    opacity: .65
}

.shape-two {
    position: absolute;
    bottom: 12%;
    left: 31%;
    animation: rotated 20s infinite linear
}

.shape-three {
    position: absolute;
    bottom: 35%;
    right: 76%;
    z-index: -1;
    animation: rotated 50s infinite linear;
    width: 14%
}

.shape-four {
    position: absolute;
    top: 17%;
    right: 37%;
    z-index: -1;
    animation: rotatedHalf 30s infinite linear
}

.shape-four:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #a485fd;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1.5s ease-out infinite
}

.shape-four:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #a485fd;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1.5s ease-out infinite
}

.shape-five {
    position: absolute;
    bottom: 5%;
    left: 58%;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #e5a9ff;
    -webkit-animation: rotate3d 10s linear infinite;
    -moz-animation: rotate3d 10s linear infinite;
    -o-animation: rotate3d 10s linear infinite;
    animation: rotate3d 10s linear infinite
}

.triangle-shape {
    top: 15%;
    left: 36%;
    position: absolute;
    animation: animationFramesOne 30s infinite linear;
    opacity: .5;
    position: relative;
    background-color: #0ee8af;
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%
}

.triangle-shape:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%)
}

.triangle-shape:after,.triangle-shape:before {
    content: '';
    position: absolute;
    background-color: inherit
}

.triangle-shape:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%
}

.triangle-shape:before {
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%
}

.triangle-shape:after,.triangle-shape:before {
    content: '';
    position: absolute;
    background-color: inherit
}

.square-shape {
    opacity: .5;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #007cb7;
    position: absolute;
    top: 23%;
    left: 8%;
    animation: animationFramesTwo 13s infinite linear
}

.square-shape:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 10px;
    border: 10px solid transparent;
    border-top-color: #007cb7
}

.square-shape-two {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #a3eead;
    bottom: 42%;
    left: 6%;
    animation: animationFramesTwo 25s infinite linear
}

.round-shape-one {
    position: absolute;
    right: 6%;
    top: 10%;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    border: 1px dashed rgba(94,44,237,.1);
    animation: rotated 30s infinite linear
}

.round-shape-one:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -5px;
    background: #ddabf6;
    border-radius: 50%
}

.round-shape-two {
    position: absolute;
    right: -350px;
    top: 15%;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    border: 2px dashed rgba(94,44,237,.09);
    animation: rotated 50s infinite linear
}

.round-shape-two:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -5px;
    background: #ddabf6;
    border-radius: 50%
}

@media screen and (max-width: 1199px) {
    .round-shape-two {
        right:-450px;
        top: 35%
    }
}

@media screen and (max-width: 991px) {
    .round-shape-two {
        right:-400px;
        top: 35%
    }
}

@media screen and (max-width: 767px) {
    .round-shape-two {
        width:450px;
        height: 450px;
        right: -370px;
        top: 35%
    }
}

@media screen and (max-width: 575px) {
    .round-shape-two {
        width:300px;
        height: 300px;
        right: -270px;
        top: 40%
    }
}

.shape-six {
    background: rgba(94,44,237,.2);
    top: 40%;
    right: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%
}

.right-align {
    right: 5%;
    left: inherit
}

.left-align {
    left: 5%;
    right: inherit
}

.bottom-align {
    bottom: 0;
    top: inherit
}

.top-align {
    top: 0;
    bottom: inherit
}

.round-shape-two.left-minus-align {
    left: -15%;
    right: inherit
}

@media screen and (max-width: 1199px) {
    .round-shape-two.left-minus-align {
        left:-450px;
        top: 35%
    }
}

@media screen and (max-width: 991px) {
    .round-shape-two.left-minus-align {
        left:-400px;
        top: 35%
    }
}

@media screen and (max-width: 767px) {
    .round-shape-two.left-minus-align {
        width:450px;
        height: 450px;
        left: -370px;
        top: 35%
    }
}

@media screen and (max-width: 575px) {
    .round-shape-two.left-minus-align {
        width:300px;
        height: 300px;
        left: -270px;
        top: 40%
    }
}

@keyframes spin1 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0,0) rotate(0)
    }

    20% {
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        transform: translate(0,0) rotate(0)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0,0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0,0) rotate(0)
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0,0) rotate(0) scale(1)
    }

    20% {
        transform: translate(73px,-1px) rotate(36deg) scale(.9)
    }

    40% {
        transform: translate(141px,72px) rotate(72deg) scale(1)
    }

    60% {
        transform: translate(83px,122px) rotate(108deg) scale(1.2)
    }

    80% {
        transform: translate(-40px,72px) rotate(144deg) scale(1.1)
    }

    100% {
        transform: translate(0,0) rotate(0) scale(1)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0,0) rotate(0) scale(1)
    }

    20% {
        -webkit-transform: translate(73px,-1px) rotate(36deg) scale(.9)
    }

    40% {
        -webkit-transform: translate(141px,72px) rotate(72deg) scale(1)
    }

    60% {
        -webkit-transform: translate(83px,122px) rotate(108deg) scale(1.2)
    }

    80% {
        -webkit-transform: translate(-40px,72px) rotate(144deg) scale(1.1)
    }

    100% {
        -webkit-transform: translate(0,0) rotate(0) scale(1)
    }
}

@media screen and (max-width: 1199px) {
    .round-shape-one {
        top:20%;
        width: 150px;
        height: 150px;
        right: 8%
    }
}

@media screen and (max-width: 575px) {
    .round-shape-one {
        right:12%
    }
}

.creative-banner-area {
    width: 100%;
    position: relative;
    background: #5e2ced;
    background: -webkit-linear-gradient(180deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(180deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(180deg,#5e2ced,#a485fd);
    background: linear-gradient(180deg,#5e2ced,#a485fd)
}

.creative-banner-area .container {
    position: absolute;
    left: 50%;
    top: 40%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9
}

.creative-banner-area .btn-play {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: auto;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.creative-banner-area .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .19;
    z-index: 1
}

.creative-banner-area .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}

.creative-banner-area .banner-content-img {
    width: 55%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: -150px;
    right: 0;
    z-index: 9;
    left: 0;
    margin: 0 auto
}

.creative-banner-area .header-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.creative-banner-area .header-shape img {
    max-width: none
}

@media screen and (max-width: 1599px) {
    .creative-banner-area .banner-content-img {
        bottom:-125px
    }
}

@media screen and (max-width: 1399px) {
    .creative-banner-area .container {
        top:45%
    }

    .creative-banner-area .banner-content-img {
        bottom: -150px
    }
}

@media screen and (max-width: 1199px) {
    .creative-banner-area .banner-content-img {
        bottom:-120px
    }
}

@media screen and (max-width: 767px) {
    .creative-banner-area .container {
        top:45%
    }

    .creative-banner-area .banner-content-img {
        bottom: -40px;
        width: 75%
    }
}

.main-banner {
    position: relative
}

.main-banner .header-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    width: 100%
}

.main-banner .header-shape img {
    max-width: none
}

.main-banner>.container {
    padding-top: 15%;
    position: relative;
    z-index: 9
}

.main-banner .banner-wrapper-position {
    position: absolute;
    right: 50px;
    top: 130px;
    max-width: 40%;
    width: 100%;
    height: auto;
    z-index: 9
}

.main-banner .btn-play {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: auto;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.main-banner .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .19;
    z-index: 1
}

.main-banner .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}

.main-banner .header-text h1 {
    position: relative;
    font-size: 65px;
    line-height: 85px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.main-banner .banner-content-img {
    width: 55%;
    height: 66%;
    right: 30px;
    text-align: right;
    position: absolute;
    bottom: 100px;
    z-index: 9
}

.main-banner .header-text p {
    line-height: 30px
}

@media screen and (max-width: 1399px) {
    .main-banner .banner-wrapper-position {
        max-width:45%
    }

    .main-banner .header-text h1 {
        font-size: 58px;
        line-height: 75px
    }
}

@media screen and (max-width: 1199px) {
    .main-banner>.container {
        padding-top:18%
    }
}

@media screen and (max-width: 991px) {
    .main-banner {
        padding:90px 0 120px 0
    }

    .main-banner>.container {
        padding-top: 0;
        position: relative;
        top: 0;
        transform: none;
        left: 0
    }

    .main-banner .banner-wrapper-position {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        margin: 0 auto 50px auto;
        max-width: 60%
    }

    .main-banner .header-text {
        text-align: center;
        padding: 0 7%
    }

    .main-banner .header-text h1 {
        font-size: 52px;
        line-height: 65px
    }
}

@media screen and (max-width: 767px) {
    .main-banner {
        padding:90px 0
    }

    .main-banner .banner-wrapper-position {
        max-width: 65%
    }

    .main-banner .header-text {
        padding: 0 15px
    }

    .main-banner .header-text h1 {
        font-size: 42px;
        line-height: 48px
    }
}

@media screen and (max-width: 575px) {
    .main-banner .header-text h1 {
        font-size:34px;
        line-height: 42px
    }

    .main-banner>.container {
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%,-50%)
    }
}

.animated-banner-area {
    position: relative;
    overflow: hidden
}

.animated-banner-area>.container {
    position: absolute;
    left: 50%;
    top: 45%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9
}

.animated-banner-area h1 {
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 58px;
    line-height: 70px;
    font-weight: 300
}

.animated-banner-area p {
    padding: 0 0 30px 0;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 300
}

.animated-banner-area .btn-play {
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: auto;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.animated-banner-area .btn-play i {
    position: relative;
    z-index: 2;
    font-size: 28px
}

.animated-banner-area .banner-content-img {
    position: absolute;
    right: 20px;
    top: 120px;
    max-width: 45%;
    width: 100%;
    z-index: 9
}

.animated-banner-area .header-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.animated-banner-area .header-shape img {
    max-width: none;
    height: 100%
}

@media screen and (max-width: 1399px) {
    .animated-banner-area>.container {
        left:52%
    }

    .animated-banner-area h1 {
        font-size: 52px;
        margin-bottom: 10px
    }

    .animated-banner-area p {
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 36px
    }
}

@media screen and (max-width: 1199px) {
    .animated-banner-area>.container {
        left:54%
    }

    .animated-banner-area h1 {
        font-size: 44px
    }

    .animated-banner-area p {
        font-size: 16px;
        line-height: 34px
    }
}

@media screen and (max-width: 1024px) {
    .animated-banner-area {
        min-height:750px!important
    }
}

@media screen and (max-width: 991px) {
    .animated-banner-area {
        padding:70px 0 90px 0;
        min-height: inherit!important
    }

    .animated-banner-area>.container {
        left: 50%
    }

    .animated-banner-area h1 {
        font-size: 42px;
        line-height: 58px
    }

    .animated-banner-area .banner-content-img {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
        text-align: center;
        height: auto;
        max-width: 80%;
        margin: 0 auto 50px auto
    }

    .animated-banner-area>.container {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 100%;
        top: 0;
        transform: none
    }

    .animated-banner-area p {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 575px) {
    .animated-banner-area {
        padding:30px 0 50px 0
    }

    .animated-banner-area h1 {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 0
    }

    .animated-banner-area .banner-content-img {
        max-width: 90%;
        margin-bottom: 30px
    }

    .animated-banner-area p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

.page-title-section {
    padding: 200px 0 125px;
    text-align: center
}

.page-title-section h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0
}

.page-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center
}

.page-title-section ul li {
    display: inline-block
}

.page-title-section ul li:last-child a {
    color: #fff;
    font-weight: 600;
    opacity: .65
}

.page-title-section ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    font-family: Font Awesome\ 5 Free;
    padding: 0 5px 0 10px
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.page-title-section .active a,.page-title-section li.active:last-child a {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding:165px 0 100px 0
    }

    .page-title-section h1 {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding:140px 0 90px 0
    }

    .page-title-section h1 {
        font-size: 32px;
        line-height: 40px
    }

    .page-title-section ul {
        margin-top: 5px
    }

    .page-title-section ul li a {
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .page-title-section {
        padding:165px 0 75px 0
    }
}

.feature-block1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: rgba(255,255,255,.85)
}

.feature-block1.line {
    position: relative
}

.feature-block1.line:after {
    content: '';
    position: absolute;
    width: 69%;
    height: 2px;
    top: 50px;
    left: 70%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 1px dashed #fff
}

.feature-block1 .icon {
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 35px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: rgba(255,255,255,.9);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.feature-block1 .icon i {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 95px;
    color: #5e2ced;
    font-size: 40px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg)
}

.feature-block1 .title {
    font-size: 18px;
    letter-spacing: 1.12px;
    margin-bottom: 15px;
    color: #fff
}

.feature-block1:hover .icon {
    background: #5e2ced;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.feature-block1:hover .icon i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: #fff
}

@media screen and (max-width: 1199px) {
    .feature-block1 .icon i {
        width:90px;
        height: 90px;
        line-height: 90px;
        font-size: 36px
    }

    .feature-block1 .title {
        margin-bottom: 10px
    }

    .feature-block1 .icon {
        width: 90px;
        height: 90px;
        margin-bottom: 25px
    }

    .feature-block1.line:after {
        width: 65%;
        left: 73%
    }
}

@media screen and (max-width: 991px) {
    .feature-block1 .title {
        font-size:17px
    }

    .feature-block1 .icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px
    }

    .feature-block1 .icon i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px
    }

    .feature-block1.line:after {
        width: 65%;
        left: 75%;
        top: 40px
    }
}

@media screen and (max-width: 767px) {
    .feature-block1 {
        margin-bottom:90px
    }

    .feature-block1 .title {
        font-size: 16px;
        margin-bottom: 5px
    }

    .feature-block1 .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px
    }

    .feature-block1 .icon i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 28px
    }

    .feature-block1.line {
        top: 0
    }

    .feature-block1.line:after {
        width: 1px;
        left: 0;
        top: auto;
        bottom: -42%;
        right: 0;
        margin: 0 auto;
        height: 35%
    }
}

@media screen and (max-width: 575px) {
    .feature-block1.line:after {
        bottom:-38%
    }
}

.feature-block2 {
    box-shadow: -1px 9px 18px 0 rgba(75,81,91,.1);
    margin: 30px;
    padding: 60px 40px 60px 40px
}

.feature-block2 h4 {
    margin-bottom: 20px
}

.feature-block2 h4 a {
    color: #232323;
    font-size: 18px
}

.feature-block2 h4 a:hover {
    color: #5e2ced
}

.feature-block2 p {
    line-height: 30px
}

.feature-block2 .feature-box-img4 {
    height: 120px;
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    background-color: #e6ecff;
    padding: 0 15px;
    margin: 0 auto 30px auto
}

.feature-block2 .feature-box-img4 img {
    border-radius: 50%
}

.feature-block2 a span {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px
}

@media screen and (max-width: 1199px) {
    .feature-block2 {
        padding:50px 30px 50px 30px
    }
}

@media screen and (max-width: 767px) {
    .feature-block2 {
        padding:35px 25px 35px 25px
    }
}

.feature-block3:nth-child(1) {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.feature-block3:nth-child(2) {
    border-bottom: 1px solid #ececec
}

.feature-block3:nth-child(3) {
    border-right: 1px solid #ececec
}

.feature-block3 .inner-box {
    position: relative;
    text-align: center;
    padding: 100px 15px 25px 15px;
    display: inline-block;
    width: 100%
}

.feature-block3 .icon-box .feature-icon {
    position: relative
}

@media screen and (max-width: 575px) {
    .feature-block3 .inner-box {
        padding:80px 0 15px 0
    }
}

.feature-img {
    text-align: center;
    position: relative;
    z-index: 1
}

.feature-img .circle {
    bottom: 0;
    left: -86px;
    right: auto;
    width: 500px;
    height: 500px;
    background: #d8a608;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    opacity: .06
}

.feature-img .circle.two {
    right: 60px;
    width: 370px;
    height: 370px;
    left: 120px;
    bottom: inherit;
    background: #d8a608;
    top: -40px;
    z-index: -2;
    opacity: .06;
    position: absolute;
    border-radius: 100%
}

.feature-img.right-align .circle {
    background: #d8a608;
    right: -126px;
    opacity: .06;
    left: auto
}

.feature-img.right-align .circle.two {
    left: 25px;
    right: auto;
    top: 94px;
    z-index: -2
}

@media screen and (max-width: 1199px) {
    .feature-img .circle {
        width:450px;
        height: 450px
    }

    .feature-img .circle.two {
        width: 300px;
        height: 300px
    }
}

@media screen and (max-width: 991px) {
    .feature-img {
        left:0;
        right: 0;
        margin: 0 auto
    }

    .feature-img.right-align .circle.two {
        left: auto;
        right: 25px;
        top: -50px
    }
}

@media screen and (max-width: 575px) {
    .feature-img .circle {
        width:80%;
        height: 80%
    }

    .feature-img .circle.two {
        width: 150px;
        height: 150px
    }
}

.features-block4 {
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(94,44,237,.08);
    border-radius: 4px;
    margin: 0 10px 0 0;
    position: relative;
    z-index: 5;
    padding: 55px 35px 45px 35px;
    transition: all .6s linear;
    height: 100%
}

.features-block4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-45deg,#5e2ced,#a485fd);
    z-index: -3;
    opacity: 0;
    transition: all .6s linear;
    border-radius: 4px;
    width: 100%;
    height: 100%
}

.features-block4:hover:after {
    opacity: 1
}

.features-block4 .icon {
    font-size: 40px
}

.features-block4 h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px
}

.features-block4 p {
    font-size: 16px;
    line-height: 28px
}

.features-block4 .title-box {
    margin: 0 0 50px 0
}

.features-block4 i {
    transition: all .3s linear
}

.features-block4:hover {
    opacity: 1;
    transform: translate(0,0);
    transition: all 1.3s linear
}

.features-block4:hover .box-circle {
    transform: scale(1.2)
}

.features-block4:hover .icon,.features-block4:hover h5,.features-block4:hover p {
    color: #fff
}

.features-block4:hover .box-circle {
    background: rgba(255,255,255,.1)
}

.features-block4:hover i {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .features-block4 {
        padding:35px 25px 25px 25px
    }

    .features-block4 .title-box {
        margin: 0 0 40px 0
    }

    .features-block4 h5 {
        font-size: 20px;
        margin-bottom: 25px
    }

    .features-block4 p {
        font-size: 15px
    }

    .features-block4 .icon {
        font-size: 36px
    }
}

@media screen and (max-width: 991px) {
    .features-block4 {
        margin-right:0
    }

    .features-block4 .title-box {
        margin-bottom: 30px
    }

    .features-block4 h5 {
        margin-bottom: 20px
    }

    .features-block4 .icon {
        font-size: 32px
    }
}

@media screen and (max-width: 575px) {
    .features-block4 {
        padding:25px
    }

    .features-block4 h5 {
        font-size: 18px
    }

    .features-block4 .title-box {
        margin-bottom: 25px
    }

    .features-block4 h5 {
        margin-bottom: 15px
    }
}

.service-section {
    margin-top: -3.2%
}

@media screen and (max-width: 991px) {
    .service-section {
        margin-top:0
    }
}

.services-block {
    background: #fff;
    border-radius: 7px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.services-block:hover {
    box-shadow: -1px 9px 18px 0 rgba(75,81,91,.1);
    background: #fff
}

.services-block:hover i {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.services-block:active,.services-block:focus,.services-block:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.services-block.bg-light-gray {
    background: #f7f7f7
}

.services-block .title-box {
    position: relative;
    padding: 20px 0;
    font-size: 60px;
    line-height: 1;
    width: 2em;
    margin-left: auto;
    margin-right: auto
}

.services-block .box-circle-large,.services-block .box-circle-small {
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.services-block .box-circle-large {
    left: 0;
    bottom: 0;
    width: 1.37em;
    height: 1.37em;
    background: rgba(78,74,200,.1)
}

.services-block .box-circle-small {
    top: 0;
    right: 0;
    width: .59em;
    height: .59em;
    background: rgba(128,137,255,.1)
}

.services-block:hover {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd)
}

.services-block:hover .box-circle-large {
    transform: scale(1.2)
}

.services-block:hover .box-circle-small {
    transform: translate3d(0,-35%,0) rotate(0)
}

.services-block:hover .text-extra-dark-gray,.services-block:hover a,.services-block:hover h3,.services-block:hover i,.services-block:hover p {
    color: #fff
}

.services-block:hover .box-circle-large {
    background: rgba(255,255,255,.1)
}

.services-block:hover .box-circle-small {
    background: rgba(255,255,255,.2)
}

.services-block.active {
    background: #5e2ced
}

.services-block.active h3,.services-block.active i,.services-block.active p {
    color: #fff
}

.services-block.active .box-circle-large {
    background: rgba(255,255,255,.1)
}

.services-block.active .box-circle-small {
    background: rgba(255,255,255,.2)
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px,-8px)
    }

    33.3% {
        transform: translate(-6px,6px)
    }

    49.95% {
        transform: translate(4px,-4px)
    }

    66.6% {
        transform: translate(-2px,2px)
    }

    83.25% {
        transform: translate(1px,-1px)
    }

    100% {
        transform: translate(0,0)
    }
}

@media screen and (max-width: 991px) {
    .services-block .title-box {
        font-size:50px
    }
}

@media screen and (max-width: 767px) {
    .services-block .title-box {
        font-size:42px
    }
}

.services-block2 {
    text-align: center;
    background: #fff
}

.services-block2:hover i {
    color: #fff
}

.services-block2:hover i:after {
    background: #5e2ced;
    transform: rotate(0)
}

.services-block2 i {
    display: inline-block;
    color: #5e2ced;
    font-size: 45px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-bottom: 30px;
    position: relative;
    transition: all .4s;
    z-index: 3
}

.services-block2 i:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 20px;
    background: rgba(94,44,237,.15);
    z-index: -1;
    transform: rotate(45deg);
    transition: all .4s
}

@media screen and (max-width: 1199px) {
    .services-block2 i {
        font-size:34px;
        width: 75px;
        height: 75px;
        line-height: 75px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 991px) {
    .services-block2 i {
        margin-bottom:20px
    }
}

@media screen and (max-width: 767px) {
    .services-block2 i {
        font-size:30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 15px
    }
}

.service-block3 {
    text-align: center
}

.service-block3 p {
    margin-bottom: 0
}

.service-block3 .icon-box4 {
    height: 60px;
    width: 60px;
    font-size: 26px;
    box-shadow: 0 14px 26px -12px rgba(103,58,183,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(103,58,183,.2)!important;
    border-radius: 4px;
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: 63px
}

.service-block3 .icon-box4:after {
    width: 76px;
    height: 76px;
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    opacity: .8;
    border-radius: 5px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: all .3s;
    border: 2px solid transparent
}

.service-block3:hover .icon-box4:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 2px solid
}

.service-block3 p {
    line-height: 30px;
    margin: 0 auto
}

.service-block3 h5 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px
}

.service-block3 .bg1 {
    background: #5e2ced
}

.service-block3 .bg2 {
    background: #f7864e
}

.service-block3 .bg3 {
    background: #35c3ec
}

.service-block3 .bg4 {
    background: #e8bb20
}

.service-block3 .bg5 {
    background: #f94897
}

.service-block3 .bg6 {
    background: #5abb29
}

.service-block3:hover .icon-box4.bg1:after {
    border-color: #5e2ced
}

.service-block3:hover .icon-box4.bg2:after {
    border-color: #f7864e
}

.service-block3:hover .icon-box4.bg3:after {
    border-color: #35c3ec
}

.service-block3:hover .icon-box4.bg4:after {
    border-color: #e8bb20
}

.service-block3:hover .icon-box4.bg5:after {
    border-color: #f94897
}

.service-block3:hover .icon-box4.bg6:after {
    border-color: #5abb29
}

.service-block5 {
    text-align: center;
    padding: 40px 20px;
    transition: all .3s ease-out
}

.service-block5:hover {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.18);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.18);
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.18);
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px)
}

.service-block5 p {
    font-size: 16px;
    line-height: 30px
}

.service-block5 .icon-box5 {
    font-size: 26px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin: auto;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0,0,0,.2);
    animation: one-animated 8s infinite;
    margin-bottom: 40px
}

.service-block5 .service-icon1 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0,0,0,.2);
    animation: one-animated 8s infinite
}

@keyframes one-animated {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0,0,0,.2)
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0,0,0,.2)
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%
    }
}

@media screen and (max-width: 991px) {
    .service-block5 {
        padding:30px 10px
    }

    .service-block5 .icon-box5 {
        height: 70px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    .service-block5 p {
        font-size:15px;
        line-height: 28px
    }
}

.service-block6 {
    border: 1px solid #f4f4f9;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12,0,46,.04);
    box-shadow: 0 2px 4px 0 rgba(12,0,46,.04);
    padding: 50px;
    webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.service-block6:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(12,0,46,.08);
    box-shadow: 0 20px 40px 0 rgba(12,0,46,.08)
}

.service-block6 h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #243f67
}

.service-block6 p {
    margin-bottom: 0;
    line-height: 28px
}

.service-block6:hover .service-img {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
        -moz-transform: translateX(3px) rotate(2deg);
        -ms-transform: translateX(3px) rotate(2deg);
        -o-transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
        -moz-transform: translateX(-3px) rotate(-2deg);
        -ms-transform: translateX(-3px) rotate(-2deg);
        -o-transform: translateX(-3px) rotate(-2deg)
    }
}

@media screen and (max-width: 1199px) {
    .service-block6 {
        padding:40px
    }
}

@media screen and (max-width: 991px) {
    .service-block6 {
        padding:35px
    }

    .service-block6 h5 {
        font-size: 18px
    }
}

@media screen and (max-width: 575px) {
    .service-block6 {
        padding:30px 25px
    }
}

.services-block7 {
    background: #fff;
    box-shadow: -1px 9px 18px 0 rgba(75,81,91,.1);
    padding: 60px 25px 75px 25px;
    border-radius: 7px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.services-block7:hover {
    box-shadow: -1px 9px 18px 0 rgba(75,81,91,.1);
    background: #fff
}

.services-block7:active {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.services-block:focus,.services-block:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.services-block7.bg-light-gray {
    background: #f7f7f7
}

.services-block7 p {
    margin-bottom: 0;
    line-height: 30px
}

.services-block7 .title-box {
    margin-left: auto;
    margin-right: auto
}

.services-block7 .box-circle-large {
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 0;
    bottom: 0;
    width: 1.37em;
    height: 1.37em
}

.services-block7:hover .box-circle-large {
    transform: scale(1.2)
}

@media screen and (max-width: 1199px) {
    .services-block7 {
        padding:50px 25px 65px 25px
    }
}

@media screen and (max-width: 991px) {
    .services-block7 {
        padding:45px 25px 60px 25px
    }
}

@media screen and (max-width: 767px) {
    .services-block7 {
        padding:35px 20px 60px 20px
    }
}

.image-box {
    position: relative;
    display: block
}

.image-box figure {
    margin-bottom: 0
}

.image-box:before {
    position: absolute;
    content: '';
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd);
    width: 310px;
    height: 310px;
    border-radius: 50%;
    left: -130px;
    top: 25%
}

.image-box img {
    width: 100%
}

.image-box .image-1 {
    position: relative;
    float: left;
    margin-left: -130px
}

.image-box .image-2 {
    position: absolute;
    left: -55px;
    bottom: 310px;
    box-shadow: 0 23px 50px rgba(176,176,176,.35)
}

.image-box .image-3 {
    position: absolute;
    top: 105px;
    right: 40px
}

.about-block7 .about-text:before {
    top: -10px;
    left: 0;
    position: absolute;
    content: "\201E";
    margin-top: -65px;
    font-family: Arial,sans-serif;
    font-size: 110px;
    line-height: 1;
    color: #ddd
}

.about-block7 .about-img img {
    width: 60px;
    border-radius: 50px
}

@media screen and (max-width: 1399px) {
    .image-box:before {
        width:275px;
        height: 275px;
        left: -100px
    }

    .image-box .image-2 {
        left: -15px
    }
}

@media screen and (max-width: 1199px) {
    .image-box .image-1 {
        margin-left:-180px;
        left: 90px
    }

    .image-box .image-3 {
        right: 0
    }
}

@media screen and (max-width: 991px) {
    .image-box:before {
        left:0
    }

    .image-box .image-1 {
        margin-left: 0;
        left: 0
    }

    .image-box .image-2 {
        left: 50px
    }

    .about-block7 {
        padding-right: 50px;
        margin-top: -130px;
        padding-bottom: 50px
    }

    .about-block7 .about-text:before {
        font-size: 98px
    }
}

@media screen and (max-width: 575px) {
    .image-box:before {
        content:none
    }

    .image-box .image-3 {
        right: 0;
        width: 30%;
        top: 50px
    }

    .image-box .image-2 {
        left: 0;
        width: 35%;
        bottom: 210px
    }

    .about-block7 {
        margin-top: -50px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

.app_screenshots_slides * {
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s
}

.app_screenshots_slides .single-shot {
    opacity: .7;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    text-align: center
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area button.owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #884bdf;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px
}

.app-screenshots-area button.owl-dot.active {
    background-color: #fe4b8c;
    border-color: #fe4b8c
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 25px
}

.section-clients {
    padding: 50px 0
}

.clients img {
    opacity: .6;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.clients img:hover {
    opacity: 1
}

.item-title {
    vertical-align: middle
}

@media screen and (max-width: 991px) {
    .section-clients {
        padding:30px 0
    }

    .section-clients .item {
        text-align: center;
        width: 100%
    }

    .section-clients .owl-carousel .owl-item img {
        max-width: 75%;
        display: inline-block
    }
}

.counter-box h3,.counter-box h4 {
    display: inline-block;
    font-weight: 600
}

.social-icons a:hover {
    opacity: 1
}

.counter-box {
    position: relative;
    text-align: center
}

.counter-box h3:after {
    content: '+'
}

.counter-box h4 {
    font-size: 28px;
    line-height: normal;
    margin: 0
}

.counter-box h4:after {
    content: '+'
}

.counter-box h3 {
    font-size: 45px
}

@media screen and (max-width: 767px) {
    .counter-box p:before {
        margin:0;
        position: absolute;
        top: 45px
    }

    .counter-box p:after {
        margin: 0;
        left: 14px;
        right: 0;
        top: 45px
    }

    .counter-box.black p:after {
        margin: 0;
        left: 14px;
        right: 0;
        top: 45px
    }

    .counter-box h4 {
        font-size: 22px
    }
}

.testmonial-single .avatar-info {
    overflow: hidden
}

.testmonial-single h6 {
    color: #5e2ced;
    font-weight: 500
}

.testmonial-single .avatar-info h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #5e2ced
}

.testmonial-single .avatar-info span {
    font-size: 13px;
    font-weight: 700
}

.testmonial-single .avatar-photo {
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    max-width: 130px;
    height: 130px;
    width: 100%;
    vertical-align: top;
    margin-top: 15px
}

.owl-carousel .owl-item .avatar-photo img {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    max-width: none;
    width: auto;
    margin-left: -30px;
    margin-top: -35px
}

.testmonial-single .item-inner {
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.testmonials-style1 .custom-dot span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: rgba(94,44,237,.15);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.testmonials-style1 .custom-dot span:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #5e2ced
}

@media screen and (max-width: 991px) {
    .testmonial-single .avatar-info h4 {
        font-size:16px
    }
}

@media screen and (max-width: 767px) {
    .testmonials-style1 .custom-dot {
        margin-top:10px
    }
}

.testmonial-style2 .author-details .location {
    font-style: italic
}

.testmonial-style2 .author-details span {
    display: block;
    text-align: left;
    font-weight: 600
}

.testmonial-style2 p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 50px;
    font-style: italic;
    margin-top: -115px
}

.testmonial-style2 .quote {
    font-size: 234px;
    opacity: .1;
    line-height: 210px
}

.testmonial-style2.owl-theme .owl-nav {
    margin-top: 0
}

.testmonial-style2.owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(12,0,46,.06);
    box-shadow: 0 3px 4px 0 rgba(12,0,46,.06);
    font-size: 20px;
    color: #222d39;
    border: 0;
    line-height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    right: 0;
    padding: 0
}

.testmonial-style2.owl-theme .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff!important;
    -webkit-box-shadow: 0 3px 4px 0 rgba(12,0,46,.06);
    box-shadow: 0 3px 4px 0 rgba(12,0,46,.06);
    font-size: 20px;
    color: #222d39;
    border: 0;
    line-height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    left: 0;
    padding: 0
}

.testmonial-style2.owl-theme .owl-nav>div:hover {
    background: #5e2ced!important;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.testmonial-style2.owl-theme .owl-nav>div:hover i {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .testmonial-style2 p {
        font-size:16px;
        line-height: 34px
    }

    .testmonial-style2 .quote {
        font-size: 214px;
        line-height: 200px
    }
}

@media screen and (max-width: 991px) {
    .testmonial-style2.owl-theme .owl-nav {
        margin-top:0
    }

    .testmonial-style2 p {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 767px) {
    .testmonial-style2 p {
        font-size:15px;
        line-height: 32px
    }

    .testmonial-style2 .quote {
        font-size: 175px
    }
}

.testmonial-style3 .testmonial-block3 {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 24px 6px rgba(0,0,0,.06);
    padding: 45px 40px;
    margin: 30px 24px 40px;
    position: relative
}

.testmonial-style3 .testmonial-block3 p {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 30px
}

.testmonial-style3 .quote {
    position: absolute;
    top: 30px;
    font-size: 124px;
    opacity: .2;
    line-height: 130px
}

@media screen and (max-width: 1199px) {
    .testmonial-style3 .testmonial-block3 {
        padding:45px 25px
    }
}

@media screen and (max-width: 767px) {
    .testmonial-style3 .testmonial-block3 {
        padding:35px 20px
    }
}

.testi-inner {
    margin: 0 6%;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 500
}

.testi-inner:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 35px;
    right: 35px;
    height: 200px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 25px 0 rgba(0,0,0,.05);
    z-index: -1
}

.testi-inner:after {
    content: '';
    position: absolute;
    bottom: -55px;
    left: 80px;
    right: 80px;
    height: 200px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 22px 0 rgba(0,0,0,.03);
    z-index: -3
}

.testmonial-block {
    background: #fff;
    padding: 60px 80px;
    box-shadow: 0 16px 25px 0 rgba(0,0,0,.03);
    border-radius: 10px;
    position: relative;
    z-index: 5
}

.testmonial-block .quote {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    font-size: 220px;
    color: #f0f0f0
}

.testmonial-block p {
    font-size: 22px;
    line-height: 44px;
    font-style: italic;
    padding-bottom: 30px
}

.testmonial-carousel {
    margin-top: 70px
}

.testmonial-block h6 {
    font-weight: 400
}

.testmonial-block h6:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #596982;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.testmonial-carousel.owl-theme .owl-nav {
    margin-top: 50px
}

.testmonial-carousel .owl-nav .owl-next,.testmonial-carousel .owl-nav .owl-prev {
    background: 0 0!important;
    box-shadow: none;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 36px;
    color: #596982
}

.testmonial-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #243f67
}

.testmonial-carousel .owl-nav i {
    font-size: 36px;
    color: #9fa4b8;
    line-height: normal;
    padding: 0
}

.testmonial-block .author-details {
    text-align: center
}

@media screen and (max-width: 1199px) {
    .testmonial-block p {
        font-size:20px;
        line-height: 40px
    }

    .testmonial-block .quote {
        font-size: 180px;
        top: 120px
    }
}

@media screen and (max-width: 991px) {
    .testmonial-block {
        padding:50px 40px
    }

    .testmonial-block p {
        font-size: 18px;
        line-height: 36px;
        padding-bottom: 15px
    }

    .testmonial-carousel.owl-theme .owl-nav {
        margin-top: 30px
    }

    .testmonial-carousel .owl-nav i {
        font-size: 26px
    }

    .testmonial-carousel .owl-nav .owl-next,.testmonial-carousel .owl-nav .owl-prev {
        font-size: 32px
    }
}

@media screen and (max-width: 767px) {
    .testi-inner {
        margin:0
    }

    .testmonial-block {
        padding: 30px 40px
    }

    .testmonial-block p {
        font-size: 16px;
        line-height: 34px;
        padding-bottom: 10px
    }

    .testmonial-block .quote {
        font-size: 150px;
        top: 100px
    }
}

@media screen and (max-width: 575px) {
    .testmonial-block .quote {
        top:80px
    }

    .testi-inner {
        margin: 0
    }

    .testmonial-block {
        padding: 15px
    }

    .testmonial-block p {
        font-size: 15px;
        line-height: 30px
    }

    .testmonial-block .owl-item img {
        max-width: 70px
    }

    .testmonial-carousel.owl-theme .owl-nav {
        margin-top: 20px
    }
}

.custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 20px
}

.custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px 0 5px;
    background: 0 0;
    cursor: pointer;
    display: block;
    border: 1px solid #6e6e6f;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s
}

.custom-dot span:hover {
    background: #aaa;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    border-radius: 30px
}

.custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #5e2ced;
    border-color: #5e2ced;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.owl-nav i {
    color: #232323;
    font-size: 18px;
    padding-top: 6px
}

.owl-nav .owl-next {
    color: #5e2ced;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff!important
}

.owl-nav .owl-prev {
    color: #5e2ced;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff!important;
    left: 0;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50,50,50,.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50,50,50,.1);
    -o-box-shadow: 0 5px 28px 0 rgba(50,50,50,.1);
    box-shadow: 0 5px 28px 0 rgba(50,50,50,.1)
}

.owl-nav .owl-next {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50,50,50,.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50,50,50,.1);
    -o-box-shadow: 0 5px 28px 0 rgba(50,50,50,.1);
    box-shadow: 0 5px 28px 0 rgba(50,50,50,.1)
}

@media screen and (max-width: 767px) {
    .custom-dot {
        margin-top:15px
    }
}

.team-style {
    border: 1px dashed #cee1f8;
    border-radius: 10px;
    background: #fff;
    position: relative;
    transition: all .3s ease 0s
}

.team-style .team-member-img>img {
    max-width: 150px;
    padding: 6px;
    background: rgba(94,44,237,.15);
    border-radius: 100px
}

.team-style .social-links {
    margin-bottom: 0
}

.team-style .social-links li {
    display: inline-block;
    margin-right: 10px
}

.team-style .social-links li:last-child {
    margin-right: 0
}

.team-style .social-links li a:hover {
    opacity: .85
}

.team-style .bg-cover {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd);
    border-radius: 10px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease 0s
}

.team-style:hover .team-member-img {
    position: relative;
    z-index: 9
}

.team-style:hover .team-member-img>img {
    background: rgba(255,255,255,.15)
}

.team-style:hover .bg-cover {
    opacity: 1
}

.team-style:hover .alt-font {
    color: #fff
}

.team-style:hover .bg-theme {
    background: #fff
}

.team-style:hover .social-links a,.team-style:hover div {
    color: #fff
}

@media screen and (max-width: 767px) {
    .team-style .team-member-img>img {
        max-width:120px;
        padding: 4px
    }
}

.team-block {
    box-shadow: 0 0 16px 0 rgba(187,187,187,.48);
    background: #fff;
    overflow: hidden;
    transition: all .3s ease;
    z-index: 1;
    position: relative;
    border-radius: 4px
}

.team-block .team-img {
    overflow: hidden;
    position: relative
}

.team-block .team-img img {
    transition: all .7s ease-in-out
}

.team-block .team-icons {
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    text-align: center;
    transition: opacity .3s,bottom .3s;
    display: block;
    opacity: 0
}

.team-block .team-icons i {
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin-left: 10px
}

.team-block:hover .team-icons {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .team-block .team-img img {
        width:100%
    }

    .team-block .team-icons {
        bottom: 120px
    }
}

.team-style2 {
    background: #fff;
    overflow: hidden
}

.team-style2 .team-img {
    width: 100%;
    height: auto;
    border-radius: 4px
}

.team-style2 .team-img img {
    border-radius: 4px
}

.team-style2 .team-details {
    transition: all .4s ease-in-out;
    text-align: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(50,50,50,.1);
    width: 90%;
    margin: -30px auto 20px auto;
    position: relative;
    z-index: 1;
    border-radius: 4px
}

.team-style2 .team-details h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px
}

.team-style2 .team-details h4 a {
    color: #232323;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.team-style2 .team-details span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px
}

@media screen and (max-width: 991px) {
    .team-style2 .team-details {
        padding:15px 10px
    }

    .team-style2 .team-details h4 {
        font-size: 14px;
        margin-bottom: 2px
    }

    .team-style2 .team-details span {
        font-size: 14px
    }
}

@media screen and (max-width: 575px) {
    .team-style2 .team-details {
        padding:15px 10px
    }
}

.filtering {
    margin-bottom: 10px
}

.filtering span {
    border-bottom: 1px solid transparent;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px
}

.filtering span:last-child {
    margin: 0
}

.filtering .active {
    border-color: #5e2ced;
    color: #5e2ced
}

@media screen and (max-width: 767px) {
    .filtering span {
        margin-right:15px
    }
}

.portfolio {
    overflow: hidden
}

.portfolio .filtering span {
    margin-right: 20px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid transparent
}

.portfolio .filtering span:last-child {
    margin: 0
}

.portfolio .filtering .active {
    border-color: #5e2ced;
    color: #5e2ced
}

.portfolio .items {
    margin-top: 20px
}

.portfolio .item-img {
    position: relative;
    overflow: hidden
}

.portfolio .item-img img {
    width: 100%
}

.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
    transform: translateY(0)
}

.portfolio .item-img:hover h6 {
    transform: translateY(0)
}

.portfolio .item-img h6 {
    font-weight: 600;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    transform: translateY(-15px);
    transition: all .5s
}

.portfolio .item-img p {
    margin-bottom: 8px
}

.portfolio .item-img .fa {
    background: #5e2ced;
    border: 1px solid #5e2ced;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: 30px;
    transition: all .5s
}

.portfolio .item-img .fa:hover {
    background: #fff;
    color: #5e2ced
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255,255,255,.95);
    color: #35424c;
    opacity: 0;
    transition: all .5s;
    z-index: 2;
    transform: translateY(10px)
}

.project-item {
    position: absolute;
    left: 0;
    max-width: 35%;
    width: 100%;
    bottom: 7%;
    padding: 20px;
    background: rgba(255,255,255,.9)!important
}

.project-carousel h4:after {
    content: " ";
    background: #5e2ced;
    height: 2px
}

.project-single-text h4:after {
    content: " ";
    background: #5e2ced;
    height: 2px
}

.project-single-text p {
    font-weight: 400;
    line-height: 1.8
}

.project-single-text h5 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 20px
}

.project-single-text h5:after {
    display: block;
    width: 70px;
    margin-top: 8px;
    content: " ";
    background: #5e2ced;
    height: 2px
}

.project-single-text ul li {
    color: #232323;
    font-size: 15px;
    font-weight: 500
}

.project-single-text ul li i {
    color: #5e2ced;
    font-weight: 500;
    font-size: 15px;
    padding-right: 10px
}

.project-single-info {
    display: block;
    width: 100%
}

.project-single-info ul li {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dashed #cee1f8;
    padding: 12px 0;
    margin-right: 20px
}

.project-single-info ul li span {
    display: inline-block;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    margin-right: 25px;
    width: 70px;
    max-width: 100%
}

.project-single-info ul li .value {
    width: auto;
    margin-right: 0;
    color: #6f6f6f
}

.project-single-img {
    padding-bottom: 30px
}

.project-single-box-img img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.07);
    -moz-box-shadow: 0 20px 40px rgba(0,0,0,.07);
    -o-box-shadow: 0 20px 40px rgba(0,0,0,.07);
    box-shadow: 0 20px 40px rgba(0,0,0,.07)
}

@media screen and (max-width: 767px) {
    .portfolio {
        overflow:hidden
    }

    .portfolio .filtering {
        margin-bottom: 5px
    }

    .portfolio .filtering span {
        margin-right: 15px;
        font-size: 12px
    }
}

.accordion-style {
    background: #fff;
    box-shadow: 0 1px 18px 10px rgba(0,0,0,.02);
    border-radius: 4px
}

.accordion-style .card .counts {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd);
    color: #fff;
    font-size: 12px;
    margin-right: 10px
}

.accordion-style .card .item-title {
    display: inline-block;
    vertical-align: middle;
    width: 88%
}

.accordion-style .card-header:hover {
    background-color: #f3f8ff
}

.accordion-style .card {
    background: #fff;
    box-shadow: none;
    margin-top: 0!important;
    border: none!important
}

.accordion-style .card:last-child {
    border: none
}

.accordion-style .card-header {
    border: 0;
    padding: 0;
    transition: all .3s ease 0s;
    background: #fff
}

.accordion-style .btn-link {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    display: block;
    text-decoration: none!important;
    margin: 0;
    cursor: pointer;
    padding: 15px 20px;
    border-bottom: 1px dashed #cee1f8;
    white-space: normal
}

.accordion-style .card:last-child .btn-link.collapsed {
    border-bottom: transparent
}

.accordion-style .btn-link {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd);
    color: #fff;
    border-bottom: transparent;
    border-left: none!important
}

.accordion-style .btn-link.collapsed {
    box-shadow: none;
    background: 0 0;
    color: #6f6f6f;
    border-bottom: 1px dashed #cee1f8
}

.accordion-style .btn:not(:disabled):not(.disabled).active,.accordion-style .btn:not(:disabled):not(.disabled):active {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd);
    color: #fff;
    border-bottom: transparent;
    border-left: none!important
}

.accordion-style .btn-link.collapsed .counts {
    background: 0 0;
    border: 1px solid #cee1f8;
    color: #5e2ced
}

.accordion-style .btn-link .counts {
    background: #fff;
    border: 1px solid #cee1f8;
    color: #5e2ced
}

.accordion-style .btn:not(:disabled):not(.disabled).active .counts,.accordion-style .btn:not(:disabled):not(.disabled):active .counts {
    background: #fff;
    border: 1px solid #cee1f8;
    color: #5e2ced
}

.accordion-style .card:last-child {
    border-bottom: 1px dashed #cee1f8
}

.accordion-style .card:last-child .show .card-body {
    border-bottom: transparent
}

.accordion-style .card-body {
    padding: 20px;
    border-bottom: 1px dashed #cee1f8;
    text-align: left
}

.accordion-style .btn:not(:disabled):not(.disabled):active {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd)
}

@media screen and (max-width: 991px) {
    .accordion-style .btn-link {
        font-size:14px;
        padding: 12px 18px
    }

    .accordion-style .card .counts {
        margin-right: 8px
    }
}

@media screen and (max-width: 767px) {
    .accordion-style .card .item-title {
        width:80%
    }

    .accordion-style .btn-link {
        font-size: 14px;
        padding: 12px 15px
    }
}

.accordion-style1 .card {
    background: 0 0;
    box-shadow: none;
    margin-top: 0!important;
    border: none
}

.accordion-style1 .card-header {
    border: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    background: 0 0
}

.accordion-style1 .btn-link {
    background: #efefef!important;
    box-shadow: 0 5px 10px rgba(0,9,128,.035),0 7px 18px rgba(0,9,128,.05);
    color: #6f6f6f;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 15px 50px 15px 15px;
    text-decoration: none;
    font-size: 15px
}

.accordion-style1 .btn-link:hover {
    border: none;
    text-decoration: none
}

.accordion-style1 .btn-link.collapsed {
    box-shadow: none
}

.accordion-style1 .btn-link.collapsed:after {
    background: 0 0;
    border: 1px solid #4e54c8;
    border-radius: 50%;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 18px;
    line-height: 24px;
    height: 25px;
    transform: none;
    width: 25px;
    top: 15px;
    text-align: center;
    padding-left: 0;
    letter-spacing: -1px
}

.accordion-style1 .btn-link:after {
    background: 0 0;
    border: 1px solid #4e54c8;
    border-radius: 50%;
    content: "-";
    right: 15px;
    left: inherit;
    font-size: 18px;
    height: 25px;
    line-height: 24px;
    transform: none;
    width: 25px;
    top: 15px;
    position: absolute;
    color: #4e54c8;
    text-align: center;
    padding-left: 2px;
    letter-spacing: -2px
}

.accordion-style1 .card-body {
    padding: 20px;
    line-height: 24px;
    text-align: left
}

@media screen and (max-width: 767px) {
    .accordion-style1 .btn-link {
        font-size:14px;
        padding: 12px 50px 12px 15px
    }
}

ul.resp-tabs-list {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: 180px;
    color: #000
}

.resp-tabs-list li:last-child {
    margin-right: 0
}

.resp-tabs-list li i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(94,44,237,.15);
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #5e2ced
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left
}

.resp-tab-content {
    display: none;
    padding: 50px 0 0 0
}

.resp-tabs-list li.resp-tab-active {
    padding: 15px 20px 13px 20px;
    color: #5e2ced;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -webkit-border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
    -o-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -moz-border-radius-topright: 5px;
    -o-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.resp-tabs-list li.resp-tab-active i {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd);
    color: #fff
}

.resp-accordion-active,.resp-content-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #c1c1c1;
    float: left;
    width: 100%
}

h2.resp-accordion {
    background: #fff!important;
    cursor: pointer;
    display: none;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    border-top: 0 solid #e4e4e4;
    margin: 0;
    padding: 15px 21px;
    float: left;
    width: 100%
}

h2.resp-tab-active {
    border-bottom: 0 solid #e4e4e4!important;
    background: #5e2ced!important;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd)!important;
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd)!important;
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd)!important;
    background: linear-gradient(-45deg,#5e2ced,#a485fd)!important;
    color: #fff
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e4e4e4!important;
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd)
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px!important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    font-size: 18px
}

.resp-vtabs .resp-tabs-list li p {
    font-size: 16px
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #5e2ced!important;
    float: left;
    width: 70%;
    min-height: 250px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    padding: 0
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px!important;
    padding: 14px 15px 15px 11px!important;
    border-top: 1px solid;
    border: 1px solid #5e2ced!important;
    border-left: 4px solid #5e2ced!important;
    border-right: 1px #fff solid!important
}

.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block;
    border-color: #e4e4e4!important
}

h2.resp-accordion:first-child {
    border-top: 1px solid #e4e4e4
}

h2.resp-accordion.resp-tab-active {
    border-color: #e4e4e4!important
}

@media screen and (min-width: 992px) {
    .tab-style ul.resp-tabs-list {
        text-align:center
    }

    .tab-style ul.resp-tabs-list.text-left {
        padding-left: 15px
    }

    .tab-style ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

    .tab-style ul.resp-tabs-list li.resp-tab-active {
        color: #2d4273;
        border-bottom: 3px solid #222
    }

    .tab-style .resp-tab-content {
        border-top: 1px dashed #cee1f8!important;
        border-width: 1px 0 0 0;
        border-color: #5e2ced;
        margin-top: -2px
    }
}

@media screen and (max-width: 991px) {
    ul.resp-tabs-list {
        display:none
    }

    h2.resp-accordion {
        display: block
    }

    h2.resp-accordion i {
        margin-right: 12px;
        font-size: 18px;
        min-width: 25px
    }

    h2.resp-accordion.resp-tab-active i {
        color: #fff;
        display: inline-block;
        vertical-align: top
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #e4e4e4
    }

    .resp-vtabs .resp-tabs-container {
        border: none!important;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none!important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #e4e4e4!important
    }

    .resp-tab-content {
        background-color: #fff;
        padding: 20px 15px
    }
}

.tab-style1 ul.resp-tabs-list {
    text-align: center
}

.tab-style1 .resp-tabs-list li {
    color: #5e2ced;
    border: 2px solid transparent;
    background: rgba(94,44,237,.15);
    margin: 0;
    padding: 15px 20px 13px 20px
}

.tab-style1 .resp-tabs-list li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0
}

.tab-style1 .resp-tabs-list li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0
}

.tab-style1 .resp-tabs-list li.resp-tab-active {
    color: #fff;
    background: #5e2ced
}

.tab-style1 .resp-tab-content {
    border: none
}

@media screen and (max-width: 1199px) {
    .tab-style1 .resp-tabs-list li {
        padding:10px;
        min-width: 150px
    }
}

@media screen and (max-width: 991px) {
    .tab-style1 .resp-tab-content {
        border:1px solid #d5d5d5;
        padding: 40px 35px
    }

    .tab-style1 h2.resp-tab-active {
        background: #5e2ced!important
    }
}

@media screen and (max-width: 575px) {
    .tab-style1 .resp-tab-content {
        padding:25px 15px
    }
}

.vtab-style1 .resp-tabs-list li.resp-tab-active {
    background: #5e2ced;
    background: -webkit-linear-gradient(180deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(180deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(180deg,#5e2ced,#a485fd);
    background: linear-gradient(180deg,#5e2ced,#a485fd);
    padding: 15px 20px 13px 20px;
    color: #5e2ced;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.vtab-style1.resp-vtabs ul.resp-tabs-list {
    width: auto;
    float: unset
}

.vtab-style1.resp-vtabs .resp-tabs-list li {
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,.08);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,.08);
    margin-bottom: 35px;
    padding: 20px 35px!important;
    color: #232323
}

.vtab-style1.resp-vtabs .resp-tabs-list li:last-child {
    margin-bottom: 0!important
}

.vtab-style1.resp-vtabs .resp-tabs-container {
    width: auto;
    float: unset;
    border: none!important
}

.vtab-style1.resp-vtabs li.resp-tab-active {
    color: #fff;
    border: none!important;
    border-left: none!important;
    border-radius: 4px!important
}

.vtab-style1.resp-tab-content {
    padding-top: 0
}

.vtab-style1 .resp-tabs-list li.resp-tab-active .icon-circle {
    background: #fff
}

.vtab-style1 .resp-tabs-list .tab-desc {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    max-width: 71%;
    width: 100%
}

.vtab-style1 .icon-circle {
    vertical-align: middle
}

@media screen and (max-width: 1199px) {
    .vtab-style1.resp-vtabs .resp-tabs-list li {
        margin-bottom:25px;
        padding: 20px!important
    }

    .vtab-style1.resp-vtabs .icon-circle {
        width: 65px;
        height: 65px;
        line-height: 75px
    }
}

@media screen and (max-width: 991px) {
    .vtab-style1.resp-vtabs .resp-tabs-container h2.resp-tab-active {
        background:#5e2ced!important;
        background: -webkit-linear-gradient(180deg,#5e2ced,#a485fd)!important;
        background: -moz-linear-gradient(180deg,#5e2ced,#a485fd)!important;
        background: -o-linear-gradient(180deg,#5e2ced,#a485fd)!important;
        background: linear-gradient(180deg,#5e2ced,#a485fd)!important;
        color: #5e2ced;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .vtab-style1.resp-vtabs .resp-tab-content {
        padding: 20px 20px 40px 20px
    }

    .vtab-style1 .resp-accordion.resp-tab-active .icon-circle {
        background: #fff
    }

    .vtab-style1 .resp-accordion .tab-desc {
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;
        max-width: 71%;
        width: 100%;
        font-size: 16px
    }

    .vtab-style1 .resp-accordion.resp-tab-active .tab-desc {
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .vtab-style1 .resp-accordion .tab-desc {
        max-width:65%;
        font-size: 15px
    }
}

.single-plan {
    position: relative;
    z-index: 9;
    border: 1px solid #efefef;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,.035),0 7px 18px rgba(0,9,128,.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,.035),0 7px 18px rgba(0,9,128,.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,.035),0 7px 18px rgba(0,9,128,.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,.035),0 7px 18px rgba(0,9,128,.05);
    box-shadow: 0 5px 10px rgba(0,9,128,.035),0 7px 18px rgba(0,9,128,.05)
}

.single-plan .head-plan {
    border-bottom: 1px dashed #cee1f8
}

.single-plan .head-plan i {
    background: rgba(94,44,237,.15);
    color: #5e2ced;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    border-radius: 50%;
    margin-top: 30px
}

.single-plan .head-plan h4 {
    padding: 20px;
    margin: 0;
    color: #000;
    font-weight: 600
}

.body-plan .price-plan {
    padding: 20px 0;
    position: relative;
    font-weight: 700
}

.body-plan .price-plan h3 {
    margin: 0;
    z-index: 11;
    position: relative;
    font-weight: 700;
    color: #6f6f6f
}

.body-plan .price-plan h3 sup {
    font-size: 18px;
    top: -15px;
    font-weight: 700;
    margin-right: 2px
}

.body-plan .price-plan span {
    text-transform: uppercase;
    font-size: 12px;
    z-index: 11;
    position: relative
}

.feat-plan {
    margin: 0 0 30px
}

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

.feat-plan ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px
}

.feat-plan ul li:last-child {
    margin: 0
}

.price-plan i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -24px;
    left: 42.6%;
    z-index: 99;
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd)
}

.footer-plan {
    padding: 0 0 30px
}

@media screen and (max-width: 991px) {
    .single-plan .head-plan i {
        width:70px;
        height: 70px;
        line-height: 70px;
        font-size: 28px;
        margin-top: 20px
    }

    .single-plan .head-plan h4 {
        padding: 15px
    }

    .body-plan .price-plan h3 sup {
        font-size: 16px
    }

    .footer-plan {
        padding-bottom: 20px
    }

    .feat-plan {
        margin: 0 0 20px
    }

    .body-plan .price-plan {
        padding: 20px 0 10px 0
    }
}

@media screen and (max-width: 767px) {
    .single-plan .head-plan i {
        width:60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px
    }

    .body-plan .price-plan h3 sup {
        font-size: 14px
    }
}

.price .item {
    padding: 0 0 50px 0;
    transition: all .3s;
    background: #fff
}

.price .item:hover {
    box-shadow: 0 5px 40px 0 rgba(148,146,245,.2)
}

.price.price-style1 .item {
    box-shadow: 0 5px 10px rgba(0,9,128,.035),0 7px 18px rgba(0,9,128,.05)
}

.price .type {
    padding-top: 45px;
    position: relative
}

.price .type i {
    background: #fff;
    border: 1px solid #5e2ced;
    border-radius: 100%;
    color: #5e2ced;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 78px;
    margin-bottom: 15px;
    width: 80px
}

.type .top-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px
}

.price .type h4 {
    color: #232323;
    font-weight: 700;
    text-transform: uppercase
}

.price .value {
    position: relative
}

.price .value h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    color: #6f6f6f
}

.price .value h3 span {
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: -12px;
    color: #6f6f6f
}

.price .value .per {
    font-size: 13px;
    color: #6f6f6f
}

.price .features li {
    padding: 20px 0;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px dashed rgba(0,0,0,.2)
}

.price .order {
    padding-top: 15px;
    position: relative
}

.price .item.active {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd)
}

.price .item.active h3,.price .item.active h4 {
    color: #fff
}

.price .item.active .value .per,.price .item.active .value h3 span {
    color: #fff
}

.price .item.active .features li {
    border-bottom: 1px dashed rgba(255,255,255,.2);
    color: #fff
}

.price .item.active.bg-theme-90 {
    background: #5e2ced;
    background: -webkit-linear-gradient(90deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(90deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(90deg,#5e2ced,#a485fd);
    background: linear-gradient(90deg,#5e2ced,#a485fd)
}

@media screen and (max-width: 1199px) {
    .price .value h3 {
        font-size:36px
    }
}

@media screen and (max-width: 991px) {
    .price .item {
        padding-bottom:40px
    }

    .price .type {
        padding-top: 35px
    }

    .price .features li {
        padding: 15px 0;
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .price .item {
        padding-bottom:30px
    }

    .price .value h3 {
        font-size: 32px
    }

    .price .value h3 span {
        font-size: 13px;
        top: 0;
        left: -10px
    }

    .price .value .per {
        font-size: 12px
    }
}

.price-table {
    text-align: center;
    background: #fff;
    padding: 55px 55px 140px 55px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    height: 100%;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(94,44,237,.08);
    border-radius: 4px;
    margin: 0 10px 0 0
}

.price-table .price-header {
    text-align: center
}

.price-table .price-header .price {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 2px
}

.price-table .price-header .title {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.price-table .price-header .package {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.price-table .price-body {
    border-top: 1px dashed #d8dde1;
    padding-top: 40px
}

.price-table .price-body .feature {
    font-size: 20px;
    color: #303858;
    padding-bottom: 15px
}

.price-table .price-body ul li {
    font-size: 16px;
    position: relative;
    line-height: 40px;
    display: block;
    padding-bottom: 5px
}

.price-table .price-footer {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%
}

.price-table .trial-button {
    display: block;
    text-align: center;
    color: #818386;
    margin-top: 32px
}

@media screen and (max-width: 1199px) {
    .price-table {
        padding:35px 35px 120px 35px
    }

    .price-table .price-header .title {
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .price-table .price-header .price {
        margin-bottom: 25px;
        font-size: 34px
    }
}

@media screen and (max-width: 991px) {
    .price-table {
        margin-right:0
    }

    .price-table .price-header .title {
        padding-bottom: 0
    }

    .price-table .price-header .price {
        margin-bottom: 20px;
        font-size: 30px
    }

    .price-table .price-body {
        padding-top: 30px
    }
}

@media screen and (max-width: 575px) {
    .price-table {
        padding:25px 15px 120px 15px
    }

    .price-table .price-header .price {
        margin-bottom: 15px;
        font-size: 26px
    }

    .price-table .price-header .package {
        font-size: 15px
    }
}

.pricing-list {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #ececec;
    padding: 30px 40px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.pricing-list.highlight {
    background: #5e2ced;
    border-color: transparent
}

.pricing-list.highlight .pricing-list-button {
    background: #fff;
    margin: 20px 15px 0;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pricing-list.highlight .pricing-list-button:hover {
    background: #5e2ced
}

.pricing-list.highlight .pricing-list-button a {
    display: block;
    color: #5e2ced;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pricing-list.highlight .pricing-list-button:hover a {
    color: #fff
}

.pricing-list h4 {
    color: #232323;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.pricing-list h2 {
    display: inline-block;
    color: #232323;
    letter-spacing: 2px
}

.pricing-list h2 sup {
    color: #232323;
    font-size: 30px;
    font-weight: 500;
    vertical-align: sub
}

.pricing-list span {
    display: inline-block;
    color: #5e2ced;
    font-weight: 500
}

.pricing-list ul {
    margin-top: 20px
}

.pricing-list ul li {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding: 7px
}

.pricing-list ul li:after {
    content: '';
    display: block;
    width: 240px;
    max-width: 100%;
    height: 1px;
    background: #ececec;
    margin: 10px auto 0
}

.pricing-list-button {
    background: #5e2ced;
    margin: 20px 15px 0;
    border: 2px solid #5e2ced;
    border-radius: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pricing-list-button:hover {
    background: #fff
}

.pricing-list-button a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pricing-list-button:hover a {
    color: #5e2ced
}

.pricing-list>i {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    color: #5e2ced;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 78px;
    margin-bottom: 15px;
    width: 80px
}

.widget-block {
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12,0,46,.04);
    box-shadow: 0 2px 4px 0 rgba(12,0,46,.04);
    padding: 40px;
    margin-bottom: 50px;
    word-break: break-word
}

.widget-block:last,.widget-block:last-child {
    margin-bottom: 0
}

.widget-block h4 {
    font-size: 22px;
    color: #5e2ced;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 35px
}

.widget-block .list-style-icon {
    margin-bottom: 0;
    padding-bottom: 0
}

.widget-block .list-style-icon li {
    border-bottom: 1px solid #e4e4e4;
    color: #596982;
    padding-left: 35px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.widget-block .list-style-icon li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget-block .list-style-icon li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #5e2ced;
    font-size: 20px
}

.widget-block .list-style-icon li h6 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #243f67
}

.widget-block .list-style-icon li p {
    margin-bottom: 0;
    color: #596982
}

@media screen and (max-width: 1199px) {
    .widget-block {
        margin-bottom:40px;
        padding: 35px
    }
}

@media screen and (max-width: 767px) {
    .widget-block h4 {
        font-size:20px;
        margin-bottom: 30px
    }

    .widget-block .list-style-icon li {
        margin-bottom: 25px;
        padding-bottom: 13px
    }
}

.case-study-block {
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.05);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.case-study-block:hover {
    -webkit-box-shadow: 0 7px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 7px 30px 0 rgba(0,0,0,.1)
}

.case-study-block h4 a {
    color: #243f67
}

.case-study-block strong {
    color: #596982
}

.job-content {
    display: table;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(12,0,46,.04);
    box-shadow: 0 2px 8px 0 rgba(12,0,46,.04);
    padding: 20px 30px 20px 30px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 4px
}

.job-content h4 a {
    color: #243f67
}

.job-content ul li {
    color: #596982
}

@media screen and (max-width: 767px) {
    .job-content {
        padding:20px
    }
}

.search-form_input {
    color: #5e2ced
}

.search-frame h4 a:hover {
    color: #5e2ced
}

.search-frame .search_list .match {
    color: #5e2ced
}

.search-frame .search_list li:before {
    color: #5e2ced
}

.search-frame .search_list li+li {
    border-top: 3px solid #5e2ced
}

.search-frame .search {
    color: #5e2ced
}

.common-form {
    border: 20px solid #fff;
    background: #fbfbfd;
    padding: 60px 50px;
    -webkit-box-shadow: 0 50px 100px 0 rgba(12,0,46,.05);
    box-shadow: 0 50px 100px 0 rgba(12,0,46,.05)
}

@media screen and (max-width: 991px) {
    .common-form {
        padding:40px 30px;
        border: 15px solid #fff
    }
}

@media screen and (max-width: 575px) {
    .common-form {
        padding:35px 25px;
        border: 10px solid #fff
    }
}

.page-container .title {
    font-size: 250px;
    line-height: 1;
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .page-container .title {
        font-size:200px
    }
}

@media screen and (max-width: 991px) {
    .page-container .title {
        font-size:125px
    }
}

@media screen and (max-width: 767px) {
    .page-container .title {
        font-size:75px
    }
}

.coming-soon .social-links li {
    display: inline-block;
    font-size: 22px;
    margin-right: 30px
}

.coming-soon .social-links li:last-child {
    margin-right: 0
}

.coming-soon .social-links li a {
    color: #fff
}

.coming-soon .social-links li a:hover {
    color: rgba(255,255,255,.65)
}

ul.countdown li {
    border-right: 1px solid #c5c5c5;
    display: inline-block;
    padding: 0 30px;
    text-align: center
}

ul.countdown li:last-child {
    border: medium none;
    padding-right: 0
}

ul.countdown li span {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    position: relative
}

ul.countdown li span::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

ul.countdown li p.timeRefDays,ul.countdown li p.timeRefHours,ul.countdown li p.timeRefMinutes,ul.countdown li p.timeRefSeconds {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .coming-soon .social-links li {
        margin-right:15px;
        font-size: 16px
    }

    ul.countdown li {
        padding: 0 8px
    }

    .social-links li {
        margin-right: 15px
    }

    ul.countdown li span {
        font-size: 22px
    }
}

.blog-grid {
    position: relative;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.blog-grid span {
    color: #5e2ced
}

.blog-grid img {
    width: 100%
}

.data-box-grid {
    display: inline-block;
    left: 0;
    bottom: -1px;
    padding: 5px 20px;
    font-size: 18px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -o-border-top-right-radius: 7px;
    -webkit-border-radius-topright: 7px;
    -moz-border-radius-topright: 7px;
    -o-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd)
}

.data-box-grid h5 {
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 8px;
    color: #fff;
    font-size: 20px
}

.blog-grid .data-box-grid p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase
}

.blog-grid-text {
    position: relative;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc
}

.blog-grid-text>span {
    color: #5e2ced;
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8;
    padding-top: 15px
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500
}

.blog-grid-text ul {
    margin: 0;
    padding: 0
}

.blog-grid-text ul li {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}

.blog-grid-text p {
    color: #999;
    font-weight: 400;
    line-height: 170%;
    padding: 0
}

.blog-list-left-heading:after,.blog-title-box:after {
    content: '';
    height: 2px
}

.blog-grid-simple-content a:hover {
    color: #232323
}

.blog-grid-simple-content a:hover:after {
    color: #232323
}

.blog-list-simple {
    margin: 0 0 30px 0;
    padding-bottom: 30px
}

.blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-list-simple-text {
    color: #999
}

.blog-list-simple-text>span {
    color: #5e2ced;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px
}

.blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 15px 0
}

.blog-list-simple-text .meta {
    margin: 0 0 5px 0
}

.blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px
}

.blog-list-simple-text h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
    line-height: normal
}

.blog-list-simple-text ul {
    margin: 10px 0
}

.blog-list-simple-text ul li {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0
}

.blog-list-simple-text ul li i {
    color: #5e2ced;
    margin-right: 5px;
    font-size: 14px
}

.blog-block {
    box-shadow: 0 7px 25px 0 rgba(0,0,0,.1);
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.blog-block .blog-text {
    border-bottom: 1px solid #ececec
}

.blog-block .blog-img {
    position: relative;
    overflow: hidden
}

.blog-block .blog-bottom-holder img {
    max-width: 42px
}

.blogs .post {
    margin-bottom: 50px
}

.blogs .post .content {
    padding: 30px;
    background: #fafafa
}

.blogs .post .content .post-title h5 {
    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0
}

.blogs .post .content .post-title h5 a {
    color: #232323
}

.blogs .post .content .post-title h5 a:hover {
    color: #f24259
}

.blogs .post .content .meta {
    margin-bottom: 15px
}

.blogs .post .content .meta li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px 5px 0 5px
}

.blogs .post .content .special {
    padding: 15px;
    margin: 30px 0;
    border-left: 2px solid #111;
    background: #f7f7f7;
    font-size: 16px
}

.blogs .post .content .btn {
    border-color: #6f6f6f;
    color: #6f6f6f;
    min-width: auto;
    padding: 6px 20px;
    font-size: 12px
}

.blogs .post .content .btn:hover {
    color: #fff;
    border-color: #f24259
}

.blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left
}

.blogs .post .share-post span {
    font-weight: 700
}

.blogs .post .share-post ul {
    float: right
}

.blogs .post .share-post ul li {
    display: inline-block;
    margin: 0 10px
}

.blogs .post .post-img img {
    width: 100%
}

.blogs .posts .title-g h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px
}

.blogs .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee
}

.blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 80px
}

.blogs .comments-area .comment-box:last-child {
    margin-bottom: 30px
}

.blogs .comment-box .author-thumb {
    width: 80px;
    float: left
}

.blogs .comment-box .comment-info {
    margin-left: 100px
}

.blogs .comment-box .comment-info h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.blogs .comment-box .comment-info .reply {
    margin-top: 10px;
    font-weight: 600
}

.blogs .comment-box .comment-info .reply i {
    padding-right: 5px;
    font-size: 12px
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #232323;
    color: #fff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a {
    border-left-width: 1px
}

.blockquote {
    background: #f1f1f1;
    border-left: 4px solid #5e2ced;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 30px
}

.blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px
}

.blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px
}

.side-bar .widget {
    margin-bottom: 30px
}

.side-bar .widget:last-child {
    margin-bottom: 0
}

.side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.side-bar .widget .widget-title h6:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #5e2ced;
    position: absolute;
    bottom: 0;
    left: 0
}

.side-bar .widget li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 9px 0;
    color: #6f6f6f
}

.side-bar .widget li:last-child {
    margin: 0
}

.side-bar .widget li:after {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #6f6f6f;
    position: absolute;
    top: 12px;
    left: 0
}

.side-bar .widget .social-listing {
    margin-bottom: 0
}

.side-bar .widget .social-listing li {
    list-style: none;
    display: inline-block
}

.side-bar .widget .social-listing li:after {
    background: 0 0
}

.side-bar .widget .social-listing li:first-child {
    padding-left: 0
}

.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d1d1d1;
    background: #f7f7f7;
    min-height: auto
}

.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 0;
    float: right;
    border-radius: 0;
    padding: 0
}

.side-bar .search form button:hover:before {
    border-radius: 0;
    padding: 0
}

@media screen and (max-width: 1199px) {
    .blog-grid-text h4 {
        font-size:15px
    }

    .blogs .post .content .post-title h5 {
        font-size: 22px
    }

    .blogs .post .content .special {
        font-size: 16px
    }

    .blogs .posts .title-g h3 {
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .blog-grid-text h4 {
        font-size:14px
    }

    .blog-list-simple {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .data-box-grid {
        padding: 5px 15px;
        font-size: 16px
    }

    .data-box-grid h5 {
        font-size: 16px;
        margin-right: 3px
    }

    .blog-list-simple-text>span {
        font-size: 12px
    }

    .blog-list-simple-text p {
        font-size: 14px
    }

    .blog-list-simple-text h4 {
        font-size: 18px
    }

    .blog-list-simple-text ul li {
        font-size: 12px
    }

    .blogs .post .content .post-title h5 {
        font-size: 20px
    }

    .blogs .post .content .special {
        font-size: 14px
    }

    .blogs .posts .title-g h3 {
        font-size: 18px
    }
}

.social-icon-style1 {
    margin-bottom: 0
}

.social-icon-style1 li {
    text-align: center;
    margin-right: 4px;
    display: inline-block
}

.social-icon-style1 li a {
    background: #5e2ced;
    border: 1px solid #5e2ced;
    color: #fff;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block
}

.social-icon-style1 li a:hover {
    background: #fff;
    color: #5e2ced
}

.social-icon-style2 li {
    display: inline-block;
    margin-right: 30px
}

.social-icon-style2 li:last-child {
    margin-right: 0
}

.social-icon-style2 li a {
    font-size: 22px
}

.social-icon-style2 li a:hover {
    color: #fff
}

.contact-info .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(0,0,0,.2)
}

.contact-info .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.contact-info .item .icon {
    font-size: 20px;
    float: left;
    width: 50px;
    text-align: center
}

.contact-info .item .cont {
    margin-left: 55px
}

.contact-info .item .cont h6 {
    font-size: 15px;
    margin-bottom: 0
}

.contact-info .item .cont p {
    margin: 0
}

.newsletter {
    position: relative;
    background: 0 0;
    overflow: hidden
}

.newsletter input {
    width: 99%;
    height: 45px;
    min-height: auto;
    margin-bottom: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid rgba(78,78,84,.2);
    outline: 0;
    padding-left: 20px;
    padding-right: 120px;
    z-index: 1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .67px
}

.newsletter .butn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    outline: 0;
    cursor: pointer;
    padding: 13px 18px;
    border-top-left-radius: 0;
    box-shadow: none;
    border-bottom-left-radius: 0
}

.newsletter .butn:focus:before,.newsletter .butn:hover:before {
    padding: 14px 18px 14px 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.newsletter .input .butn:active:before {
    padding: 14px 18px 14px 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#map {
    height: 400px;
    width: 100%
}

.quick-contact .form-input {
    padding-left: 5px;
    border-width: 0 0 1px 0
}

@media screen and (max-width: 991px) {
    .contact-info .item {
        margin-bottom:20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .contact-info .item {
        margin-bottom:15px;
        padding-bottom: 15px
    }

    .social-icon-style2 li a {
        font-size: 18px
    }
}

footer {
    padding: 50px 0 0;
    background: #fbfbfb;
    color: #000
}

footer p {
    margin-bottom: 0
}

footer address {
    margin-bottom: 5px
}

footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative
}

footer h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #2d4273;
    margin: 12px auto 0 auto
}

.footer-title-style:after {
    margin-left: auto;
    margin-right: auto
}

h3.footer-title-style {
    margin-bottom: 20px
}

footer h3.footer-title-style2 {
    margin-bottom: 28px
}

h3.footer-title-style2:after {
    width: 100%;
    border-bottom: 1px dashed #999;
    margin-top: 15px;
    background: 0 0
}

footer h4.footer-title-style3 {
    margin-bottom: 30px;
    font-size: 24px
}

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    text-align: center;
    border-top: 2px solid #f5f5f5;
    background: #fff;
    color: #000
}

.footer-bar span {
    color: #5e2ced;
    font-size: 15px;
    font-weight: 400
}

@media screen and (max-width: 1199px) {
    footer h4.footer-title-style3 {
        font-size:22px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 991px) {
    footer h4.footer-title-style3 {
        font-size:20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding-top:30px
    }

    footer h3 {
        font-size: 16px
    }

    h3.footer-title-style {
        margin-bottom: 15px
    }

    footer h3.footer-title-style2 {
        margin-bottom: 20px
    }

    .footer-bar {
        margin-top: 30px
    }

    .footer-bar p {
        font-size: 13px
    }
}

.footer-style2 {
    box-shadow: 0 0 75px 0 rgba(0,0,0,.05)
}

.footer-style2>.container {
    padding: 120px 15px
}

@media screen and (max-width: 1199px) {
    .footer-style2>.container {
        padding:90px 15px
    }
}

@media screen and (max-width: 991px) {
    .footer-style2>.container {
        padding:70px 15px
    }
}

.footer-style3 {
    padding-top: 240px;
    margin-top: -120px;
    z-index: 0
}

.footer-style3 .footer-icon ul li {
    display: inline-block;
    margin-right: 20px
}

.footer-style3 ul li {
    margin: 10px 0;
    font-size: 16px
}

.footer-style3 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.footer-style3 h3:after {
    content: "";
    background: unset;
    margin: 0
}

.footer-style3-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
    padding: 20px 0;
    margin-top: 100px
}

.footer-style3 h4 {
    color: rgba(255,255,255,.8);
    font-size: 18px;
    font-weight: 500
}

.footer-style3 a {
    color: #939393
}

.footer-style3 a:hover {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .footer-style3 {
        padding-top:220px;
        margin-top: -120px
    }

    .footer-style3-bottom {
        margin-top: 70px
    }
}

@media screen and (max-width: 991px) {
    .footer-style3 {
        padding-top:140px;
        margin-top: -90px
    }

    .footer-style3-bottom {
        margin-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .footer-style3 h4 {
        font-size:16px
    }

    .footer-style3 ul li {
        font-size: 15px
    }
}

.footer-list {
    margin: 0
}

.footer-list li {
    list-style-type: none;
    color: #232323;
    padding: 6px 0
}

.footer-list li:first-child {
    padding-top: 0
}

.footer-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #232323
}

.footer-list li a:before {
    content: '\f105';
    font-weight: 700;
    vertical-align: bottom;
    font-family: Font Awesome\ 5 Free;
    color: #232323;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.footer-list li a:hover {
    color: #5e2ced
}

.footer-list li a:hover:before {
    color: #5e2ced
}

@media screen and (max-width: 767px) {
    .footer-list li a {
        font-size:14px
    }
}

.footer-list1 {
    margin: 0
}

.footer-list1 li {
    list-style-type: none;
    padding: 12px 0 12px 0;
    font-size: 17px;
    color: #596982
}

.footer-list1 li:first-child {
    padding-top: 0
}

.footer-list1 li:last-child {
    padding-bottom: 0
}

.footer-list1 li a {
    font-weight: 400;
    color: #596982
}

.footer-list1 li a:hover {
    color: #243f67
}

@media screen and (max-width: 1199px) {
    .footer-list1 li {
        font-size:16px
    }
}

@media screen and (max-width: 767px) {
    .footer-list1 li {
        padding:8px 0;
        font-size: 15px
    }
}

.footer-list2 {
    margin: 0
}

.footer-list2 li {
    list-style-type: none;
    padding: 5px 0 5px 0;
    font-size: 16px;
    color: #596982
}

.footer-list2 li:first-child {
    padding-top: 0
}

.footer-list2 li a {
    font-weight: 400;
    color: #596982
}

.footer-social-icons ul {
    margin-bottom: 0
}

.footer-social-icons ul li {
    display: inline-block;
    border: 1px solid #5e2ced;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.footer-social-icons ul li a {
    color: #5e2ced;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px
}

.footer-social-icons ul li:hover {
    background: #5e2ced;
    background: -webkit-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -moz-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: -o-linear-gradient(-45deg,#5e2ced,#a485fd);
    background: linear-gradient(-45deg,#5e2ced,#a485fd)
}

.footer-social-icons ul li:hover i {
    color: #fff
}

.footer-social-icons1 ul {
    margin-bottom: 0
}

.footer-social-icons1 ul li {
    display: inline-block;
    border: 1px solid #243f67;
    border-radius: 50%;
    color: #243f67;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.footer-social-icons1 ul li a {
    color: #243f67;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px
}

.footer-social-icons1 ul li:hover {
    background: #243f67
}

.footer-social-icons1 ul li:hover i {
    color: #fff
}

.footer-social-icons3 {
    margin-bottom: 0
}

.footer-social-icons3 li {
    display: inline-block;
    color: #fff;
    margin-right: 15px
}

.footer-social-icons3 li:last-child {
    margin-right: 0
}

.footer-social-icons3 li a {
    color: #fff;
    display: block;
    font-size: 16px
}

.footer-social-icons3 li a i {
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.footer-social-icons3 li:hover i {
    color: #fff;
    opacity: .65
}

/*custom.css*/
header {
    box-shadow: 0 10px 15px rgba(0,0,0,.05)
}

.loader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/loader.gif) 50% 50% no-repeat #f9f9f9;
    opacity: .8
}

@media screen and (max-width: 470px) {
    body .civil-seminar {
        display:none
    }
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

#fb-link {
    color: #337ab7
}

#twitter-link {
    color: #58bbdc
}

#linkedin-link {
    color: #319ae8
}

#youtube-link {
    color: #e24549
}

div.wow.fadeInLeft {
    visibility: visible;
    animation-delay: .1s;
    animation-name: fadeInLeft
}

div.wow.fadeInRight {
    visibility: visible;
    animation-delay: .1s;
    animation-name: fadeInRight
}

div.wow.fadeUp {
    visibility: visible;
    animation-delay: .2s;
    animation-name: fadeInUp
}

div.fade-in1 {
    visibility: visible;
    animation-delay: .2s;
    animation-name: fadeIn
}

div.overlay-div {
    position: relative;
    overflow: hidden
}

div.fade-up1 {
    visibility: visible;
    animation-name: fadeInUp
}

div.fade-up2 {
    visibility: visible;
    animation-delay: .2s;
    animation-name: fadeInUp
}

div.fade-up3 {
    visibility: visible;
    animation-delay: .4s;
    animation-name: fadeInUp
}

#map-iframe {
    border: 0
}

img.courses-img {
    width: 350px;
    height: 256px
}

div.wow.fadeInDown {
    visibility: visible;
    animation-delay: .2s;
    animation-name: fadeInDown
}

div.wow.fadeInUp {
    visibility: visible;
    animation-delay: .2s;
    animation-name: fadeInUp
}

#btnSize {
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px
}

#btnSize1 {
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px
}

#exams-section {
    padding: 30px
}

#f-y-engg {
    width: 100%
}

#examFadeInUp2 {
    visibility: visible;
    animation-delay: .4s;
    animation-name: fadeInUp
}

#examFadeInUp3 {
    visibility: visible;
    animation-delay: .6s;
    animation-name: fadeInUp
}

img.books-img {
    height: 300px;
    width: 500px
}

ul li.book-desc1 {
    text-align: left;
    height: 126px;
    overflow-x: auto
}

ul li.book-desc2 {
    text-align: left;
    height: 151px;
    overflow-x: auto
}

ul li.book-desc3 {
    text-align: left;
    height: 100px;
    overflow-x: auto
}

#order-btn {
    padding: 6px 11px;
    font-size: 11px
}

#out-of-stock-btn {
    padding: 6px 11px;
    font-size: 11px;
    background: #c00
}

#out-of-stock-btn:before {
    background-color: #c00
}

.transparent-header #upperNavigation a {
    color: #fff
}

.transparent-header #logo {
    content: url(../img/logo1.png)
}

.transparent-header.scrollHeader #logo {
    content: url(../img/logo.png)
}

.transparent-header #fluidNavigation {
    background: #191919!important;
    padding: 10px 20px
}

#upperNavigation {
    height: 35px
}

.banner-creative {
    padding-bottom: 6%
}

.light-header-mobile #fluidNavigation {
    border-bottom: 1px solid #eee;
    background: #191919!important;
    color: #fff!important
}

.topurl {
    color: #fff!important;
    text-decoration: none!important
}

.highlight_link {
    color: #aac653!important;
    text-decoration: none
}

#download-section {
    padding-bottom: 35px
}

#nav-one-links {
    padding-top: 5px
}

h3.h3-heading-id {
    font-size: 32px
}

.features-block4 p {
    font-size: 15px;
    line-height: 28px
}

.section-heading3 p {
    font-size: 15px;
    line-height: 28px
}

.transparent-header #contactHeader {
    color: #fff
}

.transparent-header.scrollHeader #contactHeader {
    color: #6f6f6f
}

.btn_enquiry {
    text-transform: lowercase
}

.btn_enquiry::first-letter {
    text-transform: uppercase
}

.books ::-webkit-scrollbar {
    width: 5px;
    margin: 5px
}

.books ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.books ::-webkit-scrollbar-thumb {
    background: #888
}

.books ::-webkit-scrollbar-thumb:hover {
    background: #555
}

td.mpsc-td-align {
    text-align: center;
    vertical-align: middle
}

.icon-bar {
    position: fixed;
    top: 50%;
    z-index: 10000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all .3s ease;
    color: #fff;
    font-size: 20px
}

.icon-bar a:hover {
    background-color: #000
}

.facebook {
    background: #3b5998;
    color: #fff
}

.twitter {
    background: #55acee;
    color: #fff
}

.google {
    background: #dd4b39;
    color: #fff
}

.linkedin {
    background: #007bb5;
    color: #fff
}

.youtube {
    background: #b00;
    color: #fff
}

.bg-theme1 {
    background: #f5f5f5;
    color: #000
}

.bg-theme1 a {
    color: #2d4273!important
}

p a {
    color: #2d4273!important;
    text-decoration: underline!important
}

.bg-theme1 h4 {
    color: #3e56aa!important
}

.counter-box p {
    color: #000!important
}

@media (max-width: 767px) {
    #upperNavigation {
        height:92px
    }
}

.font13 {
    font-size: 13px!important
}

.main-wrapper>ul {
    list-style-position: inside!important
}

.main-wrapper>ul li {
    list-style-type: disc;
    text-align: left!important
}

.main-wrapper ol>li {
    list-style-type: none;
    font-size: 15px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
}

.main-wrapper ol>li::before {
    content: "\e64c";
    font-family: themify;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 34px;
    color: #222
}

.important-links a {
    color: #3e56aa!important;
    text-decoration: underline
}

.topnav {
    overflow: hidden;
    background-color: #333
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px
}

.topnav a:hover {
    background-color: #ffdf42;
    color: #000
}

.topnav a.active {
    background-color: #4caf50;
    color: #fff
}

.topnav .icon {
    display: none
}

@media screen and (max-width: 600px) {
    .topnav a.icon {
        float:right;
        display: block
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position:relative
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left
    }
}

/*yt-css*/
.lazyYT-container {
    direction: ltr;
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25% 0;
    overflow: hidden;
    background-color: #000
}

.lazyYT-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.lazyYT-container .html5-info-bar {
    position: absolute;
    top: 0;
    z-index: 935;
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
    -moz-transition: opacity .25s cubic-bezier(0,0,.2,1);
    transition: opacity .25s cubic-bezier(0,0,.2,1)
}

.lazyYT-container .html5-title {
    padding-right: 6px;
    padding-left: 12px
}

.lazyYT-container .html5-title-text-wrapper {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap
}

.lazyYT-container .html5-title-text {
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none
}

.lazyYT-container .html5-title-text:hover {
    color: #fff;
    text-decoration: underline
}

.ytp-thumbnail {
    padding-bottom: inherit;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.ytp-large-play-button {
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    width: 86px!important;
    height: 60px!important;
    padding: 0!important;
    margin: -29px 0 0 -42px!important;
    font-size: normal!important;
    font-weight: 400!important;
    line-height: 1!important;
    opacity: .9
}

.ytp-large-play-button-svg {
    opacity: .9;
    fill: #1f1f1f
}

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,.ytp-large-play-button:focus .ytp-large-play-button-svg {
    opacity: 1;
    fill: #cc181e
}

.custom_link {
    color: #007bff;
    text-decoration: underline;
}

.buy-now {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1031;
}

.cart-table-content table {
    border: 1px solid #ebebeb;
}

.cart-table-content table thead > tr {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}

.cart-table-content table thead > tr th {
    border-top: medium none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 21px 45px 22px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-table-content table thead > tr th {
        padding: 21px 35px 22px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content table thead > tr th {
        padding: 21px 20px 22px;
    }
}

.cart-table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb;
}

.cart-table-content table tbody > tr td.product-thumbnail {
    width: 150px;
}

.cart-table-content table tbody > tr td.product-name {
    width: 435px;
}

.cart-table-content table tbody > tr td.product-name a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.cart-table-content table tbody > tr td.product-name a:hover {
    color: #a749ff;
}

.cart-table-content table tbody > tr td.product-price-cart {
    width: 435px;
}

.cart-table-content table tbody > tr td.product-price-cart span {
    font-weight: 500;
    color: #333;
}

.cart-table-content table tbody > tr td.product-subtotal {
    font-weight: 500;
    color: #333;
}

.cart-table-content table tbody > tr td.product-quantity {
    width: 435px;
}

.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus {
    display: inline-block;
    height: 40px;
    padding: 0;
    position: relative;
    width: 110px;
}

.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .qtybutton {
    color: #333;
    cursor: pointer;
    float: inherit;
    font-size: 16px;
    margin: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 20px;
    text-align: center;
}

.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #e5e5e5;
    height: 40px;
    left: 0;
    padding-top: 8px;
    top: 0;
}

.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #e5e5e5;
    height: 40px;
    padding-top: 9px;
    right: 0;
    top: 0;
}

.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
    color: #333;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    width: 110px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding: 0;
    text-align: center;
}

.cart-table-content table tbody > tr td.product-remove {
    width: 100px;
}

.cart-table-content table tbody > tr td.product-remove a {
    color: #666;
    font-size: 17px;
    margin: 0 13px;
}

.cart-table-content table tbody > tr td.product-remove a:hover {
    color: #a749ff;
}

.cart-table-content table tbody > tr td.product-wishlist-cart > a {
    background-color: #a749ff;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 12px;
    text-transform: uppercase;
}

.cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
    background-color: #333;
}

.cart-table-content table tbody > tr td {
    color: #333;
    font-size: 15px;
    padding: 30px 0;
    text-align: center;
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px 55px;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        display: block;
        padding: 30px 0px 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update > a, .cart-shiping-update-wrapper .cart-clear > button, .cart-shiping-update-wrapper .cart-clear > a {
    background-color: #f2f2f2;
    border-radius: 50px;
    color: #363f4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 63px 17px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-shiping-update-wrapper .cart-shiping-update > a, .cart-shiping-update-wrapper .cart-clear > button, .cart-shiping-update-wrapper .cart-clear > a {
        padding: 18px 25px 17px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .cart-shiping-update > a, .cart-shiping-update-wrapper .cart-clear > button, .cart-shiping-update-wrapper .cart-clear > a {
        padding: 18px 40px 17px;
        margin: 0 0 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update > a:hover, .cart-shiping-update-wrapper .cart-clear > button:hover, .cart-shiping-update-wrapper .cart-clear > a:hover {
    background-color: #a749ff;
    color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > button {
    border: medium none;
    cursor: pointer;
    margin-right: 27px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-shiping-update-wrapper .cart-clear > button {
        margin-right: 15px;
    }
}

.cart-tax, .discount-code-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}

.grand-totall {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grand-totall {
        padding: 45px 18px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grand-totall {
        margin-top: 30px;
    }
}

.grand-totall .title-wrap {
    position: relative;
}

.grand-totall .title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

.grand-totall .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-right: 18px;
}

.grand-totall .title-wrap .section-bg-gary-cart {
    background-color: #f9f9f9;
    position: relative;
    z-index: 9;
}

.grand-totall h5 {
    font-size: 14px;
    margin: 36px 0 27px;
}

.grand-totall h5 span {
    float: right;
    font-size: 18px;
    font-weight: 500;
}

.grand-totall .total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    padding: 28px 0;
}

.grand-totall .total-shipping h5 {
    font-size: 14px;
    margin: 0;
}

.grand-totall .total-shipping ul {
    padding: 19px 0 0 0px;
}

.grand-totall .total-shipping ul li {
    color: #242424;
    list-style: outside none none;
    margin: 0 0 6px;
}

.grand-totall .total-shipping ul li:last-child {
    margin: 0 0 0px;
}

.grand-totall .total-shipping ul li input {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
    color: #626262;
    cursor: pointer;
    height: 13px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 2px;
    width: 13px;
}

.grand-totall .total-shipping ul li span {
    float: right;
}

.grand-totall h4.grand-totall-title {
    color: #a749ff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px;
}

.grand-totall h4.grand-totall-title span {
    float: right;
}

.grand-totall a {
    background-color: #a749ff;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
}

.grand-totall a:hover {
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    .discount-code-wrapper {
        margin: 30px 0;
    }
}

.cart-tax .discount-code, .discount-code-wrapper .discount-code {
    margin: 21px 0 0;
}

.checkout {
    background-color: #a749ff;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .your-order-area {
        margin-top: 30px;
    }
}

.your-order-area h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000;
}

.your-order-area .your-order-wrap {
    padding: 38px 45px 44px;
    background: #f6f6f6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area .your-order-wrap {
        padding: 30px 20px 36px;
    }
}

@media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap {
        padding: 30px 20px 36px;
    }
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
    font-size: 16px;
    font-weight: 500;
    list-style: outside none none;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
    /*border-bottom: 1px solid #dee0e4;*/
    /*border-top: 1px solid #dee0e4;*/
    margin: 29px 0;
    padding: 10px 0 0px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
    font-size: 16px;
    color: #212121;
    font-weight: 400;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 18px 0 33px;
    padding: 17px 0 19px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
    font-weight: 500;
    color: #212121;
    font-size: 18px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
    font-weight: 500;
    color: #a749ff;
    font-size: 16px;
    list-style: outside none none;
}

.your-order-area .payment-accordion {
    margin: 0 0 16px;
}

.your-order-area .payment-accordion:last-child {
    margin: 0 0 0px;
}

.your-order-area .payment-accordion h4 {
    color: #212121;
    font-size: 16px;
    margin: 0;
}

.your-order-area .payment-accordion h4 a {
    color: #212121;
    position: relative;
    display: block;
}

.your-order-area .payment-accordion h4 a:hover {
    color: #a749ff;
}

.your-order-area .payment-accordion .panel-body {
    padding: 5px 0 0 0px;
}

.your-order-area .payment-accordion .panel-body p {
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #333;
}

.your-order-area .Place-order > a {
    background-color: #a749ff;
    color: #fff;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9;
}

.your-order-area .Place-order > a:hover {
    background-color: #333;
}

.your-order-area .Place-order >a {
    background-color: #a749ff;
    color: #fff;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9;
}

.order-middle-left {
    width: 80%
}


/*# sourceMappingURL=main.css.map */