body{
    background-color: #fff;
    overflow-x: hidden;
}

section {
    padding-top: 100px; 
    margin-top: -100px;
}


.icon-floating-facebook{
    z-index: 7;
    position: fixed;
    bottom: 35px;
    right: 35px;
    color: #1877F2; 
    background-color: #fff;
    border-radius: 50%;
}



.contact-top{
    background-color: #000000;
    color: #fff;
    font-size: 17px;
    margin: 0;
}
.contact-top a{
    color: #fff;
   text-decoration: none;
}

.navbar-brand{
    font-size: 25px;
}

.header{
    border-bottom:1px solid #bb9530;
    background-color: white;
}
.banner{
    background-color: white;
    padding-top: 5px;
}
.nav-item .nav-link{
    
    padding-right: 5px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
}

.navbar-nav li{
    margin-left: 2px;
    margin-right: 2px;
}
.navbar-nav li:hover{
    background-color: #bb9530;
    border-radius: 10px;
    transition: 0.3s ease;

}
.navbar-nav li a:hover{
    color: #fff;
    transition: 0.3s ease;
}

.navbar-nav li a{
    text-align: center;
}



.bg-abt-img img{
    height: 300px;
    width: 460px;
    margin-left: 10px;
}

.title{
    margin-top: 20px;
}

.dropdown .dropdown-menu{
    background-color:#fff;
    color:#bb9530;
}

.dropdown a:hover{
    background-color:#bb9530;
    color: #fff;
}



.image-banner{
    padding: 10px;
    margin: 27px 0;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: 100%;
}

#Aboutus{
    margin-top:5px
}

.about-para{
    font-size: 19px;
    line-height: 1.6; 
    color: #333;
}


.why-choose-us {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden; /* Ensures no overflow issues */
}

.why-choose-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./images/whychooseus.png') no-repeat center center/cover;
    opacity: 0.5; /* Adjust this for the desired opacity */
    z-index: -1; /* Ensures the overlay is behind content */
}

.stats-container {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 10px;
    max-width: 500px;
}
.stat {
    margin-bottom: 20px;
}
.stat h3 {
    font-size: 2.5rem;
    margin: 0;
  
}
.stat p {
    font-size: 1.2rem;
    margin: 0;

}




.owl-carousel .item {
    text-align: center;
    height: 290px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.owl-carousel .item i {
    width: 100%;
    border-radius: 10px;
}
.owl-carousel .item h3 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 22px;
    color: #bb9530;
    font-weight: bold;
}



.txtcolor {
    color: #bb9530;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.portfolio-info {
    width: 80%;
    height: 100%;
    background: linear-gradient(to right, #bb9530, #4e2f91);
    border-radius: 100px;
    font-size: large;
    color: white;
    padding-left: 50px; 
    margin: auto; 
}
.services p{
    font-size: 20px;
}


.breadcrumb .active{
    color: #000000;
}
 
footer {
    color: #fff;
    background-color:#bb9530;
    padding: 0px 30px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-us,
.service-locations,
.contact {
    flex: 1;
   /* margin: 10px;*/
    max-width: 33%;
}

.footer-container h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}


.fa-arrow-right{
    font-size: 16px
}
p {
    font-size: 18px;
    line-height: 1.5;
}
marquee{
    text-align: justify;
}

.footer-menu-list {
    display: flex;                     
    flex-direction: column;              
    list-style: none;                    
    padding: 0;                          
    margin: 0;                           
    text-align: center;                  
    align-items: center;                
}

.footer-menu-list li {
    margin-bottom: 10px;                
}

.footer-menu-list a {
    font-size: 20px;                     
    color: #fff;                         
    text-decoration: none;               
    display: flex;                      
    align-items: center;                 
}

.footer-menu-list a:hover {
    color: #000000;                      
}

.footer-menu-list a i {
    margin-right: 8px;                   
}


.locations {
    display: flex;
    justify-content: space-between;
}

.locations ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 45%;
}

.locations ul li {
    margin: 5px 0;
    font-size: 20px;
}
.tag-contact p{
    font-size: 18px;
}

address {
    font-family: Arial, sans-serif;
    line-height: 1;
}

marquee{
    font-size: 18px;
}
.footer-bottom {
    padding: 10px 0;
    background-color: #1a2d38;
    color: white;
    font-size: 22px;
}





.contact-title{
    color: #fff;
    background: #bb9530;
    font-weight: bold;
    text-align: center;
}
.breadcrumb-item a{
    color: #bb9530;
    text-decoration: none;
}
.breadcrumb-item{
    font-size: 22px;
    font-weight: bold;
    margin: 2px;
}

.section .card-body p{
    color:#bb9530;
    font-size: 25px;
    margin: 2px;
    padding: 5px;
}
.border-info{
    border: 2px solid #bb9530;
    margin: 4px;
}
.form-group .col-md-1 label{
    display: inline-block;
}

.form-group .col-md-4 input{
    border:#bb9530 1px solid;
    border-radius: 8px;
    margin-bottom: 5px;
}

.form-group .col-md-4 button{
    color: #fff;
    background-color: #bb9530;
    margin-bottom: 35px;
}

.form-group .col-md-4 button:hover{
    color: #bb9530;
    background-color: white;
    border: 1px solid #bb9530;    
}


#map-heading{
color: #bb9530;
}

#map{
    border: #000 1px solid;
}

#contact-section{
background-color: aliceblue;
margin-bottom: 20px;
}

.info-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
  }
  
  .info-card:hover {
    transform: translateY(-5px);
  }
  
  .icon {
    font-size: 3rem; /* Increase icon size */
    color: #bb9530; /* Bootstrap info color */
    margin-bottom: 15px;
  }
  
  .info-card-body {
    padding: 10px;
  }
  
  .info-card-title {
    font-weight: bold;
    color: #333;
  }
  
  .info-card-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.4; /* Increase line spacing for readability */
  }
  
  .row.justify-content-evenly > .col-md-3 {
    flex: 1 0 calc(25% - 20px); /* Reduce card width */
    max-width: 300px; /* Optional: Limit max width */
    margin: 10px;
  }
  .info-card-text a {
    text-decoration: none; /* Remove underline */
    color: #bb9530; /* Keep link color consistent */
    font-size: 1.1rem; /* Increase font size */
    font-weight: bold; /* Optional: Make it bolder */
  }
  
  .info-card-text a:hover {
    color: #0d6efd; /* Optional: Change color on hover for better UX */
  }

 #email-card a{
  color: #bb9530;
  font-size: 20px;
  }

  #mobile-card,#contact-section p{
    color: #bb9530;
    font-weight: bold;
    font-size: 20px;
  }


.stats-container h2{
    color:#e6e3da;
}




.internship-img{
    height: 410px;
    width: auto;
   margin-right:10px;
	border-radius:5px;
	 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 200px);
    padding: 20px;
}

.form-container {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
   
    max-width: 700px;
}

h2 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #bb9530;
    text-align: center;
}

.form-group {
    margin-bottom: 10px;
}

label {
    display: block;;
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

textarea {
    resize: vertical;
}

.sbtbtn{
    background-color: #bb9530;
    border: 1px solid #bb9530;
    color: #fff;
    padding: 10px 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 30%;
}

.sbtbtn:hover {
    background-color: #fff;
    border: 1px solid #bb9530;
    color: #bb9530;
}
 
.form-group  input,textarea {
    border: #bb9530 1px solid;
    border-radius: 8px;
}

.owl-nav {
    display: none !important;
}

.contact-btns input{
    font-size: 20px;
    background-color: #bb9530;
    color: #fff;
    border: 1px solid #bb9530;
}

.contact-btns .sb-btn:hover{
    background-color:#fff;
    color:  #bb9530 ;
    border: 1px solid #bb9530;
}


@media (max-width: 1199px) {
    .carousel-item p{
        font-size: 18px;
    }
    .carousel-item h3{
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    
    .owl-carousel .item{
        height: 380px;
    }
    .carousel-item p{
        font-size: 15px;
    }
    .carousel-item h3{
        font-size: 17px;
    }

    .internship-img {
        height: 200px;
        width: auto;
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    
    .owl-carousel .item{
        height: 260px;
    }
    .carousel-item p{
        font-size: 16px;
    }
    .carousel-item h3{
        font-size: 17px;
    }
    .internship-img {
        height: 150px;
        width: auto;
        padding-right: 0px;
        margin-right:0;
    }
}

@media (max-width: 425px) {
    
    .owl-carousel .item{
        height: 290px;
    }
    .carousel-item p{
        font-size: 10px;
    }
    .carousel-item h3{
        font-size: 14px;
    }
}

@media (max-width: 394px) {
    
    .owl-carousel .item{
        height: 310px;
    }
    .carousel-item p{
        font-size: 6px;
    }
    .carousel-item h3{
        font-size: 10px;
    }
    .navbar-brand{
        font-size: 15px;
    } 
    .contact-top{
        font-size: 13px;
    }
}




@media (max-width: 820px) {

    .navbar label{ 
        font-size: 18px;
    }
    .bg-abt-img img {
        height: 230px;
        width: 350px;
        display: flex;
        justify-self: center;
    }

    .footer-container h2 {
        font-size: 16px;
        margin-left: 20px;
    }

    .fa-arrow-right{
        font-size: 13px
    }

    .footer-menu-list li {
        display: flex;
        align-self: center;
    }

    .locations ul li {
        margin: 5px 0;
        font-size: 15px;
    }

    address p{
        font-size: 13px;
    }
    .tag-contact p{
        font-size: 13px;
    }

    .footer-menu-list a{
        font-size: 15px;
    }

    .testimonial marquee{
        display: flex;
        align-self: center;
        width: 320px;
    } 
}

@media (max-width: 600px) {
    footer {
        text-align: center;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .about-us,
    .service-locations,
    .contact {
        max-width: 100%;
        margin: 15px 0;
    }

    .footer-container h2 {
        font-size: 25px;
        margin-left: 0; 
    }

    .locations ul {
        width: 100%;
        text-align: center;
    }

    .locations {
        flex-direction: column;
        align-items: center;
    }

    .locations ul li {
        font-size: 16px;
    }

    address {
        text-align: center;
    }
}


@media (max-width: 537px) {
    .bg-abt-img img{
        height: 200px;
        width: 300px;
        margin-left: 10px;
    }   
    .navbar-brand{
        font-size: 17px;
    } 
}

@media (max-width: 447px) {
    .bg-abt-img img{
        height: 170px;
        width: 260px;
        margin-left: 10px;
    }
    .navbar-brand{
        font-size: 12px;
    } 

}

@media(max-width:1149px){
    .bottom-bar{
    width: 75%;
    }
    }
    @media(max-width:992px){
    .content-box{
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 70px;
    }
    .bottom-bar{
    display: none;
    }
    #contents{
    margin-top: 130px;
    }
    
    }

  @media(max-width:1341px){
    #banner{
    width: 320px;
    height: auto;
    }
    #navbar-top{
    margin-bottom: 20px;
    }
    }

    @media(max-width:1274px){
    #banner{
    width: 280px;
    height: auto;
    }
    #navbarNav a{
    font-size: 12px;
    }
    }
      
    @media (max-width: 1114px) {
        #banner {
        width: 240px;
        height: auto;
        top: 40px;
        }
  
        .col-md-2.col-md-4.me-md-5 {
            margin-left: 0 !important; /* Override the margin for this class */
            padding-left: 0; /* Ensure there's no padding on the left */
        }
    }


    @media(max-width:870px){
      
        #navbarNav a{
          font-size: 9px;
          }


          #subheader-right{
            position: relative;
            background-color: #fff; /* Blue background */
            color: #bb9530;
            border: 2px solid #bb9530;
           
            padding:5px 10px;
            text-align: center;
            display: inline-block;
          }
    }
    
    @media (max-width: 768px) {
        
        #banner {
            position: static; /* Default position to avoid overlapping */
            max-width: 200px; /* Scale down the logo for smaller screens */
            height: 70px; /* Maintain aspect ratio */
        }
      
        .navbar {
            padding-top: 10px; /* Add some spacing for dropdowns */
            padding-left: 10px; /* Add space between logo and navigation */
        }
      
        .navbar-collapse {
            margin-top: 20px; /* Push the navigation below the logo */
        }
        #header{
        height: 60px;
        }  
        .content-box {
          padding: 20px;
        }  

        .image-container {
          height: 400px; 
          width: 100%;
          margin: 0 auto; 
        }
      .content-box {
          top: 20px;
          padding: 20px;
          margin: 0 auto; 
          text-align: center; 
        }
    }