:root {
    --bg-overlay-color: rgba(0, 0, 0, 0.2); /* Semi-transparent black */
}

body {
    margin: 0;
    padding: 0;

    padding-top: var(--header-height); /* Ensure this matches the header height */

}


header {
    z-index: 10;
    position: fixed; /* or sticky */

}
footer{
    font-size: 14px;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Loading image styles and flip animation */
.loading-image {
    width: 100px; /* Adjust the size as needed */
    animation: flip 2s linear infinite;
}

/* Keyframes for flipping */
@keyframes flip {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); }
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;

}




.rposition {
    position: relative;
}

/* styles.css */

.aboutimage img {
    max-width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block; /* Prevents bottom spacing issue */
}
.float-about{
    float:right;
    width:300px;
    margin-left:1rem !important;
}


.abouttext {
    flex: 1; /* Take up available space */
    overflow: hidden; /* Hide overflow content */
    
}

.abtparagraph {
    flex: 1; /* Allow paragraph to take up remaining space */
    overflow: hidden; /* Hide overflowing text */
}
 
.dashboardstyle{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.aboutbgcolor{
    background-color: #f8f9fa !important;
}
.aboutpageicon {
    position: absolute !important;
    top: -20%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #089ef5 !important;
    color: white !important;    
    border: 6px solid white;
    width: 54px;
    height: 54px;
    font-size: 20px;
    border-radius: 50px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    z-index: 1;
}
.info-box {
    text-align: center;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    opacity: 0.8;
    z-index: 2;

}

.info-box:hover {
    transform: translateY(-10px);
}

.info-box h2 {
    font-size: 36px;
    color: #089ef5;
    margin-bottom: 10px;
    font-weight: 700;
}

.info-box p {
    font-size: 18px;
    color: #333;
    margin: 0;
}
#typewriter{
    color: #fff;
}

.margintopabout{
    margin-top: 8% !important;
}
.containers h1 {
    margin: 0;
    font-size: 12vh;
    font-weight: 700;
    line-height: 1;
    color: #FFFF !important;
}

.containers .btn {
    background-color: #089ef5 !important;
    border: 0;
}

.video-container {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--header-height));
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.full-landing-image{
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat;
}

#videoContainer {
    position: relative;
    width: 100%;
   
    overflow: hidden;
}

#backgroundImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the entire area */
    object-position: center; /* Centers the image */
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    border: none; /* Remove any borders */
    outline: none; /* Remove any outlines */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.6;
}
.titlecss h1 {
    font-weight: bold; /* Ensures the text is bold */
    font-size: 30px !important;
}
.listp {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 1rem; /* Removes default padding */
    margin: 0; /* Removes default margin */
}
.listp li {
    flex: 0 0 100%; /* Each item takes up 50% of the width */
    margin-bottom: 10px;
}


.video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-overlay-color);
    z-index: 1;
   
}

.containers {
    position: absolute;
    top: 25% !important;
    left: 0;
    width: 100%;        
    z-index: 2;
}
.maincolor {
    color: #089ef5 !important; 
}
.colorblack {
    color: #212529 !important
}
.bg-maincolor {
    background-color: #089ef5 !important;
}

.box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem; /* Space between boxes */
}
.boxs {
    background-color: white; /* Light grey background */

    flex: 1 1 20%; /* Flex-grow, flex-shrink, flex-basis */
/* Adjust to make sure boxes fit in a row and wrap on smaller screens */
aspect-ratio: 4; /* Maintain a 1:1 aspect ratio */
padding: 1rem !important;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.5rem; /* Responsive text size */
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: transform 0.3s;
opacity: 0.8;
z-index: 2;

}


.bottom-container {
    position: absolute;
    bottom: 0; /* Adjust as needed */
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
    opacity: 0; /* Initially hide the element */

}
.title {
    font-size: 4rem;
}


/* Navbar and other styles */
.navbar-dark .contact-info {
    font-size: 14px;
    color: white;
    padding: 5px 0;
    font-weight: 400;
}

.socialcss {
    opacity: 0.5;
}

.socialcss:hover {
    opacity: 1;
    transform: rotateY(180deg);
}

.contact-info .bi-phone {
    margin-left: 15px !important;
}

.sent-messages {

    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
    transition-duration: 5s;
}

.social-media a {
    display: none;
}

.contact-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info .bi-phone {
    float: right;
    margin-left: 0px !important;
}

.navbar-collapse {
    justify-content: flex-end;
}


.navbar-nav {
    display: flex;
    text-align: left !important;
}

.nav-item {
    margin-left: 20px; /* Adjust this value for the desired gap */
    text-align: right;
    color: #000 !important;  
    font-weight: 600;
    font-size: 1.2rem;
}

.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0 !important; /* Remove padding-right from the last nav-link */

}


.navbar-brand img {
    max-height: 50px;
}



.full-width-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Reset italic style for the <i> tag */
i {
    font-style: normal;
}

/* Style the anchor and span inside the <i> tags */
i a,
i span {
    color: white;
    text-decoration: none; /* Optional: Remove underline from the anchor */
}

/* Ensure icons also appear white */
.bi-envelope,
.bi-phone {
    color: white;
}

/* Maintain white color on hover */
i a:hover,
i span:hover {
    color: white;
}

.swiper-container {
            width: 100%;
            padding: 20px 0;
        }

        .swiper-wrapper {
            display: flex;
            align-items: center;
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.3s ease;
        }

        .swiper-slide img {
            max-width: 100%;
            height: auto;
            padding: 15px;
        }
/* Container for team member */
.team-member {
    position: relative;
    width: 100%;
    text-align: end;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column; /* Stack children vertically */

}
.building {
    position: relative;
    width: 100%;
    text-align: end;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column; /* Stack children vertically */

}
.services{
    position: relative;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column; /* Stack children vertically */

}
.servicep{
    text-align: end;
    color: #212529 !important;
}
.servicehover:hover{
    color: red !important;
}

.mousrcursor{
    cursor: pointer;
}
.service-info {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    padding: 15px; /* Adjust as needed */

}

.service-content {
    display: flex;
    justify-content: space-between; /* Distribute space between items */
    align-items: center; /* Center items vertically */
}


/* Team member photo */
.team-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.building-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.team-name{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

/* Team member info */
.team-info {
    padding: 15px;
/* Add margin or padding if needed to ensure spacing */
text-transform: capitalize !important;
}

/* Icons container */
.team-icons {
    position: absolute;
    bottom: 0; /* Adjust based on height of .team-info */
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9); /* Optional: background for icons */

    display: flex;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(100%); /* Hide icons initially by moving them out of view */
    transition: opacity 0.1s ease-out, transform 0.9s ease-out; /* Smooth transitions */
}

/* Icons */
.team-icons .icon {
    color: #333;
    font-size: 20px;
}

/* Hover effect */
.team-member:hover .team-icons {
    opacity: 1; /* Show icons on hover */
    transform: translateY(0); /* Slide icons up into view */
}
/*===============picture gallery css============*/
.picture-icon {
    position: absolute;
    bottom: 0; /* Adjust based on height of .team-info */
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9); /* Optional: background for icons */
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(100%); /* Hide icons initially by moving them out of view */
    transition: opacity 0.1s ease-out, transform 0.9s ease-out; /* Smooth transitions */
}
/* Icons */
.picture-icon .icon {
    color: #333;
    font-size: 20px;
}

/* Hover effect */
.image-item:hover .picture-icon{
    opacity: 1; /* Show icons on hover */
    transform: translateY(0); /* Slide icons up into view */
}

.photo-gallery {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* This allows the columns to wrap when the screen size is smaller */
}

.column {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    flex: 1; /* This makes each column flexible */
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rposition {
    position: relative;
}


.popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    z-index: 1031;
    display: none;            
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.popup-image span {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}
.popup-image img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 5px;
    object-fit: contain;
}
.popup-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 1000;
}
.popup-controls button {            
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s ease;
}
.popup-controls button:hover {
    background: rgba(255, 255, 255, 0.8);
}
.greetings-image {
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10031;
            display: inline-flex;
            align-items: center !important;
            justify-content: center !important;
            flex-direction: column !important;
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }

        .greetings-image span {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 60px;
            font-weight: bolder;
            color: #333;
            cursor: pointer;
            z-index: 100;
        }

       .greetings-image img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 5px;
    object-fit: contain;
    
    /* Set initial opacity to 0 (invisible) */
    opacity: 0;
    
    /* Apply the fade-in animation */
    animation: fadeIn 2s ease-in-out forwards;
}

.contact-icon {
            background-color: #f8f9fa;
            border-radius: 5px;
            padding: 10px;
            transition: transform 0.3s ease;            
            margin-right: 15px;
        }
        .contact-icon:hover {
            transform: scale(1.1);
        }
        
       
        .contacts-info p, .contact-form p {
            font-size: 16px;
            margin-bottom: 10px;
        }
        .contacts-info label, .contact-form label {
            font-weight: bold;
        }
              
        .btn-primary:hover {
            background-color: #0056b3;
        }
        .contacts-info, .contact-form {
            background-color: #fff;
            
        }
        .contact-container {
            margin-top: 50px;
        }
        .row-equal-height {
            display: flex;
            align-items: stretch;
        }
        /* To make name and email fields align on the same line */
        .form-row {
            display: flex;
            justify-content: space-between;
        }
      
        .form-row .form-group:last-child {
            margin-right: 0;
        }

        /* Flexbox Layout */
        .contacts-info p {
            display: flex;
            align-items: center; /* Align items vertically */
            margin-bottom: 20px; /* Add space between sections */
        }
        .contacts-info .icon-container {
            margin-right: 15px; /* Space between icon and text */
        }
        .contacts-info .text-container {
            font-size: 18px; /* Make the content font bigger */
        }
        .contacts-info p strong {
            font-size: 22px; /* Make labels bigger */
        }

        /* Flexbox Layout for each contact item */
        .displaycontact {
            display: flex;
            align-items: center; /* Vertically center the items */
            margin-bottom: 20px; /* Add space between each contact information section */
        }
        .displaycontact .icon-container {
            margin-right: 15px; /* Space between icon and text */
        }
        .displaycontact .text-container {
            font-size: 18px; /* Adjust the font size of the text */
        }

/* Define the fade-in animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


        /* Class to hide the popup */
        .hidden {
            display: none;
        }

        /* Class to show the popup */
        .visible {
            display: flex;
        }

.center {
    display: flex;
    flex-direction: column; /* Stack images vertically */
    justify-content: center; /* Center vertically if necessary */
    align-items: center; /* Center horizontally */
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
}


.footerimgheight1{
    max-width: 30%;
}
.footerimgheight2{
    display: block;
    max-width: 100%;
    height:auto;
    margin-top: -10px !important;
}


/*========service page css=================*/

.image-container {
    position: relative;
    width: 100%;
    height: 300px;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black transparent layer */
}
.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.service-list-bg.active {
    background-color: #089ef5 !important; /* Change this to your desired color */
    border-color: #089ef5 !important; /* Change this to match the background color */
}
.textjustify{
    text-align: justify;
}
.list-group-item.clicked {
    background-color: #089ef5 !important; /* Change this to your desired color */
    border-color: #28a745 !important; /* Change this to match the background color */
}

.liststyle{
    list-style-position: outside;
    text-align: justify;

}
.nav-link.active {
    color: #495057;
    background-color: #e9ecef;
    border-color: #007bff;
}

.spinner-email {
    border: 4px solid #fff;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.jOACPc {
    display: none !important;
}
.showcaseb {
    overflow: hidden; /* Hide overflowing content */
    width: 100%; /* Ensure the slider takes up the full width of the container */
}
.sliderb {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 15px; /* Control the gap between the items */
}
.itemb {
    flex: 1 0 0; /* Each item will grow and shrink equally */
    margin-right: 15px; /* Adjust margins as needed */
    box-sizing: border-box;
}
.building-photo {
    width: 100%; /* Make the image fill the container */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure image covers the container */
}
.service-info {
    padding: 10px; /* Add padding to the info section */
}

/* Keyframes for infinite sliding */
@keyframes slideForever {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Adjusted for smooth sliding where entire columns are visible */
.sliderb {
    animation: slideForever linear infinite; /* Animation applied with dynamic duration */
}

.btnoutline{    
    border-color: #212529 !important;
}

.facebook-icon:hover {
    background-color: #1877F2; 
    color: white;
    border-color: #1877F2 !important;
}

/* Twitter (X) hover effect */
.twitter-icon:hover {
    background-color: #000000; 
    color: white;
    border-color: #000000;
}

/* Instagram hover effect */
.instagram-icon:hover {
    background-color: #E4405F; 
    color: white;
     border-color: #E4405F !important ;
}

.bubble {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  background-color: white;
  bottom: -30px;
  opacity: 0.2;
  animation: bubble 15s ease-in-out infinite,
    sideWays 4s ease-in-out infinite alternate;
}

@keyframes bubble {
  0% {
    transform: translateY(0%);
    opacity: 0.06;
  }
  100% {
    transform: translateY(-120vh);
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 200px;
  }
}

.bubble--1 {
  left: 10%;
  animation-delay: 0.5s;
  animation-duration: 16s;
  opacity: 0.2;
}

.bubble--2 {
  width: 15px;
  height: 15px;
  left: 40%;
  animation-delay: 1s;
  animation-duration: 10s;
  opacity: 0.1;
}

.bubble--3 {
  width: 10px;
  height: 10px;
  left: 30%;
  animation-delay: 5s;
  animation-duration: 20s;
  opacity: 0.3;
}

.bubble--4 {
  width: 25px;
  height: 25px;
  left: 40%;
  animation-delay: 8s;
  animation-duration: 17s;
  opacity: 0.2;
}

.bubble--5 {
  width: 30px;
  height: 30px;
  left: 60%;
  animation-delay: 10s;
  animation-duration: 15s;
  opacity: 0.1;
}

.bubble--6 {
  width: 10px;
  height: 10px;
  left: 80%;
  animation-delay: 3s;
  animation-duration: 30s;
  opacity: 0.4;
}

.bubble--7 {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-delay: -7s;
  animation-duration: 25s;
  opacity: 0.3;
}

.bubble--9 {
  width: 20px;
  height: 20px;
  left: 50%;
  bottom: 30px;
  animation-delay: -5s;
  animation-duration: 19s;
  opacity: 0.2;
}

.bubble--10 {
  width: 40px;
  height: 40px;
  left: 30%;
  bottom: 30px;
  animation-delay: -21s;
  animation-duration: 16s;
  opacity: 0.3;
}

.bubble--11 {
  width: 30px;
  height: 30px;
  left: 60%;
  bottom: 30px;
  animation-delay: -13.75s;
  animation-duration: 20s;
  opacity: 0.3;
}

.bubble--11 {
  width: 25px;
  height: 25px;
  left: 90%;
  bottom: 30px;
  animation-delay: -10.5s;
  animation-duration: 19s;
  opacity: 0.3;
}
 .logo-container {
      display: flex;
      justify-content: space-between; /* Space between images */
      align-items: center; /* Vertically center images */
      gap: 25px; /* Add a gap between the images */
      flex-wrap: wrap; /* Allow wrapping if the screen is small */
    }

    .logo-container img {
      max-width: 110px; /* Control the max width of images */
      width: 100%; /* Ensure the images are responsive */
      height: auto; /* Maintain aspect ratio */
    }
 .navbar-nav .nav-link .highlighted {
    color: #FF5733; /* Change this to your preferred color */
    font-weight: bold; /* Optional: Make the text bold */
}
.job-card {
            border: 1px solid #ddd;
            padding: 20px;
            margin-bottom: 20px;
            border-radius: 8px;
            cursor: pointer;

        }
        .jobcardsection{
            max-height: 80vh; /* Set the max-height to 80% of the viewport height */
            overflow-y: auto;  /* Enable vertical scrolling when the content overflows */
        }
        .job-title {
            font-size: 1.5rem;
            font-weight: bold;
        }
        .job-description {
            margin-top: 10px;
            font-size: 1rem;
        }
        .job-location, .job-type {
            margin-top: 5px;
            color: #555;
        }
        .job-details {
            display: none; 
            transition: all 0.3s ease-in-out;
            max-height: 80vh; /* Set the max-height to 80% of the viewport height */
            overflow-y: auto;  /* Enable vertical scrolling when the content overflows */
            border: 1px solid #ddd;
            border-radius: 8px;
            background-color: #f8f9fa;
        }
        .sticky-nav {
            position: sticky;
            top: 0;
            background-color: #f8f9fa;           
            border: 1px solid #ddd;
            border-radius: 8px;
            display: none; /* Use flexbox layout */
            justify-content: space-between; /* Space between elements */
            align-items: center; /* Vertically align the elements */
            margin-bottom: 10px;
            z-index: 10;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        }
        .sticky-nav-content {
            display: flex; /* Use flexbox to align items in a row */
            justify-content: space-between; /* Space out items as much as possible */
            align-items: center; /* Vertically center the elements */
            width: 100%; /* Ensure the container takes the full width */
        }

        .jobdetailsbox {
            padding-bottom: 20px;
        }
/*=========================================*/


@media screen and (max-width: 991px) {
.nav-item {
    margin-left: 0px;
    text-align: left;
    color: #000 !important;  
    font-weight: 600; 
}
 .navbar-collapse ul {
       margin-top: 5%;
    }
    .navbar-collapse ul li {
       border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    }
}




@media screen and (max-width: 768px) {
    .photo-gallery {
        justify-content: space-between; /* Add space between the columns */
    }

    .column {
        flex-basis: calc(50% - 20px); /* Two columns with a 20px gap between them */
    }
    .popup-image img {
        width: 95%;
    }
    .contact-info,
    .social-media {
        text-align: center;
    }
    .containers h1 {
    margin: 0;
    font-size: 8vh;
    font-weight: 700;
    line-height: 1;
  
}
.nav-item {
    margin-left: 0px;
    text-align: left;
    color: #000 !important;  
    font-weight: 600; 
}
 .navbar-collapse ul {
       margin-top: 5%;
    }
    .navbar-collapse ul li {
       border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    }
}

@media screen and (max-width: 480px) {
    .listp li {
        flex: 0 0 100%; /* Each item takes up 50% of the width */
        margin-bottom: 10px;
    }
    .containers h1 {
    margin: 0;
    font-size: 8vh;
    font-weight: 700;
    line-height: 1;
    
}

.nav-item {
    margin-left: 0px;
    text-align: left;
    color: #000 !important;  
    font-weight: 600; 
}
}@media (max-width: 400px) {
 
.float-about{
    
    width:100%;
    margin-left:0px;
}

}

@media (max-width: 369px) {
    .hidescreen {display: none;}
    .containers h1 {
    margin: 0;
    font-size: 8vh;
    font-weight: 700;
    line-height: 1;
   
}
 .navbar-collapse ul {
       margin-top: 5%;
    }
    .navbar-collapse ul li {
       border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    }


}

