14 / 100
body{ margin-left: 100px; max-width: 1000px; } .modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.7); } .modal-content { background-color: #fefefe; margin: 10% auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 1000px; text-align: center; } .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer; } .close:hover, .close:focus { color: black; text-decoration-color: rgba(1, 2, 13, 1); cursor: pointer; } * {box-sizing: border-box} body {font-family: "Lato", sans-serif;} /* Style the tab */ .tab { float: left; border: 1px solid #ccc; background-color: #f1f1f1; width: 30%; height: 300px auto; } /* Style the buttons inside the tab */ .tab button { display: block; background-color: inherit; color: black; padding: 22px 16px; width: 100%; border: none; outline: none; text-align: left; cursor: pointer; font-size: 17px; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current "tab button" class */ .tab button.active { background-color: #ccc; } /* Style the tab content */ .tabcontent { opacity: 100%; float: left; padding: 10px 12px; padding-left: 10px; width: 70%; border-left: none; max-height:350px auto; display: none; text-align: left; } /* Clear floats after the tab */ .clearfix::after { content: ""; clear: both; display: table; } .service-category{ height: 250px; width: 300px; padding: 5px; display: block; } .imagecont { display: inline-block; position: relative; border: 2px solid gray; padding-bottom:10px; height: 240px; width: 300px; margin: 10px; } .caption { position: absolute; bottom: 0px; left: 0; width: 100%; background-color: gray; color: #fff; font-size: 16px; height: 30px; box-sizing: border-box; text-align: center; padding-top: 5px; font-weight: bold; } .iconimage{ max-height: 35px; vertical-align: middle; padding-right: 5px; } .slider { width: 600px; height: 350px; overflow: hidden; position: relative; margin-inline: 450px auto; } .slider img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.5s ease-in-out; object-fit: fill; } .slider .slider-content { display: flex; position: absolute; width: 100%; height: 100%; } .slider .slide { width: 100%; height: 100%; flex-shrink: 0; } .bannerleft { display: block; max-width:150px; height: 700px; background-color: #333; color: #fff; padding: 20px; float:left; margin: 10px; position: relative; } .los{ font-size: 42px; font-weight: bold; text-align: center; }

List of Services

Cleaning Services
Cleaning Services
Electronics Appliances Repair scaled
Electronics & Appliances Repair
Plumber Electrician Carpenter
Plumber, Electrician, Carpenter
Painting Interior and Civil
Painting, Interior and Civil
Car Bike Repair Services
Car / Bike Repair & Services
Pest Control and Disinfection Services
Pest Control and Disinfection Services
Health Personal
Health & Personal
Documents and Consultants scaled
Documents & Consultants
Events and Functions scaled
Events & Functions
Photography Services scaled
Photography Services
Movers and Travels scaled
Movers and Travels

function openModal() { document.getElementById("myModal").style.display = "block"; } function closeModal() { document.getElementById("myModal").style.display = "none"; } function openCity(evt, cityName) { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } var slideIndex = 0; showSlides(); function showSlides() { var slides = document.getElementsByClassName("slide"); for (var i = 0; i slides.length) { slideIndex = 1; } slides[slideIndex - 1].style.display = "block"; setTimeout(showSlides, 2000); // Change slide every 2 seconds }