@media (min-width: 1600px) {
  .col-3xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-3xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-3xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-3xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-3xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-3xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-3xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-3xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-3xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-3xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-3xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-3xl-first {
    order: -1;
  }
  .order-3xl-last {
    order: 13;
  }
  .order-3xl-0 {
    order: 0;
  }
  .order-3xl-1 {
    order: 1;
  }
  .order-3xl-2 {
    order: 2;
  }
  .order-3xl-3 {
    order: 3;
  }
  .order-3xl-4 {
    order: 4;
  }
  .order-3xl-5 {
    order: 5;
  }
  .order-3xl-6 {
    order: 6;
  }
  .order-3xl-7 {
    order: 7;
  }
  .order-3xl-8 {
    order: 8;
  }
  .order-3xl-9 {
    order: 9;
  }
  .order-3xl-10 {
    order: 10;
  }
  .order-3xl-11 {
    order: 11;
  }
  .order-3xl-12 {
    order: 12;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .modal-3xl {
    max-width: 1520px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .container-3xl {
    max-width: 1520px;
  }
} 
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center, footer .footer-section .fsocial a, .flex-center-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-between, .flex-between-center {
  display: flex;
  justify-content: space-between;
}

.flex-between-center {
  align-items: center;
}

.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-end, .flex-end-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.flex-center-column {
  flex-direction: column;
}

.flex-end-column {
  flex-direction: column;
}

.flex-center-vert {
  display: flex;
  align-items: center;
}

.flex-center-horiz {
  display: flex;
  justify-content: center;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

/* ===== pseudo ===== */
/* ===== Usage ===== */
/* ===== vertically-center ===== */
* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #252527;
}
@media only screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  html, body {
    font-size: 18px;
  }
}

.h1, h1, .h2, h2, .h3, h3,
.h4, h4, .h5, h5, .h6, h6 {
  color: #000080;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.25;
}

.h1, h1 {
  font-size: 52px;
}
@media only screen and (max-width: 1599px) {
  .h1, h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .h1, h1 {
    font-size: 30px;
  }
}

.h2, h2 {
  font-size: 38px;
  font-weight: 700;
}
@media only screen and (max-width: 1599px) {
  .h2, h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .h2, h2 {
    font-size: 30px;
  }
}

.h3, h3 {
  font-size: 34px;
}
@media only screen and (max-width: 1599px) {
  .h3, h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .h3, h3 {
    font-size: 27px;
  }
}

.h4, h4 {
  font-size: 28px;
}
@media only screen and (max-width: 1599px) {
  .h4, h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .h4, h4 {
    font-size: 22px;
  }
}

.h5, h5 {
  font-size: 24px;
}
@media only screen and (max-width: 1599px) {
  .h5, h5 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .h5, h5 {
    font-size: 18px;
  }
}

.h6, h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 1599px) {
  .h6, h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .h6, h6 {
    font-size: 14px;
  }
}

a {
  cursor: pointer;
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}

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

.fw-medium {
  font-weight: 500;
}

.text-justify {
  text-align: justify;
}

.py-80 {
  padding: 40px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-80 {
    padding: 80px 0px;
  }
}

.py-100 {
  padding: 50px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-100 {
    padding: 100px 0px;
  }
}

.py-50 {
  padding: 30px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-50 {
    padding: 50px 0px;
  }
}

.py-40 {
  padding: 20px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-40 {
    padding: 40px 0px;
  }
}

.row-gap1 {
  row-gap: 4px;
}
.row-gap2 {
  row-gap: 8px;
}
.row-gap3 {
  row-gap: 12px;
}
.row-gap4 {
  row-gap: 16px;
}
.row-gap5 {
  row-gap: 25px;
}

.text-base {
  color: #000;
}
.text-blue {
  color: #000080;
}
.text-red {
  color: #D90000;
}
.text-gray {
  color: #F2F2F2;
}

.bg-blue-gradient {
  background: radial-gradient(102.18% 102.18% at 54.1% 34.34%, #000080 0%, #00001A 100%);
}
.bg-gray {
  background: #F2F2F2;
}
.bg-gray2 {
  background: #686767;
}

.small, small {
  font-size: 0.865em;
}

.form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1rem;
  border: 1px solid #686767;
  padding: 0.7rem 1rem;
  outline: 0 !important;
  box-shadow: none !important;
}
.form-control::-moz-placeholder {
  color: #686767;
}
.form-control::placeholder {
  color: #686767;
}

.header-top {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.header-top a {
  text-decoration: none;
  color: #000080;
}

.header {
  width: 100%;
  background: url("../img/header-bg.png") no-repeat center;
  background-size: cover;
  padding: 10px 0;
}
.header .hmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 1599px) {
  .header .hmenu ul {
    gap: 5px;
  }
}
.header .hmenu ul a {
  text-decoration: none;
  position: relative;
  display: block;
  font-weight: 600;
  padding: 6px 35px;
  color: #fff;
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 1599px) {
  .header .hmenu ul a {
    padding: 6px 25px;
  }
}
@media only screen and (max-width: 1599px) {
  .header .hmenu ul a {
    padding: 6px 25px;
  }
}
.header .hmenu ul a:hover, .header .hmenu ul a.active {
  color: #D90000;
  border-color: #fff;
}
@media only screen and (max-width: 991px) {
  .header {
    position: relative;
  }
  .header .container > .row {
    align-items: center;
  }
  .header .hlogo img {
    width: 190px;
  }
  .header .navbar-toggle {
    margin: 0 0 0 auto;
    color: #fff;
    display: inline-block;
    float: right;
    cursor: pointer;
  }
  .header .hmenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
    display: none;
    flex-direction: column;
  }
  .header .hmenu.show {
    display: flex;
  }
  .header .hmenu ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .header .hmenu ul a {
    color: #252527;
  }
  .header .hmenu .btn {
    margin: 30px auto 0;
  }
}

footer {
  font-weight: 400;
}
footer .footer-section {
  overflow: hidden;
  color: #fff;
  background: radial-gradient(71.47% 71.47% at 50% 50%, #000080 0%, #00003B 100%);
  position: relative;
  padding-bottom: 0;
  margin: 0 40px;
  border-radius: 49px;
}
footer .footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/footer-bg.png) no-repeat;
  background-size: auto;
  background-position: calc(100% + 500px) calc(100% + 200px);
}
footer .footer-section .container {
  position: relative;
}
footer .footer-section h5, footer .footer-section h6, footer .footer-section p, footer .footer-section ul, footer .footer-section a {
  color: inherit;
  text-decoration: none;
}
footer .footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-section ul li {
  margin-bottom: 10px;
}
footer .footer-section ul a {
  display: block;
}
footer .footer-section .fsocial {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
footer .footer-section .fsocial a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  color: #000080;
}
footer .footer-section .fsocial a:hover {
  color: #D90000;
}
footer .footer-section .regis {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 15px 25px;
  margin-top: 35px;
  color: #fff;
}
footer .footer-section .regis p b {
  font-weight: 500;
}
footer .footer-section .regis p:last-child {
  margin-bottom: 0;
}
footer .footer-section .regis a {
  color: inherit;
  text-decoration: underline;
  font-style: italic;
  font-weight: 300;
}
footer .footer-section .line {
  display: inline-block;
  max-width: 157px;
  width: 100%;
  height: 4px;
  background-color: #D90000;
  margin: 12px 0;
}
footer .footer-section .address {
  overflow: hidden;
  position: relative;
  padding: 20px 90px 40px;
  border-radius: 28px 28px 0 0;
  margin: 50px auto 0;
  max-width: 1400px;
}
footer .footer-section .address > .row {
  position: relative;
}
footer .footer-section .address .address-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footer-section .address h6 {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  footer .footer-section .address {
    margin-top: 50px;
    border-radius: 25px 25px 0 0;
    padding: 20px 50px 40px;
    background-color: #D90000;
  }
  footer .footer-section .address .address-bg {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  footer .footer-section .address .row > *:not(:first-child) {
    position: relative;
  }
  footer .footer-section .address .row > *:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 1px;
    background-color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-section {
    margin: 0;
    border-radius: 0;
  }
}
footer .footer-copy {
  color: #000080;
  padding: 8px 0;
}

.btn {
  box-shadow: none !important;
  outline: none !important;
  text-align: center;
  background-color: #fff;
  color: #01016F;
  border-radius: 8px 0 8px 0;
  padding: 12px 35px;
  line-height: 1;
  font-weight: 600;
  font-size: 1rem;
  border: 1px solid #fff;
}
.btn:hover, .btn:active, .btn:first-child:active, .btn:disabled {
  background-color: red;
  border-color: #D90000;
  color: #fff;
}
.btn-primary {
  background-color: #D90000;
  border-color: #D90000;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:first-child:active, .btn-primary:disabled {
  background-color: #fff;
  border-color: #fff;
  color: #000080;
}
.btn-primary.blue:hover, .btn-primary.blue:active, .btn-primary.blue:first-child:active, .btn-primary.blue:disabled {
  background-color: #000080;
  border-color: #000080;
  color: #fff;
}

.testimonial-slider .card {
  border: none;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
}
.testimonial-slider .card img {
  width: unset;
}
.testimonial-slider .card img.quotes {
  width: 62px;
}
.testimonial-slider .card img.author {
  width: 42px;
  height: 42px;
  clip-path: circle(50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
}

/* The Modal (background) */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 50px 15px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Modal Content */
  /* The Close Button */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
}
.gallery-modal .gallery-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  height: 100%;
  max-width: 1200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal .mySlides {
  max-width: 100%;
  max-height: 100%;
}
.gallery-modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.gallery-modal .close:hover,
.gallery-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.gallery-modal .cursor {
  cursor: pointer;
}
.gallery-modal img {
  max-height: 100%;
}
.gallery-modal .prev,
.gallery-modal .next {
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.gallery-modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.gallery-modal .prev:hover,
.gallery-modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery-modal .demo {
  opacity: 0.6;
}
.gallery-modal .active,
.gallery-modal .demo:hover {
  opacity: 1;
}
.gallery-modal img.hover-shadow {
  transition: 0.3s;
}
.gallery-modal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card {
  padding: 24px;
  border: 1px solid #C8C8D2;
  border-radius: 20px;
}

.service-section {
  position: relative;
}
.service-section .container {
  position: relative;
}
.service-section .row {
  row-gap: 1.5rem;
}
.service-section .card {
  min-height: 100%;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #252527;
}
.service-section .card img {
  margin-bottom: 20px;
}
.service-section .card img.hov {
  display: none;
}
.service-section .card h5, .service-section .card p {
  color: inherit;
}
.service-section .card h5 {
  margin-bottom: 0.8rem;
}
.service-section .card:hover {
  background-color: #D90000;
  color: #fff;
}
.service-section .card:hover img {
  display: none;
}
.service-section .card:hover img.hov {
  display: block;
}

@media only screen and (min-width: 992px) {
  .home-page .header {
    position: absolute;
    left: 0;
    z-index: 9;
    background: url("../img/header2.png") no-repeat center -9px;
    background-size: 550px 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .header {
    background-size: auto 100%;
  }
}
.home-page .header .hmenu ul a {
  color: #000080;
}
.home-page .header .hmenu ul a:hover, .home-page .header .hmenu ul a.active {
  color: #D90000;
  border-color: #000080;
}
@media only screen and (min-width: 1600px) {
  .home-page section {
    margin: 0 40px;
    border-radius: 48px;
  }
}

.login {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  background-image: url("../img/login-bg.png");
  background-position: center;
  background-size: 100%;
}

.home-banner {
  position: relative;
  background: url("../img/home-banner-bg.png") no-repeat center top;
  background-size: cover;
  min-height: calc(100dvh - 50px);
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.home-banner .container {
  position: relative;
}
.home-banner .badge {
  display: inline-block;
  font-weight: 600;
  font-size: 1.45rem;
  padding: 8px 15px;
  margin-bottom: 8px;
  background-color: #D90000;
  color: #fff;
}
.home-banner h1 {
  color: inherit;
  margin-bottom: 1rem;
}

.feature-section .row {
  row-gap: 24px;
  justify-content: center;
}
.feature-section .card {
  min-height: 100%;
  background-position: 95% 90%;
  padding: 35px;
  background-size: auto;
  background-repeat: no-repeat;
}
.feature-section .card hr {
  margin-top: 0;
}
.feature-section .card-mission {
  background-image: url("../img/svg/mission.svg");
}
.feature-section .card-vision {
  background-image: url("../img/svg/vision.svg");
}
.feature-section .card-value {
  background-image: url("../img/svg/value.svg");
}
.feature-section .card h5 img {
  margin-right: 6px;
  margin-bottom: 5px;
}

.home-section3 {
  background-color: #F2F2F2;
  position: relative;
}
.home-section3 .style1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1600px) {
  .home-section3 .style1 {
    top: 25px;
    left: 25px;
  }
}
.home-section3 .container {
  position: relative;
}
.home-section3 .card {
  border: none;
  background-color: #fff;
  padding: 50px 30px 40px;
}

.home-section4 {
  background: radial-gradient(71.47% 71.47% at 50% 50%, #000080 0%, #00003B 100%);
  position: relative;
}
.home-section4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-pattern1.png") no-repeat center bottom;
  background-size: cover;
}

.home-section5 {
  position: relative;
  background: radial-gradient(102.18% 102.18% at 54.1% 34.34%, #000080 0%, #00001A 100%);
  padding: 150px 0 50px;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .home-section5 {
    padding-bottom: 250px;
  }
  .home-section5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/header.png") no-repeat center -20px;
    background-size: auto;
  }
  .home-section5::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -408px;
    width: 608px;
    height: 608px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: url("../img/manavsetu_logo2.svg") no-repeat center 70px;
    background-size: auto;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1400px) {
  .home-section5 {
    padding-bottom: 50px;
  }
}
.home-section5 .conatiner {
  position: relative;
}
.home-section5 h2, .home-section5 h5 {
  color: inherit;
}
.home-section5 h2 {
  line-height: 1.5;
}
.home-section5 .gap-row {
  row-gap: 2rem;
}
.home-section5 .dbl-line {
  position: relative;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background-color: #fff;
}
.home-section5 .dbl-line::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 4px;
  background-color: #D90000;
}

.home-section6 {
  background-color: #F2F2F2;
}

.home-section7 .choose-card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  counter-reset: count;
}
.home-section7 .choose-card-wrap .card {
  position: relative;
  width: calc(50% - 7.5px);
  min-height: 300px;
  counter-increment: count;
  color: #686767;
}
@media only screen and (max-width: 991px) {
  .home-section7 .choose-card-wrap .card {
    width: 100%;
  }
}
.home-section7 .choose-card-wrap .card::before {
  position: absolute;
  top: 0px;
  right: 10%;
  content: counter(count, decimal-leading-zero);
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 2px red;
  font-size: 125px;
  font-weight: 800;
  opacity: 0.3;
}
.home-section7 .choose-card-wrap .card > * {
  position: relative;
}
.home-section7 .choose-card-wrap .card h5 {
  color: #252527;
  margin-bottom: 1rem;
}

.get-touch {
  background: url("../img/get-touch-bg.png") no-repeat left top;
  background-size: cover;
}
.get-touch .card-red {
  background-color: rgba(217, 0, 0, 0.85);
  border: none;
  border-radius: 12px 0 0 12px;
  padding: 50px;
}
.get-touch .card-red h5 {
  line-height: 1.5;
}
.get-touch .card-contact {
  border-radius: 12px;
  padding: 50px;
}
.get-touch .card-contact h3 {
  margin-bottom: 1rem;
}

.banner {
  position: relative;
  overflow: hidden;
  margin: 18px 0;
  color: #fff;
  background: url("../img/about-banner-bg.png") no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .banner {
    margin: 25px 40px;
    border-radius: 32px;
  }
}
.banner h1 {
  position: relative;
  z-index: 1;
  color: inherit;
}

.service-banner {
  background-image: url("../img/service-banner.png");
}

.service-section2 {
  border-radius: 32px;
}

.service-section3 .card {
  border-color: #ECEEEE;
}

.service-section4 ul {
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  position: relative;
}
.service-section4 ul li {
  position: relative;
  margin-bottom: 12px;
}
.service-section4 ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -30px;
  width: 12px;
  height: 12px;
  border: 1px dotted #D90000;
  background-color: #fff;
  transform: rotate(45deg);
}
.service-section4 ul li small {
  display: block;
  margin-top: 8px;
}

.service-section5 {
  background: url("../img/service-section5.png") no-repeat right bottom;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .service-section5 {
    background-position: left bottom;
  }
}
.service-section5 .gallery {
  display: grid;
  justify-content: center;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .service-section5 .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .service-section5 .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-section5 .gallery .img {
  border-radius: 9px;
  overflow: hidden;
  max-height: 300px;
  cursor: zoom-in;
}
.service-section5 .gallery .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-listing {
  position: relative;
}
.blog-listing .border-right {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .blog-listing .border-right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;
  }
}
.blog-listing .pagination {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.blog-listing .pagination li a {
  text-decoration: none;
  display: block;
  padding: 12px;
  line-height: 1;
  color: #252527;
}
.blog-listing .pagination li a.prev-nex {
  color: #0064ED;
}
.blog-listing .pagination li a.prev-nex.disabled {
  color: #7A7A7A;
}
.blog-listing .pagination li a.active {
  border: 1px solid #ECEEEE;
}

.blog-slide {
  color: #fff;
}
.blog-slide .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.blog-slide .carousel-indicators [data-bs-target].active {
  background-color: #000080;
}
.blog-slide .carousel-caption {
  text-align: start;
  left: 5%;
  right: 24%;
}
.blog-slide .carousel-caption h4, .blog-slide .carousel-caption p {
  color: inherit;
}

.blog-item-wrap {
  margin: 0 -7.5px;
  row-gap: 15px;
}
.blog-item-wrap > * {
  padding: 0 7.5px;
}

.blog-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 22px 15px;
  border-radius: 8px;
  background-color: #F4FDFD;
}
.blog-item .img img {
  width: 100%;
}
.blog-item .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 10px 0;
}
.blog-item .tag span {
  padding: 2px 8px;
  border-radius: 5px;
  background-color: rgba(128, 145, 244, 0.1215686275);
  color: #0064ED;
  font-size: 12px;
}
.blog-item h6 {
  margin-bottom: 15px;
}
.blog-item .author {
  font-size: 12px;
  color: #97989F;
  align-items: center;
}
.blog-item .author img {
  width: 30px;
  height: 30px;
}

aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-popular {
  border: 1px solid #bddbe9;
  background-color: #F6FCFF;
  border-radius: 9px;
  padding: 25px 15px 15px;
}
.card-popular .card-head {
  padding-bottom: 15px;
}
.card-popular .card-head h5 {
  font-size: 21px;
  color: #252527;
}
.card-popular .card-body {
  max-height: 420px;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}
.card-popular .card-body > .row {
  padding-bottom: 25px;
  position: relative;
}
.card-popular .card-body > .row:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 12.5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C8C8D2;
}
.card-popular .card-body img {
  width: 116px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.card-popular .card-body h6 {
  font-size: 15px;
  color: #252527;
}
.card-popular .card-body small {
  font-size: 10px;
  font-weight: 400;
  color: #686767;
}
.card-popular .card-body p {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  margin-bottom: 0;
}
.card-popular .card-foot {
  text-align: center;
  color: #000080;
  font-size: 16px;
  padding-top: 15px;
  background-color: #F6FCFF;
}

.categories {
  border-radius: 9px;
}
.categories .list a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #C8C8D2;
  margin-bottom: 10px;
  color: #686767;
  text-decoration: none;
}
.categories .btn {
  color: #000080;
  padding: 0;
}

.previous-section {
  background-color: #F3F3F3;
  padding-bottom: 50px;
}
.previous-section .prev-blog-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 50px;
}
.previous-section .prev-blog-wrap .prev-item img {
  border-radius: 9px;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0.75rem;
}
.previous-section .prev-blog-wrap .prev-item h5 {
  margin-bottom: 0.85rem;
}
.previous-section .prev-blog-wrap .prev-item p {
  margin-bottom: 1rem;
  color: #686767;
}
.previous-section .prev-blog-wrap .prev-item .btn {
  background-color: transparent;
  border-color: #000080;
  color: #000080;
  border-radius: 9px;
  font-size: 0.8rem;
  padding: 10px 25px;
}
.previous-section .see-more {
  background-color: #0064ED;
  color: #fff;
  border-radius: 8px;
}

.blog-post .img {
  margin-bottom: 1.5rem;
}
.blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {
  color: #252527;
  margin-bottom: 1rem;
}
.blog-post p, .blog-post ul {
  color: #7A7A7A;
  margin-bottom: 1.5rem;
}/*# sourceMappingURL=main.css.map */