body {
  font-family: "Rajdhani", sans-serif;
  color: #444444;
}

a {
  color: #a61010;
  /* color: white; */
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani";
  color: black;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #a61010;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #a61010;
  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: #5ec6ca;
  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: #a61010;
  color: #fff;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

@media (max-width: 575.98px) {
  .topbar-item {
    font-size: 12px;
    display: flex;
    align-items: center;
    min-width: 50%;
  }

  #topbar i {
    padding-right: 0px;
    font-size: 14px;
  }

  #topbar .call-us a {
    display: block;
  }

  #topbar .container {
    justify-content: space-between !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background: linear-gradient(to top, #141e30, #561717); */
  background: linear-gradient(to top, #0a0a3c, #0f187d);
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  /*top: 40px;*/
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

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

.et_pb_image_wrap img {
  max-height: 90px;
  margin-left: 20%;
}

.logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.logo a {
  color: #555555;
}

.logo img {
  max-height: 135px;
}

@media (max-width: 575.98px) {
  #header .logo img {
    height: 125px;
  }

  .logo img {
    height: 135px;
  }

  .et_pb_image_wrap img {
    height: 190px;
  }
}

/**
* Appointment Button
*/
.appointment-btn {
  margin-left: 2px;
  background: black;
  /* background: #dc3545; */
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
}

.appointment-btn:hover {
  background: black;
  color: #fff;
}

.badge-btn {
  background: #0f187d;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  border: none;
  font-size: 14px;
  display: inline-block;
}

.badge-btn:hover {
  background: #65c9cd;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

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

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  /* color: #626262; */
  color: white;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  /* color: #a61010; */
  color: white;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  /* background: linear-gradient(to right, #66023c, #cd1c18); */
  background: linear-gradient(to right, #2f3363, #1840cd);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.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: #a61010; */
  color: #fff;
  font-size: 18px;
  background: linear-gradient(to right, #141e3078, #00000026);
  padding-left: 25px;
  font-weight: 700;
  /* padding-right: 10px; */
  transition: padding 0.2s ease-in-out;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  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%;
  }
}

@media (max-width: 1199.98px) {
  .navbar a,
  .navbar a:focus {
    padding-left: 15px;
  }

  .appointment-btn {
    padding: 8px 15px;
    margin-left: 20px;
  }
}

@media (max-width: 575.98px) {
  .appointment-btn {
    padding: 7px 10px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 15px;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: white;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

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

@media (max-width: 991.98px) {
  .mobile-nav-toggle {
    display: block;
    margin-left: 30px;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 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: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

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

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

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: 100vh;*/
  position: relative;
}

#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #a61010;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.8);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #a61010;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 200px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #a61010;
}

#hero .btn-get-started {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #a61010;
}

#hero .btn-get-started:hover {
  background: #65c9cd;
}

@media (max-width: 1199.98px) {
  #hero {
    height: auto;
    padding-bottom: 120px;
  }
}

@media (max-width: 992px) {
  /* #hero {
    height: 100vh;
  } */
  #hero {
    height: auto;
    padding-bottom: 115px;
  }

  #hero .container {
    margin-top: 100px;
  }

  .hero-banner {
    padding-top: 70px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

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

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
  overflow: hidden;
}

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

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

.section-title h2 {
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: brown;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #a61010;
  bottom: 0;
  left: calc(50% - 25px);
}

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

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

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.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: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

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

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

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #a61010;
  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;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
/* .cta {
 
  color: black;
  background-size: cover;
  padding: 60px 0;
} */

.cta h2 {
  font-size: 32px;
  font-weight: 700;
  color: black;
  margin-top: 35px;
}

.cta .cta-btn {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #a61010;
  color: #a61010;
  font-weight: 600;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #a61010;
}

@media (max-width: 575.98px) {
  .cta {
    padding-top: 0;
  }
}

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

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

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #a61010;
}

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

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #a61010;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Rajdhani", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a61010;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #a61010;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #a61010;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #a61010;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #a61010;
  bottom: 0;
  left: calc(50% - 25px);
}

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

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

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

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

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

.appointment .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;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #a61010;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
  background: #a61010;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 10px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #a61010;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #a61010;
}

.departments .nav-link.active h4 {
  color: #a61010;
}

.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 7px 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #a61010;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

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

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  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 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #a61010;
}

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

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  /* background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1); */
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.doctors .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;
}

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

.doctors .member .social a i {
  line-height: 0;
}

.doctors .member .social a:hover {
  color: #a61010;
}

.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.doctors .member .member-info {
  padding: 3px 10px;
}

.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  /* color: #555555; */
  color: black;
}

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

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

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

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

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

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #a61010;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a61010;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #a61010;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

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

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

.pricing h4 {
  font-size: 36px;
  color: #a61010;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 20px;
}

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

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

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

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

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

.pricing 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: #a61010;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #65c9cd;
}

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

.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: #a61010;
  color: #fff;
}

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

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

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

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #a61010;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 18px;
  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: #a61010;
}

.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 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

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

.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 20px rgba(214, 215, 216, 0.5);
  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 input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

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

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

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

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

.contact .php-email-form button[type="submit"]:hover {
  background: #65c9cd;
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: #70dce0; */
  /* background: linear-gradient(to bottom, #141e30, #000000); */
  /* background: linear-gradient(to bottom, #0b101a, #561717); */
  background: linear-gradient(to bottom, #072053, #211818);
  padding: 0 0 10px 0;
  color: white;
  font-size: 14px;
}

#footer .footer-top {
  /* background: #70dce0; */
  padding: 30px 0 0px 0;
}

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

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

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

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #a61010;
  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: #65c9cd;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 23px;
  font-weight: 700;
  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: #a61010; */
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 17px;
}

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

#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}

#footer .footer-top .footer-links ul a:hover {
  /* color: #a61010; */
  font-size: 20px;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

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

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 18px;
  padding: 0 20px;
  background: #a61010;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #8bdadd;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 767.98px) {
  .footer-newsletter h2 {
    font-size: 25px;
  }

  .footer-newsletter .logo img {
    width: 225px;
  }
}

.log {
  width: 100%;
  max-width: 200px;
  transition: transform 0.3s ease-in-out;
}

.log:hover {
  transform: scale(1.1);
}

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

.partner {
  background-image: url("assets/img/gallery/ggg.html");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  min-height: 100%;
}

.content {
  text-align: justify;
}

.meeting {
  background-size: cover;
  background-position: center;
  color: white;
}

@media (max-width: 991.98px) {
  .meeting {
    background-position: 35% 100%;
  }

  .member {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .meeting {
    height: 215px !important;
  }
}

.section-title h2 {
  text-align: center;
  margin-top: 20px;
  color: #051f8d;
  font-size: 38px;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.banner-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.banner-content .btn-get-started {
  color: white;
  background-color: #007bff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.banner-content .btn-get-started:hover {
  background-color: #0056b3;
}

.section-tote h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #dee0e5;
  bottom: 0;
  left: calc(50% - 25px);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.footer-column {
  flex: 1;
  margin: 0 10px;
}

.footer-column img {
  max-width: 100%;
  height: auto;
}

.footer-column h4 {
  margin-top: 10px;
}

.footer-content {
  border-top: 3px solid #a61010;
  padding-top: 20px;
  margin-top: 20px;
}

.footer-column {
  flex: 1;
  padding: 10px;
}

@media (max-width: 767.98px) {
  .footer-content {
    flex-wrap: wrap;
  }

  .footer-content .footer-column:first-child {
    min-width: 100%;
  }

  .footer-content .footer-column img {
    width: 235px;
  }

  .footer-links {
    align-items: start !important;
  }
}

@media (max-width: 575.98px) {
  .footer-content .footer-column:not(:first-child) {
    min-width: 100%;
  }

  .footer-content {
    padding: 0;
  }

  .footer-content .footer-column:first-child {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}

.banner-text {
  width: 93%;
  position: absolute;
  top: 60%;
  left: 10%;
  text-align: left;
  /* transform: translate(-50%, -50%); */
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow:
    1px 1px 0px #000,
    2px 2px 0px #000,
    3px 3px 0px #000,
    4px 4px 0px #000,
    5px 5px 0px #000;
}

.coming-soon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.coming-soon {
  font-size: 3rem;
  font-weight: bold;
  color: #a61010;
  animation: animateText 2s infinite;
}

@keyframes animateText {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }

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

.message-box {
  max-width: 1165px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  background: white;
  color: #777777;
  font-family: "Rajdhani", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.message-box h2 {
  text-align: center;

  margin-bottom: 20px;
}

.message-box p {
  font-size: 17px;
}

.message-box .signature {
  text-align: left;
  font-size: 18px;
  margin-top: 15px;
}

/* Inner Pages */
@media (max-width: 991.98px) {
  .bread .banner img {
    max-width: none;
  }

  .banner-text {
    font-size: 25px;
    top: 65%;
    left: 10%;
  }
}

/* event calender start here css  */

.course-card {
  display: none;
}

.course-card.active {
  display: block;
}

.active1 {
  color: white;
  background-color: black;
  border-color: black;
}

.active1:hover {
  background: #a61010;
  border-color: #132f75;
  color: #ffffff;
}

.filter-btn {
  cursor: pointer;
  font-size: 32px;
  font-weight: 700;
}

.badge {
  padding: 15px;
}

/* form css */
.form-container {
  max-width: 85%;
  margin: 0 auto;
}

.form-header {
  margin-bottom: 20px;
}

.form-header h1 {
  font-size: 24px;
  font-weight: bold;
}

.form-header h1 span {
  color: #1c3b87;
}

.form-header p {
  font-size: 18px;
  color: #555;
}

.btn-submit {
  width: 100%;
  font-size: 18px;
}

.form-check-label a {
  color: #1c3b87;
  text-decoration: none;
}

.form-check-label a:hover {
  text-decoration: underline;
}

#drop {
  padding-top: 80px;
}

#meeting-log {
  padding: 100px 0px;
}

@media (max-width: 768px) {
  #meeting-log {
    min-height: 180px;
    /* Adjust height for smaller screens */
  }
}

@media (max-width: 480px) {
  #meeting-log {
    min-height: 150px;
    /* Further adjust for mobile */
  }
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.banner-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.banner-content .btn-get-started {
  color: white;
  background-color: #007bff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.banner-content .btn-get-started:hover {
  background-color: #0056b3;
}

.section-tote h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #dee0e5;
  bottom: 0;
  left: calc(50% - 25px);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.footer-column {
  flex: 1;
  margin: 0 10px;
}

.footer-column img {
  max-width: 100%;
  height: auto;
}

.footer-column h4 {
  margin-top: 10px;
}

.content-box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  margin: 10px;
}

.footer-content {
  border-top: 3px solid #a61010;
  padding-top: 20px;
  margin-top: 20px;
}

.footer-column {
  flex: 1;
  padding: 10px;
}

@media (max-width: 767.98px) {
  .footer-content {
    flex-wrap: wrap;
  }

  .footer-content .footer-column:first-child {
    min-width: 100%;
  }

  .footer-content .footer-column img {
    width: 235px;
  }

  .footer-links {
    align-items: start !important;
  }
}

@media (max-width: 575.98px) {
  .footer-content .footer-column:not(:first-child) {
    min-width: 100%;
  }

  .footer-content {
    padding: 0;
  }

  .footer-content .footer-column:first-child {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}

.banner {
  position: relative;
  text-align: center;
  color: white;
}

.coming-soon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.coming-soon {
  font-size: 3rem;
  font-weight: bold;
  color: #a61010;
  animation: animateText 2s infinite;
}

@keyframes animateText {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }

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

.message-box {
  max-width: 1165px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  background: white;
  color: #777777;
  font-family: "Rajdhani", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.message-box h2 {
  text-align: center;

  margin-bottom: 20px;
}

.message-box p {
  font-size: 17px;
}

.message-box .signature {
  text-align: left;
  font-size: 18px;
  margin-top: 15px;
}

.list-unstyled {
  font-size: 16px;
}

/* event calender start here css  */

.course-card {
  display: none;
}

.course-card.active {
  display: block;
}

.badge {
  padding: 15px;
}

/* form css */
.form-container {
  max-width: 85%;
  margin: 0 auto;
}

.form-header {
  margin-bottom: 20px;
}

.form-header h1 {
  font-size: 24px;
  font-weight: bold;
}

.form-header h1 span {
  color: #1c3b87;
}

.form-header p {
  font-size: 18px;
  color: #555;
}

.btn-submit {
  width: 100%;
  font-size: 18px;
}

.form-check-label a {
  color: #1c3b87;
  text-decoration: none;
}

.form-check-label a:hover {
  text-decoration: underline;
}

#drop {
  padding-top: 80px;
}

#meeting-log {
  padding: 100px 0px;
}

.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 80px 0;
  margin-top: 10px; */
}

.contact-container {
  display: flex;
  background-color: #000000b0;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  max-width: 1300px;
  width: 100%;
}

.contact-details {
  padding: 40px;
  width: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: none;
}

.contact-form button {
  padding: 10px;
  background-color: #fff;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.iconGroup {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.social-icon {
  color: white;
  font-size: 24px;
  text-decoration: none;
  transition: transform 0.3s;
}

.social-icon:hover {
  transform: scale(1.2);
}

.contactMap {
  width: 100%;
  padding: 50px 30px;
}

/* .contactMap iframe {
  width: 100%;
  height: 100%;
  border: 0;
} */

.header-section {
  background-color: #a61010;
  /* Blue background */
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Rajdhani", sans-serif;
}

.text-content {
  max-width: 70%;
}

.text-content h1 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.text-content p {
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
}

.action-button {
  background-color: white;
  color: #a61010;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.action-button:hover {
  background-color: #f0f0f0;
}

.pClass {
  /* text-align: justify; */
  justify-content: center !important;
  font-weight: 600;
  line-height: 35px;
  font-size: 20px;
  margin-bottom: 10px;
}

.imgWithName,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.imgClass {
  text-align: center;
  font-weight: 700;
  height: 420px;
  width: 400px;
  border-radius: 5%;
  margin: 0 0px 15px 0;
}

.imgClass1 {
  height: 160px;
  width: 160px;
  box-shadow:
    5px 3px 4px #943535,
    5px -3px #d2e2fc;
  border-radius: 50%;
  padding: 7px;
}

.imgClass3img {
  text-align: center;
  font-weight: 700;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  margin: 0 0px 15px 0;
}

#scroll_news a {
  color: #051f8d;
  margin-left: 70px;
}

.desContent,
p {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  opacity: 0;
  transition: opacity 2s ease-in-out;
  /* smooth fade */
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.cta1 {
  /* background: linear-gradient(135deg, #004aad, #0078d7); */
  background: linear-gradient(135deg, #004aad, #b5b709);
  color: white;
  border-radius: 8px;
}

.notice-board {
  height: 290px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  border-radius: 6px;
}

.notice-board ul {
  list-style: none;
  margin: 0;
  padding: 0;
  animation: scrollUp 22s linear infinite;
}

/* Pause animation on hover */
.notice-board:hover ul {
  animation-play-state: paused;
}

.notice-board li a {
  color: white;
}

.notice-board li {
  padding: 10px 0;
  font-weight: 700;
  font-size: 22px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

@keyframes scrollUp {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.event-list {
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.event-list li a {
  color: white;
}

.event-list li {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  font-size: 22px;
}

.cta1-btn {
  display: inline-block;
  background: #fff;
  color: #004aad;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta1-btn:hover {
  background: #004aad;
  color: #fff;
}

#scroll_news {
  font-weight: bold;
  font-size: 25px;
  /* background-color: aliceblue; */
  padding: 10px;
  margin: -15px 0px;
}

.serviceStyle {
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 700;
  word-spacing: 2px;
}

.col-lg4-img {
  height: 265px;
  width: 265px;
  cursor: pointer;
}

.lg4SlideImg {
  height: 280px;
  width: 280px;
  cursor: pointer;
}

.aboutImgToga {
  height: 260px;
  width: 100%;
}

.events-lg4 {
  height: 352px;
  width: 354px;
  cursor: pointer;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 800px;
  margin-top: 80px;
  overflow: hidden;
}

.stylish-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #fff;
  border: none;
}

/* Header */
.stylish-table thead th {
  background: linear-gradient(90deg, #a61010, #3a6ff7);
  color: #fff;
  font-weight: 600;
  /* padding: 14px; */
  text-align: center;
  border: none;
  white-space: nowrap;
  font-size: 18px;
}

/* Body rows */
.stylish-table tbody tr {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}

.stylish-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/* Cells */
.stylish-table td {
  /* padding: 14px 16px; */
  vertical-align: middle;
  border-top: none;
  word-break: break-word;
  border: 1px solid #dee2e6;
}

.stylish-table tbody tr td:first-child {
  text-align: center;
  font-weight: bold;
}

/* Rounded header corners */
.stylish-table thead tr th:first-child {
  border-top-left-radius: 6px;
}

.stylish-table thead tr th:last-child {
  border-top-right-radius: 6px;
}

.aboutSec {
  background-color: #f7f7f7 !important;
  padding: 0px 0px;
}

/* --- Responsive Tweaks --- */
@media (max-width: 768px) {
  .aboutSec {
    padding: 0px 0px;
  }

  .aboutImgToga {
    height: 200px;
  }

  .stylish-table thead th,
  .stylish-table td {
    font-size: 13px;
    padding: 10px;
  }

  .stylish-table thead th {
    white-space: nowrap;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 480px) {
  .stylish-table thead th,
  .stylish-table td {
    font-size: 12px;
    padding: 8px;
    white-space: nowrap;
  }
}

/* Zoom modal background */
#imgModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

/* Modal image */
#imgModal img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  object-fit: contain;
}

/* Close button */
#imgModal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* Navigation buttons */
#imgModal .prev,
#imgModal .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

#imgModal .prev {
  left: 20px;
}

#imgModal .next {
  right: 20px;
}

/* Responsive tweak */
@media (max-width: 768px) {
  #imgModal img {
    max-width: 95%;
    max-height: 70vh;
  }
}

footer .social-icons {
  margin-bottom: 1.5em;
}

.social-icons span.fab {
  border-radius: 50%;
  margin-right: 0.5em;
  padding: 0.5em 0.7em;
  color: #ffffff;
  width: 2.063em;
  height: 2.063em;
  font-size: 18px;
}

.social-icons span:not(.fab) {
  position: absolute;
  left: -999999px;
  color: #ffffff;
}

.social-icons span.fa-facebook-f {
  background: #3b5998;
}

.social-icons span.fa-instagram {
  background: #517fa4;
}

.social-icons span.fa-instagram:before {
  margin-left: -3px;
}

.social-icons span.fa-flickr {
  background: #ff0084;
}

.social-icons span.fa-flickr:before {
  margin-left: -2px;
}

.social-icons span.fa-youtube {
  background: #c4302b;
}

.social-icons span.fa-youtube:before {
  margin-left: -4px;
}

.social-icons span.fa-x-twitter {
  background-color: black;
}

.social-icons span.fa-x-twitter:before {
  margin-left: -3px;
}

.classForm a:hover {
  background: #a61010;
  color: #ffffff;
}

.fa-facebook-f {
  border-radius: 50%;
  margin-right: 0.5em;
  padding: 0.5em 0.7em;
  color: #ffffff;
  width: 2em;
  height: 2em;
  font-size: 12px;
  background: blue;
}

.fa-instagram {
  border-radius: 50%;
  margin-right: 0.5em;
  padding: 0.5em 0.5em;
  color: #ffffff;
  width: 2em;
  height: 2em;
  font-size: 12px;
  background: #ff0084;
}

.fa-youtube {
  border-radius: 50%;
  margin-right: 0.5em;
  padding: 0.5em 0.5em;
  color: #ffffff;
  width: 2em;
  height: 2em;
  font-size: 12px;
  background: #eb6471;
}

.classForm a {
  color: #ffffff;
  font-size: 25px;
  border: none;
  border-radius: 0px;
  font-weight: 600;
  border: 1px solid #1320ab;
  padding: 15px 15px;
  float: left;
  margin: 0 15px 15px 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: #1320ab;
}

.paymentWithus {
  color: red;
  margin-bottom: 20px;
  font-size: 42px;
}

.clh4 {
  font-size: 16px !important;
}

button span {
  font-size: 20px;
  font-weight: 600;
}

/* ---------- notification modal ----------  */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border-radius: 12px;
  width: 550px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.close {
  color: black;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  text-align: end;
}

.notiImg {
  width: 520px;
  height: 600px !important;
}

.text-right {
  text-align: right !important;
}

/* ---------- notification modal ----------  */
.logoText {
  /* font-family: 'Rajdhani'; */
  color: #a61010;
  font-size: 32px;
  font-weight: 700;
  /* padding: 42px 0px; */
  padding-top: 10px;
  /* max-width: 350px; */
  /* margin-left: -90px; */
  margin-left: 2px;
}

.topBarLI {
  margin-left: 75px !important;
}

.topBarLI a {
  font-size: 18px;
  text-transform: none;
}

.me-auto {
  /* display: none !important; */
  margin-right: 40px !important;
}

.topLogo {
  margin-bottom: 2px;
  display: block;
  width: 100%;
  background: linear-gradient(to right, #66023c, #cd1c18);
  margin-top: -5px;
}

/* ----------- quick link css----------- */
#quickLinkBtn {
  position: fixed;
  top: 85%;
  /* right: -40px; */
  left: -38px;
  background-color: brown;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 600;
  transform: rotate(90deg);
  z-index: 1000;
}

#quickLinkPopup {
  display: none;
  position: fixed;
  top: 75%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #e2eff6;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  width: 310px;
}

#quickLinkClose {
  position: absolute;
  top: 5px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}

#quickLinkPopup ul > li > a {
  text-decoration: none;
  font-weight: 700;
  /* color: #003263; */
  color: black;
  font-size: 15px;
}

#quickLinkPopup ul > li > i {
  color: coral;
}

.quickUL {
  list-style: none;
  padding: 0;
  line-height: 30px;
}

@media (max-width: 768px) {
  #quickLinkPopup {
    width: 230px;
  }
}

/* ----------- quick link css----------- */

.blinkingEffect {
  animation: outerGlow 1.3s infinite alternate;
}

@keyframes outerGlow {
  from {
    box-shadow:
      0 0 5px #a61010,
      0 0 10px #a61010,
      0 0 15px #a61010;
  }

  to {
    box-shadow:
      0 0 15px #007bff,
      0 0 30px #007bff,
      0 0 45px #007bff;
  }
}

.col-lg6-img {
  height: 400px;
  width: 100%;
}

.contactInfo {
  text-align: center;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 40px rgb(101 152 209 / 15%);
}

.contactInfo i {
  font-size: 45px;
  color: #021738;
}

.contactText {
  text-align: center;
  font-size: 20px;
  color: black;
  font-weight: 700;
}

.contactText span {
  color: #a61010;
}

.work-inner {
  position: relative;
  display: flex;
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
  /* background: #7fffd424; */
  background: #efecffdc;
  box-shadow:
    0px 2px 0px #ffffffd7 inset,
    0px -2px 0px #ffffff34 inset,
    rgba(213, 217, 2255, 1) 0px 2px 7px;
}

.h-100 {
  height: 100% !important;
}

.work-inner::before {
  content: "";
  position: absolute;
  background: url(../img/work2.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 50px;
  top: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* opacity: 0.25; */
}

.m-auto {
  margin: auto !important;
}

.work h4 {
  color: var(--clr-accent);
  margin-top: 10px;
  font-size: 20px;
}

.work-content i {
  padding-right: 1rem;
  color: #2064c6;
}

.work-content i::before {
  background: #ffff;
  border-radius: 50%;
  padding: 0.5rem;
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logoTextImg {
  display: flex;
}

.logoShortName {
  font-size: 28px;
  margin: 0 0px;
  color: white;
  /* display: none; */
}

.welcomeImg {
  height: 400px;
  width: 100%;
}

.logoRightText {
  /* color: #a61010; */
  font-weight: 700;
  padding: 7px 25px;
  display: ruby;
}

.logoRightText a {
  font-weight: 700;
  font-size: 15px;
  color: white !important;
}

.rightText2 {
  text-align: right;
  font-weight: 700;
  padding: 7px 25px;
  display: ruby;
}

.rightText2 a {
  font-weight: 700;
  font-size: 15px;
  color: white !important;
}

.productName {
  font-size: 22px;
  text-transform: capitalize !important;
  font-family: "Rajdhani";
  /* font-weight: 600; */
  margin-bottom: 0px;
  line-height: 35px;
  color: #132934;
}

/*  ---------------------- why choose us ----------------------   */
.why-choose-us {
  /* background: linear-gradient(135deg, #42264a, #722028); */
  background: linear-gradient(135deg, #272053, #02124a);
  padding: 20px;
  color: #fff;
}

.section-title {
  text-align: center;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 25px;
  color: white;
  font-size: 45px;
}

.stats-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stat-box {
  text-align: center;
  flex: 1;
  min-width: 200px;
  padding: 10px 20px;
}

.stat-number {
  font-size: 55px;
  font-weight: 700;
  color: #f1bd21;
}

.stat-highlight {
  font-size: 47px;
  font-weight: 700;
  color: #f1bd21;
}

.stat-box p {
  margin: 20px 0 10px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #d1dbe0;
  text-align: center;
}

.stat-box h4 {
  font-size: 30px;
  font-weight: 700;
  color: white;
}

.divider {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 991px) {
  .stat-box p {
    margin: 0px 0px;
    font-size: 14px;
  }

  .why-choose-us {
    padding: 20px 12px;
  }

  .section-title,
  .stat-highlight,
  .stat-number {
    font-size: 25px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .stat-box h4 {
    font-size: 20px;
  }

  .stats-row {
    flex-direction: column;
  }

  .divider {
    display: none;
  }

  .stat-box {
    margin-bottom: 2px;
    padding: 5px 5px;
  }
}

/*  ---------------------- why choose us ----------------------   */

.contactInfoSection {
  margin-left: auto;
}

.font-600 {
  font-weight: 600;
}

.getintouch {
  background: #f0c33b;
  padding: 6px 12px;
  position: fixed;
  right: -51px;
  top: 75%;
  transform: rotate(-90deg);
  font-size: 22px !important;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 99;
  color: white;
  font-weight: 600;
}

.year40 {
  background: linear-gradient(135deg, #004aad, #070b21);
  padding: 10px 10px;
  font-size: 30px;
  font-weight: 700;
}
.brandImg {
  height: 50px;
  width: 60px;
}
.aboutImg {
  height: 400px;
  width: 460px;
}
.col-lg4-sli-img {
  height: 250px;
  width: 100%;
  cursor: pointer;
  object-fit: inherit;
}
/* .srCls {
  justify-content: start;
  align-content: space-between;
  flex-wrap: wrap;
  flex-direction: inherit;
} */
.aboutImg {
  height: 400px;
  width: 460px;
}

@media (max-width: 768px) {
  .aboutImg {
    height: 266px;
    width: 100%;
    margin-bottom: 20px;
  }
  /* .srCls {
    flex-wrap: nowrap !important;
  } */
  .col-lg4-sli-img {
    height: 300px;
    width: 300px;
  }
  .brandImg {
    height: 40px;
    width: 50px;
  }
  .aboutImg {
    height: 266px;
    width: 100%;
    margin-bottom: 20px;
  }

  .year40 {
    font-size: 18px;
  }

  .doctors .member {
    margin-bottom: 0px;
  }

  .cta .cta-btn {
    font-size: 14px;
    padding: 5px 12px;
  }

  #header .logo {
    display: contents !important;
  }

  .col-lg6-img {
    height: 335px;
    width: 335px;
  }

  .logoText {
    color: #a61010;
    font-size: 30px;
    font-weight: 700;
    padding-top: 3px;
    margin-left: 0px;
  }

  .me-auto {
    display: block !important;
    font-size: 18px;
  }

  .logoShortName {
    display: block !important;
    font-size: 25px;
  }

  .topLogo {
    margin-bottom: 0px;
  }

  .cta h2 {
    font-size: 25px;
    margin-top: 30px;
  }

  .section-title h2 {
    font-size: 25px;
    margin-top: 20px;
  }

  .bread .banner img {
    height: 200px;
  }

  .img-fluid {
    width: 100% !important;
  }

  .hero-banner {
    height: 300px;
    margin-top: 78px;
  }

  #scroll_news {
    font-size: 20px;
    padding: 10px;
    margin: 0px 0px;
  }

  .col-lg4-img {
    height: 270px;
    width: 300px;
  }

  .welcomeImg {
    height: 280px;
    width: 100%;
  }

  .events-lg4 {
    height: 400px;
    width: 330px;
  }

  .imgClass {
    height: 335px;
    width: 335px;
  }

  .imgClass1 {
    height: 285px;
    width: 285px;
  }

  .imgClass3img {
    height: 300px;
    width: 300px;
  }

  .paymentWithus {
    margin: 20px 0px;
    font-size: 42px;
  }

  .modal-content {
    width: 350px !important;
  }

  .notiImg {
    height: 450px !important;
  }

  .contact-details {
    /* padding: 30px 30px; */
    width: 63%;
  }

  .contactMap {
    width: 100%;
    padding: 40px 0px;
  }

  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover > a {
    background: #f8f9fa;
  }

  .logoRightText {
    padding-top: 0px;
    /* margin: 7px 39% -20px; */
    margin: 7px 33% -20px;
  }

  .logoTextImg {
    display: none;
  }

  .welcomeContent {
    margin-top: 20px;
  }

  .logoRightText {
    padding-top: 0px;
    margin: 2px 1% 5px;
    display: block;
    text-align: center;
  }

  .rightText2 {
    padding-top: 0px;
    margin: 2px 1% 5px;
    text-align: center;
    /* display: contents !important; */
  }

  .rightText2 a {
    font-size: 14px;
  }

  .firstA {
    margin: 4px 20px;
  }
}

/*------------------- appointment section ----------------*/
.appointment-cta1 {
  margin-top: 70px;
}

.appointment-img1 {
  max-width: 100%;
}

.cta-title1 {
  font-size: 36px;
  font-weight: 800;
  color: #0b1f29;
  margin-bottom: 10px;
}

.cta-phone1 {
  font-size: 34px;
  font-weight: 700;
  color: #a61010;
  margin-bottom: 15px;
}

.cta-phone1 span {
  font-weight: 800;
}

.cta-desc1 {
  font-size: 20px;
  color: #555;
  margin-bottom: 25px;
}

.cta-btn1 {
  background-color: #a61010;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 4px;
}

.cta-btn1:hover {
  background-color: #a61010;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cta-title1 {
    font-size: 24px;
    text-align: center;
  }

  .cta-phone1 {
    font-size: 20px;
    text-align: center;
  }

  .cta-desc1 {
    text-align: center;
  }

  .cta-btn1 {
    display: block;
    margin: 10px auto;
  }
}

/*------------------- appointment section ----------------*/

/*------------------- video  section ----------------*/

.about-section1 {
  margin-top: 70px;
  background: #f7f7f7;
}

/* Video */
.video-wrapper1 {
  position: relative;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  min-height: 380px;
}

.video-wrapper1 iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

.video-wrapper1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 350px;
}

/* Content */
.about-content1 {
  padding: 60px 50px;
  background: #f7f7f7;
}

.about-content1 h2 {
  font-size: 35px;
  font-weight: 800;
  color: #333;
  margin-bottom: 20px;
}

.about-content1 p {
  font-size: 20px;
  line-height: 1.8;
  color: #777;
  margin-bottom: 30px;
}

.about-btn1 {
  display: inline-block;
  padding: 10px 26px;
  border: 1.5px solid #a61010;
  color: #a61010;
  font-size: 14px;
  font-weight: 700;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
}

.about-btn1:hover {
  background: #a61010;
  color: #fff;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .about-content1 {
    padding: 40px 25px;
    text-align: center;
  }

  .about-content1 h2 {
    font-size: 24px;
  }

  .video-wrapper1,
  .video-wrapper1 iframe {
    min-height: 260px;
  }
}

/*------------------- video  section ----------------*/

/*------------------- industries  section ----------------*/
.section-heading2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b1f29;
}

.section-heading2 span {
  color: #a61010;
}

.section-desc2 {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
  font-weight: 600;
}

.feature-list2 {
  list-style: none;
  padding: 0;
}

.feature-list2 li {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #222;
}

.flmargin li {
  margin-bottom: 22px !important;
}

.marginCL {
  padding: 0px 25px;
}

.feature-list2 i {
  color: #a61010;
  margin-right: 8px;
  font-size: 16px;
}

.vehicle-images2 {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.vehicle-images2 img {
  height: 200px;
  width: 200px;
}

/* Responsive */
@media (max-width: 768px) {
  .section-heading2 {
    font-size: 24px;
  }

  .vehicle-images2 {
    justify-content: center;
  }

  .vehicle-images2 img {
    height: 100px;
    width: 100px;
  }
}

/*------------------- industries  section ----------------*/

/*------------------- customer-support css ----------------*/
.support-strip {
  background: linear-gradient(169deg, #0369f2, #af0a04);
  padding: 40px 0;
}

.support-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.support-border {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 25px;
}

.support-icon i {
  font-size: 35px;
  color: #fff;
}

.support-content h5 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: white;
}

.support-content p {
  font-size: 19px;
  margin: 0;
  line-height: 1.6;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
  margin-right: 12px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #e0e0e0;
}

@media (max-width: 767px) {
  .support-content h5 {
    font-size: 26px;
  }
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .support-box {
    margin-bottom: 25px;
  }

  .support-border {
    border-left: none;
    padding-left: 0;
  }
}

/*------------------- customer-support css ----------------*/

/*------------------- our-goal css ----------------*/
.goal-section {
  color: #fff;
  font-family: inherit;
}

.goal-left {
  background: #162a36;
  padding: 60px 50px;
}

.goal-right {
  background: #571010;
  padding: 60px 50px;
}

.goal-section h2 {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: white;
  font-size: 35px;
}

.goal-section p {
  font-size: 18px;
  /* line-height: 1.7; */
  max-width: 520px;
}

@media (max-width: 767px) {
  .goal-left,
  .goal-right {
    padding: 40px 25px;
    text-align: left;
  }
}

/*------------------- our-goal css ----------------*/

/*------------------- infrastructure css ----------------*/
.infrastructure-section {
  padding: 70px 0;
  background: #ffffff;
  font-family: inherit;
}

.infra-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0f2b3a;
}

.infra-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.infra-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

/* Check icon */
.infra-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #0783c3;
  font-weight: bold;
  font-size: 20px;
}

/* Image */
.infra-img {
  width: 100%;
  max-width: 520px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Mobile */
@media (max-width: 767px) {
  .infra-title {
    text-align: center;
  }

  .infra-img {
    margin-top: 30px;
  }
}

/*------------------- infrastructure css ----------------*/
