.banner-container{
    background-image: url(/img/banner.jpg);
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: 100% 100%;
    
}
.btn {
    padding: 15px 32px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom{
    border:1px solid;
}
.btn:hover {
    background-color: #f3f3f3;
    color: #000;
}
.scroll_down {
    position: absolute;
   
    width: 100%;
   
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite; 
    animation: bounce 2s infinite; 
    height: 44px;
    width: 28px;
    line-height: 54px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}

.scroll_down i:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 11px;
    border-radius: 2px;
    z-index: -1;
    bottom: 0px;
    transition: all .2s;
    height: 10px;
    width: 3px;
    background: #fff;
}
.fottercircle{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid gray;
    background-color:white;
    color:black;
    font-size: 25px;
    text-align: center;
}
.fottercircle:hover{
    border: 1px solid brown;
    background-color: white;
    color:brown;
  
}
.myservice{
    font-family: Montserrat, sans-serif;
    background-color: #F8F9FA;

}
.services-boxes {
    border: 1px solid #e8e8e8;
}

.services-boxes .services-boxes-icon i {
    font-size: 44px;
}

.services-boxes .services-title-border {
    height: 2px;
    width: 40px;
    margin: 15px auto;
    transition: all 0.5s;
}
.gcard{
    text-align: center;
}
.gcardi{
    height: 40px;
    width: 40px;
    font-size: 50px;
   
    background-color: white;
    color:brown;
  
}
.hire-container{
    text-align: center;
}
.cimage{
    text-align: center;
    height: 200px;
    width: 200px;
}
.ccolor {
    color: brown;
}
.caroselbg{
    background-color: lightgrey;
}
.micon{
    font-size: 50px;
    color: brown;
}
.Buttoncolor{
    border: 1px solid brown;
    background-color: brown;
    float: right;
}
.Buttoncolor:hover{
    border: 1px solid brown;
    color: brown !important;
    float: right;
}
.fotterContainer{
    background-color: #242424;
}