* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}



/* navigation bar */

.navigation {
    background-color: rgba(255, 255, 255, 0.921);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.navbar {
    height: 12vh;
}

.navbar-nav {
    margin-left: 1rem;
}

.navbar-nav h2 {
    color: #dc4348;
    font-size: 18px;
    margin-top: 20px;
    padding: 10px;
    transition: 0.2s;
}

.navbar-nav h2:hover {
    border-bottom: 4px solid #dc4348;
}

.navbar-brand img {
    margin-left: 2rem;
}
.form-inline{
    margin-left: 2rem;
}



/* modal */

#margin{
    margin-top: 42px;
    margin-left: 2rem;
}

.modalrap a{
    text-decoration: none;
    opacity: 0.7;
    cursor: pointer;
    border: 2px solid #dc4348;
    padding: 6px 22px;
    transition: 0.4s;
    color: #dc4348 !important;
    font-weight: 600;
}
.modalrap a:hover{
    color: #dc4348 !important;
    border-bottom: 1px solid #dc4348;
    background-color: #dc4348;
    color: aliceblue !important;
}
.modal-header{
    background-color: #dc4348;
}
.modal-header h4{
    color: aliceblue;
}


.body{
    width: 100%;
}
.bodyrap{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
}
.bodycontent h3{
    color: #dc4348;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.textlines h5{
    font-size: 15px;
    color: #dc4348;
    margin-top: 1rem;
}
.btnnn1{
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
#fb{
    margin-right: 5px;
}

.btnnn1 a{
    text-decoration: none;
    color: aliceblue;
    background-color: darkblue;
    padding: 6px 22px;
    border-radius: 30px;
}
.btnnn1 a:hover{
    text-decoration: none;
    color: aliceblue;
}
#gg{
    margin-right: 5px;
}
.btnnn2 a{
    text-decoration: none;
    color: black;
    padding: 6px 22px;
    border: 1px solid black;
    border-radius: 30px;
}
.btnnn2 a:hover{
    text-decoration: none;
    color: black;
}



/* middle 1 */

.mid {
    width: 100%;
}

.midrap {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
}

.container {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    /* Black see-through */
    color: #f1f1f1;
    width: 95%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 18px;
    padding: 20px;
    text-align: center;
}

.overlay a {
    text-decoration: none;
    color: aliceblue;
    background-color: #dc4348;
    border-radius: 30px;
    padding: 10px;
    transition: 0.5s;
    font-weight: 700;
}

.overlay a:hover {
    border: 2px solid #dc4348;
    background-color: aliceblue;
    color: #dc4348;
}

.container:hover .overlay {
    opacity: 1;
}


/* midddle2 */

.parallax {
    /* The image used */
    background-image: url("ban1.jpg");
    background-color: rgba(0, 0, 0, 0.4);

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax img {
    width: 30rem;
    height: 35vh;
    margin-left: 32rem;
    margin-top: 5rem;
}

.btn1 {
    margin-top: 5rem;
}

.btn1 a {
    text-decoration: none;
    color: aliceblue;
    background-color: #dc4348;
    border-radius: 30px;
    padding: 10px;
    transition: 0.5s;
    margin-left: 42rem;
    font-weight: 700;
}

.btn1 a:hover {
    border: 2px solid #dc4348;
    background-color: aliceblue;
    color: #dc4348;
}


/* middle 3 menu sec */

.socialicons{
    display: flex;
    margin-left: 37rem;
    margin-top: 3rem;
}
.socialicons a{
    text-decoration: none;
    padding: 10px;
    background-color: aliceblue;
    margin: 15px;
    border-radius: 10px; 
    transition: 0.5s;
    height: 5vh;
}
.socialicons a:hover{
    background-color: black;
}
#linkdin{
    color: red;
    font-size: 20px;
}
#facebook{
    color: red;
    font-size: 20px;
}
#instagram{
    color: red;
    font-size:20px;
}
#tweeter{
    color: red;
    font-size: 20px;
}
#linkedin{
    color: red;
    font-size: 20px;
}


/* webiste footer */

.footer{
    width: 100%;
}
.footerrap{
    width: 90%;
    padding: 10px;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 30px;
    margin-top: 3rem;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 2rem;
}
.box2{
    width: 100%;
}
.box2 h2{
    font-size: 20px;
    color: #dc4348;
    text-align: left;
    text-transform: capitalize;
}
.box2 p{
    font-size: 15px;
    color: black;
    opacity: 0.7;
    text-transform: capitalize;
}

.box3 h2 {
    font-size: 20px;
    color: #dc4348;
    text-align: left;
    text-transform: capitalize;
}

.box3 p {
    font-size: 15px;
    color: black;
    opacity: 0.7;
    text-transform: capitalize;
}



/* copy right section */

.footerbottom{
    width: 100%;
}
.footerbottom h3{
    font-size: 15px;
    color: #dc4348;
    text-align: center;
}