
body{
    margin: 0;
    padding: 0;
    font-family: 'Merriweather', serif;
}
a{
    text-decoration: none;
    color: black;
}
.contantInfo{
    text-align: center;
    font-size: 20px;

}
.headerLogo{
    padding: 10px;
}
.slidetwo{
    padding: 25px;
}
.mqfixed{
    padding-left: 150px; 
    font-size: 20px;
}
.imgfivereasons{
    min-height: 444px;
}
.thanks{
    margin: auto;
    border: 1px solid black;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
    background-color: #065c1d;
    border-radius: 10px;
}
.beforeAfter{
    margin: 10px;
}
/* headers */
h5{
    text-align: center;
    font-size: 25px;
    display: block;
    background-color: #065c1d;
    padding: 20px 10px 20px 10px ;
    border-radius: 30px;
    color: white;
}
h3{
    text-align: center;
    padding: 20px;
    color: #065c1d;
}
h4{
    font-size: 60px;
    text-align: center;
    color: white;
    padding: 60px;
}
h2{
    font-size: 20px;
}
#mainheader{
    padding: 20px; 
    text-align: center;
    font-size: 60px; 
    color: #065c1d;
}
.centerAll{
    margin: auto;
}
.menuColor{
    background-color: #b89d70;
}
.dropdownColor{
    color: white;
}
header{
    background-image: url("./img/headerpic.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.bgcinfo{
    background-color: white;
    padding: 5px;
    float: right;
    width: 40%;
    border-radius: 5px;
    margin-top: 20px;
    opacity: 0.6;
}
.carousel-control-prev-icon{
    background-color: #065c1d;
}
.carousel-control-next-icon{
    background-color: #065c1d;

}
.bgcnav{
    background-color: #b89d70;
    border-bottom: 1px solid #065c1d;
}
.proces{
    text-align: center;
    padding: 60px;
    animation-name: example;
    animation-duration: 2s;
    position: relative;
}
@keyframes example {
    from{
        left: -500px;
        transform: rotateY(150deg);
    }
    to{
        left: 0px;
        transform: rotateY(0deg);
    }
}
.fas{
    color: #065c1d;
    font-size: 50px;
}
.aboutus{
    border: 1px solid #b89d70;
    padding: 20px;
}
.aboutbg{
    background-color: #b89d70;
}
.textmiddle{
    text-align: center;
    margin-top: 25px;

}
.testi{
    text-align: center;
    min-height: 248px;
}
.testih4{
    padding-top: 70px;
    font-size: 4vw;
}
.clientsplus{
    background-color: #065c1d;
    border-radius: 0px 25% 25% 0px;
}
.clienteveryday{
    font-size: 50px;
    color: white;
    text-align: center;
    position: relative;
    top: 30%;
}
.mine{
    font-size: 30px;
    padding: 10px;
}
.star{
    color: #d18d0f;
}
.time{
    color: #252766
}
.contract{
    color: #757582;
}
.broom{
    color: #994c0e;
}
.wallet{
    color: #990e31;
}
.whatisheader{
    margin: auto;
}
.mycheck{
    font-size: 15px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 10px;
}
.tab-content{
    text-align: left;
}
.bgcwhatis{
    background-color: whitesmoke;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #065c1d;
}
.contact{
    background-color: #065c1d;
    border-radius: 15% 0 0 15%;
    text-align: center;
}
.form-control{
    width: 50%;
    margin: auto;
}
.form-label{
    color: white;
}
#footer{
    background-color: #b89d70;
}
.foot{
    background-color: black;
    padding: 10px;
    text-align: center;
    color: white;
}
.servicecard{
    min-height: 390px;
}
#aboutus{
    min-height: 57px;
}
#Testimonials{
    min-height: 57px;
}
#Ourwork{
    min-height: 57px;
}
#contact{
    min-height: 57px;
}
.beforeAfter{
    height: 200px;
    width: 200px;
}
.righttext{
    text-align: right;
    padding: 10px;
}
.bookservices{
    text-align: center;
    padding: 30px;
    background-color: whitesmoke;
    margin: auto;
    min-height: 200px;
    border-radius: 10%;
    min-width: 200px;
    min-height: 250px;
    border: 1px solid whitesmoke;
}
.bookservices:hover{
    border: 1px solid #065c1d;
}
.formdiv{
    margin: auto;
    background-color: #065c1d;
    text-align: center;
    border-radius: 10%;
    margin-top: 20px;
}
/* MQ css */
@media screen and (max-width: 1101px) {
    .slidetwo {
      display: none;
    }
    .mqtext{
        text-align: center;
    }
    .contantInfo{
        display: none;
    }
    .clientsplus{
        border-radius: 0;
    }
    .mqfixed{
        text-align: center;
        padding: 0;
    }
    .contact{
        border-radius: 0;
    }
    footer{
        text-align: center;
    }
    .righttext{
        text-align: center;
    }
    .clienteveryday{
        top: 0;
    }
    .imgfivereasons{
        display: none;
    }
    .formdiv{
        border-radius: 0%;
    }
    .testih4{
        font-size: 3em;
    }
    header{
        background-image: none;
    }
  }
