.brand-item img {
    filter: none !important;
    opacity: 1 !important;
}
.transparent-header .container{ 
  padding: 0;
}
.transparent-header .custom-container{
   width: 100% !important;
  max-width: 100% !important;
}
.menu-nav{
  justify-content: space-between;
   padding: 20px 50px;
}

.menu-nav .navbar-wrap{
  flex-grow: 0;
}
.f-logo img, .fw-logo img, .logo img{
  max-height: 65px;
}
.inner-contact-img img{
  max-width: 500px;
  max-height: 500px;
}
.project-details-thumb{
  max-width: 550px;
}
.blog-post-share {
  display: none; 
}
.bd-content-bottom{
  display: none; 
}
.slider-content{
 background: rgba(0, 0, 0, 0.45);
   backdrop-filter: blur(5px);
  border-radius: 15px;
   border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
    max-width: 500px;
}

.footer-top-two .container .row{
  justify-content: space-between;
}
.slider-content p{
  margin-bottom: 25px;
   color: #e0e0e0; 
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.slider-content .sub-title{
   color: #fff; 
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.slider-content .title {
 color: #f0f0f0 !important;       
  font-weight: 600 !important;       
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}


    .new-home-page {
    
      margin: auto;
      padding-top : 230px;
      padding-bottom : 50px;
    }

    .section-caption {
      display: block;
      position: relative;
      color: red;
      font-size: 35px;
      font-weight: 500;
      font-family: 'Lora';
    }


    .Slider-slide img {
      border-radius: 40px 0;
      width: 100%;
      height: 600px;
    object-fit: cover;
    }

    .banner_section_bg {
      position: relative;
      z-index: 0;
    }

    .pro_focus h1 {
      text-transform: uppercase;
      font-size: 26px;
    }

.new-z-index{
  z-index: 1;
}

    hr {
      background: #a3a3a378;
      border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
      margin: 1rem auto;
      border: 0;
      width: 50%;
    }

    .banner_section {
      padding: 55px 5%;
      background: linear-gradient(117.97deg, #005fad 0.84%, #003366 133.58%);
      transition: opacity 0.5s ease-in-out;
    }

    .banner_section_bg:before {
      content: "";
      height: 60%;
      width: 80%;
      position: absolute;
      border: 4px solid #684627;
      bottom: -40px;
      right: -13px;
      z-index: -1;
    }

    .Slider-slide, .pro_focus {
      display: none;
      opacity: 0;
       transition: opacity 2s ease-in-out, visibility 0s linear 2s;
      z-index: 100;

    }

    .Slider-slide.active,
    .pro_focus.active {
      display: block;
      opacity: 1;
    }

    @media screen and (max-width: 991px) {
    .banner_section {
        padding: 70px 5%;
    }
}

@media screen and (max-width: 767px) {
    .Slider-slide img {
        border-radius: 0;
    }

  }

  @media screen and (max-width: 767px) {
    .section-caption {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .section-caption {
        font-size: 36px;
    }
  }

  @media screen and (max-width: 991px) {
    .banner_section_bg:before {
        display: none;
    }
}


@media screen and (max-width: 1700px) {
   .section-caption {
      font-size: 30px;
     
    }
  .banner_section {
  padding : 30px 5%;
  }
}


@media screen and (max-width: 1460px) {
   .section-caption {
      font-size: 25px;
     
    }
  
  .pro_focus h1 {
    font-size: 19px;
  }


}



  .floating-buttons {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    /* Common Button Style */
    .floating-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      color: white;
      font-size: 26px;
      text-decoration: none;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: all 0.3s ease;
      padding-left : 5px;
    }

    .float-whatsapp {
      background-color: #25D366;
    }

    .float-call {
      background-color: #007bff;
    }

    .floating-buttons a:hover {
      transform: scale(1.1);
      opacity: 0.9;
    }



.ceo-section {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding: 40px 20px;
      gap: 40px;
      color: #ffffff;
    }

    .ceo-section:nth-child(even) {
      flex-direction: row-reverse;
    }

    .ceo-image {
      flex: 0 0 300px;
    }

    .ceo-image img {
      width: 100%;
      height: 340px;
      object-fit : cover;
      border-radius: 5px;
    }

    .ceo-content {
      max-width: 700px;
    }

    .ceo-content h2 {
      margin-top: 0;
      font-size: 24px;
      font-weight: bold;
      color: #ffffff;
    }

    .ceo-content h3 {
      margin-top: 5px;
      color: #cccccc;
      font-weight: normal;
    }

    .ceo-content p {
      line-height: 1.6;
      color: #dcdcdc;
    }

    .ceo-content hr {
      width: 60px;
      border: 1px solid #fff;
      margin: 15px 0;
    }

    @media (max-width: 768px) {
      .ceo-section {
        flex-direction: column !important;
        text-align: center;
      }

      .ceo-image {
        width: 100%;
        margin-bottom: 20px;
      }

      .ceo-content {
        max-width: 100%;
      }
    }

    .new-ctc-add{
      background-color: #005fad;
    }







    .popup-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0,0,0,0.6);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup {
      background: white;
      display: flex;
      flex-direction: row;
      border-radius: 10px;
      overflow: hidden;
      max-width: 700px;
      width: 90%;
    }

    .popup-left {
      background: #F6D5D2;
      flex: 1;
      padding: 30px;
      text-align: center;
    }

    .popup-left img {
      max-width: 120px;
      margin-bottom: 10px;
    }

    .popup-left h2 {
      margin: 10px 0 5px;
      font-size: 22px;
    }

    .popup-left p {
      font-size: 13px;
      color: #333;
    }

    .popup-right {
      flex: 1;
      padding: 30px;
      position: relative;
    }

    .popup-right h3 {
      margin-top: 0;
      font-size: 22px;
    }

    .popup-right p {
      font-size: 14px;
      color: #666;
    }

    .popup-right input {
      width: 90%;
      padding: 10px;
      margin: 10px 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .popup-right button {
      width: 100%;
      padding: 10px;
      background-color: #f2b6b2;
      border: none;
      color: white;
      font-weight: bold;
      cursor: pointer;
      border-radius: 5px;
    }

    .popup-right button:hover {
      background-color: #e69a96;
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 20px;
      cursor: pointer;
    }



.project-thumb-two img {
height : 500px
}

.list-wrap{
  justify-content : end;
  padding : 5px;
}


.list-wrap .header-contact-two .content span,
.list-wrap .header-contact-two .content a{
  color : white;
}


.section-title-two .title {
    color : #00194C;
}

.request-area-two {
   background-color : #005fad;
}

.contact-form .contact-button {
 background-color : white;
}

.contact-form .contact-button:hover {
 background-color : white;
 color : black;
}

.contact-form .contact-button {
color : black;
}

.header-top-wrap{
  display : none;
  
}

.link-button-homne{
  justify-content: space-evenly;
  margin-top: 20px;
  display: flex;
	gap: 25px;
}

.link-button-homne a{
  background-color: red;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 5px;
  color: white;
  font-weight: 600;
}

.cta-btn .btn{
 background-color : white; 
  color : black !important;
}

    .feature-box {
      border: 2px solid #e63946;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      transition: all 0.3s ease;
      background-color: #fff;
      height: 100%;
      margin: 0px 30px;
    }

    .feature-box img {
      width: 60px;
      margin-bottom: 15px;
    }

    .feature-title {
      font-weight: 600;
      font-size: 1.1rem;
      color: #003366;
    }

    @media (max-width: 767px) {
      .feature-box {
        margin-bottom: 20px;
      }
    }


   .ass-title{
        text-align: center;
        font-size: 40px;
        color: #00194c;
        font-weight: 700;
        margin-bottom: 30px;
    }


 .right-section {
      padding: 20px 20px;
    }
    .info-block {
      margin-bottom: 30px;
    }
    .info-block i {
      font-size: 24px;
      color: #18457A;
      margin-bottom: 10px;
    }
    .info-block h5 {
      margin-bottom: 5px;
    }
    .info-block p {
      font-family: var(--tg-heading-font-family);
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 10px;
    }
    .icon-red {
      color: red;
    }
    
    .left-section img{
        width: 100%;
        padding: 0px;
      border-radius: 20px;
}
    }
    .inner-contact-info .title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
}

.inner-contact-info .title:before {
    background: var(--tg-primary-color);
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 4px;
    inset-inline-start: 0;
    position: absolute;
    width: 30px;
}

.new-boxed{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    padding: 14px 0px;
  border-radius : 14px;
}

.navbar-wrap ul li a {
	font-size : 20px;
    font-weight: bolder !important;
}