@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

p, strong {
  margin: 0px;
}

p {
  font-size: 16px;
  line-height: 28px;
}

h1 {
  font-size: 48px;
  line-height: 57px;
}

h2 {
  font-size: 40px;
  line-height: 52px;
}

h3 {
  font-size: 32px;
  line-height: 41.6px;
}

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

@media screen and (max-width: 576px) {
  .list-group-item-action {
    font-size: 10px !important;
  }
}
.shimmer {
  position: relative;
}

.shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
  background-size: 200%;
  animation: shimmer 1s infinite reverse;
}

@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.desk-h100-slider img {
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .mobile-h100-slider img, .desk-h100-slider img {
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
body {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  background-color: #E9EAFC;
}
body ul > li {
  list-style: none;
}
body a {
  text-decoration: none;
}
body img {
  max-width: 100%;
}

.scrollspy-example a {
  color: #013a97;
}

.main {
  width: 100%;
  float: left;
}

h1 {
  color: #538135;
  font-family: "Playfair Display", serif;
}

#list-item-2 h1 {
  color: #00B050;
  font-family: "Playfair Display", serif;
  text-decoration: underline;
}
#list-item-2 h2 {
  font-size: 25px;
  color: #00B050;
  font-family: "Playfair Display", serif;
  margin: 20px 0px;
}
#list-item-2 h3 {
  color: #f56a28;
  font-size: 40px;
  margin: 20px;
  display: block;
  font-family: "Playfair Display";
}

div#list-item-3 {
  padding-top: 30px;
}
div#list-item-3 h4 {
  text-align: center;
  margin: 20px 0px;
  color: #538135;
  font-family: "Playfair Display";
}

.executive-sec {
  border: 1px dashed #807f7f;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 80px;
}

.executive-sec h1 {
  margin-bottom: 30px;
}

.filed .active {
  background: transparent;
  color: #00B050;
  font-size: 18px;
  font-weight: 600;
  border-color: #dee2e6;
}
.filed .list-group-item:nth-child(2) {
  background: transparent;
  border: 0px;
  color: #00B050 !important;
  font-size: 18px !important;
  font-weight: 600;
}
.filed .list-group-item:nth-child(1) {
  color: #212529 !important;
  font-weight: normal;
  font-size: inherit !important;
}
.filed .list-group-item:nth-child(9), .filed .list-group-item:nth-child(11) {
  background: transparent;
  color: #d14f11;
}

.blue-table th {
  background-color: #488dcd !important;
  color: #fff !important;
}

.blue {
  color: #0066ff;
}

.semi-blue {
  color: #013a97;
  font-weight: 500;
}

.left-sidebar {
  background: #fff;
}
.left-sidebar .sidebar-fixed {
  position: fixed;
  background: #fff;
  width: 22%;
}

.scrollspy-example {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}

th, td {
  border: 1px solid #cecece;
}

.img-sec {
  margin: 30px auto !important;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2784313725);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.img-sec img {
  width: 100%;
  max-width: 100%;
}

strong {
  margin: 0px;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}

.checked {
  padding-left: 20px;
}
.checked li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 13px;
  list-style: disc;
}
.checked li::before {
  width: 20px;
  height: 20px;
  background-image: url(../image/right-round-white-icon.svg);
  position: absolute;
  content: "";
  left: 0px;
  display: none;
}

.listing {
  padding-left: 20px;
}
.listing li {
  margin-bottom: 13px;
}

.black {
  color: #000;
}

.amdees-footer {
  background: #fbfbfb;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.amdees-footer h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Playfair Display";
  font-weight: 800;
  margin-bottom: 15px;
}
.amdees-footer p {
  text-align: center;
  margin-bottom: 12px;
}

ul.contact-ul {
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0px;
  gap: 15px;
}
ul.contact-ul li {
  margin: 0px;
}

div#list-item-3, div#list-item-4 {
  padding-top: 30px;
}

h6 {
  font-size: 20px;
  font-family: "Poppins";
  margin: 20px 0px;
  text-decoration: none;
  color: #013a97;
  line-height: 33px;
}

.modal-buttons {
  padding: 20px 0px;
}
.modal-buttons a {
  background: #0d6efd;
  margin: 0px 8px 0px 0px;
  padding: 6px 20px;
  border-radius: 6px;
  font-size: 13px;
  color: #fff !important;
}

div#list-item-4 h1, div#list-item-5 h1, div#list-item-6 h1, div#list-item-7 h1, div#list-item-8 h1, div#list-item-9 h1, div#list-item-10 h1, div#list-item-11 h1, div#list-item-12 h1 {
  margin-bottom: 30px;
}

.simple-list {
  padding-left: 20px;
}
.simple-list li {
  list-style: disc;
  margin-bottom: 12px;
}
.simple-list li span {
  font-weight: 600;
}

.small-subhead {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  color: #013a97;
}

.ultra-blue {
  color: #0066ff;
}

.team-table {
  text-align: center;
  margin-top: 30px;
}
.team-table table {
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.team-table th {
  background: #538135;
  color: #fff;
}
.team-table h4 {
  font-size: 24px;
  color: #538135;
  margin-top: 45px;
}

.btn-close {
  position: absolute;
  right: 30px;
}

.modal-body {
  padding: 20px 40px;
}
.modal-body h1 {
  font-size: 35px;
  text-decoration: underline;
  margin-bottom: 20px;
}
.modal-body ul {
  padding-left: 0px;
}
.modal-body ul li {
  margin-bottom: 15px;
}
.modal-body p {
  margin-bottom: 20px;
}

.bg-transperant {
  background: transparent !important;
}

.orange-head {
  color: #eb6525;
}

.underline-sub {
  color: #538135;
  font-weight: 500;
  text-decoration: underline;
}

.back-btn {
  background: #1eb54d;
  border: #1eb54d;
  color: #fff !important;
  padding: 10px 35px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px;
  border-radius: 10px;
  font-size: 14px;
}

.rec-table {
  margin-top: 20px;
}
.rec-table table {
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.rec-table th {
  background-color: #eb6525;
  color: #fff;
  text-align: center;
}

.gov-table td {
  color: #130038 !important;
}
.gov-table td span {
  color: red !important;
}
.gov-table h5 {
  text-align: center;
  text-decoration: none;
  line-height: inherit;
  font-size: 20px;
  font-family: "Poppins";
  color: #013a97;
  padding: 10px;
}

.blue-ul {
  padding: 0px;
}
.blue-ul li {
  color: #013a97;
  margin-bottom: 20px;
  font-weight: 500;
}

.fade-orange {
  color: #ff5402 !important;
}

.w-75 {
  width: 85% !important;
}

.w-50 {
  width: 60% !important;
}

.dist-doc .scrollspy-example {
  padding: 70px;
}
.dist-doc h4 {
  font-size: 30px;
  font-family: "Playfair Display";
  font-weight: 700;
}

.list-group-item {
  padding: 5px 15px;
}

.w-100 {
  padding-top: 65px;
  border-top: 1px solid #cecece;
  margin-top: 65px;
}
.w-100:nth-child(1) {
  padding-top: 0px !important;
  border-top: 0px !important;
  margin-top: 0px !important;
}

li:nth-last-of-type(1) {
  margin-bottom: 20px;
}

#list-item-9 h1, #list-item-11 h1 {
  color: #d14f11 !important;
}

.blue-table tr:nth-child(1) th {
  background: transparent !important;
  color: #000 !important;
  font-weight: normal;
}

p {
  color: #333333;
  margin-bottom: 15px;
}

.more-sec {
  font-weight: 700;
  font-size: 20px;
}

.link-color {
  color: #004fcf !important;
}

.fent-bg {
  background: rgba(0, 149, 255, 0.0705882353);
  padding: 30px;
  border-radius: 18px;
}

.water-mark {
  position: fixed;
  color: rgba(153, 153, 153, 0.1098039216);
  font-size: 90px;
  right: 26%;
  transform: rotate(328deg);
  top: 40%;
  z-index: 0;
  pointer-events: none;
}

.inner-page h1 {
  margin-bottom: 30px !important;
}

.mt-50 {
  margin-top: 50px;
}

.main-scroll .col-3 {
  width: 22%;
}
.main-scroll .col-9 {
  flex: 0 0 auto;
  width: 78%;
}

.blue-table td a {
  color: #004fcf !important;
}

.btn-blue {
  background: #0d6efd;
  padding: 6px 20px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal;
}
.btn-blue a {
  color: #fff !important;
}

.pramotors-sec {
  margin: 60px 0px 40px 0px;
}

#list-item-1 .btn-blue {
  padding: 2px 10px;
}

#list-item-1 .link-color {
  font-weight: 600;
  font-size: 17px;
}/*# sourceMappingURL=main.css.map */