.logo{
    padding: 15px;
}
.service-img{
    text-align: center;
    margin-top:80px;
}
.service-img img{
    width: 200px;
}
.service-container{
    margin:auto;
}
.logo img{
    width: 100%;
}
.rocket img{
    width: 100px;
}
.app-btn .app-link{
    padding-right: 15px;
    color: #fff;
    outline: medium none;
    background-color: #00172E;
    padding: 20px;
    margin: 10px;
    border-radius: 40px;
    text-transform: uppercase;
    overflow: hidden;
}
.app-btn .app-btn2 {
    background-color: transparent;
    color: #00172E;
    border: 1px solid #00172E;
    
}
.app-btn .footer-button{
    padding: 20px 30px;
}

 .app-btn .app-link:hover{
    background-color: #098AFD;
    color: #fff;
    border: 1px solid #098AFD;
    transition-delay: 0.25s;
}
.app-btn .app-btn1:hover{
    border: 0;
}
.single-slider{
    min-height: 700px;
}
.footer-logo img{
   width: 300px;
}

.best-features-area h2{
    text-align: center;
    margin-bottom: 32px;
}
.what-img img{
max-width: 100%;
border-radius: 50%;
}
.what-img{
    width: 150px;
    height: 150px;
    margin: auto;
}
.what-cap{
    margin-top: 50px;
    text-align: center;
}
.services-area{
    padding-top: 170px;
}
@media screen and (max-width:500px) {
    .logo {
        width: 200px;
        margin-top: 5px;
    }
    .footer-logo img{
        width: 200px;
    }
    .header-area .slicknav_btn{
        top: -50px;
    }
}
.header-margin{
    margin-bottom: 0px !important;
}
.Mobily-logo{
    text-align: center;
}
.Mobily-logo img{
    width: 350px;
    margin-bottom: 70px;
}
.partners img{
    width: 100%;
}
.service-img img{
    border:1px solid #000;
    border-radius: 50%;
}
.dashboard-box{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.dashboard-box .features-icon span{
    margin: 10px;
}
.blue-color{
    color: #246af1;
}
footer h2{
    font-weight: bolder;
}
.overlay-div{
    position: absolute;
    top: 0;
    width: 120px;
    bottom:0;
    z-index: 1;
}
.overlay-div.overlay-right{
    right: 0;
    background-image: linear-gradient(-90deg, rgba(249 251 255,0.8), rgba(249 251 255,0.3));;
}
.overlay-div.overlay-left{
    left: 0;
    background-image: linear-gradient(90deg, rgba(249 251 255,0.8), rgba(249 251 255,0.3));;
}
.owl-nav{
    display: none !important;
}
.services-slider .item img{
    width: 30px;
    display: inline-block;
    margin: 0 10px;
}
.owl-carousel .item p{
    display: inline-block;
}
.services-slider .owl-stage-outer{
    opacity: 0.5;
}
.our-features p{
    color: #000 !important;
}
.sky-blue-color{
    color: #246af1;
}
.app-btn{
    display: flex;
}
@media (max-width: 767px) {
.app-btn{
    display: block;
}
.app-btn a{
    display: block;
    text-align: center;
}
}
.partners-slider img{
    width: 100%;
}
footer{
    border-top: 1px solid #f2f2f2;
}
.text-bold{
    font-weight: bold;
}