/*
Theme Name: E3Quality
Author: Giovanni
Version: 1
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.h-body{
    width: 100%;
    min-height: 100vh;
    font-family: poppins;
    line-height: 1.8;
    background: white;
    display: block;
    margin: 0 auto;
    width: 100%;
}

/*================Header=================*/

.Header{
    background: white;
    display: block;
}

.Top-Nav{
    background: #f4f5f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    font-size: 15px;
    
}

.Top-Nav .top-nav-wrap {
    display: flex;
    max-width: 1110px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.Top-Nav .top-nav-wrap .top-contact{
    display: flex;
    flex-direction: row;
}

.Top-Nav .top-nav-wrap .top-contact span{
    display: flex;
    align-items: center;
    padding: 2px;
}

.Top-Nav .top-nav-wrap p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    font-size: 15px;
}

.Top-Nav .top-nav-wrap .icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 118px;
}

.Top-Nav .top-nav-wrap .icons a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Top-Nav .top-nav-wrap .icons a img{
    border-radius: 50px;
}

.Mid-Nav{
    padding: 20px 0px;
    display: flex;
    align-items: center;
    height: 93px;
    justify-content: space-between;
    font-size: 13px;

    width: 100%;
    margin: 0 auto;
}

.Mid-Nav .logo-box{
    display: flex;
    width: 207px;
}

.Mid-Nav .mid-box{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-direction: row;
    padding: 0px 15px;
}

.Mid-Nav .mid-box .mid-icon{
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.Mid-Nav .mid-box .mid-info{
    padding: 0 0 0 16px;
}

.Mid-Nav .mid-box .mid-info .call-cta{
    font-size: 12px;
    font-weight: 300;
    color: #999999
}

.Mid-Nav .mid-box .mid-info .call-info{
    font-weight: 600;
    font-size: 13px;
}

.Mid-Nav .cta-btn{
    padding: 0 0 0 15px;
}

.Mid-Nav .cta-btn .btn{
    text-decoration: none;
    background-color: white;
    padding: 10px 26px;
    display: block;
    text-align: center;
    border: 1px dashed #3D5567;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #f37121;
}

.Bot-Nav{

    background: #3D5567;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;

}

.Bot-Nav .bot-nav-wrap{
    display: flex;
    max-width: 1110px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.Bot-Nav ul{
    align-items: center;
    justify-content: start;
    list-style: none;
    display: flex;
    height: 57px;

}

.Bot-Nav ul a{
    position: relative;
    font-size: 14px;
    padding: 18px 25px 19px 25px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.Bot-Nav ul a:hover{
    background: #f37121;
}

.Bot-Nav .current-menu-item a {
    color: white;
    background: #f37121;
}

/*================Footer=================*/

.Footer{
    position: sticky;
    top: 100%;
    background: #3d5567;
    display: block;
    width: 100%;
    height: 220px;
    color: white;
}

.main-footer{
    height: 88.8%;
    display: flex;
    max-width: 1110px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;

}

.left-col{
    width: 400px;
    height: 170px;
}

.footer-logo{
    padding-bottom: 10px;
}

.disc{
    font-size: 13px;
    font-weight: 400;
}

.mid-col{
    height: 170px;
}

.mid-col h3{
    padding-bottom: 0px;
}

.footer-nav ul{
    list-style: none;
}

.footer-nav a{
    color: white;
    text-decoration: none;
}

.right-col{
    height: 170px;
}

.right-col h3{
    padding-bottom: 0px;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
}

.footer-contact-info a{
    color: white;
    text-decoration: none;
}


.divider {
    height: 1px;
    max-width: 1110px;
    background: white;
    margin: 0 auto;
}


.footer-bottom{
    position: sticky;
    top: 100%;
    background: #3d5567;
    height: 23px;
    display: flex;
    align-items: center;
}

.footer-bottom-content{
    color: white;
    display: block;
    font-size: 12px;
    font-weight: 300;
    max-width: 1110px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

        @media only screen and (max-width: 1100px) {

            .main-footer{
                width: 94%;
            }
           
        }

        @media only screen and (max-width: 778px) {

            .main-footer{
                width: 94%;
                flex-direction: column;
            }

            .Footer{
                height: 100%;
            }

            .left-col, .mid-col, .right-col{
                width: 100%;
                text-align: center;
                height: 100%;
                margin: 8px 0px;
            }

            .left-col{
                margin: 16px 0px 8px 0px;
            }
           
        }