.ourservices {
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 70px;
}

.ourservices1 {
    align-items: flex-end;

}
.box-services1{
    height: 290px;
    width: 100%;
    background-image: linear-gradient(to top, #041C3F, #041C3F), url('img/portfolio6-1.jpg');
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
    margin-top: 50px;
}
.box-services1:hover{
    height: 340px;
    margin-top: 0px;
    background-image: linear-gradient(to top, #041C3Fdd, #041C3Fdd), url('img/portfolio6-1.jpg');
}
.box-services1 p{
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    top: 60px;
    right: 10%;
    width: 80%;
    text-align: center;
}

.box-services-description span{
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: lighter;
    top: 50px;
    width: 80%;
    right: 10%;
}

.icon-box-services1{
    width: 90px;
    height: 90px;
    background-color: #F5B904;
    border-radius: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    top: -45px;
    margin-inline-start: 50%;
    transform: translateX(50%);
}
.item-box-icon:nth-child(1) {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    text-align: center;
    margin: 20px;
    padding: 10%;
}
.item-box-icon {
    height: 80%;
    width: 80%;
    border: 1px solid #FFFFFF;
    margin-inline-start: 10%;
    margin-top: 8%;
    text-align: center;
}

.item-box-icon p {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 300;
}
.box-icon-search {
    color: #F5B904;
    position: absolute;
    top: 50%;
    right: 38%;
    font-size: 24px;
    text-decoration: none;
}
.box-icon-link {
    color: #F5B904;
    position: absolute;
    top: 50%;
    left: 38%;
    font-size: 24px;
    text-decoration: none;
}

.icon-box-services1 img{
    margin: 0 auto;
}

.bottun-box-services1{
    background-color: #F5B904;
    position: absolute;
    width: 100%;
    height: 55px;
    bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s;
}

.bottun-box-services1:hover{
    background-color: #f5a104;
}

.bottun-box-services1 a p{
    position: absolute;
    top: 15px;
    color: #000;
    font-size: 14px;
}

.bottun-box-services1 a {
    padding: 20px 60px;
}
.page-numbers{
    display: flex;
}
.page-numbers li{
    margin: 0 3px;
}
.ourservices > div:nth-child(2) .box-services1{
    height: 340px !important;
}
.ourservices > div:nth-child(2) .box-services1:hover{
    margin-top: 50px;
}
@media (max-width:991px){
.box-services1{
    height: 290px;
    margin-top: 80px
}
.box-services1:hover{
    height: 290px !important;
    margin-top: 80px !important;
}
.ourservices > div:nth-child(2) .box-services1{
    height: 290px !important;
}
}