@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Montserrat", sans-serif;
  background: #F5F5F5;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.header {
  margin: 0 30px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 96%;
  margin: 30px auto 0;
  border-radius: 20px;
  padding: 7px 30px;
  z-index: 9;
}

.header .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #424242;
}

.header .navbar-nav {
  align-items: center;
}

.header .navbar-nav .nav-link.active,
.header .navbar-nav .nav-link.show {
  color: #424242;
  font-weight: 700;
}

.header .navbar-nav .nav-link:hover {
  color: #F26921;
}

.header .navbar-nav .nav-item {
    padding: 0 15px;
    min-height: 85px;
    display: flex;
    align-items: center;
}
.header .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.header .navbar-nav .contact-btn {
  background: #F26921;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 26px;
  color: #fff;
  padding: 14px 26px;
}

.header .navbar-nav .contact-btn:hover {
  color: #fff;
  background: #000;
}






/* Mega menu full width */

.mega-dropdown {
  position: inherit;
}

.mega-menu {
  width: 100%;
  /* full width */
  left: 0;
  /* align to left */
  right: 0;
  /* align to right */
  top: 85% !important;
  /* below navbar */
  position: absolute;
  background: #fff;
  display: none;
  z-index: 9999;
}

/* Show when active */
.mega-dropdown.show .mega-menu {
  display: block;
}

.mega-menu h6 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mega-menu .dropdown-item {
  padding: 4px 0;
  font-size: 16px;
  font-weight: 500;
  color: #424242;
}

.mega-menu .dropdown-item:hover {
  color: #F26921;
  background: transparent;
}

.header .dropdown-toggle::after {
  vertical-align: 0.19em;
}

.mega-menu-img {
  height: 255px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.header .img-block {
  border-left: 1px solid #70707076;
  padding-left: 30px;
}










.theme-btn {
  background: #F26921;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 31px;
  color: #fff;
  padding: 12px 26px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.theme-btn:hover {
  background: transparent;
  border: 1px solid #fff;
}

.theme-btn-white {
  background: transparent;
  border: 1px solid #fff;
}

.theme-btn-white:hover {
  background: #fff;
  color: #000;
}

.banner-section {
  padding: 400px 60px 100px;
  position: relative;
  height: 100vh;
}

.banner-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(90deg, #374D977C 0%, #374D9727 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px;
  z-index: -1;
}
ul#pills-tab {
    display: flex;
    justify-content: center;
}
.banner-section h1 {
  font-size: 55px;
  line-height: 79px;
  color: #FFFFFF;
  max-width: 55%;
  padding: 0 0 20px;
}

.banner-section p {
  font-size: 20px;
  line-height: 33px;
  color: #FFFFFF;
  max-width: 60%;
  padding: 0 0 50px;
}

.banner-section .theme-btn {
  margin-right: 10px;
}

.banner-section video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-section .icon img {
  max-width: 76%;
}

.circle {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f26126;
  /* orange circle */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  bottom: 40px;
  right: 60px;
}

.circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite;
}

.circle text {
  font-family: Arial, sans-serif;
  font-size: 16px;
  fill: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

.circle .icon {
  position: relative;
  z-index: 2;
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.innovation-section {
  padding: 150px 60px;
}

.innovation-section h2 {
  font-size: 55px;
  font-weight: 500;
  color: #374D97;
  padding: 0 0 20px;
}

.innovation-section p {
  font-size: 22px;
  font-weight: 400;
  color: #424242;
  padding: 0 0 10px;
}

.innovation-section .img-block {
  position: relative;
}

.innovation-section .img-block .innovation-image-small {
  position: absolute;
  left: 5px;
  bottom: 0;
  max-width: 50%;
}

.innovation-section .d-flex {
  border-bottom: 1px solid #80D4FCB7;
  align-items: center;
  justify-content: space-between;
}

.innovation-section .d-flex .left-block {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 5px solid #59A7CC;
  padding: 25px 0;
  width: 24%;
}

.innovation-section .d-flex h4 {
  font-size: 58px;
  font-weight: 700;
  color: #59A7CC;
}

.innovation-section .d-flex p {
  font-size: 29px;
  font-weight: 600;
  color: #424242;
}

.innovation-section .content-block {
  padding-left: 70px;
}

.innovation-section .d-flex:nth-of-type(2) {
  border-bottom: 1px solid #F26921;
}

.innovation-section .d-flex:nth-of-type(2) h4 {
  color: #F26921;
}

.innovation-section .d-flex:nth-of-type(2) .left-block {
  border-bottom: 5px solid #F26921;
}

.innovation-section .img-block {
  position: relative;
}

.innovation-section .circle {
  width: 120px;
  height: 120px;
  bottom: -30px;
  right: -30px;
}

.innovation-section .icon img {
  max-width: 60%;
}

.innovation-section .icon p {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  text-align: center;
  padding: 0;
}

.innovation-section .icon p span {
  font-size: 20px;
  font-weight: 500;
}

.our-services-section {
  background: #222F5A;
  padding: 150px 60px 30px;
}

.our-services-section h4 {
  font-size: 25px;
  font-weight: 600;
  color: #59A7CC;
  padding: 0 0 20px;
}

.our-services-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #F26921;
  padding: 0 0 30px;
}

.our-services-section p {
  font-size: 25px;
  line-height: 44px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 20px;
  max-width: 80%;
}

.our-services-section .scroll-card {
  padding: 80px 80px 0;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border: 1px solid #59A7CC;
  border-radius: 8px;
  /* position: relative; */
  margin: 0 0 20px;
}

.our-services-section .scroll-card:last-child {
  margin: 0;
}

.our-services-section .scroll-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  padding: 0 0 20px;
}

.our-services-section .scroll-card p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  max-width: 100%;
  padding: 0 0 50px;
}

.our-services-section .scroll-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.our-services-section .scroll-card ul li {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  max-width: 100%;
  padding: 0 0 30px 50px;
  position: relative;
}

.our-services-section .scroll-card ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  background: url(../images/tick.svg) no-repeat;
  height: 32px;
  width: 32px;
}

.our-services-section .scroll-card .num-text {
  position: absolute;
  left: 0;
  top: 36px;
}

.our-services-section .scroll-card .bracket-icon {
  margin: 20px 0 30px;
}

.our-services-section .service-img {
  margin: 0 auto;
  display: block;
}

.our-services-section .left-block {
  position: sticky;
  top: 100px;
  left: 0;
}




.case-studies-section {
  padding: 150px 60px 200px;
}

.case-studies-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #374D97;
  padding: 0 0 15px;
}

.case-studies-section p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  padding: 0 0 20px;
}

.case-studies-section .card-wrapper {
  padding: 50px 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000017;
  border-radius: 20px;
}

.case-studies-section .card-wrapper h4 {
  font-size: 30px;
  font-weight: 700;
  color: #F26921;
  padding: 0 0 10px;
}

.case-studies-section .card-wrapper p {
  padding: 0 0 30px;
}

.case-studies-section .card-wrapper .content-block {
  padding-left: 60px;
}

.case-studies-section .card-wrapper .content-block ul {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
}

.case-studies-section .card-wrapper .content-block ul li {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  max-width: 100%;
  padding: 0 0 20px 50px;
  position: relative;
}
.latest-launches-section h2 {
    font-size: 45px;
    font-weight: 600;
    color: #374D97;
    padding: 0 0 15px;
}
.latest-launches-section p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    padding: 0 0 20px;
}
.case-studies-section .card-wrapper .content-block ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../images/tick.svg) no-repeat;
  height: 25px;
  width: 25px;
      background-size: 100%;
}

.case-studies-section .card-wrapper .content-block h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding: 0 0 20px;
}

.case-studies-section .theme-btn:hover {
  background: #000;
  color: #fff;
}

.slick-prev {
  background: url(../images/slider-arrow-prev.svg) no-repeat center center;
  border: 0;
  font-size: 0;
  height: 50px;
  width: 110px;
  border-radius: 30px;
  border: 1px solid #F26921;
  position: absolute;
  left: 0;
  bottom: -70px;
}

.slick-next {
  background: url(../images/slider-arrow-next.svg) no-repeat center center;
  border: 0;
  font-size: 0;
  height: 50px;
  width: 110px;
  border-radius: 30px;
  border: 1px solid #F26921;
  position: absolute;
  left: 130px;
  bottom: -70px;
}



.case-studies-slider .slick-slide {
  margin: 0 10px;
  /* gap on left & right */
  padding: 10px 0;
}

/* prevent overflow cut-off */
.case-studies-slider .slick-list {
  margin: 0 -10px;
  /* negative of slide margin */
}




.experience-excellence-section {
  background: #222F5A;
  padding: 100px 60px;
}

.experience-excellence-section h4 {
  font-size: 25px;
  font-weight: 600;
  color: #59A7CC;
  padding: 0 0 20px;
}

.experience-excellence-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #F26921;
  padding: 0 0 30px;
}

.experience-excellence-section p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 40px;
}

.experience-excellence-section .right-block {
  position: relative;
  text-align: right;
}

.experience-excellence-section .right-block .experience-excellence-img-small {
  position: absolute;
  right: -4px;
  bottom: -18px;
  max-width: 37%;
}

.experience-excellence-section .icon img {
  max-width: 84%;
}

.experience-excellence-section .circle {
  bottom: -50px;
  right: -40px;
}

.experience-excellence-section .left-block ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0 0 60px;
  margin: 0;
}

.experience-excellence-section .left-block {
  padding-right: 20px;
}

.experience-excellence-section .left-block ul li {
  font-size: 54px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}





.our-solutions-section {
  padding: 100px 60px;
  overflow-x: hidden;
}

.our-solutions-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #374D97;
  text-align: center;
}

.our-solutions-section h4 {
  font-size: 25px;
  font-weight: 600;
  color: #424242;
  text-align: center;
  padding: 0 0 20px;
}

.our-solutions-section .slider {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 2000px;
}

.our-solutions-section .slide {
  position: absolute;
  width: 350px;
  height: 500px;
  background: #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  padding: 0 30px;
}

.our-solutions-section .slide h4 {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
}

.our-solutions-section .prev-btn,
.our-solutions-section .next-btn {
  border: 0;
  background: transparent;
}

.our-solutions-section .btn-block {
  text-align: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .our-solutions-section .slide {
    width: 280px;
    height: 400px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .our-solutions-section .slide {
    width: 220px;
    height: 320px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .our-solutions-section .slide {
    width: 180px;
    height: 260px;
  }
}



.tech-stacks-section {
  padding: 30px 60px 100px;
}

.tech-stacks-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #374D97;
  text-align: center;
  padding: 0 0 20px;
}

.tech-stacks-section p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  max-width: 72%;
  margin: 0 auto;
  padding: 0 0 70px;
}

.tech-stacks-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
}

.tech-stacks-section ul li {
  width: 14.25%;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.tech-stacks-section ul li:nth-child(7n) {
  border-right: 0;
}

.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}
















.stack-cards {
  position: relative;
}

.stack-cards__item {
  position: sticky;
  top: 20px;
  /* where cards stick */
  min-height: 300px;
  /* adjust height */
  margin-bottom: 40px;
  /* spacing between cards */
  background: #eee;
  border-radius: 10px;
  padding: 40px;
  font-size: 24px;
}


.d-stack-card-slider-section .d-card__inner {
  will-change: transform;
  background: white;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px hsla(265.3, 20%, 10%, 35%);
  transform-origin: center top;
}






.latest-launches-section {
  padding: 100px 60px;
}

.slider-left img {
  width: 100%;
  border-radius: 10px;
}

.custom-arrows {
  margin-top: 20px;
  text-align: right;
}

.custom-arrows button {
  border: 0;
  box-shadow: none;
  background: none;
}







.latest-launches-section .slider-right {
  background: #222F5A;
  border-radius: 0 13px 13px 0;
  padding: 50px 50px;
  position: relative;
}

.latest-launches-section .slider-right:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: -50%;
  top: 0;
  background: #222F5A;
  z-index: -1;
}

.latest-launches-section .slider-right h3 {
  font-size: 36px;
  font-weight: 700;
  color: #F26921;
  padding: 0 0 20px;
}

.latest-launches-section .slider-right p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 40px;
}

.latest-launches-section .slider-right h4 {
  font-size: 30px;
  font-weight: 700;
  color: #59A7CC;
  padding: 0 0 20px;
}

.latest-launches-section .slider-right ul {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
}

.latest-launches-section .slider-right ul li {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 30px 50px;
  position: relative;
}

.latest-launches-section .slider-right ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  background: url(../images/tick-white.svg) no-repeat;
  height: 32px;
  width: 32px;
}

.latest-launches-section .slider-right .theme-btn {
  background: #59A7CC;
}

.latest-launches-section .slider-right .theme-btn:hover {
  background: #F26921;
  border-color: #F26921;
}







.slider-left .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}

.slider-left .slick-list {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
  padding-left: 0% !important;
  padding-right: 0 !important;
}

.slider-left .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-left .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.slider-left .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 57% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
  float: none;
}

.slider-left .slick-snext,
.slider-left .slick-sprev {
  display: block;
}

.slider-left .slick-snext {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 10px);
  z-index: 2;
}

.slider-left .slick-current {
  opacity: 1;
  transform: translate3d(20%, 0, 20px);
  z-index: 3;
}

.slider-left .slick-sprev {
  opacity: 1;
  transform: translate3d(-25%, 0, 0px);
}

.slick-initialized .slick-slide {
  display: block;
}


.slider-left img {
  height: 600px;
  object-fit: cover;
}







.project-section {
  padding: 100px 60px;
  background: #222F5A;
}

.project-section h3 {
  font-size: 25px;
  font-weight: 600;
  color: #59A7CC;
  padding: 0 0 10px;
  text-align: center;
}

.project-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #F26921;
  padding: 0 0 40px;
  text-align: center;
}

.project-section .flex-card {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.project-section .flex-card .content-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 15px;
  background: transparent;
  margin: 0 20px 20px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.project-section .flex-card .content-block h4 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 10px;
}

.project-section .flex-card .content-block h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 10px;
  text-align: left;
}

.project-section .flex-card .content-block h6 {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  padding: 0 0 10px;
  display: none;
}

.project-section .flex-card .content-block h6 i {
  color: #F26921;
}

.project-section .flex-card .content-block p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 0;
  transition: all 0.3s ease-in-out;
}

.project-section .flex-card:hover .content-block {
  background: #fff;
}

.project-section .flex-card:hover .content-block h6 {
  display: block;
}

.project-section .flex-card:hover .content-block p {
  height: auto;
}

.project-section .flex-card:hover .content-block h4 {
  color: #F26921 !important;
}

.project-section .flex-card:hover .content-block h3 {
  color: #000;
}

.project-section .flex-card:hover {
  min-width: 500px;
}

.project-section .slick-list {
  margin: 0 -10px;
}

.project-section .slick-slide {
  margin: 0 10px;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}

.project-section .slick-next {
  right: 0;
  left: auto;
}

.project-section .slick-prev {
  right: 130px;
  left: auto;
}

.project-section .separator-line {
  height: 2px;
  width: 85%;
  background: #FFFFFF71;
  margin-top: 0;
}

.project-section .separator-line-wrapper {
  padding: 50px 0 0;
  gap: 20px;
}

.project-section .separator-line-wrapper .prev-next-btn {
  display: flex;
}

/* Default slick slide */
.projects-slider .slick-slide {
  transition: all 0.4s ease;
  /* smooth animation */
  flex: 1 1 auto;
}

/* Hovered slide */
.projects-slider .slick-slide.hovered {
  flex: 0 0 470px !important;
  /* force width */
  z-index: 2;
  /* bring on top */
  transition: all 0.3s ease-in-out;
}

/* Non-hovered slides */
.projects-slider .slick-slide.not-hovered {
  flex: 0 0 400px !important;
  /* smaller width */
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.projects-slider .img-block {
  border-radius: 15px;
  overflow: hidden;
}

.projects-slider .img-block img {
  width: 100%;
  height: 465px;
  object-fit: cover;
}

/* Smooth background + text color + size transitions */
.project-section .flex-card,
.project-section .flex-card .content-block,
.project-section .flex-card .content-block h4,
.project-section .flex-card .content-block h3,
.project-section .flex-card .content-block h6,
.project-section .flex-card .content-block p,
.project-section .projects-slider .slick-slide,
.project-section .projects-slider .img-block,
.project-section .projects-slider .img-block img {
  transition: all 0.4s ease-in-out;
}

/* h6 (extra info) → fade/slide smoothly instead of instant */
.project-section .flex-card .content-block h6 {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.project-section .flex-card:hover .content-block h6 {
  opacity: 1;
  max-height: 50px;
  /* adjust as needed */
}

/* p (description) → fade/slide smoothly */
.project-section .flex-card .content-block p {
  opacity: 0;
  max-height: 0;
}

.project-section .flex-card:hover .content-block p {
  opacity: 1;
  max-height: 200px;
  /* enough for 3 lines */
}

/* subtle zoom/brighten on hover images */
.project-section .projects-slider .slick-slide:hover .img-block img {
  transform: scale(1.05);
  filter: brightness(1.1);
}


/* Smooth transform + opacity animation (GPU accelerated) */
.projects-slider .slick-slide {
  transition: transform 0.38s cubic-bezier(.2, .8, .2, 1), opacity 0.38s ease, box-shadow 0.38s ease;
  will-change: transform, opacity;
  transform-origin: center center;
}

/* hovered: slightly scale up and lift */
.projects-slider .slick-slide.hovered {

  z-index: 20;
  /* keep above neighbors */
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.15);
}

/* not-hovered: slightly shrink + fade */
.projects-slider .slick-slide.not-hovered {

  opacity: 0.78;
  z-index: 1;
}




.awards-section {
  padding: 100px 60px;
}

.awards-section .img-block {
  position: relative;
}

.awards-section .img-block .award-img-small {
  position: absolute;
  right: 6px;
  bottom: -19px;
  width: 44%;
}

.awards-section .circle {
  bottom: -60px;
  right: -40px;
}

.awards-section .icon img {
  max-width: 60%;
}

.awards-section .flex-card {
  padding: 0 0 20px;
}

.awards-section .flex-card .image-block {
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  margin: 0 0 10px;
  height: 220px;
  padding: 10px;
}

.awards-section .flex-card .image-block img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  object-fit: contain;
}

.awards-section .right-block {
  padding-left: 80px;
  position: relative;
}

.awards-section .flex-card p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.awards-section img.awardblock  {
    border-radius: 20px;
    box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
}


/* .awards-section .hover-card {
  opacity: 0;
  transform: translateY(50px);
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 70px;
  width: auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.awards-section .hover-card.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
} */



.awards-section .hover-card {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* overflow: hidden; */
  transition:
    width 0.5s ease,
    height 0.5s ease,
    opacity 0.5s ease;
  margin-top: -645px;
}

.awards-section .hover-card.active {
  width: 100%;
  /* or your desired size */
  height: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}



.awards-section .hover-card .flex-card-wrapper {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001C;
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(37px);
  -webkit-backdrop-filter: blur(37px);
  /* background: rgba(255, 255, 255, 0.3); */
  background: #fff;
  /* must NOT be fully opaque */
  backdrop-filter: blur(37px);
  -webkit-backdrop-filter: blur(37px);
  /* Safari support */
  text-align: center;
  padding: 70px 50px;
}

.awards-section .hover-card .flex-card-wrapper h4 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  padding: 70px 0 50px;
}

.awards-section .hover-card .flex-card-wrapper p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  padding: 0 0 20px;
}

.awards-section .right-block h4 {
  font-size: 25px;
  font-weight: 600;
  color: #424242;
  padding: 0 0 10px;
}

.awards-section .right-block h2 {
  font-size: 45px;
  font-weight: 600;
  color: #374D97;
  padding: 0 0 20px;
}

.awards-section .right-block {
  position: relative;
}

.awards-section .flex-card-wrapper.active {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001C;
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(37px);
  -webkit-backdrop-filter: blur(37px);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(37px);
  -webkit-backdrop-filter: blur(37px);
  text-align: center;
  padding: 70px 50px;
  position: absolute;
  left: 70px;
}

.awards-section .flex-card-wrapper.active .image-block {
  background: transparent;
}

.awards-section .flex-card-wrapper .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: 0;
  font-size: 20px;
  color: #424242;
}

.awards-section .hover-card .flex-card-wrapper .image-block {
  height: 260px;
  background: #fff;
  max-width: 40%;
  margin: 0 auto;
}




.awards-section .flex-card-wrapper {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.awards-section .flex-card-wrapper.active {
  flex: 0 0 100% !important;
  max-width: 92% !important;
}

/* Hide normal grid when expanded */
.awards-section .flex-card-wrapper.active .flex-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.awards-section .flex-card-wrapper.active .flex-card img {
  max-width: 200px;
  margin-bottom: 20px;
}

.awards-section .flex-card-wrapper.active p {
  font-size: 16px;
  font-weight: 500;
}








.clients-section {
  padding: 100px 60px;
  background: #222F5A;
}

.clients-section h3 {
  font-size: 25px;
  font-weight: 600;
  color: #59A7CC;
  padding: 0 0 15px;
}

.clients-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #F26921;
  padding: 0 0 40px;
}

.clients-section .flex-card {
  background: #FEFEFEDE 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000000D;
  border: 1px solid #59A7CC71;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  position: relative;
  min-height: 475px;
  transition-duration: 0.5s;
}

.clients-section .flex-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #59A7CC;
  padding: 10px 0 10px;
}

.clients-section .flex-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  padding: 0 0 20px;
}

.clients-section .flex-card p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /* number of lines to show */
  line-clamp: 8;
  -webkit-box-orient: vertical;
  position: relative;
  padding: 0 40px;
  transition-duration: 0.5s;
}
.clients-section .flex-card:hover p {
    -webkit-line-clamp: 12;
    line-clamp: 12;
}

.clients-section .flex-card p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 23px;
  background: url(../images/quote-left.svg) no-repeat;
}

.clients-section .flex-card p:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 16px;
  width: 23px;
  background: url(../images/quote-right.svg) no-repeat;
}

.clients-section .flex-card .client-image {
  border: 5px solid #59A7CC;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.clients-section .flex-card .quote-top {
  position: absolute;
  top: -30px;
  left: 30px;
}


.clients-section .clients-slider .slick-list {
  margin: 0 -12px;
  padding-right: 25% !important;
  /* adjust % until you see half slide */
  padding-left: 0 !important;
  /* no half slide on left */
}

/* space between slides */
.clients-section .clients-slider .slick-slide {
  margin: 0 12px;
  /* adjust spacing */
  padding: 40px 0;
}

.clients-section .slick-next {
  background: url(../images/slider-arrow-next-white.svg) no-repeat center center;
  border: 1px solid #fff;
}


.what-we-deliver-section {
  padding: 100px 0;
}

.what-we-deliver-section h3 {
  font-size: 25px;
  font-weight: 600;
  color: #424242;
  text-align: center;
  padding: 0 0 15px;
}

.what-we-deliver-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #374D97;
  text-align: center;
  padding: 0 0 80px;
}

.what-we-deliver-section ul {
  padding: 0 0 30px;
}

.what-we-deliver-section ul li {
  height: 150px;
  display: flex !important;
  align-items: center;
}

/* flip the container that holds the track — this reverses slick's translate direction */
.what-we-deliver-section .bottom-list.slick-initialized .slick-list,
.what-we-deliver-section .bottom-list .slick-list {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* flip the *inner* content back so it's readable (target the original item inside each slide) */
.what-we-deliver-section .bottom-list.slick-initialized .slick-slide>*,
.what-we-deliver-section .bottom-list .slick-slide>* {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* optional: spacing between items */
.what-we-deliver-section .bottom-list .slick-slide {
  margin: 0 50px;
  /* adjust gap */
}

/* optional: spacing between items */
.what-we-deliver-section .top-list .slick-slide {
  margin: 0 50px;
  /* adjust gap */
}

/* optional: ensure images don't inherit weird transforms deeper in DOM */
.what-we-deliver-section .bottom-list .slick-slide img {
  display: block;
  max-width: 100%;
}



.footer {
  padding: 100px 60px 20px;
  background: #222F5A;
}

.footer h3 {
  font-size: 22px;
  font-weight: 700;
  color: #F26921;
  padding: 0 0 10px;
}

.footer .nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .nav-list li {
  margin: 0 0 5px;
}

.footer .nav-list li a {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}

.footer .d-flex {
  padding: 0 0 5px;
}

.footer .d-flex p {
  width: 40%;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
}

.footer .d-flex a {
  width: 40%;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  text-decoration: none;
}

.footer .d-flex .mail-link {
  text-decoration: underline;
}


.footer .social-list {
  list-style: none;
  padding: 15px 0 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.footer .social-list li a {
  background: #F26921;
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #222F5A;
  text-decoration: none;
  border-radius: 4px;
}

.copyright-text {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF72;
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
}










.glider {
  margin: 0 auto;
  position: relative;
  transform: translateZ(0);
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: hidden
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
  display: none
}

.glider-contain {
  margin: 0 auto;
  position: relative;
  width: 100%
}

.glider-track {
  transform: translateZ(0);
  width: 100% !important;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1
}

.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: transparent;
  width: 12px;
  height: 12px;
  margin: 7px
}

.glider-dot:focus {
  background: #F76600
}

.glider-dot:hover {
  background: #F76600
}

.glider-prev,
.glider-next {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  position: absolute;
  z-index: 2;
  font-size: 30px;
  text-decoration: none;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #212121;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(.17, .67, .83, .67), color 0.5s cubic-bezier(.17, .67, .83, .67);
  width: 65px;
  height: 65px
}

.glider-next {
  right: 10px;
  background: url(../../../../../../../../themes/valuecoders/v6.0/images/right-slide-btn.png) 0 0 no-repeat;
  background-size: 100%
}

.glider-prev {
  background: url(../../../../../../../../themes/valuecoders/v6.0/images/left-slide-btn.png) 0 0 no-repeat;
  background-size: 100%
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px
}

.glider-slide img {
  max-width: 100%
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .2;
  cursor: default
}

.glider-hide {
  opacity: 0
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0
}

.glider-dot.active {
  background: #fff
}

.day .glider-next {
  background-position: -53px 0
}

.day .glider-prev {
  background-position: -53px 0
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25)
  }
}



.solution-slide-section .top-section h2 {
  color: #fff
}

.solution-slide-section .top-section p {
  color: #bdb7b7
}

.solution-slide-section .solution-out {
  position: relative
}

.solution-slide-section .solution-out .solution-slider {
  position: relative;
  width: 100%
}

.solution-slide-section .solution-out .solution-slider .glider {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow: hidden
}

.solution-slide-section .solution-out .solution-slider .flex-5 {
  width: 25% !important;
  min-width: 0;
  transition: all 0.5s ease;
  padding: 0 5px
}


.solution-slide-section .solution-out .solution-slider .flex-5:hover {
  flex-basis: 30%
}

.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 {
  height: 460px;
  border-radius: 10px;
  padding: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
}



.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 h3 {
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: left;
}

.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text {
  position: absolute;
  inset: 0;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 7;
}

.solution-slide-section .solution-out .solution-slider .flex-5 h3 {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
}

.solution-slide-section .solution-out .solution-slider .flex-5 h4 {
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  z-index: 5;
  padding: 0 0 10px;
}

.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text .content-box {
  background: #fff;
  padding: 15px;
  border-radius: 10px
}

.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text .content-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  text-align: left;
}


.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text .content-box h4 {
  font-size: 17px;
  font-weight: 500;
  color: #F26921;
}

.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text .content-box h6 {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  padding: 0 0 10px;
}

.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text .content-box h6 i {
  color: #F26921;
}

.solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text .content-box p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}



.solution-slide-section .solution-out .solution-slider .flex-5:hover .box-5 .overlay-text {
  opacity: 1
}

.solution-slide-section .solution-out .solution-slider .progress-container {
  position: relative;
  width: 90%;
  height: 3px;
  background-color: #1b42c1;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 0 0
}



.solution-slide-section .solution-out .solution-slider .prev-next-btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  right: 10px;
  bottom: -80px;
}

.solution-slide-section .prev-next-btn .tail-prev,
.solution-slide-section .prev-next-btn .tail-next {
  border: 0;
  background: transparent;
}

.solution-slide-section .solution-out .solution-slider .prev-next-btn .tail-next {
  border: 0;
  background: transparent;
}

.solution-slide-section .solution-out .solution-slider .dots {
  display: none
}

@media (max-width: 1320px) {
  .solution-slide-section .solution-out .solution-slider .flex-5 .box-5 .overlay-text:before {
    top: 10px
  }
}

@media (max-width: 1024px) {
  .solution-slide-section .solution-out .solution-slider .progress-container {
    width: 85%;
    margin: 30px 0 0
  }
}

/* @media (max-width: 767px) {
    .solution-slide-section .solution-out {
        position:relative
    }

    .solution-slide-section .solution-out .solution-slider {
        position: relative;
        width: 100%
    }

    .solution-slide-section .solution-out .solution-slider .flex-5 {
        width: 100%;
        min-width: 50%
    }

    .solution-slide-section .solution-out .solution-slider .flex-5:hover {
        flex-basis: 100%
    }

    .solution-slide-section .solution-out .solution-slider .flex-5 .box-5 {
        height: 250px;
        padding: 15px
    }

    .solution-slide-section .solution-out .solution-slider .progress-container {
        width: 70%;
        margin: 30px 0 0
    }
} */



.solution-slide-section .solution-out .solution-slider {
  display: flex;
  /* make sure it's flex container */
}

.solution-slide-section .solution-out .solution-slider .flex-5 {
  flex: 0 0 25%;
  /* base width */
  transition: flex-basis 0.5s ease;
  /* animate flex-basis only */
  padding: 0 5px;
}

.solution-slide-section .solution-out .solution-slider .flex-5:hover {
  flex-basis: 30%;
  /* smoothly expand */
}



.solution-slide-section .solution-out .solution-slider .flex-5 {
  flex: 0 0 25% !important;
  /* desktop default: 4 cards */
  transition: flex-basis 0.5s ease;
  padding: 0 5px;
}

.solution-slide-section .solution-out .solution-slider .flex-5:hover {
  flex-basis: 30% !important;
  /* expand on hover (desktop only) */
}

/* Tablet: 2 cards */
@media (max-width: 1024px) {
  .solution-slide-section .solution-out .solution-slider .flex-5 {
    flex: 0 0 50% !important;
  }
}

/* Mobile: 1 card full width */
@media (max-width: 767px) {
  .solution-slide-section .solution-out .solution-slider .flex-5 {
    flex: 0 0 100% !important;
  }
}



.our-services-section .scroll-card ul li {
  font-size: 0.75em;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  max-width: 100%;
  padding: 0 0 15px 26px;
  position: relative;
}

.our-services-section .scroll-card ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: url(../images/tick.svg) no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
}

.our-services-section .scroll-card {
  padding: 40px 40px 0;
}

.our-services-section .scroll-card p {
  padding: 0 0 10px;
}





.about-section {
  padding: 280px 60px 400px;
  position: relative;
  background: transparent linear-gradient(91deg, #F1F1F1EB 0%, #F1F1F1AD 100%);
}

.about-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(360deg, #F1F1F1 0%, #F1F1F100 100%);
  z-index: -1;
}

.about-section video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.about-section h1 {
  font-size: 65px;
  font-weight: 600;
  color: #374D97;
  padding: 0 0 40px;
}

.about-section p {
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
  color: #424242;
  padding: 0 0 30px;
}

.about-section .content-block {
  padding-right: 220px;
}

.about-section .img-block {
  position: relative;
}

.about-section .img-block .about-image-small {
  position: absolute;
  left: -15px;
  bottom: -19px;
  max-width: 53%;
}

.about-section .icon p {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
  text-align: center;
  padding: 0;
}

.about-section .icon p span {
  font-size: 14px;
  font-weight: 500;
}

.about-section .circle {
  bottom: -50px;
  right: -30px;
  width: 140px;
  height: 140px;
}


.our-vision-section {
  padding: 0 60px 100px;
  margin-top: -280px;
}

.our-vision-section .flex-card {
  background: #FBFBFB 0% 0% no-repeat padding-box;
  border: 2px solid #59A7CCB4;
  border-radius: 20px;
  padding: 30px 45px 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.our-vision-section .flex-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 126px;
  width: 138px;
  background: #59A7CC3B;
  border-radius: 0 0 100px 0;
}

.our-vision-section .flex-card h3 {
  font-size: 35px;
  font-weight: 600;
  color: #374D97;
  padding: 0 0 20px;
}

.our-vision-section .flex-card p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: #424242;
}

.our-vision-section .flex-card .bottom-img {
  display: block;
  margin-left: auto;
}

.top-icon {
  margin: 0 0 40px;
}


.our-values-section {
  padding: 310px 60px 130px;
  background: #222F5A;
  margin-top: -314px;
}

.our-values-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #F26921;
  text-align: center;
  padding: 0 0 20px;
}

.our-values-section p {
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
  color: #F1F1F1;
  text-align: center;
  max-width: 44%;
  margin: 0 auto;
  padding: 0 0 40px;
}

.our-values-section .main-slide .contain-wrapper {
  display: flex;
}

.our-values-section .main-slide .flex-card {
  flex-grow: 1;
  background: url(../images/honesty-and-integrity-image.png) no-repeat center center;
  background-size: cover;
  width: 160px;
  position: relative;
  transition: flex .7s ease-out;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: nowrap;
  gap: 20px;
  padding: 60px 40px 20px;
  cursor: pointer;
  border-radius: 20px;
  border: 2px solid #59A7CCB4;
  min-height: 700px;
  max-height: 700px;
}

.our-values-section .main-slide .flex-card:nth-child(2) {
  background: url(../images/reliability-and-trust-image.png) no-repeat center center;
  background-size: cover;
}

.our-values-section .main-slide .flex-card:nth-child(3) {
  background: url(../images/respect-and-dignity-image.png) no-repeat center center;
  background-size: cover;
}

.our-values-section .main-slide .flex-card:nth-child(4) {
  background: url(../images/innovation-and-creativity-image.png) no-repeat center center;
  background-size: cover;
}

.our-values-section .main-slide .flex-card:nth-child(5) {
  background: url(../images/professionalism-and-dedication-image.png) no-repeat center center;
  background-size: cover;
}

.our-values-section .main-slide .active {
  flex-grow: 5;
  background-color: #324E5D;
  position: relative;
  min-height: 700px;
  max-height: 700px;
  align-items: flex-end;
}

.our-values-section .main-slide .hover-ico {
  display: none;
}

.our-values-section .main-slide .active .hover-ico {
  display: block;
}

.our-values-section .main-slide .active .def-ico {
  display: none;
}

.our-values-section .main-slide h3 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.our-values-section .main-slide .img-block h3 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  transform: rotate(270deg);
  text-align: center;
  white-space: nowrap;
}


.our-values-section .content-block {
  display: none;
}

.our-values-section .main-slide .active .content-block {
  display: block;

}


.our-values-section .main-slide .active .img-block h3 {
  display: none;
}

.our-values-section .main-slide .text-title {
  z-index: 5;
}

.our-values-section .main-slide .img-block {
  align-items: center;
  display: flex;
  justify-content: end;
  flex-direction: column;
  width: 100%;
}

.our-values-section .main-slide .active .img-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 0;
}

.our-values-section .main-slide .img-block img {
  max-width: 90px;
}

.our-values-section .main-slide .content-block {
  width: 100%;
}



.ceo-message-section {
  padding: 130px 60px;
}

.ceo-message-section h2 {
  font-size: 45px;
  font-weight: 700;
  color: #374D97;
  padding: 0 0 30px;
}

.ceo-message-section p {
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
  color: #424242;
  padding: 0 0 30px;
}

.ceo-message-section .img-block {
  position: relative;
  padding-right: 60px;
}

.ceo-message-section .img-block:before {
  content: "";
  position: absolute;
  height: 130px;
  width: 130px;
  background: #59A7CC;
  border-radius: 20px;
  left: -25px;
  top: -20px;
  z-index: -1;
}

.ceo-message-section .img-block:after {
  content: "";
  position: absolute;
  height: 254px;
  width: 254px;
  background: #F26921;
  border-radius: 20px;
  right: 30px;
  bottom: -30px;
  z-index: -1;
}

.ceo-message-section .img-block img {
  width: 100%;
}


.team-section {
  padding: 100px 60px;
  background: #222F5A;
}

.team-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #F26921;
  padding: 0 0 20px;
}

.team-section .fst-text {
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 0 40px;
}

.team-section .team-card {
  position: relative;
}

.team-section .team-card:before {
  content: "";
  position: absolute;
  height: 130px;
  width: 130px;
  background: #59A7CC;
  border-radius: 20px;
  left: -25px;
  top: -20px;
  z-index: 1;
}

.team-section .team-card img {
  z-index: 2;
  position: relative;
}

.team-section .team-card .content-block {
  background: #F26921;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  margin-top: -60px;
  z-index: 5;
  position: relative;
  left: 20px;
}

.team-section .team-card .content-block h3 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.team-section .team-card .content-block p {
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFFAD;
}

.team-section .slick-slide {
  padding: 30px 30px;
}

.team-section .slick-next {
  right: 0;
  left: auto;
      background: url(../images/slider-arrow-next-white.svg) no-repeat center center;
      border: 1px solid #fff;
}

.team-section .slick-prev {
  right: 130px;
  left: auto;
}

.team-section .separator-line {
  height: 2px;
  width: 85%;
  background: #FFFFFF71;
  margin-top: 43px;
}

.solution-slide-section .solution-out .solution-slider .glider-track:hover .glider-slide {
    flex: 0 0 23.3% !important;
}
.solution-slide-section .solution-out .solution-slider .glider-track .glider-slide:hover{
    flex: 0 0 30% !important;
}
.latest-launches-section .theme-btn{
  min-width: 175px;
}
.latest-launches-section .theme-btn:hover{
  color: #F26921;
  border: 1px solid #F26921;
}
.latest-launches-section .slider-right .theme-btn {
    background: #59A7CC;
    text-align: center;
    color: #fff;
}
.our-vision-section.services-count{
  margin-top: -250px;
}
.our-vision-section.services-count h3{
  color: #F26921;
  font-weight: bold;
  font-size: 50px;
}
.our-vision-section.services-count .row .col-md-2{
  border-right: 1px solid #ddd;
}
.our-vision-section.services-count .row .col-md-2:last-child{
  border-right: none;
}

.our-vision-section.services-count .row .col-md-2:nth-last-of-type(odd) h3{
  color: #59A7CC;
}
.services-box-wrap {
    position: relative;
    padding: 55px 30px;
    border: 1px solid #59a7cc;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}
.services-box-wrap ul{
  list-style: none;
  padding-left: 0;
}
.services-box-wrap ul li {
  font-size: 1em;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  max-width: 100%;
  padding: 0 0 15px 26px;
  position: relative;
}

.services-box-wrap ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: url(../images/tick.svg) no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
}
.services-box-wrap .num-text {
  position: absolute;
  left: 0;
  top: 30px;
  width: 200px;
  z-index: 2;
}
.services-box-wrap p {
    margin-bottom: 30px;
}
.services-box-wrap h4 {
    font-weight: bold;
}
.services-box-wrap img.texture-mad {
    position: absolute;
    bottom: 0;
}
section.services-list {
    background: #f1f1f1;
}
img.servicebg {
    position: absolute;
    width: 150%;
    top: 0;
    left: 0;
    opacity: 0.2;
    transition-duration: 0.5s;
    min-height: 650px;
    object-fit: cover;
}
.services-inner-box-wrap{
  position: relative;
      z-index: 2;
}
.services-box-wrap:hover img.servicebg{
    top: -80%;
    opacity: 0.8;
}
.services-box-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height:100%;
    background: linear-gradient(180deg, #f1f1f1, transparent);
    top: 0;
    left: 0;
    z-index: 1;
}
.services-list .container-fluid {
    padding: 0 75px;
}
.services-list .row .col-md-4:nth-of-type(even) .services-box-wrap:hover img.servicebg{
  top: 0;
  left: -50%;
}
.services-box-wrap .d-flex img{
  filter: hue-rotate(173deg) brightness(1) saturate(3);
}
a.service-box-btn {
    padding: 10px 25px;
    border-radius: 50px;
    color: #f26921;
    background: #fff;
  border: 1px solid #f26921;
    text-decoration: none;
    transition-duration: 0.3s;
}
a.service-box-btn:hover{
  color: #fff;
  background: #f26921;
}
a.service-box-btn:hover img{
  filter: brightness(0) invert(1);
}
.portfolio-wrap {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.portfolio-box-bottom {
    background: #fff;
    padding: 20px 15px;
}
.portfolio-box-bottom h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
}

ul#pills-tab button {
    font-size: 24px;
    font-weight: 500;
    color: #374D97;
    border-radius: 0 !important;
}
ul#pills-tab button.nav-link.active{
  color: #F26921;
  background: none;
  border-bottom: 4px solid #F26921;
}
ul#pills-tab{
  margin-bottom: 40px !important;
  border-bottom: 1px solid #59A7CC;
}
.card-wrap-flexji {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.logo-casestudy {
    /* border-right: 1px solid #70707079; */
    padding: 20px 0;
    /* width: 15%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-block .logo-casestudy{
  /* width: 25%; */
  /* padding: 10px; */
}
.experience-excellence-section .logo-casestudy img {
    width: 100%;
    /* filter: brightness(0) invert(1); */
}
.casestudy-desc {
    width: 85%;
}
.card-wrap-flexji .logo-casestudy img {
    max-width: 135px;
}
.experience-excellence-section .left-block ul {
    display: flex;
    gap: 0px;
}
.casestudy-wrap {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 500px;
}

.casestudy-imgside {
    width: 40%;
    position: relative;
}

.casestudy-txtside {
    width: 60%;
}

img.cs-img {
    width: 500px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.bg-vector {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: -100px;
    background: #D1E0E9;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.scimg-wrap {
    position: relative;
    min-height: 300px;
}

.logo-box {
    position: absolute;
    bottom: -40px;
    right: 40%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}
.casestudy-txtside h4 {
    font-weight: bold;
    margin-bottom: 15px;
}


.casestudy-txtside ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.casestudy-txtside ul li {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  max-width: 100%;
  padding: 0 0 30px 35px;
  position: relative;
}

.casestudy-txtside ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../images/tick.svg) no-repeat;
  height: 24px;
  width: 24px;
  background-size: 100%;
}
.casestudy-txtside .theme-btn:hover{
  border: 1px solid #F26921;
  color: #F26921;
}
.casestudy-wrap.right-wr .bg-vector{
  left: unset;
  right: -100px;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.casestudy-txtside h3{
  color: #374D97 !important;
}
section.our-vision-section.services-count.casestudy-main-wrap .container-fluid {
    max-width: 1920px;
}

.jnewsbox-card {
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 25px;
      height: 95%;
      border: none;
    }
    .jnewsbox-card img {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      height: 420px;
      object-fit: cover;
    }
    .jnewsbox-date-icon {
      color: #f26522;
      margin-right: 5px;
    }
    .jnewsbox-card-title {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 10px;
      color: #1d3e85;
    }
    .bottom-pagination {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}
.bottom-pagination a {
    display: block;
}
.mediacount .row .col-md-3:nth-child(2){
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.mediacount .row .col-md-3:nth-child(2) h3{
  color: #59A7CC;
}
.mediacount{
  padding-top: 50px;
}
.onlymob{
  display: none;
}
.onlymob img{
  width: 100%;
}

section.contact-sec-head {
    background: #59A7CC1F;
    height: 600px;
    display: flex;
    align-items: center;
    text-align: center;
}

section.contact-sec-head h2 {
    color: #374D97;
    font-weight: 600;
    font-size: 56px;
}

.contact-sec-head h4 {
    color: #424242;
    font-size: 16px;
    width: 70%;
    margin: auto;
    padding: 20px 0;
}

section.contact-sec-body {
    background: #F1F1F1;
}

.contact-card {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    margin: auto;
    margin-top: -150px;
    margin-bottom: 50px;
    width: 85%;
}

.blue-contact-card {
    background: #222F5A;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    height: 100%;
}

img.contact-card-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.contact-card label {
    font-weight: 600;
}

.contact-card input.form-control {
    border: none;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0;
    margin-bottom: 25px;
    padding: 0;
    min-height: 50px;
}
.contact-card textarea.form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 20px;
    min-height: 150px;
    padding: 0;
}
.contact-card input.form-control:focus{
  outline: none;
  box-shadow:none;
    border-bottom: 2px solid #F26921;
}
.contact-card textarea.form-control:focus{
  outline: none;
  box-shadow:none;
    border-bottom: 2px solid #F26921;
}
.blue-contact-card p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}
.blue-contact-card ul {
    padding: 0;
    list-style: none;
}
.blue-contact-card h4 {
    color: #f26921;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.blue-contact-card ul li {
    margin-bottom: 10px;
    font-size: 15px;
}
.blue-contact-card ul li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 5px;
}
.formside-contact{
  padding: 25px 0;
}
.contact-card .theme-btn:hover {
    border: 1px solid #f26921;
    color: #f26921;
}
.contact-card .theme-btn {
    padding: 10px 35px;
}   
.casestudy-txtside {
    padding-left: 75px;
}    
.nav-link.dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}    
.services-box-wrap{
  height: 95%;
}
img.about-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}
.awards-section .hover-card .image-block img {
    height: 300px;
}
.our-vision-section.services-count .casestudy-txtside h3 {
    font-size: 26px !important;
    margin-bottom: 15px;
}
@media (min-width:768px) and (max-width:992px){
.blue-contact-card{
  min-height: 500px;
}
.contact-card .col-md-4{
  width: 100%;
}
.contact-card .col-md-8{
  width: 100%;
}
}

@media (max-width: 767px) {
    .case-studies-section .card-wrapper {
        padding: 20px;
        min-height: 750px;
    }
        .clients-section .flex-card p {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
        -webkit-line-clamp: 15;
        line-clamp: 15;
    }
    .innovation-section .d-flex .left-block{
      padding: 10px 0;
    }
    .innovation-section p {
        font-size: 14px !important;
    }
    .experience-excellence-section p {
        font-size: 16px !important;
        line-height: 30px;
    }
    .experience-excellence-section .left-block ul {
        flex-flow: nowrap !important;
        gap: 10px;
    }
    .experience-excellence-section .left-block ul .logo-casestudy:nth-child(2){
      width: 270px !important;
    }
    .onlymob{
      display: block;
      margin-bottom: 15px;
    }
    .latest-launches-section .slider-right p {
        padding-bottom: 10px !important;
    }
    .onlymob img {
        width: 100%;
        height: 225px;
        object-fit: cover;
        border-radius: 8px;
    }
        .case-studies-section .card-wrapper .content-block {
        padding-left: 0;
        padding-top: 10px;
    }
    .latest-launches-section .slider-right {
        border-radius: 13px !important;
        min-height: 780px;
    }
    .contact-card{
      width: 100%;
    }
    .contact-sec-head h4{
      width: 100%;
    }
    .blue-contact-card{
      min-height: 400px;
    }
}


.latest-events-section {
  background: #031423;
  padding: 100px 60px;
}

.latest-events-section .logo-casestudy {
    padding: 120px 0px 30px;
    align-items: center;
    display: block;
}

.latest-events-section .logo-casestudy p{
    padding: 20px 0 0;
    text-align: center;
    font-weight: 500;
}

.latest-events-section h3 {
  font-size: 25px;
  font-weight: 700;
  color: #32A4D9;
  padding: 0;
}
.latest-events-section hr {
    opacity: 1;
    color: #32A4D9;
}

.latest-events-section h2 {
  font-size: 45px;
  font-weight: 600;
  color: #F26921;
  padding: 0 0 60px;
}

.latest-events-section p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  padding: 0;
}

.latest-events-section .right-block {
  position: relative;
  text-align: right;
}

.latest-events-section .right-block .latest-events-img-small {
  position: absolute;
  right: -4px;
  bottom: -18px;
  max-width: 37%;
}

.latest-events-section .icon img {
  max-width: 84%;
}

.latest-events-section .circle {
  bottom: -50px;
  right: -40px;
}

.latest-events-section .left-block ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-events-section .left-block {
  padding-right: 75px;
  background: url(../images/events-bg.png) no-repeat;
  background-size: 75%;
    background-position-y: bottom;
    background-position-x: right;
}

.latest-events-section .left-block ul li {
  font-size: 54px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.latest-events-section .left-block .date-location ul {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.latest-events-section .left-block .date-location p{
  font-size: 16px;
  font-family: cairo;
}

.latest-events-section .circle {
  bottom: 0px;
}

.latest-events-section .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
	
		li {
			margin: 0 0.25rem;
		}
	
		button {
			display: block;
			width: 1.5rem;
			height: 0.3rem;
			padding: 0;
			border: none;
			background-color: #ffffff5e;
			text-indent: -9999px;
		}

        li.slick-active button {
            width: 3rem;
			background-color: white;
		}
	
		li.slick-active button {
			background-color: white;
		}
}
.logo-casestudy img{
  max-width: 100%;
}
.latest-events-section .left-block .date-location p{
  font-size: 16px;
  font-family: cairo;
}

@media (max-width: 992px){
  .latest-events-section .left-block {
  padding-right: 0;
  background: url(../images/events-bg.png) no-repeat;
  background-size: 75%;
  background-position-y: bottom;
  background-position-x: right;
  }
  .latest-events-section .logo-casestudy {
    padding: 100px 0px 30px;
    align-items: center;
    display: block;
  }
    .latest-events-section .logo-casestudy p {
    display: block;
  }
}

@media (max-width: 767px) {
  .latest-events-section .left-block .date-location ul {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: start;
    margin: 0 !important;
  }
  .latest-events-section {
    background: #031423;
    padding: 60px 0;
  }
  .latest-events-section .circle {
    bottom: 25px;
    right: 0;
  }
  .latest-events-section .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 3rem 0 0;
    list-style-type: none;
  }
}

@media (max-width: 425px) {
  .latest-events-section .logo-casestudy {
    padding: 30px;
    align-items: center;
    display: block;
    min-width: 100%;
  }
}

/*=====RESPONSIVE NAVBAR=====*/
/*=======HEADER BASE=========*/
.header {
  background: #fff;
  position: sticky;
  left: 0;
  right: 0;
  top: 20px;
  width: 96%;
  margin: 0 auto 0;
  border-radius: 20px;
  padding: 0 30px;
  z-index: 9;
  height: 0;
}

.header .navbar {
  width: 100%;
  background: #fff;
  border-radius: 25px;
  margin: 0;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  transition: padding 0.3s ease;
}

.header .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.header .navbar-nav .contact-btn {
  width: 140px;
  text-align: center;
}

.header .dropdown-toggle::after {
  vertical-align: 0.19em;
}

/*=========SECTIONS=========*/
.services-list .row {
  margin: 0;
}

/*=========MEGA MENU========*/
.mega-menu {
  width: 99%;
  left: 0;
  right: 0;
  top: 85% !important;
  position: absolute !important;
  background: #fff;
  display: none;
  z-index: 9999;
  margin-inline: 10px;
}

.mega-menu-img {
  height: 255px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/*=STICKY HEADER (DESKTOP)=*/
@media (min-width: 992px) {

  .header.is-sticky {
    position: sticky;
    top: 20px;
    left: 0;
    right: 0;
    width: 96%;
    margin: 0 auto 0;
    border-radius: 20px;
    padding: 0;
    z-index: 9;
    height: 0;
  }

  .header.is-sticky .navbar {
    background: none;
    padding: 0;
    width: 100%;
  }

  .header.is-sticky .navbar .navbar-nav {
    align-items: center;
    flex-flow: row;
    padding: 16px 55px;
    background-color: #fff;
    justify-content: end;
    border-radius: 35px;
  }

  .header.is-sticky .navbar .navbar-nav .nav-item {
    padding: 0 15px;
    min-height: 85px;
  }

  .header.is-sticky .navbar button.navbar-toggler {
    background: #fff;
    position: absolute;
    right: 14px;
    top: 40px;
  }

  .header.is-sticky .dropdown-menu {
    border-radius: 10px;
  }

  .header.is-sticky .navbar-brand {
    position: absolute;
    padding: 25px;
  }

  .header.is-sticky .navbar-nav .dropdown-menu {
    position: absolute !important;
  }

  .header.is-sticky .navbar ul {
    box-shadow: 1px 2px 5px #82828245;
  }

  /* Collapsed / Expanded brand behavior */
  .header.is-collapsed .navbar-brand {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  .header.is-expanded .navbar-brand {
    display: block;
    opacity: 1;
  }

  .navbar-brand {
    transition: opacity 0.25s ease;
  }
}


/*==RESPONSIVE STYLES==*/

/* <= 1440px */
@media (max-width: 1440px) {
  .header .navbar-nav .nav-item {
    padding: 0;
    min-height: 85px;
  }
}

/* <= 1400px */
@media (max-width: 1400px) {
  .header.is-sticky .navbar .navbar-nav li.nav-item {
    padding: 10px;
  }

  .header.is-expanded .navbar-brand img {
    width: 200px;
  }

  .header.is-expanded .navbar-brand {
    padding: 25px;
  }
}

/* <= 1250px */
@media (max-width: 1250px) {
  .header.is-sticky .navbar .navbar-nav li.nav-item {
    padding: 7px;
  }

  .header.is-expanded .navbar-brand img {
    width: 180px;
  }

  .header.is-expanded .navbar-brand {
    padding: 10px;
  }
}

/* <= 1200px */
@media (max-width: 1200px) {
  .header .navbar-nav .contact-btn {
    width: 105px;
    padding: 14px 10px;
  }
}

/* <= 1024px */
@media (max-width: 1024px) {
  .header.is-sticky .navbar .navbar-nav li.nav-item {
    padding: 7px;
  }

  .header.is-sticky.is-expanded .navbar-brand img {
    width: 150px;
  }

  .header.is-sticky.is-expanded .navbar-brand {
    padding: 12px;
  }
}

/* 992px – 1024px */
@media (min-width: 992px) and (max-width: 1024px) {
  .header .navbar-nav .contact-btn {
    width: 75px;
    padding: 10px;
  }

  .header.is-sticky .navbar-nav .contact-btn {
    width: 94px;
    padding: 10px;
  }
}

/* <= 992px */
@media (max-width: 992px) {

  .header {
    margin: 0 auto;
    padding: 0 30px;
  }

  .header.is-sticky .navbar ul {
    box-shadow: none;
  }

  .header.is-sticky.is-collapsed .navbar-brand {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
  
  .header.is-sticky.is-expanded .navbar-brand {
    display: block;
    opacity: 1;
  }

  .header.is-expanded .navbar-brand img {
    width: 250px;
  }
}

/* <= 991px */
@media (max-width: 991px) {

  .header.is-sticky {
    top: 20px;
  }

  .header.is-sticky.is-collapsed .navbar,
  .header.is-sticky.is-collapsed .navbar .navbar-nav {
    background: none;
    transition: opacity 0.25s ease;
  }

  .header.is-sticky.is-expanded .navbar {
    background-color: #fff;
    transition: opacity 0.25s ease;
  }

  .header.is-sticky .navbar button.navbar-toggler {
    background: #fff;
    position: absolute;
    right: 14px;
    top: 40px;
  }
}

/* <= 768px */
@media (max-width: 768px) {
  .header.is-sticky .navbar button.navbar-toggler {
    right: 5px;
    top: 30px;
  }
}
