1@charset "utf-8";
/* CSS Document */

/* @font-face{ font-family:"Dutch801"; src:url("../fonts/Dutch801.ttf"); } */

/*===== Pre CSS =====*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
}

p,
a,
span,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

/*===== Go To Top Section =====*/
#back-top {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 14px;
    text-align: center;
    z-index: 99999;
}

#back-top a {
    display: block;
    text-decoration: none;
}

#back-top a .fa {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 18px;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    background: #000;
    border: #fff solid 1px;
    transition: all linear 0.3s;
}

#back-top a .fa:hover {
    background: #fff;
    color: #000;
    border-color: #000;
    transform: scale(1.05, 1.05);
}

/*===== Mobile Menu =====*/
.mobile_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9;
}

.menu_icon_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: block;
    width: 100%;
    background: #000;
    height: 57px;
    border-bottom: #fff solid 1px;
}

.tab_button {
    float: left;
}

.tab_button a {
    display: inline-block;
    padding: 7px 10px;
    margin-top: 14px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: #fff solid 1px;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}

.tab_button a:hover {
    background: #747474;
    border: #747474 solid 1px;
}

.tab_button1 {
    margin-left: 15px;
    margin-right: 5px;
}

.menu_icon {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 1px 5px;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
}

.menu_icon span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 5px 0;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.menu_icon.active {
    color: #fff;
    padding: 8px 3px 0;
}

.menu_icon.active span {
    position: absolute;
    width: 85%;
}

.menu_icon.active span:nth-child(1) {
    transform: rotate(45deg);
}

.menu_icon.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu_icon.active span:nth-child(2) {
    display: none;
}

.mobile_slideLogo {
    display: block;
    text-align: center;
}

.mobile_slideLogo img {
    display: inline-block;
    float: none;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    width: inherit;
    height: auto;
}

.sidebar {
    padding: 65px 15px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    box-sizing: border-box;
    z-index: 999999;
    transition: all linear 0.3s;
}

.sidebar.active {
    left: 0;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border: #747474 solid 1px;
    text-align: left;
    color: #fff;
    margin-bottom: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
}

.sidebar ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 12px 0;
    height: 100%;
    width: 0%;
    background: #747474;
    transition: all linear 0.3s;
}

.sidebar ul li a:hover::before {
    width: 100%;
}

.sidebar ul li.active {
    background: #747474;
    border-radius: 5px;
}

/*-- Modern Social Media Icon Display --*/
.social_media_block {
    display: block;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999;
}

.share_icon .fa-solid {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: #fff solid 1px;
    background: #000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 14px 0 0 0;
    transition: all linear 0.3s;
}

.share_icon .fa-solid:hover {
    transform: rotate(360deg);
    color: #fff;
    background: #EE6AA3;
    border-color: #EE6AA3;
}

.social_icon {
    position: relative;
    overflow-y: hidden;
    border-bottom-left-radius: 52px;
    border-bottom-right-radius: 52px;
    transition: all linear 0.3s;
}

.social_icon.active {
    padding-top: 52px;
}

.social_icon ul {
    position: relative;
    display: block;
    text-align: center;
    transform: translateY(100%);
    transition: all linear 0.3s;
}

.social_icon.active ul {
    transform: translateY(-52px);
}

.social_icon ul li {
    list-style: none;
}

.social_icon ul li .fa-brands {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #0e59a9;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 13px 0px 0 0;
    transition: all linear 0.3s;
}

.social_icon ul li .fa-brands:hover {
    transform: rotate(360deg);
}

.social_icon ul li:nth-child(1) .fa-brands {
    background: #3d5a96;
    color: #fff;
}

.social_icon ul li:nth-child(2) .fa-brands {
    background: #2aa3ef;
    color: #fff;
}

.social_icon ul li:nth-child(3) .fa-brands {
    background-image: linear-gradient(#8221b3, #c22268, #db8a40);
    color: #fff;
}

/* Wrapper */
.wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.transition {
    transition: all linear 0.3s;
}

/*===== Header Section =====*/
.logo{
    position: absolute;
    z-index: 1;
}

.logo::before{
    content: '';
    position: absolute;
    left: -180%;
    top: -10%;
    width: 300%;
    height: 120%;
    background: #fff;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 0px 50px 50px 0px;
    z-index: -1;
}

.header{
    position: relative;
}

.header-top{
    position: relative;
    padding: 25px 0; 
    background: #EE6AA3;
}

.header-top ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header-top ul li{
    display: inline-block;
    color: #fff;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.header-top ul li i{
    color: #000;
    margin-right: 9px;
    font-size: 21px;
}

.social-icon{display: block !important; text-align: right;}

.header-bottom{
    position: relative;
}

.header-middle {
    position: relative;
    padding: 30px 0;
    width: 100%;
    z-index: 2;
}

.header-middle-page{
    padding: 20px 0;
    background: url(../imgs/banner_image_1.jpg)no-repeat center center fixed;
    background-size: cover;
}

.navbar {
    padding: 0;
}

.navbar .navbar-nav {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.navbar .navbar-nav>li {
    display: inline-block;
    list-style: none;
    float: none;
    margin: 0;
    padding: 0;
}

.navbar .navbar-nav>li>a {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: 0;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    transition: all linear 0.3s;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a {
    background: transparent;
    color: #EE6AA3;
}


/* Dropdown Menu */
.navbar .navbar-nav>li .serv_dropdown_menu {
    display: none;
    position: absolute;
    z-index: 999999;
    border-top: transparent solid 27px;
    background: transparent;
    top: 40px;
    margin-left: 0;
    width: 270px;
    overflow-x: hidden;
    transition: all linear 0.3s;
}

.navbar .navbar-nav>li .serv_dropdown_menu li {
    display: block;
    width: 100%;
    list-style: none;
    text-align: left;
    margin: 0;
}

.navbar .navbar-nav>li .serv_dropdown_menu li a {
    display: block;
    padding: 10px 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: #EE6AA3;
    color: #fff;
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    border-radius: 0;
    transition: all linear 0.3s;
}

.navbar .navbar-nav>li .serv_dropdown_menu li a:hover {
    padding-left: 20px;
    color: #fff;
    background: #000;
}

.navbar .navbar-nav>li .serv_dropdown_menu li a .fa {
    float: none;
    margin-right: 5px;
    font-size: 14px;
}

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav>li:hover .serv_dropdown_menu {
    display: block;
    animation: slide-up .5s ease-out;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*===== Common Section =====*/
.section-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    z-index: 1;
}

.section-title h4 {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    background: #EE6AA3;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 50px;
}

.section-title h2 {
    position: relative;
    color: #000;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: capitalize;
}

.section-title h2 span{
    color: #EE6AA3;
    font-size: 60px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
}

.section-title h2 img{
    position: absolute;
    width: inherit !important;
    top: -50%;
}

.section-title p {
    margin: 20px 60px 0;
    color: #000;
    font-size: 18px;
    line-height: 35px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.more a {
    position: relative;
    display: inline-block;
    padding: 12px 45px 12px;
    background: #EE6AA3;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Nunito Sans',sans-serif;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    transition: all linear 0.3s;
    z-index: 1;
}

.more a::before{
    content: '';
    position: absolute;
    left: 5%;
    top: 10%;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.more a:hover {
    transform: translateY(-10%);
    background: #EE6AA3;
    color: #fff;
    transition: all linear 0.3s;
}

/*===== Banners Section =====*/
.banner {
    position: relative;
}

#banner-slider{
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-content::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.banner-content-box{
    position: relative;
    top: 50%;
    left: 0;
}

.banner-content-box h5{
    position: relative;
    display: inline-block;
    padding: 12px 15px;
    background: #EE6AA3;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 12px;
    text-transform: uppercase;
    border-radius: 50px;
}

.banner-content-box h3 {
    position: relative;
    color: #fff;
    font-size: 60px;
    line-height: 81px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 20px;
}

.banner-content-box h3 img{
    position: absolute;
    width: inherit !important;
    right: 0; 
    top: -20%;
}

.banner-content-box p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 20px;
}

.banner-content-box .more a{
    color: #fff;
}

.banner-content-box .more img{
    position: absolute;
    width: inherit !important;
    right: 0; 
    bottom: 0;
}

.dogs-watching{
    position: absolute;
    right: 2px; 
    bottom: -8%;
    z-index: 10;
}

/*===== Welcome Section =====*/
.welcome {
    position: relative;
    padding: 80px 0;
    background: url(../imgs/welcome-bg.png)no-repeat center center;
    background-size: cover;
}

.welcome-thumbnail {
    position: relative;
    z-index: 1;
}

.welcome-thumbnail {
    position: relative;

}

.scissor-open{
    position: absolute;
    right: -40%;
    top: -10%;
}

.welcome-content{
    margin-left: 40px;
    text-align: center;
}

.welcome-content h4 {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    background: #EE6AA3;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 10px;
}

.welcome-content h1 {
    color: #000;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 65px;
    margin: 20px 0;
}

.welcome-content h1 span{
    color: #EE6AA3;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
}

.welcome-content p {
    color: #474747;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.welcome-content p span{
    color: #EE6AA3;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}


/*Why Choose Us Section*/
.why-choose-us{
    padding: 0;
    background: #fff;
}

.why-choose-us .section-title{
    position: relative;
    text-align:left;
    margin-bottom: 30px;
}

.open-scissor{
    position: absolute;
    left: -40%;
    top: -10%;
}

.why-choose-us .section-title p{
    margin: 15px 0;
}

.why-choose-us .section-title p span{
    color: #EE6AA3;
    font-family: 'Nunito Sans',sans-serif;
}

.support-thumbnail{
    padding-left: 70px;
}

.choose-block{
    text-align: left;
     margin-bottom: 30px;
}

.choose-block span{
    float: left;
    margin-right : 30px;
    margin-bottom: 80px;
}

.choose-block h3{
    font-size: 24px;
    line-height: 35px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 400;
    color: #EE6AA3;
}

.choose-block p{
    font-size: 17px;
    line-height: 30px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 400;
    color: #474747;
}

.choose-block h3 em{
    font-style: normal;
    display: block;
    font-size: 24px;
    font-family: 'Nunito Sans',sans-serif;
}

/*===== Services Section  =====*/
.services{padding: 90px 0; background: #EEEEEE; position: relative;}
.services .section-title{margin-bottom: 140px;}
.services-block{ position: relative; background: #fff; padding: 120px 60px 50px 60px; text-align: center; min-height: 500px; border: 1px solid #EE6AA3; border-radius: 5px; z-index: 1;}
.services-block span{position: absolute; left: 50%; top: 0; transform: translate(-50%,-50%);}
.services-block h3{font-size: 28px; font-family: 'Nunito Sans',sans-serif; font-weight: 400; color: #000; margin: 15px 0;}
.services-block p{font-size: 18px; font-family: 'Nunito Sans',sans-serif; font-weight: 400; color: #636363; margin-bottom: 15px;}
.services-block ul li{position: relative; text-align: left; color: #636363; line-height: 30px;}
.services-block ul li::marker{color: #EE6AA3;}
.service-image{position: relative; overflow: hidden; transition: all linear .3s;}
.service-image::before{content: ''; position: absolute; left: 0; top: 0; background: linear-gradient(180deg, #EE6AA3 0%, rgba(217, 217, 217, 0) 100%); transform: matrix(1, 0, 0, -1, 0, 0); width: 100%; height: 100%; transition: all linear .3s; z-index: 1;}
.service-image img{width: inherit; transition: all linear .3s;}
.service-content span{position: relative; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #000; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 0px 8px rgb(255 255 255 / 70%); z-index: 100; transition: all linear .3s;}
.service-content span .fa{color: #fff; font-size: 30px; }
.service-content h3{position: absolute; left: 10%; bottom: 10%; font-size: 18px; font-family: 'Nunito Sans',sans-serif; font-weight: 400; color: #fff; line-height: 30px; z-index: 1; transition: all linear .3s;}

.services-block ul li:hover .service-image::before{background: linear-gradient(180deg, #000000 0%, rgba(217, 217, 217, 0) 100%); transform: matrix(1, 0, 0, -1, 0, 0);}
.services-block ul li:hover .service-content span{background: #AF2F27;}
.services-block ul li:hover .service-image img{transform: scale(1.1);}
.services-block ul li:hover .service-content h3{color: #AF2F27;}
.button-center{text-align: center;}
.service-paw{position: absolute; right: 0; bottom: 0;}


.dogs-watching-bottom{
    position: absolute;
    left: 2px; 
    bottom: -8%;
    z-index: 10;
}

/*===== Free Estimate Sections =====*/
.home-free-estimate{ position: relative; padding: 150px 0 70px 0; background: url(../imgs/free-estimate-bg.jpg)no-repeat center center; background-size: cover; z-index: 1;}
.home-free-estimate::before{content: ''; position: absolute; left: 0; bottom: 0; width: 350px; height: 190px; background: url(../imgs/estimate-img1.png)no-repeat left;}
.home-free-estimate::after{content: ''; position: absolute; right: 0; bottom: 0; width: 350px; height: 190px; background: url(../imgs/estimate-img2.png)no-repeat left;}
.home-free-estimate .section-title{ position: relative; text-align: left; margin-top: 50px; z-index: 1; }
.home-free-estimate .section-title h2{color: #fff;}
.home-free-estimate .section-title p{margin: 20px 0 0; color: #fff; }
.home-free-estimate-form{ position: relative; z-index: 99; background: #fff; padding: 80px 50px; width: calc(100% + 15px); border-left: 4px solid #EE6AA3; border-radius: 0 50px 0 0; box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);}
.home-free-estimate-form ul li{ list-style: none; padding-left: 5px; padding-right: 5px; margin: 5px 0; }
.home-free-estimate-form-control{ height: 45px; border-radius: 0; border: #333 solid 1px; border-radius: 3px; color: #333; background: #fff; }
.home-free-estimate-form-control::placeholder{ color: #333; }
.btn-home-free-estimate-form-control{ display: block; padding: 10px; width: 100%; background: #EE6AA3; color: #fff; font-size: 16px; text-transform: uppercase; border: 1px solid transparent; border-radius: 5px; }
.btn-home-free-estimate-form-control:hover{ background: #fff; color: #EE6AA3; border: 1px solid #EE6AA3;}
.home-free-estimate textarea.form-control{min-height: calc(5em + .75rem + 2px);}
.estimate-paw{position: absolute; right: -20px; top: -30px;}

/*===== Testimonials Sections =====*/
.testimonials{position: relative; padding: 80px 0 0; background: #EE6AA3; z-index: 1; }
.testimonial-image{position: absolute; right: 0; top: 0;}
/*.testimonials::before{content: ''; position: absolute; left: 0; top: 0; background: #EE6AA3; width: 100%; height: 70%;}*/
.testimonials .section-title{text-align: left; margin-bottom: 30px;}
.testimonials .section-title h4{background: #fff; color: #EE6AA3;}
.testimonials .section-title h4::before{background: #000;}
.testimonials .section-title h2{color: #000;}
.testimonials .section-title h2 img{filter: brightness(10) invert(0);}
.testimonials .section-title .more a{border: 1px solid #fff;}
.testimonials-content{ position: relative; padding: 80px 0; box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2); border-radius: 10px; margin-bottom: 30px;}
.testimonials-content .fa{ position: absolute; top: 12%; left: 5%; transform: translate(-50%,-50%); color: #fff; font-size: 70px;}
.testimonials-content-item p{margin-top: 15px; color: #fff; font-size: 18px; font-family: 'Nunito Sans',sans-serif; line-height: 30px; }
.testimonials-content-item h4{ color: #000; font-family: 'Nunito Sans',sans-serif; font-size: 25px; margin-top: 20px;}
.testimonials .more a{color: #EE6AA3; background: #fff; margin-top: 20px;}
.testimonials .more a::after{display: none;}

/*===== Project Sections =====*/
.project{ padding: 50px 0; background: #fff; }
.project .section-title{ margin-bottom: 50px; }
.project .section-title h2{ color: #000; }
.project-content-item{ position: relative; overflow: hidden; margin-bottom: 30px; }
.project-content-item img{ width: 100%; height: auto; }
.project-content-item a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; font-family: 'Nunito Sans',sans-serif; display: flex; justify-content: center; align-items: center; text-transform: uppercase; color: #fff; background: transparent; text-decoration: none; font-size: 20px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.project-content-item a .fa{ opacity: 0; }
.project-content-item a.overlayer-box{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover{ background: rgba(0,0,0,0.5); }
.project-content-item a:hover .fa{ opacity: 1; }
.project-content-item a.overlayer-box:hover{ background: rgba(0,0,0,0.7); }

/*===== Footer Section =====*/

.footer{ padding: 80px 0; background: #000; }

.footer-content h3{ color: #fff; font-size: 20px; font-family: 'Nunito Sans',sans-serif; text-transform: uppercase; margin-bottom: 30px;}
.footer-content h3 span{ color: #EE6AA3; font-size: 22px; font-family: 'Nunito Sans',sans-serif; margin-bottom: 20px;}
.footer-content h4{ color: #fff; font-size: 30px; font-family: 'Nunito Sans',sans-serif; text-transform: uppercase; margin-bottom: 20px; }
.footer-content h4 span{ color: #EE6AA3; font-size: 30px; font-family: 'Nunito Sans',sans-serif; margin-bottom: 20px; }
.footer-content h5{ color: #fff; font-size: 18px; }
.footer-content p{ color: #fff; font-size: 17px; font-weight: 400; line-height: 35px; font-family: 'Nunito Sans',sans-serif; margin-bottom: 20px;}
.footer-contact{padding: 30px 0 20px;}
.footer-contact ul li span{float: left; margin-right: 10px; width: 37px; height: 37px; background: #fff; border-radius: 5px; display: flex; justify-content: center; align-items: center;}

.footer-contact ul li span i{color: #EE6AA3; font-size: 20px;}

.footer-contact ul li h5{font-size: 16px; font-weight: 400; font-family: 'Nunito Sans',sans-serif; color: #fff;}

.footer-contact ul li p{font-size: 15px; font-weight: 400; font-family: 'Nunito Sans',sans-serif; color: #fff; line-height: 25px; }

.footer-content ul li{ position: relative; padding-left: 20px;  font-family: 'Nunito Sans',sans-serif; font-weight:400; list-style: none; color: #fff; font-size: 18px; font-weight: 400; line-height: 40px; }

.footer-content ul li strong{display: block; font-weight: 400; font-family: 'Nunito Sans',sans-serif; }

.footer-content ul li span{font-family: 'Nunito Sans',sans-serif; font-weight:600; margin-bottom: 20px; margin-right: 15px; list-style: none; color: #EE6AA3; font-size: 18px;}

.footer-content ul li::before{ content: '\f111'; position: absolute; top: 0; left: 0; color: #fff; font-size: 8px; font-family: 'FontAwesome'; }
.footer-contact ul li{margin-bottom: 30px; padding-left: 0;}
.footer-contact ul li::before{ display: none;}
.footer-contact-right{padding-left: 30px;}
.footer-logo{}


/*===== Footer Section =====*/
.copyright {
    padding: 12px 0;
    background: #000;
    border-top: #fff solid 1px;
}

.copyright p {
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.copyright p a {
    color: #EE6AA3;
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons {
    display: none;
}

#banner-slider .owl-dots {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, 0);
    z-index: 9;
}

#banner-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: none;
    opacity: 1;
}

#banner-slider .owl-dots .active span {
    background: #EE6AA3;
}

#services-slider .owl-dots {
    display: none;
}

#services-slider .owl-nav {
    display: block;
}

#services-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#services-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#services-slider .owl-nav .owl-prev:hover,
#services-slider .owl-nav .owl-next:hover {
    background: transparent;
    color: #A65A00;
}

#testimonials-slider .owl-dots {
    display: none;
}

#testimonials-slider .owl-nav {
    display: block;
}

#testimonials-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#testimonials-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover {
    background: #EE6AA3;
    color: #fff;
}

#testimonials-slider .owl-nav .owl-prev span {
    margin-right: 5px;
    margin-bottom: 5px;
}

#testimonials-slider .owl-nav .owl-next span {
    margin-left: 5px;
    margin-bottom: 5px;
}

/*-- OWL-CAROUSEL CONFIGS --*/
#services-slider .owl-item img,
#testimonials-slider .owl-item img {
    width: initial;
}

/*===== Pages Breadcrumb =====*/
.content-banner {
    padding: 30px 0;
    background: #151515;
}

.breadcrumb {
    padding: 10px 15px;
    margin: 0;
    margin-bottom: 0;
    color: #151515;
    background: #fff;
    border-radius: 0;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.breadcrumb a {
    color: #EE6AA3;
    text-decoration: none;
}

.breadcrumb .fa {
    display: inline-block;
    margin: 0 10px;
    font-size: 11px;
    font-weight: 700;
    margin-top: 4px;
}

/*===== Content Pages =====*/
.content {
    width: 100%;
    padding: 50px 0;
    background: #eee;
}

.content-block {
    padding: 20px;
    background: #fff;
}

.sectiontitleunderline {
    display: block;
    width: 80px;
    height: 2px;
    margin: 0 0 30px;
    background: #333;
}

.content h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    font-weight: 900;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px;
}

.content h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px;
}

.content h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px;
}

.content p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Nunito Sans', sans-serif;
    color: #666;
    margin-bottom: 15px;
}

.content ol,
.content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.content li {
    margin-left: 18px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    color: #666;
}

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title {
    color: #fff;
}

.page_not_found {
    display: block;
    text-align: center;
    padding: 50px;
}

.page_not_found h2 {
    font-size: 120px;
    color: #34495e;
}

.page_not_found p {
    font-size: 18px;
    color: #34495e;
    text-align: center;
}

.page_not_found a {
    display: inline-block;
    padding: 10px 25px;
    background: #c0392b;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.page_not_found a:hover {
    background: #e74c3c;
}

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock {
    padding: 15px 0;
    background: #000;
    width: 100%;
    text-align: center;
}

.content .reviewsblock h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.reviewsform {
    padding: 15px;
    background: #eee;
    min-height: 150px;
    width: 100%;
}

.reviewsformstyle {
    height: 44px;
    border-radius: 0;
    border: #666 solid 1px;
    color: #666;
    margin-bottom: 15px;
}

.reviewsform input::placeholder {
    color: #666;
}

.reviewsform textarea::placeholder {
    color: #666;
}

.btn-reviewsformstyle {
    display: block;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    background: #000;
    border: none;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0;
    transition: all linear 0.3s;
}

.btn-reviewsformstyle:hover {
    background: #2ecc71;
}

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page {
    display: block;
    margin-top: 15px;
}

.testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button {
    padding-bottom: 13px;
    background: #000;
    color: #fff;
    box-shadow: none;
}

.testimonials-page .accordion-button.collapsed {
    background: #fff;
    color: #000;
}

.testimonials-page .accordion-button:not(.collapsed)::after {
    content: '\f107';
    font-family: 'fontawesome';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background-image: initial;
}

.testimonials-page .accordion-button.collapsed::after {
    content: '\f107';
    font-family: 'fontawesome';
    color: #000;
    text-decoration: none;
    background-image: initial;
}

/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title {
    padding: 10px 15px;
    background: #666;
    color: #fff;
}

.free-estimate-form .form-group {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}

.free-estimate-form .form-group .fa {
    position: absolute;
    top: 22px;
    z-index: 999;
    height: 100%;
    width: 50px;
    background: #666;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
}

.free-estimate-form .form-group .sms {
    height: 100%;
}

.free-estimate-form .free-estimate-form-control {
    padding-left: 65px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
}

.free-estimate-form .free-estimate-form-control::placeholder {
    color: #666;
}

.free-estimate-form textarea.free-estimate-form-control {
    height: 200px;
}

.free-estimate-form .btn-free-estimate-form-control {
    width: 150px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    transition: all linear 0.3s;
}

.free-estimate-form .btn-free-estimate-form-control:hover {
    background: #2ecc71;
}


/*===== Latest Contact Form =====*/
.contact-form-section .form-group {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}

.contact-form-section .form-group .fa {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 50px;
    background: #666;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
}

.contact-form-section .form-group .sms {
    height: 100%;
}

.contact-form-section .contact-form-control {
    padding-left: 65px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
}

.contact-form-section .contact-form-control::placeholder {
    color: #666;
}

.contact-form-section textarea.contact-form-control {
    height: 200px;
}

.contact-form-section .btn-contact-form-control {
    width: 150px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    transition: all linear 0.3s;
}

.contact-form-section .btn-contact-form-control:hover {
    background: #2ecc71;
}

.contact-page-location-map .googlemap {
    height: 400px;
    overflow: hidden;
    border: #eee solid 1px;
}

/*===== Free Roof Inspections Page =====*/
.free-roof-inspections-content {
    background: #000;
    border-top: #333 solid 1px;
    border-bottom: #333 solid 1px;
}

.free-roof-inspections-content h2 {
    color: #fff;
    font-size: 42px;
    border-bottom: #EE6AA3 solid 1px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 50px;
}

.free-roof-inspections-form-control {
    padding-left: 15px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
    margin-bottom: 30px;
}

.free-roof-inspections-form .free-roof-inspections-form-control::placeholder {
    color: #666;
}

.free-roof-inspections-form textarea.free-roof-inspections-form-control {
    padding-left: 15px;
    padding-top: 15px;
    height: 200px;
}

.free-roof-inspections-form .btn-free-roof-inspections-form-control {
    display: inline-block;
    color: #fff;
    background: #EE6AA3;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 18px;
    transition: all linear 0.3s;
}

.free-roof-inspections-form .btn-free-roof-inspections-form-control:hover {
    background: #2ecc71;
}

.dogs-watching{display: none;}

.reviews .block2 a::before{display: none;}


/*========== Responsive ==========*/
@media (max-width: 992px) {

    .header-middle .logo img {
        width: 100%;
        height: auto;
    }

    .header-middle ul {
        margin-top: 15px;
    }

    .header-bottom .container {
        width: 100%;
    }

    .navbar .navbar-nav>li {
        margin: 0;
    }

    .navbar .navbar-nav>li>a {
        margin: 20px 10px;
        font-size: 16px;
    }

    .banner-content-box h4 {
        font-size: 24px;
    }

    .banner-content-box h2 {
        font-size: 36px;
    }

    .welcome-thumbnail {
        display: block;
    }

    .services-item-content {
        padding: 30px 0;
    }

    .why-choose-us {
        padding: 80px 0 1px;
    }

    .why-choose-us-item-content {
        padding: 30px 0;
    }

    .home-free-estimate-form {
        margin-left: 0;
    }

    .testimonials-content {
        padding: 0 50px;
    }

    .footer-about {
        padding-right: 0;
    }

    #testimonials-slider .owl-nav .owl-prev {
        left: -15px;
    }

    #testimonials-slider .owl-nav .owl-next {
        right: -15px;
    }
}

/* Meduim Device */
@media (max-width: 769px) {

    .logo{
        text-align: center;
    }

    .logo img{
        width: inherit;
    }

    .icon-top{
        display: none;
    }

    .header-bottom .container {
        max-width: 100%;
    }

    .navbar .navbar-nav>li>a {
        margin: 15px 10px;
        font-size: 14px;
    }

    .banner-content-box h4 {
        font-size: 18px;
    }

    .banner-content-box h2 {
        font-size: 24px;
        margin: 10px 0 15px;
    }

    .banner-content-box a {
        padding: 13px 30px 10px;
        font-size: 16px;
    }

    .welcome-content h4 {
        font-size: 15px;
    }

    .welcome-content h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .welcome-content p {
        line-height: 30px;
    }

}

@media (max-width: 767px) {

    .icon-top{
        display: none;
    }

    .logo img{
        width: 100%;
    }


    /*===== Go To Top =====*/
    #back-top {
        right: 15px;
        bottom: 25px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
    }

    #back-top a .fa {
        font-size: 16px;
        margin-top: 10px;
    }

    /*=====Social Media =====*/
    .share_icon .fa {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .social_icon ul li .fa {
        width: 43px;
        height: 43px;
        font-size: 18px;
    }

    .social_icon.active ul li:nth-child(1) .fa {
        bottom: 188px;
    }

    .social_icon.active ul li:nth-child(2) .fa {
        bottom: 145px;
    }

    .social_icon.active ul li:nth-child(3) .fa {
        bottom: 102px;
    }

    .social_icon.active ul li:nth-child(4) .fa {
        bottom: 59px;
    }

    /*===== Enable Header Menu Default in Small Device =====*/
    .mobile_menu {
        display: block;
        width: 0;
    }

    .mobile_menu.active {
        width: 100%;
    }

    .mobile_slideLogo img{
        background: rgba(0,0,0,.3);
        width: inherit;
    }

    /*========== Body Section ===============*/
    .header {
        padding: 57px 0 0;
    }

    .logo{
        position: relative;
    }

    .logo::before{
        background: transparent;
    }

    .banner-content-box .more img{display: none;}

    .header-top ul{
        display: block;
        text-align: left;
        margin-top: 10px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title h4 {
        font-size: 16px;
    }

    .section-title h2{
        font-size: 24px;
    }

    .section-title h2 span{
        font-size: 24px;
    }

    .section-title p {
        font-size: 16px;
        line-height: 30px;
        margin: 0;
        margin-top: 10px;
    }
    
    .section-title h2 img{
        width: 15% !important;
    }

    .header-middle ul li {
        display: block;
        text-align: center;
    }

    .header-middle{
        display: none;
    }

    .header-bottom {
        display: none;
    }
    
    .banner-content-box h5::before{
        width: 60px;
        right: -70px;
    }
    
    .welcome-content h4::before{
        width: 60px;
        right: -70px;
    }

    .banner-content{
        position: absolute;
        transform: none;
        top: 0;
    }

    .banner-content-box{
        top: 0;
        padding: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .banner-content-box h5{
        font-size: 11px;
        margin-bottom: 0;
        padding: 6px 13px;
    }

    .banner-content-box h3{
        margin: 0;
        font-size: 17px;
        line-height: 26px;
    }

    .banner img{
        width: 100% !important;
    }

    .banner-content-box h4 {
        font-size: 14px;
    }
    .banner-content-box p{
        margin: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .banner-content-box h2 {
        line-height: 30px;
    }

    .banner-content-box a {
        padding: 10px 20px 8px;
        font-size: 14px;
        margin-top: 0;
    }

    #banner-slider .owl-dots {
        top: 90%;
    }

    .why-choose-us{
        padding: 40px 0;
        transform: none;
    }

    .choose-block{
        margin-bottom: 20px;
    }

    .welcome {
        padding: 50px 0;
    }

    .welcome-content{
        margin-left: 0;
    }

    .welcome-content h4 {
        margin-top: 50px;
    }

    .welcome-content h1 {
        font-size: 27px;
        line-height: 30px;
        margin: 15px 0;
    }

    .welcome-content h1 span{
        font-size: 26px;
    }

    .welcome-content p {
        text-align: left;
        font-size: 16px;
        margin-bottom: 0;
    }
    
    .banner-content-box h3 img{
        width: 10% !important;
        right: 0; 
        top: -20%;
    }

      .header-top ul li{ margin-bottom: 6px;}

      .header-bottom .logo{text-align: center; }

      .header-bottom .logo img{}

      .logo a{position: static;}

      .header-top ul li a .fa{padding-top: 2px;}

      .banner .tyre{display: none;}

      .header-info{padding-left: 0;}

      .header-info ul li{width: 100%; margin-bottom: 10px;}

      .header-info .more{text-align: center;}

      .header-info ul li span{float: none;}

      .header-info ul{text-align: center;}

      .banner-content-box h3{font-size: 18px;}
      .banner-content-box p{font-size: 13px; line-height: 18px;}
      .banner-content-box a{ padding: 4px 10px; font-size: 12px; }
      
      .welcome-thumbnail span img{width: 100%;}
      
      .welcome-content h1 img{width: 14%;}

      .section-thumbnail::before{left: 5%;}

      .bbb-logo{flex-direction: column;}

      .bbb-logo-img img{margin-top: 8px;}


      .testimonials-content .fa{}

      .testimonials::before{height: 95%;}



      .section-title h4{ font-size: 16px; }

      .section-title h2{ font-size: 28px; line-height: 30px; margin-bottom: 10px; }

      .section-title p{ font-size: 16px; line-height: 30px; }



      .welcome{ padding: 50px 0; }

      .welcome .section-title{ padding-left: 0; margin-top: 50px;}

      .welcome .section-title p{ font-size: 16px; line-height: 30px;  }

      .welcome .section-thumbnail img{width: 100%;  }

      .services{padding: 50px 0;}
      .services .title-section p{font-size: 16px;}
      .services-block ul li{width: 100%;}
      .service-content{padding: 0;}
      
      .testimonial-image::before{content: ''; position: absolute; left:0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3);}


      .how-we-work-block ul{flex-direction: column;}

      .how-we-work-block ul li{width: 100%; margin-bottom: 30px;}

      .support-thumbnail{padding-left: 0;}
      .support-thumbnail img{width: 100%;}
    
    
      .choose-block p{font-size: 15px; line-height: 26px;}
      .choose-block span{float: none;}
      
      .services-block{margin-bottom: 120px;}
      .services-last{margin-bottom: 0;}
      
      .dogs-watching-bottom{display: none;}
      
      .testimonials .section-title h2 img{top: 50%;}



      .testimonials{ padding: 50px 0; }

      .testimonials .section-title,

      .testimonials .section-body{ padding-left: 0; padding-top: 0; }

      .testimonials-content{ padding: 20px 10px; margin-top: 30px; }

      .testimonials-content-item p{ font-size: 16px; line-height: 30px; }

      .testimonials-content-item h4{ font-size: 18px; margin-top: 15px; margin-bottom: 10px; }

      .testimonials .section-link{ padding-left: 0; margin-top: 20px; }

      .testimonials .section-link a{ padding: 10px 20px 8px; font-size: 14px; }

      .testimonials .more{text-align: left;}

      .home-free-estimate{ padding: 50px 0;}

      .home-free-estimate .section-title{margin-top: 0; margin-bottom: 30px;}

      .home-free-estimate .tyre{display: none;}

      .estimate-image{position:relative;}

      .estimate-image img{width: 100%;}

      .home-free-estimate::before,

      .home-free-estimate .section-title::before{ display: none; }

      .home-free-estimate-form{ padding: 40px 30px; width: 100%; border-left: none; box-shadow: 0 5px 30px -20px #000; }

      .home-free-estimate-form-control{ height: 40px; }

      .btn-home-free-estimate-form-control{ padding: 10px 10px 9px; font-size: 16px; }

      .project{ padding: 80px 0 40px; }

      .project .section-title{ margin-bottom: 30px; }

      .project-content-item{ margin-bottom: 15px; }
        
        .estimate-paw img{width:70%;}



      .footer{ padding: 20px 0 35px; }

      .footer-contact{padding: 20px 0 10px;}

      .footer-contact ul{flex-direction: column;}

      .footer-contact ul li,.footer-contact ul li:nth-child(2),.footer-contact ul li:nth-child(3){width: 100%; margin-bottom: 20px; border-right: none;}

      .footer-content ul{width: 100%;}

      .footer-content h4{font-size: 24px; margin-bottom: 15px; }
      .footer-content h4 span{font-size: 24px;}

      .footer-content ul li,

      .footer-content p{ line-height: 30px; font-size: 16px; }

      .footer-contact-info{margin-top: 20px;}

      .footer-content ul li span{font-size: 16px;}

      .footer-content ul li strong{margin-left: 83px;}

      .footer-contact-right{padding-left: 0;}

      .footer-logo{flex-wrap: wrap;}

      .copyright{ padding: 15px 0; }

      .copyright-content{ padding: 0 30px; }

    /*===== ALL Slider Section =====*/
    #banner-slider .owl-pagination {
        top: 80%;
    }

    #testimonials-slider .owl-nav .owl-prev{
        display: none;
        left: -55px;
    }

    #testimonials-slider .owl-nav .owl-next{
        display: none;
        right: -55px;
    }

    /*===== Pages Section =====*/
    .content-banner {
        padding: 20px 0;
    }

    .content h2 {
        font-size: 20px;
    }

    .sectiontitleunderline {
        margin: 0 0 15px;
    }

    .breadcrumb .fa {
        margin: 5px;
    }

    .content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

}