.abt-hero {
    width: 100%;
    height: 100vh;
    /* padding-top: 30vh; */
    position: relative;
    /* background-image: url(../images/1.webp); */
    background-image:linear-gradient(45deg,rgba(0,0,0, 0.4),rgba(0,0,0, 0.4)), url('../images/1.webp');
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abt-hero h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}

.abt-hero p {
    font-size: 20px;
    line-height: 1.7em;
    color: #fff;
    font-weight: 400;
}

.abt-hero p strong {
    /* font-weight: 600; */
    font-family: 'since-semi';
    letter-spacing: 1px;
}

.br-btn {
    display: block;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    width: fit-content;

}

.service h2 {
    font-size: 75px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.service p {
    font-size: 20px;
    line-height: 1.7em;
    color: #000;
    font-weight: 400;
}

.service p strong {
    /* font-weight: 600; */
    font-family: 'since-semi';
    letter-spacing: 1px;
}

.br-btn-black {
    display: block;
    padding: 10px 20px;
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    margin-top: 30px;
    width: fit-content;

}


.diamond {
    width: 500px;
    height: 500px;
    position: relative;
}

.diamond .squre {
    position: absolute;
    /* background-color: blueviolet; */
    width: 50%;
    height: 50%;
    display: block;

}

.diamond .top {
    left: 25%;
    top: 0;
}

.diamond .bottom {
    left: 25%;
    bottom: 0;
}

.diamond .left {
    left: 0;
    top: 25%;
}

.diamond .right {
    right: 0;
    top: 25%;
}
.small-diamond .diahover {
    opacity: .001;
}
.small-diamond .diahover:hover {
    opacity: .1;
}

.carding{
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    /* justify-content: ; */
    align-items: center;
    gap: 10px;
    padding: 50px;
    transition: all ease .5s;

}
.carding i{
    font-size: 38px;
}
.carding h4{
    font-size: 28px;
}
.carding p{
    font-size: 18px;
}

.carding:hover{
    background-color: #fff;
    color: black !important;
}
.carding:hover p{
    color: black;
}

.testimonial-card{
    background-color: #fff;
    padding: 20px;
    color: black;
    height: 100%;
}
.testimonial-card p{
    color: black;
}
.testimonial-card .head{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.testimonial-card .head .circle{
    width: 50px;
    height: 50px;
    background-color: blue;
    color: #fff;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
}
.testimonial-card .head p{
    margin: 0;
    color: #9c9c9c;
    font-size: 16px;
}
.testimonial-card .head h4{
    margin: 0;
    font-size: 20px;
}
.owl-carousel .owl-nav button, .owl-carousel .owl-nav button{
    color: #fff;
    font-size: 40px;
    /* padding: 20px; */
    /* border: 1px solid #fff; */
    /* width: 50px; */
    /* height: 50px; */
    line-height: 0;
    background-color: #08321c;
    margin-top: 20px;
    margin-right: 20px;
    }
    .owl-carousel .owl-nav button  span{
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: block;
    /* line-height: 0; */
    color: #fff;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    
    }

    .footer{
        padding: 50px 0px;

    }
    .footer h4{
        margin-bottom: 20px;
    }
    .footer a{
        text-decoration: none;
        color: black;
    }
    .footer a i{
        margin-right: 8px;
    }

    .credit{
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 28px;
    }
    .credit p{
        margin: 0;

    }
    .credit a{
        text-decoration: none;
        color: #fff;
    }

    

.contact form{
    width: 100%;
    position: relative;
    z-index: 5;
}
.contact input{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    color: #fff;
}
.contact form input::placeholder,.contact form textarea::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}
.contact form textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    color: #fff;
}

.banner{
    min-height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.banner h4{
    font-size: 75px;
    color: white;
    margin: 0;
}
.banner p{
    margin: 0;

}
.banner a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
}