* {
  font-family: "Roboto", sans-serif;
  list-style: none;
}
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Roboto", sans-serif;
  color: #444444;
  background-color: #f6f6f6 !important;
}

a {
  color: #e03a3c;
  text-decoration: none;
}

a:hover {
  /* color: #e76668; */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

p {
  margin-bottom: 0 !important;
}

.icon-style {
  color: #ff6600;
}

.container-fluid {
  padding: 0 4rem !important;
}

/* scrollbar style */
::-webkit-scrollbar {
  width: 5px;
  background-color: #c0c0c0;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #708090;
  border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4b4b4b;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #012d6c;
  width: 40px;
  height: 40px;
  /* border-radius: 4px; */
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  background-color: #012d6c;
  line-height: 0;
}

.back-to-top:hover {
  background: #012d6c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#Header {
  position: fixed;
  width: 100%;
  transition: all 0.5s;
  z-index: 997;
}

.nav-link-style {
  cursor: pointer;
}

#Header .dropdown-menu {
  --bs-dropdown-link-active-bg: none !important;
}

#Header .header-container {
  display: flex;
  justify-content: space-between;
  background: #012d6c;
  z-index: 1000;
  padding: 1rem 5rem;
}

.solution-nav {
  margin-top: 1rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #4b4a4a4a;
}
.hypertext {
  color: #012d6c;
  margin-bottom: 0 !important;
  font-size: 15px;
}
.hypertext:hover {
  text-decoration: underline !important;
  cursor: pointer;
}

.about-us-nav {
  border-radius: 50%;
  padding: 5px 3px;
  color: #ff6000;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.sub-navigation-item {
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  background-color: none !important;
}
.sub-navigation-item:hover {
  font-weight: bold;
  color: #012d6c;
  background-color: none !important;
}
.dropdown-menu {
  border-radius: 0 !important;
}
.get-start-btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
  color: #012d6c;
  border-radius: 0% !important;
  padding: 0.5rem 1rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ff6600;
}

.get-start-btn:hover {
  cursor: pointer;
  color: #012d6c;
  background-color: #ff6600de;
}
.get-start-alignment {
  margin-top: 2rem;
}

.btn-orange {
  /* background-color: #ff6000;
  padding: 1rem !important; */
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem !important;
  border-radius: 20px;
  background-color: #ff6000;
  padding: 0.5rem 1rem !important;
}
.btn-orange:hover {
  background-color: #ff6200b2;
}

.brochure-label {
  font-weight: normal;
  color: #f6f6f6;
  font-size: 17px;
  margin-bottom: 0 !important;
}
.brochure-cta {
  margin-bottom: 0;
  font-size: 18px;
  color: #f6f6f6;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-dl {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: -8px !important;
  gap: 0.5rem;
}
.brochure-text-sm {
  color: #f6f6f6;
  font-size: 13px;
  margin-bottom: 0 !important;
}
.brochure-cta-container {
  display: flex;
  justify-content: center;
}

.dl-icon {
  color: #f6f6f6;
}

.filler {
  height: 3.1rem;
  background-color: #f6f6f6;
}

/* .get-started-btn:hover {
  background: #111111;
  color: #fff;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0rem;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  white-space: nowrap;
  transition: 0.3s;
  color: #f6f6f6;
  /* line-height: 1.25rem; */
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* .navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color:  #0059b3;
} */
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  /* color: #38b6ff; */
  color: #f6f6f6;
  font-weight: bold;
}

.footer-li:hover {
  color: #0059b3;
  cursor: pointer;
}

.navbar .dropdown ul {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 13px;
}

.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: #e03a3c;
}

.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;
}

.navbar .logo {
  min-width: 10rem;
}

.remove-radius {
  border-radius: 0px;
}

/* .mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #e03a3c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #e03a3c;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.sub-nav-title {
  color: #fff;
  text-shadow: 1px 2px #615e5e !important;
}

#smallNavModal .sm-nav-collapse {
  background-color: #012d6c;
}
#smallNavModal .sm-nav-collapse .modal-header {
  border-bottom: none !important;
}
#smallNavModal .sm-nav-collapse .btn-close-nav {
  font-size: 25px;
  color: #f6f6f6;
}

/*--------------------------------------------------------------
# Hero Section
---------------------r-----------------------------------------*/
/* #Hero {
  width: 100%;
  height: 100%;
  background: url("../img/nmi-banner6.png") top center no-repeat;
  background-size: cover;
  position: relative;
}

#Hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

.video-aspect {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.hero-label {
  font-size: 100px;
  background-color: #f6f6f6;
  background: linear-gradient(to bottom, #f6f6f6 0%, #050606 100%);
  -webkit-background-clip: text;
  background-clip: none;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  text-align: center;
}

.hero-content {
  position: absolute;
  /* top: 35%; */
  top: 30%;
  overflow: hidden;
  transform: translate(0%, -50%);
  width: 100%;
}

.hero-video {
  height: 50vh;
  position: relative;
}

.hero-title-container {
  position: relative;
}

.nmi-thugline {
  color: #f6f6f6;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
.nmi-thugline-desc {
  font-size: 13px;
  text-align: center;
  color: #f6f6f6;
}

.hero-product {
  position: absolute;
  left: 0;
  right: 0;
  top: 38rem;
  border: none !important;
  box-shadow: 0 10px 15px -3px #0456aa, 0 4px 6px -4px #0456aa;
  border-radius: 0 !important;
}

.text-white {
  color: #f6f6f6;
}

.section-test {
  /* background: #334698;
background: linear-gradient(0deg, rgba(51, 70, 152, 1) 0%, rgba(246, 246, 246, 1) 100%); */
  /* background: linear-gradient(0deg, #012d6c 0%, #fbfcf8 100%); */
  /* background: linear-gradient(0deg, #426291 0%, #f6f6f6 100%); */
  background: linear-gradient(180deg, #f6f6f6 0%, #b6c0d2 100%);
  /* background: #050606;
  background: linear-gradient(
    0deg,
    rgba(5, 6, 6, 1) 0%,
    rgba(1, 45, 108, 1) 100%
  ); */
}

.grid-cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.col-span-1 {
  grid-column: span 1;
}
.col-span-2 {
  grid-column: span 2;
}

#Hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #050606;
}

#Hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  padding: 10px;
  transition: 0.5s;
  margin: 10px 0px;
  color: #012d6c;
  background-color: #ff6600;
  text-transform: uppercase;
}

#Hero .btn-get-started:hover {
  background-color: #ff6600de;
}

.kaseya-package-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  gap: 0.5rem;
}
.kaseya-package-grid p {
  font-size: 15px;
  color: #050606;
  text-align: center;
  margin-bottom: 0 !important;
}

.grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.hero-solution {
  font-weight: bold;
  color: #f6f6f6;
  font-size: 24px;
}
.hero-product-nmi {
  background: #012d6c;
  background: linear-gradient(
    0deg,
    rgba(1, 45, 108, 1) 0%,
    rgba(5, 6, 6, 1) 100%
  );
  margin-top: 34rem;
  padding: 1rem;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
} */

.section-label {
  margin-top: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.section-description {
  text-align: justify;
}
.section-title img {
  width: 6rem;
  rotate: 180deg;
}

.section-title .gradient-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  color: var(color-mix(in srgb, oklab(0.47 -0 -0.3), #000 15%));
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(10deg, rgb(4, 5, 5), rgb(3, 87, 171));
  margin-bottom: 0 !important;
}

.section-title h6 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: -1rem !important;
  padding-bottom: -14px;
  position: relative;
  text-align: left;
}

.section-title p {
  margin-bottom: 0;
}

.solution-container {
  opacity: 0.9;
  background: linear-gradient(0deg, #012d6c 0%, #050606 100%);
}

.new-solution-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.new-solution-grid > :last-child:nth-child(3n + 1) {
  grid-column: 2; /* centers it in the 2nd column */
}
.new-solution-grid .card {
  box-shadow: 0 10px 15px -3px #0456aa, 0 4px 6px -4px #0456aa;
}
/* .new-solution-grid .card {
  background-color: #012d6c;
  box-shadow: 0 10px 15px -3px #636363, 0 4px 6px -4px #e5d7d7;
} */
.solution-logo {
  width: 3rem;
}
.solution-btn {
  color: #f6f6f6;
  background-color: #ff6600;
  border-radius: 0 !important;
}
.solution-btn:hover {
  background-color: #ff6600de;
  color: #f6f6f6;
}

.solution-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  gap: 1rem;
}
.solution-sm-icon {
  background-color: #012d6c;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
  color: #f6f6f6;
}
.solution-sm-icon:hover {
  background-color: #042553;
  color: #f6f6f6;
}
.solution-label {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.solution-description {
  text-align: center;
  font-size: 14px;
}

.solution-head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.solution-content-modal {
  order: 1;
}
.solution-img-modal {
  order: 2;
}

.nmi-solution-icon-div {
  display: flex;
  justify-content: center;
}
/* .section-bg {
  padding-top: 40px;
  padding: 120px 0;
  color: #fff;
} */

/* .section-bg:before {
  content: "";
  background: #f6f6f6;
  border-top: 2px solid #e9f3ff;
  position: absolute;
  bottom: 1px;
  top: 5px;
  left: 0;
  right: 0;
  transform: skewY(-2deg);
} */
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2b2b;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #aaaaaa;
}

.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #e03a3c;
  content: "/";
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}

.about-grid {
  display: grid;
}
.about-grid .img-align-start {
  order: 1;
}
.about-grid .description {
  order: 2;
}
.about-grid .col-span-1 .card {
  margin-top: 2rem;
}
.about-grid .col-span-1 .content p {
  text-align: justify;
  font-size: 16px;
}
.about-grid .col-span-1 .about-btn {
  color: #fff !important;
  border-radius: 0% !important;
  margin-top: 1rem !important;
  background-color: #012d6c;
}
.about-grid .col-span-2 .sub-content i {
  font-size: 40px;
}
.about-grid .col-span-2 .sub-content .content h4 {
  font-size: 25px;
  font-weight: bold;
}
.about-grid .col-span-2 .sub-content .content p {
  font-size: 16px;
  text-align: center;
}

.text-blue-1 {
  color: #012d6c;
}
.text-blue-2 {
  color: #0456aa;
}
.text-dark-1 {
  color: #050606;
}
.text-dark-2 {
  color: #4b4a4a;
}
.text-orange {
  color: #ff6000;
}

.about-first-letter::first-letter {
  font-size: 22px;
  color: #ff6600;
}
/* .about .news-content-alignment .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #38B6FF;
  margin-top: 3rem;
} */
.about-btn {
  display: flex;
  justify-content: center;
  color: #fff !important;
  background-color: #012d6c;
  margin-top: 1rem;
  border-radius: 0 !important;
}

.bg-banner {
  padding: 2rem 0rem !important;
  margin-top: 3rem;
}

.about .card .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.about .card {
  border: none !important;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  color: #fff;
  overflow: hidden;
  border-radius: 0 !important;
  backdrop-filter: blur(20px);
  background: linear-gradient(0deg, #f1f1f1 0%, #f6f6f6 100%);
}

.about-btn:hover {
  background: #0456aa;
  /* background: #e03a3c; */
}

/* .about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #38B6FF;
  margin-bottom: 10px;
} */

/* .about .icon-boxes .content p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 30px;
} */

.about .icon-boxes .content h4 {
  font-size: 20px;
  font-weight: 700;
  /* margin: 0 0 10px 0; */
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  /* color: #848484; */
}

.about .icon-box-d {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  background: #0c2a41;
  transition: 0.3s;
  position: relative;
}

.about .icon-box-d .img-fluid {
  height: 15.5rem !important;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 80px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #e03a3c;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: #111111;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}

/* .tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
} */

/* .tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.tabs .nav-link:hover {
  color: #e03a3c;
}

.tabs .nav-link.active {
  background: #e03a3c;
  color: #fff;
  border-color: #e03a3c;
} */

.tabs .tab-content {
  margin-top: 30px;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e03a3c;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.about-us-relative {
  position: relative;
}

.about-us-absolute {
  position: absolute !important;
  bottom: 87px;
}

.img-about-us {
  filter: blur(2px);
  opacity: 0.5;
}
.services .services-grid {
  position: relative;
  padding: 0 1rem;
}
.services .section-title {
  padding: 0 1rem;
}
.services .section-title p {
  margin-top: 3rem;
  text-align: left;
}
.services .services-grid {
  margin-top: 3rem;
  display: grid;
  gap: 2rem;
}
.services .services-grid .icon-box {
  display: grid;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 1rem;
  height: 15rem;
  padding: 1rem;
  overflow-y: auto;
}
.services .services-grid .card {
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  backdrop-filter: blur(15px) !important;
}
.services .services-grid .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-bottom: 0 !important;
  background: transparent;
}

.card-core-values {
  background: transparent;
  border-radius: 0 !important;
  color: #050606;
  backdrop-filter: blur(20px) !important;
  border: none !important;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
}
.card-core-values .card-body {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  backdrop-filter: blur(20px) !important;
  background-color: transparent !important;
}
.services .services-grid .card-footer {
  border-top: 0 !important;
  background-color: transparent;
}
.services .services-grid p {
  /* text-align: center; */
  font-size: 15px;
}
.services .services-grid i {
  font-size: 30px;
}
.services .services-grid h4 {
  font-size: 22px;
}
.services .services-grid ul li {
  list-style: square;
}

.about-us-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 5rem;
}

.icon-size {
  font-size: 50px;
  color: #012d6c;
  margin: 1rem 0;
}

.core-value-p {
  font-size: 14px;
  text-align: justify;
}

/* .border-end {
  border-right: 2px solid #050606;
  margin-right: 2rem;
} */
/* .services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  background: #0C2A41;
  transition: 0.3s;
  position: relative;
} */

/* .services .icon-box:hover {
  background: #2b2b2b;
} */

/* .services .icon-box i {
  float: left;
  color: #e03a3c;
  color: #38B6FF;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #fff;
  transition: 0.3s;
} */

/* .services .icon-box h4 a:hover {
  text-decoration: underline;
} */

/* .services .icon-box .icon-box:hover h4 a {
  color: #e03a3c;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box ul {
  padding-left: 5.5rem;
  font-size: 14px;
}

.services-comp{
  height: 13rem;
} */
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e03a3c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonial-img {
  display: none;
}
.testimonial-containers {
  margin-top: 1rem;
  display: grid;
  align-items: center;
  gap: 1rem;
}
.testimonial-containers .card-header {
  border-bottom: none !important;
  background: transparent !important;
}
.testimonial-containers .card-footer {
  border-top: none !important;
  background: transparent !important;
}
.testimonial-containers .card-body {
  height: 7rem !important;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-icon {
  font-size: 30px;
  color: #012d6c;
}
.testimonial-description {
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  margin: 1rem 0;
}
.testimonial-containers .card {
  background-color: rgba(246, 246, 246, 0.3) !important;
  box-shadow: 0 8px 7px -5px #ff620077, 0 3px 6px -4px #ff620088;
  border: none;
  border-radius: 0 !important;
  backdrop-filter: blur(12px);
  margin-bottom: 1rem;
}
.testimonial-author {
  text-align: end;
  font-size: 13px;
  margin-bottom: 0 !important;
}
.testimonial-title {
  text-align: end;
  font-size: 13px;
  margin-bottom: 0 !important;
}
.testimonial-designation {
  display: flex;
  justify-content: end;
}
.w-65 {
  width: 65%;
}
.testimonial-company {
  font-size: 13px;
  margin-bottom: 0 !important;
  text-align: end;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #2b2b2b;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.pricing .box h4 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #e03a3c;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.pricing .box .btn-buy:hover {
  border-color: #fff;
}

.pricing .featured {
  background: #e03a3c;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #e03a3c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #e03a3c;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #111111;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #e03a3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #111111;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111111;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-form-container {
  display: grid;
  gap: 3rem;
}
.contact-label {
  color: #f6f6f6;
  font-weight: bold;
}
.contact-grid {
  position: relative;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}

.contact .info-box i {
  font-size: 32px;
  /* color: #e03a3c; */
  color: #38b6ff;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}

.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;
}

/* .php-email-form {
  padding: 0px 1rem;
  border-radius: 4px;#} */

.-form .php-email-form {
  margin-top: 2rem;
}

.-form .php-email-form .input-grid {
  display: grid;
  grid-template-columns: 1;
  gap: 0.5rem;
}
.contact .php-email-form h6 {
  /* box-shadow: 0 0 30px rgba(58, 65, 71, 0.6); */
  margin-bottom: 2rem;
  font-size: 20px;
  text-transform: uppercase;
}

.-form .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form i {
  font-size: 1.3rem;
  color: #f6f6f6;
  background-color: #012d6c;
  border-radius: 50%;
  padding: 0.5rem;
}

.contact .php-email-form .section-title h6 {
  margin-bottom: 0rem !important;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 13px;
}

.contact .php-email-form label {
  font-size: 14px;
  font-weight: bold;
}

.contact .php-email-form span {
  color: #ff0000;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
}

.contact-inputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #111111;
}

.contact .php-email-form input {
  padding: 4px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .send-contact {
  /* background: #e03a3c; */
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 0px !important;
  background-color: #ff6600;
  float: right;
}

.contact .send-contact:hover {
  /* background: #e35052; */
  background: #ff6600de;
  cursor: pointer;
}

.contact-icon-aligment p {
  margin-bottom: 0 !important;
}
.contact-icon-aligment {
  display: flex !important;
  align-items: center !important;
  gap: 1rem;
  margin-top: 0.5rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-action {
  display: flex;
  flex-direction: column;
}

#Contact .contact-formbox ul li {
  list-style-type: disc;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e03a3c;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e03a3c;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e35052;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e03a3c;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e03a3c;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #e03a3c;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e34c4d;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #e03a3c;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e03a3c;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #e03a3c;
  background: #e03a3c;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* #footer {
  color: #fff;
  font-size: 14px;
  background: #111111;
} */
.footer-top {
  padding: 60px 0 30px 0;
  position: relative;
  color: #050606;
  /* background: #1b1b1b; */
  background-color: #f6f6f6;
  z-index: 100;
}

.footer-top .footer-title {
  font-size: 50px;
  color: #012d6c;
}
/* .footer-top .footer-contact {
} */

.footer-top .footer-grid {
  display: grid;
  gap: 2rem;
  padding: 0 1rem;
  position: relative;
}

.background-footer {
  position: absolute;
  left: 2rem;
  z-index: -1;
  bottom: 2rem;
}
.background-footer img {
  width: 100%;
  opacity: 0.2;
}
.footer-top .footer-contact p {
  text-align: justify;
  font-family: "Raleway", sans-serif;
}

/* #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #e03a3c;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
} */
#Footer .footer-top .footer-end {
  padding: 0 1rem;
  display: grid;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}
#Footer .footer-top .footer-end p {
  margin-top: 0.2rem;
}

#Footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#Footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  /* background: #e03a3c; */
  bottom: 0;
  left: 0;
}

/* #Footer .footer-top .footer-links {
  margin-bottom: 30px;
} */

#Footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#Footer .footer-end .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-top: -0.4rem;
  margin-right: 4px;
  /* border-radius: 4px; */
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#Footer .social-links a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.social-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.user-consent {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.user-consent-list {
  font-size: 14px;
}

#Footer .social-links p {
  color: #012d6c;
  font-size: 14px !important;
  margin-top: 10px;
}
#Footer .footer-shortcut p:hover {
  text-decoration: underline;
  cursor: pointer;
}
#Footer .footer-shortcut p {
  margin-top: 5px;
  font-size: 13px;
}

/* ==========================
  CUSTOMIZE
 ==========================*/
.list {
  padding: 10;
}

.list-dist {
  list-style-type: none;
  margin: 0.1rem;
}

/* .solutions{
    min-width: 11rem !important;
    height: 11rem !important;
  } */
.solution-card {
  /* border-radius: .5rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .navbar-ul-dist{
    margin-left: 15rem !important;
  } */

.navbar-it-comp {
  border-bottom: 2px solid #000000;
  width: 78rem;
  height: 60px;
  margin-top: -2.2rem;
  background: linear-gradient(90deg, #0761af 0%, #4fc3f7 100%);
}

.navbar-it-comp-lbl {
  color: #ffffff;
  margin: 1.3rem 0 0 17rem;
}

.contact-panel {
  /* border: 1px solid #dee2e6;  */
  /* background-color: bisque; */
  /* backdrop-filter: blur(90px); */
  /* background-color: ; */
  /* opacity: 10%; */
  border-radius: 0 !important;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-dark {
  background-color: #1b1b1b !important;
}
.bg-orange {
  background-color: #ff6000 !important;
}
.bg-yellow {
  background-color: #e69b00 !important;
}
.p-cont {
  text-align: justify;
  color: #050606;
}

#cookies .btn {
  border-radius: 0 !important;
  color: #fff;
  float: right;
  background-color: #ff6600 !important;
  border: none !important;
}

.btn-cookies {
  text-decoration: none !important;
  margin-left: unset !important;
}

.cookie-float-right {
  float: right;
}

.cookie-overlay {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: #000000;
  z-index: 2051;
  line-height: 20px;
  color: #ffffff;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

  a {
    text-decoration: none;
    color: #38b6ff;
  }

  .close-cookies {
    cursor: pointer;
  }
}

.solutions-div-one {
  border: 1px solid #ffffff;
  width: 10rem;
  height: 9rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
}

.solutions-div-two {
  color: #f6f6f6 !important;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
}
/* ==============================
  DROP US A MESSAGE VALIDATION
 ===============================*/
.diverror {
  color: #ff0000;
  font-size: 0.9em;
}

.zoom:hover {
  -ms-transform: scale(0.5); /* IE 9 */
  -webkit-transform: scale(0.5); /* Safari 3-8 */
  transform: scale(1.1);
}
.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-8r {
  width: 12.5%;
  float: left;
}

/* small nav icon */
.sm-nav-icon {
  background-color: #f6f6f6;
  border-radius: 50%;
  padding: 5px;
  color: #012d6c;
  font-weight: 300;
  font-size: 18px;
}

.nav-sm-label {
  color: #f6f6f6;
  font-size: 15px;
  font-weight: bold;
}

.nav-dropdown-icon {
  color: #f6f6f6;
  font-size: 25px;
}

/* hover effect in sm navbar */
.hover-sm-nav {
  padding: 0.5rem;
}

.hover-sm-nav:hover {
  background-color: #d5e3ee;
  border-radius: 1rem;
}

/* mobile viewport subnav text */
.font-sub-nav {
  font-size: 12px;
  cursor: pointer;
}

/* mobile-sub-navlabel */
.sub-nav-label {
  font-size: 15px;
  font-weight: 600;
}
.mobile-sub-navlabel {
  color: #0761af;
}

.sm-navbar-card {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.md-lg-subnav-header {
  background-color: #0073e6;
}

/* solutions/service offered each modal */

/* ------ RMM & ENDPOINT MANAGEMENT ----- */

.rmm .modal-content {
  background-color: #f6f6f6;
}

.hr-title {
  width: 8rem;
  height: 2px;
  border-width: 0;
  opacity: 100%;
}

.rmm-txt-j-c {
  text-align: justify;
  margin-top: 2rem;
  font-size: 18px;
}
.rmm-txt-j-l {
  margin-top: 1.5rem;
  text-align: justify;
}

.solution-content {
  background-color: #012d6c;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  margin: 3rem 0;
}
.solution-content p {
  color: #f6f6f6e7;
  text-align: justify;
}

.solution-bg {
  position: relative;
}

.img-opacity {
  opacity: 0.5;
  height: 12rem;
}
.solution-icons-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.solution-h5 {
  color: #012d6c;
  font-weight: bold;
  font-size: 42px;
}

.product-h5 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #f6f6f6;
}

.solution-icon {
  color: #f6f6f6;
  background-color: transparent;
  border-radius: 50%;
  padding: 0.7rem;
  font-size: 85px;
  box-shadow: 0 10px 15px -3px #0456aa, 0 4px 6px -4px #0456aa;
}

.blue-modal-header {
  background-color: #012d6c !important;
}

.solution-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
}

.solution-alignment {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#solutions-card-alignment .card {
  border-radius: 0 !important;
  /* box-shadow: 0px 2px 8px 0px rgba(61, 61, 61, 0.46); */
}
#solutions-card-alignment .card-header {
  background-color: transparent !important;
  border-bottom: 0 !important;
}
#solutions-card-alignment .card-body p {
  font-size: 15px !important;
}
#solutions-card-alignment .card-footer {
  background-color: transparent !important;
  border-top: 0 !important;
}

.solution-video {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#privacy-policy-mod p {
  margin-bottom: 0 !important;
}
ol li {
  list-style: decimal;
}
#privacy-policy-mod ul li {
  list-style: disc;
}
#terms-conditions-mod ul li {
  list-style: disc;
}

#terms-conditions-mod h3,
#privacy-policy-mod h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.tabs-solution-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

#Platform,
#Solution,
#Contact,
#Testimonial,
#Careers {
  padding: 3rem 0;
}
/* #tab-selector,
section {
  padding: 10px 0 !important;
} */

.kaseya365-banners {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  margin-top: 3rem;
}
.kaseya365-banners .card {
  height: 37rem !important;
}
.kaseya365-banners .img-width {
  width: 50% !important;
}

.kaseya365-banners .card-footer {
  background-color: transparent !important;
  border-top: none !important;
  padding-bottom: 1rem;
}
.get-demo .modal-body {
  background-color: #0c2a41 !important;
  color: #fff;
  padding: 1rem 0rem 0rem;
}

.get-demo .get-demo-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 6rem;
  gap: 3rem;
}

.get-demo .get-demo-content .demo-sub-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.get-demo .get-demo-content .get-demo-icon {
  background-color: #0073e6;
  padding: 0.5rem;
}
.get-demo-content .container-fluid {
  padding: 0rem;
}

.text-primary-blue {
  color: #012d6c;
}

.get-demo-submit {
  border-radius: 0 !important;
  background-color: #ff6600 !important;
  color: #f6f6f6 !important;
}

.demo-content {
  margin: 0 1rem;
}
.demo-form-container .demo-form {
  background-color: #fff;
}
.demo-form {
  padding: 1rem 2rem;
}
.demo-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text-lg {
  font-size: 18px;
}
.text-sm {
  font-size: 15px;
}
.text-xs {
  font-size: 14px;
}
.text-xxs {
  font-size: 12px;
}
.text-xl {
  font-size: 25px;
}
.text-2xl {
  font-size: 35px;
}

.txt-justify {
  text-align: justify;
}

.txt-end {
  text-align: end;
}

.text-blue {
  color: #0073e6;
}

.font-bold {
  font-weight: bold;
}

.certificates {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.2rem;
  margin-top: 4rem;
  padding: 3rem 0rem;
  background-color: #34495e !important;
  border-top: 5px solid #0059b3;
}

.certificateImg {
  width: 8rem;
}

.certificates-label {
  width: 100%;
  padding: 0 1rem;
  text-align: center;
}
.certificates-label h2 {
  font-size: 23px;
}

.certificates-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.hr-main {
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    black 0%,
    transparent 60%
  );
  opacity: 100% !important;
  border: none;
  height: 5px;
  width: 31rem;
}

.hr-vertical {
  position: absolute;
  left: 123px;
  top: 250px;
  rotate: 90deg;
}

.hr-orange {
  background: linear-gradient(
    to right,
    #050606 0%,
    #ff6600 25%,
    #ff6600 75%,
    #050606 100%
  );
  z-index: 1;
}

.hr-blue {
  background: linear-gradient(
    to right,
    #050606 0%,
    #012d6c 25%,
    #012d6c 75%,
    #050606 70%
  );
}

.kaseya365-title {
  font-weight: bold;
  color: #012d6c;
  text-align: center;
  font-size: 20px;
}

.hero-kaseya-title {
  padding: 2rem 1.5rem 0;
}

.hero-kaseya-title-heading {
  font-size: 24px;
  color: #012d6c;
  font-weight: bold;
}

.social-icons {
  font-size: 22px;
  color: #ff6000;
}

.social-icons:hover {
  color: #012d6c;
}

.social-links {
  display: grid;
  gap: 1.5rem;
}

.hover-animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hover-animate:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

.text-justify {
  text-align: justify;
}

.py-3 {
  padding: 3rem 0;
}

.rounded-none {
  border-radius: 0 !important;
}

.platform-down-icon {
  background-color: #ff6000;
  color: #f6f6f6;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
}
.platform-down-icon:hover {
  background-color: #ff6200bb;
  cursor: pointer;
}

.btn-back {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 5px;
  border: 1px #ff6000 solid;
  color: #ff6000;
  font-weight: 500;
}
.btn-back:hover {
  border: 1px solid #c04c04;
  color: #c04c04;
}
.btn-back-white {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 5px;
  border: 1px #f6f6f6 solid;
  color: #f6f6f6;
  font-weight: 500;
}
.btn-back-white:hover {
  border: 1px solid #e7e4e4;
  color: #e7e4e4;
}
.cursor-pointer {
  cursor: pointer;
}

.bg-ads-banner {
  /* background: #012d6c;
  background: linear-gradient(
    0deg,
    rgba(1, 45, 108, 0.69) 0%,
    rgba(171, 184, 204, 1) 100%
  ); */
  background: #3c3c3c;
  background: linear-gradient(
    0deg,
    rgba(60, 60, 60, 1) 0%,
    rgba(0, 51, 122, 1) 100%
  );
}

/* ads banner */
.ads-container {
  position: relative;
}
.ads-text {
  position: absolute;
  z-index: 1;
  top: 0.8rem;
  left: 1.5rem;
  width: 50%;
}

.email-logo {
  width: 25% !important;
}

.email-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

#email .card {
  width: 30rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  padding: 1rem;
  margin-top: 2rem;
}

.email-container {
  margin-top: 3rem;
}
.email-text-body {
  margin: 3rem 0;
}

/* careers */
.careers-hero-bg {
  background: url("../img/nmi-k-365/bg.jpg") no-repeat;
  background-size: cover;
  height: 50vh;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 2rem;
}

.modal-hero-bg {
  background: url(../img/nmi-k-365/bg.jpg) no-repeat;
  background-size: cover;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  gap: 3rem;
}
.modal-title-heading {
  color: #f6f6f6;
  font-size: 50px;
  text-align: center;
}
#careers .careers-desc {
  text-align: center;
  margin-bottom: 5rem;
}

#careers .accordion-button:not(.collapsed) {
  background-color: #012d6c !important;
  color: #f6f6f6 !important;
}

#careers .badge-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 9px;
}

#careers .badge-size {
  font-size: 12px;
}
#careers .job-title-text {
  font-weight: bold;
  font-size: 14px;
}

#careers .accordion-flush ul li {
  list-style: disc !important;
  font-size: 15px;
}

#careers .perks-container {
  display: grid;
  align-items: center;
  gap: 1rem;
}
#careers .perks-container .card:nth-child(odd) .card-body {
  background-color: #012d6c !important;
  color: #f6f6f6;
}
#careers .perks-container .card:nth-child(even) .card-body {
  background-color: #f6f6f6 !important;
  color: #012d6c;
}
#careers .perks-container .card:nth-child(even) {
  border: none !important;
}
.careers-perks {
  font-size: 35px;
  color: #ff6000;
  margin-bottom: 1.5rem;
}
.perks-title {
  font-weight: bold;
  font-size: 20px;
}
.careers-contact-form {
  margin-top: 5rem;
}
.careers-contact-form .card {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  border: none !important;
}

.accordion-button:hover {
  background-color: #012d6c !important;
  color: #f6f6f6;
  cursor: pointer;
}

#careers .pagination-container {
  margin-top: 5rem;
}

.test {
  color: #f6f6f6;
}

.careers-send-cv-tag {
  display: flex;
  align-items: center;
  color: #012d6c;
}

#careers .employee-story-carousel {
  display: grid;
  align-items: center;
}

#careers .corousel-alignment-center {
  display: flex;
  justify-content: center;
}
#careers .corousel-alignment-img {
  display: flex;
  justify-content: center;
}
#careers .corousel-alignment-img img {
  width: 30%;
}
#careers .carousel-description {
  color: #f6f6f6;
}
#careers .careers-ratings {
  color: #e69b00;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
#careers .employee-name-carousel {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#careers .employee-title-carousel {
  text-align: center;
  font-size: 15px;
}
#careers .employee-desc-carousel {
  font-size: 15px;
  padding: 0 2rem;
  margin-top: 2rem;
  text-align: justify;
}

/* news and update  */
#news .modal-body {
  padding: 0 !important;
}

#news .nmi-logo {
  width: 10rem;
}
#news .nmi-news-heading {
  font-size: 40px;
  color: #012d6c;
  font-weight: bold;
}
#news .news-scroll-bar {
  overflow-x: scroll;
}
#news .news-scroll-bar::-webkit-scrollbar {
  display: none;
}

#news .news-container {
  display: flex;
  align-self: center;
  gap: 10px;
  width: 100rem;
}

#news .news-card {
  margin: 2rem 0;
  position: relative;
  width: 20rem;
  cursor: pointer;
}
#news .news-img {
  width: 100%;
}
#news .news-description-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #012d;
  padding: 1rem;
}
#news .news-card:hover .news-description-container {
  height: 100%;
}
#news .news-card:hover .news-hoverable {
  position: absolute;
  bottom: 25px;
  padding: 1rem;
}
#news .news-label {
  color: #f6f6f6;
  font-weight: bold;
}
#news .news-description {
  font-size: 13px;
  color: #f6f6f6;
}
#news .news-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
#news .news-btn {
  color: #ff6000 !important;
  border: 1px solid #ff6000 !important;
}
#news .news-btn.active {
  background-color: #ff6000 !important;
  color: #f6f6f6 !important;
  border: none;
}
#news .news-btn:hover {
  background-color: #c54e04 !important;
}
#news .page-item a {
  color: #012d6c !important;
}
#news .events-container {
  margin-top: 4rem;
}
#news .carousel-news {
  position: relative;
  background-color: #12112121;
  margin: 2rem 0;
}
#news .carousel-left-btn {
  position: absolute;
  left: 0px;
  transform: translate(0rem, 8rem);
  top: 0px;
}
#news .carousel-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #012d6c;
  padding: 10px 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#news .carousel-right-btn {
  position: absolute;
  right: 0px;
  transform: translate(0rem, 8rem);
  top: 0px;
}

#news .carousel-left-btn:hover .carousel-btn-container,
.carousel-right-btn:hover .carousel-btn-container {
  opacity: 1 !important;
}
#news .carousel-btn-icon {
  color: #f6f6f6;
  font-size: 1rem;
}
#news .news-heading {
  font-size: 35px;
  text-align: center;
  color: #012d6c;
  padding: 1rem;
}

#news .news-content-container {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
#news .news-sm-img {
  width: 100%;
}
#news .order-desc {
  order: 2;
  text-align: justify;
}
#news .order-img {
  order: 1;
}
#news .news-multiple-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#news .news-text-align {
  text-align: justify;
}

#news .tab-news-content {
  background-color: #12121212;
  padding: 1rem;
  margin: 2rem 0;
}
/* about us */
#about-us .modal-body {
  padding: 0 !important;
}

#about-us .nmi-logo {
  width: 10rem;
}
#about-us .about-us-top-container {
  padding: 1rem;
}
#about-us .about-us-top-text {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
}

#about-us .about-us-bottom-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
#about-us .text-emphasis {
  color: #012d6c;
  font-size: 20px;
}
#about-us .company-mv-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
#about-us .mv-card {
  position: relative;
  height: 100%;
}
#about-us .mv-img {
  width: 100%;
  height: 99%;
}

#about-us .mv-text-container {
  position: absolute;
  bottom: 0;
  background-color: #012d;
  padding: 1.5rem;
  height: 11rem;
  color: #f6f6f6;
}

#about-us .mv-text-p {
  font-size: 13px;
}
#about-us .cv-scroll {
  overflow-y: scroll;
}
#about-us .cv-scroll::-webkit-scrollbar {
  display: none;
}

#about-us .cv-container {
  display: flex;
  margin: 6rem 0;
  gap: 1rem;
  width: 70rem;
}

#about-us .cv-card {
  position: relative;
  background-color: #012d6c;
  color: #f6f6f6;
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

#about-us .cv-img {
  position: absolute;
  bottom: 5.5rem;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, 45%);
}

#about-us .img-size {
  width: 4rem;
  border: 4px solid #f6f6f6;
  border-radius: 50%;
}
#about-us .cv-card:hover .img-size {
  width: 6rem;
}
#about-us .cv-text {
  text-align: center;
  font-size: 13px;
}
#about-us .cv-card .active .img-size {
  border: 4px solid #ff6000 !important;
  cursor: pointer !important;
}
#about-us .cv-card:hover {
  cursor: pointer;
}
#about-us .cv-content {
  background-color: #012d6c;
  color: #f6f6f6;
  padding: 1rem;
}
#about-us .cv-content strong {
  color: #ff6000;
}
#about-us .bg-certificate {
  background-color: #012d6c;
  margin: 1.5rem 0 0 0;
  padding-bottom: 2rem;
}
#about-us .certificate-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

#about-us .certificate-img {
  width: 4rem;
}

#about-us .certificate-img-isc2 {
  width: 10rem;
}

#about-us .certificate-title {
  color: #f6f6f6;
  padding: 2rem 0;
}
#about-us .recognized-container {
  display: grid;
  align-items: center;
  margin-top: 6rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
}

#about-us .dict-img {
  width: 15rem;
}

#about-us .reconition-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#about-us .recognition-txt {
  color: #f6f6f6;
  text-align: center;
}
#about-us .blue-diamond {
  width: 8rem;
}

.padding-none {
  padding: 0 !important;
}
