


.home
{
height: auto;
    background-image: url(../image/2.jpg);
  background-repeat: no-repeat;
    background-size: cover;
  background-position: center;
}




main {
    MIN-height: auto;
    width: 100%;
}



/*--------------------- main title----------------*/

.title1 {

    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: transparent;
}
.title1 h1 {
    width: auto;
    height: auto;
    margin: auto;
    color: rgb(255, 255, 255);
 

}

.logos {
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 100px;
}



















/*-------------contacut us------------------------*/
.contactusinfo {
    width: 80%;
    min-height: 700px;
   /* border: 5pt solid transparent;*/
    background:transparent;
   /* box-shadow: -1px -1px 10px 20px;*/
    margin: auto;
    margin-top: 50px;
    margin-bottom: 5;
}
.conactsico {
    width:auto;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    align-items: center;
}

.conactsico p {
    width: 240px;
    min-height: 130px;
    margin: auto;
    text-align: center;
    line-height: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10%;
}
.conactsico a {
    text-decoration: none;
    color: rgb(241, 241, 241);
    font-size: 15pt;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 15px;
}
.bgggg {
    background: linear-gradient(90deg, rgb(211, 163, 75), rgb(173, 118, 14), rgb(196, 152, 32)), url(../image/logo.png) no-repeat;
    background-blend-mode: multiply;
    background-size: cover;

}
.conactsico a:hover
{
    border: 1pt solid rgb(224, 149, 9);
border-radius: 100px;
background-color: rgba(212, 153, 41, 0.822);


}