* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: 'limelight' !important;
}

.header-top {
    background: #000;
    padding: 0.2rem 0;
}

.menu {
    width: 100%;
    min-height: 80px;
    background: #ffffff;
    /*height: 5rem;*/
}

    .menu ul li a {
        color: #000 !important;
        margin-left: 50px;
        border-radius: 10px;
        padding: 4px 25px;
    }

        .menu ul li a:hover, .menu ul li a.active {
            color: #8fc74a !important;
            transition: 0.5s;
        }


.carousel-indicators li {
    height: 30px !important;
    border-radius: 50%;
    background: #d7955cd6 !important;
}

.carousel-indicators .active {
    background: #fff !important;
}

/*--------------------------------------------------------Carousel*/
.carousel-inner {
    width: 100%;
    max-height: 550px !important;
}

.carousel-caption {
    bottom: 23.25rem !important;
}

    .carousel-caption h5 {
        font-size: 2.25rem;
        background: #000;
    }

    .carousel-caption p {
        font-size: 1.25rem;
    }

/*--------------------------------------------------------Carousel*/


/*content*/

.clr {
    color: #8fc74a;
}

.content {
    width: 100%;
    height: 500px;
    float: left;
}

    .content h1, .gallery h2, .about h2, .fast h2, .contact h2, .latest h2 {
        font-size: 50px;
        color: #000;
        text-align: right;
        padding-right: 15px;
    }

    .content p {
        font-size: 16px;
        font-family: Arial;
        color: #000;
        text-align: right;
        padding: 0 15px;
    }

.material img {
    border: 3px double #5f7d3a;
    min-height: 15rem;
}

    .material img:hover {
        border: 2px solid;
        transition: 0.5s;
    }

.gallery {
    width: 100%;
    /*min-height: 450px;*/
    background: url(../images/g1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*background: #000;*/
}

.service h3 {
    width: 150px;
    font-size: 50px;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.service p {
    font-size: 25px;
    color: #fff;
}

.footer {
    width: 100%;
    /*min-height: 250px;*/
    background: #000;
    overflow: hidden;
}

    .footer a:hover {
        color: #8fc74a;
        opacity: 1;
    }

.time p {
    font-size: 18px;
    color: #fff;
    margin-top: 1%;
    text-align: justify;
    padding-left: 50px;
    padding-top: 8px;
}

.time span {
    padding-left: 80px;
    text-align: justify;
}

/*.ftr ul li a{*/
/*font-size: 20px;*/
/*color: #fff;*/
/*text-align: justify;*/
/*float: left;*/
/*margin-left: 47px;*/
/*margin-top: 8%;*/
/*}*/
.icon ul li a i {
    font-size: 22px;
    padding-left: 30px;
    color: #5d0b03;
    margin-top: 2%;
    float: left;
}

.icon ul li:hover a i {
    transform: scale(1.2);
    transition: 0.5s;
    color: #fff;
}

.but button {
    background: #0009;
    border: none;
    padding: 10px 0;
    border-radius: 50%;
    cursor: pointer;
}

    .but button:focus {
        background-color: #fff6 !important;
    }





/*<scroll of header>*/

.header {
    position: fixed;
    z-index: 1000;
    height: 100px;
    width: 100%;
    background: #ffffff2e;
    padding: 18px;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

    .header.active {
        background-color: #fff;
    }

/*<scroll of header>*/



/*ABOUT*/
.client-logo{
    height: 10rem;
    background: #729a0640 !important;
}
.img-fluid{
    height: 6rem !important;
}

.card {
    display: inline-block;
    /*width: 230px;*/
    /*margin: 50px 8px;*/
    text-align: center;
    background-color: #FFFFFF;
    /*padding: 30px 20px 40px;*/
    padding: 30px 26px 27px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
    color: #2D3E50;
    transition: 0.5s;
}

    .card .fa {
        width: 100px;
        height: 100px;
        background-color: #8fc74a;
        padding: 22px 0;
        border-radius: 50%;
        box-shadow: inset 0 1px 3px rgba(45, 62, 80, 0.3);
        text-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
        margin-bottom: 20px;
        font-size: 50px;
    }

    .card .title {
        margin: 10px 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    .card p {
        font-weight: 300;
    }

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 3px 10px rgba(45, 62, 80, 0.3);
    }

        .card:hover .fa {
            box-shadow: inset 0 3px 10px rgba(45, 62, 80, 0.3);
            text-shadow: 0 3px 2px rgba(45, 62, 80, 0.3);
        }




.about1 {
    width: 100%;
    /*height: 470px;*/
    /*float: left;*/
    background: #ddb68abd;
    position: relative;
    /*overflow: hidden;*/
}

    .about1 figure figcaption {
        position: absolute;
        background: #ddb68abd;
        top: 70%;
        bottom: 4%;
        left: 5%;
        right: 5%;
        opacity: 0;
        transition: 1s;
    }

    .about1 figure:hover figcaption {
        opacity: 1;
    }

    .about1 figure figcaption h1 {
        font-size: 40px;
        color: #000;
        text-align: center;
    }

    .about1 figure figcaption {
        font-size: 20px;
        color: #000;
        text-align: center;
    }


/*GALLERY*/

.text-justify{
    text-align: justify;
}

.banner {
    width: 100%;
    height: 200px;
    float: left;
    background: url(../image/banner4.jpg) center no-repeat;
    background-size: cover;
    margin-top: 7%;
}

.gallery2 {
    width: 100%;
    /*background: #ddb68abd;*/
    position: relative;
}

.gallery1 {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}

    .gallery1 figure figcaption {
        position: absolute;
        background: #ffffff73;
        top: 0%;
        bottom: 6%;
        right: 3%;
        left: 4%;
        opacity: 0;
        transform: translateY(-100px);
        transition: 0.5s;
    }

    .gallery1:hover figure figcaption {
        opacity: 1;
        transform: rotate(360deg);
    }

    .gallery1 figure figcaption h1 {
        font-size: 40px;
        color: #000;
        text-align: center;
        margin-top: 20%;
    }

    .gallery1 figure figcaption p {
        font-size: 16px;
        color: #000;
        text-align: center;
    }

    .gallery1:before figure figcaption {
        content: '';
        width: 25%;
        height: 6px;
        float: left;
    }

.latest1 {
    overflow: hidden;
}

.latest img {
    height: 250px;
}

    .latest img:hover {
        transform: scale(1.1);
        transition: 1s;
    }


/*CONTACT*/
.banner {
    width: 100%;
    height: 200px;
    float: left;
    background: url(../image/banner7.jpg) center no-repeat;
    background-size: cover;
    margin-top: 7%;
}

.contact input {
    width: 100%;
    height: 40px;
    float: left;
    margin-top: 10px;
    padding-left: 10px;
}

    .contact input[type="Submit"] {
        width: 45%;
        height: 45px;
        float: left;
        margin-top: 30px;
        margin-left: 27%;
        color: #fff;
        border: 2px solid #8dc34a;
        background: #8dc34a;
    }

        .contact input[type="Submit"]:hover {
            border: 2px solid #5d0b03;
            background: none;
            color: #000;
            transition: 0.5s;
        }

.contact textarea {
    width: 100%;
    height: 100px;
    float: left;
    margin-top: 10px;
    padding-left: 10px;
}

::placeholder {
    color: grey;
}

.patch {
    background: url(../images/b.jpg)center no-repeat;
    background-size: cover;
    width: 100%;
    /*height: 300px;*/
    height: 18em;
    background-position-y: bottom;
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }
/*@media(max-width: 768px) {
    .box {
        position: unset;
    }
}*/

@media(max-width: 768px) {
    .box {
        position: unset;
        margin-top: 0% !important;
    }
}

@media only screen and (max-width: 420px) {
    .menu {
        min-height: 45px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 991px) {
    .menu img {
        width: 50%;
        
    }    
}