/* Header-Start */
.bg-align{
    background-color:white ;
}
/* Header-End */


/* Text-alignment-start */
.text-align{
    text-align: justify;
    font-size: 20px;
    font-weight: lighter;
    color: black;
    letter-spacing: 1px;
    line-height: 30px;
}
/* Text-alignment-end */


/* Caroseul-Start */
.carousel-height{
    height: 600px;
    width: 1400px;
}
/* Caroseul-End */


/* About-Start */
.about-img-align{
    border-radius: 20px;
    height: 350px;
    border: 1px solid goldenrod;
}
/* About-End */


/* Service-Start */
.box{
    background-color:white;
    transition: 1s;
}
.box:hover{
    transform: scale(1.1);
    transition: 1s;
}
.services-child-align{
border: 1px solid goldenrod;
padding: 20px;
border-radius: 12px;
}

.icon-size-align{
    font-size: 30px;
    color: green;
}
/* Service_End */


/* Solutions-start */
.solution-child{
   border: 1px solid goldenrod;
   box-shadow: 5px 5px 5px #0000;
   border-radius: 12px;
}
.solution-p-align{
    padding-bottom: 32px;
}
/* Solutions-End */


/* Gallery-Start */
.img-padding-align{
    height: 237px;
}

.img-p-align{
    height: 324px;
}

.img-p-allign{
    height: 412px;
}
/* Gallery-End */


/* Contact-Start */
.contact-child{
    box-shadow: 0 4px 30px rgba(89, 89, 89, 0.15);
    box-shadow: #5a5a5a;

}

.contact-icon-align{
    font-size: 30px;
}
.contact-padding-align{
    padding-bottom: 80px;
}

.border-align{
    border-radius: 20px;
    border: 1px solid goldenrod;
}
/* Contact-End */


/* Footer-Start */
.bg-clr-align{
    background-color: rgb(15, 15, 32);
}
/* Footer-End */