/* font family */
@import url("/assets/font-family/roboto/Roboto-Black.ttf");

/* @font-face {
  font-family: "Roboto";
  src: url("/assets/font-family/roboto/Roboto-Black.ttf") format("truetype");
} */

body {
  font-family: "Roboto", sans-serif;
}

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

h2 {
  font-size: 30px;
}

h1 {
  font-size: 36px;
}

h4 {
  color: #046cc1;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}

a {
  text-decoration: none;
}

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

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

.mt-mb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

li {
  padding: 5px;
}

/* header */

nav {
  background-color: #131e56;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  /* Optional: you can add a slight delay for a smoother hover effect */
  transition: visibility 0s, opacity 0.2s linear;
}

.navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}

.navbar-nav .nav-item .nav-link:before {
  background: #fff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0%;
  transition: 0.5s;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  /* Optional: you can add a slight delay for a smoother hover effect */
  transition: visibility 0s, opacity 0.2s linear;
}

/* Ensure dropdown is hidden by default */
.navbar-nav .nav-item.dropdown .dropdown-menu {
  display: none;
}

.navbar-default .navbar-nav > li {
  position: relative;
  font-size: 16px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  border-bottom: 2px solid #fff !important;
}

/* .navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #fff !important;
} */
.navbar-default .navbar-nav > li span {
  position: absolute;
  /* background-color: #000; */
  transition: all 0.4s ease-in;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  /* transform: rotate(-30deg); */
  visibility: hidden;
  opacity: 0;
}

.navbar-default .navbar-nav > li > a {
  position: relative;
}

.navbar-default .navbar-nav > li.active span {
  visibility: visible !important;
  opacity: 1 !important;
  /* transform: rotate(10deg) !important; */
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.navbar-default .navbar-nav > li:hover span {
  /* transform: rotate(10deg); */
  visibility: visible;
  opacity: 1;
}

.slidersidecont h3 {
  font-size: 18px;
  margin-bottom: 0px;
}

.slidersidecont p {
  font-size: 12px;
  line-height: 21px;
}

.slidersidecont {
  background-color: #046cc1;
  padding-left: 20px;
  color: #fff !important;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.slidersideicon i {
  font-size: 50px;
  height: 40px;
  width: 40px;
  color: #046cc1;
}

.home-slider .owl-item img {
  width: auto !important;
  text-align: center;
}

.home-slider .carousel-inner .carousel-item {
  background-color: #1d9ce5 !important;
  /* padding-left: 40px; */
}

.main-slider {
  border-bottom: 3px solid #ccc;
  margin-top: 200px;
}

.homeabout-sec .box {
  background-color: #e7e8e9;
  min-height: 410px;
}

.homeabout-sec .box h3 {
  font-size: 18px;
  margin-bottom: 0px;
}

.homeabout-sec .box h2 {
  font-size: 30px;
}

.homeabout-sec .box p {
  font-size: 14px;
}

.homeabout-icon {
  font-size: 40px;
  margin-right: 15px;
}

/* about */
.aboutbenefit-list li {
  font-size: 13px;
  line-height: 26px;
}

table tr th {
  color: #046cc1;
}

.table-content {
  font-size: 13px;
  padding: 10px;
  min-height: 400px;
}

.table-caption {
  color: #777;
}

.howbecomaccred-sec p {
  font-size: 13px;
}

.cart-btn {
  background-image: linear-gradient(#eed7a7, #ffaf33, #eed7a7);
  border-radius: 20px;
  padding: 8px 18px;
  color: #103e6a;
  font-weight: bold;
  font-style: italic;
}

.btn-submit {
  color: #fff;
  /* background-color: #5bc0de; */
  /* border-color: #46b8da; */
  background-color: #046cd1;
  border-color: #046cd1;
}

footer {
  background-color: #4a4a4a;
  padding-top: 20px;
}

/* contactcard */
.global-contact-card {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.icon-contact-card {
  font-size: 2rem;
  background-color: #131e56;
  color: white;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.global-contact-card-title {
  color: #000;
  font-weight: 500;
}

.link-contact-card {
  text-decoration: none;
}

.submit-btn {
  /* background-color: #5bc0de; */
  background-color: #131e56;
  color: #fff;
  padding: 10px 40px;
  border: none;
  text-decoration: none;
}

.submit-btn:hover {
  color: #fff;
}

.document-box {
  min-height: 365px;
}

.nav-item a {
  color: #fff !important;
}

.dropdown-menu .nav-item {
  /* padding: 3px 8px !important; */
  padding: 0px !important;
}

.dropdown-menu .nav-item .nav-link {
  color: #4a4a4a !important;
  /* padding: 0px !important;
  margin: 0px !important; */
  padding: 3px 8px !important;
}

.navbar-nav .dropdown-menu {
  min-width: auto;
  width: auto !important;
  white-space: nowrap;
  padding: 0px !important;
  margin: 0px !important;
}

/* ----- */
.navbar-nav .dropdown-menu {
  min-width: auto;
  width: auto !important;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: white;
}

.navbar-nav .dropdown-menu::-webkit-scrollbar {
  width: 2px !important;
}

.navbar-nav .dropdown-menu::-webkit-scrollbar-track {
  background: white;
}

.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 1px;
}

.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 1;
  padding: 2px 8px;
  margin: 0;
}

.nav-item .dropdown-toggle {
  position: relative;
}

.nav-item .dropdown-menu {
  position: absolute;
  top: 50px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
  .homeabout-sec .box {
    background-color: #e7e8e9;
    min-height: 200px;
    margin-bottom: 10px;
  }

  .homelogo {
    width: 100% !important;
  }
}

.slideer-img {
  height: 370px;
  object-fit: cover;
}

.slideer-image {
  height: 370px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .navbar-nav .dropdown-menu {
    width: 97% !important;
    overflow: scroll;
  }
}

.dropdown-menu .nav-item .item-dropdown:hover {
  background-color: #131e56 !important;
  padding: 0px !important;
  color: white !important;
  padding: 3px 8px !important;
}

.dropdown-menu .nav-item .item-dropdown.active {
  background-color: #131e56 !important;
  padding: 0px !important;
  color: white !important;
}

.tp-breadcrumb-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  height: 300px;
  /* Adjust height as needed */
  color: white;
  /* margin-top: 190px; */
  /* Ensures text is white */
}

/* Black Transparent Overlay */
.tp-breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* 60% black transparency */
  z-index: 1;
}

/* Centering Text and Ensuring Visibility */
.tp-breadcrumb-content {
  position: relative;
  z-index: 2;
  /* Ensures content appears above overlay */
  text-align: center;
  color: white;
}

.tp-breadcrumb-title {
  font-size: 36px;
  font-weight: bold;
}

.tp-breadcrumb-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.tp-breadcrumb-list span {
  color: white;
}

.breadcrumb-link {
  color: white;
  text-decoration: none;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.tp-breadcrumb-list span a {
  color: #131e56;
}

.marquee-container {
  /* display: flex; */
  align-items: center;
  background-color: #131e56;
  padding-top: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

/* Title styling */
.marquee-title {
  font-weight: bold;
  color: #007bff;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 1rem;
}

/* Marquee content styling */
.marquee-content {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  flex-grow: 1;
}

/* Marquee content paragraph */
.marquee-content p {
  display: inline-block;
  font-size: 1.2rem;
  color: #333;
  animation: scroll 20s linear infinite;
  margin: 0;
  /* Remove default margin */
  /* padding-left: 30%; */
  width: 100%;
}

/* Keyframes for scrolling animation */
@keyframes scroll {
  0% {
    transform: translateX(100%);
  }

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

.marquee-content p:hover {
  animation-play-state: paused;
}

.modal-open {
  padding-right: 0px !important;
}

.dropdown-menu .dropdown-item {
  color: #000000 !important;
  font-size: 16px !important;
}

.dropdown-item:hover {
  background-color: #131e56 !important;
  color: white !important;
}

.dropdown-item.active {
  background-color: #131e56 !important;
  color: white !important;
}

@media screen and (max-width: 768px) {
  .nav-link {
    padding: 0px !important;
  }

  .tp-breadcrumb-area {
    margin-top: 155px !important;
  }
  .main-global-banner {
    height: 150px;
  }
}
