*{
    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;
}


.header h2{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 5rem;
    margin-top: 10rem;
}



/* middle1 */

.container2 {
    width: 100%;
}

.container2rap {
    display: grid;
    grid-template-columns: auto auto;
}

.div1 {
    width: 80%;
    margin-left: 7rem;
    margin-top: 8rem;
}

.div1 h1 {
    margin-top: 100px;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0b1b3f;
}

.div1 p {
    font-size: 20px;
}

.imgdiv img {
    width: 55rem;
    height: 100vh;
}

.container-btn a {
    color: #fff;
    background-color: #ff8c00;
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.5s;
}

.container-btn a:hover {
    color: #ff8c00;
    background-color: transparent;
    border: 1px solid #ff8c00;
}


/* middle2 */

.container3 {
    width: 100%;
}

.container3rap {
    display: grid;
    grid-template-columns: auto auto;
}


/* middle3 */

.container4 {
    width: 100%;
}

.container4rap {
    display: grid;
    grid-template-columns: auto auto;
}
.div1 h3{
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 50px;
}

.box1div{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box1div img{
    width: 100%;
    height: 15vh;
}
.smlbox1div h2{
    color: #ff8c00;
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
}
.smlbox1div p{
    margin-top: 10px;
    font-size: 20px;
}



/* middle4 */

.middle2{
    width: 100%;
}
.middle2 h1{
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5rem;
}
.middle2rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    margin-bottom: 10rem;
}
.box3{
    width: 20rem;
    height: 30vh;
    background-color: #7aba59;
    border-radius: 50%;
    transition: 0.5s;
}
.box3 h3{
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 80px;
}

.box3:hover{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.box4{
    width: 20rem;
    height: 30vh;
    background-color: #f9b945;
    border-radius: 50%;
    transition: 0.5s;
}
.box4 h3{
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 80px;
}
.box4:hover{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.box5{
    width: 20rem;
    height: 30vh;
    background-color: #ed6436;
    border-radius: 50%;
    transition: 0.5s;
}
.box5 h3{
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 80px;
}
.box5:hover{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}


/* middle5 */

.middle4 {
    width: 100%;
    margin-top: 5rem;
}

.middle4rap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
}

.box8 {
    width: 100%;
    background-color: #fed9bd;
    border-radius: 30px;
    padding: 30px;
}

.box8 h2 {
    font-size: 20px;
    font-weight: 800;
    color: #ed6436;
    margin-bottom: 20px;
    text-align: center;
}

.box8 p {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.box9 {
    width: 100%;
    background-color: #cdeaba;
    border-radius: 30px;
    padding: 30px;
}

.box9 h2 {
    font-size: 20px;
    font-weight: 800;
    color: #ed6436;
    margin-bottom: 20px;
    text-align: center;
}

.box9 p {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.box10 {
    width: 100%;
    background-color: #f9f4b1;
    border-radius: 30px;
    padding: 30px;
}

.box10 h2 {
    font-size: 20px;
    font-weight: 800;
    color: #ed6436;
    margin-bottom: 20px;
    text-align: center;
}

.box10 p {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.box11 {
    width: 100%;
    background-color: #aff0f6;
    border-radius: 30px;
    padding: 30px;
}

.box11 h2 {
    font-size: 20px;
    font-weight: 800;
    color: #ed6436;
    margin-bottom: 20px;
    text-align: center;
}

.box11 p {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#logo {
    font-size: 50px;
    margin-left: 6rem;
    color: #333;
    margin-bottom: 30px;
}



/* middle6 */

.middle5 {
    width: 100%;
    margin-top: 5rem;
}

.middle5 h2 {
    font-size: 20px;
    color: #ed6436;
    margin-left: 10rem;
}

.middle5 h3 {
    font-size: 50px;
    font-weight: 800;
    margin-left: 10rem;
    margin-bottom: 60px;
}

.middle5rap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
}


.container {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: 50vh;
    border-radius: 40px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 95%;
    margin-left: 11px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 40px;
}

.container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 30px;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}



/* middle6 */

.middle6{
    width: 100%;
    margin-top: 10rem;
}
.middle6rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
}
.boxxx1 h2{
    font-size: 20px;
    font-weight: 800;
    color: #ed6436;
}
.boxxx1 p{
    font-size: 18px;
    opacity: 0.7;
}

#font{
    font-size: 50px;
    margin-left: 7rem;
    margin-bottom: 30px;
}


/* middle6 */

.middle7{
    width: 100%;
    margin-top: 10rem;
}
.middle7 h5{
    font-size: 50px;
    font-weight: 800;
    margin-left: 10rem;
    margin-bottom: 5rem;
}
.middle7rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
}
.boxxxx1 h2{
    font-size: 20px;
    font-weight: 800;
    color: #ed6436;
}
.boxxxx1 p{
    font-size: 18px;
    opacity: 0.7;
}

#font1{
    font-size: 50px;
    margin-bottom: 30px;
}


/* middle7 */

.middle8{
    width: 100%;
    height: 90vh;
    background-color: #f3f3f3;
}
.middle8 h2{
    color: #ed6436;
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 60px;
    margin-top: 5rem;
    padding-top: 30px;
}
.middle8rap{
    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;
}