/* Global css */
*{margin:0;padding:0;}
html{overflow-x:hidden;scroll-behavior: smooth;}
body{font-size:15px;font-family: "Roboto", serif;background:#fff;line-height: 0;color:#191933;line-height: 25px;}
a{text-decoration:none;outline:none;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;color:}
a:focus, a:hover {-webkit-transition: .5s;-o-transition: .5s;transition: .5s;text-decoration: none;}
img{max-width:100%;}
h1,h2,h3,h4,h5,h6{font-family: "Oswald", serif;color:#191933;margin: 0px;padding:0px; text-transform: uppercase;font-weight: bold;}
h1{font-size: 45px;}h2{font-size: 30px;}h3{font-size: 30px;}h4{font-size: 20px;}h5{font-size: 20px;}h6{font-size: 20px;}
section{width:100%;float:left;padding:70px 0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;}
input{-webkit-box-sizing:border-box;box-sizing:border-box;}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input[type=submit],button{outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
ol, ul {margin-top: 0;margin-bottom: 0px;}
p {margin: 0px;padding: 0px;}
li {list-style: none;}
::-webkit-input-placeholder{color:#191933;}
::-moz-placeholder{color:#191933;}
:-ms-input-placeholder{color:#191933;}
::-ms-input-placeholder{color:#191933;}
::placeholder{color:#191933;}
:root {
  --blue: #0084c1;
  --whit:#ffffff;
  --black:#000000;
}

.btn {
    background-color: var(--blue);
    color: var(--whit);
    font-size: 15px;
    font-family: "Roboto", serif;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 22px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    border: none;
    border-radius: 11px;
    position: relative;
}

.btn:hover{color:var(--whit);background-color: #000;} 

/* .btn:before {transition-duration: 800ms;position: absolute;width: 200%;height: 200%;content: "";top: 110%;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);border-radius: 50%;z-index: -1;
color: #fff;background-color:var(--blue);}
.btn:hover:before {top: -40%;} */


:hover{
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;

}
/* End Global css */


/*header*/

.top-bar-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}





.top-bar-left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.top-bar-left ul li:last-child {
    margin-left: 25px;
}

.top-bar {
    border-bottom:1px solid #ededed;
     /* background: var(--blue);  */
    position: relative;
}
.top-bar:after {
    background: var(--blue);
    width: 31%;
    height: 40px;
    position: absolute;
    left: 0px;
    content: "";
    top: 0px;
    z-index: -1;
}
.top-bar-left {
    padding: 7px 0px;
    background: var(--blue);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    padding-right: 5%;
}

.top-bar-left ul li a:hover {
    color: #000;
}




.top-bar-left ul li a {
    color: #fff;
}
.top-bar-right a.btn {
    border-radius: 0px;
    padding: 7px 20px;
}

.top-bar-left i.fa {
    padding: 0 4px 0 0;
}



.top-bar-left  img {
    margin: 0 4px 0 0px;
}

.mrnuAndLogo .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 30%;
}
.menu {
    width: 70%;
}

.logo img {
    max-width: 324px;
}





.custom_header_fixed .mrnuAndLogo {background: none repeat scroll 0 0 white;padding: 0px 0 0;position: fixed;width: 100%;z-index: 99;top: 0px;border-bottom: 1px solid #ebebeb;} 

 .custom_header_fixed .logo img {width: 50%;transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
-moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;} 

 .logo img {width: 100%;transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;}


 .custom_header_fixed #cssmenu > ul > li > a {padding: 25px 10px;transition: 0.35s ease 0s, 0.35s ease 0s;-ms-transition: 0.35s ease 0s, 0.35s ease 0s;-o-transition: 0.35s ease 0s, 0.35s ease 0s;
-moz-transition: 0.35s ease 0s, 0.35s ease 0s;-webkit-transition: 0.35s ease 0s, 0.35s ease 0s;}
.custom_header_fixed .logo {top: 0;z-index: 99;transition: 0.35s ease 0s, 0.35s ease 0s;-ms-transition: 0.35s ease 0s, 0.35s ease 0s;-o-transition: 0.35s ease 0s, 0.35s ease 0s;
-moz-transition: 0.35s ease 0s, 0.35s ease 0s;-webkit-transition: 0.35s ease 0s, 0.35s ease 0s;} 
/*header end*/

/*menu*/
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile {border: 0;list-style: none;
line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
#cssmenu:after,#cssmenu > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}
#cssmenu #head-mobile {display: none}
#cssmenu > ul > li {float: left;}
#cssmenu > ul > li > a {
    padding: 45px 12px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #191933;
    font-weight:500;
    text-transform: uppercase;
}
#cssmenu ul li:nth-child(6) ul li a {
    width: auto;
}

#cssmenu li.active {
    color:var(--blue);
}

#cssmenu ul {float: right;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a {color:var(--blue);}
/* #cssmenu > ul > li:hover
,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover {color:#191933 !important;
-webkit-transition: background .3s ease;-ms-transition: background .3s ease;transition: background .3s ease;} */
/* #cssmenu > ul > li.has-sub > a {padding-right: 30px} */
#cssmenu > ul > li:last-child > a {padding-right: 0px;}
/* #cssmenu > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''} */
/* #cssmenu > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;
height: 8px;background: #ddd;content: '';-webkit-transition: all .25s ease;-ms-transition: all .25s ease;transition: all .25s ease} */

#cssmenu > ul > li.has-sub:hover > a:before {top: 23px;height: 0}
#cssmenu ul ul {position: absolute;left: -9999px;z-index: 9;}
#cssmenu ul ul li {height: 0;-webkit-transition: all .25s ease;-ms-transition: all .25s ease;background:var(--blue);transition: all .25s ease}
#cssmenu ul ul li:hover {}
#cssmenu li:hover > ul {left: auto}
#cssmenu li:hover > ul > li {height: 35px}
#cssmenu ul ul ul {margin-left: 100%;top: 0}
#cssmenu ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 280px;font-size: 15px;
text-decoration: none;color: #fff;font-weight: 500;text-transform: uppercase;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
    background: #000;
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {color: #fff}
#cssmenu ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''}
#cssmenu ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;
display: block;width: 2px;height: 8px;background: #ddd;content: '';-webkit-transition: all .25s ease;
-ms-transition: all .25s ease;transition: all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before {top: 17px;height: 0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover {background:var(--skyblue);}
#cssmenu ul ul ul li.active a {border-left: 1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a {border-top: 1px solid #333}

@media screen and (max-width:1024px) {
body.custom_header_fixed .button.menu-opened .open {display: block !important;}
nav {width: 100%;}
.custom_header_fixed #cssmenu > ul > li > a {
    padding: 15px 10px;
    
}
#cssmenu {width: 100%}
#cssmenu ul {width: 100%;display: none}
#cssmenu ul li {width: 100%;border-top: 1px solid #fff;overflow: hidden;}
#cssmenu ul li:hover {background: #363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li {height: auto}
#cssmenu ul li a,#cssmenu ul ul li a {width: 100%;border-bottom: 0}
#cssmenu > ul > li {float: none}
#cssmenu ul ul li a {padding: 10px 35px;text-transform: uppercase;}
#cssmenu ul ul li {background: var(--blue)!important;}
#cssmenu ul ul li:hover {background: var(--blue)!important}
#cssmenu ul ul ul li a {padding-left: 35px}
#cssmenu ul ul li a {color: #fff;background: none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a {color: #fff}
#cssmenu ul ul,#cssmenu ul ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before {display: none}
#cssmenu #head-mobile {display: block;padding: 23px;color: #ddd;font-size: 12px;font-weight: 700}
.button {width: 55px;height: 46px;position: absolute;right: 0px;top: 0;cursor: pointer;z-index: 12399994;}
.button:after {position: absolute;top: 22px;right: 20px;display: block;height: 8px;width: 20px;border-top: 2px solid var(--blue);
border-bottom: 2px solid var(--blue);content: ''}
.button:before {-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;position: absolute;top: 16px;
right: 20px;display: block;height: 2px;width: 20px;background: var(--blue);content: ''}
.button.menu-opened:after {-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;
top: 23px;border: 0;height: 2px;width: 19px;background: var(--blue);-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.button.menu-opened:before {top: 23px;background: var(--blue);width: 19px;-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg)}
#cssmenu .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid #fff;height: 46px;
width: 46px;cursor: pointer}
#cssmenu .submenu-button.submenu-opened {background:var(--blue);}
#cssmenu ul ul .submenu-button {height: 34px;width: 34px}
#cssmenu .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''}
#cssmenu ul ul .submenu-button:after {top: 15px;right: 13px}
#cssmenu .submenu-button.submenu-opened:after {background: #fff}
#cssmenu .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;
background: #ddd;content: ''}
#cssmenu ul ul .submenu-button:before {top: 12px;right: 16px}
#cssmenu .submenu-button.submenu-opened:before {display: none}
#cssmenu ul ul ul li.active a {border-left: none}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {border-top: none}
#cssmenu > ul > li > a {padding: 15px 17px;background: var(--blue);color: var(--whit);}
.mrnuAndLogo .container {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
}
#cssmenu ul li i.fa.fa-angle-down {display: none !important;}

#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color:var(--whit);
}

.menu {
    width: 100%;
}

.logo {
    width: 50%;
    position: absolute;
    top: 8px;
    left: 19px;
}
.logo img {
    max-width: 150px;
   
}
}
/*menu end*/


/* banner */

/*slider*/

.banner-img img {
    width: 100%;
}

.home-banner-top {
    position: relative;
}

#home-slider .owl-nav {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    right: 66px;
    gap: 14px;
    display: none;
}
#home-slider .owl-prev span {
    overflow: hidden;
    color: var(--blue);
    padding: 0px;
    font-size: 38px;
    margin: 0px;
    line-height: 31px;
    display: block;
    background: var(--whit);
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

#home-slider .owl-prev:hover span {
    background: #000;
    color:var(--whit);
}


#home-slider .owl-next:hover span {
    background: #000;
    color: var(--whit);
}



#home-slider .owl-next span {overflow: hidden;border-radius: 50%;color:var(--blue);padding: 0px;font-size: 38px;display: block;line-height: 32px;margin-right: 0px;background: var(--whit);height: 35px;
    width: 35px; border-radius: 50%;}
#home-slider .owl-dots {display: none;}
.banner-text {
    position: absolute;
    top: 50%;
    right: 107px;
    transform: translate(0%, -50%);
    text-align: center;
    background: #0084c1cc;
    border-radius: 4px;
    padding: 25px;
}
.banner-text a:hover {
    color: #000;
}
.banner-text h2 {
    color: #fff;
    margin-top: 15px;
}
.banner-text a {
    color: #fff;
    text-align: center;
    margin: 21px 0 0 0px;
    display: block;
    font-size: 30px;
    font-weight: 600;
}

.banner-text h1 {color: #fff;text-transform: uppercase;line-height: 60px;font-weight: 700;text-align: center;}
.banner-text h1 span {display: block;color: var(--skyblue);}
/* Banner end */

/* home-about */

.home-about-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home-about-main-img {
    margin-right: 5%;
}


.home-about-main-img {
    width: 40%;
}
.home-about-main-content {
    width: 60%;
}

.home-about-main-content-img {
    margin-right: 2%;
}

.home-about-icone-contant {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.home-about-main-content p {
    margin-bottom: 20px;
}

.home-about-main-content-left h4 {
    color:var(--blue);
    padding-top: 11px;
}

.home-about-main-img-icoen {
    position: absolute;
    top: -30px;
    z-index: -1;
    left: 0px;
}
.home-about-main-text {
    background: #0084c1c2;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 30px 0 0 0px;
}
.home-about-main:hover .home-about-main-text {
    background: #000000b3;
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}


.home-about-main-text h4 {
    font-size: 30px;
    color: #fff;
}
.home-about-main-text p {
    color: #fff;
}

.home-about-main-img {
    width: 40%;
    position: relative;
}
.home-about-main-img-home img {
    box-shadow: 0 0 11px 3px #d5d5d5;
    border-radius: 50%;
    width: 100%;
}

.home-about-main {
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
    
  }

  .home-about-main:hover {
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
    transform: scale(1.1);
  }
/* home-about end */


/* sarvices */


.our-most-popular-bg img {
    width: 100%;
}

/* sarvices end */

/* The Best Choice for */
.the-best-choice-for {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.the-best-choice-for-left {
    margin-right: 2%;
}

.thebestchioce {
    background-image: url(https://webdevelopers1.com/eaglespringscarpetcleaning/wp-content/uploads/2025/01/the-best-choices-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.the-best-choice-for-left {
    width: 60%;
}

.the-best-choice-icone-right h4 {
    color: var(--blue);
    padding-top: 11px;
}

.the-best-choice-for-right img {
    width: 100%;
    box-shadow: 0 0 8px 4px #d3d3d3;
    border-radius: 35px;
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}


.the-best-choice-for-right:hover img {
    transform: scale(1.1); 
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
  }




.the-best-choice-for-right {
    width: 40%;
}

.the-best-choice-icone {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.the-best-choice-for-left h5 {
    text-transform: capitalize;
    line-height: 30px;
    padding-bottom: 20px;
}
.the-best-choice-icone-left {
    margin-right: 2%;
}

.the-best-choice-for-left p {
    margin-bottom: 20px;
}




/* The Best Choice for end */


/* video and four box */

.video-four-box-left {
    width: 40%;
    margin-right: 2%;
}
.video-four-box-right {
    width:60%;
}
.video-four-box-right-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.four-box {
    text-align: center;
    background: var(--blue);
    border-radius: 17px;
    width: 40%;
    position: relative;
    box-shadow: 0px 5px 14px 1px #abaaaa;
    padding: 47px 20px 20px 20px;
    /* margin-bottom: 90px; */
    margin: 40px 8px;
}
.four-box:hover {
    background: #000;
  }
  .four-box:hover .four-box-icone {
    border: 1px solid #000;
  }

.video-four-box-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.four-box-icone {
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    text-align: center;
    background: var(--whit);
    border-radius: 50%;
    border: 1px solid var(--blue);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding: 15px 0 0 0px;
}

.four-box-icone img {
    width: 100%;
    max-width: 45px;
}
.four-box h5 {
    color:var(--whit);
    line-height: 30px;
    padding-bottom: 9px;
}


.four-box p {
    color:var(--whit);
}

.video-four-box {
    background-repeat: no-repeat;
    background-size: cover;
}
/* video and four box end */

/* Home Testmonial */

.testimonial .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#hometestmonial {
    clear: both;
}

.testmonial-text-name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.testimonial h3 {
    text-align: center;
    padding-bottom: 50px;
}


.testmonial-text {
    box-shadow: 0 0 11px 4px #e3e3e3;
    border-left: 9px solid var(--blue);
    border-radius: 23px;
    padding: 22px;
    margin: 10px;
    min-height: 300px;
}

section.testimonial a {
    display: table;
    margin: 40px auto 0px;
}
.testmonial-text-name-right {
    background: var(--blue);
    width: 40%;
    border-radius: 10px 0px 0 10px;
    padding: 3px 9px;
    text-align: right;
    margin: 0 -32px 0 0px;
    position: relative;
}

.testmonial-text-name-left h6 {
    font-size: 16px;
    text-transform: capitalize;
}
.testmonial-text-name-left {
    width: 90%;
}

.testmonial-text-name-right .fa.fa-star {
    color: #ffa628;
    margin: 0px 2px;
}

.testmonial-text-name-right:after {
    position: absolute;
    top: -9px;
    content: "";
    background-image: url("https://webdevelopers1.com/eaglespringscarpetcleaning/wp-content/uploads/2025/01/shop.png");
    right: -15px;
    height: 10px;
    width: 25px;
    background-repeat: no-repeat;
}


#hometestmonial .owl-nav {
    position: absolute;
    top: 44%;
    display: flex;
    width: 100%;
    right: 0;
    gap: 14px;
    justify-content: space-between;
    align-items: center;
}

#hometestmonial .owl-prev span {
    overflow: hidden;
    color:var(--whit);
    padding: 0px;
    font-size: 45px;
    margin: 0px;
    line-height: 36px;
    display: block;
    background:var(--blue);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: relative;
    left: -70px;
}

#hometestmonial .owl-next span {overflow: hidden;border-radius: 50%;color:var(--whit);padding: 0px;font-size: 45px;display: block;line-height: 36px;margin-right: 0px;background:var(--blue);height: 45px;
    width: 45px; border-radius: 50%; right: -70px;position: relative;}



#hometestmonial .owl-dots {display: none;}
/* Home Testmonial enmd */

/* Why is our */

.why-is-our {
    background: #efefef;
}

.why-is-our-main-left img {
    width: 100%;
}

.why-is-our-main {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  
    align-items: flex-start;
  
}

.why-is-our-main-icone {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
}
.why-is-our-main-ic {
    margin-right: 2%;
}

.why-is-our-main-left {
    width: 40%;
    margin-right: 5%;
}
.why-is-our-main-right {
    width: 60%;
}

.why-is-our-main-right h5 {
    text-transform: capitalize;
    line-height: 30px;
    padding-bottom: 20px;
}
.why-is-our-main-right p {
    padding-bottom: 20px;
}
.why-is-our-main-text h4 {
    color:var(--blue);
    padding-top: 10px;
}

.why-is-our-main-left img {
 
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
  }

.why-is-our-main-left:hover img {
    transform: scale(1.1); 
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
  }

/* Why is our End */

/* home-contact */

.contact-home {
    text-align: center;
    background-image: url(https://webdevelopers1.com/eaglespringscarpetcleaning/wp-content/uploads/2025/01/home-contact-bg.png);
    background-size: cover;
}

.contact-home a {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-top: 21px;
    display: block;
}
.contact-home h3 {
    color: #fff;
    font-size: 35px;
}
    .contact-home a:hover {
    color: #000;
    }
/* home-contact end */


/* home blog */


.home-blog-box-text ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home-blog-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    
}





.home-blog-box-img img {
    width: 100%;
    box-shadow: 0 0 8px 0 #c9c9c9;
    border-radius: 6%;
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}


.home-blog-box:hover img {
    transform: scale(1.1); 
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
  }



.home-blog-box {
    width: 33%;
    border-radius: 10px;
    margin: 0 1%;
}

.home-blog h3 {
    text-align: center;
    margin-bottom: 50px;
}

.home-blog-box-text {
    background: #f7f7f7;
    width: 100%;
    max-width: 280px;
    box-shadow: 0 0 8px 0 #c9c9c9;
    margin: -60px auto 0px;
    border-radius: 9px;
    padding: 10px;
    position: relative;
    z-index: 1;
    min-height: 510px;
}

.home-blog-box-text ul li {
    font-size: 15px;
   
}
.home-blog-box-text h6 {
    font-size: 17px;
    text-transform: capitalize;
    text-align: center;
    padding: 12px 0px;
}

.home-blog-box-text ul li img {
    margin: -2px 4px 0 0px;
}

.home-blog a.btn {
    display: table;
    margin: 40px auto 0px;
}

/* home blog end */


/* serves */

.ser {
    background-image: url(https://webdevelopers1.com/eaglespringscarpetcleaning/wp-content/uploads/2025/01/most-services.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.our-most-popular h3 {
    color: #fff;
    padding-bottom: 12px;
}

.our-most-popular h4 {
    color: #fff;
}
    



.our-most-popular {
    text-align: center;
}


.our-most-popular-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}

.our-most-popularbox img {
    width: 100%;
    border-radius: 50%;
    max-width: 240px;
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}

.our-most-popularbox {
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
  }



  .our-most-popularbox:hover {
    transform: scale(1.1); 
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
  }


  .our-most-popularbox a {
    color: var(--blue);
    line-height: 34px;
    padding: 37px 0px 0px;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Oswald", serif;
    display: block;
    text-align: center;
}



.our-most-popularbox {
    background-image: url("https://webdevelopers1.com/eaglespringscarpetcleaning/wp-content/uploads/2025/01/servoces-bg.png");
    padding: 20px;
    background-repeat: no-repeat;
    width: 300px;
    height: 432px;
	        
}

.our-most-popularbox:nth-child(2) {
    background-image: none;
    width: 415px;
    margin: 0 30px;
}
.our-most-popularbox:nth-child(2) img {
    width: 100%;
    border-radius: 26px;
    max-width: 100%;
    height: 100%;
}


  


/* servrd end */












/* footer */

.footer {
    clear: both;
    background-image: url('https://webdevelopers1.com/eaglespringscarpetcleaning/wp-content/uploads/2025/01/footer-bg.png');
    position: relative;
    padding: 60px 0px 0px 0px;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
}
.footer .container {
    position: relative;
    z-index: 1;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
}

.footer-box {
    width: 25%;
}
.footer-quick {
    width: 12%;
}
.our-sarvices {
    width: 21%;
}
.footer-contact {
    width: 20%;
}

.footer:after {
    background: #000000e0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
}

.footer ul li a:hover {
    color:var(--blue);
    padding-left: 2px;
}

.footer h3 {
    font-size: 19px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 14px;
    color: #fff;
}
.our-sarvices ul {
    margin-bottom: 16px;
}
.google-rivew {
    margin-top: 16px;
}

.footer-box p {
    margin-bottom: 20px;
}
.footer h3:after {
    background:var(--blue);
    position: absolute;
    width: 40px;
    height: 4px;
    content: "";
    left: 0px;
    bottom: 0px;
}
.copy {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    background:var(--blue);
    padding: 10px 0px;
   
}
.copy a {
    color: #fff;
    font-family: "Oswald", serif;
}
   
.copy p {
    line-height: normal;
    font-family: "Oswald", serif;
}

.footer ul li a {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 4px;
    display:block;
    border-bottom: 1px solid #fff;
    padding: 2px 0px;
}

.footer-contact ul li a {
    text-decoration: none;
    border: none;
    text-transform: lowercase;
}
.footer-contact ul li img {
    margin: 0 5px 0 0px;
}

.footer-contact ul li i.fa {
    margin-right: 15px;
}

.footer ul li:last-child a {
    border:none;
}

/* footer end */


/* inner banner */
.inner-banner img {width: 100%;}
.inner-banner-header {position: absolute;bottom: 0px;}
.inner-banner {position: relative;}
.inner-banner-header {position: absolute;bottom: 0px;right: 0px;left: 0px;text-align: center;}
.inner-banner-header h1 {background:var(--blue);padding: 21px;border-radius: 10px 10px 0px 0px;color:var(--whit);display: inline-block;}
.contact-section-a {color:var(--white);clear: both;}
.contact-section-a .connect {text-align: center;background: #ffffff;box-shadow: 0px 0px 10px #e0e0e0;padding: 20px; border-radius: 10px;border: 1px solid var(--blue);transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;}
.contact-section-a .connect .icon {display: inline-block;background:var(--blue);width: 50px;
height: 50px;line-height: 50px;border-radius: 100px;font-size: 20px;color: #fff;margin-bottom: 15px;position: relative;z-index: 1;transition: all 0.4s ease 0.15s;transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
-moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;}
.contact-section-a .connect:hover .icon {background:var(--blue);}

.contact-section-a .connect:hover {
    background: #f3f3f3;
    transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}


section.contact-section-a h2,
section.contact-section-a h3{text-align: center;line-height: 46px;padding-bottom: 30px;}

.contact-section-a .connect .icon:before {content: "";background: var(--primary-color);width: 100%;height: 100%;opacity: 0;position: absolute;left: 0;bottom: 0;z-index: -1;transition: all 0.4s ease-in-out 0s;}
.contact-section-a .connect p {font-size: 18px;color:var(--blue);font-weight: 500;}
.contact-p-box-main {
    display: flex;
    flex-direction: column;
    width: 50%;
	margin-right: 3%;
}

.contact-p-box {
    width: 100%;
    margin-bottom: 20px;
}
.contact-p-box .btn {margin-top:10px;}
.section-heading h3 {margin-top: 15px;margin-bottom: 0;}
.section-heading {text-align: center;}
.section-heading h3 {margin-top: 0;}
.input-boxes input[type="text"], .input-boxes input[type="tel"], .input-boxes input[type="email"], .input-boxes textarea {
    width: 100%;
    border: 1px solid #ccc;
    color: #000;
    height: 50px;
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
    background: #fbfbfb;
}
.our-location ul li a {
    color: #fff;
}

.input-boxes input[type="submit"] {background: none;border: none;text-transform: uppercase;}
.input-boxes textarea {height: 200px;resize: none;}
/* .contact-form {display: flex;gap: 22px;flex-wrap: wrap;} */
.input-boxes {
    width: 100%;
    margin-bottom: 18px;
}
span.wpcf7-spinner {
    display: none;
}
section.contact-section-b {padding-top: 0px;}
.map {margin: 0 0 -10px 0px;}
.about-page {float: left;margin-right: 20px;border: 1px solid var(--blue);padding: 10px;width: 100%;max-width: 400px;}
.our-location ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-gg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    box-shadow: 1px 4px 17px 0px #c9c9c9;
}


.our-location ul li {
    background: var(--blue);
    color: #fff;
    width: 49%;
    text-align: center;
    padding: 2%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    border-radius: 4px;
}
.our-location ul li:hover {
    background: #000;
}

.our-location {
    border-radius: 6px;
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    box-shadow: 1px 4px 17px 0px #c9c9c9;
    margin-bottom: 70px;
    padding:20px;
    margin-top: 50px;
}

.form-gg {
    width: 50%;
}


/*services-page*/


.services-page-left {
    width: 30%;
}

.services-page-right {
    width: 70%;
}

.services-page-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.services-page-left img {
    border-radius: 50%;
    height: 320px;
    width: 320px;
    box-shadow: 2px 10px 15px 6px #dfdfdf;
}

.services-page-right h4 {
    padding-bottom: 20px;
    line-height: 34px;
}

.services-page-right p {
    padding-bottom: 20px;
}
.services-page.bg {
  
    background: #f1f1f1;
}

/*services-page end*/


.sub-menu-toggle span{
	display:none;
}




#menu-item-70, #menu-item-71{
	position:relative;
}

.sub-menu-toggle:after{
	    content: " ";
	color:#191933;
	width:89px;
	height:80px;
	background-image:url(https://webdevelopers1.com/eaglespringscarpetcleaning/wp-content/uploads/2025/01/top-arrow.png);
	background-position:center;
	background-size: 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
	background-repeat:no-repeat;
}

button.sub-menu-toggle {
    width: 50px;
    border: none;
    position: absolute;
    top: 50%;
    right: 0px;
}


section.services-page.bg .services-page-main {
    display: flex;
    flex-direction: row-reverse;
}


/*inner Blog*/
#blogpost .home-blog-box-text {
  
    min-height: 477px;
}

.inner-banner.single-post {
    height: 347px;
}

.inner-banner.single-post img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
p.meta-nav {
    display: flex;
    color: #000;
    gap: 11px;
    margin-top: 20px;
    font-weight: 600;
}
p.post-title {
    margin-top: 20px;
    color: #000;
}
.home-blog-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-blog-box-img img {
    height: 260px !important;
    object-fit: cover;
    width: 100% !important;
    max-width: 100% !important;
}


.home-blog.inner .home-blog-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
section.home-blog.inner .home-blog-main .home-blog-box {
    width: 31%;
    margin-bottom: 30px;
}
section.home-blog.inner .home-blog-box-text {

    min-height: 500px;
}
.blogDetailstest p {
    margin-bottom: 10px;
}

section.home-blog.inner .home-blog-box-text a {
    display: table;
    margin: 13px auto 8px;
}
.home-blog-box-text p {
    min-height: 106px;
}
.blogInner .home-blog-box-text img {
    width: auto;
    display: inline-block;
}

#blogpost .owl-nav {
    position: absolute;
    top: 44%;
    display: flex;
    width: 100%;
    right: 0px;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

#blogpost .owl-prev span {
    color: var(--whit);
    font-size: 45px;
    line-height: 36px;
    display: block;
    height: 45px;
    width: 45px;
    position: relative;
    left: -70px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background: var(--blue);
    border-radius: 50%;
}
#blogpost .owl-next span {
    color: var(--whit);
    font-size: 45px;
    display: block;
    line-height: 36px;
    margin-right: 0px;
    height: 45px;
    width: 45px;
    right: -70px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    background: var(--blue);
    border-radius: 50%;
}

.blogInnerSlider h3 {
    text-align: center;
}
.blogInnerSlider {
    background: #f5f5f5;
}
.blogInnerSlider h3 {
    text-align: center;
    padding-bottom: 50px;
}
.blogInner {
    margin-bottom: 2px;
}

.blogDetailstest img {
    border: 3px dashed #0084c1;
    padding: 4px;
    box-shadow: -7px 5px 9px 2px #a9a9a975;
    margin: 30px 0px;
	border-radius: 10px;
    transition: 0.8s, 0.8s;
}
.blogDetailstest h4 {
    padding: 20px 0px 18px;
}
.blogDetailstest ul li {
    position: relative;
    margin-bottom: 24px;
}

.blogDetailstest ul li:after {
    position: absolute;
    left: -35px;
    top: 3px;
    content: "";
    background-image: url(https://webdevelopers1.com/eaglespringscarpetcleaning/wp-content/uploads/2025/01/icone.png);
    width: 30px;
    height: 30px;
    background-size: 73%;
    background-repeat: no-repeat;
}
.blogDetailstest ul li:last-child {
    margin-bottom: 0px;
}
.blogDetailstest ul {
    margin: 20px 11px 20px 34px;
}
.owl-dots {
    display: none;
}

.home-blog-box-text a {
    margin: 10px auto 10px;
    display: table;
}
.nav-links {
    display: flex;
    justify-content: space-between;
    background: #efefef;
    padding: 10px;
    border-radius: 14px;
    /* color: #000; */
    gap: 31px;
    align-items: center;
}
a.next.page-numbers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
a.prev.page-numbers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
nav.navigation.pagination {
    padding: 0px;
    margin: 0px;
}


a.more-link {
    display: none !important;
}
section.home-blog.inner .home-blog-box-text a.btn {
    margin-top: 50px;
}

.blogInnerSlider a.btn {
    margin-top: 40px;
}
/*inner Blog End*/

/* TestmonialPage */

.testmonialMain {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.testmonialMain .testmonial-text:hover:after {
    background: #0084c130;
    width: 100%;
    height: 100%;
}

.testmonialMain .testmonial-text:after {
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 0%;
    height: 100%;
    border-radius: 17px 23px 23px 16px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.testmonialMain .testmonial-text {
    width: 45%;
    min-height: auto;
	position:relative;
 
}

/* TestmonialPageEnd */

/*faq*/
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    background: var(--blue);
    color:#fff;
    font-weight: 400;
  }
  
  .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: -5px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    font-size: 26px;
}
  
  .panel-default>.panel-heading a[aria-expanded="true"] {
    background: var(--blue);
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .panel-default>.panel-heading a:hover {
    background: #0271a5;
    padding-left: 7px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
   
}
/*faw End*/

/*location*/

.locationFourBox {
    background: #fbfbfb;
    padding-top: 100px;
}

.locationFourBoxmain {
    display: flex;
    justify-content: space-between;
}

.locationFourBoxmain .four-box {
    text-align: center;
    background: var(--blue);
    border-radius: 17px;
    width: 21%;
    position: relative;
    box-shadow: 0px 5px 14px 1px #abaaaa;
    padding: 47px 20px 20px 20px;
}

.locationFourBoxmain .four-box:hover {
    background: #035a83;
}
.locationFourBoxmain .four-box-icone {
    border: 1px solid #0084c1;
}

.squamishTenTime .why-is-our-main-left img {
    width: 100%;
    box-shadow: 0 0 8px 4px #d3d3d3;
    border-radius: 35px;
    transition: 0.80s ease 0s, 0.80s ease 0s;
    -ms-transition: 0.80s ease 0s, 0.80s ease 0s;
    -o-transition: 0.80s ease 0s, 0.80s ease 0s;
    -moz-transition: 0.80s ease 0s, 0.80s ease 0s;
    -webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
}
.squamishTenTime .why-is-our-main {
    display: flex;
    align-items: center;
}

.tenyear {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.squamishTenTime .why-is-our-main-left {
    width: 40%;
    position: relative;
}

.tenyear {
    position: absolute;
    bottom: 0px;
    background: #0084c1c2;
    right: -1px;
    color: #fff;
    text-align: center;
    border-radius: 35px;
    padding: 18px;
}

.tenyear h6 {
    color: #fff;
    font-size: 21px;
    padding-bottom: 8px;
}
.page-id-57 .squamishTenTime h3 {
    text-align: left;
}
 .page-id-57 .why-is-our-main-icone {
 
    justify-content: flex-start;
    align-items: center;
}

/*location End*/

/* whistler page */

.home-about-main-img-home {
    position: relative;
}

section.locationInner .the-best-choice-for {
    display: flex;
    align-items: center;
}

section.locationInner .the-best-choice-for .home-about-main-img-home img {
    animation: zoom-in-zoom-out 20s ease-out infinite;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  .whistlerServicesmMain {
    display: flex;
    justify-content: center;
    gap: 70px;
}

.whistlerServicebox img {
    border-radius: 50%;
}

.whistlerServicebox {
    width:40%;
    text-align: center;
}
.whistlerServicebox img {
    width: 80%;
    border-radius: 50%;
    /* box-shadow: 1px 8px 4px 5px #e1e1e1; */
    border: 2px solid #0679ab;
    padding: 8px;
}



.whistlerServicebox a {
    display: block;
}

.whistlerServicebox a {
    color: var(--blue);
    line-height: 34px;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Oswald, serif;
    display: block;
    text-align: center;
    padding: 37px 0px 0px;
}

.whistlerServices {
    background: #0084c1
}
.whistlerServicebox a:hover {
    color: #000;
}

.whistlerServicebox a {
    color: #fff;
    line-height: 34px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Oswald, serif;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    background: #0a6993;
    margin-top: 40px;
    border-radius: 40px;
}

.whistlerServicebox a:hover {
    color: #0a6993;
    background-color: #fff;
}

.squamishTenTime h3 {
    margin-bottom: 15px;
    text-align: center;
}
.squamishTenTime h4 {
    margin-bottom: 30px;
    text-align: center;
}

.squamishTenTime h5 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 19px;
}

.squamishTenTime {
    background: #fdfdfd;
}


/* whistler page End */

.page-id-43 .home-blog-box-text {
    min-height: auto;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
}
.page-id-43 .home-blog-main {
    justify-content: center;
    align-items: flex-start;
}

.page-id-43 .home-blog-box {
    margin: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}
.page-id-43 .home-blog-box-img {
    margin-right: 20px;
}


.google-review {
    margin-top: 18px;
}

.postid-466 .blogDetailstest ul li {
    list-style: disc;
}
.postid-468 .blogDetailstest ul li {
    list-style: disc;
}


