@font-face {
  font-family: 'head-font';
  src: url(../fonts/PierSans-Regular.otf);
}

@font-face {
  font-family: 'para-font';
  src: url(../fonts/MonaSans-Regular.ttf);
}

@font-face {
  font-family: 'header-font';
  src: url(../fonts/KaushanScript-Regular.ttf);
}


/* preloader */
/* Preloader wrapper */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* change bg color if needed */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Loader styles */
.circle-loader {
  --uib-size: 40px;
  --uib-speed: 0.8s;
  --uib-color: #1D63AB;
  position: relative;
  display: inline-block;
  height: var(--uib-size);
  width: var(--uib-size);
  animation: spin-loader calc(var(--uib-speed) * 2.5) infinite linear;
}

.circle-loader__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}

.circle-loader__dot:after {
  content: '';
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--uib-color);
  border-radius: 50%;
}

.circle-loader__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}

.circle-loader__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite ease-in-out;
  animation-delay: calc(var(--uib-speed) * -0.3);
}

.circle-loader__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}

.circle-loader__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite calc(var(--uib-speed) * -0.15) ease-in-out;
}

.circle-loader__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}

.circle-loader__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 var(--uib-speed) infinite ease-in-out;
}

@keyframes spin-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wobble1 {

  0%,
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}

@keyframes wobble2 {

  0%,
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}

/* Back to Top Button */
.back-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #1D63AB;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top-btn:hover {
  background: #000;
}

.back-to-top-arrow {
  fill: #fff;
}

.back-to-top-text {
  margin: 0;
}

:root {
  --color-primary: #1D63AB;
  --color-secondary: #65BC47;
  --color-third: #4D4643;
  --color-bg: #ececec;
  --color-black: #0D0D0D;
  --color-white: #fff;

  --font-head: "head-font";
  --font-header: "header-font";
  --font-para: "para-font";
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  line-height: 1.6;
  font-size: 16px;
}

h3 {
  font-family: var(--font-header);
}

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

p {
  font-family: var(--font-para);
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: auto;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 8px 5px 6px 5px;
  width: 100%;
  background-image: url('../image/home/footer-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#topbar .contact-info a i {
  color: var(--color-white);
}

#topbar .contact-info a {
  color: var(--color-white);
  font-weight: 700;
  transition: color 0.3s ease;
}

#topbar .contact-info a:hover {
  color: var(--color-primary);
}

#topbar .contact-info i {
  font-style: normal;
  color: var(--color-white)
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;

  font-size: 15px;
  text-transform: uppercase;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgb(255 255 255);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
  font-size: 18px;
}

#topbar .social-links a:hover {
  /* opacity: 0.7; */
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 999999;
  height: auto;
  box-shadow: 0px 2px 15px rgba(146, 146, 146, 0.1);
}

#navbar {
  padding: 10px 0px;
}

#header.fixed-top {
  height: auto;
}

#header.fixed-top .logo img {
  max-height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;

}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 60px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 17px;
  color: #023530;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;

  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* Base link style */
.navbar>ul>li>a {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  /* space for the line */
  color: #333;
  /* text color */
  text-decoration: none;
}

/* Animated line (hover effect) */
.navbar>ul>li>a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

/* Grow line on hover */
.navbar>ul>li>a:hover::before {
  transform: scaleX(1);
}

/* Active link line (always visible) */
.navbar>ul>li>a.active::before {
  transform: scaleX(1);
}


.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--color-primary);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 5px 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--color-primary);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  border-top: 2px solid var(--color-primary);
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  /* visibility: hidden; */
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--color-primary);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--color-primary);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;

  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;

  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;

  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;

  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;

  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .container-fluid {
  width: 80% !important;
}


#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;

  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}






.home-section01 .card {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}

.home-section01 .card-header {
  background-color: transparent;
  text-align: center;
}


.home-section01 .card-block h1 {

  font-size: 72px;
  text-transform: capitalize;
  line-height: 2em;
  text-align: center;
  color: #227770;
  margin-top: 0.5em;
}



#spl-card001 {
  margin-bottom: 0em;
}

#spl-card002 {
  margin-top: -150px;
  margin-bottom: 0em;
  background-color: transparent;
}





.home-section01 {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/home/11.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-section01 .card {
  background-color: transparent;
}

.home-section01 .card-header {
  background-color: transparent;
}

.home-section01 .card-header img {
  padding: 6px;
}

.home-section01 .card-block img {
  padding: 6px;
}

/*.home-section01 .card-header img:hover {
    box-shadow: 0 8px 15px rgba(85, 85, 85, 0.15);
    border-radius: 50px;
}
.home-section01 .card-block img:hover {
    box-shadow: 0 8px 15px rgba(85, 85, 85, 0.15);
    border-radius: 50px;
}*/









.home-section02 {
  background-color: #95e0db;
  padding: 0px 40px 30px 40px;
}

.home-section02 .card {
  background-color: transparent;
}

.home-section02 .card-header {
  background-color: transparent;
}

.we-provide {
  background-color: #fff;
  padding: 20px;
  border-radius: 25px;
}

.home-section02 .card-title {

  font-size: 56px;
  line-height: 65px;
  color: #227770;
  margin-top: 0.7em;
  margin-bottom: 1em;
  margin-left: 1em;
}

.we-provide p {
  text-align: justify;
  line-height: 35px;
  border: 1px solid #95e0db;
  padding: 15px 10px;
  border-radius: 10px;

  font-size: 14px;
}

.design-img img {
  margin-left: 0px;
}

.home-section02 .card-header img {
  margin-top: -10px;
}

.home-section03 .card-block {
  text-align: right;
}




.home-section03 .card-header {
  background-color: transparent;
}

.home-section03 .card-block {
  background-color: transparent;
}

.home-section03 .card {
  background-color: transparent;
}

.home-section03 .card-block h3 {

  font-size: 56px;
  line-height: 2em;
  text-align: right;
  color: #227770;
  margin-top: 0.5em;
  margin-bottom: 0em;
}

.home-section03 .card-block p {
  line-height: 30px;

  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 1em;
}

.right-btn {
  margin-top: 1.7em;
}

.right-btn img:hover {
  box-shadow: 6px 6px #67d2cc;
}

.home-section03 .card-header img {
  max-width: 100%;
  height: auto;
  width: 260px;
}

.right-btn img {
  max-width: 100%;
  height: auto;
  width: 215px;
}



.home-section03 {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/home/16.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}





.home-section05 {
  padding: 60px 0px;
}

.home-section05 .card-block {
  text-align: center;
}

.home-section05 .card-block h4 {

  text-transform: uppercase;
  margin-top: 0.7em;
  font-size: 24px;
  color: #2fa98d;
}

.home-section05 .card-block p {
  line-height: 30px;

  border-radius: 10px;
  font-size: 21px;
  margin-bottom: 1em;
  color: #000;
}


hr.new4 {
  border: 1px solid #5ac8c0;
}



.home-section06 h1 {
  font-size: 66px;
  color: #000;
  text-transform: uppercase;

}

.home-section06 .card-header {
  background-color: transparent;
}

.home-section06 .card-header h1 .sp7 {

  text-transform: lowercase;
  display: block;
  font-size: 32px;
}



.sp1 {
  background: linear-gradient(to right, #8b8d8c 0%, #79b1ae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp2 {
  background: linear-gradient(to right, #6acdc8 0%, #7cb9bc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp3 {
  background: linear-gradient(to right, #949ca9 0%, #b07891 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp4 {
  background: linear-gradient(to right, #bf7b8a 0%, #c4838b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp5 {
  background: linear-gradient(to right, #cd928a 0%, #e0ba8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp6 {
  background: linear-gradient(to right, #a7b196 0%, #459fa7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.home-section06 {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/home/22.jpg);
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
}

.home-section06 .card {
  background-color: transparent;
}

.home-section06 .card-header {
  background-color: transparent;
}

.home-section06 .card-block form label {
  display: none;

  text-transform: uppercase;
  margin-top: 0.7em;
  font-size: 14px;
  color: #2fa98d;
  margin-bottom: 0.3em;
}

.home-section06 .card-block form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 0.4em;

}

.home-section06 .card-block form .btn-success {
  background-color: #ebb107;
  border: none;

  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 12px;
  margin-top: 1em;
}



.master-footer .card-header {
  background-color: transparent;
  text-align: center;
}

.master-footer .card-header img {
  max-width: 100%;
  width: 214px;
  margin: 0 auto;
}



.master-footer .card-block {
  background-color: #48a59d;
  padding: 15px;
}

.master-footer .card-block h4 {
  line-height: 30px;
  border-radius: 10px;
  font-size: 22px;
  margin-bottom: 1em;
  color: #fff;
  text-transform: uppercase;

  letter-spacing: 1px;
}

.master-footer .card-block p a .bi {
  color: #555;
  margin-right: 4px;
}

.master-footer .card-block p a {

  display: block;
  text-transform: capitalize;
  color: #ffffffd9;
  padding-bottom: 7px;
}

.master-footer .card-block p {

  text-transform: capitalize;
  color: #ffffffd9;
  padding-bottom: 7px;
  font-size: 15px;
}

.master-footer .card-block img {
  max-width: 100%;
  width: 178px;
}


.last-footer {
  padding: 16px 0;
  background-color: #145f58;
}

.last-footer p {
  text-align: center;

  text-transform: capitalize;
  color: #fff;
  margin: 0;
}

.last-footer p a {
  color: #ebb107;
}






.home-section07 h1 {

  font-size: 41px;
  text-transform: capitalize;
  line-height: 2em;
  text-align: center;
  color: #227770;
  margin-top: 0.5em;
}

.home-section07 h3 {
  color: #121139;
  text-align: center;

  font-size: 46px;
  text-transform: capitalize;
  margin-top: 0.8em;
  margin-bottom: 1em;
}



#product-row01 {
  margin-bottom: -100px;
}

.clr1 {
  color: #e02840 !important;
}

.clr2 {
  color: #b4258f !important;
}

.bgclr1 {
  background-color: #aee6e3;
}

/*.home-section07 img:hover { transform: scale(0.95); }*/

.text-center-col {
  text-align: center;
}






.home-section02 .tab {
  overflow: hidden;
  background-color: transparent;
  text-align: center;
}

.home-section02 .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  transition: 0.3s;
  z-index: 9999;
  position: relative;
  margin-bottom: 1.5em;
  border-radius: 30px;

}


.home-section02 .tab button.active {
  background-color: #f5f5f5;
  padding: 0px 0px 0px 50px;
}

.home-section02 .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}




.design-img .tab {
  background-image: url(../img/home/31.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}






.did .column {
  text-align: center;
}

.did .column img {
  max-width: 100%;
  width: auto;
  padding: 0;
  margin: 0;
  display: inline;
}

.did .column img:hover {
  filter: opacity(0.5) drop-shadow(0 0 0 #aee6e3);
}

.did .column .img2 {
  position: relative;
  left: -20px;
}

.did .column .img3 {
  position: relative;
  left: -34px;
}

.did .column .img4 {
  position: relative;
  left: -49px;
}

.did .column .img5 {
  position: relative;
  left: -67px;
}

.did .column .img6 {
  position: relative;
  left: -84px;
}




.did .column2 {
  text-align: center;
}

.did .column2 img {
  max-width: 100%;
  width: auto;
  padding: 0;
  margin: 0;
  display: inline;
}

.did .column2 img:hover {
  filter: opacity(0.5) drop-shadow(0 0 0 #aee6e3);
}

.did .column2 .img7 {
  position: relative;
  left: -141px;
  top: -156px;
}

.did .column2 .img8 {
  position: relative;
  left: -166px;
  top: -161px;
}

.did .column2 .img9 {
  position: relative;
  left: -176px;
  top: -159px;
}

.did .column2 .img10 {
  position: relative;
  left: -190px;
  top: -159px;
}

.did .column2 .img11 {
  position: relative;
  left: -207px;
  top: -159px;
}

.did .column2 .img12 {
  position: relative;
  left: -228px;
  top: -158px;
}











/* 

.grid {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.grid::after {
  content: "";
  display: block;
  clear: both;
}



.grid-item {
  width: 21.833%;
  padding-bottom: 21.833%;
  overflow: hidden;
  -webkit-overflow: hidden;
  float: left;
  background: #BBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 5.5%;
  margin-top: -11%;
}

.grid-item:nth-child(1),
.grid-item:nth-child(2),
.grid-item:nth-child(3) {
  margin-top: 5%;
}

.grid-item:nth-child(5n+4) {
  margin-left: 21.9%;
}

.grid-item:nth-child(5n+6) {
  clear: left;
}

.grid-item:nth-child(5n+6):last-of-type {
  margin-left: 38.25%;
}

.grid-item:hover {
  background: #FFF;
}

.grid-inner img:hover {
  opacity: 0.5;
}

.grid-inner img {
  margin-left: -25%;
  margin-top: -25%;
}

.grid-inner {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  text-align: center;
  font-size: 2em;
}
 */




.sub-banner img {
  width: 100%;
  height: auto;
}




.about-us01 .card-header {
  background-color: transparent;
  padding: 15px;
}

.about-us01 .card-block {
  background-color: transparent;
  padding: 15px;
}

.about-us01 h1 {

  font-size: 41px;
  text-transform: capitalize;
  line-height: 2em;
  color: #39d5e6;
  margin-top: 0.5em;
}

.about-us01 p {
  text-align: justify;
  line-height: 35px;

  font-size: 17px;
  color: #000;
}

.about-us01 h4 {

  text-transform: capitalize;
  color: #000;
}





.about-us02 .card-header {
  background-color: transparent;
  text-align: center;
  margin-bottom: 2em;
}

.about-us02 .card {
  background-color: transparent;
}

.about-us02 {
  background-color: #39d5e6;
}

.about-us02 h2 {

  text-transform: capitalize;
  color: #000;
  font-size: 33px;
  margin-bottom: 1em;
  text-align: center;
}

.about-us02 .card-header img {
  max-width: 100%;
  width: 112px;
}

.about-us02 .card-header h4 {

  margin-top: 1em;
  font-size: 21px;
  color: #000;
}



.about-us03 .card-header {
  background-color: transparent;
}

.about-us03 .card-header h3 {

  font-size: 41px;
  text-transform: capitalize;
  line-height: 2em;
  color: #000;
  margin-top: 0.5em;
}

.about-us03 .card-block .card-text {
  text-align: justify;
  line-height: 35px;

  font-size: 18px;
  color: #000;
}

.about-us03 .card-block .btn-primary {

  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0px;
  padding: 4px 25px;
  text-transform: capitalize;
}



.about-us03 .card {
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8)), url(../img/about/3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 20px;
}


.about-us04 .card {
  background-color: #48a59d;
  padding: 15px;
}


.about-us04 {
  text-align: center;
}

.about-us04 h3 {

  font-size: 41px;
  text-transform: capitalize;
  line-height: 40px;
  color: #fff;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.about-us04 p {
  text-align: center;
  line-height: 35px;

  font-size: 17px;
  color: #ffff;
}

.about-us04 .btn-primary {
  border-radius: 0px;
  background-color: #fff;
  border: none;
  color: #000;

  text-transform: uppercase;
  padding: 4px 23px;
}




.contact01 .card-title {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.6em;
  letter-spacing: 2px;
}

.contact01 .card-header .card-text {

  font-size: 16px;
  margin-bottom: 1.6em;
  color: #000;
}

.contact01 .card-header .card-text a {
  display: block;
}

.contact01 .card-header {
  background-color: transparent;
}

.contact-us02 .card-header {
  background-color: transparent;
}

.contact01 .card-header .card-text span {

  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  color: #38a703;
  display: block;
}

.contact01 .card-header .card-text a {
  color: #000;
}

.contact01 .card-header .card-text .bi {
  color: #38a703;
  font-size: 18px;
  margin-right: 5px;
}



.contact-us02 .card-header form .plus {
  font-size: 36px;
  color: #ff0000;
}

.contact-us02 .card-header form .form-control {
  display: block;
  width: 100%;
  padding: 0.475rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 1.7em;

}

.contact-us02 .card-header form label {
  display: inline-block;

  color: #000;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

.contact-us02 .card-title {
  font-size: 26px;
  color: #02342f;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.6em;
  font-weight: 500;
  margin-top: 0.5em;

}

.contact-us02 .card-header form .btn-primary {
  background-color: #f97233;
  border-color: #f97233;
  text-transform: capitalize;
  padding: 2px 20px;
  font-size: 14px;
  border-radius: 30px;

}

.contact-us02 .card-header form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-size: 13.3px;
  opacity: 1;
  /* Firefox */
}

.contact-us02 .card-header form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-size: 13.3px;
}

.contact-us02 .card-header form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-size: 13.3px;
}

.contact-us02 .card-header form .btn-primary {
  background: #b11a57;
  color: #fff;
  border-radius: 0px;
  padding: 6px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
  border: none;

  text-transform: uppercase;
}




.products01 .card-header .btn-primary {
  background-color: #eb298b;
  color: #fff;
  border: none;
  border-radius: 0px;

  text-transform: capitalize;
}

.products01 .card-header h4 {

  margin-top: 0.8em;
  text-transform: capitalize;
  color: #000;
}

.products01 .card-header p {

  font-size: 14px;
  margin-top: 1em;
}

.products01 .card-header {
  padding: 10px;
  border: 4px solid #fff;
  margin-bottom: 1.6em;
}


.products01 h1 {

  font-size: 41px;
  text-transform: capitalize;
  line-height: 2em;
  color: #000;
  margin-top: 0.5em;
  text-align: center;
  margin-bottom: 1em;
}


.team01 h1 span {}

.team01 h1 {
  font-size: 51px;
  color: #000000b3;

  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.6em;
}

.team01 .card-header h4 {

  margin-top: 0.5em;
  font-size: 21px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center;
}

.team01 .card-header {
  margin-bottom: 1.6em;
}





.home-section-welcome {
  position: relative;
}

.flot01 img {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -1;
  max-width: 100%;
  width: 310px;
}


















.rhmb img {
  max-width: 100%;
  max-height: 100%;
}

.rhmb .items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rhmb .items__box {
  margin: 0 -70px;
}

.rhmb .item {
  width: 278px;
  height: 278px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  margin: 10px 0;
  transition: .2s all;
}

.rhmb .item_size_large {
  width: 278px;
  height: 278px;
}

.rhmb .item:hover {
  filter: brightness(130%);
}

@media (max-width: 900px) {
  .rhmb .items__box {
    margin: 0 -10px;
  }

  .rhmb .item {
    width: 150px;
    height: 150px;
  }

  .rhmb .item_size_large {
    width: 150px;
    height: 150px;
  }
}




.p-title {

  font-size: 41px;
  text-transform: capitalize;
  line-height: 2em;
  text-align: center;
  color: #227770;
  margin-top: 0.5em;
}

.p-sub-title {
  color: #121139;
  text-align: center;

  font-size: 46px;
  text-transform: capitalize;
  margin-top: 0.8em;
  margin-bottom: 1em;
}






.map-control {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);

  margin: 10px;
  /* Hide the control initially, to prevent it from appearing
           before the map loads. */
  display: none;
}

/* Display the control once it is inside the map. */
#map .map-control {
  display: block;
}

.selector-control {
  font-size: 14px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}




.noble01 {
  position: relative;
}




#Table_01 img {
  max-width: 100% !important;
  overflow-x: hidden;
  overflow-y: hidden;
}




#img04 {
  margin-top: -4px;
}



.new-about01 {
  background-color: #47c3ba;
}

.new-about01 h6 span {
  font-size: 26px;
}

.new-about01 h6 {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}

.new-about01 h1 {

  font-size: 56px;
  color: #fff;
  text-transform: uppercase;
}

.new-about01 h1 span {}


.new-about01 p {
  line-height: 29px;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 1em;
  color: #ffffffdb;
  margin-top: 0.7em;

  letter-spacing: 1.3px;
}

.box01 p {
  line-height: 29px;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 1em;
  color: #fff;
  margin-top: 0.7em;

  letter-spacing: 1.3px;
  text-align: justify;
}



.new-about02 {
  padding: 0px;
}

.new-about02 .card-block {
  padding: 1.7em;
}

.new-about02 .card-block h2 {
  font-size: 51px;
  color: #000000b3;

  text-transform: uppercase;
  text-align: left;
}

.new-about02 .card-block h2 span {}

.new-about02 .card-block p {
  line-height: 31px;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 1em;
  color: #000000c2;
  margin-top: 0.7em;

  letter-spacing: 1px;
  text-align: justify;
}

.new-about02 .card-header {
  background-color: transparent;
  padding: 0px;
}

.new-about02 h6 span {
  font-size: 26px;
}

.new-about02 h6 {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}





.new-about03 {
  padding: 0px;
}

.new-about03 .card-block {
  padding: 1.7em;
}

.new-about03 .card-block h2 {
  font-size: 51px;
  color: #000000b3;

  text-transform: uppercase;
  text-align: right;
  margin-bottom: 0em;
}

.new-about03 .card-block h2 span {}

.new-about03 .card-block p {
  line-height: 31px;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 1.6em;
  color: #000000c2;
  margin-top: 0.7em;

  letter-spacing: 1px;
  text-align: right;
}

.new-about03 .card-header {
  background-color: transparent;
  padding: 0px;
}

.new-about03 h6 span {
  font-size: 26px;
}

.new-about03 h6 {
  color: #000000c2;
  text-transform: capitalize;
  font-size: 18px;
  text-align: right;
}


.new-about04 {
  padding: 0px;
}




.new-about04 .card-header {
  background-color: #000;
  border-radius: 0px;
  padding: 0px;
}

.new-about04 .card-block {
  padding: 0;
}

#bottom-col03 {
  background-image: url(../img/about/values-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.new-about04 .card-block {
  padding: 0;
}

.new-about04 .card-block h4 {
  color: #000000c2;
  text-transform: capitalize;
  font-size: 18px;
}


#bottom-col03 {
  padding: 25px;
}

#bottom-col03 h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}

#bottom-col03 h3 {

  font-size: 51px;
  color: #fff;
  text-transform: uppercase;
}

#bottom-col03 h3 span {}

#bottom-col03 .card-text {
  line-height: 29px;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 1em;
  color: #fff;
  margin-top: 0.7em;

  letter-spacing: 1.3px;
}

.exp-box p {
  line-height: 29px;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 0.6em;
  color: #fff;

  letter-spacing: 1.3px;
  text-align: center;
  margin-top: 0.6em;
}




#bottom-col02 {
  position: relative;
}

#bottom-col02 .btoom1-text {
  font-size: 51px;
  color: #fff;

  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0em;
  position: absolute;
  bottom: 30px;
  left: 240px;
  background-color: rgba(0, 0, 0, 0.7);
}



.new-products01 .card-header {
  background-color: #d17a1b;
  border-radius: 0;
}

.new-products01 .card-header p {
  line-height: 29px;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 1em;
  color: #ffffffdb;
  margin-top: 0.7em;

  letter-spacing: 1.3px;
  text-align: center;
}

.new-products01 .card-header h5 {

  font-size: 31px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0.6em;
}

.new-products01 .card-header .descrip-box {
  border: 1px solid #fff;
  padding: 15px;
}

.new-products01 .card-header {
  padding: 15px;
  text-align: center;
}


.new-products01 .card-block {
  text-align: center;
}

.new-products01 .card-block h4 {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.new-products01 .card-block h1 span {}

.new-products01 .card-block h1 {
  font-size: 51px;
  color: #000000b3;

  text-transform: uppercase;
  text-align: center;
}

.new-products01 .card-block .btn-primary {
  background-color: transparent;
  border: none;
  color: #1d2228;
  font-size: 56px;
}



.new-products02 h1 span {}

.new-products02 h1 {
  font-size: 40px;
  color: #000000b3;

  text-transform: uppercase;
  text-align: center;
  margin-top: 1.5em;
}


.new-products02 .card-text {
  line-height: 31px;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 1.7em;
  color: #000000c2;
  margin-top: 0.7em;

  letter-spacing: 1px;
  text-align: center;
}



.new-products02 .card-header img {
  border-radius: 10px;
}

.new-products02 .card-header {
  background-color: transparent;
  padding: 5px;
}

.pr-content01 {
  margin-bottom: 10px;
  text-align: center;
}

.pr-btn .btn-primary {
  background-color: #d17a1b;
  border: none;

  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: max-content;
  padding: 5px 10px;
  font-size: 15px;
}

.pr-btn .btn-primary:hover {
  background-color: #000;
}

.pr-content01 a span {

  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  color: #d90860;
}

.pr-btn {
  text-align: center;
}




.new-contact-us01 {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/contact-us/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0px;
}

.new-contact-us01 .card-header .card-title {
  font-size: 26px;
  color: #02342f;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.6em;
  font-weight: 500;
  margin-top: 0.5em;

}

.new-contact-us01 .card-header .card-text {
  line-height: 30px;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 1.6em;
  color: #000000c2;
  margin-top: 0.7em;

  letter-spacing: 1px;
  text-align: left;
}

.new-contact-us01 .card-header .card-text a {
  color: #000000c2;
}

.new-contact-us01 .card-header .card-text a .bi {
  color: #206b66;
}

.new-contact-us01 .card {
  padding: 50px 20px;
}

.new-contact-us01 .card-header {
  background-color: transparent;
}







.services01 .card-header .card-title {
  font-size: 30px;
  color: #000000b3;

  text-transform: uppercase;
  text-align: left;
}

.services01 .card-header .card-title span {}

.services01 .card-header .card-text {
  line-height: 31px;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 1em;
  color: #000000c2;
  margin-top: 0.7em;

  letter-spacing: 1px;
  text-align: justify;
}

.services01 .card-header {
  background-color: transparent;
  padding: 15px;
}

.services01 .card-block {
  background-color: transparent;
  padding: 15px;
}



.services01 h1 {
  font-size: 51px;
  color: #000000b3;

  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6em;
}

.services01 h1 span {}


.large-num {
  font-size: 96px;

  opacity: 0.1;
}



.services01 .card-block img {
  border-radius: 10px;
}


.enve {
  text-transform: lowercase !important;
}





.clr-001 {
  color: #48a59d !important;
}

.clr-002 {
  color: #b11a57 !important;
}

.clr-003 {
  color: #d17a1b !important;
}

.clr-004 {
  color: #145f58 !important;
}

.clr-005 {
  color: #e31d82 !important;
}

.clr-006 {
  color: #da0000 !important;
}






.prd-tti {

  font-size: 56px;
  line-height: 45px;
  text-align: center;
  color: #227770;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
  text-transform: capitalize;
}

.prd-sub-tti {

  font-size: 40px;
  line-height: 2em;
  text-align: center;
  color: #111039;
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-transform: capitalize;
}



.new-products01 {
  display: none;
}




.details01 h1 {
  font-size: 41px;
  color: #000000b3;

  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
}

.details01 span {}


.details-box01:hover {
  cursor: pointer;
}

.details-box01 {
  border: 0px solid #ccc;
  border-radius: 5px;
  background-color: #47c3ba;
  padding: 5px;
  margin: 0.5em 0.5em 1.8em 0.5em;
}

.details-box01 h4 {
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin: 10px 0px 2px 0px;
}



.pro-img-bx img:hover {
  opacity: 0.3;
  border-radius: 10px;
  margin-top: -10px;
  -webkit-transition: 1s;
}




.clr1-title {

  font-size: 40px;
  line-height: 2em;
  text-align: center;
  color: #df2840;
  margin-top: 1.6em;
  margin-bottom: 1em;
  text-transform: capitalize;
}

.clr2-title {

  font-size: 40px;
  line-height: 2em;
  text-align: center;
  color: #b32694;
  margin-top: 1.6em;
  margin-bottom: 1em;
  text-transform: capitalize;
}





.home-whatwe-offer {
  background: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), url(../img/home/bg.png);
  background-repeat: repeat;
}





.img-line img {
  max-width: 100%;
  width: 310px;
  margin-bottom: 0.5em;
}

.img-line {
  margin-bottom: 0.5em;
}




.img-line02 span {
  line-height: 5px;
}





.spec-bx {
  background-color: #67d2cc1a;
  margin: 10px;
  padding: 10px;
}





.product-contact .card-title {
  font-size: 22px;
  color: #02342f;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1em;
  font-weight: 500;
  margin-top: 0.5em;

}

.product-contact form label {
  display: inline-block;

  margin-top: 1em;
  margin-bottom: 0.4em;
}

.product-contact form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.product-contact form .btn-primary {
  background: #b11a57;
  color: #fff;
  border-radius: 0px;
  padding: 6px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
  border: none;

  text-transform: uppercase;
}

.product-contact form .plus {
  font-size: 36px;
  color: #ff0000;
}

#product-enq-popup .btn-secondary {
  background-color: #47c3ba;
  border: none;
  border-radius: 0px;

}

.product-contact .modal {
  z-index: 99999999;
}




.pro-img-bx {
  text-align: center;
}





.home-let-us-mobile {
  background-color: #95e0db;
  padding: 30px 0;
  display: none;
}

.home-let-us-mobile span {

  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 13px;
}

.spsec01 {
  color: #227770;
}

.spsec02 {
  color: #c46a8d;
}

.spsec03 {
  color: #2398ac;
}

.spsec04 {
  color: #227770;
}

.spsec05 {
  color: #bc5a80;
}

.spsec06 {
  color: #2398ac;
}

.spsec07 {
  color: #b96183;
}


.home-let-us-mobile .accordion-button {
  background-color: #fafafa;
  padding: 5px 25px;
  border-radius: 25px !important;
  margin-bottom: 7px;
}

.home-let-us-mobile .accordion-item {
  background-color: transparent;
  border: none;
}

.home-let-us-mobile .accordion-body {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}

.home-let-us-mobile .accordion-body p {
  text-align: justify;
  line-height: 32px;

  border: 1px solid #95e0db;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 13px;
}




.img-line-what0 {
  text-align: center;
}

.img-line-what0 img {
  max-width: 100%;
  width: 430px;
}


.why-us-mbl {
  display: none;
}



.y-tti {

  font-size: 56px;
  line-height: 45px;
  text-align: center;
  color: #227770;
  margin-top: 0.5em;
  margin-bottom: 0em;
  text-transform: capitalize;
}


/* ==========================added =============================== */
.footer-inner {
  position: relative;
  /* required for overlay */
  width: 100%;
  background-image: url('../image/home/footer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 5;
}

.footer-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1.8), rgba(0, 0, 0, 0));
  z-index: 10;
}


.footer-inner .container-fluid {
  width: 80%;
  position: relative;
  z-index: 999;
}

.footer-inner .foot-logo img {
  width: 50%;
}

.footer-copy a {
  color: var(--color-primary) !important;
}

.social-links .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-links .facebook {
  background: #1877f2;
}

.social-links .instagram {
  background: linear-gradient(45deg, #fd1d1d, #fcb045, #833ab4);
}

.social-links .linkedin {
  background: #0077b5;
}

.social-links .twitter {
  background: #000;
}

.social-links .social-icon:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.footer-inner .list-unstyled li {
  padding: 4px 0px;
}

.footer-inner h5 {
  position: relative;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 6px;
}

.footer-inner h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-white);
  transition: all 0.3s ease;
}

.footer-inner h5:hover {
  color: var(--color-primary);
}

.footer-inner h5:hover::after {
  height: 3px;
  background: var(--color-primary);
}

.footer-inner ul li {
  margin-bottom: 10px;
}

.footer-inner ul li a {
  position: relative;
  display: inline-block;
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-left: 0;
}

.footer-inner ul li a {
  padding-left: 10px;
}

.footer-inner ul li a::before {
  content: "→";
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: all 0.3s ease;
  color: var(--color-white);
}

.footer-inner ul li a:hover {
  color: var(--color-primary);
  padding-left: 15px;
}

.footer-inner .footer-tag {
  text-align: justify;
  font-size: 16px;
}

.footer-inner ul li a:hover::before {
  left: 0;
  /* slide in arrow */
  opacity: 1;
}


/* home banner */
.banner-section {
  position: relative;
}

.btn-banner {
  display: inline-block;
  padding: 12px 30px;
  background: var(--color-primary, #f39c12);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}



.inner-banner .owl-nav button {
  border: none;
  padding: 14px 20px;
  border-radius: 50%;
  font-size: 34px !important;
  transition: all 0.4s ease;
  color: #fff !important;
  font-size: 20px;
}

.inner-banner .owl-nav button:hover {
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.inner-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  pointer-events: none;
}

.inner-banner .owl-nav button {
  pointer-events: all;
}





/* Each Dot */
.inner-banner .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

/* Active Dot */
.inner-banner .owl-dot.active {
  background: var(--color-primary);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transform: scale(1.2);
}

/* Number inside dots */
.inner-banner .owl-dot::before {
  content: attr(data-number);
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* about us sectuion */
.inner-aboutus {
  padding: 60px 0px;
}


/* About Section Styling */
.about-left {
  margin: auto;
  padding: 40px 20px;
  color: var(--color-third);
  text-align: justify;
}

/* Sub-heading (h4) */
.about-left p i {
  color: var(--color-primary);
}


.inner-aboutus .styled-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
  margin-bottom: 20px;
}

.inner-aboutus .styled-list li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}

.inner-aboutus .styled-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
}






/* Paragraphs */
.about-left p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: var(--color-third);
}

.inner-testimonial {
  padding: 40px 0px;
}


.inner-testimonial {
  position: relative;
  text-align: center;
  padding: 40px 20px;
}

.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(128, 128, 128, 0.1),
    0 0 6px rgba(128, 128, 128, 0.05);
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  margin: 30px 0px;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.card-top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.google-icon {
  width: 25px !important;
  height: 25px !important;
}

.stars {
  font-size: 16px;
  color: #f4b400;

}

.review {
  font-size: 15px;
  color: #444;
  margin: 0 0 20px 0;
  flex: 1;
  position: relative;
  margin: 20px 0px;
  text-align: justify;
}



.review {
  position: relative;
  z-index: 999 !important;
}

.review::after {
  content: "❞";
  position: absolute;
  bottom: -75px;
  right: 30px;
  font-size: 85px;
  color: #d6d6d6;
  z-index: -10 !important;
  opacity: 0.3;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.client-pic {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  object-fit: cover;
}

.client-text {
  text-align: left;
}

.client-text h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.client-text span {
  font-size: 13px;
  color: #777;
}

.card-top p {
  margin-bottom: 0px !important;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-name {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  gap: 10px;
}

.top-name h6 {
  font-size: 15px;
  margin: 2px !important;
}

.top-name .name {
  display: flex;
  justify-content: baseline;
  flex-direction: column;
}

.top-name p {
  font-size: 14px;
}

.testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 2px;
}

.testimonial-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid transparent;
}

.testimonial-carousel .owl-dots .owl-dot:hover span {
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: scale(1.2);
}

.testimonial-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border: 2px solid var(--color-primary);
  transform: scale(1.4);
  box-shadow: 0 0 10px rgba(67, 0, 1, 0.5);
}

/* Premium Accordion - Clean Design */
.premium-accordion .accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease;
}

.premium-accordion .accordion-item:hover {
  border-color: #ccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

/* Header Buttons */
.premium-accordion .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  background: #fff;
  color: #222;
  padding: 15px 18px;
  border: none;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  box-shadow: none;
}

.premium-accordion .accordion-button:hover {
  color: #444;
  border-left-color: #999;
}

.premium-accordion .accordion-button:not(.collapsed) {
  color: #000;
  border-left-color: #555;
  font-weight: 700;
}

/* Body */
.premium-accordion .accordion-body {
  padding: 18px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  border-top: 1px solid #eee;
}

/* Icon */
.premium-accordion .accordion-button::after {
  font-family: "Bootstrap-icons";
  content: "\f282";
  background-image: none !important;
  font-size: 0.9rem;
  color: #666;
  transform: rotate(0deg);
  transition: transform 0.3s ease, color 0.3s ease;
}

.premium-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  color: #000;
}

/* why choose */
.inner-why-choose {
  padding: 40px 0px;
}

.why-content h4 {
  color: var(--color-primary);
}

.why-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.why-warp .child-1 img {
  width: 120px;
  height: auto;
}

.why-warp .child-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.why-warp {
  padding: 20px 0px;
}

.why-warp .child-1 p {
  font-size: 16px;
}

.why-warp .child-1 h4 {
  font-size: 20px;
}

.child-top-1 {
  border-radius: 24px 24px 0px 24px;
}

.child-top-2 {
  border-radius: 24px 0px 24px 24px;
}

.child-top-3 {
  border-radius: 24px 24px 24px 0px;
}

.child-top-4 {
  border-radius: 0px 24px 24px 24px;
}

.why-center img {
  border-radius: 15px !important;
}


.child-1 {
  background: #fff;
  padding: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
}

.child-1:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--color-primary);
}

/* .child-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(236,32,39,0.05), rgba(101,188,71,0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
} */

.child-1:hover::before {
  opacity: 1;
}

.why-left .child-1 .why-img {
  margin-left: 10prgb(224, 224, 224)
}

.why-warp .why-img {
  background-color: #e6e6e6;
  border-radius: 50%;
  padding: 15px;
}

.why-right .child-2 .why-img {
  margin-right: 10px !important;
}

.why-warp p {
  text-align: justify;
  font-size: 14px;
}

/* .why-content{
  max-width: 250px;
} */

/* ===========sub banner=============== */
.sub-banner-section {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
    url("../image/banner/sub-banner-1.png") center center / cover no-repeat;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-banner-section {
  position: relative;
}

.sub-banner-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.1));
  pointer-events: none;
}

.sub-banner-section .container {
  /* border: 1px solid #fff !important; */
  padding: 55px 0px;
  position: relative;
  z-index: 20;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--color-white) !important;
  content: var(--bs-breadcrumb-divider, "/");
}

.sub-banner-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: fadeDown 1s ease-in-out;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: var(--color-secondary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.cta-left h4 {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}

.breadcrumb-item a:hover {
  color: var(--color-primary);
}

.breadcrumb-item.active {
  color: #ddd;
}

/* Animation */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.inner-cta {
  width: 100%;
  background: url('../image/banner/cta-bg.png') center center / cover no-repeat;
  padding: 60px 0;
  position: relative;
  color: #fff;
  margin-top: 15px;
}

.cta-btn a {
  display: inline-block;
  padding: 12px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.cta-btn a:hover {
  color: var(--color-black);
  background: #fff;
  transform: translateY(-2px);
}

.cta-btn a i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.cta-btn a:hover i {
  transform: translateX(4px);
}


/* =======================process section======================== */
.process-inner {
  padding: 60px 0px;
}

.process-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-icon img {
  transition: transform 0.4s ease-in-out;
}

.process-card:hover .process-icon img {
  animation: floatSpin 1.8s ease-in-out infinite;
}

@keyframes floatSpin {
  0% {
    transform: scale(1) translateY(0) rotate(0deg);
  }

  25% {
    transform: scale(1.05) translateY(-6px) rotate(3deg);
  }

  50% {
    transform: scale(1) translateY(0) rotate(0deg);
  }

  75% {
    transform: scale(1.05) translateY(-6px) rotate(-3deg);
  }

  100% {
    transform: scale(1) translateY(0) rotate(0deg);
  }
}



.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-img-wrapper {
  position: relative;
  padding: 5px;
  background: #fff;
}

.card-img-wrapper .card-img {
  width: 100%;
  border-radius: 25px;
  padding: 10px;
}

.process-icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-icon img {
  width: 60%;
  height: 60%;
}

.card-content {
  padding: 20px;
  border-top: none !;
}

.card-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-primary);
}

.card-content p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}


/* ========================gallery section page =======================*/
.inner-gallery {
  padding: 60px 0px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-rows: repeat(3, 200px); */
  gap: 16px;
}

.grid-item {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inner-gallery .grid-item a {
  width: 100%;
  height: 100%;
}
/* gallery image  */
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 items per row */
  gap: 20px; /* spacing between items */
}
/* 
.item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.item-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.item-3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.item-4 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.item-5 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

.item-6 {
  grid-column: 4 / 5;
  grid-row: 1 / 3;
}

.item-7 {
  grid-column: 4 / 5;
  grid-row: 3 / 4;
}

.item-8 {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
} */

/* Responsive adjustments */
@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .grid-item {
    grid-column: auto !important;
    grid-row: auto !important;
    height: 200px;
  }
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  .grid-item {
    height: 250px;
  }
}



.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.grid-item:hover img {
  transform: scale(1.1);
}

/* Gradient overlay */
.grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.grid-item:hover::before {
  opacity: 1;
}

/* Overlay text sliding from bottom */
.overlay-content {
  position: absolute;
  bottom: -50px;
  /* hidden initially */
  left: 0;
  width: 100%;
  padding: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  transition: bottom 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.grid-item:hover .overlay-content {
  bottom: 0;
  /* slide up */
  opacity: 1;
  /* fade in */
}

/* Optional: icon scale on hover */
.overlay-content i {
  transition: transform 0.4s ease;
}

.grid-item:hover .overlay-content i {
  transform: scale(1.2);
}

/* Responsive */
@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s ease;
}

.lightbox .close:hover {
  color: #ff0000;
}

/* Fade in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}


/* banner  */
.banner-splide {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); */
}

.banner-splide img {
  width: 100%;
  object-fit: cover;
  /* border-radius: 20px; */
}

.banner-pagination {
  position: absolute;
  bottom: 20px;
  right: 30px;
  /* background: rgba(0, 0, 0, 0.65); */
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); */
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.5px;
  backdrop-filter: blur(4px);
}

.banner-pagination .divider {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

.banner-splide .splide__pagination {
  display: none !important;
}

#current-slide {
  font-size: 24px;
}

.banner-splide .splide__arrow {
  background: rgba(0, 0, 0, 0.6);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.banner-splide .splide__arrow svg {
  fill: #fff;
  width: 18px;
  height: 18px;
}

.banner-splide .splide__arrow:hover {
  background: var(--color-primary);
}

/* .banner-section {
  margin: 0px 20px 20px 20px;
} */

.head-warp {
  position: relative;
}

.aboutus-inner {
  padding: 50px 0px;
}

.aboutus-inner .container-fluid {
  width: 75%;
}

.head-sub {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  /* color: var(--color-bg); */
  z-index: -1;
  white-space: nowrap;
  z-index: 10;
  opacity: 0.08;
  pointer-events: none;
}

.head-main {
  font-size: 32px;
  color: var(--color-black);
}

.about-left h2 span {
  font-family: var(--font-header);
  color: var(--color-primary);
}

.about-left h2 {
  font-size: 32px;
  color: var(--color-black);
}

.custom-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 2px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 5px;
  z-index: 1;
}

.custom-btn a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--color-primary);
  z-index: -1;
  transition: height 0.4s ease;
}

.custom-btn a:hover::before {
  height: 100%;
  top: 0;
}

.custom-btn a:hover {
  color: #fff;
}

.custom-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
  font-size: 18px;
}

.custom-btn a:hover i {
  transform: translateX(5px);
}

.child-1 {
  position: relative;
  background: #fff;
  /* default */
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.child-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  /* background: linear-gradient(120deg, #ee2f3530, #f0f0f030); */
  transition: all 0.6s ease-in-out;
  z-index: 0;
}

.child-1:hover::before {
  left: 0;
}

.child-1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.child-1 .why-content,
.child-1 .why-img {
  position: relative;
  z-index: 1;
}

.child-1:hover .why-img {
  background-color: var(--color-white);
}

.inner-testimonial {
  position: relative;
  padding-top: 30px;
}

/* .inner-testimonial::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #e9e9e9;
  border-radius: 2px;
} */

.faq-section {
  padding: 40px 0px;
}


/* ==========================================================
                             blog page
=============================================================  */
.inner-blog {
  padding: 60px 0px;
}

.blog-cards {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.blog-cards img {
  width: 100%;
  border-radius: 10px;
  display: block;
  transition: transform 0.6s ease;
}

/* Gradient overlay */
.blog-cards::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  border-radius: 10px;
  transition: background 0.6s ease;
  z-index: 1;
}

.blog-cards .blog-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
}

.blog-cards .blog-overlay h4 {
  margin: 0 0 8px;
  font-size: 18px;
  opacity: 1;
  transform: none;
  position: relative;
  z-index: 2;
  border-bottom: 1px dotted #fff;
  margin-bottom: 10px;
}

.blog-cards .blog-overlay a {
  position: absolute;
  bottom: -10px;
  right: 20px;
  background: transparent;
  padding: 6px 14px;
  border-radius: 20px;
  color: var(--color-bg);
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.4s ease;
  z-index: 2;
  margin-top: 20px;
}

.blog-child-content {
  max-width: 90%;
}

.blog-cards .blog-overlay a i {
  transition: transform 0.3s ease;
}

/* Hover Effect */
.blog-cards .blog-overlay a:hover {
  background: #fff;
  color: #000;
  /* or var(--color-primary) if you want */
  border-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Animate icon on hover */
.blog-cards .blog-overlay a:hover i {
  transform: translateX(5px);
}


.blog-cards:hover img {
  transform: scale(1.1);
}

.blog-cards:hover::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.blog-content-inner h4 {
  font-size: 22px;
  color: #000;
  border-bottom: 1px dotted gray;
}

.inner-blog .head-warp {
  margin-bottom: 55px !important;
}



/* contact us page  */
.inner-contact {
  padding: 50px 0px;
}

.contact-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  overflow: visible !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  padding-top: 60px;
  min-height: 180px;
  /* clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%); */
}

/* Gradient overlay for hover effect */
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: background 0.4s ease;
  z-index: 1;
}

/* .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
} */

.contact-card:hover .contact-icon {
  background-color: #fff;
}

/* .contact-card:hover::before {
  background: linear-gradient(135deg,
      rgba(236, 32, 39, 0.15),
      rgba(236, 32, 39, 0.2),
      rgba(236, 32, 39, 0.1));
} */

.contact-card .img,
.contact-card a {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}

.contact-card:hover .img {
  transform: scale(1.1);
}

.contact-card a {
  display: block;
  margin-top: 15px;
  color: var(--color-primary);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-card a:hover {
  color: var(--color-primary);
}

/* .contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
} */

.contact-icon {
  position: absolute;
  top: -30px;
  left: 12%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 12px rgba(219, 219, 219, 0.5);
  background: linear-gradient(135deg, #ffffff, #ffffff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-icon img {
  width: 30px;
  height: 30px;
}

/* .contact-card:hover .contact-icon {
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
} */

.contact-card h4 {
  font-size: 20px;
  color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-card p {
  margin-bottom: 8px;
}

.contact-card a {
  color: #4D4643;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-card a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-card {
    padding-top: 50px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-icon img {
    width: 25px;
    height: 25px;
  }
}

.inner-contact .container-fluid {
  width: 80%;
}

/* Headers */
.contact-header h2 {
  font-size: 24px;
  border-bottom: 1px solid rgb(189, 189, 189);
  color: var(--color-primary);
}

.contact-header .head-sub {
  color: #EC2027;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact-header .head-main {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-header .head-para {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Form */
.contact-form .form-control {
  border-radius: 10px;
  padding: 12px 12px 12px 35px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: var(--color-primary);
  box-shadow: none !important;
}

/* Icons inside inputs */
.contact-icon {
  position: absolute;
  top: 0%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #EC2027;
  transition: transform 0.3s ease, color 0.3s ease;
}

.contact-form .form-control:focus+.contact-icon,
.contact-form .form-control:hover+.contact-icon {
  color: #fff;
  transform: translateY(-50%) scale(1.2);
}

/* Button hover */
.btn-hover {
  background-color: #EC2027;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-hover:hover {
  background-color: #d41b20;
  box-shadow: 0 5px 20px rgba(236, 32, 39, 0.4);
}

/* Map responsiveness */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .contact-header .head-main {
    font-size: 28px;
  }
}

#banner-carousel {
  border-radius: 5px;
  overflow: hidden;
}

/* =======================================================================
                                 service page
============================================================================ */

.service-detail-inner {
  padding: 60px 0px;
}

.service-detail-inner .container-fluid {
  width: 70%;
}

.service-detail-warp {
  position: relative;
}

.side-bar {
  position: sticky;
  top: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 24px 20px;
  transition: all 0.3s ease;
  z-index: 100;
}



.side-bar:hover {
  box-shadow: 0 8px 28px rgba(67, 0, 1, 0.15);
}

.sidebar-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 22px;
  position: relative;
  border-bottom: 1px solid rgb(78, 78, 78);
}

/* 
.sidebar-title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 88px;
  width: 20px;
  height: 2px;
  background: var(--color-black);
  border-radius: 2px;
} */

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li {
  margin-bottom: 12px;
}

.sidebar-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sidebar-menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: width 0.3s ease;
}

.sidebar-menu a:hover::before {
  width: calc(100% - 28px);
}

.sidebar-menu a i {
  font-size: 18px;
  color: var(--color-primary);
  transition: transform 0.3s ease, color 0.3s ease;
}

.sidebar-menu a:hover {
  background: rgba(112, 112, 112, 0.08);
  color: #222;
}

.sidebar-menu a:hover i {
  transform: translateX(4px);
}

.sidebar-menu a.active {
  background: var(--color-primary);
  color: #fff;
  font-weight: 600;
}

.sidebar-menu a.active i {
  color: #fff;
}

.sidebar-menu .badge {
  background: #65BC47;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: auto;
}

/* -----------------table----------------------------- */


.product-details .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #2b2b2b;
  border-left: 4px solid var(--color-primary);
  padding-left: 10px;

}

.product-details table {
  font-size: 0.95rem;
  border-radius: 10px;
  overflow: hidden;
}

.product-details thead {
  background: var(--color-primary);
  color: #fff;
  font-weight: 600;
}

.product-details tbody td:first-child {
  font-weight: 500;
  color: var(--color-black);
  background: #f8f9fa;
  font-weight: bolder;
  text-align: left;
}

.product-details tbody td:last-child {
  text-align: left;
  color: #333;
}

.product-details table tr:hover {
  background-color: #fdf2f2;
  transition: 0.3s ease;
}

.produce-head {
  border-bottom: 1px solid gray;
  padding-bottom: 10px;

}

.product-inner-header h4 {
  color: var(--color-black);
  font-weight: bold;
  padding: 5px 0x;
  font-size: 24px;
  width: 100%;

}

/* thumnail */
.product-gallery .main-image img {
  max-height: 450px;
  object-fit: contain;
}

.whatsapp-enquire {
  background: #25D366;
  color: #fff;
  font-size: 16px;
  padding: 5px 8px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-enquire i {
  font-size: 1.2rem;
}

.whatsapp-enquire:hover {
  background: #1ebe57;
  /* slightly darker on hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.product-gallery {
  position: sticky;
  top: 20px;
  z-index: 20;
}

.produce-head .custom-btn a i {
  color: #65BC47;
}

.produce-head .custom-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
}

.product-gallery img.main-image {
  max-height: 500px;
  object-fit: contain;
  width: 100%;
}


.product-gallery .thumbnail {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-gallery .thumbnail:hover {
  border-color: var(--color-primary);
  transform: scale(1.05);
}

.product-gallery .thumbnail.active {
  border-color: var(--color-primary);
}

@media (max-width: 576px) {
  .product-gallery .d-flex {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .product-gallery .thumbnail {
    flex: 0 0 auto;
  }
}

.detail-content p {
  font-size: 16px;
  text-align: justify;
}

.detail-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #2b2b2b;
  border-left: 4px solid var(--color-primary);
  padding-left: 10px;
  margin-bottom: 14px;
}

.detail-content .custom-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}

.detail-content .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  margin-bottom: 15px;
}

.detail-content .feature-list li {
  flex: 1 1 calc(50% - 8px);
  display: flex;
  align-items: center;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.detail-content .feature-list li i {
  color: var(--color-primary);
  margin-right: 8px;
  font-size: 14px;
}

.detail-content .feature-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(67, 0, 1, 0.08);
  border-color: var(--color-primary);
}

.detail-content .custom-btn {
  display: flex;
  justify-content: end;
}

@media (max-width: 576px) {
  .detail-content .feature-list li {
    flex: 1 1 100%;
  }
}


/* ===============================================================
                       industrial page
=================================================================== */

.inner-industry {
  padding: 60px 0px;
}

/* ---------- Modern & Efficient Industry Card ---------- */
/* ---------- Modern Industry Card with Animated Hover Border ---------- */
.industry-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Image Container */
.industry-card .img {
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
}

.industry-card .img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 10px;
}

/* Detail Section */
.industry-card .industry-detail {
  padding: 15px;
  text-align: center;
}

.industry-card .industry-detail h4 {
  font-size: 16px;
  color: var(--color-black);
  transition: color 0.3s ease;
  margin-bottom: 8px;
}

.industry-card .industry-detail p {
  color: var(--color-third);
  font-size: 14px;
  line-height: 1.4;
}

/* Hover Scale and Shadow */
.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.industry-card:hover .img img {
  transform: scale(1.08);
}

.industry-card:hover .industry-detail h4 {
  color: var(--color-primary);
}

/* Animated Border Effect using ::before */
.industry-card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border: 2px solid var(--color-primary);
  border-radius: 15px;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  pointer-events: none;
  z-index: -99;
}

/* Hover expands the border */
.industry-card:hover::before {
  width: 95%;
  height: 95%;
}

/* Optional soft gradient overlay using ::after */
.industry-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(220, 220, 220, 0.1), rgba(255, 255, 255, 0.1));
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border-radius: 15px;
  z-index: -999;
}

.industry-card:hover::after {
  opacity: 1;
}


/* =====================================================
                 industries deatil
========================================================*/
.inner-industries-detail {
  padding: 50px 0px;
}

.inner-industries-detail .container-fluid {
  width: 70%;
}

.industries-side-bar-right {
  position: sticky;
  top: 100px;
  /* distance from top when sticking */
  width: 280px;
  max-height: 80vh;
  overflow-y: auto;
  background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
  padding: 25px 20px;
  border-radius: 18px;
  box-shadow: -8px 8px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  z-index: 1050;
}


/* =============================================================================
                    service section 
===============================================================================*/


.inner-services {
  padding: 50px 0px;
  display: flex;
  justify-content: center;
}

.home-service-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 80px 20px;
  background-color: #f9f9f9;
}

.service-item {
  position: relative;
  overflow: hidden;
  width: 280px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.service-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}



.service-item h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  background: linear-gradient(90deg, #2B2B2B, #2B2B2B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-item h2 span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #ff6b6b;
}

.service-item:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

@media (max-width: 991px) {
  .service-item {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .service-item {
    width: 90%;
  }
}

.services-section {
  width: 100%;
  background-image: url('../image/home/service-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 1200px;
}


.service-item .item-text {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.service-item {
  position: absolute;
  overflow: visible;
  width: 300px;
}

.service-text-center {
  width: 500px;
}

.service-item-center {
  width: 500px;
}

/* 
.item-1 {
  left: 5%;
  top: 5%;
}

.item-2 {
  right: 15%;
  top: 0%;
}

.item-3 {
  right: 20%;
  top: 38%;
}

.item-4 {
  left: 17%;
  top: 40%;
}

.item-5 {
  left: 28%;
  top: 15%;
}

.item-6 {
  left: 2%;
  top: 60%;
}

.item-7 {
  left: 6%;
  top: 60%;
}

.item-8 {
  right: 7%;
  top: 61%;
}

.item-9 {
  left: 40%;
  bottom: 10%;
  transform: translateX(-50%);
}

.item-10 {
  position: absolute;
  top: 45%;
  left: 52%;
  transform: translate(-50%, -50%);
} */
/* Sidebar container */
.industries-side-bar {
  width: 320px;
  padding: 18px 25px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(248, 248, 248, 0.55));
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(6px) saturate(110%);
  -webkit-backdrop-filter: blur(6px) saturate(110%);
  border: 1px solid rgba(43, 43, 43, 0.06);
  position: sticky;
  top: 100px;
  /* adjust to header height */
  font-family: "Poppins", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Title */
.industries-side-bar .sidebar-title {
  font-size: 18px;
  color: var(--color-primary);
  letter-spacing: 0.6px;
  margin: 0 0 14px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* subtle decorative line after title */
.industries-side-bar .sidebar-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 43, 43, 0.06));
  margin-left: 12px;
}

/* Category heading */
.industries-side-bar .category-heading {
  font-size: 13px;
  color: var(--muted);
  border-bottom: 1px dotted gray;
  text-transform: uppercase;
  font-weight: 700;
  margin: 16px 0 8px;
  letter-spacing: 0.9px;
}

/* list reset */
.industries-side-bar ul {
  margin: 0;
  padding: 0;
}

/* Nav link base */
.industries-side-bar .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--color-primary);
  font-weight: 500;
  transition: all 220ms ease;
  position: relative;
  margin-bottom: 6px;
  background: transparent;
  border: none;
}

.industries-side-bar .nav-link .bi {
  font-size: 18px;
  min-width: 22px;
  text-align: center;
  color: var(--muted);
  transition: transform 220ms ease, color 220ms ease;
}

/* Hover effect */
.industries-side-bar .nav-link:hover {
  transform: translateX(6px);
  background: linear-gradient(90deg, rgba(212, 160, 23, 0.06), rgba(0, 124, 145, 0.02));
  color: var(--color-primary);
  box-shadow: 0 6px 18px rgba(43, 43, 43, 0.04);
}

.industries-side-bar .nav-link:hover .bi {
  transform: translateX(2px) rotate(-4deg);
  color: var(--accent-teal);
}

.industries-side-bar .nav-link:focus {
  box-shadow: none !important;
}

.industries-side-bar .nav-link.active {
  background: #b5b5b54f;
  color: var(--color-primary);
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(7, 14, 20, 0.06);
}

.industries-side-bar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 6px;
  height: 3px;
  width: calc(100% - 24px);
  border-radius: 8px;
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-gold));
  opacity: 0.98;
}

.industries-side-bar .nav-link .caret {
  margin-left: auto;
  font-size: 12px;
  color: var(--muted);
}

.industries-side-bar .nav-link span {
  display: inline-block;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1400px) {
  .industries-side-bar {
    width: 280px;
    padding: 20px;
  }
}

@media (max-width: 991.98px) {
  .industries-side-bar {
    position: static;
    width: 100%;
    top: auto;
    border-radius: 10px;
    margin-bottom: 18px;
  }
}

/* small accessibility focus state */
.industries-side-bar .nav-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 124, 145, 0.12);
}

/* divider style between groups */
.industries-side-bar .category-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(43, 43, 43, 0.04), transparent);
  margin: 12px 0;
}

.service-item a {
  display: flex;
  justify-content: center;
}

.service-item img {
  width: 70%;
}

.service-item-center img {

  width: 70%;
}

.service-text-center img {
  width: 50%;
}












/* ====================================home product section================================ */
.sports-uniform {
  padding: 40px 0px;
}

.hex-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-items: center;
  perspective: 1200px;
  /* Needed for 3D effect */
}

.hex {
  width: 230px;
  aspect-ratio: 1 / 1;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  background: #2196f375;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  /* Enable 3D space */
  cursor: pointer;
}

.hex:hover {
  transform: rotateY(180deg) rotateX(10deg) scale(1.05);
  /* 3D flip + slight tilt */
}

.hex-in {
  width: 120%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  position: relative;
}

.hex-front,
.hex-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}

.hex-front {
  background: #E0F7FA;
}

.hex-back {
  background: #00BCD4;
  color: #fff;
  transform: rotateY(180deg);
}

.hex-content img {
  max-width: 100px;
  height: auto;
  margin-bottom: 8px;
  transition: transform 0.6s ease;
}

.hex-content h3 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  transition: transform 0.6s ease;
}

.sports-uniform .container-fluid {
  width: 70%;
}

/* Responsive breakpoints */
@media(max-width: 992px) {
  .hex-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hex {
    width: 200px;
  }

  .hex-content img {
    max-width: 70px;
  }

  .hex-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10p
  }


}

@media(max-width: 768px) {
  .hex-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 480px) {
  .hex-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .hex-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hex {
    width: 120px;
  }

  .hex-content h3 {
    font-size: 8px;
  }

  .hex-content img {
    max-width: 50px;
  }
}



/* ================================product section================================== */
.product-inner {
  padding: 60px 0px;
}

.product-inner .container-fluid {
  width: 90%;
}

.product-card {
  background: linear-gradient(to top, #ffffff 0%, #dcdcdc 100%);
  border-radius: 15px;
  box-shadow:
    0 0 10px rgba(0, 0, 0, 0.05),
    0 0 20px rgba(0, 0, 0, 0.04),
    0 0 30px rgba(0, 0, 0, 0.03),
    0 0 40px rgba(0, 0, 0, 0.02);
  /* margin: 60px; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 260px;


}

.product-wrap {
  padding-top: 60px;
  padding-bottom: 40px;
}

.product-overlay img {
  width: 64%;
}

.product-overlay {
  position: absolute;
  top: -25%;
  left: 26%;
  height: auto;
}

.product-card .text {
  position: absolute;
  bottom: 5%;
  left: 40%;
  transform: translateX(-50%);
}

.text {
  text-align: center;
}

.text h2 {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;

  background: linear-gradient(135deg,
      #000000,
      #333333,
      #666666,
      #000000);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.product-inner {
  background-image: url('../image/home/service-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-card .product-overlay img {
  transition: transform 0.9s ease, filter 0.6s ease-in-out;
  transform: scale(1);
  filter: brightness(1) contrast(1);
}

.product-card:hover .product-overlay img {
  filter: brightness(1.05) contrast(1.1) saturate(1.15);
  animation: moveUp 0.6s ease forwards;
}

@keyframes moveUp {
  0% {
    transform: scale(1.01) rotate(0deg) translateY(0);
  }

  100% {
    transform: scale(1.01) rotate(-0deg) translateY(-10px);
  }
}

.popup-warp .modal-content {
  background: #fff;
  padding: 24px;
}

.popup-warp .modal-header {
  border-bottom: 1px solid #333 !important;
  justify-content: center;
}

.popup-warp .modal-title {
  font-size: 20px;
  color: var(--color-primary);
}

.popup-warp .form-control {
  border: 1px solid #ccc;
  transition: all 0.3s;
}

.popup-warp .form-control:focus {
  border-color: #430001;
  box-shadow: 0 0 8px rgba(67, 0, 1, 0.2);
}

.popup-warp .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 2px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 5px !important;
  z-index: 1;
}

.popup-warp .error-message {
  font-size: 0.85rem;
  margin-top: 2px;
  display: block;
}

.popup-warp .contact-form .form-control {
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 7px 10px 20px;
}

.custom-btn-enq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border: 2px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 5px;
  z-index: 1;
}

.what-btn-warp {
  display: flex;
  flex-direction: row;
  gap: 20px;
}