* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

a,
img,
button,
input[type="submit"] {
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
    max-width: 1400px;
    padding: 0 30px;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

body {
    font-family: "Urbanist", sans-serif !important;
    font-weight: 400 !important;
    background: #fff !important;
    color: #000 !important;
}


header.site-header {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}

header.site-header .header-top {
    padding: 15px 0;
    text-align: center;
}

header.site-header .header-top a {
    color: #000;
    text-decoration: none;
}

header.site-header .header-top a:hover {
    color: #A80000;
}

header.site-header .row {
    align-items: center;
}

header.site-header .bg {
    background: #fff;
    border: 1px solid #DADADA;
    padding: 10px 30px;
    border-radius: 45px;
}

header.site-header .navmain-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: space-between;
}

header.site-header .navmain-menu li {
    margin: 0;
    padding: 0;
    position: relative;
}

header.site-header .navmain-menu li a {
    color: #000;
    text-decoration: none;
    max-width: 0;
    padding: 0;
    font-weight: 500;
}

header.site-header .navmain-menu li a:hover {
    color: #A80000;
}

header.site-header .book-btn {
    text-align: right;
}

header.site-header .book-btn a {
    display: inline-flex;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    background: #A80000;
    border-color: #A80000;
}

header.site-header .book-btn a:hover {
    background: #FEA910;
    color: #000;
}

header.site-header.fixed-header {
    position: fixed;
    background: #FFF;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

header.site-header.fixed-header .header-top {
    display: none;
}

.home-banner {
    padding: 160px 0 60px 0;
    color: #000;
    z-index: 1;
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
    background: #FFF5EB;
    background: linear-gradient(180deg, rgba(255, 245, 235, 1) 28%, rgba(255, 245, 235, 1) 45%, rgba(254, 169, 16, 1) 100%);
}

.home-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    background: url("../images/banner-bg.png") no-repeat center 150px;
}

.home-banner .row {
    margin: 0 -15px;
}

.home-banner .banner-list {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
}

.home-banner .banner-list li {
    width: 20%;
    padding: 0 15px;
    margin: 0;
    position: relative;
    transition: all 0.5s ease;
}

.home-banner .banner-list li:hover {
    left: -5px;
}

.home-banner .banner-list li:first-child:hover {
    left: auto;
    right: -5px
}

.home-banner .banner-list li:hover img {
    box-shadow: 5px 5px 5px #ffc976
}

.home-banner .banner-list li img {
    border-radius: 15px;
    width: 100%
}

.home-banner .banner-list li:nth-child(4) {
    transform: rotate(5deg);
    top: 5%;
}

.home-banner .banner-list li:nth-child(5) {
    transform: rotate(10deg);
    top: 10%;
}

.home-banner .banner-list li:nth-child(2) {
    transform: rotate(-5deg);
    top: 5%;
}

.home-banner .banner-list li:first-child {
    transform: rotate(-10deg);
    top: 10%;
}

.home-banner h1 {
    color: #A80000;
    font-size: 48px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.home-banner .custom-btn {
    margin: 0;
    padding: 0;
}

.home-banner .custom-btn a {
    display: inline-flex;
    background: #000;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.home-banner .custom-btn a:hover {
    background: #FEA910;
    color: #000;
}

.home-banner .content-box {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 60px auto;
    text-align: center;
}



.page-banner {
    padding: 190px 0;
    color: #000;
    z-index: 1;
    position: relative;
    margin: 0;
    width: 100%;
    text-align: center;
    background: #FFF5EB;
    background: linear-gradient(180deg, rgba(255, 245, 235, 1) 28%, rgba(255, 245, 235, 1) 45%, rgba(255, 219, 160, 1) 100%);
}

.page-banner h1 {
    color: #A80000;
    font-size: 48px;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.page-banner .custom-btn {
    margin: 0;
    padding: 0;
}

.page-banner .custom-btn a,
.page-banner .custom-btn span {
    display: inline-flex;
    background: #000;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.page-banner .custom-btn a:hover {
    background: #FEA910;
    color: #000;
}

.our-services {
    margin: 0;
    padding: 45px 0 0 0;
    position: relative;
    background: #fff5ec;
    width: 100%;
    text-align: center;
}

.our-services .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.our-services .sub-title span {
    position: relative;
    color: #000;
    font-size: 18px;
}

.our-services .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.our-services h2 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.our-services h2 span {
    color: #A80000;
    display: block;
}

.our-services .bg {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.our-services .content {
    background: #F5F5F5;
    padding: 75px 25px;
    border-radius: 15px;
    text-align: left;
}

.our-services .content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.our-services .content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FEA910;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.our-services .content:hover {
    color: #000;
}

.our-services .content:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.our-services .content .icon-box img {
    max-width: 40px;
    margin: 0 auto 15px auto;
}

.our-services .content .title {
    font-size: 24px;
    font-weight: 600;
}

.our-services .content .custom-btn {
    margin: 0;
    padding: 0;
}

.our-services .content .custom-btn a {
    display: inline-flex;
    padding: 10px 30px;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    text-decoration: none;
}

.our-services .content .custom-btn a:hover {
    border-color: #A80000;
    color: #fff;
    background: #A80000;
}

.our-services .row {
    margin: 0 -15px;
}

.our-services .service-list {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    list-style-type: none;
}

.our-services .service-list li {
    display: flex;
    padding: 0 15px;
    width: 33.333%;
    margin: 0;
    position: relative;
}

.our-services .service-list li img {
    width: 100%;
    border-radius: 15px;
}

.our-services .service-list li img:hover {
    transform: rotate(5deg);
}


.about-sec {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #fff5ec url("../images/about-bg.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    color: #000;
}

.about-sec .img-box,
.about-sec .content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.about-sec .img-box .box-img {
    overflow: hidden;
    border-radius: 15px;
}

.about-sec .img-box .box-img:hover img {
    transform: scale(1.1);
}

.about-sec .img-box img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.about-sec .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.about-sec .sub-title span {
    position: relative;
    color: #000;
    font-size: 18px;
}

.about-sec .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.about-sec h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.about-sec h3 span {
    display: block;
    color: #A80000;
    ;
}

.about-sec .custom-btn {
    margin: 0;
    padding: 0;
}

.about-sec .custom-btn a {
    display: inline-flex;
    background: #000;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.about-sec .custom-btn a:hover {
    background: #FEA910;
    color: #000;
}

.custom-tagline {
    margin: 0;
    padding: 15px 0 0 0;
    position: relative;
    background: #fff5ec;
    width: 100%;
    color: #000;
    z-index: 1;
    overflow: hidden;
}

.custom-tagline span {
    padding: 10px 15px 10px 25px;
    background: #fff;
    display: inline-block;
    position: relative;
    border: 1px solid #D0D0D0;
    border-radius: 30px;
}

.custom-tagline span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    border-radius: 100%;
    left: 10px;
    top: 16px;
}

.focus-this {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #A80000;
    width: 100%;
    text-align: center;
}

.focus-this .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.focus-this .sub-title span {
    position: relative;
    color: #fff;
    font-size: 18px;
}

.focus-this .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.focus-this h3 {
    color: #fff;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.focus-this .owl-nav {
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 30px 0 0 0;
}

.focus-this .owl-nav button {
    background: #C40E0E !important;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px
}

.focus-this .owl-nav button span {
    font-size: 20px;
    color: #fff;
}

.focus-this .owl-nav button:hover {
    background: #FEA910 !important;
}

.focus-this .owl-nav button:hover span {
    color: #000;
}

.focus-this .custom-box {
    background: #fff;
    padding: 75px 25px;
    border-radius: 15px;
    position: relative;
    text-align: left;
}

.focus-this .custom-box .icon-box img {
    max-width: 40px;
    margin: 0 0 15px 0;
}

.focus-this .custom-box .title {
    font-size: 24px;
    font-weight: 600;
}

.focus-this .custom-box .custom-btn {
    margin: 0;
    padding: 0;
}

.focus-this .custom-box .custom-btn a {
    display: inline-flex;
    padding: 10px 30px;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    text-decoration: none;
}

.focus-this .custom-box .custom-btn a:hover {
    border-color: #A80000;
    color: #fff;
    background: #A80000;
}

.focus-this .custom-box {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.focus-this .custom-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FEA910;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.focus-this .custom-box:hover {
    color: #000;
}

.focus-this .custom-box:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.blog-news {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #A80000;
    width: 100%;
    text-align: center;
}

.blog-news .row {
    margin: 0 -15px;
}

.blog-news .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.blog-news .sub-title span {
    position: relative;
    color: #fff;
    font-size: 18px;
}

.blog-news .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.blog-news h4 {
    color: #fff;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.blog-news .blog-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.blog-news .blog-list li {
    display: flex;
    margin: 0;
    padding: 0 15px;
    width: 33.333%;
}

.blog-news .content-box {
    display: flex;
    margin: 0;
    padding: 0;
}

.blog-news .content-box a {
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    text-decoration: none;
    color: #000;
    text-align: left;
}

.blog-news .content-box img {
    width: 100%;
    object-fit: cover;
}

.blog-news .content-box .post-date {
    border-bottom: 1px solid #B1B0B0;
    color: #8F8F8F;
    font-size: 14px;
    padding: 0 0 10px 0;
    margin: 10px 0;
}

.blog-news .content-box p:last-child {
    margin-bottom: 0;
}

.blog-news .content-box p {
    font-weight: 600;
}

.blog-news .img-box {
    overflow: hidden;
    border-radius: 15px;
}

.blog-news .img-box:hover img {
    transform: scale(1.1);
}


.our-team {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #fff5ec;
    width: 100%;
    color: #000;
    z-index: 1;
    overflow: hidden;
}

.our-team:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    color: #f9eadc;
    font-size: 90px;
    background: url("../images/our-team-bg.png") no-repeat top center;
    background-size: contain;
    z-index: -1;
    height: 100%;
}

.our-team .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.our-team .sub-title span {
    position: relative;
    color: #000;
    font-size: 18px;
}

.our-team .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.our-team h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.our-team .team-list {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    list-style-type: none;
}

.our-team .team-list li {
    display: flex;
    padding: 0 15px;
    width: 33.333%;
    margin: 0;
    position: relative;
}

.our-team .team-list li .content-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.our-team .content-box .content {
    background: #fff;
    position: absolute;
    bottom: 30px;
    margin: 0 5%;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    flex-direction: column;
}

.our-team .content-box .content p:last-child {
    margin-bottom: 0;
}

.our-team .content-box p {
    font-size: 14px;
}

.our-team .content-box .content .title {
    font-size: 18px;
    font-weight: 600;
}

.our-team .custom-btn {
    margin: 0;
    padding: 0;
}

.our-team .custom-btn a {
    display: inline-flex;
    background: #000;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.our-team .custom-btn a:hover {
    background: #FEA910;
    color: #000;
}

.our-team .content-left,
.our-team .content-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.our-team .content-box .content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.our-team .content-box .content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #A80000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.our-team .content-box .content:hover {
    color: #fff;
}

.our-team .content-box .content:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


.our-Portfolio {
    margin: 0;
    padding: 45px 0 60px 0;
    position: relative;
    background: #fff5ec;
    width: 100%;
    color: #000;
    z-index: 1;
    overflow: hidden;
}

.our-Portfolio .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.our-Portfolio .sub-title span {
    position: relative;
    color: #000;
    font-size: 18px;
}

.our-Portfolio .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.our-Portfolio h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.our-Portfolio h3 span {
    color: #A80000;
}

.our-Portfolio .row {
    margin: 0 -15px;
}

.our-Portfolio .Portfolio-list {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    list-style-type: none;
}

.our-Portfolio .Portfolio-list li {
    display: flex;
    padding: 0 15px;
    width: 33.333%;
    margin: 0;
    position: relative;
}

.our-Portfolio .Portfolio-list li img {
    width: 100%;
    border-radius: 15px;
}

.our-Portfolio .Portfolio-list li img:hover {
    transform: rotate(5deg);
}


.client-reviews {
    margin: 0;
    padding: 60px 0 30px 0;
    position: relative;
    background: #fff5ec;
    width: 100%;
    text-align: center;
}

.client-reviews .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.client-reviews .sub-title span {
    position: relative;
    color: #000;
    font-size: 18px;
}

.client-reviews .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.client-reviews h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.client-reviews .bg {
    background: #fff;
    padding: 60px 90px;
    border-radius: 30px;
}

.client-reviews .bg .img-box img {
    width: 100%;
    border-radius: 15px;
}

.client-reviews .bg .item .row {
    align-items: center;
}

.client-reviews .content-box {
    text-align: left;
}

.client-reviews .content-box .sub-txt {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px 0;
}

.client-reviews .content-box .quote-icon {
    color: #FF8787;
    font-size: 28px;
    margin-bottom: 15px;
}

.client-reviews .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.client-reviews .owl-nav button {
    background: #F6F6F6 !important;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-reviews .owl-nav button.owl-prev {
    left: -60px;
}

.client-reviews .owl-nav button.owl-next {
    right: -60px;
}

.client-reviews .owl-nav button span {
    font-size: 32px;
}

.client-reviews .owl-nav button:hover {
    background: #FEA910 !important;
}

.client-reviews .owl-nav button:hover span {
    color: #000;
}


.why-choose {
    margin: 0;
    padding: 60px 0 30px 0;
    position: relative;
    background: #A80000;
    width: 100%;
    text-align: center;
}

.why-choose .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.why-choose .sub-title span {
    position: relative;
    color: #fff;
    font-size: 18px;
}

.why-choose .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.why-choose h3 {
    color: #fff;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.why-choose .row {
    margin: 0 -15px;
}

.why-choose .choose-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
}

.why-choose .choose-list li {
    width: 50%;
    padding: 0 15px;
    display: flex;
    margin: 0 0 30px 0;
}

.why-choose .content {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    text-align: left;
}

.why-choose .content .title {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 10px 0px;
}

.why-choose .content .step {
    color: rgba(168, 0, 0, .6);
    font-size: 21px;
    font-weight: 600;
}

.why-choose li:nth-child(2) .content,
.why-choose li:nth-child(3) .content {
    background: #FEA910;
}


.get-walk {
    margin: 0;
    padding: 60px 0;
    position: relative;
    background: #fff5ec;
    width: 100%;
    color: #000;
}

.get-walk .img-box,
.get-walk .content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.get-walk .img-box .box-img {
    overflow: hidden;
    border-radius: 15px;
}

.get-walk .img-box .box-img:hover img {
    transform: scale(1.1);
}

.get-walk .img-box img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.get-walk .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.get-walk .sub-title span {
    position: relative;
    color: #000;
    font-size: 18px;
}

.get-walk .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.get-walk h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.get-walk h3 span {
    display: block;
    color: #A80000;
}

.get-walk .custom-btn {
    margin: 0 0 15px 0;
    padding: 0;
}

.get-walk .custom-btn a {
    display: inline-flex;
    background: #A80000;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    align-items: center;
}

.get-walk .custom-btn a i {
    padding-right: 10px;
}

.get-walk .custom-btn a:hover {
    background: #FEA910;
    color: #000;
}


.pup-different {
    margin: 0;
    padding: 0 0 60px 0;
    position: relative;
    background: #fff5ec;
    width: 100%;
    color: #000;
}

.pup-different .img-box,
.pup-different .content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.pup-different .img-box .box-img {
    overflow: hidden;
    border-radius: 15px;
}

.pup-different .img-box .box-img:hover img {
    transform: scale(1.1);
}

.pup-different .img-box img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.pup-different .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.pup-different .sub-title span {
    position: relative;
    color: #000;
    font-size: 18px;
}

.pup-different .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.pup-different h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.pup-different h3 span {
    display: block;
    color: #A80000;
}

.pup-different .highlight {
    padding: 15px;
    border-radius: 10px;
    background: #FFD0D0;
}

.pup-different .highlight p strong {
    color: #A80000;
}

.pup-different .highlight p:last-child {
    margin-bottom: 0;
}

.company-info {
    padding: 60px 0;
    margin: 0;
    position: relative;
    width: 100%;
    background: #fff5ec;
    color: #000;
}

.company-info .row {
    margin: 0 -15px;
}

.company-info .counter-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.company-info .counter-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0;
    width: 25%;
    flex-direction: column;
    text-align: center;
    border-left: 1px solid #747272
}

.company-info .counter-list li:first-child {
    border-left: none;
}

.company-info .counter-list .content {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    color: #A80000;
}

.company-info .counter-list .title {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
}


.about-page-sec {
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff5ec;
    width: 100%;
    color: #000;
}

.about-page-sec .bg {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 15px #e7d6c8;
    margin-top: -130px;
    position: relative;
    z-index: 9;
}

.about-page-sec .img-box,
.about-page-sec .content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.about-page-sec .img-box .box-img {
    overflow: hidden;
    border-radius: 15px;
}

.about-page-sec .img-box .box-img:hover img {
    transform: scale(1.1);
}

.about-page-sec .img-box img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.about-page-sec .sub-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
}

.about-page-sec .sub-title span {
    position: relative;
    color: #000;
    font-size: 18px;
}

.about-page-sec .sub-title span:before {
    width: 10px;
    height: 10px;
    content: "";
    background: #FF0B0B;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 100%;
}

.about-page-sec h3 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.about-page-sec h3 span {
    display: block;
    color: #A80000;
}

.about-page-sec .content-box p:last-child {
    margin-bottom: 0;
}


footer.site-footer {
    margin: 0;
    padding: 60px 0 0px 0;
    background: #161313;
    color: #f6f6f6;
    position: relative;
    width: 100%;
}

footer.site-footer h5 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 500;
}

footer.site-footer .nav-list {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none
}

footer.site-footer .nav-list li {
    margin: 0 0 15px 0;
    padding: 0
}

footer.site-footer .nav-list li a {
    color: #f6f6f6;
    text-decoration: none;
    margin: 0;
    padding: 0
}

footer.site-footer .nav-list li a:hover {
    color: #FEA910
}

footer.site-footer form {
    position: relative;
    margin: 0;
    padding: 0;
}

footer.site-footer form input[type="email"] {
    background: #313232;
    width: 100%;
    border: 1px solid #989898;
    padding: 10px 45px 10px 10px;
    border-radius: 30px;
    margin: 0 0 15px 0;
    color: #fff
}

footer.site-footer form input[type="submit"] {
    background: url("../images/submit-btn.svg") no-repeat center center;
    border: none;
    width: 100%;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
    position: absolute;
    right: 0;
    font-size: 0;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
}

footer.site-footer .footer-bottom {
    border-top: 1px solid #323232;
    padding: 15px 0;
    margin: 30px 0 0 0;
}

footer.site-footer .footer-bottom .copy-right {
    text-align: right;
}

footer.site-footer .footer-bottom .copy-right a {
    color: #fff;
    text-decoration: none;
}

footer.site-footer .footer-bottom .copy-right a:hover {
    color: #FEA910;
}

footer.site-footer .footer-bottom .row {
    align-items: center;
}

footer.site-footer .social-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

footer.site-footer .social-list li {
    margin: 0 15px 0 0;
    padding: 0;
}

footer.site-footer .social-list li a {
    color: #1C2221;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    ;
    background: #fff;
    text-decoration: none;
}

footer.site-footer .social-list li a:hover {
    background: #FEA910
}

/* New Css added 02-06-2025 */

/* Basic styles */
.menu-toggle {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    display: none;
}

.btn-book-mobile a :hover {
    background: #FEA910;
    color: #000;
}

.btn-book-mobile a {
    display: inline-flex;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    background: #A80000;
    border: none;
}

.focus-slide .owl-stage {
    display: flex;
    height: 100%;
}

.focus-slide .owl-stage {
    display: flex;
    height: 100%;
}

.focus-slide .item {
    height: 100%;
}

.focus-slide .custom-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}



.inner-breadcrumb {
    text-align: left;
}

/* responsive css */

@media (max-width: 1030px) {
    header.site-header .book-btn a {
        display: inline-flex;
        padding: 9px 22px;
    }
}

@media (max-width: 991px) {
    .menu-toggle {
        display: inline-block;
    }

    header.site-header .navmain-menu {
        flex-direction: column;
    }

    .header-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        padding: 15px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
    }

    .header-menu.active {
        display: flex;
    }

    .book-btn {
        display: none;
    }

    header.site-header .navmain-menu li {
        margin-bottom: 16px;
    }

    .our-services .service-list li {
        width: 50%;
    }

    .our-services h2,
    .about-sec h3,
    .focus-this h3,
    .our-Portfolio h3,
    .client-reviews h3,
    .blog-news h4,
    .pup-different h3,
    .why-choose h3,
    .get-walk h3,
    .about-page-sec h3 {
        font-size: 30px;
    }

    .blog-news .blog-list li {
        width: 50%;
        margin-bottom: 20px;
    }

    .about-sec .custom-btn a {
        margin-bottom: 15px;
    }

    .our-team .team-list li {
        width: 46%;
        margin-bottom: 20px;
        padding: 0;
    }

    header.site-header .bg {
        padding: 8px 20px !important;
    }

    .our-Portfolio .Portfolio-list li {
        margin-bottom: 15px;
        width: 50%;
    }

    .client-reviews .bg {
        padding: 20px 60px;
    }

    .our-team .custom-btn {
        margin: 15px 0 !important;
    }

    .our-team .team-list {
        gap: 15px;
    }

    .our-services .content {
        margin-bottom: 15px;
    }

    .about-page-sec h3 {
        margin: 30px 0 30px 0;
    }
}

@media (max-width:767px) {
    .our-services .bg {
        padding: 10px;
    }

    .our-services .content {
        padding: 20px;
    }

    footer.site-footer .footer-bottom .copy-right {
        text-align: center;
        margin-top: 20px;
    }

    footer.site-footer .social-list {
        justify-content: center;
    }

    .copy-right p {
        margin: 0;
    }

    .company-info .counter-list li {
        margin: 15px;
        width: 40%;
        align-items: center;
        margin: 0 auto;
    }

    .company-info .counter-list li:nth-child(3) {
        border: none;
    }

    .company-info .counter-list .content {
        font-size: 36px;
    }

    .company-info .counter-list .title {
        font-size: 16px;
    }

    .pup-different .sub-title {
        margin: 15px 0 10px 0;
    }

    .page-template-template-services .services-section {
        padding: 10px;
    }

    .page-id-384 .about-page-sec .bg {
        padding: 5px;

    }

    .page-id-81 .pup-different {
        padding-top: 30px;
    }

    .pup-different {
        padding: 0 0 0 0;
    }
}

@media (max-width:600px) {
    .our-Portfolio {
        padding: 30px 0 30px 0;
    }

    .client-reviews .bg {
        padding: 30px;
    }

    .content-box img {
        width: 100%;
    }

    .our-team .team-list li {
        width: 100%;
    }

    .blog-news .content-box {
        margin: 0 auto;
        width: 100%;
    }

    .blog-news .blog-list li {
        width: 100%;

    }

    .our-team .team-list li .content-box {
        width: 100%;
    }

    .our-Portfolio .Portfolio-list li {
        width: 100%;
    }

    .client-reviews .bg .img-box img {
        width: 200px;
        margin: 0 auto;
    }

    .home-banner {
        padding: 120px 0 40px 0;
    }

    .our-services .service-list li {
        width: 100%;
    }

    .our-services .content {
        width: 100%;
    }

    .blog-news .content-box a {
        width: 100%;
    }

    .about-sec {
        padding: 30px 0;
    }

    .focus-this {
        padding: 30px 0;
    }

    .client-reviews,
    .why-choose {
        padding: 30px 0 30px 0;
    }

    .get-walk {
        padding: 30px 0;
    }

    .page-banner h1 {
        font-size: 35px;
    }

    .company-info {
        padding: 30px 0;
    }

    footer.site-footer {
        padding: 30px 0 0px 0;
    }

    footer.site-footer h5 {
        font-size: 20px;
    }

    footer.site-footer h5 {
        margin-top: 20px;
    }

    #wpcf7-f7-o1 {
        padding: 0;
    }

    #wpcf7-f560-o1 {
        padding: 10px;
    }
}

@media (max-width:480px) {
    .our-services .service-list li {
        width: 100%;
    }

    .home-banner .banner-list li {
        padding: 0 5px;
    }

    header.site-header.fixed-header {
        padding: 5px 0;
    }

    .why-choose .choose-list li {
        width: 100%;
    }

    .container {
        padding: 0 15px;
    }

    .company-info .counter-list li {
        margin: 15px;
        margin: 15px auto;
        border: none;
        flex-direction: column;
        width: 100%;
    }

    .company-info .counter-list li {
        margin: 10px auto;
        width: 100%;
    }

    .client-reviews .owl-nav button.owl-next {
        right: -30px;
    }

    .client-reviews .owl-nav button.owl-prev {
        left: -30px;
    }



}