/* Root Variables */
:root {
  --primary-color: #ff0000;
  --secondary-color: #010b13;
  --border-radius: 10px;
  --transition-speed: 0.3s;
  --greencode: #aacc00;
  --redcode: #f52852;
  --yellowcode: #febb01;
  --purplecode: #b074fd;
}

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

body {
  font-family: "Poppins" !important;
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: normal;
  background-color: #e7e6e4;
  background-image: url("../images/bg-main-back.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea {
  background: #ffffff;
  border: 1px solid #b8b8b8;
  border-radius: 10px;
  height: 55px;
  width: 100%;
  padding: 0 18px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
}

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

a {
  color: #303be4;
  text-decoration: none;
}

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

.greencode {
  color: var(--greencode);
}

.skyblue {
  color: var(--skyblue);
}

.brilliantrose {
  color: var(--brilliantrose);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins" !important;
  font-weight: bold;
  color: var(--secondary-color);
}

h1 {
  font-size: 55px;
  line-height: normal;
  margin-bottom: 17px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 17px;
}

p {
  color: var(--secondary-color);
  font-size: 20px;
  font-family: "Poppins" !important;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 18px;
}
header {
  z-index: 999 !important;
}
.apps-section .swiper-wrapper{
   transition-timing-function: linear;
}
header.header {
  position: sticky;
  top: 10px;
  z-index: 99;
  padding-left: 10px;
  padding-right: 10px;
}

header.header .container {
  padding-left: 0px;
  padding-right: 0px;
}

.head-inner .top-contact a.btn.btn-primary,
.btn.btn-primary a.elementor-button {
  border-radius: 10px;
  display: inline-flex;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  background-color: var(--primary-color);
  align-items: center;
  padding: 0px 20px;
  line-height: 60px;
  box-shadow: 0px 0px 10px 0px #00000033 inset;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
}

.head-inner .top-contact a.btn.btn-primary:after,
.btn.btn-primary a.elementor-button:after {
  transition: transform 0.3s ease;
  margin-left: 9px;
  position: relative;
  top: 1px;
  content: "";
  background-image: url("../images/book-arrow.svg");
  width: 16px;
  height: 16px;
  display: block;
}

.head-inner .top-contact a.btn.btn-primary:hover:after,
.btn.btn-primary a.elementor-button:hover:after {
  transform: translateX(6px); /* arrow moves right */
}

.head-inner .top-contact a.btn.btn-primary span.arrow {
  display: none;
}

/* .btn:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 9px;
}
 */

.head-inner .top-contact a.btn.btn-primary:hover,
.btn.btn-primary a.elementor-button:hover {
  background: #000000;
  color: #fff;
}

.elementor-element.youtube_link {
  padding-left: 30px;
}

.hero-section .e-con-inner {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 10px;
}

.flex-row {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.col-30 {
  flex: 0 0 auto;
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-50 {
  width: 50%;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-40 {
  flex: 0 0 auto;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-60 {
  width: 66.66666667%;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1300px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

header.header .head-inner {
  /* background: #ffffff; */
  background: #0f1729;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

header.header .head-inner .top-contact {
  margin-left: auto;
}
header.header .head-inner a.custom-logo-link img.custom-logo {
  width: 100%;
  max-width: 217px;
  vertical-align: bottom;
}
.header-section.fixed-header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
}
.admin-bar .header-section.fixed-header {
  top: 32px;
}
.header-section .close-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  background-color: red;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}

.header-section .close-icon svg {
  fill: #fff;
  width: 25px;
}
.header-section .close-icon svg:focus,
.header-section .close-icon svg:focus-visible {
  outline: none;
}
.header-section .hfe-nav-menu-icon svg:focus,
.header-section .hfe-nav-menu-icon svg:focus-visible {
  outline: none;
}
.header-section .header-container {
  gap: 20px;
  background: #0f1729;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.header-section .header-logo {
  width: auto;
}
.header-section .header-menu {
  width: auto;
}
.header-section .hfe-nav-menu-icon {
  padding: 0px !important;
}
.header-section .hfe-nav-menu-icon svg {
  fill: #fff !important;
  width: 35px;
  height: 35px;
}
.header-section .header-button {
  width: auto;
  margin-left: auto;
}
.header-section
  .hfe-nav-menu__breakpoint-tablet
  .hfe-layout-horizontal
  .hfe-nav-menu__toggle,
.header-section
  .hfe-nav-menu__breakpoint-tablet
  .hfe-layout-vertical
  .hfe-nav-menu__toggle {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header-section .hfe-nav-menu__layout-horizontal {
  position: fixed !important;
  left: auto !important;
  right: -100% !important;
  top: 0px !important;
  width: 100% !important;
  max-width: 350px !important;
  height: 100vh !important;
  background: #0f1729 !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  padding: 16px 20px !important;
  padding-top: 50px !important;
  transition: all 0.4s ease-in-out !important;
  overflow-y: auto;
}
.header-section .hfe-nav-menu__layout-horizontal.menu-is-active {
  right: 0px !important;
}
.admin-bar .header-section .hfe-nav-menu__layout-horizontal.menu-is-active {
  height: calc(100vh - 24px) !important;
  top: 30px !important;
}

.header-section .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: column !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
}
.header-section .hfe-nav-menu__layout-horizontal .hfe-nav-menu::before,
.header-section .hfe-nav-menu__layout-horizontal .hfe-nav-menu::after {
  display: none !important;
}
.header-section .hfe-nav-menu__layout-horizontal .hfe-nav-menu li {
  padding: 0px !important;
  background-color: transparent !important;
  display: inline-block !important;
  width: 100% !important;
}
.header-section .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a {
  padding: 15px 0px !important;
  background-color: transparent !important;
  width: 100% !important;
  display: inline-block !important;
  color: #fff !important;
  transition: all 0.4s ease-in-out !important;
  font-size: 20px;
  font-weight: 400 !important;
}
.header-section .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a:hover {
  color: #09CEBE  !important;
  font-weight: 900 !important;
}
/* body.active-header{
  overflow: hidden;
} */
.hero-section .youtube_link a {
  display: block;
  overflow: hidden;
}

.hero-section .youtube_link a img {
  border-radius: 30px;
}

.hero-section .youtube_link iframe {
  border-radius: 30px;
}

.hero-section .col-left {
  flex: 0 0 auto;
  width: 45.333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-section .col-right {
  flex: 0 0 auto;
  width: 54.66666667%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.hero-section a.video-click {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
}

.hero-section a.video-click span.icon-video {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 30px 0px #4f06de1f;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}

.hero-section a.video-click img {
  vertical-align: bottom;
}

.hero-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-section h1.elementor-heading-title {
  width: 100%;
  line-height: 62px;
  font-weight: 500;
  font-family: "Poppins";
  font-size: 46px;
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}

.hero-section h1.elementor-heading-title span {
  background-color: rgba(170, 204, 0, 0.5);
  padding: 0px 11px;
  display: inline-block;
  border-radius: 10px;
  font-family: "Poppins";
}

.elementor-element.googlebutton {
  align-items: center;
}

.hero-section .subtext p.elementor-heading-title {
  color: var(--secondary-color);
  font-size: 16px;
  font-family: "Poppins";
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.hero-section
  .e-con-inner
  .elementor-element.e-con-full.e-flex.e-con.e-child:first-child {
  padding-top: 0px;
  gap: 0px;
}

.hero-section
  .e-con-inner
  .elementor-element.e-con-full.e-flex.e-con.e-child:last-child {
  gap: 0;
}

.hero-section
  .e-con-inner
  .elementor-element.e-con-full.e-flex.e-con.e-child
  .elementor-element.uk_wide {
  margin-top: auto;
  text-align: left;
  margin-bottom: 28px;
}

.hero-section
  .e-con-inner
  .elementor-element.e-con-full.e-flex.e-con.e-child
  .elementor-element.uk_wide
  p.elementor-heading-title {
  color: #000000;
  line-height: normal;
}

.hero-section .points ul {
  margin-bottom: 22px;
}

.elementor-element.googlebutton {
  align-items: center;
  display: flex;
  column-gap: 14px;
}

.elementor-element.googlebutton .btn.btn-primary.elementor-widget {
  width: auto;
}

.hero-section .points ul li {
  color: var(--secondary-color);
  font-size: 16px;
  font-family: "Poppins";
  font-weight: normal;
  margin-bottom: 11px;
  position: relative;
  padding-left: 29px;
}

.hero-section .points ul li span.elementor-icon-list-text {
  color: var(--secondary-color);
  font-size: 16px;
  font-family: "Poppins";
  font-weight: normal;
}

.hero-section .points ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M23.25%2012.5C23.25%2013.46%2022.0706%2014.2512%2021.8344%2015.1362C21.5906%2016.0512%2022.2075%2017.3263%2021.7444%2018.1269C21.2738%2018.9406%2019.8581%2019.0381%2019.1981%2019.6981C18.5381%2020.3581%2018.4406%2021.7738%2017.6269%2022.2444C16.8263%2022.7075%2015.5512%2022.0906%2014.6362%2022.3344C13.7512%2022.5706%2012.96%2023.75%2012%2023.75C11.04%2023.75%2010.2487%2022.5706%209.36375%2022.3344C8.44875%2022.0906%207.17375%2022.7075%206.37313%2022.2444C5.55938%2021.7738%205.46187%2020.3581%204.80188%2019.6981C4.14188%2019.0381%202.72625%2018.9406%202.25563%2018.1269C1.7925%2017.3263%202.40938%2016.0512%202.16563%2015.1362C1.92938%2014.2512%200.75%2013.46%200.75%2012.5C0.75%2011.54%201.92938%2010.7487%202.16563%209.86375C2.40938%208.94875%201.7925%207.67375%202.25563%206.87313C2.72625%206.05938%204.14188%205.96187%204.80188%205.30188C5.46187%204.64188%205.55938%203.22625%206.37313%202.75563C7.17375%202.2925%208.44875%202.90938%209.36375%202.66563C10.2487%202.42938%2011.04%201.25%2012%201.25C12.96%201.25%2013.7512%202.42938%2014.6362%202.66563C15.5512%202.90938%2016.8263%202.2925%2017.6269%202.75563C18.4406%203.22625%2018.5381%204.64188%2019.1981%205.30188C19.8581%205.96187%2021.2738%206.05938%2021.7444%206.87313C22.2075%207.67375%2021.5906%208.94875%2021.8344%209.86375C22.0706%2010.7487%2023.25%2011.54%2023.25%2012.5Z%22%20fill%3D%22%23AACC00%22/%3E%3Cpath%20d%3D%22M15.2501%209.14657L10.9676%2013.429L8.74766%2011.2109C8.26578%2010.729%207.48391%2010.729%207.00203%2011.2109C6.52016%2011.6928%206.52016%2012.4747%207.00203%2012.9565L10.1164%2016.0709C10.5851%2016.5397%2011.3464%2016.5397%2011.8151%2016.0709L16.9939%2010.8922C17.4757%2010.4103%2017.4757%209.62844%2016.9939%209.14657C16.512%208.66469%2015.732%208.66469%2015.2501%209.14657Z%22%20fill%3D%22%23FFFCEE%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 1px;
}
.hero-section .btn.btn-primary a.elementor-button {
  margin-top: 0px;
}

.client-logos .swiper-slide figure.swiper-slide-inner img.swiper-slide-image {
  filter: grayscale(100%);
}

.client-logos {
  padding-top: 30px;
  padding-bottom: 0px;
}

.client-logos ul {
  grid-template-columns: repeat(8, 1fr);
  display: grid;
  column-gap: 20px;
  align-items: center;
}

.client-logos ul li {
  text-align: center;
}

.logos-row {
  padding: 0 20px;
}

.section-title h2.elementor-heading-title {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: var(--secondary-color) !important;
  margin-bottom: 13px;
}

.section-title h2.elementor-heading-title span {
  background-color: rgba(170, 204, 0, 0.5);
  padding: 8px 11px;
  display: inline-block;
  border-radius: 10px;
}

.power-section .e-con-inner .action-btn {
  margin-top: 0px;
  padding: 0px;
  gap: 8px;
}

.power-section .e-con-inner .action-btn p {
  color: #5c5c5c;
  font-size: 16px;
  line-height: normal;
  margin: 0px;
}

.power-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.power-section .e-con-inner {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 10px;
  display: block;
}

.power-items {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 50px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
  transition: all 0.4s ease;
}

.power-items figure.elementor-image-box-img a {
  position: relative;
  overflow: hidden;
}

.power-items figure.elementor-image-box-img a:before {
  content: "";
  width: 90px;
  height: 63px;
  background-image: url("../images/video-icon.svg");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.4s ease;
}

.power-items figure.elementor-image-box-img a:hover:before {
  opacity: 1;
}

.power-items figure.elementor-image-box-img a:hover img {
  opacity: 1;
}

.power-items figure.elementor-image-box-img a img {
  vertical-align: bottom;
  display: block;
  width: 100%;
  /* opacity: 0.4; */
  border-radius: 10px;
  transition: all 0.4s ease;
}

.power-items:hover {
  border-color: #aacc00;
}

.power-items .po-video {
  margin-bottom: 20px;
}

.power-items .po-video a.video-click {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
}

.power-items .po-video a.video-click img.thumb {
  vertical-align: bottom;
  display: block;
  width: 100%;
  opacity: 0.4; /* default low */
}

.power-items .po-video a.video-click:hover img.thumb {
  opacity: 1;
}

.power-items .po-video a.video-click span.icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: block;
  width: 90px;
}

.power-items .po-video a.video-click:hover span.icon-video {
  opacity: 1;
}

.power-items .elementor-image-box-content h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-bottom: 8px;
}
.power-items .elementor-image-box-content p {
  font-size: 16px;
  color: #5c5c5c;
  line-height: 25px;
  margin-bottom: 0px;
}

.power-wrapper .action-btn {
  text-align: center;
  margin-top: 20px;
}

.power-wrapper .action-btn a.btn.btn-primary {
  margin: 7px 0;
}

.power-wrapper .action-btn p {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
}

.e-con-full.inner-power.e-flex.e-con.e-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  margin-top: 25px;
}

.e-con-full.inner-power.e-flex.e-con.e-child .e-con-full.power-items {
  width: 100%;
}

.our-services .e-con-inner {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 10px;
  display: block;
}

.our-services .e-con-inner .action-btn {
  margin-top: 0px;
  padding: 0px;
}

.our-services .e-con-inner .btn.btn-primary {
  margin-top: 25px;
}

.services-wrapper h2.section-title {
  text-align: center;
}

.services-wrapper p.section-sub {
  text-align: center;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.our-services .services-wrapper .services-items {
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 12px;
  padding: 100px 51px 60px;
  margin-top: 0px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
  height: 579px;
  width: 100%;
}

.our-services .services-wrapper .services-items:hover {
  color: #fff;
  padding: 40px 40px;
}

.our-services .services-wrapper #green-box.services-items:hover {
  color: #fff;
  background: #aacc00;
  border-color: #aacc00;
}

.our-services .services-wrapper #purple-box.services-items:hover {
  color: #fff;
  background: #b074fd;
  border-color: #b074fd;
}

.our-services .services-wrapper #yelllow-box.services-items:hover {
  color: #fff;
  background: #febb01;
  border-color: #febb01;
}

.our-services .services-wrapper #red-box.services-items:hover {
  color: #fff;
  background: #f52852;
  border-color: #f52852;
}

.our-services .services-wrapper .services-items figure.elementor-image-box-img {
  width: 150px !important;
  height: 150px !important;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #0000001f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.our-services
  .services-wrapper
  .services-items
  figure.elementor-image-box-img
  img {
  width: 100%;
  max-width: 100px;
  height: 100px;
}
.our-services
  .services-wrapper
  .services-items:hover
  figure.elementor-image-box-img {
  transform: translateY(-10px); /* icon moves up + shrinks */
  width: 80px !important;
  height: 80px !important;
  margin-bottom: 0px;
}

.our-services
  .services-wrapper
  .services-items:hover
  figure.elementor-image-box-img
  img {
  width: 100%;
  max-width: 41px;
  height: 41px;
}

.apps-section
  .swiper-wrapper
  .swiper-slide
  figure.swiper-slide-inner
  img.swiper-slide-image {
  width: 100%;
  max-width: 89px;
}

.services-items .po-content h3 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

.services-items:hover .po-content h3 {
  color: #fff;
}

.services-items .po-content p.short-text {
  font-size: 16px;
  color: #5c5c5c;
  line-height: 25px;
  margin-bottom: 0px;
  opacity: 1;
  max-height: 123px;
  overflow: hidden;
  transition:
    opacity 0.4s ease,
    max-height 0.4s ease;
}

.services-items:hover .po-content p.short-text {
  opacity: 0;
  max-height: 0;
}

.services-items .full-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.5s ease;
}

.services-items .full-content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}

.services-items .full-content span {
  color: #ffffff;
  font-size: 16px;
}

.services-items .full-content ul {
  margin-top: 5px;
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 17px;
}

.services-items .full-content ul li {
  list-style: disc;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 7px;
  line-height: normal;
  line-height: 25px;
}

.services-items:hover .full-content {
  opacity: 1;
  max-height: 500px; /* enough space */
  transform: translateY(0px);
}

.services-wrapper .action-btn {
  text-align: center;
  margin-top: 40px;
}

.our-services .services-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}

.case-studies {
  margin-top: 60px;
  margin-bottom: 60px;
}

.case-studies .e-con-inner {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 10px;
}

.case-wrapper .case-coll-list .case-coll-item {
  background: #fff;
  /* box-shadow: 0px 0px 30px 0px #00000014; */
  box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
  padding: 20px;
  position: sticky;
  top: 95px;
}

.case-coll-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.case-item-w {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-item-w .case-item-l {
  border: 1px solid #dddddd;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 17px 19px;
}

.case-item-up-w {
  margin-bottom: 7px;
}

.case-item-up-w .case-logo img {
  max-height: 49px;
  width: auto;
  max-width: 196px;
}

.case-item-up-w .case-logo {
  margin-bottom: 5px;
}

.case-item-up-w p.company_name {
  color: #0f1729;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.case-item-up-w h3.head-h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.case-item-bot {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.6fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  margin-top: 25px;
}

.case-item-bot .case-img-b {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 8px;
}

.case-item-bot .case-img-b img {
  width: 100%;
  vertical-align: bottom;
}

.case-item-bot .case-item-text {
  margin-top: 0px;
  margin-bottom: 15px;
}

.case-item-bot .case-item-text .item-what {
  color: #f52852;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.case-coll-item:nth-child(2) .case-item-bot .case-item-text .item-what {
  color: #aacc00;
}
.case-coll-item:nth-child(3) .case-item-bot .case-item-text .item-what {
  color: #febb01;
}
.case-coll-item:nth-child(4) .case-item-bot .case-item-text .item-what {
  color: #b074fd;
}

.case-coll-item:nth-child(2) .case-item-bot .case-item-text .item-what:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='%23AACC00' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='%23AACC00' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.case-coll-item:nth-child(3) .case-item-bot .case-item-text .item-what:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='%23FEBB01' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='%23FEBB01' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.case-coll-item:nth-child(4) .case-item-bot .case-item-text .item-what:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='%23B074FD' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='%23B074FD' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.case-item-bot .case-item-text .item-what:before {
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3335 8H12.6668' stroke='%23F52852' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='%23F52852' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-right: 6px;
}

.case-item-w .case-item-r {
  border: 1px solid #dddddd;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 19px 15px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f7f7f7;
  flex-flow: column;
  display: flex;
}

.case-item-bot .case-item-text p {
  color: #434242;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}

.case-item-bot .case-item-text p em {
  font-weight: 600;
}

.case-item-w .case-item-r .text-size-large p {
  color: #434242;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}

.case-item-w .case-item-r .author-detail {
  margin-top: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.case-item-w .case-item-r .author-detail .auth-img {
  overflow: hidden;
  border-radius: 50%;
}

.case-item-w .case-item-r .author-detail .auth-img img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.author-detail .author-text .author-item-name {
  font-size: 21px;
  font-weight: 600;
  color: #010b13;
  line-height: 1;
}

.author-detail .author-text p {
  color: #5c5c5c;
  font-size: 15px;
  margin: 0px;
  font-weight: 500;
}

.benefits-sec .e-con-inner {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 10px;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}

.benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card {
  width: 100%;
  padding: 0px;
  gap: 0px;
}

.section-sub p,
.section-sub p.elementor-heading-title {
  text-align: center;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.benefits-card {
  /* box-shadow: 0px 0px 30px 0px #00000014; */
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  #Business.benefits-card
  .card-head {
  background-color: var(--redcode);
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  #Solutions.benefits-card
  .card-head {
  background-color: var(--greencode);
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  #Outcomes.benefits-card
  .card-head {
  background-color: var(--purplecode);
}

.benefits-card .card-head {
  padding: 24px 24px 24px;
  border-radius: 10px 10px 0 0;
}

.benefits-card .card-head h3 {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  position: relative;
}

.benefits-card .card-head h3:before {
  margin-right: 12px;
  content: "";
  background-image: url("../images/b-e-icon1.svg");
  width: 24px;
  height: 22px;
}

#Solutions.benefits-card .card-head h3:before {
  background-image: url("../images/solution-icon.svg");
}

#Outcomes.benefits-card .card-head h3:before {
  background-image: url("../images/outcomes-icon.svg");
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  .benefits-card
  .card-content
  ul
  li {
  position: relative;
  font-size: 15px;
  color: #010b13;
  line-height: 23px;
  font-weight: 500;
  padding: 10px 24px;
  padding-left: 48px;
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  #Business.benefits-card
  .card-content
  ul
  li:before {
  content: "";
  background-image: url("../images/cross-icon.svg");
  width: 20px;
  height: 20px;
  left: 19px;
  top: 13px;
  position: absolute;
  background-size: cover;
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  #Solutions.benefits-card
  .card-content
  ul
  li:before {
  content: "";
  background-image: url("../images/solution-check.svg");
  width: 20px;
  height: 20px;
  left: 19px;
  top: 13px;
  position: absolute;
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  #Outcomes.benefits-card
  .card-content
  ul
  li:before {
  content: "";
  background-image: url("../images/smile-icon.svg");
  width: 20px;
  height: 20px;
  left: 19px;
  top: 13px;
  position: absolute;
  background-size: contain;
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  .benefits-card
  .card-content
  ul
  li
  .elementor-icon-list-text {
  color: #010b13;
  font-weight: 400;
  font-size: 15px;
  font-family: "Poppins";
  display: block;
  line-height: 22px;
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  .benefits-card
  .card-content
  ul
  li
  span.check {
  position: absolute;
  left: 19px;
  top: 18px;
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  .benefits-card
  .card-content
  ul
  li:nth-child(odd) {
  background: #ffffff;
}

.benefits-sec
  .e-con-full.benefits-wrapper.e-flex.e-con
  .benefits-card
  .card-content
  ul
  li:nth-child(even) {
  background: #f7f7f7;
}

.action-btn {
  text-align: center;
  margin-top: 40px;
}

.working-you {
  margin: 60px 0px;
  padding: 0px 10px;
}

.working-you .e-con-inner {
  padding: 40px 40px;
  gap: 0px;
  background: #ffffff;
  border-radius: 10px;
}

.working-you .section-title h2.elementor-heading-title {
  margin-bottom: 13px;
}

.working-wrapper p.section-sub {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.15px;
}

.working-wrapper {
  padding: 0px;
  position: relative;
}

.working-you .section-sub {
  margin-bottom: 52px;
}

.working-wrapper .working-block {
  margin-top: 7px;
  position: relative;
  z-index: 1;
}

.working-wrapper .working-block:before {
  content: "";
  border-top: dashed 3px #bdbdbe;
  position: absolute;
  width: 36%;
  top: 51px;
  margin: 0 auto;
  left: 0;
  z-index: 1;
  height: auto;
}

.working-wrapper .working-block:after {
  content: "";
  border-top: dashed 3px #bdbdbe;
  position: absolute;
  width: 36%;
  top: 51px;
  margin: 0 auto;
  right: 3px;
}

.working-wrapper .working-block:first-child::before {
  opacity: 0;
}

.working-wrapper .working-block:last-child::after {
  opacity: 0;
}

.working-wrapper .working-block .elementor-image-box-img {
  width: 80px !important;
  height: 80px !important;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #08378e33;
  border-radius: 50%;
  margin: 0 auto 19px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}

.working-wrapper .working-block.active .elementor-image-box-img img {
  filter: brightness(0) invert(1);
}

.working-wrapper .working-block.active > .elementor-element:after {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #aacc00;
  content: "";
  position: absolute;
  right: -17px;
  top: 29px;
}

.working-wrapper
  .working-block.develop-block.active
  > .elementor-element:after {
  right: inherit;
  left: -28px;
  transform: rotateZ(180deg);
}

.working-wrapper .working-block.active:nth-child(4) > .elementor-element:after {
  display: none;
}

.working-wrapper .working-block.active:nth-child(1):before,
.working-wrapper .working-block.active:nth-child(1):after {
  border-top: solid 3px #aacc00;
}

.working-wrapper .working-block.active:nth-child(2):before,
.working-wrapper .working-block.active:nth-child(2):after {
  border-top: solid 3px #aacc00;
}

.working-wrapper .working-block.active:nth-child(3):before,
.working-wrapper .working-block.active:nth-child(3):after {
  border-top: solid 3px #aacc00;
}

.working-wrapper .working-block.active:nth-child(4):before,
.working-wrapper .working-block.active:nth-child(4):after {
  border-top: solid 3px #aacc00;
}

.working-wrapper .working-block.active:nth-child(1) .elementor-image-box-img {
  background: #f52852;
}

.working-wrapper .working-block.active:nth-child(2) .elementor-image-box-img {
  background: #b074fd;
}

.working-wrapper .working-block.active:nth-child(3) .elementor-image-box-img {
  background: #18d0f0;
}

.working-wrapper .working-block.active:nth-child(4) .elementor-image-box-img {
  background: #aacc00;
}

.working-wrapper
  .working-block.develop-block.active
  > .elementor-element:after {
  right: inherit;
  left: -28px;
  transform: rotateZ(180deg);
}

.working-wrapper
  .working-block.develop-block.active.active-right
  > .elementor-element:after {
  transform: none;
  right: -10px;
  left: inherit;
}

.working-wrapper .working-block .elementor-image-box-title {
  text-align: center;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
  color: #010b13;
}

.working-block .elementor-image-box-title span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

.working-block p.elementor-image-box-description {
  text-align: center;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 25px;
}

.working-wrapper
  .working-block
  > .elementor-element
  .elementor-image-box-content {
  background: #ffffff;
}

.working-wrapper .working-block:nth-child(2) {
  position: relative;
  z-index: 11;
}

.working-you .e-con-inner .btn.btn-primary {
  margin-top: 45px;
}

.apps-section {
  background: #ffffff;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.apps-section.full-section {
  background: transparent;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.apps-section.full-section p {
  margin-bottom: 0px !important;
}

.apps-section .e-con-inner {
  display: block;
}

.apps-slide ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
  margin: 40px 0;
}

.apps-section .section-title h2.elementor-heading-title {
  margin-bottom: 20px;
}

.apps-section .apps-slide {
  margin: 50px 0;
}

.apps-section .btn.btn-primary {
  margin-top: 20px;
}

.why-us .e-con-inner {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 10px;
  display: block;
}

.why-us .why-us-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}

.why-us .why-us-wrapper .why-block {
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 10px;
  /* box-shadow: 0px 0px 30px 0px #00000014; */
  box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
  padding: 10px 20px 20px;
  width: 100%;
  gap: 7px;
}

.why-block .why-heading {
  margin-bottom: 20px;
}

.why-block .why-heading h4 {
  color: #252525;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 7px 0;
}
.why-us-wrapper .why-block .why-content {
  border-radius: 10px;
  background: #f7f7f7;
  padding: 20px;
}

.why-us-wrapper .why-block .why-content ul li {
  font-size: 16px;
  color: #010b13;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 11px;
}

.why-us-wrapper .why-block .why-content ul li span {
  font-size: 16px;
  font-family: "Poppins";
  color: #010b13;
}

.why-us-wrapper .why-block:first-child .why-content ul li:before {
  position: absolute;
  left: 0px;
  top: 2px;
  content: "";
  background-image: url("../images/red-cross.svg");
  width: 21px;
  height: 21px;
}

.why-us-wrapper .why-block:last-child .why-content ul li:before {
  position: absolute;
  left: 0px;
  top: 2px;
  content: "";
  background-image: url("../images/check-green.svg");
  width: 24px;
  height: 24px;
}

.book-consu {
  margin-top: 60px;
  margin-bottom: 60px;
}

.book-consu .book-wrapper {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}
.book-wrapper .section-sub-area p {
    text-align: left;
    margin-bottom: 0px;
    color: inherit !important;
    font-size: 18px !important;
}

.book-consu .book-wrapper .step-success {
  /* box-shadow: 0px 0px 30px 0px #00000014; */
  border: 1px solid #dddddd;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 35px;
  height: 100%;
  width: 100%;
}

.book-wrapper .step-success .logo-brand {
  margin-bottom: 40px;
}

.book-consu .book-wrapper .step-success .elementor-widget-image img {
  width: 100%;
  max-width: 70px;
}

.book-wrapper .step-success h4 {
  color: #02cfbe;
  font-size: 30px;
  font-weight: 500;
}

.step-success .step-block .step-process span.count {
  width: 80px;
  height: 80px;
  background: #f52852;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 0px;
}
.step-success .step-block .step-process span.count img{
  width: 50px;
}

.step-success .step-block .step-process {
  position: relative;
  padding-left: 106px;
  margin-bottom: 40px;
}

.step-success .step-block .step-process .step-content h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}

.step-success .step-block .step-process .step-content p {
  color: #383838;
  font-size: 16px;
  line-height: 25px;
}

.step-success .step-block .step-process span.count.yellow {
  background: #febb01;
}

.step-success .step-block .step-process span.count.green {
  background: #aacc00;
}

.calender-sec {
  box-shadow: 0px 0px 30px 0px #00000014;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 25px;
  height: 100%;
  width: 100%;
}

.calender-sec .time p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #010b13;
  display: flex;
  align-items: center;
  position: relative;
}

.calender-sec .time p:before {
  content: "";
  background-image: url("../images/clock-icon.svg");
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 16px;
}

.calender-sec .video-block p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #010b13;
  display: flex;
  align-items: center;
  position: relative;
}

.calender-sec .video-block p:before {
  content: "";
  background-image: url("../images/video-call.svg");
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 16px;
}

.book-consu .book-wrapper .calender-sec p {
  color: #010b13;
  font-size: 16px;
  font-weight: 500;
}

.calender-sec .action-btn {
  text-align: center;
  margin: 16px 0;
}

.faq-section .e-con-inner {
  display: block;
}

.faq-section .faq-wrapper {
  margin-top: 29px;
}

.faq-section .faq-wrapper .faq-item {
  margin-bottom: 10px;
}

.faq-section .faq-wrapper .faq-item .faq-question {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 13px 20px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #fff;
}

.faq-section .faq-wrapper .faq-item .faq-question:hover {
  background: #18d0f0;
  color: #fff;
}

.faq-section .faq-wrapper .faq-item .faq-question:before {
  content: "";
  position: absolute;
  right: 19px;
  top: 18px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg);
}

.faq-section .faq-wrapper .faq-item .faq-question:hover:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.faq-section .faq-wrapper .faq-item.active .faq-question:before {
  transform: rotate(227deg);
  top: 23px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  padding-right: 20px;
}

.faq-item.active .faq-answer {
  max-height: 100%;
  opacity: 1;
}

.faq-item .faq-answer {
  padding: 5px 17px;
}

.faq-item .faq-answer p {
  font-size: 16px;
  margin: 0px 0 10px;
}

.faq-item .faq-question {
  color: #4caf50;
}

.faq-section {
  padding: 0px 10px 60px 10px;
}
.faq-section > .e-con-inner {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
}

footer.footer {
  background: #0f1729;
  padding-top: 60px;
}
footer.footer .f-col {
  width: 30.3333%;
  width: 33.3333%;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 37px;
}

/* footer.footer .f-col:nth-child(3) {
    width: 39.333%;
} */

footer.footer .footer-logo {
  margin-bottom: 14px;
}

footer.footer .footer-logo a {
  display: block;
}

footer.footer .footer-logo a img {
  width: 100%;
  max-width: 220px;
}

footer.footer .footer-about p {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  line-height: 24px;
  width: 93%;
}

footer.footer .f-col h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

footer.footer .f-col .links {
  display: flex;
  flex-wrap: wrap;
}

/* footer.footer .f-col .links ul {
    width: 50%;
} */
footer.footer .f-col .links ul li {
  margin-bottom: 5px;
}

footer.footer .f-col .links ul li a {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

footer.footer .f-col .links ul li a:hover {
  color: #09CEBE ;
}

footer.footer .contact-detail ul li {
  position: relative;
  padding-left: 26px;
}

footer.footer .contact-detail ul li span.icon {
  position: absolute;
  left: 0px;
  top: 4px;
}

footer.footer .contact-detail ul li p {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  width: 78%;
}

footer.footer .contact-detail ul li p a {
  color: #fff;
}

footer.footer .social-links ul {
  display: flex;
  align-items: center;
}

footer.footer .social-links ul li a {
  display: block;
}

footer.footer .social-links ul li a:hover img {
  filter: grayscale(1) sepia(1) saturate(8000%) hue-rotate(-50deg) brightness(1);
}

footer.footer .social-links ul li a img {
  vertical-align: bottom;
  width: 30px;
}

footer.footer .social-links ul li {
  margin-right: 11px;
}

.copyright p {
  border-top: 1px solid #ffffff33;
  margin-top: 26px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  padding: 11px 0;
  margin-bottom: 0px;
}

.elementor-element.free_forever {
  background: none;
  padding-bottom: 25px;
}

.elementor-element.free_forever p {
  font-size: 16px;
}

.elementor-element.free_forever .btn.btn-primary a.elementor-button {
  background: #9049f0;
  font-size: 24px;
  font-weight: 400;
  padding: 10px 40px;
}

.elementor-element.free_forever .btn.btn-primary a.elementor-button:hover {
  background: #000000;
}
.quotes {
  display: none;
}
.hero-section .animate-text h2 {
  font-size: 42px;
  line-height: 1.3;
  margin: 0px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Poppins" !important;
}
.faq-tab-wrapper .e-n-tab-title {
  transition: all 0.3s ease-in-out !important;
  border: 4px solid transparent;
  border-width: 0px;
  border-left-width: 4px;
}
.faq-tab-wrapper .e-n-tab-title:hover {
  border-color: #aacc00 !important;
}
.faq-tab-wrapper .e-n-tab-title-text {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.faq-tab-wrapper .number {
  color: #576175;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 8px;
  background-color: #f4f4f6;
  border-radius: 10px;
  border: 1px solid #f4f4f6;
  transition: all 0.3s ease-in-out;
}
.faq-tab-wrapper .e-n-tab-title:hover .number {
  color: #000;
  background-color: #aacc0080;
  border: 1px solid #aacc0080;
}
.faq-tab-wrapper .e-n-tab-title[aria-selected="true"] .number {
  color: #000;
  background-color: #aacc00;
  border: 1px solid #aacc00;
}

.faq-tab-wrapper .e-n-tab-title[aria-selected="true"] {
  border-color: #aacc00 !important;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  background-color: #aacc0080 !important;
}
.faq-tab-wrapper .e-n-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.faq-tab-wrapper .e-n-tabs-heading {
  width: calc(40% - 24px) !important;
  flex: none !important;
}
.faq-tab-wrapper .e-n-tabs-content {
  width: calc(60% - 24px) !important;
  flex: none !important;
}
.faq-tab-wrapper .faq-content-wrapper {
  padding: 32px !important;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.faq-tab-wrapper .faq-gradient-box {
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom-left-radius: 9999px;
  background-image: linear-gradient(
    to bottom left,
    #aacc0015 0%,
    transparent 100%
  );
}
.faq-tab-wrapper .faq-number-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.faq-tab-wrapper .faq-number-box .faq-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #aacc0080;
  border-radius: 50%;
}
.faq-tab-wrapper .faq-number-box .faq-number h2 {
  color: #000 !important;
}
.faq-tab-wrapper .faq-number-box .faq-number-gradient {
  width: calc(100% - 50px);
  position: relative;
  padding-bottom: 2px;
}
.faq-tab-wrapper .faq-number-box .faq-number-gradient::before{
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #aacc00 0%, transparent 100%);
  display: inline-block;
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0px;
}
.faq-tab-wrapper .faq-number-box .faq-number-gradient h2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.who-slider .swiper-slide {
  height: 100%;
}
.who-slider .card {
  padding: 32px !important;
  position: relative;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  border-radius: 16px;
  border: 1px solid #e3e5e8;
  background-color: #fff;
  height: 100%;
}
.who-slider .card .card-star {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}
.who-slider .card svg {
  width: 20px;
  fill: #eab308;
}
.who-slider .card .card-description {
  margin-bottom: 24px;
}
.who-slider .card .card-description p {
  font-size: 18px;
  line-height: 1.625;
  margin-bottom: 0px;
  color: #1b2232;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.who-slider .card .card-author-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.who-slider .card .card-author-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #1b22321a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-slider .card .card-author-image h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0px;
  color: #1b2232;
}
.who-slider .card .card-author-content {
  width: calc(100% - 64px);
  display: flex;
  flex-direction: column;
  gap: 00px;
}
.who-slider .card .card-author-content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0px;
  color: #1b2232;
}
.who-slider .card .card-author-content h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0px;
  color: #576175;
}
.who-slider .nav button {
  border-radius: 50% !important;
  background-color: #fff !important;
  border: 1px solid #e3e5e8 !important;
  transition: all 0.3s ease-in-out !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 99;
}
.who-slider .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 350px;
  margin-top: 30px;
}
.who-slider .nav button:hover {
  background-color: #fff9e5 !important;
}
.who-slider .nav button svg {
  width: 16px !important;
  stroke: #1b2232 !important;
}
.who-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  bottom: 13px;
}
.who-slider .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: #5761754c !important;
  transition: all 0.4s ease-in-out;
  margin: 0px !important;
  border-radius: 9999px !important;
  opacity: 1 !important;
}
.who-slider .swiper-pagination-bullet:hover {
  background-color: #57617580 !important;
}
.who-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px !important;
  height: 12px !important;
  background-color: #1b2232 !important;
}
.who-slider .for-more-button a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  border-radius: 12px;
  text-decoration: none;
  background-color: #01d2d2;
}
.why-us-section .why-us-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.why-us-section .why-us-content {
  width: calc(33.33% - 14px);
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
  transition: all 0.4s ease;
}
.why-us-section .why-us-content.first:hover {
  color: #fff;
  background: #aacc00;
  border-color: #aacc00;
}
.why-us-section .why-us-content.sec:hover {
  color: #fff;
  background: #b074fd;
  border-color: #b074fd;
}
.why-us-section .why-us-content.third:hover {
    color: #fff;
    background: #febb01;
    border-color: #febb01;
}
.why-us-section .why-us-content.fourth:hover {
    color: #fff;
    background: #f52852;
    border-color: #f52852;
}
.why-us-section .why-us-content.fifth:hover {
  color: #fff;
  background: #aacc00;
  border-color: #aacc00;
}
.why-us-section .why-us-content.six:hover {
  color: #fff;
  background: #b074fd;
  border-color: #b074fd;
}
.why-us-section .why-us-content h2 {
  transition: all 0.4s ease;
}
.why-us-section .why-us-content:hover h2 {
  color: #fff !important;
}
.why-us-section .why-us-image-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.why-us-section .why-us-image {
  width: 70px;
  height: 70px;
  background-color: #fff !important;
  box-shadow: 0px 0px 20px 0px #0000001f;
}
.why-us-section .why-us-image img {
  width: 45px;
}
.why-us-section .why-us-title {
  width: calc(100% - 90px);
}
.eyebrow {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #0000006e;
  border-radius: 999px;
  font-size: 20px;
  line-height: 1;
}
.working-you-section .working-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.working-you-section .working-box-content {
  width: calc(25% - 15px) !important;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 0px 20px;
  transition: all 0.4s ease;
}
.working-you-section .elementor-image-box-img {
  width: 75px !important;
  height: 75px !important;
  border-radius: 50% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px 0px #08378e33;
  margin: 0px auto 20px !important;
}
.working-you-section .elementor-image-box-img img {
  width: 30px !important;
}

@media (max-width: 1299px) {
  .hero-section h1.elementor-heading-title {
    width: 100%;
  }

  .our-services .services-wrapper .services-items {
    padding: 90px 40px 60px;
  }
}

@media (max-width: 1199px) {
  .hero-section .e-con-inner .e-con-full.e-flex.e-con.e-child {
    gap: 9px;
  }
  .faq-section > .e-con-inner {
  padding: 40px 20px;
}

  .hero-section {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .head-inner .top-contact a.btn.btn-primary,
  .btn.btn-primary a.elementor-button {
    font-size: 16px;
    padding: 0px 20px;
    line-height: 51px;
  }

  .hero-section h1.elementor-heading-title {
    width: 100%;
    line-height: 61px;
    font-weight: 500;
    font-size: 39px;
  }

  .hero-section .points ul li:before {
    width: 21px;
    height: 21px;
    top: 1px;
  }

  .hero-section .points ul li {
    padding-left: 27px;
  }

  .elementor-element.googlebutton .btn.btn-primary.elementor-widget {
    width: 68%;
  }

  .power-section {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .power-section .e-con-inner {
    padding: 40px 20px;
  }

  .hero-section .e-con-inner {
    padding: 40px 20px;
  }

  .power-items .elementor-image-box-content h3 {
    font-size: 24px;
  }

  .power-items .elementor-image-box-content p {
    margin-bottom: 0px;
  }

  .power-section .e-con-inner .action-btn p {
    font-size: 14px;
    line-height: normal;
    margin: 0px;
  }

  .section-title h2.elementor-heading-title {
    font-size: 35px;
  }

  .our-services .e-con-inner {
    padding: 40px 20px;
  }

  .our-services .services-wrapper .services-items {
    padding: 32px 23px;
    height: auto;
  }

  .our-services .services-wrapper .services-items:hover {
    padding: 32px 23px;
  }

  .services-items:hover .po-content p.short-text {
    opacity: 1;
    max-height: 100%;
  }

  .services-items .po-content p.short-text {
    color: #fff;
    max-height: 100%;
    opacity: 1;
  }

  .services-items .full-content ul li {
    margin-bottom: 7px;
  }

  .services-items .po-content h3 {
    font-size: 27px;
    color: #ffffff;
  }

  .our-services
    .services-wrapper
    .services-items
    figure.elementor-image-box-img {
    width: 80px !important;
    height: 80px;
  }

  .our-services
    .services-wrapper
    .services-items
    figure.elementor-image-box-img
    img {
    width: 100%;
    max-width: 41px;
  }

  .our-services .services-wrapper #green-box.services-items {
    color: #fff;
    background: #aacc00;
    border-color: #aacc00;
  }

  .services-items .full-content {
    opacity: 1;
    max-height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .our-services .services-wrapper #purple-box.services-items {
    color: #fff;
    background: #b074fd;
    border-color: #b074fd;
  }

  .our-services .services-wrapper #yelllow-box.services-items {
    color: #fff;
    background: #febb01;
    border-color: #febb01;
  }

  .our-services .services-wrapper #red-box.services-items {
    color: #fff;
    background: #f52852;
    border-color: #f52852;
  }

  .case-studies .e-con-inner {
    padding: 40px 20px;
    border-radius: 10px;
  }

  .case-item-up-w .case-logo img {
    max-height: 41px;
    width: auto;
  }

  .case-item-up-w .case-logo {
    margin-bottom: 9px;
  }

  .case-item-up-w h3.head-h3 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .case-item-bot .case-item-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .case-item-up-w {
    margin-bottom: 5px;
  }

  .case-item-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .case-item-bot {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .case-item-bot .case-item-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .case-item-w .case-item-r {
    padding: 25px 15px;
  }

  .case-item-w .case-item-r .author-detail .auth-img img {
    width: 54px;
    height: 54px;
  }

  .case-item-w .case-item-r .author-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .author-detail .author-text .author-item-name {
    font-size: 18px;
  }

  .author-detail .author-text p {
    font-size: 14px;
    margin: 0px;
  }

  .benefits-sec .e-con-inner {
    padding: 40px 20px;
  }

  .benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con {
    column-gap: 20px;
    padding: 0px;
  }

  .working-you .e-con-inner {
    padding: 40px 20px;
  }

  .working-wrapper {
    position: relative;
    padding: 0px;
  }

  .why-us .e-con-inner {
    padding: 40px 20px;
  }

  .book-consu .book-wrapper {
    padding: 40px 20px;
  }

  .benefits-card .card-head {
    padding: 31px 15px 24px;
  }

  .benefits-card .card-head h3 {
    font-size: 23px;
  }

  .working-wrapper .working-block {
    margin-top: 0px;
  }

  .section-sub .flex-row .working-block {
    display: none;
  }

  footer.footer .footer-about p {
    font-size: 14px;
    opacity: 0.8;
    line-height: 21px;
    width: 100%;
  }

  footer.footer .f-col .links ul li a {
    font-size: 14px;
    line-height: 21px;
    display: block;
  }

  footer.footer .contact-detail ul li p {
    font-size: 14px;
    width: 100%;
    line-height: 21px;
    margin-bottom: 9px;
  }

  footer.footer .contact-detail ul li span.icon {
    left: 0px;
    top: 0px;
    line-height: 1;
    display: block;
  }

  .social-links {
    margin-top: 20px;
  }

  .working-wrapper .working-block > .elementor-element.border-animation {
    left: -121px;
  }

  .client-logos {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-section .animate-text h2 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .working-you-section .working-box-content {
    width: calc(50% - 10px) !important;
  }
  .hero-section .subtext p.elementor-heading-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .hero-section .points ul li span.elementor-icon-list-text {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-section .e-con-inner .e-con-full.e-flex.e-con.e-child:first-child {
    gap: 0px;
  }

  .hero-section
    .e-con-inner
    .e-con-full.e-flex.e-con.e-child:first-child
    .elementor-widget-image
    img {
    width: 100%;
    max-width: 122px;
  }

  .hero-section h1.elementor-heading-title {
    width: 100%;
    line-height: 48px;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .hero-section h1.elementor-heading-title span {
    padding: 5px 11px;
    line-height: normal;
  }

  .hero-section
    .e-con-inner
    .elementor-element.e-con-full.e-flex.e-con.e-child
    .elementor-element.uk_wide
    p.elementor-heading-title {
    font-size: 16px;
  }

  .elementor-element.googlebutton {
    display: block;
  }

  .elementor-element.googlebutton .btn.btn-primary.elementor-widget {
    width: 100%;
    margin-bottom: 10px;
  }

  .hero-section
    .e-con-inner
    .elementor-element.e-con-full.e-flex.e-con.e-child
    .elementor-element.uk_wide {
    margin-bottom: 58px;
  }

  .section-sub p,
  .section-sub p.elementor-heading-title {
    font-size: 14px;
    line-height: 20px;
  }

  .power-items .elementor-image-box-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .power-section {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .our-services .services-wrapper {
    column-gap: 20px;
    padding: 0px;
  }

  .our-services .services-wrapper .services-items {
    padding: 40px 25px;
    margin-bottom: 25px;
  }

  .our-services .services-wrapper .services-items:hover {
    padding: 40px 25px;
  }

  .services-items:hover .po-content p.short-text {
    opacity: 1;
    max-height: 100%;
  }

  .apps-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .case-item-up-w .case-logo img {
    max-height: 41px;
    width: auto;
    max-width: 150px;
  }

  .case-item-bot {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .case-item-bot .case-item-text p {
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
  }

  .case-studies {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .case-item-w .case-item-r .text-size-large p {
    font-size: 14px;
    line-height: 20px;
  }

  .step-success .step-block .step-process span.count {
    width: 50px;
    height: 50px;
    font-size: 27px;
  }
.step-success .step-block .step-process span.count img{
  width: 30px;
}
  .step-success .step-block .step-process {
    position: relative;
    padding-left: 66px;
    margin-bottom: 30px;
  }

  .services-items .po-content p.short-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .services-items .full-content span {
    font-size: 14px;
  }

  .services-items .full-content ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .services-items .full-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .case-item-w .case-item-l {
    padding: 20px 15px;
  }

  .case-item-w .case-item-r {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con {
    grid-template-columns: repeat(1, 1fr);
  }

  .benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .benefits-sec
    .e-con-full.benefits-wrapper.e-flex.e-con
    .benefits-card
    .card-content
    ul
    li
    .elementor-icon-list-text {
    font-size: 14px;
    line-height: 20px;
  }

  .why-block .why-heading h4 {
    font-size: 26px;
    letter-spacing: 0.5px;
    margin: 7px 0;
  }

  .working-you {
    margin: 40px 0px;
  }

  footer.footer .f-col .links ul {
    padding-right: 9px;
  }

  .working-block p.elementor-image-box-description {
    font-size: 14px;
    line-height: 20px;
  }

  .why-us .why-us-wrapper .why-block {
    padding: 10px 15px 20px;
  }

  .why-us-wrapper .why-block .why-content {
    padding: 15px 15px;
  }

  .why-us-wrapper .why-block .why-content ul li span {
    font-size: 14px;
  }

  .book-wrapper .step-success h4 {
    font-size: 22px;
    margin-bottom: 0px;
  }


  .book-consu .book-wrapper .step-success {
    padding: 25px 19px;
  }

  .step-success .step-block .step-process .step-content h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .step-success .step-block .step-process .step-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-item.active .faq-answer p {
    font-size: 14px;
  }

  .book-consu {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .faq-section .e-con-inner {
    gap: 0px;
  }

  .faq-section .faq-wrapper {
    margin-top: 7px;
  }

  footer.footer .f-col h4 {
    font-size: 20px;
  }

  footer.footer .footer-logo a img {
    width: 100%;
    max-width: 184px;
  }
  .why-us-section .why-us-content {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 781px) {
  .admin-bar .header-section .hfe-nav-menu__layout-horizontal.menu-is-active {
    height: calc(100vh - 32px) !important;
    top: 40px !important;
  }
  .admin-bar .header-section.fixed-header {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .header-section .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a {
    font-size: 18px;
  }
  .header-section .hfe-nav-menu-icon svg {
    width: 30px;
    height: 30px;
  }

  .eyebrow {
    padding: 10px 20px;
    font-size: 16px;
  }
  .who-slider .card .card-description p {
    font-size: 16px;
  }
  .who-slider .card {
    padding: 30px 20px !important;
  }
  .hero-section .animate-text h2 {
    font-size: 25px;
  }
  header.header {
    top: 0px;
  }
  .who-slider .nav {
    margin-top: 20px;
  }
  header.header .head-inner {
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  header.header .head-inner a.custom-logo-link img.custom-logo {
    width: 100%;
    max-width: 153px;
    vertical-align: bottom;
  }
  .head-inner .top-contact a.btn.btn-primary,
  .btn.btn-primary a.elementor-button {
    font-size: 14px;
    padding: 0px 15px;
    line-height: 43px;
  }

  .hero-section {
    padding-top: 0px;
  }

  .hero-section .subtext p.elementor-heading-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .section-title h2.elementor-heading-title {
    font-size: 25px;
  }

  .e-con-full.inner-power.e-flex.e-con.e-child {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
  }

  .our-services .services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .our-services .services-wrapper .services-items {
    margin-bottom: 20px;
  }

  .case-item-w {
    display: block;
  }

  .case-item-w .case-item-l {
    padding: 32px 24px;
    margin-bottom: 20px;
  }

  .case-item-bot {
    display: block;
    margin-top: 16px;
  }

  .case-item-bot .case-item-text {
    display: block;
    margin-top: 15px;
  }

  .benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con {
    display: block;
  }

  .benefits-sec .e-con-full.benefits-wrapper.e-flex.e-con .benefits-card {
    width: 100%;
    padding: 0px;
    gap: 0px;
    margin-bottom: 20px;
  }

  .why-block .why-heading h4 {
    font-size: 24px;
  }

  .working-wrapper .working-block:after {
    display: none;
  }

  .why-us .why-us-wrapper {
    display: block;
    padding: 0px;
  }

  .why-us .why-us-wrapper .why-block {
    margin-bottom: 20px;
  }

  .book-consu .book-wrapper {
    display: block;
  }

  .book-consu .book-wrapper .step-success {
    margin-bottom: 25px;
  }

  .book-wrapper .step-success h4 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .client-logos {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-section
    .e-con-inner
    .elementor-element.e-con-full.e-flex.e-con.e-child
    .elementor-element.uk_wide {
    margin-bottom: 0px;
    margin-top: 25px;
    text-align: center;
  }

  .working-wrapper .working-block.active > .elementor-element:after,
  .working-wrapper .working-block:before {
    display: none;
  }

  .working-you .section-sub {
    margin-bottom: 16px;
  }

  .working-wrapper .working-block {
    margin-bottom: 25px;
  }

  .elementor-element.youtube_link {
    padding-left: 0px;
  }

  footer.footer {
    padding-top: 31px;
  }

  footer.footer .f-col {
    width: 100%;
    margin-bottom: 10px;
  }

  footer.footer .f-col:nth-child(2) {
    width: 100%;
  }

  footer.footer .f-col:nth-child(3) {
    width: 100%;
  }

  .faq-section .faq-wrapper .faq-item .faq-question {
    font-size: 15px;
    padding-right: 30px;
  }

  .working-wrapper .working-block > .elementor-element.border-animation {
    display: none;
  }

  .flex-row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .case-wrapper .case-coll-list .case-coll-item {
    position: relative;
    top: 0px;
  }

  .case-item-w .case-item-r .author-detail {
    padding-top: 1rem;
  }

  .power-items {
    margin-bottom: 30px;
  }

  .elementor-element.free_forever .btn.btn-primary a.elementor-button {
    font-size: 15px;
    padding: 6px 33px;
  }

  .free_forever .elementor-element img.attachment-medium {
    width: 100%;
    max-width: 205px;
  }
  .faq-tab-wrapper .faq-content-wrapper {
    padding: 16px !important;
  }
  .why-us-section .why-us-content {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .header-section.fixed-header {
    top: 0px;
  }
}
@media screen and (max-width: 576px) {
  .working-you-section .working-box-content {
    width: 100% !important;
  }
  .who-slider .swiper-pagination {
    gap: 6px;
    bottom: 70px;
}
.who-slider .nav {
    gap: 40px;
    margin-top: 70px;
}
}
@media (max-width: 479px) {
  .head-inner .top-contact a.btn.btn-primary {
    font-size: 12px;
    padding: 13px 9px;
    line-height: 1;
    border-radius: 7px;
  }

  header.header .head-inner a.custom-logo-link img.custom-logo {
    width: 100%;
    max-width: 100px;
    vertical-align: bottom;
  }
}
