.backgroundimg {
  background-image: url("img/backgbgroundimg");
  width: 100vw;
  height: 90vh;
  background-size: cover;
  background-position: center;
}
.nav-item {
  position: relative;
}

.sticky-top{
  top:0px !important;
  
}

.scrolled {
  background: black;
}

.nav-link {
font-size: 18px;
font-weight: 600;
color: black;
text-decoration: none;
transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover effect - Underline and color change */
.nav-link:hover {
color: #2d286b;
}

/* Add underline effect on hover */
.nav-link::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 2px;
background-color: white;
transition: width 0.3s ease;
}



.nav-link:hover::after {
width: 100%;
}

/* Dropdown menu item hover effect */
.dropdown-item:hover {
background-color: #f1f1f1;
color: #2d286b;
transition: background-color 0.3s ease, color 0.3s ease;
}

/* Navbar transition */
.navbar-nav .nav-item {
  transition: all 0.3s ease;
}



.hero-section {
  position: relative;
  background: url("img/coverpage7.png") center/cover no-repeat;
  padding: 80px 0;
  text-align: left;
  height: 80vh;
  z-index: 499;
}

.carousel-caption .display-5 {
  font-weight: 300;
  color: #333;
}

.carousel-caption .highlight {
  color: #2d286b;
  /* Highlight color */
}

.carousel-caption .subtitle {
  font-size: 17px;
  font-style: italic;
}

.carousel-caption .btn-group {
  display: flex;
  gap: 10px;
}

.info-box {
  display: flex;
  gap: 20px;
  background: #2d286b;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1000px;
  z-index: 500;
  border: 1px solid white;
}

.info-item {
  flex: 1;
  text-align: center;
}

.info-box .info-item:nth-child(1),
.info-box .info-item:nth-child(2),
.info-box .info-item:nth-child(3) {
  border-right: 3px solid white;
}

.info-item h5 {
  margin: 0;
  font-weight: 600;
  font-size: 19px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

/* .info-item h5:nth-child(0) ,.info-item h5:nth-child(2){
   
   } */

.info-item a:hover {
  text-decoration: underline;
}

.btn-primary,
.btn-secondary {
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #007bff;
  border: none;
}

.btn-secondary {
  background-color: #6c757d;
  color: #fff;
  border: none;
}

.btn-primary:hover,
.btn-secondary:hover {
  opacity: 0.8;
}

.watermark {
  background-image: url("img/yesblack2.png");
  background-size: cover;
  background-position: center;
}



/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}



@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
  .buttonforhidden{
    display:none;
  }
  
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #2d286b;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 56px !important;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #2d286b !important;
}

.slider.border:hover {
  background: #2D286B;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2d286b;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #2D286B;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/* Call to action
================================================== */
.call-to-action {
  background-color: #272d33;
  padding: 30px;
}

.call-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
  margin-top: -50px;
}

.call-to-action-box .action-style-box {
  background: #2D286B;
  padding: 30px;
}



/* @media (max-width: 575px) and (min-width: 300px) {
  #containerfooter {
    text-align: left;
    margin-left: 15px;
  }
  .footer-last {
    text-align: left;
    margin-left: 15px;
  }
} */

.fa-phone-alt {
  transform: none !important;
  direction: ltr !important;
}

/* .fa-phone-alt {
  transform: none !important;
  direction: ltr !important;
} */



.footer {
  background-color:black !important;
  padding: 50px 0;
}

.footer a {
  
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .social-icons a {
  font-size: 20px;
  margin-right: 15px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo img {
  width: 150px;
  height: auto;
}


.featureimg2{
  width: 100vw;
  position: absolute;
  height: 120vh;
  background: rgb(0,0,0,0.4);
  z-index: 1;
  }