.carousel-item {
  float: right !important;
  margin-right: 0 !important;
  margin-left: -100% !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #173d7a #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #173d7a;
  /*border-radius: 10px;*/
  border: 1px solid #173d7a;
}

.custom-loader {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 9999;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #173d7a;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

.hidden{
    display: none;
}

.about .content ul li {
  padding: 10px 30px;
}

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

#footer .footer-top .footer-newsletter form input[type=submit]
{
  border-radius: 4px 0 0 4px;
}


.page-item:not(:first-child) .page-link {
    margin: 0 5px;
}

.active>.page-link, .page-link.active {
    color: #fff;
    background-color:#173d7a;
    border-color: #173d7a;
}
.page-link:hover {
    color: #fff;
    background-color:#173d7a;
    border-color: #173d7a;
}
.page-link {
    color: #173d7a;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
}


.page-item:last-child .page-link {
    border-top-right-radius: none;
    border-bottom-right-radius: none;

    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
  }

.page-item:first-child .page-link {
  border-top-left-radius: none;
  border-bottom-left-radius: none;

  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.text-left{
  text-align: left;
}


.blog .sidebar {
  margin: 0 20px 60px 0;
}
.mb-10{
  margin-bottom: 10px !important;
}

.mb-20{
  margin-bottom: 20px;
}

.custom-btn-primary{
  background: #173d7a;
  opacity: 0.8;
}

.custom-btn-primary:hover{
  background: #173d7a !important;
  transition: all 0.5s ease-in-out;
  opacity:1;
}
.opacity-1{
  opacity: 1;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control{
  border-radius: 0;
}
.blog .sidebar .tags ul a span {
  color: #96a2af;
}

.stats .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.stats .entry-content blockquote {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.stats .entry-content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #173d7a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.stats .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.cursor-pointer{
  cursor: pointer;
}


.director {
  border-left: 2px solid #173d7a;
}
.team{
  padding: 30px 0;
}
.custom-double{
  right: 0;
  top: 0px;
  position: absolute;
  font-size: 20px;
  color: #173d7a;
}

.pos-relative{
  position: relative;
}

.new-p{
  color: #173d7a;
  padding: 5px 30px;
}


.section-title h2::after {
  background: #173d7a;
}

ul.pagination{
  margin: 0;
  padding: 0;
}

.mt-0{
  margin-top: 0;
}

.custom-marquee{
  width: 100%;
  padding: 3px;
  color:#000;
  font-weight: bold;
  font-size: 15px;

}
.ml-30{
  margin-left: 30px;
}

.services .icon-box p,.services .icon-box h4{
  margin-right: 0;
}

.services .services-img{
    width: 60%;
}
.a-href:hover{
  color: #173d7a;
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
}
.underline{
  text-decoration: underline;
}

.breadcrumb-ol {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.breadcrumb-ol li{
  display: inline;
}

.pl-0{
  padding-left: 0;
}

.contact .info h4, .contact .info p{
  padding: 0 60px 0 0
}

.target{
   background: #f8f9fa;
}

.portfolio-block h2.category-title{
  text-transform: uppercase;
}
.docs .doc{
  display: inline-block;
}

.pricing .advanced {
  right: -100px;
  background: #dc3545;
  font-size: 16px;
  width: 250px;
  top:20px;
}

.color-main{
  color:  #173d7a !important;
}

.pricing .box {
  background: #f8f8f8;
  padding: 0;

}
.pricing h3 {
  margin: 0;
  font-weight: 400;

}

.pricing .optional{
  background: #173d7a;
}

.fs-20{
  font-size: 20px !important;
}

.lh-30{
  line-height: 30px !important;
}

.mb-30{
  margin-bottom: 30px !important;
}

.width-150{
  width: 150px !important;
}

.width-120{
  width: 120px !important;
}

/* Start Events */
.events {
  position: relative;
}
.events .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.events img {
  max-width: 450px;
}
@media (max-width: 991px) {
  .events img {
    display: none;
  }
}
.events .info {
  flex: 1;
}
.events .info .time {
  display: flex;
  align-items: center;
  margin: 20px auto;
  gap: 10px;
  justify-content: center;
}
.events .info .time .unit {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  text-align: center;
  width: 75px;
  transition: 0.3s;;
}
.events .info .time .unit span {
  display: block;
  transition: 0.3s;;
}
.events .info .time .unit span:first-child {
  font-size: 35px;
  padding: 15px;
  color: #173d7a;
  font-weight: bold;
}
.events .info .time .unit span:last-child {
  padding: 8px 10px;
  font-size: 13px;
  border-top: 1px solid #d4d4d4;
}
.events .info .time .unit:hover,
.events .info .time .unit:hover span:last-child {
  border-color: #173d7a;
}
.events .title {
  text-align: center;
  margin: 40px 0 0;
  font-size: 30px;
}
.events .description {
  text-align: center;
  line-height: 1.7;
  font-size: 19px;
  color: #777;
}





/* End Events */

.custom-after::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #173d7a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-box{
  border-top: 2px solid #173d7a;
}

.custom-h{
  color: #173d7a !important;
}

.end-custom-after::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #dc3545;
  margin-top: 20px;
  margin-bottom: 20px;
}

.continuous-custom-after::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ffc423;
  margin-top: 20px;
  margin-bottom: 20px;
}

label {
  margin-bottom: 10px;
}

.error-border{
  border-color: #ea0606 !important;
}


#submitButton {
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #173d7a;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 0px 4px 4px;
}

#footer .footer-top .footer-newsletter form input[type=email]{
  border: 2px solid #fff;
}

.men-auto{
  margin-left:  auto !important;
}


.disabled-link {
  pointer-events: none;
  color: #ccc;
}
.li-new-hover:hover{
  background: #f5f5f5 !important;
  transition: all 0.5s ease-in-out;
}