/*
Theme Name: Datrix 
Author: gramentheme
Author URI: https://themeforest.net/user/gramentheme
Description: Datrix - IT Solution and Business Consulting WordPress Theme
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #2B4DFF;
  --theme2: #2B4DFF;
  --header: #0A165E;
  --text: #585B6F;
  --border: #E3E3E3;
  --bg: #F5F6F7;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 35px;
  border-radius: 100px;
}
.theme-btn i {
  margin-left: 5px;
}
.theme-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn:hover::before {
  width: 100%;
}
.theme-btn.bg-color-2 {
  background-color: var(--theme2);
}
.theme-btn.bg-color-2::before {
  background-color: var(--white);
}
.theme-btn.bg-color-2:hover {
  color: var(--header);
}
.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--header);
}
.theme-btn.bg-white:hover {
  color: var(--white);
}
.theme-btn.border-white {
  padding: 18.5px 40px;
  border: 1px solid var(--white);
  background-color: transparent;
}
.theme-btn.border-white::before {
  background-color: var(--white);
}
.theme-btn.border-white:hover {
  color: var(--header);
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-box .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 22px;
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .video-box .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .video-box .video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.video-box .ripple::before, .video-box .ripple::after {
  box-shadow: 0 0 0 0 rgba(243, 159, 95, 0.8);
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .video-box .ripple::before, .video-box .ripple::after {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .video-box .ripple::before, .video-box .ripple::after {
    width: 60px;
    height: 60px;
  }
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 115%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 40px;
  line-height: 125%;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 134%;
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.about-wrapper {
  margin-bottom: 118px;
}
@media (max-width: 1199px) {
  .about-wrapper {
    margin-bottom: 0;
  }
}
.about-wrapper .about-image {
  position: relative;
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .about-image-2 {
  position: absolute;
  bottom: -23%;
  left: 47%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .about-image-2 {
    left: 50%;
    top: 50%;
    max-width: 145px;
    bottom: initial;
    transform: translate(-50%, -50%);
  }
}
.about-wrapper .about-image .circle-shape {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .circle-shape {
    display: none;
  }
}
.about-wrapper .about-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content {
    margin-left: 0;
  }
}
.about-wrapper .about-content p {
  margin-bottom: 35px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content p {
    margin-bottom: 30px;
  }
}
.about-wrapper .about-content ul {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content ul {
    margin-bottom: 30px;
  }
}
.about-wrapper .about-content ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
@media (max-width: 575px) {
  .about-wrapper .about-content ul li {
    font-size: 16px;
  }
}
.about-wrapper .about-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about-wrapper .about-content ul li i {
  margin-right: 10px;
}

.about-section {
  position: relative;
  z-index: 9;
}
.about-section .about-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-section .about-shape {
    display: none;
  }
}

.about-wrapper-2 .about-image {
  position: relative;
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-2 .about-image .top-shape {
  position: absolute;
  right: 8px;
  top: 1px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .top-shape {
    display: none;
  }
}
.about-wrapper-2 .about-image .left-shape {
  position: absolute;
  top: 170px;
  left: -105px;
  z-index: -1;
}
.about-wrapper-2 .about-image .left-shape img {
  animation: cir36 10s linear infinite;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .left-shape {
    display: none;
  }
}
.about-wrapper-2 .about-image .bg-shape {
  position: absolute;
  bottom: -248px;
  left: -350px;
  z-index: -2;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .bg-shape {
    display: none;
  }
}
.about-wrapper-2 .about-content {
  margin-left: 40px;
}
.about-wrapper-2 .about-content P {
  margin-top: 20px;
}
.about-wrapper-2 .about-content .list-area {
  margin-top: 30px;
  border-bottom: 1px solid rgba(43, 77, 255, 0.2);
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.about-wrapper-2 .about-content .list-area ul li {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-wrapper-2 .about-content .list-area ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about-wrapper-2 .about-content .list-area ul li i {
  color: var(--theme);
  font-size: 20px;
}
.about-wrapper-2 .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-author {
    flex-wrap: wrap;
  }
}
.about-wrapper-2 .about-content .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-wrapper-2 .about-content .about-author .author-image .icon {
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.about-wrapper-2 .about-content .about-author .author-image .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  transform: translate(-50%, -50%);
}
.about-wrapper-2 .about-content .about-author .author-image .content span {
  font-size: 14px;
  color: var(--text);
  font-weight: 600;
  opacity: 0.8;
}
.about-wrapper-2 .about-content .about-author .author-image .content h5 {
  font-size: 18px;
  font-weight: 600;
}

.about-wrapper-3 {
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-wrapper-3 {
    padding-bottom: 0;
  }
}
.about-wrapper-3 .dot-shape {
  position: absolute;
  left: 37%;
  top: 18%;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .dot-shape {
    display: none;
  }
}
.about-wrapper-3 .dot-shape-2 {
  position: absolute;
  left: 17%;
  bottom: 5%;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .dot-shape-2 {
    display: none;
  }
}
.about-wrapper-3 .about-image {
  position: relative;
  max-width: 470px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image {
    max-width: initial;
  }
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.about-wrapper-3 .about-image .about-image-2 {
  position: absolute;
  max-width: 300px;
  bottom: -148px;
  right: -120px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .about-image-2 {
    left: 0;
    bottom: 0;
    right: initial;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image .about-image-2 {
    max-width: 220px;
  }
}
.about-wrapper-3 .about-content {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-3 .about-content .about-list {
  margin-top: 40px;
}
.about-wrapper-3 .about-content .about-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.about-wrapper-3 .about-content .about-list li i {
  margin-right: 8px;
}
.about-wrapper-3 .about-content .about-list li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-3 .about-content .about-button {
  margin-top: 50px;
}

.about-wrapper-4 {
  margin-bottom: -30px;
}
@media (max-width: 1199px) {
  .about-wrapper-4 {
    margin-bottom: 0;
  }
}
.about-wrapper-4 .about-image {
  max-width: 560px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-wrapper-4 .about-image {
    max-width: initial;
  }
}
.about-wrapper-4 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.about-wrapper-4 .about-content {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper-4 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-4 .about-content .about-button {
  margin-top: 40px;
}

.about-section-4 {
  margin-top: -20px;
}
@media (max-width: 1199px) {
  .about-section-4 {
    margin-top: -16px;
  }
}
@media (max-width: 991px) {
  .about-section-4 {
    margin-top: -23px;
  }
}
@media (max-width: 575px) {
  .about-section-4 {
    margin-top: -12px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
.brand-wrapper.style-2 {
  margin-bottom: -8px;
}
.brand-wrapper .brand-title {
  margin-bottom: 30px;
  text-align: center;
}

.brand-section-1 {
  margin-bottom: -90px;
}
@media (max-width: 1199px) {
  .brand-section-1 {
    margin-bottom: -45px;
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .brand-section-1 {
    margin-bottom: -65px;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .brand-section-1 {
    margin-bottom: -65px;
    margin-top: -10px;
  }
}
@media (max-width: 575px) {
  .brand-section-1 {
    margin-bottom: -65px;
    margin-top: -10px;
  }
}

.contact-box-items {
  border-radius: 20px;
  padding: 45px 60px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .contact-box-items {
    padding: 45px 50px;
  }
}
@media (max-width: 767px) {
  .contact-box-items {
    padding: 45px 40px;
  }
}
@media (max-width: 575px) {
  .contact-box-items {
    padding: 45px 30px;
  }
}
.contact-box-items .shape-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .contact-box-items .shape-image {
    display: none;
  }
}
@media (max-width: 1199px) {
  .contact-box-items .section-title h6 {
    color: var(--white);
  }
}
.contact-box-items .section-title h2 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .contact-box-items .section-title h2 {
    color: var(--white);
  }
}
.contact-box-items .contact-form-items {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .contact-box-items .contact-form-items {
    padding-top: 30px;
  }
}
.contact-box-items .contact-form-items .form-clt span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: var(--white);
  text-transform: capitalize;
  padding-bottom: 10px;
}
.contact-box-items .contact-form-items .form-clt input, .contact-box-items .contact-form-items .form-clt textarea {
  border: none;
  outline: none;
  width: 100%;
  padding: 20px 25px;
  line-height: 1;
  border-radius: 6px;
  color: var(--text);
  margin-bottom: 10px;
}
.contact-box-items .contact-form-items .form-clt textarea {
  padding-bottom: 75px;
}
.contact-box-items .contact-form-items .theme-btn {
  width: 100%;
  border-radius: 6px;
  background: var(--header);
  padding: 19px 28px;
}
.contact-box-items .contact-form-items .theme-btn::before {
  background: var(--white);
}
.contact-box-items .contact-form-items .theme-btn:hover {
  color: var(--header);
}

.team-right-items {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .team-right-items {
    margin-left: 0;
  }
}
.team-right-items .section-title p {
  margin-top: 25px;
  color: #F5F6F7;
  line-height: 175%;
}

.contact-us-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .contact-us-item {
    flex-wrap: wrap;
  }
}

.contact-us-section-4 {
  position: relative;
  margin: 0 40px;
}
@media (max-width: 991px) {
  .contact-us-section-4 {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .contact-us-section-4 {
    margin: 0 20px;
  }
}
@media (max-width: 575px) {
  .contact-us-section-4 {
    margin: 0 10px;
  }
}
.contact-us-section-4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #EEF1FF;
  z-index: -1;
  border-radius: 30px;
}

.contact-us-box-item {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 16px;
  background: #EEF1FF;
  padding: 40px;
}
@media (max-width: 1199px) {
  .contact-us-box-item {
    flex-wrap: wrap;
  }
}
.contact-us-box-item .icon {
  width: 71px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  border-radius: 6px;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
}
.contact-us-box-item .icon:hover {
  background-color: var(--theme);
}
.contact-us-box-item .icon:hover img {
  filter: grayscale(100%) brightness(300%);
}
.contact-us-box-item .content h6 {
  font-weight: 400;
}

.map-items .googpemap iframe {
  width: 100%;
  height: 700px;
}
@media (max-width: 575px) {
  .map-items .googpemap iframe {
    height: 400px;
  }
}

.contact-box-wrapper {
  border-radius: 30px;
  background-color: var(--white);
  border-radius: 30px;
  box-shadow: 0px -10px 40px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 80px 40px;
  margin-top: -160px;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-box-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .contact-box-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 575px) {
  .contact-box-wrapper {
    padding: 80px 30px;
  }
}
.contact-box-wrapper h2 {
  margin-bottom: 50px;
  line-height: 1;
  margin-top: -5px;
}
.contact-box-wrapper .form-clt {
  position: relative;
}
.contact-box-wrapper .form-clt input, .contact-box-wrapper .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: #EEF1FF;
  padding-bottom: 20px;
  padding: 14px 20px;
  transition: all 0.4s ease-in-out;
  color: var(--text);
  font-size: 16px;
  border-radius: 12px;
}
.contact-box-wrapper .form-clt input::placeholder, .contact-box-wrapper .form-clt textarea::placeholder {
  color: var(--text);
}
.contact-box-wrapper .form-clt .icon {
  position: absolute;
  right: 22px;
  top: 14px;
}
.contact-box-wrapper .form-clt textarea {
  padding-bottom: 150px;
  resize: none;
}
.contact-box-wrapper button.theme-btn {
  border-radius: 6px;
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
  width: 100%;
  text-align: center;
}

.contact-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 0;
  border-bottom: 1px solid rgba(249, 247, 243, 0.2);
  position: relative;
}
@media (max-width: 1199px) {
  .contact-info-area {
    padding: 100px 0;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .contact-info-area {
    padding: 80px 0;
  }
}
.contact-info-area .content {
  position: relative;
}
.contact-info-area .content p {
  color: var(--white);
}
.contact-info-area .search-widget {
  position: relative;
  max-width: 495px;
  width: 100%;
}
.contact-info-area .search-widget input {
  width: 100%;
  border: none;
  background-color: var(--white);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 18px;
  border-radius: 100px;
  color: var(--text);
  text-transform: capitalize;
}
.contact-info-area .search-widget input::placeholder {
  color: var(--text);
}
.contact-info-area .search-widget button {
  position: absolute;
  right: 10px;
  top: 7px;
  bottom: 7px;
}
@media (max-width: 575px) {
  .contact-info-area .search-widget button {
    right: 7px;
  }
}

.contact-info-area-2 {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
  .contact-info-area-2 {
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 80px;
    justify-content: initial;
  }
}
@media (max-width: 991px) {
  .contact-info-area-2 {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .contact-info-area-2 {
    gap: 30px;
  }
}
.contact-info-area-2 .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .contact-info-area-2 .contact-info-items {
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .contact-info-area-2 .contact-info-items {
    padding-bottom: 60px;
  }
}
.contact-info-area-2 .contact-info-items:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 100px;
  height: 110px;
}
@media (max-width: 1399px) {
  .contact-info-area-2 .contact-info-items:not(:last-child) {
    border: none;
  }
}
@media (max-width: 1199px) {
  .contact-info-area-2 .contact-info-items:not(:last-child) {
    border: none;
    height: initial;
    padding: 0;
  }
}
.contact-info-area-2 .contact-info-items .icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 50%;
  border: 1.8px solid rgba(245, 246, 247, 0.8);
  font-size: 25px;
  text-align: center;
  color: var(--white);
}
.contact-info-area-2 .contact-info-items .content p {
  color: var(--white);
  margin-bottom: 5px;
}
.contact-info-area-2 .contact-info-items .content h3 {
  font-size: 22px;
  color: var(--white);
}
.contact-info-area-2 .contact-info-items .content h3 a {
  color: var(--white);
}

.cta-wrapper {
  padding: 70px 50px;
  background-color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .cta-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    padding: 60px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper {
    padding: 50px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cta-wrapper {
    padding: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper {
    padding: 30px;
    margin-bottom: 60px;
  }
}
.cta-wrapper .cta-content h2 {
  font-size: 48px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cta-wrapper .cta-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper .cta-content h2 {
    font-size: 35px;
  }
}
.cta-wrapper .cta-content p {
  color: var(--bg);
}
.cta-wrapper .search-widget {
  position: relative;
  max-width: 495px;
  width: 100%;
}
.cta-wrapper .search-widget input {
  width: 100%;
  border: none;
  background-color: var(--white);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 18px;
  border-radius: 100px;
  color: var(--text);
  text-transform: capitalize;
}
.cta-wrapper .search-widget input::placeholder {
  color: var(--text);
}
.cta-wrapper .search-widget button {
  position: absolute;
  right: 5px;
  top: 4px;
  bottom: 5px;
}
@media (max-width: 575px) {
  .cta-wrapper .search-widget button {
    right: 7px;
  }
}
.cta-wrapper .search-widget button.theme-btn {
  background: var(--header);
}
@media (max-width: 575px) {
  .cta-wrapper .search-widget button.theme-btn {
    padding: 12px 12px;
  }
}
.cta-wrapper .search-widget button.theme-btn::before, .cta-wrapper .search-widget button.theme-btn::after {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
}

.cta-section {
  position: relative;
}
.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  z-index: -1;
  bottom: -50%;
  top: initial;
}
@media (max-width: 1199px) {
  .cta-section::before {
    display: none;
  }
}

.faq-wrapper .faq-image {
  position: relative;
  z-index: 9;
  margin-left: -150px;
  max-width: 530px;
}
@media (max-width: 1899px) {
  .faq-wrapper .faq-image {
    margin-left: 0;
  }
}
.faq-wrapper .faq-image img {
  border-radius: 0px 0px 388px 0;
  width: 100%;
}
@media (max-width: 1899px) {
  .faq-wrapper .faq-image img {
    border-radius: 0;
  }
}
.faq-wrapper .faq-content .faq-items {
  margin-top: 30px;
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 15px;
  background: var(--white);
  border-radius: 10px;
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 26px 30px;
  font-family: "Outfit", serif;
  color: var(--theme);
}
@media (max-width: 575px) {
  .faq-wrapper .faq-content .faq-items .accordion .accordion-item h2 button {
    font-size: 15px;
    padding: 26px 22px;
  }
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  padding-top: 0;
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-button {
  background-color: transparent;
  color: var(--theme);
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-button::after {
  display: none;
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f322";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 30px;
  right: 30px;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--theme);
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header);
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-button.collapsed::before {
  content: "\f324";
  color: var(--text);
}

.faq-section {
  position: relative;
}
.faq-section .faq-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 875px;
  top: 0;
}
@media (max-width: 1899px) {
  .faq-section .faq-shape {
    max-width: 800px;
  }
}
@media (max-width: 1600px) {
  .faq-section .faq-shape {
    max-width: 700px;
  }
}
@media (max-width: 1399px) {
  .faq-section .faq-shape {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .faq-section .faq-shape {
    position: static;
    max-width: 1200px;
  }
}
.faq-section .faq-shape img {
  height: 100%;
  width: 100%;
}

.faq-wrapper-2 {
  padding-bottom: 83px;
}
@media (max-width: 1199px) {
  .faq-wrapper-2 {
    padding-bottom: 0;
  }
}
.faq-wrapper-2 .faq-image {
  position: relative;
  max-width: 470px;
}
@media (max-width: 1199px) {
  .faq-wrapper-2 .faq-image {
    max-width: initial;
  }
}
.faq-wrapper-2 .faq-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.faq-wrapper-2 .faq-image .faq-image-2 {
  position: absolute;
  bottom: -152px;
  right: -120px;
  max-width: 300px;
}
@media (max-width: 1199px) {
  .faq-wrapper-2 .faq-image .faq-image-2 {
    max-width: 220px;
    left: 0;
    bottom: 0;
    right: initial;
  }
}
.faq-wrapper-2 .faq-content {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .faq-wrapper-2 .faq-content {
    margin-left: 0;
  }
}
.faq-wrapper-2 .faq-content .faq-items {
  margin-top: 30px;
}
.faq-wrapper-2 .faq-content .faq-items .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 15px;
  background: rgb(245, 246, 247);
  border-radius: 10px;
}
.faq-wrapper-2 .faq-content .faq-items .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 26px 30px;
  font-family: "Outfit", serif;
  color: var(--theme);
}
@media (max-width: 575px) {
  .faq-wrapper-2 .faq-content .faq-items .accordion .accordion-item h2 button {
    font-size: 17px;
  }
}
.faq-wrapper-2 .faq-content .faq-items .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  padding-top: 0;
}
.faq-wrapper-2 .faq-content .faq-items .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .faq-wrapper-2 .faq-content .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-wrapper-2 .faq-content .faq-items .accordion .accordion-button {
  background-color: transparent;
  color: var(--theme);
}
.faq-wrapper-2 .faq-content .faq-items .accordion .accordion-button::after {
  display: none;
}
.faq-wrapper-2 .faq-content .faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f322";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 30px;
  right: 30px;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--theme);
}
.faq-wrapper-2 .faq-content .faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header);
}
.faq-wrapper-2 .faq-content .faq-items .accordion .accordion-button.collapsed::before {
  content: "\f324";
  color: var(--text);
}

.faq-items .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 15px;
  background: var(--white);
  border-radius: 10px;
}
.faq-items .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 26px 30px;
  font-family: "Outfit", serif;
  color: var(--header);
}
@media (max-width: 575px) {
  .faq-items .accordion .accordion-item h2 button {
    font-size: 17px;
  }
}
.faq-items .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  padding-top: 0;
}
.faq-items .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-items .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
}
.faq-items .accordion .accordion-button::after {
  display: none;
}
.faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f322";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 30px;
  right: 30px;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--text);
}
.faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header);
}
.faq-items .accordion .accordion-button.collapsed::before {
  content: "\f324";
  color: var(--text);
}

.faq-section-4 {
  margin: 0 40px;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .faq-section-4 {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .faq-section-4 {
    margin: 0 20px;
  }
}
@media (max-width: 575px) {
  .faq-section-4 {
    margin: 0 10px;
  }
}

.faq-item-2 .faq-content {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .faq-item-2 .faq-content {
    margin-bottom: 80px;
  }
}
.faq-item-2 .faq-content .accordion-item {
  border: 0;
  background-color: var(--white);
}
.faq-item-2 .faq-content .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  font-weight: 600;
  color: var(--header);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--white);
  text-transform: capitalize;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .faq-item-2 .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
.faq-item-2 .faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
}
.faq-item-2 .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f00d";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: var(--text);
}
.faq-item-2 .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--white);
  border-bottom: 1px solid rgba(86, 86, 86, 0.3);
}
.faq-item-2 .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 50px;
  padding-left: 0;
  color: var(--text);
  background-color: transparent;
  padding-top: 0;
  border-bottom: 1px solid rgba(86, 86, 86, 0.3);
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .faq-item-2 .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

.marquee-text {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: -10px;
}
.marquee-text h2 {
  font-weight: 700;
  font-size: 60px;
  color: #0F0D1D;
}
.marquee-text.color-2 h2 {
  color: var(--theme);
}

.work-process-box-items {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.work-process-box-items .process-array {
  position: absolute;
  top: 18%;
  right: -14%;
}
@media (max-width: 1199px) {
  .work-process-box-items .process-array {
    display: none;
  }
}
.work-process-box-items .thumb {
  text-align: center;
  margin: 0 auto;
  width: 156px;
  height: 156px;
  position: relative;
}
.work-process-box-items .thumb .process-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
  color: var(--white);
  font-size: 18px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.work-process-box-items .thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 176px;
  height: 176px;
  animation: rotate 20s linear infinite;
  top: -6%;
  left: -6%;
  border: 1px dashed var(--theme);
  content: "";
  border-radius: 50%;
}
.work-process-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.work-process-box-items .content {
  margin-top: 30px;
}
.work-process-box-items .content h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

.why-choose-us-wrapper .why-choose-content .theme-btn {
  margin-top: 40px;
}
.why-choose-us-wrapper .why-choose-content .choose-us-image {
  margin-top: 50px;
  height: 370px;
}
.why-choose-us-wrapper .why-choose-content .choose-us-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.why-choose-us-wrapper .why-list-content ul li {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--white);
  padding: 34px 30px;
  gap: 24px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .why-choose-us-wrapper .why-list-content ul li {
    padding: 30px 20px;
    gap: 20px;
  }
}
.why-choose-us-wrapper .why-list-content ul li:not(:last-child) {
  margin-bottom: 30px;
}
.why-choose-us-wrapper .why-list-content ul li .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 20px;
  background-color: rgba(43, 77, 255, 0.1);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.why-choose-us-wrapper .why-list-content ul li .content {
  flex-basis: 60%;
}
.why-choose-us-wrapper .why-list-content ul li .content h4 {
  margin-bottom: 10px;
}

.funfact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .funfact-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.funfact-wrapper .funfact-item h2 {
  font-size: 80px;
  color: var(--white);
}
@media (max-width: 991px) {
  .funfact-wrapper .funfact-item h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .funfact-wrapper .funfact-item h2 {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .funfact-wrapper .funfact-item h2 {
    font-size: 45px;
  }
}
.funfact-wrapper .funfact-item p {
  font-size: 22px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .funfact-wrapper .funfact-item p {
    font-size: 18px;
  }
}
.funfact-wrapper .funfact-item.style-2 {
  min-width: 231px;
}

.funfact-section {
  position: relative;
}
.funfact-section .left-shape {
  position: absolute;
  left: 60px;
  top: 60px;
}
@media (max-width: 1199px) {
  .funfact-section .left-shape {
    display: none;
  }
}
.funfact-section .right-shape {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media (max-width: 1199px) {
  .funfact-section .right-shape {
    display: none;
  }
}

.counter-wrapper-3 {
  border-radius: 16px;
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -120px;
}
@media (max-width: 1199px) {
  .counter-wrapper-3 {
    padding: 60px;
    margin-top: 0;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 50px;
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .counter-wrapper-3 {
    padding: 50px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper-3 {
    padding: 40px;
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper-3 {
    padding: 30px;
  }
}
.counter-wrapper-3 .counter-item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .counter-wrapper-3 .counter-item {
    border-right: none;
    padding-right: 0;
  }
}
.counter-wrapper-3 .counter-item .content h2 {
  font-size: 60px;
  font-weight: 600;
  color: var(--white);
}
.counter-wrapper-3 .counter-item .content p {
  font-size: 22px;
  color: var(--white);
}
.counter-wrapper-3 .counter-item.border-none {
  border-right: none;
}

.choose-us-wrapper-4 .choose-us-content .choose-us-wrap {
  margin-top: 20px;
}
.choose-us-wrapper-4 .choose-us-content .choose-us-wrap .choose-us-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .choose-us-wrapper-4 .choose-us-content .choose-us-wrap .choose-us-item {
    flex-wrap: wrap;
  }
}
.choose-us-wrapper-4 .choose-us-content .choose-us-wrap .choose-us-item .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: var(--white);
  border-radius: 10px;
}
.choose-us-wrapper-4 .choose-us-content .choose-us-wrap .choose-us-item .content h4 {
  color: var(--white);
  margin-bottom: 10px;
}
.choose-us-wrapper-4 .choose-us-content .choose-us-wrap .choose-us-item .content p {
  color: var(--white);
}
.choose-us-wrapper-4 .choose-us-image img {
  width: 100%;
  height: 100%;
}

.choose-us-section-3 {
  position: relative;
  z-index: 9;
}
.choose-us-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(10, 22, 94, 0.98) 0%, rgba(10, 22, 94, 0.98) 100%);
  z-index: -1;
}

.feature-card-item {
  text-align: center;
  margin-top: 30px;
}
.feature-card-item .content {
  margin-bottom: 5px;
}
.feature-card-item .content h4 {
  margin-bottom: 10px;
}
.feature-card-item .content.style-2 {
  margin-top: 5px;
}

.feature-section {
  position: relative;
}
.feature-section .line-shape {
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 1600px) {
  .feature-section .line-shape {
    display: none;
  }
}

.customize-wrapper {
  position: relative;
  margin-top: 60px;
  margin-bottom: -60px;
}
@media (max-width: 1199px) {
  .customize-wrapper {
    margin-bottom: -40px;
  }
}
@media (max-width: 991px) {
  .customize-wrapper {
    margin-bottom: -35px;
  }
}
@media (max-width: 767px) {
  .customize-wrapper {
    margin-bottom: -25px;
  }
}
@media (max-width: 575px) {
  .customize-wrapper {
    margin-bottom: -20px;
  }
}
.customize-wrapper .left-image {
  position: absolute;
  left: -10%;
  top: 20%;
  z-index: 1;
}
@media (max-width: 1600px) {
  .customize-wrapper .left-image {
    left: -5%;
    top: 20%;
  }
}
@media (max-width: 1199px) {
  .customize-wrapper .left-image {
    display: none;
  }
}
.customize-wrapper .left-image img {
  width: 100%;
  height: 100%;
}
.customize-wrapper .right-image {
  position: absolute;
  right: -12%;
  bottom: 12%;
  z-index: 1;
}
@media (max-width: 1600px) {
  .customize-wrapper .right-image {
    right: -4%;
    bottom: 12%;
  }
}
@media (max-width: 1199px) {
  .customize-wrapper .right-image {
    display: none;
  }
}
.customize-wrapper .right-image img {
  width: 100%;
  height: 100%;
}
.customize-wrapper .customize-list {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .customize-wrapper .customize-list {
    flex-wrap: wrap;
  }
}
.customize-wrapper .customize-list li {
  padding: 16px 25px;
  line-height: 1;
  color: var(--white);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease-in-out;
}
.customize-wrapper .customize-list li i {
  margin-right: 10px;
}
.customize-wrapper .customize-list li:hover {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
}
.customize-wrapper .customize-item .customize-image {
  position: relative;
}
.customize-wrapper .customize-item .customize-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
}

.feature-customoze-section {
  position: relative;
  margin: 0 40px;
  z-index: 9;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .feature-customoze-section {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .feature-customoze-section {
    margin: 0 20px;
  }
}
@media (max-width: 575px) {
  .feature-customoze-section {
    margin: 0 10px;
  }
}
.feature-customoze-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  top: -34%;
  z-index: -1;
  border-radius: 30px;
}

.footer-widgets-wrapper {
  padding: 50px 0 80px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 50px 0 80px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 30px 0 60px;
  }
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 22px;
  border-bottom: 1px solid var(--white);
  display: inline-block;
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border-radius: 100px;
  display: block;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(227, 227, 227, 0.2);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
  margin-top: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
  font-size: 16px;
  color: var(--white);
  margin-right: 10px;
  font-size: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 55px;
  line-height: 70px;
  border-radius: 4px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  bottom: 5px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
  font-size: 32px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items {
    flex-wrap: wrap;
  }
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb {
  width: 80px;
  height: 80px;
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date {
  margin-bottom: 10px;
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date li {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 {
  font-size: 16px;
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a:hover {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item {
  overflow: hidden;
}
.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .thumb {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content .post-date {
  color: var(--theme);
  margin-bottom: 10px;
}
.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content .post-date i {
  margin-right: 10px;
}
.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content h6 {
  font-size: 16px;
}
.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content h6 a {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content h6 a:hover {
  color: var(--theme);
}

.footer-bottom {
  position: relative;
  z-index: 9;
  background-color: var(--header);
}
.footer-bottom .footer-wrapper {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center !important;
  }
}
.footer-bottom .footer-wrapper p {
  color: var(--white);
}
.footer-bottom .footer-wrapper p a {
  color: var(--white);
}
.footer-bottom .footer-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom .footer-wrapper .footer-menu li a {
  color: var(--white);
}
.footer-bottom .footer-wrapper .footer-menu li a:hover {
  color: var(--theme);
}

.footer-section {
  position: relative;
}
.footer-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 40px;
}
@media (max-width: 1199px) {
  .footer-section .left-shape {
    display: none;
  }
}
.footer-section .right-shape {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media (max-width: 1199px) {
  .footer-section .right-shape {
    display: none;
  }
}

.header-top-section {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
  position: relative;
  z-index: 999999;
}
@media (max-width: 1199px) {
  .header-top-section {
    display: none;
  }
}
.header-top-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  left: initial;
  bottom: 0;
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
  width: 30%;
  bottom: 0;
  border-radius: 1000px 0px 0px 1000px;
}
@media (max-width: 1600px) {
  .header-top-section::before {
    display: none;
  }
}
.header-top-section .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-top-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-top-section .container-fluid {
    padding: 0 30px;
  }
}

.header-top-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper .top-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper .top-left li {
  color: var(--white);
}
.header-top-wrapper .top-left li a {
  color: var(--white);
}
.header-top-wrapper .top-left li i {
  margin-right: 10px;
}
.header-top-wrapper .top-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper .top-right li {
  color: var(--white);
}
.header-top-wrapper .top-right li a {
  color: var(--white);
}
.header-top-wrapper .top-right li i {
  margin-right: 10px;
}
.header-top-wrapper .top-right .flag-wrap {
  position: relative;
  width: 160px;
}
.header-top-wrapper .top-right .flag-wrap .nice-select {
  padding: 10px 7px 10px 55px;
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.header-top-wrapper .top-right .flag-wrap .nice-select span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
}
.header-top-wrapper .top-right .flag-wrap .nice-select .list li {
  color: var(--header);
}
.header-top-wrapper .top-right .flag-wrap .nice-select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.header-top-wrapper .top-right .flag-wrap .flag {
  position: absolute;
  top: 9px;
  left: 15px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-top-wrapper .top-right .flag-wrap .flag {
    display: none;
  }
}
.header-top-wrapper .top-right .flag-wrap .flag img {
  width: 100%;
  height: 100%;
  border: 4px solid var(--white);
  border-radius: 50%;
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
@media (max-width: 1600px) {
  .header-1 {
    background-color: var(--white);
  }
}
@media (max-width: 1600px) {
  .header-1 .header-main {
    background-image: none !important;
    padding-left: 0;
    padding-right: 0;
    padding: 20px 0;
  }
}
.header-1.header-2 {
  top: initial;
  left: initial;
}
.header-1.header-2 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .header-1.header-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .header-1.header-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .header-1.header-2 .container-fluid {
    padding: 0 30px;
  }
}
.header-1.header-2 .header-main {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .header-1.header-2 .header-main {
    background-color: transparent;
  }
}
.header-1.header-3 {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .header-1.header-3 {
    margin-top: 0;
  }
}
.header-1.header-3 .container-fluid {
  padding: 0 260px;
}
@media (max-width: 1899px) {
  .header-1.header-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1.header-3 .container-fluid {
    padding: 0 30px;
  }
}
.header-1.header-3 .header-main {
  background-color: var(--white);
  padding: 20px 25px;
  border-radius: 100px;
}
.header-1.header-4 .header-main .header-right-ber .header-right .theme-btn {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
}
.header-1 .header-logo {
  display: none;
}
.header-1::before {
  display: none;
}
.header-1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 575px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
.header-1 .search-icon {
  color: var(--header);
}
.header-1 .header-right-ber {
  display: flex;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1899px) {
  .header-1 .header-right-ber {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-right-ber .header-right .theme-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  padding-left: 110px;
  padding-right: 110px;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 40px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .sub-menu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .sub-menu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
}
.header-main .main-menu ul li .sub-menu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .sub-menu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .sub-menu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .sub-menu li .sub-menu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .sub-menu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .sub-menu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .sub-menu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .sub-menu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  min-width: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 18px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
  line-height: initial;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Outfit", serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme2);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 .header-logo-2 {
  display: none;
}
.sticky.header-1 .header-logo {
  display: block;
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.sticky.header-1 .header-main .main-menu ul li .sub-menu {
  color: var(--header);
}
.sticky.header-1 .header-main .main-menu ul li .sub-menu li a {
  color: var(--header);
}
.sticky.header-1 .header-main .sidebar__toggle {
  color: var(--header);
}
@media (max-width: 1399px) {
  .sticky.header-1 .theme-btn {
    display: none;
  }
}
.sticky.header-1 .search-icon {
  color: var(--header);
}
.sticky.header-1 .theme-btn {
  background-color: var(--theme);
}
.sticky.header-1.header-3 {
  margin-top: 0;
}
.sticky.header-1.header-3 .header-main {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__logo {
  width: 170px;
}
.offcanvas__wrapper .offcanvas__logo img {
  width: 100%;
  height: 100%;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.page-heading {
  padding: 215px 0 145px;
  position: relative;
}
@media (max-width: 767px) {
  .page-heading {
    padding: 150px 0 100px;
  }
}
.page-heading h2 {
  font-size: 80px;
  margin-bottom: 20px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .page-heading h2 {
    font-size: 70px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .page-heading h2 {
    font-size: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-heading h2 {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page-heading h2 {
    font-size: 40px;
    text-align: center;
  }
}
.page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .page-heading .breadcrumb-list {
    justify-content: center;
  }
}
.page-heading .breadcrumb-list li {
  color: var(--white);
}
.page-heading .breadcrumb-list li a {
  color: var(--white);
}

.breadcrumb-section {
  position: relative;
  z-index: 9;
}
.breadcrumb-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(270.07deg, #002b98 0.07%, #00060c 99.95%);
  z-index: -1;
  opacity: 0.5;
}
.breadcrumb-section .left-shape {
  position: absolute;
  left: 0px;
  bottom: -30px;
}
@media (max-width: 1199px) {
  .breadcrumb-section .left-shape {
    display: none;
  }
}
.breadcrumb-section .right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .breadcrumb-section .right-shape {
    display: none;
  }
}

.error-item {
  text-align: center;
}
.error-item .error-image {
  margin-bottom: 50px;
  max-width: 628px;
}
.error-item .error-image img {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme);
  content: "";
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.array-button .array-prev {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  font-size: 12px;
  border: 1px solid #585B6F;
  color: var(--theme);
}
.array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.array-button .array-next {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  font-size: 12px;
  border: 1px solid #585B6F;
  color: var(--theme);
}
.array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.mt-60 {
  margin-top: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .mb-40 {
    margin-bottom: 0;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.nice-select {
  background-color: transparent;
  width: unset;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.nice-select span {
  font-size: 16px;
  color: var(--text);
  text-transform: capitalize;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color: #434343;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.custom-container {
  max-width: 1680px;
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 100px;
  border: 1px solid var(--text);
  background: transparent;
  color: var(--text);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.custom-container {
  max-width: 1360px;
  margin: 0 auto;
}

.custom-container-2 {
  max-width: 1610px;
  margin: 0 auto;
}

.custom-container-3 {
  max-width: 1373px;
  margin: 0 auto;
}

.custom-container-4 {
  max-width: 1410px;
  margin: 0 auto;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.slide-element {
  width: auto;
  display: inline-block;
}

.swiper-dot4 {
  text-align: center;
}
@media (max-width: 1199px) {
  .swiper-dot4 {
    display: none;
  }
}
.swiper-dot4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: rgba(43, 77, 255, 0.5);
  border-radius: 30px;
  opacity: 1;
  border-radius: 100%;
  position: relative;
}
.swiper-dot4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 35px;
  height: 10px;
  border-radius: 30px;
}

.swiper-dot3 {
  text-align: center;
}
.swiper-dot3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transition: 0.6s;
  background-color: transparent;
  border: 1px solid var(--text);
  border-radius: 30px;
  opacity: 1;
  border-radius: 100%;
  position: relative;
}
.swiper-dot3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  border: 1px solid var(--theme);
  transition: 0.6s;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 30px;
}

.hero-1 {
  padding: 250px 0 160px;
  position: relative;
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 180px 0 110px;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding: 180px 0 80px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding: 150px 0 80px;
  }
}
.hero-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(10, 22, 94, 0.92);
}
.hero-1 .top-shape {
  position: absolute;
  top: 200px;
  right: 40px;
}
@media (max-width: 1199px) {
  .hero-1 .top-shape {
    display: none;
  }
}
.hero-1 .hero-content {
  position: relative;
  z-index: 99;
}
.hero-1 .hero-content h6 {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 30px;
}
.hero-1 .hero-content h6 img {
  margin-right: 10px;
}
.hero-1 .hero-content h1 {
  color: var(--white);
  font-family: "Outfit", serif;
  margin-bottom: 20px;
}
.hero-1 .hero-content p {
  color: var(--white);
}
.hero-1 .hero-content .hero-button {
  margin-top: 40px;
}
.hero-1 .hero-image {
  position: relative;
  z-index: 9;
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-1 .hero-image .client-img {
  position: absolute;
  bottom: 0;
  left: -25px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image .client-img {
    bottom: -13px;
    left: -50px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image .client-img {
    left: 0;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image .client-img {
    bottom: 0;
    left: -5px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-image .client-img {
    display: none;
  }
}
.hero-1 .hero-image .client-img img {
  width: initial;
  height: initial;
}
.hero-1 .hero-image .client-img h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  margin-top: 15px;
}
.hero-1 .hero-image .client-img h6 span {
  color: var(--theme);
}
.hero-1 .hero-image .circle-shape {
  position: absolute;
  top: 0;
  left: 15%;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image .circle-shape {
    display: none;
  }
}

.hero-2 {
  background: #F5F7FF;
  padding: 170px 0px 0px;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-2 {
    padding: 130px 0;
  }
}
@media (max-width: 991px) {
  .hero-2 {
    padding-bottom: 0;
  }
}
.hero-2 .heavy-shape {
  position: absolute;
  top: 16%;
  left: 0;
}
@media (max-width: 1600px) {
  .hero-2 .heavy-shape {
    display: none;
  }
}
.hero-2 .line-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .hero-2 .line-shape {
    display: none;
  }
}
.hero-2 .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-2 .right-shape {
    display: none;
  }
}
.hero-2 .middle-shape {
  position: absolute;
  left: 39%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1600px) {
  .hero-2 .middle-shape {
    display: none;
  }
}
.hero-2 .hero-content {
  margin-left: -233px;
}
@media (max-width: 1600px) {
  .hero-2 .hero-content {
    margin-left: 0;
  }
}
.hero-2 .hero-content h6 {
  font-size: 20px;
  font-weight: 400;
  color: var(--theme);
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.hero-2 .hero-content h1 span {
  color: var(--theme);
}
.hero-2 .hero-content p {
  font-size: 18px;
  max-width: 630px;
  margin-top: 20px;
}
.hero-2 .hero-content .theme-btn {
  margin-top: 45px;
}
.hero-2 .hero-image {
  position: relative;
  z-index: 9;
}
.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-2 .hero-image .bg-shape {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1600px) {
  .hero-2 .hero-image .bg-shape {
    display: none;
  }
}
.hero-2 .hero-image .bg-shape img {
  width: initial;
  height: initial;
}
.hero-2 .hero-image .right-shape-2 {
  position: absolute;
  top: 70px;
  right: -250px;
}
@media (max-width: 1600px) {
  .hero-2 .hero-image .right-shape-2 {
    display: none;
  }
}

.hero-3 {
  position: relative;
  padding: 280px 0;
}
@media (max-width: 1199px) {
  .hero-3 {
    padding: 250px 0 150px;
  }
}
@media (max-width: 991px) {
  .hero-3 {
    padding: 250px 0 130px;
  }
}
@media (max-width: 767px) {
  .hero-3 {
    padding: 220px 0 100px;
  }
}
@media (max-width: 575px) {
  .hero-3 {
    padding: 180px 0 90px;
  }
}
.hero-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(10, 22, 94, 0.94);
}
.hero-3 .top-shape {
  position: absolute;
  left: 0;
  top: 90px;
}
@media (max-width: 1199px) {
  .hero-3 .top-shape {
    display: none;
  }
}
.hero-3 .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-3 .right-shape {
    display: none;
  }
}
.hero-3 .hero-content {
  position: relative;
}
.hero-3 .hero-content h6 {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 15px;
}
.hero-3 .hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
}
.hero-3 .hero-content p {
  color: var(--white);
  margin-bottom: 40px;
}
.hero-3 .hero-image {
  position: relative;
  margin-right: -100px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-image {
    margin-right: 0;
  }
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
}

.hero-4 {
  padding: 170px 0 170px;
  border-radius: 40px 40px 60px 60px;
  position: relative;
  margin: 90px 40px 0;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-4 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .hero-4 {
    padding: 140px 0;
    margin: 90px 30px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-4 {
    padding: 120px;
    margin: 90px 20px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .hero-4 {
    padding: 100px 0;
    margin: 90px 10px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.hero-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.hero-4 .top-shape {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .hero-4 .top-shape {
    display: none;
  }
}
.hero-4 .bottom-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .hero-4 .bottom-shape {
    display: none;
  }
}
.hero-4 .day-shape {
  position: absolute;
  top: 220px;
  right: 246px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .hero-4 .day-shape {
    right: 80px;
  }
}
@media (max-width: 1399px) {
  .hero-4 .day-shape {
    display: none;
  }
}
.hero-4 .percent-shape {
  position: absolute;
  right: 41%;
  bottom: 20%;
  z-index: 10;
}
@media (max-width: 1399px) {
  .hero-4 .percent-shape {
    display: none;
  }
}
.hero-4 .star-shape {
  position: absolute;
  right: 47%;
  top: 14%;
  z-index: 10;
}
@media (max-width: 1399px) {
  .hero-4 .star-shape {
    display: none;
  }
}
.hero-4 .dot-shape {
  position: absolute;
  z-index: 10;
  left: 34%;
  bottom: 13%;
}
@media (max-width: 1399px) {
  .hero-4 .dot-shape {
    display: none;
  }
}
.hero-4 .hero-content h6 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: capitalize;
  color: var(--theme);
}
.hero-4 .hero-content h1 {
  color: var(--header);
  margin-bottom: 10px;
}
.hero-4 .hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.hero-4 .hero-image {
  position: relative;
  z-index: 9;
  max-width: 435px;
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .hero-4 .hero-image {
    margin-left: 0;
  }
}
.hero-4 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-4 .hero-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  width: 440px;
  height: 553px;
  border-radius: 235px;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media (max-width: 1199px) {
  .hero-4 .hero-image:before {
    display: none;
  }
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.news-wrapper .news-box-items {
  margin-top: 30px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .news-wrapper .news-box-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-wrapper .news-box-items .thumb {
  max-width: 238px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.news-wrapper .news-box-items .thumb .post-box {
  border-radius: 6px;
  background: linear-gradient(180deg, #C700B1 4.76%, #3C72FC 168.25%);
  padding: 12px 24px 6px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
}
.news-wrapper .news-box-items .thumb .post-box h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.news-wrapper .news-box-items .thumb .post-box span {
  font-size: 12px;
  color: var(--white);
  line-height: 1;
}
.news-wrapper .news-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.news-wrapper .news-box-items .content {
  padding: 0 30px;
  flex-basis: 57%;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .news-wrapper .news-box-items .content {
    flex-basis: initial;
    padding-right: 0;
    padding: 0 0;
  }
}
.news-wrapper .news-box-items .content .post-list {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}
.news-wrapper .news-box-items .content .post-list li {
  font-size: 14px;
}
.news-wrapper .news-box-items .content .post-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-wrapper .news-box-items .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-wrapper .news-box-items .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(var(--theme), var(--theme));
}
.news-wrapper .news-box-items .content .client-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.news-wrapper .news-box-items .content .client-info .client-conent span {
  font-size: 14px;
  color: var(--theme);
}
.news-wrapper .news-box-items .content .client-info .client-conent h6 {
  font-size: 16px;
  font-weight: 500;
}
.news-wrapper .news-box-items:hover .thumb img {
  transform: scale(1.1) rotate(3deg);
  filter: brightness(70%);
}
.news-wrapper .news-right-box-items {
  margin-top: 30px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 20px 0;
}
.news-wrapper .news-right-box-items .thumb {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.news-wrapper .news-right-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.news-wrapper .news-right-box-items .thumb .post-box {
  border-radius: 6px;
  background: linear-gradient(180deg, #C700B1 4.76%, #3C72FC 168.25%);
  padding: 12px 24px 6px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 40px;
}
.news-wrapper .news-right-box-items .thumb .post-box h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.news-wrapper .news-right-box-items .thumb .post-box span {
  font-size: 12px;
  color: var(--white);
  line-height: 1;
}
.news-wrapper .news-right-box-items .content {
  padding: 20px 0px 25px;
}
.news-wrapper .news-right-box-items .content .post-list {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}
.news-wrapper .news-right-box-items .content .post-list li {
  font-size: 14px;
}
.news-wrapper .news-right-box-items .content .post-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-wrapper .news-right-box-items .content h3 {
  margin-bottom: 15px;
}
.news-wrapper .news-right-box-items .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-wrapper .news-right-box-items .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(var(--theme), var(--theme));
}
.news-wrapper .news-right-box-items .content .client-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.news-wrapper .news-right-box-items .content .client-info .client-conent span {
  font-size: 14px;
  color: var(--theme);
}
.news-wrapper .news-right-box-items .content .client-info .client-conent h6 {
  font-size: 16px;
  font-weight: 500;
}
.news-wrapper .news-right-box-items:hover .thumb img {
  transform: scale(1.1) rotate(3deg);
  filter: brightness(70%);
}

.news-card-items {
  margin-top: 30px;
}
.news-card-items .news-image {
  position: relative;
}
.news-card-items .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.news-card-items .news-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(10, 22, 94, 0) 0%, #0A165E 100%);
}
.news-card-items .news-image .news-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
}
.news-card-items .news-image .news-content .meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
.news-card-items .news-image .news-content .meta li {
  color: var(--white);
  position: relative;
}
.news-card-items .news-image .news-content .meta li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: var(--white);
  top: 14px;
  left: 87px;
}
.news-card-items .news-image .news-content h3 {
  color: var(--white);
}
.news-card-items .news-image .news-content h3 a {
  color: var(--white);
}
.news-card-items .news-image .news-content h3 a:hover {
  color: var(--theme);
}

.news-section-2 {
  position: relative;
}
.news-section-2 .right-shape {
  position: absolute;
  right: -50%;
  bottom: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .news-section-2 .right-shape {
    display: none;
  }
}

.news-standard-wrapper .news-standard-items .news-right-item {
  margin-bottom: 60px;
}
.news-standard-wrapper .news-standard-items .news-right-item .news-image {
  overflow: hidden;
  border-radius: 16px;
}
.news-standard-wrapper .news-standard-items .news-right-item .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: all 0.4s ease-in-out;
}
.news-standard-wrapper .news-standard-items .news-right-item .news-content {
  margin-top: 30px;
}
.news-standard-wrapper .news-standard-items .news-right-item .news-content .news-post {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-right-item .news-content .news-post {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-standard-wrapper .news-standard-items .news-right-item .news-content .news-post li {
  font-size: 16px;
  color: var(--text);
}
.news-standard-wrapper .news-standard-items .news-right-item .news-content .news-post li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-standard-wrapper .news-standard-items .news-right-item .news-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .news-standard-wrapper .news-standard-items .news-right-item .news-content h3 {
    font-size: 27px;
  }
}
.news-standard-wrapper .news-standard-items .news-right-item .news-content h3 a:hover {
  color: var(--theme);
}
.news-standard-wrapper .news-standard-items .news-right-item .news-content .theme-btn {
  display: inline-block;
  margin-top: 40px;
}
.news-standard-wrapper .news-standard-items .news-right-item:hover .news-image img {
  transform: scale(1.1) rotate(3deg);
  filter: brightness(70%);
}

.news-details-wrapper .news-details-content .news-post-item .details-image {
  overflow: hidden;
  border-radius: 16px;
}
.news-details-wrapper .news-details-content .news-post-item .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: all 0.4s ease-in-out;
}
.news-details-wrapper .news-details-content .news-post-item .details-image:hover img {
  transform: scale(1.1) rotate(3deg);
  filter: brightness(70%);
}
.news-details-wrapper .news-details-content .news-post-item .news-post {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content .news-post-item .news-post {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-wrapper .news-details-content .news-post-item .news-post li {
  font-size: 16px;
  color: var(--text);
}
.news-details-wrapper .news-details-content .news-post-item .news-post li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-details-wrapper .news-details-content .news-post-item h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content .news-post-item h3 {
    font-size: 27px;
  }
}
.news-details-wrapper .news-details-content .news-post-item .hilight-text {
  padding: 40px;
  background-color: var(--theme);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-content .news-post-item .hilight-text {
    padding: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.news-details-wrapper .news-details-content .news-post-item .hilight-text .icon {
  font-size: 60px;
}
.news-details-wrapper .news-details-content .news-post-item .hilight-text p {
  max-width: 614px;
  font-size: 16px;
  font-weight: 400;
  color: var(--bg);
  line-height: 28px;
}
.news-details-wrapper .news-details-content .news-post-item .thumb {
  overflow: hidden;
  border-radius: 20px;
}
.news-details-wrapper .news-details-content .news-post-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.news-details-wrapper .news-details-content .news-post-item .thumb:hover img {
  transform: scale(1.1) rotate(3deg);
  filter: brightness(70%);
}
.news-details-wrapper .news-details-content .tags-share {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content .tags-share {
    flex-wrap: wrap;
  }
}
.news-details-wrapper .news-details-content .tags-share .tags {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-details-wrapper .news-details-content .tags-share .tags strong {
  color: var(--header);
  text-transform: uppercase;
}
.news-details-wrapper .news-details-content .tags-share .tags a {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
.news-details-wrapper .news-details-content .tags-share .tags a:not(:last-child)::after {
  position: absolute;
  content: "";
  background: #434343;
  height: 12px;
  width: 1px;
  left: 76px;
  top: 9px;
}
.news-details-wrapper .news-details-content .tags-share .tags a:hover {
  color: var(--theme);
}
.news-details-wrapper .news-details-content .tags-share .share {
  display: flex;
  align-items: center;
}
.news-details-wrapper .news-details-content .tags-share .share strong {
  color: var(--header);
  text-transform: uppercase;
}
.news-details-wrapper .news-details-content .tags-share .share a {
  font-size: 12px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 100%;
  text-align: center;
  color: var(--white);
  background: #1E252F;
  margin-left: 12px;
}
.news-details-wrapper .news-details-content .tags-share .share a:hover {
  background: var(--theme);
}
.news-details-wrapper .news-details-content .tags-share .share a.active {
  background: var(--theme);
}
.news-details-wrapper .news-details-content .comments-area {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .news-details-wrapper .news-details-content .comments-area {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-content .comments-area {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content .comments-area {
    margin-top: 30px;
  }
}
.news-details-wrapper .news-details-content .comments-area .comments-heading {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-wrapper .news-details-content .comments-area .comments-heading h3 {
  font-weight: 700;
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment {
  border-bottom: 1px solid #EEF1FF;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment img {
  border-radius: 100%;
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .reply {
  border-radius: 20px;
  padding: 10px 16px;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .reply:hover {
  background-color: var(--header);
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .reply.active {
  background-color: var(--header);
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .reply.active:hover {
  background-color: var(--theme);
}
.news-details-wrapper .news-details-content .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #1E252F;
}
.news-details-wrapper .news-details-content .comment-form-wrap p {
  margin-bottom: 20px;
}
.news-details-wrapper .news-details-content .comment-form-wrap .form-clt input, .news-details-wrapper .news-details-content .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: #EEF1FF;
  padding-bottom: 20px;
  padding: 16px 20px;
  transition: all 0.4s ease-in-out;
  color: #434343;
  font-size: 16px;
  border-radius: 12px;
}
.news-details-wrapper .news-details-content .comment-form-wrap .form-clt input::placeholder, .news-details-wrapper .news-details-content .comment-form-wrap .form-clt textarea::placeholder {
  color: #434343;
}
.news-details-wrapper .news-details-content .comment-form-wrap .form-clt textarea {
  padding-bottom: 150px;
  resize: none;
}

.main-sideber .single-sidebar-widget {
  padding: 40px 20px;
  margin-bottom: 30px;
  background-color: #EEF1FF;
  border-radius: 16px;
}
.main-sideber .single-sidebar-widget .wid-title {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  border-radius: 30px;
  color: var(--text);
}
.main-sideber .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 63px;
  font-size: 18px;
  height: 100%;
  border-radius: 0px 30px 30px 0px;
  background: linear-gradient(90deg, #2B4DFF 2.49%, #C700B1 100%);
  color: var(--white);
  text-align: center;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.main-sideber .single-sidebar-widget .search-widget form button i {
  font-weight: 400;
}
.main-sideber .single-sidebar-widget .search-widget form button:hover {
  background: var(--header);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  line-height: 1;
  padding: 14px 20px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .main-sideber .single-sidebar-widget .news-widget-categories ul li {
    font-size: 16px;
  }
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li.active {
  background: linear-gradient(90deg, #2B4DFF 0%, #C700B1 100%);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--white);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--white);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--header);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  color: var(--header);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover {
  background: linear-gradient(90deg, #2B4DFF 0%, #C700B1 100%);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--white);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--white);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .main-sideber .single-sidebar-widget .recent-post-area .recent-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 10px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 {
  margin-bottom: 10px;
  line-height: 133%;
  font-weight: 500;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 a:hover {
  color: var(--theme);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: #434343;
}
.main-sideber .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  margin-right: 5px;
  border-radius: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--text);
  border: 1px solid var(--border);
  transition: all 0.4s ease-in-out;
}
.main-sideber .single-sidebar-widget .tagcloud a.active {
  background: linear-gradient(90deg, #2B4DFF 0%, #C700B1 100%);
  color: var(--white);
}
.main-sideber .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sidebar-widget .tagcloud a:hover {
  background: linear-gradient(90deg, #2B4DFF 0%, #C700B1 100%);
  color: var(--white);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Outfit", serif, "Outfit", serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Outfit", serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.pricing-card-items {
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 30px;
}
.pricing-card-items.radius-border {
  border: 1px solid rgba(10, 22, 94, 0.2);
}
.pricing-card-items .pricing-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}
.pricing-card-items .pricing-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px 20px 0px 0px;
  background: rgba(10, 22, 94, 0.86);
}
.pricing-card-items .pricing-image .pricing-content {
  padding: 40px;
}
@media (max-width: 1199px) {
  .pricing-card-items .pricing-image .pricing-content {
    padding: 30px;
  }
}
.pricing-card-items .pricing-image .pricing-content .pricing-header {
  position: relative;
  text-align: center;
}
.pricing-card-items .pricing-image .pricing-content .pricing-header h3 {
  color: var(--white);
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .pricing-card-items .pricing-image .pricing-content .pricing-header h3 {
    margin-bottom: 10px;
  }
}
.pricing-card-items .pricing-image .pricing-content .pricing-header h2 {
  font-size: 70px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .pricing-card-items .pricing-image .pricing-content .pricing-header h2 {
    font-size: 50px;
  }
}
.pricing-card-items .pricing-image .pricing-content .pricing-header h2 .sup {
  font-size: 18px;
  font-weight: 400;
}
.pricing-card-items .pricing-image .pricing-content .pricing-header h2 span {
  font-size: 18px;
  font-weight: 400;
  color: var(--bg);
  font-family: "Outfit", serif;
}
.pricing-card-items .pricing-image .pricing-content .pricing-button .theme-btn {
  width: 100%;
  border-radius: 8px;
  background: var(--white);
  color: var(--header);
}
.pricing-card-items .pricing-image .pricing-content .pricing-button .theme-btn::before {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
}
.pricing-card-items .pricing-image .pricing-content .pricing-button .theme-btn:hover {
  color: var(--white);
}
.pricing-card-items .pricing-image .pricing-content .pricing-button.style-2 .theme-btn {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
  color: var(--white);
}
.pricing-card-items .pricing-image .pricing-content .pricing-button.style-2 .theme-btn::before {
  background: var(--header);
}
.pricing-card-items .pricing-list {
  padding: 30px 70px;
}
@media (max-width: 1199px) {
  .pricing-card-items .pricing-list {
    padding: 30px 30px;
  }
}
.pricing-card-items .pricing-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
}
.pricing-card-items .pricing-list li svg {
  margin-right: 6px;
}
.pricing-card-items .pricing-list li:not(:last-child) {
  margin-bottom: 12px;
}

.pricing-section {
  position: relative;
}
.pricing-section .left-shape {
  position: absolute;
  top: 0px;
  left: 0;
}
@media (max-width: 1399px) {
  .pricing-section .left-shape {
    display: none;
  }
}

.pricing-card-items-2 {
  border-radius: 16px;
  background: var(--bg);
  padding: 40px 35px;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.pricing-card-items-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 145px;
  height: 145px;
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
  top: -34px;
  right: -49px;
  left: initial;
  border: 25px solid rgba(43, 77, 255, 0.3);
}
.pricing-card-items-2 .pricing-header h2 {
  font-size: 70px;
  font-weight: 600;
  color: var(--header);
}
.pricing-card-items-2 .pricing-header h2 span {
  font-size: 18px;
  font-weight: 400;
  color: #585B6F;
}
.pricing-card-items-2 p {
  color: #585B6F;
}
.pricing-card-items-2 .pricing-list {
  margin-top: 20px;
}
.pricing-card-items-2 .pricing-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
}
.pricing-card-items-2 .pricing-list li svg {
  margin-right: 6px;
}
.pricing-card-items-2 .pricing-list li:not(:last-child) {
  margin-bottom: 12px;
}
.pricing-card-items-2 .pricing-button {
  margin-top: 30px;
}
.pricing-card-items-2 .pricing-button .theme-btn {
  width: 100%;
  border-radius: 8px;
  background: var(--white);
  color: var(--header);
}
.pricing-card-items-2 .pricing-button .theme-btn::before {
  background: linear-gradient(90deg, #2B4DFF 0%, #C700B1 100%);
}
.pricing-card-items-2 .pricing-button .theme-btn:hover {
  color: var(--white);
}
.pricing-card-items-2 .pricing-button.style-2 .theme-btn {
  background: linear-gradient(90deg, #2B4DFF 0%, #C700B1 100%);
  color: var(--white);
}
.pricing-card-items-2 .pricing-button.style-2 .theme-btn::before {
  background: var(--header);
}
.pricing-card-items-2:hover::before {
  border: 25px solid var(--theme);
}

.project-wrapper {
  position: relative;
}
.project-wrapper .project-box-items {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1600px) {
  .project-wrapper .project-box-items {
    background: var(--white);
    border-radius: 16px;
    fill: #FFF;
    border-radius: 10px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  }
}
.project-wrapper .project-box-items .bg-shape {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1600px) {
  .project-wrapper .project-box-items .bg-shape {
    display: none;
  }
}
.project-wrapper .project-box-items .thumb {
  padding: 20px;
  padding-bottom: 0;
  height: 360px;
}
.project-wrapper .project-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.project-wrapper .project-box-items .content-items {
  padding: 20px 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  overflow: hidden;
}
.project-wrapper .project-box-items .content-items .post-box {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme);
  text-transform: capitalize;
  background: var(--bg);
  padding: 12px 18px;
  border-radius: 100px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  margin-bottom: 15px;
}
.project-wrapper .project-box-items .content-items .post-box:hover {
  background: linear-gradient(0deg, #3C72FC 0%, #C700B1 100%);
  color: var(--white);
}
.project-wrapper .project-box-items .content-items h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-wrapper .project-box-items .content-items h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(var(--theme), var(--theme));
}
.project-wrapper .project-box-items .content-items .icon-items {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media (max-width: 1600px) {
  .project-wrapper .project-box-items .content-items .icon-items {
    right: 25px;
    bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .project-wrapper .project-box-items .content-items .icon-items {
    right: 25px;
    bottom: 70px;
  }
}
@media (max-width: 991px) {
  .project-wrapper .project-box-items .content-items .icon-items {
    right: 25px;
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .project-wrapper .project-box-items .content-items .icon-items {
    right: 25px;
    bottom: 70px;
  }
}
.project-wrapper .project-box-items .content-items .icon-items li {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .project-wrapper .project-box-items .content-items .icon-items li {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.project-wrapper .project-box-items .content-items .icon-items li:hover {
  background-color: var(--theme);
  color: var(--white);
}
.project-wrapper .project-box-items .content-items .icon-items li:last-child {
  background: var(--header);
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.project-wrapper .project-box-items .content-items .icon-items li:last-child a {
  color: var(--white);
}
.project-wrapper .project-box-items .content-items .icon-items li:last-child:hover {
  background: linear-gradient(0deg, #3C72FC 0%, #C700B1 100%);
}
.project-wrapper .array-button {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .project-wrapper .array-button {
    display: none;
  }
}
.project-wrapper .array-button .array-prev {
  background-color: var(--white);
  color: var(--theme);
  border-radius: 100px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06) !important;
  position: absolute;
  top: -60px;
  left: 0;
  border: none;
}
.project-wrapper .array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.project-wrapper .array-button .array-next {
  background-color: var(--theme);
  color: var(--white);
  position: absolute;
  right: 0;
  top: -60px;
  border: none;
}
.project-wrapper .array-button .array-next:hover {
  background-color: var(--header);
  color: var(--white);
}

.project-section {
  margin-bottom: -15px;
}

.project-wrapper-2 .project-image {
  margin-bottom: 60px;
}
.project-wrapper-2 .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.project-wrapper-2 .progress-area .progress-wrap {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .project-wrapper-2 .progress-area .progress-wrap {
    margin-left: 0;
  }
}
.project-wrapper-2 .progress-area .progress-wrap .pro-items {
  width: 100%;
}
.project-wrapper-2 .progress-area .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.project-wrapper-2 .progress-area .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.project-wrapper-2 .progress-area .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
}
.project-wrapper-2 .progress-area .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
}
.project-wrapper-2 .progress-area .progress-wrap .pro-items .progress {
  background: var(--bg);
  justify-content: flex-start;
  border-radius: 2px;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}
.project-wrapper-2 .progress-area .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 10px;
  width: 0;
}
.project-wrapper-2 .progress-area .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.project-wrapper-2 .progress-area .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}

.project-card-item-2 {
  margin-top: 30px;
}
.project-card-item-2 .project-image {
  position: relative;
  overflow: hidden;
}
.project-card-item-2 .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.project-card-item-2 .project-image::after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.project-card-item-2 .project-image .project-content {
  padding: 20px 24px;
  border-radius: 10px;
  background: var(--white);
  position: absolute;
  left: 30px;
  bottom: -30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-card-item-2 .project-image .project-content h6 {
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 100px;
  color: var(--theme);
  margin-bottom: 18px;
  background-color: var(--bg);
  display: inline-block;
  text-align: center;
}
.project-card-item-2 .project-image .project-content h4 a:hover {
  color: var(--theme);
}
.project-card-item-2:hover .project-image::after {
  height: 100%;
  opacity: 0;
  transition: all 0.6s linear;
}
.project-card-item-2:hover .project-image .project-content {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.project-section-3 {
  position: relative;
}
.project-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  top: -34%;
  z-index: -1;
}
.project-section-3 .top-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.project-card-item-3 {
  margin-top: 30px;
}
.project-card-item-3 .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.project-card-item-3 .project-content {
  border-radius: 10px;
  background: #EEF1FF;
  padding: 20px 24px;
  margin-top: -45px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.project-card-item-3 .project-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme);
  z-index: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  z-index: -1;
}
.project-card-item-3 .project-content h6 {
  font-weight: 500;
  color: var(--theme);
  margin-bottom: 5px;
}
.project-card-item-3 .project-content h4 a:hover {
  color: var(--theme);
}
.project-card-item-3:hover .project-content h6 {
  color: var(--white);
  z-index: 1;
}
.project-card-item-3:hover .project-content h4 {
  z-index: 1;
}
.project-card-item-3:hover .project-content h4 a {
  color: var(--white);
}
.project-card-item-3:hover .project-content::before {
  top: auto;
  height: 100%;
}

.project-details-wrapper .main-sidebar .single-sidebar-widget {
  margin-bottom: 30px;
  border-radius: 16px;
  background: #EEF1FF;
  padding: 40px 25px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-title {
  margin-bottom: 20px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li {
  padding: 16px 24px;
  transition: all 0.4s ease-in-out;
  background-color: var(--white);
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li {
    font-size: 16px;
  }
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li a {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li span {
  color: var(--text);
  transition: all 0.4s ease-in-out;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 400;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li:hover {
  background: linear-gradient(90deg, #2B4DFF 0%, #C700B1 100%);
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li:hover a {
  color: var(--white);
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li:hover span {
  color: var(--white);
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li.active {
  background: linear-gradient(90deg, #2B4DFF 0%, #C700B1 100%);
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li.active a {
  color: var(--white);
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li.active i {
  color: var(--white);
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .social-icon {
  gap: 12px;
  margin-top: 30px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--text);
  color: var(--text);
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .social-icon a.active {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.project-details-wrapper .main-sidebar .project-contact-box {
  padding: 40px 30px;
  border-radius: 16px;
  background: radial-gradient(170.89% 130.78% at 91.49% -4.41%, #3C72FC 0%, #C700B1 100%);
  text-align: center;
}
.project-details-wrapper .main-sidebar .project-contact-box .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  margin: 0 auto;
}
.project-details-wrapper .main-sidebar .project-contact-box .content {
  margin-top: 30px;
}
.project-details-wrapper .main-sidebar .project-contact-box .content h2 {
  font-size: 36px;
  color: var(--white);
  margin-bottom: 10px;
}
.project-details-wrapper .main-sidebar .project-contact-box .content p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}
.project-details-wrapper .main-sidebar .project-contact-box .content .theme-btn {
  background: var(--header);
  margin-top: 40px;
}
@media (max-width: 575px) {
  .project-details-wrapper .main-sidebar .project-contact-box .content .theme-btn {
    padding: 12px 12px;
  }
}
.project-details-wrapper .main-sidebar .project-contact-box .content .theme-btn::before, .project-details-wrapper .main-sidebar .project-contact-box .content .theme-btn::after {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
}
.project-details-wrapper .project-post-item .details-image {
  margin-bottom: 20px;
}
.project-details-wrapper .project-post-item .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.project-details-wrapper .project-post-item .details-content h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.project-details-wrapper .project-post-item .details-content .thumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.project-details-wrapper .project-post-item .details-content .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.project-details-wrapper .project-post-item .details-content .faq-item {
  margin-top: 10px;
}
.project-details-wrapper .project-post-item .details-content .faq-item .accordion-item {
  border: 0;
  background: transparent;
}
.project-details-wrapper .project-post-item .details-content .faq-item .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  font-weight: 600;
  color: var(--header);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  text-transform: capitalize;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-post-item .details-content .faq-item .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
.project-details-wrapper .project-post-item .details-content .faq-item .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  transition: all 0.3s ease-in-out !important;
  color: var(--header);
}
.project-details-wrapper .project-post-item .details-content .faq-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f00d";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: var(--text);
}
.project-details-wrapper .project-post-item .details-content .faq-item .accordion-item .accordion-header .accordion-button.collapsed {
  background: transparent;
  border-bottom: 1px solid rgba(86, 86, 86, 0.3);
}
.project-details-wrapper .project-post-item .details-content .faq-item .accordion-item .accordion-collapse .accordion-body {
  padding-right: 50px;
  padding-left: 0;
  color: var(--text);
  background-color: transparent;
  padding-top: 0;
  border-bottom: 1px solid rgba(86, 86, 86, 0.3);
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .project-details-wrapper .project-post-item .details-content .faq-item .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

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

.section-title {
  margin-bottom: 30px;
}
.section-title h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.section-title h2 span {
  color: var(--theme);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 0;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
.section-title-area .client-info-item h6 {
  font-weight: 700;
  color: var(--header);
  margin-bottom: 10px;
}
.section-title-area .client-info-item .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .section-title-area .client-info-item .client-info {
    flex-wrap: wrap;
  }
}
.section-title-area .client-info-item .client-info .text .star {
  color: #FBB03B;
}
.section-title-area .client-info-item .client-info .text span {
  color: var(--header);
}

.footer-bg {
  background-color: var(--header);
}

.section-bg {
  background: #F5F7FF;
}

.section-bg-2 {
  background: #F5F6F7;
}

.section-bg-3 {
  background-color: #EEF1FF;
}

.theme-bg {
  background-color: var(--theme);
}

.service-section {
  background-position: top !important;
  background-size: initial !important;
}
.service-section .section-title {
  padding-top: 140px;
}

.service-wrapper {
  margin-right: -40%;
}
@media (max-width: 1199px) {
  .service-wrapper {
    margin-right: 0;
  }
}
.service-wrapper .array-button {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .service-wrapper .array-button {
    display: none;
  }
}
.service-wrapper .array-button .array-prev {
  background-color: var(--white);
  color: var(--theme);
}
.service-wrapper .array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.service-wrapper .array-button .array-next {
  background-color: var(--white);
  color: var(--theme);
}
.service-wrapper .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}

.service-box-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 20px;
  padding: 20px 20px;
  position: relative;
}
.service-box-items .content {
  padding-bottom: 30px;
}
.service-box-items .content h3 {
  margin-bottom: 10px;
}
.service-box-items .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-items .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(var(--theme), var(--theme));
}
.service-box-items .content .theme-btn {
  border: 1px solid #3C72FC;
  border-radius: 10px;
  background: transparent;
  margin-top: 25px;
  color: var(--theme);
}
.service-box-items .content .theme-btn:before {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
}
.service-box-items .content .theme-btn:hover {
  color: var(--white);
}
.service-box-items .icon {
  border-radius: 8px;
  border: 1px solid #D4DCFF;
  background: #F3F7FB;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.service-box-items .thumb {
  width: 192px;
  height: 92px;
  text-align: center;
  line-height: 92px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0A165E;
  border-top-left-radius: 30px;
}
.service-box-items .thumb img {
  border-radius: 20px;
  position: relative;
  z-index: 9;
}
.service-box-items .thumb::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: transparent;
  inset: calc(100% - 30px) 0 0 -30px;
  border-bottom-right-radius: 20px;
  box-shadow: 10px 5px 0 5px #0A165E;
}
.service-box-items .thumb::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: transparent;
  inset: -30px 0 0 162px;
  border-bottom-right-radius: 20px;
  box-shadow: 10px 5px 0 5px #0A165E;
}

.service-card-items {
  background-color: var(--white);
  padding: 30px;
  border-radius: 20px;
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.service-card-items::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-radius: 16px;
  background: radial-gradient(170.89% 130.78% at 91.49% -4.41%, #3C72FC 0%, #C700B1 100%);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-card-items.active .icon {
  background-color: var(--white);
}
.service-card-items.active .service-content h3 a {
  color: var(--white);
}
.service-card-items.active .service-content p {
  color: var(--white);
}
.service-card-items.active .service-content .theme-btn {
  background-color: var(--white);
}
.service-card-items.active::after {
  width: 100%;
  right: unset;
  left: 0;
}
.service-card-items.style-2 {
  background-color: #EEF1FF;
  position: relative;
  z-index: 1;
}
.service-card-items.style-2::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-radius: 16px;
  background: radial-gradient(170.89% 130.78% at 91.49% -4.41%, #3C72FC 0%, #C700B1 100%);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-card-items.style-2.active .icon {
  background-color: var(--white);
}
.service-card-items.style-2.active .service-content h3 a {
  color: var(--white);
}
.service-card-items.style-2.active .service-content p {
  color: var(--white);
}
.service-card-items.style-2.active .theme-btn {
  background-color: var(--white);
}
.service-card-items.style-2.active::after {
  width: 100%;
  right: unset;
  left: 0;
}
.service-card-items .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #D4DCFF;
  background: #F3F7FB;
  margin-bottom: 60px;
  transition: all 0.4s ease-in-out;
}
.service-card-items .service-content .theme-btn {
  border: 1px solid #3C72FC;
  border-radius: 10px;
  background: transparent;
  margin-top: 25px;
  color: var(--theme);
}
.service-card-items .service-content .theme-btn:before {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
}
.service-card-items .service-content .theme-btn:hover {
  color: var(--white);
}
.service-card-items .radius-box {
  width: 124px;
  height: 70px;
  text-align: center;
  line-height: 92px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F5F7FF;
  border-top-left-radius: 30px;
  border-top-right-radius: 5px;
}
.service-card-items .radius-box::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: transparent;
  inset: calc(100% - 30px) 0 0 -30px;
  border-bottom-right-radius: 20px;
  box-shadow: 5px 5px 0 5px #F5F7FF;
}
.service-card-items .radius-box::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: transparent;
  inset: -30px 0 0 100px;
  border-bottom-right-radius: 30px;
  box-shadow: 5px 5px 0 5px #F5F7FF;
}
.service-card-items:hover .icon {
  transform: scaleX(-1);
}

.service-section-2 {
  position: relative;
}
.service-section-2 .left-shape {
  position: absolute;
  left: 0;
  top: 100px;
}
@media (max-width: 1399px) {
  .service-section-2 .left-shape {
    display: none;
  }
}
.service-section-2 .right-shape {
  position: absolute;
  right: 0;
  bottom: 100px;
}
@media (max-width: 1600px) {
  .service-section-2 .right-shape {
    display: none;
  }
}
.service-section-2 .right-shape-2 {
  position: absolute;
  right: -50px;
  bottom: -190px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .service-section-2 .right-shape-2 {
    display: none;
  }
}

.service-wrapper-3 .service-content .service-image {
  margin-top: 80px;
  max-width: 470px;
}
@media (max-width: 767px) {
  .service-wrapper-3 .service-content .service-image {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .service-wrapper-3 .service-content .service-image {
    margin-top: 30px;
  }
}
.service-wrapper-3 .service-content .service-image img {
  width: 100%;
  height: 100%;
}
.service-wrapper-3 .service-item .service-box {
  border-radius: 16px;
  background-color: var(--white);
  padding: 40px 30px;
}
@media (max-width: 1199px) {
  .service-wrapper-3 .service-item .service-box {
    padding: 30px;
  }
}
.service-wrapper-3 .service-item .service-box li {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.08px;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .service-wrapper-3 .service-item .service-box li {
    display: grid;
    justify-content: center;
  }
}
.service-wrapper-3 .service-item .service-box li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(88, 91, 111, 0.2);
}
.service-wrapper-3 .service-item .service-box li .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 8px;
  background: #EEF1FF;
  transition: 1s;
}
@media (max-width: 1199px) {
  .service-wrapper-3 .service-item .service-box li .icon {
    margin: 0 auto;
  }
}
.service-wrapper-3 .service-item .service-box li:hover a:hover {
  color: var(--theme);
}
.service-wrapper-3 .service-item .service-box li:hover .icon {
  background: var(--theme);
  transform: rotateX(-360deg);
}
.service-wrapper-3 .service-item .service-box li:hover .icon img {
  filter: grayscale(100%) brightness(300%);
}

.service-section-3 {
  position: relative;
  z-index: 9;
}
.service-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(238, 241, 255, 0.9) 0%, rgba(238, 241, 255, 0.9) 100%);
  z-index: -1;
}

.service-box-item-2 {
  border-radius: 10px;
  padding: 30px;
  background-color: var(--white);
}
.service-box-item-2:not(:last-child) {
  margin-bottom: 20px;
}
.service-box-item-2 .icon {
  margin-bottom: 40px;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: var(--bg);
  transition: 1s;
}
.service-box-item-2 .content h3 a:hover {
  color: var(--theme);
}
.service-box-item-2:hover .icon {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
  transform: rotateX(-360deg);
}
.service-box-item-2:hover .icon img {
  filter: grayscale(100%) brightness(300%);
}

.premium-service-section {
  position: relative;
  margin: 0 40px;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .premium-service-section {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .premium-service-section {
    margin: 0 20px;
  }
}
@media (max-width: 575px) {
  .premium-service-section {
    margin: 0 10px;
  }
}
.premium-service-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #EEF1FF;
  z-index: -1;
}
.premium-service-section .left-shape {
  position: absolute;
  left: -14%;
  bottom: -23%;
}
@media (max-width: 1199px) {
  .premium-service-section .left-shape {
    display: none;
  }
}

.service-details-wrapper .main-sidebar .single-sidebar-widget {
  margin-bottom: 30px;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li {
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  justify-content: space-between;
  padding: 18px 24px;
  background-color: var(--white);
  font-weight: 700;
  border-radius: 30px;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li a {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li i {
  color: var(--header);
  transition: all 0.4s ease-in-out;
  transform: rotate(-45deg);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li:hover {
  background: linear-gradient(90deg, #2B4DFF 0%, #C700B1 100%);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li:hover a {
  color: var(--white);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li:hover i {
  color: var(--white);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li.active {
  background: linear-gradient(90deg, #2B4DFF 0%, #C700B1 100%);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li.active a {
  color: var(--white);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li.active i {
  color: var(--white);
}
.service-details-wrapper .main-sidebar .service-contact-box {
  padding: 40px 30px;
  border-radius: 16px;
  background: radial-gradient(170.89% 130.78% at 91.49% -4.41%, #3C72FC 0%, #C700B1 100%);
  text-align: center;
}
.service-details-wrapper .main-sidebar .service-contact-box .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  margin: 0 auto;
}
.service-details-wrapper .main-sidebar .service-contact-box .content {
  margin-top: 30px;
}
.service-details-wrapper .main-sidebar .service-contact-box .content h2 {
  font-size: 36px;
  color: var(--white);
  margin-bottom: 10px;
}
.service-details-wrapper .main-sidebar .service-contact-box .content p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}
.service-details-wrapper .main-sidebar .service-contact-box .content .theme-btn {
  background: var(--header);
  margin-top: 40px;
}
@media (max-width: 575px) {
  .service-details-wrapper .main-sidebar .service-contact-box .content .theme-btn {
    padding: 12px 12px;
  }
}
.service-details-wrapper .main-sidebar .service-contact-box .content .theme-btn::before, .service-details-wrapper .main-sidebar .service-contact-box .content .theme-btn::after {
  background: linear-gradient(90deg, #3C72FC 0%, #C700B1 100%);
}
.service-details-wrapper .service-post-item .details-image {
  margin-bottom: 20px;
}
.service-details-wrapper .service-post-item .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.service-details-wrapper .service-post-item .details-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.service-details-wrapper .service-post-item .details-content h3 {
  margin-bottom: 10px;
}
.service-details-wrapper .service-post-item .details-content .details-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.service-details-wrapper .service-post-item .details-content .details-list li {
  font-size: 18px;
  color: var(--header);
}
.service-details-wrapper .service-post-item .details-content .details-list li i {
  margin-right: 8px;
}
.service-details-wrapper .service-post-item .details-content .details-list li:not(:last-child) {
  margin-bottom: 10px;
}

.team-box-items {
  margin-top: 30px;
  border-radius: 20px;
  position: relative;
  border-radius: 20px;
  border: 1px solid #C700B1;
  text-align: center;
  transition: all 0.4s ease-in-out;
  background: transparent;
}
.team-box-items .thumb {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}
.team-box-items .thumb .social-icon {
  background-color: var(--white);
  position: absolute;
  right: -100px;
  top: 32px;
  padding: 16px 15px;
  font-size: 18px;
  gap: 10px;
  border-radius: 40px 0px 0px 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-box-items .thumb .social-icon a {
  color: var(--theme);
}
.team-box-items .thumb .content {
  text-align: center;
  padding: 20px;
  background-color: var(--theme);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.team-box-items .thumb .content h4 {
  font-weight: 600;
}
.team-box-items .thumb .content h4 a {
  color: var(--white);
}
.team-box-items .thumb .content p {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  margin-top: 4px;
}
.team-box-items:hover {
  background: linear-gradient(180deg, #C700B1 0%, #3C72FC 100%);
  border: 1px solid transparent;
}
.team-box-items:hover .thumb .content {
  bottom: 0;
}
.team-box-items:hover .thumb .social-icon {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.team-image-items {
  margin-right: -100%;
}
@media (max-width: 1199px) {
  .team-image-items {
    margin-right: 0;
  }
}
.team-image-items .array-button {
  margin-top: 35px;
}
.team-image-items .array-button .array-prev {
  background-color: var(--white);
  color: var(--theme);
}
.team-image-items .array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-image-items .array-button .array-next {
  background-color: var(--white);
  color: var(--theme);
}
.team-image-items .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}

.team-card-items {
  text-align: center;
  background-color: #EEF1FF;
  border-radius: 20px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  padding: 40px 70px;
  position: relative;
  z-index: 1;
}
.team-card-items::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  border-radius: 16px;
  background: radial-gradient(170.89% 130.78% at 91.49% -4.41%, #3C72FC 0%, #C700B1 100%);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.team-card-items.active .right-shape {
  opacity: 0.5;
  z-index: 1;
}
.team-card-items.active .team-content {
  position: relative;
  z-index: 9;
}
.team-card-items.active .team-content h4 a {
  color: var(--white);
}
.team-card-items.active .team-content p {
  color: var(--white);
}
.team-card-items.active::after {
  width: 100%;
  right: unset;
  left: 0;
}
.team-card-items .right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  right: 2px;
  bottom: 2px;
  z-index: -1;
}
.team-card-items .team-image {
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
}
.team-card-items .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.team-card-items .team-content p {
  color: #585B6F;
  font-weight: 600;
  font-size: 14px;
}

.team-details-wrapper .thumb {
  max-width: 526px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .thumb {
    max-width: 900px;
  }
}
.team-details-wrapper .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.team-details-wrapper .details-content h2 {
  margin-bottom: 10px;
}
.team-details-wrapper .details-content span {
  font-size: 20px;
  font-weight: 600;
  color: var(--theme);
  display: inline-block;
  margin-bottom: 20px;
}
.team-details-wrapper .details-content p {
  font-size: 16px;
  color: var(--text);
}
.team-details-wrapper .details-content .list {
  margin-top: 20px;
}
.team-details-wrapper .details-content .list li {
  color: var(--header);
}
.team-details-wrapper .details-content .list li:not(:last-child) {
  margin-bottom: 10px;
}
.team-details-wrapper .details-content .list li i {
  color: var(--header);
  margin-right: 5px;
}
.team-details-wrapper .details-content .social-icon {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-details-wrapper .details-content .social-icon a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  color: var(--header);
  background-color: #EEF1FF;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.team-details-wrapper .details-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.details-info-items .progress-area h2 {
  margin-bottom: 20px;
}
.details-info-items .progress-area .progress-wrap {
  margin-top: 20px;
}
.details-info-items .progress-area .progress-wrap .pro-items {
  width: 100%;
}
.details-info-items .progress-area .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.details-info-items .progress-area .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.details-info-items .progress-area .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}
.details-info-items .progress-area .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
}
.details-info-items .progress-area .progress-wrap .pro-items .progress {
  border-radius: 2px;
  background: rgba(43, 77, 255, 0.5);
  justify-content: flex-start;
  border-radius: 20px;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}
.details-info-items .progress-area .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 10px;
  width: 0;
}
.details-info-items .progress-area .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.details-info-items .progress-area .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}
.details-info-items .contact-content {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .details-info-items .contact-content {
    margin-left: 0;
  }
}
.details-info-items .contact-content h2 {
  margin-bottom: 20px;
  color: var(--header);
}
.details-info-items .contact-content .contact-form-items .form-clt {
  position: relative;
}
.details-info-items .contact-content .contact-form-items .form-clt input, .details-info-items .contact-content .contact-form-items .form-clt textarea {
  width: 100%;
  border: none;
  outline: none;
  background: var(--white);
  color: var(--text);
  padding: 14px 20px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .details-info-items .contact-content .contact-form-items .form-clt input, .details-info-items .contact-content .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .details-info-items .contact-content .contact-form-items .form-clt input, .details-info-items .contact-content .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}
.details-info-items .contact-content .contact-form-items .form-clt input::placeholder, .details-info-items .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}
.details-info-items .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 20px;
  resize: none;
}

.testimonial-box-items {
  margin-top: 30px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0px 4px 40px 5px rgba(60, 114, 252, 0.1);
  padding: 50px 35px;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}
.testimonial-box-items .star {
  color: #FFA31A;
  margin-bottom: 15px;
}
.testimonial-box-items p {
  font-size: 18px;
  line-height: 167%;
}
.testimonial-box-items .client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 35px;
}
.testimonial-box-items .client-info .content h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.testimonial-box-items .quote-icon {
  position: absolute;
  right: 45px;
  bottom: 55px;
  z-index: 9;
}
.testimonial-box-items .quote-icon svg path {
  transition: all 0.4s ease-in-out;
}
.testimonial-box-items .wing-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
}
.testimonial-box-items:hover {
  background-color: var(--theme);
}
.testimonial-box-items:hover p {
  color: var(--white);
}
.testimonial-box-items:hover .wing-shape {
  opacity: 1;
  visibility: visible;
}
.testimonial-box-items:hover .client-info .content h4, .testimonial-box-items:hover .client-info .content span {
  color: var(--white);
}
.testimonial-box-items:hover .quote-icon svg path {
  fill: #fff;
}

.testimonial-section {
  margin-bottom: -30px;
}
@media (max-width: 1199px) {
  .testimonial-section {
    margin-bottom: 0;
  }
}

.testimonial-wrapper {
  margin-top: 60px;
}
.testimonial-wrapper .testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.testimonial-wrapper .testimonial-content {
  position: relative;
  margin-left: 70px;
}
@media (max-width: 991px) {
  .testimonial-wrapper .testimonial-content {
    margin-left: 0;
  }
}
.testimonial-wrapper .testimonial-content .shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-content .shape {
    display: none;
  }
}
.testimonial-wrapper .testimonial-content .testimonial-main {
  position: relative;
}
.testimonial-wrapper .testimonial-content .testimonial-main .testimonial-item .icon {
  margin-bottom: 5px;
}
.testimonial-wrapper .testimonial-content .testimonial-main .testimonial-item .content p {
  font-size: 24px;
  border-bottom: 1px solid rgba(88, 91, 111, 0.4);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.testimonial-wrapper .testimonial-content .testimonial-main .testimonial-item .content .client-info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.testimonial-wrapper .testimonial-content .testimonial-main .array-button {
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-content .testimonial-main .array-button {
    display: none;
  }
}
.testimonial-wrapper .testimonial-content .testimonial-main .array-button .array-next {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.testimonial-wrapper-2 {
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .array-button {
    display: none;
  }
}
.testimonial-wrapper-2 .array-button .array-prev {
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  background-color: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  font-size: 18px;
  color: var(--theme);
  border: none;
}
.testimonial-wrapper-2 .array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.testimonial-wrapper-2 .array-button .array-next {
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  background-color: var(--theme);
  color: var(--white);
  font-size: 18px;
}
.testimonial-wrapper-2 .array-button .array-next:hover {
  background-color: var(--header);
}
.testimonial-wrapper-2 .testimonial-item .icon {
  margin-bottom: 24px;
}
.testimonial-wrapper-2 .testimonial-item .content {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonial-item .content {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-item .content {
    margin-bottom: 30px;
  }
}
.testimonial-wrapper-2 .testimonial-item .content h3 {
  font-size: 34px;
  font-weight: 400;
  color: #585B6F;
  letter-spacing: -1.02px;
  text-transform: initial;
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-item .content h3 {
    font-size: 25px;
  }
}
.testimonial-wrapper-2 .testimonial-item .info-text .star {
  color: rgb(236, 176, 20);
}
.testimonial-wrapper-2 .testimonial-item .info-text span {
  color: #585B6F;
}

.testimonial-card-item-4 {
  margin-top: 30px;
  border-radius: 20px;
  border: 1px solid rgba(10, 22, 94, 0.3);
  padding: 30px;
}
.testimonial-card-item-4 .icon {
  margin-bottom: 20px;
}
.testimonial-card-item-4 .content p {
  font-size: 18px;
  color: var(--text);
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(10, 22, 94, 0.4);
}
.testimonial-card-item-4 .content .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .testimonial-card-item-4 .content .client-info-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.testimonial-card-item-4 .content .client-info-item .client-info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.testimonial-card-item-4 .content .client-info-item .client-info .client-image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.testimonial-card-item-4 .content .client-info-item .client-info .info-text h4 {
  margin-bottom: 5px;
}
.testimonial-card-item-4 .content .client-info-item .star {
  color: rgb(236, 176, 20);
}/*# sourceMappingURL=main.css.map */