/** Home Page **/

.logo-hme {
    position: relative;
}   

br {
    display: none;
}

#copyright a:hover {
    text-decoration: underline;
    color: #ffbc13;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .logo-hme {
         width: 50vw;
         height: 6vw;  
    }

    .cardy p {
        text-align: center;
    }

}

@media only screen and (min-width: 280px) and (max-width: 768px) {

    .logo-hme {
        width: 65vw;
        height: 12vw;
    }

}

#bord:hover {
    transform: scale(1.2);

}

#bord {
    transition: all .6s linear;
    padding: 15px;
    border-radius: 15px;

}

.all-head {
    font-size: 38px;
}

.all-headss {
    font-size: 32px;
}


/* Except Home Section */

.myhero {
    height: 50vh !important;
    text-align: center;
}

.d-tablecell h1 {
    text-align: start;
    font-weight: bold;
    font-size: 4vw;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50vh;
    width: 70vh;
    color: white;
}

.service-item h3 {
    font-weight: bold;
    
}

.bord:hover {
    transform: scale(1.2);

}

.bord {
    transition: all .8s;
    border-radius: 15px;
    justify-content: center;

}

.font-size-18 {
    font-size: 18px;

}




/** About Page **/

.all-heads {
    font-size: 34px;
}

.about-home img {
    border-radius: 10px;
}

.about-home p {
    color: black;
    font-size: 18px;
            }


.paragraph p {
    text-align: justify;
    font-size: 18px;
}

.ceo {
    color: grey;
    padding-top: 8px;
}

.cardy {
    content: normal;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    max-width: fit-content;
    max-height: fit-content;
}



/** Projects Page **/

.service-item-wrap h3 {
    font-weight: bold;
}

.dd-title {
    font-weight: bold;
}

.para {
    font-size: 16px;
}


/** Otherr Styllingg **/

.center-text {
    color: black;
    padding: 20px;
    font-size: 16px;
}

.center {
    color: black;
}

.img1 {
    cursor: pointer;
}

.my-list li {
    text-align: left;
    font-size: 17px;
    color: black;
    line-height: 20px;
}

.cardy:hover {
    transition: all 1s;
    transform: scale(1.1);
    border-radius: 10px;
}

.cardy {
    cursor: pointer;
    margin: 0;
    padding: 15px;
    max-height: fit-content;
}

.cardy:after, .cardy:before {
    content: '';
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.4);
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 10px;
    z-index: -1;
}

