/********** Template CSS **********/

/*[data-theme="light"] {
   --primary: #767676;
    --secondry: #104F91;
    --light: #eee5e0;
    --dark: #767676;
    --primaryBorder: #00b7e2;
    --headingPrimary:#050505;
    --textPara:#050505;
    --bg:#fff;
    --imgFilter:brightness(0) invert(0);;
}*/

[data-theme="light"] {
  --primary: #767676;
  --secondry: #104f91;
  --light: #eee5e0;
  --dark: #767676;
  --primaryBorder: #00b7e2;
  --headingPrimary: #fff;
  --textPara: #fff;
  --bg: #010100;
  --imgFilter: brightness(0) invert(1);
  --theme-color: #08FFE6E3;
}

html {
  overflow-x: hidden;
}
html, body {
  overflow: auto !important;
  position: static !important;
}
a:hover {
  color: var(--textPara) !important;
}

@font-face {
font-family:"ff-utility-web-pro";
src:url("https://use.typekit.net/af/cabdcf/0000000000000000774ee6e4/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/cabdcf/0000000000000000774ee6e4/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/cabdcf/0000000000000000774ee6e4/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}


@font-face {
  font-family: Alliance;
  src: url(fonts/TeknafRegular.otf);
}

@font-face {
  font-family: AllianceBold;
  src: url(fonts/TeknafRegular.otf);
}

@font-face {
  font-family: Philosopher;
  src: url(fonts/TeknafRegular.otf);
}

@font-face {
  font-family: Operetta-EL;
  src: url(fonts/TeknafRegular.otf);
}

.bg-light {
  background-color: var(--light) !important;
}

.heading-primary {
  color: var(--headingPrimary) !important;
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondry) !important;
}
.border-bottom{
  border-color: var(--theme-color) !important;
}
.btn-outline-primary {
  border-image: linear-gradient(to right, #29afc9 0%, #104f91 100%) 1;
  border-color: var(--secondry);
  color: var(--secondry);
  border-width: 2px;
  font-size: 12px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.btn-outline-primary:hover {
  color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  background: var(--secondry);
  border-color: var(--secondry);
}
.btn-outline-primary:focus {
  box-shadow: none;
}

.btn-outline-light {
  border-color: #fff;
  color: #fff;
  border-width: 2px;
  font-size: 12px;
  padding: 10px 25px;
  text-transform: uppercase;
}
body,
html {
  padding-right: 0 !important;
  overflow-x: hidden !important;
}
body {
  background: var(--bg);
  letter-spacing: 3px;
}
p,
body {
  font-family: "ff-utility-web-pro";
  font-size: 16px;
  color: var(--textPara);
  box-sizing: border-box;
}
p {
  font-weight: 100 !important;
}
h1,
.h1 {
  font-family: "AllianceBold";
  font-size: 80px !important;
  color: var(--headingPrimary);
}

h2,
.h2 {
  font-family: "Philosopher";
  font-size: 70px !important;
  font-weight: 100;
  color: var(--headingPrimary);
}
h3,
.h3 {
  font-size: 50px;
  font-family: "AllianceBold";
  color: var(--headingPrimary);
  letter-spacing: 5px;
  font-weight: 400 !important;
}
h4,
.h4 {
  font-family: "AllianceBold";
  color: var(--headingPrimary);
}
h5,
.h5,
h6,
.h6 {
  color: var(--headingPrimary);
  font-family: "Philosopher";
  font-weight: normal !important;
  margin-bottom: 0;
}

a {
  letter-spacing: 5px;
}
.current-menu-item {
  color: var(--textPara);
}

.hero-home {
  height: 100vh;
  width: auto;
}
.inner-page-hero{
  height: 80vh;
  overflow: hidden;
  position: relative;
}
.inner-page-hero .hero-content h1 {
  font-size: 150px !important;
  white-space: break-spaces;
  text-align: left !important;
  height: auto;
}
.sec-heading {
  display: block;
  color: #666666;
}

.video-container {
  z-index: -1;
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.video-container .Mainvideo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-content h1 {
  font-size: 15vw !important;
}

.typewriter {
  width: 65vw;
  white-space: nowrap;
  overflow: hidden;
  gap: 5px;
}
.hero-content .typewriter{
  white-space: break-spaces;
}

.static-text,
.typing-text {
  display: block;
}

@keyframes blink {
  0% {
    border-color: black;
  }
  50% {
    border-color: transparent;
  }
  100% {
    border-color: black;
  }
}

.typewriter {
  /*  border-right: 2px solid black;*/
  /*  animation: blink 0.8s step-end infinite;*/
}

.fade-out {
  animation: fadeOut 0.5s forwards;
}

.fade-in {
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.navbar-light .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.future-text {
  width: 60%;
}

.sub-hero {
  letter-spacing: 8px;
  font-size: 1.5rem;
}
.main-top-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 20px;
  z-index: 999;
}
.menu-item {
  letter-spacing: 3px;
}
.g-text {
  background: -webkit-linear-gradient(#104f91, #29afc9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats-number {
  font-size: 100px !important;
  font-weight: 400 !important;
}
.form-label {
  font-weight: bold;
  font-size: 1rem; /* Adjust label font size if needed */
}
.display-6 {
  font-size: 4rem;
}
.display-5 {
  font-size: 2.8rem;
}

.display-4 {
  font-size: 2.1rem;
}
.home-content p {
  font-size: 20px !important;
}
a {
  color: var(--theme-color);
}
.btn-primary {
  background: var(--secondry);
  border-color: var(--primaryBorder);
}
.dropdown-item.active,
.dropdown-item:active {
  background: #e9ecef;
  color: #1e2125;
}
.dropdown-menu {
  border: 0 solid #fff;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
  border: 0;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
#home {
  position: relative;
}
/*top header*/
.top-header {
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}
.lang-wrap,
.social-link {
  display: inline-block;
}
.lang-wrap * {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #888888;
}
.social-link img {
  width: 15px;
  margin-left: 5px;
}
.top-wrap {
  text-align: right;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar .navbar-brand img {
  width: 150px;
  transition: width 1s;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -5px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  letter-spacing: 3px;
}
.navbar-collapse .btn {
  font-size: 16px;
  font-weight: 700;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--textPara);
}

.nav-link:before {
  content: "/";
  position: absolute;
  left: -20px;
}
.navbar-nav > .nav-link:first-child:before {
  display: none;
}
.current-menu-item {
  color: #fff !important;
}

.navbar-collapse .btn {
  font-size: 16px;
  font-weight: 700;
}
.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(12 194 244 / 53%);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0cc2f4;
  border-color: #0cc2f4;
  box-shadow: 0 0 0 0.25rem rgb(12 194 244 / 53%);
}

.navbar .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
  position: relative;
}
.navbar-brand img {
  filter: brightness(0);
}
.navbar-brand img {
  filter: brightness(1);
}
html[data-theme="light"] .home .navbar .navbar-nav .nav-link {
  color: #fff;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  align-items: center;
}
.pb-4-half {
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .world-vid {
    width: 150%;
    position: absolute;
    left: 75%;
    transform: translateX(-75%);
    z-index: -1;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

.page-title {
  font-size: 35px;
}

.texts {
  display: none;
}

.stats-img {
  max-width: 100% !important;
  margin-bottom: -40px;
  z-index: -1;
  position: relative;
}
.stats-arrow {
  width: 100px;
  text-align: right;
}

.divider-video {
  position: relative;
  overflow: hidden;
}
.divider-text {
  padding: 8rem 1rem;
}
.divider-text h1 {
  font-size: 150px !important;
  white-space: break-spaces;
  text-align: left !important;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 150px;
  height: auto;
  margin-bottom: 35px;
}
/*** Header ***/
.typewriter-text {
  overflow: hidden; /* Prevent text overflow during typing */
  display: inline-block; /* Block behavior for the cursor effect */
  display: block;
}
#stickyparent {
  position: relative;
}
.logo {
  transition: margin-top 1s;
}
.stick-nav {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.navbar-expand-lg .navbar-collapse {
  flex-basis: auto;
  flex-grow: inherit;
}

.navbar-nav .current-menu-item {
  font-weight: 700 !important;
  position: relative;
}
.navbar-nav .current-menu-item:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.stick-nav .container {
  flex-direction: row;
}
.owl-dots {
  position: relative;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
  overflow: hidden;
}
.owl-dot.active {
  background: #fff;
}

.owl-carousel-text {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 600px;
  translate: -50% 0;
}
.owl-carousel-text * {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px #000000;
}
.owl-carousel-text h1 {
  font-family: "Operetta-EL" !important;
  margin: 15px 0;
}
.owl-carousel-text small {
  letter-spacing: 4px;
  font-size: 70%;
  font-weight: 100;
}
.owl-carousel-text p {
  font-family: "Montserrat-L";
}
.text-box,
.img-box {
  width: 45%;
}

.text-box p {
  text-align: justify;
  font-size: 13px !important;
}
.hbox {
  position: relative;
  padding-right: 27px;
}
.hbox:after {
  width: 25px;
  height: 25px;
  background: var(--secondry);
  content: "";
  position: absolute;
  bottom: 14px;
  right: 0;
}
.content-box .row:nth-child(even) {
  flex-direction: row-reverse;
}
.testimonial-wrap {
  padding: 70px 0 30px 0;
}
.testimonial-carousel .owl-dots {
  bottom: 0;
  position: relative;
  margin-top: 30px;
}
.testimonial-carousel .owl-dot {
  border-color: var(--secondry);
}
.testimonial-carousel .owl-dot.active {
  background: var(--secondry);
}
.text-c {
  min-height: 40px;
  line-height: 17px;
}
.hss-name {
  width: 35%;
  font-weight: 600;
  color: var(--primary);
}
.hss-name img {
  width: 35px;
}
.hss-text {
  width: 65%;
}
.home-service-single {
  border-bottom: 1px solid #0b001a33;
}
.ana {
  height: 100%;
}

.ana img {
  height: 85px;
  width: auto !important;
  max-width: max-content;
}
.stats-1 {
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.stats-2 {
  border-bottom: 1px solid #dee2e6;
}
.stats-3,
.stats-4 {
  border-right: 1px solid #dee2e6;
}

.awards-slider .owl-stage {
  display: flex;
}
.awards-slider .owl-stage-outer {
  padding-left: 0 !important; /* left padding hatado */
  margin-left: 0 !important;
}
.single-award{
  height: 100%;
  padding-bottom: 10px;
}
.awards-slider .owl-stage {
  padding-left: 0 !important; /* ensure left side hidden rahe */
}
.award-item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.ana {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.inner-main-text {
  margin-left: auto;
}
.single-expertise-ab h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.single-expertise-ab {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.single-expertise-ab:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0 !important;
}
.header-img {
  margin-top: 80px;
}

/*** Footer ***/

footer h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

footer h5 {
  font-size: 1.25rem;
}

footer *,
footer p {
  font-size: 14px !important;
}
footer h3 {
  font-size: 18px !important;
}

footer a {
  color: var(--primary);
  transition: color 0.3s ease;
}

footer a.text-primary {
  font-weight: bold;
}

/* Social icons adjustments */
footer .social-icons img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

footer .social-icons img:hover {
  opacity: 1;
}

.mobile {
  display: none !important;
}
.simple-member-name {
  position: relative;
}

.simple-member-name:after {
  content: "";
  top: -22px;
  left: -22px;
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-image: url("../images/star.png");
  background-repeat: no-repeat;
}
.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5;
  cursor: default !important;
}

.member-carousel .owl-next,
.member-carousel .owl-prev {
  position: absolute;
  top: 35%;
  font-size: 30px;
  color: #282f34;
}

.member-carousel .owl-next {
  right: 0;
}
.member-carousel .owl-prev {
  left: 0;
}
video {
  /* aspect-ratio: 16:9; */
  width: 100%;
}
.close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.video-img {
  cursor: pointer;
}
.video-wrap {
  position: relative;
}

.fa-play {
  cursor: pointer;
  font-size: 50px;
  color: #d2928f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content {
  background: transparent !important;
  border: 0 !important;
}
.modal-dialog {
  max-width: 45vw;
  padding: 15px;
  max-height: 100vh;
  width: fit-content;
  height: fit-content;
}
.modal-open {
  overflow: hidden !important;
}

.bg-card-body {
  background: #f7f7f7;
  margin-top: -50px !important;
  border: 1px solid #e1e1e1;
}
.read-more {
  display: none;
}

.career_emp {
  width: 670px;
}

.subservice-slider .owl-stage {
  display: flex;
}
.sub-item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.sub-service {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

/* Main CSS */
.grid-wrapper > a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.grid-wrapper > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-wrapper {
  padding: 5px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.lb-nav a.lb-next {
  width: 50px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background: url(../images/next.png);
  opacity: 1 !important;
}
.lb-nav a.lb-prev {
  width: 50px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background: url(../images/prev.png);
  opacity: 1 !important;
}
.lb-data .lb-close {
  width: 25px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background: url(../images/close.png);
  opacity: 1 !important;
}
.view-all-img {
  position: absolute;
  background: #000000cc;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.g-none {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffb900;
  margin: 0;
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #6f478d;
  margin: 0;
  text-align: center;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #6f478d;
}

.typewrite .wrap:after {
  content: "_";
  position: relative;
  color: #fff;
  font-size: 25vh;
  bottom: 0;
}
.typewrite .wrap:after {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.stats-heading-wrap {
  position: relative;
}
.stickyHeading.sticky {
  position: fixed;
  top: 0;
}
.stickyHeading.bsticky {
  position: absolute;
  bottom: 0;
  top: auto;
}

.dtl-slider .owl-stage-outer {
  padding-left: 5px !important; /* left padding hatado */
  margin-left: 0 !important;
}

.dtl-slider .owl-stage {
  padding-left: 0 !important; /* ensure left side hidden rahe */
}

.dtl-slide{
  border: 1px solid var(--theme-color);
  position: relative;
      aspect-ratio: 1 / 1;
}
.dtl-video{
  display: block;
}
.caption-dtl{
      position: absolute;
    display: flex;
    top: 0;
    background: transparent;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
    padding: 20px 30px;
    transition: background 0.7s;
    h3{
      font-size: 38px;
    }
    p{
      position: absolute;
      letter-spacing: 5px;
      bottom: -100%;
      transition: bottom 0.5s;

    }

}
.caption-dtl:hover{
  background: #000;
  p{
    bottom: 0;
    position: relative;
  }
}

h4 {
  font-weight: 400;
  font-size: 40px;
}
.ana img {
  filter: var(--imgFilter);
}
.card {
  background: transparent;
}
.social-icons img {
  filter: var(--imgFilter);
}
.typeab .pri-heading,
.typeab .sec-heading {
  overflow: hidden;
  display: block;
  width: 0;
  white-space: nowrap;
}
.animated .pri-heading {
  animation: typing 0.7s steps(10, end);
  width: auto;
}
.animated .sec-heading {
  animation: typing 0.7s steps(10);
  width: 100%;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.half-border {
  position: relative;
}
.half-border:after {
  width: 60%;
  height: 1px;
  background: var(--theme-color);
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
}

.hero-content.container {
  padding: 0 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400 !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background: var(--bg);
}
.blog-post-content * {
  color: #fff;
}
.form-control:focus {
  color: #fff;
}

.ht-sol-row h3{
    font-size: 35px;
  }
  .ht-sol-tags{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .ht-tags{
    width: 45%;
    margin-bottom: 10px;
    color: var(--theme-color);
    font-size: 85%;
  }
  .ht-sol-row{
    margin-bottom: 30px;
  }
  .ht-sol-row:nth-child(even){
    flex-direction: row-reverse;
  }

.case-study-tags{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .case-study-tag{
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    font-size: 12px;
    padding: 10px 25px;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .ic-wrap{
    border: 1px solid var(--theme-color);
    padding: 40px;
    margin-bottom: 10px;
    height: 100%;
  }
  .ic-wrap img{
    width: 100px !important;
    margin-bottom: 10px;
  }

  .icon-content-slider .owl-stage-outer {
  padding-left: 5px !important; /* left padding hatado */
  margin-left: 0 !important;
}

.icon-content-slider .owl-stage {
  padding-left: 0 !important; /* ensure left side hidden rahe */
  display: flex;
}


@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    padding: 10px;
    background: var(--bg);
  }
  .nav-link:before {
    display: none;
  }

  /* .stats-single{
        border: 1px solid #dee2e6;
    }*/
  /* .partners-logo div{
        width: 33%;
        margin-bottom: 25px;
    }*/
}

@media (min-width: 769px) {
    .item-count:first-child {
        padding-top: 0 !important;
      }
      .item-count:first-child .item-count-child {
        padding-top: 0 !important;
      }
  .hero-content h1 {
    font-size: 80px !important;
  }
  .typewriter {
    width: 900px;
  }
  .inner-page-hero .hero-content h1 {
    font-size: 60px !important;
white-space: break-spaces;
text-align: center !important;
font-weight: 400;
letter-spacing: 3px;
line-height: 60px;
height: auto;
display: inline-block;
margin: 0;
width: 100%;
color: var(--theme-color) !important;
  }
  .hero-inner-content .typewriter {
    width: 100%;
  }
  .divider-text h1 {
    font-size: 50px !important;
  }
  .sub-hero {
    white-space: break-spaces;
    text-align: center;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .navbar .navbar-nav .nav-link, .dropdown-menu{
    font-size: 14px;
    letter-spacing: 1px;
  }
  .menu-item {
    letter-spacing: 1px;
}
  .caption-dtl {
    h3 {
        font-size: 30px;
    }
}
h4{
  font-size: 22px;
}
  h3, .h3{
    font-size: 30px;
  }
  .stats-number{
    font-size: 60px !important;
  }
  .hero-content h1 {
    font-size: 60px !important;
    text-align: center;
  }
  .typewriter {
    width: 600px;
  }
  .inner-page-hero .hero-content h1 {
            font-size: 60px !important;
        white-space: break-spaces;
        text-align: center !important;
        font-weight: 400;
        letter-spacing: 3px;
        line-height: 60px;
        height: auto;
        display: inline-block;
        margin: 0;
        width: 100%;
        color: var(--theme-color) !important;

  }
  .divider-text h1 {
    font-size: 60px !important;
    line-height: 60px;
  }
  .hero-inner-content .typewriter {
    width: 100%;
  }
}
@media (min-width: 1370px) {
  .hero-content h1 {
    font-size: 95px !important;
  }
  .inner-page-hero .hero-content h1 {
    font-size: 70px !important;
    white-space: break-spaces;
    text-align: center !important;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 70px;
    height: auto;
            display: inline-block;
        margin: 0;
        width: 100%;
        color: var(--theme-color) !important;
  }
  .typewriter {
    width: 700px;
  }
  .hero-inner-content .typewriter {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .career_emp {
    width: 100%;
  }
  .navbar-nav .current-menu-item:after {
    bottom: 0;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .text-box,
  .img-box {
    width: 90%;
    margin: auto;
  }
  .img-box {
    margin-top: 20px;
  }
  .navbar .container {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo {
    margin-top: 0;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .owl-carousel-text {
    width: 90%;
  }
  .owl-carousel-text h1 {
    font-size: 2rem !important;
  }
  .navbar-nav {
    margin-top: 20px;
  }
  .display-6 {
    font-size: 3.3rem;
  }

  .stats-img {
    width: 200px !important;
    margin: auto;
  }
  h1,
  .h1 {
    font-size: 50px !important;
  }
  h2,
  .h2 {
    font-size: 50px !important;
  }
  h3,
  .h3 {
    font-size: 40px !important;
  }
  .stats-number {
    font-size: 55px !important;
  }
  .hss-name,
  .hss-text {
    width: 100%;
  }
  .stats-single {
    text-align: left;
  }
  .typewriter {
    width: 100%;
  }
  .hero-content {
    width: 100%;
  }
  .hero-content h1 {
    font-size: 40px !important;
  }
  .sub-hero {
    white-space: pre-wrap;
    font-size: 18px;
  }

  .hero-home {
    height: 80vh;
    position: relative;
    overflow: hidden;
  }
  .typeab .pri-heading,
  .typeab .sec-heading {
    white-space: break-spaces;
  }

  .inner-page-hero .hero-content h1 {
    font-size: 40px !important;
    white-space: break-spaces;
    text-align: center !important;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 40px;
    height: auto;
    display: inline-block;
    margin: 0;
    width: 100%;
    color: var(--theme-color) !important;
  }
  .hero-inner-content .typewriter {
    width: 100%;
  }
  .divider-text h1 {
    font-size: 50px !important;
    line-height: 50px;
  }
  .sub-hero {
    white-space: break-spaces;
    text-align: center;
    letter-spacing: 3px;
  }
  .home-hero-content .sub-hero {
    text-align: center !important;
  }
  .future-text {
    width: 100%;
  }
  h4{
    font-size: 30px;
  }
  .caption-dtl h3{
    font-size: 30px !important;
  }
  .caption-dtl p{
    letter-spacing: 1px;
  }
  #sticky-element{
    position: relative !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 550px) {
  .case-study-tags {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    align-items: center;
}
}
