/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.5
Tested up to: 6.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

/* Header-section */
.page .entry-title {
    display: none;
}
.reveal {
    left: 0px !important;
}
 .container {
	width: 90%;
} 
a{
	list-style: none;
}
section {
	overflow: hidden;
}


/* Header-css */

img.img-fluid.logo {
	width: 188px;
	height: auto;
}

.header-section {
	position: absolute;
	width: 100%;
	z-index: 99;
	top: 30px;
	transition: all 0.3s ease;
}

header.header-section.navbar-scrolled {
	position: fixed;
	top: 0;
	background: #fff;
}

.header-inner {
	background: #ffffffb5;
	padding: 5px 21px;
	border-radius: 17px;
	z-index: 1;
	margin: 0 auto;
	width: 93%;
}

/* Banner section csss */
.banner-section {
	position: relative;
}
.banner-section .swiper-slide {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-section .slide-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
}

.banner-section .slide-content {
	position: absolute;
	top: 58%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 10;
	color: white;
	text-align: left;
	max-width: 600px;
}

.banner-section .highlight-tag {
	background-color: var(--tag-bg-color);
	color: var(--primary-color);
	padding: 5px 15px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 20px;
}

.banner-section .slide-title {
	font-weight: 700;
	line-height: 43px;
	margin-bottom: 30px;
}

.banner-section .btn-custom-dark {
	background-color: var(--primary-color);
	color: white;
	border: 1px solid var(--primary-color);
	padding: 10px 30px;
	border-radius: 50px;
	transition: var(--transition-4s);
}

.banner-section .btn-custom-dark:hover {
	background-color: var(--ancient-color);
	border-color: var(--ancient-color);
	color: white;
}


/*pages css start*/
:root {
  --h2-color: #1c3c6b;
  --span-color: #2f80ed;
  --p-color: #5f6f7a;
}
.quality-policy-banner {
  width: 100%;
  min-height: 50vh;
  background-image: url(https://hivends.org/mednushealthcare/site/wp-content/uploads/2026/03/healthcarebanner-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.quality-policy-banner::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  background: #4f96d282;
  z-index: -1;
}
.quality-policy-banner h2 {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 2px;
}
.quality-policy-banner p {
  font-size: 16px;
  color: white;
  font-weight: 500;
}
/* quality-main */
.quality-main {
  width: 100%;
  min-height: 100vh;
  padding: 40px 0px;
  background: #f7fbfd;
}

.quality-content-info h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--h2-color);
}
.quality-content-info p {
  font-size: 16px;
  line-height: 28px;
  color: #5f6f7a;
}
.quality-content-info span {
  color: #4b79bd;
  font-weight: bold;
  letter-spacing: 2px;
}
.quality-point li {
  list-style: none;
  line-height: 28px;
  color: #5f6f7a;
}
.quality-point p {
  font-size: 16px;
  line-height: 28px;
  color: #5f6f7a;
}
.quality-point i {
  color: #4b79bd;
  font-weight: bold;
}
.quality-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: all 0.4s ease;
}
.quality-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s ease;
}
.quality-img:hover img {
  transform: scale(1.08);
}
.quality-img:hover {
  border-radius: 10px;
  transform: translateY(-5px);
}
/* mission and vision css start */
.mission-text h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--h2-color);
}
.mission-text span {
  color: #4b79bd;
  font-weight: bold;
}
.mission-text p {
  font-size: 16px;
  line-height: 28px;
  color: #5f6f7a;
}
.mission-main-content {
  margin-top: 50px;
}
.mission-content-icon i {
  background: #4b79bd;
  padding: 7px 0px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
}
.mission-content-icon h2 {
  font-size: 30px;
  font-weight: bold;
  color: var(--h2-color);
}
.mission-span span {
  font-weight: bold;
  color: #4e4a4a;
  line-height: 25px;
}
.mission-para {
  color: #5f6f7a;
}
.quality-point strong {
  color: #4e4a4a;
}
/*  mission and vision css end */

/* vision csss */
.vision-content-main {
  margin-top: 90px;
}

/* core main  */
.core-main {
  width: 100%;
  background: #ffff;
  padding: 40px 0px;
}
.core-main h2 {
  color: var(--h2-color);
  font-weight: bold;
  font-size: 40px;
}
.core-main p {
  color: #6b7c85;
  font-size: 15px;
  line-height: 1.7;
}
.core-main-card {
  margin-top: 60px;
}
.core-card .card {
  background: #f9fcfe;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.35s ease;
}
.core-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #d6e6ef;
}
.core-card .card-icon i {
  font-size: 40px;
  color: #a52a31;
  font-weight: bold;
}
.core-card .card-body h5 {
  font-size: 18px;
  color: var(--h2-color);
  font-weight: 600;
  margin-bottom: 12px;
}
.core-card .card-body p {
  color: #6b7c85;
  font-size: 15px;
  line-height: 1.7;
}
.learn-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #408333;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.learn-btn:hover {
  background: #2f6a25;
  color: #fff;
  transform: translateY(-2px);
}

/* message page start */
.message-main {
  width: 100%;
  padding: 40px 0px;
}
.message-main h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--h2-color);
}
.message-main p {
  color: #6b7c85;
  font-size: 15px;
  line-height: 1.7;
}
.message-img {
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.5s ease;
}
.message-img:hover img {
  transform: scale(1.08);
}
.message-img:hover {
  border-radius: 10px;
  transform: translateY(-5px);
}
.message-img img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}
.message-main span {
  color: #4b79bd;
  letter-spacing: 2px;
}
.message-name span {
  letter-spacing: 0px;
  font-weight: bold;
}
/* /* message page end */

/* services css */
.service-main {
  width: 100%;
  padding: 40px 0px;
  background: #f4f8fb;
}
.service-main h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--h2-color);
}
.service-main span {
  color: #2f80ed;
}
.service-main p {
  color: #5f6f7a;
  font-size: 15px;
  line-height: 1.7;
}
.service-card .card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.5s ease;
}
.service-card .card:hover {
  transform: scale(0.99);
}
.service-card .card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: 0.5s ease;
}
.service-card .card-body {
  padding: 25px;
}
.service-icon {
  width: 55px;
  height: 55px;
  background: #eaf3ff;
  color: #2f80ed;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 15px;
}
.service-card .card img:hover {
  transform: scale(1.1);
}

.service-card .card::before,
.service-card .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #4facfe;
  /* Change color as needed */
  border-radius: 12px;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 12px;
  pointer-events: none;
}

.service-card .card::before {
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 12px;
}

.service-card .card::after {
  transform: scaleY(0);
  transform-origin: top;
  border-radius: 12px;
}

.service-card .card:hover::before {
  transform: scaleX(1);
  border-radius: 12px;
}

.service-card .card:hover::after {
  transform: scaleY(1);
  border-radius: 12px;
}

.service-card .card h5 {
  font-size: 20px;
  font-weight: bold;
  color: #1a2b3c;
}

/* why choose start */
.choose-main {
  background: #eaf4fb;
  width: 100%;
  padding: 40px 0px;
  min-height: 100vh;
}
.choose-main h2 {
  color: var(--h2-color);
  font-weight: bold;
  font-size: 40px;
}
.choose-main span {
  color: var(--span-color);
}
.choose-info {
  margin-top: 60px;
}
.why-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.why-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1a2b3c;
  margin-bottom: 5px;
}

.why-card p {
  font-size: 14px;
  color: #6b7c85;
  line-height: 1.6;
  margin: 0;
}

/* ICON */

.icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  flex-shrink: 0;
}

.blue {
  background: #2f80ed;
}
.purple {
  background: #9b51e0;
}
.red {
  background: #eb5757;
}
.green {
  background: #27ae60;
}

.why-img {
  height: 460px;
  overflow: hidden;
  border-radius: 120px 20px 120px 20px;
  position: relative;
}

.why-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 120px 20px 120px 20px;
  transition: 0.5s ease;
}
.why-img img:hover {
  transform: scale(1.1);
}

.why-img::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 1px;
  bottom: -60px;
  left: -10px;
  border: 6px solid #2f80ed;
  border-radius: 120px 20px 120px 20px;
  pointer-events: none;
}

/* manufacturing page */
.manufacturing-main {
  width: 100%;
  padding: 40px 0px;
  background: #f4f8fb;
}
.manufacturing-main h2 {
  color: var(--h2-color);
  font-size: 40px;
  font-weight: bold;
}
.manufacturing-main span {
  color: var(--span-color);
}
.manufacturing-main p {
  color: var(--p-color);
}
.manufacturing-content {
  margin-top: 50px;
}
.manufacturing-img {
  overflow: hidden;
  border-radius: 10px;
}
.manufacturing-img img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease;
  border-radius: 10px;
}
.manufacturing-img img:hover {
  transform: scale(1.1);
}
.manufacturing-info h4 {
  color: var(--h2-color);
  font-weight: bold;
  font-size: 30px;
  margin: 10px 0px;
}

/* manu quality */
.manu-quality {
  width: 100%;
  background: #eaf4fb;
  padding: 40px 0px;
}
.manu-quality h2 {
  font-weight: 700;
  color: #1c3c6b;
}

.manu-quality p {
  color: var(--p-color);
}
.manu-quality-content {
  margin-top: 50px;
}
.manu-quality-card .card {
  padding: 10px;
  transition: 0.3s ease;
}
.manu-quality-card .card:hover {
  transform: translateY(-5px);
}
.manu-quality-card .manu-img {
  overflow: hidden;
}
.manu-quality-card .manu-img img {
  object-fit: cover;
  transition: 0.5s ease;
}
.manu-quality-card .manu-img img:hover {
  transform: scale(1.1);
}
.manu-quality-card .card-body {
  padding: 10px 0px !important;
}
.manu-quality-card .card-body h5 {
  color: #1c3c6b;
  font-weight: bold;
  font-size: 15px;
}
.manu-quality-card .card-body p {
  color: var(--p-color);
  font-size: 14px;
}

.cta-section {
  background: linear-gradient(135deg, #0d6efd, #1e3c72);
  color: white;
  padding: 80px 0;
  text-align: center;
}

.cta-section h2 {
  font-weight: 700;
	color: white;
	font-size:40px;
}

.cta-section p {
  opacity: 0.9;
	color:white;
}

.cat-btn-info a {
  color: #0d6efd;
  font-weight: 600;
}

.cta-btn a:hover {
  background: #f2f2f2;
}

/* blog page css */
.blog-main {
  padding: 40px 0px;
  width: 100%;
  background: #f4f8fb;
}
.blog-main h2 {
  color: var(--h2-color);
  font-weight: bold;
  font-size: 40px;
}
.blog-main span {
  color: var(--span-color);
}
.blog-main p {
  color: var(--p-color);
}
.blog-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  background: white;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.blog-img {
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 250px;
  transition: 0.5s ease;
}
.blog-img img:hover {
  transform: scale(1.1);
}

.blog-card .card-body h5 {
  font-weight: 600;
  color: #1c3c6b;
}

.blog-card .badge {
  background: #0d6efd;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
}
.blog-card .card-body p {
  margin: 0px 0px !important;
  font-size: 14px;
  color: var(--p-color);
}
.blog-card .card-body a {
  margin-top: 20px;
}
.sidebar-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.sidebar-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}
.newsletter {
  background: linear-gradient(135deg, #0d6efd, #1e3c72);
  color: white;
  padding: 30px;
  border-radius: 12px;
}

.newsletter input {
  border: none;
}

.newsletter button {
  background: white;
  color: #0d6efd;
  font-weight: 600;
}
.blog-btn a {
  padding: 10px 40px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 15px;
  transition: 0.5s ease;
  border: none !important;
}
.blog-btn a:hover {
  background: #27ae60;
  color: white;
  transform: translateY(-10px);
}

/* next-blog */
.blog-next {
  padding: 20px 0px;
  width: 100%;
  background: #f4f8fb;
}

.contact-page {
  padding: 60px 0;
  background: #f4f8fb;
  font-family: "Segoe UI", sans-serif;
}

.contact-page h3 {
  font-weight: 700;
  color: #1c3c6b;
}

.contact-page h3 span {
  color: #0d6efd;
}

.contact-info {
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.contact-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 15px 0;
  transition: 0.3s ease;
}

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

.contact-icon {
  width: 45px;
  height: 45px;
  background: #0d6efd;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
}

.contact-card h6 {
  margin-bottom: 4px;
  font-weight: 600;
  color: #1c3c6b;
}

.contact-card p {
  font-weight: 500;
  color: #0d6efd;
}

.contact-card small {
  color: #6c757d;
}

.divider {
  height: 1px;
  background: #e8edf3;
  margin: 10px 0;
}

.social {
  margin-top: 10px;
	display:flex;
	align-items: center
}

.social i {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #e1e7ef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 8px;
  color: #0d6efd;
  transition: 0.3s;
  cursor: pointer;
}

.social i:hover {
  background: #0d6efd;
  color: #ffffff;
  transform: translateY(-3px);
}

.form-box {
  background: #ffffff;
  padding: 22px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  margin-top: 58px;
}
.form-box span {
  color: var(--span-color);
}
.form-control {
  height: 48px;
  border-radius: 6px;
  border: 1px solid #dfe6ee;
  font-size: 14px;
}

textarea.form-control {
  height: auto;
}
.form-control:focus {
  border-color: #0d6efd;
  box-shadow: none;
}
.btn-submit button {
    background: #0d6efd !important;
    color: #ffffff;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
    margin-top: 15px;
}
.btn-submit button:hover {
  background: navy;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

.map-section {
  background: #f4f8fb;
  width: 100%;
}
.map-section iframe {
  height: 400px;

  border: 0;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .quality-main {
    padding: 20px 0px;
  }
  .quality-content-info h2 {
    font-size: 32px;
    margin-top: 10px;
  }
  .message-main {
    width: 100%;
    padding: 20px 0px;
  }
  .service-main {
    padding: 20px 0px;
  }
  .service-main h2 {
    font-size: 32px;
  }
  .manufacturing-main h2 {
    font-size: 30px;
  }
  .sidebar-card {
    margin-top: 20px;
  }
	.social {
	display:flex;
	align-items: center
}
}

/* 576 */
@media (min-width: 576px) and (max-width: 767.98px) {
  .quality-main {
    padding: 20px 0px;
  }
  .quality-content-info h2 {
    font-size: 30px;
    margin-top: 10px;
  }
  .mission-text h2 {
    font-size: 35px;
  }
  .message-main {
    width: 100%;
    padding: 20px 0px;
  }
  .message-main h2 {
    font-size: 35px;
  }
  .service-main {
    padding: 20px 0px;
  }
  .service-main h2 {
    font-size: 32px;
  }
  .manufacturing-main h2 {
    font-size: 30px;
  }
  .sidebar-card {
    margin-top: 20px;
  }
	.social {
	display:flex;
	align-items: center
}
}

/* 768 */
@media (min-width: 768px) and (max-width: 991.98px) {
  .manufacturing-main h2 {
    font-size: 28px;
  }
  .sidebar-card {
    margin-top: 20px;
  }
}

/* 992 */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .core-card .card {
    padding: 10px 0px;
  }
  .core-card .card-body h5 {
    font-size: 20px !important;
  }
  .learn-btn {
    padding: 10px;
  }
  .manufacturing-main h2 {
    font-size: 38px;
  }
  .manu-quality-card .card-body h5 {
    color: #1c3c6b;
    font-weight: bold;
    font-size: 14px;
  }
  .form-box {
    height: 428px;
  }
	.social {
	display:flex;
	align-items: center
}
}
/* 992 */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .core-card .card {
    padding: 10px 0px;
  }
  .core-card .card-body h5 {
    font-size: 20px !important;
  }
  .learn-btn {
    padding: 10px;
  }
  .manufacturing-main h2 {
    font-size: 38px;
  }
  .manu-quality-card .card-body h5 {
    color: #1c3c6b;
    font-weight: bold;
    font-size: 14px;
  }
  .form-box {
    height: 428px;
  }
}



/* pages css end */

#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid;
}
#sequence {
    width: 100%;
    float: left;
    background: linear-gradient(82deg, #b02025 0%, rgb(176 32 36) 53%, #b12025 100%);
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #ffffff !important;
    margin: 0 !important;
}
a.btn-defaults {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    color: var(--white-color);
    border-radius: 100px;
    padding: 14px 13px;
    border: none;
    overflow: hidden;
    box-shadow: none;
    outline: none;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
figure.image-anime.reveal {
    left: 283px !important;
}
.project-card img {
    border-radius: 10px;
}
.project-overlay p {
    display: none;
}
.project-overlay h4 {
    position: relative;
    top: -29px;
    background: #a32d34;
    border-radius: 0 0 7px 7px;
    color: #fff;
    padding: 8px  0;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 134%, var(--accent-color) 100%);
}
.custom-card.text-center {
    background: #ededed;
    padding: 35px 20px 14px 20px;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 210, 0);
}
.card-icon i {
    font-size: 39px;
    color: #a32c32;
}
h5.card-title {
    margin: 20px 0 6px 0 !important;
    color: #4b7b8f;
}
ul.about-points li {
    list-style: none;
}
ul.about-points li i {
    color: #b12025;
}
ul.about-points {
    padding: 0;
}