*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.body{
    scroll-behavior: smooth;
}
 .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-nav{
    margin-left: 20rem;
}
.form-inline{
    margin-left: 15rem;
}

.btn a{
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #ff8c00;
    border: 1px solid #ff8c00;
    text-decoration: none;
    transition: 0.6s;
}
.btn a:hover{
    color: #000;
    background-color: #fff;
}



.video{
    width: 100%;
}
.videorap{
    width: 80%;
    margin: auto;
}
.videorap video{
    width: 100%;
    height: 70vh;
}



.header h2{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.middle2{
    width: 100%;
    margin-top: 60px;
}
.middle2rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.box1{
    width: 60%;
    margin-top: 5rem;
}
.box1 h2{
    font-size: 50px;
    font-weight: 800;
}
.box1 h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #ff8c00;
    font-weight: 700;
}
.box1 p{
    font-size: 20px;
}

/* middle3 */

.middle3{
    width: 100%;
    margin-top: 60px;
}
.middle3rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.box3 img{
    width: 80%;
    height: 50vh;
}
.box4{
    background-color: #eaeaea;
    width: 100%;
    border-radius: 30px;
    padding: 10px;
}

.box4 h2{
    font-size: 25px;
    color: #ff8c00;
}

.box4 p{
    font-size: 20px;
    margin-bottom: 20px;
}

#icons{
    font-size: 20px;
    color: #ff8c00;
}


/* middle4 */

.parentdiv{
    width: 100%;
    margin-top: 100px;
}
.parentdivrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.col1{
    width: 90%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
}
.col-card{
    width: 100%;
    height: 50vh;
}
.col-card img{
    width: 100%;
    height: 25vh;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.col-card p{
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
}
.downbox{
    padding: 10px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.col2{
    margin-top: 10rem;
}

.btndiv a{
    text-decoration: none;
    padding: 10px;
    border-radius: 15px;
    background-color: #7aba59;
    color: #f2f2f2;
    font-weight: 500;
    transition: 0.6s;
}
.btndiv a:hover{
    border: 2px solid #7aba59;
    background-color: transparent;
    color: #000;
}
.col2 p{
    margin-top: 20px;
    font-size: 25px;
    text-transform: capitalize;
    transition: 0.6s;
}
.col2 p:hover{
    color: #7aba59;
}

/* middle4 */

.middle4{
    width: 100%;
}
.middle4 h2{
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 60px;
}
.middle4rap{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.card{
    height: 60vh;
}
.card img{
    height: 35vh;
    margin-bottom: 20px;
}
.card-body h4{
    margin-bottom: 30px;
}
.card-btn a{
    text-decoration: none;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    background-color: #ff8c00;
    font-size: 20px;
    transition: 0.5s;
    margin-left: 5rem;
}
.card-btn a:hover{
    color: #ff8c00;
    background-color: transparent;
    border: 1px solid #ff8c00;
}


/* website footer */

.footer{
    width: 100%;
    margin-top: 10rem;
}
.footerrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.grid_1{
    width: 70%;
    display: grid;
    grid-template-columns: auto auto;
}
.grid_1 img{
    width: 3rem;
    height: 6vh;
    margin-left: 4rem;
}
.grid_1 h1{
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}
.socialicons{
    justify-content: center;
    display: flex;
}
.socialicons a{
    text-decoration: none;
    padding: 10px;
    background-color: #ed6436;
    margin: 10px;
    border-radius: 50%;
    transition: 0.6s;
}
.socialicons a:hover{
    background-color: transparent;
    border: 1px solid #ed6436;
}
#youtube{
    color: #fff;
}
#youtube:hover{
    color: #ed6436;
}
#facebook{
    color: #fff;
}
#facebook:hover{
    color: #ed6436;
}
#instagram{
    color: #fff;;
}
#instagram:hover{
    color: #ed6436;
}
#tweeter{
    color: #fff;
}
#tweeter:hover{
    color: #ed6436;
}

.divvv2 h1{
    font-size: 25px;
    color: #ed6436;
    font-weight: 600;
}
.divvv3 h1{
    font-size: 25px;
    color: #ed6436;
    font-weight: 600;
}

.btn_div{
    margin-top: 20px;
}
.btn_div a{
    padding: 10px;
    text-decoration: none;
    border-radius: 30px;
    background-color: #ed6436;
    color: #fff;
    transition: 0.5s;
}
.btn_div a:hover{
    color: #ed6436;
    background-color: transparent;
    border: 1px solid #ed6436;
}


.footer_bottom{
    width: 100%;
    height: 10vh;
    background-color: #ed6436;
    margin-top: 60px;
}
.footer_bottom h1{
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 20px;
}