.active>.page-link, .page-link.active
  {
     background-color: #044174;
    border-color: #044174;
}
.page-link {
     color: #0096c7; 
}
.hero-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .position-video {
    z-index: 99;
    position: relative;
}

.clients-carousel .owl-item img {
      max-height: 140px;
}
.footer .footer-top .footer-widget .footer-contact-info-list li span a {
    color: #fff;
    opacity: 1;
    vertical-align: middle;
}
.choose-info p{margin-bottom: 15px;}
.aboutimg2 {
    height: 454px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    margin-bottom: 25px;
    border: 1px solid #e9ecef5e;
}
.about1 .aboutimg2:after {
    content: '';
    background-color: #0096c714;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    right: 43%;
    transform: translateX(50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
}
.about1 {
    position: relative;
    margin-left: 20px;
}.read-more-text {
  max-height: 21em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.read-more-text.expanded {
  max-height: 1000px;  
}

.read-more-btn {
  background: none;
  border: none;
  color: #0096c7;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  margin-top: 10px;
  text-transform: capitalize;
}
 
.read-more-text2 {
  max-height: 12em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.read-more-text2.expanded {
  max-height: 1000px;  
}
 hr.custom-divider {
    width: 50%;
    margin: 0px auto;
    height: 2px !important;
    border: none;
    background: radial-gradient(circle, #1662b7 0%, #0096c7 40%, transparent 80%);
}
.custom-divider {
    height: 2px !important;
}
.team-img{
    margin: 15px 15px 0 15px;
     height: 300px;  
    overflow: hidden;
    border-radius: 20px;
}

.team-img img {
    width: 100% !important;
    height: 100%;
    /*object-fit: contain;*/
    object-fit: inherit;
    border-radius: 20px;
}
 .mb-20 {
    margin-bottom: 20px;
}
 
.potential-area1 {
    background-image: url(../img/sub.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

/* Shadow overlay */
.potential-area1 .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 62%);
    box-shadow: inset 0 0 60px rgba(0,0,0,0.5);
    z-index: 1;
}

 .potential-area1 .container {
    position: relative;
    z-index: 2;
    color: #fff; 
}
  .backmain {
    border: 2px solid #ffffff;
    color: #ffffff;
    margin-top: 10px;
}a {
    color: rgb(0 150 199);
    text-decoration: underline;
}
b, strong {
    font-weight: 600;    color: #0173a4;
     
}
 .clr3 {
    color: #dc3545;
}
 .clr2 {
    color: #198754;
}
.center__call-box {
    position: relative;
    display: block;
    background-color: #e9ecef;
    border-radius: 20px;
    padding: 24px 40px 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}
 .check {
    color: #0096c7;
}
  .mb-10 {
    margin-bottom: 10px;
}
.clr1{color: #5e6469;}
.clr1:hover{color: #0096c7;}
.about-inner h5 {
    margin-bottom: 10px;
    color: #0096c7;
}
.about-inner h6 {
    margin-bottom: 10px;
 }
  .ullist li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
}
 .ullist {
    margin-bottom: 20px;
}
.boxspeak {
    padding: 25px 30px;
    border-radius: 20px;
    border: 1px solid rgb(0 150 199);
    padding-bottom: 10px;
 }
label {
     text-transform: capitalize;
     margin-bottom: 5px;
     color: #06093d;
}
 .pt-30 {
    padding-top: 30px;
}
 
  table {
   border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ddd;
  padding: 16px;
}

tr:nth-child(even){background-color: #f2f2f2;}
 

th {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
  background-color: #0096c7;
  color: white;
}


.price-row {
  background: #051649;
  font-weight: bold;
}

.price-row td {
  color: #ffffff;
}
.table-responsive {
     margin-bottom: 30px;
}
.pricing-list {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
  .perpersn {
    font-size: 17px;
}




 .event-section {
  background-image: linear-gradient(to right, #044174, #055e89);
  padding: 20px 0;
}
.clrnextevent {
    color: #ffffff;
    margin-bottom: 3px;
}
.countdown-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 25px;
}
.countdown-item {
  text-align: center;
  background: #ffffff;
  color: #051447;
  padding: 12px 18px;
  border-radius: 8px;
  flex: 0 0 auto;
  margin: 0 5px;
  min-width:100px;
}
.countdown-item span {
  display: block;
  font-size: 21px;
  font-weight: 600;
}
.countdown-item .label {
  font-size: 18px;
  color: #0096c7;
  margin-top: 3px;
  font-weight: 500;
}
.countdown-separator {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 5px;
}
.text-center-sm {
  text-align: center;
}
@media (max-width: 767px) {
  .countdown-wrapper {
    flex-wrap: wrap;
    gap: 1px;
  }
  .countdown-item {
    flex: 1 1 45%;
    /*max-width: 100px;*/
    margin: 5px;
  }
  .countdown-separator {
    display: none;
  }
  .text-left, .text-right {
    text-align: center !important;
  }
}

.gallery-img {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #15151512;
    margin-bottom: 20px;
}
.image_block1 {
    display: block;
    width: 100%;
    height: 100%;
    direction: ltr;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    margin-bottom: 0;
}
.image_block1 .image_container {
    width: 100%;
    padding: 45%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image_block1 .image_container:hover {
   transform: scale(1.1);transition: all 2s ease-out;
}
 .about-img img:first-child {
      margin-bottom: 15px;
}
@media 
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
     .header .nav-item .nav-link {
     font-size: 15px; margin: 0px 12px;
}
.header .navbar-brand {
     width: 220px; 
}
}
@media 
  (-webkit-min-device-pixel-ratio: 1.75),
  (min-resolution: 168dpi) {  
       .header .nav-item .nav-link {
     font-size: 15px; margin: 0px 4px;
}
.header .navbar-brand {
     width: 200px; 
}
}
.banner {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}


@media (min-width: 0px) and (max-width: 991px)
   {
        .banner {
        height: 60vh;
    }
.section {
    padding: 30px 0;
 }
.pb-minus-70 {
    padding-bottom: 30px;
}
.choose-info h2 {
    font-size: 25px;
 }
 .flex-direction {
    flex-direction: column-reverse;
}
.aboutimg2 {
    height: 240px;
 }
.about1 .aboutimg2:after {
     right: 47%; 
}
.row {
    --bs-gutter-x: 1rem;
 }
.potential-item .potential-body {
    margin: 8px;padding: 15px;
 }
.potential-item .potential-icon i {
     font-size: 35px;
 }
.potential-item .potential-icon {
     margin-bottom: 5px;
}
.potential-item .potential-body h4 {
     font-size: 33px;
     font-weight: 600;
}
p {
    line-height: 1.6;
 }
    h4, .h4 {
        font-size: 1.4rem;
    }

.about-img::after {
     right: 30px;
    top: 23px;
 }
    h3, .h3
  {
        font-size: 1.7rem;
    }
.clients-carousel .owl-item img {
    max-height: 110px;
}
.section .section-heading {
     margin-bottom: 10px;
}

.contact-map iframe {
    height: 350px;margin-bottom: 20px;
  }
.breadcrumb-section {
     padding-top: 165px;
    padding-bottom: 100px; 
}
.p-0 {
    padding: 7px 0px !important;
}
h5, .h5 {
    font-size: 1.167rem;
}
.boxspeak {
    padding: 20px 15px;
 }
h6, .h6 {
    font-size: 1.1rem;
}
.contact-form-box {
    padding: 15px;
 }
.contact-info-area {
    margin-bottom: 20px;
}
    .hero-banner .hero-inner h1 {
        font-size: 1.3rem;
    }
.breadcrumb-section .breadcrumb-inner h1 {
    font-size: 1.7rem;
     margin-bottom: 3px;
}

.hero-banner {
        padding-top: 135px;
        padding-bottom: 80px;
    }
.event-section {
     padding: 9px 0;
}



   }