/*
Theme Name: dmvdogwalking
Theme URI: https://dmvdogwalking.com/
Author: dmvdogwalking
Author URI: https://dmvdogwalking.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dmvdogwalking
*/

.main-menu ul li.page_item.current_page_item {
    margin-left: 0px !important;
}
.tst {
    text-align: center;
    display: block;
}
.pagination-wrap {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.pagination-wrap .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    background: #f4f4f4;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-wrap .page-numbers:hover {
    background: #333;
    color: #fff;
}

.pagination-wrap .current {
    background: #333;
    color: #fff;
    font-weight: bold;
}

.pagination-wrap .prev,
.pagination-wrap .next {
    font-weight: 600;
}
.testimonial-sec1 {
    background: #fabf6b;
    padding: 60px 0px;
}
.testcol {
    padding: 20px;
    height: 240px;
    margin-bottom: 19px;
    background: #fff;
    border-radius: 15px;
}
div#track1 {
    margin-top: 20px;
}
.services-box .img img {
    border-radius: 10px;
    object-fit: cover;
}
.services-box{
	margin-bottom:20px;
}
div#gallery-1 img {
    height: 450px;
    aspect-ratio: 1 / 1;
}