body{
  overflow-x: hidden;
}

/* cmn css */
.fsz-hdng {
  font-size: 100px;
  line-height: 1;
}
.fsz-30 {
  font-size: 30px;
  text-align: left;
  text-transform: capitalize;
}
.cmn-clr-2 {
  color: #2eb2dd;
}
.cmn-bg{
background-color: #2eb2dd;
}
.fsz-17 {
  font-size: 17px;
}
.ta-le {
  text-align: left;
}
.ta-ce {
  text-align: center;
}
.float-le {
  float: left;
}
.mr-overlap {
  margin-top: -100px;
}
.pad-container {
  padding-left: 15px;
  padding-right: 15px;
}

.bg-color-white {
  background-color: #fff;
}

.mt-100 {
  margin-top: 100px;
}
.m-auto{
  margin: auto;
}
.relative-position {
  position: relative;
}
.bottom-radius {
  border-radius: 0px 0px 30px 30px;
  background-color: #fff;
}
/* nav */
.navbar {
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
a#dropdownMenuLink {
  color: white;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.navbar.scrolled {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add drop shadow */
  z-index: 111;
}
a#dropdownMenuLink.scrolled {
  color: black;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}

.navbar.scrolled .nav-item .nav-link {
  color: #000 !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

img.logo {
  width: 100%;
  height: 100%;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}
.navbar.scrolled a#dropdownMenuLink {
  color: #000;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0em solid;
  border-left: 0.4em solid transparent;
  margin-bottom: 2px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}
/* header */
img.header-banner {
  height: 640px;
  min-height: 100vh;
  position: relative;
}
button.carousel-control-next {
  position: absolute;
  top: 70%;
  left: 90%;
  display: flex;
  width: 76px;
  height: 49px;
  border: none;
  z-index: 100000000000;
}
button.carousel-control-prev {
  position: absolute;
  top: 70%;
  left: 84%;
  display: flex;
  width: 76px;
  height: 49px;
  border: none;
  z-index: 100000000000;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  color: white;
  bottom: 15%;
}
/* [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
  margin-left: 81%;
} */
/* .carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  margin-top: 350px;
} */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
  visibility: visible;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.test-text {
  color: black;
  font-size: 15px;
  padding: 8px 12px;

  bottom: 8px;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 18px;
  /* padding: 8px 12px; */
  top: 0;
  margin-left: 430px;
  border: 1px solid black;
  width: 150px;
  text-align: center;
  align-content: center;
  border-radius: 46px;
  height: 40px;
}
/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  text-align: center;
}

/* .active {
  background-color: #717171;
} */
.img-cover-author {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
/* tabs */
.tab {
  flex: 1;
  height: 40px;
  border-radius: 5px 5px 0px 0px;
  border: 0px solid transparent;
  background-color: transparent;
  color: black;
  font-weight: 600;
  font-size: 18px;
}

.tabs {
  background-color: #181f25;
  display: flex;
  border-radius: 5px 5px 0px 0px;
}

.tab-content {
  display: none;
  padding: 10px;
}

.active {
  display: block;
  /* background-color: #2eb2dd; */

  transition: all 0.4s ease-in-out;
}

.tab-content {
  display: none;
  padding: 10px;
  opacity: 0;
}
.activeContent {
  padding-top: 20px;
  display: block;

  color: black;
  opacity: 1;
  border-radius: 0px 0px 5px 5px;
}
ul#pills-tab {
  display: flex;
  gap: 30px;
}

.testi-slide-dot {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

h2.testi-num.num {
  color: #2eb2dd !important;
  font-size: 170px;
}
img.hello-line {
  width: 66%;
  margin-left: 183px;
  margin-top: -280px;
}
/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}
img.last-projects-slide {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
img.last-projects-slide {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.carousel-control-prev-icon {
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e); */
  visibility: hidden;
}
.carousel-control-next-icon {
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e); */
  visibility: hidden;
}
.slider-icons {
  font-size: 50px;
  font-weight: 200;
  color: white;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-slide.swiper-slide-active:first-child img {
  box-shadow: 0px 0px px rgba(250, 242, 242, 0);
}

@media only screen and (min-width: 769px) {
  .swiper-slide:first-child {
    transition: transform 100ms;
  }

  .swiper-slide:first-child img {
    transition: box-shadow 500ms;
  }

  .swiper-slide.swiper-slide-active:first-child {
    transform: translateX(50%);
    z-index: 2;
  }

  .swiper-slide.swiper-slide-active:first-child img {
    box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
  }

  .swiper-slide:nth-child(2) {
    transition: transform 100ms;
  }

  .swiper-slide.swiper-slide-next:nth-child(2) {
    transform: translateX(55%);
    z-index: 1;
  }

  .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
    transform: translateX(-50%);
  }

  .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
    transform: translateX(-55%);
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}
/* header query */
@media (max-width: 520px) {
  img.header-banner {
    height: 455px;
    position: relative;
    min-height: 197px;
  }
  .numbertext {
    margin-left: 2px;
  }
  img.hello-line {
    width: 76%;
    margin-left: 0px;
    margin-top: 0px;
  }
  /* nav */
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
    margin-right: 30px;
  }
}
/* inner bannner */
.inner-banner{
  background-image: url(../img/head_slide2.png);
  height: 500px;
  background-size: cover;
  width: 100%;
}
.slider-hdng-2 {
  color: white;
}
/* services  */

.service-main-img {
  width: 100%;
  height: 900px !important;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.line-service {
  position: absolute;
  top: 20px;
  right: 0;
  max-width: 50%;
}
.service-images {
  margin-top: 120px;
}
.service-img-card {
  height: 600px !important;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}
.service-img-card img {
  height: 100%;
  object-fit: cover;
}

.service-points ul {
  list-style: unset !important;
}

.hello-line-services {
  position: absolute;
  top: 20px;
}

.linear-bg {
  background: linear-gradient(0deg, #f1eee9, white);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-service {
  transform: translateX(0) !important;
}

.case-img {
  /* border-radius: 20px; */
  overflow: hidden;
  /* height: 250px; */
}

.image-slides {
  border-radius: 30px 30px 0 0;
  height: 900px;
}

.service-pagination {
  background-color: #fff !important;
}

@media (max-width: 520px) {
  /* service  */
  .service-main-img {
    height: 400px !important;
  }

  .service-main-img img {
    height: 100%;
    object-fit: cover;
  }
  .service-img-card {
    height: 400px !important;
  }
  .image-slides {
    height: 400px !important;
  }

  .image-slides {
    height: 400px;
  }
  /* header */
  button.carousel-control-next {
    position: absolute;
    top: 70%;
    left: 72%;
    display: flex;
    width: 76px;
    height: 49px;
    border: none;
    z-index: 100000000000;
  }
  button.carousel-control-prev {
    position: absolute;
    top: 70%;
    left: 55%;
    display: flex;
    width: 76px;
    height: 49px;
    border: none;
    z-index: 100000000000;
  }
  .navbar-collapse {
    flex-basis: 100%;
    background: white;
    flex-grow: 1;
    align-items: center;
    padding-left: 22px;
  }
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show > .nav-link {
    color: black;
  }
  a#dropdownMenuLink {
    color: black;
  }
}

/* services  */

/* contact  */

.contact-map {
  width: 100%;
  height: 700px;
  border-radius: 0 0 30px 30px;
}

.form-bg {
  position: absolute;
  bottom: 0px;
  left: 0;

  margin-top: -25px;
  height: 55%;
}
.form-sec {
  margin-top: -20px;
  /* z-index: -8; */
}
@media (max-width: 520px) {
  .contact-map {
    width: 100%;
    height: 400px;
  }
}

.form-input {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 14px;
}

.form-lable {
  display: block;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}

/* contact  */

/* about us */

img.featured-img {
  margin: auto;
  height: 60px;
}

#circle {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

#circle text {
  font-family: "Helvetica Neue", Arial;
  font-size: 16px;
  font-weight: bold;
}

#circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;

  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
}

p.about-per {
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  color: #2eb2dd;
}
p.about-per-cnt {
  font-size: 15px;
  text-transform: uppercase;
  color: #666;
  line-height: 24px;
  letter-spacing: 1px;
}
/* .main-about-sec {
  background-image: url(../img/about-img/about-bg.png);
  height: auto;
  width: 100%;
  padding-bottom: 100px;
} */
/* about acrdn */
.accordions {
  width: 100%;
  max-width: 150ch;
  margin: 0 auto;
}
.main-about-sec {
  background-image: url(../about-img/about-bg.png);
  height: auto;
  width: 100%;
  padding-bottom: 20px;
}
.accordion {
  border: none;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color 0.5sease;
  background-color: #fff;
  border-radius: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  width: 70%;
  margin: auto;
}


/* .accordion:hover {
  border-color: #000;
} */

.accordion__header {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.5rem;
  color: #000;
  font-weight: 700;
}

.accordion__header:after,
.accordion__header:before {
  content: "";
  position: absolute;
  right: 1.5em;
  width: 2px;
  height: 0.75em;
  background-color: #666;
  transition: all 0.2s;
}
.accordion__header:after {
  transform: rotate(90deg);
  color: #2eb2dd;
}

.accordion:has(input:checked) .accordion__header {
  color: #2eb2dd;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;

  transition: max-height 0.5s ease;
  * {
    padding: 0 1em 1em;
  }
}

.accordion input {
  display: none;
}

.accordion:has(input:checked) {
  border-color: #000;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.accordion input:checked ~ .accordion__header:before {
  transform: rotate(270deg) !important;
  background-color: #000;
}

.accordion input:checked ~ .accordion__header:after {
  transform: rotate(270deg) !important;
  background-color: #000;
}

.accordion input:checked ~ .accordion__content {
  max-height: 1000px; /* Adjust based on content length */
}
.prcs-img {
  width: 300px;
  height: 300px;
  margin: auto;
  position: relative;
}
img.img-cover.process-sec {
  border-radius: 50%;
}
.prcs-img-2 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 222px;
  left: 50px;
}

.process-imgs {
  position: relative;
  background-size: contain;
}
.prcs-img-3 {
  width: 230px;
  height: 230px;
  margin: auto;
  margin-top: 45px;
  position: relative;
  left: 100px;
}
.prcs-img-4 {
  height: 160px;
  width: 160px;
  position: absolute;
  top: 150px;
  right: -7px;
}
p.prcs-txt {
  position: absolute;
  left: 100px;
  z-index: 1;
  color: white;
  bottom: 40px;
  font-size: 20px;
  display: none;
  /* opacity: 0; */
  transition: 0.5s ease-in-out;
}

p.prcs-txt-sub {
  position: absolute;
  left: 115px;
  z-index: 1;
  color: white;
  bottom: 20px;
  font-size: 16px;
  display: none;
  /* opacity: 0; */
  transition: 0.5s ease-in-out;
}
.prcs-img:hover .prcs-txt-sub{
  display: block;
  /* opacity: 1; */
  
  
}

p.prcs-txt-sub-2 {
  position: absolute;
  left: 57px;
  z-index: 1;
  color: white;
  bottom: 15px;
  font-size: 16px;
  display: none;
  /* opacity: 0; */
  transition: 0.5s ease-in-out;
}
.prcs-img-2:hover .prcs-txt-sub-2{
  display: block;
  /* opacity: 1; */
  
  
}
p.prcs-txt-sub-3 {
  position: absolute;
  left: 75px;
  z-index: 1;
  color: white;
  bottom: 15px;
  font-size: 16px;
  display: none;
  /* opacity: 0; */
  transition: 0.5s ease-in-out;
}
.prcs-img-3:hover .prcs-txt-sub-3{
  display: block;
  /* opacity: 1; */
 
  
}

p.prcs-txt-sub-4 {
  position: absolute;
  left: 40px;
  z-index: 1;
  color: white;
  bottom: 15px;
  font-size: 16px;
  display: none;
  /* opacity: 0; */
  transition: 0.5s ease-in-out;
}
.prcs-img-4:hover .prcs-txt-sub-4{
  display: block;
  /* opacity: 1; */
 
  
}

.prcs-img:hover .prcs-txt{
  display: block;
  /* opacity: 1; */
  
}



p.prcs-txt-2 {
  position: absolute;
  left:15px;
  z-index: 1;
  color: white;
  bottom: 40px;
  font-size: 16px;
  display: none;
  /* opacity: 0; */
  transition: 0.5s ease-in-out;
  display: none;
}

.prcs-img-2:hover .prcs-txt-2{
  display: block;
  /* opacity: 1; */
 
  transition: 1s ease-in-out;
}

p.prcs-txt-3 {
  position: absolute;
  left: 55px;
  z-index: 1;
  color: white;
  bottom: 38px;
  font-size: 20px;
  display: none;
  /* opacity: 0; */
  transition: 0.5s ease-in-out;
  display: none;
  font-size: 18px;
}

.prcs-img-3:hover .prcs-txt-3{
  display: block;
  /* opacity: 1; */

  transition: 1s ease-in-out;
}

p.prcs-txt-4 {
  position: absolute;
  left: 30px;
  z-index: 1;
  color: white;
  bottom: 40px;
  font-size: 18px;
  display: none;
  /* opacity: 0; */
  transition: 0.5s ease-in-out;
  display: none;
  text-align: center;
}

.prcs-img-4:hover .prcs-txt-4{
  display: block;
  /* opacity: 1; */
  text-align: center;
  transition: 1s ease-in-out;
}



.featured-box {
  height: auto;
  border: 1px solid gray;
  padding: 25px;
  width: 100%;
  border-radius: 20px;
  transition: 1s ease-out;
}
.featured-box:hover {
  border: 1px solid #2eb2dd;
}




/* Overlay: full screen dark background */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1050;
  display: none;
}

/* Show overlay */
.popup-overlay.show {
  display: block;
}

/* Modal popup (centered box) */
.popup-sidebar {
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  background-color: white;
  color: black;
  padding: 30px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 1060;
  overflow-y: auto;
  display: none;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

/* Show popup */
.popup-sidebar.show {
  display: block;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}


/* query */
@media (max-width: 520px) {
  .prcs-img-3 {
    width: 230px;
    height: 230px;
    margin: auto;
    margin-top: 176px;
    position: relative;
    left: 69px;
}
.prcs-img-4 {
  height: 160px;
  width: 160px;
  position: absolute;
  top: 286px;
  right: -26px;
}
.prcs-img-2 {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 317px;
    left: -23px;
}
 
.popup-sidebar {
  position: fixed;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  background-color: white;
  color: black;
  padding: 30px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 1060;
  overflow-y: auto;
  display: none;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}
}

/* work */
.grid {
  /* display: flex;
  flex-wrap: wrap;
  gap: 10px; */
}
.grid-item {
  /* width:; */
  /* height: 250px; */
  /* background-color: lightblue; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  /* border: 1px solid #ccc; */
  margin-top: 50px;
}
/* button {
  margin-right: 10px;
  padding: 5px 10px;
  cursor: pointer;
} */
.filter-menu {
  width: 100%;
  display: flex;

  justify-content: center;
  gap: 0;
  /* border-bottom: 1px solid gray; */
}
.filter-menu button {
  padding: 10px 20px;
  border: none;
  background-color: transparent;
}

.isotop-btn {
  width: 60% !important;
}

.work-page-sec{
  position: relative;
  margin: 0% 0%;
  padding: 0% 0% !important;
}

@media (max-width: 520px) {
  .isotop-btn {
    width: 100% !important;
  }
 
  

}

.filter-menu button {
  padding: 10px 0px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
  font-weight: 700;
}

/* Active tab styling */
.filter-menu button.active {
  color:#007bff ; 
  /*background-color: #007bff;  Blue background for active tab */
  font-weight: 600;
}

.case-img {
  position: relative;
  overflow: hidden;
}

.case-img img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease-in-out;
}

/* .case-img:hover img {
  transform: scale(1.1);
} */

.case-img::after {
  content: "";
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  height: 53%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.case-img:hover::after {
  opacity: 1;
}

.case-img .hover-text {
  position: absolute;
  top: 70%;
  left: 10%;
  transform: translate(-10%, -50%);
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  text-align: left;
  z-index: 88;
}

/* .case-img .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
} */

.case-img:hover .hover-text {
  opacity: 1;
}


/* video section css */

#quad-images .quad-image-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#quad-images .quad-image-block .single {
  position: relative;
  width: 50%;
  display: flex;
}

#quad-images .quad-image-block .single:nth-child(1) {
  z-index: 3;
}

#quad-images .quad-image-block .single:nth-child(2) {
  -webkit-transform: translate(-10%, 10%);
  transform: translate(-10%, 10%);
  z-index: 4;
}

#quad-images .quad-image-block .single:nth-child(3) {
  -webkit-transform: translate(10%, -10%);
  transform: translate(10%, -10%);
  z-index: 1;
}

#quad-images .quad-image-block .single img,
#quad-images .quad-image-block .single video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#quad-images .quad-image-block .single img,
#quad-images .quad-image-block .single video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#quad-images .quad-image-block .single:nth-child(4) {
  z-index: 2;
}

#quad-images {
  overflow: hidden;
}

/* services 2 */

.service-2-cntnt {
  position: relative;
  top: -230px;
}
img.ser-cards {
  width: 60px;
}
img.ser-cards-2 {
  width: 100px;
}

.service-cards {
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 20px 35px;
  position: relative;
  margin-left: 20px;
  width: 650px;
  transition: 0.8s;
}
.service-cards-web {
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 20px 20px;
  position: relative;
  margin-left: 20px;
  width: 305px;
  transition: 0.8s;
}
.service-cards-web:hover{
  background-color: #2eb2dd;
  color: white;
}
.service-cards:hover{
  background-color: #2eb2dd;
  color: white;
}
.service-card-2 {
  padding: 15px 15px;
  position: relative;
  margin-left: 35px;
  width: 280px;
  transition: 0.2s;
  /* box-shadow: 8px 2.4px 3.2px rgb(115 106 106); */
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, 10px 2.4px 3.2px rgb(115 106 106), rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


.service-card-2:hover{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, 18px 2.4px 3.2px rgb(115 106 106), rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
 
}

.service-card-3 {
  padding: 15px 55px !important;
  position: relative;
  margin-left: 35px;
  width: 600px;
  transition: 0.2s;
  /* box-shadow: 8px 2.4px 3.2px rgb(115 106 106); */
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, 10px 2.4px 3.2px rgb(115 106 106), rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


.service-card-3:hover{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, 18px 2.4px 3.2px rgb(115 106 106), rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
 
}
@media (max-width: 520px) {
  .service-card-2{
    width: 300px;
   margin: auto;
  }
  .service-cards {
   
    margin: auto;
    width: 301px;
  
  }
  .filter-menu button {
    padding: 10px 0px;
    border: none;
    background-color: transparent;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    position: relative;
    font-weight: 700;
  }
  .accordion {
    border: none;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color 0.5sease;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    margin: auto;
  }
  .service-card-3 {
    padding: 15px 21px !important;
    position: relative;
    margin-left: 35px;
    width: 280px;
    transition: 0.2s;
    /* box-shadow: 8px 2.4px 3.2px rgb(115 106 106); */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, 10px 2.4px 3.2px rgb(115 106 106), rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
}


/* .home-preview .tc-header-preview .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 90px 0 auto;
  bottom:-80px;
}

.home-preview .tc-header-preview .rotate-box .rotate-circle {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
  backdrop-filter:blur(75px);
}
.home-preview .tc-header-preview .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius:50%;
}
.home-preview .tc-header-preview .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
  transform:scale(1.2);
}
.home-preview .tc-header-preview .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
  transform:scale(1.2);
}
.home-preview .tc-header-preview .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.home-preview .tc-header-preview .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius:50%;
}

.home-preview .tc-header-preview .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius:50%;
} */

.badge {
  --badge-size: 160px;
  --badge-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--badge-size);
  height: var(--badge-size);
  background: var(--black);
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.9rem var(--badge-color);
  animation: identifier 20s linear infinite;
  color: #000 !important;
  font-size: 1em;
  font-weight: 500;
}
.badge__emoji {
  display: block;
  margin: 0;
  animation: identifier 20s linear infinite;
  animation-direction: reverse;
  transition: all 0.3s;
}
.badge__emoji:hover {
  opacity: 0.8;
  transform: scale(1.2);
}
.badge__char {
  --char-font-weight: 600;
  --char-font-size: 1em;
  --char-width: 10px;
  --char-font-family: "Arial", sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - var(--char-width) / 2);
  height: calc(var(--badge-size) / 2);
  width: var(--char-width);
  background-repeat: round;
  text-align: center;
  text-transform: uppercase;
  line-height: 1rem;
  font-weight: var(--char-font-weight);
  font-size: var(--char-font-size);
  color: var(--white);
  font-family: var(--char-font-family);
  transform-origin: bottom center;
  transform: rotate(var(--char-rotate));
}
@-webkit-keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
 }
}
@keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
 }
}

/* accordian */
/* .accordion {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion__header {
  background-color: #f8f8f8;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding: 0 15px;
}

.accordion.active .accordion__content {
  padding: 15px;
} */

/* popup form */

.modal-box{ font-family: 'Poppins', sans-serif; }
.show-modal{
    color: #fff;
    background: linear-gradient(to right, #33a3ff, #0675cf, #49a6fd);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 200px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}
.show-modal:hover,
.show-modal:focus{
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: none;
}
.modal-dialog{
    width: 400px;
    margin: 70px auto 0;
}
.modal-dialog{ transform: scale(0.5); }
.modal-dialog{ transform: scale(1); }
.modal-dialog .modal-content{
    text-align: center;
    border: none;
}
.modal-content .close {
  color: #fff;
  background: linear-gradient(to right, #33a3ff, #0675cf, #4cd5ff);
  font-size: 25px;
  font-weight: 400;
  text-shadow: none;
  line-height: 27px;
  height: 29px;
  width: 31px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  left: auto;
  right: -116px;
  top: 8px;
  z-index: 1;
  transition: all 0.3s;
  border: none;
}
.modal-content .close:hover{
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.close:focus{ outline: none; }
.modal-body{ padding: 60px 40px 40px !important; }
.modal-body .title{
    color: #026fd4;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.modal-body .description{
    color: #9A9EA9;
    font-size: 16px;
    margin: 0 0 20px;
}
.modal-body .form-group{
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}
.modal-body .input-icon{
    color: #777;
    font-size: 18px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 20px;
}
.modal-body .form-control {
  font-size: 17px;
  height: 30px;
  width: 461px;
  padding: 6px 0 6px 8px;
  margin: 0 auto;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  margin-top: 10px;
}
.form-control::placeholder{
    color: #AEAFB1;
}
.form-group.checkbox{
    width: 130px;
    margin-top: 0;
    display: inline-block;
}
.form-group.checkbox label{
    color: #9A9EA9;
    font-weight: normal;
}
.form-group.checkbox input[type=checkbox]{
    margin-left: 0;
}
.modal-body .forgot-pass{
    color: #7F7FD5;
    font-size: 13px;
    text-align: right;
    width: calc(100% - 135px);
    margin: 2px 0;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease 0s;
}
.forgot-pass:hover{
    color: #9A9EA9;
    text-decoration: underline;
}
.modal-content .modal-body .btn{
    color: #fff;
    background: linear-gradient(to right, #33a3ff, #0675cf, #4cd5ff);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 38px;
    width: 100%;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 5px;
    border: none;
    display: inline-block;
    transition: all 0.6s ease 0s;
}
.modal-content .modal-body .btn:hover{
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-content .modal-body .btn:focus{ outline: none; }
@media only screen and (max-width: 480px){
    .modal-dialog{ width: 95% !important; }
    .modal-content .modal-body{
        padding: 60px 20px 40px !important;
    }
}
/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
  z-index: 1;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.service-drop {
  text-align: justify;
  margin-bottom: 10px;
}