body {
  background-color: #00001A;
  color: #fff;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

a,
a:hover,
a:focus,
a:focus-visible,
a:active {
	outline: none !important;
	text-decoration: none !important;
}
a:visited {
	color: #ffffff !important;
}
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
  border: 0;
}

/* nav */
.site-header {
  background: rgb(0 0 0 / 35%) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 100;
  border-bottom: 1.5px solid rgba(1, 25, 40, 0.12);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.navigation {
	background: transparent !important;
}
/* .navigation {
  background: var(--frame-surface-transparent-primary-30, #0000004D);
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 100;
  border-bottom: 1.5px solid rgba(1, 25, 40, 0.12);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px); 
}*/

.navbar-nav .nav-item,
.navbar-nav .nav-link {
  margin-left: 8px;
}

.navbar-nav .nav-item a,
.navbar-nav .nav-link {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

/* nav collapse */
.navbar-collapse {
  transition: all 0.3s ease;
  background-color: #000000;
}

.navbar-collapse.show {
/*   background: var(--frame-surface-transparent-primary-30, #000000); */
  background-color: #000000 !important;
/*   padding: 20px 0; */
  z-index: 100;
  /*border-bottom: 1.5px solid rgba(1, 25, 40, 0.12);*/
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: all 0.3s ease;
}
.navbar-toggler:focus {
box-shadow: none !important;
border: 0 !important;
}
.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover {
  color: #fff;
  cursor: pointer;
}

.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
  left: -15px;
  outline: 0;
  border: 0;
}

.hamburger.is-sm {
  font-size: 1rem;
}

.hamburger.is-md {
  font-size: 1.5rem;
}

.hamburger.is-lg {
  font-size: 2rem;
}

.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: currentColor;
  transition: inherit;
  color: #fff;
}

.hamburger-line:nth-child(1) {
  top: 0.125em;
}

.hamburger.is-active .hamburger-line:nth-child(1),
.w-nav-button.w--open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}

.hamburger-line:nth-child(2) {
  top: 0.438em;
  width: 0.925em;
}

.hamburger.is-active .hamburger-line:nth-child(2),
.w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}

.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}

.hamburger.is-active .hamburger-line:nth-child(3),
.w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}




.textBlue {
  color: #7B9EFA !important;
}

.letter {
  display: inline-block;
  line-height: 1em;
}

.text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

/* hero  */
.hero {
  position: relative;
  overflow: hidden;
  z-index: 0;
  min-height: 662px;
  /* Full height of the viewport */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  /* Adjust based on your design */
  background-position: center;
  padding-top: 80px;
}


.hero:after {
  content: '';
  position: absolute;
  transform: translate(50%, -20%);
  width: 568px;
  height: 568px;
  border-radius: 100%;
  top: 0;
  right: 50%;
  filter: blur(10px);
  background: radial-gradient(circle, rgba(104, 92, 163, 1) 1%, rgba(0, 0, 26, 1) 72%);
  backdrop-filter: blur(300px);
  z-index: -1;
}

.hero p.lead {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.blueButton {
  height: 40px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  /* Vertical center */
  justify-content: center;
  /* Horizontal center */
}

.bi {
  vertical-align: -.125em;
  fill: #fff;
}

.btn {
  transition: 0.3s;
  position: relative;
}

.btn.connect svg {
  margin-left: 5px;
  display: none;
  width: 0;
  transition: 0.3s;
  position: absolute;
  right: 10px;
  opacity: 0;
}

.btn.connect:hover {
  padding-right: 45px;
  transition: 0.30s;
}

.btn.connect:hover svg {
  margin-left: 5px;
  display: block;
  width: 24px;
  opacity: 1;
  transition: 0.3s;
}

.caseStudyClose {
  width: 55%;
}

.caseStudyCta {
  width: 40%;
}

/* About */
.about {
  position: relative;
  overflow: hidden;
  background-color: #00001A;
  padding-top: 132px;
  padding-bottom: 156px;
  z-index: 0;
}

/* .about:after {
  content: '';
  position: absolute;
  transform: translate(85%, -20%);
  height: 568px;
  width: 568px;
  border-radius: 100%;
  top: 50%;
  left: 0;
  filter: blur(10px);
  background: radial-gradient(circle, rgba(104, 92, 163, 1) 1%, rgba(0, 0, 26, 1) 72%);
  backdrop-filter: blur(300px);
  z-index: -1;
} */


.about h3 {
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0px;
  text-align: center;
}

.about p {
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: 0px;
  text-align: center;
  font-weight: 300;
}

/* Commitment */
.commitments {
  background-color: #fff;
  color: #00001A;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.commitments h2,
.commitments h3 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #00001A;
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: 0%;
  max-width: 25rem;
}

.commitments .counter {
  font-weight: 600;
  font-size: 4rem;
  line-height: 80px;
  letter-spacing: -10%;
  color: rgba(123, 158, 250, 1);
  font-family: "Inter", serif;
  margin-bottom: 12px;
}

.commitments p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 1%;
  text-align: center;
  max-width: 303px;
  margin: 0 auto 1em;
}

.commitments .commitmentsInfo {
  font-weight: 400;
  text-align: left;
}

.order-list {
  border: 5px solid #999;
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  height: 150px;
  line-height: 1;
  display: inline-block;
}

.order-list>li {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  padding: 0 15px;
  border-left: 1px solid black;
  position: relative;
  top: 0;
}

.order-list>li:first-child {
  border-left: 0;
}

/* mission */
.mission {
  position: relative;
  padding-top: 124px;
  padding-bottom: 300px;
}
@media (min-width: 1800px) {
  .mission {
    overflow: hidden;
    margin-bottom: 200px;
  }  
}

.mission .missionImg {
  position: absolute;
  width: 50%;
  left: 0;
  top: 124px;
}

.mission .title {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 5px;
  color: rgba(136, 136, 136, 1);
  margin-left: 60px;
}

.mission h2 {
  margin-left: 60px;
}

.mission p {
  margin-left: 60px;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
  max-width: 90%;
}

/* .expertise .container {
  max-width: 980px;
} */

/*  */
.titleMain {
  text-transform: uppercase;
  margin-bottom: 12px;
	margin-top: 3.5rem
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 5px;
  color: rgba(136, 136, 136, 1);
  text-align: center;
}

.subTitle {
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
}

.boxWhy {
  padding: 32px 25.5px;
  position: relative;
  border: 1px solid #FFFFFF4D;
  border-radius: 30px;
  background-color: transparent;
  /* background: linear-gradient(to right, #303146, #342769); */
  /* backdrop-filter: blur(250px); */
  overflow: hidden;
  transition: 1s;
  z-index: 1;
  flex-grow: 1;
  /* Ensures equal height inside flexbox */
}

.boxWhy::after {
  content: "";
  width: 560px;
  height: 560px;
  top: 0;
  left: 0;
  border-radius: 30px;
  background: rgb(52, 39, 105);
  background: radial-gradient(circle, rgba(52, 39, 105, 1) 0%, rgba(161, 103, 0, 0) 100%);
  position: absolute;
  z-index: -1;
  transition: 1s;
}

.boxWhy:hover::after {
  transition: 1s;
  top: -200px;
  left: -220px;
}


.box-slider .slick-slide,
.clientel .slick-slide,
.tab-flexboxWrap.flexbox-slider .slick-slide {
  display: flex !important;
  /* Ensures flexbox behavior inside Slick */
  height: auto !important;
  /* Allows natural height expansion */
}

.box-slider .slick-track,
.clientel .slick-track,
.tab-flexboxWrap.flexbox-slider .slick-track {
  display: flex !important;
  /* Ensures flexbox stretches all items */
  align-items: stretch;
  /* Makes sure all items take the tallest height */
  justify-content: space-between;
}


/* why */
.why {
  padding-top: 156px;
  padding-bottom: 156px;
  position: relative;
  overflow: hidden;
}

.why:after {
  content: '';
  position: absolute;
  transform: translate(50%, -50%);
  width: 568px;
  height: 568px;
  border-radius: 100%;
  top: 50%;
  right: 0;
  filter: blur(10px);
  background: radial-gradient(circle, rgba(104, 92, 163, 1) 0%, rgba(0, 0, 26, 1) 72%);
  backdrop-filter: blur(300px);
  z-index: -1;
}

.why .subTitle {
  margin-bottom: 90px;
}

.why .container .row {
  margin-left: -32px;
  margin-right: -32px;
}

.why .container .row>* {
  /* padding-left: 32px;
  padding-right: 32px; */
}
.strengthBox {
  max-width: 316px;
  /* max-height: 218px; */
  top: 4144px;
  left: 182px;
}
/* .strengthBox:nth-child(2n) {
  margin: 0 56px !important;
} */
.box-slider .slick-dots {
  display: none;
}
/* .why .boxWhy h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 8px;
} */

.why .boxWhy h3 {
	font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0%;
    margin-bottom: 8px;
}

.why .boxWhy img {
  margin-bottom: 12px;
}

.why .boxWhy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

/* .why .container {
  max-width: 1076px;
} */

/* why ends*/
.clientel {
  border-radius: 30px;
  padding: 32px;
}

.clientelWrap {
  margin-bottom: 236px;
  position: relative;

}

.clientel .clientWrap {
  background: var(--frame-surface-transparent-blue-30, rgba(87, 131, 249, 0.4));
  padding: 32px 30px;
  border-radius: 32px;
  flex-grow: 1;
  /* Allows it to expand */
  display: flex;
  flex-direction: column;
}

.clientelWrap:after {
  content: '';
  position: absolute;
  transform: translate(-50%, -20%);
  height: 800px;
  width: 800px;
  border-radius: 100%;
  top: 50%;
  left: 0;
  filter: blur(10px);
  background: radial-gradient(circle, rgba(20, 52, 158, 1) 0%, rgba(0, 0, 26, 1) 72%);
  backdrop-filter: blur(300px);
}

.clientelWrap .container {
  max-width: 1280px;
  position: relative;
  z-index: 1;
}




.clientel .clientWrap .company {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 13px;
  height: 40px;
}

.clientel .clientWrap .company:after {
  content: '';
  border-bottom: 1px solid #fff;
  width: 100px;
  height: 40px;
  left: 0;
  bottom: 6px;
  position: absolute;
  display: block;
}

.clientel .clientWrap h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}

.clientel .clientWrap p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.clientel .clientWrap .star {
  width: 130px;
  display: inline-block;
  background-image: url(../images/Shape.svg);
  background-repeat: no-repeat;
  height: 20px;
  background-position: 0 6px;
}

.clientelWrap .slick-dots,
.box-slider .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  bottom: -50px;
  left: 0;
}

.clientelWrap .slick-dots li,
.box-slider .slick-dots li {
  display: inline-block;
}

.clientelWrap .slick-dots li button:before,
.box-slider .slick-dots li button:before,
.tab-flexboxWrap .flexbox-slider .slick-dots li button:before {
  background-color: #FFFFFF;
  border-radius: 10px;
  height: 15px;
  width: 15px;
  border: 0;
  font-size: 0;
  margin: 0 5px;
  opacity: 0.5;
}

.clientelWrap .slick-dots li.slick-active button:before,
.box-slider .slick-dots li.slick-active button:before,
.tab-flexboxWrap .flexbox-slider .slick-dots li.slick-active button:before {
  background-color: #FFFFFF;
  border-radius: 10px;
  height: 15px;
  width: 15px;
  border: 0;
  font-size: 0;
  opacity: 1;
}

/* the slides */
.clientel .slick-slide,
.box-slider .slick-slide,
.tab-flexboxWrap .flexbox-slider .slick-slide {
  margin: 0 8px;
}

/* the parent */
.clientel .slick-list {
  margin: 0 -8px;
}

/* Pre Footer */
/* Floating Circles */
.floating-circle {
  position: absolute;
  width: 800px;
  height: 846px;
  border-radius: 50%;
  filter: blur(300px);
}

/* Purple Circle - Top Left */
.purple-circle {
  background: rgba(104, 92, 163, 0.4);
  top: -140%;
  left: -20%;
}

/* Blue Circle - Bottom Right */
.blue-circle {
  background: rgba(20, 52, 158);
  bottom: -70%;
  right: -20%;
}

.preFooter .preFooterWrap {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.preFooter .lead {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
}

.preFooter .preFooterContent {
  background: var(--frame-surface-transparent-secondary-5, #FFFFFF0D);
  backdrop-filter: blur(200px);
  z-index: 2;
}
.preFooterContent h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
}

/* Footer */
.footer {
  background: #0000004D;
}

.footerLogo {
  width: 82px;
  height: auto;
}

.footerWrap h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.footerWrap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.footerWrap p.footerInfo {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
}

.followUs {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.footerWrap hr {
  background: #FFFFFF4D;
}

.footerBackLink {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  padding-bottom: 16px;
}
.footerBackLink li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  padding-bottom: 16px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.footerAddress li {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0px;
  padding-bottom: 16px;
}

.footerWrap p.copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

/* accordian */

/*slide styles !!!YOU NEED THEM */
.flexbox-slider {
  display: flex;
  width: 100%;
  height: 500px;
  visibility: hidden;
  margin-bottom: 24px;
}

.flexbox-slider .flexbox-slide {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  width: 33.33%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /*cursor: pointer;*/
  visibility: visible;
  margin: 0 12px;
}

.tab-flexboxWrap .flexbox-slider {
  visibility: visible;
  opacity: 1;
  height: 450px;
}

.tab-flexboxWrap .flexbox-slider .flexbox-slide {
  height: 400px;
  visibility: visible;
}

.tab-flexboxWrap .flexbox-slider:hover .flexbox-slide:hover {
  flex-shrink: unset;
  width: 100%;
}

.tab-flexboxWrap .flexbox-slider .flexbox-slide .text-block,
.tab-flexboxWrap .flexbox-slider.flexbox-slider-1:hover .flexbox-slide:hover .text-block,
.tab-flexboxWrap .flexbox-slider.flexbox-slider-1 .flexbox-slide .text-block {
  visibility: visible;
  display: block;
  opacity: 1;
  bottom: 30px;
  left: 15px;
}


.tab-flexboxWrap .flexbox-slider .flexbox-slide h2 {
  visibility: hidden;
  opacity: 0;

}

.flexbox-slider .flexbox-slide img {
  opacity: 0.5;
}

.flexbox-slider .flexbox-slide h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0px;

}

.flexbox-slider .flexbox-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
}


.flexbox-slider .flexbox-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

.flexbox-slider .flexbox-slide .text-block {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 400px;
  padding: 20px;
  border-radius: 5px;
  /* background-color: rgba(0, 0, 0, 0.6); */
  color: #fff;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
}

.flexbox-slider .flexbox-slide h2 {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 20px;
}

.flexbox-slider .flexbox-slide .text-block>h2 {
  font-size: 20px;
  font-weight: 700;
  position: static;
}

.flexbox-slider:hover .flexbox-slide:hover {
  flex-shrink: 0;
  width: 70%;
}

.flexbox-slider:hover .flexbox-slide:hover h2 {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 1s;
  bottom: 30px;
  opacity: 0;
  visibility: visible;
}

/* effect 1 styles */
.flexbox-slider.flexbox-slider-1 .flexbox-slide .text-block {
  bottom: 60px;
}

.flexbox-slider.flexbox-slider-1:hover .flexbox-slide:hover .text-block {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 1s;
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

/* slick slider arrow */
.slick-next {
  right: 4px;
}

.slick-prev {
  left: -4px;
}


/* Search Page CSS */
.searchboxes-sec {
    padding: 150px 0 50px;
    position: relative;
    z-index: 9;
}

/* Contact Form Popup CSS */
.modal-content {
	color: #ffffff !important;
	background-color: #6974a6;
	background-color: #46558d;
}
.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content label {
	color: #ffffff;
	display: block;
}
.modal-content input {
	width: 100%;
}
.modal-content textarea {
	height: 80px;
}
.modal-content .wpcf7-submit {
    background: #0d6efd !important;
    border: 1px solid #0d6efd !important;
    border-radius: 0.375rem !important;
    width: auto !important;
    padding: 10px 20px !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #fff !important;
    border: 1px solid #5061a1;
    background: #5061a1;
    border-radius: 3px;
    padding: 3px;
    margin: 6px 0 0;
}



.expertise .flexbox-slide .text p {
    display: block;
    display: -webkit-box;
    height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.heroTitle{
	font-size: 64px;
}

/* custom small size */
@media (max-width:1200px) {
	.commitments .counter {
		font-size: 3rem;
	}	
}


@media (max-width:992px) {
  .strengthBox {
    margin: 0 20px !important;
    max-width: 100%;
  }
  /* .strengthBox:nth-child(2n) {
    margin: unset !important;
  } */

  .preFooterContent h1,
  .heroTitle {
    font-size: 38px;
    line-height: normal;
  }
  .container {
    max-width: 767px;
  }
  .preFooter .lead {
    font-size: 18px;
    line-height: 22px;
  }
  .custom-container {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation {
/*     background: var(--frame-surface-transparent-primary-30, #000000); */
  }

  .hero {
    padding-top: 25%;
  }

  .sm-container-height {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    height: fit-content !important;
  }

  .clientelWrap {
    margin: 0;
  }

  /* .boxWhy::after {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
  } */
  .mission .title, .mission h2, .mission p{
    margin-left: 0;
    margin-bottom: 12px;
  }
  .mission p{
    max-width: fit-content;
  }
  
	.sm-container-height {
		padding-top: 0px !important;
		padding-bottom: 50px !important;
		height: fit-content !important;
	  }
	.footerWrap .boxOne {
		margin-bottom: 15px;
	}
	#menu-footer-links,
	.footerAddress .footerBackLink,
	.footerAddress .footerBackLink li:last-child {
		padding-bottom: 0;
	}
	.footerWrap h5 {
		font-size: 20px;
	}
	.footerWrap p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}
}


@media (max-width:1024px) and (min-width: 768px) {
	.commitments h2, .commitments h3 {
		margin: 0 auto;
	}
	.commitments p {
		margin: 0 auto;
	}
    .mission {
    height: 450px !important;
	}
	.mission .missionImg{
      top:50px !important
    }
	
}
@media (max-width: 767px){
	.site-header, .navbar{
		padding-bottom:0;
	}
	.navbar-brand{
		padding-left:20px;
	}
	.hamburger{
        left: -30px;
    }
.nav-item:last-child .nav-link
 {
    border-bottom: 0;
}
	.navbar-nav .nav-link {
        padding: 30px 0 30px 20px;
        border-bottom: 1px solid #ffffff52;
        margin: 0;
        font-size: 24px;
        text-align: left !important;
    }
}


@media (max-width: 25rem) {
	.commitments p,
	.commitments h2, .commitments h3 {
		margin: 0 auto;
	}
  .navbar-nav .nav-link {
    padding: 30px 0 30px 20px;
    border-bottom: 1px solid #ffffff52;
    margin: 0;
    font-size: 24px;
    text-align: left !important;
}
	.clientelWrap .slick-dots, .box-slider .slick-dots,
	.tab-flexboxWrap .flexbox-slider .slick-dots {
		bottom: -45px;
	}
.tab-flexboxWrap .flexbox-slider {
  height: auto;
}
	
.navbar-nav .nav-item,
.navbar-nav .nav-link {
  margin-left: 0px;
}
.navbar-collapse.show {
  padding-bottom: 0;
}
  .hero {
    min-height: 80vh;
  }
  .navbar-brand img {
    padding-left: 20px;
  }
  .hamburger {
    margin-right: 20px;
  }
  .slick-dots {
    width: 95%;
  }
  .clientel {
    padding: 0;
  }
  .custom-container {
    max-width: 720px; /* Same as Bootstrap container */
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .commitments .counter {
    font-weight: 600;
    font-size: 3rem;
    line-height: 80px;
    letter-spacing: -10%;
    color: rgba(123, 158, 250, 1);
    font-family: "Inter", serif;
    margin-bottom: 12px;
  }
  .sm-container-height {
/*     padding-top: 5rem !important; */
    padding-top: 0 !important;
    padding-bottom: 3rem !important;
  }
	.commitments .counter {
		font-size: 2.5rem;
	}

.navbar-nav {
	background-color: #000;
} 
	
}
@media (max-width:600px) {
  .hero {
    padding-top: 35%;
  }
	.commitments h2 {
		font-size: 2.3rem;
		line-height: 2.5rem;
		margin-top: 30px;
		margin-bottom: 30px !important;
	}
	#WhatWeDo .slick-dots {
		width: 95% !important;
		margin: 0 auto !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.mission h3, .mission h5, .mission h6 {
		padding: 0 !important;
		text-align: left !important;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-collapse {
        margin-right: 25px;
    }
}
/* Make sidebar sticky */
.blog-sidebar {
  position: sticky;
  top: 100px;   /* adjust if your header/nav is taller */
  align-self: flex-start;
  height: fit-content;  /* prevent stretching */
}

