
/* body {
    background-color:rgb(227, 226, 226);
} */


.offer{
    background-color: #9bf00b;

}

.offer>div>a>span::after{
    content:">";
    padding-left: 5px;

}

.partOne>div>div{
    border-radius: 2%;
    overflow: hidden;
    box-shadow: 0 5px 5px #d5d5d59f;
    
    
}
.tizer img{
    display: block;
    margin: 0 auto;
    width:50px ;
    height: auto;
}
.BanerTow{
    height: 10vh !important;
}
.Business{
    background-color: #dceef8;
}
.call>div:hover{
   transition: all 400ms;
    box-shadow: 0 0 15px #66666647;
}
footer{
    font-size: small;
}
.translate:hover{
    transform: translateY(-5px);
    transition: all 300ms;
}
.scale:hover{
    transform: scale(1.02);
    transition: all 600ms;
    
}

.Underline a{
    position: relative;
    display: inline-block;
}
.Underline a::after {
    content: '';
    background-color: rgba(12, 132, 230, 0.447);
    width: 0%;
    height: 0.3vh;
    position: absolute;
    right: 50%;
    top: 100%;
    transition:all 500ms;
}
.Underline a:hover::after  {
    width: 50%;
}

.Underline a::before {
    content: '';
    background-color: rgba(9, 134, 236, 0.447);
    width: 0%;
    height: 0.3vh;
    position: absolute;
    left: 50%;
    top: 100%;
    transition:all 500ms;
}
.Underline a:hover::before  {
    width: 50%;
}
.up a:hover {
    background-color: aliceblue;
    color: black;
    text-shadow: 0 0 5px rgba(6, 5, 5, 0.693);

}