a{
    color: #000;
}

a:hover{
    text-decoration: none;
    color: #000;
}
header .bottom-header {
    padding: 20px 0 47px 0;
}

#mega-menu-holder li > ul.dropdown {
    width: 320px;
}

.bottom-header .header-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 1rem 6rem;
    justify-content: space-between;
    align-items: center;
}

.bottom-header .header-container .contact-information {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
    width: 60%;
}

.bottom-header .header-container .contact-information .contact-containers {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;

}

.bottom-header .header-container .contact-information .contact-containers img {
    margin-right: 1rem;

}

.bottom-header .header-container .contact-information .contact-containers p {
    line-height: 20px;
}

header .bottom-header .quickcall {

    background: #F9520B;
}

header .bottom-header .quickcall:hover {

    color: #fff;
}

header .top-header ul li {
    margin: 0;
}

.about-us-section .about-main-content .img-box {
    z-index: 0
}


.about-us-section .about-main-content .img-box::after {
    content: '';
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 100%;
    height: 105%;
    z-index: -1;
    background-color: #F9520B;
}

.service-sldier {
    cursor: default;
}

.service-sldier .service-item img {
    width: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.project-single-content .single-project .img .opacity {
    right: -128%;
}


.project-section .project-slider {
    cursor: default;
}

.page-middle-banner::before {
    background: url(newimg/contact/contact.jpeg) no-repeat center;
}

.gallery {
    margin: 8rem 0;
}

#lightgallery {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

#lightgallery a {
    width: 33%;
    padding: 1rem;

}

.mb-2r {
    margin-bottom: 2rem;
}

footer .top-footer {
    background: url(newimg/slider/slider.jpeg) center;

}

footer .top-footer .footer-contact {
    width: 33%;
}


footer .top-footer .footer-navigation {
    width: 33%;
}

footer .top-footer .footer-about {
    width: 33%;
}

footer .top-footer .opacity {
    padding: 5rem 0;
}

.mt-6r {
    margin-top: 6rem;
}

.page-middle-banner .left-side p {
    margin: 14px 0 10px 0;
}

.page-middle-banner .left-side h3 {
    margin-bottom: 4rem;
}

.mb-6r {
    margin-bottom: 6rem;
}

.services-list .services-container {
    margin-bottom: 2rem;
    border: 1.5px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.services-list .services-container h4 {
    margin: 2rem;
    text-align: center;
}
.services-list .services-container h4 a{
    font-size:1.8rem;
}

.services-list .services-container .img-container {
    position: relative;
    z-index: 0;
}

.services-list .services-container .img-container .img-overlay{
   position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #F9520B;
    opacity: 0;
    transition:opacity 150ms linear;
}

.services-list .services-container:hover .img-container .img-overlay{
    opacity: .85;
    transition:opacity 150ms linear;
}

.services-list .services-container .img-container .img-overlay i{
    color: #fff;
    border:2px solid #fff;
    padding: 1.5rem;
    border-radius:50%;
} 

.pl-5r{
    padding-left:5rem;
}

.contact-us-page .contact-form-holder h4, .contact-us-page .contact-address h4{
    margin-bottom:3rem;
}

.contact-us-page .contact-address .single-box .icon{
    top:10px;
}



@media ( max-width:500px ){

    .bottom-header .header-container .contact-information{
        display: none;
    }

    header .bottom-header .right-side{
        display:none;
    }

    .bottom-header .header-container{
        justify-content: center;
        padding: 0;
    }

    header .bottom-header{
        padding:30px;
        padding-bottom:55px;
    }

    header .bottom-header .logo{
        margin-bottom:0;
    }
}

#mega-menu-holder li > ul.dropdown li {
    height: 40px !important;
}

.imm{
    width: 100%;
}
.paradis{
    padding-right:30px;
}