*{
    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{
    width: 100%;
}
.middle1rap{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}


.imgdiv img {
    width: 55rem;
    height: 100vh;
}

.container4{
    width: 100%;
    background-color: #f3f3f3;
}
.container4rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.col{
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.col p span{
    font-size: 20px;
    text-transform: uppercase;
}
.col p{
    font-size: 20px;
}
.col h1{
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 800;
}
.col h1 span{
    color: #ed6436;
}
.coll2{
    width: 80%;
    margin-top: 12rem;
}
.coll2 h2{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.coll2 p{
    font-size: 20px;
    width: 20rem;
    border-radius: 10px;
    border: 1px solid lightgray;
    padding: 10px;
    transition: 0.6s;
}
.coll2 p:hover{
    background-color: #a3eb7f;
}
.coll2 button{
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
}
#green{
    color: #7aba59;
}



/* middle 2 */

.middle9{
    width: 100%;
    margin-top: 60px;
}
.middle9 h2{
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}
.middle9rap{
    width: 60%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.box14{
    width: 80%;
    display: grid;
    grid-template-columns: auto auto;
}
.box14div h3{
    font-size: 15px;
    text-transform: uppercase;
}
.box14div p{
    font-size: 50px;
    margin-top: 20px;
}
#icons{
    font-size: 60px;
    color: #ed6436;
}


/* middle3 */

.middle3{
    width: 100%;
}
.middle3rap{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}

.coll3{
    width: 100%;
    margin-top: 12rem;
    margin-left: 5rem;
}
.coll3 h2{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.coll3 p{
    font-size: 20px;
    width: 20rem;
    border-radius: 10px;
    border: 1px solid lightgray;
    padding: 10px;
    transition: 0.6s;
}
.coll3 p:hover{
    background-color: #a3eb7f;
}
.coll3 button{
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
}
#green{
    color: #7aba59;
}
.imgdiv1{
    width: 100%;
}
.imgdiv1 img {
    width: 60rem;
    height: 100vh;
    margin-left: 156px;
}



/* middle4 */

.middle{
    width: 100%;
    margin-top: 5rem;
}
.middlerap{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.box1{
    width: 90%;
    padding: 80px;
}
.box1 h1{
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.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;
}

.box2 img{
    width: 50rem;
}


/* testimonials */

.middlee9{
    width: 100%;
}
.middlee9 h2{
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5rem;
}
.container_col{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
}
.card_1{
    height: 70vh;
    border: 1px solid lightgray;
    margin-left: 3rem;
    transition: 0.5s;
}
.card_1:hover{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#gold{
    color: goldenrod;
    font-size: 15px;
}



/* middle5 */

.middle10{
    width: 100%;
    margin-top: 5rem;
}
.middle10rap{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
.box6 img{
    width: 55rem;
}
.box7{
    width: 80%;
    margin-right: 10rem;
    margin-top: 10rem;
}
.box7 h1{
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
}
.box7 span{
    color: #ed6436;
}
.box7 p{
    font-size: 20px;
    margin-bottom: 40px;
}

.middle10-box{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
}
.boxx8 h2{
    font-size: 20px;
    font-weight: 700;
    color: #ed6436;
}
.boxx8 p{
    font-size: 20px;
}
#iconcolor{
    font-size: 40px;
    color: #7aba59;
    margin-left: 30px;
    margin-bottom: 30px;
}


/* middle6 */

.middle11{
    width: 100%;
}
.middle11rap{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
.box6 img{
    width: 55rem;
}
.box7{
    width: 80%;
    margin-left: 5rem;
    margin-top: 5rem;
}
.box7 h1{
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
}
.box7 span{
    color: #ed6436;
}
.box7 p{
    font-size: 20px;
    margin-bottom: 40px;
}

.middle10-box{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
}
.boxx8 h2{
    font-size: 20px;
    font-weight: 700;
    color: #ed6436;
}
.boxx8 p{
    font-size: 20px;
}
#iconcolor{
    font-size: 40px;
    color: #7aba59;
    margin-left: 30px;
    margin-bottom: 30px;
}


.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: 5rem;
}
.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;
}