body {
  font-family: "Open Sans", sans-serif;
  color: #313030;
}

.video {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  display: flex;
}

video {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 990px) {
  .video {
    flex-direction: column;
  }
}

a {
  color: #aa3a3a;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #aa3a3a;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff774a;
  color: #fff;
}

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

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #39312f;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  height: 40px;
  line-height: 40px;
  padding: 0;
}

#topbar .container {
  padding: 0 15px;
}

#topbar .contact-info {
  display: flex;
  align-items: center;
}

#topbar .contact-info i {
  color: #aa3a3a;
  font-style: normal;
}

#topbar .contact-info span {
  margin-left: 6px;
  color: #fff;
}

#topbar .social-links {
  display: flex;
  align-items: center;
  margin-top: -30px;
}

#topbar .social-links a {
  color: #fff;
  margin-left: 12px;
  font-size: 16px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #aa3a3a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  height: 70px;
  margin: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 997;
}

#header.header-fixed {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#header .container {
  padding: 0 15px;
}

#header .logo {
  display: flex;
  align-items: center;
}

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

#header .logo h1 {
  font-size: 26px;
  margin: 0;
  color: #aa3a3a;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

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

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #635551;
  transition: 0.3s;
  text-decoration: none;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
  color: #aa3a3a;
}

.navbar a i {
  font-size: 12px;
  margin-left: 5px;
}

/*--------------------------------------------------------------
# Dropdown
--------------------------------------------------------------*/
.navbar .dropdown ul {
  position: absolute;
  left: 14px;
  top: calc(100% + 20px);
  margin: 0;
  padding: 10px 0;
  background: #fff;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: 0.3s;
}

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

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

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

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
.mobile-nav-toggle {
  font-size: 26px;
  cursor: pointer;
  display: none;
}

@media (max-width: 991px) {
  #header {
    height: 65px;
  }

  .navbar ul {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
  }
}

/*--------------------------------------------------------------
# Small Devices
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #topbar {
    display: none;
  }

  #topbar .contact-info span {
    font-size: 12px;
  }

  #header .logo h1 {
    font-size: 20px;
  }

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

/*--------------------------------------------------------------
# Extra Small Devices
--------------------------------------------------------------*/
@media (max-width: 480px) {
  #topbar .contact-info span {
    display: block;
    font-size: 11px;
  }

  #topbar .social-links {
    margin-top: 5px;
  }
}

.copy {
  font-size: 13px;
}

.imagee {
  display: flex;
}

.banner {
  background-image: url(../img/banner.png);
  height: 300px;

  margin-bottom: 50px;

  /* CSS Grid to center content */
  display: grid;
  place-items: center;
  /* Centers both horizontally and vertically */
}

.banner h2 {
  position: absolute;
  color: white !important;
  font-weight: 700 !important;
  font-size: 3rem !important;

  text-align: center !important;

  width: 100%;
}

.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 Navigation 
*/
.mobile-nav-toggle {
  color: #473d3a;
  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(43, 37, 35, 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;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #aa3a3a;
}

.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: #aa3a3a;
}

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

.topp {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}

.show {
  padding: 0;
}

.navigation-manual {
  position: absolute;
  width: 100%;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: 2px solid #40d3dc;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background: #40d3dc;
}

#radio1:checked~.first {
  margin-left: 0;
}

#radio2:checked~.first {
  margin-left: -20%;
}

#radio3:checked~.first {
  margin-left: -40%;
}

#radio4:checked~.first {
  margin-left: -60%;
}

.navigation-auto {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
}

.navigation-auto div {
  border: 2px solid #40d3dc;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked~.navigation-auto .auto-btn1 {
  background: #40d3dc;
}

#radio2:checked~.navigation-auto .auto-btn2 {
  background: #40d3dc;
}

#radio3:checked~.navigation-auto .auto-btn3 {
  background: #40d3dc;
}

#radio4:checked~.navigation-auto .auto-btn4 {
  background: #40d3dc;
}

section {
  /* padding: 60px 0; */
  overflow: hidden;
}

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #635551;
}

.section-title p {
  margin-bottom: 0;
}

.breadcrumbs {
  padding: 15px 0;
  background: #f4f2f2;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 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: #635551;
  content: "/";
}

.head {
  color: #aa3a3a;
}

.why-us {
  padding: 0 0 50px 0;
  position: relative;
  z-index: 3;
}

.why-us .content {
  padding: 30px;
  background: #aa3a3a;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #aa3a3a;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.logo {
  display: flex;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #aa3a3a;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #aa3a3a;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #716f6f;
}

.about .icon-boxes h4 {
  font-size: 18px;
  color: #7f6d68;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #aa3a3a;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ffcbba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.about .icon-box .icon i {
  color: #aa3a3a;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #aa3a3a;
  border-color: #aa3a3a;
}

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

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #aa3a3a;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#aa3a3a 50%, rgba(255, 88, 33, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #aa3a3a;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

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

.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 240px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #aa3a3a;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .icon img {
  color: #fff;
  height: 24px;
  line-height: 0;
}

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

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #343a40;
  border: 2px solid #aa3a3a;
}

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

.services .icon-box:hover .title a {
  color: #aa3a3a;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

.whatahsp {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  width: 50px;
  margin-left: 15px;
}

.values .card {
  border: 0;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.values .card-title a {
  color: #473d3a;
}

.values .card-text {
  color: #4b4949;
}

.values .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.values .read-more a:hover {
  text-decoration: underline;
}

.values .card:hover .card-body {
  background: #aa3a3a;
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a,
.values .card:hover .card-text {
  color: #fff;
}

.column {
  float: left;
  width: 24%;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */
}

.column2 {
  width: 70%;
  padding-top: 40px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .team .member {
    display: inline;
  }
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #473d3a;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  color: #aa3a3a;
}

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

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

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

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

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

.team .member:hover .social {
  opacity: 1;
}

.faq .faq-list {
  padding: 0 100px;
}

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

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffb8a1;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #aa3a3a;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-section {
  padding: 70px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* CONTACT BOXES */

.contact-info {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.contact-card {
  background: #fff;
  padding: 30px 20px;
  width: 300px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.281);
  transition: 0.3s;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card i {
  font-size: 32px;
  color: #aa3a3a;
  margin-bottom: 10px;
}

.contact-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 14px;
  color: #555;
}

.contact-card a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

/* FORM */

.contact-form-wrapper {
  display: flex;
  justify-content: center;
}

.contact-form {
  background: #fff;
  padding: 40px;
  max-width: 950px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.418);
}

/* INPUT ROW */

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 20px;
}

.contact-form textarea {
  resize: none;
}

/* BUTTON */

.contact-form button {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #084ec1;
}

/* TABLET */

@media (max-width: 992px) {
  .form-row {
    flex-direction: column;
  }

  .contact-card {
    width: 45%;
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .contact-card {
    width: 100%;
  }

  .contact-form {
    padding: 25px;
  }

  .contact-form button {
    width: 100%;
  }
}

#footer {
  color: #313030;
  font-size: 14px;
  background: #fff;
}

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

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

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #656262;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  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: #ffa587;
  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: #656262;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #313030;
}

#footer .credits h6 {
  font-size: 13px;
}

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

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

.iw-section {
  padding: 80px 20px;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
}

.iw-container {
  max-width: 1200px;
  margin: auto;
}

.iw-title {
  text-align: center;
  margin-bottom: 50px;
}

.iw-title h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #222;
}

.iw-title p {
  color: #666;
  font-size: 16px;
}

.iw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.iw-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.iw-card:hover {
  transform: translateY(-5px);
}

.iw-icon {
  font-size: 35px;
  margin-bottom: 15px;
}

.iw-card h3 {
  margin-bottom: 15px;
  color: #d60000;
}

.iw-card ul {
  padding-left: 18px;
}

.iw-card ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
}

/* Tablet */
@media (max-width: 992px) {
  .iw-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .iw-grid {
    grid-template-columns: 1fr;
  }

  .iw-title h2 {
    font-size: 28px;
  }
}

/* SLIDER */
.slider {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

/* SLIDES */

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
  will-change: transform;
}

.slide {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  /* object-fit:cover; */
  display: block;
}

/* DESKTOP / MOBILE IMAGE */

.desk {
  display: block;
}

.mobi {
  display: none;
}

/* TEXT */

.texts {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #fff;
  font-size: 40px;
  z-index: 2;
}

/* STRIP ANIMATION */
.intro-strip-wrapper {
  position: fixed;
  /* important for full screen overlay */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  z-index: 99999;
  /* header se upar */
  pointer-events: none;
}

.intro-strip {
  width: 20%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.strip-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.animate .strip-cover {
  animation: reveal 0.8s ease forwards;
}

@keyframes reveal {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-105%);
  }
}

/* INDICATORS */

.indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 5px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.5;
}

.dot.active {
  opacity: 1;
}

/* ===================== */
/* TABLET RESPONSIVE */
/* ===================== */

@media (max-width: 1024px) {
  .texts {
    font-size: 32px;
    left: 40px;
    bottom: 40px;
  }
}

/* ===================== */
/* MOBILE RESPONSIVE */
/* ===================== */

@media (max-width: 768px) {
  .slider {
    height: 70vh;
  }

  .desk {
    display: none;
  }

  .mobi {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .texts {
    font-size: 22px;
    left: 20px;
    bottom: 30px;
  }

  .indicators {
    bottom: 15px;
  }
}

/* ===================== */
/* SMALL MOBILE */
/* ===================== */

@media (max-width: 480px) {
  .slider {
    height: 60vh;
  }

  .texts {
    font-size: 18px;
    left: 15px;
    bottom: 20px;
  }

  .dot {
    height: 8px;
    width: 8px;
  }
}

/* about us css */
/* Section */
.about-section {
  padding: 50px 20px;
  background: #f9f9f9;
  font-family: "Segoe UI", sans-serif;
}

/* Container */
.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* Image */
.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Content */
.about-content {
  flex: 1;
}

/* Title */
.about-title {
  font-size: 38px;
  font-weight: 700;
  color: #aa3a3a;
  margin-bottom: 15px;
}

.about-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #aa3a3a;
  margin-top: 8px;
}

/* Highlight */
.about-highlight {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

/* Paragraphs */
.about-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* Important text */
.highlight {
  color: #aa3a3a;
  font-weight: 600;
}

/* Footer */
.about-footer {
  font-weight: 600;
  color: #222;
}

/* Button */
.about-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #aa3a3a;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
}

.about-btn:hover {
  background: #8e2f2f;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: 50px 15px;
  }

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


/* Section with BG */
.mv-magazine {
  position: relative;
  padding: 50px 20px;
  font-family: 'Segoe UI', sans-serif;

  /* Background Image */
  background: url('https://www.jpfibres.com/wp-content/uploads/2026/01/What-Are-Narrow-Woven-Fabrics.png') no-repeat center center/cover;
}

/* Overlay (important for readability) */
.mv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}

/* Container */
.mv-mag-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
}

/* Heading */
.mv-mag-heading {
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
}

/* Sub text */
.mv-mag-sub {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 40px;
  border-left: 3px solid #AA3A3A;
  padding-left: 12px;
}

/* Mission */
.mv-mag-mission h3 {
  font-size: 24px;
  color: #AA3A3A;
  margin-bottom: 15px;
}

.mv-mag-mission ul {
  list-style: none;
  padding: 0;
}

.mv-mag-mission li {
  color: #eee;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}

.mv-mag-mission li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #AA3A3A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* Vision Box */
.mv-mag-vision-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 35px;
  border-radius: 10px;
  border-top: 4px solid #AA3A3A;
}

.mv-mag-vision-box h3 {
  color: #AA3A3A;
  font-size: 24px;
  margin-bottom: 15px;
}

.mv-mag-vision-box li {
  color: #444;
  font-size: 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

/* Responsive */
@media (max-width: 992px) {
  .mv-mag-container {
    grid-template-columns: 1fr;
  }

  .mv-mag-heading {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .mv-magazine {
    padding: 60px 15px;
  }

  .mv-mag-heading {
    font-size: 26px;
  }
}


/* Section */
.wcu-section {
  padding: 50px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

/* Container */
.wcu-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
}

/* Left */
.wcu-heading {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.wcu-sub {
  font-size: 16px;
  color: #777;
  border-left: 3px solid #AA3A3A;
  padding-left: 12px;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Image */
.wcu-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.wcu-image img:hover {
  transform: scale(1.03);
}

/* Right Grid */
.wcu-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

/* Item */
.wcu-item {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

.wcu-item span {
  font-size: 28px;
  font-weight: bold;
  color: #AA3A3A;
  min-width: 35px;
}

.wcu-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.wcu-item:hover {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 992px) {
  .wcu-container {
    grid-template-columns: 1fr;
  }

  .wcu-right {
    grid-template-columns: 1fr;
  }

  .wcu-heading {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .wcu-section {
    padding: 60px 15px;
  }

  .wcu-heading {
    font-size: 26px;
  }

  .wcu-item p {
    font-size: 14px;
  }
}



/* product page contet  */
/* MAIN CONTAINER */
.lux-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

/* HERO SECTION */
.lux-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

/* IMAGE */
.lux-img {
  flex: 1;
}

.lux-img img {
  width: 500px;
  height: 400px;
  border-radius: 12px;
}

/* CONTENT */
.lux-content {
  flex: 1;
}

.lux-title {
  font-size: 36px;
  color: #682127;
  margin-bottom: 10px;
}

.lux-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.lux-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
}

/* CARD SECTION */
.lux-card-section {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lux-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  transition: 0.3s;
}

.lux-card:hover {
  transform: translateY(-5px);
}

.lux-card h3 {
  color: #682127;
  margin-bottom: 10px;
}

/* CTA */
.lux-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #682127;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .lux-hero {
    flex-direction: column;
  }

  .lux-card-section {
    grid-template-columns: 1fr;
  }

  .lux-title {
    font-size: 28px;
  }
}


/* SECTION */
.spec-section {
  padding: 50px 20px;
  background: #f8f8f8;
}

/* CONTAINER */
.spec-container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.spec-title {
  text-align: center;
  font-size: 32px;
  color: #682127;
  margin-bottom: 10px;
}

.spec-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 40px;
}

/* GRID */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.spec-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  border-left: 5px solid #682127;
  transition: 0.3s;
}

.spec-card:hover {
  transform: translateY(-5px);
}

/* LABEL */
.spec-label {
  font-weight: bold;
  color: #682127;
  min-width: 140px;
}

/* VALUE */
.spec-value {
  color: #444;
  line-height: 1.5;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .spec-title {
    font-size: 26px;
  }

  .spec-card {
    flex-direction: column;
  }

  .spec-label {
    min-width: unset;
  }
}



/* SECTION */
.niwar-section {
  padding: 60px 20px;
  background: #ffffff;
}

/* CONTAINER */
.niwar-container {
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.niwar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* BOX */
.niwar-box {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* TITLES */
.niwar-title {
  font-size: 26px;
  color: #682127;
  margin-bottom: 20px;
}

/* LIST */
.niwar-list {
  list-style: none;
}

.niwar-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

/* ICON STYLE */
.niwar-icon {
  width: 18px;
  height: 18px;
  background: #682127;
  border-radius: 50%;
  margin-top: 6px;
}

/* TEXT */
.niwar-text {
  color: #444;
  line-height: 1.5;
}

/* APPLICATION GRID */
.niwar-app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.niwar-app-item {
  background: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  border-left: 4px solid #682127;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}

.niwar-app-item:hover {
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media(max-width: 768px) {

  .niwar-grid {
    grid-template-columns: 1fr;
  }

  .niwar-app-grid {
    grid-template-columns: 1fr;
  }

  .niwar-title {
    font-size: 22px;
  }
}


/* SECTION */
.industry-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #682127, #8a2d34);
  color: #fff;
}

/* CONTAINER */
.industry-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* TITLE */
.industry-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.industry-subtitle {
  font-size: 16px;
  margin-bottom: 40px;
  opacity: 0.9;
}

/* GRID */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.industry-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px 20px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  transition: 0.3s;
  cursor: pointer;
}

.industry-card:hover {
  background: #fff;
  color: #682127;
  transform: translateY(-6px);
}

/* ICON */
.industry-icon {
  width: 50px;
  height: 50px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #fff;
  color: #682127;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* TEXT */
.industry-text {
  font-size: 15px;
  line-height: 1.4;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }

  .industry-title {
    font-size: 26px;
  }
}



/* SECTION */
.faq-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

/* CONTAINER */
.faq-container {
  max-width: 900px;
  margin: auto;
}

/* TITLE */
.faq-title {
  text-align: center;
  font-size: 32px;
  color: #682127;
  margin-bottom: 40px;
}

/* FAQ ITEM */
.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* QUESTION */
.faq-question {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  color: #333;
}

/* ICON */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: 0.3s;
}

/* ACTIVE ICON */
.faq-item.active .faq-question::after {
  content: "-";
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding: 15px 0;
  color: #555;
  line-height: 1.5;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  max-height: 200px;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .faq-title {
    font-size: 26px;
  }
}



/* sub product page */
/* GLOBAL */
.cn-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

/* HERO */
.cn-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 60px 0;
}

.cn-hero-img {
  flex: 1;
}

.cn-hero-img img {
  width: 100%;
  border-radius: 12px;
}

.cn-hero-content {
  flex: 1;
}

.cn-title {
  font-size: 36px;
  color: #682127;
  margin-bottom: 10px;
}

.cn-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cn-text {
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* SECTION TITLE */
.cn-section-title {
  font-size: 28px;
  color: #682127;
  margin: 40px 0 20px;
}

/* OVERVIEW GRID */
.cn-overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cn-overview-item {
  background: #f9f9f9;
  padding: 15px;
  border-left: 4px solid #682127;
  border-radius: 8px;
}

/* FEATURES */
.cn-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cn-feature-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.cn-feature-card:hover {
  transform: translateY(-5px);
}

/* APPLICATIONS */
.cn-apps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.cn-app-item {
  padding: 12px;
  border-left: 4px solid #682127;
  background: #f5f5f5;
  border-radius: 6px;
}

/* WHY SECTION */
.cn-why {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

/* WHY US */
.cn-whyus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.cn-whyus-item {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #682127;
}

/* CTA */
.cn-cta {
  text-align: center;
  background: #682127;
  color: #fff;
  padding: 40px 20px;
  margin-top: 40px;
  border-radius: 10px;
}

.cn-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #fff;
  color: #682127;
  text-decoration: none;
  border-radius: 5px;
}

/* RESPONSIVE */
@media(max-width: 768px) {

  .cn-hero {
    flex-direction: column;
  }

  .cn-overview {
    grid-template-columns: 1fr;
  }

  .cn-features {
    grid-template-columns: 1fr;
  }

  .cn-apps {
    grid-template-columns: 1fr;
  }

  .cn-whyus {
    grid-template-columns: 1fr;
  }

  .cn-title {
    font-size: 28px;
  }
}



/* SECTION */
.lux-gallery {
  padding: 40px 20px;
  background: #f9f9f9;
}

/* GRID */
.lux-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* IMAGE CARD */
.lux-gallery-item {
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.lux-gallery-item img {
  width: 100%;
  height: 250px;
  /* 👈 Ideal height */
  object-fit: cover;
  transition: 0.3s ease;
}

.lux-gallery-item:hover img {
  transform: scale(1.08);
}

/* LIGHTBOX */
.lux-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lux-lightbox-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

/* CLOSE BUTTON */
.lux-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .lux-gallery-grid {
    grid-template-columns: 1fr;
  }

  .lux-gallery-item img {
    height: 200px;
  }
}





/* services */
/* =========================
   SERVICES SECTION
========================= */

.services {
  padding: 80px 0;
  background: #f9f9f9;
}

.services .icon-box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
  height: 100%;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #ececec;
  position: relative;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* IMAGE BOX */
.services .product-img {
  width: 350px;
  height: 250px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 22px;
  background: #f5f5f5;
}

/* IMAGE */
.services .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* IMAGE HOVER */
.services .icon-box:hover .product-img img {
  transform: scale(1.08);
}

/* TITLE */
.services .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.services .title a {
  color: #222;
  text-decoration: none;
  transition: 0.3s ease;
}

.services .icon-box:hover .title a {
  color: #aa3a3a;
}

/* DESCRIPTION */
.services .description {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .services .product-img {
    height: 220px;
  }

}

@media (max-width: 767px) {

  .services {
    padding: 60px 0;
  }

  .services .icon-box {
    padding: 18px;
  }

  .services .product-img {
    height: 200px;
  }

  .services .title {
    font-size: 20px;
  }

  .services .description {
    font-size: 14px;
    line-height: 24px;
  }

}