@import url(default.css);
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Sora:wght@100..800&display=swap");

:root {
  --sky-blue-color: #c5e7f6;
  --lightblue-color: #2aa9e1;
  --blue-color: #262361;
  --color-f2f7fa: #f2f7fa;
  --color-f6f6f6: #f6f6f6;
  --color-f5f5f5: #f5f5f5;
  --color-656565: #656565;
  --color-c2c4c6: #c2c4c6;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --color-ffffff: #fff;
  --font-family-poppins: "Poppins";
  --secondary-font-family: "Sora";
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-26: 26px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-36: 36px;
  --font-size-33: 33px;
  --font-size-40: 40px;
  --font-size-66: 66px;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
section{
  overflow: hidden;
}

.container {
  max-width: 1600px;
}

* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-19);
  line-height: var(--line-height-27);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--blue-color);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

p {
  font-size: var(--font-size-19);
  line-height: normal;
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 20px;
}

.p-content {
  font-size: var(--font-size-22);
  line-height: var(--line-height-32);
  color: var(--color-000000);
  margin-bottom: 20px;
}



.small-text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  margin-bottom: 20px;
}

.medium-text {
  font-size: var(--font-size-26);
  line-height: 26px;
  text-transform: uppercase;
  text-shadow: 5px 6px 5px #000;
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
}

.section-title {
  font-size: var(--font-size-19);
  line-height: normal;
  font-family: "sora";
  color: var(--color-ec1f2b);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-title {
  font-size: var(--font-size-66);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Light);
  font-family: var(--font-family-poppins);
  margin-bottom: 20px;
}

.main-title span {
  display: block;
}

.stroke-font {
  color: var(--color-01b6b9);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 15px;
  font-family: var(--font-family-poppins);
  text-transform: capitalize;
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200px auto;
  z-index: -9;

}

.title {
  font-size: var(--font-size-41);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  font-family: var(--font-family-poppins);
  margin-bottom: 20px;
}

.div-title {
  font-size: var(--font-size-41);
  line-height: var(--line-height-50);
  color: var(--color-ea7819);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}

.div-text {
  font-size: var(--font-size-26);
  font-family: var(--font-family-poppins);
  color: var(--blue-color);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}

.div-text1 {
  font-size: var(--font-size-33);
  font-family: var(--font-family-poppins);
  color: var(--blue-color);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
}


.box-text {
  font-size: var(--font-size-22);
  line-height: var(--line-height-32);
  color: var(--color-ffffff);
  text-transform: uppercase;
  font-weight: var(--font-weight-Medium);
  margin-bottom: 15px;
  text-align: center;
}

/* Navbar */
.desktop {
  display: none;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.menu-btn {
  /* position: absolute; */
  width: 45px;
  height: 45px;
  float: right;
  margin-top: 0px;
  background: var(--blue-color);
  right: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.offcanvas-header {
  display: none;
}

.g_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fffffff0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  position: fixed;
  background-color: #fff;
  box-shadow: #63636333 0px 2px 8px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

img.logo {
  width: 250px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink img.logo {
  width: 150px;
}

a.nav-item.active:before {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--lightblue-color);
  height: 3px;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a.nav-item {
  position: relative;
}

a.nav-item:before {
  content: "";
  position: absolute;
  width: 0%;
  background: var(--lightblue-color);
  height: 3px;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}

a.nav-item:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--lightblue-color);
  height: 3px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}


.nav-item:hover,
a.nav-item.active {
  color: var(--lightblue-color);
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

div#sub_menu {
  display: flex;
  align-items: end;
}

.navbar-expand-lg {
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}

.navbar {
  width: 100%;
  padding: 0;
  padding-top: 10px;
}

.nav-item {
  font-weight: 500;
  font-size: var(--font-size-16);
  font-family: var(--font-family-poppins);
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding: 25px 0;
  display: inline-block;
}

.items ul {
  gap: 50px;
}

.contact-info {
  font-size: 16.6px;
  display: flex;
  gap: 35px;
  padding-left: 25px;
  flex-direction: column;
}

.contact-info a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}

.contact-info a:hover {
  color: var(--lightblue-color);
}

.top-social {
  position: static;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* Smooth transition */
}

.g_shrink .top-social {
  position: absolute;
  right: 0;

  opacity: 0;
  transform: translateY(-20px);
  /* Slide up while fading out */
  pointer-events: none;
  /* Disable interaction when hidden */
}

.top-social ul li i {
  font-size: 20px;
  margin-right:10px;
  color: var(--blue-color);
}
.top-social ul li{
  margin-left: 20px;
}

.top-social ul {
  display: flex;
  justify-content: flex-end;
}

.top-social {
  padding-top: 10px;
}

ul.navbar-nav.ms-auto {
  display: flex;
  justify-content: flex-end;
}

/* banner */
.banner-img {
  position: relative;
  width: 100%;
  object-fit: cover;
  height: 100vh;
}



@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.banner-pagination {
  position: absolute;
  right: 0;
}

.banner-pagination {
  position: absolute;
  right: 145px;
  top: 33%;
  display: flex;
  flex-direction: column;
}

.banner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
  background: var(--blue-color);
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.banner-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid var(--blue-color);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.banner-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--sky-blue-color);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}

.swiper-button-next {
  display: flex;
  width: fit-content;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  rotate: 270deg;
  right: 70px;
  top: 55%;
}

.swiper-button-next a {
  width: -webkit-fill-available;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next img {
  width: 20px
}

.swiper-button-next a {
  color: var(--blue-color);
  font-weight: var(--font-weight-SemiBold);
  margin-right: 5px;

}

/* banner */
/* breadcrumb */

.breadcrumb-section {
  background: url(../images/banner/breadcrumb-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  width: 100%;
  display: -webkit-flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.breadcrumb-section a{
  color: var(--blue-color);
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-ffffff);
}

.breadcrumb-section svg {
  position: absolute;
  width: calc(150% + 1.3px);
  height: 70px;
  bottom: 0;
  left: 0;
  fill: #fff;
  transform: rotate(180deg);
}

/* breadcrumb */



/* our-Projects */
.project-slider img {
  border-radius: 26px;
}

.our-Projects {
  background: var(--sky-blue-color);
}

.pro-flex {
  display: flex;
}

.gallery_product .card-image {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.gallery_product img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.gallery_product {
  margin-bottom: 30px;

}

.inner-content {
  background: var(--blue-color);
  padding: 80px 50px;
  border-radius: 36px;
  margin-left: 150px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  margin-right: 50px;
}

/* new */

.filter-buttons {
  margin: 20px 0;
  margin-bottom: 40px;
  text-align: center;
}

.filter-button {
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  border: none;
  background-color: #333;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s;

}

.filter-button:hover {
  background-color: #555;
  /* Change on hover */
}

.filter-button.active {
  background-color: #007BFF;
  /* Highlight color for active button */
  color: white;
  /* Text color */
}

.gallery_product {
  display: none;
  /* Start hidden */
}

.visible-g {
  display: block !important;
  /* Show item */
  opacity: 1;
  /* Fully visible */
  transform: scale(1);
  /* Scale to original size */
  transition: all 0.5s ease;
  /* Smooth transition */
}





.gallery-section .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  display: none;
  margin: 10px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease;
  /* Transition for smooth animation */
  background: #000;
}

.gallery-item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.gallery_product img:hover {
  opacity: 0.5;
  width: 100%;
}

.gallery_product {
  display: none;
  /* Start hidden */
}

.filter-button {
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  border: none;
  background-color: #333;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s;
}

/* Default hidden state */
.gallery_product {
  opacity: 0;
  transform: translateY(30px);
  /* Move items slightly down */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  /* Smooth transition with longer time */
}

/* Visible state with smooth animation */
.visible-g {
  opacity: 1;
  transform: translateY(0);
  /* Smooth move to original position */
}


/* Nature-specific animation */
@keyframes natureAnimation {
  0% {
    opacity: 0;
    transform: scale(0.5);
    /* Start small and invisible */
  }

  50% {
    opacity: 0.5;
    /* Slightly visible at midpoint */
    transform: scale(1.1);
    /* Slightly enlarge */
  }

  100% {
    opacity: 1;
    transform: scale(1);
    /* End at original size */
  }
}


.filter-buttons button {
  padding: 5px;
  margin: 0 20px;
  text-transform: uppercase;
  position: relative;
  color: inherit;
  /* Inherit color from parent or set default */
  background: transparent;
  /* Set a background color if needed */
  border: none;
  /* Remove default button border */
  cursor: pointer;
  /* Change cursor to pointer on hover */
}

.filter-buttons button:before {
  content: "";
  position: absolute;
  width: 0%;
  background: var(--blue-color);
  height: 3px;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-out;
  /* Simplified transition */
}

.filter-buttons button.active:before {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--lightblue-color);
  height: 3px;
  bottom: 0;
  left: 0;
  /* Use left for active state */
  transition: all 0.5s ease-out;
  /* Simplified transition */
}

.filter-buttons button:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--lightblue-color);
  height: 3px;
  bottom: 0;
  left: 0;
  /* Use left for hover state */
  transition: all 0.5s ease-out;
  /* Simplified transition */
}

.filter-buttons button:hover,
.filter-buttons button.active {
  color: var(--lightblue-color);
  transition: all 0.5s ease-out;
  /* Simplified transition */
}


/* new */
.read-more {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  color: var(--sky-blue-color);
}

.read-more:hover {
  color: var(--color-ffffff);
}

.view-more i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sky-blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.view-more1 i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.view-more1 {
  margin-top: 50px;
}

.view-more1 a {
  color: var(--color-000000);
}

.view-more1 a:hover {
  color: var(--blue-color);
}

.view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
}




/* services  */

.our-services {
  background: url(../images/services-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}


.services-box {
  background: var(--color-ffffff);
  border-radius: 26px;
  display: flex;
  align-items: flex-start;
  padding: 25px;
  margin: 20px 0;
  z-index: 99;
  position: relative;
  flex-direction: column;
}

.services-box h3 {
  text-transform: uppercase;
  font-weight: var(--font-weight-SemiBold);
}

.inner-content {
  z-index: 99;
  position: relative;
}

.services-box img {
  width: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

.our-services h4 {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  width: 80%;
}

.sinner-content-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.counter {
  background: var(--lightblue-color);
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
  flex-direction: column;
}

.counter h2 {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
  height: 45px;
}

/* services  */

.number {
  display: flex;
}

.counter-section {
  background: var(--sky-blue-color);
  padding: 50px 0;
}

.count-area {
  position: relative;
  text-align: center;
  color: var(--blue-color);
}

.count-area-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.count-area {
  font-size: 75px;
  font-weight: var(--font-weight-SemiBold);

}

.count-digit {
  color: var(--blue-color);
  font-weight: var(--font-weight-SemiBold);
  font-size: 75px;
}

.count-title {
  font-size: var(--font-size-28);
  text-transform: uppercase;
  font-weight: var(--font-weight-Medium);
  color: #000000;
  width: 60%;
  line-height: 34px;
}

/* about */
.about {
  background: var(--sky-blue-color);
  padding: 80px 120px;
  position: relative;
}

.sinner-content-bottom.count-area {
  position: absolute;
  bottom: 50px;
  width: 16%;
  left: 33%;
}

.about-content {
  padding-left: 80px;
}

.about-content1 {
  padding-right: 80px;
}

/* about */
/* about-page */
.about-page,
.about-page1 {
  position: relative;
}

.about-page img {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.about-page::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 90%;
  background: #3dc5ff;
  clip-path: polygon(0% -32%, 0% 100%, 100% 100%);
  bottom: 0%;
  left: 0;
  z-index: -9;
}

.about-page1::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 90%;
  background: var(--blue-color);
  clip-path: polygon(68% 0%, 0% 100%, 100% 100%, 100% 0);
  bottom: 0%;
  right: 0;
  z-index: -9;
}

.certificate h3 {
  padding: 15px;
  width: 80%;
  border-radius: 0 0 36px 0;
  background: var(--blue-color);
  margin: 0;
  color: var(--color-ffffff);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.certificate img {
  width: 100%;
  border-radius: 10px 10px 10px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.certificate .decor {
  margin-bottom: 50px;

}

/* about-page */


/* client */
.client {
  background: url(../images/client-bg.jpg) center no-repeat;
  background-size: cover;
}

.client img {
  border-radius: 10px;
}

.logo-slider {
  margin-top: 50px;
}

/* client */
/* decor */
.decor {
  background: var(--sky-blue-color);
}

.decor-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.decor h2 {
  color: var(--blue-color);
  margin: 0;
}

.decor h2 span {
  -webkit-text-stroke: 1px var(--blue-color);
  margin: 0;

}

.decor-inner {
  position: relative;
  background: var(--color-000000);
}

.decor img {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.decor img:hover {
  opacity: 0.5;
}

.decor-inner h3 {
  position: absolute;
  width: 60%;
  bottom: 150px;
  rotate: 270deg;
  left: -70px;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.inner-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-img:hover img.magni {
  opacity: 1;
}

.decor-inner:hover h3 {
  bottom: 160px;


}

img.magni {
  position: absolute;
  width: 50px;
  opacity: 0;
}

img.img-fluid.main-decor {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/* Modal styles */
.modal img:hover,
.modal img {
  opacity: 1;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

/* decor */

/* Connect Us */
.connect {
  position: relative;
  margin-bottom: -300px;
  background: #efefef;
}

form {
  padding: 0 100px;
}

form button {
  padding: 15px;
  border-radius: 50px;
  border: none;
  background: var(--sky-blue-color);
  font-weight: var(--font-weight-SemiBold);
  color: var(--blue-color);
}

form button:hover {
  background: var(--blue-color);
  color: var(--color-ffffff)

}



input,
textarea {
  background-color: #fff;
  border: 1px solid var(--blue-color);
  width: 100%;
  color: var(--blue-color);
  font-size: 16px;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 25px;
}

::placeholder {
  color: var(--blue-color);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus-visible,
input:not {
  background: #fff;
}

input:-internal-autofill-selected {
  background: #fff;

}

textarea {
  height: 130px;

}

.connect-data {
  padding-left: 40px;
}

.connect-data h4 {
  color: #000;
  font-size: 41px;
  font-family: var(--font-family-poppins);
  font-weight: 700;
}

.connect-data p {
  color: var(--secondary-color);
  font-size: 19px;
  font-family: var(--font-family-poppins);
}

.connect-data button {
  font-weight: bold;
  font-size: 22.2px;
  color: var(--secondary-color);
  font-family: var(--secondary-font-family);
  width: 315px;
  height: 60px;
  border: 0;
  border-radius: 15px;
  background-color: #383986;
  margin-top: 25px;
}

/* gallery-page */

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #000;
}

.card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.card-image img.magni {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 45%;
  top: 45%;
  object-fit: contain;
  z-index: 9;
}

.card-image:hover img.magni {
  opacity: 1;

}

.main .card-image img:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .card-image img.magni {
    width: 20px;
    height: 20px;
    left: 42%;
}

}

/* gallery-page */

/* client-pg */
.client-pg img {
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.client-pg img:hover {
  box-shadow: none;

}

/* client-pg */

/* contact */
iframe {
  padding: 0 0;
  height: 400px;
  padding-right: 0;
}

.form {
  padding-left: 100px;
}

.address {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact-info {
  width: 100%;
  background: var(--blue-color);
  border-radius: 0 100px 100px 0;
  padding: 80px;
  margin-left: 0;
  padding-left: 150px;
}

.contact-us {
  background: var(--blue-color);
  background-size: cover;
}

input.form-control {
  width: 100%;
  font-size: 15px;
  padding: 20px;
  border-radius: 10px;
}

.contact-pg h4 {
  font-weight: var(--font-weight-Bold);
}

textarea.form-control {
  width: 100%;
  border-radius: 10px;
  height: 150px;
  padding: 20px;
  background-color: var(--color-ffffff);
}

button.contact-btn {
  padding: 10px 60px;
  margin-top: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form#form {
  margin-top: 20px;
}

button.read-more1 {
  display: inline-block;
  background: var(--color-var);
  text-transform: uppercase;
  font-weight: var(--font-weight-Medium);
  padding: 15px 100px;
  margin-top: 20px;
  transition: 0.5s;
  border: 2px solid var(--color-0570b8);
}

button.read-more1:hover {
  background: #fff;
  color: #0570b8;
}


.address p {
  margin-bottom: 0;
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
}

.address i {
  font-size: 30px;
  margin-right: 30px;
  color: var(--color-ffffff);
}

ul.contact-social li {
  float: left;
}

ul.contact-social li i {
  font-size: 30px;
  transition: 0.5s;
}

ul.contact-social li i:hover {
  color: var(--lightblue-color);
}


/* contact */
/* Footer */
footer {
  padding-top: 100px;
  background: var(--blue-color);
  background-size: cover;
}

.footer-content p {
  color: var(--secondary-color);
  font-size: var(--font-size-19);
  margin: 0;

}

.footer-contact ul li {
  display: flex;
}

.footer-content .phone-number a {
  color: var(--secondary-color);
  font-size: var(--font-size-26);
  margin-bottom: 10px;
  display: inline-block;
  line-height: normal;
}

.footer-content .phone-number i {
  margin-top: 10px;

}

.footer-content ul li {
  margin-bottom: 30px;
}

.footer-content ul li a {
  font-size: var(--font-size-19);
  color: var(--color-ffffff);
  display: contents;
}

.footer-content a:hover {
  color: var(--lightblue-color);
}

.footer-content h3 {
  color: var(--secondary-color);
  font-size: 19.4px;
  padding-bottom: 25px;
  font-family: var(--font-family-poppins);
}

.footer-contact i {
  color: var(--lightblue-color);
  margin-right: 15px;
  font-size: 22px;
}


.footer-line {
  width: 80%;
  margin: 50px 0;
}

.footer-social ul li i {
  font-size: 24px;
  margin-left: 15px;
  color: var(--lightblue-color);
  transition: 0.5s;
}

.footer-social ul li i:hover {
  color: var(--color-ffffff);

}

.footer-social ul {
  display: flex;
  justify-content: flex-start;
}

.footer-social {
  padding: 30px 0;
}

.footer-contact .footer-social ul li {
  margin-bottom: 0;
}
.footer-logo a{
  padding: 10px 35px;
  display: inline-block;
  background: var(--color-ffffff);
  margin-top: 30px;
  border-radius: 50px;
  font-weight: var(--font-weight-SemiBold);
}
.footer-logo a:hover{
  background: var(--sky-blue-color);
}
ul.quick-links{
  margin-top: 30px;
}
ul.quick-links li{
  margin-bottom: 15px;
}
ul.quick-links li a{
  color: var(--color-ffffff);
}

ul.quick-links li a:hover {
  color: var(--lightblue-color);
}
.footer-logo {
  padding-right: 150px;
}
.copy-right {
  border-top: 0.5px solid #fff8;
  margin-top: 30px;
  padding-top: 20px;
}
.copy-right p {
  font-size: 18px;
  text-align: center;
  color: var(--color-ffffff);
  font-weight: var(--font-weight-ExtraLight);
}

/* back to top */

#button {
  display: inline-block;
  background-color: var(--blue-color);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 35px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
  opacity: 0;
}

#button::after {
  content: "\2191";
  font-family: 'bootstrap-icons';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--blue-color);
  background-color: var(--color-ffffff);
}

#button:hover:after {
  color: var(--blue-color);
}

#button:active {
  border: 2px solid var(--blue-color);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}

#whatsapp.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -ms-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;

}

.whatsapp-btn {
  position: fixed;
  bottom: 12%;
  right: 35px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}


/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes breathe1 {
  0% {
    box-shadow: 0 0 0 0 #316FF680;
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* fb */
#fb.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -ms-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;

}

.fb-btn {
  position: fixed;
  bottom: 200px;
  right: 35px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #316FF6;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe1 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.fb-btn i {
  color: #fff;
  font-size: 20px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}


/* Media Queries for Responsiveness */


/* responsive css */
@media only screen and (min-width: 1921px) {}

/* responsive css */
@media (max-width: 1680px) {
  :root {
    --font-size-19: 17px;
    --font-size-22: 20px;
    --font-size-26: 24px;
    --font-size-28: 26px;
    --font-size-33: 27px;
    --font-size-66: 50px;

  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1480px;
  }

  .nav-item {
    padding: 20px 0;
  }


  .swiper-button-next img {
    width: 15px;
  }

  .banner-pagination {
    right: 140px;
  }

  img.logo {
    width: 250px;
  }

  .inner-content {
    background: var(--blue-color);
    padding: 30px 50px;
    border-radius: 36px;
    margin-left: 30px;
    margin-right: 50px;
  }

  .services-box img {
    width: 70px;
  }


  .services-box {
    border-radius: 36px;
    padding: 30px;
    margin: 15px;
    margin-right: 0;
  }

  .counter h2 {
    font-size: 30px;
    height: 42px;
  }

  .counter {
    width: 130px;
    height: 130px;
  }

  .sinner-content-bottom.count-area {
    bottom: 24px;
  }

  .count-digit,
  .count-icon {
    font-size: 60px;
  }

  .about {
    padding: 60px 70px;
  }

  .copy-right p {
    margin-top: 20px;
  }

  img.magni {
    width: 40px;
  }

  .decor-inner h3 {
    width: 70%;
    left: -80px;
  }

  .logo-slider {
    margin-top: 30px;
  }

  .contact-info {
    border-radius: 0 100px 100px 0;
    padding: 60px;
    margin-left: 0;
    padding-left: 60px;
  }

  .contact-info h2 {
    padding-bottom: 30px;
  }

  .contact-info {
    gap: 26px;
  }
}

@media (max-width: 1560px) {
  .pb-100 {
    padding-bottom: 70px;
  }

  .pt-100 {
    padding-top: 70px;
  }

  .breadcrumb-section {
    height: 500px;
  }

  .about-content {
    padding-left: 30px;
  }

  .about-content1 {
    padding-right: 30px;
  }

  .decor-inner h3 {
    width: 80%;
    left: -80px;
  }

  input,
  textarea {
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 20px;
  }

  form {
    padding: 0 70px;
  }

}

@media (max-width: 1480px) {
  :root {
    --font-size-19: 17px;
    --font-size-22: 19px;
    --font-size-26: 22px;
    --font-size-28: 24px;
    --font-size-33: 27px;
    --font-size-66: 44px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }

  .main-title {
    margin-bottom: 10px;
  }

  .stroke-font {
    margin-bottom: 0;
  }

  .footer-contact {
    margin-top: 20px;
  }

  .count-title {
    line-height: 26px;
  }

  .about {
    padding: 60px 20px;
  }

  .counter {
    width: 110px;
    height: 110px;
  }

  .services-box {
    border-radius: 26px;
    padding: 25px;
    margin: 15px;
    margin-right: 0;
  }

  footer {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .view-more i,
  .view-more1 i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .footer-social {
    padding: 30px 0;
    padding-top: 15px;
}
ul.quick-links li {
  margin-bottom: 10px;
}
.footer-logo a {
  margin-top: 25px;
}
.footer-logo {
  padding-right: 100px;
}
}

@media (max-width: 1366px) {

  :root {
    --font-size-19: 15px;
    --font-size-33: 25px;
  }

  .div-text {
    margin-bottom: 10px;
  }

  .contact-info {
    gap: 20px;
  }

  .items ul {
    gap: 30px;
  }

  img.logo {
    width: 200px;
  }

  .top-social {
    padding: 10px 0;
  }

  .top-social ul li i {
    margin-right: 5px;
  }

  .project-slider img {
    border-radius: 16px;
    height: 450px;
  }

  .inner-content {
    background: var(--blue-color);
    padding: 30px 28px;
    border-radius: 36px;
    margin-left: 30px;
    margin-right: 10px;
  }

  .services-box img {
    width: 60px;
    margin-bottom: 10px;
  }


  .count-area h4 {
    font-size: 18px;
  }

  .count-digit,
  .count-icon {
    font-size: 40px;
  }

  .count-title {
    font-size: 20px;

  }

  .sinner-content-bottom.count-area {
    bottom: 10px;
    left: 30%;
  }

  .about {
    padding: 35px 15px;
  }

  .decor-inner h3 {
    width: 100%;
    left: -100px;
  }

  .footer-content .phone-number a {
    font-size: 20px;
  }

  .footer-social ul li i {
    font-size: 20px;
    margin-left: 5px;
  }

  .footer-contact i {
    margin-right: 10px;
    font-size: 20px;
  }

  .footer-content ul li.phone-number {
    margin-bottom: 10px;
  }

  img.magni {
    width: 25px;
  }

  form {
    padding: 0 30px;
  }

  input,
  textarea {
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 18px;
    border-radius: 5px;
  }

  .footer-content ul li {
    margin-bottom: 25px;
  }

  form button {
    padding: 8px 0;
  }

  .copy-right p {
    margin-top: 0px;
    font-size: 16px;
  }

}


@media (max-width: 1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }

}

@media (max-width: 1199.98px) {


  .padding-left {
    padding-left: 2%;
  }

  .what-points ul li {
    padding-right: 0;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 991.98px) {
  :root {
    --font-size-16: 16px;
    --font-size-18: 16px;
    --font-size-19: 15px;
    --font-size-20: 16px;
    --font-size-22: 16px;
    --font-size-24: 21px;
    --font-size-25: 16px;
    --font-size-27: 21px;
    --font-size-26: 22px;
    --font-size-28: 28px;
    --font-size-30: 26px;
    --font-size-33: 26px;
    --font-size-36: 26px;
    --font-size-40: 40px;
    --font-size-50: 30px;
    --font-size-56: 46px;
    --font-size-60: 45px;
    --font-size-69: 37px;
  }
  .top-social ul {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.top-social ul li{
  margin-bottom: 20px;
}
  a.nav-item.active:before {
    height: 2px;
  }

  .nav-item {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .g_header {
    position: relative;
  }

  .navbar-brand {
    padding: 0;
  }

  .banner-img {
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 50vh;
  }

  .breadcrumb-section {
    height: 300px;
    padding-bottom: 40px;
  }

  .swiper-button-next {
    display: flex;
    width: fit-content;
    background: #fff;
    padding: 0 13px;
    height: 25px;
    width: 111px;
    border-radius: 50px;
    rotate: 270deg;
    right: -20px;
    top: 80%;
  }

  .banner-pagination {
    right: 35px;
    top: 40%;
  }

  .main-title span {
    display: inline-block;
  }

  .count-title {
    width: 90%;
  }

  .count-title {
    font-size: 18px;
    line-height: 22px;
  }

  .about-content {
    padding-left: 0px;
    margin-top: 30px;
  }

  .sinner-content-bottom.count-area {
    bottom: 300px;
    width: 22%;
    left: 75%;
  }

  .decor-inner h3 {
    width: 75%;
    left: -100px;
  }

  form {
    padding: 10px 0px;
  }

  .inner-content {
    background: var(--blue-color);
    padding: 25px;
    border-radius: 26px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .banner-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-bottom: 8px;
    background: var(--blue-color);
    opacity: 1;
  }

  .swiper-button-next a {
    font-size: 12px;
  }

  div#sub_menu {
    align-items: center;
    justify-content: space-between;

  }

  .main-nav .navbar-nav .nav-item .nav-link {
    margin: 8px 20px;
    text-align: left;
  }

  .title {
    margin-bottom: 10px;
  }

  .top-header,
  .top-header ul {
    display: none;

  }

  .g_shrink .top-header ul {
    height: 50px;
    line-height: 50px;
  }

  .top-header ul li i {
    font-size: 18px;
    margin-right: 8px;
  }

  .footer-contact ul li a,
  .footer-contact ul li p {
    font-size: 18px;
  }

  .footer-social ul {
    display: flex;
    justify-content: center;
  }

  .footer-social ul li i {
    font-size: 24px;
    margin-left: 10px;
  }

  .what-img {
    display: none;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .questions h6 {
    width: 100%;
    padding-bottom: 10px;
  }

  .questions {
    margin-top: 35px;
  }

  .social-footer {
    margin-top: 42px;
  }

  .what-points ul li img {
    width: 30px;
    margin-right: 12px;
  }

  img.img-item {
    width: 120px;
  }

  .inner-banner,
  .banner {
    height: 100%;
  }

  .explore-btn {
    margin-top: 25px;
  }

  .explore-btn button {
    font-size: 16px;
    letter-spacing: 0;
    padding: 10px 20px;
  }

  .main-header.g_shrink .main-nav .logo-bg {
    width: 280px;
    height: 110px;
  }

  .compo-text {
    margin-top: -14.5%;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .main-nav {
    padding: 5px 0;
  }

  img.img-fluid.main-decor {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .main-header.g_shrink .main-nav {
    padding: 10px 0;
  }

  .logo-bg {
    width: 260px;
    height: 109px;
  }

  .main-header.g_shrink .navbar-brand img,
  .main-header.g_shrink .navbar-brand .svg {
    width: 160px;
    z-index: 9;
    position: relative;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }


  .offcanvas-header {
    display: block;
  }

  .main-nav .navbar {
    padding: 0;
    width: 80%;
    float: left;
  }


  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    background: var(--color-ffffff);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .p-content {
    margin-bottom: 10px;
  }

  .gallery {
    display: none;
  }

  .contact-link {
    justify-content: end;
  }

  .contact-link li a {
    border-radius: 5px;
    background-color: #2aaae1;
    padding: 8px 12px;
    font-size: 16px;
    margin-right: 10px;
    color: var(--color-ffffff);
    top: 9px;
    position: relative;
  }
  .filter-buttons button:hover:before,.filter-buttons button.active:before{
    height: 2px;
  }
  .filter-buttons button:before {
    height: 2px;
    
  }
  .gallery_product {
    margin-bottom: 0;
    padding: 5px;
    border-radius: 0;
  }
  .gallery_product img{
    border-radius: 5px;
  }

  .contact-link li a i {
    color: var(--secondary-color);
  }

  iframe {
    width: 100%;
    padding: 0;
    height: 350px;
    padding-right: 0;
}
.contact-info {
  gap: 0px;
}
.contact-info {
  gap: 0px;
  width: 70%;
  padding: 50px;
  margin-bottom: 50px;
}
.mt-80 {
  margin-top: 40px;
}

  .items ul {
    font-size: 15px;
    gap: 15px;
    padding-left: 15px;
  }
  .filter-buttons button {
    padding: 5px;
    margin: 0px 6px;
}


  .top-social ul {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .about-page::before {
    content: "";
    position: absolute;
    width: 78%;
    height: 450px;
    bottom: 0%;
    left: 0;
    z-index: -9;
    top: 50px;

  }
  .about-page1::before {
    width: 78%;
    height: 450px;
    top: 50px;
}
.about-content1 {
  padding-top: 30px;
}
  .resp-flex{
  flex-direction: column-reverse;
}

  .about-page .about-content {
    padding-top: 30px;
  }

  .mt-100 {
    margin-top: 50px;
  }
  .address i {
    font-size: 24px;
    margin-right: 15px;
    color: var(--color-ffffff);
  }
  ul.contact-social li i {
    font-size: 25px;
    transition: 0.5s;
    margin-right: 14px;
}
.contact-social ul li{
  margin-right: 15px;
}
.col-lg-12.col-md-12.text-center.contact-heading.pb-50.decor{
  padding-bottom: 20px;
}
.top-social{
  display: none;
}

}


@media (max-width: 800px) {}

@media (max-width: 767.98px) {
  .footer-logo {
    padding-right: 0px;
    text-align: center;
}
.footer-contact {
  margin-top: 50px;
}

.footer-logo a {
  margin-top: 5px;
}
  .footer-heading {
    display: none;
    margin-top: 30px;
    text-align: center;
}
  ul.quick-links {
    margin-top: 15px;
}
  .services-box {
    width: 100%;
  }
  .client-pg img{
    margin-bottom: 0;
  }
  .client-pg .col-6{
    padding: 8px;
  }
  .inner-service p {
    margin: 0;
  }

  .count-area-content {
    margin-bottom: 30px;
  }

  form button {
    padding: 10px 0;
    width: 30% !important;
  }

  form .row {
    justify-content: center;
  }

  .about-page::before {
    content: "";
    position: absolute;
    width: 78%;
    height: 45%;
    background: #3dc5ff;
    clip-path: polygon(0% -32%, 0% 100%, 100% 100%);
    bottom: 0%;
    left: 0;
    z-index: -9;
    top: 10%;
  }

}

@media (max-width: 480px) {
  :root {
    --font-size-19: 14px;
    --font-size-22: 15px;
    --font-size-26: 18px;
    --font-size-28: 24px;
    --font-size-33: 22px;
    --font-size-66: 33px;
  }
  .address p{
    text-align: left;
  }
  section.connected-form {
    padding-top: 50px;
    padding-bottom: 0px;
}
  footer .mt-80 {
    margin-top: 50px!important;
  }
  .address {
    margin-bottom: 25px;
}
.address i {
  font-size: 20px;
  margin-right: 12px;
}
ul.contact-social{
  margin-top: 20px;
}
ul.contact-social li i {
  font-size: 25px;
  transition: 0.5s;
  margin-right: 25px;
}
  .contact-info {
    width: 100%;
    gap: 0px;
}

.contact-info {
  border-radius: 0 50px 50px 0;
  padding: 30px;
  margin-left: 0;
  padding-left: 10px;
}

  .div-text1 {
    margin-bottom: 10px;
  }

  .breadcrumb-section svg {
    position: absolute;
    width: calc(100% + 250px);
    height: 50px;
    bottom: 0;
    left: 0;
    fill: #fff;
    transform: rotate(180deg);
  }
  .main .container{
    padding-top: 25px;
  }

  .breadcrumb-section {
    height: 280px;
    padding-bottom: 0px;
  }

  .breadcrumb-section:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    background: var(--blue-color);
    opacity: 0.5;
  }

  .breadcrumb-page-title,
  .breadcrumb {
    z-index: 9;
    position: relative;
    color: #fff;
    margin-bottom: 50px;
  }

  .breadcrumb li a {
    color: #fff;

  }

  .about-page::before {
 height: 200px;
  }
  .about-page1::before {
    height: 200px;
}

  .contact-link {
    justify-content: end;
    margin-top: 18px;
  }

  .main-header.g_shrink .navbar-brand img,
  .main-header.g_shrink .navbar-brand .svg {
    width: 120px;
  }

  p {
    text-align: justify;
  }

  .stroke-font {
    -webkit-text-stroke: 0.5px #fff;
  }

  .pb-50 {
    padding-bottom: 30px;
  }

  .pt-50 {
    padding-top: 30px;
  }

  .banner-img {
    height: 300px;
  }

  .banner-pagination {
    right: 20px;
    top: 25%;
  }

  .swiper-button-next {
    right: -30px;
  }

  .inner-content {
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 15px;
  }
  .project-slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
  .count-title {
    font-size: 16px;
    line-height: 22px;
  }

  .services-box {
    border-radius: 16px;
    padding: 15px;
    margin: 10px 0;
    margin-right: 0;
  }

  .services-box img {
    width: 50px;
    margin-bottom: 8px;
  }

  .count-area-content {
    margin-bottom: 10px;
  }

  .count-area h4 {
    font-size: 16px;
  }

  .sinner-content-bottom.count-area {
    bottom: 45%;
    width: 150px;
    left: 54%;
}

  .counter h2 {
    font-size: 24px;
    height: 30px;
  }

  .counter {
    width: 90px;
    height: 90px;
  }

  .fw-bold {
    font-weight: 600 !important;
  }

  .view-more1 {
    margin-top: 25px;
  }

  img.img-fluid.main-decor {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .decor-inner {
    margin-top: 15px;
  }

  .decor-inner h3 {
    bottom: 100px;
    left: -70px;
    width: 220px;
    line-height: 22px;
  }

  .footer-contact ul li a,
  .footer-contact ul li p {
    font-size: 16px;
  }

  .footer-content .phone-number a {
    font-size: 16px;
  }

  .footer-content .phone-number i {
    margin-top: 0px;
  }

  .copy-right p {
    margin: 0px;
    font-size: 13px;
  }

  #button {
    width: 45px;
    height: 45px;
    right: 20px;
    border: 1px solid var(--color-ffffff);
  }

  #button::after {
    font-size: 28px;
    line-height: 40px;
  }
  .fb-btn {
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    bottom: 150px;

  }
  .fb-btn i {
    font-size: 18px;
  }
  .whatsapp-btn {
    bottom: 85px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }

  .whatsapp-btn i {
    font-size: 18px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  img.logo {
    width: 140px;
  }

  .nav-item {
    padding-top: 0;
    padding-bottom: 5px;
  }
}

@media (max-width: 375px) {}

@media (max-width: 375px) {}