    section{min-height:600px; margin-bottom:50px;}
/*	3  - Navbar */
    .topmenu { position:relative; top:11.5px; }
    .bgNavbar { background: url('images/bg-navbar.png') no-repeat top left; background-size: contain; background-color: #7b7f82; border:0;}

    .bgServices { background: url('images/bg-services.png') no-repeat top right; height:270px; }
    .bgServiceName { background: url('images/bg-servicename.png') no-repeat top right; background-color: #e4e9ee; }
    .bgServiceLine { background-image: linear-gradient(#ffffff, #edf8ff); }

    .bgHowitworkLeft { background: url('images/bg-howitwork-left.png') no-repeat bottom left; }
    .bgHowitworkCenter { background: url('images/bg-howitwork-center.png') no-repeat top center; }

    .bgWhychooseus { background: url('images/bg-whychooseus.png') no-repeat top; background-size: cover; background-color: #f0f0f0; }
    .bgWhychooseusName { background-color: #d5efff; }

    .navbar-brand{padding-top:.25rem;padding-bottom:.25rem;margin-right:0;}
    .navbar-custom{padding-top:.25rem;padding-bottom:.25rem; border-bottom:0px solid #36a0fb; box-shadow: 0 0 26px 0 rgba(54, 160, 251, .26);}

    .navbar-custom .navbar-brand{font-weight:700;}
    .navbar-custom .navbar-nav .nav-item .nav-link{background-color:transparent; border:transparent; color:#FFFFFF; border-radius:6px; font-size:1rem;}
    .navbar-custom .navbar-nav .nav-item .nav-link:hover,
    .navbar-custom .navbar-nav .nav-item .nav-link.active{background-color:transparent; border:transparent; color:#323244; text-decoration:none;}

    .no-footer { border:0 !important; }

/* Banner */
    .carousel-item {height: max-content; min-height: max-content;}
    .carousel-caption { right:24%; left:8%; bottom:10%}

    .carousel-caption a img { width: 30% !important; }


 /* General Footer Styling */
    .footer-container {display:flex; flex-wrap:wrap; margin:0 auto; border-bottom:1px solid #efefef; padding-bottom:20px;}
    .footer-section {width:19.92%; margin-top:14px;}
    .footer-section img {min-width:76px;max-width:76px;}
    .footer-section h6 {display:inline-flex; font-family: 'Arial Bold';  padding-bottom:14px;}
    .footer-section ul {list-style:none; padding:0; margin:0;}
    .footer-section ul li {margin-bottom:10px;}
    .footer-section ul li a {color:#D8D6D6; text-decoration:none; transition:color 0.3s; padding-right:10px;}
    .footer-section ul li a:hover,
    .footer-section ul li a.active{color:#F05B23;}
    
    footer .follow_links { display:flex; margin-bottom:0;}
    footer .follow_links li { display:flex; margin-top:4px; margin-right:6px;}

    .footer-section li ::placeholder {color: #D8D6D6; opacity: 1; /* Firefox */}
    .footer-section li ::-ms-input-placeholder { /* Edge 12-18 */color: #D8D6D6;}

    /* Responsive Design for Mobile */
    @media (max-width: 991px) {
        .footer-section {width:33.30%;} .topmenu { top:0; } 

    }
    @media (max-width: 768px) {
        .footer-section {width:49.92%; margin-left: 0 !important;} 
    }
    @media (max-width: 575px) {
        .footer-section {width:100%; margin-left: 0 !important;} 

    }