/*
* Document Name:
* Purpose:
* Author:
* Date:
*/

/*Declaring css variable's*/
:root {

    /*Color variable's*/
    --backgroundgrey: #454B4F;
    --textgrey: #454545;
    --lighttextgrey: #A7A7A7;
    --orange: #DF7040;
    --white: #ffffff;
    --black: #000000;

    /*Font Sizes*/
    --fulltitle: 52px;
    --fullsubtitletext: 45px;
    --fullnavtext: 20px;
    --fullparagraphtext: 25px;

    --mediumsubtitletext: 32px;
}

/*----------------BODY-----------------*/
@font-face {
    font-family: myFirstFont;
    src: url('/fonts/Interfont.ttf');
}

body{
    font-family: myFirstFont;
    background-color: var(--white);
    padding: 0%;
    margin: auto;
    overflow-x:hidden
}
/*---------------END OF BODY-------------*/
.icon{
    display: none;
}
/*--------------TOPNAVBAR----------------*/
.topnav{
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: var(--backgroundgrey);
    top: 0;
    z-index: 1
}

.topnavimage{
    width: fit-content;
    height: 100px;
    float: left;
    margin-left: 20px;
}

.topnavimage img{
    width: 100%;
    height: 110%;
}

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 40px;
    margin-right: 100px;
}

.topnavtext a{
    color: var(--lighttextgrey);
    font-size: var(--fullnavtext);
    text-decoration: none;
    padding: 10px;
    transition: 0.1s;

}

.topnavtext .active{
    color: var(--orange);
    font-weight: bold;
}

.topnav a:hover{
    color: var(--orange);
    font-weight: bolder;
    transition: 0.3s;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/
.display{
    width: 100%;
    height: 500px;
}

.display-contents{
    margin-top: 100px;
    width: 100%;
    height: 100%;
}

.display-contents img{
    width: 100%;
    height: 100%;
}

.display-text-centered {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size:var(--fulltitle);
    font-weight: bold;
}

.display-text-centered-two {
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: var(--fulltitle);
    font-weight: bold;
}

.hold-button{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*-----------End Of Display------------*/

/*service's*/
.services-wrapper {
    width: 100%;
    height: 800px;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.services-info {
    width: 50%;
    height: 800px;
    float: left;
    text-align: left;
}

.services-info h1 {
    margin-top: 100px;
    font-size: var(--fullsubtitletext);
    margin-left: 300px;
    color: var(--textgrey);
}

.services-info p{
    margin-left: 300px;
    font-size: var(--fullparagraphtext);
    line-height: 1.5;
    color: var(--black);
}

.services-image {
    width: 20%;
    height: fit-content;
    float: left;
    text-align: left;
    margin-left: 150px;
    margin-top: 50px;
}

.residential-images{
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.services-contact-button {
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 300px;
    margin-top: 150px;
    transition: 0.3s;
}

.services-gallery-button {
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 20px;
    margin-top: 150px;
    transition: 0.3s;
}

.button-wrapper{
    width: 100%;
    height: 50px;
    margin-right: 100px;
    margin-top: 100px;
}

.button-wrapper a{
    transition: 0.3s;
}

.services-list-wrapper{
    width: 100%;
    height: 400px;
}

.services-list-title{
    width: 100%;
    height: 50px;
    text-align: center;
}

.services-list-title h1{
    color: var(--textgrey);
    font-size: var(--fullsubtitletext);
}

.left-list{
    width: 50%;
    height: 200px;
}

.left-list p{
    float: right;
    font-size: var(--fullparagraphtext);
    line-height: 1.5;
    color: var(--black);
}

.right-list {
    width: 48%;
    height: 200px;
    float: right;
    margin-top: -200px;
}

.right-list p{
    font-size: var(--fullparagraphtext);
    line-height: 1.5;
    color: var(--black);
}

.service-list-button-wrapper{
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 50px;
}

.services-list-contact-button {
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    transition: 0.3s;
}

.services-container{
    border-top: 1px;
    border-top: 4px solid;
    border-top: solid var(--lighttextgrey);
    margin-top: 100px;
    width: 100%;
    height: 300px;
    text-align: center;
    color: var(--black);
}

.services-container h1{
    font-size: var(--fullparagraphtext);
    font-weight: normal;
    margin-top: 50px;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.services-box {
    height: 380px;
    width: 400px;
    display: inline-block;
    margin-right: -50px;
    margin-left: -50px;
    margin-top: 50px;
}

.services-btn{
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    transition: 0.3s;
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 150px;
    background-color: var(--orange);
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 250px;
}

.expert-title h1{
    color: var(--white);
    margin-top: 55px;
}

.expert-contact {
    width: 30%;
    margin-right: 250px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 45px;
   transition: 0.3s;
}

.contact-btn{
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--black);
    background-color: var(--white);
    text-decoration: none;
}
/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    margin-top: 150px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    width: 470px;
    height: 200px;
}

.logo-footer img{
    width: 100%;
    height: 100%;
    margin-top: 25px;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -200px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: 400px;
    display: inline-block;
    margin-right: -20px;
    margin-left: -20px;
    text-align: left;
    margin-top: 30px;
}

.footer-info-box h1{
 font-size: var(--fullparagraphtext);
 color: var(--orange);
}

.footer-info-box a{
    text-decoration: none;
    color: var(--white); 
    transition: 0.3s;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 30px;
    margin-right: 300px;
    margin-left: -300px;
}

.footer-info-box-message h1{
   font-size: var(--fullparagraphtext);
   color: var(--orange);
}

.info-contact-btn{
    padding: 20px 60px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    transition: 0.3s;
}

.footer-spacer-contact{
    width: 100%;
    height: 25px;
}

.footer-copyright {
    background-color: #454545;
    width: 100%;
    height: 20px;
    margin-top: -20px;
    text-align: center;
}

.footer-copyright h1{
    font-size: 12px;
    color: var(--white);
}

/*-------------HOVER----------------*/
.button-wrapper a:hover{
    color: var(--orange);
    border-color: var(--orange);
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    background-color: var(--white);
    transition: 0.3s;
}

.service-list-button-wrapper a:hover{
    color: var(--orange);
    border-color: var(--orange);
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    background-color: var(--white);
    transition: 0.3s;
}
.services-btn a:hover{
    color: var(--orange);
    border-color: var(--orange);
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    background-color: var(--white);
    transition: 0.3s;
}

.division-box a:hover{
    color: var(--orange);
    border-color: var(--orange);
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    background-color: var(--white);
    transition: 0.3s;
}

.services-box a:hover {
    color: var(--orange);
    border-color: var(--orange);
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    background-color: var(--white);
    transition: 0.3s;
}

.expert-contact a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: var(--orange);
    background-color: var(--white);
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: var(--orange);
    background-color: var(--white);
    text-decoration: none;
    transition: 0.3s;
}

.footer-info-box a:hover{
    font-weight: bold;
    transition: 0.3s;
}

.footer-info-box-message a:hover{
    color: var(--orange);
    border-color: var(--orange);
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    background-color: var(--white);
    transition: 0.3s;
}

/***********************************SCREEN SIZING*****************************************************/
@media screen and (max-width: 1800px) and (min-width: 1280px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .icon{
        display: none;
    }
    /* The dots/bullets/indicators */
.dot {
    height: 5px;
    width: 5px;    
  }

  .dots{
    text-align: center;
    margin-top: -50px;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: -70px;
}

.topnavimage img{
    width: 200px;
    height: 80px;
    margin-top: 15px;
    margin-left: -20px;
}

.topnav a{
    font-size: 14px;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/
.display{
    width: 100%;
    height: 400px;
}

.display-contents{
    margin-top: 100px;
    width: 100%;
    height: 100%;
}

.display-contents img{
    width: 100%;
    height: 100%;
}

.display-text-centered {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size:var(--fulltitle);
    font-weight: bold;
}

.display-text-centered-two {
    position: absolute;
    top: 320px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: var(--fulltitle);
    font-weight: bold;
}

/*-----------End Of Display------------*/
/*service's*/
.services-wrapper {
    width: 100%;
    height: 800px;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.services-info {
    width: 50%;
    height: 800px;
    float: left;
    text-align: left;
}

.services-info h1 {
    margin-top: 60px;
    font-size: var(--fullsubtitletext);
    margin-left: 30px;
    color: var(--textgrey);
}

.services-info p{
    margin-left: 30px;
    font-size: var(--fullparagraphtext);
    line-height: 1.5;
    color: var(--black);
}

.services-image {
    width: 200px;
    height: 200px;
    float: left;
    text-align: left;
    margin-left: 50px;
    margin-top: 50px;
}

.services-image img{
    width: 350px;
    height: 250px;
}

.residential-images{
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.services-contact-button {
    padding: 20px 30px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 20px;
    margin-top: 150px;
    transition: 0.3s;
}

.services-gallery-button {
    padding: 20px 30px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 0px;
    margin-top: 150px;
    transition: 0.3s;
}

.button-wrapper{
    width: 150%;
    height: fit-content;
    margin-right: 0px;
    margin-top: 100px;
}

.button-wrapper a{
    transition: 0.3s;
}



/*-----------End Of About Us-----------*/
.services-box{
    height: fit-content;
}

.services-btn{
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 55px;
}

.expert-title h1{
    margin-top: 40px;
    font-size: 20px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 30px;
   transition: 0.3s;
}

.expert-contact a:hover{
    padding: 10px 30px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: 400px;
    display: inline-block;
    margin-right: -100px;
    margin-left: -100px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 20px;
}

.footer-info-box p{
    font-size: 15px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 50px;
    margin-left: -50px;
}

.footer-info-box-message h1{
   font-size: 20px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 15px 50px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

}

@media screen and (max-width: 1279px) and (min-width: 999px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .icon{
        display: none;
    }
    /* The dots/bullets/indicators */
.dot {
    height: 5px;
    width: 5px;    
  }

  .dots{
    text-align: center;
    margin-top: -50px;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: -70px;
}

.topnavimage img{
    width: 200px;
    height: 80px;
    margin-top: 15px;
    margin-left: -20px;
}

.topnav a{
    font-size: 14px;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/
.display{
    width: 100%;
    height: 400px;
}

.display-contents{
    margin-top: 100px;
    width: 100%;
    height: 100%;
}

.display-contents img{
    width: 100%;
    height: 100%;
}

.display-text-centered {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size:var(--fulltitle);
    font-weight: bold;
}

.display-text-centered-two {
    position: absolute;
    top: 320px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: var(--fulltitle);
    font-weight: bold;
}

/*-----------End Of Display------------*/
/*service's*/
.services-wrapper {
    width: 100%;
    height: 800px;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.services-info {
    width: 50%;
    height: 800px;
    float: left;
    text-align: left;
}

.services-info h1 {
    margin-top: 60px;
    font-size: var(--fullsubtitletext);
    margin-left: 30px;
    color: var(--textgrey);
}

.services-info p{
    margin-left: 30px;
    font-size: var(--fullparagraphtext);
    line-height: 1.5;
    color: var(--black);
}

.services-image {
    width: 200px;
    height: 200px;
    float: left;
    text-align: left;
    margin-left: 50px;
    margin-top: 50px;
}

.services-image img{
    width: 350px;
    height: 250px;
}

.residential-images{
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.services-contact-button {
    padding: 20px 30px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 20px;
    margin-top: 150px;
    transition: 0.3s;
}

.services-gallery-button {
    padding: 20px 30px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 0px;
    margin-top: 150px;
    transition: 0.3s;
}

.button-wrapper{
    width: 150%;
    height: fit-content;
    margin-right: 0px;
    margin-top: 100px;
}

.button-wrapper a{
    transition: 0.3s;
}



/*-----------End Of About Us-----------*/
.services-box{
    height: fit-content;
}

.services-btn{
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 55px;
}

.expert-title h1{
    margin-top: 40px;
    font-size: 20px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 30px;
   transition: 0.3s;
}

.expert-contact a:hover{
    padding: 10px 30px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: 400px;
    display: inline-block;
    margin-right: -100px;
    margin-left: -100px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 20px;
}

.footer-info-box p{
    font-size: 15px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 50px;
    margin-left: -50px;
}

.footer-info-box-message h1{
   font-size: 20px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 15px 50px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

}

@media screen and (max-width: 999px) and (min-width: 775px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .icon{
        display: none;
    }
    /* The dots/bullets/indicators */
.dot {
    height: 5px;
    width: 5px;    
  }

  .dots{
    text-align: center;
    margin-top: -50px;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: -70px;
}

.topnavimage img{
    width: 200px;
    height: 80px;
    margin-top: 15px;
    margin-left: -20px;
}

.topnav a{
    font-size: 14px;
}
/*-----------End Of Top NavBar------------*/

/*--------------Display----------------*/
.display{
    width: 100%;
    height: 400px;
}

.display-contents{
    margin-top: 100px;
    width: 100%;
    height: 100%;
}

.display-contents img{
    width: 100%;
    height: 100%;
}

.display-text-centered {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size:var(--fulltitle);
    font-weight: bold;
}

.display-text-centered-two {
    position: absolute;
    top: 320px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: var(--fulltitle);
    font-weight: bold;
}

/*-----------End Of Display------------*/
.services-list-wrapper{
    margin-top: 150px;
}
/*service's*/
.services-wrapper {
    width: 100%;
    height: 800px;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.services-info {
    width: 50%;
    height: 800px;
    float: left;
    text-align: left;
}

.services-info h1 {
    margin-top: 60px;
    font-size: var(--fullsubtitletext);
    margin-left: 30px;
    color: var(--textgrey);
}

.services-info p{
    margin-left: 30px;
    font-size: var(--fullparagraphtext);
    line-height: 1.5;
    color: var(--black);
}

.services-image {
    width: 200px;
    height: 200px;
    float: left;
    text-align: left;
    margin-left: 50px;
    margin-top: 50px;
}

.services-image img{
    width: 350px;
    height: 250px;
}

.residential-images{
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.services-contact-button {
    padding: 20px 30px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 20px;
    margin-top: 150px;
    transition: 0.3s;
}

.services-gallery-button {
    padding: 20px 30px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 0px;
    margin-top: 150px;
    transition: 0.3s;
}

.button-wrapper{
    width: 150%;
    height: fit-content;
    margin-right: 0px;
    margin-top: 100px;
}

.button-wrapper a{
    transition: 0.3s;
}



/*-----------End Of About Us-----------*/
.services-box{
    height: fit-content;
}

.services-btn{
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 55px;
}

.expert-title h1{
    margin-top: 40px;
    font-size: 20px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 30px;
   transition: 0.3s;
}

.expert-contact a:hover{
    padding: 10px 30px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: fit-content;
    display: inline-block;
    margin-right: -100px;
    margin-left: -220px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 15px;
}

.footer-info-box p{
    font-size: 12px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 60px;
    margin-left: 30px;
}

.footer-info-box-message h1{
   font-size: 15px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

}

@media screen and (max-width: 774px) and (min-width: 500px) {
    html, body {
        overflow-x: hidden;
    }

    .topnavtext {
        display: none;
    }

    /* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
   
  }

  .topnavtext{
    background-color: #454B4F;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    padding: 14px 16px;
    display: block;
    position: absolute;
    right: 50px;
    top: 25px;
    color: var(--lighttextgrey);
  }
  
    /* The dots/bullets/indicators */
  .dots{
    display: none;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 100px;
    margin-right: 20px;
    margin-left: -70px;
}

.topnavimage img{
    width: 200px;
    height: 90px;
    margin-left: -20px;
}

.topnav a{
    font-size: 12px;
}
/*-----------End Of Top NavBar------------*/

.display{
    width: 100%;
    height: 200px;
}

.display-contents{
    margin-top: 100px;
    width: 100%;
    height: 100%;
}

.display-contents img{
    width: 100%;
    height: 100%;
}

.display-text-centered {
    position: absolute;
    top: 180px;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 30px;
    font-weight: bold;
}

.display-text-centered-two {
    position: absolute;
    top: 220px;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 30px;
    font-weight: bold;
}
/*-----------End Of Display------------*/

/*service's*/
.services-wrapper {
    width: 100%;
    height: fit-content;
    text-align: center;
}

.services-info {
    width: 100%;
    height: fit-content;
    text-align: center;
}

.services-info h1 {
    padding-top: 25px;
    font-size: 25px;
    margin: auto;
    width: 100%;
}

.services-info p{
    font-size: 16px;
    text-align: center;
    color: var(--black);
    margin: auto;
    width: 100%;
    padding-top: 10px;
}

.services-image {
    display: none;
}

.residential-images{
    display: none;
}

.services-contact-button {
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 30px;
    margin-top: -150px;
    transition: 0.3s;
    font-size: 12px;
}

.services-gallery-button {
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-top: 10px;
    transition: 0.3s;
    font-size: 12px;
}

.button-wrapper{
    width: 100%;
    margin-top: 50px;
}

.button-wrapper a{
    transition: 0.3s;
}

.services-list-wrapper{
    width: 100%;
    height: 300px;
   
}

.services-list-title{
    width: 100%;
    height: 50px;
    text-align: center;
}

.services-list-title h1{
    color: var(--textgrey);
    font-size: 25px;
}


.left-list{
    width: 50%;
    height: 200px;
    margin-top: -20px;
    margin-left: 10px;
}

.left-list p{
    float: right;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
}

.right-list {
    width: 48%;
    height: 200px;
    float: right;
    margin-top: -200px;
}

.right-list p{
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
}

.service-list-button-wrapper{
    margin-top: 0px;
}

.services-contact-button {
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 0px;
    margin-top: -15px;
    transition: 0.3s;
    font-size: 12px;
}

.services-list-contact-button{
    padding: 15px 20px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-top: -100px;
    transition: 0.3s;
    font-size: 14px;
}
/*-----------End Of About Us-----------*/
.services-container{
    height: fit-content;
    padding-bottom: 50px;
}

.services-box{
    height: fit-content;
}

.services-btn{
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 10px;
}

.expert-title h1{
    margin-top: 45px;
    font-size: 18px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 40px;
   transition: 0.3s;
   font-size: 12px;
}

.expert-contact a:hover{
    padding: 10px 30px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 5px 20px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: fit-content;
    display: inline-block;
    margin-right: -50px;
    margin-left: -200px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 16px;
}

.footer-info-box a{
    font-size: 12px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 50px;
    margin-left: -30px;
}

.footer-info-box-message h1{
   font-size: 16px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 8px;
    transition: 0.3s;
}
}

@media screen and (max-width: 499px) and (min-width: 400px) {
    html, body {
        overflow-x: hidden;
    }

    .topnavtext {
        display: none;
    }

    /* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
   
  }

  .topnavtext{
    background-color: #454B4F;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    padding: 14px 16px;
    display: block;
    position: absolute;
    right: 50px;
    top: 25px;
    color: var(--lighttextgrey);
  }
  
    /* The dots/bullets/indicators */
  .dots{
    display: none;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 100px;
    margin-right: 20px;
    margin-left: -70px;
}

.topnavimage img{
    width: 200px;
    height: 90px;
    margin-left: -20px;
}

.topnav a{
    font-size: 12px;
}
/*-----------End Of Top NavBar------------*/

.display{
    width: 100%;
    height: 200px;
}

.display-contents{
    margin-top: 100px;
    width: 100%;
    height: 100%;
}

.display-contents img{
    width: 100%;
    height: 100%;
}

.display-text-centered {
    position: absolute;
    top: 180px;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 30px;
    font-weight: bold;
}

.display-text-centered-two {
    position: absolute;
    top: 220px;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 30px;
    font-weight: bold;
}
/*-----------End Of Display------------*/

/*service's*/
.services-wrapper {
    width: 100%;
    height: fit-content;
    text-align: center;
}

.services-info {
    width: 100%;
    height: fit-content;
    text-align: center;
}

.services-info h1 {
    padding-top: 25px;
    font-size: 25px;
    margin: auto;
    width: 100%;
}

.services-info p{
    font-size: 16px;
    color: var(--black);
    margin: auto;
    width: 100%;
    padding-top: 10px;
}

.services-image {
    display: none;
}

.residential-images{
    display: none;
}

.services-contact-button {
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 30px;
    margin-top: -150px;
    transition: 0.3s;
    font-size: 12px;
}

.services-gallery-button {
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-top: 10px;
    transition: 0.3s;
    font-size: 12px;
}

.button-wrapper{
    width: 100%;
    margin-top: 50px;
}

.button-wrapper a{
    transition: 0.3s;
}

.services-list-wrapper{
    width: 100%;
    height: 300px;
   
}

.services-list-title{
    width: 100%;
    height: 50px;
    text-align: center;
}

.services-list-title h1{
    color: var(--textgrey);
    font-size: 25px;
}


.left-list{
    width: 50%;
    height: 200px;
    margin-top: 50px;
    margin-left: 10px;
}

.left-list p{
    float: right;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
}

.right-list {
    width: 48%;
    height: 200px;
    float: right;
    margin-top: -200px;
}

.right-list p{
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
}

.service-list-button-wrapper{
    margin-top: 0px;
}

.services-contact-button {
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 0px;
    margin-top: -15px;
    transition: 0.3s;
    font-size: 12px;
}

.services-list-contact-button{
    padding: 15px 20px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-top: -100px;
    transition: 0.3s;
    font-size: 14px;
}
/*-----------End Of About Us-----------*/
.services-container{
   height: fit-content;
   padding-bottom: 50px;
}

.services-box{
    height: fit-content;
}

.services-btn{
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 10px;
}

.expert-title h1{
    margin-top: 25px;
    font-size: 18px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 40px;
   transition: 0.3s;
   font-size: 12px;
}

.expert-contact a:hover{
    padding: 10px 30px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 5px 20px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: fit-content;
    display: inline-block;
    margin-right: 50px;
    margin-left: -50px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 12px;
}

.footer-info-box p{
    font-size: 8px;
}

.footer-info-box a{
    font-size: 8px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 50px;
    margin-left: -30px;
}

.footer-info-box-message h1{
   font-size: 12px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 5px 20px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 8px;
    transition: 0.3s;
}
}

/*Iphone Mini Screens*/
@media screen and (max-width: 399px) and (min-width: 320px) {
    html, body {
        overflow-x: hidden;
    }

    .topnavtext {
        display: none;
    }

    /* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
   
  }

  .topnavtext{
    background-color: #454B4F;
  }
  
  /* Style the hamburger menu */
  .topnav a.icon {
    padding: 14px 16px;
    display: block;
    position: absolute;
    right: 50px;
    top: 25px;
    color: var(--lighttextgrey);
  }
  
    /* The dots/bullets/indicators */
  .dots{
    display: none;
  }

.topnavtext{
    float: right;
    margin: 0;
    margin-top: 100px;
    margin-right: 20px;
    margin-left: -70px;
}

.topnavimage img{
    width: 200px;
    height: 90px;
    margin-left: -20px;
}

.topnav a{
    font-size: 12px;
}
/*-----------End Of Top NavBar------------*/

.display{
    width: 100%;
    height: 200px;
}

.display-contents{
    margin-top: 100px;
    width: 100%;
    height: 100%;
}

.display-contents img{
    width: 100%;
    height: 100%;
}

.display-text-centered {
    position: absolute;
    top: 180px;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 30px;
    font-weight: bold;
}

.display-text-centered-two {
    position: absolute;
    top: 220px;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 30px;
    font-weight: bold;
}
/*-----------End Of Display------------*/

/*service's*/
.services-wrapper {
    width: 100%;
    height: fit-content;
    text-align: center;
}

.services-info {
    width: 100%;
    height: fit-content;
    text-align: center;
}

.services-info h1 {
    padding-top: 25px;
    font-size: 25px;
    margin: auto;
    width: 100%;
}

.services-info p{
    font-size: 16px;
    color: var(--black);
    margin: auto;
    width: 100%;
    padding-top: 10px;
}

.services-image {
    display: none;
}

.residential-images{
    display: none;
}

.services-contact-button {
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 30px;
    margin-top: -150px;
    transition: 0.3s;
    font-size: 12px;
}

.services-gallery-button {
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-top: 10px;
    transition: 0.3s;
    font-size: 12px;
}

.button-wrapper{
    width: 100%;
    margin-top: 50px;
}

.button-wrapper a{
    transition: 0.3s;
}

.services-list-wrapper{
    width: 100%;
    height: 300px;
   
}

.services-list-title{
    width: 100%;
    height: 50px;
    text-align: center;
}

.services-list-title h1{
    color: var(--textgrey);
    font-size: 25px;
}


.left-list{
    width: 50%;
    height: 200px;
    margin-top: 50px;
    margin-left: 10px;
}

.left-list p{
    float: right;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
}

.right-list {
    width: 48%;
    height: 200px;
    float: right;
    margin-top: -200px;
}

.right-list p{
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
}

.service-list-button-wrapper{
    margin-top: 0px;
}

.services-contact-button {
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-left: 0px;
    margin-top: -15px;
    transition: 0.3s;
    font-size: 12px;
}

.services-list-contact-button{
    padding: 15px 20px;
    border-radius: 10px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    margin-top: -100px;
    transition: 0.3s;
    font-size: 14px;
}
/*-----------End Of About Us-----------*/
.services-container{
   height: fit-content;
   padding-bottom: 50px;
}

.services-box{
    height: fit-content;
}

.services-btn{
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
}

.services-container h1{
    font-size: 20px;
    margin-top: 50px;
    justify-content: center;
}

.services-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

/*------End Of Services Container---------*/

.expert-container {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.expert-title {
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    margin-left: 10px;
}

.expert-title h1{
    margin-top: 25px;
    font-size: 18px;
}

.expert-contact {
    width: 30%;
    margin-right: 50px;
    height: 100%;
    float: right;
    text-align: center;
}

.expert-contact a{
   display: inline-block;
   margin-top: 40px;
   transition: 0.3s;
   font-size: 12px;
}

.expert-contact a:hover{
    padding: 10px 30px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
    transition: 0.3s;
}

.contact-btn{
    padding: 5px 20px;
    border-radius: 10px;
    color: black;
    background-color: #E6E6E6;
    text-decoration: none;
}

.contact-btn a:hover{
    padding: 20px 60px;
    border-radius: 50px;
    color: #DF7040;
    background-color: #E6E6E6;
    text-decoration: none;
}

/*End of need an expert*/

/*Footer*/
.footer{
    background-color: #454545;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: inline-block;
}

.logo-footer{
    display: none;
}

.footer-services{
    width: 20px;
    height: 100px;
    float: right;
}

.footer-wrap{
    width: 80%;
    float: right;
    height: 100%;
    margin-top: -80px;

}

.footer-info-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0; 
}

.footer-info-box {
    height: 200px;
    width: fit-content;
    display: inline-block;
    margin-right: 50px;
    margin-left: -50px;
    text-align: left;
    margin-top: 120px;
}

.footer-info-box h1{
    font-size: 12px;
}

.footer-info-box p{
    font-size: 8px;
}

.footer-info-box a{
    font-size: 8px;
}

.footer-spacer{
    width: 100%;
    height: 10px;
}

.footer-info-box-message{
    height: fit-content;
    width: fit-content;
    float: right;    
    text-align: center;
    margin-top: 120px;
    margin-right: 50px;
    margin-left: -30px;
}

.footer-info-box-message h1{
   font-size: 12px;
   color: #DF7040;
}

.info-contact-btn{
    padding: 5px 20px;
    border-radius: 10px;
    color: white;
    background-color: #DF7040;
    text-decoration: none;
    font-size: 8px;
    transition: 0.3s;
}
.footer-copyright h1{
    font-size: 5px;
}
}