
.opacity{
    position: absolute;
    background-color: #0f0f0f61;
    width: 100%;
    height: 99%;
}
.about,
.dream-team{
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0;
    color: #1b83ac;
    font-family: 'Zen Dots', cursive;
    font-family: 'Bebas Neue', cursive;
    font-family: 'Abril Fatface', cursive;
}
.content{
    position: relative;
}
.about::after{
    content: "";
    width: 50px;
    height: 3px;
    background-color: #1188d8;
    position: absolute;
    top: 32px;
    margin-left: 12px;
}
.about::before{
    content: "";
    width: 50px;
    height: 3px;
    background-color: #1188d8;
    position: absolute;
    top: 5px;
    margin-left: -59px;
}
.about-content{
    font-size: 25px;
    font-family: 'Ubuntu Mono', monospace;
    margin-bottom: 50px
}
.about-content span{
    color: #1b83ac;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Bebas Neue', cursive;
    display: block;
    margin: 10px 0;
    border-bottom: 2px solid #1188d8;
    padding-bottom: 10px;
    width:200px
}
.team{
    background-color: #eee;
    padding: 30px;
}
.team .rd{
    position: relative;
    top: -600px
}
.team .rdious1{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 99, 71, 0.2);
    top: 20px
}
.team .rdious2{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(9, 123, 230, 0.2);
    top: 50px;
    right: 250px;
    border: 3px solid #fff;
}
.team .rdious3{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(10, 173, 173, 0.2);
    top: 250px;
    right: 250px
}
.team .rdious4{
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(101, 5, 180, 0.192);
    top: 450px;
    right: -120px;
    border: 3px solid #fff;
}

.team .rdious5{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(116, 8, 58, 0.308);
    top: 400px;
    right: -500px;
    border: 3px solid #fff;
}
/* dream team */
/* .card{
    padding: 10px;

}
.card img{
    border-radius: 50%;
}
.card .card-body h5{
    color: #1b83ac
}
.card .card-body span{
    padding: 10px;
    background-color: #1188d8;
    margin: 15px 0;
    display: block;
    width:80%;
    border-radius: 10px 0 10px 0;;
    color: #eee
}
.card img{
    border-radius: 50%;
} */
.image-team{
    border: 1px solid #1188d8;
    padding: 10px;
    /* position:relative; */
    border-radius: 10px;
    margin-bottom: 20px;
}

.team1 h5{
    color: #1b83ac;
    font-size: 25px;
    font-family: 'Abril Fatface', cursive;
}
.team1 span{
    padding: 10px;
    background-color: #1188d8;
    margin: 15px 0;
    display: block;
    width:50%;
    border-radius: 10px 0 10px 0;;
    color: #eee;
    font-size: 20px;
    font-family: 'Ubuntu Mono', monospace;
}
.about-team{
    background-color:lightskyblue;
    /* width: 80%; */
    margin-left: 50px;
    padding: 20px;
    border-radius: 0 40px 0 40px;
}
.about-team p{
    font-size: 25px;
    font-family: 'Ubuntu Mono', monospace;
    color:#095a8b;
    text-align: justify;
    text-justify: inter-word;
}
/*  */
.services{
    background-image: url("../images/bg_hero_1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    padding-top: 50px
}
.services h2{
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Abril Fatface', cursive;
    color:rgb(235, 8, 114);
    font-size: 35px
}
