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

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

@font-face {
  font-family: "ruberoidextra_bold";
  src: url("../fonts/ruberoid-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/ruberoid-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

:root {
  /* --primary-color: #ff5722;
  --secondary-color: #c0c0c0;
  --secondary-color2: #212529;
  --secondary-color3: #2b2d2f;
  --secondary-color4: #bfc0c0; */

  --gunmetalGray: #2b2d2f;
  --polishedSilver: #c0c0c0;
  --electricTeal: #00b8a9;
  /* --burntOrange: #ff5722; */
  --burntOrange: #00b8a9;
  --ivoryWhite: #f8f9fa;
  --coolSlate: #7f8c8d;
  --champagneGold: #d4af37;
  --bs-white: #fff;
  --bodyFont: "frygiabook";
  --headingFont: "ruberoidmedium";
  --headingmedium: "ruberoid_regularregular";
  --fontlight: "ruberoidlight";
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 16px;
  font-family: var(--bodyFont);
  color: var(--gunmetalGray);
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
  background: var(--ivoryWhite);
}

/* body::before {
  background: url(../images/pattern1.png) no-repeat top right;
  background-size: 100% 100%;
  width: 452px;
  height: 352px;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  z-index: -1;
} */

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.btn {
  padding: 18px 20px;
  text-transform: uppercase;
  border-radius: 12px;
  color: var(--bs-white);
  font-size: 13px;
  font-family: "ruberoidsemi_bold";
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.btn i {
  margin-left: 2px;
  left: 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn.btn_samll {
  padding: 10px 10px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 2px;
  border-radius: 10px;
  font-size: 60%;
  width: 140px;
}

.btn-danger {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn.btn_samll.btn_icon {
  width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-family: var(--headingFont);
  font-weight: 300;
  color: var(--coolSlate);
}

.p-v-60 {
  padding: 60px 0;
}

h1 {
  font-size: 7vw;
}

h2 {
  font-size: 45px;
  text-transform: capitalize;
}

h3 {
  font-size: 44px;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  font-size: 22px;
  font-family: var(--headingmedium);
  text-transform: capitalize;
}

h6 {
  font-size: 16px;
  font-family: var(--headingFont);
}

.p-v-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

header {
  background: var(--gunmetalGray);
}

.tophead {
  color: var(--bs-white);
  padding: 10px 15px 8px;
  text-align: center;
  font-family: "barlowlight";
}

.secgap {
  padding-left: 15px;
  padding-right: 15px;
}

.btmHead {
  padding: 10px 15px 10px;
}

.tophead a {
  color: #cbd0e3;

  font-size: 14px;
  font-weight: 400;
}

.tophead a:hover {
  color: var(--secondary-color);
}

.tophead ul li:last-child {
  margin: 0 0 0 0;
}

.tophead a i {
  padding-right: 10px;
  font-size: 16px;
}

.tophead li span {
  margin-right: 15px;
}

.tophead li span:last-child {
  margin-right: 0;
}

.tophead ul li {
  float: left;
  margin: 0 12px 0 0;
  font-size: 14px;
  padding: 0 10px;
  border-right: var(--primary-color) 1px solid;
}

.tophead ul li:last-child {
  border: none;
}

.logo {
  width: 155px;
  flex: 0 0 155px;
}

.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
  mix-blend-mode: screen;
}

.stellarnav {
  width: auto;
  position: relative;
  top: 10px;
}

.stellarnav ul {
  display: flex;
  flex-direction: row;
}

.stellarnav ul li {
  position: relative;
}

.stellarnav ul li a {
  color: var(--polishedSilver);
  padding: 10px 11px 30px !important;
  font-size: 14px;
  margin: 10px 0 15px 0;
  font-family: var(--headingFont);
  text-transform: uppercase;
}

.stellarnav ul li a:hover {
  color: #fe5441;
}

.stellarnav ul li a::before {
  width: 100%;
  bottom: 13px;
  height: 5px;
  background: var(--primary-color);
  content: "";
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.stellarnav ul ul li a::before {
  display: none;
}

.stellarnav ul li:hover a::before {
  opacity: 1;
  visibility: visible;
}

.stellarnav li.has-sub>a:after {
  content: "";
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--polishedSilver);
  display: inline-block;
  top: -3px;
  position: relative;
}

.hero h5 {
  /* border-bottom: var(--bs-dark) 1px double; */
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
}

.btn-warning {
  color: var(--bs-white);
  background-color: #fe5441;
  border-color: #fe5441;
}

.call {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  color: var(--polishedSilver);
}

.srchbtn {
  color: var(--polishedSilver) !important;
}

.call div {
  padding-right: 15px;
}

.call div small {
  font-size: 14px;
}

.call div h6 a {
  /* color: var(--champagneGold); */
  color: var(--polishedSilver);
}

.srchbtn {
  font-size: 18px;
  width: 20px;
  height: 20px;
  color: var(--secondary-color2);
  margin: 0 15px 0 0;
}

.btn-primary {
  /* background-color: var(--electricTeal) !important; */
  /* border-color: var(--electricTeal) !important; */
  background-color: #222929 !important;
  border-color: #222929 !important;
  color: var(--bs-white);
  font-weight: bold;
}

.btn-warning {
  background-color: var(--champagneGold) !important;
  border-color: var(--champagneGold) !important;
}

.btn-warning:hover {
  background-color: #e7c248 !important;
  border-color: #e7c248 !important;
}

/* .btn-secondary {
  background-color: #ff5722 !important;
  border-color: #ff5722 !important;
} */
.btn-primary:hover,
.btn-secondary:hover {
  /* background-color: #16dac9 !important;
  border-color: #16dac9 !important; */
  background-color: #222929;
  border-color: #222929;
  color: var(--bs-dark);
  font-weight: bold;
}

.btn-primary:hover i {
  left: 2px;
}

/* .sliders {
  padding-left: 30px;
} */
.sliders h6 {
  text-transform: uppercase;
  color: var(--burntOrange);
  font-family: var(--fontlight);
}

.sliders h2 {
  font-family: "ruberoid_regularregular";
  white-space: normal;
  width: 100%;
  text-align: left;
  /* line-height: 80px; */
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 50px;
  color: var(--gunmetalGray);
  margin: 10px 0 30px;
  text-transform: none;
}

.sliders p {
  font-family: "barlowlight";
  color: var(--secondary-color);
  text-decoration: none;
  white-space: normal;
  width: 548px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  transform-origin: 50% 50%;
  margin-bottom: 50px;
}

.style1 {
  position: absolute;
  left: 25%;
  top: -10px;
  width: 52%;
  z-index: 3;
}

.style2 {
  position: absolute;
  left: 17%;
  z-index: 3;
  height: 50%;
  top: 0%;
  width: 430px;
}

.style3 {
  position: absolute;
  left: 13%;
}

.sliders .h100 {
  height: 100vh;
  /* object-fit: cover;
  width: 100%; */
}

.subhead {
  color: var(--burntOrange);
  text-transform: uppercase;
  font-family: "ruberoidsemi_bold";
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  /* font-size: 14px;
  font-size: 0.875rem; */
  line-height: 24px;
          font-size: 17px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* .service p {
  width: 60%;
  flex: 0 0 60%;
  margin-bottom: 0;
} */
.pic1 {}

.service .swiper-slide,
.servicebox {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.service .swiper-slide:after,
.servicebox:after {
  height: 250px;
  max-height: 100%;
  width: 100%;
  content: "";
  bottom: 0;
  /* background: linear-gradient(
    0deg,
    var(--electricTeal) 0%,
    rgba(255, 255, 255, 0) 100%
  ); */
  background: linear-gradient(0deg, #2b2e2e 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.overlay1 {
  padding: 60px 65px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  box-shadow: none;
  background: 0 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.overlay1 h4 {
  font-size: 1.25rem;
  color: var(--bs-white);
}

.overlay2 h4 {
  font-size: 1.25rem;
  color: var(--gunmetalGray);
  margin: 15px 0;
}

.overlay2 p {
  color: var(--gunmetalGray);
}

.overlay1 span {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
  margin-bottom: 10px;
}

.overlay2 {
  position: absolute;
  width: 84%;
  margin-bottom: 0;
  bottom: 0;
  background: 0 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 15px;
  padding: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.service .swiper-slide:hover .overlay2,
.servicebox:hover .overlay2 {
  -ms-transform: translateY(-33px);
  -o-transform: translateY(-33px);
  -moz-transform: translateY(-33px);
  -webkit-transform: translateY(-33px);
  transform: translateY(-33px);
  opacity: 1;
  visibility: visible;
}

.swiper-slide p,
.servicebox p {
  width: 100%;
  flex: 0 0 100%;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  width: 50px;
  height: 50px;
  color: var(--secondary-color2);
  background: #fff;
  padding: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.about h3 {
  margin: 0 0 20px;
}

.about p {
  margin: 0 0 20px;
}

.box1 {
  padding: 21px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--polishedSilver);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
}

.box1 span {
  flex: 0 0 65px;
  width: 65px;
}

.about .box1 p {
  margin: 10px 0 0;
}

.box1:hover h4 {
  color: var(--coolSlate);
}

.why .subhead {
  color: var(--secondary-color);
}

.why h3 {
  color: var(--bs-white);
}

.whybox span {
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDkgMTE5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwOSAxMTkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwOSw3OS40VjM5LjhjMC03LjItMy44LTEzLjgtMTAtMTcuM0w2NC41LDIuN2MtNi4yLTMuNi0xMy45LTMuNi0yMC4xLDBMMTAsMjIuNUMzLjgsMjYuMSwwLDMyLjcsMCwzOS44djM5LjYNCgljMCw3LjIsMy44LDEzLjgsMTAsMTcuM2wzNC40LDE5LjhjNi4yLDMuNiwxMy45LDMuNiwyMC4xLDBsMzQuNC0xOS44QzEwNS4yLDkzLjIsMTA5LDg2LjYsMTA5LDc5LjR6Ii8+DQo8L3N2Zz4NCg==);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.11);
  background-color: #6c757d;
  padding: 0.7em 0.55em;
  width: 116px;
  height: 116px;
  display: inline-block;
  line-height: 90px;
  position: absolute;
  top: -61px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.whybox p {
  /* color: var(--polishedSilver); */
  color: #3e3b3b;
}

.secgap.weoffer .whybox p {
  color: #3e3b3b;
}

.secgap .whybox p {
  color: #fff;
  min-height: 115px;
}

.whybox:hover p {
  color: var(--coolSlate);
}

.whybox:hover span {
  /* background-color: var(--electricTeal); */
  background-color: #222929;
}

.whybox span img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  width: 53px;
}

.whybox {
  margin: 0 0 100px;
  padding: 85px 30px 40px;
  background-color: #ffffff15;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff50;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.whybox h4 {
  margin-bottom: 20px;
  color: var(--bs-white);
  font-weight: normal;
}

.whybox:hover {
  background-color: var(--bs-white);
  color: #222929;
}

.whybox:hover h4 {
  color: var(--coolSlate);
}

.whybox:hover p {
  color: #222929;
}

#insightful-strategy .whybox:hover p {
  color: #222929 !important;
}

.solutions {
  position: relative;
}

.solutions img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
}

.why {
  padding-bottom: 200px;
}

.solutions h3 {
  position: absolute;
  top: 10%;
  right: 7%;
  color: var(--bs-white);
  width: 36%;
}

.vicon {
  font-size: 25px;
  color: #fff;
  background-color: #ffffff1f;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  top: 37%;
  left: 15%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 80px;
}

.trnsbtn .btn {
  background-color: transparent !important;
  padding: 0;
  border-color: transparent !important;
  border: none !important;

  /* position: absolute;
  bottom: 22%;
  right: 22%; */
  color: #e74c3c;
}

.solutions .trnsbtn .btn {
  position: absolute;
  bottom: 22%;
  right: 22%;
  font-size: 14px;
  background-color: var(--burntOrange) !important;
  border-color: var(--burntOrange) !important;
  text-transform: uppercase;
  color: var(--bs-white);
  padding: 14px 16px;
}

.trnsbtn .btn:hover {
  color: #222929;
}

.Projects {
  background: #f2f5f6;
}

.projects .subhead {
  margin-bottom: 1rem;
}

.projects h3 {
  margin: 0 0 20px;
}

.projectBox a {
  background: var(--bs-white);
  padding-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
  color: var(--polishedSilver);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3) !important;
}

.projectBox .projectBox a img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.projectBox a div {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.projectBox a:hover img {
  opacity: 0.85;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.projectBox a small {
  /* color: var(--polishedSilver); */
  color: var(--gunmetalGray);
  text-transform: uppercase;
}

.projectBox h4 {
  font-weight: normal;
  margin: 10px 0 0;
}

.projects ul {
  margin: 30px 0 0;
}

.projects ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.projects ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #3e3b3b;
  line-height: 1.5;
  margin-right: 10px;
}

.expertBox {
  padding: 40px 0 0;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #dcdfe0;
}

/* .expertBox div {
  padding-left: 30px;
} */

.expertBox div h4 {
  font-weight: normal;
  margin: 0 0 10px 0;
  font-size: 1.5rem;
}

.roundpic {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.experience {
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  bottom: 0;
  margin: auto;
  width: 33%;
  height: 150px;
  background: var(--bs-white);
  padding: 5% 3%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  z-index: 2;
}

.experience h2 {
  color: var(--burntOrange);
  font-size: 58px;
  margin: 0;
  font-family: "ruberoid_regularregular";
}

.experience strong {
  color: var(--coolSlate);
}

.projects .col-sm-4:nth-child(4) {
  margin: 0 0 10% 8%;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.projects .col-sm-4:nth-child(3) {
  margin: 0 0 10% 0%;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.projects .col-sm-5:last-child {
  margin: 2% 0 0 0;
}

.testimonialBox {
  padding: 10% 5%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
  z-index: 2;
  background: var(--bs-white);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
}

.testimonialBox .subhead {
  margin-bottom: 20px;
  font-family: var(--headingmedium);
}

.testimonialBox p {
  margin-bottom: 20px;
  font-family: "frygialight_italic";
  line-height: 1.5;
}

.testimonialClents {
  position: relative;
}

.testimonialClents h6 {
  font-family: "barlowsemibold";
  letter-spacing: 0.07em;
  margin-bottom: 8px;
  font-size: 1rem;
}

.testimonialClents img {
  margin-right: 15px;
  margin-left: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonialClents:before {
  width: 50px;
  height: 50px;
  position: absolute;
  color: #fff;
  top: 10px;
  left: 0;
  border-radius: 50px;
  text-align: center;
  line-height: 48px;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  content: "";
  background: url(../images/icons/quote.png) no-repeat center center var(--primary-color);
}

.technology {
  padding: 200px 0 100px;
  position: relative;
  margin-top: -220px;
  z-index: 1;
}

.technologybox span {
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDkgMTE5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwOSAxMTkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwOSw3OS40VjM5LjhjMC03LjItMy44LTEzLjgtMTAtMTcuM0w2NC41LDIuN2MtNi4yLTMuNi0xMy45LTMuNi0yMC4xLDBMMTAsMjIuNUMzLjgsMjYuMSwwLDMyLjcsMCwzOS44djM5LjYNCgljMCw3LjIsMy44LDEzLjgsMTAsMTcuM2wzNC40LDE5LjhjNi4yLDMuNiwxMy45LDMuNiwyMC4xLDBsMzQuNC0xOS44QzEwNS4yLDkzLjIsMTA5LDg2LjYsMTA5LDc5LjR6Ii8+DQo8L3N2Zz4NCg==);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.11);
  background-color: var(--primary-color);
  padding: 0.7em 0.55em;
  width: 100%;
  /* height: 116px; */
  display: inline-block;
  line-height: 90px;
  /* position: absolute;
  top: -61px;
  left: 0;
  right: 0; */
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.technologybox:hover span {
  background: var(--secondary-color);
}

.technologybox span img {
  /* -webkit-filter: invert(100%);
  filter: invert(100%); */
  width: 53px;
}

.technologybox p {
  color: #b3bdd1;
  line-height: 24px;
}
.technologybox h5{
  color: var(--bs-white);
  text-transform: capitalize;
  margin: 1rem 0;
}

.technology h4 {
  color: var(--bs-white);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 1rem 0;
}
.technology ul li{
  color: var(--bs-white);
}

.blogs .projectBox {
  text-align: left;
}

.blogs .projectBox a img {
  width: 100%;
  border-radius: 0;
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 255px;
  /* max-height: 255px; */
}

.blogs .projectBox a:hover img {
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blogs .projectBox h4 {
  font-family: var(--headingmedium);
  font-weight: 700;
}

.blogs .projectBox ul li {
  position: relative;
  padding-left: 19px;
  margin-bottom: 15px;
}

.blogs .projectBox ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
  font-size: 13px;
}

.tags,
.infos {
  margin: 0 !important;
}

textarea.form-control {
  resize: none !important;
}

.tags li {
  margin-right: 10px;
  padding: 6px 12px !important;
  color: var(--bs-white);
  font-size: 13px;
  background: var(--burntOrange) !important;
  font-family: "ruberoidlight";
  float: left;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.tags li:hover {
  background: var(--secondary-color);
}

.infos li {
  margin-right: 10px;
  float: left;
  text-transform: uppercase;
  font-family: "ruberoid_boldbold";
  font-size: 11px;
  color: #999;
}

.infos li span {
  color: #5e6fb5;
}

.trnsbtn .btn-primary {
  /* color: var(--electricTeal) !important; */
  color: #222929 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  font-weight: bold;
  padding: 0;
}

.content {
  padding: 0 20px;
  position: relative;
  margin-top: -37px;
  /* cursor: pointer; */
}

.brand img {
  opacity: 0.6;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand:hover img {
  opacity: 1;
}

.contacts {
  padding-right: 4%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: var(--bs-white);
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3) !important;
}

.contacts img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.form-control {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 50px;
  padding: 0 25px;
  border-color: #eee;
  box-shadow: none !important;
  font-size: 14px;
}

.form-select {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 50px;
  padding: 0 25px;
  border-color: #eee;
  box-shadow: none !important;
  font-size: 14px;
}

.form-control:focus {
  border-color: var(--primary-color);
}

textarea {
  height: 100px !important;
  padding: 25px !important;
}

footer {
  position: relative;
  margin-top: -420px;
  padding-top: 490px;
  padding-bottom: 50px;
  color: #cbd0e3;
  font-size: 16px;
  font-family: "barlowlight";
  font-weight: 500;
}

footer .logo {
    width: 650px;
    display: block;
    margin-bottom: 25px;
    flex: 0 0 650px;
    margin: auto;
    text-align: center;
}

footer li {
  margin-bottom: 10px;
}

footer .footer-quicklinks li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

footer li a {
  color: #cbd0e3;
}

footer h5 {
  color: var(--bs-white);
  font-size: 18px;
  margin: 0 0 25px;
}

footer .btn-primary {
  /* background-color: var(--electricTeal) !important; */
  /* border-color: var(--electricTeal) !important; */
  background-color: #222929;
  border-color: #222929;
  padding: 10px 15px;
  position: absolute;
  bottom: 4px;
  right: 5px;
  margin: 0 !important;
}

footer .btn i {
  margin-left: 0;
}

.sborder {
  border-left: rgba(255, 255, 255, 0.2) 1px solid;
  border-right: rgba(255, 255, 255, 0.2) 1px solid;
}

.tborder {
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
}

footer div span a {
  margin-left: 25px;
  color: #cbd0e3;
  font-weight: 600;
}

.swiper-slide-active .col-lg-5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

.swiper-slide-active .style1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeftShort !important;
  animation-name: fadeInLeftShort !important;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

/* .swiper-slide-active .style1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRightShort !important;
  animation-name: fadeInRightShort !important;
} */
.swiper-slide-active .style2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeftShort !important;
  animation-name: fadeInLeftShort !important;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.swiper-slide-active .h100 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRightShort !important;
  animation-name: fadeInRightShort !important;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.swiper-slide-active .style3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeftShort !important;
  animation-name: fadeInLeftShort !important;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

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

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(30px) !important;
  transform: translateX(30px) !important;
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }

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

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

.stellarnav ul ul {
  top: calc(100% - 10px);
  width: 250px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: var(--bs-white);
  /* bottom: 0; */
}

.stellarnav ul ul li a {
  color: var(--gunmetalGray);
  padding: 10px 20px !important;
  line-height: 1.6;
  font-size: 13px;
  margin: 0;
  font-family: var(--headingFont);
  text-transform: capitalize;
}

.wave-text span {
  display: inline-block;
  font-family: "ruberoidmedium";
  font-size: 14px;
}

.swiper-slide-active .wave-text span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: wave !important;
  animation-name: wave !important;
}

.wave-text span:nth-child(odd) {
  animation-delay: 0s;
}

.wave-text span:nth-child(even) {
  animation-delay: 0.2s;
}

/* .wave-text span:nth-child(3) {
  animation-delay: 0.4s;
}
.wave-text span:nth-child(4) {
  animation-delay: 0.6s;
} */

@keyframes wave {

  0%,
  100% {
    transform: translateY(0);
  }

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

.solutions .trnsbtn .btn-primary {
  color: var(--bs-white) !important;
  border-color: transparent !important;
  background-color: transparent !important;
  font-weight: bold;
  padding: 0;
  width: 140px;
}

.service.addpadding {
  padding: 0 30px;
  overflow-x: hidden;
}

/* .service.addpadding .swiper {
  overflow: visible;
} */
/* .service .swiper-slide {
  opacity: 0.2;
} */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.service .swiper-slide-prev,
.service .swiper-slide-active,
.service .swiper-slide-next {
  opacity: 1;
}

.pb-60 {
  padding-bottom: 60px;
}

footer a:hover {
  color: var(--primary-color);
}

.ps-r5 {
  padding-right: 1.2rem !important;
}

footer .ps-r5 {
  padding-right: 0 !important;
}

.service h3 {
  font-weight: 400;
}

.innerBanner {
  /* padding: 200px 0; */
  padding: 100px 0;
}

.innerBanner h1 {
  font-size: 3.75rem;
  color: var(--bs-white);
  margin-bottom: 0.75rem;
  font-weight: 400;
}

.innerBanner ul li {
  text-transform: uppercase;
  color: var(--bs-white);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "ruberoid_boldbold";
}

.innerBanner ul li a {
  padding: 0 5px;
  color: #cbd0e3;
}

.innerBanner ul li a:hover {
  color: var(--bs-white);
}

.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  transition: all 0.5s;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: -5px;
  text-align: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "-";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.accordion-button::after {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.accordion-button:not(.collapsed) {
  color: var(--burntOrange);
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.accordion-button {
  background-color: transparent;
  font-family: var(--body-font-medium);
  text-transform: capitalize;
  padding: 0;
}

.accordion-body {
  padding: 1rem 0;
}

.experience2 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* background: var(--electricTeal); */
  background: #2b2e2e;
  color: var(--bs-white);
  height: calc(100% - 100px);
  width: 100%;
  padding: 15px;
}

.experience2 h2 {
  color: var(--bs-white);
  margin-bottom: 15px;
}

.servicebox li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 14px;
}

.servicebox li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--champagneGold);
}

.servicebox a {
  display: block;
  color: #677289;
}

.serviceLists {
  background: var(--gunmetalGray);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.serviceLists li a {
  padding: 15px 25px 15px 35px;
  display: block;
  color: var(--polishedSilver);
  font-family: "ruberoidsemi_bold";
  font-size: 14px;
  border-bottom: var(--bs-white) 1px solid;
  position: relative;
}

.serviceLists li a::before {
  position: absolute;
  left: 20px;
  top: 21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #babfd2;
  content: "";
}

.serviceLists li a:hover {
  background: var(--electricTeal);
  color: var(--bs-white);
}

.serviceLists li a:hover::before {
  background: var(--bs-white);
}

.serviceLists li:last-child a {
  border-bottom: none;
}

.calltoActicon {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  padding: 20% 5%;
  text-align: center;
  color: var(--bs-white);
}

.calltoActicon img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 20px;
}

.calltoActicon h4 {
  margin-bottom: 10px;
  color: var(--bs-white);
}

.socials {
  display: flex;
  justify-content: center;
}

.socials li a {
  background: var(--bs-white);
  width: 38px;
  height: 38px;
  color: var(--electricTeal);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 38px;
  margin: 0 3px;
  font-size: 13px;
}

.teams .col-md-8 {
  margin-bottom: 20%;
}

.content p {
  /* color: var(--secondary-color4); */
  color: var(--gunmetalGray);
}

.teams .projectBox a img {
  height: 350px;
  object-fit: cover;
  width: 100%;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.teams .projectBox a,
.teams .projectBox {
  height: 100%;
  padding-bottom: 10px;
}

.badges .swiper-wrapper {
  transition-timing-function: linear;
}

.badges {
  background: #222929;
  padding: 60px 0;
}

.contact-page .icon-box-content {
  margin-left: 18px;
}

.contact-page .icon-box-content h4 {
  font-weight: 400;
  margin-bottom: 14px;
}

.contact-page .icon-box i {
  /* color: var(--champagneGold); */
  color: #2f495cd9;
  font-size: 26px;
  margin-top: 6px;
}

table td {
  vertical-align: middle;
}

table td a {
  font-family: var(--headingFont);
  color: var(--coolSlate);
}

.contents ul {
  margin: 15px 0 30px;
  padding-left: 30px;
}

.contents ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}

/* back to top */
#button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  padding: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 10px;
  color: #fff;
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjYsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDkgMTE5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwOSAxMTkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwOSw3OS40VjM5LjhjMC03LjItMy44LTEzLjgtMTAtMTcuM0w2NC41LDIuN2MtNi4yLTMuNi0xMy45LTMuNi0yMC4xLDBMMTAsMjIuNUMzLjgsMjYuMSwwLDMyLjcsMCwzOS44djM5LjYNCgljMCw3LjIsMy44LDEzLjgsMTAsMTcuM2wzNC40LDE5LjhjNi4yLDMuNiwxMy45LDMuNiwyMC4xLDBsMzQuNC0xOS44QzEwNS4yLDkzLjIsMTA5LDg2LjYsMTA5LDc5LjR6Ii8+DQo8L3N2Zz4NCg==);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  /* background-color: var(--champagneGold); */
  background-color: #6e6e6e;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* #button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: var(--bs-white);
} */
#button:hover {
  cursor: pointer;
  /* background-color: var(--bs-danger); */
}

/* #button:active {
  background-color: var(--bs-danger);
} */
#button.show {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.stellarnav.mobile ul {
  background: var(--bs-white);
}

.stellarnav .menu-toggle {
  padding: 2px 0 0 15px;
  box-sizing: border-box;
}

.weoffer .whybox {
  margin: 0;
  padding: 85px 30px 40px;
  background-color: #ffffff15;
  border-style: solid;
  border-width: 1px;
  border-color: var(--polishedSilver);
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.weoffer .whybox h4 {
  color: var(--burntOrange);
}

.callto .testimonialBox .subhead,
.callto .testimonialBox h3 {
  color: var(--bs-white) !important;
}

.callto .testimonialBox {
  padding: 3% 5% 1%;
}

.callto {
  position: relative;
  margin-top: -180px;
}

.videoBg {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission {
  position: relative;
  z-index: 1;
}

.mission:after {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: url(../images/h4-bg02.png) #f0f1f4 no-repeat bottom left;
  content: "";
  z-index: -1;
}

.bloglist .projectBox a img {
  height: auto;
  object-fit: cover;
  width: 100%;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

.bloglist .tags {
  position: relative;
  margin-top: 3px !important;
  margin-bottom: 30px !important;
}

.bloglist .infos {
  margin: 15px 0 !important;
}

.posts {
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.posts span {
  width: 160px;
  flex: 0 0 160px;
  padding-right: 15px;
}

.posts span img {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  height: 100%;
  object-fit: cover;
}

.posts h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
}

.posts a small {
  color: var(--polishedSilver);
}

.searchMain .btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  padding: 10px 15px;
  position: absolute;
  bottom: 4px;
  right: 5px;
  margin: 0 !important;
}

.searchMain .btn-primary i {
  left: 0 !important;
}

.blogDetails .tags,
.blogDetails .infos {
  margin: 0 0 1rem !important;
}

.blogDetails .content {
  padding: 25px 0;
  position: relative;
  margin-top: 15px;
  cursor: unset;
}

#team-member .content {
  cursor: unset;
}

.blogDetails ul.lists {
  padding-left: 30px;
  margin: 20px 0;
}

.blogDetails ul.lists li {
  list-style-type: disc;
  margin-bottom: 15px;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0d9b8f !important;
  border-color: #0d9b8f !important;
}

/* Sonali */
.serviceDetails-ul {
  padding-left: 20px;
  list-style: auto;
}

.serviceDetails-ul li {
  padding-left: 10px;
  margin-bottom: 10px;
}

/* .serviceDetail-list {
  padding-left: 20px;
  list-style: disc;
}
.serviceDetail-list li {
  padding-left: 10px;
  margin-bottom: 10px;
}
.serviceDetail-list li ul {
  list-style: circle;
  padding-left: 15px;
} */
.serviceDetails h3 {
  font-size: 35px;
}

.serviceDetails h5 {
  margin-bottom: 15px;
}

.serviceDetails ul {
  margin: 15px 0;
}

.serviceDetails li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 43px;
}

.serviceDetails li i {
  position: absolute;
  left: 15px;
  top: 3px;
  color: var(--electricTeal);
}

.serviceDetails h6 {
  margin-bottom: 10px;
  font-size: 22px;
}

.serviceDetails img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

/* service details */
h2.headings, h3.headings {
  font-size: 41px;
  line-height: 1.1;
}

.text-primary,
.counter-value {
  /* color: var(--electricTeal) !important; */
  color: #222929 !important;
}

.techBox {
  border: #ddd 1px solid;
  align-items: center;
  padding: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
}

.techBox span {
  width: 70px;
  flex: 0 0 70px;
  font-size: 45px;
  color: var(--blue-color);
}

.techBox span i {
  display: block;
}

.techBox h6 {
  margin-bottom: 10px;
  font-size: 18px;
}

.techBox p {
  font-size: 95%;
  margin: 0;
}

.techBox h3 {
  position: absolute;
  right: 3%;
  top: 10px;
  font-size: 8vw;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
  -webkit-text-stroke: 1px var(--polishedSilver);
}

.techBox::after {
  position: absolute;
  right: -100px;
  top: -100px;
  background: var(--electricTeal);
  /* background: #222929; */
  height: 100px;
  width: 100px;
  border-radius: 100%;
  z-index: -1;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.techBox:hover::after {
  width: calc(100% + 100px);
  border-radius: 0;
  top: 0;
  height: 100%;
}

.techBox:hover {
  color: var(--bs-white);
}

.techBox:hover span,
.techBox:hover h6 {
  color: var(--bs-white);
}

.techBox:hover h3 {
  -webkit-text-stroke: 1px var(--bs-white);
}

.build .box {
  background: var(--electricTeal);
  color: var(--bs-white);
  padding: 50px 40px;
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  box-shadow: 1px 1px 40px -17px rgba(0, 0, 0, 2) !important;
  -webkit-box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, 2) !important;
  -moz-box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, 2) !important;
  margin-bottom: 25px;
}

.build .box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--bs-white);
}

.build .box i {
  font-size: 40px;
  margin-bottom: 10px;
}

.dmBox {
  padding: 15% 10%;
  text-align: center;
  background: var(--primary-color);
  border-radius: 50% 50% 0 0;
  color: var(--bs-white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}

.dmBox::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--green-color);
  content: "";
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dmBox:hover::before {
  height: 100%;
}

.dmBox span {
  max-width: 130px;
  width: 100%;
  display: inline-block;
}

.dmBox h4 {
  font-weight: 700;
  margin: 20px 0;
  border-bottom: var(--grayBg) 1px solid;
  padding: 0 0 20px;
}

.dmBox p {
  margin-bottom: 0;
}

.provideBox {
  background: var(--lightBg);
  padding: 30px;
  margin: 20px 0;
  border-radius: 20px;
}

.provideBox li i {
  float: right;
  color: var(--green-color);
  position: relative;
  top: 3px;
}

.provideBox li a {
  padding: 15px 30px;
  display: block;
  background: var(--bs-white);
  margin-bottom: 2px;
  color: var(--bs-dark);
}

.story {
  position: relative;
  z-index: 1;
  color: var(--bs-white);
}

.story::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  content: "";
}

.roundPic {
  border-radius: 50%;
  border: var(--bs-white) 2px dashed;
  padding: 15px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.roundPic img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.roundPic:hover {
  border-color: var(--blue-color);
}

.roundPic:hover img {
  transform: perspective(2500px) rotateY(-180deg);
}

.stepbox {
  margin: 5% 0;
}

.stepbox .content {
  width: 33.333%;
  flex: 0 0 33.333%;
  position: relative;
  font-weight: 400;
}

.stepbox .content h2 {
  font-size: 10vw;
  opacity: 0.5;
}

.stepbox .content h3 {
  position: absolute;
  top: 40%;
  right: 5%;
  color: var(--orange-color);
  font-size: 35px;
  text-transform: capitalize;
}

.flex-row-reverse.stepbox .content h3 {
  left: 5%;
  right: auto;
}

.stepbox .content p {
  font-size: 18px;
  margin-bottom: 0;
}

.techStory .stepbox .content p {
  font-size: 18px;
}

.techStory .stepbox .content h2 {
  position: absolute;
  right: -25px;
  top: -60px;
  font-size: 7vw;
  opacity: 0.2;
}

.techStory .stepbox .content h4 {
  color: var(--orange-color);
  font-weight: 900;
  margin-bottom: 10px;
}

.content.mainBox {
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 40px 0 40px;
  border-top: var(--blue-color) 3px solid;
}

.stepbox .roundPic::before {
  position: absolute;
  top: -110px;
  width: 35px;
  height: 140px;
  left: 8%;
  content: "";
  background: url(../images/icons/left_arrow.png) no-repeat;
  background-size: cover;
}

.flex-row-reverse.stepbox .roundPic::before {
  display: none;
}

.flex-row-reverse.stepbox .roundPic::after {
  position: absolute;
  top: -110px;
  width: 35px;
  height: 140px;
  right: 8%;
  content: "";
  background: url(../images/icons/right_arrow.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.stepbox:first-child .roundPic::before {
  display: none;
}

.techStory .flex-row-reverse.stepbox .content h2 {
  left: -25px;
  right: auto;
}

.spPricing .wraPs,
.features .wraPs {
  border-radius: 30px;
}

.spPricing .wraPs h2 {
  background: transparent;
  margin: 18px 0;
  -webkit-text-fill-color: var(--bs-white);
  -webkit-background-clip: none;
  background-clip: none;
}

.features .wraPs h3, .features .wraPs h2 {
  background: var(--coolSlate);
  /* font-size: 30px; */
  color: var(--bs-white);
  padding: 20px 30px;
  margin-bottom: 2rem;
}

.features ul {
  margin: 0 -15px;
  display: flex;
  max-width: 90%;
  width: 100%;
  margin: 40px auto;
  flex-wrap: wrap;
  justify-content: center;
}

.features ul li {
  width: 33%;
  flex: 0 0 33%;
  padding: 0 15px;
  margin: 10px 0;
}

.features ul li a {
  padding: 20px 15px;
  display: block;
  border: var(--bs-white) 1px solid;
  border-radius: 15px;
  font-weight: bold;
  color: var(--bs-white);
  font-size: 20px;
}

.features ul li p {
  padding: 20px 15px;
  display: block;
  border: var(--bs-white) 1px solid;
  border-radius: 15px;
  /* font-weight: bold; */
  color: var(--bs-white);
  /* font-size: 20px; */
  min-height: 100px;
  display: flex;
    justify-content: center;
    align-items: center;
}

.features ul li a:hover {
  background: var(--bs-white);
  color: var(--bs-dark);
}

.features ul li p:hover {
  background: var(--bs-white);
  color: var(--bs-dark);
}

.features .wraPs h5 {
  font-size: 22px;
  background: #e5fee1;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 30px;
  color: var(--bs-dark);
}

.features hr {
  opacity: 1;
  background: var(--bs-white);
  width: 100%;
}

.features h4 {
  /* background: url(../images/sass/bg5.jpg) no-repeat center;
  background-size: cover; */
  padding: 20px 15px;
  margin-bottom: 20px;
  font-size: 22px;
    font-family: var(--headingmedium);
    text-transform: capitalize;
}

.features h3 span {
  display: inline-block;
  border: var(--bs-white) 1px solid;
  padding: 15px 40px;
  border-radius: 50px;
  display: inline-block;
}

.spPricingBox {
  background: var(--bs-white);
  border-radius: 30px;
  color: var(--primary-color);
  font-family: var(--bodyMedium-font);
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  font-size: 90%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(235, 249, 227, 1) 63%,
      rgba(226, 252, 212, 1) 100%);
  height: 100%;
}

.spPricingBox:hover {
  -webkit-box-shadow: 0px 0px 0px 6px var(--green-color);
  -moz-box-shadow: 0px 0px 0px 6px var(--green-color);
  box-shadow: 0px 0px 0px 6px var(--green-color);
}

/* .spPricingBox small {
  margin: 10px 0 20px;
  display: block;
  min-height: 60px;
} */
 .spPricingBox small {
    font-size: 0.9rem;
    font-weight: bold;
}


.sidePad {
  padding: 40px 40px;
}
.sidePad h4{
  margin-bottom: 1rem;
}

.about.servicetop h3 {
  margin: 0 0 20px;
  font-size: 24px;
}
.testimonialBox ul li{
  margin-bottom: 1rem;
}

/* .plans h3 {
  font-size: 35px;
} */
.plans h3 {
  font-size: 28px;
  margin-bottom: 1rem;
}

.list1 li {
  float: left;
  margin-right: 20px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

.list1 li i {
  position: absolute;
  left: 0;
  top: 5px;
  /* color: var(--electricTeal); */
  color: #222929;
}

.list2 li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}

.list2 li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--electricTeal);
}

.sliders .col-sm-5 {
  padding-left: 30px;
}

.secgap.projects.weoffer {
  background: #f8f9fa;
}

/* .plans .btmList ul{
  min-height: 505px;
} */
.plans .btmList {
  display: flex;
  flex-direction: column;
  height: calc(100% - 280px);
}

.plans .btmList span {
  margin-top: auto;
}

.fs-18 {
  font-size: 18px !important;
}

#service h3 {
  font-size: 40px;
  line-height: 1.2;
}

#service .col-md-12 p {
  font-size: 24px;
  margin-bottom: 20px;
}

#service .whybox h4 {
  font-size: 24px;
  min-height: 48px;
}

.story .content p {
  color: var(--secondary-color4);
}

.secgap.technology .technologybox p {
  color: #fff;
}

.secgap.testimonials.callto .testimonialBox .btn.btn-secondary {
  background-color: var(--burntOrange) !important;
}

.why-mentoria-points li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.why-mentoria-points li i {
  margin-right: 15px;
}

#why-chhose-US .whybox p {
  color: #fff;
  min-height: 88px;
}

#why-chhose-US .whybox:hover p {
  color: var(--coolSlate);
}

#gapSolution h3 {
  width: 100%;
  position: unset;
  color: var(--coolSlate);
}

.solutionbox {
  padding: 55px;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-92 {
  width: 92%;
}

.w-82 {
  width: 82%;
}

.w-95 {
  width: 95%;
}

.progress-title {
  margin-bottom: 5px;
  font-size: 18px;
}

.progress-bar-one {
  margin-bottom: 10px;
  padding: 10px 0;
}

.progress-bar-one .progress {
  height: 25px;
}

.progress-bar {
  background-color: #222929;
}

.br-10 {
  border-radius: 10px;
}

#gapSolution .row {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-bottom: 50px;
}

#gapSolution img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

#why-chhose-US {
  filter: grayscale(75%);
}

.secgap.projects .contacts img {
  border-radius: 10px 0 0 10px;
}

/* industries */
.industries-list-item {
  padding: 0 15px;
  position: relative;
}

.industries-inner {
  display: flex;
  border-radius: 0;
  flex-wrap: wrap;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, .07); */
}

.industries-list-item .industries-inner-img img {
  display: block;
  position: absolute;
  object-fit: cover;
  border-radius: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.industries-inner-content {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 50px;
}

.industries-inner-content,
.industries-inner-img {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
  position: relative;
}

.industries-list-item:hover img {
  opacity: 0.85;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.industries-inner-content h3 {
  font-size: 30px;
  margin: 0 0 20px;
}

.industries-inner-content h3 a {
  color: var(--coolSlate);
}

.industries-inner-content ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}

.industries-inner-content ul li {
  margin-bottom: 5px;
  display: flex;
  /* width: 50%; */
}

.industries-inner-content ul li i {
  margin-right: 10px;
  line-height: 1.8;
}

/* why mentoria */
#why-chhose-US .counter-number {
  border: none;
  background: unset;
  margin: 0 0 60px;
  padding: 25px 5px 40px;
}

#why-chhose-US .counter-number .num {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#achieveSucces span a:hover {
  background-color: unset !important;
  /* border: unset !important; */
}

.hover-text {
  position: relative;
  padding: 18px 20px;
  text-transform: uppercase;
  color: var(--bs-white);
  font-size: 13px;
  font-family: "ruberoidsemi_bold";
  border-radius: 12px;
}

.hover-text::before {
  content: attr(data-text);
  position: absolute;
  background-color: var(--burntOrange);
  width: fit-content;
  color: #fbf9fd;
  padding: 0.4rem 1rem;
  top: 10px;
  text-align: center;
  left: -145%;
  right: 0;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(20%);
  transition: all .3s ease-in-out;
}

.hover-text[data-text]:not([data-text=""])::before {
  opacity: 0;
}

.hover-text[data-text]:not([data-text=""]):hover::before {
  opacity: 1;
  transform: translateY(0%);
}

.counter-number .num h2 {
  font-size: 80px;
  margin-bottom: 20px;
}

#why-chhose-US .counter-number .num span {
  font-size: 80px;
  margin-bottom: 20px;
  color: var(--coolSlate);
}

.counter-number h4 {
  color: var(--bs-white);
  font-weight: normal;
  margin-bottom: 20px;
}

.innerBanner ul {
  display: none !important;
}

.btmHead .rightOne img {
  filter: grayscale(100%);
}

/* popUp design */

.popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: end;
  align-items: center;
  z-index: 9;
}

#popupForm .form-container {
  background: #2b2d2f;
  color: white;
  padding: 50px 0 0 0;
  border-radius: 5px;
  width: 450px;
  position: relative;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

#popupForm .form-container h3 {
  font-size: 30px;
}

#popupForm.show .form-container {
  transform: translateX(0);
}

#popupForm .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  cursor: pointer;
}

#popupForm form {
  display: flex;
  flex-direction: column;
}

#popupForm label {
  margin-top: 10px;
}

#popupForm input,
#popupForm textarea {
  height: auto !important;
  margin-top: 5px;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: calc(100% - 18px);
  margin-bottom: 10px;
}

#popupForm textarea {
  background: rgb(232, 240, 254);
}

#popupForm button[type="submit"] {
  margin-top: 20px;
  padding: 10px;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: calc(100% - 18px);
}

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

/* blog */
.blog-post img {
  border-radius: 10px;
  display: block;
}

.blog-post {
  position: relative;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

#single-blog .projectBox {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  overflow: visible;
}

#single-blog .projectBox .tags li {
  background: #222929;
}

#post-services,
#recent-post {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

#post-services ul li {
  position: relative;
  padding: 0.72rem 0;
  border-bottom: 1px solid #e8ecef;
}

#post-services .serviceLists {
  background: unset;
}

#post-services .serviceLists li a {
  padding: 0;
  display: flex;
  color: var(--polishedSilver);
  font-family: "ruberoidsemi_bold";
  font-size: 14px;
  border-bottom: unset;
  position: relative;
}

#post-services .serviceLists li a i {
  margin-right: 15px;
  line-height: 1.5;
}

#post-services .serviceLists li a::before {
  content: "";
  position: unset;
  display: none;
}

#post-services .serviceLists li a:hover {
  background: unset;
  color: #222929;
}

#recent-post .posts {
  box-shadow: unset;
}

#recent-post .posts a {
  align-items: center;
}

#recent-post .posts span img {
  margin-right: 20px;
  height: 100px;
  max-width: 100px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

#recent-post .posts span {
  width: 100px;
  flex: 0 0 100px;
  padding-right: 15px;
}

#button.show {
  z-index: 8;
}

.innerBanner {
  position: relative;
}

.innerBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.innerBanner h1 {
  z-index: 1;
  position: relative;
}

.form-builder--item .error {
  margin-top: 0 !important;
}

.btn-secondary {
  background-color: var(--burntOrange) !important;
  border-color: var(--burntOrange) !important;
}

.wrapSec.teams .projectBox .content p {
  min-height: 135px;
}

.tophead p {
  margin: 0;
}

.tophead p {
  color: #cbd0e3;
  font-size: 14px;
  font-weight: 400;
}

.tophead p:hover {
  color: var(--secondary-color);
}

.tophead p i {
  padding-right: 10px;
  font-size: 16px;
}

/* team-member additional css */
#team-member .content ul li i {
  line-height: 1.5;
}

#team-member .content p {
  font-size: 18px;
}

.mainContent .content {
  margin-top: 0;
  min-height: 740px;
}

.sidebar {
  width: 565px;
  float: left;
}

.sidebar.fixed {
  position: fixed;
  top: 0;
}

.sidebar img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

.wrapSec #ourBlog .projectBox a {
  padding-bottom: 0;
}

.wrapSec #ourBlog .projectBox a .btn:hover,
.wrapSec.teams .secgap.projects .projectBox a .btn:hover {
  background-color: unset !important;
  border: none !important;
}

/* contact page additional css */
.contact-box {
  border: 2px solid #8f8f8f;
  border-radius: 25px;
  padding: 50px;
  /* box-shadow: 5px 5px; */
  box-shadow: 0 0 10px #9fa0a1;
}

.contact-box a {
  color: #222929;
}

.sidebar.sticky {
  width: 546px;
}

main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
  margin: 20px;
}

.main-content {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 3000px;
  background: rgba(255, 255, 255, 0.5);
}

.main-content .section-label {
  position: relative;
  top: 160px;
}

aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  height: 400px;
  margin-top: 100px;
  position: sticky;
  top: 80px;
}

aside .section-label {
  margin-bottom: 20px;
}

#service .col-md-12 p {
  font-size: 17px;
}

ul.manufacturing {
  grid-template-columns: auto;
}

ul.manufacturing li {
  display: block;
  position: relative;
  padding-left: 25px;
}

ul.manufacturing li i {
  position: absolute;
  left: 0;
  top: 0;
}

.team-member {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.team-member .member-img img {
  /* height: 130px; */
  border-radius: 70px;
  margin-right: 30px;
  width: 95px !important;
}

.team-member .member-name {
  text-align: left;
}

.team-member .member-name .subhead {
  margin-bottom: 7px;
  font-size: 17px;
  letter-spacing: 0.1em;
}


#ourTeamModal .modal-content {
  padding: 30px;
  border-radius: 18px;
  background-color: var(--coolSlate);
}

.case-box {
  border: 1px solid #9fa2a9;
  border-radius: 28px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.case-box:hover {
  border: 1px solid #9fa2a9;
  box-shadow: 0 5px 10px #5a5a5a80;
}

.caseBox {
  padding: 30px;
  text-align: left;
}

.caseBox h5 {
  margin-bottom: 25px;
}

.caseImg,
.caseBox {
  width: 50%;
}

.caseImg img {
  width: 100%;
  border-radius: 0 28px 28px 0;
      height: 400px;
    object-fit: cover;
    object-position: top;
}


nav {
  display: block;
}

nav .pagination {
  margin: -8px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

nav .pagination li {
  margin: 8px;
}

nav .pagination li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 5px 10px #5a5a5a80;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  background-color: var(--coolSlate);
}

nav .pagination .current {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--burntOrange);
  border: 1px solid #e9ebeb;
  color: black;
}   
nav .pagination li i{
  position: unset;
  color: #fff;
  margin: unset;
}
.case-detailsImg img{
  width: 100%;
}

.case_Study a {
    padding-bottom: unset;
    background: none;
    box-shadow: unset !important;
    border: none;
    display: inline;
}
.newSection ul{
  margin: 2rem 0;
}

.newSection ul li{
  margin-bottom: 1rem;
}
.newSection h3{
  margin-bottom: 1rem;
}