.about-right h3,
.about-right span,
.user-name h5 {
  font-family: var(--secondary-font);
}
.about {
  background-image: url(../images/about/background-img.png);
  width: 100%;
  object-fit: contain;
}
.about .about-img {
  background-size: cover;
  width: 100%;
  object-fit: fill;
}
.about-emergency {
  width: 348px;
  height: 100px;
  background-color: var(--orange);
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  border-top-left-radius: 25px;
}
.about-emergency:hover {
  background-color: var(--black);
}
.about-emergency a {
  color: #fff;
}
.about-emergency-call {
  font-size: 24px;
  font-weight: var(--bold);
}
.user-name span {
  font-size: 18px;
  font-weight: medium;
  width: 100% !important;
}
.about-emergency-icon {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.about-right {
  padding: 37px 0 0 37px !important;
}
.about-right span {
  font-weight: var(--bold);
  width: 50%;
}
.about-right h3 {
  color: var(--orange);
}
.about-right p {
  color: var(--text);
}
.middle,
.start {
  border-right: 2px solid #b1b1b13c;
  padding: 0;
}
.end,
.middle,
.start,
.user {
  gap: 15px;
}
.user-profile {
  margin-top: 25px;
  padding: 25px 0;
  border-top: 2px solid #b1b1b13c;
  gap: 30px;
}
.user-name h5,
.user-name p {
  margin: 0;
}
.gap-20 {
  gap: 20px;
}
@media (max-width: 1366px) {
  .about-right {
    padding: 30px 15px 0 30px !important;
  }
}
@media (max-width: 1024px) {
  .about-right {
    padding: 0 15px !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 991px) {
  .about-img-group {
    margin: auto 0;
  }
  .end,
  .middle,
  .start {
    gap: 0;
    flex-direction: column;
  }
  .about-img img {
    max-width: 50%;
  }
  .user-profile {
    margin-top: 15px;
    padding: 15px 0;
    gap: 20px;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-left {
    margin: auto 0 !important;
  }
  .about-emergency {
    width: 80%;
  }
  .about-emergency-contact h4 {
    font-size: 20px !important;
  }
  .about-emergency-call {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .about-right {
    margin-top: 25px !important;
  }
  .about-user-swap {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-emergency-call {
    font-size: 18px !important;
  }
  .about-details-group,
  .user-profile {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .end,
  .middle,
  .start {
    gap: 0;
    flex-direction: column;
  }
  .about-emergency {
    width: 250px;
    height: 80px;
  }
  .about-details-group,
  .user-profile {
    width: 100%;
  }
  .about-right p {
    text-align: justify;
  }
}
@media (max-width: 480px) {
  .about-details-group {
    display: flex;
    flex-direction: column;
    align-items: end !important;
  }
  .about-right span {
    width: 100%;
  }
  .middle,
  .start {
    border: 0 !important;
  }
  .end,
  .middle,
  .start {
    align-items: end !important;
    justify-content: start;
  }
  .user-profile {
    flex-direction: column-reverse;
  }
  .about-right h2,
  .about-right p {
    text-align: center;
  }
}
.blog-box {
  margin-top: 30px;
}
.blog-box img {
  width: 100%;
}
.blog-box p:first-of-type {
  padding-top: 20px;
  margin-bottom: 0;
  color: var(--text);
  padding-bottom: 15px;
}
.blog-box p {
  padding-top: 15px;
  margin: 0;
}
.blog-box span {
  font-size: 20px;
  color: var(--black);
  font-family: var(--secondary-font);
  font-weight: var(--medium);
}
.blog-box span:hover {
  color: var(--ornage) !important;
}
.blog-box > p:last-child {
  color: #585858;
}
.consultation-content {
  width: 100%;
  height: 200px;
  background-image: url(../images/solutions/background-dots.png),
    linear-gradient(
      90deg,
      #000 3%,
      rgba(0, 0, 0, 0.742734593837535) 24%,
      rgba(224, 47, 14, 0.23573179271708689) 50%,
      rgba(224, 47, 14, 0.4766281512605042) 100%
    );
  background-repeat: no-repeat;
  background-position: 14% 50%;
}
.modal-form {
  padding: 20px;
}
.consultation-content h2 {
  font-size: 30px !important;
  color: #fff !important;
  font-family: var(--secondary-font);
  font-weight: var(--bold);
  width: 344px;
  line-height: 44.48px;
}
@media (max-width: 575px) {
  .consultation-content h2 {
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 20px !important;
    padding: 0 15px;
  }
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Regular.woff2) format("woff2"),
    url(../fonts/Oswald-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-ExtraLight.woff2) format("woff2"),
    url(../fonts/Oswald-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Light.woff2) format("woff2"),
    url(../fonts/Oswald-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Bold.woff2) format("woff2"),
    url(../fonts/Oswald-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Medium.woff2) format("woff2"),
    url(../fonts/Oswald-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-SemiBold.woff2) format("woff2"),
    url(../fonts/Oswald-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Bold.woff2) format("woff2"),
    url(../fonts/DMSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-ThinItalic.woff2) format("woff2"),
    url(../fonts/DMSans-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-ExtraBold.woff2) format("woff2"),
    url(../fonts/DMSans-ExtraBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Thin.woff2) format("woff2"),
    url(../fonts/DMSans-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Medium.woff2) format("woff2"),
    url(../fonts/DMSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Light.woff2) format("woff2"),
    url(../fonts/DMSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-Regular.woff2) format("woff2"),
    url(../fonts/DMSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-ExtraLight.woff2) format("woff2"),
    url(../fonts/DMSans-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-SemiBold.woff2) format("woff2"),
    url(../fonts/DMSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-MediumItalic.woff2) format("woff2"),
    url(../fonts/DMSans-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans-LightItalic.woff2) format("woff2"),
    url(../fonts/DMSans-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.footer {
  width: 100%;
  background-color: #141422;
  background-image: url(../images/footer/footer-bg.png);
  background-size: cover;
  background-position: 0 30%;
  color: #fff;
}
.footer .footer-span-title {
  font-size: 24px;
  font-family: var(--secondary-font);
  font-weight: var(--medium) !important;
  margin-bottom: 25px;
  display: block;
}
.recent-post-footer a {
  color: #ffff;
  font-family: var(--secondary-font);
  font-size: 18px;
}
.recent-post-footer a:hover {
  color: var(--orange);
}
.footer-group p {
  margin: 0;
  line-height: 26px !important;
}
.footer-social-icons {
  gap: 20px;
  margin-top: 25px;
}
.quick-links-footer a {
  color: #fff;
  margin-bottom: 15px;
}
.quick-links-footer a:hover {
  color: var(--orange);
}
.contactus-footer a {
  color: #fff;
  margin-left: 15px;
  width: 193px;
}
.footer li {
  gap: 15px;
}
.info {
  margin-bottom: 15px;
}
.posts-details {
  gap: 20px;
  margin-bottom: 20px;
  width: fit-content;
}
.recent-post-footer {
  gap: 20px;
}
.recent-post-footer h5 {
  font-family: var(--secondary-font);
  width: 100%;
  max-width: 169px;
}
.footer-group {
  padding: 100px 0 60px 0;
}
.copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(128, 128, 128, 0.328);
}
.copyright a {
  color: #fff;
}
.copyright p {
  margin: 0;
}
.aboutus-footer p {
  width: 275px;
}
.nav-icon svg:hover path {
  color: var(--orange);
}
.contactus-footer a:hover {
  color: var(--orange);
}
.posts-details:hover h5 {
  color: var(--orange);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .footer-group {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 992px) {
  .contactus-footer,
  .recent-post-footer {
    margin-top: 15px !important;
  }
  .footer-group {
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 768px) {
  .quick-links-footer {
    margin-top: 15px !important;
  }
  .footer-group {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 575px) {
  .posts-details {
    flex-wrap: wrap;
    overflow: hidden;
  }
  .footer-group {
    padding: 20px 0 10px 0;
  }
}
.header {
  width: 100%;
  padding: 12.5px 0;
  position: fixed;
  top: 40px;
  z-index: 1;
  background-color: #ffff;
}
.navbar-nav {
  gap: 40px;
  margin-right: 80px !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-collapse {
    margin-top: 15px;
}

.navbar-nav a {
  color: var(--black) !important;
}
.theme-btn a {
  color: #ffff;
}
.navbar-nav a:hover {
  color: var(--orange) !important;
}
@media (max-width: 991px) {
  .navbar-nav {
    gap: 10px;
    margin-bottom: 10px;
  }
  .theme-btn {
    margin-top: 10px;
    max-width: fit-content;
  }
}
@media (max-width: 709px) {
  .header {
    top: 0;
  }
}
.hero-content-first,
.hero-content-second,
.overlay {
  position: absolute;
  width: 100%;
}
.hero-banner {
  width: 100%;
  height: max-content;
  margin-top: 89px;
}
.hero-banner h1 {
  color: #ffff;
}
.hero-banner p {
  color: #eee;
}
.slide img {
  width: 100%;
  height: 810px;
  object-fit: cover;
  background-size: cover;
}
.hero-content-first {
  top: 184px;
  max-width: 690px;
  z-index: 2;
}
.hero-content-second {
  top: 250px;
  right: 100px;
  max-width: 690px;
  z-index: 3;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.296);
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .slide img {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .slide img {
    height: 500px;
  }
  .hero-content-first {
    top: 100px;
    padding: 0;
  }
  .hero-content-second {
    top: 40%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .slide img {
    height: 400px;
  }
  .hero-content-first {
    top: 60px;
  }
  .hero-content-second {
    left: 15px !important;
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .hero-content-first {
    max-width: 400px;
    top: 20%;
  }
  .hero-content-second {
    max-width: fit-content;
  }
}
@media (max-width: 576px) {
  .hero-content-first {
    max-width: fit-content;
    top: 50px;
    padding-right: 15px;
  }
  .hero-content-second {
    top: 25%;
    padding-right: 15px;
  }
  .slide img {
    height: 300px;
    background-position: right;
    object-fit: cover;
  }
}
.navigation {
  width: 100%;
  height: 40px;
  background-color: #141422;
  color: #fff;
  font-family: var(--primary-font);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-left a {
  color: #fff;
  gap: 10px;
}
.nav-right {
  gap: 20px;
}
.nav-left {
  gap: 30px;
}
.nav-icon {
  height: 16px;
}
.nav-left a:not(:last-child):hover span {
  color: var(--orange);
}
@media (max-width: 767px) {
  .nav-left {
    gap: 20px;
  }
  .nav-right {
    gap: 10px;
  }
}
@media (max-width: 709px) {
  .navigation {
    display: none !important;
  }
}
.cell-1,
.cell-2 {
  grid-row-start: 1;
}
.gallery_img,
.masonry-item a {
  width: 100%;
  height: 100%;
}
.gallery {
  overflow: hidden;
}
.masonry {
  margin-top: 30px !important;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 250px 250px;
}
.gallery_img {
  object-fit: cover;
}
.cell-1 {
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-end: 2;
}
.cell-2 {
  grid-column-start: 8;
  grid-column-end: 14;
  grid-row-end: 3;
}
.cell-3 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cell-4,
.cell-5 {
  grid-row-start: 1;
  grid-row-end: 2;
}
.cell-4 {
  grid-column-start: 14;
  grid-column-end: 18;
}
.cell-5 {
  grid-column-start: 18;
  grid-column-end: 21;
}
.cell-6,
.cell-7 {
  grid-row-start: 2;
  grid-row-end: 3;
}
.cell-6 {
  grid-column-start: 4;
  grid-column-end: 8;
}
.cell-7 {
  grid-column-start: 14;
  grid-column-end: 21;
}
.gallery .title-des {
  padding: 0 15px;
}
@media (max-width: 575px) {
  .masonry {
    display: flex;
    flex-direction: column;
  }
  .masonry-item a {
    width: 100%;
  }
}
.title-des {
  width: 100%;
  max-width: 740px;
  color: var(--text);
  margin: 0 auto;
  text-align: center;
}
.service-box {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 16px 0 #0000000f;
}
.service-box h3 {
  font-size: 20px !important;
  font-family: var(--secondary-font);
  font-weight: var(--bold);
}
.service-icon {
  margin-bottom: 25px;
}
.service-box span {
  font-size: 20px;
  font-family: var(--secondary-font);
  color: var(--black);
  line-height: 29.64px;
  font-weight: var(--bold);
}
.service p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #585858;
}
.service-img img {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .service-box {
    padding: 25px;
  }
}
@media (max-width: 991px) {

.service-icon {
  margin-bottom: 10px;
}
  .service-icon img {
    width: 60px;
    height: 60px;
  }
  .service-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .service-box {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .service-box {
    padding: 15px;
  }
}
.solution {
  background-image: url(../images/about/background-img.png);
  background-size: 30%;
}
.sol-left {
  padding: 0 37px 0 15px !important;
}
.sol-right {
  padding: 60px 15px 0 15px !important;
}
.sol-right p {
  color: rgba(88, 88, 88, 1);
}
.check-list p {
  margin: 0;
  font-size: 20px !important;
  line-height: 0;
  font-family: var(--secondary-font);
  color: var(--black) !important;
}
.check-list-left,
.check-list-right {
  gap: 25px;
}
.check-items {
  gap: 10px;
}
@media (min-width: 1017px) and (max-width: 1222px) {
  .check-items img {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .image-group {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 645px) {
  .check-list p {
    font-size: 18px !important;
  }
  .check-items img {
    width: 18px;
  }
  .check-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .check-list-left,
  .check-list-right {
    gap: 10px;
  }
}
.image-group {
  background-image: url(../images/solutions/pexels-photo.webp);
  background-repeat: no-repeat;
}
.image-group img {
  max-width: 100%;
  background-size: cover;
}
.solution-image2 {
  float: right;
  border-left: 10px solid #fff;
}
.solution-image3 {
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}
.imageLeft img {
  display: none;
}
.imageRight {
  float: right;
}
@media (max-width: 1200px) {
  .solution-image1 {
    margin-left: 63px;
  }
  .solution-image2 {
    margin-left: 69px;
  }
}
@media (max-width: 1024px) {
  .solution-image1 {
    margin-left: 17px;
    height: 406px;
  }
  .solution-image2 {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .check-items p {
    font-size: 16px !important;
  }
  .check-items img {
    width: 20px;
  }
  .solution-image1 {
    margin-left: 14px;
    height: 398px;
  }
  .solution-image2 {
    margin-left: 17px;
  }
}
@media (max-width: 768px) {
  .solution-image1 {
    margin-left: 14px;
    height: 326px;
  }
  .solution-image2 {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .sol-right {
    margin-top: 25px !important;
  }
  .image-group {
    background: 0 0;
  }
  .imageLeft img {
    display: block;
    width: 100%;
  }
  .imageRight img {
    border: none;
    display: block;
  }
  .solution-image1 {
    margin: 0;
  }
  .solution-image2 {
    float: none;
  }
  .image-group img {
    width: 100%;
    height: 250px;
    padding: 5px 0;
    margin: 0;
    object-fit: cover;
    display: flex !important;
    flex-direction: column;
  }
}
:root {
  --primary-font: "DM Sans";
  --secondary-font: "Oswald";
  --bold: 700;
  --semi-bold: 600;
  --medium: 500;
  --regular: 400;
  --light: 300;
  --h1_fonts: 3.75rem;
  --h2_fonts: 42px;
  --h3_fonts: 30px;
  --h4_fonts: 24px;
  --h5_fonts: 18px;
  --body_fonts: 16px;
  --bg-color: #ffffff;
  --orange: #e02f0e;
  --black: #000000;
  --text: #585858;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  font-family: var(--primary-font) !important;
}
h1 {
  font-size: var(--h1_fonts) !important;
  line-height: 88.92px !important;
  font-family: var(--secondary-font);
  font-weight: var(--bold) !important;
  text-transform: capitalize;
}
h2 {
  font-size: var(--h2_fonts) !important;
  line-height: 62.24px !important;
  font-family: var(--secondary-font);
  font-weight: var(--bold) !important;
  color: var(--black) !important;
}
h3 {
  font-size: var(--h3_fonts) !important;
  line-height: 44.46px !important;
}
h4 {
  font-size: var(--h4_fonts) !important;
  line-height: 31.25px !important;
  font-weight: var(--bold) !important;
}
h5 {
  font-size: var(--h5_fonts) !important;
  line-height: 26.68px !important;
}
p {
  font-size: var(--body_fonts) !important;
  line-height: 26px !important;
  font-family: var(--primary-font);
}
a {
  text-decoration: none !important;
  display: inline-block;
  text-transform: capitalize;
}
ol,
ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.container {
  width: 100%;
  max-width: 1350px !important;
}
.row > * {
  padding: 0 15px !important;
}
.py {
  padding: 120px 0;
}
.pb {
  padding: 0 0 120px;
}
.pt {
  padding: 120px 0 0;
}
.theme-btn {
  padding: 15px 30px;
  background-color: var(--orange);
  font-size: var(--body_fonts);
  color: #fff !important;
  cursor: pointer;
  font-weight: var(--medium);
  width: fit-content;
}
.theme-btn:hover {
  background-color: #000;
}
@media (max-width: 1399px) {
  h1 {
    line-height: 78.92px !important;
    font-size: 58px !important;
  }
  h2 {
    line-height: 62.24px !important;
  }
  h3 {
    line-height: 44.46px !important;
  }
  h4 {
    line-height: 26.68px !important;
  }
  p {
    line-height: 26px !important;
  }
  .py {
    padding: 100px 0;
  }
  .pb {
    padding: 0 0 100px;
  }
  .pt {
    padding: 100px 0 0;
  }
}
@media (max-width: 1199px) {
  h1 {
    line-height: 68.92px !important;
    font-size: 56px !important;
  }
  h2 {
    line-height: 52.24px !important;
    font-size: 38px !important;
  }
}
@media (max-width: 991px) {
  h1 {
    line-height: 58.92px !important;
    font-size: 45px !important;
  }
  h2 {
    line-height: 42.24px !important;
    font-size: 30px !important;
  }
  .py {
    padding: 70px 0;
  }
  .pb {
    padding: 0 0 70px;
  }
  .pt {
    padding: 70px 0 0;
  }
}
@media (max-width: 767px) {
  h1 {
    line-height: 35.92px !important;
    font-size: 28px !important;
  }
  h2 {
    line-height: 32.24px !important;
    font-size: 25px !important;
  }
  .theme-btn {
    padding: 10px 20px !important;
  }
}
@media (max-width: 576px) {
  h2 {
    line-height: 25.24px !important;
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
    line-height: 28.25px !important;
    font-weight: var(--semi-bold) !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 44.46px !important;
    margin: 0 !important;
  }
  .py {
    padding: 50px 0;
  }
  .pb {
    padding: 0 0 50px;
  }
  .pt {
    padding: 50px 0 0;
  }
}
@media (max-width: 480px) {
  h1 {
    line-height: 30.92px !important;
    font-size: 24px !important;
  }
  p {
    line-height: 20px !important;
  }
}
.testimonial-box {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 16px 0 #0000000f;
  border-bottom: 2px solid var(--orange);
}
.testimonial-box p {
  color: var(--text);
  margin: 0;
}
.testimonial-user {
  margin-top: 15px;
  padding: 15px 0 0 0;
  border-top: 1px solid rgba(128, 128, 128, 0.237);
  gap: 15px;
}
.testimonial-user-details span {
  margin: 0;
  font-size: 18px;
  font-family: var(--secondary-font);
}
@media (max-width: 1199px) {
  .testimonial-box {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .testimonial-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-box {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .testimonial-box {
    padding: 15px;
  }
}
