@charset "UTF-8";

:root {
    --theme-font-family: "Poppins", sans-serif;
    --theme-body-font-weight: 400;
    --theme-body-line-height: 1.5;
    --theme-body-fs-sm: .875rem;
    --theme-body-fs: 1rem;
    --theme-body-fs-xl: 1.125rem;
    --theme-body-fs-xxl: 1.25rem;
    --theme-caption: .875rem;
    --theme-body-color: #212529;
    --theme-body-bg: #fff;
    --theme-primary-color: #333;
    --theme-secondary-color: #4d4d4d;
    --theme-tertiary-color: #404040;
    --theme-white-color: #ffffff;
    --theme-black-color: #000000;
    --theme-text-color: #4d4d4d;
    --theme-text-color-rgb: rgb(77, 77, 77);
    --theme-white-10: rgba(255, 255, 255, 0.1);
    --theme-white-20: rgba(255, 255, 255, 0.2);
    --theme-white-50: rgba(255, 255, 255, 0.5);
    --theme-white-80: rgba(255, 255, 255, 0.8);
    --theme-black-5: rgba(0, 0, 0, 0.05);
    --theme-black-10: rgba(0, 0, 0, 0.1);
    --theme-black-20: rgba(0, 0, 0, 0.2);
    --theme-black-40: rgba(0, 0, 0, 0.4);
    --theme-black-60: rgba(0, 0, 0, 0.6);
    --theme-tab-bg: #f9f9f9;
    --theme-grey-bg: #f9f9f9;
    --theme-link-hover: rgba(255, 90, 55, .06);
    --theme-label-color: #9C9C9C;
}
html {
    scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: var(--theme-body-fs);
  font-weight: var(--theme-body-font-weight);
  line-height: var(--theme-body-line-height);
  color: var(--theme-secondary-color);
  background-color: var(--theme-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
button {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
.container,
.container-fluid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (max-width: 767px) {
.container,
.container-fluid {
  --bs-gutter-x: 2rem;
}
.row {
  --bs-gutter-x: 2rem;
}
}
@media (min-width: 1200px) {
  body {
    font-size: var(--theme-body-fs);
  }
}
@media (min-width: 1600px) {
  body {
    font-size: var(--theme-body-fs-xl);
  }
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
    padding-right: 4.167vw;
    padding-left: 4.167vw;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 6.77083vw;
    padding-right: 6.77083vw;
    /* max-width: 100%;
    margin-left: 100vw;
    margin-right: 100vw; */
  }
}

@media (min-width: 992px) {
  .g-lg-0,.gx-lg-0 {
    --bs-gutter-x: 0
  }

  .g-lg-0,.gy-lg-0 {
    --bs-gutter-y: 0
  }
}
.h1 {
  font-size: 96px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
   text-transform: uppercase;
}
.h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}
.h2_bold {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}
.h2_stroke {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.28px;
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-secondary-color);
  
}
.h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
  text-transform: capitalize;
}
.h3_bold {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  text-transform: capitalize;
}
.h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
.h4_bold {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
.h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.h5_medium {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.h5_bold {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.h5_heavy {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
.h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.h6_semibold {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.h6_heavy {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
.section_title {
  position: relative;
}
.section_title_2 {
  position: relative;
}
.title {
  font-size: 6.25rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -3px;
}
.sub_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}
.title_2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
/* common paragraph */
p {
  
  font-size: var(--theme-body-fs-xl);
  font-weight: var(--theme-body-font-weight);
  color: var(--theme-secondary-color);
  line-height: 150%;
  letter-spacing: 0.9px;
  margin-bottom: 15px;
}
p {
 
  font-size: var(--theme-body-fs);
  font-weight: var(--theme-body-font-weight);
  color: var(--theme-secondary-color);
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
}
.p_regular {
  font-size: var(--theme-body-fs);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.p_bold {
  font-size: var(--theme-body-fs);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.caption_lg_regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.98px;
}
.caption_lg_bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.98px;
  text-transform: uppercase;
}
.caption_sm_regular {
  font-size: 11px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
.caption_sm_bold {
  font-size: 11px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
.link_regular {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.link_bold {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
.span_bold {
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.theme-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #333;
    color: var(--theme-white-color);
    padding: 12px 48px;
    font-size: var(--theme-body-fs-sm);
    line-height: 120%;
    font-weight: 700;
    letter-spacing: 0.98px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-decoration: none;
}
.theme-btn:hover {
    background-color:#fff;
    color: #333;
    border-color: #333;
    text-decoration: none;
}
.theme-dark-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--theme-white-color);
  color: var(--theme-primary-color);
  padding: 12px 48px;
  font-size: var(--theme-body-fs-sm);
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.98px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.theme-dark-btn:hover {
  background-color: transparent;
  color: var(--theme-white-color);
  border-color: var(--theme-white-color);
}
.link-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--theme-primary-color);
  font-size: var(--theme-body-fs-sm);
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.98px;
  border-bottom: 1px solid;
}
.link-btn:hover {
  color: var(--theme-secondary-color);
}
.pad-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pad-40-80 {
  padding-top: 40px;
  padding-bottom: 80px;
}
.bg-grey {
  background-color: var(--theme-grey-bg);
}
.where_coders_section .animate-scrollUp figure a, .where_coders_section .animate-scrollDown figure a {
    text-decoration: none;
}
@media (min-width: 1200px) {
  p {
    font-size: var(--theme-body-fs);
  }
}
@media (min-width: 1600px) {
  p {
    font-size: var(--theme-body-fs-xl);
  }
}

/*=============================
    00. Preloader
===============================*/
#preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-white-color);
  z-index: 999;
  width: 100%;
  height: 100%;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: var(--theme-primary-color);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.8s infinite ease-in-out;
  animation: stretchdelay 1.8s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
.spinner .rect4 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.spinner .rect5 {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}


.main_area {
  overflow: hidden;
}

/* navbar */
.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--theme-primary-color);
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0);
  height: 80px;
}
.navbar.fixed-top {
  position: fixed;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.navbar .container-fluid {
  /* padding: 1rem 2rem; */
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 120px;
  margin-right: 0;
}

.nav-link {
  color: var(--theme-white-color);
  font-size: var(--theme-body-fs);
  letter-spacing: 0.48px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
}
.nav-link:focus, .nav-link:hover {
  color: var(--theme-white-color);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: var(--theme-white-color);
}
.navbar-nav.primary_nav {
  margin-right: auto;
}
.navbar-expand-lg .navbar-nav.primary_nav .nav-link {
  font-weight: 700;
}

.offcanvas .nav_btn, .nav_btn {
  /* padding: 5px; */
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between; */
  margin-left: 7.29167vw;
  border: 1px solid transparent;
}

.offcanvas .nav_btn span, .nav_btn span {
  width: 20px;
  height: 2px;
  display: block;
  background-color: var(--theme-white-color);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.offcanvas .nav_btn span, .nav_btn span {
  margin: 5px auto;
}
.offcanvas .nav_btn span:last-child, .nav_btn span:last-child {
  /* top: 10px; */
}
.offcanvas .nav_btn:hover, .nav_btn:hover {
  background-color: var(--theme-primary-color);
  border: 1px solid var(--theme-white-color);
}
.offcanvas .nav_btn:hover span, .nav_btn:hover span {
  background-color: var(--theme-white-color);
}

@media (min-width: 992px) {
  .navbar .container {
    /* max-width: 100%; */
  }
  .navbar-brand {
    /* width: 12rem; */
  }
  .navbar-expand-lg .nav_btn.mobile {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0rem;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    padding: 32px 10px;
  }
  .navbar-expand-lg .navbar-nav.primary_nav .nav-link::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    text-align: center;
    width: 0;
    bottom: -5px;
    height: 1px;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    border-bottom: 1px solid var(--theme-white-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
  .navbar-expand-lg .navbar-nav.primary_nav .nav-item:hover .nav-link::before, .navbar-expand-lg .navbar-nav.primary_nav .nav-item.active .nav-link::before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.navbar-expand-lg .navbar-nav.primary_nav .nav-dropdown .nav-link::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 5px;
  background-image: url("../images/chevron.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 14px;
  height: 8px;
}
.navbar-expand-lg .navbar-nav.primary_nav .nav-link .arrow {
  /* border: solid var(--theme-white-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: relative;
  top: -4px;
  right: -10px; */
}
.navbar-expand-lg .navbar-nav.primary_nav .nav-link .arrow.down {
  /* transform: rotate(45deg);
  -webkit-transform: rotate(45deg); */
}
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    /* margin-right: 3rem; */
  }
  .navbar-nav.primary_nav {
    margin-right: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    /* margin-right: 0; */
  }
  .navbar-expand-lg .navbar-nav.primary_nav .nav-item.nav-dropdown .nav-link {
    /* margin-right: 4rem; */
    /* font-weight: bold;
    letter-spacing: 0; */
    /* display: inline-table; */
    /* padding-right: 1rem; */
    margin-right: 25px;
  }
  .navbar-expand-lg .navbar-nav.primary_nav .nav-item {
    position: static;
    height: 100%;
  }
  .navbar-expand-lg .navbar-nav.primary_nav .nav-item:last-child .nav-link {
    /* margin-right: 0; */
  }

  /* mega menu starts */
  .mega_menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 40px 0;
    min-width: 50rem;
    /*height: 80vh;
    */height: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--theme-grey-bg);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    box-shadow: 60px 60px 60px 0px rgba(0, 0, 0, 0.06), 0px 0px 60px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 60px 60px 60px 0px rgba(0, 0, 0, 0.06), 0px 0px 60px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 60px 60px 60px 0px rgba(0, 0, 0, 0.06), 0px 0px 60px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 60px 60px 60px 0px rgba(0, 0, 0, 0.06), 0px 0px 60px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 60px 60px 60px 0px rgba(0, 0, 0, 0.06), 0px 0px 60px 0px rgba(0, 0, 0, 0.10);
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.navbar-expand-lg .navbar-nav.primary_nav .nav-item:hover .mega_menu {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.mega_menu_bg {
  position: absolute;
  bottom: 12px;
  right: 11px;
  /* display: none; */
}
.mega_menu_bg img {
  /* position: absolute;
  right: 0;
  top: 100px; */

}
.mega_menu .container-fluid .row {
  justify-content: flex-start;
  /* column-gap: 4rem; */
  /* margin-left: -4rem;
  margin-right: -4rem; */
}
.mega_menu .container-fluid .row .col-12 {
  padding-left: 28px;
  padding-right: 28px;
  border-right: 1px solid var(--theme-black-5);
  /* margin-bottom: 5rem; */
}
.mega_menu .container-fluid .row .col-12:last-child {
  border: none;
}
.mega_menu.mm_hire_developer {
  padding-top: 64px;
  padding-bottom: 64px;
}
.mega_menu.mm_hire_developer .container .row .col-12 {
  padding-left: 24px;
  padding-right: 24px;
}
.mega_menu.mm_hire_developer .container .row .col-12:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.mega_menu.mm_hire_developer .mega_menu_heading span:first-child {
  color: var(--theme-primary-color);
}
.mega_menu.mm_hire_developer .mega_menu_heading {
  margin-bottom: 32px;
}
.mega_menu.mm_hire_developer .mega_menu_list li {
  margin-bottom: 28px;
}
.mega_menu.mm_hire_developer .mega_menu_list li {
  gap: 8px;
}
.mega_menu.mm_hire_developer .cta_wrapper {
  text-align: center;
  padding: 32px;
  border: 1px solid var(--theme-black-10);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: var(--theme-white-color);
}
.mega_menu.mm_hire_developer .cta_wrapper .h6 {
  text-align: center;
  margin-bottom: 16px;
}
.mega_menu.mm_hire_developer .cta_wrapper .theme-btn {
  text-transform: uppercase;
}
.mega_menu .mega_menu_heading {
  /* color: #353535;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal; */
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  max-width: 200px;
}
.mega_menu .mega_menu_list {
  margin: 0;
  padding: 0;
  min-width: 150px;
  max-width: 200px;
}
.mega_menu .mega_menu_list li {
  display: flex;
  margin-bottom: 1.5rem;
}
.mega_menu .mega_menu_list li:last-child {
  margin-bottom: 0;
}
.mega_menu .mega_menu_list li a {
  display: flex;
  width: 100%;
  align-items: center;
  color: var(--theme-black-60);
  /* font-size: 1rem; */
  font-style: normal;
  /* font-weight: 500; */
  line-height: normal;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mega_menu .mega_menu_list li a:hover {
  color: var(--theme-primary-color);
}
.mega_menu.mm_about {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mega_menu.mm_about .h2_stroke {
  margin-bottom: 12px;
}
.mega_menu.mm_about .h2_stroke + p {
  margin-bottom: 32px;
}
.mega_menu.mm_about .theme-btn {
  text-transform: uppercase;
  min-width: 200px;
  justify-content: center;
}
.mega_menu.mm_about .theme-dark-btn {
  border-color: var(--theme-black-20);
  color: var(--theme-secondary-color);
  min-width: 200px;
  justify-content: center;
  text-transform: uppercase;
  margin-left: 8px;
}
.mega_menu.mm_about .theme-dark-btn:hover {
  /* background-color: var(--theme-primary-color); */
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-color);
}
.mega_menu.mm_about .about_area {
  position: relative;
}
.mega_menu.mm_about .about_area .icon-shape {
  position: absolute;
  left: -33px;
  top: -37px;
  z-index: -1;
}
.brand {
  position: absolute;
  top: 65px;
  left: -50px;
  width: 121px;
  height: 90px;
  line-height: 70px;
  padding: 3px 20px;
  border: 1.041px solid var(--brand, #FF5A37);
  background-color: var(--theme-grey-bg);
  box-shadow: 73.588px 73.588px 73.588px 0px rgba(0, 0, 0, 0.06), 0px 0px 73.588px 0px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 73.588px 73.588px 73.588px 0px rgba(0, 0, 0, 0.06), 0px 0px 73.588px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 73.588px 73.588px 73.588px 0px rgba(0, 0, 0, 0.06), 0px 0px 73.588px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 73.588px 73.588px 73.588px 0px rgba(0, 0, 0, 0.06), 0px 0px 73.588px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 73.588px 73.588px 73.588px 0px rgba(0, 0, 0, 0.06), 0px 0px 73.588px 0px rgba(0, 0, 0, 0.10);
}
  /* mega menu ends */
  .rolling-text {
    display: inline-block;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
  }
  
  .rolling-text.butn {
    padding: 0 35px;
  }
  
  .social-text .rolling-text {
    line-height: 30px;
    height: 30px;
  }
  
  .rolling-text:hover .letter,
  .rolling-text.play .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .rolling-text .letter {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  }
  
  .letter:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  
  .letter:nth-child(2) {
    -webkit-transition-delay: 0.015s;
    -o-transition-delay: 0.015s;
    transition-delay: 0.015s;
  }
  
  .letter:nth-child(3) {
    -webkit-transition-delay: 0.03s;
    -o-transition-delay: 0.03s;
    transition-delay: 0.03s;
  }
  
  .letter:nth-child(4) {
    -webkit-transition-delay: 0.045s;
    -o-transition-delay: 0.045s;
    transition-delay: 0.045s;
  }
  
  .letter:nth-child(5) {
    -webkit-transition-delay: 0.06s;
    -o-transition-delay: 0.06s;
    transition-delay: 0.06s;
  }
  
  .letter:nth-child(6) {
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
  }
  
  .letter:nth-child(7) {
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s;
  }
  
  .letter:nth-child(8) {
    -webkit-transition-delay: 0.105s;
    -o-transition-delay: 0.105s;
    transition-delay: 0.105s;
  }
  
  .letter:nth-child(9) {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
  }
  
  .letter:nth-child(10) {
    -webkit-transition-delay: 0.135s;
    -o-transition-delay: 0.135s;
    transition-delay: 0.135s;
  }
  
  .letter:nth-child(11) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  
  .letter:nth-child(12) {
    -webkit-transition-delay: 0.165s;
    -o-transition-delay: 0.165s;
    transition-delay: 0.165s;
  }
  
  .letter:nth-child(13) {
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
  
  .letter:nth-child(14) {
    -webkit-transition-delay: 0.195s;
    -o-transition-delay: 0.195s;
    transition-delay: 0.195s;
  }
  
  .letter:nth-child(15) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }
  
  .letter:nth-child(16) {
    -webkit-transition-delay: 0.225s;
    -o-transition-delay: 0.225s;
    transition-delay: 0.225s;
  }
  
  .letter:nth-child(17) {
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s;
  }
  
  .letter:nth-child(18) {
    -webkit-transition-delay: 0.255s;
    -o-transition-delay: 0.255s;
    transition-delay: 0.255s;
  }
  
  .letter:nth-child(19) {
    -webkit-transition-delay: 0.27s;
    -o-transition-delay: 0.27s;
    transition-delay: 0.27s;
  }
  
  .letter:nth-child(20) {
    -webkit-transition-delay: 0.285s;
    -o-transition-delay: 0.285s;
    transition-delay: 0.285s;
  }
  
  .letter:nth-child(21) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    /* width: 12rem; */
  }
  .navbar .container-fluid {
    /* padding: 0 2rem; */
  }
  .navbar .container {
    /* max-width: 1152px;
    margin-left: 80px;
    margin-right: 80px; */
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    /* padding: 1rem 2rem; */
  }
  .navbar-expand-lg .navbar-nav.primary_nav .nav-item .nav-link {
    /* margin-right: 6rem; */
  }
  .navbar-nav.primary_nav {
    margin-right: auto;
}
.navbar-expand-lg .navbar-nav .nav-item {
  padding: 32px 20px;
}
.nav-link {
  /* font-size: 1rem;
  letter-spacing: 0.06rem; */
  /* font-size: clamp(2rem,1.25vw,2.4rem); */
}
.navbar .mega_menu .container-fluid {
  padding: 0;
}
.mega_menu .mega_menu_list li a {
  /* font-size: 1.4rem; */
}
.mega_menu .mega_menu_list li {
  margin-bottom: 12px;
}
.mega_menu .mega_menu_heading {
  /* font-size: 2rem;
  margin-bottom: 2.5rem; */
}
.mega_menu .container-fluid .row {
  justify-content: center;
}
.mega_menu .container-fluid .row .col-auto {
  margin-bottom: 0;
}
.mega_menu .mega_menu_list {
  min-width: 100px;
  max-width: 110px;
}

}
@media (min-width: 1365px) {
.mega_menu .mega_menu_list {
  min-width: 120px;
  max-width: 130px;
} 
}
@media (min-width: 1400px) {
  .navbar-brand {
    /* width: 14rem; */
  }
  .navbar .container-fluid {
    /* padding: 0rem 4rem; */
  }
}
@media (min-width: 1600px) {
  .navbar-brand {
    /* width: 16rem; */
  }
  .navbar .container {
    /* max-width: 100%;
    margin-left: 80px;
    margin-right: 80px; */
  }
  .nav-link {
    /* font-size: 2rem; */
    /* font-size: clamp(2rem,1.25vw,2.4rem); */
  }
  .mega_menu .mega_menu_list li {
    margin-bottom: 12px;
  }
  .mega_menu .mega_menu_list li a {
    /* font-size: 1.6rem; */
  }
  .mega_menu .mega_menu_list {
    min-width: 140px;
    max-width: 200px;
}
.cta_wrapper_block {
  margin-left: auto;
}
}
@media (min-width: 2000px) {
  .navbar .container {
    /* max-width: 1850px; */
  }
}
@media (max-width: 991px) {
  .offcanvas {
    background-color: var(--theme-primary-color);
  }
  .offcanvas-header {
    border-bottom: 1px solid var(--theme-white-20);
    padding: 8px 16px;
  }
  .offcanvas .offcanvas-body .nav_btn {
    display: none;
  }
  .offcanvas-body {
    padding: 8px 16px;
  }
  .offcanvas.offcanvas-end {
    border-left: none;
  }
  .offcanvas .nav_btn {
    background-color: transparent;
    display: block;
    /* height: 30px; */
    /* width: 50px; */
    margin-right: -10px;
  }
  .offcanvas .nav_btn span {
    /* background-color: rgba(77, 77, 77, .50); */
    /* transform-origin: center; */
    /* width: 50px; */
    /* height: 5px; */
    margin: 11px auto;
  }
  .offcanvas .nav_btn:hover,.offcanvas .nav_btn:focus {
    border-color: transparent;
    background-color: transparent;
  }
  .offcanvas .nav_btn:hover span,.offcanvas .nav_btn:focus span {
    /* background-color: rgba(77, 77, 77, .50); */
  }
  .offcanvas .nav_btn span:nth-child(2) {
    opacity: 0;
  }
  .offcanvas .nav_btn span:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
    -webkit-transform: translateY(13px) rotate(-45deg);
    -moz-transform: translateY(13px) rotate(-45deg);
    -ms-transform: translateY(13px) rotate(-45deg);
    -o-transform: translateY(13px) rotate(-45deg);
}
.offcanvas .nav_btn span:nth-child(3) {
  transform: translateY(-13px) rotate(45deg);
  -webkit-transform: translateY(-13px) rotate(45deg);
  -moz-transform: translateY(-13px) rotate(45deg);
  -ms-transform: translateY(-13px) rotate(45deg);
  -o-transform: translateY(-13px) rotate(45deg);
}
.navbar-nav + .navbar-nav {
  display: none;
}
  .nav-link {
    color: var(--theme-white-color);
    padding: 10px 0;
  }
  .navbar-expand-lg .navbar-nav.primary_nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.98px;
    padding: 12px 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-transform: capitalize;
  }
  .navbar-expand-lg .navbar-nav.primary_nav .nav-item .nav-link.active {
    background: var(--theme-white-color);
    color: var(--theme-secondary-color);
    margin-bottom: 0;
    /* border-bottom: 1px solid var(--theme-black-20); */
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.navbar-expand-lg .navbar-nav.primary_nav .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: auto;
  height: 1px;
  left: 8px;
  right: 8px;
  background-color: var(--theme-black-20);
}
  .navbar-expand-lg .navbar-nav.primary_nav .nav-item:first-child .nav-link {
    margin-top: 0;
  }
  .navbar-expand-lg .navbar-nav.primary_nav .nav-item {
    border-bottom: 1px solid var(--theme-white-20);
  }
  .navbar-expand-lg .navbar-nav.primary_nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar-expand-lg .navbar-nav.primary_nav .nav-dropdown .nav-link::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    background-image: url("../images/chevron.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 14px;
    height: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
  /* .mega_menu_heading {
    
  } */

  .nav-link:hover,.nav-link:focus {
    color: var(--theme-white-color);
  }
  .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: var(--theme-white-color);
  }
  .mega_menu_bg {
    display: none;
  }
  .navbar .mega_menu .container-fluid {
    padding: 0;
  }
  .navbar .mega_menu .container {
    padding: 0;
  }
  .navbar .mega_menu .col-12 {
    /* margin-bottom: 1.5rem; */
  }
  .mega_menu_heading {
    /* font-size: 1.8rem; */
    /* line-height: normal; */
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.98px;
    padding: 12px 8px;
    position: relative;
    color: var(--theme-secondary-color);
    text-transform: none;
  }

  .mm_tab,.mega_menu_tab {
    display: none;
  }
  .mega_menu ul {
    list-style: none;
    padding-left: 1rem;
  }
  .mega_menu ul li {
    /* padding-top: 15px;
    padding-bottom: 15px; */
    padding: 12px 8px;
  }
  .mega_menu ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.7px;
    color: var(--theme-secondary-color);
    /* font-size: 1.8rem; */
    /* color: rgba(77, 77, 77, .70); */
    /* letter-spacing: 1px; */
  }
  .mega_menu ul li a:hover,.mega_menu ul li a:focus {
    color: var(--theme-primary-color);
  }
  .mega_menu ul li ul li a {
    --opacity-5: 50%;
    color: rgba(77, 77, 77, var(--opacity-5));
  }
  .mega_menu_title {
    cursor: pointer;
    position: relative;
  }
  .mega_menu_title .mega_menu_btn {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    top: -7px;
  }
  .mega_menu_title.active .mega_menu_heading {
    color: var(--theme-primary-color);
  }
  .mega_menu_title .mega_menu_btn:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease;
    font-size: 24px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
  .mega_menu_title.active .mega_menu_btn:after {
    content: "-";
  }
  .mega_menu_child {
    display: none;
  }
  .mm_about .about_area {
    display: none;
   }
   .mm_about,.mm_services,.mm_hire_developer {
    background-color: var(--theme-grey-bg);
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    padding: 12px 0;
}
.mm_about .mm_about_wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
.mm_about .h2_stroke {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.4px;
}
.mm_about .theme-btn {
  width: 100%;
  justify-content: center;
}
.mm_about .theme-dark-btn {
  display: none;
}
.cta_wrapper_block {
  display: none;
}
.mega_menu.mm_hire_developer .mega_menu_list li {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
}
@media (max-width: 767px) {
  .navbar {
    height: 66px;
    border-bottom: 1px solid var(--theme-white-20) ;
  }
  .navbar-brand {
    width: 100px;
  }
  .navbar .container-fluid {
    padding: 0rem 2rem;
  }
  .offcanvas.offcanvas_mobile {
    background-color: var(--theme-grey-bg);
  }
  .offcanvas_mobile .offcanvas-header {
    background-color: var(--theme-primary-color);
  }
  .offcanvas_mobile .nav-link {
    color: var(--theme-secondary-color);
  }
  .offcanvas_mobile .navbar-nav.primary_nav .nav-item {
    border-bottom: 1px solid var(--theme-black-5);
}
.offcanvas_mobile .navbar-nav.primary_nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.98px;
  padding: 12px 8px;
  margin-bottom: 8px;
  margin-top: 8px;
  text-transform: capitalize;
}
.offcanvas_mobile .navbar-nav .nav-link.active, .offcanvas_mobile .navbar-nav .show>.nav-link {
  color: var(--theme-primary-color);
}
}

/* section title */
.section_title .title {
  font-size: 6rem;
  font-weight: 800;
  color: transparent;
  line-height: 100%;
  letter-spacing: -2.88px;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-secondary-color);
 
}
.section_title .sub_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--theme-primary-color);
  margin-bottom: 40px;
  text-align: center;
  
}
@media (min-width: 1600px) {
  .section_title .title {
    font-size: 6.25rem;
    letter-spacing: -3px;
  }
}
/* Home banner */
.main_header {
  position: relative;
  padding-top: 80px;
  background-color: var(--theme-primary-color);
}
.main_header .home_banner {
  height: 100vh;
  height: calc(100vh - 9.5rem);
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .main_header {
    height: 100vh;
  }
  .main_header .home_banner {
    height: 100vh;
    height: calc(100vh - 80px);
  }
  .main_header .home_banner .home_banner_item {
    height: calc(100vh - 80px);
  }
}

.main_header .container {
  position: relative;
}
/* .scroll_btn {
  position: absolute;
  right: 0;
  bottom: 27px;
  width: 31px;
  height: 45px;
} */
.scroll_btn {
  position: relative;
  right: 0;
  bottom: 65px;
  text-align: right;
  height: 70px;
}
.scroll_btn .scroll_btn_arrow {
  display: inline-block;
  -webkit-animation: jumpInfinite 2s infinite;
  animation: jumpInfinite 2s infinite;
}
.scroll_btn .scroll_btn_arrow svg,.scroll_btn .scroll_btn_arrow svg path {
  fill: var(--theme-white-color);
}
@-webkit-keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
.home_banner_slider .home_banner_item {
  position: relative;
}
.home_banner_slider .home_banner_content_wrapper {
  position: relative;
  height: 100%;
}
.home_banner_slider .video_cover {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.home_banner_slider .video_cover iframe {
  opacity: 1;
  width: 100%;
  transition: 1s;
  position: absolute;
  z-index: 1;
  height: 100%;
}
.home_banner_slider .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.home_banner_slider .video_cover .video_thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.home_banner_slider .home_banner_content_wrapper iframe {
  width: 100%;
  height: 100%;
}
.home_banner_slider .home_banner_item .home_banner_content {
  position: absolute;
  top: 50%;
  left: 80px;
  right: 80px;
  max-width: 80%;
  z-index: 99;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: none;
}
.home_banner_slider .home_banner_item .home_banner_content .banner_heading {
  color: var(--theme-white-color);
  font-size: 100px;
  line-height: 100%;
  margin-bottom: 40px;
}
.home_banner_slider .home_banner_item .home_banner_content .banner_text {
  color: var(--theme-white-color);
  line-height: 150%;
  letter-spacing: 0.9px;
  max-width: 70%;
}
.home_banner_slider .home_banner_item img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner_slider .home_banner_item video {
  width: 100%;
}
.home_banner_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home_banner_slider .slick-dots {
  bottom: 60px;
  left: 100px;
  width: auto;
  z-index: 1;
}
.home_banner_slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--theme-white-color);
  overflow: hidden;
  padding: 0;
}
.home_banner_slider .slick-dots li.slick-active button{
  background-color: var(--theme-white-color);
}
.home_banner_slider .slick-dots li button:before {
  display: none;
}
.home_banner_slider .slick-dots li {
  margin: 0 3px;
  width: 20px;
  height: 20px;
}
@media (max-width: 1599px) {
  .home_banner_slider .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .home_banner_slider .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 768px) {
  .mobile-services {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main_header {
    height: 50vh;
  }
  .main_header .home_banner {
    height: 50vh;
    height: calc(50vh - 80px);
  }
  .main_header .home_banner .home_banner_item {
    height: calc(50vh - 80px);
  }
  .scroll_btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .main_header {
    height: 50vh;
  }
  .main_header .home_banner {
    height: 50vh;
    height: calc(50vh - 80px);
  }
  .main_header .home_banner .home_banner_item {
    height: calc(50vh - 80px);
  }
}
@media (max-width: 767px) {
  .main_header {
    height: 90vh;
    padding-top: 66px;
  }
  .main_header .home_banner {
    /* height: 100vh; */
    /* height: calc(90vh - 9.5rem); */
    height: calc(90vh - 66px);
  }
  .main_header .home_banner .home_banner_item {
    /* height: calc(90vh - 9.5rem); */
    height: calc(90vh - 66px);
  }
  .home_banner_slider .home_banner_item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .home_banner_slider .home_banner_item video {
    height: 100%;
  }
  .home_banner_slider .home_banner_item iframe {
    width: 100%;
    height: 100%;
  }
  .home_banner_slider .home_banner_content_wrapper  {
    height: 100%;
  }
  .home_banner_slider .slick-dots {
    left: 50%;
    bottom: 170px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.scroll_btn {
  display: none;
}
.home_banner_slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.home_banner_slider .slick-dots li {
  margin: 0 8px;
  width: 15px;
  height: 15px;
}
.home_banner_slider .slick-dots li {
  margin: 0 4px;
}
.mobile_fixed_menu {
  position: fixed;
  bottom: 0;
  left: auto;
  width: 100%;
  right: auto;
  z-index: 1050;
}
.mobile-services {
  background-color: var(--theme-white-color);
  padding: 8px 20px;
  position: relative;
  z-index: 9;
  width: 100%;
  border-top: 1px solid var(--theme-black-5);
}
.mobile-services ul {
  /* padding-left: 0; */
  list-style: none;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 0px; */
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mobile-services ul li {
  text-align: center;
}
.mobile-services ul li a {
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.mobile-services ul li a img {
  display: inline-block;
}
.mobile-services ul li a .active {
  display: none;
}
.mobile-services ul li a.active .active {
  display: inline-block;
}
.mobile-services ul li a.active .inactive {
  display: none;
}
.mobile-services ul li p {
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 0px;
  text-align: center;
}


.mobile-services ul li {
  width: 20%;
}
.mobile-services ul li .mobile-icon-box {
  margin-bottom: 6px;
}
.mobile-services ul li .caption_sm_bold {
  font-size: .6875rem;
  margin-bottom: 0;
}
}


/* Growth section */
.growth_wrapper {
  background-color: #4D4D4D;
  padding: 40px 60px;
  max-width: 1200px;
  margin: auto;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.growth_wrapper .establish_year {
  /* padding: 0 5rem; */
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 35px;
}
.growth_wrapper .number {
  font-weight: 900;
  font-size: 80px;
  color:  #fff;
  line-height: 100%;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.growth_wrapper .text {
  display: block;
  font-size: 24px;
  color: var(--theme-white-color);
  line-height: 120%;
  text-align: center;
}
.growth_wrapper .content_section {
  padding-left: 35px;
  margin-right: 35px;
  border-left: 1px solid var(--theme-white-20);
}
.growth_wrapper .content_section .heading {
  color: var(--theme-white-color);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 400;
}
.growth_wrapper .content_section p {
  color: var(--theme-white-80);
  margin-bottom: 10px;
}
.growth_wrapper .content_section .link_btn {
  color: var(--theme-white-color);
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1rem;
  text-decoration: underline;
  display: none;
}
.growth_wrapper .content_section .link_btn:hover {
  color: var(--theme-primary-color);
}
.growth_wrapper .growth_slider .slick-prev, .growth_wrapper .growth_slider .slick-next {
  top: auto;
  bottom: -20px;
  width: 30px;
  height: 30px;
  z-index: 9;
}
.growth_wrapper .growth_slider .slick-prev {
  left: 96%;
  left: calc(96% - 1rem);
}
.growth_wrapper .growth_slider .slick-prev:before, .growth_wrapper .growth_slider .slick-next:before {
  font-size: 30px;
}
.slider_ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
}
.slider_ul li {
  cursor: pointer;
}
.slider_ul li.prev-arrow {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
@media (max-width: 1599px) {
  .growth_wrapper {
    padding: 30px 35px;
  }
  .growth_wrapper .content_section {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .growth_wrapper {
    /* max-width: calc(100% - 14rem); */
  }
  .growth_wrapper .content_section {
    /* padding-left: 4rem;
    padding-right: 4rem; */
  }
  .growth_wrapper .number {
    /* font-size: 10rem;
    line-height: 8rem; */
  }
  .growth_wrapper .text {
    /* font-size: 3.5rem; */
    /* line-height: 3rem; */
  }
  .growth_wrapper .content_section .heading {
    /* font-size: 3rem; */
    /* margin-bottom: 1.5rem; */
    /* line-height: 100%; */
  }
  .growth_wrapper .content_section p {
    /* font-size: var(--theme-body-fs); */
  }
  .growth_wrapper .content_section .link_btn {
    /* font-size: 2rem; */
  }
}
@media (max-width: 991px) {
  .growth_wrapper .content_section {
    border-left: none;
    margin-top: 0rem;
    /* text-align: center; */
  }
}
@media (max-width: 767px) {
  
     .growth_wrapper {
        max-width: 100%;
        padding: 20px 16px;
        margin-top: -18px;
    }

  .growth_wrapper .number {
    /* font-size: 12rem; */
    /* line-height: 80%; */
    /* margin-bottom: 0; */
  }
  .growth_wrapper .text {
    font-size: 11px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.77px;
    text-transform: uppercase;
  }
  .growth_wrapper .content_section .heading {
    /* font-size: 4.5rem; */
    /* line-height: 120%; */
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
  }
  .growth_wrapper .content_section {
    border: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 0;
  }
  .growth_wrapper .content_section p {
    /* font-size: 2rem; */
    margin-top: 24px;
  }
  .growth_wrapper .content_section .link_btn {
    /* font-size: 2rem; */
  }
  .growth_wrapper .growth_slider .slick-prev, .growth_wrapper .growth_slider .slick-next {
    bottom: -65px;
  }
  .growth_wrapper .growth_slider .slick-prev {
    left: 100px;
}
.growth_wrapper .growth_slider .slick-next {
    right: 100px;
}
.slider_ul {
  justify-content: flex-start;
}
.growth_wrapper .establish_year {
  padding-right: 0;
}
.growth_wrapper .establish_year {
  height: auto;
  width: 60px;
}
.growth_wrapper .number {
  text-align: left;
  margin-bottom: 0;
  line-height: 90%;
}
.growth_wrapper .content_section {
  text-align: left;
}
}
/* growth section css ends */

/* Our Services Section css start  */
.services_section {
  width: 100%;
  padding-top: 80px;
  position: relative;
}
.services_section .shape_dots {
  position: absolute;
  left: 0;
  top: 0;
  top: 40px;
  z-index: -1;
}


.services_section .tab_wrapper .tab-services {
  width: 100%;
}
.services_section .tab_wrapper .common_button {
    background: #fff;
    color: var(--theme-secondary-color);
    /*padding: 4rem 2rem;
    */display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    /* transition: 0.5s; */
    /*outline: 0;
    *//*font-size: 2.6rem;
    *//*font-style: normal;
    *//*line-height: 18px;
    *//*letter-spacing: 0.1px;*/
    text-decoration: none;
    align-items: center;
    /*max-width: 100%;*/
    border: 1px solid transparent;
    /*border-left: 7px solid transparent;
    */
}

.tab-services{
  display: none;
}
.tab-services.tab-active{
  display: block;
}
.services_section .services_wrapper .servies_right_content {
  width: 100%;
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start; */
}
.services_section .services_wrapper .tabbing_ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.services_section .services_wrapper .tabbing_ul li {
  list-style: none;
  border-bottom: 1px solid var(--theme-black-20);
  margin-bottom: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.services_section .services_wrapper .tabbing_ul li:last-child {
  margin-bottom: 0;
}
.services_section .services_wrapper .tabbing_ul li .tab_btn {
  background-color: var(--theme-tab-bg);
  color: var(--theme-secondary-color);
  padding: 20px 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  outline: 0;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.1px;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  border-left: 3px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.services_section .services_wrapper .tabbing_ul li .tab_btn svg {
  width: 38px;
  height: 38px;
}
 
.services_section .services_wrapper .tabbing_ul li .tab_btn.active {
  background: var(--theme-primary-color);
  color: #fff;
  position: relative;
  border-left: 3px solid var(--theme-secondary-color);
}
.services_section .services_wrapper .tabbing_ul li .tab_btn svg path {
    fill: #333333;
}
.services_section .services_wrapper .tabbing_ul li .tab_btn.active svg path {
  fill: #fff;
}
.services_section .services_wrapper .servies_right_right {
  margin-left: 32px;
  margin-right: 32px;
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper {
  position: relative;
  overflow: hidden;
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2.5rem;
  z-index: 2;
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 46%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 46%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 46%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text img {
  position: relative;
  z-index: 3;
  margin-bottom: 1.5rem;
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text .service_content {
  color: var(--theme-white-color);
  position: relative;
  z-index: 3;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text .service_content span {
  font-size: 1.6rem;
  text-transform: initial;
}
.services_section .services_wrapper .servies_right_right .services_right_space {
  margin-bottom: 10px;
  margin-top: 28px;
}
.services_section .services_wrapper .servies_right_left .service_img img {
  width: 100%;
}

.services_section .services_wrapper .servies_right_heading {
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: capitalize;
}
.services_section .services_wrapper .servies_right_heading span {
  color: var(--theme-primary-color);
  text-transform: uppercase;
  letter-spacing: -2px;
}
.services_section .services_wrapper .servies_right_text {
  color: var(--theme-secondary-color);
  margin-bottom: 10px;
  line-height: 150%;
}
.services_section .services_wrapper .link-btn {
  color: var(--theme-primary-color);
  font-size: var(--theme-body-fs);
  font-weight: 700;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 2px 4px 8px;
  position: relative;
  border-bottom: none;
}
.services_section .services_wrapper .link-btn::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 4px;
  width: 73%;
  border-bottom: 2px solid var(--theme-primary-color);
}
.services_section .services_wrapper .link-btn:hover {
  color: #4d4d4d;
}
.services_section .services_wrapper .servies_right_right .services_expertise {
  background-color: var(--theme-tab-bg);
  width: 100%;
  padding: 16px 8px 8px;
  border: 1px solid var(--theme-black-20);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.services_section .services_wrapper .servies_right_right .services_expertise .h5_bold {
  margin-bottom: 16px;
  text-align: center;
}

.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo {
  width: 100%;
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; */
  margin-bottom: 80px;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .expertise-content .caption_lg_regular {
  text-transform: uppercase;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .expertise_box {
  text-align: center;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .expertise_box img {
  display: inline-block;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 1rem;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev,
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next {
  width: 35px;
  height: 35px;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev {
  left: -44px;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next {
  right: -44px;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev:before,
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next:before {
  color: #7e7e7e;
  font-size: 35px;
}
.services_section .ex_slider_ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  cursor: pointer;
  gap: 22px;
}
.services_section .expertise_slider .exprev-arrow {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: -80px;
  left: 42%;
  display: block;
}
.services_section .expertise_slider .exnext-arrow {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: -80px;
  right: 42%;
  display: block;
}
.services_section .expertise_slider .exprev-arrow svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.services_section .slick-arrow svg {
  fill: var(--theme-secondary-color);
}
.services_section .services_wrapper .servies_right_right .services_start_project {
  color: #4d4d4d;
  text-align: center;
}
.services_section .services_wrapper .servies_right_right .services_start_project span {
  font-weight: 700;
  text-transform: uppercase;
}
.services_section .services_wrapper .servies_right_right .services_btn {
  text-align: center;
  margin-top: 2rem;
  position: relative;
}
.services_section .services_wrapper .servies_right_right .services_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #C9C9C9;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.services_section .services_wrapper .servies_right_right .services_btn .primary_btn {
  background-color: #fe5a37;
  padding: 2rem;
  color: #fff;
  font-weight: 700;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  border: 1px solid transparent;
}
.services_section .services_wrapper .servies_right_right .services_btn .primary_btn:hover {
    background-color: var(--theme-white-color);
    border-color: var(--theme-primary-color);
    color: var(--theme-primary-color);
}
.services_section .services_wrapper .servies_right_right .services_expertise .slick-list .slick-slide {
  border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.services_section .services_wrapper .servies_right_right .services_expertise .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.services_section .services_wrapper .servies_right_right .services_expertise .slick-list .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.call_back_cta {
  margin-top: 34px;
  margin-bottom: 16px;
  text-align: center;
}
.call_back_cta .h5 {
  margin-bottom: 16px;
}
.call_back_cta .theme-btn {
  font-weight: 400;
  font-size: var(--theme-body-fs);
  letter-spacing: 1.12px;
  gap: 8px;
  position: relative;
  text-decoration: none;
}
.call_back_cta .theme-btn span {
  font-weight: 700;
  font-size: var(--theme-body-fs-xl);
}
.call_back_cta .theme_btn_seperator {
  position: relative;
}
.call_back_cta .theme_btn_seperator::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid var(--theme-black-10);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 1599px) {
  .services_section .services_wrapper .tabbing_ul li .tab_btn {
    padding: 12px;
    font-size: .875rem;
  }
  .services_section .services_wrapper .tabbing_ul li .tab_btn svg {
    width: 32px;
    height: 32px;
}
  .services_section .services_wrapper .servies_right_right {
    margin-left: 0;
    margin-right: 0;
  }
  .services_section .services_wrapper .servies_right_heading {
    font-size: 28px;
    line-height: 130%;
  }
  .services_section .services_wrapper .servies_right_heading .h3_bold {
    font-size: 38px;
  }
  .services_section .services_wrapper .servies_right_right .services_right_space {
    margin-top: 0;
  }
  .services_section .expertise_slider .exprev-arrow,.services_section .expertise_slider .exnext-arrow {
    bottom: -95px;
  }
}
@media (max-width: 1199px) {
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo {
    margin-bottom: 50px;
  }
  .services_section .expertise_slider .exprev-arrow, .services_section .expertise_slider .exnext-arrow {
    bottom: -55px;
}
.services_section .expertise_slider .exprev-arrow {
  left: 36%;
}
.services_section .expertise_slider .exnext-arrow {
  right: 36%;
}
.services_section .services_wrapper .servies_right_heading {
  font-size: 25px;
}
.services_section .services_wrapper .servies_right_heading .h3_bold {
  font-size: 30px;
}
.services_section .services_wrapper .tabbing_ul li .tab_btn {
  padding: 10px 7px;
}
}
@media (max-width: 991px) {
  .services_section .tab_wrapper .common_button {
    /* font-size: 2.2rem; */
    /* padding: 2rem; */
    border: 1px solid #C9C9C9;
    margin-bottom: 1rem;
    position: relative;
    font-size: var(--theme-body-fs);
    border-color: var(--theme-black-20);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.98px;
    padding: 15px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 10px;
  }
  .services_section .tab_wrapper .common_button::before {
    content: "";
    border: solid #4d4d4d;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: inline-block;
    padding: 6px;
    right: 25px;
    position: absolute;
  }
  .services_section .tab_wrapper .common_button.active, .services_section .tab_wrapper .common_button:hover {
    border-color: var(--theme-primary-color);
    background-color: var(--theme-white-color);
    color: var(--theme-secondary-color);
    border-left: 1px solid var(--theme-primary-color);
}
.services_section .tab_wrapper .common_button.active::before, .services_section .tab_wrapper .common_button:hover::before {
    content: "";
    border: solid var(--theme-primary-color);;
    border-width: 0px 0px 2px 2px;
}
.services_section .services_wrapper .tabbing_ul {
  display: none;
}
.services_section .tab_wrapper {
  width: 100%;
}
.services_section .tab_wrapper .tab-services {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.services_section .services_wrapper {
  border-bottom: none;
}
.services_section .services_wrapper .servies_right_left {
  /* width: 45%; */
}
.services_section .services_wrapper .servies_right_right {
  /* width: 55%; */
}

.services_section .services_wrapper .servies_right_right .services_expertise .h5_bold {
  font-size: 20px;
}
.services_section .services_wrapper .servies_right_text {
  /* font-size: 2rem; */
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_heading {
  /* font-size: 2.2rem; */
  /* margin-bottom: 2rem; */
}
.services_section .services_wrapper .servies_right_right .services_start_project {
  /* font-size: 2rem; */
  /* margin-top: 2rem; */
  /* line-height: 100%; */
}
.services_section .services_wrapper .servies_right_right .services_btn::before {
  display: none;
}
.services_section .services_wrapper .servies_right_right .services_btn .primary_btn {
  /* width: auto; */
  /* font-size: 1.8rem; */
  /* padding: 1rem 2rem; */
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text {
  /* padding: 1.5rem; */
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text img {
  /* width: 12rem; */
}
}
@media (min-width: 992px) {
  .services_section .tab_wrapper .common_button {
    display: none;
  }
}
@media (max-width: 767px) {
  .services_section {
    padding: 40px 0;
    overflow: hidden;
  }
  .services_section .section_main_heading {
    font-size: 5rem;
    letter-spacing: -1px;
    line-height: 90%;
  }
  .services_section .section_content {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .services_section .services_wrapper {
    flex-wrap: wrap;
    gap: 0;
  }

  .services_section .services_wrapper .servies_right_content {
    width: 100%;
    flex-wrap: wrap;
  }
  .services_section .tab-services {
    width: 100%;
  }
  .services_section .services_wrapper .servies_right_left {
    width: 100%;
    margin-right: 0;
  }
  .services_section .services_wrapper .servies_right_right {
    width: 100%;
  }
  .services_section .services_wrapper .servies_right_right .services_right_space {
    padding-right: 0;
  }
  .services_section .services_wrapper .servies_right_heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
  }
  .services_section .services_wrapper .servies_right_heading .h3_bold {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
  }
  .services_section .services_wrapper .servies_right_text {
    margin-bottom: 8px;
  }
  .services_section .services_wrapper .servies_right_heading span {
    /* font-size: 3rem; */
  }
  .services_section .services_wrapper .servies_right_text {
    /* font-size: 1.8rem; */
  }
  .services_section .services_wrapper .servies_right_text .link-btn {
    /* font-size: 1.8rem; */
  }
  .services_section .services_wrapper .servies_right_right .services_start_project {
    /* font-size: 2.5rem; */
  }
  .services_section .services_wrapper .servies_right_right .services_btn .primary_btn {
    width: 26rem;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
  .services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text img {
    width: 110px;
  }
  .services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text .service_content {
    width: 200px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise {
      margin-top: 20px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .slick-list .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .expertise-content h4 {
    /* font-size: 1.6rem; */
  }
  .services_section .services_wrapper .servies_right_right .services_btn::before {
    display: none;
  }
  .services_section .services_wrapper {
    border: none;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev,
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
    bottom: -70px;
    top: auto;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next {
    right: -33px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev {
    left: -33px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev:before,
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next:before {
    font-size: 35px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev {
    left: 35%;
    transform: translateX(-35%);
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -o-transform: translateX(-35%);
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next {
  right: 35%;
  transform: translateX(-35%);
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
}
  .services_section .tab_wrapper {
    width: 100%;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .expertise_box img {
    width: 30px;
    height: 30px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_heading {
    margin-bottom: 2rem;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .slick-list .slick-slide {
    /* border-right: none; */
  }

  /* latest service section css */
  .services_section .services_wrapper .link-btn {
    padding-left: 0;
  }
  .services_section .services_wrapper .link-btn::after {
    left: 0px;
    width: 78%;
  }
  .call_back_cta .h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8px;
  }
  .call_back_cta .h5_bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
  }
  .call_back_cta {
    margin-bottom: 0;
  }
  .call_back_cta .theme-btn {
    font-size: var(--theme-body-fs-sm);
  }
  .call_back_cta .theme-btn span {
    font-size: var(--theme-body-fs-sm);
    text-transform: uppercase;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo {
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .services_section .expertise_slider .exnext-arrow,.services_section .expertise_slider .exprev-arrow {
    display: block;
    position: absolute;
    
  }
  .services_section .expertise_slider .exprev-arrow {
    left: 34%;
    bottom: -58px;
  }
  .services_section .expertise_slider .exnext-arrow {
    bottom: -58px;
    right: 34%;
  }
  .services_section .shape_dots {
    display: none;
  }
  .services_section .tab_wrapper .common_button {
    font-size: var(--theme-body-fs-sm);
    border-color: var(--theme-black-20);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.98px;
    padding: 10px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  
}
.service_accordion_item{
  margin-bottom: 10px;
}
.services_section .tab_wrapper .common_button::before {
  padding: 4px;
  border-width: 0 0px 2px 2px;
  top: 8px;
}
.services_section .tab_wrapper .common_button.active, .services_section .tab_wrapper .common_button:hover {
  border-color: var(--theme-primary-color);
  background-color: var(--theme-white-color);
  color: var(--theme-secondary-color);
  border-left: 1px solid var(--theme-primary-color);
}
.services_section .tab_wrapper .common_button.active::before, .services_section .tab_wrapper .common_button:hover::before {
  border-color: var(--theme-primary-color);
}
}
/* Our Services Section css ends  */

/* work section css starts*/
.work-slider {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}

/* Progress bar */
.work-slider  .progress-box{
  flex: 0 0 50%;
  margin-right: 20px;
  position: relative;
}
.work-slider .progress {
  position: relative;
  display: block;
  margin-left: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background-color: transparent;
  background-image: linear-gradient(to right, #FE5A37, #FE5A37);
  background-repeat: no-repeat;
  background-size: 0 100%;
  opacity: 1;
  z-index: 9;
  transition: background-size 0.4s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.work-slider .progress-box::after {
content: "";
width: 100%;
height: 1px;
background: #FFFFFF;
position: absolute;
left: 0;
top: 1px;
border-radius: 10px;
}

.work-slider .slider-nav-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.work-slider .slider-nav-box .btn-wrap {
  margin-right: 24px;
}

.work-slider .slider-nav-box .btn-wrap button {
  outline: none;
  border: none;
  background: #fff0;
  width: 40px;
  height: 40px;
  padding: 0;
}
.work-slider .slider-nav-box .btn-wrap button svg {
  width: 40px;
  height: 40px;
}
.work-slider .slider-nav-box .btn-wrap .prev-btn svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  fill: var(--theme-white-color);
  border: 1px solid var(--theme-white-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: 40px;
}
.work-slider .slider-nav-box .btn-wrap .next-btn svg {
  fill: var(--theme-white-color);
  border: 1px solid var(--theme-white-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.work-slider .slider-nav-box .btn-wrap button svg path {
  fill: var(--theme-white-color);
}
.work-slider .work-slider-new{
  margin-bottom: 0 !important;
}
.work-slider .slider_nav_wrapper {
  width: 612px;
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  right: 0;
  padding: 16px;
  -webkit-border-radius: 8px 0 0 6px;
  -moz-border-radius: 8px 0 0 6px;
  -ms-border-radius: 8px 0 0 6px;
  -o-border-radius: 8px 0 0 6px;
  border-radius: 8px 0 0 6px;
  background-color: var(--theme-black-20);
}
.work-slider .slider-nav-box .slide-count {
  color: var(--theme-white-color);
  width: auto;
}
.work-slider .banner-items {
  position: relative;
}
.work-slider .banner-slider-new .banner-items {
  height: 600px;
}
.banner-items .container {
  height: 100%;
}
.banner-items .row {
  align-items: center;
  height: 100%;
}
.work-slider .banner-slider-new .banner-items .banner_content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 408px;
  padding-left: 0;
  padding-right: 0;
  color: var(--theme-white-color);
}
.work-slider .banner-slider-new .banner-items .banner_content .slider_btn {
    font-weight: 400;
    column-gap: 6px;
}
.work-slider .banner-slider-new .banner-items .banner_content .slider_btn span {
  font-weight: 700;
}
.work-slider .banner-slider-new .banner-items .banner_content .slider_btn
.work-slider .banner-slider-new .banner-items .banner_content .slider_btn:hover {
  background-color: var(--theme-white-color);
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-color);
}
.work-slider .banner-slider-new .banner-items .banner_content .slider_subheading {
  line-height: 120%;
  color: var(--theme-white-80);
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.work-slider .banner-slider-new .banner-items .banner_content .slider_content {
  color: var(--theme-white-80);
  margin-bottom: 20px;
}
.project_img {
  max-width: 600px;
  z-index: 5;
  position: relative;
  margin-top: -20px;
}
.project_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.work-slider .banner-items .overlay-box {
  width: 100%;
  height: 100%;
  background-color: var(--theme-black-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.work-slider .slider-nav .slick-slide {
  margin: 0px 10px;
}
.work-slider .slider-nav .slick-slide {
  border: 1px solid transparent;
}
.work-slider .slider-nav img {
  height: 75px;
  object-fit: cover;
}
.work-slider .slider-nav .slick-slide {
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0.694px 0.694px 8.332px 0px rgba(255, 92, 0, 0.25);
  -webkit-box-shadow: 0.694px 0.694px 8.332px 0px rgba(255, 92, 0, 0.25);
  -moz-box-shadow: 0.694px 0.694px 8.332px 0px rgba(255, 92, 0, 0.25);
  -o-box-shadow: 0.694px 0.694px 8.332px 0px rgba(255, 92, 0, 0.25);
  -ms-box-shadow: 0.694px 0.694px 8.332px 0px rgba(255, 92, 0, 0.25);
}
.work-slider .slider-nav .slick-current.slick-slide {
  border-color: #fff;
}


.tab-work {
  display: none;
  width: 100%;
  position: relative;
}
.tab-work.tab-active{
  display: block;
}
.work-slider .work-tab-top ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 2.29167vw;
  list-style: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  margin: 0 0 20px;
}
.work-slider .work-tab-top ul li {
  position: relative;
  max-width: 160px;
}

.work-slider .work-tab-top ul li a {
  font-size: var(--theme-body-fs);
  color: var(--theme-secondary-color);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 9px;
  display: inline-block;
  line-height: 150%;
  letter-spacing: 0.8px;
  font-weight: 700;
}
.work-slider .work-tab-top ul li a.active{
  color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  /* font-weight: 700; */
}
.work-slider .work-tab-top ul li a:hover {
  color: var(--theme-primary-color);
}

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


.work_section_cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 40px auto;
  max-width: 400px;
}
.work_section_cta .cta_info {
  font-size: var(--theme-body-fs-xxl);
  line-height: 120%;
}
.work_section_cta .cta_info strong {
  font-weight: 800;
}
.work_section_cta .theme-btn {
  text-transform: uppercase;
  margin-top: 16px;
}
.seperator {
  position: relative;
  max-width: 632px;
  margin: auto;
  border-top: 1px solid var(--theme-black-10);
}

@media (max-width: 1599px) {

}
@media (max-width: 1199px) {
  .work-slider .work-tab-top ul li a {
    /* font-size: 1.8rem; */
  }
  .work-slider .banner-slider-new .banner-items {
    /* height: 50rem; */
  }
  .work-slider .banner-slider-new .banner-items img {
    /* max-width: 100%; */
    /* height: 50rem; */
  }
  .work-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .work-slider .slider-nav-box .btn-wrap {
    /* width: 20%; */
  }
  .work-slider .progress-box {
    width: 50%;
  }
  .work-slider .slider-nav {
    /* width: 50%; */
  }
  .work-slider .slider-nav-box .btn-wrap button {
    /* padding: 0;
    width: 3.5rem; */
  }
  .work-slider .slider-nav-box .btn-wrap button:first-child {
    /* margin-right: 1rem; */
  }

}
@media (max-width: 991px) {
  .work-slider .slider_nav_wrapper {
    display: none;
  }
  .project_img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .work-slider .slick-dots {
    bottom: 30px;
}
.work-slider .slick-dots li, .work-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.work-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px var(--theme-white-50);
  overflow: hidden;
  padding: 0;
}
.work-slider .slick-dots li.slick-active button {
  background-color: var(--theme-white-color);
  border-color: var(--theme-primary-color);
}
.work-slider .slick-dots li button:before {
  display: none;
}
}
@media (max-width: 767px) {
  .work-slider .top-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .work-slider .top-content h3 {
    font-size: 5rem;
    line-height: 100%;
  }
  .work-slider .top-content p {
    font-size: 2.2rem;
    line-height: 1;
  }
  .work-slider .work-tab-top ul {
    column-gap: 0;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: flex-start;
    margin-left: 16px;
  }
  .work-slider .work-tab-top ul::-webkit-scrollbar {
    display: none;
  }

  .tab-work {
    /* margin-top: 3rem; */
    /* height: 45rem; */
  }
  .work-slider .banner-items .overlay-box {
    /* display: none; */
  }

  .work-slider .slider-nav-box {
    display: none;
  }
  .work-slider .slider-nav {
    position: relative;
    width: 100%;
    bottom: 100px;
    right: 0;
  }



  /* latest work section css */
  .work-slider {
    padding-top: 40px;
  }
  .work-slider .slider_nav_wrapper {
    display: none;
  }
  .work-slider .work-tab-top ul li {
    margin-right: 15px;
  }
  .work-slider .work-tab-top ul li a {
    font-size: var(--theme-body-fs-sm);
    line-height: 120%;
  }
  .work-slider .work-tab-top ul li a.active {
    text-transform: uppercase;
  }
  .work-slider .banner-slider-new .banner-items .banner_content {
    text-align: center;
  }
  .work-slider .banner-slider-new .banner-items .banner_content .slider_subheading {
    font-size: 11px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.77px;
    margin-bottom: 8px;
  }
  .work-slider .banner-slider-new .banner-items .banner_content .slider_heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
  }
  .work_section_cta {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .work-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .work-slider .slick-dots {
    bottom: 30px;
  }
  .work-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px var(--theme-white-50);
    overflow: hidden;
    padding: 0;
}
.work-slider .slick-dots li button:before {
  display: none;
}

.work-slider .slick-dots li, .work-slider .slick-dots li button {
    width: 15px;
    height: 15px;
}
.work-slider .slick-dots li.slick-active button {
    background-color: var(--theme-body-bg);
    border-color: var(--theme-primary-color);
}
}

/* work section css ends */

/* inhouse section css starts */
.inhouse_section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
}
.inhouse_section video {
  width: 100%;
  height: 46.875vw;
}

.inhouse_section iframe.video {
  width: 100%;
  height: 41.66667vw;
}
.inhouse_section .video_content_wrapper {
  max-width: 820px;
  margin: auto;
  margin-top: -1rem;
  padding: 40px 168px 56px 168px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--theme-primary-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.inhouse_section .video_cover {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  height: max(300px, 41.66667vw);
  overflow: hidden;
}
.inhouse_section .video_cover iframe {
  opacity: 1;
  width: 100%;
  transition: 1s;
  position: absolute;
  z-index: 1;
  height: 100%;
}
.inhouse_section .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.inhouse_section .video_cover .video_thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.inhouse_section .video_cover .video_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_content_wrapper .h4 {
  color: var(--theme-white-color);
  text-align: center;
  margin-bottom: 4px;
}
.video_content_wrapper .h4 .span_bold {
  display: block;
}
.video_content_wrapper .p_regular,.video_content_wrapper p {
  color: var(--theme-white-color);
  text-align: center;
  margin-bottom: 24px;
  padding: 0 10px;
}
.video_content_wrapper .theme-btn {
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid var(--theme-black-20);
}
.inhouse_section .video_content_wrapper .theme-btn.btn_white {
  background-color: var(--theme-white-color);
  color: var(--theme-secondary-color);
}
.inhouse_section .video_content_wrapper .theme-btn.btn_white:hover {
  border-color: var(--theme-white-color);
  background-color: var(--theme-primary-color);
  color: var(--theme-white-color);
}


@media (max-width: 1199px) {
  .inhouse_section .video_content_wrapper {
    max-width: 80%;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .inhouse_section {
    padding: 40px 0 0;
  }
  .inhouse_section .video_content_wrapper {
    max-width: 100%;
    padding: 20px 32px;
    margin: 32px 16px 0px;
  }
  .inhouse_section .video_content_wrapper p {
    padding: 0;
  }
  .video_content_wrapper .theme-btn {
    padding: 12px 46px;
  }
  .video_content_wrapper .h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; 
  }
  .video_content_wrapper .h4 .span_bold {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
  }
  .inhouse_section iframe.video {
    height: 300px;
  }
}
/* inhouse section css ends */

/* client section css start  */

.clients_section {
  width: 100%;
  padding-top: 80px;
  position: relative;
}
.clients_section .client_section_bg {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 675px;
}
.clients_section .client_section_wrapper .person_wrapper {
  padding-top: 75px;
  position: relative;
  width: 46.11458vw;
  max-width: 580px;
  height: 675px;
}
.clients_section .client_section_wrapper .person_wrapper img {
  margin: auto;
}
.clients_section .client_section_bg .row {
  align-items: center;
}
.clients_section .client_left {
  position: relative;
}
.clients_section .client_left .company_logo {
  position: absolute;
  top: 30px;
  left: 0;
  width: 12.34375vw;
  height: auto;
  z-index: 1;
}

.clients_section .clients_area .company_logo img {
  width: 100%;
}

.clients_section .client_left .client_info {
  width: 100%;
  background-color: #fe5a37;
  padding: 16px 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 8px 8px 0 0px;
  -webkit-border-radius: 8px 8px 0 0px;
  -moz-border-radius: 8px 8px 0 0px;
  -ms-border-radius: 8px 8px 0 0px;
  -o-border-radius: 8px 8px 0 0px;
}
.clients_section .client_left .client_info::before {
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 14px;
  width: 33px;
  height: 22px;
  top: -10px;
}
.clients_section .client_left .client_info p {
  color: var(--theme-white-color);
}

.clients_section .client_left .client_info .client_name {
  font-weight: 400;
  color: var(--theme-white-color);
  line-height: 140%;
  margin-bottom: 0;
}

.clients_section .client_left .client_info .client_name span {
  font-size: 20px;
  font-weight: 400;
  margin-left: 12px;
}
.clients_section .client_images_container {
  width: 42.25vw;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.clients_section .client_images_container .h6 {
  text-align: center;
  color: var(--theme-white-color);
  margin-bottom: 20px;
}
.clients_section .clients_area span.outer-dot {
  position: relative;
  height: 20px;
  width: 20px;
  border: solid 2px transparent;
  background: transparent;
}
.clients_section .clients_area span.inner-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  margin: 0 !important;
}
.clients_section .clients_area span.outer-dot.client-images-pagination-bullet-active span.inner-dot {
  background: white;
}

.clients_section .client_images_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.clients_section .client_images_wrapper .logo_wrap {
  -webkit-flex: 1 1 30%;
  -moz-flex: 1 1 30%;
  flex: 1 1 30%;
  align-self: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  overflow: hidden;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.clients_section .client_images_wrapper .logo_wrap:nth-child(3n) {
  margin-right: 0;
}

.clients_section .clients_slider ul.slick-dots {
  bottom: -35px;
}

.clients_section .clients_slider ul.slick-dots li {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.clients_section .clients_slider ul.slick-dots li button {
  border: 1px solid var(--theme-white-color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.clients_section .clients_slider ul.slick-dots li.slick-active {
  background-color: var(--theme-white-color);
}

.clients_section .clients_slider ul.slick-dots li button:before {
  display: none;
}

 @media (max-width: 1599px) {
   .clients_section .client_right .clients_slider ul.slick-dots li {
     width: 15px;
     height: 15px;
    }
    .clients_section .client_right .clients_slider ul.slick-dots li button {
      width: 15px;
      height: 15px;
      padding: 0;
    }
  }

 @media (max-width: 991px) {
  .clients_section .client_section_bg {
    height: auto;
}
  .clients_slider.slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  .clients_section .clients_slider ul.slick-dots li {
    margin: 0 7px;
    width: 12px;
    height: 12px;
  }
  .clients_section .clients_slider ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px var(--theme-black-40);
    overflow: hidden;
    padding: 0;
  }
  .clients_section .clients_slider ul.slick-dots li.slick-active button {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
  }
  .work-slider .banner-slider-new .banner-items .banner_content {
    text-align: center;
    max-width: 100%;
}
  .work-slider .banner-slider-new .banner-items {
    height: 750px;
  }
  .clients_section .client_section_wrapper .person_wrapper {
    max-width: 100%;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    height: 688px;
    padding-top: 50px;
  }
  .clients_section .client_left .client_info {
    position: relative;
  }
  .clients_section .person_wrapper img {
    max-width: 100%;
    margin-bottom: -10px;
  }
  .clients_section .client_images_bg {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 64%, rgba(254,90,55,1) 64%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 64%, rgba(254,90,55,1) 64%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 64%, rgba(254,90,55,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fe5a37",GradientType=1);
  }
  .clients_section .client_images_container {
    width: 85%;
    max-width: 100%;
    background-color: var(--theme-grey-bg);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid var(--theme-black-5);
    padding: 16px;
}
 }
@media (max-width: 767px) {
  .clients_section {
    padding-top: 40px;
  }
  .clients_section .section_title .sub_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .clients_section .client_section_wrapper .person_wrapper {
    width: 100%;
    height: auto;
    padding-top: 50px;
  }
  .clients_section .client_left .company_logo {
    top: 15px;
    width: 70px;
    left: 17px;
  }
  .clients_section .person_wrapper img {
    width: 100%;
    margin-bottom: -10px;
  }
  .clients_section .client_left .client_info {
    position: relative;
  }
  .clients_section .client_left .client_info::before {
    width: 60px;
    height: 38px;
    top: -20px;
  }
  
  /* latest client section css */
  .clients_section .client_section_bg {
    height: auto;
  }
  .clients_section .client_person_col {
    padding-left: 0;
    padding-right: 0;
  }
  .clients_section .client_left .client_info {
    padding: 32px 16px;
  }
  .clients_section .client_left .client_info::before {
    width: 60px;
    height: 38px;
    top: -20px;
  }
  .clients_section .client_person_slider {
    margin-bottom: 0;
  }
  .clients_section .client_person_slider .slick-dots {
    bottom: 270px;
  }
  .clients_section .client_person_slider .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px var(--theme-white-50);
    overflow: hidden;
    padding: 0;
}
.clients_section .client_person_slider .slick-dots li button::before {
  display: none;
}
  .clients_section .client_person_slider .slick-dots li,.clients_section .client_person_slider .slick-dots li button {
      width: 15px;
      height: 15px;
  }
  .clients_section .client_person_slider .slick-dots li.slick-active button {
    background-color: var(--theme-white-color);
    border-color: var(--theme-white-color);
}
  .work-slider .banner-slider-new .banner-items {
    height: 600px;
  }
  .clients_section .client_left .client_info .h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    width: 60%;
  }
  .clients_section .client_left .client_info .client_name span {
    font-size: 11px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.77px;
    text-transform: uppercase;
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }
  /* .clients_section .client_images_container {
    width: 100%;
    background-color: var(--theme-grey-bg);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid var(--theme-black-5);
    padding: 16px;
} */
.clients_section .client_images_container .h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  color: var(--theme-secondary-color);
}
.clients_section .client_images_wrapper .logo_wrap {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 0.258px solid var(--theme-black-40);
  padding: 5px 8px;
}


}
@media (max-width: 575px) {
  .work-slider .banner-slider-new .banner-items {
    height: 520px;
  }
}
/* industry section css starts */
.industry_section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.industry_section .industry_slider .industry_slider_item {
  margin-bottom: 40px;
}
.industry_section .industry_slider .slick-slide.slick-current .industry_slider_item {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.industry_section .industry_slider .slick-slide.slick-current .industry_slider_item img,.industry_section .industry_slider .slick-slide.slick-current img {
  /* color: #e67e22; */
  opacity: 1;
}

.industry_section .industry_slider .slick-slide .industry_slider_item img,.industry_section .industry_slider .industry_slider_item img {
  opacity: 20%;
  transition: opacity 0.3s ease-out 0s;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
}
.industry_section .industry_slider .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}
.industry_section .industry_slider .slick-list .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}
.industry_section button.slick-next {
  background-color: #ffffff;
  right: 36%;
  transform: translateX(-36%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.20);
  -webkit-transform: translateX(-36%);
  -moz-transform: translateX(-36%);
  -ms-transform: translateX(-36%);
  -o-transform: translateX(-36%);
}
.industry_section .slick-next:before {
  content: "";
  border: solid #fe5a37;
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: inline-block;
  padding: 7px;
  position: relative;
  left: -4px;
}
.industry_section button.slick-prev {
  left: 36%;
  transform: translateX(-36%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.20);
  -webkit-transform: translateX(-36%);
  -moz-transform: translateX(-36%);
  -ms-transform: translateX(-36%);
  -o-transform: translateX(-36%);
}
.industry_section .slick-prev:before {
  content: "";
  font-size: 4rem;
  border: solid #fe5a37;
  border-width: 0 3px 3px 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  display: inline-block;
  padding: 7px;
  position: relative;
  right: -4px;
}
.industry_slider_wrapper {
  position: relative;
}
.ind_slider_ul {
  position: absolute;
  top: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;

}
.ind_slider_ul .sprev-arrow {
  position: relative;
  left: -230px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: rotate(180deg) ;
  -webkit-transform: rotate(180deg) ;
  -moz-transform: rotate(180deg) ;
  -ms-transform: rotate(180deg) ;
  -o-transform: rotate(180deg) ;
}
.ind_slider_ul .snext-arrow {
  position: relative;
  right: -230px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.ind_slider_ul .sprev-arrow,.ind_slider_ul .snext-arrow {
  background-color: var(--theme-white-color);
  border: 1px solid var(--theme-primary-color);
  cursor: pointer;
}
.ind_slider_ul .sprev-arrow svg path,.ind_slider_ul .snext-arrow svg path {
  fill: var(--theme-primary-color);
}
.industry_slider .slick-dots li {
  margin: 0 7px;
  width: 20px;
  height: 20px;
}
.industry_slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px var(--theme-black-40);
  overflow: hidden;
  padding: 0;
}
.industry_slider .slick-dots li.slick-active button {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.industry_slider .slick-dots li button:before {
  display: none;
}

@media (max-width: 1599px) {
  .industry_section .industry_slider .industry_slider_item {
    margin-bottom: 20px;
  }
  .ind_slider_ul .sprev-arrow {
    left: -180px;
  }
  .ind_slider_ul .snext-arrow {
    right: -180px;
  }
  .ind_slider_ul .sprev-arrow svg,.ind_slider_ul .snext-arrow svg {
    width: 40px;
    height: 40px;
  }
  .industry_slider .slick-dots li,.industry_slider .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .industry_slider .slick-dots li {
    margin: 0 4px;
  }
}
@media (max-width: 1199px) {
  .industry_section button.slick-prev {
    left: 21.70833vw;
  }
  .industry_section button.slick-next {
    right: 21.70833vw;
  }
}
@media (max-width: 991px) {
  .industry_section .slick-prev:before,.industry_section .slick-next:before {
    padding: 4px;
  }
}
@media (max-width: 767px) {
  .industry_section .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .industry_section .section_heading {
    font-size: 4rem;
  }
  .industry_section .section_heading .text_stroke {
    font-size: 5rem;
  }
  .industry_section .industry_slider .slick-list {
    overflow: visible;
  }
  .industry_section button.slick-prev,.industry_section button.slick-next.slick-arrow {
    width: 55px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .industry_section button.slick-prev {
    left: 5px;
  }
  .industry_section button.slick-next.slick-arrow {
    right: 5px;
  }
  .industry_section .industry_slider .slick-list {
    margin-left: 24px;
    margin-right: 24px;
  }
  .industry_section .industry_slider .slick-list .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
  .industry_section .industry_slider .industry_slider_item img {
    /* opacity: 50%; */
  }
  /* latest industry section css */
  .industry_section .industry_slider .slick-list {
    margin-left: 40px;
    margin-right: 40px;
  }
  .ind_slider_ul {
    display: none;
  }
}
/* industry section css ends */

/* subscribe section css start*/
.subscribe_section {
  width: 100%;
  background-color: #333;
  padding: 80px 0;
  position: relative;
}
.subscribe_content h4, .subscribe_content p{
  color: #fff;
}

.subscribe_wrapper .subscribe_content img {
  width: 105px;
}
.subscribe_content {
  text-align: center;
}
.subscribe_wrapper .p_regular,.subscribe_wrapper p {
  margin-bottom: 24px;
}
.subscribe_wrapper .subscribe_form {
  position: relative;
  max-width: 432px;
  margin: auto;
}
.subscribe_form .send_btn {
  position: absolute;
  right: 24px;
  top: 50%;
  height: 100%;
  width: 32px;
  padding: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
.subscribe_form .form-control {
  width: 100%;
  padding: 18px 24px;
  border: 1px solid var(--theme-black-20);
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-black-40);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.subscribe_wrapper .send_btn svg {
  fill: var(--theme-primary-color);
  width: 44px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 28%;
}

.subscribe_wrapper input::placeholder {
  color: var(--theme-black-40);
}
.subscribe_section .shapes {
  position: absolute;
  right: 16px;
  top: 40px;
}
/* .subscribe_section .shape_1 {
  position: absolute;
  right: 27%;
  top: 16%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.subscribe_section .shape_2 {
  position: absolute;
  right: 29%;
  top: 34%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.subscribe_section .shape_3 {
  position: absolute;
  right: 23%;
  top: 25%;
  width: 20px;
  height: 20px;
  line-height: 20px;
} */
@media (max-width: 1199px) {

}
@media (max-width: 767px) {
  .subscribe-section {
    margin-top: 0rem;
    padding-top: 9rem;
    padding-bottom: 10rem;
  }
  .subscribe-section-div .subscribe_content img {
    width: 16rem;
  }
  .subscribe-section-div {
    width: 100%;
  }
  .subscribe-section-div h2 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
  .subscribe-section-div p {
    font-size: 2rem;
  }
  .subscribe-section-div form {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .subscribe-section-div input {
    height: 7rem;
  }
  .subscribe-section-div .subscribe_form .send_btn {
    right: 1rem;
  }

  /* latest subscribe css */
  .subscribe_section {
    padding: 40px 0;
  }
  .subscribe_section .container {
    /* padding: 0 16px; */
  }
  .subscribe_wrapper .subscribe_content img {
    width: 80px;
    margin-bottom: 12px;
  }
  .subscribe_content .h4_bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  p {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.7px;
  }
  .subscribe_form .form-control {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.77px;
  }
  .subscribe_form .send_btn {
    width: 25px;
  }
  .subscribe_section .shapes {
    display: none;
    right: 10px;
    top: 15px;
  }
}
/* subscribe section css ends*/


/* latest common css */
@media (max-width: 1199px) {
  .section_title .title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .section_title .title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.6000000238418579px;
    -webkit-text-stroke-color: var(--theme-black-60);
  }
  .section_title .sub_title {
    font-size: .875rem;
    font-weight: 400;
    line-height: 150%;
    color: var(--theme-black-60);
    letter-spacing: 0.7px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  ul li, ol li {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.7px;
  }
}



     .tab_wrapper.tab_mobile {
    display: none;
}

   
.sub_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
}
/* common paragraph */
p {
    font-family: var(--theme-font-family);
    font-size: var(--theme-body-fs-xl);
    font-weight: var(--theme-body-font-weight);
    color: var(--theme-secondary-color);
    line-height: 150%;
    letter-spacing: 0.9px;
    margin-bottom: 15px;
}
p {
    font-family: var(--theme-font-family);
    font-size: var(--theme-body-fs);
    font-weight: var(--theme-body-font-weight);
    color: var(--theme-secondary-color);
    line-height: 150%;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}
@media (min-width: 1200px) {
    p {
        font-size: var(--theme-body-fs);
    }
}
@media (min-width: 1600px) {
    p {
        font-size: var(--theme-body-fs-xl);
    }
}

/*=============================
    00. Preloader
===============================*/

/* navbar */

@media (min-width: 992px) {
    /* mega menu starts */
    /* mega menu ends */
}
@media (max-width: 991px) {
    /* .mega_menu_heading {

  } */
}

/* section title */
/* Home banner */
.main_header {
    position: relative;
    padding-top: 80px;
    background-color: #4D4D4D;
}
.main_header .home_banner {
    height: 100vh;
    height: calc(100vh - 9.5rem);
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .main_header {
        height: 100vh;
    }
    .main_header .home_banner {
        height: 100vh;
        height: calc(100vh - 80px);
    }
    .main_header .home_banner .home_banner_item {
        height: calc(100vh - 80px);
    }
}

.main_header .container {
    position: relative;
}
/* .scroll_btn {
  position: absolute;
  right: 0;
  bottom: 27px;
  width: 31px;
  height: 45px;
} */
.scroll_btn {
    position: relative;
    right: 0;
    bottom: 65px;
    text-align: right;
    height: 70px;
    display: none;
}
.scroll_btn .scroll_btn_arrow {
    display: inline-block;
    -webkit-animation: jumpInfinite 2s infinite;
    animation: jumpInfinite 2s infinite;
}
.scroll_btn .scroll_btn_arrow svg,
.scroll_btn .scroll_btn_arrow svg path {
    fill: var(--theme-white-color);
}
@-webkit-keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: 20px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: 20px;
    }
    100% {
        margin-top: 0;
    }
}
.home_banner_slider .home_banner_item {
    position: relative;
}
.home_banner_slider .home_banner_item img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_banner_item .home_banner_row {
    height: calc(100vh - 80px);
    align-items: center;
}
.home_banner_item .home_banner_row h1 {
    font-size: 4.427vw;
    font-weight: 600;
    letter-spacing: -3px;
}
.home_banner .sub_title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    font-family: var(--theme-font-family);
    margin-bottom: -35px;
    padding-top: 40px;
    letter-spacing: -0.8px;
}
/* @media (max-width: 1440px) {
  .home_banner_slider .home_banner_item video {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
} */
@media (max-width: 1199px) {
    .main_header {
        height: 100vh;
    }
    .main_header .home_banner {
        /* height: 50vh;
    height: calc(50vh - 80px); */
        height: calc(100vh - 80px);
    }
    .main_header .home_banner .home_banner_item {
        /* height: calc(50vh - 80px); */
        height: calc(100vh - 80px);
    }
    .scroll_btn {
        display: none;
    }
    .home_banner_item .home_banner_row h1 {
        letter-spacing: normal;
    }
    .home_banner_slider .home_banner_item img {
        width: 145%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        overflow: hidden;
        border: none;
        z-index: 0;
        outline: none;
        clip-path: inset(2px 4px);
    }
    .home_banner_video_mobile {
        overflow: hidden;
    }
    .home_banner .sub_title {
        margin-bottom: -15px;
        padding-top: 0px;
        letter-spacing: -0.8px;
        z-index: 1;
        position: relative;
    }
    .home_banner_item .home_banner_row {
        height: 100%;
    }
    .home_banner_item .home_banner_row h1 {
        position: relative;
        z-index: 2;
    }

}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
    .main_header {
        height: 80vh;
    }
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
    .main_header {
        height: 700px;
    }
    .main_header .home_banner {
        height: 700px;
    }
    .main_header .home_banner .home_banner_item {
        height: calc(700px - 80px);
    }
}
@media (max-width: 991px) {
    .main_header {
        height: 60vh;
        padding-top: 66px;
    }
    .main_header .home_banner {
        height: 50vh;
        height: calc(60vh - 80px);
    }
    .main_header .home_banner .home_banner_item {
        height: calc(60vh - 80px);
    }
}
@media (max-width: 767px) {
    .main_header {
        height: 92vh;
        padding-top: 25px;
    }
    .main_header .sub_mobile_sub_text {
        margin-top: -25%;
        padding: 0px 40px;
    }
    .main_header .home_banner {
        /* height: 100vh; */
        /* height: calc(90vh - 9.5rem); */
        height: calc(90vh - 66px);
        background-position: 50% 20% !important;
    }
    p.sub_title.aos-init.aos-animate.sub_mobile_sub_text {
        display: block;
    }
    .main_header .home_banner .home_banner_item {
        /* height: calc(90vh - 9.5rem); */
        height: calc(90vh - 66px);
        overflow: hidden;
    }
    .home_banner_slider .home_banner_item img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        width: 170%;
        position: relative;
        margin-top: 20px;
    }
    .scroll_btn {
        display: none;
    }
    .home_banner_res_none {
        display: none;
    }
    .home_banner_video_mobile {
        width: 50%;
        margin: auto;
        overflow: visible;
    }
}

/* Growth section */
.main_header .sub_mobile_sub_text {
    display: none;
}
@media (max-width: 375px) {
    .main_header {
        height: 100vh;
    }
    .home_banner_video_mobile {
        width: 45%;
    }
    .main_header .sub_mobile_sub_text {
        margin-top: -18%;
    }
}
@media (max-width: 1599px) {
    .home_banner .sub_title {
        margin-bottom: 0;
        padding-top: 0px;
    }
}

@media (max-width: 767px) {

    /* latest subscribe css */
    p {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.7px;
    }
}
/* subscribe section css ends*/


/* Our Services Section css start  */
.services_section {
  width: 100%;
  padding-top: 80px;
  position: relative;
}
.services_section .shape_dots {
  position: absolute;
  left: 0;
  top: 0;
  top: 40px;
  z-index: -1;
}


.services_section .tab_wrapper .tab-services {
  width: 100%;
}
.services_section .tab_wrapper .common_button {
    background: #fff;
    color: var(--theme-secondary-color);
    /*padding: 4rem 2rem;
    */display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    /* transition: 0.5s; */
    /*outline: 0;
    *//*font-size: 2.6rem;
    *//*font-style: normal;
    *//*line-height: 18px;
    *//*letter-spacing: 0.1px;*/
    text-decoration: none;
    align-items: center;
    /*max-width: 100%;*/
    border: 1px solid transparent;
    /*border-left: 7px solid transparent;
    */
}

.tab-services{
  display: none;
}
.tab-services.tab-active{
  display: block;
}
.services_section .services_wrapper .servies_right_content {
  width: 100%;
}
.services_section .services_wrapper .tabbing_ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.services_section .services_wrapper .tabbing_ul li {
  list-style: none;
  border-bottom: 1px solid var(--theme-black-20);
  margin-bottom: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.services_section .services_wrapper .tabbing_ul li:last-child {
  margin-bottom: 0;
}
.services_section .services_wrapper .tabbing_ul li .tab_btn {
  background-color: var(--theme-tab-bg);
  color: var(--theme-secondary-color);
  padding: 20px 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  outline: 0;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.1px;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  border-left: 3px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.services_section .services_wrapper .tabbing_ul li .tab_btn svg {
  width: 38px;
  height: 38px;
}
 
.services_section .services_wrapper .tabbing_ul li .tab_btn.active {
  background: #333;
  color: #fff;
  position: relative;
  border-left: 3px solid var(--theme-secondary-color);
}
.services_section .services_wrapper .servies_right_right {
  margin-left: 32px;
  margin-right: 32px;
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper {
  position: relative;
  overflow: hidden;
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2.5rem;
  z-index: 2;
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 46%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 46%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 46%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text img {
  position: relative;
  z-index: 3;
  margin-bottom: 1.5rem;
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text .service_content {
  color: var(--theme-white-color);
  position: relative;
  z-index: 3;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text .service_content span {
  font-size: 1.6rem;
  text-transform: initial;
}
.services_section .services_wrapper .servies_right_right .services_right_space {
  margin-bottom: 10px;
  margin-top: 28px;
}
.services_section .services_wrapper .servies_right_left .service_img img {
  width: 100%;
}

.services_section .services_wrapper .servies_right_heading {
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: capitalize;
}
.services_section .services_wrapper .servies_right_heading span {
  color: var(--theme-primary-color);
  text-transform: uppercase;
  letter-spacing: -2px;
}
.services_section .services_wrapper .servies_right_text {
  color: var(--theme-secondary-color);
  margin-bottom: 10px;
  line-height: 150%;
}
.services_section .services_wrapper .link-btn {
  color: var(--theme-primary-color);
  font-size: var(--theme-body-fs);
  font-weight: 700;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 2px 4px 8px;
  position: relative;
  border-bottom: none;
}
.services_section .services_wrapper .link-btn::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 4px;
  width: 73%;
  border-bottom: 2px solid var(--theme-primary-color);
}
.services_section .services_wrapper .link-btn:hover {
  color: #4d4d4d;
}
.services_section .services_wrapper .servies_right_right .services_expertise {
  background-color: var(--theme-tab-bg);
  width: 100%;
  padding: 16px 8px 8px;
  border: 1px solid var(--theme-black-20);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.services_section .services_wrapper .servies_right_right .services_expertise .h5_bold {
  margin-bottom: 16px;
  text-align: center;
}

.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo {
  width: 100%;
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; */
  margin-bottom: 80px;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .expertise-content .caption_lg_regular {
  text-transform: uppercase;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .expertise_box {
  text-align: center;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .expertise_box img {
  display: inline-block;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 1rem;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev,
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next {
  width: 35px;
  height: 35px;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev {
  left: -44px;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next {
  right: -44px;
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev:before,
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next:before {
  color: #7e7e7e;
  font-size: 35px;
}
.services_section .ex_slider_ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  cursor: pointer;
  gap: 22px;
}
.services_section .expertise_slider .exprev-arrow {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: -80px;
  left: 42%;
  display: block;
}
.services_section .expertise_slider .exnext-arrow {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: -80px;
  right: 42%;
  display: block;
}
.services_section .expertise_slider .exprev-arrow svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.services_section .slick-arrow svg {
  fill: var(--theme-secondary-color);
}
.services_section .services_wrapper .servies_right_right .services_start_project {
  color: #4d4d4d;
  text-align: center;
}
.services_section .services_wrapper .servies_right_right .services_start_project span {
  font-weight: 700;
  text-transform: uppercase;
}
.services_section .services_wrapper .servies_right_right .services_btn {
  text-align: center;
  margin-top: 2rem;
  position: relative;
}
.services_section .services_wrapper .servies_right_right .services_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #C9C9C9;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.services_section .services_wrapper .servies_right_right .services_btn .primary_btn {
  background-color: #fe5a37;
  padding: 2rem;
  color: #fff;
  font-weight: 700;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  border: 1px solid transparent;
}
.services_section .services_wrapper .servies_right_right .services_btn .primary_btn:hover {
    background-color: var(--theme-white-color);
    border-color: var(--theme-primary-color);
    color: var(--theme-primary-color);
}
.services_section .services_wrapper .servies_right_right .services_expertise .slick-list .slick-slide {
  border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.services_section .services_wrapper .servies_right_right .services_expertise .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.services_section .services_wrapper .servies_right_right .services_expertise .slick-list .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.call_back_cta {
  margin-top: 34px;
  margin-bottom: 16px;
  text-align: center;
}
.call_back_cta .h5 {
  margin-bottom: 16px;
}
.call_back_cta .theme-btn {
  font-weight: 400;
  font-size: var(--theme-body-fs);
  letter-spacing: 1.12px;
  gap: 8px;
  position: relative;
}
.call_back_cta .theme-btn span {
  font-weight: 700;
  font-size: var(--theme-body-fs-xl);
}
.call_back_cta .theme_btn_seperator {
  position: relative;
}
.call_back_cta .theme_btn_seperator::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid var(--theme-black-10);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 1599px) {
  .services_section .services_wrapper .tabbing_ul li .tab_btn {
    padding: 12px;
    font-size: .875rem;
  }
  .services_section .services_wrapper .tabbing_ul li .tab_btn svg {
    width: 32px;
    height: 32px;
}
  .services_section .services_wrapper .servies_right_right {
    margin-left: 0;
    margin-right: 0;
  }
  .services_section .services_wrapper .servies_right_heading {
    font-size: 28px;
    line-height: 130%;
  }
  .services_section .services_wrapper .servies_right_heading .h3_bold {
    font-size: 38px;
  }
  .services_section .services_wrapper .servies_right_right .services_right_space {
    margin-top: 0;
  }
  .services_section .expertise_slider .exprev-arrow,.services_section .expertise_slider .exnext-arrow {
    bottom: -95px;
  }
}
@media (max-width: 1199px) {
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo {
    margin-bottom: 50px;
  }
  .services_section .expertise_slider .exprev-arrow, .services_section .expertise_slider .exnext-arrow {
    bottom: -55px;
}
.services_section .expertise_slider .exprev-arrow {
  left: 36%;
}
.services_section .expertise_slider .exnext-arrow {
  right: 36%;
}
.services_section .services_wrapper .servies_right_heading {
  font-size: 25px;
}
.services_section .services_wrapper .servies_right_heading .h3_bold {
  font-size: 30px;
}
.services_section .services_wrapper .tabbing_ul li .tab_btn {
  padding: 10px 7px;
}
}
@media (max-width: 991px) {
  .services_section .tab_wrapper .common_button {
    /* font-size: 2.2rem; */
    /* padding: 2rem; */
    border: 1px solid #C9C9C9;
    margin-bottom: 1rem;
    position: relative;
    font-size: var(--theme-body-fs);
    border-color: var(--theme-black-20);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.98px;
    padding: 15px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 10px;
  }
  .services_section .tab_wrapper .common_button::before {
    content: "";
    border: solid #4d4d4d;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: inline-block;
    padding: 6px;
    right: 25px;
    position: absolute;
  }
  .services_section .tab_wrapper .common_button.active, .services_section .tab_wrapper .common_button:hover {
    border-color: var(--theme-primary-color);
    background-color: var(--theme-white-color);
    color: var(--theme-secondary-color);
    border-left: 1px solid var(--theme-primary-color);
}
.services_section .tab_wrapper .common_button.active::before, .services_section .tab_wrapper .common_button:hover::before {
    content: "";
    border: solid var(--theme-primary-color);;
    border-width: 0px 0px 2px 2px;
}
.services_section .services_wrapper .tabbing_ul {
  display: none;
}
.services_section .tab_wrapper {
  width: 100%;
}
.services_section .tab_wrapper .tab-services {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.services_section .services_wrapper {
  border-bottom: none;
}
.services_section .services_wrapper .servies_right_left {
  /* width: 45%; */
}
.services_section .services_wrapper .servies_right_right {
  /* width: 55%; */
}

.services_section .services_wrapper .servies_right_right .services_expertise .h5_bold {
  font-size: 20px;
}
.services_section .services_wrapper .servies_right_text {
  /* font-size: 2rem; */
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_heading {
  /* font-size: 2.2rem; */
  /* margin-bottom: 2rem; */
}
.services_section .services_wrapper .servies_right_right .services_start_project {
  /* font-size: 2rem; */
  /* margin-top: 2rem; */
  /* line-height: 100%; */
}
.services_section .services_wrapper .servies_right_right .services_btn::before {
  display: none;
}
.services_section .services_wrapper .servies_right_right .services_btn .primary_btn {
  /* width: auto; */
  /* font-size: 1.8rem; */
  /* padding: 1rem 2rem; */
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text {
  /* padding: 1.5rem; */
}
.services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text img {
  /* width: 12rem; */
}
}
@media (min-width: 992px) {
  .services_section .tab_wrapper .common_button {
    display: none;
  }
}
@media (max-width: 767px) {
  .services_section {
    padding: 40px 0;
  }
  .services_section .section_main_heading {
    font-size: 5rem;
    letter-spacing: -1px;
    line-height: 90%;
  }
  .services_section .section_content {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .services_section .services_wrapper {
    flex-wrap: wrap;
    gap: 0;
  }

  .services_section .services_wrapper .servies_right_content {
    width: 100%;
    flex-wrap: wrap;
  }
  .services_section .tab-services {
    width: 100%;
  }
  .services_section .services_wrapper .servies_right_left {
    width: 100%;
    margin-right: 0;
  }
  .services_section .services_wrapper .servies_right_right {
    width: 100%;
  }
  .services_section .services_wrapper .servies_right_right .services_right_space {
    padding-right: 0;
  }
  .services_section .services_wrapper .servies_right_heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
  }
  .services_section .services_wrapper .servies_right_heading .h3_bold {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
  }
  .services_section .services_wrapper .servies_right_text {
    margin-bottom: 8px;
  }
  .services_section .services_wrapper .servies_right_heading span {
    /* font-size: 3rem; */
  }
  .services_section .services_wrapper .servies_right_text {
    /* font-size: 1.8rem; */
  }
  .services_section .services_wrapper .servies_right_text .link-btn {
    /* font-size: 1.8rem; */
  }
  .services_section .services_wrapper .servies_right_right .services_start_project {
    /* font-size: 2.5rem; */
  }
  .services_section .services_wrapper .servies_right_right .services_btn .primary_btn {
    width: 26rem;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
  .services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text img {
    width: 110px;
  }
  .services_section .services_wrapper .servies_right_left .service_img_wrapper .service_overlay_text .service_content {
    width: 200px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise {
      margin-top: 20px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .slick-list .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .expertise-content h4 {
    /* font-size: 1.6rem; */
  }
  .services_section .services_wrapper .servies_right_right .services_btn::before {
    display: none;
  }
  .services_section .services_wrapper {
    border: none;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev,
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
    bottom: -70px;
    top: auto;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next {
    right: -33px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev {
    left: -33px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev:before,
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next:before {
    font-size: 35px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-prev {
    left: 35%;
    transform: translateX(-35%);
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -o-transform: translateX(-35%);
}
.services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .slick-next {
  right: 35%;
  transform: translateX(-35%);
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
}
  .services_section .tab_wrapper {
    width: 100%;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo .expertise_box img {
    width: 30px;
    height: 30px;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_heading {
    margin-bottom: 2rem;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .slick-list .slick-slide {
    /* border-right: none; */
  }

  /* latest service section css */
  .services_section .services_wrapper .link-btn {
    padding-left: 0;
  }
  .services_section .services_wrapper .link-btn::after {
    left: 0px;
    width: 78%;
  }
  .call_back_cta .h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8px;
  }
  .call_back_cta .h5_bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
  }
  .call_back_cta {
    margin-bottom: 0;
  }
  .call_back_cta .theme-btn {
    font-size: var(--theme-body-fs-sm);
  }
  .call_back_cta .theme-btn span {
    font-size: var(--theme-body-fs-sm);
    text-transform: uppercase;
  }
  .services_section .services_wrapper .servies_right_right .services_expertise .services_expertise_logo {
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .services_section .expertise_slider .exnext-arrow,.services_section .expertise_slider .exprev-arrow {
    display: block;
    position: absolute;
    
  }
  .services_section .expertise_slider .exprev-arrow {
    left: 34%;
    bottom: -58px;
  }
  .services_section .expertise_slider .exnext-arrow {
    bottom: -58px;
    right: 34%;
  }
  .services_section .shape_dots {
    display: none;
  }
  .services_section .tab_wrapper .common_button {
    font-size: var(--theme-body-fs-sm);
    border-color: var(--theme-black-20);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.98px;
    padding: 10px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 10px;
}
.services_section .tab_wrapper .common_button::before {
  padding: 4px;
  border-width: 0 0px 2px 2px;
  top: 8px;
}
.services_section .tab_wrapper .common_button.active, .services_section .tab_wrapper .common_button:hover {
  border-color: var(--theme-primary-color);
  background-color: var(--theme-white-color);
  color: var(--theme-secondary-color);
  border-left: 1px solid var(--theme-primary-color);
}
.services_section .tab_wrapper .common_button.active::before, .services_section .tab_wrapper .common_button:hover::before {
  border-color: var(--theme-primary-color);
}
}
/* Our Services Section css ends  */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control-input.wpcf7-not-valid, 
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-select-option.wpcf7-not-valid,
.wpcf7-form.invalid .txt_message{
    border-color: red;
}
.wpcf7-form.invalid .txt_message{
border-color: red !important;
}
.wpcf7-not-valid-tip, .wpcf7-response-output{
display: none;}

.inner_form_div span {
    width: 100%;
}
.wf-field-error-active.wf-field .wf-field-input, .wf-field-error-active.wf-field .wf-field-dropdown {
    border: 1px solid #fd6b6d;
    box-shadow: 0 0 1px 1px #f4a2a2;
}
 
.inner_form .contact_btn {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.subscribe_wrapper .subscribe_form input {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
}
.subscribe_form .send_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 100%;
    width: 32px;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border: none;
    background-color: transparent;
}
.wpcf7-not-valid-tip{
  display: none !important;
}
 

@keyframes scrollUp {
      0% { transform: translateY(0); }
      100% { transform: translateY(-50%); }
    }
    @keyframes scrollDown {
      0% { transform: translateY(-50%); }
      100% { transform: translateY(0); }
    }
    .animate-scrollUp {
      animation: scrollUp 40s linear infinite;
    }
    .animate-scrollDown {
      animation: scrollDown 40s linear infinite;
    }

    @media all and (max-width: 767px) {
 @keyframes scrollDown {
      0% { transform: translateY(-50%); }
      100% { transform: translateY(0); }
    }
    }
 
    .what_users .what_row .grid {
    display: flex;
    gap: 10px;
}
.tech_blogs_section {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 110px;
}
/* end service menu */