@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

body {
  font-family: var(--theme-font);
}

:root {
  --theme-color: #46c3ce;
  --theme-font: "Poppins", sans-serif;
}

.theme-color {
  color: var(--theme-color);
}

.theme-color {
  color: var(--theme-color);
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: #212121;
  line-height: 1.8;
  font-size: 16px;
}

.title-des {
  font-size: 16px;
  color: var(--theme-color);
}

.common-btn {
  padding: 16px 55px 16px 30px;
  background-color: var(--theme-color);
  background: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  color: black;
  display: inline-flex;
  position: relative;
  border: none;
  white-space: nowrap;
}
.common-btn:hover {
  background-color: #212121;
  color: #fff;
}
.common-btn i {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -14px;
  z-index: 1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.common-btn i:after {
  content: "";
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transform: skew(-24deg, 0deg);
  border: solid 2px var(--theme-color);
  transition: 0.5s ease-in-out;
}

.gap {
  padding: 120px 0;
  position: relative;
}

.common-heading {
  font-size: 50px;
  color: #111;
  margin: 0px 0 20px 0;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font);
}

ul li {
  list-style: none;
}

.theme-color3 {
  color: var(--theme-color3);
}

.theme-color {
  color: var(--theme-color);
}

.common-space {
  padding: 4.5rem 0;
}

header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 5;
  transition: all 0.3s;
  background-color: transparent;
}
header .dropdown-item.active, header .dropdown-item:active {
  background-color: var(--theme-color);
}
header .navbar.navbar-expand-lg {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar-brand {
  position: relative;
  margin-right: 27px;
  transition: all 0.3s;
  max-width: 100%;
}
header .navbar-brand img {
  width: 120px;
  transition: all 0.3s;
}
header .top-barss {
  padding: 0.5rem 0;
  display: flex;
}
header .top-barss .top-bar-inner {
  display: flex;
  justify-content: space-between;
}
header .top-barss .header-socials {
  display: flex;
}
header .top-barss .header-socials a {
  padding: 5px;
  margin: 0 3px;
}
header .left-headers p {
  margin-bottom: 0;
}
header .left-headers .header-socials {
  display: flex;
  align-items: center;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  font-weight: 600;
  padding-bottom: 25px;
  margin-left: 14px;
  margin-right: 14px;
  transition: all 0.3s;
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 0 11px -6px #000;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 7px;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header .cal-icons a {
  font-weight: 600;
}
header .cal-icons i {
  color: var(--theme-color);
  margin-left: 1rem;
  font-size: 19px;
}
header .inner-page {
  background-color: #fff;
}
header.sticky {
  background-color: rgba(0, 0, 0, 0.86);
}
header.sticky .navbar-brand {
  max-width: 75px;
}

.widget-wrapper .footer-nav-list {
  padding-left: 0px;
}
.widget-wrapper .footer-nav-list .menu-footer-menu-container .menu {
  padding-left: 0px;
}
.widget-wrapper .footer-nav-list .menu-footer-menu-container .menu .menu-item {
  line-height: 2.2;
}
.widget-wrapper .footer-nav-list .menu-footer-menu-1-container .menu {
  padding-left: 0px;
}
.widget-wrapper .footer-nav-list .menu-footer-menu-1-container .menu .menu-item {
  line-height: 2.2;
}
.widget-wrapper .social-links a i {
  font-size: 28px;
  margin: 2px 5px;
}

footer {
  padding: 80px 0 0px;
  background-color: #000;
}
footer * {
  color: rgba(255, 255, 255, 0.6784313725);
}
footer h4 {
  color: var(--theme-color);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
footer .menu-link ul {
  padding-left: 0;
}
footer .menu-link ul li {
  transition: all 0.3s;
  margin-bottom: 0.8rem;
}
footer .menu-link ul li:hover {
  margin-left: 5px;
}
footer .menu-link ul li:hover a {
  color: var(--theme-color);
}
footer .social-links {
  display: flex;
  padding: 0;
}
footer .social-links li {
  margin-right: 10px;
}
footer form {
  width: 100%;
  margin-top: 20px;
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
  position: relative;
  width: 100%;
  margin-top: 20px;
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
  position: relative;
  display: flex;
  align-items: end;
}
footer form input {
  height: 48px;
  background-color: #232222;
  width: 100%;
  border: 0;
  padding-left: 30px;
  font-size: 16px;
  display: flex;
}
footer form button {
  width: 60px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  position: absolute;
  right: 22px;
  font-size: 25px;
  color: #000;
  top: 50%;
  border: 0;
  background: transparent;
}
footer form button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  z-index: -1;
  transform: skew(-20deg, 0deg);
}
footer form button:hover:before {
  background-color: transparent;
}
footer .footer-boottom {
  padding-top: 1rem;
  border-top: 1px solid;
  padding: 10px 0;
  margin-top: 1rem;
}
footer .footer-boottom .text-center {
  display: flex;
  justify-content: space-between;
}
footer .footer-boottom .text-center p {
  margin-bottom: 0;
}
footer .footer-boottom .text-center a {
  font-weight: 600;
  margin-left: 15px;
}
footer .footer-boottom .social-medias {
  display: flex;
  align-items: center;
}
footer .cont-bxxx {
  display: flex;
}
footer .cont-bxxx i {
  margin-top: 5px;
  margin-right: 10px;
}

@keyframes animation1 {
  0% {
    opacity: 0;
    transform: translateX(-70%) skew(-20deg, 0deg);
  }
  40% {
    opacity: 0;
    transform: translateX(-30%) skew(-20deg, 0deg);
  }
  100% {
    opacity: 0.4;
    transform: translateX(-70%) skew(-20deg, 0deg);
  }
}
@keyframes animation2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation3 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  40% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.home-bannerss {
  height: 100vh;
}
.home-bannerss .bnt-main-conts {
  position: absolute;
  left: 0;
  width: 100%;
  top: 57%;
  transform: translateY(-50%);
}
.home-bannerss .bnt-main-conts .common-btn {
  margin-top: 2rem;
  animation-name: animation3;
  animation-duration: 1s;
}
.home-bannerss .bnt-main-conts .common-btn:hover {
  background-color: #212121;
  border-color: transparent;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx {
  position: relative;
  z-index: 1;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx p {
  font-size: 20px;
  color: #fff;
  animation-name: animation3;
  animation-duration: 1s;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  animation-name: animation3;
  animation-duration: 1s;
}
.home-bannerss .bnt-imgss {
  position: relative;
}
.home-bannerss .bnt-imgss img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
  height: 100vh;
}
.home-bannerss .bnt-imgss:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6196078431), transparent 71%);
}
.home-bannerss .owl-item.active:after {
  content: "";
  width: 280px;
  height: 540px;
  position: absolute;
  top: 60%;
  right: 1.5%;
  transform: translate(-50%, -50%) skew(-20deg, 0deg);
  z-index: 1;
  background-color: var(--theme-color);
  animation-name: animation2;
  animation-duration: 2.3s;
  animation-delay: 0s;
}
.home-bannerss .owl-item.active:before {
  content: "";
  width: 293px;
  height: 100%;
  position: absolute;
  background-color: var(--theme-color);
  top: 0;
  right: 0%;
  transform: translateX(-70%) skew(-20deg, 0deg);
  z-index: 1;
  opacity: 0.4;
  animation-name: animation1;
  animation-duration: 2.3s;
  animation-delay: 0s;
}
.home-bannerss .owl-nav button span {
  font-size: 54px;
  background-color: #000;
  border: solid 2px var(--theme-color);
  width: 85px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-20deg);
  height: 140px;
}
.home-bannerss .owl-next {
  position: absolute;
  bottom: 5%;
  z-index: 5;
  right: 5%;
}
.home-bannerss .owl-prev {
  position: absolute;
  bottom: 5%;
  right: 12%;
}
.home-bannerss .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.project-overview {
  background-image: linear-gradient(90deg, #ffffff 50%, transparent 50%), url(img/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.galler-home {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.galler-home .gal-box {
  overflow: hidden;
  position: relative;
}
.galler-home .gal-box img {
  transition: all 0.3s;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.galler-home .gal-box i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  transition: all 0.3s;
  font-size: 50px;
  transform-origin: center;
}
.galler-home .gal-box:hover img {
  transform: scale(1.08) rotate(2deg);
  filter: brightness(0.6);
}
.galler-home .gal-box:hover i {
  transform: translate(-50%, -50%) scale(1);
}

/* 2. Service Style One Start */
.service-style-one .service-data {
  width: 80%;
  margin: auto;
  position: relative;
}
.service-style-one .service-data h3 {
  margin-bottom: 15px;
  margin-top: 50px;
  font-weight: 600;
}
.service-style-one .service-data h3 a {
  color: #000;
}
.service-style-one .service-data p {
  margin-bottom: 30px;
}
.service-style-one .service-data .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 100%;
  margin: auto;
  background: white;
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
}
.service-style-one .service-data:hover .icon {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.service-style-one .service-data .icon i {
  color: #000;
  font-size: 12px;
}
.service-style-one .service-data .svg-icon {
  width: 140px;
  height: 150px;
  position: relative;
  margin: auto;
}
.service-style-one .service-data .svg-icon img {
  position: relative;
  width: 70px;
  margin-top: 35px;
  height: 70px;
}
.service-style-one .service-data .svg-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--theme-color);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  transform: skew(-20deg, 0deg);
  background: white;
}
.service-style-one .service-data:before {
  content: "";
  width: 190px;
  height: 380px;
  background: #f7f6f2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-20deg, 0deg);
  z-index: -1;
}
.service-style-one .service-data:hover .svg-icon:before {
  background-color: var(--theme-color);
}

/* 23. CTA Section Start */
.cta-section {
  position: relative;
  overflow: hidden;
}
.cta-section .cta-data h2 {
  font-size: 50px;
}
.cta-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: -6;
}
.cta-section .cta-data p {
  font-size: 18px;
  width: 93%;
  margin-bottom: 53px;
  margin-top: 20px;
}
.cta-section .cta-data .theme-btn:hover {
  color: black;
}
.cta-section .cta-data figure img {
  margin-left: -205px;
}
.cta-section .cta-data figure {
  position: relative;
}
.cta-section .cta-data figure:before {
  content: "";
  width: 400px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-color: var(--theme-color);
  left: 34%;
  transform: translateX(-50%) skew(-23deg, 0deg);
  z-index: -1;
}

/* CTA Section Start */
/* Project Style One Start*/
.project-style-one {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
.project-style-one h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.project-style-one .project-post {
  position: relative;
}
.project-style-one .project-post .project-data {
  padding: 35px 40px;
  border: 1px solid #c1c1c1;
  background: white;
  width: 90%;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.project-style-one .project-post .project-data:hover {
  box-shadow: 20px 20px 13px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 20px 20px 13px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 20px 20px 13px 0px rgba(0, 0, 0, 0.05);
}
.project-style-one .project-post .project-data h3 a {
  font-size: 28px;
  line-height: 38px;
  color: black;
  font-weight: 700;
}
.project-style-one .project-post .project-data .project-icon {
  content: "\f101";
  width: 60px;
  height: 100%;
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skew(-21deg, 0deg);
  top: 0;
  right: -16px;
  transition: all 0.3s;
  color: black;
  background: var(--theme-color);
}
.project-style-one .project-post .project-data:hover .project-icon {
  right: 45px;
  transition: all 0.3s;
}
.project-style-one .project-post .project-data:hover .project-icon i {
  transform: skew(21.5deg, 0deg);
  transition: all 0.3s;
}
.project-style-one .project-post .project-data p {
  margin-top: 10px;
  width: 80%;
}
.project-style-one:before {
  content: "";
  width: 380px;
  height: 730px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color);
  transform: skew(-23deg, 0deg);
  z-index: 0;
}
.project-style-one .project-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.project-style-one .project-slider .owl-dots button {
  border: 1px solid #c1c1c1;
  width: 70px;
  height: 15px;
  color: transparent;
}
.project-style-one .project-slider .owl-dots button.active {
  background: black;
  border-color: black;
}

/* 5. Project Style One End*/
/* 11. Client Review Style One Start */
.client-review-style-one {
  background-image: linear-gradient(111deg, #46c3ce 50%, transparent 50%), url(img/test-bg.jpg);
  overflow: hidden;
}
.client-review-style-one .head-review span {
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins";
  font-weight: 900;
}
.client-review-style-one .head-review h3 {
  font-size: 50px;
  margin-bottom: 55px;
}
.client-review-style-one .client-review-slider .slider-data p {
  font-size: 20px;
  line-height: 36px;
  color: #161616;
  width: 85%;
}
.client-review-style-one .client-review-slider .slider-data .bio .icon {
  width: 72px;
  height: 60px;
  background-color: #fff;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-review-style-one .client-review-slider .slider-data .bio .icon svg {
  width: 20px;
  height: 20px;
}
.client-review-style-one .client-review-slider .slider-data .bio .details h3 {
  font-size: 24px;
  color: #161616;
  margin-bottom: 0;
  font-family: "Poppins";
  font-weight: bold;
}
.client-review-style-one .client-review-slider .slider-data .bio .details p {
  line-height: 25px;
}
.client-review-style-one .client-review-slider .slider-data .bio {
  margin-top: 35px;
}
.client-review-style-one .client-review-slider .slider-data .bio .details {
  padding-top: 5px;
}
.client-review-style-one .client-review-slider .owl-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}
.client-review-style-one .client-review-slider .owl-dots button {
  border: 1px solid #c1c1c1;
  width: 70px;
  height: 15px;
  color: transparent;
}
.client-review-style-one .client-review-slider .owl-dots button.active {
  background: black;
  border-color: black;
}

/* 11. Client Review Style One End */
/* 7. Client Slider One Start*/
.client-style-one {
  padding-top: 40px;
}
.client-style-one .client-slider .owl-stage {
  display: flex !important;
  align-items: center !important;
}
.client-style-one .owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
  align-items: center;
}
.client-style-one .owl-nav button span {
  font-size: 35px;
  background-color: var(--theme-color);
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-20deg);
}
.client-style-one .owl-next {
  position: absolute;
  top: 30%;
  right: -30px;
}
.client-style-one .owl-prev {
  position: absolute;
  top: 30%;
  left: -30px;
}
.client-style-one .item {
  border: unset;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 13px -7px #000;
  border-radius: 5px;
}

/* 3. About Style One Start */
section.gap.no-top.about-style-one ul li {
  list-style: disc;
}

.about-style-one .about-data-left {
  padding-top: 60px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.about-style-one .about-data-left:before {
  content: "";
  width: 350px;
  height: 680px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) skew(-20deg, 0deg);
  z-index: -1;
  background-color: var(--theme-color);
}
.about-style-one .about-data-left img {
  width: 100%;
}
.about-style-one .about-data-left .about-image {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: -60px;
}
.about-style-one .about-data-left:before {
  content: "";
  width: 350px;
  height: 680px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) skew(-20deg, 0deg);
  z-index: -1;
}
.about-style-one .about-data-right span {
  font-size: 16px;
  color: #444;
  font-family: "Poppins";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}
.about-style-one .about-data-right {
  padding-top: 130px;
}
.about-style-one .about-data-right .about-info {
  padding-left: 0px;
}
.about-style-one .about-data-right .about-info p {
  margin-bottom: 30px;
  padding-right: 45px;
}
.about-style-one .about-data-right .about-info h3 {
  font-weight: bold;
  margin-top: 13px;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins";
}
.about-style-one .about-data-right .about-info h4 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins";
}

/* 12. Blog Style One Start*/
.blog-style-one .blog-post {
  padding: 25px;
}
.blog-style-one .blog-post h2 {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-style-one .blog-post h2 a {
  color: #000;
}
.blog-style-one .blog-post ul {
  padding-left: 0px;
}
.blog-style-one .blog-post ul li {
  list-style: none;
  position: relative;
  display: flex;
  line-height: 2;
}
.blog-style-one .blog-post ul li::before {
  content: "→";
  color: #46c3ce;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 12px;
}
.blog-style-one .blog-post h4 b {
  font-size: 21px;
  font-weight: 500;
}
.blog-style-one .blog-post h2 b {
  font-weight: 600;
}
.blog-style-one .blog-post h3 b {
  font-weight: 500;
  font-size: 24px;
}
.blog-style-one .blog-post h1 b {
  font-weight: 600;
  font-size: 27px;
}
.blog-style-one .blog-date {
  font-size: 16px;
  color: #000;
  font-family: "Poppins";
  padding: 8px 40px 8px 20px;
  display: inline-flex;
  margin-bottom: 17px;
  position: relative;
  background-color: var(--theme-color);
  font-weight: bold;
}
.blog-style-one .blog-date:before {
  content: "";
  width: 30px;
  height: 55px;
  position: absolute;
  bottom: -8px;
  right: -35px;
  transform: translateX(-50%) skew(-24deg, 0deg);
  z-index: 0;
  border: 3px solid white;
  background-color: var(--theme-color);
}
.blog-style-one img {
  transition: all 0.3s;
}
.blog-style-one .blog-post .blog-image a {
  width: 60px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  position: absolute;
  right: -110px;
  bottom: 0;
  z-index: 2;
}
.blog-style-one .blog-post .blog-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-23deg, 0deg);
  z-index: -1;
}
.blog-style-one .blog-post .blog-image:before {
  content: "";
  width: 140px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -270px;
  transform: translateX(-50%) skew(-24deg, 0deg);
  z-index: 1;
  opacity: 0.7;
  transition-duration: 0.7s;
}
.blog-style-one .blog-post:hover .blog-image a {
  right: -10px;
}
.blog-style-one .blog-post:hover .blog-image:before {
  right: -60px;
}
.blog-style-one .blog-post .blog-image a i {
  color: #000;
}
.blog-style-one .blog-post .blog-image {
  position: relative;
}
.blog-style-one .blog-post {
  border: 1px solid #c1c1c1;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-style-one .common-btn,
.blog-style-one .builty-pagination {
  margin-top: 10px;
}
.blog-style-one .blog-post:hover {
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.08);
}
.blog-style-one .blog-post:hover .blog-image img {
  transform: rotate(-3deg) scale(1.1);
}
.blog-style-one .blog-post .blog-image figure {
  overflow: hidden;
}
.blog-style-one .blog-post .blog-author {
  margin-top: 17px;
}
.blog-style-one .blog-post img {
  width: 100%;
}
.blog-style-one .blog-post h2 {
  margin-bottom: 15px;
}
.blog-style-one .blog-post .blog-author .details h3 {
  font-size: 16px;
  color: #444;
}
.blog-style-one .blog-post .blog-author .details h3 span {
  color: #999;
}
.blog-style-one .blog-post .blog-author .author-img figure {
  margin-right: 10px;
}
.blog-style-one .blog-post .blog-author .author-img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
}

.blog-style-one .blog-post {
  border: 1px solid #c1c1c1;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-style-one .blog-post h2 {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  font-weight: 700;
}
.blog-style-one .blog-post h2 a {
  color: #000;
}
.blog-style-one .blog-post .blog-image {
  position: relative;
}
.blog-style-one .blog-post .blog-image figure {
  overflow: hidden;
  margin-bottom: 0;
}
.blog-style-one .blog-post .blog-image img {
  width: 100%;
}
.blog-style-one .blog-post .blog-image a {
  width: 60px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  position: absolute;
  right: -110px;
  bottom: 0;
  z-index: 2;
}
.blog-style-one .blog-post .blog-image a i {
  color: #000;
}
.blog-style-one .blog-post .blog-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-23deg, 0deg);
  z-index: -1;
}
.blog-style-one .blog-post .blog-image:before {
  content: "";
  width: 140px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -270px;
  transform: translateX(-50%) skew(-24deg, 0deg);
  z-index: 1;
  opacity: 0.7;
  transition-duration: 0.7s;
}
.blog-style-one .blog-post .blog-author {
  margin-top: 17px;
}
.blog-style-one .blog-post .blog-author .details h3 {
  font-size: 16px;
  color: #444;
}
.blog-style-one .blog-post .blog-author .details h3 span {
  color: #999;
}
.blog-style-one .blog-post .blog-author .author-img figure {
  margin-right: 10px;
}
.blog-style-one .blog-post .blog-author .author-img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.blog-style-one .blog-post:hover {
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.08);
}
.blog-style-one .blog-post:hover .blog-image a {
  right: -10px;
}
.blog-style-one .blog-post:hover .blog-image:before {
  right: -60px;
}
.blog-style-one .blog-post:hover .blog-image img {
  transform: rotate(-3deg) scale(1.1);
}
.blog-style-one .blog-date {
  font-size: 16px;
  color: #000;
  font-family: "Poppins";
  padding: 8px 40px 8px 20px;
  display: inline-flex;
  margin-bottom: 17px;
  position: relative;
  background-color: var(--theme-color);
  font-weight: bold;
}
.blog-style-one .blog-date:before {
  content: "";
  width: 30px;
  height: 55px;
  position: absolute;
  bottom: -8px;
  right: -35px;
  transform: translateX(-50%) skew(-24deg, 0deg);
  z-index: 0;
  border: 3px solid white;
  background-color: var(--theme-color);
}
.blog-style-one .blog-data {
  margin-top: 2rem;
}
.blog-style-one .common-btn,
.blog-style-one .builty-pagination {
  margin-top: 10px;
}
.blog-style-one .view-btn {
  text-align: center;
}

.counter-seciton {
  background: black;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.counter-seciton .heading {
  color: var(--theme-color);
}
.counter-seciton h2 {
  color: #fff;
}
.counter-seciton p {
  color: #fff;
}
.counter-seciton h4 {
  color: var(--theme-color);
  font-size: 85px;
  line-height: 100px;
  font-weight: 700;
}
.counter-seciton .parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  top: 0;
  opacity: 0.2;
  background-size: contain;
  right: 0%;
}
.counter-seciton .count-box-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.counter-seciton .india-maps {
  max-width: 70%;
}

/* 17. Service Style Two Start */
.service-style-two .service-two-box {
  border: 1px solid #c1c1c1;
  padding: 40px 40px 0;
  position: relative;
  min-height: 370px;
  transition: all 0.3s;
}
.service-style-two .service-two-box:before {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("img/service-hover-img.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.service-style-two .service-two-box:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.3s;
  background-color: var(--theme-color);
}
.service-style-two .service-two-box h3 a {
  font-size: 26px;
  margin-bottom: 8px;
  transition: all 0.3s;
  font-weight: 700;
  color: black;
}
.service-style-two .service-two-box p {
  line-height: 28px;
  margin-bottom: 30px;
  transition: all 0.3s;
  margin-top: 7px;
}
.service-style-two .service-two-box .service-two-icon img {
  height: 60px;
  transition: all 0.3s;
}
.service-style-two .service-two-box .service-two-icon {
  width: 105px;
  height: 125px;
  transition: all 0.3s;
  position: relative;
}
.service-style-two .service-two-box .service-two-icon img {
  margin-top: 20px;
}
.service-style-two .service-two-box .service-two-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  border: 1px solid;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  transform: skew(-20deg, 0deg);
  background: #ececec;
  z-index: -1;
  border: 0;
}
.service-style-two .service-two-box .service-two-icon i {
  font-size: 30px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  transition: all 0.3s;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.service-style-two .service-two-box .service-two-icon a i {
  color: black;
  transition: all 0.3s;
}
.service-style-two .service-two-box:hover .service-two-icon i,
.service-style-two .service-two-box:hover .service-two-icon {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.service-style-two .service-two-box:hover .service-two-icon img {
  opacity: 0;
  transition: all 0.3s;
}
.service-style-two .service-two-box:hover .service-two-icon:before {
  background: transparent;
  transition: all 0.3s;
}
.service-style-two .service-two-box.last {
  border: 0;
  height: 100%;
  transition: all 0.3s;
}
.service-style-two .service-two-box.last:before {
  display: none;
  transition: all 0.3s;
}
.service-style-two .service-two-box.last a {
  color: black;
  font-size: 18px;
  transition: all 0.3s;
  font-family: "Poppins";
}
.service-style-two .service-two-box.last span {
  width: 50px;
  transition: all 0.3s;
  height: 50px;
  border-radius: 100px;
  margin-left: 15px;
  background-color: var(--theme-color);
}
.service-style-two .service-two-box.last span i {
  font-size: 13px;
  transition: all 0.3s;
}
.service-style-two .service-two-box.last a:hover span {
  transform: translateX(5px);
  transition: all 0.3s;
}

/* Inner Banner Styles */
.inner-banner {
  background-color: #000;
  padding: 145px 0 25px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.inner-banner-content h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.inner-banner-content p {
  font-size: 18px;
  color: #ccc;
}

.inner-banner:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 500px;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) 20px, transparent 20px, transparent 40px);
  transform: skewX(-20deg);
}

/* Breadcrumb Styles */
.breadcrumb-container {
  border-top: 1px solid #444;
  padding-top: 20px;
  margin-top: 40px;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: center;
}

.breadcrumb li {
  font-size: 16px;
  color: #fff;
}

.breadcrumb li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb li a:hover {
  color: var(--theme-color);
}

.breadcrumb li:not(:last-child)::after {
  content: "";
  margin-left: 15px;
}

.breadcrumb i {
  margin-right: 5px;
}

.core-values-section {
  background-color: #f6f6f6;
}
.core-values-section .heading {
  margin-bottom: 60px;
}
.core-values-section .heading span {
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.core-values-section .value-item {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}
.core-values-section .value-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.core-values-section .value-content h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}
.core-values-section .value-image img {
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .core-values-section .value-item .col-md-6:first-child {
    order: 2;
  }
  .core-values-section .value-item .col-md-6:last-child {
    order: 1;
  }
  .core-values-section .value-content {
    text-align: center;
    margin-top: 30px;
  }
}
.director-message-section .director-info h2 {
  font-size: 45px;
  font-weight: 700;
  color: #111;
}
.director-message-section .director-info h4 {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
}
.director-message-section .director-info .director-details {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.director-message-section .director-info .director-details li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #212121;
}
.director-message-section .director-info .director-details li strong {
  color: #111;
  min-width: 100px;
  display: inline-block;
}
.director-message-section .director-info .social-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #f1f1f1;
  color: #333;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.director-message-section .director-info .social-btn i {
  margin-left: 10px;
}
.director-message-section .director-info .social-btn:hover {
  background-color: #e0e0e0;
  color: #111;
}
.director-message-section .contact-box {
  background-color: #111;
  color: #fff;
  padding: 30px;
}
.director-message-section .contact-box .contact-info-item {
  display: flex;
  align-items: center;
}
.director-message-section .contact-box .contact-info-item i {
  font-size: 30px;
  color: var(--theme-color);
  margin-right: 20px;
}
.director-message-section .contact-box .contact-info-item h5 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.director-message-section .contact-box .contact-info-item p {
  margin: 0;
  color: #ccc;
}
.director-message-section .contact-box .consult-btn {
  margin-top: 25px;
  background: var(--theme-color);
  padding-left: 30px;
}
.director-message-section .contact-box .consult-btn i:after {
  border: solid 2px black;
}
.director-message-section .director-image-wrapper {
  position: relative;
}
.director-message-section .director-image-wrapper img {
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
}
.director-message-section .director-image-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  z-index: 1;
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}
.director-message-section .professional-passion {
  margin-top: 60px;
}
.director-message-section .professional-passion h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .director-message-section .director-image-wrapper {
    margin-top: 50px;
  }
}
.client-logo-section-grid {
  background-color: #f8f9fa;
}
.client-logo-section-grid .heading {
  margin-bottom: 60px;
}
.client-logo-section-grid .heading span {
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.client-logo-section-grid .client-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
}
.client-logo-section-grid .logo-item {
  padding: 25px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.client-logo-section-grid .logo-item img {
  max-width: 100%;
  max-height: 80px;
  transition: all 0.3s ease;
}
.client-logo-section-grid .logo-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.client-logo-section-grid .logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 480px) {
  .client-logo-section-grid .client-logo-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
  }
}
.contact-us-section {
  background-color: #fff;
}
.contact-us-section .contact-form-wrapper span {
  font-size: 16px;
  color: #555;
  font-weight: 600;
}
.contact-us-section .contact-form-wrapper h2 {
  font-size: 45px;
  margin-top: 5px;
}
.contact-us-section .contact-form-wrapper p {
  margin-bottom: 30px;
}
.contact-us-section .form-control {
  background-color: #f7f7f7;
  border: 1px solid #e0e0e0;
  padding: 18px 25px;
  border-radius: 0;
  margin-bottom: 20px;
  font-size: 16px;
}
.contact-us-section .form-control:focus {
  background-color: #fff;
  border-color: var(--theme-color);
  box-shadow: none;
}
.contact-us-section textarea.form-control {
  min-height: 150px;
  height: 100px;
  resize: vertical;
}
.contact-us-section .common-btn {
  border: none;
  cursor: pointer;
}
.contact-us-section .contact-info-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.contact-us-section .contact-info-card .card-top {
  background-color: var(--theme-color);
  padding: 40px 20px;
  text-align: center;
}
.contact-us-section .contact-info-card .card-top .director-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.contact-us-section .contact-info-card .card-top h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.contact-us-section .contact-info-card .card-top p {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 20px;
}
.contact-us-section .contact-info-card .card-top .signature {
  max-width: 150px;
}
.contact-us-section .contact-info-card .card-bottom {
  background-color: #111;
  padding: 30px;
  color: #fff;
}
.contact-us-section .contact-info-card .card-bottom .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-us-section .contact-info-card .card-bottom .info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.contact-us-section .contact-info-card .card-bottom .info-list li i {
  font-size: 20px;
  color: var(--theme-color);
  margin-right: 20px;
  width: 25px;
  text-align: center;
}
.contact-us-section .contact-info-card .card-bottom .info-list li strong {
  display: block;
  color: #fff;
  margin-bottom: 3px;
}
.contact-us-section .contact-info-card .card-bottom .info-list li span {
  color: #ccc;
  line-height: 1.6;
}
.contact-us-section .contact-info-card .card-bottom .social-links {
  border-top: 1px solid #444;
  padding-top: 25px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-section .contact-info-card .card-bottom .social-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  margin-bottom: 15px;
  border: 1px solid #555;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.contact-us-section .contact-info-card .card-bottom .social-links a:not(:last-child) {
  margin-bottom: 15px;
}
.contact-us-section .contact-info-card .card-bottom .social-links a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #111;
}

@media (max-width: 991.98px) {
  .contact-us-section .contact-info-card {
    margin-top: 50px;
  }
}
.projects-list-section .heading {
  margin-bottom: 60px;
}
.projects-list-section .project-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
}
.projects-list-section .project-list-item:first-child {
  padding-top: 0;
}
.projects-list-section .project-list-item:last-child {
  border-bottom: none;
}
.projects-list-section .project-list-item:nth-child(even) {
  flex-direction: row-reverse;
}
.projects-list-section .project-list-content,
.projects-list-section .project-list-image {
  flex: 1;
  min-width: 300px;
}
.projects-list-section .project-list-content h3 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}
.projects-list-section .project-list-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}
.projects-list-section .project-meta {
  display: flex;
  gap: 30px;
}
.projects-list-section .project-meta .meta-item span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.projects-list-section .project-meta .meta-item strong {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.projects-list-section .project-list-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
  .projects-list-section .project-list-item {
    gap: 30px;
  }
  .projects-list-section .project-list-item:nth-child(even) {
    flex-direction: row;
  }
  .projects-list-section .project-list-content h3 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .projects-list-section .project-list-item {
    flex-direction: column !important;
    padding: 40px 0;
  }
  .projects-list-section .project-list-item .project-list-content {
    order: 2;
  }
  .projects-list-section .project-list-item .project-list-image {
    order: 1;
  }
}
.service-detail-page h4 {
  color: var(--theme-color);
  font-weight: 500;
}
.service-detail-page ul li {
  position: relative;
  margin-bottom: 7px;
}
.service-detail-page ul li:before {
  content: "\f00c";
  position: absolute;
  left: -26px;
  font-size: 20px;
  color: var(--theme-color);
  top: 0;
  font-family: "fontawesome";
}
.service-detail-page h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}
.service-detail-page p {
  line-height: 1.8;
}
.service-detail-page .service-main-image,
.service-detail-page .service-gallery,
.service-detail-page .service-additional-content,
.service-detail-page .service-faq {
  margin-bottom: 60px;
}
.service-detail-page .service-benefits-content .benefits-list {
  list-style: none;
  padding-left: 0;
}
.service-detail-page .service-benefits-content .benefits-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 16px;
}
.service-detail-page .service-benefits-content .benefits-list li::before {
  content: "\f00c";
  font-family: fontawesome;
  font-weight: 900;
  font-size: 16px;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0px;
}
.service-detail-page .service-main-image img {
  width: 100%;
  border-radius: 5px;
}
.service-detail-page .service-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-detail-page .service-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.service-detail-page .support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.service-detail-page .support-item {
  padding: 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #333;
}
.service-detail-page .support-item i {
  color: var(--theme-color);
}
.service-detail-page .service-faq .accordion-item {
  margin-bottom: 15px;
  border: none;
  background-color: #f7f7f7;
  border-radius: 5px;
  overflow: hidden;
}
.service-detail-page .service-faq .accordion-header button.accordion-button {
  background-color: #f7f7f7;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  border: none;
  box-shadow: none;
  padding: 20px;
}
.service-detail-page .service-faq .accordion-header button.accordion-button::after {
  content: "\f078";
  font-family: fontawesome;
  font-weight: 900;
  background-image: none;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.service-detail-page .service-faq .accordion-header button.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.service-detail-page .service-faq .accordion-body {
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .service-detail-page .support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-detail-page .service-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .service-detail-page .service-benefits-content {
    margin-top: 30px;
  }
  .service-detail-page .support-grid {
    grid-template-columns: 1fr;
  }
}

.sidebar-recent-blogs {
  background-color: #46c3ce;
  padding: 20px;
}
.sidebar-recent-blogs h3 {
  margin-bottom: 1.5rem;
}
.sidebar-recent-blogs ul {
  padding-left: 0rem;
}
.sidebar-recent-blogs ul li {
  margin-bottom: 10px;
}

.service-detail-page.gap {
  padding: 75px 0px;
}

.service-detail-page .service-main-image {
  margin-bottom: 25px;
  border: none;
  box-shadow: none;
}
.service-detail-page .service-main-image img {
  margin-bottom: 0;
}

.service-detail-page img {
  margin-bottom: 15px;
  box-shadow: rgba(99, 99, 99, 0.73) 0px 2px 8px 0px;
  border-radius: 5px;
}

@media (max-width: 576px) {
  section.gap.no-top.about-style-one.pt-0 .mt-5 {
    margin-top: 0rem !important;
  }
  .about-style-one .about-data-right .about-info p {
    margin-bottom: 14px;
  }
}
.services-links {
  padding: 60px 0;
  background: #f7f9fc;
}
.services-links .common-heading {
  text-align: center;
  margin-bottom: 35px;
  color: #000;
}
.services-links .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
.services-links .service-list li a {
  display: block;
  padding: 14px 18px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.services-links .service-list li a:hover {
  background: #46c3ce;
  color: #fff;
  transform: translateY(-3px);
}/*# sourceMappingURL=style.css.map */