@media only screen and (max-width:320px) {
    * {
        box-sizing: border-box;
    }
    
    html, body {
        height: 100%;
        font-family: "Poppins", sans-serif;
        flex-direction: column;  
        width: 100%; 
        margin:0px;
        padding: 0px;
        text-align: center;
    }

    /* home page */
    .main-page-container {
        display: block;
        width: 100%;
        margin:auto;
        overflow: hidden;
       }

    .main-page-container .home-row {
        display: block;
        width: 90%;
        height: 100%;
        padding-top: 20px;
        margin: auto;
    }

    .main-page-container .home-row .col-2 {
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .main-page-container .home-row .col-2 h1 {
        display: block;
        width: 90%;
        height: 100%;
        font-size: 1.9rem;
        margin: auto;
    }

    .main-page-container .home-row .col-2 p {
       margin-bottom: 20px;
    }
    
    .main-page-container .home-row .col-2 .home-visit {
        margin: auto;
    }

    .main-page-container .home-row .col-2 img {
        display: block;
        margin: auto;
        padding-top: 30px;
    }
    
    .main-page-container .categories-services {
        display: block;
        width: 100%;
        margin: auto;
    }

    .main-page-container .categories-services .home-row .col-3 {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .main-page-container .categories-services .home-row .col-3 p {
        padding-bottom: 20px;
        margin: auto;
    }

    .main-page-container .categories-services .row-more {
    display: block;
    width: 90%;
    margin-bottom: 100px;
    height: fit-content;
    padding: 0 0 10px 0;
}

.main-page-container .categories-services .row-more img {
    width: 100%;
}

.main-page-container .categories-services .row-more .row-col .btn {
    max-width: 100%;
    margin: auto;
    font-size: .9em;
    margin-bottom: 15px;
}


/* footer */
.footer {
    display: block;
    width: 100%;
    height: 1100px;
    background: #303036;
    color: #686868;
    margin-top: 50px;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    margin-bottom: -50px;
}

.footer .footer-content {
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 20px;
    text-overflow: ellipsis;
    margin: auto;

}

.footer .footer-content .footer-section {
    width: 100%;
    margin: auto;
    height: 100%;
    margin-right: 20px;
}

.footer .footer-content .about {
    width: 100%;
    height: 350px;
    color: #686868;
    margin: auto;
    text-align: center;
    margin-left: -2px;
}

.footer .footer-content .footer-section img {
    width: 100%;
    margin-top: 20px;
    margin: auto;
    margin-top: -10px;
    margin-left: -60px;
}

.footer .footer-content p {
    color: #686868;
    align-items: center;
    margin-left: -50px;
}

.footer .footer-content .links {
    width: 100%;
    height: 350px;
    color: #686868;
    margin: auto;
    margin-top: 30px;
}

.footer .footer-content .links h2 {
    color: #686868;
    font-size: 1.5rem;
    margin-right: 60px;
}


.footer .footer-content .links ul a {
    color: #686868;
    list-style: none;
    font-size: 1rem;
    text-align: center;
    margin-left: -80px;
}

.footer .footer-content .links ul a :hover {
    color: white;
}

.footer .footer-content .contact-details {
    width: 100%;
    height: 350px;
    margin: auto;
    margin-left: -2px;
    margin-top: -20px;
}

.footer .footer-content .contact-details h2 {
    width: 100%;
    color: #686868;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-top: -10px;
}

.footer .footer-content .contact-details .contact {
    width: 100%;
    margin-left: -15px;
}

.footer .footer-content .contact-details .contact .socials {
    width: 100%;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15%;
    justify-content: space-between;
    margin-left: -7px;
}

.footer .footer-content .contact-details .contact .socials a {
    width: 45px;
    height: 41px;
    padding-top: 5px;
    margin-right: 5px; 
    text-align: center;
    display: inline-block;
    font-size: 1.3em;
    color: #686868;
    border-radius: 3px;
    transition: all .3s;
}

.footer .footer-content .contact-details .contact .socials a:hover {
    color: white;
}

.footer .footer-content .contact-details .contact span a {
    width: 90%;
    color: #686868;

}

.footer .footer-bottom {
    /* padding-bottom: 50px; */
    background: #343a40;
    color: #686868;
    width: 100%;
    padding: 0 10px 0 10px;
    position: absolute;
    height: 60px;
    font-size: .9rem;
    padding-top: 10px;
}
}

@media only screen and (max-width:480px) and (min-width: 321px) {
    * {
        box-sizing: border-box;
    }
    
    html, body {
        height: 100%;
        font-family: "Poppins", sans-serif;
        flex-direction: column;  
        width: 100%; 
        margin:0px;
        padding: 0px;
        text-align: center;
    }

    /* home page */
    .main-page-container {
        display: block;
        width: 100%;
        margin:auto;
        overflow: hidden;
       }

    .main-page-container .home-row {
        display: block;
        width: 90%;
        height: 100%;
        padding-top: 20px;
        margin: auto;
    }

    .main-page-container .home-row .col-2 {
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .main-page-container .home-row .col-2 h1 {
        display: block;
        width: 90%;
        height: 100%;
        font-size: 2.3em;
        margin: auto;
        margin-top: -30px;
    }

    .main-page-container .home-row .col-2 p {
       margin-bottom: 20px;
    }
    
    .main-page-container .home-row .col-2 .home-visit {
        margin: auto;
    }

    .main-page-container .home-row .col-2 img {
        display: block;
        margin: auto;
        padding-top: 30px;
    }
    
    .main-page-container .categories-services {
        display: block;
        width: 100%;
        margin: auto;
    }

    .main-page-container .categories-services .home-row .col-3 {
        display: block;
        width: 100%;
        height: fit-content;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .main-page-container .categories-services .home-row .col-3 p {
        padding-bottom: 25px;
        text-align: center;
    }

    .main-page-container .categories-services .row-more {
    display: block;
    width: 90%;
    margin-bottom: 100px;
    height: fit-content;
    padding: 0 0 10px 0;
}

.main-page-container .categories-services .row-more img {
    width: 100%;
}

.main-page-container .categories-services .row-more p {
    width: 100%;
    text-align: center;
}

.main-page-container .categories-services .row-more .row-col .btn {
    max-width: 100%;
    margin: auto;
    font-size: .9em;
    margin-bottom: 15px;
}


/* footer */
.footer {
    display: block;
    width: 100%;
    height: 1100px;
    background: #303036;
    color: #686868;
    margin-top: 50px;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    margin-bottom: -50px;
}

.footer .footer-content {
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 20px;
    text-overflow: ellipsis;
    margin: auto;

}

.footer .footer-content .footer-section {
    width: 100%;
    margin: auto;
    height: 100%;
    margin-right: 20px;
}

.footer .footer-content .about {
    width: 100%;
    height: 350px;
    color: #686868;
    margin: auto;
    text-align: center;
    margin-left: -2px;
}

.footer .footer-content .footer-section img {
    width: 216px;
    margin-top: 20px;
    margin: auto;
    margin-top: -10px;
    margin-left: -60px;
}

.footer .footer-content p {
    color: #686868;
    align-items: center;
    margin-left: -50px;
}

.footer .footer-content .links {
    width: 100%;
    height: 350px;
    color: #686868;
    margin: auto;
    margin-top: 30px;
}

.footer .footer-content .links h2 {
    color: #686868;
    font-size: 1.5rem;
    margin-left: -45px;
    margin-top: -30px;
}


.footer .footer-content .links ul a {
    color: #686868;
    list-style: none;
    font-size: 1rem;
    text-align: center;
    margin-left: -80px;
}

.footer .footer-content .links ul a :hover {
    color: white;
}

.footer .footer-content .contact-details {
    width: 100%;
    height: 350px;
    margin: auto;
    margin-left: -2px;
    margin-top: -20px;
}

.footer .footer-content .contact-details h2 {
    width: 100%;
    color: #686868;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-top: -10px;
}

.footer .footer-content .contact-details .contact {
    width: 100%;
    margin-left: -15px;
}

.footer .footer-content .contact-details .contact .socials {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15%;
    margin-left: 77px;
}

.footer .footer-content .contact-details .contact .socials a {
    width: 45px;
    height: 41px;
    padding-top: 5px;
    margin-right: 5px; 
    text-align: center;
    display: inline-block;
    font-size: 1.3em;
    color: #686868;
    border-radius: 3px;
    transition: all .3s;
}

.footer .footer-content .contact-details .contact .socials a:hover {
    color: white;
}

.footer .footer-content .contact-details .contact span a {
    width: 90%;
    color: #686868;

}

.footer .footer-bottom {
    /* padding-bottom: 50px; */
    background: #343a40;
    color: #686868;
    width: 100%;
    padding: 0 10px 0 10px;
    position: absolute;
    height: 60px;
    font-size: .9rem;
    padding-top: 10px;
}

}

@media only screen and (max-width: 600px) and (min-width: 481px) {
    * {
        box-sizing: border-box;
    }
    
    html, body {
        height: 100%;
        font-family: "Poppins", sans-serif;
        flex-direction: column;  
        width: 100%; 
        margin:0px;
        padding: 0px;
        text-align: center;
    }

    /* home page */
    .main-page-container {
        display: block;
        width: 100%;
        margin:auto;
        overflow: hidden;
       }

    .main-page-container .home-row {
        display: block;
        width: 90%;
        height: 100%;
        padding-top: 20px;
        margin: auto;
    }

    .main-page-container .home-row .col-2 {
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .main-page-container .home-row .col-2 h1 {
        display: block;
        width: 90%;
        height: 100%;
        font-size: 3em;
        margin: auto;
    }

    .main-page-container .home-row .col-2 p {
       margin-bottom: 20px;
    }
    
    .main-page-container .home-row .col-2 .home-visit {
        margin: auto;
    }

    .main-page-container .home-row .col-2 img {
        display: block;
        margin: auto;
        padding-top: 30px;
    }
    
    .main-page-container .categories-services {
        display: block;
        width: 100%;
        margin: auto;
    }

    .main-page-container .categories-services .home-row .col-3 {
        display: block;
        width: 100%;
        height: fit-content;
        margin-bottom: 30px;
        margin-top: 20px;
        padding-bottom: 15px;
    }

    .main-page-container .categories-services .row-more {
    display: block;
    width: 90%;
    margin-bottom: 100px;
    height: fit-content;
    padding: 0 0 10px 0;

}

.main-page-container .categories-services .row-more img {
    width: 100%;
}

.main-page-container .categories-services .row-more .row-col .btn {
    max-width: 100%;
    margin: auto;
    font-size: .9em;
    margin-bottom: 15px;
}


/* footer */
.footer {
    display: block;
    width: 100%;
    height: 1100px;
    background: #303036;
    color: #686868;
    margin-top: 50px;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    margin-bottom: -50px;
}

.footer .footer-content {
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 20px;
    text-overflow: ellipsis;
    margin: auto;

}

.footer .footer-content .footer-section {
    width: 100%;
    margin: auto;
    height: 100%;
    margin-right: 20px;
}

.footer .footer-content .about {
    width: 100%;
    height: 350px;
    color: #686868;
    margin: auto;
    text-align: center;
    margin-left: -2px;
}

.footer .footer-content .footer-section img {
    width: 216px;
    margin-top: 20px;
    margin: auto;
    margin-top: -10px;
    margin-left: -60px;
}

.footer .footer-content p {
    color: #686868;
    /* margin-top: -10px; */
    align-items: center;
    margin-left: -50px;
}

.footer .footer-content .links {
    width: 100%;
    height: 350px;
    color: #686868;
    margin: auto;
    margin-left: -2px;
    margin-top: 30px;
}

.footer .footer-content .links h2 {
    color: #686868;
    font-size: 1.5rem;
    margin-left: -30px;
    margin-top: -20px;
}


.footer .footer-content .links ul a {
    color: #686868;
    list-style: none;
    font-size: 1rem;
    text-align: center;
    margin-left: -70px;
}

.footer .footer-content .links ul a :hover {
    color: white;
}

.footer .footer-content .contact-details {
    width: 100%;
    height: 350px;
    margin: auto;
    margin-left: -2px;
    margin-top: -20px;
}

.footer .footer-content .contact-details h2 {
    width: 100%;
    color: #686868;
    margin-bottom: 30px;
    margin-left: -10px;
}

.footer .footer-content .contact-details .contact {
    width: 100%;
    margin-left: -15px;
}

.footer .footer-content .contact-details .contact .socials {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15%;
    margin-left: 110px;
}

.footer .footer-content .contact-details .contact .socials a {
    width: 45px;
    height: 41px;
    padding-top: 5px;
    margin-right: 5px; 
    text-align: center;
    display: inline-block;
    font-size: 1.3em;
    color: #686868;
    border-radius: 3px;
    transition: all .3s;
}

.footer .footer-content .contact-details .contact .socials a:hover {
    color: white;
}


.footer .footer-content .contact-details .contact span a {
    width: 90%;
    color: #686868;

}

.footer .footer-bottom {
    /* padding-bottom: 50px; */
    background: #343a40;
    color: #686868;
    width: 100%;
    padding: 0 10px 0 10px;
    position: absolute;
    height: 50px;
    font-size: 1rem;
    padding-top: 15px;
}

}

@media only screen and (max-width: 768px) and (min-width: 601px) {
    * {
        box-sizing: border-box;
    }
    
    html, body {
        height: 100%;
        font-family: "Poppins", sans-serif;
        flex-direction: column;  
        width: 100%; 
        margin:0px;
        padding: 0px;
        text-align: center;
    }

    /* home page */
    .main-page-container {
        display: block;
        width: 100%;
        margin:auto;
        overflow: hidden;
       }

    .main-page-container .home-row {
        display: grid;
        grid-template-columns: 45% 45%;
        align-items: center;
        justify-content: space-around;
        margin-top: 40px;
        margin-left: -10px; 
    }

    .main-page-container .home-row .col-2 {
        width: 90%;
    }

    .main-page-container .home-row .col-2 h1 {
       font-size: 40px;
       line-height: 60px;
       margin: 25px 0 0 25px;
    }

    .main-page-container .home-row .col-2 p {
       margin-bottom: 30px;
       margin-left: 25px;
    }
    
    .main-page-container .home-row .col-2 .home-visit {
        margin: auto;
        margin-left: 25px;
        margin-bottom: 40px;
    }

    .main-page-container .home-row .col-2 img {
        margin: auto;
        padding-top: 20px;
        margin-right: -20px;

    }
    
    .main-page-container .categories-services {
        margin: auto;
    }

    .main-page-container .categories-services .home-row {
        display: grid;
        grid-template-columns: 45% 45%;
        margin: auto;
    }

    .main-page-container .categories-services .home-row .col-3 {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-bottom: 15px;
    }

.main-page-container .categories-services .row-more {
    width: 77%;
    height: 250px;
    margin-bottom: 100px;
    padding: 0 0 10px 0;
    margin-top: 520px
}

.main-page-container .categories-services .row-more img {
    width: 40%;
    height: 250px;
}

.main-page-container .categories-services .row-more .row-col .btn {
    max-width: 100%;
    margin: auto;
    font-size: .8em;
    margin-bottom: 20px;
    margin-top: -10px;
}


/* footer */
.footer {
    display: block;
    width: 100%;
    height: 1100px;
    background: #303036;
    color: #686868;
    margin-top: 50px;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    margin-bottom: -50px;
}

.footer .footer-content {
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 20px;
    text-overflow: ellipsis;
    margin: auto;

}

.footer .footer-content .footer-section {
    width: 100%;
    margin: auto;
    height: 100%;
    margin-right: 20px;
}

.footer .footer-content .about {
    width: 100%;
    height: 350px;
    color: #686868;
    margin: auto;
    text-align: center;
    margin-left: -2px;
}

.footer .footer-content .footer-section img {
    width: 216px;
    margin-top: 20px;
    margin: auto;
    margin-top: -10px;
    margin-left: -60px;
}

.footer .footer-content p {
    color: #686868;
    /* margin-top: -10px; */
    align-items: center;
    margin-left: -50px;
}

.footer .footer-content .links {
    width: 100%;
    height: 350px;
    color: #686868;
    margin: auto;
    margin-left: -2px;
    margin-top: 30px;
}

.footer .footer-content .links h2 {
    color: #686868;
    font-size: 1.5rem;
    margin-left: -50px;
    margin-top: -30px;
}


.footer .footer-content .links ul a {
    color: #686868;
    list-style: none;
    font-size: 1rem;
    text-align: center;
    margin-left: -80px;
}

.footer .footer-content .links ul a :hover {
    color: white;
}

.footer .footer-content .contact-details {
    width: 100%;
    height: 350px;
    margin: auto;
    margin-left: -2px;
    margin-top: -20px;
}

.footer .footer-content .contact-details h2 {
    width: 100%;
    color: #686868;
    margin-bottom: 30px;
    margin-left: -15px;
}

.footer .footer-content .contact-details .contact {
    width: 100%;
    margin-left: -15px;
}

.footer .footer-content .contact-details .contact .socials {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15%;
    margin-left: 160px;
}

.footer .footer-content .contact-details .contact .socials a {
    width: 45px;
    height: 41px;
    padding-top: 5px;
    margin-right: 5px; 
    text-align: center;
    display: inline-block;
    font-size: 1.3em;
    color: #686868;
    border-radius: 3px;
    transition: all .3s;
}

.footer .footer-content .contact-details .contact .socials a:hover {
    color: white;
}


.footer .footer-content .contact-details .contact span a {
    width: 90%;
    color: #686868;

}

.footer .footer-bottom {
    background: #343a40;
    color: #686868;
    width: 100%;
    padding: 0 10px 0 10px;
    position: absolute;
    height: 50px;
    font-size: 1rem;
    padding-top: 15px;
}
}

@media only screen and (max-width: 900px) and (min-width: 769px) {
    * {
        box-sizing: border-box;
    }
    
    html{
        width: 100%;
    }
    
    body {
        height: 100%;
        font-family: "Poppins", sans-serif;
        flex-direction: column;  
        width: 100%; 
        margin:0px;
        padding: 0px;
        text-align: center;
    }

    /* home page */
    .main-page-container {
        display: block;
        width: 100%;
        margin:auto;
        overflow: hidden;
       }

    .main-page-container .home-row {
        display: grid;
        grid-template-columns: 45% 45%;
        align-items: center;
        justify-content: space-around;
        margin-top: -90px;
        margin-left: -10px; 
    }

    .main-page-container .home-row .col-2 {
        width: 90%;
        margin-top: -50px; 
    }

    .main-page-container .home-row .col-2 h1 {
       font-size: 50px;
       line-height: 60px;
       margin: 25px 0 0 25px;
    }

    .main-page-container .home-row .col-2 p {
       margin-bottom: 30px;
       margin-left: 25px;
       font-size: 1em;
    }
    
    .main-page-container .home-row .col-2 .home-visit {
        margin: auto;
        margin-left: 25px;
        margin-bottom: 20px;
    }

    .main-page-container .home-row .col-2 img {
        margin: auto;
        /* padding-top: 20px; */
        margin-right: -30px;
        margin-top: -100px;
    }
    
    .main-page-container .categories-services {
        margin: auto;
    }

    .main-page-container .categories-services .home-row {
        display: grid;
        grid-template-columns: 45% 45%;
        margin: auto;
    }

    .main-page-container .categories-services .home-row .col-3 {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-bottom: 15px;
    }

.main-page-container .categories-services .row-more {
    width: 77%;
    height: 250px;
    margin-bottom: 100px;
    padding: 0 0 10px 0;
    margin-top: 520px
}

.main-page-container .categories-services .row-more img {
    width: 40%;
    height: 250px;
}

.main-page-container .categories-services .row-more .row-col .btn {
    max-width: 100%;
    margin: auto;
    font-size: .9em;
    margin-bottom: 20px;
    /* margin-top: -10px; */
}

/* footer */
.footer {
    background:#303036;
    color: #686868;
    height: 400px;
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.footer .footer-content {
    /* to make the footer stick to the bottom go to body above */
    height: 350px;
    display: flex;
    margin: auto;
    width:100%;
}

.footer .footer-content .footer-section {
    /* give columns equal space each */
    flex: 1;
    padding: 25px 0px 25px 40px;
}

.footer .footer-content .footer-section img {
   width: 216px;
}
    

.footer .footer-content h2
.footer .footer-content h2 {
    color: #686868;
    font-size: 1.5rem;
}


.footer .footer-content .footer-section  {
   width: 100%;
}

.footer .footer-content .about p {
    width: 100%;
    margin-top: -10px;
    text-align: left;
 }

.footer .footer-content .contact-details .contact .socials {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15%;
    width: 100%;
    margin-left: 1px;
}

.footer .footer-content .contact-details .contact .socials a {
    width: 100%;
    height: 41px;
    padding-top: 5px;
    margin-right: 10px; 
    text-align: left;
    font-size: 1.3em;
    color: #686868;
    border-radius: 3px;
    transition: all .3s;
}

.footer .footer-content .contact-details .contact {
    margin-right: -30px;
    width: 100%;
    margin-top: -25px;
} 

.footer .footer-content .contact-details h2 {
    margin-left: -110px;
} 

.footer .footer-content .contact-details .contact span {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 8px;
    text-align: left;
    margin-right: -20px;
} 

.footer .footer-content .contact-details .contact span i {
    margin-right: -20px;
} 

.footer .footer-content .contact-details .contact span a {
    margin-left: 20px;
} 

.footer .footer-content .contact-details .contact span a:hover {
    color: white;
}

.footer .footer-content .contact-details .socials a:hover {
    border: 1px solid transparent;
}

.footer .footer-content .contact-details .socials a:hover {
    border: 1px solid white;
    color: white;
    transition: all .3s;
}

.footer .footer-content .links {
    display: block;
    width: 100%;
    color: #d3d3d3;
    font-size: 1.2em;
    transition: all .3s;
    margin-left: -10px;
}

.footer .footer-content .links h2 {
   font-size: 1.5rem;
   margin-left: -65px;
}

.footer .footer-content .links ul a {
    display: block;
    color: #686868;
    font-size: 1rem;
    transition: all .3s;
    text-align: left;
}

.footer .footer-content .links ul a:hover {
    color: white;
    margin-left: 15px;
    transition: all .3s;
}

.footer .footer-bottom {
    color: #686868;
    text-align: center;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 15px;
}

}

@media only screen and (max-width: 1024px) and (min-width: 901px) {
    * {
        box-sizing: border-box;
    }
    
    html, body {
        height: 100%;
        font-family: "Poppins", sans-serif;
        flex-direction: column;  
        width: 100%; 
        margin:0px;
        padding: 0px;
        text-align: center;
    }

    /* home page */
    .main-page-container {
        display: block;
        width: 100%;
        margin:auto;
        overflow: hidden;
       }

    .main-page-container .home-row {
        display: grid;
        grid-template-columns: 45% 45%;
        align-items: center;
        justify-content: space-around;
        margin-top: 80px;
        margin-left: -1px;
    }

    .main-page-container .home-row .col-2 {
        width: 90%;
    }

    .main-page-container .home-row .col-2 h1 {
       font-size: 50px;
       line-height: 60px;
       margin: 25px 0 0 25px;
    }

    .main-page-container .home-row .col-2 p {
       margin-bottom: 30px;
       margin-left: 25px;
    }
    
    .main-page-container .home-row .col-2 .home-visit {
        margin: auto;
        margin-left: 25px;
        margin-bottom: 20px;
    }

    .main-page-container .home-row .col-2 img {
        margin: auto;
        padding-top: 20px;
        margin-right: -60px;

    }
    
    .main-page-container .categories-services {
        margin: auto;
    }

    .main-page-container .categories-services .home-row {
        display: grid;
        grid-template-columns: 45% 45%;
        margin: auto;
    }

    .main-page-container .categories-services .home-row .col-3 {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-bottom: 15px;
    }

.main-page-container .categories-services .row-more {
    width: 77%;
    height: 250px;
    margin-bottom: 100px;
    padding: 0 0 10px 0;
    margin-top: 520px
}

.main-page-container .categories-services .row-more img {
    width: 40%;
    height: 250px;
}

.main-page-container .categories-services .row-more .row-col .btn {
    max-width: 100%;
    margin: auto;
    font-size: .9em;
    margin-bottom: 20px;
    /* margin-top: -10px; */
}

/* footer */
.footer {
    background:#303036;
    color: #686868;
    height: 400px;
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.footer .footer-content {
    /* to make the footer stick to the bottom go to body above */
    height: 350px;
    display: flex;
    margin: auto;
    width:100%;
}

.footer .footer-content .footer-section {
    /* give columns equal space each */
    flex: 1;
    padding: 25px 0px 25px 40px;
}

.footer .footer-content .footer-section img {
   width: 216px;
}
    

.footer .footer-content h2
.footer .footer-content h2 {
    color: #686868;
    font-size: 1.5rem;
}


.footer .footer-content .about  {
   width: 100%;
   text-align: left;
}

.footer .footer-content .about p {
    width: 100%;
    margin-top: -5px;
 }

.footer .footer-content .contact-details .contact .socials a {
    width: 45px;
    height: 41px;
    padding-top: 5px;
    margin-right: 10px; 
    text-align: center;
    display: inline-block;
    font-size: 1.3em;
    color: #686868;
    border-radius: 5px;
    transition: all .3s;
}

.footer .footer-content .contact-details .contact {
    margin-right: 10px;
    width: 100%;
    margin-top: -25px;
} 

.footer .footer-content .contact-details h2 {
    margin-right: -30px;
} 

.footer .footer-content .contact-details .contact span {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 8px;
    text-align: left;
} 

.footer .footer-content .contact-details .contact span a:hover {
    color: white;
}

.footer .footer-content .contact-details .socials a:hover {
    border: 1px solid transparent;
}

.footer .footer-content .contact-details .socials a:hover {
    border: 1px solid white;
    color: white;
    transition: all .3s;
}

.footer .footer-content .links {
    display: block;
    color: #686868;
    font-size: 1.2em;
    transition: all .3s;
    text-align: left;
}

.footer .footer-content .links h2 {
   font-size: 1.5rem;
   margin-left: 20px;
}

.footer .footer-content .links ul a {
    display: block;
    color: #686868;
    font-size: 1rem;
    transition: all .3s;
}

.footer .footer-content .links ul a:hover {
    color: white;
    margin-left: 15px;
    transition: all .3s;
}


/* .footer .footer-content .contact-details .contact {
    margin-right: -20px;
} */


.footer .footer-bottom {
    /* background: #343a40; */
    color: #686868;
    text-align: center;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 15px;
}

}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    * {
        box-sizing: border-box;
    }
    
    html, body {
        height: 100%;
        font-family: "Poppins", sans-serif;
        flex-direction: column;  
        width: 100%; 
        margin:0px;
        padding: 0px;
        text-align: center;
    }

    /* home page */
    .main-page-container {
        display: block;
        width: 100%;
        margin:auto;
        overflow: hidden;
       }

    .main-page-container .home-row {
        display: grid;
        grid-template-columns: 45% 45%;
        align-items: center;
        justify-content: space-around;
        margin-top: 80px;
        margin-left: -1px;
    }

    .main-page-container .home-row .col-2 {
        width: 90%;
    }

    .main-page-container .home-row .col-2 h1 {
       font-size: 50px;
       line-height: 60px;
       margin: 25px 0 0 25px;
    }

    .main-page-container .home-row .col-2 p {
       margin-bottom: 30px;
       margin-left: 25px;
       /* font-size: 1.1em; */
    }
    
    .main-page-container .home-row .col-2 .home-visit {
        margin: auto;
        margin-left: 25px;
        margin-bottom: 20px;
    }

    .main-page-container .home-row .col-2 img {
        margin: auto;
        padding-top: 20px;
        margin-right: -60px;

    }
    
    .main-page-container .categories-services {
        margin: auto;
    }

    .main-page-container .categories-services .home-row {
        display: grid;
        grid-template-columns: 45% 45%;
        margin: auto;
    }

    .main-page-container .categories-services .home-row .col-3 {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-bottom: 15px;
    }

.main-page-container .categories-services .row-more {
    width: 77%;
    height: 250px;
    margin-bottom: 100px;
    padding: 0 0 10px 0;
    margin-top: 520px
}

.main-page-container .categories-services .row-more img {
    width: 40%;
    height: 250px;
}

.main-page-container .categories-services .row-more .row-col .btn {
    max-width: 100%;
    margin: auto;
    font-size: .9em;
    margin-bottom: 20px;
    /* margin-top: -10px; */
}

/* footer */
.footer {
    background:#303036;
    color: #686868;
    height: 400px;
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.footer .footer-content {
    /* to make the footer stick to the bottom go to body above */
    height: 350px;
    display: flex;
    margin: auto;
    width:100%;
}

.footer .footer-content .footer-section {
    /* give columns equal space each */
    flex: 1;
    padding: 25px 0px 25px 40px;
}

.footer .footer-content .footer-section img {
   width: 216px;
}
    

.footer .footer-content h2
.footer .footer-content h2 {
    color: #686868;
    font-size: 1.5rem;
}

.footer .footer-content .about  {
    width: 100%;
    text-align: left;
 }
 
 .footer .footer-content .about p {
     width: 100%;
     margin-top: -5px;
  }
 
 .footer .footer-content .contact-details .contact .socials a {
     width: 45px;
     height: 41px;
     padding-top: 5px;
     margin-right: 10px; 
     text-align: center;
     display: inline-block;
     font-size: 1.3em;
     color: #686868;
     border-radius: 5px;
     transition: all .3s;
 }
 
 .footer .footer-content .contact-details .contact {
     margin-right: 10px;
     width: 100%;
     margin-top: -25px;
 } 
 
 .footer .footer-content .contact-details h2 {
     margin-left: -170px;
 } 
 
 .footer .footer-content .contact-details .contact span {
     display: block;
     font-size: 1.1rem;
     margin-bottom: 8px;
     text-align: left;
 } 
 

.footer .footer-content .contact-details .contact span a:hover {
    color: white;
}

.footer .footer-content .contact-details .socials a:hover {
    border: 1px solid transparent;
}

.footer .footer-content .contact-details .socials a:hover {
    border: 1px solid white;
    color: white;
    transition: all .3s;
}

.footer .footer-content .links {
    display: block;
    color: #686868;
    font-size: 1.2em;
    transition: all .3s;
    text-align: left;
    margin-left: 20px;
}

.footer .footer-content .links h2 {
   font-size: 1.5rem;
   margin-left: 15px;
}

.footer .footer-content .links ul a {
    display: block;
    color: #686868;
    font-size: 1rem;
    transition: all .3s;
}

.footer .footer-content .links ul a:hover {
    color: white;
    margin-left: 15px;
    transition: all .3s;
}


.footer .footer-bottom {
    /* background: #343a40; */
    color: #686868;
    text-align: center;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 15px;
}

}


   
