
.cont-dtls{
    color: black;
    font-size: 1.2vw;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

.cont-dtls:hover{
    text-decoration: none;
    color: rgba(253, 252, 252, 0.833);
}

/* font-size properties */
.h{
    font-size: 2.7vw;
    color: #C6A342;
}

.h-our{
    font-size: 2.7vw;
    color: #ffffff;
    font-weight: 800;
}

.p{
    font-size: 1.4vw;
}

.p-our{
    font-size: 2vw;
}

.mnu-txt-siz{
    font-size: 1vw;
}

.crd-h{
    font-size: 3.6vh;
    color: #C6A342;
}

.crd-hf{
    font-size: 3.5vh;
    color: white;
}

.crd-p{
    font-size: 2.8vh;
    color: white;
}

.fotr-h{
    font-size: 1.6vw;
    color: #C6A342;
    text-align: justify;
}

.fotr-p{
    font-size: 1.3vw;
}

/* read me button */
.red-mre-btn{
    margin-right: 10px;
    background: #C6A342;
    border: none;
    font-size: 1vw;
    font-family: 'PT Serif', serif;
    padding: 0.4vw 2vw;
}

/* contact us button */
.cont-us-btn{
    background: #C6A342;
    border: none;
    font-size: 1vw;
    font-family: 'PT Serif', serif;
    padding: 0.4vw 2vw;
}

.cont-us-btn:hover{
    box-shadow: 1px 1px 1px 1px rgba(130, 168, 252, 0.833);
    font-size: 1.008vw;
}

/* Finace service read more button */
.fn-rd-btn{
    background: transparent;
    border: 1px solid rgba(35, 103, 249, 0.833);
    border-radius: 15px;
    font-size: 1vw;
    font-family: 'PT Serif', serif;
    padding: 0.4vw 2vw; 
    color: rgba(35, 103, 249, 0.833);
}

.bg-second{
    background-color: #B47963 !important;
}

.bg-darkthe{
    background-color: rgba(0, 0, 0, 0.904);
}

/* Background Image for Finace Service */
.FS-postn{
    position: r;
    top: 40px;
    left: 30px;
}

.bg-col-serv{
    background: transparent;

}

.wat-wdo-btn{
    background: none;
    border: 0.5px solid white;
    border-radius: 10px;
    font-size: 10px;
    padding: 5px 10px;
    color: white;
}
.txt-col-w {
    color: white;
}

.tp-bar-styl{
    background-color: rgba(255, 255, 255, 0.833); 
    width: 3vw; 
    height: 0.5vw;
    border-radius: 5px;
}

/* what we do top bar position */
.wt-wedo-bar-pos{
    position: absolute;
    left: 47.5vw;
}

/* what we do icons size */

.WWD-icn-sz{
    width: 100%;
}


.crd-btn {
    background: transparent;
    border: 0.15vw solid white;
    border-radius: 20px;
    padding: 0.6vw 2vw;
    color: white;
    font-size: 3vh;
}

.crd-btn:hover{
    background: rgb(32, 72, 130);
}


.our-pj-rnd1{
    position: relative;
    top: 3vw;
    max-width: 8%;
}
.our-pj-rnd2{
    position: relative;
    top: 7vw;
    left: 2vw;
    max-width: 15%;
}

/* images */
.our-pj-img2{
    max-width: 35%;
}
.our-pj-img3{
    max-width: 30%
}
.our-pj-img4{
    max-width: 35%;
}
.our-pj-img5{
    max-width: 30%;
}

/* fluid section image property */
.sec-img{
    max-width: 6vh;
}

.sec-img1{
    max-width: 5vh;
}

/* out team container property */
.team-img{
    max-width: 80%;
}

.team-scmd-icn{
    max-width: 25%;
}

.team-pr{
    font-size: 1.1vw;
}

/* Our Clint buttton dot button */
.out-clnt-btn{
    background: rgba(251, 65, 41, 0.833);
    border: none;
    padding: 0.5vw 2.2vw;
    margin: 0.1vw;
    border-radius: 10px;
}

.out-clnt-btn:hover{
    background: rgb(32, 72, 130);
}

.fotr-btn{
    background: rgb(215, 65, 51);
    border: none;
    border-radius: 5px;
    padding: 1px 10px;
    margin: 0.7vw 0vw;
    font-size: 1vw;

}

.inpt-futr{
    width: 20vw;
    height: 2vw;
    border-radius: 5px;
    border: none;
}

.futr-icon{
    max-width: 25%;
}

.futr-icns2{
    max-width: 10%;
}

.ftr-inst-img{
    width: 25%;
}

.carousel-slide-img{
    filter: brightness(50%);
    width: 100%;
    height: 700px;
}

.menu{
    background-color: #B47963;
}

.carosel-text{
    position: absolute;
    right: 15%;
    bottom: 250px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.servic-cont{
    width: 70%;
    top: 85%;
    right: 15%;
}

.card-title{
    color: #C6A342;
}

@media only screen and (max-width: 430px)  {
    .carousel-slide-img {
        filter: brightness(50%);
        width: 100%;
        height: 250px;
    }  
}