/*
Theme Name: Consal - Business Consulting & Business Agency WordPress Theme
Author: Orbitaps
Author URI: https://themeforest.net/user/orbitaps/portfolio
Tags: business, business agency wordpress theme, corporate, cyber security, development, digital, it consulting, IT service, it services, it solutions, mobile app, saas, software, startup AI, technology
Description: Consal - Business Consulting & Business Agency WordPress Theme
Version: 2.0.0
*/
/************ 
TABLE OF CONTENTS 
***************

1	THEME DEFAULT CSS START 
2	TYPOGRAPHY CSS START 
3	BOOTSTRAP CUSTOMIZE 
4	COMMON CLASSES CSS START 
5	MFP CUSTOMIZE 
6	BODY OVERLAY 
7	OFFCANVAS CSS START 
8	SECTION TITLE CSS START 
9	SECTION SUB TITLE CSS START 
10	SPACE CSS START 
11	BACKTOTOP CSS START 
12	PRELOADER CSS START 
13	MEAN MENU CSS START 
14	SEARCH CSS START 
15	MENU CSS START 
16	HEADER CSS START
17	BUTTON CSS START
18	FOOTER CSS START
19	BANNER CSS START
20	ABOUT US CSS START
21	SERVICE SLIDER CSS START
22	CTA 1 CSS START
23	PROJECT SLIDER CSS START
24	TEAM CSS START
25	CHOOSE CSS START
26	TESTIMONIALS CSS START
27	BLOG STYLE ONE CSS START
28	BRAND CSS START
29	BANNER TWO CSS START
30	FEATURES CSS START
31	ABOUT US 2 CSS START
32	SERVICE TAB CSS START
33	WORK PROCESS CSS START
34	TEXT SLIDER CSS START
35	PROJECT SLIDER CSS START
36	TESTIMONIALS TWO CSS START
37	ICON BOX COUNTER CSS START
38	HELP FORM CSS START
39	BLOG STYLE TWO CSS START
40	FOOTER STYLE TWO CSS START
41	BANNER STYLE THREE CSS START
42	ABOUT THREE CSS START
43	HELP FORM THREE CSS START
44	SERVICE THREE CSS START
45	CHOOSE THREE CSS START
46	FAQ CSS START
47	DARK VERSION CSS START
48	PAGE TITLE CSS START
49	MAP CSS START
50	SERVICE PAGE CSS START
51	PROJECTS PAGE CSS START
52	TEAM DETAILS CSS START
53	PAGINATION CSS START
54	BLOG DETAILS CSS START
55	CONTACT PAGE CSS START
56	ANIMATION CSS START


**********************************************/
/************************************** 
base css 
**************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap");

/* variables */
:root {
  --primary-font: 'Inter', sans-serif;
  --secondary-font: 'Roboto', sans-serif;
  --primary-font2: "Poppins", serif;
  --secondary-font2: "Saira", serif;
  --theme-color: #3c72fc;
  --theme-color-1: #0f0d1d;
  --primary10: rgba(60, 114, 252, 0.1);
  --white: #ffffff;
  --gradient-bg: linear-gradient(90deg, #3c72fc -10.59%, #00060c 300.59%);
  --black: #000;
  --theme: #384BFF;
  --theme2: #384BFF;
  --header: #0F0D1D;
  --text: #585858;
  --text-2: #ffffffcc;
  --border: #E3E3E3;
  --border2: #242449;
  --border3: #5262FF;
  --bg: #F3F7FB;
  --bg2: #18185E;
  --bg3: #ffffff33;
  --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  --box-shadow-2: 0px 4px 25px rgba(56, 75, 255, 0.1);
  --primary-900: #01123C;
  --theme-color-6: #FCC63C;
  --transition: all .3s ease;
}

/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
.main-menu ul li.has-dropdown>a::after,
.main-menu ul li .submenu,
.main-menu ul li .mega-menu,
.main-menu ul li .mega-menu li ul li a::before,
.df-search-area,
.mean-container .mean-nav ul li>a>i,
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i,
.offcanvas__contact-icon i,
.offcanvas__overlay,
.fill-btn.has-border i,
a,
.btn,
button,
span,
svg,
p,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6,
i[class^=flaticon-],
.body__overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: normal;
  color: var(--theme-color-1);
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  color: var(--theme-color-1);
  margin-top: 0px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 600;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

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

p {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 26px;
}

a {
  text-decoration: none;
}

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

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: rgba(22, 22, 22, 0.1);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  background-color: #fff;
  height: 65px;
  width: 100%;
  line-height: 65px;
  font-size: 16px;
  color: var(--theme-color);
  padding-left: 21px;
  padding-right: 21px;
  border-radius: 5px;
  border: 1px solid var(--theme-color-1);
}

*::-moz-selection {
  background: #151515;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #151515;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #151515;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #787878;
  opacity: 1;
  font-size: 14px;
}

*::-webkit-input-placeholder {
  color: #787878;
  opacity: 1;
  font-size: 14px;
}

*:-ms-input-placeholder {
  color: #787878;
  opacity: 1;
  font-size: 14px;
}

*::-ms-input-placeholder {
  color: #787878;
  opacity: 1;
  font-size: 14px;
}

*::placeholder {
  color: #787878;
  opacity: 1;
  font-size: 14px;
}

.orbit-home-5 h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font2);
}

.orbit-home-5 p,
a,
div,
span {
  font-family: var(--primary-font2);
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-top {
  padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-top {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-top {
    padding-top: 70px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}

.section-space-medium {
  padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-medium {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-medium {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-medium {
    padding: 60px 0;
  }
}

.section-space-medium-top {
  padding-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-medium-top {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-medium-top {
    padding-top: 60px;
  }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space-medium-top {
    padding-top: 60px;
  }
}

.section-space-medium-bottom {
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-medium-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-medium-bottom {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-medium-bottom {
    padding-bottom: 60px;
  }
}

.section-space-small {
  padding: 80px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-small {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-small {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-small {
    padding: 60px 0;
  }
}

.section-space-small-top {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-small-top {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space-small-top {
    padding-top: 60px;
  }
}

/******************************* 
theme css 
**********************************/
/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}

.row {
  --bs-gutter-x: 3rem;
}

figure {
  margin: 0 !important;
}

@media (min-width: 1441px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}

.large-container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 15px;
}

.large-container-1 {
  max-width: 1740px;
  margin: 0 0 0 auto;
  padding: 0 15px;
}

.small-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-15 {
  --bs-gutter-y: 15px;
  --bs-gutter-x: 15px;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.hr-1 {
  border-top: 1px solid #e8e8e8;
}

.x-clip {
  overflow-x: clip;
}

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

.bg-color-2 {
  background: #f1f7fd;
}

.bg-color-3 {
  background: #0f1d34 !important;
}

@media (max-width: 767.97px) {
  .section-title {
    line-height: 1.2 !important;
  }
}

.section-sub-title.orbit_section-sub-title {
  color: var(--theme-color-1);
  font-weight: 400;
}

.section-sub-title.orbit_section-sub-title:before {
  content: initial;
}

.section-sub-title.orbit_section-sub-title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--theme-color-1);
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.border-radius-8 {
  border-radius: 8px;
}

/*----------------------------------------*/
/*  BACKTOTOP CSS START
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 35px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  color: #151515;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.backtotop-wrap:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.backtotop-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f062";
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-weight: 900;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

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

.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*----------------------------------------*/
/*  PRELOADER CSS START
/*----------------------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background-color: #102039;
  z-index: 999;
}

.rooftek-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #102039;
}

.rooftek-three-bounce .rooftek-child {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: rooftek-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: rooftek-three-bounce 1.4s ease-in-out 0s infinite both;
}

.rooftek-three-bounce .rooftek-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.rooftek-three-bounce .rooftek-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.rooftek-three-bounce.style_2.rooftek-three-bounce .rooftek-child {
  background-color: var(--theme-color);
}

@-webkit-keyframes rooftek-three-bounce {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rooftek-three-bounce {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.service_1_navigation__wrapprer .common-slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.service_1_navigation__wrapprer .common-slider-navigation button {
  margin: initial !important;
}

/*----------------------------------------*/
/* ANIMATION CSS START
/*----------------------------------------*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*======================================
Animate slide-left 
========================================*/
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-left-sm {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes slide-left-sm {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes slide-right-sm {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes slide-right-sm {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*======================================
Animate card-bounce
========================================*/
@-webkit-keyframes card-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes card-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes hero-circle-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes hero-circle-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.quote-animation {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: card-bounce;
  animation-name: card-bounce;
}

/*======================================
Animate wobble-vertical
========================================*/
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*======================================
Animate wobble-vertical
========================================*/
@-webkit-keyframes shape-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes shape-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 100px;
  }
}

@keyframes slide_up {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 1000px;
  }
}

@-webkit-keyframes slide_up {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 1000px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
  }

  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  25% {
    border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
  }

  75% {
    border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
  }
}

@-webkit-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 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);
  }
}

.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-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-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 ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes ring-animation {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.ring-animation {
  -webkit-animation: ring-animation 1.5s ease-in-out infinite;
  animation: ring-animation 1.5s ease-in-out infinite;
}

@-webkit-keyframes scale-animation {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-animation {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.scale-animation {
  -webkit-animation: scale-animation 2s alternate infinite;
  animation: scale-animation 2s alternate infinite;
}

/* new */
.ripple-animation {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.moving {
  -webkit-animation: moving 8s linear infinite;
  animation: moving 8s linear infinite;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.jump1 {
  -webkit-animation: jumpAni 6s linear infinite;
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  -webkit-animation: jumpAni 5s linear infinite;
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  -webkit-animation: jumpAni 4s linear infinite;
  animation: jumpAni 4s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

.spin-slow {
  -webkit-animation: spin 50s linear infinite;
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.scalein.slider-animated {
  --animation-name: scalein;
}

.slidetopleft.slider-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.slider-animated {
  --animation-name: slidebottomright;
}

.slideinleft.slider-animated {
  --animation-name: slideinleft;
}

.slideinright.slider-animated {
  --animation-name: slideinright;
}

.slideinup.slider-animated {
  --animation-name: slideinup;
}

.slideindown.slider-animated {
  --animation-name: slideindown;
}

.rollinleft.slider-animated {
  --animation-name: rollinleft;
}

.rollinright.slider-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
  animation-name: var(--animation-name);
}

.slider-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }

  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }

  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }

  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }

  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}

/*img-animation**********************/
.img-custom-anim-right {
  -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@-webkit-keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-top {
  -webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/******************************* 
layout 
**********************************/
/*----------------------------------------*/
/*  HEADER CSS START
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

.bar-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  font-size: 40px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--theme-color-1);
  display: inline-block;
}

.bar-icon span:nth-child(2) {
  position: relative;
  width: 6.56px;
}

.bar-icon span:nth-child(2) small {
  position: absolute;
  height: 100%;
  background: var(--theme-color-1);
  left: 12.56px;
  width: 18.06px;
  z-index: 555;
}

.bar-icon.is-white span {
  background: #fff;
}

.bar-icon.is-white span:nth-child(2) small {
  background: #fff;
}

.bar-icon span:nth-child(3) {
  position: relative;
  width: 10px;
  margin: 0 0 0 auto;
}

.header-top-notice>p {
  margin-bottom: 0;
  color: #fff;
  font-weight: var(--bd-fw-medium);
  font-size: 14px;
}

.header-area {
  position: relative;
  z-index: 2;
  padding: 0 50px;
  overflow-x: clip;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area {
    padding: 0 15px;
  }
}

.header-area .fill-btn {
  height: 50px;
}

.header-logo {
  max-width: 170px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo {
    max-width: 145px;
  }
}

@media (max-width: 450px) {
  .header-logo {
    max-width: 130px;
  }
}

.header-logo img {
  width: 100%;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}

.header-right {
  gap: 40px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 150px;
  background: var(--theme-color-1);
}

.header-top-contact-info span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.header-top-contact-info span a:hover {
  color: var(--theme-color);
}

.header-top-contact-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 50px;
}

.header-top-contact-info span.email:before {
  content: "\e90a";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: -25px;
}

.header-top-contact-info span.time:before {
  content: "\e92b";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: -25px;
}

.header-top-socials {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  font-size: 14px;
}

.header-top-socials span:hover>a {
  color: var(--theme-color);
}

.header-style-two {
  background: transparent;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header-style-two .sidebar__toggle .bar-icon {
  color: #fff;
}

.header-style-two .main-menu ul li a,
.header-style-two .search-toggle-open.header-search .search-icon,
.header-style-two .header-shopping-cart .cart-icon,
.header-style-two .header-link-1 .content span,
.header-style-two .header-link-1 .content h6 {
  color: #fff;
}

.header-style-two .main-menu ul li a {
  padding: 45px 0;
}

.header-style-two .main-menu ul li.active>a {
  color: var(--theme-color);
}

.header-style-two .main-menu ul li:hover>a {
  color: var(--theme-color);
}

.header-style-two.sticky {
  background: #151515;
}

/* wotech css */
@media only screen and (max-width: 1399px) {
  .header-action .header-link-1 {
    display: none;
  }
}

/* wotech css */
@media only screen and (max-width: 991px) {

  .header-top,
  .header-shopping-cart.my-auto,
  .search-toggle-open.header-search {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-left {
    gap: 45px;
  }
}

.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-2 {
  padding: 0 80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-2 {
    padding: 0 30px;
  }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .header-2 {
    padding: 20px 0;
  }
}

.bar-icon-2 {
  width: 35px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.bar-icon-2 span {
  width: 100%;
  height: 2px;
  background: var(--clr-text-secondary);
  display: inline-block;
}

.bar-icon-2 span:nth-child(1) {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
}

.bar-icon-2:hover span:nth-child(2) {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

.bar-icon-2.is-white span {
  background: #fff;
}

.header-main-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% auto 40%;
  grid-template-columns: 40% auto 40%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-main-3 {
    -ms-grid-columns: 50% auto 35%;
    grid-template-columns: 50% auto 35%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-main-3 {
    -ms-grid-columns: 50% auto 38%;
    grid-template-columns: 50% auto 38%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main-3 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .header-main-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.header-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header-contact-text span {
  font-size: 13px;
  color: var(--clr-text-body);
}

.header-contact-text h6 a:hover {
  color: var(--theme-color-1);
}

.sticky {
  position: fixed !important;
  top: 0;
  z-index: 111;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

.header-area.sticky .main-menu-2 ul li a {
  color: #151515;
}

.header-area.sticky .main-menu-2 ul li:hover>a::after {
  color: #151515;
}

.header-area.sticky .bar-icon-2.is-white span {
  background: #151515;
}

.search-toggle-open.header-search .search-icon,
.header-shopping-cart .cart-icon {
  color: var(--theme-color-1);
  cursor: pointer;
}

.search-toggle-open.header-search .search-icon:hover,
.header-shopping-cart .cart-icon:hover {
  color: var(--theme-color);
}

.header-link-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.header-link-1 .icon {
  position: relative;
  height: 47px;
  width: 47px;
  border-radius: 50%;
  background: black;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-link-1 .icon i {
  color: var(--primary-color);
}

.header-link-1 .icon:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 57px;
  width: 57px;
  border: 1px solid black;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-link-1 .content span {
  color: var(--theme-color-1);
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.header-link-1 .content h6 {
  color: var(--theme-color-1);
}

.header-link-1:hover .content h6 {
  color: var(--theme-color);
}

.orbit-header .header-link-1 .icon {
  background: var(--theme-color);
}

.orbit-header .header-link-1 .icon::before {
  border: 1px solid var(--theme-color);
}

.orbit-header .header-link-1 .content span {
  color: var(--theme-color-1);
  font-weight: 400;
}

.orbit-header .header-link-1 .content h6 {
  color: var(--theme-color-1);
  font-weight: 400;
  font-size: 14px;
}

.orbit-header .header-link-1 .content h6 a:hover {
  color: var(--theme-color);
}

/*----------------------------------------*/
/*  FOOTER CSS START
/*----------------------------------------*/
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-widget-1 p {
  color: #fff;
}

.footer-widget-1 .footer-socials span {
  margin-right: 5px;
  color: #fff;
  height: 36px;
  width: 36px;
  border: 1px solid #fff;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-1 .footer-socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.footer-widget-1 .footer-socials span:hover {
  background: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color);
}

.footer-title {
  color: #fff;
}

.footer-widget-2 ul li {
  position: relative;
  color: #fff;
  margin-bottom: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-left: 30px;
}

.footer-widget-2 ul li::before {
  content: "\e902";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-2 ul li:hover {
  color: var(--theme-color);
}

.footer-widget-3 .content .date {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px;
}

.footer-widget-3 .content h6 {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.footer-widget-3 .content h6:hover {
  color: var(--theme-color);
}

.footer-widget-3 .content .date:before {
  content: "\e905";
  font-family: 'icomoon';
  color: var(--theme-color);
  position: absolute;
  top: 0;
  left: -20px;
}

.footer-widget-3 .footer-blog-post-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.footer-widget-3 .footer-blog-post-box img {
  width: 78px;
  height: 78px;
}

.footer-widget-4 p {
  color: #fff;
}

.footer-subscribe input[type=email] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: inherit;
  border-radius: 0;
  margin-bottom: 10px;
  height: 60px;
}

.footer-subscribe button {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom span {
  color: #fff;
}

.footer-bottom span {
  color: #fff;
}

.footer-bottom span:hover a {
  color: var(--theme-color);
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom .right-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 30px;
}

ul.footer-contact-info-widget h6 {
  color: #fff;
  font-size: 16px;
}

ul.footer-contact-info-widget p {
  color: #fff;
}

ul.footer-contact-info-widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  gap: 20px;
  color: #fff;
  margin-bottom: 20px;
}

ul.footer-contact-info-widget .icon {
  font-size: 24px;
  color: #fff;
}

.footer-main .footer-shape-3 {
  position: absolute;
  top: -25px;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

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

  .footer-widget-2,
  .footer-widget-4 {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

/* orbit-footer-top-area */
.orbit-footer-top-area {
  padding: 24px 0px;
  border-top: 1px solid var(--neutral-400, #adb2b6);
  border-bottom: 1px solid var(--neutral-400, #adb2b6);
  background: var(--neutral-50, #f7f8f8);
}

.orbit-footer-top-area .foo-logo {
  width: 213px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1199.97px) {
  .orbit-footer-top-area .foo-logo {
    width: 170px;
  }
}

@media (max-width: 991.97px) {
  .orbit-footer-top-area .foo-logo {
    width: 145px;
  }
}

@media (max-width: 767.97px) {
  .orbit-footer-top-area .foo-logo {
    width: 130px;
  }
}

.orbit-footer-top-area .footer-bottom .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orbit-footer-top-area .footer-bottom .footer-socials span {
  background-color: var(--theme-color);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 0;
}

.orbit-footer-top-area .footer-bottom .footer-socials span>a {
  color: #fff;
}

/******************************* 
nav
**********************************/
/*----------------------------------------*/
/*  MENU CSS START
/*----------------------------------------*/
.main-menu ul {
  margin-bottom: 0;
}

.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.main-menu ul li:last-child {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #151515;
  padding: 40px 0;
  text-align: left;
  position: relative;
}

.main-menu ul li.has-dropdown>a {
  position: relative;
}

.main-menu ul li.has-mega-menu {
  position: static;
}

.main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: #fff;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  color: var(--theme-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main-menu ul li .submenu 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: #151515;
}

.main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: #151515;
  font-weight: 600;
  font-size: 14px;
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.main-menu ul li .submenu li:last-child a {
  border: none;
}

.main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.main-menu ul li .submenu li:hover>a {
  background: #ECECEC;
}

.main-menu ul li .submenu li:hover>a::after {
  color: #fff;
}

.main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 40px 225px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  z-index: 99;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li .mega-menu {
    padding: 40px 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li .mega-menu {
    padding: 25px 25px;
    -webkit-padding-start: 80px;
    padding-inline-start: 80px;
  }
}

.main-menu ul li .mega-menu li {
  float: left;
  width: 25%;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  text-align: left;
}

[dir=rtl] .main-menu ul li .mega-menu li {
  float: right;
  margin-left: 0;
  text-align: right;
}

.main-menu ul li .mega-menu li .mega-menu-title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #151515;
  cursor: text;
  padding: 0;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
}

.main-menu ul li .mega-menu li .mega-menu-title::before {
  display: none;
}

.main-menu ul li .mega-menu li ul li {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}

.main-menu ul li .mega-menu li ul li:last-child {
  margin-bottom: 0;
}

.main-menu ul li .mega-menu li ul li a {
  font-weight: 500;
  font-size: 15px;
  color: #5D636A;
  padding: 0;
  position: relative;
}

.main-menu ul li .mega-menu li ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1.2px;
  background-color: var(--theme-color-1);
}

[dir=rtl] .main-menu ul li .mega-menu li ul li a::before {
  right: 0;
  left: auto;
}

.main-menu ul li .mega-menu li ul li:hover>a {
  color: var(--theme-color-1);
}

.main-menu ul li .mega-menu li ul li:hover>a::before {
  background-color: var(--theme-color-1);
}

.main-menu ul li .mega-menu li:hover>.mega-menu-title {
  color: var(--theme-color-1);
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.main-menu ul li .mega-menu li:hover>a {
  color: var(--theme-color-1);
}

.main-menu ul li .mega-menu li a:hover {
  -webkit-padding-start: 18px;
  padding-inline-start: 18px;
}

[dir=rtl] .main-menu ul li .mega-menu li a:hover {
  -webkit-padding-start: 18px;
  padding-inline-start: 18px;
  -webkit-padding-end: 0px;
  padding-inline-end: 0px;
}

.main-menu ul li .mega-menu li a:hover::before {
  width: 12px;
}

.main-menu ul li:hover>a {
  color: var(--theme-color);
}

.main-menu ul li.active>a {
  color: var(--theme-color);
}

.main-menu ul li:hover>a::after {
  color: var(--theme-color-1);
}

.main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
}

.main-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}

.main-menu-2 ul li a {
  color: #fff;
  position: relative;
}

.main-menu-2 ul li:hover>a {
  color: #fff;
}

.main-menu-2 ul li:hover>a::after {
  color: #fff;
}

/*----------------------------------------*/
/*  MEAN MENU CSS START
/*----------------------------------------*/
.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 a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-top: 1px solid #CECECE;
}

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

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

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

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

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

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

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

/******************************** 
components 
******************************/
/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: #151515;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/*----------------------------------------*/
/* OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__close button {
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background-color: var(--theme-color-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.offcanvas__close button i {
  color: #fff;
}

.offcanvas__info {
  background: #191919 none repeat scroll 0 0;
  border-left: 2px solid var(--theme-color);
  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;
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -o-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;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info ::-webkit-scrollbar {
  display: none;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}

.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__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.offcanvas__top {
  padding-bottom: 20px;
}

.offcanvas__search {
  position: relative;
}

.offcanvas__search input {
  width: 100%;
  height: 50px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #CECECE;
  font-size: 14px;
  color: #fff;
  padding-left: 0;
}

.offcanvas__search input::-webkit-input-placeholder {
  color: #fff;
}

.offcanvas__search input:-ms-input-placeholder {
  color: #fff;
}

.offcanvas__search input::-ms-input-placeholder {
  color: #fff;
}

.offcanvas__search input::placeholder {
  color: #fff;
}

.offcanvas__search input:focus {
  border-color: #fff;
}

.offcanvas__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
}

.offcanvas__search button:hover {
  color: var(--theme-color);
}

.offcanvas__text p {
  margin-bottom: 25px;
}

.offcanvas__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: var(--bd-fw-bold);
  color: #fff;
}

.offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}

.offcanvas__contact ul li:hover i {
  color: #fff;
  border-color: var(--theme-color-1);
  background-color: var(--theme-color-1);
}

.offcanvas__contact-icon i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
  border: 1px solid var(--clr-border-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 5;
}

.offcanvas__contact-text a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.offcanvas__contact-text a:hover {
  color: var(--theme-color);
}

.offcanvas__social {
  margin-bottom: 30px;
}

.offcanvas__social ul li {
  display: inline-block;
}

.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}

.offcanvas__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background-color: transparent;
}

.offcanvas__social ul li a:hover {
  color: #fff;
  border: 1px solid var(--theme-color-1);
  background-color: var(--theme-color-1);
}

.offcanvas__notification-icon a {
  font-size: 14px;
  color: #fff;
  position: relative;
}

.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--theme-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}

.offcanvas__notification-text p .notification-number {
  color: var(--theme-color);
}

.offcanvas__notification-text p a {
  color: var(--theme-color);
}

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

.sidebar__toggle {
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sidebar__toggle:hover {
  color: var(--theme-color);
}

.sidebar__toggle:hover .bar-icon span,
.sidebar__toggle:hover .bar-icon span small {
  background: #fff;
}

@media (max-width: 992px) {
  .app__offcanvas-overlay.overlay-open {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
  }
}

.offcanvas__contact-icon {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

/*----------------------------------------*/
/*  SECTION TITLE CSS START
/*----------------------------------------*/
.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .section-title {
    font-size: 48px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title {
    font-size: 42px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 36px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 45px !important;
  }

  .section-title br {
    display: none;
  }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title {
    font-size: 32px !important;
  }

  .section-title br {
    display: none;
  }
}

@media (max-width: 450px) {
  .section-title {
    font-size: 28px !important;
  }
}

/*----------------------------------------*/
/*  SECTION SUB TITLE CSS START
/*----------------------------------------*/
.section-sub-title {
  position: relative;
  color: var(--theme-color);
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin-left: 45px;
  margin-bottom: 10px;
}

.section-sub-title:before {
  content: "\e92c";
  font-family: 'icomoon';
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  position: absolute;
  top: 2px;
  left: -45px;
  height: 16px;
  width: 36px;
  padding: 2px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}

.section-sub-title.no-border:before {
  border: none;
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/
.df-search-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  padding: 40px 15px;
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
}

.df-search-area.opened {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.df-search-input {
  position: relative;
}

.df-search-input button {
  position: absolute;
  top: 54%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

.df-search-input button:hover {
  color: var(--tp-theme-primary);
}

.df-search-category span {
  color: var(--clr-common-black);
}

.df-search-category a {
  font-size: 14px;
  margin-left: 5px;
  color: #787878;
}

.df-search-category a:hover {
  color: var(--theme-color-1);
}

.df-search-input input[type="text"] {
  border: 1px solid #e5e5e5;
}

.df-search-category a:hover {
  color: #151515;
}

.df-search-close {
  display: none;
}

.df-search-close-btn {
  border-radius: 50%;
  background: #ECECEC;
  border: 9px solid transparent;
  color: var(--clr-common-black);
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.df-search-close-btn::after,
.df-search-close-btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 90%;
  top: 46%;
  left: 1px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: var(--clr-common-black);
  opacity: 1;
  -moz-transition: -moz-transform ease 0.25s;
  -webkit-transition: -webkit-transform ease 0.25s;
  -o-transition: -o-transform ease 0.25s;
  -ms-transition: -ms-transform ease 0.25s;
  transition: -webkit-transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
  transition: transform ease 0.25s, -webkit-transform ease 0.25s;
}

.df-search-close-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.df-search-close-btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.df-search-close-btn:hover::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.df-search-close-btn:hover::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*----------------------------------------*/
/*  BUTTON CSS START
/*----------------------------------------*/
.primary-btn-1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 20px 24px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.primary-btn-1 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--theme-color-1);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-btn-1:hover {
  color: #fff;
  border: 1px solid var(--theme-color-1);
}

.primary-btn-1:hover span {
  width: 225%;
  height: 1000.5px;
}

.primary-btn-1:active {
  background-color: #fff;
}

/* button style two */
.primary-btn-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.primary-btn-2 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--theme-color-1);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-btn-2:hover {
  color: #fff;
  border: 1px solid var(--theme-color-1);
}

.primary-btn-2:hover span {
  width: 225%;
  height: 1000.5px;
}

.primary-btn-2:active {
  background-color: #fff;
}

/* button style 3 */
.primary-btn-3 {
  color: var(--theme-color);
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid var(--theme-color-1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  white-space: nowrap;
  padding: 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  border-radius: 30% 70% 67% 33% / 30% 30% 70% 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 125px;
  width: 145px;
  -webkit-animation: morphing 10s infinite;
  animation: morphing 10s infinite;
}

.primary-btn-3 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--theme-color-1);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-btn-3:hover {
  color: #fff;
  border: 1px solid var(--theme-color-1);
}

.primary-btn-3:hover span {
  width: 225%;
  height: 1000.5px;
}

.primary-btn-3:active {
  background-color: #fff;
}

.primary-btn-3 i {
  margin-top: 10px;
}

.primary-btn-3:hover i {
  -webkit-animation: wobble-vertical 1s ease-in-out 1;
  animation: wobble-vertical 1s ease-in-out 1;
}

/* button style Four */
.primary-btn-4 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color-1);
  border: 1px solid var(--theme-color-1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.primary-btn-4 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--theme-color);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-btn-4:hover {
  color: #fff;
  border: 1px solid var(--theme-color);
}

.primary-btn-4:hover span {
  width: 225%;
  height: 1000.5px;
}

.primary-btn-4:active {
  background-color: #fff;
}

/* button style five */
.primary-btn-5 {
  color: var(--theme-color-1);
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ECECEC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.primary-btn-5 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--theme-color);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-btn-5:hover {
  color: #fff;
  border: 1px solid var(--theme-color);
}

.primary-btn-5:hover span {
  width: 225%;
  height: 1000.5px;
}

.primary-btn-5:active {
  background-color: #fff;
}

/* button style six */
.primary-btn-6 {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #ececec;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.primary-btn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--theme-color);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-btn-6:hover {
  color: #fff;
  border: 1px solid var(--theme-color);
}

.primary-btn-6:hover span {
  width: 225%;
  height: 1000.5px;
}

.primary-btn-6:active {
  background-color: #fff;
}

/* button style white */
.primary-btn-white {
  color: var(--theme-color-1);
  font-size: 14px;
  font-weight: 500;
  background-color: var(--white);
  border: 1px solid #ececec;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 15px 20px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.primary-btn-white span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--theme-color-1);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-btn-white:hover {
  color: #fff;
  border: 1px solid var(--theme-color);
}

.primary-btn-white:hover span {
  width: 225%;
  height: 1000.5px;
}

.primary-btn-white:active {
  background-color: #fff;
}

.primary-btn-7 {
  color: var(--base-black, #030712);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color-6);
  border: 1px solid var(--theme-color-6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 20px 24px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.primary-btn-7 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--theme-color-1);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-btn-7:hover {
  color: #fff;
  border: 1px solid var(--theme-color-1);
}

.primary-btn-7:hover span {
  width: 225%;
  height: 1000.5px;
}

.primary-btn-7:active {
  background-color: #fff;
}

/* .orbit_single-service */
.orbit_single-service {
  border-radius: 12px;
  position: relative;
}

.orbit_single-service .thumb {
  width: 100%;
  height: 412px;
  border-radius: 12px;
}

.orbit_single-service .contents-wrapper {
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  width: calc(100% - 32px);
  padding: 20px 24px;
  position: absolute;
  left: 16px;
  bottom: 22px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.orbit_single-service .contents-wrapper .title {
  margin-bottom: 8px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.orbit_single-service .contents-wrapper .des {
  margin-bottom: 16px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.orbit_single-service .contents-wrapper .read-more {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.orbit_single-service:hover .contents-wrapper {
  background-color: var(--theme-color);
  color: var(--white);
}

.orbit_single-service:hover .contents-wrapper .title,
.orbit_single-service:hover .contents-wrapper .des,
.orbit_single-service:hover .contents-wrapper .read-more {
  color: var(--white);
}

/* single_orbit-process */
.single_orbit-process {
  border-radius: 8px;
  background: #283452;
  padding: 40px 24px;
  position: relative;
}

.single_orbit-process .count-title {
  color: #354262;
  font-family: var(--secondary-font2);
  font-size: 102.968px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  position: absolute;
  top: 24px;
  right: 24px;
}

@media (max-width: 767.97px) {
  .single_orbit-process .count-title {
    font-size: 80.968px;
  }
}

.single_orbit-process .icon-box {
  margin-bottom: 48px;
}

@media (max-width: 767.97px) {
  .single_orbit-process .icon-box {
    margin-bottom: 20px;
  }
}

.single_orbit-process .icon-box .icon {
  width: 80px;
  height: 80px;
}

.single_orbit-process .title {
  font-family: var(--secondary-font2);
  margin-bottom: 12px;
  color: var(--white);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.single_orbit-process .des {
  color: var(--white);
  font-family: var(--primary-font2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 0;
}

/* single-orbit-project-1 */
.single-orbit-project-1 {
  position: relative;
}

.single-orbit-project-1 .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-orbit-project-1 .content-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 8px;
  border: 1px solid var(--theme-color);
  background: rgba(0, 9, 30, 0.7);
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 0;
  visibility: hidden;
}

.single-orbit-project-1 .content-area h4 {
  margin-bottom: 8px;
}

.single-orbit-project-1 .content-area h4 a {
  color: var(--white);
}

.single-orbit-project-1 .content-area h4 a:hover {
  color: var(--theme-color);
}

.single-orbit-project-1 .content-area .des {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

.single-orbit-project-1:hover .content-area {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

/* single orbit team 1 */
.single-orbit-team-1 {
  position: relative;
  padding: 24px 20px;
  border-radius: 12px;
  background: var(--neutral-50, #f7f8f8);
}

.single-orbit-team-1 .img-wrapper {
  position: relative;
  border-radius: 8px;
  margin-bottom: 40px;
}

.single-orbit-team-1 .img-wrapper .team-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-orbit-team-1 .img-wrapper .social-wrapper {
  padding: 14px 30px;
  background-color: var(--theme-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 15px;
  border-radius: 12px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.single-orbit-team-1 .img-wrapper .social-wrapper a {
  color: var(--white);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.single-orbit-team-1 .img-wrapper .social-wrapper a i {
  font-size: 18px;
}

.single-orbit-team-1 .img-wrapper .social-wrapper a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-orbit-team-1 .img-wrapper .plus-icon {
  width: 55px;
  height: 55px;
  border: 3px solid var(--white);
  background-color: var(--theme-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.single-orbit-team-1 .contents-wrapper .title {
  margin-bottom: 6px;
}

.single-orbit-team-1 .contents-wrapper .sm-title {
  margin-bottom: 0;
}

.single-orbit-team-1:hover .img-wrapper .plus-icon {
  opacity: 0;
  visibility: hidden;
}

.single-orbit-team-1:hover .img-wrapper .social-wrapper {
  opacity: 1;
  visibility: visible;
}

/* .orbit-single-testimonial  */
.orbit-single-testimonial .user-img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 1px solid #fff;
  margin-bottom: 16px;
}

.orbit-single-testimonial .title {
  font-family: var(--secondary-font2);
  margin-bottom: 8px;
}

.orbit-single-testimonial .desig {
  color: var(--neutral-950, #00071f);
  font-family: var(--primary-font2);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
  display: block;
}

.orbit-single-testimonial .des {
  color: var(--neutral-950, #00071f);
  font-family: var(--primary-font2);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 32px;
}

.orbit-single-testimonial .ratings-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 10px;
  color: #f6b204;
}

/* single blog */
.orbit-single-blog-1 {
  padding: 16px 16px 32px 16px;
  border-radius: 12px;
  background: #fff;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
}

.orbit-single-blog-1.blog-style-one .blog-content {
  background: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  padding: initial;
}

.orbit-single-blog-1.blog-style-one .blog-title {
  margin-top: 16px;
  margin-bottom: 8px;
}

.orbit-single-blog-1.blog-style-one .des {
  margin-bottom: 16px;
}

.orbit-single-blog-1 .img-wrapper {
  position: relative;
}

.orbit-single-blog-1 .img-wrapper .date {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--theme-color);
  color: var(--white);
}

.orbit-single-blog-1 .bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orbit-single-blog-1 .link {
  color: var(--theme-color);
  font-family: var(--primary-font2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.orbit-single-blog-1:hover {
  border: 1px solid var(--theme-color);
}

/******************************** 
plugins
******************************/
/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mfp-close:hover {
  color: #fff;
}

.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 6 Pro";
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

.body__overlay {
  background-color: #151515;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: #151515;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.bd-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

/****************************** 
page styles 
******************************/
/*----------------------------------------*/
/*  BANNER CSS START
/*----------------------------------------*/
.banner-main {
  padding: 210px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(16, 32, 57, 0.9)), color-stop(56.25%, rgba(11, 21, 38, 0.6)), color-stop(97.81%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(16, 32, 57, 0.9) 0%, rgba(11, 21, 38, 0.6) 56.25%, rgba(0, 0, 0, 0) 97.81%);
  background: -o-linear-gradient(left, rgba(16, 32, 57, 0.9) 0%, rgba(11, 21, 38, 0.6) 56.25%, rgba(0, 0, 0, 0) 97.81%);
  background: linear-gradient(90deg, rgba(16, 32, 57, 0.9) 0%, rgba(11, 21, 38, 0.6) 56.25%, rgba(0, 0, 0, 0) 97.81%);
}

.banner-area {
  max-width: 720px;
  padding-left: 70px;
}

.banner-sub-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 9px;
  text-transform: uppercase;
  margin-left: 56px;
}

.banner-sub-title:before {
  content: "\e92c";
  font-family: "icomoon";
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  position: absolute;
  top: 0px;
  left: -56px;
  height: 20px;
  width: 40px;
  padding: 2px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}

.banner-sub-title.no-border:before {
  border: none;
}

h1.banner-title, h2.banner_title-h2 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 77px;
  padding: 20px 0;
}

h2.banner_title-h2 {
  color: #fff !important;
  font-size: 64px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 77px !important;
  padding: 20px 0 !important;
}

p.banner-text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 40px;
  padding-right: 29px;
}

.banner-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 30px;
}

.banner-btn-area .icon-1 {
  position: relative;
  height: 56px;
  width: 56px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-btn-area .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  gap: 22px;
}

.banner-btn-area .icon-1:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-btn-area .icon-1:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.banner-btn-area .icon-1 i {
  position: relative;
  z-index: 1;
}

.banner-shape-area .shape-1 {
  position: absolute;
  top: 87px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-animation: slide-right-sm 5000ms ease 1;
  animation: slide-right-sm 5000ms ease 1;
}

.banner-shape-area .shape-2 {
  position: absolute;
  z-index: 1;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-animation: slide-right-sm 5000ms ease 1;
  animation: slide-right-sm 5000ms ease 1;
}

.banner-shape-area .shape-3 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 60px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.banner-shape-area .shape-4 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 97px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.banner-shape-area .shape-5 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-animation: slide-left-sm 5000ms ease 1;
  animation: slide-left-sm 5000ms ease 1;
}

.banner-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.banner-dot-inner {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.banner-dot-inner span.swiper-pagination-bullet {
  background: #fff;
  position: relative;
}

.banner-dot-inner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-dot-inner span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.banner-three-section .banner-btn-area-2,
.banner-three-section .banner-text,
.banner-three-section .banner-sub-title,
.banner-three-section .banner-title {
  opacity: 1;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.banner-btn-area-2,
.banner-btn-area,
.banner-sub-title {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.swiper-slide-active .banner-btn-area-2,
.swiper-slide-active .banner-btn-area,
.swiper-slide-active .banner-sub-title {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-title,
.banner-text {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.swiper-slide-active .banner-title,
.swiper-slide-active .banner-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

@media only screen and (max-width: 1650px) {
  .banner-dot-inner {
    left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-dot-inner {
    display: none;
  }

  .banner-shape-area .shape-5 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-main {
    padding: 120px 0px;
  }

  .banner-area {
    padding-left: 0;
  }

  h1.banner-title {
    font-size: 42px;
    line-height: 62px;
    padding: 15px 0;
  }

  .banner-shape-area .shape-1 {
    top: 30px;
  }

  .banner-shape-area .shape-2 {
    top: 35px;
  }
}

@media only screen and (max-width: 425px) {
  .banner-btn-area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  h1.banner-title {
    font-size: 32px;
    line-height: 52px;
  }
}

/*----------------------------------------*/
/*  ABOUT US CSS START
  /*----------------------------------------*/
.about-us-content-area .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  gap: 35px;
}

.about-us-content-area .content h5 {
  font-size: 18px;
  margin-bottom: 8px;
}

.about-us-content-area .content h5:hover a {
  color: var(--theme-color);
}

.about-us-content-area .content p {
  font-family: "Roboto";
}

.about-us-content-area .icon {
  position: relative;
  background: var(--primary10);
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0px;
  width: 100%;
  max-width: 64px;
}

.about-us-content-area .icon img {
  -webkit-filter: initial;
  filter: initial;
}

.about-us-content-area:hover .icon img {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
}

.about-us-content-area .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-us-content-area .icon-box:hover .icon:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.about-us-content-area .icon-box:hover .icon i {
  position: relative;
  z-index: 1;
  color: #fff;
}

.about-us-image-area .image-2 {
  display: inline-block;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

.about-us-image-area .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-us-image-area .play-btn a {
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 17px;
}

.video_player_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
  width: 57px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-us-image-area .video_player_btn:before,
.about-us-image-area .video_player_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 1;
  border-radius: 50%;
}

.video_player_btn:before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video_player_btn:after {
  z-index: 1;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.about-us-image-area .image-2-area {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 71px;
}

.about-us-image-area .border-shape {
  position: absolute;
  top: -11px;
  right: 60px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: -1;
}

.about-us-image-area .working-area {
  background: var(--theme-color);
  display: inline-block;
  padding: 25px 16px 10px;
  text-align: center;
  position: absolute;
  top: 86px;
  left: -50px;
}

.about-us-image-area .icon-box i {
  color: #fff;
  font-size: 50px;
}

.about-us-image-area .icon-box h4 {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 1px;
}

.about-us-image-area .icon-box p {
  font-family: var(--secondary-font);
  color: #fff;
  position: relative;
}

.about-us-image-area .inner:before {
  content: "";
  position: absolute;
  bottom: -54px;
  left: -16px;
  width: 50px;
  height: 30px;
  background: #3c72fc;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 48% 47%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 48% 47%, 0 0);
}

.about-us-section .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.about-us-section .shape-2 {
  position: absolute;
  top: 236px;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
}

.about-us-section .shape-3 {
  position: absolute;
  top: 352px;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

/* shine start */
.about-us-image-area figure.image-1 {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-us-image-area figure.image-1:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-us-section:hover figure.image-1:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

/* shine end */
@media only screen and (max-width: 1400px) {

  .about-us-section .shape-2,
  .about-us-section .shape-3 {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .about-us-image-area .working-area {
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-us-image-area figure.image-1 img {
    width: 100%;
  }

  .about-us-image-area .image-2-area {
    bottom: 0;
  }

  .about-us-section .shape-1,
  .about-us-image-area .border-shape {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  .about-us-content-area {
    padding-left: 0;
  }

  .about-us-content-area .icon-box {
    gap: 20px;
  }
}

/*----------------------------------------*/
/*  SERVICE SLIDER CSS START
  /*----------------------------------------*/
.service-slider-section h3.section-title {
  color: #fff;
}

.service-slider-area {
  background: #fff;
}

.service-slider-area figure {
  overflow: hidden;
}

.service-slider-area:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service-slider-area .content {
  position: relative;
  padding: 25px 30px 30px;
}

.service-slider-area .content h4:hover {
  color: var(--theme-color);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.service-slider-area .icon-box {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 65px;
  border: 1px dashed var(--theme-color);
  display: inline-block;
  color: var(--theme-color);
  position: absolute;
  right: 30px;
  top: -45px;
  background: #fff;
}

.service-slider-area .icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: var(--theme-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-slider-area:hover .icon-box:before {
  width: 100%;
  left: 0;
}

.service-slider-area:hover .icon-box img {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-slider-area:hover .icon-box {
  border: 1px solid var(--theme-color);
}

.service-slider-area .service-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.service-slider-area .service-btn:hover {
  color: var(--theme-color);
}

.service_1_navigation__wrapprer button {
  color: #fff;
  height: 50px;
  width: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.service_1_navigation__wrapprer button:hover {
  border: 1px solid #fff;
}

.service-slider-section .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
}

.service-slider-section .shape-2 {
  position: absolute;
  bottom: 120px;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.service-slider-section .shape-3 {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media only screen and (max-width: 1400px) {
  .service_1_navigation__wrapprer {
    text-align: left !important;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .service_1_navigation__wrapprer button {
    margin: 0 20px 0 0;
  }
}

/*----------------------------------------*/
/*  CTA 1 CSS START
  /*----------------------------------------*/
.cta-1-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: #fff;
}

.cta-1-section figure.image {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 0, 89% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 0, 89% 100%, 0% 100%);
  background: #fff;
}

.cta-1-section .icon-box {
  width: 58px;
  height: 58px;
  background: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -60px;
  top: 70px;
  z-index: 1;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.cta-1-section:hover .icon-box {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.cta-1-section .content {
  padding: 53px 30px;
  background: #fff;
}

.cta-1-section .content:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -33px;
  width: 5px;
  height: 208px;
  background: var(--theme-color);
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

.cta-1-section .content h5 {
  position: relative;
  z-index: 1;
}

.cta-1-section .content h5:hover {
  color: var(--theme-color);
}

.cta-1-section .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  opacity: 0.1;
}

.box-shadow-1 {
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 1199px) {
  .cta-1-section .content {
    padding: 36px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-1-section figure.image {
    -webkit-clip-path: content-box;
    clip-path: content-box;
  }

  .cta-1-section .content:before {
    background: none;
  }
}

/*----------------------------------------*/
/*  Project Slider CSS START
  /*----------------------------------------*/
.project-slider-area .title-area {
  background: #fff;
  padding: 17px 24px;
  width: calc(100% - 110px);
  -webkit-clip-path: polygon(0% 0%, 0 0, 94% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0 0, 94% 0, 100% 100%, 0% 100%);
}

.project-slider-area .icon-area {
  background: var(--theme-color);
  color: #fff;
  padding: 30px;
  font-size: 31px;
  width: 110px;
  text-align: right;
  -webkit-clip-path: polygon(0% 0%, 0 0, 100% 0, 100% 100%, 20% 100%);
  clip-path: polygon(0% 0%, 0 0, 100% 0, 100% 100%, 20% 100%);
}

.project-slider-area .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.project-slider-area .title-area {
  background: #fff;
  padding: 17px 24px;
  width: 413px;
  -webkit-clip-path: polygon(0% 0%, 0 0, 94% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0 0, 94% 0, 100% 100%, 0% 100%);
}

.project-slider-area .title-area h5:hover {
  color: var(--theme-color);
}

.project-slider-area .icon-area {
  background: var(--theme-color);
  color: #fff;
  padding: 30px;
  font-size: 31px;
  width: 113px;
  text-align: right;
  -webkit-clip-path: polygon(0% 0%, 0 0, 100% 0, 100% 100%, 20% 100%);
  clip-path: polygon(0% 0%, 0 0, 100% 0, 100% 100%, 20% 100%);
}

.project-slider-area .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.project-slider-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.59%, rgba(16, 32, 57, 0)), color-stop(92.89%, rgba(16, 32, 57, 0.8)));
  background: -webkit-linear-gradient(top, rgba(16, 32, 57, 0) -19.59%, rgba(16, 32, 57, 0.8) 92.89%);
  background: -o-linear-gradient(top, rgba(16, 32, 57, 0) -19.59%, rgba(16, 32, 57, 0.8) 92.89%);
  background: linear-gradient(180deg, rgba(16, 32, 57, 0) -19.59%, rgba(16, 32, 57, 0.8) 92.89%);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-slider-area:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.project-slider-area:hover .content-area {
  opacity: 1;
}

.project-slider-section .project-active-1 {
  margin-left: 0px;
  margin-right: 0px;
}

.project_1_navigation__wrapprer button {
  color: var(--theme-color);
  height: 50px;
  width: 50px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.project_1_navigation__wrapprer button:hover {
  background: var(--theme-color);
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .project-slider-section .project-active-1 {
    margin-left: inherit;
    margin-right: inherit;
  }
}

@media only screen and (max-width: 1400px) {
  .project_1_navigation__wrapprer {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left !important;
  }

  .project_1_navigation__wrapprer button {
    margin-left: 0;
    margin-right: 20px;
  }
}

/*----------------------------------------*/
/*  Team CSS START
  /*----------------------------------------*/
.team-area-box figure.image:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
  background: -webkit-linear-gradient(87deg, #222328 3.05%, rgba(34, 35, 40, 0) 67.67%);
  background: -o-linear-gradient(87deg, #222328 3.05%, rgba(34, 35, 40, 0) 67.67%);
  background: linear-gradient(3deg, #222328 3.05%, rgba(34, 35, 40, 0) 67.67%);
  -webkit-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.team-area-box:hover figure.image:before {
  height: 100%;
  top: 0;
}

.team-area-box .content {
  background: #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: -58px;
  left: 24px;
  right: 24px;
}

.team-area-box .content .author-info h5:hover {
  color: var(--theme-color);
}

.team-area-box .content .author-info span {
  font-family: var(--secondary-font);
  color: #787878;
}

.team-area-box .social-links span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.team-area-box .social-links:hover span {
  background: var(--theme-color-1);
}

.team-area-box .social-links ul {
  position: absolute;
  top: -150px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.team-area-box .social-links:hover ul {
  opacity: 1;
}

.team-area-box .social-links ul li {
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-area-box .social-links ul li:hover {
  background: var(--theme-color-1);
}

.team-section .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.team-section .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

/*----------------------------------------*/
/*  Choose CSS START
  /*----------------------------------------*/
.choose-section hr {
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}

.choose-section hr:nth-last-child(1) {
  display: none;
}

.choose-section .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.choose-section .shape-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.choose-section figure.image {
  position: relative;
  padding-top: 60px;
}

.choose-section .section-title {
  color: #fff;
}

.choose-area-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.choose-area-icon-box .icon-box {
  color: var(--theme-color);
  background: #fff;
  padding: 20px;
  font-size: 50px;
  display: inline-block;
}

.choose-area-icon-box h5 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

.choose-area-icon-box h5:hover {
  color: var(--theme-color);
}

.choose-area-icon-box p {
  color: #fff;
  margin: 0;
}

.choose-area-icon-box .icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: var(--theme-color);
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.choose-area-icon-box:hover .icon-box:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.choose-area-icon-box:hover .icon-box i {
  color: #fff;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .choose-section .bg-image {
    display: none;
  }

  .choose-section figure.image {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .choose-section figure.image {
    display: none;
    padding: 0;
  }
}

/*----------------------------------------*/
/*  TESTIMONIALS CSS START
  /*----------------------------------------*/
.contact-from {
  padding: 60px;
  background: var(--theme-color);
}

.contact-from .section-sub-title:before {
  color: #fff;
  border: 1px solid #fff;
}

.contact-from label {
  color: #fff;
  margin-bottom: 10px;
}

.contact-from .section-title {
  font-size: 30px;
}

.contact__from-input input {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 25px;
  font-size: 15px;
  border: none;
  border-radius: 0;
  outline: none;
}

.contact__select {
  position: relative;
}

.contact__select select {
  height: 60px;
  padding: 0 23px;
  line-height: 60px;
  width: 100%;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-text-overflow: "";
  text-overflow: "";
  text-indent: 0.01px;
  text-overflow: "";
  color: #787878;
}

.contact__select:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #787878;
  right: 15px;
  cursor: pointer;
}

.testimonials_btn .primary-btn-4 {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px;
  background: #151515;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

.testimonials-area {
  padding: 30px;
}

.testimonials-box {
  padding: 25px 40px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

.testimonials-box figure.image img {
  border-radius: 50%;
}

.testimonials-box .image {
  width: 118px;
  height: 118px;
}

.testimonials-box .autor-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-box .icon-1 {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 50px;
  color: var(--theme-color);
}

.testimonials-box h5 {
  font-size: 20px;
}

.testimonials-box span {
  color: #787878;
}

.testimonials-box ul.rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 10px;
  color: var(--theme-color);
}

.testimonials_1_navigation__wrapprer button {
  color: var(--theme-color);
  height: 50px;
  width: 50px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.testimonials_1_navigation__wrapprer button:hover {
  background: var(--theme-color);
  color: #fff;
}

.testimonial-1-button-prev:before {
  content: "";
  position: absolute;
  top: 23px;
  left: -190px;
  background: #787878;
  width: 168px;
  height: 1px;
}

.testimonial-1-button-next:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 73px;
  background: #787878;
  width: 168px;
  height: 1px;
}

.testimonials-section .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials-section .bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials-section .bg-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.testimonials-section .bg-shape-3 {
  position: absolute;
  bottom: 92px;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

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

  .testimonials-section .bg-shape,
  .testimonials-section .bg-shape-1 {
    display: none;
  }
}

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

  .testimonial-1-button-prev:before,
  .testimonial-1-button-next:before,
  .testimonials-box .icon-1,
  .testimonials-section .bg-shape-3 {
    display: none;
  }

  .testimonials-box {
    padding: 20px;
  }

  .contact-from {
    padding: 35px;
  }
}

/*----------------------------------------*/
/*  BLOG STYLE ONE CSS START
  /*----------------------------------------*/
.blog-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-style-one .blog-content {
  background: #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.blog-style-one .post-meta span {
  font-size: 14px;
}

.blog-style-one .post-meta span:hover {
  color: var(--theme-color);
}

.blog-style-one .post-meta span i {
  color: var(--theme-color);
  margin-right: 8px;
}

.blog-style-one .post-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 26px;
}

.blog-style-one hr {
  margin: 15px 0 !important;
}

.blog-style-one .blog-content .blog-title:hover {
  color: var(--theme-color);
}

/* shine start */
.blog-style-one .blog-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-style-one .blog-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.blog-style-one:hover .blog-image:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

/* shine end */
@media only screen and (max-width: 991px) {
  .blog-title-box {
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

/*----------------------------------------*/
/*  BRAND CSS START
  /*----------------------------------------*/
.brand-section img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.75;
}

.brand-section img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

/*----------------------------------------*/
/*  BANNER TWO CSS START
  /*----------------------------------------*/
.banner-main-2 {
  padding-top: 312px;
  padding-bottom: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-main-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 32, 57, 0.7);
}

.banner-area-2 {
  max-width: 775px;
  padding-left: 70px;
}

.banner-btn-area-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.banner-btn-area-2 h6 {
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}

.banner-main-2 .socials-area {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.banner-main-2 .socials-area li {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-main-2 .socials-area li:hover {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.banner-main-2 .socials-area span {
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  margin-top: 24px;
  position: relative;
  top: 24px;
  right: 20px;
}

.banner-section-2 .shape-1 {
  position: absolute;
  top: 117px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-animation: slide-right-sm 5s ease 1;
  animation: slide-right-sm 5s ease 1;
}

.banner-section-2 .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 1;
  -webkit-animation: slide-right-sm 5s ease 1;
  animation: slide-right-sm 5s ease 1;
}

.banner-section-2 .shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-animation: slide-right-sm 5s ease 1;
  animation: slide-right-sm 5s ease 1;
}

.banner-section-2 .shape-4 {
  position: absolute;
  top: 4px;
  right: 175px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-animation: slide-left-sm 5s ease 1;
  animation: slide-left-sm 5s ease 1;
}

.banner-section-2 .shape-5 {
  position: absolute;
  top: 4px;
  right: 360px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-animation: slide-left-sm 5s ease 1;
  animation: slide-left-sm 5s ease 1;
}

.banner-section-2 .shape-6 {
  position: absolute;
  top: 4px;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-animation: slide-left-sm 5s ease 1;
  animation: slide-left-sm 5s ease 1;
}

@media only screen and (max-width: 991px) {
  .banner-main-2 {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-btn-area-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-area-2 {
    padding-left: 0;
  }

  .banner-main-2 .socials-area,
  .banner-section-2 .shape-1,
  .banner-section-2 .shape-4,
  .banner-section-2 .shape-6 {
    display: none;
  }
}

/*----------------------------------------*/
/* FEATURES CSS START
  /*----------------------------------------*/
.features-section .bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.features-section .bg-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.features-box-area {
  padding: 30px 30px 25px 30px;
  background: #fff;
  overflow: hidden;
}

.features-box-area .icon-box {
  background-color: var(--primary10);
  border-radius: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  border-radius: 0px;
}

.features-box-area:hover .icon-box {
  background-color: var(--white);
}

.features-box-area .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.features-box-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.features-box-area .shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: top right;
}

.features-box-area:hover .shape-3 {
  opacity: 1;
}

.features-box-area:hover .shape-2 {
  opacity: 0;
}

.features-box-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--gradient-bg);
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.features-box-area:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  border-radius: 50%;
}

.features-box-area:hover h5 {
  color: #fff;
  position: relative;
}

.features-box-area:hover p {
  color: #fff;
  position: relative;
}

.features-box-area:hover .icon-box {
  color: #fff;
  position: relative;
}

.features-box-area:hover:before {
  width: 100%;
  left: 0;
}

.features-box-area:hover::after {
  background-color: var(--white);
}

/*----------------------------------------*/
/* ABOUT US 2 CSS START
  /*----------------------------------------*/
.about-2-image-area .main-image {
  text-align: center;
  padding-left: 20px;
}

.about-2-image-area .main-image img {
  border-radius: 0 100px 0 0;
}

.about-2-image-area .small-image {
  position: absolute;
  display: inline-block;
  bottom: 40px;
  right: -10px;
  border: 12px solid #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

.about-2-image-area .icon-box {
  background: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  position: absolute;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 50%;
  left: -87px;
  max-width: 322px;
}

.about-2-image-area .icon-box .icon {
  color: var(--theme-color);
  font-size: 60px;
  padding: 25px 30px;
  background: #fff;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.about-2-image-area .icon-box h3 {
  color: #fff;
}

.about-2-image-area .icon-box p {
  color: #fff;
  font-family: "Roboto";
  margin: 0;
}

.about-2-image-area .shape-1 {
  position: absolute;
  top: 55px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.about-2-content-area ul.list-area li {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-left: 10px;
}

.about-2-content-area ul.list-area li:before {
  content: "\e921";
  font-family: "icomoon";
  color: var(--theme-color);
  position: relative;
  top: 2px;
  left: -10px;
  font-size: 16px;
}

.about-2-content-area .call-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.about-2-content-area .icon-1 {
  position: relative;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.about-2-btn-area:hover .icon-1 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.about-2-content-area .content span {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.about-2-content-area .content h5 {
  font-size: 18px;
}

.about-2-content-area .content:hover h5 {
  color: var(--theme-color);
}

.about-2-content-area .icon-1:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  height: 58px;
  width: 58px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
}

.about-2-content-area .about-2-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}

.about-2-section .bg-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.about-2-section .bg-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

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

  .about-2-section .bg-shape-2,
  .about-2-section .bg-shape-1 {
    display: none;
  }
}

@media only screen and (max-width: 1350px) {
  .about-2-image-area .small-image {
    right: 0;
  }

  .about-2-image-area .icon-box {
    left: -87px;
  }
}

@media only screen and (max-width: 991px) {
  .about-2-image-area .main-image img {
    width: 100%;
    margin-bottom: 50px;
  }

  .about-2-content-area {
    padding-left: 0;
  }
}

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

  .about-2-image-area .shape-1,
  .about-2-image-area .small-image {
    display: none;
  }

  .about-2-content-area .about-2-btn-area {
    display: inline;
  }

  .about-2-content-area .about-2-btn-area .primary-btn-1 {
    margin-bottom: 20px;
  }

  .about-2-image-area .icon-box {
    top: 40%;
  }
}

/*----------------------------------------*/
/* SERVICE TAB CSS START
  /*----------------------------------------*/
.service-tab-btn-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border: none;
}

.service-tab-btn-area ul .nav-link {
  position: relative;
  font-family: var(--primary-font);
  color: var(--theme-color-1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 27px;
  padding: 32px 24px;
  background: #fff;
  width: 330px;
  border-radius: 0 !important;
  border: none !important;
}

.service-tab-btn-area ul .nav-link:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  width: 35px;
  height: 60px;
  background: #fff;
  -webkit-clip-path: polygon(100% 49%, 0 0, 0 100%);
  clip-path: polygon(100% 49%, 0 0, 0 100%);
}

.service-tab-btn-area ul .nav-link .icon-box {
  font-size: 50px;
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-tab-btn-area ul .nav-link.active {
  background: var(--theme-color);
  color: #fff;
}

.service-tab-btn-area ul .nav-link.active:before {
  background: var(--theme-color);
}

.service-tab-btn-area ul .nav-link.active .icon-box {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
}

.service-tab-content {
  background: #fff;
  padding: 28px;
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 330px auto;
  grid-template-columns: 330px auto;
  margin-top: 10px;
}

.service-tab-content .content h4 {
  font-weight: 700;
  line-height: 46px;
}

.service-tab-content ul.tab-list-content li {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
  margin-left: 10px;
}

.service-tab-content ul.tab-list-content li:before {
  content: "\e921";
  font-family: "icomoon";
  color: var(--theme-color);
  position: relative;
  top: 2px;
  left: -10px;
  font-size: 16px;
}

.service-tab-content .tab-bg-shape {
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.service-tab-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-tab-title-area .primary-btn-4 {
  text-transform: uppercase;
  border: 1px solid #fff;
  background: transparent;
}

.service-tab-section .bg-shape-1 {
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.service-tab-section .bg-shape-2 {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

.service-tab-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  .service-tab-title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .service-tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-tab-btn-area {
    margin-bottom: 50px;
  }

  .service-tab-content figure.image img {
    width: 100%;
  }
}

/*----------------------------------------*/
/* WORK PROCESS CSS START
  /*----------------------------------------*/
.work-process-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.work-process-box .icon-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.work-process-box .icon-box span {
  position: absolute;
  top: -3px;
  left: -5px;
  width: 34px;
  height: 34px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  font-size: 16px;
  font-family: var(--primary-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-process-box {
  padding: 20px;
  position: relative;
}

.work-process-box .icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.work-process-box:hover .icon-box:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.work-process-box:hover .icon-box i {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
  position: relative;
}

.work-process-box:hover .icon-box img {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
  position: relative;
}

.work-process-section .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/*----------------------------------------*/
/* TEXT SLIDER CSS START
  /*----------------------------------------*/
.text-slider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-animation: aspro-scroller 27s linear infinite;
  animation: aspro-scroller 27s linear infinite;
  will-change: transform;
  white-space: nowrap;
  gap: 10px;
}

.text-slider-box .slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.text-slider-box .slide-box h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 57.5% */
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-color-1);
  color: transparent;
}

@-webkit-keyframes aspro-scroller {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes aspro-scroller {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes aspro-scroller-reverse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@keyframes aspro-scroller-reverse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

/*----------------------------------------*/
/* PROJECT SLIDER CSS START
  /*----------------------------------------*/
.project-slider-two-section .bg-shape {
  position: absolute;
  top: 65px;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.project-two-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-slider-two-box .content {
  padding: 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-slider-two-box:hover .content {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.project-slider-two-box .inner-box span {
  color: var(--theme-color);
  text-transform: capitalize;
  font-weight: 500;
}

.project-slider-two-box .inner-box h5 {
  margin-top: 5px;
}

.project-slider-two-box .icon-1 {
  background: var(--theme-color);
  font-size: 30px;
  color: #fff;
  padding: 15px;
}

.project-slider-two-box figure.image:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.59%, rgba(16, 32, 57, 0)), color-stop(92.89%, rgba(16, 32, 57, 0.8)));
  background: -webkit-linear-gradient(top, rgba(16, 32, 57, 0) -19.59%, rgba(16, 32, 57, 0.8) 92.89%);
  background: -o-linear-gradient(top, rgba(16, 32, 57, 0) -19.59%, rgba(16, 32, 57, 0.8) 92.89%);
  background: linear-gradient(180deg, rgba(16, 32, 57, 0) -19.59%, rgba(16, 32, 57, 0.8) 92.89%);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-slider-two-box:hover figure.image:before {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .project-two-title-area {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

/*----------------------------------------*/
/* TESTIMONIALS TWO CSS START
  /*----------------------------------------*/
.testimonials-two-section .testimonials-video-area .play-btn a {
  color: #fff;
}

.testimonials-video-area {
  margin-right: -209px;
}

.testimonials-video-area .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testimonials-video-area .play-btn a {
  border-radius: 50%;
  color: var(--theme-color);
  z-index: 2;
  position: relative;
  font-size: 17px;
}

.testimonials-video-area .video_player_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
  width: 57px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonials-video-area .video_player_btn:before,
.video_player_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}

.testimonials-video-area .video_player_btn:before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.testimonials-video-area .video_player_btn:after {
  z-index: 1;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.testimonials-two-area .section-title {
  color: #fff;
}

.testimonials-two-area {
  padding-left: 100px;
  padding-right: 60px;
  margin-left: 70px;
  margin-top: 66px;
}

.testimonials-two-box {
  background: #fff;
  padding: 40px 30px 40px 67px;
  border-left: 4px solid var(--theme-color);
  position: relative;
  margin-left: 45px;
}

.testimonials-two-box h4 {
  font-size: 20px;
}

.testimonials-two-box span {
  color: #787878;
}

.testimonials-two-box ul.ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 17px;
  color: var(--theme-color);
}

.testimonials-two-box .author-image img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.testimonials-two-box .author-image {
  position: absolute;
  left: -50px;
  top: 75px;
  bottom: 75px;
}

.testimonials-two-box .icon-1 {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 50px;
  color: var(--theme-color);
}

.testimonials-two-area .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-dot-inner span.swiper-pagination-bullet {
  background: #fff;
  position: relative;
}

.testimonial-dot-inner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color);
  position: relative;
}

.testimonial-dot-inner span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.testimonial-dot-inner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

@media only screen and (max-width: 1440px) {
  .testimonials-video-area {
    margin-right: 0;
  }

  .testimonials-two-area {
    margin-left: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .testimonials-two-area {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 425px) {
  .testimonials-two-box .icon-1 {
    display: none;
  }
}

/*----------------------------------------*/
/* Icon box counter CSS START
  /*----------------------------------------*/
.icon-box-counter-area .icon-box {
  font-size: 70px;
  color: var(--theme-color);
}

.icon-box-counter-area h3 {
  font-weight: 700;
}

.icon-box-counter-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-box-counter-area .text-1 {
  color: #787878;
  font-family: var(--secondary-font);
}

/*----------------------------------------*/
/* HELP FORM CSS START
  /*----------------------------------------*/
.help-form-section .image-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.help-form-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.help-form-area input[type="text"],
.help-form-area input[type="tel"] {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  padding-left: 30px;
}

.help-form-area .primary-btn-1 {
  border-radius: 50px;
  font-size: 16px;
  padding: 22px 50px;
}

.help-form-section .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: top right;
  background-size: contain;
}

@media only screen and (max-width: 1830px) {
  .help-form-section .image-area {
    left: -270px;
  }
}

@media only screen and (max-width: 1300px) {
  .help-form-section .image-area {
    left: -370px;
  }

  .help-form-area .primary-btn-1 {
    padding: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .help-form-section .image-area {
    display: none;
  }

  .help-form-area .primary-btn-1 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*----------------------------------------*/
/* BLOG STYLE TWO CSS START
  /*----------------------------------------*/
.blog-two-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-style-two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 370px;
  grid-template-columns: auto 370px;
}

.blog-style-two .blog-content-area {
  background: #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 25px 30px 30px;
}

.blog-style-two .blog-title {
  padding-top: 20px;
}

.blog-style-two .blog-title:hover {
  color: var(--theme-color);
}

.blog-style-two .post-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 26px;
  color: #787878;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 20px;
}

.blog-style-two .post-meta span i {
  margin-right: 10px;
  font-size: 16px;
  color: var(--theme-color);
}

.blog-style-two .blog-text {
  padding: 25px 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .blog-two-title-area {
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .blog-style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*----------------------------------------*/
/* FOOTER STYLE TWO CSS START
  /*----------------------------------------*/
.footer-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.footer-bottom .footer-socials span {
  margin-right: 5px;
  color: #fff;
  height: 36px;
  width: 36px;
  border: 1px solid #fff;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-bottom .footer-socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.footer-bottom .footer-socials span>a {
  color: #fff;
}

.footer-bottom .footer-socials span:hover {
  background: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color);
}

.footer-bottom .footer-socials span:hover a {
  color: #fff;
}

.footer-main .footer-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.footer-main .footer-shape-1 {
  position: absolute;
  bottom: 96px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

/*----------------------------------------*/
/* BANNER STYLE THREE CSS START
  /*----------------------------------------*/
.banner-3-content .banner-area-2 {
  padding: 235px 150px;
  max-width: inherit;
}

.banner-3-content .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  background-repeat: repeat-y;
  background-position: right;
  background-size: contain;
  -webkit-animation: slide_up 50s linear infinite;
  animation: slide_up 50s linear infinite;
}

.banner-3-content .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.banner-3-content .shape-3 {
  position: absolute;
  top: 180px;
  left: -160px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-3-image-area {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-3-experience {
  max-width: 288px;
  background: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  gap: 25px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.banner-3-experience .icon-box {
  font-size: 80px;
  background: #fff;
  height: 108px;
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-color);
}

.banner-3-popup {
  cursor: pointer;
}

.banner-3-popup .icon-1 {
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 10px;
  cursor: pointer;
}

.banner_popup_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner_popup_btn:before,
.banner_popup_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 1;
  border-radius: 50%;
}

.banner_popup_btn:before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.banner_popup_btn:after {
  z-index: 1;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.banner-3-image-area .content-1 {
  position: absolute;
  top: 74px;
  left: 39%;
}

.banner-3-image-area .content-2 {
  position: absolute;
  top: 433px;
  left: 82px;
}

.banner-3-image-area .content-3 {
  position: absolute;
  top: 306px;
  left: 85%;
}

.banner-3-popup:hover .best-quality {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.best-quality {
  background: var(--theme-color);
  color: #fff;
  padding: 5px 8px;
  border: 5px;
  font-size: 14px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
  height: 50px;
  position: absolute;
  width: 92px;
  top: -55px;
  left: -60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

  .banner-3-experience,
  .banner-3-image-area .content-1,
  .banner-3-image-area .content-2,
  .banner-3-image-area .content-3,
  .banner-3-content .shape-3 {
    display: none;
  }

  .banner-3-content .banner-area-2 {
    padding: 150px 150px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-3-content .banner-area-2 {
    padding: 100px 20px;
  }

  .banner-3-content .banner-btn-area-2 {
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
}

/*----------------------------------------*/
/* ABOUT THREE CSS START
  /*----------------------------------------*/
.about-three-section {
  padding-bottom: 240px;
}

.about-three-section .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
}

ul.about-3-list {
  margin-left: 10px;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 500;
}

ul.about-3-list li {
  margin-bottom: 10px;
}

ul.about-3-list li:before {
  content: "\e921";
  font-family: "icomoon";
  position: relative;
  top: 1px;
  left: -10px;
  color: var(--theme-color);
}

.about-3-content-area .progress {
  max-width: 527px;
  height: 12px;
  border-radius: 0;
}

.about-3-content-area .progress-bar {
  background-color: var(--theme-color);
}

.about-3-progress-bar h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

.about-3-content-area .progress-count {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 15px;
}

.about-3-image-area .shape-1 {
  position: absolute;
  top: 0;
  right: 20px;
  background-repeat: repeat-y;
  background-position: right;
  width: 30px;
  height: 100%;
  -webkit-animation: slide_up 50s linear infinite;
  animation: slide_up 50s linear infinite;
}

/* shine start */
.about-3-image-area figure.image {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-3-image-area figure.image:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-3-image-area:hover figure.image:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

/* shine end */
@media only screen and (max-width: 991px) {
  .about-3-content-area .progress {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/* HELP FORM THREE CSS START
  /*----------------------------------------*/
.help-3-form-section {
  margin-top: -120px;
}

.help-3-form-area {
  background: var(--theme-color);
  padding: 60px 80px;
  text-align: center;
}

.help-3-form-area h3 {
  color: #fff;
}

.help-3-form-area input[type="text"],
.help-3-form-area input[type="tel"] {
  background: transparent;
  border-radius: 50px;
  border: 1px solid #ececec;
  padding: 25px 30px;
  color: #fff;
}

.help-3-form-area ::-webkit-input-placeholder {
  color: #ececec;
  opacity: 1;
  font-size: 14px;
}

.help-3-form-area :-ms-input-placeholder {
  color: #ececec;
  opacity: 1;
  font-size: 14px;
}

.help-3-form-area ::-ms-input-placeholder {
  color: #ececec;
  opacity: 1;
  font-size: 14px;
}

.help-3-form-area ::placeholder {
  color: #ececec;
  opacity: 1;
  font-size: 14px;
}

.help-3-form-area button.primary-btn-1 {
  width: 100%;
  background: #fff;
  color: var(--theme-color-1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 16px;
  padding: 23px 30px;
}

.help-3-form-area button.primary-btn-1:hover {
  color: #fff;
}

.help-3-form-area .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  height: 100%;
}

.help-3-form-area .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

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

  .help-3-form-area input[type="text"],
  .help-3-form-area input[type="tel"] {
    margin-bottom: 20px;
  }

  .help-3-form-area {
    padding: 60px 40px;
  }

  .help-3-form-area h3 {
    font-size: 24px;
  }
}

/*----------------------------------------*/
/* SERVICE THREE CSS START
  /*----------------------------------------*/
.service-section-three {
  padding-top: 240px;
  margin-top: -120px;
}

.service-section-three .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.service-section-three .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.service-section-three .shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.service-3-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-section-three .service-active-2 {
  margin-right: -366px;
}

.service-section-three .section-title {
  color: #fff;
}

.service-3-box-area .inner {
  background: #fff;
}

.service-3-box-area .content-box {
  padding: 70px 20px 0 20px;
}

.service-3-box-area .icon-box {
  width: 80px;
  height: 80px;
  font-size: 50px;
  color: var(--theme-color);
  border: 1px dashed var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -110px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.service-3-box-area .content-box h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.service-3-box-area .btn-area {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  background: #f8f8f8;
  padding: 12px 0;
  position: relative;
}

.service-3-box-area .btn-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--theme-color);
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.service-3-box-area:hover .btn-area:before {
  width: 100%;
  right: 0;
}

.service-3-box-area:hover .btn-area a {
  position: relative;
  color: #fff;
}

.service-3-box-area .icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--theme-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-3-box-area:hover .icon-box:before {
  left: 0;
  width: 100%;
}

.service-3-box-area:hover .icon-box img {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .service-section-three .service-active-2 {
    margin-right: inherit;
  }
}

@media only screen and (max-width: 991px) {
  .service-3-title-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/* CHOOSE THREE CSS START
  /*----------------------------------------*/
.choose-3-image-area .image-3-area {
  position: absolute;
  bottom: 30px;
  right: -25px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

.choose-3-image-area .image-3-area .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.choose-3-image-area .play-btn a {
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 17px;
}

.video_player_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
  width: 57px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video_player_btn:before,
.video_player_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 1;
  border-radius: 50%;
}

.video_player_btn:before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video_player_btn:after {
  z-index: 1;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.choose-3-image-area .shape-1 {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.choose-3-image-area h1 {
  font-size: 100px;
  text-transform: capitalize;
  opacity: 0.08;
  position: absolute;
  top: 36%;
  left: -280px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.choose-3-content-area .icon-box-area {
  background: #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.choose-3-content-area .icon-box-area.active {
  border-bottom: 2px solid var(--theme-color);
}

.choose-3-content-area .icon-box {
  font-size: 40px;
  color: var(--theme-color);
}

.choose-3-content-area .icon-box-area h5 {
  font-size: 16px;
}

.choose-3-section .shape-1 {
  position: absolute;
  top: 71px;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

/* shine start */
.choose-3-section figure.image {
  position: relative;
  display: block;
  overflow: hidden;
}

.choose-3-section figure.image:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.choose-3-section:hover figure.image:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

/* shine end */
@media only screen and (max-width: 991px) {
  .choose-3-content-area {
    padding-left: 0;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 425px) {
  .choose-3-image-area .image-3-area {
    display: none;
  }
}

/*----------------------------------------*/
/* FAQ CSS START
  /*----------------------------------------*/
.faq-container .section-title {
  color: #fff;
}

.faq-section .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.faq-section .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center left;
}

.faq-section .shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

/* faq start */
.accordion-button {
  padding: 20px 30px;
  text-align: left;
  background: #fff;
  gap: 15px;
  color: var(--theme-color-1);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.accordion-button::after {
  content: "\f101";
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 400;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  line-height: 30px;
  border-radius: 50%;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  text-align: center;
  position: absolute;
  right: 19px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--theme-color);
}

.accordion-button:not(.collapsed)::after {
  background: #fff;
  color: var(--primary-color);
  content: "\f102";
}

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-body {
  font-size: 16px;
  line-height: 28px;
  padding: 0 30px 20px 30px;
  color: #787878;
}

.accordion-collapse {
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.accordion-item {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-width: 1px;
  border-radius: 0px;
}

.bd-faq-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media only screen and (max-width: 991px) {
  .faq-wrapper {
    padding-right: 0;
  }
}

/*----------------------------------------*/
/* DARK VERSION CSS START
  /*----------------------------------------*/
.is-dark .features-box-area h5,
.is-dark .features-box-area p {
  color: #fff;
}

.is-dark .about-2-content-area .section-title {
  color: #fff;
}

.is-dark .about-2-content-area p {
  color: #fff;
}

.is-dark .about-2-content-area ul.list-area li {
  color: #fff;
}

.is-dark .about-2-content-area .content span {
  color: #fff;
}

.is-dark .about-2-content-area .content h5 {
  color: #fff;
}

.is-dark .service-tab-btn-area ul button,
.is-dark .service-tab-btn-area ul button::before {
  background: #0f1d34;
  color: #fff;
}

.is-dark .service-tab-content {
  background: #0f1d34;
}

.is-dark .service-tab-content * {
  color: #fff;
}

.work-process-section.is-dark .section-title {
  color: #fff;
}

.is-dark .work-process-box h4,
.is-dark .work-process-box p {
  color: #fff;
}

.is-dark .work-process-box .icon-box span,
.is-dark .work-process-box .icon-box {
  background: #0f1d34;
}

.text-slider-section.is-dark h1 {
  -webkit-text-stroke-color: #fff;
}

.project-slider-two-section.is-dark .section-title {
  color: #fff;
}

.project-slider-two-section.is-dark .project-slider-two-box .content {
  background: #0f1d34;
}

.project-slider-two-section.is-dark .project-slider-two-box .inner-box h5 {
  color: #fff;
}

.testimonials-two-section.is-dark .testimonials-two-box {
  background: #0f1d34;
}

.testimonials-two-section.is-dark .testimonials-two-box h4,
.testimonials-two-section.is-dark .testimonials-two-box span,
.testimonials-two-section.is-dark .testimonials-two-box p {
  color: #fff;
}

.is-dark .icon-box-counter-area h3,
.is-dark .icon-box-counter-area span {
  color: #fff;
}

.blog-two-section.is-dark .section-title {
  color: #fff;
}

.blog-two-section.is-dark .blog-style-two .blog-content-area {
  background: #102039;
}

.blog-two-section.is-dark h5.blog-title,
.blog-two-section.is-dark p.blog-text,
.blog-two-section.is-dark .blog-style-two .post-meta {
  color: #fff;
}

.blog-two-section.is-dark a.primary-btn-5.btn-hover {
  background: transparent;
  color: #fff;
}

/*----------------------------------------*/
/* PAGE TITLE CSS START
  /*----------------------------------------*/
.breadcrumb__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.breadcrumb__thumb_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.breadcrumb__thumb_3 {
  position: absolute;
  top: 0;
  right: 415px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

.breadcrumb__wrapper .breadcrumb__title {
  color: #fff;
  margin-bottom: 10px;
}

.breadcrumb__wrapper ul {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.breadcrumb__wrapper ul span:before {
  content: "\e902";
  font-family: "icomoon";
  color: #fff;
  position: relative;
  top: 1px;
  left: -6px;
}

.breadcrumb__wrapper ul li:first-child span:before {
  display: none;
}

.breadcrumb__wrapper ul li:last-child span {
  color: var(--theme-color);
}

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

  .breadcrumb__thumb_2,
  .breadcrumb__thumb_3 {
    display: none;
  }

  .breadcrumb__wrapper {
    text-align: center;
  }

  .breadcrumb__wrapper ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .breadcrumb__area {
    padding: 80px 0;
  }

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

/*----------------------------------------*/
/* MAP CSS START
  /*----------------------------------------*/
.contact-map iframe {
  width: 100%;
  height: 600px;
  mix-blend-mode: luminosity;
  margin-bottom: -8px;
}

/*----------------------------------------*/
/* SERVICE PAGE CSS START
  /*----------------------------------------*/
.service-page-section .service-slider-area .content {
  background: #fff;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}

ul.service-details-page-list li:before {
  content: "\e921";
  font-family: "icomoon";
  color: var(--theme-color);
  font-weight: 600;
  position: relative;
  top: 0;
  left: -10px;
}

ul.service-details-page-list li {
  margin-left: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.service-widget-1 {
  background: #f8f8f8;
  padding: 40px 30px;
}

.service-widget-1 h5 {
  font-size: 22px;
  margin-bottom: 25px;
}

.service-widget-1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #fff;
}

.service-widget-1 li .active {
  background: var(--theme-color);
  color: #fff;
}

.service-widget-1 li {
  margin-bottom: 16px;
}

.service-widget-1 li:last-child {
  margin-bottom: 0px;
}

.service-widget-2 .icon-box {
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -30px;
}

.service-widget-2 .icon-box:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 56px;
  height: 56px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  z-index: 1;
}

.service-widget-2 .icon-box:after {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 11px solid var(--theme-color-1);
}

.service-widget-2 .content h5 {
  color: #fff;
  margin: 24px 0;
}

.service-widget-2 .content .phone {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.service-widget-2 .btn-box {
  padding: 30px 0;
}

.service-widget-3 .company-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--theme-color);
  padding: 20px;
  color: #fff;
}

.service-widget-3 .company-file h6 {
  color: #fff;
}

.service-widget-3 .file-size a {
  margin-left: 10px;
}

/*----------------------------------------*/
/* PROJECTS PAGE CSS START
  /*----------------------------------------*/
.project-details-page-content .project-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.project-details-page-content .project-info h6 {
  background: #f8f8f8;
  padding: 30px 65px 30px 80px;
  border-bottom: 1px solid #babbbd;
  border-right: 1px solid #babbbd;
}

.project-details-page-content .project-info h6 span {
  color: var(--theme-color);
}

.project-details-page-content .project-info h6:last-child {
  border: none;
}

.project-details-page-content .project-info h6:nth-child(2) {
  border-bottom: 1px solid #babbbd;
  border-right: 0;
}

.project-details-page-content .project-info h6:nth-child(3) {
  border-bottom: 0;
  border-right: 1px solid #babbbd;
}

.project-details-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project-details-video .play-btn a {
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 17px;
}

.project-details-video .video_player_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
  width: 57px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details-video .video_player_btn:before,
.project-details-video .video_player_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 1;
  border-radius: 50%;
}

.project-details-video .video_player_btn:before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.project-details-video .video_player_btn:after {
  z-index: 1;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

@media only screen and (max-width: 991px) {
  .service-widget-1 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 425px) {
  .project-details-page-content .project-info h6 {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/*----------------------------------------*/
/* TEAM DETAILS CSS START
  /*----------------------------------------*/
.team-member-info-image-area figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(87deg, #222328 3.05%, rgba(34, 35, 40, 0) 67.67%);
  background: -o-linear-gradient(87deg, #222328 3.05%, rgba(34, 35, 40, 0) 67.67%);
  background: linear-gradient(3deg, #222328 3.05%, rgba(34, 35, 40, 0) 67.67%);
}

ul.team-member-socials-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

ul.team-member-socials-icon li {
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.team-member-socials-icon li:hover {
  background: var(--theme-color-1);
}

.team-member-info .designation {
  font-weight: 400;
  font-size: 16px;
}

.team-details-progress-bar h6 {
  font-size: 16px;
  margin-bottom: 15px;
}

.team-details-progress-bar .progress-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}

.team-details-progress-bar .progress {
  height: 8px;
  border-radius: 0;
}

.team-details-progress-bar .progress-bar {
  background: var(--theme-color);
}

.team-member-info-details .edu-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.team-member-info-details .edu-info span {
  font-size: 14px;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 5px 15px;
  border-radius: 50px;
}

/*----------------------------------------*/
/* Pagination CSS START
  /*----------------------------------------*/
.bd-basic__pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.bd-basic__pagination ul li {
  width: 53px;
  height: 50px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.bd-basic__pagination ul li.current {
  background: var(--theme-color);
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .pagination__wrapper {
    margin-bottom: 50px;
  }
}

/*----------------------------------------*/
/* BLOG DETAILS CSS START
  /*----------------------------------------*/
.blog-widget-1,
.blog-widget-2,
.blog-widget-3,
.blog-widget-4 {
  background: #f8f8f8;
  padding: 40px 30px;
}

.blog-widget-title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--theme-color);
}

.blog-widget-1 button {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-widget-1 input[type="text"] {
  width: 100%;
  height: 60px;
  border: none;
  padding: 15px 20px;
  outline: none;
}

.blog-widget-2 ul.blog-categories-list li a {
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-widget-2 ul.blog-categories-list li:hover a {
  background: var(--theme-color);
  color: #fff;
}

.blog-widget-2 ul.blog-categories-list li {
  margin-bottom: 16px;
}

.blog-widget-2 ul.blog-categories-list li:last-child {
  margin-bottom: 0;
}

.blog-widget-3 .blog-post-sidebar {
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px auto;
  grid-template-columns: 80px auto;
  gap: 15px;
}

.blog-widget-3 .blog-post-sidebar:last-child {
  margin-bottom: 0px;
}

.blog-widget-3 .content span {
  font-size: 14px;
  color: #787878;
}

.blog-widget-3 .content span i {
  color: var(--theme-color);
  margin-right: 5px;
}

.blog-widget-3 .content h6 {
  font-size: 16px;
}

.blog-widget-4 .tagcloud a {
  display: inline-block;
  font-size: 14px;
  padding: 12px;
  background: #fff;
  margin-right: 8px;
  margin-bottom: 6px;
  line-height: 1;
  text-transform: capitalize;
}

.blog-widget-4 .tagcloud a:hover {
  color: #fff;
  background: var(--theme-color);
}

.blog-widget-4 .tagcloud a:nth-last-child(1),
.blog-widget-4 .tagcloud a:nth-last-child(2),
.blog-widget-4 .tagcloud a:nth-last-child(3) {
  margin: 0;
}

.blog-details-page ul.blog-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 26px;
  font-size: 14px;
  color: #787878;
}

.blog-details-page ul.blog-post-meta li i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--theme-color);
}

blockquote {
  border-left: 4px solid var(--theme-color);
  background: var(--Bg_Color, #f8f8f8);
  padding: 32px 70px 32px 40px;
}

blockquote p {
  font-weight: 600;
  font-style: italic;
  color: #102039;
  text-transform: capitalize;
}

blockquote i {
  font-size: 36px;
  color: var(--theme-color);
  position: absolute;
  bottom: -20px;
  right: -10px;
}

.tagcloud.tagcloud-sm span {
  font-weight: 600;
}

.tagcloud.tagcloud-sm a {
  font-size: 14px;
  padding: 12px 16px;
  background: #f8f8f8;
  margin-left: 10px;
}

.tagcloud.tagcloud-sm a:hover {
  background: var(--theme-color);
  color: #fff;
}

.postbox__share span {
  font-weight: 600;
}

.postbox__share a {
  font-size: 16px;
  color: #787878;
  margin-left: 10px;
}

.postbox__share a:hover {
  color: var(--theme-color);
}

.postbox__share-wrapper {
  padding: 25px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.postbox__comment-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.post-box-comments-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto;
  grid-template-columns: 100px auto;
  gap: 20px;
}

.postbox__comment-name h5 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.postbox__comment-name span {
  color: #787878;
}

.postbox__comment-reply a {
  border-radius: 20px;
  background: rgba(234, 24, 38, 0.06);
  padding: 10px 16px;
  color: var(--theme-color);
  font-size: 14px;
}

ul.postbox__comment_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: absolute;
  top: 35px;
  right: 0;
  color: var(--theme-color);
}

.postbox__comment-form label {
  font-weight: 500;
  font-family: var(--primary-font);
  margin-bottom: 15px;
}

.postbox__comment-form input[type="text"],
.postbox__comment-form input[type="email"] {
  border-radius: 4px;
  border: 1px solid #ececec;
  padding: 18px 20px;
  height: 55px;
  margin-bottom: 30px;
}

.postbox__comment-form textarea {
  border-radius: 4px;
  border: 1px solid #ececec;
  height: 200px;
  resize: none;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .postbox__comment-form {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 425px) {
  .post-box-comments-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ul.postbox__comment_ratings {
    right: 100px;
  }
}

/*----------------------------------------*/
/* CONTACT PAGE CSS START
  /*----------------------------------------*/
.contact-p-info-area .contact-box {
  padding: 50px 40px 40px 40px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.contact-p-info-area .contact-box .icon-1 {
  font-size: 50px;
  color: var(--theme-color);
}

.contact-p-info-area .info span {
  color: var(--theme-color);
}

.contact-p-info-area .info h4 {
  margin-top: 10px;
}

.contact-page-form-area {
  padding: 60px;
  background: #f8f8f8;
}

.contact-page-form label {
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-page-form input {
  height: 55px;
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px solid #ececec;
}

.contact-page-form textarea {
  height: 136px;
  margin-bottom: 30px;
  resize: none;
  border-radius: 4px;
  border: 1px solid #ececec;
}

@media only screen and (max-width: 991px) {
  .contact-page-form-area {
    margin-top: 30px;
    padding: 30px;
  }

  .error-page h2 {
    font-size: 32px;
  }
}

.error-image {
  max-width: 840px;
  text-align: center;
  margin: 0 auto;
}

.error-image img {
  width: 100%;
}

/* Wp Css */
.offcanvas__logo .sticky-logo,
.offcanvas__logo .retina-logo {
  display: none;
}

.service-slider-area .icon-box img {
  width: 40px;
}

.main-menu ul li .submenu li:hover>a {
  color: #fff;
}

.wotech_portfolio .project-slider-area .content-area {
  left: 15px;
  right: 15px;
}

.wotech_portfolio .project-slider-area .title-area {
  padding: 10px 15px;
}

.wotech_portfolio .project-slider-area .title-area h6 {
  font-size: 14px;
}

.wotech_portfolio .project-slider-area .title-area h5 {
  font-size: 18px;
}

.wotech_portfolio .project-slider-area .icon-area {
  padding: 18px 15px;
}

.brand-section {
  text-align: center;
}

.widget_logo_with_bottom_text img {
  max-width: 160px;
}

@media only screen and (max-width: 991px) {
  .team-section .shape-1 {
    display: none;
  }

  .icon-box-counter-area .icon-box {
    font-size: 44px;
  }

  .icon-box-counter-area h3 {
    font-size: 24px;
  }
}

/*Home 4  */
.theme-btn {
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 24px 40px;
  border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.theme-btn::before {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.theme-btn::after {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.theme-btn i {
  margin-left: 10px;
}

.theme-btn:hover {
  color: var(--white);
}

.theme-btn:hover::before,
.theme-btn:hover::after {
  width: 100%;
}

.theme-btn.hover-white::before,
.theme-btn.hover-white::after {
  background-color: var(--white);
}

.theme-btn.hover-white: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 {
  border: 1px solid var(--white);
  background-color: transparent;
  padding: 22px 40px;
}

@media (max-width: 767px) {
  .theme-btn.border-white {
    padding: 18px 32px;
  }
}

@media (max-width: 575px) {
  .theme-btn.border-white {
    padding: 16px 30px;
  }
}

.theme-btn.border-white::before,
.theme-btn.border-white::after {
  background-color: var(--white);
}

.theme-btn.border-white:hover {
  color: var(--header) !important;
}

@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}

@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.theme-btn-2 {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  color: var(--text);
  text-transform: capitalize;
}

.theme-btn-2 i {
  margin-left: 10px;
}

.theme-btn-2:hover {
  color: var(--theme);
}

.about-wrapper .about-image-items {
  position: relative;
}

.about-wrapper .about-image-items .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.about-wrapper .about-image-items .video-box .video-buttton {
  width: 142px;
  height: 142px;
  line-height: 142px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  display: inline-block;
  z-index: 9;
  font-size: 24px;
  color: var(--white);
  position: relative;
}

.about-wrapper .about-image-items .video-box .video-buttton .text-circle {
  position: absolute;
  top: 7%;
  left: 7%;
  -webkit-animation: cir36 10s linear infinite;
  animation: cir36 10s linear infinite;
}

.about-wrapper .about-image-items .counter-shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  position: absolute;
  bottom: 30px;
  left: -50px;
  z-index: 1;
}

@media (max-width: 575px) {
  .about-wrapper .about-image-items .counter-shape {
    left: 0;
  }
}

.about-wrapper .about-image-items .counter-shape .content h3 {
  font-size: 28px;
  font-weight: bold;
}

.about-wrapper .about-image-items .about-image-1 {
  max-width: 415px;
  height: 445px;
  position: relative;
}

@media (max-width: 991px) {
  .about-wrapper .about-image-items .about-image-1 {
    max-width: 560px;
  }
}

.about-wrapper .about-image-items .about-image-1 .about-image-2 {
  position: absolute;
  bottom: -13%;
  right: -35%;
}

@media (max-width: 1399px) {
  .about-wrapper .about-image-items .about-image-1 .about-image-2 {
    right: -20%;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image-1 .about-image-2 {
    width: 200px;
    bottom: 0;
    right: -10%;
  }

  .about-wrapper .about-image-items .about-image-1 .about-image-2 img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-image-items .about-image-1 .about-image-2 {
    bottom: -13%;
    right: -35%;
  }
}

@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-image-1 .about-image-2 {
    width: 140px;
    bottom: initial;
    top: 0;
    right: 0;
  }
}

.about-wrapper .about-image-items .about-image-1::after {
  content: "";
  width: 100%;
  height: 88%;
  position: absolute;
  right: -55px;
  top: 20%;
  border: 3px solid var(--theme);
  z-index: -1;
}

@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image-1::after {
    right: -30px;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-image-items .about-image-1::after {
    width: 100%;
    height: 88%;
    right: -55px;
    top: 20%;
  }
}

@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-image-1::after {
    display: none;
  }
}

.about-wrapper .about-content .about-icon-items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}

@media (max-width: 1399px) {
  .about-wrapper .about-content .about-icon-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}

.about-wrapper .about-content .about-icon-items .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.about-wrapper .about-content .about-icon-items .icon-items .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
}

.about-wrapper .about-content .about-icon-items .icon-items .content {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.about-wrapper .about-content .about-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .about-wrapper .about-content .about-author {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-wrapper .about-content .about-author .author-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.about-wrapper .about-content .about-author .author-image .content p {
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
  margin-top: -2px;
}

.about-wrapper.style-2 .about-image-items .circle-shape {
  position: absolute;
  top: 0;
  right: 25%;
  -webkit-animation: cir36 10s linear infinite;
  animation: cir36 10s linear infinite;
}

.about-wrapper.style-2 .about-image-items .counter-shape {
  background-color: var(--theme);
  bottom: -70px;
  left: 30px;
}

@media (max-width: 991px) {
  .about-wrapper.style-2 .about-image-items .counter-shape {
    bottom: 20px;
  }
}

.about-wrapper.style-2 .about-image-items .counter-shape .icon {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
}

.about-wrapper.style-2 .about-image-items .counter-shape .content h3 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.about-wrapper.style-2 .about-image-items .counter-shape .content h3 span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 5px;
}

.about-wrapper.style-2 .about-image-items .counter-shape .content p {
  font-size: 14px;
  color: var(--white);
}

.about-wrapper.style-2 .about-image-items .about-image-1 {
  max-width: 386px;
  height: 415px;
}

@media (max-width: 991px) {
  .about-wrapper.style-2 .about-image-items .about-image-1 {
    max-width: 550px;
    height: 530px;
  }
}

@media (max-width: 767px) {
  .about-wrapper.style-2 .about-image-items .about-image-1 {
    max-width: 450px;
    height: 415px;
  }
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image-1 {
    max-width: 550px;
    height: 500px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
  border: 10px solid var(--white);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  right: -40%;
}

@media (max-width: 1199px) {
  .about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
    right: -20%;
  }
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
    right: 0;
  }
}

.about-wrapper.style-2 .about-image-items .about-image-1::after {
  display: none;
}

.about-wrapper.style-2 .about-content .about-icon-items .icon-items .icon {
  background-color: var(--white);
  color: var(--theme);
}

.about-wrapper-2 {
  margin-bottom: -30px;
}

@media (max-width: 1399px) {
  .about-wrapper-2 {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .about-wrapper-2 {
    margin-bottom: -10px;
  }
}

.about-wrapper-2 .about-image {
  position: relative;
  z-index: 9;
}

.about-wrapper-2 .about-image .video-box {
  position: absolute;
  top: 13%;
  right: 14%;
  width: 125px;
  height: 125px;
  line-height: 125px;
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image .video-box {
    width: 105px;
    height: 105px;
    line-height: 105px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image .video-box {
    width: 95px;
    height: 95px;
    line-height: 95px;
  }
}

.about-wrapper-2 .about-image .video-box .video-btn {
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 22px;
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image .video-box .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image .video-box .video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.about-wrapper-2 .about-image .video-box .ripple::before,
.about-wrapper-2 .about-image .video-box .ripple::after {
  -webkit-box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.8);
}

.about-wrapper-2 .about-image .shape-image {
  position: absolute;
  bottom: 10%;
  left: -12%;
  z-index: -1;
}

.about-wrapper-2 .about-image .circle-shape {
  position: absolute;
  left: 55%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
  z-index: -1;
}

.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
}

.about-wrapper-2 .about-content p {
  border-bottom: 1px solid var(--border);
  padding-bottom: 35px;
  display: inline-block;
}

.about-wrapper-2 .about-content .icon-area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 65px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .icon-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-content .icon-area {
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .icon-area {
    gap: 20px;
    margin-top: 20px;
  }
}

.about-wrapper-2 .about-content .icon-area .list li {
  font-weight: 500;
  font-family: var(--secondary-font);
}

.about-wrapper-2 .about-content .icon-area .list li:not(:last-child) {
  margin-bottom: 10px;
}

.about-wrapper-2 .about-content .icon-area .list li i {
  color: var(--theme);
  margin-right: 5px;
}

.about-wrapper-2 .about-content .icon-area .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 28px 25px;
  border-left: 3px solid var(--theme);
}

.about-wrapper-2 .about-content .icon-area .icon-items .content h2 {
  font-size: 28px;
  margin-bottom: 5px;
}

.about-wrapper-2 .about-content .icon-area .icon-items .content span {
  color: var(--header);
  font-family: var(--secondary-font);
}

.about-wrapper-2 .about-content .about-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-author {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-content .about-author {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-author {
    margin-top: 20px;
  }
}

.about-wrapper-2 .about-content .about-author .author-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.about-wrapper-2 .about-content .about-author .author-icon .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--theme);
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  position: relative;
}

.about-wrapper-2 .about-content .about-author .author-icon .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: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-wrapper-2 .about-content .about-author .author-icon .content h5 {
  font-weight: 600;
}

.about-wrapper-2 .about-content .about-author .author-icon .content span {
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
}

.about-wrapper-2.style-2 .about-image-2 img {
  width: 100%;
  height: 100%;
}

.about-wrapper-2.style-2 .about-content {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .about-wrapper-2.style-2 .about-content {
    margin-left: 0;
  }
}

.about-wrapper-2.style-2 .about-content .about-button {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .about-wrapper-2.style-2 .about-content .about-button {
    margin-top: 35px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2.style-2 .about-content .about-button {
    margin-top: 25px;
  }
}

@-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);
  }
}

@-webkit-keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rounded {
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

@keyframes rounded {
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

@-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;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-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 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% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
    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);
  }
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

@-webkit-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);
  }
}

@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;
}

.brand-wrapper h6 {
  font-size: 22px;
  position: relative;
  margin-bottom: 50px;
  color: var(--header);
  font-weight: 600;
}

.brand-wrapper h6::before {
  position: absolute;
  top: 15px;
  left: 35px;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--border);
}

@media (max-width: 1399px) {
  .brand-wrapper h6::before {
    display: none;
  }
}

.brand-wrapper h6::after {
  position: absolute;
  top: 15px;
  right: 35px;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--border);
}

@media (max-width: 1399px) {
  .brand-wrapper h6::after {
    display: none;
  }
}

.brand-wrapper .brand-image {
  text-align: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}

.brand-wrapper .brand-image:hover {
  -webkit-filter: initial;
  filter: initial;
  opacity: 1;
}

.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
  -webkit-filter: initial;
  filter: initial;
  opacity: 1;
}

.brand-wrapper-2 {
  margin-bottom: -10px;
}

@media (max-width: 1199px) {
  .brand-wrapper-2 {
    margin-top: -7px;
  }
}

.brand-wrapper-2 .brand-img {
  text-align: center;
}

.contact-form-items .form-clt span {
  color: var(--white);
  margin-bottom: 20px;
  display: inline-block;
}

.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  padding: 18px 20px;
}

@media (max-width: 767px) {

  .contact-form-items .form-clt input,
  .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}

@media (max-width: 575px) {

  .contact-form-items .form-clt input,
  .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}

.contact-form-items .form-clt input::-webkit-input-placeholder,
.contact-form-items .form-clt textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.701961);
}

.contact-form-items .form-clt input:-ms-input-placeholder,
.contact-form-items .form-clt textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.701961);
}

.contact-form-items .form-clt input::-ms-input-placeholder,
.contact-form-items .form-clt textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.701961);
}

.contact-form-items .form-clt input::placeholder,
.contact-form-items .form-clt textarea::placeholder {
  color: rgba(255, 255, 255, 0.701961);
}

.contact-form-items .form-clt textarea {
  padding-bottom: 70px;
}

.contact-wrapper {
  margin-top: -140px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399px) {
  .contact-wrapper {
    margin-top: -185px;
  }
}

@media (max-width: 1199px) {
  .contact-wrapper {
    margin-top: -130px;
  }
}

@media (max-width: 991px) {
  .contact-wrapper {
    margin-top: 0;
  }
}

.contact-wrapper .arrow-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  z-index: -1;
  top: 20%;
}

@media (max-width: 1199px) {
  .contact-wrapper::before {
    top: 15%;
  }
}

@media (max-width: 991px) {
  .contact-wrapper::before {
    top: initial;
  }
}

.contact-wrapper .contact-image {
  height: 725px;
  position: absolute;
  bottom: 0;
  left: 100px;
}

@media (max-width: 1199px) {
  .contact-wrapper .contact-image {
    left: 20px;
    height: 590px;
  }
}

@media (max-width: 991px) {
  .contact-wrapper .contact-image {
    display: none;
  }
}

.contact-wrapper .contact-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-wrapper .contact-image .cricle-shape {
  position: absolute;
  top: 24%;
  left: -81px;
  z-index: -1;
  -webkit-animation: cir36 10s linear infinite;
  animation: cir36 10s linear infinite;
}

.contact-wrapper .contact-image .small-cricle-shape {
  position: absolute;
  left: 60%;
  top: 25%;
  -webkit-animation: cir36 10s linear infinite;
  animation: cir36 10s linear infinite;
}

.contact-wrapper .contact-image .frame-shape {
  position: absolute;
  left: -47px;
  bottom: -14px;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

.contact-wrapper .contact-content {
  padding: 0 60px 80px 0;
  margin-left: 50px;
  margin-top: 250px;
}

@media (max-width: 1199px) {
  .contact-wrapper .contact-content {
    margin-top: 210px;
  }
}

@media (max-width: 991px) {
  .contact-wrapper .contact-content {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .contact-wrapper .contact-content {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .contact-wrapper .contact-content {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .contact-wrapper .contact-content {
    padding: 40px 30px;
  }
}

.contact-info-area {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #242449;
}

@media (max-width: 1199px) {
  .contact-info-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 85px;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

@media (max-width: 575px) {
  .contact-info-area {
    gap: 30px;
  }
}

.contact-info-area .contact-info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  .contact-info-area .contact-info-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
}

.contact-info-area .contact-info-items:not(:last-child) {
  border-right: 1px solid #242449;
  padding-right: 100px;
  height: 110px;
}

@media (max-width: 1399px) {
  .contact-info-area .contact-info-items:not(:last-child) {
    border: none;
  }
}

@media (max-width: 1199px) {
  .contact-info-area .contact-info-items:not(:last-child) {
    border: none;
    height: initial;
    padding: 0;
  }
}

.contact-info-area .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}

.contact-info-area .contact-info-items .content p {
  color: var(--white);
  margin-bottom: 5px;
}

.contact-info-area .contact-info-items .content h3 {
  font-size: 24px;
  color: var(--white);
}

.contact-info-area .contact-info-items .content h3 a {
  color: var(--white);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
  padding: 40px;
  background-color: var(--theme);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199px) {
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/img/circle-3.png");
  -webkit-animation: cir36 10s linear infinite;
  animation: cir36 10s linear infinite;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p {
  color: var(--white);
  margin-bottom: 5px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
  font-size: 24px;
  color: var(--white);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
  color: var(--white);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items.border-none {
  border: none !important;
}

.contact-wrapper-2 .contact-left-items .video-image {
  position: relative;
}

.contact-wrapper-2 .contact-left-items .video-image img {
  width: 100%;
  height: 100%;
}

.contact-wrapper-2 .contact-left-items .video-image .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.contact-wrapper-2 .contact-left-items .video-image .video-box .video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme);
  background-color: var(--white);
}

.contact-wrapper-2 .contact-left-items .video-image .video-box .ripple::before,
.contact-wrapper-2 .contact-left-items .video-image .video-box .ripple::after {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}

.contact-wrapper-2 .contact-content {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .contact-wrapper-2 .contact-content {
    margin-left: 0;
  }
}

.contact-wrapper-2 .contact-content h2 {
  margin-bottom: 10px;
}

.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: var(--header);
  font-weight: 600;
  text-transform: capitalize;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid var(--border);
  color: var(--text);
  padding: 18px 20px;
  border-radius: 5px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::-webkit-input-placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::-webkit-input-placeholder {
  color: var(--text);
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input:-ms-input-placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea:-ms-input-placeholder {
  color: var(--text);
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::-ms-input-placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::-ms-input-placeholder {
  color: var(--text);
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
}

.map-items .googpemap iframe {
  width: 100%;
  height: 600px;
}

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

.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;
  top: 50%;
}

.cta-wrapper {
  padding: 65px 70px;
  background-color: var(--theme);
  position: relative;
  margin-top: 125px;
}

@media (max-width: 1199px) {
  .cta-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .cta-wrapper {
    padding: 55px;
  }
}

@media (max-width: 575px) {
  .cta-wrapper {
    padding: 45px;
  }
}

.cta-wrapper .mask-shape {
  position: absolute;
  top: 0;
  left: 21%;
}

@media (max-width: 1199px) {
  .cta-wrapper .mask-shape {
    display: none;
  }
}

.cta-wrapper .circle-shape {
  position: absolute;
  bottom: 10px;
  left: 80px;
  -webkit-animation: cir36 10s linear infinite;
  animation: cir36 10s linear infinite;
}

@media (max-width: 1199px) {
  .cta-wrapper .circle-shape {
    display: none;
  }
}

.cta-wrapper .cta-image {
  position: absolute;
  bottom: 0;
  left: 100px;
  height: 357px;
  max-width: 393px;
}

@media (max-width: 1399px) {
  .cta-wrapper .cta-image {
    left: 30px;
  }
}

@media (max-width: 1199px) {
  .cta-wrapper .cta-image {
    display: none;
  }
}

.cta-wrapper .cta-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 512px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399px) {
  .cta-wrapper .cta-items {
    margin-left: 350px;
  }
}

@media (max-width: 1199px) {
  .cta-wrapper .cta-items {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .cta-wrapper .cta-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .cta-wrapper .cta-items {
    gap: 20px;
  }
}

.cta-wrapper .cta-items h3 {
  font-size: 32px;
  font-weight: bold;
  color: var(--white);
  line-height: 156%;
}

@media (max-width: 767px) {
  .cta-wrapper .cta-items h3 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .cta-wrapper .cta-items h3 {
    font-size: 24px;
  }
}

.cta-banner-2 {
  position: relative;
  z-index: 9;
}

.cta-banner-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  top: 50%;
}

.cta-banner-2 .cta-wrapper-2 {
  padding: 55px 60px;
  background-color: var(--theme);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .cta-banner-2 .cta-wrapper-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cta-banner-2 .cta-wrapper-2 .author-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
}

.cta-banner-2 .cta-wrapper-2 .author-icon::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50%;
  content: "";
  height: 85px;
  width: 14px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1399px) {
  .cta-banner-2 .cta-wrapper-2 .author-icon::before {
    display: none;
  }
}

.cta-banner-2 .cta-wrapper-2 .author-icon .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--white);
  text-align: center;
  color: var(--theme);
  border-radius: 50%;
  position: relative;
}

.cta-banner-2 .cta-wrapper-2 .author-icon .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--white);
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content h4 {
  font-weight: 600;
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content h4 a {
  color: var(--white);
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content span {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 5px;
  display: inline-block;
}

.cta-banner-2 .cta-wrapper-2 h3 {
  font-size: 32px;
  color: var(--white);
  line-height: 156%;
}

@media (max-width: 575px) {
  .cta-banner-2 .cta-wrapper-2 h3 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .cta-banner-2 .cta-wrapper-2 h3 {
    text-align: center;
  }
}

.faq-section {
  position: relative;
}

@media (max-width: 1199px) {
  .faq-section {
    padding-bottom: 0;
    margin-bottom: -15px;
  }
}

.faq-section .faq-shape-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 847px;
  width: 100%;
  z-index: -1;
  height: 950px;
}

@media (max-width: 1199px) {
  .faq-section .faq-shape-box {
    display: none;
  }
}

.faq-section .faq-shape-box .faq-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.faq-section .faq-shape-box .faq-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-section .right-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .faq-section .right-shape {
    display: none;
  }
}

@media (max-width: 1199px) {
  .faq-section.style-2 {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .faq-section.style-2 {
    margin-top: -90px;
  }
}

.faq-content .accordion-item {
  border: 0;
  background-color: var(--white);
}

.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--theme);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--bg);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 20px;
  border: 1px solid var(--border);
  border: 1px solid transparent;
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 25px 30px;
  color: var(--header);
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 150px;
  padding-left: 30px;
  padding-top: 15px;
  color: var(--text);
  background-color: var(--bg);
}

@media (max-width: 1399px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

.faq-content.style-2 {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .faq-content.style-2 {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .faq-content.style-2 {
    margin-left: 0;
  }
}

.faq-content.style-3 {
  margin-top: 40px;
}

.faq-content.style-3 .accordion-item {
  border: 0;
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.faq-content.style-3 .accordion-item .accordion-header .accordion-button {
  background-color: var(--white);
  font-size: 20px;
  border: none;
}

.faq-content.style-3 .accordion-item .accordion-collapse .accordion-body {
  background-color: var(--white);
  padding-bottom: 30px;
}

.faq-wrapper .faq-image img {
  width: 100%;
  height: 100%;
}

.achievement-section {
  margin-top: -200px;
  position: relative;
  z-index: 9;
}

.achievement-section-3 {
  background-color: var(--theme);
  position: relative;
}

.achievement-section-3 .shape-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -50px;
}

@media (max-width: 1399px) {
  .achievement-section-3 .shape-image {
    display: none;
  }
}

.achievement-section-3 .shape-image img {
  width: 100%;
  height: 100%;
}

.achievement-wrapper {
  padding: 100px 80px;
  background-color: var(--theme);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  margin-right: -25%;
  position: relative;
  z-index: 9;
}

@media (max-width: 1600px) {
  .achievement-wrapper {
    margin-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .achievement-wrapper {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .achievement-wrapper {
    padding: 60px 50px;
    text-align: center;
    -ms-grid-column-align: center;
    justify-self: center;
    gap: 30px;
  }
}

.achievement-wrapper .counter-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}

@media (max-width: 1399px) {
  .achievement-wrapper .counter-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .achievement-wrapper .counter-area {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}

.achievement-wrapper .counter-area .counter-items:not(:last-child) {
  border-right: 1px solid var(--border3);
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .achievement-wrapper .counter-area .counter-items:not(:last-child) {
    padding-right: 0;
    border: none;
  }
}

.achievement-wrapper .counter-area .counter-items .content {
  margin-top: 20px;
}

.achievement-wrapper .counter-area .counter-items .content h2 {
  color: var(--white);
  font-size: 36px;
}

.achievement-wrapper .counter-area .counter-items .content p {
  color: var(--white);
  margin-top: 5px;
}

.achievement-wrapper.style-2 {
  background-color: initial;
  margin-right: 0;
  padding: 80px 0;
}

.achievement-wrapper.style-2 .counter-area {
  gap: 70px;
}

@media (max-width: 575px) {
  .achievement-wrapper.style-2 .counter-area {
    gap: 30px;
  }
}

.achievement-wrapper.style-2 .counter-area .counter-items:not(:last-child) {
  border-right: 2px solid rgba(243, 247, 251, 0.16);
}

@media (max-width: 1199px) {
  .achievement-wrapper.style-2 .counter-area .counter-items:not(:last-child) {
    border: none;
  }
}

.offer-section {
  position: relative;
}

.offer-section .line-shape {
  position: absolute;
  top: -13%;
  left: 0;
}

.offer-section .line-shape img {
  width: 100%;
  height: 100%;
}

.offer-section .mask-shape {
  position: absolute;
  top: 10%;
  right: -2%;
}

.offer-items {
  margin-top: 65px;
  position: relative;
  text-align: center;
  z-index: 9;
  padding: 30px 10px;
  padding-top: 1px;
}

.offer-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  opacity: 0.3;
  border-radius: 8px;
  top: 0;
  z-index: -1;
}

.offer-items .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-210.71%, #3c72fc), to(#00060c));
  background: -webkit-linear-gradient(top, #3c72fc -210.71%, #00060c 100%);
  background: -o-linear-gradient(top, #3c72fc -210.71%, #00060c 100%);
  background: linear-gradient(180deg, #3c72fc -210.71%, #00060c 100%);
  margin: 0 auto;
  margin-top: -35px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.offer-items .content {
  margin-top: 20px;
}

.offer-items .content h5 {
  color: var(--white);
}

.offer-items .shape-top {
  position: absolute;
  top: 50%;
  right: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.offer-items .shape-bottom {
  position: absolute;
  bottom: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.offer-items:hover .shape-top {
  top: -1px;
  right: -1px;
  opacity: 1;
  visibility: visible;
}

.offer-items:hover .shape-bottom {
  position: absolute;
  bottom: -1px;
  left: -1px;
  opacity: 1;
  visibility: visible;
}

.offer-items:hover .icon {
  background-image: none;
  background-color: var(--theme);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.offer-items:hover .icon svg path {
  fill: #fff;
}

.offer-items.active .shape-top {
  top: -1px;
  right: -1px;
  opacity: 1;
  visibility: visible;
}

.offer-items.active .shape-bottom {
  position: absolute;
  bottom: -1px;
  left: -1px;
  opacity: 1;
  visibility: visible;
}

.offer-items.active .icon {
  background-image: none;
  background-color: var(--theme);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.offer-items.active .icon svg path {
  fill: #fff;
}

.choose-us-section {
  position: relative;
}

.choose-us-section .choose-shape {
  position: absolute;
  top: -75px;
  bottom: 0;
  left: 0;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1600px) {
  .choose-us-section .choose-shape {
    left: -180px;
  }
}

@media (max-width: 1399px) {
  .choose-us-section .choose-shape {
    left: -230px;
  }
}

@media (max-width: 1199px) {
  .choose-us-section .choose-shape {
    left: -300px;
    top: 0;
  }
}

@media (max-width: 991px) {
  .choose-us-section .choose-shape {
    display: none;
  }
}

.choose-us-section .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.choose-us-section .arrow-shape-1 {
  position: absolute;
  top: -30px;
  left: -30px;
}

.choose-us-section .circle-shape {
  position: absolute;
  top: 32%;
  left: 34%;
  -webkit-animation: cir36 10s linear infinite;
  animation: cir36 10s linear infinite;
}

.choose-us-section .line-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.choose-us-wrapper .choose-us-image {
  margin-bottom: -120px;
  max-width: 421px;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .choose-us-wrapper .choose-us-image {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    max-width: 0 auto;
  }
}

.choose-us-wrapper .choose-us-image img {
  width: 100%;
  height: 100%;
}

.choose-us-wrapper .choose-content {
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .choose-us-wrapper .choose-content br {
    display: none;
  }
}

.choose-us-wrapper .choose-content .choose-list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .choose-us-wrapper .choose-content .choose-list-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .choose-us-wrapper .choose-content .choose-list-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li {
  font-weight: 500;
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li:not(:last-child) {
  margin-bottom: 10px;
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li i {
  color: var(--theme);
  margin-right: 5px;
}

.choose-us-wrapper .choose-content .progress-wrap {
  margin-top: 30px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  font-weight: 600;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .progress {
  background: var(--bg);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  width: 100%;
  border-radius: 16px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .progress-value {
  -webkit-animation: load 3s normal forwards;
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 12px;
  width: 0;
  border-radius: 16px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .style-two {
  -webkit-animation: load2 3s normal forwards;
  animation: load2 3s normal forwards;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .style-three {
  -webkit-animation: load3 3s normal forwards;
  animation: load3 3s normal forwards;
}

@-webkit-keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 75%;
  }
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 75%;
  }
}

@-webkit-keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 95%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 95%;
  }
}

.work-process-items {
  margin-top: 30px;
}

.work-process-items .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  position: relative;
  margin: 0 auto;
}

.work-process-items .icon .number {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}

.work-process-items .content {
  margin-top: 30px;
}

.work-process-items .content h4 {
  margin-bottom: 5px;
  font-weight: 700;
}

.work-process-items .content.style-2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.process-work-wrapper {
  position: relative;
}

.process-work-wrapper .line-shape {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 880px;
}

.process-work-wrapper .line-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1399px) {
  .process-work-wrapper .line-shape {
    display: none;
  }
}

.error-items {
  text-align: center;
}

.error-items .error-image img {
  width: 100%;
  height: 100%;
}

.error-items h2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

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

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px var(--theme);
  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-100 {
  margin-left: 100px;
}

.ripple {
  position: relative;
}

.ripple::before,
.ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
  -ms-box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
  -o-box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
  -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-2 {
  border: 2px dotted var(--theme);
  width: 146px;
  height: 41px;
  line-height: 37px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  z-index: 9;
}

.swiper-dot-2 .swiper-pagination-bullet {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 2px solid var(--theme) !important;
  opacity: 1;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 2px solid var(--theme);
}

.array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.array-button .array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: transparent;
  color: var(--theme);
  border-radius: 50%;
  border: 1px solid var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}

.array-button .array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.array-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme);
}

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

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

/* 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-bottom: 2px solid var(--border) !important;
  padding-bottom: 20px !important;
  border: none;
  border-radius: 0;
  padding: 0;
}

.nice-select:hover {
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}

.nice-select span {
  font-size: 16px;
  color: var(--text);
  text-transform: capitalize;
}

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

.nice-select:after {
  right: 23px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 10px;
  height: 10px;
  top: 15px;
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-right: 2px solid transparent;
  border-image-slice: 2;
}

.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: var(--text);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

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

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

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px var(--border);
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme2);
  stroke-width: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

@media (max-width: 767px) {
  .mt-30 {
    margin-top: 0;
  }
}

.bor-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-left {
  border-left: 1px solid var(--border);
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-right {
  border-right: 1px solid var(--border);
}

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

.border-white {
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
}

.border-white:hover {
  border: 1px solid transparent !important;
}

.mr-left {
  margin-left: 50% !important;
}

@media (max-width: 991px) {
  .mr-left {
    margin-left: 35% !important;
  }
}

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

@media (max-width: 1199px) {
  .mt-70 {
    margin-top: 30px;
  }
}

.box-shadow {
  -webkit-box-shadow: var(--box-shadow) !important;
  box-shadow: var(--box-shadow) !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--text);
}

.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: 50px;
    height: 50px;
    line-height: 50px;
    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);
  border: 1px solid transparent;
}

.hero-1 {
  position: relative;
  z-index: 9;
  padding-top: 50px;
}

@media (max-width: 1199px) {
  .hero-1 {
    padding-top: 130px;
  }
}

@media (max-width: 991px) {
  .hero-1 {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .hero-1 {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .hero-1 {
    padding-top: 80px;
  }
}

.hero-1 .text-transparent {
  position: absolute;
  top: 50%;
  left: -10%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 1;
}

.hero-1 .text-transparent h2 {
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text);
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s infinite;
  animation: shine 3s infinite;
  -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(56, 75, 255, 0.15) 50%, #384bff 50%, rgba(56, 75, 255, 0.15) 100%);
  -webkit-mask-size: 200%;
}

@media (max-width: 1899px) {
  .hero-1 .text-transparent {
    display: none;
  }
}

.hero-1 .line-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-1 .dot-shape {
  position: absolute;
  top: 50%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-1 .frame-shape {
  position: absolute;
  bottom: 13%;
  left: 32%;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

.hero-1 .mask-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 910px;
}

@media (max-width: 1600px) {
  .hero-1 .mask-shape {
    max-width: 700px;
  }
}

@media (max-width: 1399px) {
  .hero-1 .mask-shape {
    max-width: 600px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .mask-shape {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .hero-1 .mask-shape {
    display: none;
  }
}

.hero-1 .mask-shape img {
  height: 100%;
}

.hero-1 .hero-content {
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .hero-1 .hero-content {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-content {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-1 .hero-content h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--theme);
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  padding-left: 55px;
}

.hero-1 .hero-content h1 {
  text-transform: initial;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 66px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.hero-1 .hero-content p {
  font-size: 18px;
  font-weight: 500;
}

.hero-1 .hero-content .hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-1 .hero-content .hero-button .video-btn {
  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;
}

.hero-1 .hero-content .hero-button .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-1 .hero-content .hero-button .button-text span {
  font-size: 16px;
  color: var(--header);
  font-weight: bold;
}

.hero-1 .hero-image {
  width: 520px;
  height: 785px;
}

@media (max-width: 1600px) {
  .hero-1 .hero-image {
    width: initial;
    height: initial;
    max-width: 520px;
  }

  .hero-1 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-image {
    margin-bottom: -95px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-image {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
  }
}

.hero-1.hero-2 {
  position: relative;
  padding: 165px 0;
}

@media (max-width: 1199px) {
  .hero-1.hero-2 {
    padding-top: 130px;
  }
}

@media (max-width: 991px) {
  .hero-1.hero-2 {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .hero-1.hero-2 {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .hero-1.hero-2 {
    padding-top: 80px;
  }
}

.hero-1.hero-2 .line-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-1.hero-2 .frame-2 {
  position: absolute;
  left: 57%;
  bottom: 2%;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

.hero-1.hero-2 .frame-3 {
  position: absolute;
  left: 50%;
  bottom: 8%;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

.hero-1.hero-2 .right-shape {
  position: absolute;
  right: -5%;
  top: 0;
}

.hero-1.hero-2 .circle-shape {
  position: absolute;
  right: 5%;
  top: 10%;
  -webkit-animation: 10s linear 0s infinite normal none running cir36;
  animation: 10s linear 0s infinite normal none running cir36;
}

.hero-1.hero-2 .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-1.hero-2 .hero-content {
  position: relative;
  z-index: 99;
}

.hero-1.hero-2 .hero-image {
  max-width: 491px;
  height: 605px;
  margin-bottom: -165px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1600px) {
  .hero-1.hero-2 .hero-image {
    width: 497px;
    height: 605px;
    margin-bottom: -165px;
    margin-left: -110px;
  }
}

@media (max-width: 1199px) {
  .hero-1.hero-2 .hero-image {
    margin-bottom: -270px;
    margin-left: -175px;
  }
}

@media (max-width: 991px) {
  .hero-1.hero-2 .hero-image {
    height: initial;
    margin-bottom: -165px;
    width: initial;
    margin-left: 0;
  }
}

.hero-1.hero-2 .hero-image .border-circle {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
  -webkit-animation: 10s linear 0s infinite normal none running cir36;
  animation: 10s linear 0s infinite normal none running cir36;
}

.hero-1.hero-2 .hero-image .icon {
  position: absolute;
  top: 15%;
  right: 20%;
  width: 80px;
  line-height: 75px;
  border-radius: 50%;
  height: 80px;
  background-color: var(--white);
  text-align: center;
}

.hero-3 {
  position: relative;
}

.hero-3 .array-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  display: -ms-grid;
  display: grid;
  left: 50px;
  gap: 15px;
}

.hero-3 .array-button .array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-3 .array-button .array-prev:hover {
  background-color: var(--white);
  color: var(--theme);
}

.hero-3 .array-button .array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: transparent;
  color: var(--white);
  border-radius: 50%;
  border: 1px solid var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-3 .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme);
}

@media (max-width: 1600px) {
  .hero-3 .array-button {
    left: initial;
    right: 30px;
  }
}

@media (max-width: 767px) {
  .hero-3 .array-button {
    display: none;
  }
}

.hero-3 .bottom-shape {
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 1600px) {
  .hero-3 .bottom-shape {
    bottom: -50px;
  }
}

@media (max-width: 1399px) {
  .hero-3 .bottom-shape {
    display: none;
  }
}

.hero-3 .bottom-shape img {
  width: 100%;
  height: 100%;
}

.hero-3 .swiper-slide-active .slider-image {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.hero-3 .slider-image {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.hero-3 .slider-image .mask-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-3 .slider-image .border-shape {
  position: absolute;
  top: 12%;
  right: 0;
}

@media (max-width: 1199px) {
  .hero-3 .slider-image .border-shape {
    display: none;
  }
}

.hero-3 .slider-image .circle-shape {
  position: absolute;
  right: 10%;
  top: 10%;
}

.hero-3 .slider-image .frame {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.hero-3 .slider-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(14.74%, rgba(5, 26, 108, 0)), color-stop(70.82%, #0a2da4));
  background: -webkit-linear-gradient(right, rgba(5, 26, 108, 0) 14.74%, #0a2da4 70.82%);
  background: -o-linear-gradient(right, rgba(5, 26, 108, 0) 14.74%, #0a2da4 70.82%);
  background: linear-gradient(270deg, rgba(5, 26, 108, 0) 14.74%, #0a2da4 70.82%);
  opacity: 0.95;
}

.hero-3 .hero-content {
  position: relative;
  z-index: 9;
  padding-bottom: 270px;
  padding-top: 200px;
}

@media (max-width: 1399px) {
  .hero-3 .hero-content {
    padding: 180px 0;
  }
}

@media (max-width: 1199px) {
  .hero-3 .hero-content {
    padding: 160px 0;
  }
}

@media (max-width: 991px) {
  .hero-3 .hero-content {
    padding: 130px 0;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-content {
    padding: 110px 0;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content {
    text-align: center;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.hero-3 .hero-content h5 {
  color: var(--white);
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
  display: inline-block;
}

.hero-3 .hero-content h5::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--white);
}

.hero-3 .hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .hero-3 .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 62px;
  }
}

@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 34px;
  }
}

.hero-3 .hero-content p {
  color: var(--white);
}

.hero-3 .hero-content .hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content .hero-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-4 {
  padding-top: 140px;
  padding-bottom: 80px;
}

@media (max-width: 575px) {
  .hero-4 .hero-content {
    text-align: center;
  }
}

.hero-4 .hero-content h6 {
  color: var(--theme);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
  display: inline-block;
}

.hero-4 .hero-content h6::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background-color: var(--theme);
  width: 30px;
  height: 2px;
}

.hero-4 .hero-content h1 {
  font-size: 70px;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .hero-4 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .hero-4 .hero-content h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 34px;
  }
}

.hero-4 .hero-content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}

.hero-4 .hero-content .hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-4 .hero-content .hero-button .video-btn {
  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;
}

.hero-4 .hero-content .hero-button .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-4 .hero-content .hero-button .button-text span {
  font-size: 16px;
  color: var(--header);
  font-weight: bold;
}

.hero-4 .hero-image img {
  width: 100%;
  height: 100%;
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--theme);
  z-index: 9;
}

.marquee-wrapper.style-2 {
  background-color: transparent;
  line-height: 55px;
  margin-bottom: -39px;
}

@media (max-width: 767px) {
  .marquee-wrapper.style-2 {
    margin-bottom: -50px;
  }
}

.text-slider {
  font-size: 50px;
  height: 100px;
  line-height: 90px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white);
}

.text-slider:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .text-slider {
    font-size: 36px;
  }
}

.text-slider img {
  margin-bottom: 10px;
}

.marquee-inner {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  -webkit-transition: -webkit-animation 0.2s ease-out;
  transition: -webkit-animation 0.2s ease-out;
  -o-transition: animation 0.2s ease-out;
  transition: animation 0.2s ease-out;
  transition: animation 0.2s ease-out, -webkit-animation 0.2s ease-out;
}

.marquee-item.style-2 .text-slider {
  text-transform: capitalize;
  font-size: 60px;
  color: var(--header);
  margin-right: 40px;
  line-height: 0;
  height: 65px;
}

@media (max-width: 767px) {
  .marquee-item.style-2 .text-slider {
    font-size: 36px;
  }
}

.marquee-item.style-2 .text-style {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
  background-image: -webkit-linear-gradient(var(--theme), var(--theme));
  background-image: -o-linear-gradient(var(--theme), var(--theme));
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}

.marquee-item.style-2 .text-style:hover {
  color: var(--theme);
  background-size: 100% 3px;
}

.marquee-inner.to-left {
  -webkit-animation: marqueeLeft 25s linear infinite;
  animation: marqueeLeft 25s linear infinite;
}

@-webkit-keyframes marqueeLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.marquee-inner.to-right {
  -webkit-animation: marqueeRight 25s linear infinite;
  animation: marqueeRight 25s linear infinite;
}

@-webkit-keyframes marqueeRight {
  0% {
    right: 0;
  }

  100% {
    right: -100%;
  }
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }

  100% {
    right: -100%;
  }
}

.marque-section-2 {
  position: relative;
}

.marque-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/service/service-bg-2.jpg);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .mean-container .mean-nav>ul .homemenu-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
  position: relative;
}

@media (max-width: 991px) {
  .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%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  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: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}

.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(99, 92, 92, 0)), to(#5e5ef6));
  background: -webkit-linear-gradient(top, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
  background: -o-linear-gradient(top, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 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;
  -o-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%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(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;
  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);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  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 {
  padding: 0 75px;
}

@media (max-width: 1199px) {
  .news-wrapper {
    padding: 0;
  }
}

.single-news-items {
  margin-top: 30px;
  padding: 40px 20px;
  border: 1px solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1899px) {
  .single-news-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .single-news-items {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
}

@media (max-width: 500px) {
  .single-news-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-news-items .news-image {
  height: 220px;
  width: 220px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
}

.single-news-items .news-image .post-date {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: var(--white);
  padding: 7px 10px;
}

.single-news-items .news-image .post-date span {
  color: var(--header);
  font-weight: 600;
}

.single-news-items .news-content h3 {
  margin-bottom: 10px;
}

.single-news-items .news-content h3 a:hover {
  color: var(--theme);
}

.single-news-items .news-content .theme-btn-2 {
  color: var(--theme);
}

.news-section-3 {
  margin-bottom: -50px;
}

.news-card-items {
  margin-top: 30px;
}

.news-card-items .news-image {
  position: relative;
}

.news-card-items .news-image img {
  width: 100%;
  height: 100%;
}

.news-card-items .news-image .post-date {
  padding: 12px 24px;
  background-color: var(--theme);
  position: absolute;
  bottom: 40px;
  left: 0;
}

.news-card-items .news-image .post-date h3 {
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
}

.news-card-items .news-image .post-date h3 span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.news-card-items .news-content {
  padding: 30px;
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  position: relative;
  z-index: 9;
  margin-right: 40px;
  margin-top: -40px;
}

.news-card-items .news-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .news-card-items .news-content ul {
    gap: 20px;
  }
}

.news-card-items .news-content ul li {
  font-size: 14px;
  font-weight: 500;
}

.news-card-items .news-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}

.news-card-items .news-content h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 24px;
}

.news-card-items .news-content h3 a:hover {
  color: var(--theme);
}

.news-card-items.style-2 {
  padding-bottom: 50px;
}

.news-card-items.style-2 .news-image {
  position: relative;
}

.news-card-items.style-2 .news-image .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: initial;
}

.news-card-items.style-2 .news-content {
  margin: 0;
}

.news-card-items.style-2 .news-content ul li {
  font-size: 16px;
}

.news-card-items.style-3 {
  padding-bottom: 0;
  background-color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-card-items.style-3 .news-image {
  padding: 15px 15px 0 15px;
}

.news-card-items.style-3 .news-image .post-date {
  left: 30px;
  top: 30px;
}

.news-card-items.style-3 .content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news-standard-wrapper .news-standard-items {
  border: 1px solid var(--border);
  padding: 25px;
}

.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 20px;
}

.news-standard-wrapper .news-standard-items .news-thumb {
  position: relative;
}

.news-standard-wrapper .news-standard-items .news-thumb img {
  width: 100%;
  height: 100%;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date {
  padding: 12px 24px;
  background-color: var(--theme);
  position: absolute;
  top: 30px;
  left: 30px;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}

.news-standard-wrapper .news-standard-items .news-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-content ul {
    gap: 20px;
  }
}

.news-standard-wrapper .news-standard-items .news-content ul li {
  font-size: 14px;
  font-weight: 500;
}

.news-standard-wrapper .news-standard-items .news-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}

.news-standard-wrapper .news-standard-items .news-content h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 26px;
}

.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
  color: var(--theme);
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
}

.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
}

.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 83px;
  content: "";
  background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
}

.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background-color: var(--white);
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color: var(--theme);
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 700;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}

.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
  height: 400px;
}

@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 400px;
  }
}

.news-details-area .blog-post-details .single-blog-post .post-content {
  margin-top: 30px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 14px;
  font-weight: 500;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
  color: var(--theme);
  margin-right: 5px;
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 32px;
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 24px;
  }
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme);
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 40px;
  background-color: var(--bg);
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  max-width: 650px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%;
  height: 100%;
}

.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: var(--bg);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 18px;
  color: var(--header);
  font-weight: 600;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  color: var(--header);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}

.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
  padding: 50px 40px;
  background-color: var(--bg);
}

.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}

.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 28px;
  }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid var(--border);
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
  color: var(--theme);
  font-size: 14px;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400;
  background-color: var(--white);
  color: var(--theme);
}

.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 500;
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::-webkit-input-placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::-webkit-input-placeholder {
  color: var(--text);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input:-ms-input-placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea:-ms-input-placeholder {
  color: var(--text);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::-ms-input-placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::-ms-input-placeholder {
  color: var(--text);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.pricing-section {
  position: relative;
  z-index: 9;
}

.pricing-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.pricing-section .right-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.pricing-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 40px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .pricing-items {
    padding: 30px;
  }
}

.pricing-items .tag {
  padding: 14px 18px 12px 40px;
  background-color: var(--theme);
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 0;
  overflow: hidden;
}

.pricing-items .tag h6 {
  font-size: 15px;
  color: var(--white);
}

.pricing-items .tag::before {
  width: 0;
  height: 0;
  border-top: 38px solid var(--white);
  border-right: 37px solid transparent;
  content: "";
  left: -22px;
  position: absolute;
  bottom: 13%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.pricing-items .pricing-header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .pricing-items .pricing-header {
    padding-bottom: 20px;
  }
}

.pricing-items .pricing-header span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.pricing-items .pricing-header p {
  margin-top: 20px;
}

.pricing-items .pricing-list {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .pricing-items .pricing-list {
    margin-top: 20px;
  }
}

.pricing-items .pricing-list li {
  font-weight: 600;
}

.pricing-items .pricing-list li:not(:last-child) {
  margin-bottom: 10px;
}

.pricing-items .pricing-list li i {
  color: var(--theme);
  margin-right: 10px;
}

.pricing-items .pricing-button {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .pricing-items .pricing-button {
    margin-top: 20px;
  }
}

.pricing-items .pricing-button p {
  font-weight: 500;
}

.pricing-items .pricing-button .pricing-btn {
  display: inline-block;
  background-color: transparent;
  color: var(--theme);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 24px 40px;
  border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  line-height: 1;
  width: 100%;
  border-radius: 36px;
  border: 1px solid var(--theme);
  text-align: center;
}

.pricing-items .pricing-button .pricing-btn i {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .pricing-items .pricing-button .pricing-btn {
    padding: 16px 32px;
  }
}

@media (max-width: 575px) {
  .pricing-items .pricing-button .pricing-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.pricing-items .pricing-button .pricing-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}

.pricing-items.active {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}

.pricing-items.active .tag {
  background-color: #ff8c22;
}

.pricing-items.active .tag::before {
  border-top: 38px solid var(--theme);
}

.pricing-items.active .pricing-header {
  border-bottom: 1px solid var(--white);
}

.pricing-items.active .pricing-header h2 {
  color: var(--white);
}

.pricing-items.active .pricing-header span {
  color: var(--white);
}

.pricing-items.active .pricing-header p {
  color: var(--white);
}

.pricing-items.active .pricing-list li {
  color: var(--white);
}

.pricing-items.active .pricing-list li i {
  color: var(--white);
}

.pricing-items.active .pricing-button p {
  color: var(--white);
}

.pricing-items.active .pricing-button .pricing-btn {
  border: 1px solid var(--white);
  color: var(--white);
}

.pricing-items.active .pricing-button .pricing-btn:hover {
  background-color: var(--header);
  border: 1px solid transparent;
}

.pricing-items:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-wrapper .section-title-area .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 575px) {
  .pricing-wrapper .section-title-area .nav {
    gap: 15px;
  }
}

.pricing-wrapper .section-title-area .nav .nav-link {
  text-align: center;
  padding: 10px 40px;
  background-color: transparent;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--header);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--border);
}

@media (max-width: 991px) {
  .pricing-wrapper .section-title-area .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .pricing-wrapper .section-title-area .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.pricing-wrapper .section-title-area .nav .nav-link.active {
  position: relative;
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

.preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  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 "Kumbh Sans", sans-serif, "Kumbh Sans", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

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

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

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

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

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

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

.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Kumbh Sans", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  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%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp 0.3s;
  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::-webkit-input-placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

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

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

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

@media (max-width: 575px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 18px;
  }

  input.main-search-input:-ms-input-placeholder {
    font-size: 18px;
  }

  input.main-search-input::-ms-input-placeholder {
    font-size: 18px;
  }

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

.project-items .project-image {
  position: relative;
  height: 457px;
}

.project-items .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-items .project-image .project-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 35px 30px;
  background-color: var(--white);
  overflow: hidden;
}

.project-items .project-image .project-content::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 58px;
  content: "";
  background-color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-items .project-image .project-content p {
  color: var(--theme);
  font-weight: 500;
  margin-bottom: 5px;
}

.project-items .project-image .project-content h4 {
  font-weight: bold;
}

.project-items .project-image .project-content h4 a:hover {
  color: var(--theme);
}

.project-items .project-image .project-content .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
  border-radius: 50%;
  text-align: center;
  color: var(--theme);
  position: absolute;
  top: 130px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.project-items .project-image .project-content .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}

.project-items:hover .project-image .project-content::before {
  height: 100%;
}

.project-items:hover .project-image .project-content .icon {
  top: 35px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.project-items.style-2 {
  margin-top: 30px;
}

.project-section-2 {
  position: relative;
}

.project-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg2);
  height: 35%;
  z-index: -1;
}

.project-section-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  width: 91%;
}

@media (max-width: 1199px) {
  .project-section-2::after {
    width: 100%;
  }
}

.project-section-2 .left-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.project-section-2 .right-shape {
  position: absolute;
  bottom: 0;
  right: 9%;
  z-index: 1;
}

.project-wrapper {
  margin-left: -22%;
}

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

.project-wrapper .project-items.style-2 {
  margin-top: 30px;
}

.project-wrapper .project-items.style-2 .project-image {
  height: initial;
}

.project-wrapper .project-items.style-2 .project-content::before {
  display: none;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon {
  width: 85px;
  height: 100%;
  line-height: 130px;
  background-color: rgba(56, 75, 255, 0.1);
  text-align: center;
  color: var(--theme);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon i {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon i:hover {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 {
  width: 80px;
  height: 80px;
  line-height: 70px;
  border-radius: 50%;
  background-color: rgba(56, 75, 255, 0.1);
  display: inline-block;
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 i {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 25px;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 i:hover {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2:hover {
  background-color: var(--theme);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2:hover i {
  color: var(--white);
}

.project-wrapper .project-items.style-2 .project-content:hover .arrow-icon {
  background-color: var(--theme);
  color: var(--white);
}

.project-wrapper.style-2 {
  margin-left: 0;
  margin-right: -57%;
}

@media (max-width: 1199px) {
  .project-wrapper.style-2 {
    margin-right: 0;
  }
}

.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: #15067d;
  opacity: 0.6;
}

.project-section-3::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white);
  top: 60%;
}

@media (max-width: 575px) {
  .project-section-3 .section-title-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.section-title-area .video-box {
  position: relative;
  z-index: 9;
}

.section-title-area .video-box .video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--theme);
}

.section-title-area .video-box .ripple::before,
.section-title-area .video-box .ripple::after {
  -webkit-box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.8);
}

.project-details-wrapper .project-details-items .details-image img {
  width: 100%;
  height: 100%;
}

.project-details-wrapper .project-details-items .details-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .project-details-wrapper .project-details-items .details-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .project-details-wrapper .project-details-items .details-content h3 {
    font-size: 24px;
  }
}

.project-details-wrapper .project-details-items .project-catagory {
  padding: 40px 30px;
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-top: 4px solid var(--theme);
  margin-top: -150px;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .project-details-wrapper .project-details-items .project-catagory {
    margin-top: 0;
  }
}

.project-details-wrapper .project-details-items .project-catagory h3 {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}

.project-details-wrapper .project-details-items .project-catagory ul li {
  font-weight: 600;
  color: var(--header);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}

.project-details-wrapper .project-details-items .project-catagory ul li span {
  font-weight: 500;
}

.project-details-wrapper .project-details-items .project-catagory ul li span i {
  color: var(--text);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-details-wrapper .project-details-items .project-catagory ul li span i:hover {
  color: var(--theme);
}

.project-details-wrapper .project-details-items .list li {
  font-weight: 500;
  color: var(--header);
}

.project-details-wrapper .project-details-items .list li:not(:last-child) {
  margin-bottom: 10px;
}

.project-details-wrapper .project-details-items .list li i {
  margin-right: 5px;
  color: var(--theme);
}

.project-details-wrapper .project-details-items .thumb img {
  width: 100%;
  height: 100%;
}

.project-details-wrapper .preview-area {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}

.project-details-wrapper .preview-area .preview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.project-details-wrapper .preview-area .preview-item .content.text-right {
  text-align: right;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title span {
  color: var(--theme);
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-title h2 span {
  color: var(--theme);
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 36px;
}

.section-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .section-title-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

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

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

.section-bg-2 {
  background-color: var(--bg2);
}

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

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

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

.service-wrapper {
  margin-bottom: 187px;
}

.service-wrapper .service-text {
  margin-top: 50px;
  text-align: center;
}

.service-wrapper .service-text h6 {
  font-size: 16px;
}

.service-wrapper .service-text h6 a {
  font-weight: 600;
  color: var(--theme);
  text-decoration: underline;
}

.service-box-items {
  margin-top: 30px;
  background-color: var(--white);
  padding: 35px 30px;
  position: relative;
  z-index: 9;
}

.service-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: -1;
}

.service-box-items .icon {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-box-items .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-box-items .content {
  margin-top: 20px;
}

.service-box-items .content h4 {
  margin-bottom: 5px;
  font-weight: bold;
}

.service-box-items .content h4 a {
  color: var(--header);
}

.service-box-items .content h4 a:hover {
  color: var(--theme);
}

.service-box-items:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.service-box-items:hover::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items:hover .icon::before {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
}

.service-box-items:hover .content h4 a {
  color: var(--white);
}

.service-box-items:hover .content p {
  color: var(--white);
}

.service-box-items:hover .content .theme-btn-2 {
  color: var(--white);
}

.service-box-items.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.service-box-items.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items.active .icon::before {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
}

.service-box-items.active .content h4 a {
  color: var(--white);
}

.service-box-items.active .content p {
  color: var(--white);
}

.service-box-items.active .content .theme-btn-2 {
  color: var(--white);
}

.service-box-items.style-2 {
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.service-box-items.style-2.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.service-box-items.style-2.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items.style-2.active .icon::before {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
}

.service-box-items.style-2.active .content h4 a {
  color: var(--white);
}

.service-box-items.style-2.active .content p {
  color: var(--white);
}

.service-box-items.style-2.active .content .theme-btn-2 {
  color: var(--white);
}

.service-box-items.style-3 {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 10px !important;
  background-color: var(--white);
}

.service-box-items.style-3::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-23.85%, #384bff), to(#6324b3));
  background: -webkit-linear-gradient(top, #384bff -23.85%, #6324b3 100%);
  background: -o-linear-gradient(top, #384bff -23.85%, #6324b3 100%);
  background: linear-gradient(180deg, #384bff -23.85%, #6324b3 100%);
  border-radius: 10px;
}

.service-box-items.style-3::after {
  display: none;
}

.service-box-items.style-3 .theme-btn-2 {
  border: 1px solid var(--border);
  padding: 20px 30px;
  border-radius: 100px;
  line-height: 1;
  margin-top: 30px;
  color: var(--header);
}

.service-box-items.style-3 .theme-btn-2:hover {
  background-color: var(--white);
  color: var(--header);
}

.service-box-items.style-3.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.service-box-items.style-3.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items.style-3.active .icon::before {
  background-image: url(../../assets/img/service/shape.png);
}

.service-box-items.style-3.active .theme-btn-2 {
  background-color: var(--white);
  color: var(--header);
}

.service-box-items.style-3.active .content h4 a {
  color: var(--white);
}

.service-box-items.style-3.active .content p {
  color: var(--white);
}

.service-section-2 {
  position: relative;
}

.service-card-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: hidden;
}

.service-card-items .icon-2 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  opacity: 0.2;
}

.service-card-items .service-image img {
  width: 100%;
  height: 100%;
}

.service-card-items .service-content {
  padding: 35px 30px;
  position: relative;
  z-index: 9;
}

.service-card-items .service-content .icon {
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  border-radius: 8px;
  background-color: var(--theme);
  margin-bottom: 30px;
  margin-top: -70px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.service-card-items .service-content .icon img {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
}

.service-card-items .service-content h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}

.service-card-items .service-content h4 a:hover {
  color: var(--theme);
}

.service-card-items:hover .icon {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.service-section-3 {
  position: relative;
}

.service-section-3 .line-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-section-3 .line-shape-2 img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .service-details-items .details-image img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .service-details-items .details-content {
  margin-top: 35px;
}

@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content {
    margin-top: 25px;
  }
}

.service-details-wrapper .service-details-items .details-content h3 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .service-details-wrapper .service-details-items .details-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content h3 {
    font-size: 24px;
  }
}

.service-details-wrapper .service-details-items .details-content .details-video-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content .details-video-items {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb {
  position: relative;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box .video-btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: var(--white);
  color: var(--theme);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box .ripple::before,
.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box .ripple::after {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  width: 62px;
  height: 62px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content p {
  margin-top: 5px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list {
  margin-top: 20px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li {
  font-weight: 500;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li:not(:last-child) {
  margin-bottom: 10px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li i {
  margin-right: 10px;
  color: var(--theme);
}

.service-details-wrapper .service-details-items .details-content .image-area {
  margin-top: 30px;
  margin-bottom: 40px;
}

.service-details-wrapper .service-details-items .details-content .image-area .thumb img {
  width: 100%;
  height: 100%;
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
}

.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background-color: var(--white);
  font-weight: 500;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li a {
  color: var(--header);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li i {
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover {
  background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover a {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover i {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active {
  background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active a {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active i {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .opening-category ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background-color: var(--white);
  font-weight: 500;
  color: var(--header);
}

.main-sidebar .single-sidebar-widget .opening-category ul li:not(:last-child) {
  margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .opening-category ul li i {
  color: var(--theme);
}

.main-sidebar .single-sidebar-image {
  height: 400px;
  max-width: 500px;
  position: relative;
}

@media (max-width: 991px) {
  .main-sidebar .single-sidebar-image {
    max-width: 800px;
  }
}

.main-sidebar .single-sidebar-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#3c72fc), to(rgba(0, 6, 12, 0)));
  background: -webkit-linear-gradient(top, #3c72fc 0%, rgba(0, 6, 12, 0) 100%);
  background: -o-linear-gradient(top, #3c72fc 0%, rgba(0, 6, 12, 0) 100%);
  background: linear-gradient(180deg, #3c72fc 0%, rgba(0, 6, 12, 0) 100%);
  opacity: 0.9;
}

.main-sidebar .single-sidebar-image .contact-text {
  position: relative;
  text-align: center;
  padding: 130px 30px;
  margin: 0 auto;
}

.main-sidebar .single-sidebar-image .contact-text .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--white);
  text-align: center;
  color: var(--theme);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.main-sidebar .single-sidebar-image .contact-text .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--white);
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-sidebar .single-sidebar-image .contact-text h4 {
  color: var(--white);
  margin-top: 30px;
}

.main-sidebar .single-sidebar-image .contact-text h5 {
  margin-top: 15px;
}

.main-sidebar .single-sidebar-image .contact-text h5 a {
  color: var(--white);
}

.team-section {
  position: relative;
}

.team-section .line-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.team-section .line-shape img {
  width: 100%;
  height: 100%;
}

.team-section .mask-shape {
  position: absolute;
  top: -40%;
  right: -2%;
}

.team-wrapper {
  position: relative;
  z-index: 9;
}

.team-wrapper .team-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding: 35px 0;
  position: relative;
}

@media (max-width: 767px) {
  .team-wrapper .team-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
}

.team-wrapper .team-items .team-title {
  width: 250px;
}

.team-wrapper .team-items .team-title span {
  color: var(--theme);
  margin-bottom: 5px;
  display: inline-block;
}

.team-wrapper .team-items .team-title h4 {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-wrapper .team-items .team-title h4::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--white);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-wrapper .team-items .team-title h4 a {
  color: var(--white);
}

.team-wrapper .team-items .team-title h4:hover {
  padding-left: 40px;
}

.team-wrapper .team-items .team-title h4:hover::before {
  opacity: 1;
  visibility: visible;
}

.team-wrapper .team-items p {
  color: rgba(255, 255, 255, 0.8);
}

.team-wrapper .team-items .social-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  overflow: hidden;
  gap: 10px;
}

.team-wrapper .team-items .social-profile ul {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.team-wrapper .team-items .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: block;
  background: rgba(56, 75, 255, 0.2);
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}

.team-wrapper .team-items .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}

@media (max-width: 575px) {
  .team-wrapper .team-items .social-profile ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.team-wrapper .team-items .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: var(--white);
  color: var(--theme);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-wrapper .team-items .social-profile:hover ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-wrapper .team-items .team-hover {
  width: 176px;
  height: 176px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(10deg);
  -ms-transform: translateY(-50%) rotate(10deg);
  transform: translateY(-50%) rotate(10deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}

.team-wrapper .team-items:hover .team-hover {
  opacity: 1;
  visibility: visible;
}

.team-card-items {
  margin-top: 30px;
}

.team-card-items .team-image {
  position: relative;
}

.team-card-items .team-image img {
  width: 100%;
  height: 100%;
}

.team-card-items .team-image .social-profile {
  position: absolute;
  right: 30px;
  top: 30px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
}

.team-card-items .team-image .social-profile ul {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.team-card-items .team-image .social-profile ul li:not(:last-child) {
  margin-bottom: 10px;
}

.team-card-items .team-image .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  background: var(--white);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}

.team-card-items .team-image .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.team-card-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  background: var(--theme);
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.team-card-items .team-image .social-profile:hover ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-card-items .team-content {
  margin-top: -50px;
  position: relative;
  z-index: 9;
  padding: 30px;
  background-color: var(--white);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  margin-right: 30px;
}

.team-card-items .team-content h3 {
  margin-bottom: 5px;
}

.team-card-items .team-content h3 a:hover {
  color: var(--theme);
}

.team-section-2 {
  position: relative;
}

.team-section-3 {
  position: relative;
}

.team-section-3 .mask-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.team-section-3 .line-shape {
  position: absolute;
  bottom: -10%;
  left: 0;
}

.single-team-items {
  margin-top: 30px;
}

.single-team-items .team-image {
  position: relative;
  height: 280px;
}

@media (max-width: 767px) {
  .single-team-items .team-image {
    height: initial;
  }
}

.single-team-items .team-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-team-items .team-image .social-profile {
  position: absolute;
  right: 20px;
  bottom: -4px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  z-index: 99;
}

.single-team-items .team-image .social-profile ul {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.single-team-items .team-image .social-profile ul li {
  margin-bottom: 10px;
}

.single-team-items .team-image .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: block;
  background: var(--white);
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.single-team-items .team-image .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.single-team-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: var(--theme);
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}

.single-team-items .team-image .social-profile .plus-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.single-team-items .team-image .social-profile:hover ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team-items .team-content {
  padding: 50px 20px 30px;
  background-color: var(--bg2);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 98%, 0 17%);
  clip-path: polygon(100% 0, 100% 100%, 0 98%, 0 17%);
  margin-top: -25px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-team-items .team-content h3 {
  margin-bottom: 5px;
}

.single-team-items .team-content h3 a {
  color: var(--white);
  font-size: 24px;
}

.single-team-items .team-content p {
  color: var(--white);
}

.single-team-items:hover .team-content {
  background-color: var(--theme);
}

.single-team-items:hover .team-image {
  position: relative;
}

.single-team-items:hover .team-image .social-profile .plus-btn {
  background-color: var(--header);
  color: var(--white);
}

.team-box-items {
  margin-top: 30px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}

.team-box-items .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.team-box-items .team-content {
  margin-top: 20px;
}

.team-box-items .team-content h3 {
  margin-bottom: 5px;
}

.team-box-items .team-content h3 a:hover {
  color: var(--theme);
}

.team-box-items .team-content p {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}

.team-box-items .team-content .social-icon {
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
}

.team-box-items .team-content .social-icon a {
  color: var(--text);
  font-size: 18px;
}

.team-box-items .team-content .social-icon a:hover {
  color: var(--theme);
}

.team-details-wrapper .team-details-image img {
  width: 100%;
  height: 100%;
}

.team-details-wrapper .team-details-content {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .team-details-wrapper .team-details-content {
    margin-left: 0;
  }
}

.team-details-wrapper .team-details-content .details-info {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.team-details-wrapper .team-details-content .details-info h3 {
  margin-bottom: 5px;
}

.team-details-wrapper .team-details-content .details-info span {
  color: var(--text);
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items {
  width: 100%;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress {
  background: var(--bg);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  width: 100%;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress-value {
  -webkit-animation: load 3s normal forwards;
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 12px;
  width: 0;
  border-radius: 16px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .style-two {
  -webkit-animation: load2 3s normal forwards;
  animation: load2 3s normal forwards;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 85%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 95%;
  }
}

.team-details-wrapper .team-details-content .social-icon {
  margin-top: 40px;
}

.team-details-wrapper .team-details-content .social-icon span {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  margin-right: 15px;
}

.team-details-wrapper .team-details-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid var(--border);
  display: inline-block;
  color: var(--text);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-details-wrapper .team-details-content .social-icon a:not(:last-child) {
  margin-right: 5px;
}

.team-details-wrapper .team-details-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

.team-details-wrapper .team-single-history .title {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}

.team-details-wrapper .team-single-history h5 {
  font-weight: 600;
}

.team-details-wrapper .team-single-history h5 span {
  border: 1px solid var(--theme);
  color: var(--theme);
  font-size: 14px;
  font-weight: 400;
  padding: 6px 16px;
  border-radius: 16px;
  margin-left: 20px;
}

.testimonial-section {
  position: relative;
}

.testimonial-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg2);
  top: 50%;
  z-index: -1;
}

.testimonial-wrapper {
  background-color: var(--bg);
  padding: 80px;
  position: relative;
}

.testimonial-wrapper .swiper-dot-2 {
  position: absolute;
  bottom: 50px;
  right: 80px;
}

@media (max-width: 991px) {
  .testimonial-wrapper .swiper-dot-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper {
    padding: 60px 50px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper {
    padding: 50px 40px;
  }
}

.testimonial-wrapper .testimonial-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 55px;
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-items {
    gap: 40px;
  }
}

.testimonial-wrapper .testimonial-items .tesimonial-image {
  max-width: 366px;
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
  height: 311px;
  position: relative;
}

@media (max-width: 1399px) {
  .testimonial-wrapper .testimonial-items .tesimonial-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star {
  padding: 10px 14px;
  border-radius: 30px;
  background-color: var(--white);
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -7%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star i {
  color: var(--theme);
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star i:nth-last-of-type(1) {
  color: var(--theme);
  opacity: 0.25;
}

.testimonial-wrapper .testimonial-items .testimonial-content p {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid rgba(56, 75, 255, 0.2);
  padding-bottom: 30px;
}

@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-items .testimonial-content p {
    padding-bottom: 20px;
  }
}

.testimonial-wrapper .testimonial-items .testimonial-content .author-details {
  padding-top: 35px;
}

@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-items .testimonial-content .author-details {
    padding-top: 20px;
  }
}

.testimonial-wrapper .testimonial-items .testimonial-content .author-details h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.tesimonial-section-2 {
  position: relative;
  margin-bottom: -20px;
}

.tesimonial-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #15067d;
  opacity: 0.6;
}

.tesimonial-section-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white);
  top: 80%;
}

.testimonial-box-items {
  position: relative;
  z-index: 9;
  margin-top: 30px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
  box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
  padding: 40px;
  margin-bottom: 20px;
}

.testimonial-box-items .icon {
  position: absolute;
  top: 40px;
  right: 40px;
}

.testimonial-box-items .client-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.testimonial-box-items .client-items .client-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.testimonial-box-items .client-items .client-image.style-2 {
  width: 100px;
  height: 100px;
}

.testimonial-box-items .client-items .client-content h4 {
  margin-bottom: 5px;
}

.testimonial-box-items .client-items .client-content .star {
  margin-top: 5px;
}

.testimonial-box-items .client-items .client-content .star i {
  color: var(--theme);
}

.testimonial-box-items .client-items .client-content .star .color-text {
  color: var(--text);
  opacity: 0.4;
}

.tesimonial-section-3 {
  position: relative;
}

.tesimonial-section-3 .line-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tesimonial-section-3 .mask-shape {
  position: absolute;
  right: 0;
  top: 5%;
}

@media (max-width: 1899px) {
  .tesimonial-section-3 .array-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .tesimonial-section-3 .array-button {
    display: none;
  }
}

.tesimonial-section-3 .array-button .array-prev {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5%;
  z-index: 9;
  border: 1px solid var(--white);
  color: var(--white);
}

@media (max-width: 1899px) {
  .tesimonial-section-3 .array-button .array-prev {
    position: initial;
  }
}

.tesimonial-section-3 .array-button .array-prev:hover {
  border: 1px solid transparent;
}

.tesimonial-section-3 .array-button .array-next {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5%;
  z-index: 9;
}

@media (max-width: 1899px) {
  .tesimonial-section-3 .array-button .array-next {
    position: initial;
  }
}

.testimonial-wrapper-2 .tesimonial-image {
  margin-bottom: -120px;
}

@media (max-width: 991px) {
  .testimonial-wrapper-2 .tesimonial-image {
    margin-bottom: 0;
  }
}

.testimonial-wrapper-2 .tesimonial-image img {
  width: 100%;
  height: 100%;
}

.testimonial-wrapper-2 .tesimonial-area {
  margin-left: 50px;
  margin-right: -100%;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-2 .tesimonial-area {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .testimonial-wrapper-2 .tesimonial-area {
    margin-right: 0;
  }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items {
  padding: 50px 30px;
  background-color: var(--white);
  border-radius: 12px;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items {
    padding: 35px 25px;
  }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .icon {
  position: absolute;
  right: 30px;
  top: 20px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .star {
  margin-bottom: 15px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .star i {
  color: var(--theme);
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items {
    margin-top: 20px;
  }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items .thumb {
  width: 60px;
  height: 60px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.consal_select_options_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #020a27;
  background-color: var(--theme-color);
  border-bottom: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
  border-radius: 50%;
  color: #fff;
}

.consal_view_product_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #020a27;
  background-color: var(--theme-color);
  border-bottom: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
  border-radius: 50%;
  color: #fff;
}

/* orbit_banner-section  */
.orbit_banner-section .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 250.5px;
}

@media (max-width: 767.97px) {
  .orbit_banner-section .shape1 {
    width: 150.5px;
  }
}

.orbit_banner-section .shape2 {
  position: absolute;
  top: 5%;
  right: 30%;
  width: 88px;
}

@media (max-width: 767.97px) {
  .orbit_banner-section .shape2 {
    display: none;
  }
}

.orbit_banner-section .shape3 {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 447px;
}

.orbit_banner-section .banner-main {
  background: var(--primary-900, #01123c);
  height: 880px;
}

@media (max-width: 991.97px) {
  .orbit_banner-section .banner-main {
    height: initial;
  }
}

.orbit_banner-section .banner-title {
  font-family: var(--secondary-font2);
  font-weight: 600;
  line-height: 120%;
}

.orbit_banner-section .banner-sub-title {
  margin-left: 30px !important;
  font-family: var(--primary-font2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: initial;
}

.orbit_banner-section .banner-sub-title::before {
  content: initial;
}

.orbit_banner-section .banner-sub-title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--white);
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.orbit_banner-section .banner-text {
  color: var(--base-white, #fff);
  font-family: var(--primary-font2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.orbit_banner-section .orbit-hero-img {
  width: 1026px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1699.97px) {
  .orbit_banner-section .orbit-hero-img {
    width: 65%;
  }
}

@media (max-width: 1439.97px) {
  .orbit_banner-section .orbit-hero-img {
    width: 55%;
  }
}

@media (max-width: 991.97px) {
  .orbit_banner-section .orbit-hero-img {
    display: none;
  }
}

/* orbit_about-us-section */
.orbit_about-us-section .right-side {
  position: relative;
  left: 100px;
}

@media (max-width: 1439.97px) {
  .orbit_about-us-section .right-side {
    left: 40px;
  }
}

@media (max-width: 1199.97px) {
  .orbit_about-us-section .right-side {
    left: 10px;
  }
}

@media (max-width: 991.97px) {
  .orbit_about-us-section .right-side {
    left: initial;
  }
}

.orbit_about-us-section .custom-col {
  position: relative;
  right: 222px;
}

@media (max-width: 1439.97px) {
  .orbit_about-us-section .custom-col {
    right: 0px;
  }
}

.orbit_about-us-section .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.orbit_about-us-section .orbit-left-about-img-1 {
  max-width: 412px;
  max-height: 584px;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1439.97px) {
  .orbit_about-us-section .orbit-left-about-img-1 {
    max-width: 315px;
  }
}

@media (max-width: 1199.97px) {
  .orbit_about-us-section .orbit-left-about-img-1 {
    max-width: 250px;
  }
}

@media (max-width: 991.97px) {
  .orbit_about-us-section .orbit-left-about-img-1 {
    max-width: calc(100% - 50%);
  }
}

.orbit_about-us-section .orbit-left-about-img-2 {
  max-width: 336px;
  max-height: 367px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 150px 0px;
  background: lightgray -78.341px 0px / 150.697% 100% no-repeat;
}

@media (max-width: 1439.97px) {
  .orbit_about-us-section .orbit-left-about-img-2 {
    max-width: 183px;
  }
}

@media (max-width: 991.97px) {
  .orbit_about-us-section .orbit-left-about-img-2 {
    max-width: 235px;
  }
}

@media (max-width: 767.97px) {
  .orbit_about-us-section .orbit-left-about-img-2 {
    max-width: calc(100% - 70%);
  }
}

.orbit_about-us-section .orbit-about-success-count {
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
  gap: 24px;
  border-radius: 8px;
  position: absolute;
  top: 32px;
  right: -92px;
}

@media (max-width: 575.97px) {
  .orbit_about-us-section .orbit-about-success-count .thumbs-wrapper img {
    width: 40px;
  }
}

.orbit_about-us-section .orbit-about-success-count .contents .title {
  color: var(--white);
}

@media (max-width: 575.97px) {
  .orbit_about-us-section .orbit-about-success-count .contents .title {
    font-size: 20px;
  }
}

.orbit_about-us-section .orbit-about-success-count .contents .des {
  color: var(--white);
}

@media (max-width: 575.97px) {
  .orbit_about-us-section .orbit-about-success-count .contents .des {
    font-size: 14px;
  }
}

@media (max-width: 1439.97px) {
  .orbit_about-us-section .orbit-about-success-count {
    padding: 20px;
    right: 0;
  }
}

@media (max-width: 1199.97px) {
  .orbit_about-us-section .orbit-about-success-count {
    padding: 15px;
  }
}

@media (max-width: 991.97px) {
  .orbit_about-us-section .orbit-about-success-count {
    top: 16px;
    right: 210px;
  }
}

@media (max-width: 575.97px) {
  .orbit_about-us-section .orbit-about-success-count {
    right: 0px;
  }
}

.orbit_about-us-section .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #afc5fe;
  background: #f7f8f8;
  margin-bottom: 48px;
}

.orbit_about-us-section .about-list li {
  position: relative;
}

.orbit_about-us-section .about-list li i {
  color: var(--theme-color);
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}

.orbit_about-us-section .about-list li span {
  color: var(--theme-color-1);
  font-family: var(--primary-font2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  display: inline-block;
  margin-left: 24px;
}

/* orbit_service-slider-section */
.orbit_service-slider-section {
  padding-top: 120px;
  margin-top: initial;
  background: var(--neutral-50, #f7f8f8);
}

@media (max-width: 1199.97px) {
  .orbit_service-slider-section {
    padding-top: 100px;
  }
}

@media (max-width: 991.97px) {
  .orbit_service-slider-section {
    padding-top: 80px;
  }
}

@media (max-width: 767.97px) {
  .orbit_service-slider-section {
    padding-top: 60px;
  }
}

.orbit_service-slider-section.service-slider-section .section-title {
  color: var(--theme-color-1);
}

.orbit_service-slider-section.service-section-three .section-title {
  color: var(--theme-color-1);
  margin-bottom: 0;
}

.orbit_service-slider-section .service_1_navigation__wrapprer button {
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.orbit_service-slider-section .service_1_navigation__wrapprer button:hover {
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white);
}

/* orbit_cta-section */
.orbit_cta-section .row {
  background: var(--theme-color);
  border-radius: 26px;
  margin: 0;
  padding: 56px 40px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.97px) {
  .orbit_cta-section .row {
    padding: 20px;
  }
}

.orbit_cta-section .orbit_section-sub-title {
  color: var(--white);
  font-weight: 400;
}

.orbit_cta-section .orbit_section-sub-title::after {
  background: var(--white);
}

.orbit_cta-section .orbit_section-title {
  color: var(--white);
  margin-bottom: 30px;
  padding-right: 30px;
}

@media (max-width: 767.97px) {
  .orbit_cta-section .orbit_section-title {
    padding-right: initial;
    font-size: 30px;
  }
}

.orbit_cta-section .cta-img {
  position: absolute;
  top: 0;
  right: -18px;
  width: 785px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-clip-path: polygon(29% 0, 100% 0, 100% 100%, 2% 100%);
  clip-path: polygon(29% 0, 100% 0, 100% 100%, 2% 100%);
}

@media (max-width: 1199.97px) {
  .orbit_cta-section .cta-img {
    width: 564px;
    -webkit-clip-path: polygon(29% 0, 100% 0, 100% 100%, 5% 100%);
    clip-path: polygon(29% 0, 100% 0, 100% 100%, 5% 100%);
  }
}

@media (max-width: 991.97px) {
  .orbit_cta-section .cta-img {
    width: 100%;
    -webkit-clip-path: initial;
    clip-path: initial;
    position: static;
    border-radius: 10px;
    padding: 0;
    margin: 0;
  }
}

.orbit_cta-section .circle-support-info {
  position: absolute;
  top: 29%;
  right: 48%;
  z-index: 5;
  width: 160px;
  height: 160px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 160px;
  border: 8px solid var(--white);
  background: var(--theme-color, #3c72fc);
  -webkit-box-shadow: -2.909px 2.909px 21.818px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -2.909px 2.909px 21.818px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.orbit_cta-section .circle-support-info h3 {
  color: var(--white);
  line-height: 1;
}

.orbit_cta-section .circle-support-info span {
  color: var(--white);
  font-size: 11px;
}

@media (max-width: 1199.97px) {
  .orbit_cta-section .circle-support-info {
    right: 34%;
  }
}

@media (max-width: 991.97px) {
  .orbit_cta-section .circle-support-info {
    position: static;
    margin-bottom: 30px;
  }
}

.orbit_cta-section .quote-call-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 1399.97px) {
  .orbit_cta-section .quote-call-wrapper .header-action .header-link-1 {
    display: inherit;
  }
}

@media (max-width: 767.97px) {
  .orbit_cta-section .quote-call-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.orbit_cta-section .header-action .header-link-1 .icon {
  background: var(--white);
  color: var(--theme-color-1);
}

.orbit_cta-section .header-action .header-link-1 .icon::before {
  border: 1px solid var(--white);
}

.orbit_cta-section .header-action .header-link-1 .content span {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.orbit_cta-section .header-action .header-link-1 .content h6 {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* orbit_process-section */
.orbit_process-section {
  background-color: #01123c;
  position: relative;
}

.orbit_process-section .shapes-wrapper .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 193px;
}

.orbit_process-section .shapes-wrapper .shape2 {
  position: absolute;
  top: 90px;
  right: 134px;
  width: 112px;
}

@media (max-width: 1199.97px) {
  .orbit_process-section .shapes-wrapper .shape2 {
    right: 30px;
  }
}

@media (max-width: 991.97px) {
  .orbit_process-section .shapes-wrapper .shape2 {
    display: none;
  }
}

.orbit_process-section .shapes-wrapper .shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 513px;
}

/* orbit_project-slider-section */
.orbit_project-slider-section {
  background: var(--neutral-50, #f7f8f8);
}

@media (max-width: 599.97px) {
  .orbit_project-slider-section .single-orbit-project-1 {
    margin: 0px 15px;
  }
}

/* orbit_faq-page-section */
.orbit_faq-page-section {
  position: relative;
}

.orbit_faq-page-section .accordion-button {
  background: #f2f9ff;
  padding-right: 60px;
}

.orbit_faq-page-section .accordion-button::after {
  content: "\2b";
}

.orbit_faq-page-section .accordion-button::not(.collapsed)::after {
  background: #f2f9ff;
  color: var(--primary-color);
  content: "\f068";
}

.orbit_faq-page-section .accordion-item {
  background: #f2f9ff;
}

.orbit_faq-page-section .faq-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 612px;
  height: 100%;
  z-index: -1;
}

.orbit_faq-page-section .faq-img {
  max-width: 720px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 720px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 26px;
}

@media (max-width: 1699.97px) {
  .orbit_faq-page-section .faq-img {
    width: 100%;
  }
}

/* ticker wrapper */
.ticker-wrapper {
  overflow: hidden;
  padding: 20px 0;
  background-color: var(--theme-color);
}

@media (max-width: 767.97px) {
  .ticker-wrapper {
    padding: 10px 0;
  }
}

.ticker-wrapper .ticker-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: 30s ticker linear infinite;
  animation: 30s ticker linear infinite;
  gap: 60px;
}

.ticker-wrapper .ticker-inner-wrapper .single-ticker {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.ticker-wrapper .ticker-inner-wrapper .single-ticker h4 {
  color: var(--white);
  white-space: nowrap;
}

@media (max-width: 767.97px) {
  .ticker-wrapper .ticker-inner-wrapper {
    gap: 30px;
  }
}

/* orbit-testi-section */
.orbit-testi-section {
  background-color: var(--theme-color);
  position: relative;
}

@media (max-width: 767.97px) {
  .orbit-testi-section .section-title {
    margin-bottom: 30px;
  }
}

.orbit-testi-section .testi-img {
  max-width: 1308px;
  max-height: 867px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1599.97px) {
  .orbit-testi-section .testi-img {
    max-height: 770px;
  }
}

.orbit-testi-section .orbit-testimonial-wrapper {
  position: absolute;
  top: 0;
  right: 150px;
  width: 1022px;
  padding: 80px;
  border-radius: 0px 0px 0px 140px;
  background: #fff;
}

@media (max-width: 1599.97px) {
  .orbit-testi-section .orbit-testimonial-wrapper {
    right: 50px;
    padding: 40px;
  }
}

@media (max-width: 1439.97px) {
  .orbit-testi-section .orbit-testimonial-wrapper {
    right: 0;
  }
}

@media (max-width: 1199.97px) {
  .orbit-testi-section .orbit-testimonial-wrapper {
    border-radius: 0px;
    width: 800px;
  }
}

@media (max-width: 991.97px) {
  .orbit-testi-section .orbit-testimonial-wrapper {
    width: 100%;
    position: static;
  }
}

@media (max-width: 575.97px) {
  .orbit-testi-section .orbit-testimonial-wrapper {
    padding: 20px;
  }
}

.orbit-testi-section .project_1_navigation__wrapprer {
  margin-top: 48px !important;
}

@media (max-width: 991.97px) {
  .orbit-testi-section .project_1_navigation__wrapprer {
    margin-top: 30px !important;
  }
}

.orbit-testi-section .testimonial-1-button-next:before,
.orbit-testi-section .testimonial-1-button-prev:before {
  content: initial;
}

/* orbit-counter-section  */
.orbit-counter-section {
  padding: 60px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.orbit-counter-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(6, 9, 20, 0.8);
}

.orbit-counter-section .container .row .col-12 {
  position: relative;
  z-index: 1;
}

.orbit-counter-section .container .row .col-12:not(:last-child) {
  border-right: 1px solid var(--neutral-600, #666a79);
}

@media (max-width: 991.97px) {
  .orbit-counter-section .container .row .col-12:not(:last-child) {
    border-right: none;
  }
}

.orbit-counter-section .counter-items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 22;
}

.orbit-counter-section .counter-items .icon {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--theme-color, #3c72fc);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.orbit-counter-section .counter-items .icon img {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.orbit-counter-section .counter-items .content h2 {
  font-size: 40px;
  color: var(--white);
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

@media (max-width: 1439.97px) {
  .orbit-counter-section .counter-items .content h2 {
    font-size: 32px;
  }
}

@media (max-width: 1199.97px) {
  .orbit-counter-section .counter-items .content h2 {
    font-size: 28px;
  }
}

.orbit-counter-section .counter-items .content p {
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--white);
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1439.97px) {
  .orbit-counter-section .counter-items .content p {
    font-size: 20px;
  }
}

@media (max-width: 1199.97px) {
  .orbit-counter-section .counter-items .content p {
    font-size: 16px;
  }
}

.orbit-blog-section {
  background: var(--neutral-50, #f7f8f8);
}

.orbit-home-6 .orbit_banner-section .banner-main {
  position: relative;
}

.orbit-home-6 .orbit_banner-section .banner-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 9, 30, 0.8);
  z-index: 1;
}

.orbit-home-6 .orbit_banner-section .banner-main .img-shape,
.orbit-home-6 .orbit_banner-section .banner-main .banner-right-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  -o-object-fit: cover;
  object-fit: cover;
}

.orbit-home-6 .orbit_banner-section .banner-main .banner-right-img {
  width: 939px;
  height: 880px;
  -webkit-clip-path: polygon(100% 0%, 100% 44%, 100% 100%, 0 100%, 21% 45%, 40% 0);
  clip-path: polygon(100% 0%, 100% 44%, 100% 100%, 0 100%, 21% 45%, 40% 0);
}

.orbit-home-6 .orbit_banner-section .banner-main .img-shape {
  width: 960px;
  height: 880px;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(100% 0%, 100% 44%, 100% 100%, 0 100%, 21% 45%, 40% 0);
  clip-path: polygon(100% 0%, 100% 44%, 100% 100%, 0 100%, 21% 45%, 40% 0);
}

.orbit-home-6 .orbit_banner-section .banner-main .shape1,
.orbit-home-6 .orbit_banner-section .banner-main .shape2,
.orbit-home-6 .orbit_banner-section .banner-main .shape3,
.orbit-home-6 .orbit_banner-section .banner-main .shape4 {
  position: absolute;
  z-index: 2;
}

.orbit-home-6 .orbit_banner-section .banner-main .shape1 {
  top: -3px;
  right: 29.99%;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.orbit-home-6 .orbit_banner-section .banner-main .shape2 {
  top: -8px;
  right: 31%;
}

.orbit-home-6 .orbit_banner-section .banner-main .shape3 {
  bottom: -8px;
  right: 28%;
  z-index: 3;
}

.orbit-home-6 .orbit_banner-section .banner-main .shape4 {
  bottom: -8px;
  right: 45%;
  z-index: 3;
}

/****************************** 
rtl styles 
******************************/
/* Rtl style */
.rtl-demo {
  direction: rtl;
  text-align: right;
}

.rtl-demo .bd-faq {
  position: relative;
}

.rtl-demo .accordion-button::after {
  right: inherit;
  left: 20px;
}

.rtl-demo .common-slider-navigation {
  text-align: left;
}

.rtl-demo .project-slider-area .title-area {
  text-align: center;
}

.rtl-demo .about-3-content-area .progress-count {
  right: inherit;
  left: 15px;
}

.rtl-demo .choose-3-image-area h1 {
  left: -188px;
}

.rtl-demo .footer-widget-2 ul li::before {
  display: none;
}

.rtl-demo .help-3-form-area form {
  direction: rtl;
}

.rtl-demo .service-3-title-box .title-box {
  text-align: right;
}

.rtl-demo .blog-style-one .post-meta span i {
  margin: 0 0 0 10px;
}

.rtl-enabled {
  /* orbit-testi-section */
}

.rtl-enabled .orbit_banner-section .shape1 {
  left: initial;
  right: 0;
}

.rtl-enabled .orbit_banner-section .shape2 {
  right: initial;
  left: 30%;
}

.rtl-enabled .orbit_banner-section .shape3 {
  left: initial;
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.rtl-enabled .orbit_banner-section .orbit-hero-img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 0;
  right: initial;
  bottom: 0;
}

.rtl-enabled .orbit_banner-section p.banner-text {
  padding-left: 29px;
  padding-right: initial;
}

.rtl-enabled .orbit_about-us-section .right-side {
  left: initial !important;
  right: 100px;
}

@media (max-width: 1439.97px) {
  .rtl-enabled .orbit_about-us-section .right-side {
    right: 40px;
  }
}

@media (max-width: 1199.97px) {
  .rtl-enabled .orbit_about-us-section .right-side {
    right: 10px;
  }
}

@media (max-width: 991.97px) {
  .rtl-enabled .orbit_about-us-section .right-side {
    right: initial;
  }
}

.rtl-enabled .orbit_about-us-section .custom-col {
  right: initial !important;
  left: 222px;
}

@media (max-width: 1439.97px) {
  .rtl-enabled .orbit_about-us-section .custom-col {
    left: 0px;
  }
}

.rtl-enabled .orbit_about-us-section .orbit-about-success-count {
  right: initial !important;
  left: -92px;
}

@media (max-width: 1439.97px) {
  .rtl-enabled .orbit_about-us-section .orbit-about-success-count {
    left: 0;
  }
}

@media (max-width: 991.97px) {
  .rtl-enabled .orbit_about-us-section .orbit-about-success-count {
    left: 210px;
  }
}

@media (max-width: 575.97px) {
  .rtl-enabled .orbit_about-us-section .orbit-about-success-count {
    left: 0px;
  }
}

.rtl-enabled .orbit_about-us-section .about-list ul li i {
  left: initial;
  right: 0;
}

.rtl-enabled .orbit_about-us-section .about-list ul li span {
  margin-left: initial;
  margin-right: 24px;
}

.rtl-enabled .orbit_cta-section .orbit_section-title {
  padding-right: initial;
  padding-left: 30px;
}

@media (max-width: 767.97px) {
  .rtl-enabled .orbit_cta-section .orbit_section-title {
    padding-left: initial;
  }
}

.rtl-enabled .orbit_cta-section .cta-img {
  right: initial;
  left: -18px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.rtl-enabled .orbit_cta-section .circle-support-info {
  right: initial;
  left: 48%;
}

@media (max-width: 1199.97px) {
  .rtl-enabled .orbit_cta-section .circle-support-info {
    right: initial;
    left: 34%;
  }
}

.rtl-enabled .single_orbit-process .count-title {
  right: initial;
  left: 24px;
}

.rtl-enabled .orbit-testi-section .testi-img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.rtl-enabled .orbit-testi-section .orbit-testimonial-wrapper {
  border-radius: 0px 0px 140px 0px;
  right: initial !important;
  left: 150px;
}

@media (max-width: 1599.97px) {
  .rtl-enabled .orbit-testi-section .orbit-testimonial-wrapper {
    right: initial;
    left: 50px;
  }
}

@media (max-width: 1439.97px) {
  .rtl-enabled .orbit-testi-section .orbit-testimonial-wrapper {
    right: initial;
    left: 0;
  }
}

@media (max-width: 1199.97px) {
  .rtl-enabled .orbit-testi-section .orbit-testimonial-wrapper {
    border-radius: 0px;
  }
}

.rtl-enabled .achievement-wrapper {
  margin-right: initial;
  margin-left: -25%;
}

@media (max-width: 1399.97px) {
  .rtl-enabled .achievement-wrapper {
    margin-left: initial;
  }
}

.rtl-enabled .achievement-wrapper .counter-area .counter-items:not(:last-child) {
  border-right: initial;
  border-left: 1px solid #666a79;
  padding-right: initial;
  padding-left: 70px;
}

@media (max-width: 991.97px) {
  .rtl-enabled .achievement-wrapper .counter-area .counter-items:not(:last-child) {
    border-right: none;
    padding-right: initial;
    border-left: none;
    padding-left: initial;
  }
}

.rtl-enabled .footer-widget-2 ul li {
  margin-left: initial;
  margin-right: 30px;
}

.rtl-enabled .footer-widget-2 ul li::before {
  left: initial;
  right: -30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* single-post */

.single-post h1.post-title {
  font-size: 36px;
}

.single-post h1.post-title {
  font-family: Saira, serif;
}

.single-post h2 {
  font-size: 30px;
}

.single-post h2 b {
  font-weight: 700;
}

.single-post .post-content ul {
  margin-bottom: 10px;
}

.single-post ul li {
  list-style: disc;
}

.single-post .post-content ol {
  margin-bottom: 10px;
}

.single-post ol li {
  list-style: decimal;
}

.single-post .post-content p {
  color: #2c2b2b;
}

.single-post .post-content p b {
  font-weight: 600;
}

.single-post .post-content p a {
  color: #e31e24;
}

.single-post .post-content p a:hover {
  color: #292851;
}

.single-post h3 {
  font-size: 25px;
}

.single-post h3 b {
  font-weight: 600;
}

/* 	blog nav manu */

.single-post ul#menu-main-menu li {
  list-style: none !important;
}

/* 	home_page */
	
	.content_custiom ul li {
    list-style: disc;
    color: #2c2b2b;
}

.content_custiom p{
  color: #2c2b2b;
}

.content_custiom ul {
    margin-bottom: 10px;
    margin-left: 20px
}

	.content_custiom ol li {
    list-style: decimal;
    color: #2c2b2b;
}

.content_custiom ol {
    margin-bottom: 10px;
    /* margin-left: 20px; */
}

.content_custiom p a {
  color: #e31e24;
}

.content_custiom p a:hover {
  color: #292851;
}