@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
}

.navbar {
  background: #ffffff;
  margin: 0;
  padding: 0;
  align-items:center;
}

.navbar-nav .nav-link {
  color: #000000;
  transition: color 0.3s ease;
 
  align-items: center;
  justify-content:space-around;
}

.navbar-nav .nav-link:hover {
  color: #277ab1;
}

nav a.nav-link.active {
  color: #277ab1;
  /* Change this to your desired color */
}

.navbar-nav {
  align-items: center;
}

#inputAddress::placeholder {
  color: rgb(168, 168, 168);
  /* Replace with the color you want */
}

.card {
  border-color: aqua;
  box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
  padding: 1.25rem;
}

.box img {
  height: 80px;
  margin: 10px;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 1;
  /* Bring the content to the front by setting a higher z-index */
}

.button {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;

  z-index: 1;
}

section {
  padding: 0px 0;
}

section .section-title {
  color: #000000;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#footer {
  background: #084674 !important;
}

#footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  /* margin-bottom: 20px; */
  color: #ffffff;
}

#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
  padding: 3px 0;
}

#footer ul.social li a i {
  margin-right: 5px;
  font-size: 25px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
  color: #ffffff;
}

#footer ul.social li a:hover {
  color: rgb(255, 255, 255);
}

#footer ul.quick-links li {
  padding: 3px 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#footer ul.quick-links li:hover {
  padding: 3px 0;
  margin-left: 5px;
  font-weight: 700;
}

#footer ul.quick-links li a i {
  margin-right: 5px;

  color: red;
}

#footer ul.quick-links li:hover a i {
  font-weight: 700;
  transition: color 0.3s ease;
}

@media (max-width: 767px) {
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

p {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  /* --ff-league_spartan: '', sans-serif;
  --ff-poppins: 'Poppins', sans-serif; */
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100vh;
}

.polaroid {
  margin: 30px;
  width: 400px;
  height: 450px;
  background-color: white;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
}

.polaroid__content-image {
  height: 350px;
  width: 100%;
  overflow: hidden;
}

.polaroid__content-image > img {
  height: 100%;
  width: 100%;
  display: block;
}

.polaroid__content-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.polaroid {
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
  overflow: hidden;
}

.polaroid img {
  max-width: 100%;
  height: auto;
  border: 5px solid #fff;
}

.polaroid p {
  margin-top: 10px;
}

#footer {
  margin-top: auto;
}

.card {
  border: 0px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: none;
}

.card-img-top {
  object-fit: contain;
  height: 300px;
  margin-top: 5px;
}

.card-body {
  padding: 15px;
  text-align: center;
}

.card-title {
  font-size: 15px;
  font-weight: bold;
}

.card-text1 {
  font-size: 12px;
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}

.form-control {
  color: #277ab1;
}

.contact4 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.contact4 h1,
.contact4 h2,
.contact4 h3,
.contact4 h4,
.contact4 h5,
.contact4 h6 {
  color: #3e4555;
}

.contact4 .font-weight-medium {
  font-weight: 500;
}

.contact4 .form-control {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.contact4 .form-control:focus {
  border-color: #ffffff;
}

.contact4 input::-webkit-input-placeholder,
.contact4 textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact4 input:-ms-input-placeholder,
.contact4 textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact4 input::placeholder,
.contact4 textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact4 .right-image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.contact4.bg-info {
  background-color: #188ef4 !important;
}

.contact4 .text-inverse {
  color: #3e4555 !important;
}

@media (min-width: 1024px) {
  .contact4 .contact-box {
    padding: 80px 105px 80px 0px;
  }
}

@media (max-width: 767px) {
  .contact4 .contact-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1023px) {
  .contact4 .right-image {
    position: relative;
    bottom: -95px;
  }
}

/* counter */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 13px;
  direction: ltr;
} */

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: "Open Sans";
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

.custom-file-input::file-selector-button {
  color: #fff;
  /* Change the text color to your desired color */
  background-color: #277ab1;

  /* Change the background color to your desired color */
  border-color: #007bff;
  /* Change the border color to your desired color */
}

/* Optional: Style for the label if you want to customize it */
.form-label {
  color: #000000;

  /* Change the label color to match the file input button color */
}

/* .formFile{
  box-shadow: none;
} */
thead input {
  width: 100%;
}

table.dataTable {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  font-size: 16px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

table.dataTable thead th,
table.dataTable tfoot th {
  background-color: #4caf50;
  /* Header/Footer background color */
  color: white;
}

table.dataTable thead th:hover,
table.dataTable tfoot th:hover {
  /* background-color: #45a049; */
}

table.dataTable tbody td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  background-color: #ffffff;
  /* Odd row background color */
}

table.dataTable tbody tr:hover {
  background-color: #f5f5f5;
}

.dataTables_filter{
  margin-bottom: 10px;
}

.dataTables_length {
  display: none;
}

table td,
table th {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

thead th {
  color: #fff;
}

.card {
  border-radius: 0.5rem;
}

.table-scroll {
  border-radius: 0.5rem;
}

.table-scroll table thead th {
  font-size: 1.25rem;
}

thead {
  top: 0;
  position: sticky;
}

table.dataTable thead th,
table.dataTable tfoot th {
  background-color: #277ab1;
}

.dataTables_paginate.paging_simple_numbers {
  text-align: center;
  margin-top: 20px;
}

.dataTables_paginate.paging_simple_numbers a,
.dataTables_paginate.paging_simple_numbers span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.dataTables_paginate.paging_simple_numbers a:hover {
  background-color: #007bff;
  color: white;
}

.dataTables_paginate.paging_simple_numbers .active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* Custom DataTables search input style */
.dataTables_filter input {
  width: 300px;
  /* Set your desired width */
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  background-color: #f8f9fa;
  /* Set your desired background color */
  color: #495057;
  /* Set your desired text color */
}

/* Placeholder style */
.dataTables_filter input::placeholder {
  color: #6c757d;
  /* Set your desired placeholder color */
}

/* Remove the default border radius for the search input */
.dataTables_filter {
  border-radius: 0;
}

/* Remove the default margin for the search input */
.dataTables_filter label {
  margin-bottom: 0;
  margin-top: 10px;
}

/* Adjust styling for the search button, if present */
/* .dataTables_filter label::after {
  content: '\1F50D'; 
  font-size: 18px;
  margin-left: 10px;
  color: #6c757d; 
  cursor: pointer;
} */
.dataTables_info {
  display: none;
}

.success-message {
  display: none;
  color: green;
}

#successMessage {
  display: none;
  text-align: center;
  padding: 20px;
  border: 1px solid #4caf50;
  /* Green border color */
  background-color: #dff2bf;
  /* Green background color */
  color: #4caf50;
  /* Green text color */
  margin: 20px;
  border-radius: 5px;
}

.reject-message {
  display: none;
  color: rgb(248, 9, 9);
}

#rejectMessage {
  display: none;
  text-align: center;
  padding: 20px;
  border: 1px solid #ff0101;
  /* Green border color */
  background-color: #fd6c65;
  /* Green background color */
  color: #ffffff;
  /* Green text color */
  margin: 20px;
  border-radius: 5px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 13px;
  direction: ltr;
} */

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

footer {
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 0;
  /* font-family: 'Open Sans'; */
  width: 100%;
  word-wrap: break-word;
  line-height: 25px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer .authorWindow a {
  color: white;
  text-decoration: none;
}

footer p strong {
  color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}

.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }

  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }

  footer p {
    font-size: 14px;
  }
}

.height-100 {
  height: 100vh;
}

.otpfields {
  width: 400px;
  border: none;
  height: 300px;
  box-shadow: 0px 5px 20px 0px #d2dae3;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.otpfields h6 {
  color: rgb(0, 0, 0);
  font-size: 20px;
}

.inputs input {
  width: 40px;
  height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.otpfields-2 {
  background-color: #fff;
  padding: 10px;
  width: 350px;
  height: 100px;
  bottom: -50px;
  left: 20px;
  position: absolute;
  border-radius: 5px;
}

.otpfields-2 .content {
  margin-top: 50px;
}

.otpfields-2 .content a {
  color: red;
}

.form-control:focus {
  box-shadow: none;
  /* border: 2px solid red */
}

.validate {
  /* border-radius: 20px; */
  height: 40px;
  background-color: red;
  /* border: 1px solid red; */
  width: 140px;
}

.polaroid img {
  max-width: 100%;
  height: auto;
  border: 5px solid #fff;
}

.polaroid p {
  margin-top: 10px;
}

.error{
  color: red;
}







