*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}




.list{
    justify-content: center;
}

.list ul li a{
    color: aliceblue;
    font-size: bolder;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 800;
    margin-left: 50px;
}

.header1{
    background-color:rgb(207, 230, 8);
}

#third{
    background-image:url("image/image29.jpg");
    height:400px;
    background-position: center;
   

   
}

.overlay{
    background-color: rgba(10, 10, 10, 0.3);
    min-height:400px;
}

.about{
    padding-top: 100px;
    padding-left: 20px;
    margin-right: 20px;
}
.abouts{
    padding-right: 20px;
}
.abouts h2{
    font-family: Britannic Bold;
    font-size: bolder;
    font-weight:900;
    color: rgba(78, 12, 12, 0.973);
}

.abouts p{
    color: gray;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 1.7em;
}

.image img{
    border-radius: 100px;
    margin-left: 10px;
}


.body3{
    background-color: aliceblue;
    padding-bottom: 40px;
    padding-top: 40px;
   
}

.body4{
    background-color:rgba(78, 12, 12, 0.973);
    color: #14ff72;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-left: 60px;
}

.body4 h4{
    margin-left: 20px;
}

.body5 h4{
    margin-left: 10px;
}

.body4 i{
    border: 1px solid #14ff72;
    padding: 20px;
    color: aliceblue;
    border-radius: 100px;
    background-color: #14ff72;
}

.body4 span{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
    padding-left: 10px;
}
.body5{
    background-color: #14ff72;
    color:rgba(78, 12, 12, 0.973);
    text-align: center;
    padding-top: 30px;
    margin-left: 60px;
}

.body5 span{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
}

.body5 i{
    border: 1px solid rgba(78, 12, 12, 0.973);
    padding: 20px;
    color: aliceblue;
    border-radius: 60px;
    background-color: rgba(78, 12, 12, 0.973);
}

.dir{
    padding-left: 20px;
}

.dir h2{
    color: rgba(78, 12, 12, 0.973);
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.dirs{
    color: rgba(78, 12, 12, 0.973);
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.dir1 p{
    color: gray;
    line-height: 2.0em;
    font-family: 'Times New Roman', Times, serif;
}

.team{
    text-align: center;
}

.teams{
    text-align: center;
}

.tab{
    justify-content: center;
}

.tabs{
    margin-bottom: 40px;
}

.tabs p{
    font-family: 'Times New Roman', Times, serif;
    line-height: 2.0em;
    font-size: 17px;
}

.cap{
    background-color: #14ff72;
    cursor: pointer;
}

.cap h5{
    color:rgba(78, 12, 12, 0.973) ;
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    cursor: pointer;
}

.cap:hover{
    background-color:rgba(78, 12, 12, 0.973)  ;
    color: #14ff72;
}

.cap h5:hover{
    color: #14ff72;
}

.team img{
   margin-top: 40px;
   margin: 10px;
}
.footer{
    min-height: 200px;
    margin-left:1px;
    margin-right:1px;
    padding-top: 200px;
}

.line{
    border: 1px solid #14ff72cb;
    width: 70px;
    margin-left: 20px;
}

.footers{
    padding-top: 20px;
    text-align: center;
    color: #14ff72cb;
    background-color:rgba(78, 12, 12, 0.973) ;
}

.footers1{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #14ff72cb;
    background-color:rgba(78, 12, 12, 0.973) ;
    
}

.footers1 a{
    margin-left: 20px;
    text-decoration: none;
    color: #14ff72cb;
}



.footers1 i{
    padding-left: 20px;
}

.footers1 h5{
    margin-left: 20px;
}

.footerss{
    text-align: center;
    background-color: #14ff72;
    color: rgba(78, 12, 12, 0.973) ;
    padding-top: 15px;
}

@media screen and (max-width:678px){
    .body3{
        justify-content: center;
        padding-left: 40px;
        padding-right: 20px;
    }

    .body4{
        text-align: center;
        margin-bottom: 40px;  
        margin-right: 10px;
    }
    .body5{
        margin-bottom: 40px;
    }
    .border{
        width: 400px;
    }

    .header1{
        margin-right: 75px;
    }

    .row{
        margin-left: 10px;
        margin-right: 10px;
    }

    .dirs h3,h4{
        text-align: center;
        margin-left: -150px;
    }

    .dirs img{
        margin-left: -75px;
        margin-right: 10px;
    }

    .tabs{
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }
}

