/* :root{
    --primary-color: #424242;
    --secondary-color :#dca54a;
    --navbar-color: #4c8072;
    --navbar-underline-color: #e74c3c;
} */
body{
    width: 100%;
    height: 100vh;
    font-family: "Poppins", serif;
}
#bannerSlides{
    background-color: #151E12;
}
#bannerSlides .carousel-item .carousel-caption{
    /* background-image: linear-gradient(to left, rgba(128, 128, 128, 0.873), rgba(0, 0, 0, 0.842)); */
   
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#bannerSlides .carousel-item .carousel-caption h3{ 
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* color: #000000; */
    /* text-shadow: 0 0 10px #fff; */
    /* -webkit-text-stroke: 1px black; */
    /* -webkit-text-fill-color: white; */

}

#bannerSlides .carousel-item .carousel-caption p{
    font-family: "Poppins", sans-serif;
}
/* 
#bannerSlides .carousel-item>img{
    mix-blend-mode: overlay;
} */
#projectSlides{
    height: 30vh;
}
#header{
    /* width: 100%; */
    color: #fff;
    background-color: var(--navbar-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6vh;
    z-index: 1;
}
#menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu li{
    display: inline-block;
}
#menu li a{
    color: #fff;
    background-color: var(--navbar-color);
    padding: 15px 10px;
    display: block;
    text-decoration: none;
}
#menu li a:hover{
    /* background-color: var(--secondary-color); */
    text-decoration: underline;
    text-decoration-color: var(--secondary-color);
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
    transition: 2s;
}
#logo-img{
    width: 130px;
}
#logo{
    font-size: 1.5rem;
    margin-top: 5px;
}
.carousel-item{
    height: 100vh;
}
@media screen and (max-width: 1000px) and (min-width: 900px)  {
    .carousel-item{
        height: 50vh;
    }  
}
@media screen and (max-width: 800px) {
    .carousel-item{
        height: 40vh;
    }  
    
    .banner-title h1{
        font-size: larger;
    }
    .banner-title p.lead{
        font-size: medium;
        font-weight: 400;
    }
}
@media screen and (max-width: 600px) {
    .carousel-item{
        height: 30vh;
    }  
    .navbar-brand{
        display: none;
    }
    #banner{
        display: none;
    }
    /* #banner .title>#logo{
        display: none;
    } */
}
@media screen and (max-width: 400px) {
    .carousel-item{
        height: 20vh;
    }  
}
#banner{
    position: absolute;
    top: 10%;
    left: 2%;
}

.banner-title h1{
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
}
.banner-title h1 img{
    /* border: 1px solid #000; */
    margin-right: 10px;
}
.banner-title p.lead{
    color: #000;
    background: rgba(220, 165, 74,0.4);
    padding: 10px;
    text-align: center;
}
#about-us p{
    color: lightgray;
    font-size: large;
}
#about-us h1{
    font-family: 'Times New Roman', Times, serif;
}
#about-us span{
    font-weight: 600;
    color: #fff;
}
#about-us ul li{
    margin-bottom: 10px;
    font-size: large;
}
.abc{
    border: 1px solid #000;
}
.head-desc{
    color: var(--primary-color);
    margin-bottom: 50px;
}
/* #services{
    background-image: radial-gradient(rgba(128, 128, 128, 0.521), rgba(0, 0, 0, 0.604)), url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
} */
.service-box{
    
    text-align: center;
    /* border: 1px solid #fff; */
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 10px #000;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-box i.fa{
    color: darkcyan;
    font-size: 70px;
    margin-bottom: 15px;
}
.service-box p{
    color: #000;
    /* color: var(--primary-color); */
    margin: 20px 0;
    /* font-size: 0.8em; */
    /* font-weight: lighter; */
    text-align: justify;
}
.service-box a{
    /* display: inline-block; */
    border-radius: 10px;
    margin-top: auto;
}

#testimonials .clients>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
    
}
#testimonials .clients>img:hover{
    box-shadow: 0 0 10px var(--primary-color);
}

.project-box{
    box-shadow: 0 0 10px var(--primary-color);
    /* 0 0 20px var(--primary-color), */
    /* 0 0 40px var(--primary-color); */
}
.project-box img{
    width: 100%;
}


.testimonial{
    text-align: center;
}
.testimonial-image{
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.counter-box{
    text-align: center;
}
.counter-box i.fa{
    color: var(--secondary-color);
    font-size: 70px;
    margin-bottom: 15px;
}
.counter-box p{
    color: var(--secondary-color);
}
.post-image{
    width: 250px;

}
.post-image img{
    width: 100%;
    margin-bottom: 10px;
}

.news-post h3{
    font-size: 1.35rem;
}
.news-post h3 a{
    color: var(--primary-color);
}
.post-date{
    font-size: 13px;
    margin-bottom: 2px;
}
.post-date:before{
    content: "\f073";
    font-family: fontawesome;
    padding-right: 5px;
}
a.readmore{
    font-size: 14px;
    color: var(--primary-color);
}
a.readmore:after{
    content: "\f101";
    font-family: fontawesome;
    padding-left: 5px;
}

input, textarea{
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 5px;
}
input[type=submit]{
    background-color: var(--secondary-color);
    color: var(--primary-color-lv2);
    font-size: large;
}
input[type=submit]:hover{
    background-color: var(--primary-color-lv2);
    color: var(--secondary-color);
}
/* projects section starts */
#projects{
    background-image: radial-gradient(rgba(128, 128, 128, 0.521), rgba(0, 0, 0, 0.604)), url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#projects .card-img-top{
    border-radius: 0 0 10px 10px;
    transition: all 0.4s ease-in-out;
}
#projects .card-body h4{
    color: #000;
    text-decoration: underline;
    text-shadow: 0 0 10px #000;
    font-size: medium;
}
#projects .card-body p{
    color: #000;
    
}
#projects .card-img-top:hover{
    border-radius: 30% ;
    /* transform: scale(110%, 110%); */
}

.btn{
    /* background-color: rgb(120, 57, 250); */
    background-color: #fff;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: large;
    padding: 10px 20px;
    border-radius: 10px;

    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 120%);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.btn:hover{
    color: #fff;
    background-color: var(--primary-color);
    
}

/* projects section ends */
/* ******************** */

/* ******************** */
/* clients section starts */
#clients .box{
    height: 100%;
    /* border-radius: 20px; */
    /* border: 3px dashed #fff; */
    /* box-shadow: 0 0 10px #eeeeee2e; */
    /* background-color: #fff; */
    /* color: #000; */
}
#clients .clientPhoto{
    border-radius: 20px 0;
    padding: 10px 0;
    /* background: linear-gradient(to right, #bdc3c7, #2c3e50); */
    margin-bottom: 10px;
    height: 70px;
    /* box-shadow: 0 0 10px 5px gray; */
}
#clients .clientPhoto>img{
    /* border: 5px solid #f00; */
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
#clients .content{
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    /* background-color: rgb(214, 213, 212); */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* border: 1px solid #f00; */
    /* background-color: #413f3f; */
    text-align: center;
    padding: 20px;
    height: 70%;
}
#clients .content p#details{
    text-align: justify;
}
#clients .content p#type{
    text-align: center;
}

#clients1 .box{
    /* width: 500px; */
    height: 400px;
    border: 1px solid #000;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#clients1 .box img{
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: all 0.4s ease-in-out;
}

#clients1 .content p{
    font-size: small;
}
#clients1 .box a{
    color: #fff;
    /* background-color: rgb(120, 57, 250); */
    background-color: var(--primary-color);
    text-decoration: none;
    font-family: sans-serif;
    font-size: large;
    padding: 10px 20px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 120%);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
#clients1 .box:hover img{
    height: 100%;
    border-radius: 20px;
}

#clients1 .content{
    width: 100%;
    height: 30%;
    margin-top: -5px;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--secondary-color);
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
#clients1 .content h2{
    padding-top: 7%;
    /* font-size: medium; */
}

/* clients section end */